/* @import url('http://example.com/example_style.css'); */

/*========Font Awesome========*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url('//fonts.googleapis.com/css?family=Montserrat:100,200,300,300i,400,400i,500,500i,600,600i,700,800,900|Open+Sans:300,300i,400,400i,600,600i,700,800&display=swap');

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

/*=========================================
    Font Typography
=========================================*/


/*==================================================================================
    Typography
==================================================================================*/

.leadinModal{
    z-index: 92147483647!important;
}

body{
    padding:0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    background:#fff;
    color: #505056;
    position: relative;
}

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

body .container-fluid .row-fluid .content-wrapper{
    max-width:990px;
    margin:0 auto;
    float: none;
    padding: 0 20px; 
}


body .container-fluid .row-fluid .wrapper-1000{
    max-width:1040px;
    margin:0 auto;
    float: none;
    padding: 0 20px; 
}


body .container-fluid .row-fluid .wrapper-950{
    max-width:990px;
    margin:0 auto;
    float: none;
    padding: 0 20px; 
}


body .container-fluid .row-fluid .wrapper-760{
    max-width:800px;
    margin:0 auto;
    float: none;
    padding: 0 20px;   
}

/* ===== PADDINGS====== */

.padding-20{
    padding:20px 0;
}

.padding-30{
    padding:30px 0;
}

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

.padding-170{
    padding:170px 0;
}

.padding-70{
    padding:70px 0;
}


.padding-80{
    padding:80px 0;
}

.padding-right-50{
    padding-right:50px;
}

.padding-left-50{
    padding-left:50px;
}

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

.blue-bg{
    background-color:#1CADCF;
}

.orange-bg{
    background-color:#F06D44;
}

.green-bg{
    background-color:#20CA78;
}

.grey-bg{
    background-color:#fafafb;
}

.white-bg{
    background-color:#ffffff;
}

.dark-grey-bg{
    background-color:#EDEEF0;
}


/* ===== MARGINS ====== */

.no-margin,
.no-margin h1,
.no-margin h2,
.no-margin h3,
.no-margin h4,
.no-margin h5,
.no-margin h6{
    margin:0 0 0 0;
}

.margin-bottom-10{
    margin-bottom:10px;
}

.margin-bottom-20{
    margin-bottom:20px;
}

.margin-bottom-35{
    margin-bottom:35px;
}

.margin-bottom-45{
    margin-bottom:45px;
}


/*==================== Headings ============= */

h1, h2, h3, h4, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    text-transform: none;
    font-weight:bold;
    text-transform:initial;
    line-height:1.2;
    color:#505056;
}

h1{
    font-size:55px;
    margin-bottom:20px;
}

h2{
    font-size:27px;
    margin-bottom:10px;
}

h3{
    font-size:25px;
    margin-bottom:7px;
}

h4{
        font-size:18px;
    margin-bottom:4px;
}

h5{
        font-size:16px;
    margin-bottom:4px;
}

h6{
    font-size:14px;
}


.light-heading h1,
.light-heading h2,
.light-heading h3,
.light-heading h4,
.light-heading h5,
.light-heading h6{
    font-weight:400;
    margin-bottom:10px;
    color: #a3a7aa;
}

p{
    margin:0 0 10px;
    font-size: 20px;
}

a{
    color:#0d9ae1;   
    text-decoration:none;
}

a.cta_button[title], .hs-button {
    padding: 9px 11px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    width: auto;
    border-radius: 4px;
    background-color: #11d175;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-transform: none;
    letter-spacing:normal;
    font-family: 'Montserrat', sans-serif;
}

body .container-fluid .row-fluid .image-cta {
    background-color: transparent;
    padding: 0;
}

.padding-top-30{
    padding-top:30px;
}

.padding-bottom-30{
    padding-bottom:30px;
}

.padding-bottom-45{
    padding-bottom:45px;
}





a.cta_button[title]:hover, .hs-button:hover {
    color: #fff;
    background: #0bb761;
}




.blue-cta a.cta_button{
    background-color:#11b1d6;
}

.green-login a.cta_button {
    background-color: #11d175;
}

.green-login a.cta_button:hover {
    background-color: #0bb761;
}

.blue-cta a.cta_button:hover{
    background-color: #10a2c4;
 }
  
 .white-cta a.cta_button {
    background-color: #fff;
    color: #11d175;
}



.white-cta a.cta_button:hover {
    background-color: #11d175;
    color: #fff;

}



.simple-cta a.cta_button{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #11b1d6;
    font-family: 'Montserrat',sans-serif;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    opacity: .85;
    background-color: transparent;
    padding:0 10px 0 0;
}

.body-container-wrapper{
    overflow:hidden;
    
}

.simple-cta a.cta_button:hover{
    opacity: 1;
}

.simple-cta a.cta_button:before {
    content: "\f105";
    position: absolute;
    font-family: fontawesome;
    right: 0;
    font-weight: bold;
    font-size: 13px;
}

body .post-page-main-content a.cta_button {
    /*background-color: transparent!important;*/
    /*padding: 0;*/
}


* {
    -webkit-tap-highlight-color: transparent;
}


.transparent .cta_button{
    border:3px solid #fff;
}

.white-bg{
    background:#fff;
    position:relative;
    z-index:111;
}

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

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

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

body .container-fluid .row-fluid .float-left{
    float:left;
}

body .container-fluid .row-fluid .float-right{
    float:right;
}

.blue-bg{
    background-color: #006caf ;
}

.grey-bg {
    position: relative;
    z-index: 1;
}

.grey-bg:before {
    opacity: 0.5;
    background-image: linear-gradient(251deg, #ffffff, #f2f3f4);
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
        left: 0;
    right: 0;
}

.dark-grey-bg{
    background-color: #eeeff1;
}

.guana-bg .bg-container.size-cover .image {
   background-attachment: scroll;
}


.black-border{
    position:relative;
}

.blue-border:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    height:5px;
    background:#000;
    z-index:1;
}

.title-with-border h2{
    line-height: normal;
    padding-bottom: 15px;
    border-bottom: 2px solid #f2f3f4;
    margin-bottom: 26px; 
}


a.at-share-btn:focus {
    outline: none;
}

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

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

.equal-height-container.reversed > .row-fluid-wrapper > .row-fluid {
    -webkit-flex-direction: row-reverse; /* Safari 6.1+ */
    flex-direction: row-reverse; 
}

.header-container-wrapper.fixed-header {
    position: fixed;
    width: 100%;
    /*transform: translateY(55px);
    -webkit-transform: translateY(55px);
    -moz-transform: translateY(55px);
    margin-top: -55px;
    transition: .4s transform;
    height: 112px;
    z-index: 999;
    opacity: 0.9;
    background-color: #091324;*/
}


}


.peop-login-popup p {
    font-size: 28px;
}

/*==================================================
    Responsive Typograpghy
==================================================*/

@media(max-width:767px){
body .peop-login-popup p {
    font-size: 24px;
}


body .container-fluid .row-fluid .heading {
    padding-top: 25px!important;
    padding-bottom: 25px!important;
}

body .heading p {
    font-size: 18px;
    line-height: 1.62;
}


body .wrapper, body .row-fluid .wrapper[class*="span"]{
    padding: 0 30px;    
}

body .container-fluid .row-fluid .content-wrapper{
    padding: 0 30px; 
}


body .container-fluid .row-fluid .wrapper-1000{
    padding: 0 30px; 
}

body .container-fluid .row-fluid .wrapper-950,
body .container-fluid .row-fluid .wrapper-760{
    padding: 0 30px; 
}

body .footer-logo {
    text-align: left;
}
body .container-fluid .row-fluid .pagecrumb{
    display:none;
}

ul, ol {
    padding: 0 0 0 21px;
}

body .padding-left-50 {
    padding-left: 0px;
}

body .padding-right-50 {
    padding-right: 0px;
}
.partner-image img {
    max-width: 28%;
}

body .container-fluid .row-fluid-wrapper .row-fluid .changing-game-section .left-col {
    min-height: 0;
}



body .margin-bottom-10{
    margin-bottom:5px;
}

body .margin-bottom-20{
    margin-bottom:10px;
}

body .margin-bottom-35{
    margin-bottom:15px;
}

body .margin-bottom-45{
    margin-bottom:20px;
}

body .padding-20{
    padding:10px 0;
}

body .padding-30{
    padding:20px 0;
}

body .padding-60{
    padding:30px 0;
}

body .padding-170{
    padding:40px 0;
}

body .padding-70{
    padding:40px 0;
}


body .padding-80{
    padding:50px 0;
}

body .container-fluid .row-fluid .personalized-1-right {
    min-height: 300px;
    width: 100%;
    margin-top:40px;
}

}



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



body .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    color: #000000;
}


/*=======================================================================
    Header Styling
=======================================================================*/
.header-container-wrapper {
    position: relative;
    width: 100%;
    z-index: 99999;
    opacity: 1;
}

.header-container-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #41e2f0, #43dd90);
    bottom: 0;
}

.header-container-wrapper .custom-header-section{
    position: fixed;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.06);
    opacity: 1;
    width: 100%;
}
body .body-container-wrapper {
    padding-top: 70px;
}

body.landing-page .body-container-wrapper{
    padding-top:0;
}

body.with-top-bar .body-container-wrapper {
    padding-top: 110px;
}
body.with-top-bar .header-container-wrapper .custom-header-section{
        top: 40.91px;
}
body.with-top-bar .header-container-wrapper .top-bar-optional {
    position: fixed;
    width: 100%;
    height: 40.91px;
    z-index:9999;
}
.span12.widget-span.widget-type-cell.custom-header-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #41e2f0, #43dd90);
    bottom: 0;
}
@media (min-width:768px) and (max-width:1024px){
}
@media (max-width:767px) {
    body.with-top-bar .header-container-wrapper .top-bar-optional{
        height:60px;

    }
    body.with-top-bar .header-container-wrapper .custom-header-section{
        top:60px;
    }
  .header-container-wrapper.fixed-header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    opacity: 1;
}
}

.custom-header-section .wrapper{
    position:relative;
}

.custom-header-section {
    padding: 15px 0;
}

.header-logo img {
    max-width: 179px;
}

.header-nav {
    padding-top: 9px;
}

.header-nav .hs-menu-wrapper > ul > li {
    padding: 0 10px;
    padding-bottom:24px;
}

.header-nav .hs-menu-wrapper > ul > li:last-child {
    padding: 0 14px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    opacity: 1;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1px;
    text-align: left;
    color: #3d3f3f;
}


body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float:none;
    display: inline-block;
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:before {
    content: "\f107";
    font-family: Fontawesome;
    right: 8px;
    position: absolute;
    top: 0px;
    color: #727277;
    font-weight: 700;
    font-size: 14px;
}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    padding-right: 24px;
}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch{
    padding-right:14px;
}



/*.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover:before, .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-item.hs-menu-depth-1.active.hs-item-has-children.active-branch:before, .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active-branch>a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active-branch>ul li.hs-menu-item.hs-menu-depth-2.active.active-branch>a {
    opacity:1;
    color:#505056;
}*/

.custom-menu-primary .hs-menu-wrapper>ul>li>a:focus {
    outline: none;
}

/*========================================= BREADCRUM MENU ========================================= */

.breadcrumb-peo-head ul {
    margin: 0;
}



@media(min-width:1025px){
.for-desktop-only a.cta_button {
    text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper .hs-menu-depth-1.active-branch > a {
    color: #12b1d6;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    -webkit-transition: opacity .4s;
    right: -19px;
    top: 37px;
    left: auto;
    padding:13px 0 0;
    background-color: #fff;
    border: 1px solid #c5c6c7;
    box-shadow: none;
    float: left;
    position: absolute;
    margin: 0;
    z-index: 99999;
    border-radius: 4px;
    width: auto;
    min-width:188px;
}


.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper:before {
    content: "";
    position: absolute;
    right: 20px;
    top: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 9999;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper:after {
    content: "";
    position: absolute;
    right: 20px;
    top: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #c5c6c7 transparent;
    z-index: 9998;
}

}


body .head-cta {
    padding: 1px 0;
}





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

                                Ipad Styling for Header

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


@media(min-width:768px) and (max-width:1024px){
.wrapper, .row-fluid .wrapper[class*="span"] {
    padding: 0 40px;
}

body .container-fluid .row-fluid .content-wrapper{
    padding: 0 40px; 
}


body .container-fluid .row-fluid .wrapper-1000{
    padding: 0 40px; 
}

body .container-fluid .row-fluid .wrapper-950,
body .container-fluid .row-fluid .wrapper-760{
    padding: 0 40px; 
}


body a.cta_button[title],
body .hs-button {
    padding: 9px 11px;
}




body .container-fluid .row-fluid .head-cta {
    position: absolute;
    padding-top: 0px;
    float: right;
    right: 40px;
    text-align: right;
    z-index:111;
    width: 135px;
}

body .container-fluid .row-fluid-wrapper .row-fluid .changing-game-section .right-col {
    padding-left: 23px;
}

}

@media(min-width:1025px){
body .container-fluid  .for-mobile-only{
    display:none;
}

div#tab2 {
    margin-left: 10%;
}

div#tab3 {
    margin-left: 20%;
}

div#tab4 {
    margin-left: 30%;
}

div#tab5 {
    float: right;
}


}

@media(max-width:1080px){
    body .container-fluid .for-desktop-only a.cta_button{
        font-size:12px;
    }
}

@media(max-width:1024px){
body .container-fluid .header-nav ul .for-desktop-only a.cta_button {
        background-color: transparent;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 1.4px;
        text-align: center;
        color: #444;
        width: auto!important;
        max-width: none!important;
        display: inline-block;
        text-transform: inherit;
        line-height: 1;
        padding: 0;
        opacity: .85;
}

body .container-fluid .row-fluid .header-nav ul .for-desktop-only {
    padding-top: 20px;
}


body .container-fluid .header-nav ul li ~ a[href='https://login.zanebenefits.com/'] {
  display: none;
}

body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(6) {
    display: none!important;
}


body .container-fluid .for-desktop-only {
    display: none;
}
  
/* .for-desktop-only pulls into header for some reason */
.hidden-on-mobile {
  display: none!important;
}

script{
    display:none!important;
}
body .container-fluid .header-nav ul .for-desktop-only{
    text-align: center;
    padding-top: 20px;
    display:block;
    margin:0;
}
.for-mobile-only a.cta_button {
    width: 90px;
    text-align: center;
    padding: 9px 11px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    width: auto;
    border-radius: 4px;
    background-color: #11d175;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: none;
    letter-spacing: normal;
    font-family: 'Montserrat',sans-serif;
        text-transform: uppercase;
}

.for-mobile-only a.cta_button:hover{
    color: #fff;
    background: #0bb761;
}

body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover,
body .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover:before,
body .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-item.hs-menu-depth-1.active.hs-item-has-children.active-branch:before,
body .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>a,
body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active-branch>li a,
body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active-branch>ul li.hs-menu-item.hs-menu-depth-2.active.active-branch>li a {
    color: #444;
}





body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
    display: block;
    position: relative;
    text-align: center;
    width: auto!important;
    max-width: none;
}
body .custom-menu-primary .hs-menu-wrapper>ul li a {
    padding: 0 10px;
    color: #444;
    width: auto!important;
    max-width: none!important;
    display: inline-block;
}
body .custom-menu-primary .hs-menu-wrapper>ul li.active a {
    color: #ff0;
}
body .child-trigger {
    display: inline-block !important;
    cursor: pointer;
    top: 18px;
    width: 55px !important;
    min-width: 55px !important;
    height: 30px !important;
    padding: 0 !important;
    position:relative;
}
body .child-trigger:before {
    content: "\f107";
    font-family: Fontawesome;
    right: auto;
    left: 0;
    position: absolute;
    top:0;
    color: #444;
    font-weight: lighter;
    font-size: 13px;
}

