

















































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

/*================= INICIO MODIFICACIONES BLACKSIP ===================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Quicksand';
}

body, html body {
    padding: 0;
}

input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .uneditable-input,  .hs-form-af0c859f-68a6-41c2-9562-7d4252e82b0a_4fbe3909-0723-4626-b5bb-b0b6b9ee1d75 fieldset.form-columns-2 .input, .hs-form-af0c859f-68a6-41c2-9562-7d4252e82b0a_b0db9ba0-9633-473e-81b4-4d2f30ab1937 fieldset.form-columns-3 .hs-form-field{
      border-radius: 5px !important;
  width:100% !important; 
}


.hs-submit {
text-align: center;
}

.hs-custom-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  height: 30px;
  padding-left: 10px;
  width:100%;
  background: #fff !important;
  border-radius:5px !important;
}

.hs-custom-form select option {
color: #666;
}

.form-columns-2 span, .form-columns-1 span {
  color: #fff !important;
  font-weight: 400;
  font-size: 13px;
}

.form-columns-2 .hs-form-field {
width:50% !important;
}

.form-frame {
  width:400px !important;
  height: 100vh;
  position: fixed;
  right:20px;
  top:0;
  padding: 40px 20px 20px;
  background-color: #444444;
  z-index:999;
  overflow: auto;
}

.row-number-6{
margin: 50px 620px 30px 200px;
}
.row-number-7{
margin: 30px 620px 50px 200px;
}

.row-number-7, .row-number-9{
display:none;
}

.row-number-12 {
display:none;
}

@media (max-width: 1370px) {
  .row-number-6 {
  margin: 50px 470px 20px 50px;
  }
  .row-number-7 {
  margin: 20px 470px 50px 50px;
  }
}


.row-number-8, .row-number-9 {
padding: 50px 620px 50px 200px;
  background: #fff;
}

.row-number-11 .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
     justify-content: center;
}

@media (max-width: 1370px) {
  .row-number-8, .row-number-9  {
  padding: 50px 470px 50px 50px;
  }
}

.row-number-9 {
background-color: #fff;
}

.row-number-8 li{
margin: 20px 0;
}

.row-number-11 {
margin: 30px 0;
}

.row-number-7 {
  text-align: center;
}

/*.row-number-7 .hs_cos_wrapper_type_rich_text p {
margin: 20px 25px;
}*/

.title {
  text-align: center;
 }

.hero-unit {
margin-right: 400px !important;
}

.typ .hero-unit {
margin-right: 0 !important;
}

.typ .hero-unit h1 {
  text-shadow: 2px 3px rgba(0,0,0,.7);
}

.title h2 {
  color:rgb(255,180,33);
  margin: 20px 0;
}

.custom-width .container {
width: 100% !important;
}

.custom-width header {
  padding: 100px 20px;
}

.typ header {
  padding: 100px 20px 0px 20px !important;
}

.custom-width header .col-sm-6 {
  width: 100%;
}

.custom-width .content-4 {
  padding: 30px;
}

.content-4 .features > [class*="col-sm-"] {
padding-top: 140px;
}

.row features {
margin: 0 auto;
}

