/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/************ FONTS *******************/



.guana-bg .bg-container .image{
    background-attachment:scroll!important;
}

body .guana-bg {
    position:relative;
    z-index:5;
}


body{
    padding:0;
    font-size: 18px ;
    line-height: 1.33;
    font-family: 'Open Sans',sans-serif;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    width:100%;
    background: #ffffff ;
    margin:0 auto;
    color:#000000;
}

.row-fluid [class*="span"].wrapper{
    width: 100%;
    max-width: 1210px;
    margin-left:auto;
    margin-right:auto;
    float: none;
    padding-left:20px;
    padding-right:20px;
}


h1,h2,h3,h4,h5,h6,p,a{
    text-transform:initial;
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:30px;
}

h1,h2,h3{
    font-family:'Montserrat',sans-serif;
}

h1,h2,h3,h4,h5,h6{
    color:#000000;
}

.body-container-wrapper ul{
    margin-bottom:15px;
}

a{
    margin-bottom:0;
}

h1{
    font-size: 40px;
    font-weight:400;
}

h2{
    font-size:30px;
    font-weight:400;
}

h3{
    font-size: 20px;
    font-weight:400;
}

h4{
    font-size: 21px;
    letter-spacing: normal;
    margin-bottom: 4px;
    line-height: normal;
}

h5{
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

h6{
    font-size:12px;
    font-weight:normal;
    letter-spacing:0.8px;
}

p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    color: #474b51;
    letter-spacing: 0.7px;
    margin-bottom: 18px;
}

li{
    line-height: 1.89;
}

.body-container-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.body-container-wrapper:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: -1;
}

.body-container-wrapper a,
.footer-container-wrapper a{
    color:#00757b;
}

.body-container-wrapper ul{
    padding:0 0 0 20px;
    text-decoration:none;
    margin:20px 0;
}

.body-container-wrapper ol{
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:15px;    
}

.body-container-wrapper li{
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: #474b51;
    letter-spacing: normal;
    margin-bottom: 18px;
}

.footer-container-wrapper{
    background:#fff;
}


.no-list-style li{
    margin:0;    
}

.no-list-style li:before{
    display:none;
}