body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:before {
    display:none;
}

/*
.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover .child-trigger:before,
.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-item.hs-menu-depth-1.active.hs-item-has-children.active-branch .child-trigger:before,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active-branch .child-trigger:before,
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active-branch>ul li.hs-menu-item.hs-menu-depth-2.active.active-branch .child-trigger:before{
    color: #0d9ae1;
}

*/

    body .container-fluid .row-fluid .custom-menu-primary {
    float: right;
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
    top: 0;
    background: rgba(255, 255, 255, 0.43);
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0;

}
body .container-fluid .row-fluid .custom-menu-primary .hs-menu-wrapper > ul{
    padding-bottom: 60px;
    /* background: url(//cdn2.hubspot.net/hubfs/206008/Assets-May-17/mobile%20bg.png?t=1501831064468); */
    padding-top: 60px;
    background: #f2f3f4;
}

.mobile-open .mobile-trigger {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
    z-index: 999;
    overflow: hidden;
}

body .container-fluid .row-fluid .header-logo {
    z-index: 9999;
    position: relative;
}

.mobile-trigger {
    border: 0;
    top: 8px;
    right: 14px;    
    background:transparent;
}

.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 36px;
    height: 3.2px;
    background: #00ccff;
    border-radius: 2px;
}

.mobile-trigger i:before {
    top: -6px;
}

.mobile-trigger i:after {
    top: 6px;
}

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

.mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
}

.mobile-trigger:hover i, .mobile-trigger:hover i:before, 
.mobile-trigger:hover i:after, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color: #727272;
}
 .mobile-open .mobile-trigger i{
     background-color:transparent!important;
 }
.mobile-trigger i:before {
    top: -10px;
}

.mobile-trigger i:after {
    top: 10px;
}

.mobile-trigger i{
    transition: all .5s ease-in;
}

.mobile-open .mobile-trigger i{
    background:#fff;
    transition: all .1s ease-in;
}

.mobile-trigger i:before,
.mobile-trigger i:after{
    transition: all .3s ease-in;
}

.mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
}

.mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
}


.custom-menu-primary .hs-menu-wrapper {
    background-color: transparent!important;
}



}




@media(max-width:420px){
body .body-container-wrapper .container-fluid .row-fluid .banner-section .wrapper .widget-type-cta {
    float: left;
     margin: 0 5px 7px auto;
}
}


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

                                Mobile Styling for Header

===================================================================================*/
@media(max-width:767px){

body .container-fluid .row-fluid .header-logo {
    z-index: 9999;
    position: relative;
    max-width: 138px;
    float: left;
}

h3.form-title {
    font-size: 25px;
    line-height: 1.32;
}

body .container-fluid .row-fluid .banner-section .wrapper .widget-type-cta {
    text-align: center;
    float: left;
    margin: 10px 10px 0px 0px;
}


body h1{
    font-size: 22px;
    margin-bottom:10px;
}

body h2{
    font-size: 18px;
}
body h3{
    font-size: 15px;
}
body h4{
    font-size: 14px;
}
body h5{
    font-size: 14px;
}
body h6{
    font-size: 14px;
}

body p,
body ul li{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height:1.4;
    min-height: 30px;
}
  
form.hs-form li.hs-form-radio > label.hs-form-radio-display > input.hs-input {
  margin-bottom: 0px;
}

}


@media(max-width:350px){
body .row-fluid .mobile-trigger {
    right: 83px;
}


body .row-fluid .header-logo img {
    max-width: 115px;
}

body .head-cta a.cta_button {
    padding: 9px 7px;
    font-size: 12px;
}

body .container-fluid .row-fluid .header-logo {
    padding: 5px 0;
}

}










/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,
.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover:before,
.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-item.hs-menu-depth-1.active.hs-item-has-children.active-branch:before,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>a,
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active-branch> li a,
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active-branch>ul li.hs-menu-item.hs-menu-depth-2.active.active-branch> li a{
    color: #12b1d6;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active-branch:before{
    opacity:0;
}



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

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

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li>a{
  padding: 12px 30px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
  background-color:#10a2c4;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:hover a{
    color:#fff;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 14px;
    line-height: normal;
    text-align: left;
    color: #505056;
    /*text-transform: capitalize;*/
    font-weight: normal;
    letter-spacing: 0.1px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#fff;
}

/* Override max width on menu links */
.custom-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:1025px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
body .row-fluid .header-nav {
    position: absolute;
    right: 170px;
}
body .row-fluid .header-nav ul{
    padding-left:17px;
}
}



@media(min-width:768px){
    
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active-branch:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #10a2c4;
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

}


/* ==========================================================================
   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){
body .header-logo img {
    max-width: 128px;
    height:100%;
}

.custom-header-section .wrapper, .custom-header-section .row-fluid .wrapper[class*="span"] {
    padding: 0 15px;
}

body .mobile-trigger {
    right: 107px;
}


}

@media (max-width: 1024px){
.header-container-wrapper .hs-menu-wrapper{
    display:none;
}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    padding-right: 0;
}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a {
    padding-left: 55px;
}

body .container-fluid .custom-footer-section .hs-menu-wrapper {
    display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li {
    background-color: transparent!important;
}

body .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    padding:0;
    background-color:transparent;
}
body .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color:#444;
    text-align:center;
}

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

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

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

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-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: transparent;
    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: left;
    color:#444;
  }


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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right:180px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    background: transparent;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff; 
  }


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


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 20px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    border-radius: 3.5px;
    background-color: #727272; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -7px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 7px; /* 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: #727272; /* 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:#fff; /* Icon color */
    display: none;

  }
  .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
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 54px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
    box-shadow: 0 10px 10px #ccc;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:rgba(0, 0, 0, 0)!important;  /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
        font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.67;
    letter-spacing: 1.4px;
    text-align: center;
    color: #444;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-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 */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#444; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#444; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-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 */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}







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

                        FOOTER STYLING
                        
=============================================================================================== */

.custom-footer-section {
    padding: 92px 0 100px;
    border-top: solid 1px #f2f2f2;
}

.footer-menu h4 {
    opacity: 0.85;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1px;
    text-align: left;
    color: #3d3f3f;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}

.footer-logo-section p {
    font-size: 14px;
    line-height: normal;
    color: #474b51;
    font-family: "Museo-Sans", sans-serif;
    margin: 25px 0;
    text-align: left;
}

.footer-menu .hs-menu-wrapper > ul {
    padding: 0;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    opacity: 0.85;
    font-size: 14px;
    letter-spacing: 0.1px;
    text-align: left;
    color: #3d3f3f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    opacity: 1;
}

.row-fluid .footer-social {
    text-align: right;
    padding: 30px 0;
}

body .row-fluid .footer-menu .hs-menu-wrapper > ul > li {
    padding: 0 ; 
    display: block;
    float: none;
}

.footer-social ul li i {
    font-size: 24px;
    opacity: 0.7;
    color: #505056;
}

.footer-social ul li i:hover{
    opacity:1;
}
.footer-social ul li {
    display: inline-block;
    padding-right: 15px;
}

.footer-social ul li:last-child{
    padding-right:0;
}

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


.footer-social p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: 0.5px;
    color: #474b51;
    text-transform: uppercase;
    font-family: "Museo-Sans", sans-serif;
}

.footer-logo img {
    max-width: 180px;
}

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

}


@media(max-width:767px){
body .footer-container-wrapper {
    padding: 57px 0 40px;
}

body .footer-menu .hs-menu-wrapper {
    display: block;
}

.footer-logo-section {
    text-align: center;
    padding-bottom: 20px;
}
.footer-logo-section p {
    font-size: 12px;
    line-height: normal;
    color: #474b51;
    font-family: "Museo-Sans", sans-serif;
    margin: 19px 0;
    text-align: center;
}

body .container-fluid .row-fluid .footer-menu-mob {
    width: 50%;
    float: left;
    padding: 0 5%;
    padding-bottom: 36px;
    max-width: 50%;
}

body .container-fluid .row-fluid .simple-menu-2 ul li a {
    text-align: left;
}

body .container-fluid .row-fluid .simple-menu-1 ul li a {
    text-align: right;
}


.footer-social p {
    margin-bottom: 0;
}
body .container-fluid .row-fluid .custom-footer-section {
    padding: 48px 0 30px;
    border-top: 1px solid #f2f2f2;
}

body .container-fluid .row-fluid .small-wrapper {
    padding: 0 20px;
}

body .head-cta {
    padding: 1px 0;
    position: relative;
    z-index: 99;
}


}




/*=========================================== Form Styling ============================= */






/*===============================================================
    Form Styling
===============================================================*/
li.hs-form-checkbox {
    overflow: hidden;
}

body .container-fluid .row-fluid li.hs-form-checkbox input[type="checkbox"] {
    margin-bottom: 10px!important;
}

h3.form-title {
    font-size: 22px;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding-bottom: 26px;
}

body .container-fluid .row-fluid .hs-form-field > label{
    font-size:14px;
    line-height:16px;
    color: #505056;
    font-weight:400;
    display:block;
    margin-bottom:4px;
    font-family: 'Open Sans', sans-serif;
}

/* .hs-form label span.hs-form-required{
    display:none;
}

HQdigital commented out 8-16-19
*/


body .row-fluid input, 
body .row-fluid textarea, 
body .row-fluid select{
    height:45px;
    border-radius:4px;
    background:#fff;
    opacity:1;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #59595b;
    font-family: 'Open Sans', sans-serif;
    margin-bottom:25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left:18px;
    border: solid 1px rgba(114, 114, 119, 0.3);
}


textarea {
    resize: none;
}


body .lp-hero form.hs-form fieldset[class*="form-columns"] select[disabled='disabled']::-ms-value {
    color: red;
   }

.hs_cos_wrapper_type_form input:focus, 
.hs_cos_wrapper_type_form textarea:focus, 
.hs_cos_wrapper_type_form select:focus{
    border:1px solid #163159;
}

body .wiki-section-three .blog-subscription form .hs_submit input:focus{
    outline:none;
}

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

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

body .container-fluid .row-fluid select{
    position:relative;
    padding:0px 20px;
    background:#fff url('//cdn2.hubspot.net/hubfs/206008/Assets%20March-17/triangle.svg') no-repeat;
    background-position: Calc(100% - 10px) center;
}

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

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

body form .hs-form-field {
    position: relative;
}

body form ul.hs-error-msgs.inputs-list label {
    font-size: 13px;
}

body form ul.hs-error-msgs.inputs-list label{ 
    color: red; }

body form ul.hs-error-msgs.inputs-list {
    /*position: absolute;*/
    margin: 0;
    bottom: 0;
}

body form .hs_submit {
    margin-top: 20px;
    text-align: center;
}

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    background-color: #11b1d6;
    height: 40px;
    font-family: 'Montserrat', sans-serif;
}
body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover{ 
    background-color:#10a2c4;
}
    
body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus{
    outline:none;
}


body ::-webkit-input-placeholder { /* Webkit Browsers */
    font-size: 16px;
    font-weight: 100;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #59595b;
    font-family: 'Open Sans', sans-serif;
}
body :-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
    font-weight: 100;
    /*line-height: normal;*/
    letter-spacing: normal;
    text-align: left;
    color: #59595b;
    font-family: 'Open Sans', sans-serif;
}
body ::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px;
    font-weight: 100;
    /*line-height: normal;*/
    letter-spacing: normal;
    text-align: left;
    color: #59595b;
    font-family: 'Open Sans', sans-serif;
}
body :-ms-input-placeholder { /* IE10 */
    font-size: 16px;
    font-weight: 100;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #59595b;
   font-family: 'Open Sans', sans-serif;
}





body .container-fluid .row-fluid .heading {
    max-width: 805px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top:50px;
    padding-bottom:50px;
}

.heading h2 {
    margin-bottom: 20px;
}

.heading p {
    opacity: 0.9;
    font-size: 20px;
    font-style: italic;
    line-height: 1.76;
    text-align: center;
    font-weight: 100;
    color: #4a4a4a;
}


body input[type="text"] {
    /*text-transform: lowercase;*/
}

.form-container {
  background: #F2F3F4;
  padding: 28px 95px 44px 95px;
  margin-top: 29px;
}

@media (max-width:767px) {
  .form-container {
    padding: 28px 5px 44px 5px;
  }
}

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

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

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

body form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.row-fluid .hs-form .field .input input[type="checkbox"]:focus,
input[type="checkbox"]:focus{
    outline:none;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after,
input[type="checkbox"]:checked:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 7px;
    top: 3px;
    left: 3px;
    border: 3px solid;
    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: #ddd;
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}
.row-fluid .hs-form .field .input input[type="radio"]:focus {
    outline: none;
}

/*================================== Form Section ============================ */

.form-footer-section {
    padding: 146px 0 116px;
    background-color: #474b51;
    overflow:hidden;
}

.form-footer-section .form-section-wrapper{
    background:#fff;
    padding: 53px 47px 185px 50px;
    position:relative;
}

.form-footer-section .form-section-wrapper:before {
    position: absolute;
    content: '';
    bottom: -72px;
    left: -9px;
    background: #474b51;
    width: 146%;
    height: 106px;
    transform: rotate(4.9deg);
    z-index: 1;
    -ms-transform: rotate(4.9deg);
    -webkit-transform: rotate(4.9deg);
}

.form-section-wrapper:after{
    position:absolute;
    left:-10px;
    bottom:-100px;
    height:;
}


.form-footer-section h3.form-title {
    text-align: left;
    color: #000000;
    font-family: 'Merriweather';
    font-size:20px;
}

.title-section p {
    opacity: 0.9;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.43;
    letter-spacing: 0.6px;
    text-transform:uppercase;
   font-family: 'Open Sans', sans-serif;
    color: #0d9ae1;
    margin-bottom: 16px;
}

.title-section h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.39;
    font-family: 'Merriweather';
}

.left-form-description {
    padding: 16px 0 30px;
}

.left-form-description ul li {
    opacity: 0.9;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.19;
    letter-spacing: -0.3px;
    color: #4a4a4a;
    padding-left: 9px;
}

.left-form-description ul {
    margin: 0;
    padding: 0;
    color: #fff;
    padding-left: 28px;
}

.left-form-description p {
    font-size: 20px;
    line-height: 1.46;
    letter-spacing: normal;
    opacity: 0.9;
    color: #4a4a4a;
    margin-bottom: 25px;
    font-weight: 300;
}


.form-section-3-col h6 {
    font-size: 12px;
    font-weight: bold;
    line-height: 2.43;
    letter-spacing: 0.6px;
    color: #0d9ae1;
    text-transform: uppercase;
    font-family: 'museo-sans',sans-serif;
    padding-bottom: 9px;
}