.main-image {
  background-image: url("https://cdn2.hubspot.net/hub/1725164/hubfs/agencia_e-commerce.jpg?width=832&name=agencia_e-commerce.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 400px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  position: relative;
}

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

/* Tamaño del scroll */
.form-frame::-webkit-scrollbar {
  width: 14px !important;
  height: 6px !important;
  border: solid 3px transparent !important;
  }

 /* Estilos barra (thumb) de scroll */
.form-frame::-webkit-scrollbar-thumb {
  background: #333 !important;
  border-radius: 14px !important;
  border: solid 4px #444 !important;
  transition:0.3s;
}

.form-frame::-webkit-scrollbar-thumb:active {
  background-color: #222 !important;
}

.form-frame::-webkit-scrollbar-thumb:hover {
  background: #222 !important;
  box-shadow: none !important;
}

 /* Estilos track de scroll */
.form-frame::-webkit-scrollbar-track {
  background: #444444 !important;
  border: solid 3px #444 !important;
}

.form-frame::-webkit-scrollbar-track:hover, 
.form-frame::-webkit-scrollbar-track:active {
  background: #444444 !important;
}

@media (max-width: 1025px) {
  .body-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .row-number-1, .row-number-2 {
      width: 100% !important;
  }
  
  .row-number-8, .row-number-9 {
    padding: 0px 50px;
}
  
  .row-number-2 {
    order:6;
    z-index: 9999;
     }
  
  .row-number-3 {
    order:7;
    margin: 0 auto;
     }
  
  .form-frame {
    position: relative;
    width: 100% !important;
    right:0;
    height: auto;
  }
  .row-number-2 .row-number-4 {
    width:100%;
    max-width:600px;
    margin:0 auto;
  }
  
  .row-number-6{
margin: 50px 50px 20px;
}
.row-number-7{
margin: 20px 50px 50px;
}
  
  .hero-unit {
margin-right: 0 !important;
padding: 20px !important;
}
  
  .row-number-12 {
    display:block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffb421;
    margin: 0 auto;
    text-align: center;
    padding:20px 0;
    cursor: pointer;
    z-index: 999;
}
  
  .row-number-12::hover {
    background: #ff4400;
}
  
.fixedBtn div {
  margin: 0 auto;
  font-size: 1.2rem;
  padding: 0 30px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  font-weight:600;
}
  
  .fixedBtn div a{
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  font-weight:600;
}
  
.fixedBtn div::before {
    content: "\f019";
    font-family:"FontAwesome";
    font-weight:900;
    color:#fff;
    font-size:20px;
    display: inline-block;
    margin-right:10px;
}
}

@media (max-width: 640px) {
  .row-number-6{
margin: 50px 30px 20px;
}
.row-number-7{
  display:none;
margin: 20px 30px 50px;
}

  .row-number-7 p{
 margin: 20px 0px;
}
  
  .hs-form .field {
    margin: 10px 10px;
} 
  
  .form-columns-2 .hs-form-field {
width:42% !important;
display: inline-block;
}
  
  .row-number-11 .row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
  }
  
}

/*================= FIN MODIFICACIONES BLACKSIP ===================== */

.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: 5px !important;
    -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: 15px;
}


.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% ;
}


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

.hs-form fieldset.form-columns-1 .hs-fieldtype-booleancheckbox .hs-input {
    width: 13px !important;
    height: 13px;
    border: solid 1px #fff;
    margin-right: 7px;
    vertical-align: middle;
}

.hs-form fieldset.form-columns-1 .hs-fieldtype-booleancheckbox span a {
    color: rgb(255,180,33);
}

li.hs-form-booleancheckbox {
list-style: none;
}

.hs-custom-form label span{
    color: #fff !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;
    }
  
  .header-4 .hero-unit h1{
  line-height: 30px;
        font-size: 1.25rem !important;
  }
}


.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: 35px 0 21px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #95a5a6;
}

.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: 480px) {
  .header-3-sub-v2.has-menu {
    padding-top: 100px;
  }
}

/* Header V3 - Standalone */

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

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


/* Header 4 */

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

/* 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 */
.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;
}

/* 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;
  }
}

.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;
}

@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 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;
}

.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;
}

@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%;
    font-family:"quicksand";
    font-weight: 600;
}

.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 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]), .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 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 input:not([type=submit]):not([type=file]):not([type=radio]), .content-41 .uneditable-input {
    border: solid 1px #d7d7d7;
    height: 47px;
    border-radius: 0;
}
.content-41 ul[role=radiogroup] {
    list-style: none;
}
.content-41 input[type="radio"] {
    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 .hs-form-field input[type="email"] {
    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;
}

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

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

.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 .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.33333333%;
  	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-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-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;
    right: 30px;
    top: 40px;
    opacity: 1;
}

.mfp-close-btn-in .mfp-close:active {
    right: 30px;
    top: 40px;
}



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

/*=======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;
    }
}


/*================= MODIFICACIONES BLACKSIP ===================== */
.hs-custom-form input {
  border-radius: 0 !important;
}

.hs-custom-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  width:100%;
}

.hs-custom-form label {
font-weight: 600;
}

.hs-submit {
text-align: center;
}

input[type="submit"] {
  margin: 0 auto;
  text-align: center;
  background: rgb(255,180,33);
  width: 95%;
  font-size: 16px;
  cursor:pointer !important;
  transition: 0.3s !important;
  font-family:"quicksand";
  font-weight:600;
  font-size: 1.2rem;
}

input[type="submit"]:hover {
background: #ff4400;
}

  /*!* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license(Font:SIL OFL 1.1,CSS:MIT License) */@font-face {
    font-family:'FontAwesome';src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before,.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}


/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */

/**
 * Hides mobile buttons on the desktop/full-size menu
 */

.mobile-trigger,
.child-trigger {
    display: none;
}