blockquote{
    margin: 0;
    font-size: 16px;
    font-style: italic;
    color: #a9a9a9;
    font-weight: 300;
    padding-left: 17px;
    border-left: 2px solid #2e95ce;
    margin-left: 4px;
    margin-top: 25px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.widget-type-cta{
    margin-top:33px;
}

body .container-fluid .row-fluid form .field>label{
    display:none;
}

body a.cta_button,
body .container-fluid .row-fluid .hs-button{    
    height: auto;
  /*  padding: 11px 20px; */
    width: 100%;
 /*   max-width: 263px; */
    margin: 0;
    float: none;
    font-size: 21px;
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    border-radius: 0;
  /*  background: #E9BC06;
    border: 2px solid #E9BC06;  - hs support commented out */
    display: block;
    width: 100%;
    max-width: 263;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

body .container-fluid .row-fluid .form-cta a.cta_button{
    background: #00757b;
}

.white-cta a.cta_button,
body .white-cta .container-fluid .row-fluid .hs-button{    
    color:#fff;
}

.white-cta a.cta_button:hover,
body .white-cta .container-fluid .row-fluid .hs-button:hover{
    border-color:#ef2922;
    color:#ef2922;
}

.red-cta a.cta_button,
body .red-cta .container-fluid .row-fluid .hs-button{    
    color:#fff;
    background:#d41b28;
    border-color:#d41b28;
    font-family: 'futura_md_btbold';
    letter-spacing: .8px;
    font-size: 12px;
    padding: 11px 19px;
}

.red-cta a.cta_button:hover, body .red-cta .container-fluid .row-fluid .hs-button:hover{
    background:#e80e1b;
}

.simple-cta a.cta_button,
.simple-cta a{
    background:transparent;
    border:0;
    padding:0;
    position:relative;
    color:#151220;
    letter-spacing:0;
    font-weight:normal;
}

.simple-cta a.cta_button:hover:before{
    display:none;
}

.simple-cta a:after{
    position: absolute;
    content: '\f10b';
    font-family: "Ionicons";
    font-size: 15px;
    letter-spacing: 0.7px;
    color: #7fccc9;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 28px;
    font-weight:normal;
}   

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

.align-left {
    text-align:left;
}

.align-right {
    text-align:right;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.overlay{
    position:relative;
    z-index:1;
}

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(66, 86, 178, 0.75);
    z-index: -1;
    opacity:.4;
}

.white-bg{
    background:#fff;
}

.gray-bg{
    background:#fafafa;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
    color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
    margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
    color:;
}

body .container-fluid .row-fluid .pad-bottom{
    margin-bottom:80px;
}

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

.section-bg{
    background-size: cover!important;
    background-position: center center!important;
}

.section-bg .bg-image{
    display:none!important;
}

.section-padding{
    padding:263px 0 239.4px;
}

.section-border{
    border-bottom:1px solid #cbd4d1;
}

body .container-fluid .row-fluid .section-heading.align-center {
    max-width: 840px;
    float: none;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:40px;
}

.section-heading{
    text-align:center;
    margin-bottom:41.6px;
}

@media (min-width:768px) and (max-width:1024px){
    
    .section-heading{
        margin-bottom:30.6px;
    }   
    
}

@media (max-width:767px){
    
    .section-heading{
        margin-bottom:50.6px;
    }  
    
}

.section-heading h2{
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    color:#fff;
    margin-bottom: 4px;
    text-transform:uppercase;
}

.section-heading p{
    font-size:21px;
    font-weight:300;
    line-height:2.02;
    letter-spacing:0.9px;
    color:#fff;
    font-style:italic;
}

.primary-banner{
    padding: 280px 0px 313px;
}

.primary-banner h1{
    font-size: 58px;
    font-weight:bold;
    line-height:1.03;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#002c2e;
}

.primary-banner h2{
    font-size:22px;
    font-weight:600;
    line-height:0.91;
    letter-spacing:3px;
    margin-bottom:23px;
    color:#012c2e;
}

.primary-banner .widget-type-cta {
    margin-top: 19px;
}

body .row-fluid .primary-banner .wrapper{
    max-width:1040px;
}

.heading-with-line h2{
    position:relative;
}

.heading-with-line h2:before{
    position:absolute;
    content:'';
    width: 68px;
    height: 1px;
    background:#111212;
    left:16px;
    top:0;
    bottom:0;
    margin:auto;
}

.heading-with-line h2:after{
    position:absolute;
    content:'';
    width: 68px;
    height: 1px;
    background:#111212;
    right:16px;
    top:0;
    bottom:0;
    margin:auto;
}

.heading-underline{
    margin-bottom: 22px;
    padding-bottom: 0px;
    position: relative;
}

.heading-underline:before{
    position: absolute;
    content:'';
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    width: 68px;
    background: #111212;
}

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

.inner-page-hero-section{
    padding:129px 0;
}

.inner-page-hero-section h1{
    margin:0;
    font-size:40px;
    font-weight:bold;
    line-height:1.3;
    letter-spacing:2.1px;
}

.inner-page-hero-section p{
    font-size:16px;
    font-weight:300;
    line-height:1.63;
    letter-spacing:0.7px;
}




/*========================================================
        Responsive Styling
========================================================*/

@media (min-width:768px) and (max-width:1024px){

.row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
}



h2 {
    font-size: 24px;
}

h3 {
    font-size: 24px;
}

.section-padding {
    padding: 60px 0;
}

body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
}

p {
    font-size: 15px;
    line-height: 24px;
}

.body-container-wrapper li {
    font-size: 14px;
}


body a.cta_button, body .container-fluid .row-fluid .hs-button{
    padding: 14px 31px;
}



}




@media (max-width:767px){


.row-fluid [class*="span"].wrapper{
    padding-left:15px;
    padding-right:15px;
}

h1 {
    font-size: 24px;
}

.section-padding {
    padding: 60px 0;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

.align-right {
    text-align: center;
}

.align-left {
    text-align: center;    
}

body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
}

p {
    font-size: 16px;
    line-height: 24px;
}

.body-container-wrapper li {
    font-size: 14px;
    line-height: 24px;
    list-style:none;
    margin:0;
}

.primary-banner {
    padding: 208px 0 0px;
}

.section-heading p {
    line-height:1.29;
}

.heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
}

body a.cta_button, body .container-fluid .row-fluid .hs-button{
    font-size: 16px;
    padding: 11px 20px;
    max-width: 190px;
}

body .container-fluid .row-fluid .hide-on-mobile{
    display:none;
}

body .container-fluid .row-fluid .hide-on-desktop{
    display:block;
}


}

body .container-fluid .row-fluid .hide-on-mobile{
    display:block;
}

body .container-fluid .row-fluid .hide-on-desktop{
    display:none;
}




/*=========== RESPONSIVE ==============*/