.form-section-3-col p {
    opacity: 0.9;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.7px;
    color: #4a4a4a;
    padding-left: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

.form-section-3-col img {
    max-width: 44px;
}

body .container-fluid .form-section-right {
    padding-left: 6.8%;
    padding-top: 47px;
}

.form-footer-section ::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #59595b;
    font-family: 'Open Sans', sans-serif;
}

.form-footer-section :-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #59595b;
    font-family: 'Open Sans', sans-serif;
}

.form-footer-section ::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #59595b;
    font-family: 'Open Sans', sans-serif;
}

.form-footer-section :-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #59595b;
    font-family: 'Open Sans', sans-serif;
}

body .row-fluid input, body .row-fluid textarea, body .row-fluid select {
    margin-bottom: 0px;
}


body .form-footer-section .hs-button.primary{
    height: 40px;
    padding: 0 29px;
}

.form-footer-section .form-section-left-col{
    position:relative;
}

.form-footer-section .lab-report{
    position: absolute;
    z-index: 1;
    bottom: -120px;
    left: -51px;
}


@media (max-width:1024px){
    
    .form-footer-section {
        padding: 40px 0 140px;
    }
    
    body .container-fluid .form-section-right {
        padding-left: 0;
        padding-top: 111px;
        width: 100%;
        margin: 0;
        max-width: 450px;
        margin: 0 auto;
        float: none;
        clear: both;
    }
    
    .form-footer-section .form-section-left-col {
        width: 100%;
    }
    
    .form-footer-section .form-section-wrapper {
        padding: 47px 70px 135px;
    }
    
    body .container-fluid .row-fluid .form-footer-section .lab-report {
        bottom: -140px;
    }
    
    .form-footer-section form {
        max-width: 450px;
        margin: 0 auto;
        float: none;
    }
    
    .title-section p {
        margin-bottom: 6px;
    }
    
    .form-footer-section .lab-report {
        left: 0;
        right: 0;
        margin: auto;
    }


}


@media (max-width:767px){
    
    
    .form-footer-section {
        padding: 0px 0 42px;
    }
    
    body .container-fluid .row-fluid .form-footer-section .lab-report {
        bottom: -43px;
        max-width: 400px;
        margin: 0 auto;
    }
    
    body .container-fluid .row-fluid .form-footer-section .wrapper{
        padding:0;
    }
    
    .form-footer-section .form-section-wrapper {
        padding: 43px 16px 167px;
    }
    
    .title-section p {
        margin-bottom: 11px;
    }
    
    .left-form-description {
        padding: 20px 0 25px;
    }
    
    .left-form-description p {
        margin-bottom: 16px;
    }
    
    .form-section-3-col{
        text-align:center;
    }
    
    body .container-fluid .row-fluid .col-3-image,
    body .container-fluid .row-fluid .col-3-text{
        display: inline-block;
        padding-bottom:31px;
        text-align: left;
    }
    
    body .container-fluid .form-section-right {
        padding-left: 0;
        padding-top: 25px;
    }
    
    
}


@media (min-width:1025px) and (max-width:1139px){
    
    .form-section-3-col {
        padding-bottom: 30px;
    }
    
    .form-section-3-col h6 {
        height: 67px;
    }
    
    .form-section-3-col p {
        letter-spacing: 0;
    }

}





/*=================================================================
    New Footer Styling
=================================================================*/

.footer-container-wrapper {
    position: relative;
    padding:109px 0 93px;
    background-color:#fff;
}

.footer-container-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #41e2f0, #43dd90);
    top: 0;
}



.footer-menu .head-text{
    margin-bottom: 7px;
}

.footer-menu .head-text h4{
    color: #939ca8;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-family: "Museo-Sans", sans-serif;
    text-transform: uppercase;
}

body .row-fluid .footer-menu .hs-menu-wrapper>ul>li{
    border:0px;
    margin-bottom: 20px;
}

.footer-address {
    padding: 20px 0;
}

.footer-address p {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.1px;
    text-align: right;
    color: #3d3f3f;
    font-family: 'Open Sans', sans-serif;
    opacity:.85;
}




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

body .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    text-align: left;
}
    

/*=====Footer Menu=======*/




}



@media(max-width:767px){
    
body .row-fluid .footer-menu .span3 {
    width: 50%;
    float: left;
    margin-bottom: 1em;
}
  
body .row-fluid .footer-menu .span3:nth-child(odd) {
    clear: left;
}

body .footer-address p {
    text-align: left;
}

body .row-fluid .footer-cta {
    float: left;
}
  
body .row-fluid .footer-social {
    text-align: left;
    padding: 30px 0;
} 

}




/*=========================
        Pagecrumb
===========================*/

.pagecrumb{
    background-color: #10a2c4;
    padding:10px 0;
    position: fixed; 
    width: 100%;
    z-index: 200;
}

.pagecrumb ul{
    list-style:none;
    margin:0;
    padding:0;
}

.pagecrumb .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block;
}

.pagecrumb .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    margin-right:2.3%;
    display:inline-block;
    position:relative;
}

body .pagecrumb .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    pointer-events: none;
}

.pagecrumb .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child{
    margin-right:0;
}

.pagecrumb .hs-menu-wrapper.hs-menu-flow-horizontal>ul li,
.pagecrumb .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    text-decoration:none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
    color: #ffffff;
    font-family:'Montserrat',sans-serif;
}

.pagecrumb .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active a{
    color:#ffffff;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

@media (min-width:768px) and (max-width:1024px){
    
    body .pagecrumb .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
        display:inline-block;
    }
    
}

@media (max-width:767px){
    
    body .pagecrumb .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active:before{
        display:none;
    }
    
}






/*============================================= CURRENT OPENING PAGE STYLING ================================== */

.job-openings h3,
.job-openings h3 a{
    font-size: 21px;
    color: #11b1d6;
    margin-bottom: 15px;
}

.job-openings ul{
    padding: 0;
    margin:0;
    list-style: none;
}

.job-openings li {
    display: inline-block;
    padding-right: 6%;
}

.current-opening {
    padding-bottom: 20px;
}


.current-opening span.hs_cos_wrapper .hs_cos_wrapper {
    overflow: hidden;
    padding: 28px 0;
}


/*============================================= Support PAGE STYLING ================================== */



.contact-details h2 a,
.contact-details h2 {
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    color: #11b1d6;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 50px;
}


/*============================================= 404 PAGE STYLING ================================== */
.container-404 {
    padding: 120px 0 220px;
}

.container-404 h2{
    margin-bottom:15px;
    line-height: 1.32;
}

.container-404 h6{
    margin-bottom:30px;
    line-height: 1.31;
}

.container-404 p{
    font-size: 14px;
  line-height: 1.5;
}

.container-404 ul{
    margin:15px 0 40px;
}

.container-404 ul li{
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #505056;
}
.container-404 a {
    color: #11b1d6;
    font-weight: bold;
}

form#search_form {
    position: relative;
}

form#search_form:before {
    position: absolute;
    background-image: url(https://cdn2.hubspot.net/hubfs/149308/Assets%20%5BAug-17%5D/search.png);
    content: '';
    width: 20px;
    height: 20px;
    top: 12px;
    left: 14px;
    background-size: cover;
}


input#search-input {
    border-radius: 100px;
    margin: 0;
    padding-left: 42px;
}






body .container-404 ::-webkit-input-placeholder { /* Webkit Browsers */
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #a3a7aa;
}
body .container-404 :-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #a3a7aa;
}
body .container-404 ::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #a3a7aa;
}
body .container-404 :-ms-input-placeholder { /* IE10 */
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #a3a7aa;
}




@media(min-width:768px){
body .container-fluid .row-fluid .left-col-404 {
    padding-right: 60px;
}

}


@media(max-width:767px){
body .container-404 {
    padding: 50px 0 100px;
}

body .container-fluid .row-fluid .left-col-404 {
    padding-bottom: 40px;
}
body .container-fluid .row-fluid .right-col-404 {
    max-width: 400px;
    margin: 0 auto;
    float: none;
}

}



/*============================================= Search PAGE STYLING ================================== */


.search-sect{
    padding:70px 0;
}



/*============================================= Topic Lists PAGE STYLING ================================== */
.resource-topics {
    padding: 55px 0 190px;
}

.list-topics span.filter-link-count {
    display: none;
}

.list-topics ul li {
    margin-bottom:30px;
}

.list-topics ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #1fc0db;
    text-transform: capitalize;
}


@media(min-width:768px){
.list-topics ul li {
    width: 50%;
    float: left;
}
}


/*================================== WHITEPAPER STYLING ============================ */
.white-paper-con {
    padding: 52px 0 90px;
} 

.white-paper-con h3{
    line-height: 1.33; 
}


.white-paper-con p,
.white-paper-con ul li{
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #505056;
}

.white-paper-con ul {
    margin: 0;
    padding: 0 0 0 20px;
}

button#btn {
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

button#btn:focus {
    outline: none;
}

button#btn i {
    opacity: 0.7;
    color: #505056;
    font-size: 22px;
}

button#btn+input{
    display:none;
}

.w-download-section {
    text-align: right;
}

.w-download-section img {
    max-width: 22px;
    margin-right: 15px;
}

@media(min-width:768px){
body .white-page-form form.hs-form fieldset.form-columns-2 .hs-form-field {
    padding: 0 25px 0 0;
    width: 50%;
}
  
}

form.hs-form > fieldset > div.hs-form-field, div.hs-dependent-field
{
  margin-bottom: 25px;
}

body .container-fluid .row-fluid .white-page-form {
    max-width: 615px;
    margin: 0 auto;
    float: none;
    padding-top: 60px;
}

.white-page-form h3.form-title{
    display:none;
}

.white-paper-con p {
    margin-bottom: 40px;
}

.white-paper-con h2 {
    margin-bottom: 60px;
}


@media(max-width:767px){
body .white-page-form form.hs-form fieldset.form-columns-2 .hs-form-field {
    padding: 0;
    width: 100%;
}
body .container-fluid .row-fluid .white-page-form select {
     margin-bottom: 27px;
}

.content-wh-right {
    margin: 40px 0;
}

body .w-download-section {
    text-align: center;
}





body .white-paper-con h2 {
    margin-bottom: 20px;
}



body .row-fluid .blog-post-wrapper .social-sharing {
    position: relative;
    width: 100px;
    left: auto;
    margin-bottom: 30px;
    display:none;
}


body.hs-blog-post .section.post-body .social-sharing iframe {

    float: none;
    margin: 0 auto;
}

}








.view-more-cta a.cta_button {
    padding: 9px 47px;
}

.ias-trigger,
.ias-spinner{
    width: 100%;
}


body .ias-trigger a {
    cursor: pointer;
    display: inline-block;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    width: auto;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    opacity:.85;
    text-transform: capitalize;
    letter-spacing: normal;
    padding: 9px 47px;
    font-family: 'Montserrat',sans-serif;
    background-color: #11b1d6;
}


.ias-trigger a:hover{
    opacity:1;
}





/*============================ SOCIAL SHARE ==================== */

.social-sharing {
    margin: 0;
    padding: 10px;
    top: 0;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #f2f3f4;
    width: 84px;
}

p.s-share {
    font-size: 16px;
    text-align: center;
    color: #505056;
    margin: 0;
}




/*====================================================== MEDIA CONTACT SECTION ======================================== */

.media-contact-section {
    padding: 30px 0 120px;
}

body .con-image {
    max-width: 74px;
}

.con-image img {
    border-radius: 100%;
    width: 74px;
    height: 74px;
}


.con-detail h3 {
    letter-spacing: 0.2px;
    color: #3d3f3f;
    margin-bottom: 15px;
}

.con-detail p,
.con-detail a {
    font-size: 16px;
    letter-spacing: 0.1px;
    text-align: left;
    color: #11b1d6;
    margin-bottom: 15px;
}




.simple-cta {
    margin-top: 67px;
}




@media(max-width:767px){
body .item-section {
    max-width: 320px;
    margin: 0 auto 50px;
}

.media-con-left {
    margin-bottom: 40px;
}


}

.lp-hero form {
    width: 100%;
    max-width: 570px;
    float: none;
    margin: 0 auto;
}

@media(min-width:768px){
.lp-hero h3.form-title {
  display:none;
}

}



/*=============================== LP FOOTER ======================= */


.lp-footer{
    background:#fff;
    padding:60px 0 24px;
}

.lp-footer p, .lp-footer span{
    font-size: 12px;
    color: rgba(114, 114, 119, 0.85);
    margin-bottom:17px;
}


@media (max-width:767px){
    
    
    .lp-footer {
        padding: 20px 0 30px;
    }
    
}




.last-content-section a.cta_button, .last-content-section a.cta_button:hover {
    background-color: transparent;
    padding: 0;
}


iframe {
    display: block;
    width: 100%;
    overflow: hidden;
}

.accordion_header {
    cursor: pointer;
}

.section.post-body p.s-share {
    text-align: center;
}


.hot-post-header{
    position:relative;
    z-index: 1;
}

.hot-post-header:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.media-query-cta {
    padding: 30px 0;
}


@media(max-width:767px){
.post-page-main-content img {
    width: 100%!important;
    margin: 10px auto!important;
}


}



/*======================================= TOP BAR STYLING ======================================== */


.top-bar-optional {
    background-color: #11d175;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
}

.top-bar-optional p, .top-bar-optional a {
    color: #fff;
}

.top-bar-optional.Hide {
    display: none;
}




/*========================================= Popup Login Option Styling ============================== */

.peop-login-popup a.cta_button {
    margin-bottom: 30px;
    min-width: 175px;
    text-align: center;
}

.peop-login-popup {
    text-align: center;
    padding: 20px 0 0px;
}

body .login-popup-section .guana-modal {
    max-width: 393px;
}

body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:focus {
    outline: none;
}

.peop-login-popup h2 {
    margin-bottom: 30px;
}


@media(max-width:767px){
.peop-login-popup h2 {
    font-size: 20px;
    margin-bottom: 29px;
}

body .peop-login-popup a.cta_button {
    margin-bottom: 17px;
}
body .peop-login-popup {
    text-align: center;
    padding: 20px 0 20px;
}


}



/*=============================== EMAIL SUBSCRIPTION TEMPLATE STYLING ======================= */


.email-heading-section h1 {
    padding-bottom: 10px;
}


.email-header h2 {
    margin: 0;
}

.email-header h5 {
    font-weight: 400;
}

.email-header p, .email-header ul li {
    font-weight: normal;
    margin-bottom: 10px;
}

 .email-header ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color:#12b1d6;
}

 .email-header p a{
    color:#12b1d6;
}

.email-prefs input[type="checkbox"] {
    top: 2px;
    width: 20px;
    height: 20px;
    border: solid 2px #000000;
    padding: 7px;
    border-radius: 3px;
    margin-bottom: 3px;
}

.checkbox-row span.fakelabel span {
    float: left;
    font-weight: bold;
    margin-left: 7px;
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 42px);
}


.email-prefs input[type="checkbox"]:checked:after {
    top: 3px;
    left: 3px;
}



.email-form-section .page-header h3 {
    font-size: 21.3px;
    font-weight: bold;
    line-height: 1.31;
    color: #11d175;
}

.email-form-section .page-header h1,
.email-form-section .page-header h2{
    display:none;
}


body .email-prefs .item {
    width: 100%;
    max-width: 48%;
    margin: 2% 2% 0 0;
    float: left;
}

