





























































































































































































































@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');


body, html body {
  padding: 0;
}
.splash-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 300vh;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 999999;
  pointer-events: none;
}
.with-splash,
.with-splash body {
  overflow: hidden;
}
.with-splash .splash-image {
  opacity: 1;
  pointer-events: auto;
}
.with-splash .body-container-wrapper,
.with-splash .footer-container-wrapper {
  opacity: 0;
  pointer-events: none;
}


.body-container{
  padding-left: 0;
  padding-right: 0;
}

.body-menu-position{
  padding-top:70px;
}

.row-fluid.row-fluid [class*="span"] {
  min-height: 0;
}

@media (max-width: 1139px) and (min-width: 768px) {
  .row-fluid.row-fluid [class*="span"]{
    min-height: 0;
  }

}

.col-xs-2_4 {
  width: 20%;
  float: left;
}

.col-xs-2_4, .col-sm-2_4, .col-md-2_4, .col-lg-2_4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-sm-2_4 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-2_4 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-2_4 {
    width: 20%;
    float: left;
  }
}


.dm-icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 95px;
  height: 95px;
  margin: 0 50px;
  border: 7px solid #fff55b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  font-size: 48px;
  font-weight: normal;
  color: #fff55b;
  line-height: 81px;
}

.wistia_responsive_wrapper * {
  z-index: auto;
}

/* oembed */
a.oembed, .oembedall-closehide, .oembedall-container > br {
  display: none;
}
.oembedall-container.oembedall-container {
  margin: 0;
  height: 100%;
}
.oembedall-container.oembedall-container .wistia_responsive_padding {
  height: 100%;
}
.oembedall-container iframe {
  display: block;
  width: 100%;
  height: 100%;
}


/* Form Default */
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .uneditable-input {
  display: block;
  width: 100% !important;
  background-color: #fff;
  background-image: none;
  border: 2px solid #ecf0f1;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 42px;
  -webkit-appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}

input[type=checkbox] {
  margin-top: 0;
}

/*textarea, input[type="text"], input[type="password"], */
/*input[type="datetime"], input[type="datetime-local"], */
/*input[type="date"], input[type="month"], input[type="time"], */
/*input[type="week"], input[type="number"], */
/*input[type="email"], input[type="url"], */
/*input[type="search"], input[type="tel"], input[type="color"], */
/*.uneditable-input {*/
/*    display: block;*/
/*    width: 100% !important;*/
/*    background-color: #fff;*/
/*    background-image: none;*/
/*    border: 2px solid #bdc3c7;*/
/*    color: #34495e;*/
/*    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*    font-size: 15px;*/
/*    line-height: 1.467;*/
/*    padding: 8px 12px;*/
/*    height: 42px;*/
/*    -webkit-appearance: none;*/
/*    border-radius: 6px;*/
/*    -webkit-box-shadow: none;*/
/*    box-shadow: none;*/
/*    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;*/
/*    transition: border .25s linear, color .25s linear, background-color .25s linear;*/
/*}*/

input[type="submit"] {
  border: none;
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  background-color: #1abc9c;
  border-radius: 4px;
  padding: 10px 15px;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 22px;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
  color: #ffffff;
  background-color: #48c9b0;
  border-color: #48c9b0;
}

.hs-form fieldset {
  position: relative;
}

.hs-form label {
  margin-bottom: 12px;
}

.hs-error-msgs {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hs-error-msgs li label {
  margin-top: 5px;
  margin-bottom: 0 !important;
  color: #e74c3c !important;
}

.hs-form > div, .hs-form > fieldset {
  margin-left: -10px;
  margin-right: -10px;
  max-width: none !important;
}

.hs-form  .field, .hs-form .actions {
  padding: 0 10px;
}

.hs-form  .field {
  margin-bottom: 29px;
}


.hs-form fieldset .input {
  margin-right: 0 !important;
}

.hs-form fieldset.form-columns-1 .input, .hs-form fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}

.hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-input.input[type=checkbox]{
  width: auto!important;
}
.hs-form fieldset.form-columns-1 input[type=checkbox],
.hs-form input[type=checkbox]{
  width: auto!important;
  height: auto!important;      
  float: left;
  min-width: auto!important;
}
li.hs-form-booleancheckbox {
  list-style: none!important;
}

label.hs-form-booleancheckbox-display{
  display:flex;
  align-items: center;
  margin: 10px 0;
}
label.hs-form-booleancheckbox-display input{
  margin-right: 10px!important;
}

.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.33333333% !important;
}



@media (max-width: 480px) {  
  .hs-form label {
    margin-bottom: 0 !important;
  }

  .hs-form > div, .hs-form > fieldset {
    margin-left: 0;
    margin-right: 0;
  }

  .hs-form  .field, .hs-form .actions {
    padding: 0;
  }

  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}



/*--- HEADERS ---*/

/* Default Styles */

.row-fluid [class*="span"].dm-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 51;
  background-color: #ffffff;
  padding: 15px;
  min-height: 70px;
  -webkit-box-shadow: 0px 1px 13px 0px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 1px 13px 0px rgba(0,0,0,0.09);
  box-shadow: 0px 1px 13px 0px rgba(0,0,0,0.09);
}

.row-fluid [class*="span"].dm-company-name {
  font-size: 20px;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}

.row-fluid [class*="span"].dm-company-name a {
  color: #7f8c8d;
}

.row-fluid [class*="span"].dm-navigation .hs-menu-wrapper.hs-menu-flow-horizontal{
  text-align: right;
}

.row-fluid [class*="span"].dm-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1 {
  display: inline-block;
}

.row-fluid [class*="span"].dm-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1 a {
  font-size: 16px;
  padding: 10px 15px;
}

.burger-nav {
  display: none;
}

@media (max-width: 767px) {    
  .row-fluid [class*="span"].dm-navigation {
    position: fixed;
    width: 280px;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    right: -280px;
    padding: 70px 0 15px;
    -webkit-transition: right 0.4s ease;
    -moz-transition: right 0.4s ease;
    -o-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }

  .row-fluid [class*="span"].dm-navigation.open {
    right: 0;
  }

  .row-fluid [class*="span"].dm-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1 {
    display: block;
    text-align: right;
    border-bottom: 1px solid #363940;
    margin: 0 15px;
  }

  .row-fluid [class*="span"].dm-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1 a {
    padding: 15px 0;
  }

  .burger-nav {
    position: absolute;
    z-index: 2;
    top: 22px;
    right: 15px;
    display: block;
  }
  body .header-10 .row-fluid .widget-type-linked_image {
    margin-top: 13px;
    float: left;
  }

  .header-10 {
    z-index: 100;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 74px;
    color: white;
  }

  .burger-nav .burger-line {
    display: block;
    background-color: #363940;
    width: 28px;
    height: 5px;
    margin: 4px 0;
    position: relative;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0);
  }

  .burger-nav.open .burger-line:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
  }

  .burger-nav.open .burger-line:nth-child(2) {
    opacity: 0;
  }

  .burger-nav.open .burger-line:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -9px;
  }
}


.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: block;
  padding: initial;
  white-space: initial;
  max-width: initial;
  overflow: initial;
  text-overflow: initial;
  text-decoration: initial;
}


.hs-menu-wrapper > ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  *zoom: 1;
  &:before,
  &:after {
    display: table;
    content: "";
    line-height: 0;
  }
  &:after {
    clear: both;
  }
}

.hs-menu-wrapper > ul > li {
  position: relative;
  display: block;
}

.hs-menu-wrapper > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.hs-menu-wrapper > ul > li > a:hover, .hs-menu-wrapper > ul > li > a:focus {
  background: none;
  text-decoration: none;
}

@media (max-width: 568px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    width: auto;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
  }
}



/* Burger */

.navbar-toggle .icon-bar {
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
}


/* Mobile Nav */

body > .navbar-collapse .hs-menu-wrapper > ul > li {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #444444;
}

body > .navbar-collapse .hs-menu-wrapper > ul > li a {
  display: block;
  padding: 12px 35px;
  border-bottom: 2px solid #24292d;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
}

body > .navbar-collapse .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
  list-style-type: none;
  padding-left: 0;
}

body > .navbar-collapse .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  color: #d0cdcd;
}

body > .navbar-collapse .navbar-form .btn {
  height: auto;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 26px;
  padding-right: 26px;
}


/* Header 1 */

.header-1-sub {
  height: 430px;
}

.header-1-sub h3 p {
  line-height: normal;
  font-size: 36px;
  margin-bottom: 0;
}

.header-1-sub .page-transitions .controls > * {
  top: 340px;
}

@media (max-width: 480px) {
  .header-1-sub {
    height: 350px;
  }

  .header-1-sub .page-transitions .controls > * {
    top: 293px;
  }
}

@media (max-width: 600px) {
  .header-1-sub h3 p {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .header-1-sub h3 p {
    font-size: 26px;
  }
}


/* Header 1 V2 */

.header-1-v2 .navbar .brand img:first-child {
  width: auto;
}

.header-1-v2 .navbar ul {
  float: right;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.header-1-v2 .navbar ul > li {
  position: relative;
  display: block;
  float: left;
  margin-left: 20px;
}

.header-1-v2 .navbar ul > li:first-child {
  margin-left: 0;
}

.header-1-v2 .navbar ul > li > a {
  position: relative;
  display: block;
  padding: 35px 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #ffffff;
  max-width: none;
}

.header-1-v2 .navbar ul > li > .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 200px;
  float: none;
  text-align: center;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}

.header-1-v2 .navbar ul > li:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-1-v2 .navbar ul > li > .hs-menu-children-wrapper li {
  display: block;
  float: none;
  margin-top: 15px;
  margin-left: 0;
}

.header-1-v2 .navbar ul > li > .hs-menu-children-wrapper li:first-child {
  margin-top: 0;
}

.header-1-v2 .navbar ul > li > .hs-menu-children-wrapper li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #2c3e50;
}


.header-1-sub-v2 {
  background-color: transparent;
}

.header-1-sub-v2.has-menu {
  height: 500px;
}

.header-1-sub-v2.has-menu .page-transitions .controls > * {
  top: 410px;
}

.header-1-sub-v2 .page-transitions .caption .hs-cta-node {
  visibility: inherit !important;
}

@media (max-width: 480px) {
  .header-1-sub-v2.has-menu {
    height: 460px;
  }

  .header-1-sub-v2.has-menu .page-transitions .controls > * {
    top: 405px;
  }
}


/* Header 1 V2 - Navigation */

.header-1-v2.standalone .navbar {
  position: static;
  margin-bottom: 0;
}

.header-1-sub-v2.standalone {
  display: none;
}



/* Header 2 */

.header-2-sub {
  padding-top: 145px;
}

@media (max-width: 991px) {
  .header-2-sub {
    padding-top: 95px;
  }
}


/* Header 2 V2 */

.header-2-sub-v2 .btns .btn, .header-2-sub-v2 .btns .btn-cta {
  margin-top: 5px;
  margin-bottom: 5px;
}

.header-2-sub-v2 .btns .btn-cta {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.header-2-v2 .navbar .brand img:first-child {
  width: auto;
}

.header-2-v2 .navbar ul {
  float: right;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.header-2-v2 .navbar ul > li {
  position: relative;
  display: block;
  float: left;
  margin-left: 20px;
}

.header-2-v2 .navbar ul > li:first-child {
  margin-left: 0;
}

.header-2-v2 .navbar ul > li > a {
  padding: 32px 0 10px;
  font-size: 17px;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  max-width: none;
}

.header-2-v2 .navbar ul > li > .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 200px;
  float: none;
  text-align: center;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}

.header-2-v2 .navbar ul > li:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-2-v2 .navbar ul > li > .hs-menu-children-wrapper li {
  display: block;
  float: none;
  margin-top: 15px;
  margin-left: 0;
}

.header-2-v2 .navbar ul > li > .hs-menu-children-wrapper li:first-child {
  margin-top: 0;
}

.header-2-v2 .navbar ul > li > .hs-menu-children-wrapper li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #2c3e50;
}

.header-2-sub-v2 {
  background-color: transparent;
}

.header-2-sub-v2.has-menu {
  padding-top: 215px;
  padding-bottom: 115px;
}

@media (max-width: 991px) {
  .header-2-sub-v2.has-menu {
    padding-top: 165px;
  }
}

/* Header 2 V2 - Navigation Standalone */

.header-2-v2.standalone .navbar {
  position: static;
  margin-bottom: 0;
}

/* Header 3 */

.header-3-sub {
  padding-top: 110px;
}

@media (max-width: 480px) {
  .header-3-sub {
    padding-top: 60px;
  }
}


/* Header 3 V2 */

.header-3-v2 .navbar .brand img:first-child {
  width: auto;
}

.header-3-v2 .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.header-3-v2 .navbar ul > li > a {
  position: relative;
  display: block;
  padding: 25px 0 21px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #95a5a6;
}
.header-3 .navbar .navbar-form {
  padding: 11px 0 15px 50px;
}
.header-3-v2 .navbar ul > li {
  display: block;
  position: relative;
  margin-left: 25px;
  float: left;
}

.header-3-v2 .navbar ul > li:first-child {
  margin-left: 0;
}

.header-3-v2 .navbar ul > li > .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 200px;
  float: none;
  text-align: center;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}

.header-3-v2 .navbar ul > li:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-3-v2 .navbar ul > li > .hs-menu-children-wrapper li {
  display: block;
  float: none;
  margin-top: 15px;
  margin-left: 0;
}

.header-3-v2 .navbar ul > li > .hs-menu-children-wrapper li:first-child {
  margin-top: 0;
}

.header-3-v2 .navbar ul > li > .hs-menu-children-wrapper li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #2c3e50;
}

.header-3-v2 .navbar .navbar-collapse > span, .header-3-v2 .navbar .navbar-collapse > div {
  float: left !important;
}

#header-3 .btn {
  padding: 10px;
  height: auto;
}


.header-3-sub-v2.has-menu {
  padding-top: 180px;

}
@media (max-width: 768px) {
  .header-3 {
    height: 70px !important; 
  }
}
@media (max-width: 480px) {
  .header-3-sub-v2.has-menu {
    padding-top: 100px;
  }
}

/* Header V3 - Standalone */

.header-3-v2.standalone {
  position: relative;
}

.header-3-v2.standalone .navbar {
  margin-bottom: 0;
}


/* Header 4 */

@media (max-width: 480px) {
  .header-4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .header-3-v2 .navbar .brand img:first-child {
    width: auto;
    max-width: 130px;
  }
  .ucBlog1Post .postHeaderWrapper .leftWrapper {
    padding-top: 0;
  }
  .ucBlog1Post .ucPostContent .ucBlogPostBody {
    padding-bottom: 40px;
  }
  .relatedPost {
    border-top: 1px solid #d8d8d8;
    padding-top: 17px;
    padding-bottom: 0;
  }
}