@media (min-width:768px) and (max-width:1024px){

    .primary-banner {
        padding: 141px 0px 215px;
    }
    
    .primary-banner h2 {
        font-size: 17.6px;
        letter-spacing: 2.4px;
        margin:0 auto 18px;
        max-width:440px;
    }
    
    .primary-banner h1 {
        font-size: 46.4px;
        letter-spacing: 2.4px;
    }
    
    .heading-with-line h2:after, .heading-with-line h2:before{
        width:54.4px;
    }
    
    .primary-banner .widget-type-cta {
        margin-top: 23px;
    }
    
    

}

@media (max-width: 767px){
.row-fluid [class*="span"].wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
}

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

.guana-bg .bg-container.have-mobile-767 .main-background {
    display: block!important;
}

}




a.button{
    height: auto;
    font-size: 21px;
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    display: block;
    width: 100%;
    max-width: 250px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 12.5px 20px;
    margin: 0px;
    border-radius: 0px;
    background: rgb(233, 188, 6);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(233, 188, 6);
    border-image: initial;
    text-align:center;
}










/*==================================================
            Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
    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;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-left:3%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 28.9%;
    -webkit-flex-basis: 30%;
    -ms-flex-basis:30%;
    float: left;
    margin-right: 3%;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}










@media (max-width:767px){
 
 
body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    /*display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;*/
    display: block;
    /* flex-basis: 100%; */
    width: 100%;
    /* -webkit-flex-basis: 100%; */
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
}

body .container-fluid .row-fluid .three-col-adjust.three-col-adjust-with-border>span>.hs_cos_wrapper{
    border-right:solid 1px rgba(255, 255, 255, 0.15);
}

body .container-fluid .row-fluid .three-col-adjust.three-col-adjust-with-border>span>.hs_cos_wrapper:nth-child(3n){
    border-right:0;
}

}









/*==================================================
            Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
    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;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 22.5%;
    -webkit-flex-basis: 22.5%;
    float: left;
    margin-right: 2.5%;
    margin-top: 10px;
    box-sizing:border-box;
    position:relative;
}



@media (min-width:768px) and (max-width:1024px){
    
    body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
        flex-basis: 29.5%;
        -webkit-flex-basis: 23.3%;
        margin-right: 2.2%;
    }
    
    body .container-fluid .row-fluid .four-col-adjust>span{
        margin-right:0;
    }
    
    body .row-fluid .four-col-adjust span>.hs_cos_wrapper:nth-child(4n) {
        margin-right: 0;
    }
    
    
}























/*=========================================================
                    FORM STYLE
=========================================================*/                

form{
    background:transparent;
    padding:0;
    width:100%;
}

h3.form-title{
    color:#ffffff;
    padding-top:25px;
    padding-bottom:31px;
    margin-bottom:0px;
}

::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
  color: #757576;
  font-family:'Open Sans',sans-serif;
}

:-moz-placeholder {
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
  color: #757576;
  font-family:'Open Sans',sans-serif;
}

::-moz-placeholder {  
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
  color: #757576;
  font-family:'Open Sans',sans-serif;
}

:-ms-input-placeholder {  
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
  color: #757576;
  font-family:'Open Sans',sans-serif;
}

select::-ms-expand {
    display: none;
}

.row-fluid form li{
    margin:0;
}

.row-fluid  form li:before{
    display:none;
}

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
    height: 42px;
    border: solid 1px #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    color: #000000;
    font-family:'Open Sans',sans-serif; 
    padding: 0;
    margin-bottom: 30px;
    background: #fff;
    padding: 7px 28px;
    color: #000000;
    font-weight: normal;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:100%;
}

form label{
    display:none;
}

form ul.hs-error-msgs label{
    display:inline-block;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
    outline:0;
    border:1px solid #d7d7d7;
}

.row-fluid  form textarea{
    height:130px;    
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
    margin-bottom:0;
}

.row-fluid form .field>label{
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 300;
    display:block;
    margin-bottom:6px;
    margin-top:0;
}

.row-fluid form .hs_submit .actions{
    margin-top: 30px;
    text-align:left;
}

.row-fluid form .hs-button.primary{
    height: auto;
    padding: 12.5px 20px;
    width: 100%;
    max-width: 270px;
    margin: 0;
    float: none;
    font-size: 21px;
    font-family: 'Montserrat',sans-serif;
    font-weight: normal;
    border-radius: 0;
    background: #E9BC06;
    border: 2px solid #E9BC06;
    display: block;
    width: 100%;
    max-width: 307px;
    text-transform:uppercase;
    cursor:pointer;
}