.email-prefs .item {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding-bottom: 1px;
    position: relative;
    margin: 20px 0px;
    cursor: pointer;
    cursor: hand;
}
body .email-prefs .item .item-inner {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-transition-property: background;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    margin-top: 0;
    padding: 15px;
    background: #f7f7f7;
}
.email-prefs .item .item-inner * {
    color: #444;
}

.subscribe-options {
    margin-bottom: 12px;
    overflow: hidden;
    width: 100%;
}

@media(min-width:768px){
.email-left-description {
    padding-right: 40px;
}
body .email-prefs .item {
    min-height: 163px;
}

}


@media(max-width:767px){
.email-header .equal-height-container>.row-fluid-wrapper>.row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
}

.use-case-sections-1 .equal-height-container>.row-fluid-wrapper>.row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
}

.use-case-sections-1 .use-cases-section-1-left {
    padding-top: 30px;
}

   body .container-fluid .row-fluid .use-case-sections-1 p{
    font-size: 14px;
    line-height: 1.4;
   }

.email-left-description {
    margin-top: 40px;
}

body .email-heading-section {
    padding-bottom: 20px;
}

body .row-fluid .email-prefs .item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
    float: left;
}

}

/*============================ USE CASE PAGE STYLING ======================================= */
@media(min-width:768px){
    body .container-fluid .row-fluid .use-cases-section-1-content {
        position: absolute;
        width: 50%;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

.use-cases-section-1-left {
    max-width: 396px;
}

.use-cases-section-1-left ul{
    padding-left:0;
}

.use-cases-section-1-left ul li{
    margin-bottom:5px;
}

body .container-fluid .row-fluid .use-cases-section-1-left ul li a{
    font-weight:400;
    font-size:13.5px;
}


.page-menu-section {
    padding: 45px 0 34px;
}

.page-menu-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    padding: 0;
}

.page-menu-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    width: 33%;
    padding-bottom: 11px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    text-align: left;
}

.page-menu-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 13.5px;
    line-height: 1.6;
    text-align: left;
    color: #12b1d6;
    font-weight: 400;
    max-width:265px;
}


@media(min-width:768px) and (max-width:1024px){
    .page-menu-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        padding: 0;
    }
    
    body .container-fluid .row-fluid .page-menu-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
        width: 49%!important;
        float: left;
        text-align: left;
    }
    
    body .container-fluid .row-fluid .page-menu-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        font-size: 13.5px;
        line-height: 1.6;
        text-align: left;
        color: #12b1d6;
        font-weight: 400;
        max-width:265px;
    }  
}


@media(max-width:767px){

.page-menu-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    float: left;
}

body .container-fluid .row-fluid .page-menu-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    width: 100%;
    text-align: left;
    float: none;
    display: block;
}


.use-cases-hero .equal-height-container>.row-fluid-wrapper>.row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}

body .container-fluid .row-fluid .use-cases-section-1-content {
    width: 100%;
    min-height: 200px;
}

}

/*==========================================
    Two Col Image CM Styling
==========================================*/

body .row-fluid .two-col-container>span .hs_cos_wrapper:nth-child(2n) .two-col-cm .wrapper>.row-fluid-wrapper>.row-fluid{
    flex-direction: row-reverse;    
}

body .row-fluid .two-col-container>span .hs_cos_wrapper:nth-child(2n) .two-col-cm .right-col{
    left: 0%;
    right:auto;
    /*right: initial;*/
}