/**
 * Fixes menu's list alignment and extra space issue caused by inline-block
 */

.custom-menu-primary .hs-menu-flow-horizontal > ul {
    vertical-align: top;
    text-align: center;
}

/**
 * Prevents spacing issues on small devices or windowed browsers when the
 * drop-down menu exceeds the viewport
 */

.custom-menu-primary .hs-menu-flow-horizontal ul ul {
    display: none;
    visibility: visible;
    opacity: 1;
}

/**
 * Fixes the issue when the menu & flyouts disappear on desktop after toggling
 */
 
 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{
     box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
 }
 
 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
     display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 13px;
    color: #fff;
    transition: none;
    letter-spacing: 0;
    background-color: #1C1C1C;
    padding: 14px 44px 14px 1.25em;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-weight:100;
 }
 
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
      color:#00a9e0;
      background-color:#272727;
  }
  
  .custom-menu-primary .hs-menu-flow-horizontal>ul>li.hs-item-has-children:after{
      font-family:FontAwesome;
      font-size:12px;
      content:"\f107";
      padding-right:10px;
      display: none;
  }
  
  .custom-menu-primary .hs-menu-flow-horizontal>ul>li.hs-item-has-children>a{
      padding-right:2px;
  }

@media (min-width: 1001px) {
    
    .custom-menu-primary .hs-menu-flow-horizontal.flyouts,
    .custom-menu-primary .hs-menu-flow-horizontal.flyouts li:hover > ul {
        display: block !important;
        overflow: visible !important;
    }
}

/**
 * IE8 fix: make sure the drop-down is always visible on hover
 */

.lt-ie9 .custom-menu-primary .hs-menu-flow-horizontal.flyouts li:hover > ul {
    display: block !important;
}

/**
 * Full-Size/Desktop Menu
 */

