/*
Theme Name: Ironio 2016
Theme URI:
Author: Sodium Halogen
Author URI: http://sodiumhalogen.com
Description: basic wordpress base. no child-theme.
Version: 0.1.0
License: gpl v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* mixin */
.img-responsive {
  display: block;
  max-width: 100% !important;
  height: auto;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
/* bootstrap mods  */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* bootstrap .modal-fullscreen */
.modal-fullscreen {
  background: rgba(0, 0, 0, 0.9);
}
.modal-fullscreen.white-modal {
  background: #e4e4e4;
}
.modal-fullscreen .modal-content {
  -webkit-box-shadow: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}
.modal-fullscreen .modal-dialog {
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  width: 100%;
}
.modal-fullscreen p,
.modal-fullscreen h3 {
  color: #fff;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  filter: alpha(opacity=98);
  opacity: .98;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
    width: 1170px;
  }
}
.close {
  color: #ffffff;
  opacity: 1;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
html {
  font-family: 'DINPro-Regular', DIN Pro, din pro;
}
body {
  color: #7e858c;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 18px;
}
header {
  background: #2a3138;
  position: relative;
  width: auto;
}
.header-top {
  background: #2a3138;
  min-height: 125px;
  padding: 0 0px;
}
.logo {
  padding-bottom: 34px;
  padding-top: 29px;
}
.logo a svg {
  width: 147px;
}
.header-right-top {
  padding: 0 50px;
}
.header-right-top:after {
  clear: both;
  content: "";
  display: table;
}
.header-right-top:before {
  clear: both;
  content: "";
  display: table;
}
.header-right-bot {
  padding: 0 50px;
  width: 100%;
}
.head-search-box {
  float: right;
  margin-left: 15px;
  margin-top: 10px;
  position: relative;
  width: 205px;
}
.head-search-box input {
  background: #2a3138;
  border-radius: 0;
  border: solid 1px #505e6b;
  box-shadow: none;
  color: #505e6b;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 14px;
  height: 30px;
  padding-right: 30px;
  padding: 5px;
  width: 100%;
}
.head-search-box span.glyphicon {
  color: #505e6b;
  font-size: 15px;
  position: absolute;
  right: 8px;
  top: 7px;
}
.head-top-nav {
  display: inline-block;
  float: right;
}
.head-top-nav nav {
  margin: 0;
  padding: 0;
}
.head-top-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.head-top-nav ul li {
  float: left;
  margin: 0;
  padding: 0 15px;
}
.head-top-nav ul li a {
  color: #fff;
  display: block;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 16px;
  line-height: 20px;
  outline: none;
  padding: 14px 0 12px;
}
.head-top-nav ul li a:hover {
  color: #e6a439;
  text-decoration: none;
}
.header-contact {
  display: inline-block;
  float: right;
  margin-right: 15px;
  padding: 12px 0;
}
.header-contact p {
  color: #fff;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 16px;
  margin: 0;
}
.header-contact a {
  color: #fff;
  text-decoration: none;
}
.logo-left {
  left: 65px;
  position: absolute;
  top: 0;
}
.headermenu ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.headermenu ul ul {
  display: none;
  position: absolute;
}
.headermenu ul li {
  float: left;
  margin: 0;
  padding: 0 15px;
}
.headermenu ul li:hover > ul {
  display: block;
}
.headermenu ul li a {
  border-bottom: solid 10px #2a3138;
  color: #fff;
  display: block;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 15px;
  line-height: 20px;
  outline: none;
  padding: 24px 0;
  text-decoration: none;
}
.headermenu ul li a:hover {
  border-color: #e6a439;
  color: #e6a439;
  text-decoration: none;
}
.headermenu ul li ul {
  background: #e6a439;
  box-sizing: border-box;
  height: auto;
  left: 0;
  padding-right: 45px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 99999;
}
.headermenu ul li ul li {
  display: inline-block;
  float: none;
  padding: 0 20px;
}
.headermenu ul li ul li a {
  border-bottom: 0;
  color: #39434d;
  font-family: 'DINPro-Regular', DIN Pro;
  font-size: 15px;
  line-height: 18px;
  padding: 20px 0;
  text-decoration: none;
}
.headermenu ul li ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.headermenu ul li ul li:last-child {
  padding-right: 0;
}
.headermenu ul li ul li.active > a,
.headermenu ul li ul li.current-page-item > a {
  color: #fff;
}
.headermenu ul li.sfHover > a {
  border-color: #e6a439;
  color: #e6a439;
}
.headermenu ul li.sfHover > ul {
  display: block;
}
.headermenu ul li.current > a,
.headermenu ul li.current-page-parent {
  border-color: #e6a439;
  color: #e6a439;
}
.headermenu ul li.ItemNav-1 ul {
  z-index: 800;
}
.headermenu ul li.ItemNav-2 ul {
  z-index: 775;
}
.headermenu ul li.ItemNav-3 ul {
  z-index: 650;
}
.headermenu ul li.ItemNav-4 ul {
  z-index: 625;
}
.headermenu ul li.ItemNav-5 ul {
  z-index: 600;
}
.headermenu ul li.ItemNav-6 ul {
  z-index: 575;
}
.headermenu ul li.ItemNav-7 ul {
  z-index: 550;
}
.headermenu ul li.ItemNav-8 ul {
  z-index: 525;
}
.headermenu ul li.ItemNav-9 ul {
  z-index: 500;
}
.headermenu ul li.ItemNav-10 ul {
  z-index: 475;
}
.headermenu ul li.ItemNav-11 ul {
  z-index: 450;
}
.headermenu ul li.ItemNav-12 ul {
  z-index: 425;
}
.headermenu ul li.ItemNav-13 ul {
  z-index: 400;
}
.headermenu ul li.ItemNav-14 ul {
  z-index: 375;
}
.headermenu ul li.ItemNav-15 ul {
  z-index: 350;
}
.headermenu ul li.ItemNav-16 ul {
  z-index: 325;
}
.headermenu ul li.ItemNav-17 ul {
  z-index: 300;
}
.headermenu ul li.ItemNav-18 ul {
  z-index: 275;
}
.headermenu ul li.dropdown-nav.current,
.headermenu ul li.dropdown-nav.current-menu-item {
  z-index: 100;
}
.headermenu > ul > li.sfHover > a {
  border-color: #e6a439;
  color: #e6a439;
}
.headermenu > ul > li:last-child {
  padding-right: 0;
}
.headermenu.fixedHeader ul li ul {
  position: fixed;
  top: 0;
}
.headermenu.scrollHeader ul li ul {
  position: absolute;
  top: 124px;
}
.flexslider .slides > li {
  position: relative;
}
.flax-caption {
  padding-top: 80px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.flax-caption #rotate {
  color: #ffffff;
}
.flax-caption h2 {
  color: #2ecc73;
  font-family: 'DINPro-Light', DIN Pro;
  font-size: 60px;
  font-weight: 300;
  line-height: 62px;
  margin: 0;
  padding: 10px 0;
}
.flax-caption p {
  color: #fff;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 24px;
  line-height: 28px;
  margin: 15px 0;
  text-align: center;
}
.read-more a {
  background: #2ecc73;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: 'DINPro-Medium', DIN Pro, din pro;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 60px;
  padding: 17px 35px;
  text-decoration: none;
  transition: background 0.5s ease;
}
.read-more a:hover {
  background: #e6a439;
}
.Companys-logo {
  padding-bottom: 25px;
  padding-top: 35px;
  text-align: center;
}
.Companys-logo h2 {
  color: #39434d;
  font-family: 'DINPro-Light', DIN Pro, din pro;
  font-size: 36px;
  font-weight: 300;
  line-height: 38px;
  margin: 0 0 30px;
  padding: 0;
}
.Companys-logo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 5em;
}
.Companys-logo ul li {
  display: inline-block;
  margin: 0 20px;
}
.Companys-logo ul li a img {
  width: 120px;
}
.Architect-Wrap {
  background-color: #f5f8fa;
  padding-bottom: 80px;
  padding-top: 74px;
}
.Architect-Wrap .img-rounded img {
  border-radius: 100%;
  background: #dae0e6;
}
.Architect-Wrap h2 {
  color: #39434d;
  font-family: 'DINPro-Light', DIN Pro;
  font-size: 36px;
  font-weight: 300;
  line-height: 38px;
  margin: 0 0 25px;
  padding: 0;
}
.Architect-Wrap p {
  color: #7e858c;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 50px;
}
.Architect-Wrap h3 {
  color: #39434d;
  font-family: 'DINPro-Light', DIN Pro;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  margin: 25px 0;
  padding: 0;
  text-align: center;
}
.Architect-Wrap .col-inner-introw {
  margin: 0 8px;
  text-align: left;
}
.Architect-Wrap .read-more {
  text-align: center;
}
.Architect-Wrap .read-more a {
  background: #e6a439;
  font-size: 18px;
  line-height: 18px;
  margin-top: 0;
  padding: 15px 25px;
}
.Architect-Wrap .read-more a:hover {
  background: #2ecc73;
}
.center-image {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.col-box-inner {
  padding: 0 20px;
}
.With-IronWrap {
  background: #fff;
  padding-bottom: 77px;
  padding-top: 75px;
  text-align: center;
}
.With-IronWrap h2 {
  color: #39434d;
  font-family: 'DINPro-Light', DIN Pro, din pro;
  font-size: 36px;
  font-weight: 300;
  line-height: 38px;
  margin: 0 0 25px;
  padding: 0;
}
.With-IronWrap p {
  color: #7e858c;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 50px;
}
.With-IronWrap h3 {
  color: #39434d;
  font-family: 'DINPro-Light', DIN Pro, din pro;
  font-size: 36px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 40px;
  margin: 0;
  padding: 0;
}
.With-IronWrap .box-rounded {
  background-color: #fff;
  border-radius: 50%;
  border: solid 2px #dae0e6;
  color: #39434d;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 63px;
  font-weight: normal;
  line-height: 63px;
  margin-bottom: 50px;
  margin: 0 57px;
  padding: 70px 0;
  text-align: center;
}
.With-IronWrap read-more {
  text-align: center;
}
.With-IronWrap .read-more a {
  background: #e6a439;
  font-size: 18px;
  line-height: 18px;
  margin-top: 0;
  min-width: 235px;
  padding: 15px 25px;
}
.With-IronWrap .read-more a:hover {
  background: #2ecc73;
}
.Event-BlogWrap {
  background: #ffffff;
  padding: 75px 0;
}
.Event-BlogWrap h2 {
  color: #39434d;
  font-family: 'DINPro-Light', DIN Pro;
  font-size: 36px;
  font-weight: 300;
  line-height: 38px;
  margin: 0 0 25px;
  padding: 0;
}
.Event-BlogWrap ul {
  list-style-type: none;
  margin: 0;
  padding-right: 85px;
  padding: 0;
}
.Event-BlogWrap ul li {
  margin: 0;
  padding: 15px 0;
}
.Event-BlogWrap h3 {
  color: #39434d;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 25px;
  margin: 0;
  padding: 17px 0 7px;
}
.Event-BlogWrap li:first-of-type h3 {
  padding: 0 0 7px;
}
.Event-BlogWrap p {
  color: #5e6369;
  font-size: 16px;
  line-height: 1.35em;
  margin: 0;
  padding: 0;
}
.Event-BlogWrap p.morein a {
  color: #e6a439;
  text-decoration: none;
}
.Event-BlogWrap p.morein a:hover {
  color: #39434d;
}
.resource-page .Content-section {
  padding-top: 23px;
}
article.resource-single .row.resource-single-header {
  margin-bottom: 5%;
  margin-left: 0;
}
article.resource-single .row.resource-single-header .title-wrap.col-sm-12.col-lg-5 {
  margin-right: 40px;
}
article.resource-single .row.resource-single-header p {
  margin-bottom: 5%;
}
article.resource-single .row.resource-single-header h2.resource-single-title {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
article.resource-single .row.resource-single-header h3.resource-single-subtitle {
  margin-bottom: 20px;
}
article.resource-single .row.resource-single-header img.resource-single-thumb {
  border: 2px solid #EFEFEF;
}
article.resource-single .resource-single-content {
  margin-bottom: 7%;
}
article.resource-single .row.resource-single-author h3 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 80%;
}
article.resource-single .row.resource-single-author p {
  font-size: 75%;
}
article.resource-single .row.resource-single-author img {
  max-width: 100px;
}
.resource ul.social-link {
  padding-top: 20px;
}
.event-box {
  position: relative;
}
.all-link {
  padding-right: 24px;
  position: absolute;
  right: 0;
  top: 10px;
}
.all-link a {
  color: #e6a439;
  font-family: 'DINPro-Medium', DIN Pro, din pro;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.blog-box {
  position: relative;
}
.blog-box .blox-listbox img {
  height: auto;
  max-width: 100%;
}
.blog-box .intro-img {
  margin-bottom: 25px;
}
.blox-listbox ul {
  padding-right: 0;
}
.blox-listbox p {
  line-height: 1.25em;
}
.ContactWrap {
  background: #fff;
  padding: 80px 0;
}
.contact-form h2 {
  color: #39434d;
  font-family: 'DINPro-Light', DIN Pro;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
  padding: 35px 0 0;
}
.contact-form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contact-form ul li {
  border-top: solid 1px #e9edf2;
  margin: 0;
  padding: 0;
}
.contact-form ul li select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #F0F4F7 url(../images/arrow-shap.png) no-repeat 98% center;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #39434d;
  font-family: 'DINPro-Medium', DIN Pro, din pro;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  min-height: 60px;
  outline: none;
  padding: 13px 20px;
  width: 100%;
}
.contact-form ul li select option {
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
  padding: 5px 0px;
  text-indent: 20px;
}
.contact-form ul li .input-box-text,
.contact-form ul li .hs-input {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #88919c;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  padding: 20px;
  width: 100%;
}
.contact-form ul li .input-box-textarea,
.contact-form ul li .hs-textarea {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #88919c;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 18px;
  font-weight: normal;
  height: 340px;
  line-height: 18px;
  padding: 20px;
  width: 100%;
}
.contact-form ul li:last-child {
  border-top: 0;
}
.contact-form ul li .btn-submit {
  background: #e6a439;
  border-radius: 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: 'DINPro-Medium', DIN Pro, din pro;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  padding: 14px 0;
  text-align: center;
  transition: background-color 0.5s ease;
  width: 100%;
}
.contact-form ul li .btn-submit:hover {
  background: #2ecc73;
}
/* resources page */
.resource-box img {
  width: 100%;
  border: 1px solid #efefef;
  border-bottom: none;
}
.resource-box a:hover {
  color: #2ecc73;
  text-decoration: none;
}
.resource-box .module-link-box {
  background: #efefef;
  display: block;
  width: 100%;
  height: 140px;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 4px;
}
.resource-box .module-link-box a.module-link {
  background: #efefef;
  display: block;
  width: 100%;
  text-align: center;
  height: 5em;
  padding-top: 20px;
  color: #767f88;
}
.resource-box .module-link-box a.module-link:hover {
  color: #2ecc73;
  text-decoration: none;
}
a.link-right {
  float: right;
  margin-top: 35px;
}
a.link-right:hover {
  color: #2ecc73;
  text-decoration: none;
}
/* blog styles */
#blog.blog-wrapper {
  margin-bottom: 60px;
}
#blog img {
  display: block;
  max-width: 100% !important;
  height: auto;
  margin-bottom: 20px;
}
#blog h2.post-header {
  margin: 70px 0 30px;
  font-size: 2.25em;
}
#blog .post-meta {
  margin-bottom: 20px;
}
#blog .author-span a,
#blog .date-span a,
#blog .comments-span a {
  color: #767f88;
  font-size: .8em;
  padding: 0 10px;
}
#blog .share-span a {
  color: grey;
  font-size: .8em;
  margin-right: 10px;
}
#blog .fa-lg {
  font-size: 1em;
}
#blog p {
  margin: 0 0 20px;
  font-size: 1.05em;
}
#blog h2 {
  color: #39434D;
  margin: 0 0 20px;
}
#blog blockquote {
  border-left: 5px solid #e6a439;
}
#blog .tagcloud {
  padding-bottom: 30px;
  border-bottom: 1px solid #f5f8fa;
  margin-bottom: 20px;
}
#blog .tagcloud a {
  background: #e6a439;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: .9em;
}
#blog .tagcloud a:hover {
  background: #2ecc73;
  text-decoration: none;
}
#sidebar {
  margin: 70px 0 0 0;
  padding: 20px;
}
#sidebar .widget-container {
  display: inline-block;
  background: #F0F4F7;
  width: 100%;
  padding: 10px 20px 20px;
}
#sidebar div {
  clear: both;
}
#sidebar #search-3 {
  padding: 20px 20px 0;
}
#sidebar #search-3 .head-search-box {
  float: none;
  margin: 0;
  width: 100%;
}
#sidebar #search-3 .head-search-box input {
  background: #ffffff;
  border: solid 1px #f5f8fa;
  box-shadow: none;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 14px;
  height: 50px;
  padding: 30px 25px;
  width: 100%;
}
#sidebar #search-3 .head-search-box span.glyphicon {
  color: #e6a439;
  font-size: 17px;
  position: absolute;
  right: 10px;
  top: 25px;
}
#sidebar #text-2 {
  margin-top: 30px;
}
#sidebar #text-2 input.input-search {
  background: #ffffff;
  border: solid 1px #f5f8fa;
  box-shadow: none;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 14px;
  height: 50px;
  padding: 30px 25px;
  width: 100%;
}
#sidebar #text-2 p.heading {
  font-size: 1.3em;
  margin: 10px 0 20px;
}
#sidebar h2.rounded {
  font-size: 1.05em;
  text-transform: uppercase;
}
#sidebar ul {
  padding: 0 0 30px;
  clear: both;
}
#sidebar ul li {
  float: left;
  margin: 5px 4px;
  list-style-type: none;
}
#sidebar ul li a {
  color: #ffffff;
  background: #e6a439;
  padding: 5px 20px;
  text-transform: lowercase;
  border-radius: 20px;
  font-size: .8em;
}
#sidebar ul li a:hover {
  background: #2ecc73;
  text-decoration: none;
}
#sidebar .textwidget {
  margin: 0;
}
#sidebar .textwidget input[type="submit"] {
  border: 0;
  background: #e6a439;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 20px 0 30px;
}
#sidebar .textwidget input[type="submit"]:hover {
  background: #2ecc73;
  text-decoration: none;
}
#sidebar .textwidget .social-share ul {
  padding-bottom: 0;
}
#sidebar .textwidget .social-share ul li a {
  margin: 0 5px 0 0;
  padding: 0;
  border-radius: 0;
}
#sidebar .textwidget .social-share ul li a img:hover {
  opacity: .8;
}
#sidebar #recent-posts-3 {
  margin-top: 30px;
}
#sidebar #recent-posts-3 ul li {
  margin-bottom: 20px;
}
#sidebar #recent-posts-3 ul li a {
  background: none;
  color: #e6a439;
  text-transform: inherit;
  padding: 0;
  font-size: 1em;
}
/* form styles */
#form-box {
  margin-bottom: 50px;
}
#form-box .form-title {
  background: #fff;
  color: #e6a439;
  font-size: 18px;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}