body .two-col-cm{
    position: relative;
    background-image: linear-gradient(70deg, #fafafb, #ffffff);
}

body .two-col-cm .outer-wrapper{
    position: relative;
}


body .container-fluid .row-fluid .button-in-two-col-image-section{
    background-image: linear-gradient(70deg, #fafafb, #ffffff);
}

/*=========Left Col Styling============*/

body .row-fluid .two-col-cm .left-col{
    min-height: 400px;
    max-width: 410px;
}

/*=========Right Col Styling===========*/

@media(min-width: 768px){

    body .row-fluid .two-col-cm .right-col{
        position: absolute;
        right: 0%;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 100%;
        width: 50%;
        z-index: 2;
        pointer-events: none;
    }

}


@media(max-width: 1024px) and (min-width: 768px){
    
    body .container-fluid .row-fluid .two-col-cm .right-col{
        right: 0%;
    }    
        
    body .container-fluid .row-fluid .two-col-container>span .hs_cos_wrapper:nth-child(2n) .two-col-cm .right-col{
        left: 0%;
    }    
    
}

@media(max-width: 767px){

    body .row-fluid .two-col-cm {
        position: relative;
        padding: 40px 0px;
        background-image: linear-gradient(70deg, #fafafb, #ffffff);
    }
    
    body .row-fluid .two-col-cm .left-col {
        min-height: auto;
        max-width: 100%;
    }
     
    body .row-fluid .two-col-cm .right-col{    
        width: 100%;
        position: relative;
        min-height: 250px;
        margin-top: 20px;    
    }
    
    body .container-fluid .row-fluid .two-col-cm .right-col{
        right: 0%;
    } 
    
    body .container-fluid .row-fluid .two-col-container>span .hs_cos_wrapper:nth-child(2n) .two-col-cm .right-col{
        left: 0%;
    }  

}

/*================================== CHANGING GAME WITH AUTOMATION SECTION ================================= */
body .row-fluid-wrapper .row-fluid .changing-game-section .left-col{
    width:50%;
    margin:0;
    display:flex;
    justify-content:center;
    align-items:left;
    flex-direction:column;
    min-height:330px;
}

body .row-fluid-wrapper .row-fluid .changing-game-section .right-col{
    width:50%;
    margin:0;
    display:flex;
    justify-content:center;
    align-items:left;
    flex-direction:column;
    min-height:330px;
    padding-left:71px;
}

body .row-fluid-wrapper .row-fluid .changing-game-section .message-text{
    max-width:402px;
}

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

@media(max-width:767px){
    body .row-fluid-wrapper .row-fluid .changing-game-section .left-col{
        width:100%;
    }
    body .row-fluid-wrapper .row-fluid .changing-game-section .right-col{
        width:100%;
        padding-left:0;
        padding-top: 40px;
        min-height: 0;
    }
}

/*================================== USE CASE HOME SECTION 1 ================================= */

.home-section-1 {
    position: relative;
}

body .row-fluid .home-section-1-left {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
}

.home-section-1-content {
    max-width: 390px;
    float: right;
}

@media(min-width:1025px){
body .container-fluid .row-fluid .home-section-1-content {

    padding-left: 4%;
}
}
@media (max-width: 1024px) and (min-width: 768px){
    
body .home-section-1 {
    position: relative;
}

body .row-fluid .home-section-1-content {
    max-width: 43%;
}

body .container-fluid .row-fluid .home-section-4.benefits-section-1 {
    min-height: 660px; 
}

}


@media(max-width:767px){

body .container-fluid .row-fluid .home-section-1-left {
    position: absolute;
    width: 100%;
    height: 250px;
    top: 0;
    bottom: auto;
    left: 0;
}

body .container-fluid .row-fluid .home-section-1-content {
    padding-top: 80px;
    max-width: 100%;
    float: none;
    display: block;
}

body .home-section-1 h2 {
    margin-bottom: 15px;
}

body .home-section-1 p {
    margin-bottom: 19px;
    font-size: 16px;
    line-height: 1.97;
}

body .home-section-1 .widget-type-cta {
    margin-bottom: 10px;
    width: auto;
    float: left;
    margin: 0 16px 16px 0;
}


body.hs-content-name-zane-benefits-homepage .container-fluid .row-fluid .home-section-1-content {
    padding-top: 210px;
    max-width: 100%;
    float: none;
    display: block;
}

}



/*==================================TESTIMONIAL SECTION================================= */

.testimonial-section {
    position: relative;
    z-index: 1;
}

.testimonial-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(253deg, #43dd90, #1fc0db);
    top: 0;
    bottom: 0;
    z-index: -1;
}

body .container-fluid .row-fluid .testimonial-section .heading{
    max-width:1200px;
    padding-top:0;
}

.testimonial-section .heading h2{
    font-size: 27.8px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    margin:0;
}

.testimonial-section .heading h3{
     font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
    font-weight:500;
}

body .container-fluid .row-fluid .testimonial-section .widget-type-cta{
    text-align:center;
    margin-top:72px;
}

.testimonial-slider .slick-list {
    max-width: 757px;
    margin: 0 auto;
}
img.slick-arrow {
    max-width: 55px;
}

img.slick-prev.slick-arrow {
    position: absolute;
    top: 70px;
    left: 0;
    cursor: pointer;
}

img.slick-next.slick-arrow {
    position: absolute;
    top: 70px;
    right: 0;
    cursor: pointer;
}

.blockquote-content {
    font-size: 24px;
    color: #ffffff;
}

.person-detail {
    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;
}

.person-image {
    padding-right: 14px;
}

.person-image img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.person-info h4 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom:3px;
}

.person-info p {
    font-size: 14px;
    color: #ffffff;
}

body .slick-slide:focus {
    outline: none;
}

@media (max-width: 1024px) and (min-width: 768px){
    body .testimonial-slider .slick-list {
        max-width: 70%;
        margin: 0 auto;
    }
}


/*==================================TESTIMONIAL SECTION================================= */
.partner-section{
    padding:50px 0;
}

body .container-fluid .row-fluid .partner-section .wrapper{
    padding:0;
    /*max-width:1300px;*/
}

.partner-section img{
    max-width: 140px;
    height: auto;
    margin: 0 10%;
}

@media (max-width: 1024px) and (min-width: 768px){
    
    .partner-section img{
        max-width: 100px;
        height: auto;
        margin: 0 5%;
    }
}

@media(max-width:767px){
    
    .partner-section img{
        max-width: 100%;
        height: auto;
        margin: 0;
    }
    
    .partner-image{
       text-align:center;
    }
}





/*================================== BANNER SECTION ================================= */
body .container-fluid .row-fluid .case-studies-new-banner-section{
    min-height:368px;
    position:relative;
}
body .container-fluid .row-fluid .case-studies-new-banner-section .section-header{
    margin:0;
    display:flex;
    justify-content:flex-end;
    align-items:left;
    flex-direction:column;
    min-height:368px;
}
.case-studies-new-banner-section .section-header h2{
    color: #ffffff;
}
.case-studies-new-banner-section .section-header h3{
    color: #ffffff;
}

/*================================== TESTIMONIAL CM SECTION ================================= */
body .container-fluid .row-fluid .testimonial-cm-section .wrapper{
    max-width:980px;
}

.testimonial-cm-section .cs-col{
    // width:33.3%;
    width:50%;
    padding:0 20px;
}

.testimonial-cm-section .cs-person-image img{
    max-width:250px;
    border-radius:50%;
    width:100%;
    height:auto;
}

.testimonial-cm-section .body-message .company-logo img{
    max-width:200px;
    width:100%;
    height:auto;
}

.testimonial-cm-section .body-message .company-name{
    color: #505056;
}

.testimonial-cm-section .body-message .case-study-description{
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #727277;
}

.testimonial-cm-section .body-message .case-study-link a{
    font-size: 18px;
    font-weight:600;
    color: #12b1d6;
}

.testimonial-cm-section .cs-person-image{
    position: relative;
    box-sizing: border-box;
    background-position: bottom;
}




@media(max-width:767px){
 body .testimonial-cm-section .body-message .case-study-link a{
    font-size: 14px;
}   
    .testimonial-cm-section .cs-col{
        width:100%;
        margin-top:20px;
        padding:0;
    }
    
    .testimonial-cm-section .body-message{
        padding: 0;
    }
    
    .testimonial-cm-section .cs-person-image img{
        max-width:100%;
        width:100%;
    }
}


/*================================== BENEFITS SECTION ================================= */

.benefits-section h3{
    font-family: 'Montserrat',sans-serif;
    font-size: 21.3px;
    font-weight: bold;
    line-height: 57.2px;
    text-align: center;
    color: #505056;
    margin-bottom:10px;
}

.benefits-section .cta-group .left-cta{
    text-align:right;
}
.benefits-section .cta-group .right-cta{
    text-align:left;
    margin-left:15px;
}

@media(max-width:767px){
    .benefits-section .cta-group .left-cta{
        text-align:center;
    }
    .benefits-section .cta-group .right-cta{
        text-align:center;
        margin-top:10px;
        margin-left:0;
    }
    
    .benefits-section h3{
        line-height:35px;
    }
}

/*======================================
    Hero Section Styling
======================================*/

body .row-fluid-wrapper .row-fluid  .about-hero-section{
    position:relative;
}

body .row-fluid-wrapper .row-fluid .about-hero-section .about-hero-left{
    width:50%;
    margin:0;
    display:flex;
    justify-content:center;
    align-items:right;
    flex-direction:column;
    min-height:640px;
}

body .row-fluid-wrapper .row-fluid .about-hero-section .about-hero-content{
    width:50%;
    margin:0;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    min-height:640px;
    padding-left:71px;
}

.about-hero-left {
    max-width: 396px;
}

@media(min-width:768px){
    body .container-fluid .row-fluid .about-hero-content {
        position: absolute;
        width: 50%;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

@media(min-width:768px) and (max-width:1024px){
    body .row-fluid-wrapper .row-fluid .about-hero-section .about-hero-left{
       min-height:360px;
    }
    body .row-fluid-wrapper .row-fluid .about-hero-section .about-hero-content{
       min-height:360px;
    }
}

@media(max-width:767px){
    .page-menu-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        float: left;
    }
    
    body .container-fluid .row-fluid .page-menu-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
        width: 100%;
        text-align: left;
        float: none;
        display: block;
    }
    
    .about-hero-section .equal-height-container>.row-fluid-wrapper>.row-fluid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    
    body .row-fluid-wrapper .row-fluid .about-hero-section .about-hero-left{
       width:100%;
       min-height:240px;
    }
    body .row-fluid-wrapper .row-fluid .about-hero-section .about-hero-content{
       width:100%;
       min-height:240px;
    }
    
    .about-hero-left {
        max-width: 100%;
    }
}


/*===========================================
    Section One Styling
===========================================*/

.about-section-one{
    position: relative;
    background: #11b1d6;
    padding: 100px 0px;
}

.about-section-one .head-text{
    margin-bottom: 25px;
}

.about-section-one .head-text h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.about-section-one .head-text p{
    font-size: 19px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
}

.about-section-one .client-logo-container img{
    max-width:150px;
}



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

.about-section-one {
    position: relative;
    padding: 60px 0px 80px;
}

.about-section-one .client-logo-container{
    text-align:center;
}
    
}



@media(max-width: 767px){
    
body .about-section-one {
    position: relative;
    padding: 40px 0px;
}  

body .about-section-one .head-text {
    margin-bottom: 0px;
}

.about-section-one .client-logo-container{
    text-align:center;
}
    
}

/*==============================================
    Section Two Styling
==============================================*/

.about-section-two{
    padding: 100px 0px 50px;
}

.about-section-two .head-text{
    margin-bottom: 50px;
}

.about-section-two .head-text h3{
    color: #3d3f3f;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.about-section-two .head-text p{
    color: #505056;
    max-width: 900px;
    margin: 0 auto;
}




@media(max-width: 1024px) and (min-width: 768px){
    
.about-section-two {
    padding: 50px 0px 50px;
}    
    
}




@media(max-width: 767px){
    
body .about-section-two {
    padding: 40px 0px 10px;
}    
    
}


/*=============================================
    Section Three Styling
=============================================*/

.about-section-three{
    background-image: linear-gradient(290deg, #fafafb, #ffffff);
    padding: 60px 0px;
}

.about-section-three h3{
    color: #3d3f3f;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}



@media(max-width: 767px){
    
.about-section-three {
    background-image: linear-gradient(290deg, #fafafb, #ffffff);
    padding: 40px 0px 50px;
}    
    
}





/*========================================================
    Custom & Global Module Styling
========================================================*/    

@media(min-width: 768px){

body .row-fluid .client-logo-container>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.4%;
    justify-content: center;
}

body .row-fluid .client-logo-container>span .hs_cos_wrapper {
    flex-basis: 15%;
    -webkit-flex-basis: 15%;
    float: left;
    margin-right: 10px;
    margin-top: 40px;
    //margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}



}

.client-logo-container .client-logo-cm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
   -webkit-align-items: center; 
  align-items: center; 
    justify-content: center;
    height: 100%;
    vertical-align: middle;
}


.client-logo-container .client-logo-cm .img-module{
    width:100%;
}

@media(max-width: 767px){
    
body .client-logo-cm{
    margin: 30px 0px;
}    
    
}




/*========================================
    Team Memeber Portfolio CM
========================================*/

@media(min-width: 768px){
    
body .row-fluid .team-member-container>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.4%;
    /*justify-content: center;*/

}

body .row-fluid .team-member-container>span .hs_cos_wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.1%;
    margin-top: 25px;
    //margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}


}


.team-member-portfolio{}

.team-member-portfolio .image-module{
    max-width: 150px;
    margin-bottom: 25px;
}

.team-member-portfolio .image-module img{
    border-radius: 50%;
}

.team-member-portfolio .text-module h4{
    color: #505056;
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
}

.team-member-portfolio .text-module h5{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.team-member-portfolio .text-module p{
    margin: 20px 0px;
}




@media(max-width: 1024px) and (min-width: 768px){
    
body .row-fluid .team-member-container>span .hs_cos_wrapper{
    flex-basis: 47.9%;
    -webkit-flex-basis: 47.9%;
}    

.team-member-portfolio .image-module {
    max-width: 120px;
    margin-bottom: 15px;
}
    
}




@media(max-width: 767px){

body .team-member-portfolio {
    margin-bottom: 40px;
}
    
.team-member-portfolio .image-module {
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
}    
    
.team-member-portfolio .text-module h4,
.team-member-portfolio .text-module h5{
    text-align: center;
}
   
.team-member-portfolio .text-module p {
    margin: 10px 0px;
}    
    
}





/****************SECTION 1**********************/
.case-section-one .left-col{
    margin:0;
    width:51%;
}
.case-section-one .right-col{
    margin:0;
    width:49%;
}

.case-section-one .right-col{
    padding: 4% 18% 5% 4%;
}

.case-section-one .right-col .company-logo img{
    max-width:149px;
}

.case-section-one .right-col .company-name{
    font-size: 21px;
    font-weight: bold;
    line-height: 35px;
    text-align: left;
    color: #505056;
    margin-top:29px;
    margin:25px 0 25px 0;
}

.case-section-one .right-col .case-study-description p{
    font-size: 13.5px;
    line-height: 21.6px;
    text-align: left;
    color: #505056;
    font-family: 'Montserrat',sans-serif;
}

.case-section-one .right-col .case-study-link {
    margin-top:20px;
}

.case-section-one .right-col .case-study-link a{
    font-size: 13.5px;
    font-weight: bold;
    line-height: 21.6px;
    text-align: left;
    color: #12b1d6;
}

.case-section-one .testimonial-image{
    position: relative;
    box-sizing: border-box;
}
.case-section-one .testimonial-image img{
    width:100%;
    height:auto;
}
.case-section-one .testimonial-image:before{
    position: absolute;
    height: 50%;
    right: 0;
    top: 0;
    border-right: 15px solid #fafafb;
    border-bottom: 15px solid transparent;
    display: block;
    content:" ";
}
.case-section-one .testimonial-image:after{
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    border-right: 15px solid #fafafb;
    border-top: 15px solid transparent;
    display: block;
    content:" ";
}

.case-study-heading h1 {
    color: #f7f7f7;
    font-size: 48px;
}

.company-logo {
    min-height: 65px;
 display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
    justify-content: end;
  -webkit-align-items: flex-end; 
  align-items: flex-end; 
}

@media (min-width: 768px) and (max-width: 1024px){
    .case-section-one .right-col{
        padding: 3%;
    }
    
    body .case-study-heading h1 {
        font-size: 35px;
    }

}

@media(max-width:767px){
        body .case-study-heading h1 {
        font-size: 28px;
    }
    
    .case-section-one .left-col,
    .case-section-one .right-col{
        margin:0;
        width:100%;
    }
    .case-section-one .right-col{
        padding: 3%;
    }
    .case-section-one .testimonial-image{
        margin-bottom:25px;
    }
    .case-section-one .testimonial-image:before{
        position:absolute;
        width: 50%;
        height:100%;
        right:auto;
        top:auto;
        left: 0;
        bottom: 0;
        border-bottom: 15px solid #fafafb;
        border-right: 15px solid transparent;
        display:block;
        content:" ";
    }
    .case-section-one .testimonial-image:after{
        position:absolute;
        left: 50%;
        right: 0;
        bottom: 0;
        border-right:none;
        border-top:none;
        border-bottom: 15px solid #fafafb;
        border-left: 15px solid transparent;
        display:block;
        content:" ";
    }
}

/****************SECTION 2**********************/
body .row-fluid-wrapper .row-fluid .case-section-two .wrapper{
    max-width:1004px;
    padding-top:4px;
    padding-bottom:94px;
}

.case-section-two .cs-col{
    width:50%;
}

.case-section-two .cs-person-image img{
    max-width:480px;
}

.case-section-two .body-message{
    padding: 3%;
}

.case-section-two .body-message .company-logo img{
    max-width:121px;
}

.case-section-two .body-message .company-name{
    font-size: 21px;
    font-weight: bold;
    line-height: 35px;
    text-align: left;
    color: #505056;
    margin-top:29px;
    margin:29px 0 26px 0;
}

.case-section-two .body-message .case-study-description p{
    font-size: 13.5px;
    line-height: 21.6px;
    text-align: left;
    color: #505056;
    font-family: 'Montserrat',sans-serif;
}

.case-section-two .body-message .case-study-link {
    margin-top:26px;
}

.case-section-two .body-message .case-study-link a{
    font-size: 13.5px;
    font-weight: bold;
    line-height: 21.6px;
    text-align: left;
    color: #12b1d6;
}

.case-section-two .cs-person-image{
    position: relative;
    box-sizing: border-box;
    background-position: bottom;
    margin-bottom:25px;
}
.case-section-two .cs-person-image img{
    max-width:480px;
    width:100%;
    height:auto;
}
.case-section-two .cs-person-image:before{
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    border-bottom: 15px solid #fafafb;
    border-right: 15px solid transparent;
    display: block;
    content:" ";
}
.case-section-two .cs-person-image:after{
    position: absolute;
    left: 50%;
    bottom: 0;
    right: 0;
    border-bottom: 15px solid #fafafb;
    border-left: 15px solid transparent;
    display: block;
    content:" ";
}

@media(max-width:767px){
    
    .case-section-two .cs-col{
        width:100%;
        margin-top:20px;
    }
    
    .case-section-two .body-message{
        padding: 0;
    }
    
    .case-section-two .cs-person-image img{
        max-width:100%;
        width:100%;
    }
}

.outer-wrapper .equal-height-container > .row-fluid-wrapper > .row-fluid {
    position: relative;
}



/*-----------------------------------
        Career Single Hero
-----------------------------------*/

.cs-hero {
    padding: 55px 0 100px;
}

body .container-fluid .row-fluid .cs-hero .wrapper{
    max-width:1010px;
}

.cs-hero .job-position h2{
    line-height:normal;
    padding-bottom:15px;
    border-bottom:2px solid #f2f3f4;
    margin-bottom:26px;
}

.cs-hero .job-position ul.details{
    margin:0 0 56px;
    padding:0;
    list-style:none;
}

.cs-hero .job-position ul.details li{
    display:inline-block;
    padding-right:6%;
}

.cs-hero .job-position ul.details li:last-child{
    padding-right:0;
}


body .container-fluid .row-fluid .cs-hero form .hs-form-field > label{
    position:relative;
    width:auto;
    margin-bottom:8px;
    font-size:14px;
}

.cs-hero .hs-form label span.hs-form-required {
    display: inline-block;
}

body .container-fluid .row-fluid .cs-hero form .hs-form-field{
    padding:0;
}

.cs-hero .right-col h3.form-title {
    font-size: 15px;
    font-weight: bold;
    color: #505056;
    font-family: 'Montserrat',sans-serif;
    line-height: normal;
    margin-bottom: 18px;
    text-align:left;
}

body .container-fluid .row-fluid .cs-hero form .hs-form-field.hs_in_150_characters_or_less_what_makes_you_unique_ {
    padding-bottom: 6px;
}

body .cs-hero .hs-form fieldset.form-columns-1{
    position:relative;
}

body .cs-hero .hs-form fieldset.form-columns-1 .hs-richtext {
    position: absolute;
    bottom: 11px;
    right: 0;
    font-family: OpenSans;
    font-size: 10px;
    text-align: right;
    color: #505056;
    font-family: 'Open Sans',sans-serif;
}

.cs-hero .right-col{
    max-width:364px;
    float:right;
}

body .container-fluid .row-fluid .cs-hero input.hs-button.primary.large {
    margin-top: 14px;
    display: inline-block;
    width: 100%;
}

body .container-fluid .row-fluid .cs-hero form .form-columns-3 .hs-form-field {
    width: 22%;
    margin-right: 4%;
}

body .container-fluid .row-fluid .cs-hero form .form-columns-3 .hs-form-field:last-child{
    margin-right:0;
}

body .container-fluid .row-fluid .cs-hero form .form-columns-3 .hs-form-field:first-child {
    width: 41%;
}

body .container-fluid .row-fluid .cs-hero form .form-columns-3 .hs-form-field:nth-child(2) {
    width: 29%;
}

body .container-fluid .row-fluid .cs-hero form .form-columns-3 .hs-form-field > label {
    display: none;
}



@media (min-width:1025px){

body .container-fluid .row-fluid .cs-hero .left-col .content{
    max-width:464px;
    float:left;
}

}

@media (max-width:1024px){
    
    
    
    body .container-fluid .row-fluid .cs-hero .right-col {
        max-width:650px;
        float: none;
        margin:0 auto;
    }
    
    body .container-fluid .row-fluid .cs-hero .left-col{
        padding-bottom:40px;
    }
    
    .cs-hero .job-position ul.details li {
        display: block;
        padding-right: 0;
        padding-top: 5px;
    }
    
    
}

@media (max-width:400px){
    
    
    body .container-fluid .row-fluid .cs-hero .right-col form .form-columns-3 .hs-form-field {
        width: 100%;
    }
    
    .cs-hero .job-position ul.details li {
        padding-right: 0;
        display: block;
        padding-top: 10px;
    }
    
}



/*================================== BANNER SECTION ================================= */
.single-case-study-banner-section {
    background-image: linear-gradient(to right, #ffffff, #fafafb), linear-gradient(#f2f3f4, #f2f3f4);
}
.single-case-study-banner-section .section-header{
    max-width:587px;
}

body .row-fluid-wrapper .row-fluid .single-case-study-banner-section .left-col{
    width:30%;
    margin:0;
    display:flex;
    justify-content:center;
    align-items:left;
    flex-direction:column;
    min-height:225px;
    padding:0;
}
.single-case-study-banner-section .left-col img{
    border-radius:50%;
    max-width:225px;
}
body .row-fluid-wrapper .row-fluid .single-case-study-banner-section .right-col{
    width:70%;
    margin:0;
    display:flex;
    justify-content:center;
    align-items:left;
    flex-direction:column;
    min-height:225px;
}
.single-case-study-banner-section .right-col .logo-image img{
    max-width:200px;
}
.single-case-study-banner-section .right-col .message-text{
    max-width:365px;
    color: #505056;
}
.single-case-study-banner-section .right-col .link{
    color: #12b1d6;
}

@media(min-width: 768px) and (max-width: 1024px){
    .single-case-study-banner-section .section-header{
        max-width:100%;
    }
    .single-case-study-banner-section .right-col{
        padding-left:25px;
    }
}

@media(max-width: 767px){
    body .row-fluid-wrapper .row-fluid .single-case-study-banner-section .right-col{
        padding-left:0;
    }
    body .row-fluid-wrapper .row-fluid .single-case-study-banner-section .section-header{
        max-width:100%;
    }
    body .row-fluid-wrapper .row-fluid .single-case-study-banner-section .left-col,
    body .row-fluid-wrapper .row-fluid .single-case-study-banner-section .right-col{
        width:100%;
    }
}

/*================================== SECTION 1 ================================= */
body .row-fluid-wrapper .row-fluid .single-case-study-section-one .wrapper{
    max-width:1120px;
}
.single-case-study-section-one .section-header{
    text-align:center;
}
.single-case-study-section-one .left-col{
    width:25%;
    margin:0;
    display:flex;
    justify-content:left;
    align-items:left;
    flex-direction:column;
    padding:0;
}
.single-case-study-section-one .center-col{
    width:25%;
    margin:0;
    display:flex;
    justify-content:left;
    align-items:left;
    flex-direction:column;
    padding:0;
}
.single-case-study-section-one .right-col{
    width:50%;
    margin:0;
    display:flex;
    justify-content:left;
    align-items:left;
    flex-direction:column;
    padding:0;
}

.single-case-study-section-one .logo-image img{
    max-width:200px;
}
.single-case-study-section-one .features-section{
    padding:0;
}
.single-case-study-section-one .features-section table{
    width:272px;
    margin:0;
}
.single-case-study-section-one .features-section .table-list td{
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    color: #505056;
    padding:2px 0;
}

.single-case-study-section-one .features-section .table-list td:last-child{
    padding-left:20px;
}

.single-case-study-section-one .message-section{
    font-size: 21px;
    line-height: 30px;
    text-align: left;
    color: #727277;
}

@media(min-width:768px) and (max-width:1024px){
    .single-case-study-section-one .left-col,
    .single-case-study-section-one .center-col,
    .single-case-study-section-one .right-col{
        width:100%;
    }
    .single-case-study-section-one .center-col{
        padding:20px 0;
    }
}

@media(max-width:767px){
    .single-case-study-section-one .left-col,
    .single-case-study-section-one .center-col,
    .single-case-study-section-one .right-col{
        width:100%;
    }
    .single-case-study-section-one .center-col{
        padding:20px 0;
    }
}

/*================================== SECTION 2 ================================= */
.single-case-study-section-two .option{
    padding:49px 0;
    text-align:center;
}
.single-case-study-section-two .option h6{
    color:#ffffff;
}
.single-case-study-section-two .has-border{
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
}

@media(max-width:767px){
    .single-case-study-section-two .has-border{
        border:none;
    }
}

/*================================== SECTION 3 ================================= */
.single-case-study-section-three{
    padding:44px 0 100px 0;
}

body .row-fluid-wrapper .row-fluid .single-case-study-section-three .wrapper{
    max-width:1040px;
}

.single-case-study-section-three .left-col{
    max-width:271px;
    margin-left:0;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #12b1d6;
}
.single-case-study-section-three .right-col{
    max-width:678px;
    padding-left:72px;
}

.single-case-study-section-three .right-col h3{
    text-align: left;
    color: #505056;
    margin-bottom:20px;
}
.single-case-study-section-three .right-col p{
    text-align: left;
    color: #505056;
    margin-bottom:35px;
}

@media(max-width:767px){
    .single-case-study-section-three .left-col{
        max-width:none;
        margin-bottom:50px
    }
    .single-case-study-section-three .right-col{
        max-width:none;
        padding:0;
    }
}

.chart{
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
}

.quote-body{
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
    color: #12b1d6;
}
.blue-bg{
    background-color: #12b1d6;
}




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

                                                        PERSONALIZED BENEFITS PAGE STYLING
                                                    
=============================================================================================================================================*/

body.personalized-page {
    font-family: 'Montserrat', sans-serif;
}



/*===================================== SECTION 1 ================================ */

body .row-fluid .benefits-section-1 {

    min-height: 665px;
}

.benefits-section-1 h2 {
    line-height: 1.32;
}

@media (min-width:768px){
body .container-fluid .row-fluid .benefits-section-1 .home-section-4-right {
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    max-width:870px;
    width: 45%;
    z-index: 2;
    pointer-events: none;
}

.benefits-section-1 .home-section-4-right.guana-bg .bg-container.size-contain .image {
    background-size: 75%!important;
}


}


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


@media(max-width:767px){
body .des-date h2 {
    font-size: 18px;
    color: #10a2c4;
}

body .row-fluid .benefits-section-1 .equal-height-container>.row-fluid-wrapper>.row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

body .row-fluid .benefits-section-1 .home-section-4-right {
    position: relative;
    height: auto;
    padding: 150px;
    margin-top: 30px;
}
body .row-fluid .benefits-section-1 .home-section-4-left {
    padding: 0;
    padding-top: 30px;
}

body .row-fluid .benefits-section-1 .blue-cta{
    margin-bottom:20px;
}

body .container-fluid .row-fluid .benefits-section-1 .home-section-4 {
    padding: 0 0 40px;
}

}




/*===================================== SECTION 2 ================================ */
body .row-fluid .benefits-section-2 {
    padding: 60px 0;
}

.section-2-heading {
    padding-bottom: 40px;
}



.benefits-section-2 h1 span {
    color: #f46a40;
}

.benefits-section-2 .ser-link {
    display: none;
}

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


@media(max-width:767px){
body .container-fluid .row-fluid .benefits-section-2 {
    padding: 45px 0 33px;
}


body .section-2-heading {
    padding-bottom: 25px;
}


}






/*===================================== SECTION 3 ================================ */

.benefits-section-3 {
    padding: 60px 0 ;

}

.section-3-ben-heading {
    /*padding-bottom: 50px;*/
}








.benefit-solution-section h2 {
   /* font-size: 42px;
    font-weight: bold;
    text-align: center;
    color: #505056;
    line-height: 1.28;
    margin-bottom: 66px;*/
}

.benefit-solution-section h2 span {
    color: #11d175;
}

.benefit-solution-section p {
    text-align: left;
}

.benefit-2-col h6 {
    border-bottom: 1px solid #1dc1dd;
    padding-bottom: 12px;
    margin-bottom: 15px;
}


.section-2-col-2-image img {
    max-width: 104px;
    height: auto;
    border-radius: 100%;
}

.section-2-col-2-image {
    margin-bottom: 30px;
}

@media(min-width:768px){
    body .benefit-2-col {
    padding-left: 22px;
}
}

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


@media(max-width:767px){
body .section-3-ben-heading h3 {
    line-height: 1.2;
}

body .benefit-2-col {
    margin-bottom: 30px;
}



body .benefit-solution-section h2 {
    font-size: 21px;
    margin-bottom: 19px;
}


}





/*===================================== SECTION 4 ================================ */

.benefits-section-4 {
    /*background: -webkit-linear-gradient(110deg, #fafafb, #ffffff); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(110deg, #fafafb, #ffffff); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(110deg, #fafafb, #ffffff); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(110deg, #fafafb, #ffffff); */
    padding: 50px 0;
}

.tabber-section-heading {
    padding-bottom: 50px;
}

.tabber-section-heading h3 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    color: #727277;
    margin: 0;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border-bottom: 1px solid #333;
	width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    line-height: 31px;
    color: #ccc;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 20%;
}

ul.tabs li:last-child {
    margin-right: 0;
}

ul.tabs li:first-child {
    margin-left: 0;
}


ul.tabs li img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    margin-bottom: 30px;
}

ul.tabs li.active h6,
ul.tabs li:hover h6{
    color: #12b1d6;
}



ul.tabs li.active {
	display: block;
}

.tab_container {
    border-top: 1px solid #e3e6e8;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    overflow: auto;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }

@media(min-width:768px){
.tabs .row-fluid li  .span1,
.tabs .row-fluid li .span2,
.tabs .row-fluid li .span3,
.tabs .row-fluid li .span4{
    width:100%;
}

.tabs {
    overflow: hidden;
    border-bottom: 1px solid #e3e6e8;
}


.tabs li {
    width: 20%;
    float: left;
    list-style-type: none;
    cursor:pointer;
    text-align: center;
    padding-bottom: 20px;
}

.tabber-image img {
    border-radius: 100%;
    max-width: 140px;
    height: 140px;
    margin: 0 auto;
}

.tabber-image {
    margin-bottom: 30px;
    text-align: center;
}

body .tab_content {
    padding: 29px 0 0;
    display: none;
    overflow: hidden;
    position: relative;
        max-width: 60%;
}

li.active h6 {
    color: #12b1d6;
}


.tabs li {
	position: relative;
}

.tabs li h6{
	position: relative;
	max-width: 140px;
    margin: 0 auto;
}

.tabs li.active:after, .tabs li.active:before {
/*	bottom: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;*/
}

.tabs li.active:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fefefe;
	border-width: 10px;
	margin-left: -10px;
}
.tabs li.active:before {
    border-color: rgba(220, 223, 225, 0);
    border-bottom-color: #dcdfe1;
    border-width: 11px;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #90a299;
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

}




@media screen and (max-width: 767px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
}


@media(min-width:768px) and (max-width:1024px){
body .container-fluid .tabber-image img {
    border-radius: 100%;
    max-width: 120px;
    height: 120px;
    margin: 0 auto;
}



}


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




/*===================================== SECTION 5 ================================ */

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

.des-right {
    width: calc(100% - 173px);
    float: left;
    padding-left: 10px;
    padding-bottom:22px;
    position: relative;
}

.des-date {
    width: 165px;
    float: left;
    position: relative;
    padding-right: 37px;
    text-align: right;
}


.des-date:after {
    height: 1px;
    width: 28px;
    background-color: #e3e6e8;
    position: absolute;
    right: -2px;
    content: '';
    top: 30px;
}

.des-right:before {
    height: 100%;
    width: 2px;
    background-color: #10a2c4;
    position: absolute;
    left: -13px;
    content: '';
}

.des-date h2 {
    font-size: 42px;
    line-height: 1.31;
    color: #10a2c4;
}

.des-right p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #505056;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 22px;
}

.benefits-section-5 h3 + p {
    font-size: 18px;
    line-height: 1.5;
    color: #505056;
    font-family: 'Montserrat',sans-serif;
}



body .container-fluid .row-fluid .pp-benefit-section {
    padding-top: 56px;
    max-width: 876px;
    margin: 0 auto;
    float: none;
    overflow: hidden;
}


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


@media(max-width:767px){
body .benefits-section-5 {
    padding: 35px 0;
} 


body .tab_content {
    padding: 20px 10px;
    display: none;
}

body .des-date {
    width: 100%;
    text-align: left;
}

body .des-right {
    width: 100%;
    float: left;
    padding-left: 0;
    position: relative;
}
body .des-right {
    width: 100%;
    float: left;
    padding-left: 0;
    position: relative;
}

body .des-date:after{
    display:none;
}

body .des-right:before {
    height: 2px;
    width: 100%;
    background-color: #10a2c4;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
}


}

/*===================================== SECTION 6 ================================ */

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

/*-----------------------------------------
         Wiki Section Three
-----------------------------------------*/



.wiki-section-three .blog-posts .item{
    margin-bottom:25px;
}

.wiki-section-three .blog-posts .item a{
     color: #1fc0db;
}

.wiki-section-three .blog-posts > .row-fluid-wrapper > .row-fluid .item:last-child{
    margin-bottom:0;
}

body .container-fluid .row-fluid .wiki-section-three .blog-subscription {
    margin: 30px 0;
    width: 100%;
    max-width: 560px;
    margin: 30px auto;
    float: none;
}

.wiki-section-three .blog-subscription .stay-informed h6{
    font-size:15px;
    line-height:normal;
    margin-bottom:15px;
}

.wiki-section-three .blog-subscription h3.form-title {
    font-size: 14px;
    line-height: 1.5;
    color: #505056;
    font-family: Open Sans,sans-serif;
    font-weight: 400;
    text-align: left;
    margin-bottom: 15px;
    padding: 0;
}

body .container-fluid .row-fluid .blog-subscription .hs-form-field > label{
    display:block;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 7px;
    text-transform: none;
    letter-spacing: normal;
    color: #505056;
}

body .container-fluid .wiki-section-three .blog-subscription form{
    position:relative;
}

body .container-fluid .wiki-section-three .blog-subscription .hs-form-field input{
    height:40px;
    margin:0;
    width: 72.5%;
}

body .wiki-section-three .blog-subscription form .hs_submit {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    top: 24px;
}

body .wiki-section-three .blog-subscription form .hs_submit input {
    margin: 0;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    font-family: 'Montserrat',sans-serif;
    padding: 9px 15px;
    border-radius: 4px;
    background-color: #11b1d6;
}

body .wiki-section-three .blog-subscription form .hs_submit input:hover {
    background-color: #10a2c4;
    color:#ffffff;
}

@media (max-width:767px){
    
    body .wiki-section-three .blog-subscription form .hs_submit {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    
    body .container-fluid .wiki-section-three .blog-subscription .hs-form-field input{
        width:100%;
    }
    
    
}

.ze-rss-page-blog-post h3{
    margin-bottom: 16px;
}


.ze-rss-page-blog-post .hs-rss-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #1fc0db;  
}

.ze-rss-page-blog-post .hs-rss-item{
    margin-bottom:10px;
}



/*================================== SECTION 2 ================================= */

.home-section-2 {
    position: relative;
    padding: 90px 0 150px;
    z-index: 1;
}

.home-section-2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(253deg, #43dd90, #1fc0db);
    top: 0;
    bottom: 0;
    z-index: -1;
}

.testimonial-slider .slick-list {
    max-width: 757px;
    margin: 0 auto;
}

img.slick-prev.slick-arrow {
    position: absolute;
    top: 100px;
    left: 0;
    cursor: pointer;
}

img.slick-next.slick-arrow {
    position: absolute;
    top: 100px;
    right: 0;
    cursor: pointer;
}

.blockquote-content {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
}

.person-detail {
    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;
}

.person-image {
    padding-right: 14px;
}

.person-image img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.person-info h4 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom:3px;
}

.person-info p {
    font-size: 14px;
    color: #ffffff;
}

body .slick-slide:focus {
    outline: none;
}

@media (max-width: 1024px) and (min-width: 768px){
body .testimonial-slider .slick-list {
    max-width: 70%;
    margin: 0 auto;
}

}


@media(max-width:767px){
body .home-section-2 {
    padding: 56px 0 97px;
}


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




}


/*================================== SECTION 3 ================================= */

.home-page-serv>span.hs_cos_wrapper{
    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-left: -3%;
    justify-content: center;
}

.home-page-serv>span.hs_cos_wrapper>.hs_cos_wrapper {
    flex-basis: 30%;
    -webkit-flex-basis: 30%;
    float: left;
    margin-left: 3%;
    margin-bottom: 0%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.home-page-serv>span.hs_cos_wrapper>.hs_cos_wrapper>.span12 {
    max-width: 268px;
    margin: 0 auto;
    float: none;
}

.ser-icon.vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.ser-icon img {
    max-width: 104px;
}


.ser-desc h6 {
    line-height: 1.47;
    text-align: left;
    color: #3d3f3f;
    border-bottom: 1px solid #1fc0db;
    padding-bottom: 9px;
    margin-bottom: 9px;
}

.ser-link {
    padding: 28px 0 0;
}

.ser-link a {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #11b1d6;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    opacity: .85;
}

.ser-link a:hover {
    opacity: 1;
}


.ser-link a:before {
    content: "\f105";
    position: absolute;
    font-family: fontawesome;
    right: 0;
    font-weight: bold;
    font-size: 15px;
}



@media(max-width:767px){
body .home-section-3 {
    padding: 49px 0 28px;
}

body .home-page-serv>span.hs_cos_wrapper {
    display: block;
}

body .home-page-serv>span.hs_cos_wrapper>.hs_cos_wrapper {
    margin: 0 auto;
    max-width: 100%;
    float: none;
    margin-left: auto;
    width: 100%;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all .4s ease-out;
    padding: 7px 20px;
    overflow: hidden;
}

body .home-page-serv>span.hs_cos_wrapper>.hs_cos_wrapper>.span12 {
    max-width: 268px;
    margin: 0 auto;
    float: left;
}

}


/*================================== SECTION 4 ================================= */
body .row-fluid .home-section-4 {
    position: relative;
    min-height: 600px;
}

.home-section-4-left {
    max-width: 400px;
}

.home-section-4 p{
    margin-bottom:30px;
}

body .home-section-4-right {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px;
}


@media (max-width: 1024px) and (min-width: 768px){
body .container-fluid .row-fluid .home-section-4 {
    min-height: 500px;
}


}

@media(max-width:767px){
    
body .home-section-4-left {
    max-width: 100%;
    padding-top: 400px;
}

body .row-fluid .home-section-4-right {
    position: absolute;
    top: 0;
    height: 375px;
    bottom: auto;
    width: 100%;
    left: 0;
    right: 0;
}
body .container-fluid .row-fluid .home-section-4 {
    position: relative;
    min-height: auto;
    height: auto;
}
body .home-section-4-right {
    padding: 30px;
        text-align: center;
}

}

/*================================== SECTION 5 ================================= */

.home-section-5 {
    padding: 115px 0 76px;
}

.home-blog-rss .post-wrapper {
    max-width: 268px;
    margin: 0 auto;
}

.post-image {
    min-height: 114px;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
}

.home-blog-rss {
    padding-bottom: 68px;
}

.post-summary {
    margin-bottom: 22px;
}

.post-title {
    overflow: hidden;
    padding: 17px 0;
    border-bottom: 1px solid #fad968;
    margin-bottom: 12px;
}

.post-title img {
    width: 45px;
    float: left;
    margin-right: 13px;
}

.post-title h6, .post-title h6 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    text-align: left;
    color: #727277;
}

.post-url a:before {
    position: absolute;
    content: "\f105";
    font-family: fontawesome;
    right: 0;
    font-size: 16px;
}

.post-url a {
    opacity: 0.7;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #1fc0db;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding-right: 17px;
}

.post-url a:hover {
    color: #11b1d6;
}

.post-icon {
    width: 45px;
    float: left;
    margin-right: 13px;
    height: 45px;
    border: 1px solid;
    border-radius: 100%;
    padding: 8px;
    text-align: center;
}
 .post-icon {
    border: 1px solid #fad968;
}

.post-icon img {
    max-width: 22px;
    vertical-align: middle;
    margin: 0 auto;
        float: none;
}

.home-section-5 .post-title h6, .home-section-5 .post-title h6 a {
    padding-left: 58px;
    text-indent: -58px;
}



@media(max-width:767px){
body .home-section-5 {
    padding: 30px 0 60px;
}

body .home-blog-rss .post-wrapper {
    max-width: 315px;
}

.home-blog-rss .item.span4 {
    padding: 30px 0;
}

}





/*=======================================================================================
    About Us Page Styling [Sep-17]
=======================================================================================*/

@media(min-width: 768px){
    
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;
}

}