@media (min-width: 1001px) {

    /**
     * Wrappers
     */

    .custom-menu-primary {
        padding-right: 15px;
        text-align: right;
    }
    .custom-menu-primary .hs-menu-flow-horizontal {}

    /**
     * All levels - shared styles
     */
    
    /* List parent */
    .custom-menu-primary .hs-menu-flow-horizontal ul { width: 100%; float: right}
    
    /* List items */
    .custom-menu-primary .hs-menu-flow-horizontal ul li { display: inline-block; padding: 0 7px; color: #fff}

    .custom-menu-primary .hs-menu-flow-horizontal ul li:first-child {}

    .custom-menu-primary .hs-menu-flow-horizontal ul li:last-child {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul li.hs-item-has-children {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul li:hover {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul li.active,
    .custom-menu-primary .hs-menu-flow-horizontal ul li.active-branch {}
    
    /* Links */
    .custom-menu-primary .hs-menu-flow-horizontal ul li a {color: #fff;}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul li:first-child > a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul li:last-child > a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul li.hs-item-has-children > a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul li:hover > a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul li.active > a,
    .custom-menu-primary .hs-menu-flow-horizontal ul li.active-branch > a {}

    /**
     * First level only
     */

    /* List parent */
    .custom-menu-primary .hs-menu-flow-horizontal > ul {}
    
    /* List items */
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li {}

    .custom-menu-primary .hs-menu-flow-horizontal > ul > li:first-child {}

    .custom-menu-primary .hs-menu-flow-horizontal > ul > li:last-child {}
    
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li.hs-item-has-children {}
    
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li:hover {}
    
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li.active,
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li.active-branch {}
    
    /* Links */
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
    margin: 0 1px;
    padding: 0;
    position: relative;
    color: #ededed;
    font-family: 'Quicksand',sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 4;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    display: inline-block;
}
    .header-wrapper.sticky .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
        padding-top: 6px;
        padding-bottom: 17px;
    }
    
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li:first-child > a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li:last-child > a {
        opacity: 1;
    }
   /* .custom-menu-primary .hs-menu-flow-horizontal > ul > li:last-child > a:before {
        content: " ";
        display: block;
        width: 100%;
        height: 32px;
        padding-bottom: 10px;
        background-color: #00a9e0;
        position: absolute;
        left: 0;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px);
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
        z-index: -1;
    }*/
    
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li.hs-item-has-children > a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li:hover > a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a:hover {
        color: #00a9e0;
    }
    
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li:last-child > a:hover {
        opacity: 0.85;
    }
    
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li.active > a,
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li.active-branch > a {
        color: #00a9e0;
    }

    /**
     * Second & more levels (Drop-Down Menu)
     */

    /* List parent */
    .custom-menu-primary .hs-menu-flow-horizontal ul ul {}
    
    /* List items */
    .custom-menu-primary .hs-menu-flow-horizontal ul ul li {}

    .custom-menu-primary .hs-menu-flow-horizontal ul ul li:first-child {}

    .custom-menu-primary .hs-menu-flow-horizontal ul ul li:last-child {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul li.hs-item-has-children {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul li:hover {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul li.active,
    .custom-menu-primary .hs-menu-flow-horizontal ul ul li.active-branch {}
    
    /* Links */
    .custom-menu-primary .hs-menu-flow-horizontal ul ul li a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul li:first-child > a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul li:last-child > a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul li.hs-item-has-children > a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul li:hover > a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul li a:hover {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul li.active > a,
    .custom-menu-primary .hs-menu-flow-horizontal ul ul li.active-branch > a {}

    /**
     * Third & more levels (Side Flyouts)
     */

    /* List parent */
    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul {}
    
    /* List items */
    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul li {}

    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul li:first-child {}

    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul li:last-child {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul li.hs-item-has-children {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul li:hover {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul li.active,
    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul li.active-branch {}
    
    /* Links */
    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul li a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul li:first-child > a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul li:last-child > a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul li.hs-item-has-children > a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul li:hover > a {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul li a:hover {}
    
    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul li.active > a,
    .custom-menu-primary .hs-menu-flow-horizontal ul ul ul li.active-branch > a {}
}

/**
 * Full-Size/Desktop Menu - IE8 Fallback
 */

    .lt-ie9 .custom-menu-primary {
        padding-right: 15px;
        text-align: right;
    }
    .lt-ie9 .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
        margin: 0 1px;
        padding: 9px 10px 29px;
        position: relative;
        color: #888;
        font-family: 'Quicksand',sans-serif;
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }
    .lt-ie9 .header-wrapper.sticky .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
        padding-top: 6px;
        padding-bottom: 17px;
    }
    .lt-ie9 .custom-menu-primary .hs-menu-flow-horizontal > ul > li.last-child > a {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 20px;
        padding-right: 20px;
        color: #fff !important;
        opacity: 1;
    }
    .lt-ie9 .custom-menu-primary .hs-menu-flow-horizontal > ul > li.last-child > a:before {
        content: " ";
        display: block;
        width: 100%;
        height: 32px;
        padding-bottom: 10px;
        background-color: #00a9e0;
        position: absolute;
        left: 0;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px);
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
        z-index: -1;
    }
    .lt-ie9 .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a:hover {
        color: #00a9e0;
    }
    .lt-ie9 .custom-menu-primary .hs-menu-flow-horizontal > ul > li.last-child > a:hover {
        opacity: 0.85;
    }
    .lt-ie9 .custom-menu-primary .hs-menu-flow-horizontal > ul > li.active > a,
    .lt-ie9 .custom-menu-primary .hs-menu-flow-horizontal > ul > li.active-branch > a {
        color: #00a9e0;
    }




/* Custom Menu Primary responsive styles, other than 'Mobile Menu'
   ========================================================================== */

/* add styles here */




/* ==========================================================================
   Mobile Menu - Toggle Side Menu - Right
   ========================================================================== */

 
/* Variables
   ========================================================================== */

 /* Set mobile icon color */
 /* Set close icon color */
 /* Set full menu background color */
 /* Set link Color */
 /* Set link Hover Color */
 

/* Toggle Button
   ========================================================================== */ 

.mobile-icon {
  display: none;    /* Hide button on Desktop */
  cursor: pointer;  /* Mouse pointer type on hover */
  width: 40px;      /* Button width */
  height: 40px;     /* Button height */  
  margin: 10px; 
  position: absolute;
  top: 0px;
  right: 8px;
}
.mobile-icon:hover {
    text-decoration: none; /* Removes link text underline on button */
}
 
/* Three line icon */
.mobile-icon span {
    margin: 0 auto;
    position: relative;
    top: 17px;
}
.mobile-icon  span:before, .mobile-icon span:after {
    position: absolute;
    content: '';
}
.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
    width: 20px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #a9a9a9; /* Color of all three lines */
    -webkit-border-radius: 1px; /**********************************************/
    -moz-border-radius: 1px;    /* Border Radius - must be half of the height */
    border-radius: 1px;         /**********************************************/
    display: block;
}
.mobile-icon  span:before {
    margin-top: -6px; /* Position top line */
}
.mobile-icon  span:after {
    margin-top: 6px; /* Position bottom line */
}
 

/* Close Button
   ========================================================================== */  

.close-icon {
    display: none !important;
    cursor: pointer;
    margin: 27px 20px 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    width: 25px !important;
}
.close-icon:after,
.close-icon:before {
    content: "";
    width: 23px !important;
    height: 3px;
    background: #fff;
    position: absolute;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
}
.close-icon:before {
    -ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}


/* Menu Styles on Mobile Devices
   ========================================================================== */  
 
@media (min-width: 1001px) {

     /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
     .custom-menu-primary {
          height: auto !important;
     }

}
 
@media (max-width: 1000px) {

     body, html {
          height: 100%;
     }

     /* Show the Mobile and Close Icons */
     .mobile-icon,
     .close-icon {
          display: block !important;
     }

     /* Container added with js and is required for transforms to work */
     #site-wrapper{
        max-width: 100%;
        height: 100%;
        overflow-x: hidden;
        position: relative;
     }
    .show-mobile-nav #site-wrapper{ 
        overflow-y: hidden;
    }

     /* Provide room in header for the toggle button */ 
     .header-container-wrapper .page-center{

     }

     /* Provide spacing for the menu ul */
     .custom-menu-primary .hs-menu-flow-horizontal>ul {
         clear: both;

     }

     /* Mobile Nav is HIDDEN By Default */
     .custom-menu-primary {
          position: absolute;
          width: 300px !important; /* must match the value above in 'left' */
          margin-left: 0 !important;
          padding: 33px;
          float: none !important;
          z-index: 1000;
          background: #00a9e0; 
          right: 0;
          top: 0;
          -webkit-transform: translate3d(100%, 0, 0);
          -moz-transform: translate3d(100%, 0, 0);
          -ms-transform: translate3d(100%, 0, 0);
          -o-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
          -o-backface-visibility: hidden;
          backface-visibility: hidden;
     }
    .custom-menu-primary:after {
        
    }

     /* Set Link Colors */
    .custom-menu-primary ul {
        width: 100%;
    }
    .custom-menu-primary ul li {
        width: 100%;
        float: none;
    }
     .custom-menu-primary a { 
         color: #fff;
         font-size: 20px;
         font-weight: 400;
         letter-spacing: -1px;
         line-height: 50px;
         opacity: 0.8;
       	 border-bottom: 1px solid #e3e3e3;
         padding-bottom: 20px;
         -webkit-transition: opacity 0.2s ease;
         -moz-transition: opacity 0.2s ease;
         -ms-transition: opacity 0.2s ease;
         -o-transition: opacity 0.2s ease;
         transition: opacity 0.2s ease;
    }
     .custom-menu-primary a:hover { 
         color: #fff; 
         opacity: 1;
    }
     
     /* All Main Containers Display FULL Width By Default */
     .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
          -webkit-transition: -webkit-transform 500ms ease;
          -moz-transition: -moz-transform 500ms ease;
          -o-transition: -o-transform 500ms ease;
          transition: transform 500ms ease;
     }
     
     /* All Main Containers Display PARTIAL Width On Icon Click */
     .show-mobile-nav .header-container-wrapper, .show-mobile-nav .body-container-wrapper, .show-mobile-nav .footer-container-wrapper{
          -webkit-transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1); /* the x value must match the 'left' and 'width' values of '.custom-menu' */
          -moz-transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
          -ms-transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
          -o-transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
     }
  
  .custom-width header {
    padding: 64px;
}

}

.imagen-blog{
display:none;
}
@media only screen and (max-width: 1024px){
    .homeImageLink{
     top: 15% !important; 
     width: 95% !important; 
      font-size: 1.8rem;
    text-align: center;
  }
  .img-blog{
    height: 200px !important;
  }
}


@media only screen and (max-width: 767px){

    .background{
      
         width: 100%;
    /* height: 400px; */
    /*background-image: url(https://content.blacksip.com/hubfs/BlackSip-May2016_Theme/Mobile_Landing-Campa%C3%B1a_Ecommerce_Record.png);*/
      background-image: none !important;
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover !important;
    }
  
  .custom-width header {
    padding: 0px 0px;
    }
  
  #hs_cos_wrapper_module_1550274351603793_ div{
    width:100% !important;
  }
  
  .imagen-blog{
  display:block;
  }
  
  .page-title-responsive{
    font-size: 28px !important;
    line-height: 40px;
  }
  .custom-width .container{
   height: 155px; 
  }
}
  }
}