/* Header 4 V2 */

.header-4-v2 .btns .btn-cta {
  display: inline-block;
  vertical-align: middle;
}

.header-4-v2 .btns .btn-cta + .btn-cta, .header-4-v2 .btns .btn + .btn-cta, .header-4-v2 .btns .btn-cta + .btn {
  margin-left: 20px;
}

@media (max-width: 480px) {
  .header-4-v2 .btns .btn-cta + .btn-cta, .header-4-v2 .btns .btn + .btn-cta, .header-4-v2 .btns .btn-cta + .btn {
    margin: 10px 0 0;
  }
}


/* Header 5 */

.header-5-sub .pt-page {
  padding-top: 140px;
}

@media (max-width: 480px) {
  .header-5-sub .pt-page {
    padding-top: 60px;
  }
}


/* Header 5 V2 Navigation */
.header-5-v2.standalone {
  padding-bottom: 5px;
  padding-top: 25px;
}

.header-5-v2.standalone .navbar {
  position: static;
  margin-bottom: 0;
}

.header-5-v2 .navbar .brand img:first-child {
  width: auto;
}

.header-5-v2 .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  height: 0;
  overflow: visible;
  text-align: center;
}

.header-5-v2 .navbar ul > li {
  min-width: 100px;
  float: left;
}

@media (min-width: 992px) {
  .header-5-v2 .navbar ul > li {
    float: none;
    display: inline-block;
  }
}

.header-5-v2 .navbar ul > li > a {
  position: relative;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  font-weight: 800;
  letter-spacing: 2px;
  display: inline-block;
  color: #ffffff;
  padding-bottom: 20px;
}

.header-5-v2 .navbar ul > li > a:hover, .header-5-v2 .navbar ul > li > a:focus {
  color: #506e8c;
}

.header-5-v2 .navbar .navbar-toggle {
  margin-right: 0;
}

.header-5-v2 .navbar .navbar-toggle {
  margin-right: 0;
}

.header-5-v2 .navbar ul > li > .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 200px;
  height: auto;
  float: none;
  text-align: center;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}

.header-5-v2 .navbar ul > li:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-5-v2 .navbar ul > li > .hs-menu-children-wrapper li {
  display: block;
  float: none;
  margin-top: 15px;
  margin-left: 0;
}

.header-5-v2 .navbar ul > li > .hs-menu-children-wrapper li:first-child {
  margin-top: 0;
}

.header-5-v2 .navbar ul > li > .hs-menu-children-wrapper li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #2c3e50;
}

/* Header 5 V2 */
.header-5-sub-v2.has-menu .pt-page {
  padding-top: 210px;
}

@media (max-width: 480px) {
  .header-5-sub-v2.has-menu .pt-page {
    padding-top: 120px;
  }
}


/* Header 6 */

.header-6-sub {
  padding-top: 210px;
}

.header-6-sub .hs_cos_wrapper_type_form > h3{
  display: none;
}

.header-6-sub .signup-form form {
  text-align: left;
}

.header-6-sub fieldset > div:first-child {
  padding-left: 0;
}

.header-6-sub fieldset > div:last-child {
  padding-right: 0;
}

.header-6-sub .signup-form form:after {
  content: " ";
  display: block; 
  height: 0; 
  clear: both;
}

/*.header-6-sub .signup-form form > div {*/
/*    float: left;*/
/*    width: 23.5%;*/
/*    margin: 0 0 0 2%;*/
/*}*/

.header-6-sub .signup-form form > div:first-child {
  margin: 0;
}

.header-6-sub .signup-form form .hs-form-field > label {
  display: none;
}

.header-6-sub .signup-form form input::-webkit-input-placeholder {
  color: #2c3e50 !important;
}

.header-6-sub .signup-form form input:-moz-placeholder { /* Firefox 18- */
  color: #2c3e50 !important;  
}

.header-6-sub .signup-form form input::-moz-placeholder {  /* Firefox 19+ */
  color: #2c3e50 !important;  
}

.header-6-sub .signup-form form input:-ms-input-placeholder {  
  color: #2c3e50 !important;  
}

.header-6-sub .signup-form form > div input:not([type='submit']):focus {
  border-color: #1abc9c;
}

.header-6-sub .signup-form form .hs_submit input[type="submit"] {
  width: 100%;
}

@media (max-width: 768px) {
  .header-6-sub {
    padding-top: 100px;
  }
}


/* Header 6 V2 Navigation */

.header-6-v2.standalone {
  padding-top: 30px;
  width: 100%;
}

.header-6-v2.standalone .navbar {
  position: static;
  opacity: 1;
  margin-bottom: 20px;
}

.header-6-v2.standalone .navbar .brand {
  z-index: 1;
}

.header-6-v2 .navbar .brand img:first-child {
  width: auto;
}

.header-6-v2 .navbar ul > li > a {
  padding: 12px 0 15px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 800;
  letter-spacing: 1px;
  color: #ffffff;
  display: inline-block;
}

.header-6-v2 .navbar ul > li > .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 200px;
  float: none;
  text-align: center;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}

.header-6-v2 .navbar ul > li:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-6-v2 .navbar ul > li > .hs-menu-children-wrapper li {
  display: block;
  float: none;
  margin-top: 15px;
  margin-left: 0;
}

.header-6-v2 .navbar ul > li > .hs-menu-children-wrapper li:first-child {
  margin-top: 0;
}

.header-6-v2 .navbar ul > li > .hs-menu-children-wrapper li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #2c3e50;
}

.header-6-sub-v2.has-menu {
  padding-top: 280px;
}

@media (min-width: 992px) {
  .header-6-v2 .navbar ul > li {
    float: none;
    display: inline-block;
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .header-6-sub-v2.has-menu {
    padding-top: 150px;
  }  
}


/* Header 7 */

.header-7-sub section > div {
  padding-top: 215px;
}

@media (max-width: 480px) {
  .header-7-sub section > div {
    padding-top: 130px;
  }
}


/* Header 8 V2 */

.header-8-v2.standalone {
  width: 100%;
}

.header-8-v2 .navbar .brand img:first-child {
  width: auto;
}

.header-8-v2 .navbar .navbar-collapse {
  float: right;
}

.header-8-v2 .navbar ul {
  /* 		position: absolute; */
  width: 100%;
  height: 0;
  overflow: visible;
  text-align: center;
}

.header-8-v2 .navbar ul > li {
  float: none;
  display: inline-block;
  line-height: 14.999999999999998px;
  margin-left: 30px;
}

.header-8-v2 .navbar ul > li:first-child {
  margin-left: 0;
}

.header-8-v2 .navbar ul > li > a {
  position: relative;
  display: block;
  padding: 30px 0 21px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #95a5a6;
}

.header-8-v2 .navbar ul > li > .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 200px;
  height: auto;
  float: none;
  text-align: center;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}

.header-8-v2 .navbar ul > li:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-8-v2 .navbar ul > li > .hs-menu-children-wrapper li {
  display: block;
  float: none;
  margin-top: 15px;
  margin-left: 0;
}

.header-8-v2 .navbar ul > li > .hs-menu-children-wrapper li:first-child {
  margin-top: 0;
}

.header-8-v2 .navbar ul > li > .hs-menu-children-wrapper li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #2c3e50;
}


/* Header 9 */

.header-9-sub {
  padding-top: 260px;
}

@media (max-width: 480px) {
  .header-9-sub {
    padding-top: 90px;
  }
}


/* Header 9 V2 */

.header-9-v2 .navbar .brand img:first-child {
  width: auto;
}

.header-9-sub-v2 .nav-steps a {
  opacity: 1;
  margin-right: 10px;
}

.header-9-sub-v2 .nav-steps a:hover {
  opacity: 1;
}

.header-9-sub-v2 .nav-steps a:last-of-type {
  margin-right: 0;
}

.header-9-sub-v2.has-menu {
  padding-top: 330px;
}

@media (max-width: 480px) {
  .header-9-sub-v2.has-menu {
    padding-top: 150px;
  }
}


/* Header 9 Navigation V2 */

.header-9-v2.standalone {
  width: 100%;
  padding-top: 25px;
}

.header-9-v2.standalone .navbar {
  position: static;
  margin-bottom: 15px;
}

.header-9-v2 .navbar ul > li > a {
  padding: 0 0 15px;
  font-size: 13px;
  font-weight: normal;
  color: #aa5a17;
  font-weight: 800;
  letter-spacing: 1.6px;
}

.header-9-v2 .navbar ul > li > .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 200px;
  height: auto;
  float: none;
  text-align: center;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}

.header-9-v2 .navbar ul > li:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-9-v2 .navbar ul > li > .hs-menu-children-wrapper li {
  display: block;
  float: none;
  margin-top: 15px;
  margin-left: 0;
}

.header-9-v2 .navbar ul > li > .hs-menu-children-wrapper li:first-child {
  margin-top: 0;
}

.header-9-v2 .navbar ul > li > .hs-menu-children-wrapper li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #2c3e50;
}


@media (min-width: 992px) {
  .header-9-v2 .navbar ul {
    position: absolute;
    width: 100%;
    height: 0;
    right: 15px;
    overflow: visible;
    text-align: right;
  }

  .header-9-v2 .navbar ul > li {
    float: none;
    display: inline-block;
    margin-left: 10%;
    margin-top: 12px;
  }
}

@media (min-width: 1200px) {
  .header-9-v2 .navbar ul > li {
    margin-left: 11%;
  }
}


/* Header 10 */

@media (max-width: 480px) {
  .header-10-sub {
    height: 600px;
  }
}


/* Header 10 Navigation V2 */

.header-10-v2.standalone {
  width: 100%;
}

.header-10-v2 .navbar .brand img:first-child {
  width: auto;
}

.header-10-v2 .navbar-header {
  max-width: none !important;
}

.header-10-v2 .navbar ul {
  float: left !important;
}

.header-10-v2 .navbar ul > li {
  margin-left: 40px;
  padding: 0 !important;
}

.header-10-v2 .navbar ul > li:first-child {
  margin-left: 0;
}

.header-10-v2 .navbar ul > li > a {
  padding: 29px 0 27px !important;
  font-size: 17px;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
}

.header-10-v2 .navbar ul > li > .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 200px;
  height: auto;
  float: none;
  text-align: center;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}

.header-10-v2 .navbar ul > li:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-10-v2 .navbar ul > li > .hs-menu-children-wrapper li {
  display: block;
  float: none;
  margin-top: 15px;
  margin-left: 0;
}

.header-10-v2 .navbar ul > li > .hs-menu-children-wrapper li:first-child {
  margin-top: 0;
}

.header-10-v2 .navbar ul > li > .hs-menu-children-wrapper li a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #2c3e50;
}



/* Header 11 */

.header-11-sub .hs_cos_wrapper_type_form > h3{
  display: none;
}

.header-11-sub .signup-form form > div {
  margin-bottom: 10px;
}

.header-11-sub .signup-form form > div:nth-of-type(2) {
  width: 50%;
  float: left;
  padding-left: 0;
  padding-right: 5px;
}

.header-11-sub .signup-form form > div:nth-of-type(3) {
  width: 50%;
  float: left;
  padding-left: 5px;
}

.header-11-sub .signup-form form .hs-form-field > label {
  display: none;
}

.header-11-sub .signup-form form input[type="text"], .header-11-sub .signup-form form input[type="password"], .header-11-sub .signup-form form input[type="email"] {
  border-color: white !important;
  color: #2c3e50;
  font-weight: 500;
}

.header-11-sub .signup-form form input::-webkit-input-placeholder {
  color: #2c3e50 !important;
}

.header-11-sub .signup-form form input:-moz-placeholder { /* Firefox 18- */
  color: #2c3e50 !important;  
}

.header-11-sub .signup-form form input::-moz-placeholder {  /* Firefox 19+ */
  color: #2c3e50 !important;  
}

.header-11-sub .signup-form form input:-ms-input-placeholder {  
  color: #2c3e50 !important;  
}

.header-11-sub .signup-form form .hs_submit input[type="submit"] {
  width: 100%;
  font-size: 17px;
  font-weight: 500;
}

.header-11-sub fieldset > div:first-child {
  padding-left: 0;
}

.header-11-sub fieldset > div:last-child {
  padding-right: 0;
}

.header-11-sub .player {
  height: auto;
  max-height: 360px;
}
.header-11-sub .player iframe {
  height: 360px;
  max-height: 50vh;
}

/* Header 11 V2 Navigation */

.header-11-v2.standalone {
  width: 100%;
}

.header-11-v2 .navbar .brand img:first-child {
  width: auto;
}

.header-11-v2 .navbar ul {
  float: left;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.header-11-v2 .navbar ul > li {
  position: relative;
  display: block;
  margin-left: 25px;
  float: left;
}

.header-11-v2 .navbar ul > li:first-child {
  margin-left: 0;
}

.header-11-v2 .navbar ul > li > a {
  position: relative;
  display: block;
  padding: 41px 0 27px;
  font-size: 14px;
  font-weight: 800;
  color: inherit;
}

.header-11-v2 .navbar ul > li > .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 200px;
  float: none;
  text-align: center;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}

.header-11-v2 .navbar ul > li:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-11-v2 .navbar ul > li > .hs-menu-children-wrapper li {
  display: block;
  float: none;
  margin-top: 15px;
  margin-left: 0;
}

.header-11-v2 .navbar ul > li > .hs-menu-children-wrapper li:first-child {
  margin-top: 0;
}

.header-11-v2 .navbar ul > li > .hs-menu-children-wrapper li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #2c3e50;
}


/* Header 12 V2 */

.header-12-sub-v2 .aside > div > span[data-fa-i2svg] {
  display: inline-block;
  margin-bottom: 100px;
  font-size: 24px;
  font-weight: normal;
}

@media (max-width: 480px) {
  .header-12-sub-v2 .aside > div > span[data-fa-i2svg] {
    margin-bottom: 40px;
  }
}


/* Header 14 */

.header-14-sub .hs_cos_wrapper_type_form > h3{
  display: none;
}

.header-14-sub .hs-form .field {
  padding: 0;
  margin-bottom: 0;
}

.header-14-sub .subscribe-form form {
  position: relative;
  display: table;
  border-collapse: separate;
}

.header-14-sub .subscribe-form form > div:first-of-type {
  display: table-cell;
  float: left;
  width: 100%;
  margin-bottom: 0;
  vertical-align: top;
  margin: 0! important;
}

.header-14-sub .subscribe-form form > div:first-of-type input[type="email"] {
  border-color: #ffffff;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.header-14-sub .subscribe-form form > div:last-of-type {
  display: table-cell;
  width: 1%;
  position: relative;
  font-size: 0;
  vertical-align: top;
  white-space: nowrap;
  margin: 0 !important;
}

.header-14-sub .subscribe-form form > div:last-of-type .actions {
  padding: 0;
}