/*================================================================================
    How It Works Page Styling
================================================================================*/

/*===========================================
    Hero Section Styling
===========================================*/

@media(min-width: 768px){

.how-works-hero-section .home-page-serv>span.hs_cos_wrapper>.hs_cos_wrapper{
    flex-basis: 22%;
    -webkit-flex-basis: 22%;
}

}

.how-works-hero-section .head-text{
    margin-bottom: 15px;
}

.how-works-hero-section .head-text h1{
    color: #505056;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.how-works-hero-section .widget-type-cta{
    margin-top: 25px;
}

.how-works-hero-section .ser-link {
    display: none;
}

@media(min-width: 768px){
    
body .how-works-hero-section .head-text h1 {
    color: #505056;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}    
    
    
}














/*=======================================================
    FAQ Section Styling
=======================================================*/

.faq-section{
    background:#ffffff;
}

.faq-section .head-text{
    border-bottom:1px solid #11d175;;
}

.faq-section .left-col .accordion_group {
    margin-bottom: 8px;
}

.faq-section .left-col .accordion_header{
    cursor: pointer;
}

.faq-section .left-col .accordion_header h4{
    color: #12b1d6;
    padding-left: 22px;
    text-indent: -22px;
}

.accordion_content{
    color: #505056;
    /*max-width: 550px;*/
    padding: 10px 22px;
}

/*========Right Col=========*/

.faq-section .right-col h3{
    color: #505056;
}

.faq-section .right-col a.cta_button{
    background: #12b1d6;
}

.faq-section .left-col .accordion_header h4 i {
    min-width: 20px;
    left: 20px;
    position: relative;
}

body .two-col-cm:focus {
    outline: none;
}




/*--------------------------------------

----------------------------------------*/


body .container-fluid .row-fluid .product-hero{
    padding:202px 0;
}

body .container-fluid .row-fluid .inner-page-hero.product-hero .wrapper > .row-fluid-wrapper > .row-fluid{
    align-items:flex-start;
    justify-content: flex-start;
    min-height:auto;
}

.inner-page-hero.product-hero .content{
    padding:0;
}


body .container-fluid .row-fluid .product-section-two .content-section.pro-left-text {
    max-width: 43%;
    align-items: flex-start;
    justify-content: center;
}

body .container-fluid .row-fluid .bg-section.bg-right,
body .container-fluid .row-fluid .bg-section.bg-left{

    margin: 0 20px;
}

@media (max-width:767px){
.accordion {
    margin-bottom: 30px;
}

body .container-fluid .row-fluid .product-hero {
    min-height: auto;
    padding: 50px 0 0;
}
    
body .container-fluid .row-fluid .product-section-two .content-section.pro-left-text {
    max-width: 100%;
    align-items: flex-start;
    text-align: center;
    padding: 30px;
}

body .container-fluid .row-fluid .bg-section.bg-right,
body .container-fluid .row-fluid .bg-section.bg-left {
    max-width: calc(100% - 40px);
    margin: 0 20px!important;
}

body .container-fluid .row-fluid .bg-wrapper .content-section {
    padding: 40px 20px;
}

}


/*--------------------------------------

----------------------------------------*/

body .container-fluid .row-fluid .product-section-one{
    background:#ffffff;
    position:relative;
    padding:100px 0 10px;
}

body .container-fluid .image-right-pro {
    padding: 0 20px;
}

body .image-left-pro {
    padding: 20px;
}

body .container-fluid .row-fluid .product-section-one .wrapper{
    max-width:1030px;
}


body .container-fluid .row-fluid .product-section-one .content-section{
    max-width:366px;
    min-height:535px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

@media (min-width:768px) and (max-width:1024px){
    
    body .container-fluid .row-fluid .product-section-one .content-section{
        max-width:43%;
    }

body .container-fluid .row-fluid .product-section-one {
    background: #ffffff;
    position: relative;
    padding: 50px 0 10px;
}
body .container-fluid .row-fluid .bg-section.bg-right,
body .container-fluid .row-fluid .bg-section.bg-left{

    margin: 0 20px;
}


}

@media (max-width:767px){
    
    body .container-fluid .row-fluid .image-left-pro{
    padding: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}


    body .container-fluid .row-fluid .product-section-one .wrapper{
        padding:0;
    }
    
    body .container-fluid .row-fluid .product-section-one {
    padding: 50px 0 0;
}
    
    body .container-fluid .row-fluid .product-section-one .content-section {
        max-width: 100%;
        min-height: auto;
        display: block;
        float: none;
        text-align:center;
    }
    
}


/*--------------------------------------

----------------------------------------*/



body .container-fluid .row-fluid .product-section-two{
    background:#ffffff;
    position:relative;
    padding:100px 0;
    background-image: linear-gradient(125deg, #ffffff, #f2f3f4);
}

body .container-fluid .row-fluid .product-section-two .wrapper{
    max-width:1030px;
}

body .container-fluid .row-fluid .product-section-two .content-section{
    max-width:366px;
    min-height:459px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

@media (min-width:768px) and (max-width:1024px){
    
    body .container-fluid .row-fluid .product-section-two .content-section{
        max-width:43%;
    }

}

@media (max-width:767px){
    
    body .container-fluid .row-fluid .product-section-two .wrapper{
        padding:0;
    }
    
    body .container-fluid .row-fluid .product-section-two .wrapper > .row-fluid-wrapper > .row-fluid{
        display:flex;
        flex-direction:column-reverse;
    }
    
    body .container-fluid .row-fluid .product-section-two .content-section {
        max-width: 100%;
        min-height: auto;
        display: block;
    }
    
    body .container-fluid .row-fluid .product-section-two {
        padding: 70px 0 0;
    }
    
}





/*--------------------------------------

----------------------------------------*/

.product-section-three{
    background-color: #fafafb;
    border: solid 0 #505056;
}

body .container-fluid .row-fluid .product-section-three .wrapper {
    max-width: 980px;
}

.product-section-three h2{
    color: #727277;
}

.product-section-three .plans{
    margin-bottom:69px;
}

.product-section-three .plans ul{
    margin-top:32px;
    list-style:none;
    padding:0;
    display: flex;
}

.product-section-three .plans ul li{
    list-style:none;
    padding:0 27px;
    position:relative;
    flex: 1 1 auto;
}

.product-section-three .plans ul li:before{
    position:absolute;
    content:'';
    width:2px;
    height:104%;
    top:0px;
    right:0;
    background:#979797;
}

.product-section-three .plans ul li:last-child:before{
    display:none;
}

.product-section-three .plans ul li h3,
.product-section-three .plans ul li h5{
    margin:0;
    text-align: center;
    line-height:32px;
    font-weight: 400;
}

.product-section-three .plans ul li h5{
    font-size:16px;
}

.product-section-three #abs-value h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin:13px 0 2px;
    color: #727277;
}

.product-section-three #abs-value h5{
    font-size: 16px;
    line-height: 1.5;
    color: #727277;
    font-weight:400;
    margin:0;
}

.product-section-three .slider{
    margin-bottom:40px;
}



/*--------------------------------------

----------------------------------------*/

.product-section-four{
    padding:102px 0;
}

body .container-fluid .row-fluid .product-section-four .wrapper{
    max-width: 990px;
}

.product-section-four .column{
    padding-bottom:15px;
    position:relative;
}

.product-section-four .column-image{
    margin-bottom:15px;
}

.product-section-four .icon{
    max-width:45px;
}

.product-section-four .icon img{
    border-radius:100%;
    overflow:hidden;
}

.product-section-four .column .icon-heading{
    padding-bottom:16px;
    margin-bottom:12px;
}

.product-section-four .column-1 .icon-heading{
    border-bottom:1px solid #1fc0db;
}

.product-section-four .column-2 .icon-heading{
    border-bottom:1px solid #8f58af;
}

.product-section-four .column-3 .icon-heading{
    border-bottom:1px solid #a3a7aa;
}


.product-section-four .column-1 .icon-heading > .row-fluid-wrapper > .row-fluid{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product-section-four .column.icon-heading .content{
    width: auto;
    margin-left: 4.5%;
}

.product-section-four .icon-heading h5{
    font-size: 16px;
    line-height: 1.38;
}

.product-section-four .column .continue-reading-cta{
    position:absolute;
    left:0;
    bottom:0;
}

.product-section-four .column .continue-reading-cta a.cta_button{
    background:transparent;
    padding:0;
    color: #11b1d6;
    font-size:12px;
}

.product-section-four .column .continue-reading-cta i.fa{
    font-weight:bold;
    padding-left:5px;
}

.product-section-four .column .description{
    margin-bottom:18px;
}

.product-section-four .resources-cta{
    margin-top:60px;
}

@media (min-width:768px){
    
    body .container-fluid .row-fluid .product-section-four .wrapper > .row-fluid-wrapper > .row-fluid .column:last-child{
        margin-right:0;
    }
    
    body .container-fluid .row-fluid .product-section-four .column {
        width: 28.5%;
        margin: 0;
        margin-right: 7.5%;
    }
    
    
    
    
}

@media (max-width:767px){
    
    .product-section-four .column {
        margin-bottom: 50px;
    }
    
    .product-section-four .column-1 .icon-heading > .row-fluid-wrapper > .row-fluid {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .product-section-four .icon-heading .content {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    
}

.content-section p, .content-section ul li {
    margin-bottom: 10px;
}

/*================================== MESSAGE SECTIONS ================================= */
/*=============MESSAGE SECTION RIGHT============= */

.message-section-right .left-col,
.message-section-right .right-col{
    width:50%;
    margin:0;
}

.message-section-right .right-col{
    padding: 100px 6%;
}
.message-section-right .left-col{
    padding:85px 60px;
    text-align:center;
}

.message-section-right .right-col h3{
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: left;
    color: #505056;
    line-height:normal;
    margin-bottom:5px;
    font-family: 'Montserrat',sans-serif;
    margin-bottom:36px;
}
.message-section-right .right-col p,
.message-section-right .message-body{
    font-size: 13.5px;
    line-height: 1.6;
    text-align: left;
    color: #505056;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
}

.message-section-right .left-col .message-image{
    text-align:left;
}

@media (min-width: 768px) and (max-width: 1024px){
    .message-section-right .right-col{
        padding: 11% 3%;
    }
}

@media(max-width:767px){
    .message-section-right .left-col,
    .message-section-right .right-col{
        width:100%;
    }
    
    .message-section-right .right-col{
        padding: 3%;
    }
    
    .blockContainer{
        display: flex !important;
        flex-direction: column-reverse;
    }
}

/*=============MESSAGE SECTION LEFT============= */
.message-section-left .left-col,
.message-section-left .right-col{
    width:50%;
    margin:0;
}

.message-section-left .left-col{
    padding: 100px 6%;
}
.message-section-left .right-col{
    padding:85px 60px;
    text-align:center;
}

.message-section-left .left-col h3{
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: left;
    color: #505056;
    line-height:normal;
    margin-bottom:5px;
    font-family: 'Montserrat',sans-serif;
    margin-bottom:36px;
}
.message-section-left .left-col p,
.message-section-left .message-body{
    font-size: 13.5px;
    line-height: 1.6;
    text-align: left;
    color: #505056;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
}

.message-section-left .right-col .message-image{
    text-align:left;
}

@media (min-width: 768px) and (max-width: 1024px){
    .message-section-left .left-col{
        padding: 11% 3%;
    }
}

@media(max-width:767px){
    .message-section-left .left-col,
    .message-section-left .right-col{
        width:100%;
    }
    
    .message-section-left .left-col{
        padding: 3%;
    }
}


.two-col-container span6.left-col,
.two-col-container span6.right-col{
    background-size:370px auto;
}




/*=================================
            Product
===================================*/

.rangeslider,
.rangeslider__fill {
  display: block;
    box-shadow:none;
    border-radius:100px;
}

.rangeslider {
background: rgba(67, 221, 144, 0.3);
  position: relative;
}

.rangeslider--horizontal {
  height: 10px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
      background-image: linear-gradient(to right, #1fc0db, #43dd90);
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  position: absolute;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #41e0da;
    box-shadow: 0 2px 4px 0 rgba(80, 80, 86, 0.52);
    border: solid 4px #ffffff;
}
.rangeslider__handle:after {
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -4px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #41e0da;
    box-shadow: 0 2px 4px 0 rgba(80, 80, 86, 0.52);
    border: solid 4px #ffffff;
}
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -9px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}


body .why-peo .two-col-cm {
    background-image: none;
}





.banner-serv>span.hs_cos_wrapper{
    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-left: -3%;
    justify-content: center;
}

.banner-serv>span.hs_cos_wrapper>.hs_cos_wrapper {
    flex-basis: 30%;
    -webkit-flex-basis: 30%;
    float: left;
    margin-left: 3%;
    margin-bottom: 25px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}




.banner-serv>span.hs_cos_wrapper>.hs_cos_wrapper>.span12 {
    max-width: 268px;
    margin: 0 auto;
    float: none;
}



@media(max-width:767px){

body .banner-serv>span.hs_cos_wrapper>.hs_cos_wrapper>.span12 {
    padding-left: 20px;
    max-width: 300px;
    float: left;
}  
    body .banner-serv>span.hs_cos_wrapper {
        display: block;
    }
    
    body .banner-serv>span.hs_cos_wrapper>.hs_cos_wrapper {
        margin: 0 auto;
        max-width: 100%;
        float: left;
        margin-left: auto;
        width: 100%;
        display: block;
        box-sizing: border-box;
        align-self: stretch;
        transition: all .4s ease-out;
        padding:12px 0;
    }

}

/****************AMBASSADOR PAGE BANNER SECTION**********************/
body .row-fluid-wrapper .row-fluid  .ambassador-section-hero{
    position:relative;
}

body .row-fluid-wrapper .row-fluid .ambassador-section-hero .ambassador-hero-left{
    width:50%;
    margin:0;
    display:flex;
    justify-content:center;
    align-items:right;
    flex-direction:column;
    min-height:640px;
}

body .row-fluid-wrapper .row-fluid .ambassador-section-hero .ambassador-hero-content{
    width:50%;
    margin:0;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    min-height:640px;
    padding-left:71px;
}

.ambassador-hero-left {
    max-width: 396px;
}

body .container-fluid .row-fluid .ambassador-section-hero .widget-type-cta  {
    text-align:left;
}

@media(min-width:768px){
    body .container-fluid .row-fluid .ambassador-hero-content {
        position: absolute;
        width: 50%;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

@media(min-width:768px) and (max-width:1024px){
    body .row-fluid-wrapper .row-fluid .ambassador-section-hero .ambassador-hero-left{
       min-height:360px;
    }
    body .row-fluid-wrapper .row-fluid .ambassador-section-hero .ambassador-hero-content{
       min-height:360px;
    }
}

@media(max-width:767px){
    .page-menu-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        float: left;
    }
    
    body .container-fluid .row-fluid .page-menu-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
        width: 100%;
        text-align: left;
        float: none;
        display: block;
    }
    
    .ambassador-section-hero .equal-height-container>.row-fluid-wrapper>.row-fluid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    
    body .row-fluid-wrapper .row-fluid .ambassador-section-hero .ambassador-hero-left{
       width:100%;
       min-height:240px;
    }
    body .row-fluid-wrapper .row-fluid .ambassador-section-hero .ambassador-hero-content{
       width:100%;
       min-height:240px;
       margin-bottom: 30px;
    }
    
    .ambassador-hero-left {
        max-width: 100%;
    }
}

/****************AMBASSADOR SECTION 1**********************/
.ambassador-section-one {
    padding: 100px 0;
}


body .container-fluid .row-fluid .ambassador-section-one.heading {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-bottom: 50px;
    padding-top:0;
}

body .container-fluid .row-fluid .ambassador-section-one .widget-type-cta  {
    text-align:center;
}

body .container-fluid .row-fluid .ambassador-section-one a.cta_button{
    margin-top:40px;
    font-size: 13.6px;
    font-weight: bold;
    padding:15px;
    text-align: center;
    color: #feffff;
}



/****************WHY PEO SECTION 2**********************/
.why-peo-section-two .first-row{
    padding:193px 0;
    position:relative;
}

.why-peo-section-two .second-row{
    padding:193px 0;
    position:relative;
}

body .container-fluid .row-fluid .why-peo-section-two .content-section {
        max-width: 366px;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex; 
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center; 
}

body .container-fluid .row-fluid .why-peo-section-two .second-row .content-section {
    max-width: 366px;
}

.why-peo-section-two .content-section .widget-type-cta{
    margin-top:30px;
    text-align:left;
}

@media (min-width:768px) and (max-width:1024px){
    
    body .container-fluid .row-fluid .why-peo-section-two .content-section,
    body .container-fluid .row-fluid .why-peo-section-two .second-row .content-section{
        max-width: 43%;
    }
    body .why-peo-section-two .second-row {
        padding: 93px 0;
    }
    body .why-peo-section-two .first-row {
        padding: 93px 0;
    }

}


@media (max-width:767px){
    
    body .container-fluid .why-peo-section-two .wrapper{
        padding:0;
    }
    .why-peo-section-two {
        padding: 30px 0;
    }
    body .container-fluid .row-fluid .why-peo-section-two .content-section,
    body .container-fluid .row-fluid .why-peo-section-two .second-row .content-section{
        padding: 25px 20px 40px;
        max-width: 100%;
        /*min-height: 450px;*/
        height: 1px;
        display: block;
        height: auto;
        overflow:hidden;
    }
    
    .why-peo-section-two .first-row,
    .why-peo-section-two .second-row{
        padding: 0;
    }
    
    body .container-fluid .row-fluid .why-peo-section-two .second-row .wrapper>.row-fluid-wrapper>.row-fluid {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;
        -webkit-flex-direction: column-reverse; 
        flex-direction: column-reverse;
    }
    
}















/*================================== BANNER SECTION ================================= */


.banner-section .left-col,
.banner-section .right-col{
    text-align:center;
}

.banner-section .left-col h1{
	font-weight: 300;
	letter-spacing: 0.7px;
	text-align: left;
	color: #505056;
	max-width:390px;
}

.banner-section .right-col h1{
	font-weight: 300;
	letter-spacing: 0.7px;
	text-align: right;
	color: #505056;
	margin:0;
}

.banner-section .right-col .section-header{
    margin:75px 0 40px 0;
}





body .container-fluid .row-fluid .banner-section .widget-type-cta.email-contact-cta{
    max-width:135px;
}

body .container-fluid .row-fluid .banner-section .widget-type-cta  {
    text-align: right;
    max-width: 148px;
}



@media (min-width: 768px) and (max-width: 1024px){
    
    body .row-fluid-wrapper .row-fluid .banner-section .wrapper{
        padding:0 20px;
    }
    
    .banner-section .left-col,
    .banner-section .right-col{
        padding:0 2%;
    }
    
    
    .banner-section .right-col img{
        max-width:280px;
        height:auto;
    }
    

}

@media(max-width:767px){

.banner-section h3 {
    text-align: center;
}

    .banner-section .left-col h1{
        margin: 0;
        margin-bottom: 10px;
    }

    .banner-section .left-col img{
        max-width:100%;
        height:auto;
    }
    
    .banner-section .right-col img{
        max-width:100%;
        height:auto;
    }
    
    .banner-section .right-col{
        margin-top:10px;
    }
    
    body .container-fluid .row-fluid .banner-section .widget-type-cta  {
        margin-left:20px;
    }
}

/*================================== SECTION TWO SECTION ================================= */
body .row-fluid-wrapper .row-fluid .section-two{
    background-color:#EEEFF1;
}

.section-two .left-col,
.section-two .right-col{
    width:50%;
    margin:0;
}

.section-two .left-col{
    padding: 15% 5% 8% 17%;
}
.section-two .left-col h2{
    margin-bottom:10px;

}
.section-two .left-col h3{
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    color: #505056;
    font-weight:400;
}


body .section-two .right-col .message-image{
    /*text-align:right;*/
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px){
    .section-two .left-col{
        padding: 11% 3%;
    }
}

@media(max-width:767px){
    .section-two .left-col,
    .section-two .right-col{
        width:100%;
    }
    
    .section-two .left-col{
        padding: 3%;
    }
}

/*================================== SECTION THREE SECTION ================================= */
.section-three {
    padding: 100px 0;
}

.banner-serv>span.hs_cos_wrapper{
    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-left: -3%;
    justify-content: center;
}

.banner-serv>span.hs_cos_wrapper>.hs_cos_wrapper {
    flex-basis: 30%;
    -webkit-flex-basis: 30%;
    float: left;
    margin-left: 3%;
    margin-bottom: 25px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.services-modules h6 {
    font-weight: 400;
}


.banner-serv>span.hs_cos_wrapper>.hs_cos_wrapper>.span12 {
    max-width: 268px;
    margin: 0 auto;
    float: none;
}

body .container-fluid .row-fluid .section-three .heading {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-bottom: 50px;
    padding-top:0;
}

body .container-fluid .row-fluid .section-three .widget-type-cta  {
    text-align:center;
}

body .container-fluid .row-fluid .section-three a.cta_button{
    margin-top:40px;
    font-size: 13.6px;
    font-weight: bold;
    padding:15px;
    text-align: center;
    color: #feffff;
}

.section-three h1{
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.7px;
    text-align: center;
    color: #505056;
    margin-bottom:10px;
}

.section-three h2{
    font-size: 18px;
    line-height: 1.43;
    text-align: center;
    font-weight:400;
    color: #505056;
}



.ser-icon img {
    /*max-width: 100%;*/
    max-width: 104px;
}

.ser-link {
    display: none;
}

.ser-desc h6 {
    line-height: 1.47;
    text-align: left;
    color: #3d3f3f;
    padding-bottom: 7px;
    margin-bottom: 10px;
        font-weight: bold;
}


.ser-link {
    padding: 28px 0 0;
}

.ser-link a {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #11b1d6;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    opacity: .85;
}

.ser-link a:hover {
    opacity: 1;
}
.ser-link a:before {
    content: "\f105";
    position: absolute;
    font-family: fontawesome;
    right: 0;
    font-weight: bold;
    font-size: 15px;
}


}

/*================================== CHANGING GAME WITH AUTOMATION SECTION ================================= */


.changing-game-section .left-col,
.changing-game-section .right-col{
    width:50%;
    margin:0;
}

.changing-game-section .right-col{
    padding: 2% 17% 6% 5%;
}
.changing-game-section .right-col h2{
    letter-spacing: 0.5px;
    margin-bottom:10px;
}
.changing-game-section .right-col h3{
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    color: #505056;
    font-weight:400;
}

.changing-game-section .left-col .message-image{
    text-align:left;
}
.changing-game-section.custom-module-two-cols .left-col .message-image{
    padding-left:71px;
}
@media (min-width: 768px) and (max-width: 1024px){
    .changing-game-section .right-col{
        padding: 0;
    }
    body .row-fluid-wrapper .row-fluid .changing-game-section .left-col,
    body .row-fluid-wrapper .row-fluid .changing-game-section .right-col{
        min-height: 0;
    }

}

@media(max-width:767px){
    .changing-game-section .left-col,
    .changing-game-section .right-col{
        width:100%;
    }
    .changing-game-section.custom-module-two-cols .left-col .message-image{
        padding:0;
        text-align:center;
    }
    .changing-game-section.custom-module-two-cols .left-col .message-image img{
        
    }
    
    .changing-game-section .right-col{
        padding: 3%;
    }
}

/*==================================TESTIMONIAL SECTION================================= */

.testimonial-section {
    position: relative;
    z-index: 1;
}

.testimonial-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(253deg, #43dd90, #1fc0db);
    top: 0;
    bottom: 0;
    z-index: -1;
}

body .container-fluid .row-fluid .testimonial-section .heading{
    max-width:1200px;
    padding-top:0;
}

.testimonial-section .heading h2{
    font-size: 27.8px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    margin:0;
}

.testimonial-section .heading h3{
     font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
    font-weight:500;
}

body .container-fluid .row-fluid .testimonial-section .widget-type-cta{
    text-align:center;
    margin-top:72px;
}

.testimonial-slider .slick-list {
    max-width: 757px;
    margin: 0 auto;
}
img.slick-arrow {
    max-width: 55px;
}

img.slick-prev.slick-arrow {
    position: absolute;
    top: 70px;
    left: 0;
    cursor: pointer;
}

img.slick-next.slick-arrow {
    position: absolute;
    top: 70px;
    right: 0;
    cursor: pointer;
}

.blockquote-content {
    font-size: 24px;
    color: #ffffff;
}

.person-detail {
    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;
}

.person-image {
    padding-right: 14px;
}

.person-image img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.person-info h4 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom:3px;
}

.person-info p {
    font-size: 14px;
    color: #ffffff;
}

body .slick-slide:focus {
    outline: none;
}

@media (max-width: 1024px) and (min-width: 768px){
    body .testimonial-slider .slick-list {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media(max-width:767px){
    body .testimonial-section {
        padding: 40px 0;
    }
    
    body .blockquote-content {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 1.5;
    }
    
    body .row-fluid img.slick-arrow {
        position: absolute;
        top: auto;
        width: 30px;
        bottom: -25px;
    }
    body .person-info.vertical-center {
        display: flex;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    
    body .person-image {
        padding-right: 14px;
        min-width: 74px;
    }
}

/*==================================TESTIMONIAL SECTION================================= */
.partner-section{
    padding:50px 0;
}

body .container-fluid .row-fluid .partner-section .wrapper{
    padding:0;
    /*max-width:1300px;*/
}

.partner-section img{
    max-width: 140px;
    height: auto;
    margin: 0 10%;
}

@media (max-width: 1024px) and (min-width: 768px){
    
    .partner-section img{
        max-width: 100px;
        height: auto;
        margin: 0 5%;
    }
}

@media(max-width:767px){
    
    .partner-section img{
        max-width: 100%;
        height: auto;
        margin: 0;
    }
    
    .partner-image{
       text-align:center;
    }
}



body .container-fluid .row-fluid .bg-wrapper{
    position:relative;
}

body .container-fluid .row-fluid .bg-section.bg-left{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    height:100%;
    width:50%;
    z-index:2;
    pointer-events:none;
}


body .container-fluid .row-fluid .bg-section.bg-right{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    height:100%;
    width:50%;
    pointer-events:none;
    z-index:2;
}

@media (max-width: 1024px) and (min-width: 768px){
    
    body .container-fluid .row-fluid .bg-wrapper .content-section {
        max-width: 43%;
    }
    
    
}


@media (max-width: 767px){
    
    body .container-fluid .row-fluid .bg-wrapper .content-section {
        padding:100px 20px;
    }
    
    body .container-fluid .row-fluid .bg-section.bg-right,
    body .container-fluid .row-fluid .bg-section.bg-left{
        width:100%;
        position:relative;
        min-height:250px;
    }
    
    body .container-fluid .row-fluid .bg-wrapper .content-section {
        max-width: 100%;
        min-height: auto;
        display: block;
    }
    
    
}


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

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

body .container-fluid .row-fluid .inner-page-hero {
    min-height:630px;
}

body .container-fluid .row-fluid .inner-page-hero .wrapper{
    max-width: 1010px;
}

body .container-fluid .row-fluid .inner-page-hero .wrapper > .row-fluid-wrapper > .row-fluid {
    min-height: 630px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.inner-page-hero .content{
    max-width: 366px;
    float:right;
    padding:100px 0;
}

.inner-page-hero h3{
    margin-bottom:15px;
}

.inner-page-hero h3+p{
    margin-bottom:30px;
}

.inner-page-hero a.cta_button{
    background: #11b1d6;
}

.inner-page-hero a.cta_button:hover{
    background-color: #10a2c4;
}


@media (max-width:767px){
    
    body .container-fluid .row-fluid .inner-page-hero {
        min-height: 569px;
    }
    
    body .container-fluid .row-fluid .inner-page-hero .wrapper > .row-fluid-wrapper > .row-fluid {
        min-height: 569px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
    
    .inner-page-hero .content {
        max-width: 100%;
        float: none;
        padding: 90px 0;
    }
    
    
}

body .subscribe-options {
    padding: 15px;
}

body .subscribe-options label {
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
}

.widget-type-email_subscriptions_confirmation br, .widget-type-email_subscriptions_confirmation .page-header {
    padding: 0;
}

.widget-type-email_subscriptions_confirmation br {
    display: none; 
}






body.media-kit-page h1,
body.media-kit-page h2,
body.media-kit-page h3,
body.media-kit-page h4,
body.media-kit-page h5,
body.media-kit-page h6 {
    margin-bottom: 10px;
    margin-top: 20px;
}

body.media-kit-page .team-member-portfolio .text-module h4,
body.media-kit-page .team-member-portfolio .text-module h5{
    margin: 0;
}

body.media-kit-page .two-col-cm {
    background-image: none;
}

/*body.media-kit-page .body-container-wrapper {*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*body.media-kit-page .body-container-wrapper:before {*/
/*    opacity: 0.5;*/
/*    background-image: linear-gradient(251deg, #ffffff, #f2f3f4);*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*    z-index: -1111;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/

body.media-kit-page .product-section-three {
    background-color: #fafafb00;
    
}

/* AddThis Mobile */

@media (max-width:767px){
    

  #hubspot-messages-iframe-container {
      z-index: 2147483647 !important;
  }
    
    
}