/*=======================================================
            ERROR MESSAGE
=======================================================*/            


form .hs-error-msgs{
    margin:0;
    padding:0;
}

body .row-fluid form .hs-error-msgs li{
    line-height: 1;
    color: red;
    font-weight: 600;
    font-size: 11px;
    position: relative;
    top: -14px;
    letter-spacing: 0.3px;
}





.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

body .row-fluid .hs-form fieldset {
    max-width: 100%;
}

form .hs-form-required{
    display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
    margin:0;
    padding:0;
    font-size: 14px;
    color: #333;
    letter-spacing: .3px;
    font-weight: 500;
    line-height: 19px;
}

.body-container-wrapper form ul,
form ul{
    list-style:none;
}

.body-container-wrapper form li:before{
    display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
    margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
    margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
    margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
    margin-right:0;
}

body .row-fluid select{
    background: #f5f5f5 url(//cdn2.hubspot.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
    background-position: center right;
    -webkit-appearance: none;
}





/*=======================================================
            CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    padding: 0;
    border-radius: 0;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    margin-right: 8px;
    top: 6px;
    width: 25px;
    height: 25px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 5px;
    top: 5px;
    left: 4px;
    border:3px solid #2e95ce;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


.row-fluid .hs-form .field .input  input[type="radio"]{
    border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    background: ;
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}


@media (max-width:480px){


body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
}

body .row-fluid .hs-form fieldset .input{
    margin:0;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
}
}


























@media (max-width:767px){
 
body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
}   
}







/*===================================================================
   Header Styling
====================================================================*/

.header{
    background:#ffffff;
    padding:6px 0;
}

body .container-fluid .row-fluid .lp-header .wrapper{
    max-width:1270px;
}

.scroll-header .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}


@media (min-width:768px){

    .header .logo{
        height:74px;
    }
    
}
.header-container-wrapper .nav-menu{
    text-align:right;
    padding-top: 6px;
}

.header-container-wrapper .nav-menu ul li.hs-menu-item.hs-menu-depth-1 {
    list-style: none;
    display: inline-block;
    margin-left: 3.6%;
    vertical-align:middle;
}

.header-container-wrapper .nav-menu ul li.hs-menu-item.hs-menu-depth-1:last-child{
    margin-left:3.8%;
    padding: 3.5px 17.5px 3.5px;
    background-color: #00757b;
}

.header-container-wrapper .nav-menu ul li.hs-menu-item.hs-menu-depth-1 a{
    font-size: 13px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: 1.9px;
    text-align: right;
    color: #0d6368;
}

.header-container-wrapper .nav-menu ul li.hs-menu-item.hs-menu-depth-1:last-child a{
    font-weight:bold;
    color:#ffffff;
}


/*============== Tablet ===============*/

@media (min-width:768px) and (max-width:1024px){
    
    
    .header {
        padding: 10px 0 3px;
    }
    
    .header .logo img{
        height: 59px;
        width: auto !important;
    }
    
    .header .logo {
        max-width: 108px;
        padding-top: 4px;
        height:auto;
    }
    
    .header-container-wrapper .nav-menu ul li.hs-menu-item.hs-menu-depth-1 a {
        font-size: 10px;
        line-height: normal;
        letter-spacing: 1.4px;
    }
    
    .header .nav-menu ul, .header-container-wrapper .nav-menu{
        padding:0;
    }
    
    .header-container-wrapper .nav-menu ul li.hs-menu-item.hs-menu-depth-1 {
        margin-left: 5.4%;
    }
    
    .header-container-wrapper .nav-menu ul li.hs-menu-item.hs-menu-depth-1:last-child {
        margin-left: 4.5%;
        padding: 3.5px 18px 3.5px;
    }
    
    
    
}

/*=============== Mobile ================*/