.header-14-sub .subscribe-form form > div:last-of-type input[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;  
}

.header-14-sub .subscribe-form form .hs-form-field > label {
  display: none;
}

@media (max-width: 480px) {
  .header-14-sub .subscribe-form form {
    display: block;
  }


  .header-14-sub .subscribe-form form > div:first-of-type {
    display: block;
    width: 100%;
    float: none;
  }

  .header-14-sub .subscribe-form form > div:first-of-type input[type="email"] {
    border-color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }

  .header-14-sub .subscribe-form form > div:last-of-type {
    display: block;
    width: 100%;
  }

  .header-14-sub .subscribe-form form > div:last-of-type input[type="submit"] {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 15px;
    width: 100%;
  }
}


/* Header 14 V2 */

.header-14-sub-v2 .header-14 span[data-fa-i2svg] {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
}


/* Header 15 V2 */

.header-15-sub-v2 .hero-unit > [data-fa-i2svg] {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: normal;
}


/* Header 16 V2 Navigation */

.header-16-v2.standalone {
  width: 100%;
}

.header-16-v2.standalone .navbar {
  position: static;
}

.header-16-v2.standalone .navbar .navbar-toggle {
  margin-top: 17px;
}

.header-16-v2.standalone .navbar .navbar-toggle > span {
  margin-top: 0;
}

/* Header 17 Navigation */
.header-17 .navbar .brand img:first-child {
  width: auto;
}

/* Header 17 */
.header-17-sub {
  padding-top: 135px;
}

@media (max-width: 480px) {
  .header-17-sub {
    padding-top: 65px;
  }
}


/* Header 17 V2 Navigation */
.header-17-v2.standalone {
  width: 100%;
}

.header-17-v2 .navbar ul {
  float: left;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.header-17-v2 .navbar ul > li {
  float: left;
  position: relative;
  display: block;
  margin-left: 24px;
}

.header-17-v2 .navbar ul > li:first-child {
  margin-left: 0;
}

.header-17-v2 .navbar ul > li > a {
  position: relative;
  display: block;
  padding: 42px 0 24px;
  font-size: 14px;
  font-weight: 800;
  color: #95a5a6;
}

.header-17-v2 .navbar ul > li > .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 200px;
  float: none;
  text-align: center;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}

.header-17-v2 .navbar ul > li:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-17-v2 .navbar ul > li > .hs-menu-children-wrapper li {
  display: block;
  float: none;
  margin-top: 15px;
  margin-left: 0;
}

.header-17-v2 .navbar ul > li > .hs-menu-children-wrapper li:first-child {
  margin-top: 0;
}

.header-17-v2 .navbar ul > li > .hs-menu-children-wrapper li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #2c3e50;
}



/* Header 18 */

.header-18 .header-18-sub .header-18-section .t-row > div {
  padding-top: 100px;
}

.header-18 .brand img:first-child {
  max-width: 100px;
}


/* Header 19 */

.header-19-sub {
  padding-top: 270px;
}

@media (max-width: 767px) {
  .header-19-sub {
    padding-top: 185px;
  }
}

@media (max-width: 480px) {
  .header-19-sub {
    padding-top: 90px;
  }
}
@media (min-width: 481px)
{
  .header-19-sub.icons .btns > *:not(:first-child) :not([class*="fui-"]){
    display: block;
  }
}

/* Header 19 V2 Navigation */

.header-19-v2.standalone {
  width: 100%;
  padding-top: 10px;
}

.header-19-v2.standalone .navbar {
  position: static;
  margin-bottom: 0;
}

.header-19-v2 .navbar .brand img:first-child {
  width: auto;
  border: 0;
  background-color: transparent
}

/* Header 19 V2 */

.header-19-sub-v2.has-menu {
  padding-top: 340px;
}

@media (max-width: 767px) {
  .header-19-sub-v2.has-menu {
    padding-top: 255px;
  }
  .relatedPost {
    border-top: 1px solid #d8d8d8;
    padding-top: 17px;
    padding-bottom: 0;
  }
  .ucBlog1Post .postHeaderWrapper .leftWrapper {
    padding-top: 20px;
  }
}

.header-19-sub-v2 .btns > .btn-cta {
  display: inline-block
}

.header-19-sub-v2 .btns > *:not(:first-child) [data-fa-i2svg], .header-19-sub-v2 .btns > *:not(:first-child) [data-fa-i2svg] path {
  display: inline-block;
}

@media (min-width: 481px) {
  .header-19-sub-v2 .btns > *:not(:first-child) {
    background: transparent !important;
  }

  .header-19-sub-v2 .btns > *:not(:first-child) [data-fa-i2svg] {
    font-weight: normal;
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .header-19-sub-v2 .btns > *:not(:first-child) span {
    color: #ffffff !important;
  }
}


/* Header 20 */

.header-20-sub {
  padding-top: 110px;
}

.header-20-sub .img img:first-child {
  visibility: initial;    
} 

@media (max-width: 480px) {
  .header-20-sub {
    padding-top: 60px;
  }
}

/* Header 20 V2 */

.header-20-sub-v2.has-menu {
  padding-top: 180px;
}

@media (max-width: 480px) {
  .header-20-sub-v2.has-menu {
    padding-top: 150px;
  }
}

.header-20-sub-v2 .img-wrapper > img {
  width: auto;
}

.header-20-sub-v2 .videos {
  text-align: center;
}

.header-20-sub-v2 .videos .video-box {
  display: inline-block;
  float: none;
  margin-right: -4px;
  text-align: left;
}

.header-20-v2-play {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 480px) {
  .header-20-sub-v2 .videos {
    text-align: left;
  }

  .header-20-sub-v2 .videos .video-box {
    display: block;
    margin-right: 0;
  }
}

/* Header 20 V2 Navigation */

.header-20-v2.standalone {
  width: 100%;
  border-bottom: 2px solid #ecf0f1;
}

.header-20-v2.standalone .navbar {
  margin-bottom: 0;
}

.header-20-v2 .navbar .brand img:first-child {
  width: auto;
}

.header-20-v2 .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.header-20-v2 .navbar ul > li {
  position: relative;
  display: block;
  float: left;
  margin-left: 40px;
}

.header-20-v2 .navbar ul > li:first-child {
  margin-left: 0;
}

.header-20-v2 .navbar ul > li > a {
  position: relative;
  display: block;
  padding: 28px 0 27px;
  font-size: 18px;
  font-weight: normal;
  font-weight: 800;
  color: #bdc3c7;
}

.header-20-v2 .navbar ul > li > a:hover, .header-20-v2 .navbar ul > li > a:focus {
  color: #3498db;
}

.header-20-v2 .navbar ul > li > .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 200px;
  float: none;
  text-align: center;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}

.header-20-v2 .navbar ul > li:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-20-v2 .navbar ul > li > .hs-menu-children-wrapper li {
  display: block;
  float: none;
  margin-top: 15px;
  margin-left: 0;
}

.header-20-v2 .navbar ul > li > .hs-menu-children-wrapper li:first-child {
  margin-top: 0;
}

.header-20-v2 .navbar ul > li > .hs-menu-children-wrapper li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #2c3e50;
}


/* Header 21 */
.header-21-sub h3 img {
  width: auto!important;
  height: auto!important;
}


/* Header 21 V2 */

@media (max-width: 991px) {
  .header-21 .navbar {
    margin: 20px 0 20px;
  }
}

.header-21-v2 .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .header-21-v2 .navbar ul {
    position: absolute;
    width: 100%;
    overflow: visible;
    text-align: center;
  }
}

.header-21-v2 .navbar ul > li {
  float: left;
  position: relative;
  display: block;
}

@media (min-width: 992px) {
  .header-21-v2 .navbar ul > li {
    float: none;
    display: inline-block;
  }
}

.header-21-v2 .navbar ul > li > a {
  position: relative;
  display: block;
  padding: 30px 10px 15px;
  font-size: 16px;
  font-weight: normal;
  /*     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-weight: 800;
  letter-spacing: 1px;
  color: #bdc3c7;
}

.header-21-v2 .navbar ul > li > .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 200px;
  float: none;
  text-align: center;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}

.header-21-v2 .navbar ul > li:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-21-v2 .navbar ul > li > .hs-menu-children-wrapper li {
  display: block;
  float: none;
  margin-top: 15px;
  margin-left: 0;
}

.header-21-v2 .navbar ul > li > .hs-menu-children-wrapper li:first-child {
  margin-top: 0;
}

.header-21-v2 .navbar ul > li > .hs-menu-children-wrapper li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #2c3e50;
}

/* Header 21 V2 - Navigation Standalone */

.header-21-v2.standalone {
  padding-top: 10px;
  padding-bottom: 25px;
}

.header-21-v2.standalone .navbar {
  position: static;
  margin-top: 0;
  margin-bottom: 0;
}


/* Header 22 */

.header-22-sub {
  padding-top: 120px;
}

@media (max-width: 480px) {
  .header-22-sub {
    padding-top: 50px;
  }
}


/* Header 22 V2 */

.header-22-v2 > [data-fa-i2svg] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  position: relative;
  z-index: 2;
}

/* Header 22 V2 Navigation */

@media (max-width: 991px) {
  .header-22-v2 {
    padding-top: 25px;
    height: auto;
  }
}

.header-22-v2 .navbar .brand img:first-child {
  width: auto;
}

.header-22-v2 .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .header-22-v2 .navbar ul {
    width: 100%;
    text-align: center;
  }
}

.header-22-v2 .navbar ul > li {
  position: relative;
  display: block;
  margin-left: 40px;
}

.header-22-v2 .navbar ul > li:first-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  .header-22-v2 .navbar ul > li {
    float: none;
    display: inline-block;
  }
}

.header-22-v2 .navbar ul > li > a {
  padding: 40px 0 15px;
  font-size: 13px;
  font-weight: normal;
  font-weight: 800;
  letter-spacing: 1px;
  color: #bdc3c7;
}

.header-22-v2 .navbar ul > li > .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 200px;
  float: none;
  text-align: center;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}

.header-22-v2 .navbar ul > li:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-22-v2 .navbar ul > li > .hs-menu-children-wrapper li {
  display: block;
  float: none;
  margin-top: 15px;
  margin-left: 0;
}

.header-22-v2 .navbar ul > li > .hs-menu-children-wrapper li:first-child {
  margin-top: 0;
}

.header-22-v2 .navbar ul > li > .hs-menu-children-wrapper li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #2c3e50;
}

/* Header 22 V2 - Navigation Standalone */

.header-22-v2.standalone {
  padding-top: 25px;
  height: auto;
}


/* Header 23 */

.header-23-sub {
  padding-top: 290px;
}

.header-23-sub .wistia_responsive_padding {
  width: 167px;
  height: 67px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}

#bgVideo .background-video-inner{
  position: relative;
  height: 100%;
  pointer-events: none;
}

#bgVideo .background-video-inner iframe,
#bgVideo .background-video-inner .wistia_embed{
  pointer-events: none;
  width: 100% !important;
  height: auto !important;
  min-width: 1366px;
  top: -99999px;
  position: absolute !important;
  bottom: -99999px;
  left: -99999px;
  right: -99999px;
  margin: auto;
}
#bgVideo .background-video-inner iframe {
  /*height: 100% !important;*/
  width: 100vw!important;
  height: calc(100vw/1.77)!important;
}

.header-23-sub .hero-unit .left-text, .header-23-sub .hero-unit .right-text {
  display: inline-block;
  max-width: 370px;
  width: 100%;
  vertical-align: middle;
}

.header-23-sub .hero-unit .left-text { text-align: right; }

.header-23-sub .hero-unit .right-text { text-align: left; }

/* .mfp-close-btn-in.header-23-popup .mfp-close, .mfp-close-btn-in.header-23-popup .mfp-close:active {
position: absolute;
top: 0;
right: -60px;
width: 50px;
padding-right: 0;
} */


@media (max-width: 991px) {
  .header-23-sub {
    padding-top: 190px;
  }

  .header-23-sub .wistia_responsive_padding {
    height: 125px;
  }

  .header-23-sub .hero-unit .left-text, .header-23-sub .hero-unit .right-text {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  #bgVideo .background-video-inner {
    display: none;
  }

  .header-23-sub .hero-unit .left-text, .header-23-sub .hero-unit .right-text {
    max-width: none;
    display: block;
    text-align: center;
  }
}

/* Header 23 V2 */

.header-23-sub-v2.has-menu {
  padding-top: 360px;
}


@media (max-width: 991px) {
  .header-23-sub-v2.has-menu {
    padding-top: 260px;
  }
}

/* Header 23 Navigation V2 */

.header-23-v2.standalone {
  width: 100%;
}

.header-23-v2.standalone .navbar {
  position: static;
  margin-bottom: 0;
}

.header-23-v2 .navbar .brand img:first-child {
  width: auto;
}

.header-23-v2 .navbar ul {
  float: right !important;
}

.header-23-v2 .navbar ul > li {
  margin-left: 20px;
  float: left;
}

.header-23-v2 .navbar ul > li:first-child {
  margin-left: 0;
}

.header-23-v2 .navbar ul > li > a {
  padding: 31px 0 27px;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
}


.header-23-v2 .navbar ul > li > .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 200px;
  height: auto;
  float: none;
  text-align: center;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}

.header-23-v2 .navbar ul > li:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-23-v2 .navbar ul > li > .hs-menu-children-wrapper li {
  display: block;
  float: none;
  margin-top: 15px;
  margin-left: 0;
}

.header-23-v2 .navbar ul > li > .hs-menu-children-wrapper li:first-child {
  margin-top: 0;
}

.header-23-v2 .navbar ul > li > .hs-menu-children-wrapper li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #2c3e50;
}


/* Header 24 */

.header-24 {
  text-align: center;
  color: #000000;
  padding-top: 120px;
  padding-bottom: 170px;
}

.header-24 .pre-header {
  font-size: 31px;
  letter-spacing: 0.7px;
}

.header-24 h1 {
  font-size: 54px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.9px;
}

.header-24 p {
  font-size: 19px;
}

.header-24 .btn {
  background-color: #e85338;
  color: #ffffff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
  padding: 20px 26px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .header-24 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}


/* Header 25 */

.header-25 {
  background-repeat: no-repeat;
  background-position: top right;
  padding-top: 252px;
  padding-bottom: 258px;
}

.header-25 h1 {
  font-size: 60px;
  color: #262626;
  margin-bottom: 24px;
}

.header-25 p {
  font-size: 26px;
  color: #323232;
}

.header-25 .btn {
  max-width: 367px;
  width: 100%;
  height: 71px;
  border-radius: 2px;
  background-color: #e85338;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  padding: 25px 15px;
  margin-top: 40px;
}



/* EXTRA SIGN IN BAR */