#form-box .submitted-message {
  font-size: 20px;
  padding: 100px 0 0;
  text-align: center;
}
#form-box .form-field {
  border-bottom: none;
  border-radius: 0;
  border: 0;
  border: 2px solid #dae0e6;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
  height: auto;
  line-height: 20px;
  margin: 0;
  max-width: 100%;
  padding: 20px;
  width: 100%;
}
#form-box .hs-input {
  border-bottom: none;
  border-radius: 0;
  border: 0;
  border: 2px solid #ECEDF2;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
  height: auto;
  line-height: 20px;
  margin: 0;
  max-width: 100%;
  padding: 20px;
  width: 100%;
}
#form-box .form-field.fullborder {
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}
#form-box .form-group {
  margin: 0px;
  position: relative;
}
#form-box .form-group .pad {
  padding: 20px;
}
#form-box .hs-form-field {
  margin: 0px;
  position: relative;
}
#form-box .hs-form-field > label {
  color: #7e858c;
  padding: 10px 0;
  font-weight: normal;
  font-size: 16px;
}
#form-box .form-group.fullborder {
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 1px;
}
#form-box .form-group.bottom {
  border-bottom: 1px solid #ffffff;
}
#form-box .hs-form .actions {
  margin: 0;
  padding: 0;
}
#form-box .form-button {
  background: #2a3138;
  border-radius: 0;
  border: 0;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: normal;
  padding: 20px 0;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  width: 100%;
}
#form-box .form-button:hover {
  background: #39434d;
  color: #e6a439;
}
#form-box .hs-button {
  background: #e6a439;
  border-radius: 0;
  border: 0;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: normal;
  padding: 20px 0;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  width: 100%;
}
#form-box .hs-button:hover {
  background: #2ecc73;
  color: #ffffff;
}
#form-box .form-button.green {
  background: #2ecc73;
  color: #39434d;
}
#form-box .form-button.green:hover {
  background: #7e858c;
  color: #39434d;
}
#form-box .hs-button.green {
  background: #2ecc73;
  color: #e6a439;
}
#form-box .hs-button.green:hover {
  background: #7e858c;
  color: #e6a439;
}
#form-box select.hs-input {
  height: 60px;
  text-indent: 10px;
  background: #f5f8fa;
}
h3.heading {
  background: #dae0e6;
  padding: 25px 20px;
}
/* end form */
.social-box {
  background: #e9edf2;
  min-height: 925px;
  padding: 20px 38px 0;
}
.social-box h3 {
  color: #39434d;
  font-family: 'DINPro-Light', DIN Pro;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
  padding-bottom: 20px;
  padding: 15px 0px;
}
.address-info {
  margin-bottom: 30px;
}
.address-info address {
  color: #2a3138;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.address-info a {
  color: #e6a439;
  font-family: 'DINPro-Medium', DIN Pro, din pro;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.address-info a:hover {
  color: #2a3138;
}
.social-share ul {
  list-style-type: none;
  margin: 0 0 8%;
  padding: 0;
}
.social-share ul:after {
  clear: both;
  content: "";
  display: table;
}
.social-share ul:before {
  clear: both;
  content: "";
  display: table;
}
.social-share ul li {
  float: left;
  margin: 0 20px 20px 0;
  padding: 0;
  width: 33%;
}
.extra-link ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.extra-link ul li {
  margin: 0;
  padding: 2px 0;
}
.extra-link ul li a {
  color: #e6a439;
  display: inline-block;
  font-family: 'DINPro-Medium', DIN Pro, din pro;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.extra-link ul li a:hover {
  color: #39434d;
}
.static-banner {
  position: relative;
  z-index: 0;
}
.static-banner figure {
  margin: 0;
  padding: 0;
  position: relative;
}
.static-banner figure img {
  height: auto;
  width: 100%;
  z-index: -1;
}
.static-banner figcaption {
  left: 0;
  position: absolute;
  top: 25%;
  width: 100%;
  z-index: 99;
}
.static-banner h1 {
  color: #2ecc73;
  font-family: 'DINPro-Light', DIN Pro;
  font-size: 60px;
  font-weight: 300;
  line-height: 62px;
  margin: 0;
  padding-bottom: 0;
  padding: 10px 0;
}
.static-banner p {
  color: #fff;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 24px;
  line-height: 28px;
  margin: 15px 0;
  text-align: center;
}
.static-banner-caption {
  text-align: center;
}
img.padded {
  padding: 40px 0;
}
.Content-section {
  font-size: 18px;
  padding-top: 60px;
}
.Content-section article {
  padding-bottom: 28px;
}
.Content-section h1 {
  color: #39434d;
  font-family: 'DINPro-Light', DIN Pro;
  font-size: 60px;
  font-weight: 300px;
  line-height: 64px;
  margin: 0;
  padding: 15px 0;
}
.Content-section h2 {
  color: #39434d;
  font-family: 'DINPro-Light', DIN Pro;
  font-size: 36px;
  font-weight: 300px;
  line-height: 36px;
  margin: 0 0 30px;
  padding: 25px 0;
}
.Content-section p {
  color: #7e858c;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 22px;
}
.Content-section p strong {
  font-family: 'DINPro-Medium', DIN Pro, dinpro;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.Content-section ul {
  margin-bottom: 25px;
  margin: 0;
  padding-left: 18px;
  padding: 0;
}
.Content-section ul.arrows li {
  line-height: 2em;
  list-style: none;
}
.Content-section ul.arrows li i {
  font-size: 16px;
  padding: 0 15px;
}
.Content-section ul.no-bullets li {
  list-style: none;
  margin-bottom: 21px;
}
.Content-section ol {
  margin-bottom: 25px;
  margin: 0;
  padding-left: 18px;
  padding: 0;
}
.Content-section li {
  color: #7e858c;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding-left: 20px;
  padding: 0;
}
.Content-section a {
  color: #e6a439;
  text-decoration: none;
}
.Content-section a:hover {
  color: #7e858c;
  text-decoration: none;
}
.Content-section .btn-default {
  background-color: #e6a439;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-family: 'DINPro-Medium', DIN Pro, dinpro;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 40px 12px;
  text-decoration: none;
}
.Content-section .btn-default:hover {
  background-color: #2ecc73;
  color: #fff;
}
.Content-section .input-lg {
  padding: 10px 40px 12px;
}
.Content-section.platform h2 {
  margin-bottom: 0;
  padding-bottom: 25px;
  height: inherit;
}
.Content-section.platform li {
  margin: 0 0 10px 25px;
}
.event-box .Content-section {
  padding-top: 0;
}
.cutomer-logos img.center-block.aligncenter {
  width: 150px;
  height: inherit;
  padding-bottom: 40px;
}
ul.newsroom-list.release li {
  min-height: 150px;
}
ul.newsroom-list li {
  list-style-type: none;
  padding: 20px 20px 0;
  border-bottom: 1px solid #dae0e6;
}
ul.newsroom-list li figure {
  float: left;
  width: 250px;
  height: 100px;
  text-align: center;
}
ul.newsroom-list li figure img {
  max-height: 80px;
  margin-right: 20px;
  max-width: 200px;
}
.Event-BlogWrap ul.newsroom-list li {
  padding: 0;
}
/* search results page */
.content-search-box {
  text-align: center;
  background: #f5f8fa;
  padding: 30px;
}
input.submit-search {
  background: #e6a439;
  color: #ffffff;
  border: none;
  padding: inherit 20px;
}
input.submit-search:hover {
  background: #2ecc73;
}
ul.search-list li {
  list-style-type: none;
  padding: 20px 20px;
  border-bottom: 1px solid #efefef;
}
ul.list-type {
  list-style-type: none;
}
.gopher {
  padding: 25px 0;
}
.service-box {
  height: auto;
  max-width: 100%;
  padding: 30px 24px;
  background-color: #f5f8fa;
  text-align: center;
  margin-bottom: 20px;
  border: 11px solid #ffffff;
}
@media (min-width: 992px) {
  .service-box {
    height: 600px;
  }
}
.service-box.white-box {
  background: #ffffff;
}
.service-box.white-box h1 {
  height: 3em;
}
.service-box .btn-default {
  color: #fff;
  background-color: #e6a439;
  border-color: transparent;
}
.service-box .btn-default:hover {
  color: #fff;
  background-color: #2ecc73;
  border-color: transparent;
}
.service-box p {
  margin-bottom: 20px;
}
.service-box h1 {
  font-size: 1.8em;
}
.service-box figure h2 {
  height: 100px;
}
.solution-box {
  height: auto;
  max-width: 100%;
  padding: 30px 24px;
  background-color: #f5f8fa;
  text-align: center;
  margin-bottom: 20px;
}
.solution-box.white-box {
  background: #ffffff;
}
.solution-box.white-box h1 {
  height: 3em;
}
.solution-box .btn-default {
  color: #fff;
  background-color: #e6a439;
  border-color: transparent;
}
.solution-box .btn-default:hover {
  color: #fff;
  background-color: #2ecc73;
  border-color: transparent;
}
.solution-box p {
  margin-bottom: 20px;
}
.solution-box h1 {
  font-size: 1.8em;
}
.pricing figure {
  height: 250px;
}
.pricing .service-box {
  height: 400px;
}
.solution-box {
  text-align: center;
}
.solution-box .inner {
  background-color: #fff;
  padding: 20px;
}
.gutter-top {
  padding-top: 40px;
}
.gutter-top-none {
  margin-top: 0 !important;
}
.gutter-btm {
  padding-bottom: 40px;
}
.gutter-btm-none {
  padding-bottom: 0 !important;
}
.no-pad-top {
  padding-top: 0 !important;
}
.no-pad-btm {
  padding-bottom: 0 !important;
}
.no-pad {
  padding: 0 !important;
}
.category-info {
  padding: 0 50px;
  text-align: center;
}
.category-info p {
  font-size: 24px;
  line-height: 30px;
}
.category-info h1 {
  font-size: 60px;
  line-height: 64px;
}
.leader-infoWrap .info-box h3,
.platform-infoWrap .info-box h3 {
  color: #39434d;
  font-family: 'DINPro-Light', DIN Pro;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding-top: 25px;
}
.leader-infoWrap .detail-box,
.platform-infoWrap .detail-box {
  margin-bottom: 60px;
}
.leader-infoWrap p,
.platform-infoWrap p {
  color: #7e858c;
  margin: 0;
}
.leader-infoWrap small,
.platform-infoWrap small {
  font-family: 'DINPro-Medium', DIN Pro, dinpro;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.leader-infoWrap small a,
.platform-infoWrap small a {
  color: #e6a439;
  text-decoration: none;
}
.leader-infoWrap small a:hover,
.platform-infoWrap small a:hover {
  color: #7e858c;
  text-decoration: none;
}
.iron-grid .info-box h3 {
  text-transform: none;
  height: 4em;
}
.leader-box {
  padding: 30px 0;
}
.leader-box img {
  height: auto;
  max-width: 100%;
}
.customers .padded-img-box a {
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  display: block;
}
.partners .padded-img-box {
  padding: 15px 10px 15px;
}
.community-box .inner {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  min-height: 330px;
  text-align: center;
}
.community-box .inner p {
  margin: 20px 0;
  text-align: left;
}
.investors-infoWrap {
  padding-bottom: 50px;
}
.services-infoWrap {
  padding-bottom: 100px;
  padding-top: 70px;
}
.services-infoWrap h1 {
  margin-bottom: 30px;
}
.investors-box {
  height: auto;
  max-width: 100%;
  padding: 15px 0 0;
}
.investors-box figure {
  background: #F4F8FB;
  text-align: center;
  line-height: 150px;
  height: 150px;
  vertical-align: middle;
}
.investors-box img {
  height: auto;
  max-width: 100%;
}
.customers-box {
  height: auto;
  max-width: 100%;
  padding: 15px 0 0;
}
.customers-box figure {
  text-align: center;
  line-height: 150px;
  height: 150px;
  vertical-align: middle;
}
.customers-box img {
  height: auto;
  max-width: 100%;
}
.join-TeamWrap,
.greybg {
  background-color: #f5f8fa;
  margin-top: 45px;
  padding: 50px 0 80px;
}
.join-TeamWrap.grey-first,
.greybg.grey-first {
  margin-top: 0;
}
.join-TeamWrap h2,
.greybg h2 {
  color: #39434d;
  font-family: "DINPro-Light", DIN Pro;
  font-size: 36px;
  line-height: 38px;
  margin: 0 0 30px;
  padding: 0;
  height: 80px;
}
.join-TeamWrap h2 .bold,
.greybg h2 .bold {
  font-weight: bold;
}
.join-TeamWrap h3,
.greybg h3 {
  color: #7e858c;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  margin: 0;
  padding-bottom: 28px !important;
  padding: 0;
  text-transform: uppercase;
}
.join-TeamWrap p,
.greybg p {
  color: #7e858c;
  line-height: 22px;
  margin-bottom: 20px !important;
  margin: 0;
  padding: 0;
}
.join-TeamWrap ul,
.greybg ul {
  color: #7e858c;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 18px;
  font-weight: normal;
  list-style-type: disc;
  margin: 0;
  padding-left: 18px;
  padding: 0;
  margin-left: 20px;
}
.join-TeamWrap ul li,
.greybg ul li {
  color: #7e858c;
  font-family: 'DINPro-Regular', DIN Pro, din pro;
  font-size: 18px;
  font-weight: normal;
  padding: 2px 0;
}
.join-TeamWrap .platform h2,
.greybg .platform h2 {
  margin-bottom: 0;
  padding-bottom: 25px;
  height: inherit;
}
.join-TeamWrap.grey-last,
.greybg.grey-last {
  margin-bottom: -60px;
}
.Companys-logo.greybg {
  margin-top: 0;
  padding: 35px 0 25px;
}
.Our-CultureWrap,
.whitebg {
  background-color: #fff;
  padding: 50px 0 50px;
}
.Our-CultureWrap h2,
.whitebg h2 {
  color: #39434d;
  font-family: "DINPro-Light", DIN Pro;
  font-size: 36px;
  font-weight: 300;
  line-height: 38px;
  margin: 0;
  padding-bottom: 30px !important;
  padding: 0;
}
.Our-CultureWrap .media-content,
.whitebg .media-content {
  position: relative;
}
.Our-CultureWrap .media-content h2,
.whitebg .media-content h2 {
  padding-bottom: 20px;
}
.Our-CultureWrap p,
.whitebg p {
  color: #7e858c;
  line-height: 22px;
  margin-bottom: 22px !important;
  margin: 0;
  padding: 0;
}
.Our-CultureWrap img,
.whitebg img {
  height: auto;
  max-width: 100%;
}
.Our-CultureWrap.solution-casestudy,
.whitebg.solution-casestudy {
  margin-bottom: -60px;
}
.Our-CultureWrap.solution-casestudy.study-etl,
.whitebg.solution-casestudy.study-etl {
  background: url(http://ironio2016.wpengine.com/wp-content/uploads/2016/02/hero-mid-hoteltonight.png);
}
.Our-CultureWrap.solution-casestudy.study-file-proc,
.whitebg.solution-casestudy.study-file-proc {
  background: url(http://ironio2016.wpengine.com/wp-content/uploads/2016/02/hero-mid-bleacher.png);
}
.Our-CultureWrap.solution-casestudy.study-data-proc,
.whitebg.solution-casestudy.study-data-proc {
  background: url(http://ironio2016.wpengine.com/wp-content/uploads/2016/02/hero-mid-dataproc.png);
}
.Our-CultureWrap.solution-casestudy img,
.whitebg.solution-casestudy img {
  margin-bottom: 20px;
}
.Our-CultureWrap.solution-casestudy p,
.whitebg.solution-casestudy p {
  color: #ffffff;
}
.Our-CultureWrap.solution-casestudy .btn-default,
.whitebg.solution-casestudy .btn-default {
  border: none;
}
.row.larger-stripe {
  margin-top: 110px;
}
h2.h2-white {
  background: #ffffff;
  padding: 25px 0;
}
.section-row {
  padding-bottom: 30px;
}
.section-row:after {
  clear: both;
  content: "";
  display: table;
}
.section-row:before {
  clear: both;
  content: "";
  display: table;
}
.bottom-tuch-content {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
.bottom-tuch-content p {
  margin-bottom: 0;
}
.bottom-tuch-content p a {
  color: #e6a439;
  font-family: 'DINPro-Medium', DIN Pro, dinpro;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.bottom-tuch-content p a:hover {
  color: #7e858c;
  text-decoration: none;
}
.Media-box {
  background-color: #f5f8fa;
}
.Benefits-joiningWrap {
  background-color: #f5f8fa;
  padding: 80px 0 50px;
}
.Benefits-joiningWrap h2 {
  color: #39434d;
  font-family: "DINPro-Light", DIN Pro;
  font-size: 36px;
  line-height: 38px;
  margin: 0 0 30px;
  padding-bottom: 24px;
  padding: 0;
}
.Benefits-joiningWrap article {
  padding-bottom: 70px;
  text-align: center;
}
.Benefits-joiningWrap article p a {
  color: #e6a439;
  font-family: 'DINPro-Medium', DIN Pro, dinpro;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.Benefits-joiningWrap article p a:hover {
  color: #39434d;
}
/* platform children */
.platform-infoWrap .info-box .detail-box {
  padding: 30px 0;
  height: 400px;
  margin-bottom: 20px;
  text-align: center;
}
.platform-infoWrap .info-box .detail-box figure {
  margin-bottom: 30px;
}
.platform-infoWrap .info-box .detail-box h3 {
  height: 3em;
  padding-top: 0;
  font: 29px;
}
a {
  color: #e6a439;
  text-decoration: none;
}
.benefits-box {
  padding-bottom: 60px;
}
.benefits-box:after {
  clear: both;
  content: "";
  display: table;
}
.benefits-box:before {
  clear: both;
  content: "";
  display: table;
}
.benefits-box h3 {
  font-family: "DINPro-Light", DIN Pro;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  margin: 0;
  padding-bottom: 10px;
  padding: 0;
}
.benefits-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.benefits-box ul li {
  color: #e6a439;
  font-family: 'DINPro-Medium', DIN Pro, dinpro;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  padding: 2px 0;
  text-decoration: none;
}
.benefits-box ul li a {
  color: #e6a439;
  font-family: 'DINPro-Medium', DIN Pro, dinpro;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.benefits-box ul li a:hover {
  color: #7e858c;
  text-decoration: none;
}
.BottomWrap {
  background: #2a3138;
  padding: 75px 0;
  margin-top: 60px;
}
.footer-nav ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-nav ul li {
  float: left;
  padding-left: 55px;
  /*padding: 0 0px;*/
}
.footer-nav ul li:first-child {
  padding-left: 0;
}
.footer-nav ul li a {
  color: #fff;
  display: block;
  font-size: 17px;
  line-height: 18px;
  padding: 10px 0;
  text-decoration: none;
}
.footer-nav ul li ul {
  float: none;
}
.footer-nav ul li li {
  float: none;
  padding-left: 0;
  width: auto;
}
.footer-nav ul li li a {
  color: #cccccc;
  display: block;
  font-size: 12px;
  padding: 5px 0;
}
.footer-nav a:hover {
  color: #e6a439;
}
.footer-top {
  border-top: solid 1px #515e6b;
  margin-top: 30px;
  padding-top: 22px;
}
.footer-nav2 a:hover {
  color: #e6a439;
}
.footer-nav2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-nav2 ul li {
  float: left;
  margin: 0;
  padding-left: 60px;
  /*padding: 10px 0;*/
}
.footer-nav2 ul li:first-child {
  padding-left: 0;
}
.footer-nav2 ul li a {
  color: #767f88;
  font-size: 17px;
  text-decoration: none;
}
.social-links {
  padding-bottom: 10px;
  padding-top: 10px;
}
.social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-links ul li {
  display: inline-block;
  padding-left: 10px;
  text-align: center;
}
.social-links ul li a {
  background-color: #515e6b;
  border-radius: 50%;
  box-sizing: border-box;
  color: #2C343B;
  display: block;
  font-size: 20px;
  height: 34px;
  padding: 2px 0;
  padding: 5px;
  text-align: center;
  width: 34px;
}
.social-links ul li a:hover {
  background-color: #e6a43c;
}
.schedule-demo {
  text-align: right;
}
.schedule-demo a.btn-default {
  background-color: #515e6b;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 246px;
}
.schedule-demo a.btn-default:hover {
  background-color: #e6a43c;
}
.footer-bottom {
  padding: 10px 0;
}
.footer-bottom:after {
  clear: both;
  content: "";
  display: table;
  font-size: 12px;
}
.footer-bottom:before {
  clear: both;
  content: "";
  display: table;
  font-size: 12px;
}
.footer-bottom a {
  color: #767f88;
}
.footer-bottom a:hover {
  color: #e6a43c;
}
.policy-link {
  text-align: right;
}
.policy-link ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.policy-link ul li {
  display: inline-block;
  padding-left: 35px;
}
.policy-link ul li a {
  color: #767f88;
  font-size: 14px;
  text-decoration: none;
}
.copyright p {
  font-size: 14px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#whr_embed_hook {
  margin-bottom: 50px;
}
#whr_embed_hook .whr-items {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 1rem 1rem;
}
#whr_embed_hook .whr-item {
  background: none;
  list-style: none;
  margin-bottom: .5rem;
  margin: 0;
  padding: 0;
}
#whr_embed_hook .whr-item:last-child {
  margin-bottom: 0;
}
#whr_embed_hook .whr-info {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#whr_embed_hook .whr-info li {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: none;
  border-radius: 3px;
  border: 1px solid #dce5e9;
  display: none;
  margin: 0 .2rem 0 0;
  padding: .1rem .4rem;
}
#whr_embed_hook .whr-info li span {
  color: #959fa4;
  text-transform: uppercase;
}
#whr_embed_hook .whr-group {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #e8f1f5;
  border-radius: 3px;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin: 0;
  padding: .2rem .4rem;
  width: 500px;
}
#whr_embed_hook .whr-toggle {
  margin-top: .5rem;
}
#whr_embed_hook .whr-toggle a {
  display: block;
}
#whr_embed_hook .whr-toggle:hover {
  background: #dce5e9;
}
#whr_embed_hook .whr-toggle:first-child {
  margin-top: 0;
}
#whr_embed_hook .whr-active {
  background: #dce5e9;
}
#whr_embed_hook .whr-active + .whr-items {
  background: #e8f1f5;
}
#whr_embed_hook .whr-title {
  font-size: 15px;
  margin: 0;
  padding: .2rem 0;
}
#whr_embed_hook .whr-title a {
  font-size: 20px;
}
#whr_embed_hook .whr-title a:hover {
  border-bottom: 1px solid;
}
#whr_embed_hook .whr-description {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #dddddd;
  clear: both;
  line-height: 1.4;
  margin: .5rem 0 0 0;
  padding: .5rem;
}
#whr_embed_hook .whr-description ul {
  margin: .5rem 0;
}
#whr_embed_hook .whr-description li {
  margin: .25rem 0;
}
.table > thead > tr > th {
  padding-top: 30px !important;
  border-top: none !important;
  font-size: 1.2em;
}
.table > thead > tr > th.support-table-th {
  font-weight: inherit;
  font-size: 18px;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .sep {
    padding: 0 40px;
  }
  .Companys-logo ul {
    margin: -40px 0 0 0;
    height: 65px;
  }
}
@media (min-width: 1200px) {
}