@media (max-width:767px){
    
    .container-fluid .row-fluid .header .wrapper{
        padding:0;
    }
    
    .header{
        padding: 19px 0 7px;;
    }
    
    .header-container-wrapper .nav-menu ul li.hs-menu-item.hs-menu-depth-1 {
        margin-left: 0;
        padding: 10px 0;
        background:#ffffff;
        padding: 0;
    }
    .header-container-wrapper .nav-menu ul li.hs-menu-item.hs-menu-depth-1:last-child{
        margin-left:0;
        padding:10px 0;
        margin-top:12px;
    }
    
    .header-container-wrapper .nav-menu ul li.hs-menu-item.hs-menu-depth-1 a{
        text-align:center;
        font-size: 16px;
        font-weight: 600;
        line-height: 4.38;
        letter-spacing: 2.3px;
    }
    
    .header .logo{
        display:inline-block;
        padding-left:20px;
    }
    
    .header .logo img{
        max-width:78px;
    }
    
    
    .new-menu-primary.js-enabled{
        display:inline-block;
        float:right;
        width:100%;
    }
    
    body.mobile-open .mobile-trigger {
    color: #fff;
    background-color: #00757b;
    border-color: transparent;
    }
    
    .row-fluid .mobile-trigger {
        background: #fff;
        border: 0;
    }
    
    .row-fluid .mobile-trigger i, .row-fluid .mobile-trigger i:before, .row-fluid .mobile-trigger i:after {
        background-color: #00757b;
    }
    
    body.mobile-open .mobile-trigger, .row-fluid .mobile-trigger:hover {
        color: #fff;
        background-color: #00757b;
        border-color: transparent;
    }
    
    .header-container-wrapper .nav-menu ul li.hs-menu-item.hs-menu-depth-1:last-child a {
       background-color: #00757b;
        font-size: 16px;
        line-height:normal;
    }
    
    body .container-fluid .row-fluid .new-menu-primary, .new-menu-primary .hs-menu-wrapper > ul{
        background:#ffffff;
        text-align:center;
    }
    
    .header-container-wrapper .nav-menu ul li.hs-menu-item.hs-menu-depth-1:last-child {
        padding: 10px 0;
        width: 100%;
        max-width: 160px;
        line-height:normal;
        font-weight:bold;
    }
    

}
/* Footer */

.lp-footer{
    background:#3C3E3E;
    padding:42px 0 25px;
}

.lp-footer .copyright{
    padding-top:20px;
}

.lp-footer .copyright p{
    font-size:14px;
    color:#ffffff;
    margin:0;
}

.lp-footer .social-icons ul{
    margin:0;
    padding:0;
    list-style:none;
}

.lp-footer .social-icons ul li{
    margin-right:3%;
    display:inline-block;
    vertical-align:middle;
}

.lp-footer .social-icons ul li:last-child{
    margin:0;
}



@media (min-width:768px) and (max-width:1024px){
    

    
}

@media (max-width:767px){
    
    
    .lp-header img {
        max-width: 100px;
    }
    
    .lp-footer .copyright {
        padding-top: 20px;
        text-align: center;
        padding: 0 0 20px;
    }
    
    .lp-footer img {
        max-width: 30px;
    }
    
    .lp-footer .social-icons ul li:first-child {
        padding-top: 2px;
    }
    
    .lp-footer .social-icons ul li {
        margin-right: 3%;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
    }


}


@media only screen and (max-width: 400px){
    
    
    .guana-bg .bg-container .mobile-767 {
        display: block!important; 
    }
    
    

}



/*=========================================================================================== GLOBAL CUSTOM MODULES ==============================================================================*/

































/*============================== MOBILE MENU ============================*/

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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.new-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.new-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.new-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.new-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.new-menu-primary .hs-menu-wrapper > ul ul{}
.new-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.new-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.new-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.new-menu-primary .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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .new-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of new-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .new-menu-primary,
  .new-menu-primary .hs-menu-wrapper > ul,
  .new-menu-primary .hs-menu-wrapper > ul li,
  .new-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color:#ffffff;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: center;
    color:#ffffff;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;

  }
  
  body.mobile-open .new-menu-primary .hs-menu-wrapper > ul{
    padding-top: 14.6%;
    padding-bottom: 23.5%;     
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 20px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 20px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #00757b; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: transparent; 
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 3px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 47px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -12px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 12px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .new-menu-primary.js-enabled{
       padding-top: 0; /* Makes room for button */
       margin:0;
   }

  /* Hide menu on mobile */
  .new-menu-primary.js-enabled .hs-menu-wrapper,
  .new-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .new-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .new-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .new-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .new-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .new-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .new-menu-primary .hs-menu-wrapper > ul li{
   /* border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .new-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .new-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .new-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .new-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .new-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .new-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


.mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color:#00757b;
}

body.mobile-open .mobile-trigger i{
    background-color:transparent;
} 


.mobile-open .mobile-trigger i:before{
    top: 5px;
    transform: rotate(45deg);
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
}

.mobile-open .mobile-trigger i:after {
    top: 5px;
    transform: rotate(-45deg);
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
}

body.mobile-open .mobile-trigger{
    background-color:transparent;
}

.row-fluid .mobile-trigger:hover {
    background-color: #ffffff;
}

.mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color:#00757b;
}