.extra-signin .t-row footer {
  padding: 15px 0;
  text-align: right;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}


.extra-signin .t-row .btns{
  display: inline-block;
  margin-left: 25px;
}

.extra-signin .t-row .btns .btn{
  background-color: #1f7970;
}

.extra-signin .t-row .btns .btn:first-child{
  margin-left: 0;
}


/* Style CSS 10/24/19 */

.price-1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

















@media (max-width: 767px) {
  .extra-signin .t-row footer {
    text-align: center;
  }

  .extra-signin .t-row .btns {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .extra-signin .t-row .btns .btn{
    width: 100%;
  }

  .extra-signin .t-row .btns .btn:first-child{
    margin-bottom: 10px;
  }
}



/*--- CONTENTS ---*/

/* Content 1 */

@media (max-width: 480px) {
  .content-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

}

/* Content 1 V2 */

.content-1-v2 .box-video .btns .btn > [data-fa-i2svg] {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 4px;
  font-size: 22px;
  font-weight: normal;
}


/* Content 2 */

@media (max-width: 480px) {
  .content-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 2 V2 */

.content-2-v2 .btns .btn > [data-fa-i2svg] {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  margin: -2px 12px 0 0;
  vertical-align: middle;
}


/* Content 3 */

@media (max-width: 480px) {
  .content-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 4 */

@media (max-width: 480px) {
  .content-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 5 */

@media (max-width: 480px) {
  .content-5 {
    padding-top: 80px;
  }
}


/* Content 5 V2 */

.content-5-v2 .features > [class*="col-sm-"] > [data-fa-i2svg] {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: -45px;
  top: 7px;
  font-size: 26px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .content-5-v2 .features > [class*="col-sm-"] > [data-fa-i2svg] {
    position: static;
    float: left;
    margin: -7px 20px 0 0;
  }
}


/* Content 6 */

@media (max-width: 480px) {
  .content-6 {
    padding-bottom: 80px;
  }
}


/* Content 7 */

@media (max-width: 480px) {
  .content-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 8 */

@media (max-width: 480px) {
  .content-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 9 */

@media (max-width: 480px) {
  .content-9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 10 */

@media (max-width: 480px) {
  .content-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 12 */

.content-12 .btn-wide {
  color: #ffffff;
}


/* Content 13 */

.content-13 {
  color: #ffffff;
}

.content-13 .hs_email, .content-13 .hs_submit {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.content-13 .hs_email {
  width: 66.66666666666666%;
}

.content-13 .hs_email > label {
  display: none;
}

.content-13 .hs_email .hs-error-msgs {
  color: #e74c3c;
  list-style-type: none;
}

.content-13 .hs_submit {
  width: 33.33333333333333%;
  text-align: right;
}

.content-13.subscribe-form input:not([type=submit]):not([type=file]):not([type=checkbox]) {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 59.99999999999999px;
  font-size: 50px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
}

.content-13 .hs_submit input[type="submit"] {
  background: #16a085;
  font-size: 17px;
  padding: 12px 18px;
  margin-top: 8px;
  width: 220px;
  max-width: 100%;
}

.content-13 .hs_submit input[type="submit"]:hover, .content-13 .hs_submit input[type="submit"]:focus, .content-13 .hs_submit input[type="submit"]:active {
  background: #24deb4;
}


@media (max-width: 767px) {
  .content-13 .hs_email, .content-13 .hs_submit {
    width: 100%;
    float: none;
  }

  .content-13 .hs_submit {
    text-align: center;
    margin: 0 !important;
  }
}


/* Content 14 */

.content-14 .features [class*="box"] img {
  position: static;
}

@media (max-width: 480px) {
  .content-14 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 14 V2 */

.content-14-v2 .features .col-md-6 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .content-14-v2 .features .col-md-6 {
    display: none;
  }

  .content-14-v2 .features [class*="box"] {
    position: static;
    margin-bottom: 25px;
  }
}


/* Content 15 */

@media (max-width: 480px) {
  .content-15 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 16 */

@media (max-width: 480px) {
  .content-16 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .content-16 .control-btn{
    bottom:20px;
  }
}


/* Content 17 */

@media (max-width: 480px) {
  .content-17 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 18 */

@media (max-width: 480px) {
  .content-18 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 19 */

.content-19 .col-sm-7 .quote .quote-author-photo, .content-19 .col-sm-3 .quote .quote-author-photo {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
}


/* Content 20 */

.content-20 .hs-form .field {
  margin-bottom: 23px;
  max-width: none;
}

.content-20 .signup-form .form-title {
  display: none;
}

.content-20 .signup-form form input[type="text"], .content-20 .signup-form form input[type="password"], .content-20 .signup-form form input[type="email"] {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #34495e;
  border-color: #ecf0f1;
}

.content-20 .hs_submit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
}

.content-20 .hs_submit input[type="submit"] {
  background-color: #5dade2;
  border-color: #5dade2;
  height: 54px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  width: 100%;
}

.content-20 .hs-form .actions {
  padding: 0;
}

.content-20 .features h6 {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .content-20 .signup-form form {
    padding: 30px 15px 80px;
  }
}

/* Content 20 - Form styles */
.content-20 input:not([type=submit]):not([type=file]):not([type=radio])::not([type=checkbox]), .content-20 .uneditable-input {
  border: solid 1px #d7d7d7;
  height: 47px;
  border-radius: 0;
}

.content-20 ul,
.content-20 ul.inputs-list.multi-container[role=radiogroup],
.content-20 ul.inputs-list.multi-container[role=listbox]{
  list-style: none;
  padding-left:10px;
}

.content-20 ul li.hs-form-booleancheckbox input.hs-input,
.content-20 ul.inputs-list.multi-container[role=listbox] input.hs-input,
.content-20 ul.inputs-list.multi-container[role=radiogroup] input.hs-input{
  margin-right:10px;
}


/* Content 21 */

.content-21 .features.features-tabs .features-bodies {
  background-image: url('//cdn2.hubspot.net/hubfs/346178/designmodo/common-files/img/content/screen2x.png');
}
.content-21 .features-image {
  width: 100%;
  text-align: center;
  margin: 0 auto 25px;
}
.content-21 .features-image img {
  max-width: 100%;
}

@media (max-width: 480px) {
  .content-21 {
    padding-top: 80px;
  }
}
@media (min-width: 601px) {
  .content-21 .features-bodies {
    position: relative;
  }
  .content-21 .features-image {
    position: absolute;
    left: 5%;
    top: 5%;
    bottom: 5%;
    width: 40%;
    height: auto;
    margin: 0;
  }
  .content-21 .features-image img {
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}


/* Content 21 V2 */

.content-21-v2 .features.features-tabs .features-header .box > [data-fa-i2svg] {
  display: block;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: normal;
  line-height: 30.9667px;
}


/* Content 22 */

.content-22 .col-sm-8 {
  padding-top: 280px;
}

.content-22 .img img {
}
.content-22 .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.content-22.perspective-effect .img-wrapper img {
  width: 400px;
  height: 300px;
  box-shadow: -10px 10px 0 1px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-150%) rotateX(67deg) rotateZ(-47deg);
  transform: translateY(-150%) rotateX(67deg) rotateZ(-47deg);
}
.content-22.perspective-effect.perspective-effect .img-wrapper img {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.content-22.perspective-effect .img-wrapper img:first-child {
  visibility: visible;
}
.content-22.perspective-effect.ani-processed .img-wrapper img {
  -webkit-transform: translateY(0%) rotateX(67deg) rotateZ(-47deg);
  transform: translateY(0%) rotateX(67deg) rotateZ(-47deg);
}
.content-22.perspective-effect.ani-processed .img-wrapper:nth-child(1) {
  top: 50px;
  left: 680px;
}
.content-22.perspective-effect.ani-processed .img-wrapper:nth-child(2) {
  top: 180px;
  left: 380px;
}
.content-22.perspective-effect.ani-processed .img-wrapper:nth-child(3) {
  top: -80px;
  left: 50px;
}
.content-22.perspective-effect.ani-processed .img-wrapper:nth-child(4) {
  top: -40px;
  left: 430px;
}
.content-22.perspective-effect.ani-processed .img-wrapper:nth-child(5) {
  top: -60px;
  left: 430px;
}
.content-22.perspective-effect.ani-processed .img-wrapper:nth-child(6) {
  top: 90px;
  left: 130px;
}
.content-22.perspective-effect.ani-processed .img-wrapper:nth-child(7) {
  top: 70px;
  left: 130px;
}
.content-22.perspective-effect.ani-processed .img-wrapper:nth-child(8) {
  top: 50px;
  left: 130px;
}
.content-22.perspective-effect.ani-processed .img-wrapper:nth-child(2) img {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.content-22.perspective-effect.ani-processed .img-wrapper:nth-child(3) img {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.content-22.perspective-effect.ani-processed .img-wrapper:nth-child(4) img {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.content-22.perspective-effect.ani-processed .img-wrapper:nth-child(5) img {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.content-22.perspective-effect.ani-processed .img-wrapper:nth-child(6) img {
  -webkit-transition-delay: 2.0s;
  transition-delay: 2.0s;
}
.content-22.perspective-effect.ani-processed .img-wrapper:nth-child(7) img {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.content-22.perspective-effect.ani-processed .img-wrapper:nth-child(8) img {
  -webkit-transition-delay: 2.8;
  transition-delay: 2.8s;
}

/* Content 23 */

@media (max-width: 480px) {
  .content-23 .holder {
    height: 560px;
  }
}


/* Content 24 v2 */

.content-24-v2 .features.features-clear .features-header .box  > [data-fa-i2svg] {
  display: block;
  font-size: 24px;
  font-weight: normal;
}


/* Content 25 */

.content-25 .image {
  text-align: center;
}


/* Content 26 */

@media (max-width: 480px) {
  .content-26 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 27 */

.content-27 .image {
  text-align: center;
}
.content-27 .btns .other-buttons >* :not([class*="only-"]){
  font-size:30px;
}

@media (max-width: 480px) {
  .content-27 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-27 .btns [class*="fui-"] {
    margin-top: 0;
  }
}


/* Content 27 V2 */

.content-27-sub-v2 .btns > *:not(:first-child) [data-fa-i2svg], .content-27-sub-v2 .btns > *:not(:first-child) [data-fa-i2svg] path {
  display: inline-block;
  vertical-align: top;
}


@media (min-width: 481px) {
  .content-27-sub-v2 .btns > *:not(:first-child) [data-fa-i2svg] {
    font-weight: normal;
    font-size: 30px;
  }
}


/* Content 29 */

@media (max-width: 480px) {
  .content-29 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 31 */

.content-31 .container .img img, .content-31 .container .img img + img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.content-31 .container .img img + img {
  right: 0;
}

@media (max-width: 480px) {
  .content-31 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 33 */

@media (max-width: 480px) {
  .content-33 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}



/* Content 34 */

@media (max-width: 480px) {
  .content-34 .pt-page .container {
    margin-left: 0;
  }
}


/* Content 35 */

.content-35 .contact {
  background-size: 66px;
}

.content-35 .contact p {
  font-size: 16px;
  line-height: 26px;
}

.content-35-customPager li a, .content-35-customPager.showmenu a{
  border: none;    
  width: auto;
  height: auto;
  font-size: 16px;
  color: #7f8c8d;
  position: relative;
  top: -4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background: none!important;
  line-height: 18px;
  padding: 0;
  text-indent: 0;
}

/* Content 36 */

@media (max-width: 480px) {
  .content-36 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 37 */

.content-37 .hs-form-field > label {
  display: none;
}

.content-37 fieldset > div:first-child {
  padding-left: 0;
}

.content-37 fieldset > div:last-child {
  padding-right: 0;
}

.content-37 .signup-form form input, .content-37 .signup-form form button {
  float: none;
  width: 100%;
  margin: 0;
}

.content-37 .signup-form form input[type="submit"] {
  color: #ffffff;
  background-color: #34495e;
  border: 0;
}

.content-37 .signup-form form input[type="submit"]:hover, .content-37 .signup-form form input[type="submit"]:focus, .content-37 .signup-form form input[type="submit"]:active {
  background-color: #415b76;
}


/* Content 38 */

@media (max-width: 480px) { 
  .content-38 {
    padding-bottom: 80px;
  }
}


/* Content 39 */

.content-39 {
  padding-top: 80px;
  /*padding-bottom: 100px;*/
  color: #474b51;
}

.content-39 .right-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-39 .quote-text {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 33px;
}

.content-39 .author {
  font-size: 16px;
  margin-bottom: 8px;
  color: #000000;
}

.content-39 .position {
  margin-bottom: 21px;
}

.content-39 .author-image {
  position: absolute;
  left: 40px;
  bottom: 0;
}

@media (max-width: 991px) {
  .content-39 .right-content {
    padding-top: 0;
  }

  .content-39 .author-image {
    position: static;
    margin: 0 auto 20px;
  }
}

@media (max-width: 480px) { 
  .content-39 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-39 .right-content {
    padding-bottom: 0;
  }
}


/* Content 40 */

.content-40 {
  padding-top: 80px;
  padding-bottom: 96px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content-40 .pre-header {
  font-size: 18px;
  color: #e85338;
  margin-bottom: 11px;
}

.content-40 .header {
  font-size: 38px;
  color: #393939;
  line-height: 1.24;
  margin-bottom: 16px;
}

.content-40 .content-text {
  color: #393939;
}

.content-40 .content-text p {
  line-height: 1.5;
  margin-bottom: 17px;
}

.content-40 .content-text ul {
  padding-top: 6px;
  padding-left: 17px;
  margin-bottom: 25px;
}

.content-40 .content-text li {
  margin-bottom: 16px;
}

.content-40 .signup-form .form-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.content-40 .hs-form-field > label {
  display: none;
}

.content-40 .hs-form  .field {
  margin-bottom: 20px;
}

.content-40 input:not([type=submit]):not([type=file]):not([type=radio])::not([type=checkbox]), .content-40 .uneditable-input {
  border: solid 1px #dbdbdb;
  height: 44px;
  border-radius: 0;
}

.content-40 input[type="submit"] {
  font-weight: 900;
  padding: 14px 15px;
  width: 100%;
  border-radius: 0;
  background-color: #e85338;
}

.content-40 input[type="submit"]:hover {
  background-color: #ea735e;
}

@media (max-width: 991px) {
  .content-40 .left-content {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) { 
  .content-40 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.content-40 ul, .content-40 ul.inputs-list.multi-container[role=radiogroup], .content-40 ul.inputs-list.multi-container[role=listbox] {
  list-style: none;
  padding-left: 10px;
}
/* Content 41 */

.content-41 {
  padding-top: 73px;
  padding-bottom: 116px;
}

.content-41 .company-logo {
  text-align: center;
  margin-bottom: 100px;
}

.content-41 .header {
  font-size: 53px;
  font-weight: 800;
  line-height: 1.13;
  color: #393939;
  margin-bottom: 25px;
}

.content-41 .content-text {
  color: #323232;
}

.content-41 .content-text p {
  line-height: 1.62;
  margin-bottom: 15px;
}

.content-41 .content-text ul {
  padding-top: 24px;
  margin-bottom: 25px;
  list-style-type: none;
}

.content-41 .content-text li {
  margin-bottom: 33px;
  position: relative;
}

.content-41 .content-text li:after {
  content: '';
  position: absolute;
  top: 3px;
  left: -40px;
  width: 22px;
  height: 15px;
  background-image: url('https://cdn2.hubspot.net/hubfs/346178/designmodo/common-files/img/check.png');
}

.content-41 .testimonial {
  position: relative;
  padding-left: 125px;
}

.content-41 .testimonial-text {
  font-size: 17px;
  font-style: italic;
  line-height: 1.62;
  margin-bottom: 15px;
}

.content-41 .testimonial-author {
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  margin-bottom: 3px;
}

.content-41 .testimonial-author-image {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 104px;
  height: 104px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content-41 .signup-form {
  max-width: 494px;
  margin-left:auto;
}

.content-41 .signup-form form {
  background-color: #ffffff;
  padding: 38px 42px 85px;
}

.content-41 .signup-form .form-title {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  padding: 27px 20px;
  margin-bottom: 0;
  background-color: #e85338;
}

.content-41 .hs-form-field > label {
  display: none;
}

.content-41 .hs-form  .field {
  margin-bottom: 20px;
}



/* Content 41 - Form styles */
.content-41 input:not([type=submit]):not([type=file]):not([type=radio])::not([type=checkbox]), .content-41 .uneditable-input {
  border: solid 1px #d7d7d7;
  height: 47px;
  border-radius: 0;
}

.content-41 ul,
.content-41 ul.inputs-list.multi-container[role=radiogroup],
.content-41 ul.inputs-list.multi-container[role=listbox],{
  list-style: none;
  padding-left:10px;
}

.content-41 ul.inputs-list.multi-container[role=listbox] input.hs-input,
.content-41 ul.inputs-list.multi-container[role=radiogroup] input.hs-input,
.content-41 ul li.hs-form-booleancheckbox input.hs-input{
  margin-right:10px;
}

.content-41 input[type="submit"] {
  font-weight: 900;
  padding: 15px;
  width: 100%;
  border-radius: 0;
  background-color: #e85338;
}

.content-41 input[type="submit"]:hover {
  background-color: #ea735e;
}

.content-41 .hs_submit {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .content-41 .left-content {
    margin-bottom: 60px;
  }

  .content-41 .signup-form {
    max-width: none;
    margin-left: auto;
  }
}


/* Content 42 */

.content-42 {
  padding-top: 73px;
  padding-bottom: 170px;
}

.content-42 .company-logo {
  text-align: center;
  margin-bottom: 157px;
}

.content-42 .content {
  text-align: center;
  color: #323232;
}

.content-42 .header {
  font-size: 78px;
  font-weight: 800;
  line-height: 0.77;
  color: #e85338;
  margin-bottom: 45px;
}

.content-42 .subheader {
  font-size: 28px;
  color: #323232;
  margin-bottom: 22px;
}

.content-42 .content-text {
  color: #323232;
  font-size: 20px;
  line-height: 1.62;
}

.content-42 .content-text p {
  font-size: 20px;
  line-height: 1.62;
  margin-bottom: 15px;
}

.content-42 .btn {
  background-color: #e85338;
  color: #ffffff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
  padding: 15px 26px;
  margin-top: 13px;
}

@media (max-width: 480px) {
  .content-42 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Content 43 */

.content-43 {
  padding-top: 155px;
  padding-bottom: 141px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top left;
}

.content-43 .content-text {
  font-size: 30px;
  margin-bottom: 36px;
  color: #323232;
}

.content-43 .btn {
  font-size: 17px;
  width: 243px;
  height: 52px;
  border-radius: 2px;
  background-color: #e85338;
  padding: 17px 15px;
}




/* Content Rich Text */

.content-rt {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-rt .col-rt {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 480px) {
  .content-rt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}


/* Content Rich Text 5 */

@media (max-width: 991px) {
  .content-rt-5 .col-rt:nth-child(3n+1) {
    clear: left;
  }
}


/* Text + Form */

.content-text-form {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

@media (max-width: 480px) {
  .content-text-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}



/*--- FOOTERS ---*/

/* Footer 1 */
.footer-1 .hs-menu-wrapper > ul > li > a{
  padding: 0;
}


/* Footer 1 V2 */

.footer-1-v2 .social-btns > * {
  width: auto;
}


/* Footer 6 */

.footer-6 .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-6 .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {
  margin-bottom: 8px;
}

.footer-6 .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
  padding: 0;
  white-space: normal;
  overflow: visible;
}

.footer-6 form .hs-form-field > label {
  display: none;
}

.footer-6 form .hs-form-field, .footer-6 form .hs_submit {
  margin-bottom: 15px;
}

.footer-6 form input[type="submit"] {
  background: #bdc3c7;
}

.footer-6 form input[type="submit"]:hover {
  background: #cacfd2;
}

@media (max-width: 767px) {
  .footer-6 form input[type="submit"] {
    width: 100%;
  }
}


/* Footer 6 V2 */

.footer-6-v2 .social-btns > * {
  width: auto;
}


/* Footer 7 */
.footer-7 nav {
  /*     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  margin-top: 18px;
}

.footer-7 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-7 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  display: inline-block;
  min-width: 100px;
  line-height: 25px;
  font-size: 14px;
  font-weight: normal;
  color: inherit;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-7 a {
  color: #bdc3c7;
  font-weight: 500;
}

.footer-7 a:hover, .footer-7 a:focus, .footer-7 a.active {
  color: #a1a6a9;
}

.footer-7 .container > a {
  z-index: 1;
}

@media (max-width: 568px) {
  .footer-7 nav {
    float: none !important;
  }

  .footer-7 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    margin: 18px 0 0;
    text-align: left;
    display: block;
  }

  .footer-7 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-of-type {
    margin-top: 0;
  }
}


/* Footer 7 V2 */

.footer-7-v2 nav {
  margin-top: 13px;
}

.footer-7-v2 .container > a.scroll-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  font-weight: normal;
  color: inherit;
  color: #ffffff;
  background: #bdc3c7;
}

.footer-7-v2 nav ul {
  position: absolute;
  width: 50%;
}

.footer-7-v2 nav > .hs_cos_wrapper_type_menu:nth-child(1) .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  left: 0;
  padding-left: 110px;
  padding-right: 80px;
  text-align: right;
}

.footer-7-v2 nav > .hs_cos_wrapper_type_menu:nth-child(2) .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  right: 0;
  padding-left: 80px;
  padding-right: 110px;
  text-align: left;
}

.footer-7-v2 .social-btns > * {
  width: auto;
}

@media (max-width: 991px) {
  .footer-7-v2 nav > .hs_cos_wrapper_type_menu:nth-child(1) .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    padding-right: 40px;
  }

  .footer-7-v2 nav > .hs_cos_wrapper_type_menu:nth-child(2) .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .footer-7-v2 .container > a {
    display: none;
  }

  .footer-7-v2 .container > a.scroll-top {
    display: none;
  }

  .footer-7-v2 nav > .hs_cos_wrapper_type_menu:nth-child(1) .hs-menu-wrapper.hs-menu-flow-horizontal > ul, .footer-7-v2 nav > .hs_cos_wrapper_type_menu:nth-child(2) .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    width: 100%;
    position: static;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .footer-7-v2 nav > .hs_cos_wrapper_type_menu:nth-child(2) .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-top: 18px;
  }

  .footer-7-v2 nav > .hs_cos_wrapper_type_menu:nth-child(1) .hs-menu-wrapper.hs-menu-flow-horizontal > ul li, .footer-7-v2 nav > .hs_cos_wrapper_type_menu:nth-child(2) .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    display: block;
    margin-top: 18px;
  }

  .footer-7-v2 nav > .hs_cos_wrapper_type_menu:nth-child(1) .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child, .footer-7-v2 nav > .hs_cos_wrapper_type_menu:nth-child(2) .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child {
    margin-top: 0;
  }

  .footer-7-v2 .social-btns {
    position: static;
    margin-top: 20px;
    margin-bottom: -5px;
    text-align: left;
  }
}


/* Footer 8 */
.footer-8 nav {
  margin-bottom: 40px;
}

.footer-8 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}

.footer-8 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  display: inline-block;
  margin-left: 30px;
}

.footer-8 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child {
  margin-left: 0;
}

.footer-8 a {
  color: #7f8c8d;
  font-weight: normal;
}

.footer-8 a:hover, .footer-8 a:focus, .footer-8 a.active {
  color: #1abc9c;
}

@media (max-width: 568px) {
  .footer-8 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}


/* Footer 10 */

.footer-10 .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-10 .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {
  margin-bottom: 8px;
}

.footer-10 .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
  padding: 0;
  white-space: normal;
  overflow: visible;
}

.footer-10 form .hs-form-field > label {
  display: none;
}

.footer-10 form .hs-form-field, .footer-10 form .hs_submit {
  float: left;
  margin-bottom: 0;
}

.footer-10 form .hs-form-field {
  width: 66.66666666666666%;
}

.footer-10 form{
  display: flex;
  align-items: center;
}

.footer-10 form .hs-form-field input[type="email"] {
  width: 100%;
  height: auto!important;
  margin: 0;
  padding: 0;
  border: 0!important;
  background: transparent!important;
  line-height: 59.99999999999999px!important;
  font-size: 50px!important;
  font-weight: normal;
  color: #ffffff!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
}

.footer-10 form .hs_submit {
  width: 33.33333333333333%;
  text-align: right;
}

.footer-10 form .hs_submit input[type="submit"] {    
  font-weight: 500;
  width: 220px;
  max-width: 100%;
  font-size: 17px;
  padding: 12px 18px;
  background-color: #e74c3c;
}

.footer-10 form .hs-error-msgs li label {
  margin-top: 5px;
  margin-bottom: 0 !important;
  color: #e74c3c !important;
  padding: 0 12px;
}
@media (max-width: 1024px){  
  .footer-10 form{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .footer-10 form .hs_submit input[type="submit"] {
    margin-top: 8px;
  }
}

.footer-10 form .hs_submit input[type="submit"]:hover {
  background-color: #ec7063;
}

.footer-10 form input::-webkit-input-placeholder {
  color: #ffffff !important;
}

.footer-10 form input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff !important;  
}

.footer-10 form input::-moz-placeholder {  /* Firefox 19+ */
  color: #ffffff !important;  
}

.footer-10 form input:-ms-input-placeholder {  
  color: #ffffff !important;  
}

@media (max-width: 767px) {
  .footer-10 form .hs-form-field, .footer-10 form .hs_submit {
    float: none;
    width: 100%;
    margin: 0 !important;
  }

  .footer-10 form .hs_submit {
    text-align: center;
  }
}

@media (max-width: 568px) {
  .footer-10 form .hs-form-field input[type="email"] {
    font-size: 25px;
    text-align: center;
  }
}


/* Footer 11 V2 */

.footer-11-v2 .brand {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -20px;
}

.footer-11-v2 .social-btns > * {
  width: auto;
}


/* Footer 13 */

.footer-13 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
  text-transform: uppercase;
}

@media (max-width: 568px) {
  .footer-13 nav {
    float: none !important;
    margin-top: 0 !important;
  }

  .footer-13 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    margin: 18px 0 0;
    text-align: left;
  }

  .footer-13 nav:first-of-type .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-of-type {
    margin-top: 0;
  }
}


/* Footer 13 V2 */

.footer-13-v2 > .container > [data-fa-i2svg] {
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -12px;
  font-size: 24px;
  font-weight: normal;
}


/* Footer 14 */

.footer-14 nav {

}

.footer-14 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0 !important;
}

.footer-14 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
  float: none;
  display: inline-block;
  margin-left: 50px;
  line-height: 25px;
}

.footer-14 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .footer-14 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    margin-left: 20px;
  }
}

@media (max-width: 568px) {
  .footer-14 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .footer-14 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .footer-14 .social-btns {
    margin-top: 20px;
  }
}


/* Footer 14 V2*/

.footer-14-v2 .social-btns > * {
  width: auto;
}


/* Footer 16 */

.footer-16 {
  text-align: center;
  padding-top: 62px;
  padding-bottom: 68px;
}

.footer-16 .social-icons {
  padding-left: 0;
  margin-bottom: 28px;
}

.footer-16 .social-icons li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.footer-16 .social-icons li a {
  display: block;
  width: 28px;
  height: 27px;
  text-align: center;
  color: #ffffff;
  background-color: #e85338;
  border-radius: 50%;
  padding-top: 4px;
}

.footer-16 .social-icons li a.email {
  font-size: 26px;
  padding-top: 0;
  border-radius: 0;
  background-color: transparent;
  color: #e85338;
}

.footer-16 .copyright {
  color: #625f5f;
}

.footer-16 .copyright .logo {
  margin-bottom: 17px;
}


/* Footer 16 V2 */

.footer-16-v2 .social-icons li a {
  position: relative;
  padding-top: 0;
  font-size: 12px;
}

.footer-16-v2 .social-icons li a.email {
  padding-top: 2px;
}

.footer-16-v2 .social-icons li a i {
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
}



/*--- PLANS ---*/

.ribbon:before, .ribbon:after {
  display: none;
}

/* Plan 1 */

.price-1 .plans > div:nth-of-type(3n+1) {
  clear: left;
}

.price-1 .plan {
  margin: 15px 0;
}

.cta_button.force-default-styling{
  text-transform: none!important; 
  font-size: 15px!important; 
  font-weight: normal!important; 
  padding: 10px 15px!important; 
}

/* Plan 2 */

.price-2 .plans {
  margin-bottom: 50px;
}

.price-2 .plans:last-of-type {
  margin-bottom: 0;
}

.price-2 .plans .title .price.medium{
  font-size: 80px;
}
.price-2 .plans .title .price.small{
  font-size: 60px;
}

.price-2 .plans .title .ribbon.up{
  top: 17px;
}


/* Plan 2 V2 */
.price-2-v2 .plans .title .btn.btn-clear {
  opacity: 1;
}

.price-2-v2 .plans .title .btn.btn-clear {
  -webkit-transition: color 0.25s, background 0.25s, border-color 0.25s;
  -moz-transition: color 0.25s, background 0.25s, border-color 0.25s;
  -o-transition: color 0.25s, background 0.25s, border-color 0.25s;
  transition: color 0.25s, background 0.25s, border-color 0.25s;
}

.price-2-v2 .plans .description .description-box > [data-fa-i2svg] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  font-size: 24px;
}


/* Plan 3 */

.price-3 .plans:last-of-type {
  margin-bottom: 0;
}

.price-3 .plans {
  margin-bottom: 100px;
}
.price-3.suf .plan{
  width:25%;
}

.price-3 .plan:nth-of-type(2) {
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}

.price-3.suf .plan:nth-of-type(3) {
  border-right: 2px solid #e5e5e5;
}


.price-3 .plan img {
  max-width: 100px;
}

@media (max-width: 767px) {
  .price-3 .plan:nth-of-type(2) {
    border-left: none;
    border-right: none;
    margin: 100px 0;
  }
}


/* Plan 4 */
.price-4 .col-sm-5 .span5.plan{
  width:100%;
}


/* Plan 4 V2 */
.price-4-v2 .description-detail div > [data-fa-i2svg] {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-bottom: 13px;
}


/* Plan 5 */

.price-5 .plans {
  margin-bottom: 50px;
}

.price-5 .plans:last-of-type {
  margin-bottom: 0;
}


/* Plan 5 V2 */

.price-5-v2 .plans .plan:hover {
  background-color: #ffffff;
}

.price-5-v2 .plans .plan-2 .title {
  border-color: #e5e5e5;
}

.price-5-v2 .plans .description-more > [data-fa-i2svg] {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 25px;
  font-size: 24px;
}

/*--- CONTACTS ---*/

/* Contact 1 */

.contacts-1 .hs_cos_wrapper_type_form > h3{
  display: none;
}

.contacts-1 form label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
  color: #2c3e50;
}

.contacts-1 form input[type="submit"] {
  color: #ffffff;
  min-width: 150px;
  width: auto;
}

.contacts-1 form textarea {
  height: 7em;
}

.contacts-1 form input, .contacts-1 form textarea {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .contacts-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Contact 2 */

.contacts-2 .hs_cos_wrapper_type_form > h3{
  display: none;
}

.contacts-2 form label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
  color: #2c3e50;
}

.contacts-2 form input[type="submit"] {
  color: #ffffff;
  min-width: 150px;
  width: auto;
}

.contacts-2 form textarea {
  height: 7em;
}

.contacts-2 form input, .contacts-2 form textarea {
  margin-bottom: 0;
}


/* Contact 2 V2 */

.contacts-2-v2 .links a {
  pointer-events: none;
  cursor: default;
}

.contacts-2-v2 form input:focus, .contacts-2-v2 form textarea:focus {
  border-color: #ebedee !important;
}

.contacts-2-v2 .links a > [data-fa-i2svg] {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 23px 0 0;
  font-size: 26px;
}


/* Contact 3 */

.contacts-3 .hs_cos_wrapper_type_form > h3{
  display: none;
}

.contacts-3 form label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
  color: #2c3e50;
  margin-bottom: 20px;
}

.contacts-3 form input[type="submit"] {
  color: #ffffff;
  min-width: 150px;
  width: auto;
}

.contacts-3 form textarea {
  height: 7em;
}

.contacts-3 form input, .contacts-3 form textarea {
  margin-bottom: 0;
  height: auto;
  min-width: auto;
  width: auto;
}
.contacts-3 form ul {
  list-style: none;
  padding-left: 10px;
}
.contacts-3 form li.hs-form-radio label.hs-form-radio-display > span{
  margin-left:10px;
}

.contacts-3 .hs-fieldtype-booleancheckbox ul.inputs-list{
  list-style: none;
}


/* Contact 3 V2 */

.contacts-3-v2 form input:focus, .contacts-3-v2 form textarea:focus {
  border-color: #ebedee !important;
}

.contacts-3-v2 .links a > [data-fa-i2svg] {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 23px 0 0;
  font-size: 26px;
}


/* Contact 4 */

@media (max-width: 480px) { 
  .contacts-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Contact 4 V2 */

.contacts-4-v2 {
  position: relative;
}

.contacts-4-v2 .social-btns > * {
  width: auto;
}


/*--- PROJECTS ---*/

/* Project 1 */
.projects-1 .projects .project{
  vertical-align: top;
}

.projects-1 .head-box:before {
  background-image: url('https://cdn2.hubspot.net/hubfs/346178/designmodo/common-files/img/header/ipad2x.png');
}


/* Project 1 V2 */

.projects-1-v2 .title a:focus {
  color: #bdc3c7;
}

.projects-1-v2 .title a.active {
  color: #1abc9c;
}

.projects-1-v2 .head-box .features > div > [data-fa-i2svg] {
  font-size: 23px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 20px;
  display: inline-block;
}

.projects-1-v2 .head-box .features > div .svg-inline--fa { 
  vertical-align: top;
}

.projects-1-v2 .projects {
  margin-top: 0;
}

.projects-1-v2 .projects .project-wrapper {
  display: inline-block;
  text-align: center !important;
  vertical-align: top;
  width: 33%;
  margin-top: 65px;
}

.projects-1-v2 .projects .photo-wrapper {
  display: block;
}

@media (max-width: 767px) {
  .projects-1-v2 .projects .project-wrapper {
    width: 100%;
  }
}


/* Project 2 V2 */

.projects-2-v2 > * {
  padding-top: 0;
  padding-bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.projects-2-v2 .project-1, .projects-2-v2 .project-2, .projects-2-v2 .project-3 {
  background-image: none;
}

.projects-2-v2 .v-center > div {
  opacity: 0.6;
  padding-top: 50px;
  padding-bottom: 50px;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: 0.6s opacity;
  -moz-transition: 0.6s opacity;
  -o-transition: 0.6s opacity;
  transition: 0.6s opacity;
}

.projects-2-v2 .v-center:hover > div {
  opacity: 1;
}

.projects-2-v2 .project-3 [data-fa-i2svg] {
  display: inline-block;
  vertical-align: middle;
  font-size: 95px;
  line-height: 95px;
}

@media (max-width: 767px) {
  .projects-2-v2 .v-center {
    padding-left: 0;
    padding-right: 0;
  }
}


/* Project 3 */

@media (max-width: 480px) { 
  .projects-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* Project 3 V2 */

.projects-3-v2 .projects {
  display: block;
  font-size: 0;
}

.projects-3-v2 .projects .project-wrapper {
  display: inline-block;
  width: 33.3333333%;
}

@media (max-width: 767px) {
  .projects-3-v2 .projects .project-wrapper {
    width: 100%;
  }
}


/* Project 4 */

.projects-4-v2 .projects .overlay > [data-fa-i2svg] {
  display: inline-block;
  vertical-align: middle;
  font-size: 46px;
}


/*--- CREW ---*/

/* Crew 1 */

.crew-1 .members {
  display: block;
  font-size: 0;
}

.crew-1 .members .member-wrapper {
  display: inline-block;
  width: 33.33333333%;
  vertical-align: top;
}

@media (max-width: 767px) {
  .crew-1 .members .member-wrapper {
    width: 100%;
  }
}


/* Crew 1 V2 */

.crew-1-v2 .additional-info {
  margin-top: 10px;
}


/* Crew 2 */

.crew-2 .members {
  display: block;
  font-size: 0;
}
.crew-2 .members .member.opacity_false .photo{
  opacity: 1;
}
.crew-2 .members .member-wrapper {
  display: inline-block;
  width: 33.33333333%;
}

@media (max-width: 767px) {
  .crew-2 .members .member-wrapper {
    width: 100%;
  }
}

/* Crew 2 V2 */

.crew-2-v2 .members .member-wrapper {
  vertical-align: top;
}

.crew-2-v2 .members + .members .member {
  border-top: none;
}

.crew-2-v2 .members .member {
  border-bottom: 2px solid #ebedee;
}

.crew-2-v2 .members .social-btns > * {
  width: auto;
}

.crew-2-v2 .members .social-btns > * > [data-fa-i2svg] {
  font-size: 18px;
  height: 20px;
}

@media (max-width: 767px) {
  .crew-2-v2 .members .member-wrapper + .member-wrapper .member {
    border-top: none;
  }
}


/* Crew 3 */
.crew-3 {
  padding-bottom: 54px;    
}

.crew-3 .title a {
  display: inline-block;
}

.crew-3 .overlay {
  cursor: pointer;
}

.crew-3 .overlay a {
  color: white;
}

.crew-3 .members {
  display: block;
  font-size: 0;
  margin: 0 -80px;
  width: auto;
}

.crew-3 .members .member-wrapper {
  display: inline-block;
  width: 33.33333333%;
  text-align: center;
  margin-bottom: 56px;
}

.crew-3 .members .member-wrapper:first-child + .member-wrapper + .member-wrapper {
  text-align: center;
}

@media (max-width: 1199px) {
  .crew-3 .members {
    margin: 0 -30px;
  }
}

@media (max-width: 991px) {
  .crew-3 .members {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .crew-3 {
    padding-bottom: 110px;
  }

  .crew-3 .title .social-btns {
    margin-top: 30px;
  }

  .crew-3 .members .member-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
}


/* Crew 3 V2 */

.crew-3-v2 .title .social-btns > * {
  width: auto;
}

.crew-3-v2 .title .social-btns > * > * {
  width: auto;
}

.crew-3-v2 .title .social-btns > * > [data-fa-i2svg] {
  font-size: 18px;
}


/* Crew 4 */

.crew-4 .members {
  display: block;
  font-size: 0;
}
.crew-4 .members .member.opacity_false .photo{
  opacity: 1;
}
.crew-4 .members .member-wrapper {
  display: inline-block;
  width: 33.33333333%;
}

@media (max-width: 767px) {
  .crew-4 .members .member-wrapper {
    width: 100%;
  }
}

/* Crew 4 V2 */

.crew-4-v2 .members .member-wrapper {
  vertical-align: top;
}

.crew-4-v2 .members .overlay [data-fa-i2svg] {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
}


/*--- BLOG LISTING ---*/

.blog-listing {
  padding-top: 120px;
  padding-bottom: 120px;
  margin: 0 auto;
}

.blog-listing .post-item {
  margin-bottom: 60px;
}

.blog-listing .post-title {
  font-size: 32px;
  color: #7f8c8d;
  display: inline-block;
  margin-bottom: 31px;
}

.blog-listing .post-info {
  text-transform: uppercase;
  padding-left: 0;
  margin-bottom: 23px;
  list-style-type: none;
}

.blog-listing .post-info li {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-listing .post-author-link {
  position: relative;
  padding-left: 57px;
  margin-right: 46px;
  max-width: 160px;
}

.blog-listing .post-author-avatar {
  position: absolute;
  top: -10px;
  left: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-image: url('https://cdn2.hubspot.net/hubfs/346178/designmodo/common-files/img/default-avatar.png');
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.blog-listing .post-date {
  margin-right: 36px;
  max-width: 85px;
}

.blog-listing .post-summary {
  margin-bottom: 40px;
  padding-top: 10px;
}

.blog-listing .post-summary iframe {
  width: 100% !important;
}

.blog-listing .post-featured-image {
  padding-top: 4px;
}

.blog-listing .post-read-more a {
  font-size: 12px;
}

.blog-listing .post-divider {
  margin-bottom: 51px;
}

.blog-pagination {
  position: relative;
  text-align: center;
  padding-top: 17px;
}

.blog-pagination .no-link {
  display: none;
}

.blog-pagination .previous-posts-link, .blog-pagination .next-posts-link {
  position: absolute;
  top: 17px;
}

.blog-pagination .previous-posts-link {
  left: 0;
}

.blog-pagination .next-posts-link {
  right: 0;
}


@media (max-width: 767px) {
  .blog-listing .post-featured-image {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .blog-listing .post-info li {
    width: 100%;
  }

  .blog-listing .post-author-link, .blog-listing .post-date {
    max-width: none;
  }
}



/*--- BLOG ---*/

/* Blog 2 */

.blog-2 .background .col-sm-4 > div {
  text-align: right;
}

.blog-2 .background .col-sm-4 > div img{
  object-fit: cover;
}

/* IL Standard Footer */

.footer-container {
  padding-right: 0;
  padding-left: 0;
}

.il-standard-footer {
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: 0.2px;
  text-align: center;
  color: #a2a2a2;
  font-family: 'Open Sans', sans-serif;
  background-color: #292f3e;
  padding: 31px 0 30px;
}

a.cta_button {
  vertical-align: initial;
}

/*==================================================================================
Start Something Light Box Styling
==================================================================================*/

/*======Guana Module======*/

.start-something.guana-modal-container.position-center .guana-modal{
  width:100%;
  max-width:100%;
  border-radius:0px;
  margin:0px;
  height: 100vh;
  background-color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}



.start-something .mfp-container{
  padding:0px;
}

.start-something .mfp-close {
  width: 68px;
  height: 68px;
  line-height: 44px;
  position: absolute;
  right: 30px;
  top: 40px;
  text-decoration: none;
  text-align: center;
  /* opacity: .65; */
  padding: 0 0 18px 10px;
  color: #333;
  font-style: normal;
  font-size: 0px;
  font-family: Arial,Baskerville,monospace;
  background: url(https://cdn2.hubspot.net/hubfs/346178/Assets-Dec16/close-tablet.svg?t=1483000783313) no-repeat;
  background-position: top center;
  background-size: auto;
}

.mfp-close-btn-in .mfp-close {
  font-size: 0;
  background: url(https://cdn2.hubspot.net/hubfs/346178/Assets-Dec16/close-tablet.svg?t=1483000783313) no-repeat;
  background-position: top center;
  background-size: auto;
  top: 0;
  right: -60px;
  width: 50px;
  padding-right: 0;
  opacity: 1;
}



/*===================================================*/

/*=======Inside Pop Up Content Styling=======*/

@media (min-width: 768px) {
  .equal-height-container>.row-fluid-wrapper>.row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.start-module .desktop-box .col-width h4 a {
  color: #2a2f3e;
}

.start-module .tab-box{
  display:none;
}

.start-something .start-module .wrapper{
  max-width:1260px;
}

.start-something .start-module .head-text{
  text-align:center;
  width:100%;
  max-width:800px;
  margin:0 auto;
  display:block;
  float:none;
}

.start-module .head-text h2{
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 10px;
  letter-spacing: 1.4px;
  font-weight: 300;
  color:#181818;
}

.start-module .head-text p{
  color:#48526f;
  font-size:18px;
  line-height:29px;
  letter-spacing:0.6px;
}

.start-module .five-col{
  padding:90px 0px 0px;
}


.start-module .col-width{
  text-align:center;
  width:25%;
  max-width:25%;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.start-module .img-module{
  cursor: pointer;
}

.start-module .col-width:hover .img-module .onhover-img{
  display:block;
}

.start-module .col-width:hover .img-module .simple-img{
  display:none;
}

.start-module .col-width h4{
  font-size:16px;
  color:#181818;
  line-height:33px;
  font-weight:400;
  margin:0px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  cursor: pointer;
}

.start-module .col-width:hover h4 a{
  color:#e85338;
}

.start-module .col-width p{
  font-size:16px;
  color:#48526f;
  line-height:25px;
  letter-spacing:1.1px;
}

.start-module .col-width .img-module{
  height:90px;
  position:relative;
}

.start-module .col-width .img-module .onhover-img{
  display:none;
}

.start-module .desktop-box .col-width h4 a{
  text-decoration:none;
}

@media(max-width:1024px){

  .start-something.guana-modal-container.position-center .guana-modal{
    width:95%;
    margin:20px;
    height:100%;
  }    

  .start-module .equal-height-container.five-col.desktop-box{
    width: 370px;
    display: block;
    margin: 0 auto;
    float: none;
  }

  .start-module .tab-box{
    display:block;
  }

  .start-something .start-module .head-text{
    max-width:510px;
    padding-bottom:40px;
  }

  .start-module .head-text h2{
    font-size:30px;
    line-height:66px;
    letter-spacing:1.4px;
    color:#181818;
    margin:0px;
  }

  .start-module .head-text p{
    font-size:16px;
    letter-spacing:0.5px;
  }

  .start-module .desktop-box{
    padding-bottom:40px;
  }

  .start-module .desktop-box .col-width h4{
    font-size:16px;
    line-height:33px;
    letter-spacing:0.8px;
    color:#181818;
    margin:0px;
    font-weight:400;
    text-align: left;
  }

  .start-module .desktop-box .col-width p{
    font-size:14px;
    line-height:18px;
    letter-spacing:1px;
    color:#48526f;
    font-style:italic;
    max-width:260px;
    text-align: left;
  }



  .five-col.equal-height-container>.row-fluid-wrapper>.row-fluid{
    display:block;
  }

  .start-module .col-width{
    width: 100%;
    max-width: 100%;
    margin:0;
    padding-bottom: 25px;
  }

  .start-module .col-width>.row-fluid-wrapper:first-child{
    width:25%;
    float:left;
    display:block;
    overflow:hidden;
    margin-right:30px;
  }     

  .start-module .col-width>.row-fluid-wrapper:last-child{
    width:65%;
    display:block;
    overflow:hidden;
  }     

  .start-module .col-width .img-module img{
    max-width: 50px;
    margin-top: 5px;
  }

  .start-module .five-col {
    padding: 20px 0 0;
  }

  .start-module .col-width .img-module .row-fluid-wrapper:last-child{
    //width:50px;
  }




}



@media(max-width:767px){

  .start-something.guana-modal-container.position-center .guana-modal{
    width:100%;
    margin:0px;
    display:block;
  }  

  .start-something .start-module .head-text{
    padding-top:40px;
    padding-bottom:0px;
  }

  .start-module .head-text h2{
    font-size:22px;
    line-height:30px;
    letter-spacing:1px;
    text-align:left;
    margin-bottom:10px;
  }

  .start-module .head-text p{
    text-align:left;
    font-size:14px;
    line-height:22px;
    letter-spacing:0.5px;
  }

  .start-module .col-width .img-module img {
    max-width: 35px;
    margin-top: 0px;
    text-align: left;
  }

  .start-module .col-width>.row-fluid-wrapper:first-child {
    width: 10%;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 20px;
  }

  .start-module .col-width>.row-fluid-wrapper:last-child {
    width: 54%;
    display: block;
    overflow: hidden;
  }

  .start-module .desktop-box .col-width h4{
    font-size:12px;
    line-height:20px;
  }

  .start-module .desktop-box .col-width p{
    font-size:12px;
  }

  .mfp-close-btn-in .mfp-close{
    background:url('https://cdn2.hubspot.net/hubfs/346178/Assets-Dec16/close-tablet%20%281%29.svg')no-repeat!important;   
    width: 40px!important;
    height: 40px!important;
    right: 0px!important;
    top: 20px!important;
  }


}



/*==================================================================================
Start Something Light Box Styling
==================================================================================*/

/*======Guana Module======*/

.request-info-panel.guana-modal-container.position-center .guana-modal{
  width:100%;
  max-width:100%;
  border-radius:0px;
  margin:0px;
  height: 100vh;
  background-color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}



.request-info-panel .mfp-container{
  padding:0px;
}

.request-info-panel .mfp-close {
  width: 68px;
  height: 68px;
  line-height: 44px;
  position: absolute;
  right: 30px;
  top: 40px;
  text-decoration: none;
  text-align: center;
  /* opacity: .65; */
  padding: 0 0 18px 10px;
  color: #333;
  font-style: normal;
  font-size: 0px;
  font-family: Arial,Baskerville,monospace;
  background: url(https://cdn2.hubspot.net/hubfs/346178/Assets-Dec16/close-tablet.svg?t=1483000783313) no-repeat;
  background-position: top center;
  background-size: auto;
}

/* .mfp-close-btn-in .mfp-close {
font-size: 0;
background: url(https://cdn2.hubspot.net/hubfs/346178/Assets-Dec16/close-tablet.svg?t=1483000783313) no-repeat;
background-position: top center;
background-size: auto;
right: 30px;
top: 40px;
opacity: 1;
}

.mfp-close-btn-in .mfp-close:active {
right: 30px;
top: 40px;
} */

/*===================================================================================*/

/*========Inside the Pop-Up Styling========*/

.request-info .wrapper {
  max-width: 630px!important;
}

.request-info .main-head h2{
  font-size: 40px;
  line-height: 81px;
  margin: 0 0 10px;
  letter-spacing: .7px;
  font-weight: 700;
}    

.request-info .main-head p{
  font-size:18px;
  color:color: #2a2f3e;;
  font-weight:300;
  letter-spacing: 1px;
  margin: 0 0 15px;
  line-height:31px;
}

.request-info p span {
  font-weight: 400;
}

body .request-info form input, body .request-info form textarea, body .request-info form select {
  border: 1px solid #c2c7d6;
  border-radius: 0;
  padding: 16px 15px;
  font-family: gibson;
  font-weight: 300;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}   

.request-info form .hs-error-msgs label {
  font-size: 12px;
  line-height: 14px;
  color: red;
  position: absolute;
  top: -15px;
}

body .request-info .hs-button.primary {
  width: 100%;
  background: #e85338;
  border-radius: 3px;
  margin: 0;
}    



@media(max-width:767px){

  .request-info-panel.guana-modal-container.position-center .guana-modal{
    display:block;
    padding:0px 25px;
  }    

  .request-info .main-head {
    padding-top:50px;
  }

  .request-info .main-head h2{
    font-size:22px;
    line-height:30px;
    letter-spacing:1px;
    text-align:left;
    margin-bottom:10px;
  }

  .request-info .main-head p{
    text-align:left;
    font-size:14px;
    line-height:22px;
    letter-spacing:0.5px;
  }

}








/* System Templates Styles */

.row-fluid .span12.system-container {
  max-width: 780px;
  margin: 0 auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

button, .hs-button {
  font-size: 17px;
  padding: 10px 18px;
  /* -webkit-border-radius: 6px; */
  /*-moz-border-radius: 6px;*/
  /* border-radius: 6px; */
  line-height: 22px;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
  color: #ffffff;
  background-color: #e74c3c;
  cursor: pointer;
  border: 0;
}

button, .hs-button:hover, button, .hs-button:focus {
  color: #ffffff;
  background-color: #ec7063;
  outline: none;
}

.dm-st-main .page-header {
  border-bottom: none;
  padding-bottom: 40px !important;
}

.dm-st-main .page-header h1, .dm-st-main .page-header h2, .dm-st-main .page-header h3 {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.dm-st-main .page-header h1 {
  font-size: 48px /* 64px */;
}

.dm-st-main .page-header h2 {
  font-size: 41px /* 52px */;
}

.dm-st-main .page-header h3 {
  font-size: 32px /* 40px */;
}

.dm-st-main .success {
  text-align: center;
}

.dm-st-backup-unsub #content > div {
  padding-bottom: 0 !important;
}

.dm-st-backup-unsub #content > div input[type="email"] {
  padding: 8px 12px !important;
  margin: 0 !important;
}

.dm-st-header {
  text-align: center;
  padding-top: 66px;
  margin-bottom: 30px;
}

.dm-st-footer {
  text-align: center;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.dm-st-message, .page-header {
  text-align: center;
  margin-bottom: 60px;
}

.dm-st-message h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.search-404 input:not([type=submit]):not([type=file]), .uneditable-input, .search-404 .hs-button { float: left; border-radius: 0; }

.search-404 input:not([type=submit]):not([type=file]), .uneditable-input { 
  width: 80% !important; 
  margin-top: 0 !important;
  height: auto !important;
  border-radius: 0;
}

.search-404 .hs-button { width: 20%; }

@media (min-width: 992px) and (max-width: 1199px) {
  /*.search-404 input:not([type=submit]):not([type=file]), .uneditable-input { width: 75% !important; }*/
  /*.search-404 .hs-button { width: 25%; }*/
}

@media (max-width: 991px) {
  .search-404 input:not([type=submit]):not([type=file]), .uneditable-input { width: 79% !important; }
  .search-404 .hs-button { width: 21%; }
}

@media (max-width: 767px) {
  .search-404 input:not([type=submit]):not([type=file]), .uneditable-input, .search-404 .hs-button { float: none; }

  .search-404 input:not([type=submit]):not([type=file]), .uneditable-input { 
    width: 100% !important; 
    margin-bottom: 5px;
  }

  .search-404 .hs-button { 
    width: auto;
    display: inline-block;
  }
  .dm-st-backup-unsub #content > div input[type="email"] {
    margin-bottom: 5px !important;
  }
}

@media (max-width: 480px) {
  .dm-st-main .page-header h1 {
    font-size: 34px /* 64px */;
  }

  .dm-st-main .page-header h2 {
    font-size: 28px /* 52px */;
  }

  .dm-st-main .page-header h3 {
    font-size: 22px /* 40px */;
  }
}


/*****************************************/
/* Header DM Stylesheet  */
/*****************************************/

.dm-header .hs-menu-item ul{
  text-align : left;
}



/*****************************************/
/* Header 10  TEST */
/*****************************************/

.header-10-test {
  padding: 16px 0 5px;
  border-bottom: 1px solid #e4e4e3;
  position: absolute;
  left: 0;
  z-index: 9999;
  width: 100%;
  max-width: 1640px;
  right: 0;
  margin: 0 auto;
}


.header-10-test .wrapper {
  max-width: 1296px;
}

.header-10-test .hs-menu-wrapper>ul {
  padding: 12px 0;
}
.header-10-test .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin-bottom: 0;
}
.header-10-test .hs-menu-wrapper>ul {
  padding: 12px 0;
}

.header-10-test .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: inline-block;
  margin-bottom: 20px;
}

.header-10-test .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}

.header-10-test .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  float: left;
  padding: 0;
}

.header-10-test .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
  position: relative;
}

.header-10-test .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a {
  font-size: 13px;
  line-height: 26px;
  color: #414241;
  letter-spacing: 0;
  font-weight: 700;
  padding: 0 15px;
}

.header-10-test .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.header-10-test .hs-menu-wrapper>ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

.header-10-test .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  left: 15px;
  background: #ebeff2;
  top: 25px;
  padding: 25px;
}

.header-10-test .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.header-10-test .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}

@media (min-width: 951px)
{
  .header-10-test .top-nav {
    width: 100%;
    max-width: 75%;
  }
  .header-10-test .custom-menu-primary2 .hs-menu-wrapper {
    display: block!important;
    float: right;
  }

  .header-10-test .right-cta {
    width: 100%;
    max-width: 7%;
    margin-top: 11px;
    margin-left: 0;
  }
}

/*****************************************/
/* Header 10 Stylesheet  */
/*****************************************/
.header-container {
  padding: 0;
}
.header-10 {
  position: relative!important;
  background: #1b1f23;
}
.header-10 .navbar-header {
  max-width: 125px;
}
.header-10 .container .pull-right {
  max-width: 805px;
  text-align:right;
}
.header-10 .row-number-3 {
  position: relative;
  z-index: 2;
  max-width: 1170px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 15px;
  padding-left: 15px;
}
.header-10 .hs-menu-wrapper ul {
  display: inline-flex;
  margin-top: 0px;
  list-style-type: none;
  padding-left: 0;
}


.header-10 .ten-navigation
{
  margin: 0.7em 0;
}

.header-10 .hs-menu-wrapper > ul > li {
  padding-right: 12px;
  padding-left:26px;
}

.header-10 .hs-menu-wrapper > ul > li:first-child{
  padding-left:0;
}

.header-10 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 20px 0 27px;
  font-size: 17px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
}
.header-10 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,
.header-10 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:focus,
.header-10 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a.active {
  color: #bdc3c7;
}
.header-10 .navbar-form {
  padding: 19px 0 19px 0px;
}
.navbar-form .btn {
  height: auto;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 26px;
  padding-right: 26px;
}
.header-10 .btn.btn-success {
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
  background-color: #2ecc71;
}
.header-10 .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #58d68d;
  border-color: #58d68d;
}

.header-10 .row-fluid .widget-type-linked_image{
  margin-top: 1.2%;
}

.navbar-header img{
  max-height: 50px!important;
}


@media (min-width: 768px){
  .header-10 ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 67px;
    background: #1b1f23;
    display:block;
  }
  .header-10 ul.hs-menu-children-wrapper li {
    max-width: 150px;
    width: 150px;
  }
  .header-10 ul.hs-menu-children-wrapper li a {
    padding: 10px 0 17px;
  }
  .header-10 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    text-align:center;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{
    left: 150px;
    top: 0;
  }

}

@media(min-width:768px) and (max-width:1024px){
  .header-10 .row-fluid .widget-type-linked_image {
    margin-top: 14px;
  }
  .header-10 .container .pull-right{
    margin-left:0;
  }
  .header-10 .navbar-form{
    padding: 19px 0 19px 9px;
    margin-left:0 !important;
  }
  /*.hs-menu-wrapper > ul > li{
  padding-right: 10px;
  padding-left: 10px;
}*/
  .navbar-form .btn {
    height: auto;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .header-10 .row-number-3 {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-10 .container{
    padding-left:0;
    padding-right:0;
  }
  .ten-navigation.open {
    right: 0;
    height: 100%;
    min-height:100vh!important;
    width: 100%!important;
    position: absolute;
    z-index: 1;
    top: 63px;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    /*transition: 0.5s;*/
    padding-bottom:0;
    padding-top: 14px;
    opacity: 0.95;
    display:inherit!important;
  }
  .ten-navigation {
    position: fixed;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    right: -280px;
    padding: 70px 0 15px;
    transition: 0.3s;
    display:none!important;
    /*-webkit-transition: right 0.4s ease;
    -moz-transition: right 0.4s ease;
    -o-transition: right 0.4s ease;
    transition: right 0.4s ease;*/
  }
  .ten-navigation .hs-menu-flow-horizontal {
    text-align: center;
  }
  .header-10 .hs-menu-wrapper ul {
    display: inline-block;
    list-style: none;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 100%;
  }
  /*.hs-menu-wrapper > ul > li {
  padding-bottom: 10px;
  display: block;
  font-weight: bold;
  margin: 1px;
  cursor: pointer;
  list-style: circle;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #ded7d7;
  padding-top:13px;
}*/
  .header-10 .hs-menu-flow-horizontal > ul > li > ul > li > ul > li > a {
    font-size: 16px!important;
  }


  .header-10 .hs-menu-flow-horizontal > ul li a {
    padding: 8px 8px 8px 0px!important;
    text-decoration: none!important;
    font-size: 16px!important;
    color: #ffffff!important;
    display: block!important;
    text-align:left;
    position:relative;
    text-transform:uppercase;
  }

  .header-10 .hs-menu-flow-horizontal > ul > li > a:after {
    color: #ffffff;
    content: ' ▾';
    position:absolute;
    right:8px;
    transistion:all ease-in-out .2s
      -webkit-transistion:all ease-in-out .2s
      -moz-transistion:all ease-in-out .2s
      -ms-transistion:all ease-in-out .2s
  }

  .header-10 .hs-menu-flow-horizontal > ul > li.submenu-open> a:after {
    transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
  }

  .header-10 .hs-menu-flow-horizontal > ul li a:hover {
    color: #f1f1f1!important;
  }
  /*.navbar-form {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  margin: auto!important;
  width: 150px!important;
}*/
  .burger-nav .burger-line {
    background-color: #ffffff;
  }

  .header-10 .row-fluid .widget-type-linked_image{
    margin-top: 2.5%;
  }

  .header-10 ul.hs-menu-children-wrapper
  {
    list-style: none;
    padding: 0px 0 0 6px;
    display: none;
  }

  .header-10 ul.hs-menu-children-wrapper li
  {
    font-weight: normal;
    cursor: auto;
    background-color: #121212;
    padding: 15px 0 9px 7px;
  }


  .header-10 ul.hs-menu-children-wrapper > li > ul
  {
    list-style: none;
    padding: 0 0 0 0;
    display: none;
  }

  .header-10 ul.hs-menu-children-wrapper li > ul > li
  {
    font-weight: normal;
    cursor: auto;
    background-color: #121212;
    padding: 15px 0 9px 17px;
  }

  .header-10 ul.hs-menu-children-wrapper li.hs-item-has-children > a:after {
    color: #ffffff;
    content: ' ▾';
    position:absolute;
    right:8px;
    transistion:all ease-in-out .2s
      -webkit-transistion:all ease-in-out .2s
      -moz-transistion:all ease-in-out .2s
      -ms-transistion:all ease-in-out .2s
  }

  .header-10 ul.hs-menu-children-wrapper li.hs-item-has-children.submenu-open > a:after {
    transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
  }


  .header-10 .navbar-form{
    padding:13px 0px 13px;
  }
  .hs-menu-wrapper > ul > li,.hs-menu-wrapper > ul > li:first-child{
    /*padding-left:20px;*/
  }
  .hs-menu-wrapper > ul > li:first-child{
    /*padding-top:0;*/
  }


}

@media (max-width: 500px) {
  .header-10 .row-fluid .widget-type-linked_image{
    margin-top: 2.1%;
  }
}

@media (max-width: 400px) {
  .header-10 .row-fluid .widget-type-linked_image{
    margin-top: 2.3%;
  }
}

@media (max-width: 320px) {
  .header-10 .row-fluid .widget-type-linked_image{
    margin-top: 2.5%;
  }
}

/*****************************************/
/* Footer 2 Stylesheet  */
/*****************************************/




footer {
  background-color: transparent;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.footer-2 .pull-right {
  float: right !important;
}
.footer-2 .pull-left {
  float: left !important;
}





@media (max-width: 767px) {
  footer {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.bg-midnight-blue {
  background-color: #2c3e50;
}

.footer-2 {
  padding-bottom: 20px;
  color: #bdc3c7;
  line-height: 25px;
  padding-top: 30px;
  bottom: 0;
}
.footer-2 a {
  color: #bdc3c7;
  font-weight: normal;
}
.footer-2 a:hover,
.footer-2 a:focus,
.footer-2 a.active {
  color: #979c9f;
}
.footer-2.bg-midnight-blue ul {
  list-style-type: none!important;
  padding: 0;
}

.footer-2 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: #bdc3c7;
}
.footer-2 nav ul li {
  float: left;
  margin-left: 25px;
  line-height: 25px;
}
.footer-2 nav ul li:first-child {
  margin-left: 0;
}
.footer-2 .social-btns {
  white-space: nowrap;
}
.footer-2 .social-btns > * {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #979c9f;
  width: 20px;
  height: 25px;
  overflow: hidden;
  text-align: center;
}
.footer-2 .social-btns > *:first-child {
  margin-left: 0;
}
.footer-2 .social-btns > * > * {
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.footer-2 .social-btns > * > *:first-child {
  color: #bdc3c7;
}
.footer-2 .social-btns > *:hover > * {
  top: -100%;
}
.footer-2 .additional-links {
  font-size: 12px;
  font-weight: normal;
  color: #bdc3c7;
  text-align: center;
}
@media (max-width: 991px) {
  .footer-2 .additional-links {
    clear: both;
    text-align: left;
  }
}
.footer-2 .additional-links a {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .footer-2 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .footer-2 > .container > * {
    float: none !important;
    *zoom: 1;
  }
  .footer-2 > .container > *:before,
  .footer-2 > .container > *:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

  }
  .footer-2 > .container > *:after {
    clear: both;
  }
  .footer-2 > .container > *:before,
  .footer-2 > .container > *:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .footer-2 > .container > *:after {
    clear: both;
  }
  .footer-2 nav ul li {
    float: none;
    margin: 18px 0 0;
  }
  .footer-2 nav ul li:first-child {
    margin-top: 0;
  }
  .footer-2 .social-btns {
    margin: 25px 0 10px;
  }
  .footer-2 .pull-left ul{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .footer-2 .container .row-number-3 {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}





.footer-2 .social-btns img
{
  width: 20px;
  height:25px;
}
@media (min-width: 1280px)
{
  .footer-2 .container .row-number-3 {
    position: relative;
    z-index: 2;
    width: 1170px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 15px;
    padding-left: 15px;
  }

  /*.footer-2 .additional-links {
  width: 29.170940171000005%!important;
}
  .footer-2 .pull-left{
  width: 45.623931624%!important;
}
  .footer-2 .pull-right{
  width: 13.076923077%!important;
}
  */
}
/*
.full-width-content-8{
width: 100%;
padding-right:0px;
padding-left:0px;
}

.full-width-content-8 .img{
background-size: contain;
height: 300px;
max-height: 300px;
max-width: 100%!important;
background-repeat: no-repeat;
background-size: auto 100%;
margin: 0 auto;
}
*/
.full-width-content-8{
  width: 100%;
  padding-right:0px;
  padding-left:0px;
}
.full-width-content-8 .full-width-div{
  background-size:     contain;                      
  background-repeat:   no-repeat;
  background-position: center center;      
  height: 300px;
  max-height: 300px;
}







/*=========================== Header Style July 2017 ======================== */

body .header-style-20 {
  background-color: #fff;
  height: auto;
}

.header-style-20 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,
.header-style-20 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:focus,
.header-style-20 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a.active {
  color: #3498db;
}

.header-style-20 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  color: #bdc3c7;
  letter-spacing: 1px;
  padding: 38px 0 39px;
  font-size: 18px;
  font-weight: 800;
}

.header-style-20 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li > ul li a,
.header-style-20 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li > ul li > ul li a{
  padding: 22px 0 22px;
}


.header-style-20 .row-fluid .widget-type-linked_image {
  margin-top:0;
  padding: 0;
}

.header-style-20 .ten-navigation {
  margin: 0;
}

.header-style-20 .burger-nav .burger-line {
  background-color: #000; 
}


@media(min-width:768px) and (max-width:1024px){
  body .header-style-20 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 13px;
  }
}


@media(max-width:767px){
  body .header-style-20 {
    height: 60px;
  }

  body .row-fluid .header-style-20 .navbar-header {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 60px;
  }

  body .header-style-20 .row-fluid .widget-type-linked_image {
    margin-top: 0;
    float: left;
  }

  .header-style-20 .burger-nav {
    top: 16px;
  }

  .header-style-20 .ten-navigation.open {
    min-height: 93vh!important;
    top: 60px;
  }

}


@media (min-width: 768px){
  body .row-fluid .header-style-20 .navbar-header {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 97px;
  }

  .header-style-20 ul.hs-menu-children-wrapper li {
    max-width: 170px;
    width: 170px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 170px;
    top: 0;
  }
  .header-style-20 ul.hs-menu-children-wrapper {
    top: 97px;
    background: rgba(9,19,36,0.95);
  }


}





/*=========================== FOOTER 3 Style July 2017 ======================== */
body .container-fluid .row-fluid .footer-3 .wrapper {
  position: relative;
  z-index: 2;
  max-width: 1170px;
  margin-right: auto ;
  margin-left: auto ;
  padding-right: 15px;
  padding-left: 15px;
  float: none;
}

.footer-3 {
  padding: 65px 0;
}


.additional-links a {
  color: #bdc3c7;
  text-decoration: underline;
}

.additional-links p {
  color: #bdc3c7;
  font-size: 14px;
  margin: 0;
}

.footer-3 .address {
  color: #bdc3c7;
}

.footer-3 h6 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 300;
  text-transform: none;
}

.footer-2 .social-btns a:first-child {
  margin-left: 0;
}

.footer-2 .social-btns a {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #979c9f;
  width: 20px;
  height: 25px;
  overflow: hidden;
  text-align: center;
}

.fui-facebook:before {
  content: "\e03f";
}

.fui-twitter:before {
  content: "\e042";
}



.footer-2 .social-btns > * > * {
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}

.copyright-footer p {
  font-size: 12px;
  font-weight: normal;
  color: #bdc3c7;
  text-align: center;
  margin: 2px 0 0;
}

.footer-2 .hs-menu-wrapper > ul > li {
  padding-right: 12px;
  padding-left: 12px;
}


/* Footer 2 */
.footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: #bdc3c7;
}

.footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
  margin-left: 25px;
  line-height: 25px;
}

.footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child {
  margin-left: 0;   
}

.footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{
  color: #bdc3c7;
  font-weight: normal;
}

.footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a:hover, .footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a:focus, .footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a.active {
  color: #979c9f;
}

@media (max-width: 568px) {
  .footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
    margin-left: 0;
  }
}

.footer-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #bdc3c7;
  line-height: 25px;
}

.footer-2 .widget-type-simple_menu ul li {
  float: left;
  margin-left: 0px;
  line-height: 25px;
  list-style-type: none;
}

body .footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
  margin-left: 0px;
  line-height: 25px;
}

.footer-2 a:hover,
.footer-2 a:focus,
.footer-2 a.active {
  color: #979c9f;
}

.footer-2 a {
  color: #bdc3c7;
  font-weight: normal;
}

.footer-2 .widget-type-simple_menu ul li:first-child {
  margin-left: 0;
}
@media (max-width: 480px){
  body .footer-2 .social-btns {
    margin: 0;
  }
}

/* Footer 2 V2 */

.footer-2-v2 .social-btns a {
  width: auto;
}



@media(max-width:767px){
  .footer-3 .additional-links p {
    font-size: 13px;
  }
  .footer-3 .footer-logo,
  .footer-3 .additional-links {
    margin-bottom: 30px;
  }

  body .footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
    margin-left: 0px;
    line-height: 25px;
    border: 0;
    width: 100%;
    padding-top:5px;
    padding-left:0;
  }

  body .row-fluid .footer-2 .footer-2-menu,
  body .row-fluid .copyright-footer,
  body .row-fluid .copyright-footer p,
  body .row-fluid .social-media-wrapper{
    width: 100%;
    overflow: hidden;
    float: left!important;
    text-align: left;
    margin-bottom: 20px;
  }
}


@media(min-width:768px) and (max-width:1024px){
  body .footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    font-size: 13px;
  }
  body .footer-2 .hs-menu-wrapper > ul > li {
    padding-right: 7px;
    padding-left: 7px;
  }

}




/************CUSTOM BLOG FEED 4 Col*************/

.custom-blog-feed .hs-with-featured-image {
  display: table;
  border-spacing: 0px 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-blog-feed .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  width: 80%;
  display: table-header-group;
}
.custom-blog-feed .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  padding-right: 0px;
  float: none;
  display: table-footer-group;
}
.custom-blog-feed a.hs-rss-title {
  color: #e64c3c;
  font-size: 120%;
  margin-bottom: 10px;
  font-family: 'Open Sans';
  font-style: normal;
  line-height: 1.2em;
  margin: 0 0 15px;
  font-weight: bold;
}
.custom-blog-feed .hs-rss-description {
  padding-top: 25px;
}
.custom-blog-feed .hs-rss-description a {
  display: block;
  font-weight: bold;
}
@media (min-width: 768px) {
  .custom-blog-feed .hs-with-featured-image {
    width: 25%;
  }
  .custom-blog-feed .feedreader_box {
    display: inline-flex;
  }
}
@media (max-width: 480px) {
  .custom-blog-feed .content-rt {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  input#edit-search-block-form--2 {
    margin: 0;
  }
}



/* Style 10-25-19 */

a:hover, a:focus {
  color: #fbd458;
}
a{
  color: #000;
}
.ucBlog1Post .postHeaderWrapper .readTime{
  color: #fbd458;
}

.ucTotalWords {
  margin: 0 auto !important;
  float:none !important;
}

.header-3-v2 .navbar ul > li > a {
  letter-spacing: 0px!important;
  font-weight: 400;
  font-size: 16px;
  color: black!important;
  padding: 24px 0 21px;
}
.body-container-wrapper {
  padding-top: 40px;
}
.navbar-form.pull-left .cta_button p {
  color: #fff;
}
.navbar .navbar-toggle {
  margin: 19px 0 10px;
}

@media(max-width:767px){
  h1 {
    font-size: 32px;
    line-height: 34px;
  }   
  p{
    font-size: 16px;
    line-height: 26px;
  }
  .ucBlog1Post .postHeaderWrapper .leftWrapper{
    padding-top :10PX;
  }
}

@media(max-width:480px){
  .pTb40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-2-sub.header-2-sub-v2.init{
    padding-top:0px;
  }
  .header-3-v2 .navbar .brand img:first-child{
    max-width:130px;
    width:100%;
    min-width: 90px;
  }
  .navbar .navbar-toggle {
    margin: 12px 0 10px;
  }
}
