



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

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 14, 2015 */



@font-face {
    font-family: 'proxima_novalight';
    src: url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanoav-light/proximanova-light-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanoav-light/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanoav-light/proximanova-light-webfont.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanoav-light/proximanova-light-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanoav-light/proximanova-light-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanoav-light/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'proxima_novabold';
    src: url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanova-bold/proximanova-bold-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanova-bold/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanova-bold/proximanova-bold-webfont.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanova-bold/proximanova-bold-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanova-bold/proximanova-bold-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanova-bold/proximanova-bold-webfont.svg#proxima_novabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanova-regular-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanova-regular-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Fonts/proximanova-regular-webfont.svg#proxima_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


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

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



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


body{
    overflow-x: hidden;  /*To remove horizontal scroller*/  
    
}

.footer-container-wrapper, .footer-container-wrapper .wrapper{
    overflow-y: hidden;     /*To remove horizontal scroller*/  
}


.container-fluid .row-fluid .wrapper{
    max-width: 980px;
    width: 100%;
    padding:0px 10px;
}

h1,h2,h3{
    font-family: "Soho Gothic W01 Light",sans-serif;
}

li, .cta_button{
    font-family: "Soho Gothic W01 Regular",sans-serif;
}

p{
    font-family: 'proxima_novalight';
}

h4{
    font-family: "Proxima N W01 Reg",sans-serif;
}

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

  
.header-container-wrapper{
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10;
    padding: 18px 0px 0px;  
}

body .container-fluid .row-fluid [class*="span"].header-nav li a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    
}

.header-nav .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal{
    line-height: 0px;
    float: right;
}

body .container-fluid .row-fluid [class*="span"].header-nav li a:hover{
    color: #99cc00;
}


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

.header-nav .hs-menu-wrapper>ul>li {
    padding: 7px 8px 25px;
}

.header-nav .cta_button{
    padding: 4px 2px;
    background: #99cc00;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 95px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border: 0;
    margin-top: 3px;
    font-weight: 400;
    letter-spacing: 0px;
}

.header-nav .cta_button:hover{
    background: #c2e066;
    color: #ffffff;
}


body .guana-bg .bg-container video.other-bg-in-viewport{
    display: block;
}

body .guana-bg .bg-container{
    opacity: 1;
}

body .guana-bg .bg-container.safari-opacity {
    opacity: 0.1;
}

.header-container-wrapper.sticky {
    position: fixed;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .6s;
    -moz-transition: all .5s;
    transition: all .6s;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
    z-index: 100;
}

.sticky .container-fluid .row-fluid .wrapper {
    max-width: 916px;
}

.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background: rgba(0, 0, 0, 0.84);
    top: 56px;
    left: 0px;
    padding: 0 10px;
}

body .header-container-wrapper .row-fluid [class*="span"] ul.hs-menu-children-wrapper li{
    padding: 12px 0;
    border-bottom: 1px solid #666666;
}

body .header-container-wrapper .row-fluid [class*="span"] ul.hs-menu-children-wrapper li:last-child{
    border-bottom: 0px;
}


@media(min-width: 1025px){
    .row-fluid [class*="span"].header-nav{
        width: 100%;
        max-width: 658px;
        float: right;
    }
    
    .header-nav .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal{
        margin-right:16px;
    }

}

@media(max-width:1024px){
    
    .header-container{
        position: relative;
    }
    
    .header-nav .custom-menu-primary.js-enabled{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        margin: 0 auto;
    }
    
    .header-nav .cta_button{
        display: none;
    }
    
    .header-container-wrapper{
        padding:13px 0;
    }
    
    .row-fluid [class*="span"].hedaer-logo{
        text-align: right;
        width: 100%;
    }
    
    
    .row-fluid [class*="span"].header-nav{
        width: 100%;
        max-width: 100%;
        margin: 0px;
    }
    
    
    .header-container .custom-menu-primary.js-enabled .span10.widget-type-menu{
        width: 100%;
    }
    
    body .header-nav .hs-menu-wrapper>ul>li a{
        padding: 12px 10px;
    }
    
    body .header-container-wrapper ul.hs-menu-children-wrapper li a{
        font-family: "Soho Gothic W01 Light",sans-serif;
        padding:0px;
    }
    

}

@media(min-width:768px) and (max-width: 1024px){  
    
    .header-nav li a{
        font-size: 12px;
    }
    
    .header-nav .hs-menu-wrapper>ul>li{
        padding: 7px 6px 25px;
    }
    
    .header-nav .cta_button{
        font-size: 12px;
    }
}



@media(max-width:767px){

.client-section ul li a{
    display:block;
}

.header-container-wrapper.sticky{
    padding-bottom: 20px;
    padding-top: 25px;
}

}





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



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

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

/* 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) {
      .header-container-wrapper .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }


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


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

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

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


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


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

  .mobile-trigger{
    display: inline-block!important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 45px;
    height: 45px;
    padding: 9px 12px;
    background: transparent;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
    color: #fff;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #f2f2f3; 
    border-color: transparent;
  }

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


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

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


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 100% !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);
    float: right;
    right: 20px;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

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

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .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: 10px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

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

  /* Level 2 and Higher Menu List Styles */
  .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 */
  }
}


   


/*==============================================================
  Body Styling
  ==============================================================*/
  
div#hs_cos_wrapper_widget_3700098222:before {
    content: ""; 
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    /* background: rgba(0, 79, 138, 0.49); */
    background: rgba(238,238,238,0.8);
}

.section-hero{
    padding: 200px 0px 64px;
    text-align: center;
    color: #fff;
}

.section-hero h1{
    font-weight: 300;
    text-transform: none;
    padding-bottom: 43px;
    color: #004f8a;
}

.section-hero .down-arrow {
    margin-top: 62px;
}

.section-hero .video-play{
    cursor: pointer;
    width:60px;
    background: rgba(0, 79, 138, 0.49);
    border-radius: 60px;
}

/*
.modal-video.modal-open iframe.wistia_embed.test{
    height:100vh!important;
}
*/



@media(max-width:767px){
    .section-hero .modal-video .close{
        width:40px;
    }
}


/*=============================================================
  Client Section
  ============================================================*/
  
.client-section, .cab-client-section{
    padding: 9.5px 0px;
}

.cab-client-section {
    padding-bottom: 30px;
}

.cab-client-section h3 {
    text-align: center;
    color: #004f8a;
    margin: 25px 0;
}
  
.client-section ul, .cab-client-section ul{
   list-style: none;
    padding: 0;
    margin: 0 auto;
    float: none;
    text-align: center;
}

.client-section li, .cab-client-section li{
    padding: 0px 13px;
    display: inline-block;
    vertical-align: middle;
}

.cab-client-section li {
    padding: 0px 6%;
}

.client-section li img, .cab-client-section li img {
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s;
    vertical-align: middle;
}

.client-section li img:hover, .cab-client-section li img:hover {
    opacity: 1;
}

/*======================================================
  Pattern New 
  =================================================*/
.pattern-new h2{
    text-transform: none;
    padding-bottom: 23px;
    color: #044f88;
}

.pattern-new h3{
    
}

.pattern-new p{
    margin: 27px 0px 32px;
}

.section-fb-messenger img{
    padding-top: 30px;
}

@media(min-width:1025px){

.pattern-new{
    height: 100vh;
}
}

/*============================================================
  Section TEI Report
  ===========================================================*/
  

.section-tei-report-bg{
    padding:168px 0px 0px;
}

/*============================================================
  Section Service
  ===========================================================*/
  
.section-service-bg{
    padding:168px 0px 0px;
}

.section-service-2col{
    padding-bottom: 273px;
}

.floating-btn {
    /*position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: transparent;*/
}

.floating-btn ul{
    list-style: none;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
}

.floating-btn li{
    display: inline-block;
    padding: 0 9px;
    position: relative;
}

.floating-btn li .hover-cta-img img{
    position: absolute;
    left: 9px;
    opacity:0;
    top: 0px;
}

.floating-btn li:hover .cta_button img{
    opacity:0;
}

.floating-btn li:hover .hover-cta-img img{
    opacity:1;
    display: block;
}

.floating-btn .cta_button{
    border: 0px;padding:0px;
}

.floating-btn .cta_button:hover{
    background: none;
}

/*=============================================================
  Section Fb Messenger
  =============================================================*/
  
.section-fb-messenger{
    padding: 174px 0px 186px;
}

/*=============================================================
  Section Travel
  =============================================================*/
  
.section-travel{
    padding: 174px 0px 186px;
}


/*==========================================================
  Section Faststart
  ==========================================================*/
  
.section-faststart{
    padding:175px 0px 250px;
}


/*=========================================================
  Section Learning Center
  ========================================================*/
  
.section-learning-center{
    padding: 172px 0px 211px;
}

/*=======================================================
  Get In Touch Form
  =====================================================*/
  
.get-in-touch{
    background: #3372a1;
    padding:50px 0px 85px;
    color: #fff;
    transform: translateY(1px);
}

.get-in-touch h2{
    padding-bottom:40px;   
    text-transform: none;
}


.get-in-touch form{
    position: relative;
}

.get-in-touch form.hs-form input, .get-in-touch form.hs-form select, .get-in-touch form.hs-form textarea{
    height: 40px;
    border: 0px;
    border-radius: 3px;
    font-size: 16px;
    font-family: "Proxima N W01 Reg",sans-serif;
}

.get-in-touch form.hs-form .actions input{
    position: absolute;
    top: 0px;
    right: 0px;
}

.get-in-touch form.hs-form .actions input{
    padding: 5px 21.5px;
    background: #9c0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 0;
    font-weight: 300;
    letter-spacing: 0px;
font-family: "Soho Gothic W01 Regular",sans-serif;    
    
}

.get-in-touch form.hs-form input:focus, .get-in-touch form.hs-form select:focus, .get-in-touch form.hs-form textarea:focus{
    outline: none;
}

.hs-input.invalid.error{
    border: 1px solid red;
}

.get-in-touch form.hs-form .actions input:focus{
    outline: none;
}

.get-in-touch form.hs-form .actions input:hover{
    background: #c2e066;
}

.get-in-touch form ul.hs-error-msgs{
    margin: 0px;
   
}

.get-in-touch form .hs-form-field{
     position:relative;
}

.get-in-touch form ul.hs-error-msgs label{
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 40px;
}

body form input:focus:required:invalid:focus, body form textarea:focus:required:invalid:focus, body form select:focus:required:invalid:focus{
    border: 0px;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   color: #999;
   font-size: 16px;
   opacity: 1;
   font-family: "Proxima N W01 Reg",sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
    color: #999;
   font-size: 16px;
   opacity: 1;
   font-family: "Proxima N W01 Reg",sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #999;
   font-size: 16px;
   opacity: 1;
   font-family: "Proxima N W01 Reg",sans-serif;
}
:-ms-input-placeholder { /* IE10 */
    color: #999;
   font-size: 16px;
   opacity: 1;
   font-family: "Proxima N W01 Reg",sans-serif;
}

@media(min-width:768px){
    .get-in-touch .hs-form fieldset.form-columns-2 .hs_firstname.hs-form-field{
            width: 100%;
            max-width:300px;
            margin-right:30px;
            padding:0px;
    }  
    
    .get-in-touch .hs-form fieldset.form-columns-2 .hs_email.hs-form-field{
        max-width: 450px;
        width:100%;
        padding:0px;
    }
}

@media(max-width: 767px){
    body .get-in-touch form.hs-form fieldset .hs-form-field{
        width: 100%;
    }
    
}

@media(max-width: 1024px){
    .get-in-touch form.hs-form .actions input{
        position:relative;
    }    
}

/*=====================================================
  Latest News Section
  ====================================================*/
  
.latest-news{
    padding: 45px 0px;
    background: #eeeeee;
    margin-bottom:-1px;
}

.latest-news .col{
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px rgba(37, 36, 36, 0.52);
}

.latest-news .left-col{
    position: relative;
}

.latest-news h3{
    color: #044f88;
}

.latest-news .tweets ul li{
    position: relative;
}

body .container-fluid .row-fluid .user{
    margin: 0px;
    padding: 0px;
    text-indent: -5px;
}

@media(max-width:1024px){
.latest-news .timePosted{
    font-size: 12px;
}
}

@media(min-width:768px){

.latest-news .timePosted{
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 0px;
}

}

.latest-news .left-col button{
    float: right;
    position: absolute;
    top: 20px;
    right: 21px;
    background: transparent;
    padding: 6px 14.5px;
    border: 1px solid #50aaf0;
    cursor: pointer;
    border-radius: 3px;
}

.latest-news .left-col button a{
    color: #50aaf0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.latest-news .left-col button:before{
    content: "\f099";
    font-family: "FontAwesome";
    color: #50aaf0;
    position: relative;
    font-size: 16px;
    left: -4px;
}

.latest-news .tweets ul{
    list-style: none;
    margin: 15px 0px 0px;
    padding: 0px;
}

.latest-news .tweets ul li:first-child{
    border-bottom: 1px solid #999;
    padding: 0 0 17px;
    margin: 0 0 13px;  
}

.latest-news .tweets ul .user a {
    font-size: 18px;
    color: #10263b;
    text-decoration: none;
    font-family: "Proxima N W01 Reg",sans-serif;
    font-weight: 600;
}

.latest-news .tweets ul .user a [data-scribe="element:screen_name"]{
    color: #004f8a;
}

.latest-news .tweets ul .user a [title="Verified Account"]{
    display:none;
}

.latest-news .tweets p.tweet {
    margin: 0px;
    color: #10263b;
    padding-top: 5px;
    height: 60px;
    overflow: hidden;
    line-height: 25px;
}

.latest-news .tweets p.tweet a {
    color: #004f8a;
    text-decoration: none;
}

.latest-news .tweets p.interact{
    text-align: right;
    margin: 4px 0px 0px;
    height: 23px;
    
}

.latest-news .tweets p.interact a{
    display: inline-block;
    font-size: 0px;
    padding-left: 20px;
}

.latest-news .tweets p.interact a.twitter_reply_icon:before{
    content: "";
    background: url("//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/reply.png");
    width: 22px;
    height: 23px;
    display: block;
    position: relative;
}

.latest-news .tweets p.interact a.twitter_retweet_icon:before{
    content: "";
    background: url("//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/retweet.png");
    width: 22px;
    height: 23px;
    display: block;
}


.latest-news .tweets p.interact a.twitter_fav_icon:before{
    content: "";
    background: url("//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/favorites.png");
    width: 22px;
    height: 23px;
    display: block;
    position: relative;
}

body .container-fluid .row-fluid .latest-news .twitter-timeline .follow-button.profile{
    background: none!important;
    border: 1px solid #359fef;
    color: 359fef;
    padding: 6px 10px;
    font-size: 16px;
    font-family: "Soho Gothic W01 Light",sans-serif;
}

.latest-news .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
    padding: 28px 0px 3px;
    width: 100%;
    
}

.latest-news .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image{
    height: 116px;
}

.latest-news .hs-rss-item{
    margin-bottom: 0px;
}

.latest-news .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
    width:100%;
    padding: 0px;
}

.latest-news .hs-rss-title{
    color: #10263b;
    text-decoration: none;
    font-family: "Proxima N W01 Reg",sans-serif;
    font-weight: 600;
}

.latest-news .hs-rss-description p{
    margin: 5px 0px
}

.latest-news .hs-rss-description p a{
    float: right;
    color: #004f8a;
    font-weight: 600;
    text-decoration: none;
}

.latest-news .hs-rss-item-text{
    webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
    float: none;
}

.latest-news .hs-rss-item-image-wrapper{
    webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding-bottom:0px;
    text-align: center;
}

.latest-news .hs-rss-item{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
   
}

@media(max-width: 767px){
    .latest-news .right-col{
        margin-top:33px;
    }
    
    .latest-news{
        padding: 32px 0;
    }
    
  
}

/*===========================================
  Tablet Responsive Styling
  ==========================================*/
  
@media(min-width:768px) and (max-width:1024px){
  
    .section-tei-report-bg{
        padding-top: 74px;
    }

    .section-service-bg{
        padding-top: 74px;
    }
    
    .section-service-2col {
        padding-bottom: 117px;
    }

    .pattern-new h2{
        padding-bottom: 7px;
        font-size: 19px;
        line-height: 29px;
    }
    
    .pattern-new h3 {
        font-size: 17px;
        line-height: 27px;
    }
    
    .pattern-new p {
        font-size: 14px;
        line-height: 24px;
        margin: 9px 0 25px;
    }
    
    .section-fb-messenger {
        padding: 75px 0 85px;
    }
    
    .section-travel {
        padding: 75px 0 85px;
    }
    
    .section-faststart {
        padding: 75px 0 85px;
    }  
    
    .section-learning-center {
        padding: 75px 0 85px;
    }
    
    a.cta_button{
        font-size: 16px;
        padding: 5px 8px;
        font-weight: 300;
    }
    
    .get-in-touch{
        padding: 40px 0px;    
    }
    
    .get-in-touch h2 {
        padding-bottom: 36px;
        font-size: 19px;
        line-height: 29px;
    }
    
    .get-in-touch form.hs-form input,{
        margin-bottom: 32px;
    }
    
    .latest-news .col{
        padding: 17px 20px 14px;
    }
    
    .latest-news h3{
        font-size: 19px;
        line-height: 26px;
    }
    
    .latest-news .tweets ul {
        
    }
    
    .latest-news .tweets ul li:first-child {
        padding: 0 0 12px;
        margin: 0 0 6px;
    }
    
    .latest-news li .user{
        padding-bottom: 6px;
    }
    
    .latest-news .tweets ul .user a {
        font-size: 14px;
        line-height: 23px;
    }
    
    .latest-news .tweets p.tweet {
        padding-top: 0px;
        height: 70px;
        font-size: 14px;
        line-height: 22px;
    }
    
    .latest-news .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
        padding-top: 15px;
    }
    
    .hs-rss-item-text {
        margin-top: 8px;
    }
    
    .latest-news .hs-rss-title{
        font-size: 14px;
        line-height: 22px;    
    }
    
    .latest-news .hs-rss-description p{
        font-size: 14px;
        line-height: 22px;
    }
    
.get-in-touch .hs-form fieldset.form-columns-2 .hs_email.hs-form-field{
    max-width:416px;
}   

.get-in-touch .hs-form fieldset.form-columns-2 .hs_firstname.hs-form-field{
    margin-right:15px;
}

.section-hero h1{
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 22px;
    opacity: 1;
}

.section-hero .video-play{
    margin-bottom: 20px;
}

.section-hero {
    padding: 190px 0 10px;
}

.section-hero .down-arrow {
    margin-top: 88px;
}

.client-section li {
    padding: 0 7px;
}

.pattern-new p {
    color: #10263b;
    line-height: 20px;
}

.floating-btn{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 11;
}

.section-service-2col {
    padding-bottom: 101px;
}

.latest-news .hs-rss-title {
    display: inline-block;
}

.latest-news {
    padding: 43px 0;
}

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


.pattern-new h3 {
    color: #10263b;
}

.get-in-touch .hs-form fieldset.form-columns-2 .hs_email.hs-form-field {
    max-width: 356px;
}

.footer-container-wrapper {
    position: relative;
}

body .row-fluid [class*="span"].footer-logo{
    width:100%;
    max-width:165px;
}

body .footer-container-wrapper .row-fluid [class*="span"].footer-top-menu{
    position: absolute;
    width:100%;
    top: 60px;
    left: 0px; 
    right:0px;
}

body .footer-container-wrapper .widget-type-rich_text.social-icons{
    FLOAT: right;
    width: 100%;
    max-width: 215px;    
}

body .footer-container-wrapper .row-fluid  .footer-logos{
    padding-top:60px;
}
body .footer-container-wrapper .social-icons li:nth-child(2) img {
    width: 30px;
}
body .footer-container-wrapper .social-icons li img {
    width: 30px;
}

body .footer-top-menu .hs-menu-wrapper>ul>li {
    padding: 0 18px 0 7px;
}

body .footer-container-wrapper {
    padding: 18px 0 28px;
}

.latest-news .hs-rss-description p a {
    margin-top: 20px;
}



































}

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

@media(max-width: 767px){
    
    .section-hero h1{
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 75px;
        opacity: 1;
        
    }
    
    .client-section{
        padding: 10px 0;
    }
    
    .pattern-new{
        min-height: 470px;
        position: relative;
    }  
    
    .pattern-new .brix-content.wrapper{
        background: rgba(255, 255, 255, 0.88);
        position: absolute;
        bottom: 0px;
        padding-bottom: 30px;
        padding-top: 15px;
    }
    
    .pattern-new .content h2{
        font-size: 17px;
        line-height: 27px;
        padding-bottom: 10px;
        font-weight: 600;
    }
    
    .pattern-new .content h3 {
        font-size: 14px;
        line-height: 24px;
        font-weight:600;
    }
    
    .rage-h3 {
        margin-top: 15px;
    }
    
    .pattern-new p {
        margin: 8px 0 27px;
        font-size: 15px;
        line-height: 25px;
        font-weight: 300;
    }
    
 /*   .floating-btn ul{
        position: absolute;
        bottom: -185px;
        margin: 0 auto;
        width: 100%;
        margin: 0px;
        left: 0px;
        right: 0px;
    }
    */
    a.cta_button{
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        border-radius: 2px;
        letter-spacing: 0px;
        padding: 6px 19px;
        font-family: "Soho Gothic W01 Regular",sans-serif;
    }
    
    
    .section-fb-messenger .content{
        position: relative;
    }
    
    .section-fb-messenger img{
        position: absolute;
        right: 10px;
        bottom: 7px;
    }
    
    .section-service-2col{
        padding-bottom:0px;    
    }
    
    .section-hero .down-arrow{
        display: none;
    }
    
    .section-hero{
        padding: 148px 0px 78px;
    }
    
    .latest-news .col{
        padding:15px 20px;    
    }
    
    .latest-news h3{
        font-size: 17px;
        line-height: 27px;
    }
    
    .latest-news .tweets ul .user a{
        font-size: 15px;
    }
    
    .latest-news .tweets p.tweet{
        font-size: 15px;
        line-height: 22px;
        height: 47px;
    }
    
    .latest-news .hs-rss-description p a{
        font-size: 12px;
        padding-top: 13px;
    }
    
    .latest-news .tweets p.interact{
        margin-top: 10px;
    }
    
    .latest-news .tweets ul li:first-child{
        padding: 0 0 13px;
        margin: 0 0 10px;
    }
    
    .latest-news .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
        padding: 12px 0 3px;
    }
    
    .latest-news .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
        margin-top: 0px;
    }
    
    .latest-news .hs-rss-title{
        font-size: 15px;
        line-height: 18px;
    }
    
    .latest-news .hs-rss-description p{
        font-size: 15px;
        line-height: 18px;
        font-weight: 600;
    }
    
    .latest-news .tweets ul{
        margin: 0px 0 0;
    }
    
    .get-in-touch{
        padding: 26px 0 32px;
    }
    
    .get-in-touch h2{
        padding-bottom: 25px;
        font-size: 17px;
        line-height: 27px;
    }
    
    .get-in-touch form.hs-form .actions input{
        margin-top: 7px;
    }
    /**************** Mobile Backgrounds*******************/
    
    
    
    
  .section-service-bg .bg-container.size-cover .image{
    background: url("//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Forrester-TEI-Report-Mobile-Homepage-Promo.jpg") no-repeat!important;
        background-position: center top!important;
    }
    
    .section-fb-messenger .bg-container.size-cover .image{
        background: url("//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/Mobile_Images/wireless-benchmark-mobile.jpg") no-repeat!important;
        /*background: url("//www.conversocial.com/hubfs/Assets-Home-imp/mobile-travel.jpg") no-repeat!important;*/
        background-position: center top!important;
    }
    
    .section-travel .bg-container.size-cover .image {
        /*  min-height: 675px; */ 
        background: url("//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/mobile-new-bg-1.jpg") no-repeat!important;
        background-position: center top!important;
    }
    
    .section-faststart .bg-container.size-cover .image{
        background: url("//www.conversocial.com/hubfs/Assets-Home-imp/Mobile_Images/mobile-smi.jpg") no-repeat!important;
        background-position: center top!important;
    }
    
    .section-learning-center .bg-container.size-cover .image{
        background: url("//www.conversocial.com/hubfs/Assets-Home-imp/mobile-play.jpg") no-repeat!important;
        background-position: center top!important;
    }
    
    /* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   color: #6b6d6f;
   font-size: 15px;
   opacity: 1;
   font-family: "Proxima N W01 Reg",sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
    color: #6b6d6f;
   font-size: 15px;
   opacity: 1;
   font-family: "Proxima N W01 Reg",sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #6b6d6f;
   font-size: 15px;
   opacity: 1;
   font-family: "Proxima N W01 Reg",sans-serif;
}
:-ms-input-placeholder { /* IE10 */
    color: #6b6d6f;
   font-size: 15px;
   opacity: 1;
   font-family: "Proxima N W01 Reg",sans-serif;
}


.floating-btn li{
    padding: 0 0px;
}

.floating-btn li .hover-cta-img img{
    left: 0px;
}

}


@media(max-width:350px){
    .section-fb-messenger img{
        width: 125px;
    }    
}

/*=====================================================
  Footer Styling
  ====================================================*/
  
.footer-container-wrapper{
    background: #999999;
    padding:32px 0 28px;
}

body .footer-container-wrapper .container-fluid li a {
    font-size: 14px;
    color: #fff;
    text-transform: none;
    font-family: 'proxima_novalight';
    letter-spacing: 0px;
}

.footer-container-wrapper ul{
    list-style: none;
}

.footer-container-wrapper li{
    display: inline-block;
}

.footer-top-menu ul{
    padding: 4px 0px 0 17px;
}


.footer-top-menu .hs-menu-wrapper>ul>li{
    padding: 0 10px;
}

.footer-top-menu .hs-menu-wrapper>ul>li a:hover{
    color: #9c0;
}

.social-icons ul{
    margin :0px;
    padding: 0px;
    float: right;
}

.social-icons li {
    padding: 0px 2px;
}

.social-icons li img {
    width: 30px;
}

.social-icons img:hover {
    background: #c2e066;
    border-radius: 3px;
}

.footer-logos{
    padding: 13px 0 19px;
}

.footer-logos ul{
    margin: 0px;
    padding: 0px;
}

.footer-logos li{
    padding: 0 22px 0px 0px;
    vertical-align: middle;
}

.footer-container-wrapper p{
    font-size: 12px;
    color: #fff;
    margin: 0px;
    line-height: 15px;
}

body .row-fluid .footer-logos.mobile{
    display:none;
}

@media(max-width: 767px){
    
    .footer-container-wrapper {
        padding: 18px 0 0px;
    }
    
    .social-icons ul{
        float: left;
        margin: 25px 0px;
    }   
    
    .footer-top-menu .hs-menu-wrapper>ul{
        padding: 15px 0px 0px;
    }
    
    .footer-logos{
        padding: 24px 0 19px;
    }
    
    .footer-top-menu .hs-menu-wrapper>ul>li{
        padding: 0px;
    }
    
    .footer-container-wrapper li a{
        font-size: 22px;
    }
    
    .footer-container-wrapper p{
        font-size: 9px;
        line-height: 12px;
        margin-top: 15px;
    }
    
    .footer-container .wrapper{
        position: relative;
    }
    
    .footer-container .social-icons{
        position: absolute;
        top: 0px;
        right: 6px;
    }
    
    .footer-container .social-icons ul{
        margin: 0px;
    }
    
    body .row-fluid .footer-logos.mobile{
        display: block;
    }
    
    body .row-fluid .footer-logos{
        display:none;
    }
    
    .footer-logos li{
        padding: 0px 22px 22px 0;
    }
    
    body .footer-container-wrapper .container-fluid li a{
        font-size: 11px;
        line-height: 17px;
    }
}

@media(max-width:568px){
    .social-icons li {
        padding: 0;
    }
    
    .social-icons li img {
        width: 20px;
    }   
    /*
    .social-icons li:nth-child(2) img{
        width: 20px;
    } */
}

@media(min-width: 768px){
    
    .row-fluid [class*="span"].social-icons{
        margin-left: 0px;
        width: 24.076923%;
    }
    
    .row-fluid [class*="span"].footer-top-menu{
        width: 59.764957%;
        margin-left: 0px;
    }
    
    .row-fluid [class*="span"].footer-logo{
        width: 16.029915%;
    }
    
}


@media(min-width:768px) and (max-width:1024px){
    
    .footer-container-wrapper li a{
        font-size: 12px;
    }
    
    .footer-top-menu .hs-menu-wrapper>ul>li{
        padding: 0 7px;
    }
    
    .social-icons li{
        padding: 0px 0px;
    }
    
    .social-icons li img {
        width: 25px;
    }
    
    .social-icons li:nth-child(2) img{
        width:25px;
    }
} 


@media(max-width:440px){
    .social-icons li{
        padding:0px;
    }
}

@media(max-width: 400px){
    body .row-fluid .footer-top-menu .hs-menu-wrapper>ul>li{
        float: left;
        max-width: 129px;
    }
}


.sidr-inner{
    display: none;
}

















.modal-video{
    position: fixed;
    top: 0;
    left: -4px;
    opacity:0;
    right: -1px;
    background: rgba(0, 0, 0, 0.9);
    bottom:-1px;
    z-index:-1;
    transition:all .5s ease-in-out;
}

.modal-video:before{
    background: url('//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/close-icon.png') no-repeat;
    content: '';
    top: 30px;
    right: 30px;
    width: 17px;
    height: 20px;
    position: absolute;
    background-size: 100%;
    cursor: pointer;    
    z-index:111111111111111;
}

.video-container{
    width: 85%;
    height: auto;
    margin: 0 auto;
}


.modal-video.modal-open {
    opacity:1;
    z-index:1111111111111;
    transition:all .5s ease-in-out;    
}
 
.latest-news .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    height: auto;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    width: 100%;
}

@media (max-width:767px){
.video-container {
    margin-top: 130px;
    width:100%;
}    
.modal-video:before {
    top: 15px;
    right: 15px;
    
}

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

.video-container {
    margin-top: 16%;
}


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

.trpnt{
    opacity:0;
    
}    

.trpnt.sticky{
    opacity:1;
    transition:all .6s ease-in-out;
}

}    
    

@media (max-width:767px){

.container-fluid .row-fluid .wrapper{
    padding:0 10px;
}

.section-hero {
    padding: 102px 0 42px;
}

.section-hero h1 {
    line-height: 28px;
    padding-bottom: 25px;
    opacity: 1;
}
.section-hero img {
    width: 100%;
    max-width: 32px;
}
.client-section li {
    padding: 0 6px;    
    width: 100%;
    max-width: 70px;
}


.pattern-new .content h2 {
    padding-top: 14px;
}

.section-fb-messenger h2 {
    /* padding-top: 0!important; */
}

.pattern-new .content{
    padding-bottom:30px;
}

body .section-fb-messenger {
    min-height:464px;
}

body .section-faststart{
    min-height:506px;
}
.section-learning-center{
    min-height:560px;
}

.guana-bg .bg-container.size-cover .image {
    background-size: cover!important;
}

body .section-service-bg{
    min-height:500px;
}

body .section-tei-report-bg{
    min-height:500px;
}

.pattern-new p {
    line-height: 20px;
}


.section-fb-messenger img {
    right: 4px;
    bottom: 40px;
}

.latest-news .hs-rss-title {
    line-height: 20px;
    display: inline-block;
    padding-top: 12px;
}
.latest-news .left-col button {
    top: 12px;
}

.footer-logo img{
    width:100%;
    max-width:120px;
}
.social-icons li {
    padding: 0 2px;
}
.social-icons li img {
    width: 20px;
}
.footer-container-wrapper {
    padding: 15px 0 0;
}

.footer-container .social-icons ul {
    margin: 0;
    padding: 7px 0 0;
}

.footer-top-menu .hs-menu-wrapper>ul {
    width: 100%;
    max-width: 165px;
}
body .row-fluid .footer-top-menu .hs-menu-wrapper>ul>li {
    max-width: 69px;
}

.footer-logos li {
    padding: 0 10px 22px 0;
}

.footer-logos li:last-child{
    padding-top:9px;
}
.footer-logos {
    padding: 4px 0 19px;
}
/*
.floating-btn ul{
    z-index:11;
}

.floating-btn ul {
    position: fixed;
    bottom: 0;
    
}
*/
   
}


.latest-news .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
overflow: hidden;
    height: 155px;
    position: relative;
    margin-top: 24px;
}

.latest-news .hs-rss-featured-image{
    position: absolute;
    top: -40px;
    right: 0px;
    width: 427px;
    clip: rect(0px,427px,187px,0px);
}

@media (max-width:360px){
    .floating-btn li .hover-cta-img img{
        max-width: 130px;
        width: 100%;
    }
    
    .floating-btn ul li .cta_button{
         max-width: 130px;
        width: 100%;
    }
    
    .floating-btn ul li:last-child .hover-cta-img img{
        top: 0px;
        left: 2px;
    }
    
    .floating-btn ul{
        position: fixed;
        bottom: -2px;
        left: 0;
        right: 0;
        line-height:0px;
    }
    
    .floating-btn li{
        line-height:0px;
    }
    
    .floating-btn li:first-child .hover-cta-img img{
        left: 2px;
        top: -1px;
    }
    
}

@media(max-width:320px){
    .floating-btn li:first-child .hover-cta-img img{
        left:1px;
    }
}


@media (max-width:767px){

.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    padding:0;
}

.latest-news .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    height: 130px;
    margin-top: 11px;
}
.latest-news .hs-rss-featured-image {
    top: -14px;
}
    
}

.modal-video:before{
    display:none;
}


.modal-video .close{
    position: absolute;
    top: 23px;
    right: 27px;
    width: 23px;    
    cursor:pointer;
}



/*===========================================================================================
  Browsing Page
  ==========================================================================================*/
.pattern-hero-bg.browsing-hero{
    padding: 404px 0 34px;
}
  
.pattern-hero-bg{
    padding: 432px 0 38px;
    color: #fff;
    text-align: center;
}

.pattern-hero-bg h1{
    font-size: 36px;
    text-transform: none;
    padding-bottom: 15px;
}    
  
.pattern-hero-bg h3{
    font-size: 23px;
    font-family: "Soho Gothic W01 Regular",sans-serif;
    letter-spacing: 0.4px;
    line-height: 29px;
}

/*=====================================
  Custom Browsing
  =====================================*/
  
.browsing-list a{
    text-decoration: none;
}

.browsing-list ul{
    list-style: none;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
}

.browsing-list li {
    display: inline-block;
    padding: 0px 7px 30px;
}

.browsing-list h3 {
    text-align: center;
    padding-top: 95px;
    color: #004f8a;
    font-family: "Soho Gothic W01 Regular",sans-serif;
}

.browsing-list li .bg-image {
    position: relative;
}

.browsing-list li:hover .bg-image:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    background: rgba(0, 98, 173, 0.32);
}

.browsing-list li:hover .bg-image h3{
    color: #fff;
    z-index:1;
    position: relative;
}

/*===========================================
 Our Team Styling
 ============================================*/
 
 .our-team-options ul {
    list-style: none;
    margin: 0px;
    padding: 20px 0 20px 0;
}

.our-team-options li {
    display: inline-block;
    line-height: 222px;
    width: 100%;
    max-width: 302px;
    vertical-align: middle;
    text-decoration: none;
}

.our-team-options li:first-child {
    width: 100%;
    max-width: 33%;
}

.our-team-options li:nth-child(2) {
    width: 100%;
    max-width: 66%;
}

.our-team-options h1 {
    color: #004f8a;
    font-size: 23px;
    font-family: "Soho Gothic W01 Light", sans-serif;
    line-height: 29px;
    display: block;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.our-team-options h3 {
    font-size: 18px;
    font-family: "Soho Gothic W01 Light", sans-serif;
    line-height: 29px;
    display: block;
}

.our-team-options p {
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0 12px 0;
}

.our-team-options p a {
    text-decoration: none;
    color: #10263B;
}

.our-team-options li img.our-team-headshot {
    border-radius: 50%;
    background-color: gray;
    border: 1px solid gray;
    margin-left: 11%;
}

/*===========================================
 Customer Advisory Board Styling
 ============================================*/
 .cab-options {
    margin: 32px 0 32px 0;
 }
 
 .cab-options h3 {
    color: #004f8a;
    /* font-size: 23px; */
    font-family: "Soho Gothic W01 Light", sans-serif;
    line-height: 29px;
    display: block;
    text-transform: none;
    padding-bottom: 10px;
}

h1.cab-options.cab-options-centered {
    text-align: center;
    text-transform: none;
    color: #004f8a;
    font-size: 23px;
    line-height: 29px;
    display: block;
    margin-bottom: 0;
}
 
.cab-options p {
    /* font-size: 14px;
    line-height: 20px;
    */
    margin: 12px 0 12px 0;
}
  
/*===========================================
 Browsing Body Styling
 ============================================*/

.list-padding {
    padding: 40px 0 10px;
}

/*====================================================================================
  Hospitality Page styling
  ===================================================================================*/
  
  .padding-b270{
      padding-bottom: 270px;
  }
  
  .padding-t40{
      padding-top: 40px;
  }
  
  .padding-b20{
      padding-bottom:20px;
  }
  
  
@media(max-width:400px){
    .guana-bg.hospitality-hero .bg-container.position-middle-center .image{
        background-position: -360px center!important;
    }
}
  
  
/*===============================================
  Custom Browsing Options
  ===============================================*/



.browsing-options ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.browsing-options li.hospitality-options {
    display: inline-block;
    line-height: 222px;
    text-align: center;
    margin: 0 11px 30px;
    width: 100%;
    max-width: 302px;
    vertical-align: middle;
    border: 1px solid #6695b9;
    text-decoration: none;

}

.browsing-options li.hospitality-options a {
    text-decoration: none;
    height: 222px;
}

.browsing-options .hospitality-options img {
    vertical-align: middle;
    text-align: center;
    margin:0 auto;
}

.browsing-options .hospitality-options h3 {
    color: #004f8a;
    font-size: 23px;
    font-family: "Soho Gothic W01 Regular", sans-serif;
    line-height: 29px;
    display: block;
    margin: 0 auto;
}

.hospitality-options .options-hover-bg{
    display: none;
    height: 222px;
    padding:0 10px;
}

.hospitality-options .options-bg{
    height: 222px;
    padding:0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.browsing-options li.hospitality-options:hover .options-bg{
    display:none;
}

.browsing-options li.hospitality-options:hover .options-hover-bg{
    display: block;
    background: #6695b9;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

li.hospitality-options:hover .options-hover-bg h3{
    color: #fff;
} 

@media(min-width:768px){
    
.browsing-options li.hospitality-options:first-child{
    margin-left:0px;
}

.browsing-options li.hospitality-options:last-child{
    margin-right:0px;
}
}
  
@media(min-width:768px) and (max-width:1024px){
    
    .container-fluid .row-fluid .browsing-options .wrapper{
        padding:0 10px;    
    }
    
    .browsing-options li.hospitality-options{
        margin: 0 5px 30px;
        width: 100%;
        max-width: 233px;
    }
    
    .browsing-options {
        margin: 0 auto;
        text-align: center;
    }
}

.padding-b10{
    padding-bottom: 10px;
}
  
@media(max-width:767px){
    .browsing-options li.hospitality-options{
        display: block;
        margin: 0 auto 30px;
        text-align: center;
    }
}  
  
@media(min-width:768px) and (max-width:1024px){
    .container-fluid .row-fluid .wrapper{
        padding: 0 10px;
    }
}

/*===========================================================================================
  Entertain Page Styling
  ==========================================================================================*/

.entertain-body{
    padding:40px 0px 20px;
}

@media(max-width:400px){
    .guana-bg.entertainment-hero .bg-container.position-middle-center .image {
        background-position: -1000px top!important;
    }
}

/*======================================================================================
  Retail Page Styling
  ======================================================================================*/
  
@media(max-width:400px){
    .guana-bg.retail-hero .bg-container.position-middle-center .image {
        background-position: -530px top!important;
    }
}


/*======================================================================================
  Crowds Page Styling
  ======================================================================================*/
  
.crowds-hero, .careers-hero{
    padding: 180px 0px 103px;
}
  
.crowds-hero h1, .careers-hero h1, .product-hero h1{
    font-size: 43px;
    line-height: 53px;
    padding-bottom: 20px;
}

.crowds-hero h1 {
    max-width: 442px;
}
  
  
.crowds-hero h2, .careers-hero h2, .product-hero h2{
    font-size: 27px;
    line-height: 37px;
    text-transform: none;
    padding-bottom: 28px;
}

.crowds-hero h2 {
    max-width: 442px;
}
  
.crowds-hero h3, .careers-hero h3, .product-hero h3{
    font-size: 23px;
    font-family: "Proxima N W01 Reg",sans-serif;
    font-weight: 400;
    line-height: 35px;
    width: 100%;
    max-width: 442px;
}

/*=====================================
  Careers Page Styling
======================================*/
.careers-hero h1, .careers-hero h2, .careers-hero h3{
    color: white;
}

.careers-opening-list .wrapper ul {
    padding: 0 0 0 0;
}

.careers-opening-list .wrapper ul li.whr-item {
    display: inline-block;
    /*padding: 0px 0 25px;*/
    width: 302px;
    border: 1px solid lightgray;
    margin: 7px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.careers-opening-list .wrapper ul li a {
    text-decoration: none;
} 

.careers-opening-list .wrapper ul li a h3 {
    color: #99cc00;
    border-top: 7px solid #99cc00;
    text-decoration: none;
    text-align: right;
    padding-right: 20px;
    padding-top: 14px;
    width: 100%;
    display: inline-block;
    font-size: 18px;
}

.dept-locale-container {
    position: relative;
}

.dept-locale-container img {
    width: 32px;
    position: absolute;
    top: 28px;
    left: 20px;
}

h2.job-title {
    text-align: center;
    margin: 5% 7.5% 0 7.5%;
    text-transform: capitalize;
    color: #10236b;
    font-size: 22px;
    line-height: 28px;
    min-height: 85px;
}

h4.job-location {
    text-align: center;
    text-transform: capitalize;
    font-weight: 100;
    color: #10263b;
    letter-spacing: -0.125px;
    margin-top: 12px;
}

/*
.job-details {
    text-align: center;
    color: white;
    opacity: 0;   
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.job-details:hover {
    opacity: 1;
    transform: translateY(-80px);
}
*/

.careers-opening-list .wrapper ul li.whr-item:hover {
    background-color: rgba(0,0,0,0.1);
}

.careers-hero .image.overlay {
    background: rgba(187,198,205,1);
    background: -moz-linear-gradient(75deg, rgba(187,198,205,1) 0%, rgba(217,224,227,1) 12.5%, rgba(223,229,234,0) 90%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(187,198,205,1)), color-stop(40%, rgba(217,224,227,1))12.5color-stop(90%, rgba(223,229,234,0)));
    background: -webkit-linear-gradient(75deg, rgba(187,198,205,1) 0%, rgba(217,224,227,1) 12.5%, rgba(223,229,234,0) 90%);
    background: -o-linear-gradient(75deg, rgba(187,198,205,1) 0%, rgba(217,224,227,1) 12.5%, rgba(223,229,234,0) 90%);
    background: -ms-linear-gradient(75deg, rgba(187,198,205,1) 0%, rgba(217,224,227,1) 12.5%, rgba(223,229,234,0) 90%);
    background: linear-gradient(75deg, rgba(187,198,205,1) 0%, rgba(217,224,227,1) 12.5%, rgba(223,229,234,0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbc6cd', endColorstr='#dfe5ea', GradientType=1 );
}

  
 
/*=====================================
  welcome text 2-col
======================================*/

@media(min-width:768px){

    .welcome-txt .row-fluid [class*="span"].span6:first-child{
        width: 68.717949%;
        float: right;
    }
      
    .welcome-txt .row-fluid [class*="span"].span6:nth-child(2){
        width: 27.717949%;
        margin: 0;
    }  
  
}
  
.welcome-txt{
    padding: 26px 0 0px 0;
}  
  
.welcome-txt h3{
    color: #044f88;
} 

.welcome-txt p {
    font-size: 17px;
    line-height: 25px;
    margin: 12px 0 24px;
}
 
.welcome-txt .row-fluid [class*="span"].span6:first-child{
    padding: 11px 0 23px 0;
}

@media(max-width:767px){
    .welcome-new{
        padding-bottom: 50px;
    }
    
    .welcome-txt .row-fluid [class*="span"].span6:nth-child(2){
        text-align:center;
    }
}

/*=====================================
  welcome text 2-col NEW
======================================*/

@media(min-width:768px){

    .welcome-txt-new .row-fluid [class*="span"].span6:first-child{
        width: 68.717949%;
        float: right;
    }
      
    .welcome-txt-new .row-fluid [class*="span"].span6:nth-child(2){
        width: 27.717949%;
        margin: 0;
    }  
  
}
  
.welcome-txt-new{
    padding: 26px 0 0px 0;
}  
  
.welcome-txt-new h3{
    color: #044f88;
} 

.welcome-txt-new p {
    font-size: 17px;
    line-height: 25px;
    margin: 12px 0 24px;
}
 
.welcome-txt-new .row-fluid [class*="span"].span6:first-child{
    padding: 11px 0 23px 0;
}

@media(max-width:767px){
    .welcome-txt-new{
        padding-bottom: 50px;
    }
    
    .welcome-txt-new .row-fluid [class*="span"].span6:nth-child(2){
        text-align:center;
    }
}
  
  
/*======================================================
 Crowds Analysis
 ====================================================*/
 
.crowds-analysis, .careers-summary{
    padding:24px 0 10px;
}

.crowds-analysis h3, .careers-summary h3{
    color: #044f88;
    padding-bottom: 15px;
}

.crowds-analysis h4, .careers-summary h4{
    font-size: 17px;
    font-family: "Soho Gothic W01 Light",sans-serif;
    font-weight: 300;
    line-height: 27px;
    margin: 0px;
    text-align: right;
    text-transform: none;
    padding-bottom: 13px;
}

.careers-summary h4 {
    text-align: left;
    font-family: "proxima_novalight", sans-serif;
}

.testimomial h4 {
    font-family: "Soho Gothic W01 Light",sans-serif;
    text-align: right;
}

.crowds-analysis h2 {
    text-transform: none;
    text-align: center;
    color: #004f8a;
    font-size: 26px;
}

.crowds-analysis a{
    text-decoration: none;
}
  
.crowds-analysis p{
    margin-top: 10px;
    text-align: center;
}
  
/*================================================
  Crowds Evolve
  ==========================================*/
  
.crowds-evolve{
    padding:28px 0 33px;
}

.crowds-evolve h3{
    color: #044f88;
    text-transform: none;
    padding-bottom: 19px;
}
  
.crowds-evolve ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.crowds-evolve li {
    font-family: 'proxima_novalight';
    font-size: 17px;
    line-height: 44px;
    padding: 0px 0px 5px 61px;
    position: relative;
    letter-spacing: -.325px;
}

.crowds-evolve li img {
    position: absolute;
    left: 0px;
    top: 3px;
}

.crowds-evolve li span {
    color: #004f8a;
    font-family: "Proxima N W01 Reg",sans-serif;
    font-weight: 600;
}

/*================================================
  Crowds Evolve New
  ==========================================*/
@media(min-width:768px){

    .crowds-evolve-new .row-fluid [class*="span"]:first-child {
        width: 65%;
    }
    
    .crowds-evolve-new .row-fluid [class*="span"]:nth-child(2) {
        width: 32.5%;
        padding-right: 7.5%;
        margin: 0;
    }
}

img.crowds-product {
    float: right;
    width: 160px;
    margin: auto;
    height: auto;
}

.crowds-evolve-new{
    padding:28px 0 33px;
}

.crowds-evolve-new h3{
    color: #044f88;
    text-transform: none;
    padding-bottom: 19px;
}
  
.crowds-evolve-new ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.crowds-evolve-new li {
    font-family: 'proxima_novalight';
    font-size: 17px;
    line-height: 24px;
    padding: 0px 0px 5px 61px;
    position: relative;
    margin-bottom: 8px;
}

.crowds-evolve-new li img {
    position: absolute;
    left: 0px;
    top: 3px;
}

.crowds-evolve-new li span {
    color: #004f8a;
    font-family: "Proxima N W01 Reg",sans-serif;
    font-weight: 600;
}

@media(max-width:767px){
    .crowds-evolve-new{
        padding-bottom: 50px;
    }
    
    .crowds-evolve-new .row-fluid [class*="span"].span6:nth-child(2){
        text-align:center;
    }
    
    img.crowds-product {
        float: none;
    }
    
    
}
  
/*===============================================
  Crowds Cta
  ==============================================*/
  
.crowds-cta {
    padding: 22px 0 31px;
    text-align: center;
}

.crowds-cta h2{
    font-size: 26px;
    color: #044f88;
    line-height: 36px;
    text-transform: none;
    padding-bottom: 25px;
}

/*===============================================
  Google Play Page
  ==============================================*/

.google-play h3 {
    padding-bottom: 0px;
    color: #004f8a;
}

.google-play p.no-margin-bottom {
    margin-bottom: 0;
}

.google-play p.no-margin-top {
    margin-top: 0;
}

.google-play ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 0;
}

.crowds-evolve-new.google-play li {
    padding: 0;
}

img.google-play-img {
    width: 90%;
    margin: 0 auto;
    display: block;
    max-height: 535px;
}

.google-play {
    padding: 25px 0;
}

.google-play li {
    font-family: "proxima_novalight", sans-serif;
}

.google-play hr {
    border: 0;
    border-top: 1px solid #eeeeee;
}

.google-play img:not(.google-play-img) {
    max-height: 85px;
}

.vid-container .span6:first-child {
    margin-bottom: 25px;
    padding: 25px;
    background: #eeeeee;
    border-radius: 3px;
}

@media only screen and (max-device-width : 736px) {
    .crowds-hero.google-play-hero {
        padding: 100px 0 30px;
    }
    
    .crowds-hero.google-play-hero.guana-bg .bg-container {
        opacity: .5;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    img.google-play-img {
        margin-top: 12.5%;
    }
}

/*=============================================================================================
  SMS page styling
  ===========================================================================================*/

.google-play.sms-stat-img img {
    max-height: 125px;
}

.google-play.sms-phone-img img {
    max-height: 585px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .crowds-hero.google-play-hero.guana-bg .bg-container {
        opacity: .5;
    }
}

/*=============================================================================================
  Engage page styling
  ===========================================================================================*/
  
.engage-hero{
    padding: 180px 0 200px;
}

.engage-hero h1 {
    font-size: 43px;
    line-height: 53px;
    padding-bottom: 16px;
    text-transform: capitalize;
}

.engage-hero h2 {
    font-size: 27px;
    line-height: 44px;
    text-transform: none;
    padding-bottom: 28px;
}

/*===========================================
  engage-2col-pattern
  ===========================================*/
  
.engage-2col-pattern {
    padding: 37px 0;
}

.engage-2col-pattern h3 {
    color: #044f88;
    position: relative;
    padding: 0 0 0px 57px;
    margin-bottom: 6px;
}

.engage-2col-pattern h3 img {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.engage-2col-pattern p {
    font-size: 17px;
    margin: 0px;
    line-height: 24px;
}

.engage-2col-pattern.padding-b58{
    padding-bottom: 29px;
}

@media(max-width:767px){
    .engage-2col-pattern .span6:nth-child(2){
        padding-top: 25px;
    }
}

/*========================================
  Engage Analysis Styling
  =======================================*/
  
.engage-analysis{
    padding: 24px 0 15px;
}

.engage-analysis h3 {
    padding-bottom: 23px;
}

/*=========================================================================================
  evolve page styling
  ========================================================================================*/
  
.evolve-hero{
    padding: 180px 0 157px;
}

.evolve-hero h1 {
    font-size: 43px;
    line-height: 53px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.evolve-hero h2 {
    font-size: 27px;
    line-height: 44px;
    text-transform: none;
    padding-bottom: 28px;
}

@media(max-width: 767px){
    .guana-bg.evolve-hero .bg-container.mobile-disable-parallax *{
        background-position: -200px center!important;
    }
}

@media(max-width:400px){
    .guana-bg.evolve-hero .bg-container.mobile-disable-parallax *{
        background-position: -500px top!important;
    }
}


/*==================================
  evolve stats
  ==================================*/

.evolve-stats{
    padding: 42px 0 10px;
}

.evolve-stats h3 {
    color: #044f88;
    position: relative;
    padding: 0 0 6px 57px;
}

.evolve-stats p {
    font-size: 17px;
    margin: 0px 0 24px 0;
    line-height: 24px;
}
  
.evolve-stats ul{
    padding: 0 0 0 28px;
    margin:0px;
} 

.evolve-stats h3 img {
    position: absolute;
    left: 0;
}
  
.evolve-stats li{
    font-family: 'proxima_novalight';
    font-size: 17px;
    padding: 0 0 7px 0px;
}
  
.evolve-stats li span {
    color: #004f8a;
}  

.evolve-2col-padding{
    padding-top: 31px;
    padding-bottom: 29px;
}

@media(max-width:767px){
    .evolve-stats .span6:nth-child(2){
        padding-top:25px;
    }
}

/*================================================================================
  Extend Page Styling
  ===============================================================================*/
  
.extend-hero{
    padding: 180px 0 200px;
}

.extend-hero h1 {
    font-size: 43px;
    line-height: 53px;
    padding-bottom: 16px;
    text-transform: capitalize;
}

.extend-hero h2 {
    font-size: 27px;
    line-height: 44px;
    text-transform: none;
    padding-bottom: 28px;
}

@media(max-width:767px){
    .guana-bg.extend-hero .bg-container.mobile-disable-parallax * {
        background-position: -310px center !important;
    }
}

/*==================================
  extend bottom part
  ================================*/

.extend-bottom-part{
    padding: 34px 0 44px;
}

.extend-bottom-part h3{
    color: #044f88;
    position: relative;
    padding: 0 0 6px 0px;
}

.extend-bottom-part p{
    font-size: 17px;
    margin: 0;
    line-height: 24px;
}

@media(max-width:767px){
    .extend-bottom-part .span6:nth-child(2){
        padding-top:20px;
    }
}

/*===============================
  evolve 2col
  ==============================*/

.evolve-2col{
    padding: 32px 0 0 0;
}

.evolve-2col h3 {
    color: #044f88;
    position: relative;
    padding: 0 0 9px 0px;
}

.evolve-2col ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.evolve-2col ul li {
    position: relative;
    padding: 0 0 22px 60px;
    font-family: 'proxima_novalight';
    font-size: 17px;
    line-height:24px;
}

.evolve-2col li img {
    position: absolute;
    left: 0px;
    top: 8px;
}

.evolve-2col p{
    margin: 0px;
    font-size: 17px;
    line-height: 26px;
}



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

.browsing-center ul{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.custom-browsing-center li{
    display:inline-block;
    padding: 0 7px 30px;
    max-width: 316px;
    width: 100%;
}

.browsing-center a {
    text-decoration: none;
}

.browsing-center li.browsing-center-option:hover .bg-image:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    background: rgba(0,98,173,0.32);
}

.browsing-center li.browsing-center-option .bg-image {
    position: relative;
}

.browsing-center li.browsing-center-option h3{
    text-align: center;
    padding-top: 95px;
    color: #004f8a;
    font-family: "Soho Gothic W01 Regular",sans-serif;
}

.browsing-center li.browsing-center-option:hover .bg-image h3 {
    color: #fff;
    z-index: 1;
    position: relative;
}

.custom-browsing-center ul{
    display: none;
}

.custom-browsing-center .browsing-center ul{
    display:block;
}

@media(min-width:768px) and (max-width:1024px){
    
    .container-fluid .row-fluid .custom-browsing-center .wrapper{
        padding:0 10px;    
    }
    
    .browsing-center li.browsing-center-option{
        margin: 0 5px 30px;
        width: 100%;
        max-width: 233px;
    }
    
    .browsing-center {
        margin: 0 auto;
        text-align: center;
    }
}

@media(max-width:767px){
    .browsing-center li.browsing-center-option{
        display:block;
        margin: 0 auto;
    }
}

/*=============Header Menu Hover Color====================*/

.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover a{color:#9c0;}
.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{color: #fff;}
.header-nav .custom-menu-primary .hs-menu-wrapper>ul li a,.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{color:#fff;}
.header-nav .custom-menu-primary .hs-menu-wrapper>ul li a,.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{color:#9c0;}

/*=============Section Hero H1 Fade In====================*/
.section-hero h1 {
    opacity: 0;
    -webkit-animation: fadein;
    -moz-animation: fadein;
    animation: fadein;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
    animation-delay: 2.5s;
    -webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;
}

@keyframes fadein {
  0% {
  opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadein { /* Firefox */
  0% {
  opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  0% {
  opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein { /* Opera */
  0% {
  opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*=================================================
  Our Approach page styling
  ===============================================*/

.approach-hero {
    padding: 180px 0 105px;
}

.approach-hero h1{
    font-size: 43px;
    line-height: 53px;
    padding-bottom: 18px;
    text-transform: capitalize;
}

.approach-hero h2{
    padding-bottom: 25px;
    font-size: 27px;
    line-height: 44px;
    text-transform: none;
}

.approach-hero h3{
    font-size: 23px;
    max-width: 453px;
    line-height: 34px;
    font-family: "Proxima N W01 Reg",sans-serif;
}

.container-fluid .row-fluid .approach-hero .wrapper.padded{
    padding:0px;
}

.container-fluid .row-fluid .approach-hero-content .wrapper{
    padding:0 10px;
}

@media(max-width:767px){
    
    .guana-bg.approach-hero .bg-container.size-cover .image{
        /* background-image: url("//cdn2.hubspot.net/hubfs/154001/Assets-Home-imp/our-approach-2016_mobile.png")!important; */
        background-image: url("//www.conversocial.com/hubfs/Assets-Home-imp/Approach-Mobile-bg.jpg")!important;
    }
    
    .approach-hero{
        position: relative;
        min-height: 760px;
    }
    
    .approach-hero-content{
        background: rgba(193, 193, 191, 0.87);
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 21px 20px 48px;
    }
    
    .approach-hero h1 {
        padding-bottom: 16px;
    }
    
}

@media(max-width:419px){
    .approach-hero{
        min-height: 1000px;
    }
}


/*=============Approach Section1==================*/

.approach-section1 h3{
    color: #044f88;
    padding-top: 40px;
    padding-bottom: 11px;
}
.approach-section1 p{
    font-family: 'proxima_novalight';
    margin: 0px 0 25px;
    font-size: 17px;
    line-height: 24px;
}
.approach-section1 p+p{
    margin: 0px 0 30px;
}

.approach-section1 img{
    position: relative;
    top: 16px;
    z-index: -10;
}

@media(min-width:768px){
   .approach-section1 .row-fluid [class*="span"].span6:first-child{
        width: 30.717949%;
        text-align: center;
   } 
   
   .approach-section1 .row-fluid [class*="span"].span6:last-child{
       width: 65.717949%;
   }
}

@media(max-width:767px){
    .approach-section1 .row-fluid [class*="span"]:first-child{
        text-align:center;
    }
}

@media(min-width:768px) and (max-width:839px){
    .approach-section1 img{
        top: 37px;
    }
}

/*===============Approach 3Col===============*/

.approach-3col{
    background: #f2f2f3;
    padding: 32px 0 0;
}

.approach-3col h3{
    color: #044f88;
    padding: 0 0 7px;
}

.approach-3col p{
    font-size: 17px;
    line-height: 25px;
    /* text-align: justify; */
    margin: 0px 0 22px;
}

.approach-3col .cta_button{
    margin: 0 0 40px;
    padding: 5px 17px;
}

@media(min-width:768px){
    
    .approach-3col p{
        min-height: 150px;
    }
}


/*=======approach-platform===========*/

.approach-platform{
    padding: 54px 0px 33px;
}

.package-title {
    padding: 40px 0 10px 0;
}

.package-title h3 {
    text-align: center;
    color: #004f8a;
}

body .row-fluid .approach-platform-header h3{
    text-align: center;
    color: #044f88;
    padding:0 0 5px;
}

.approach-platform-header h3 span{
    font-family: "Soho Gothic W01 Medium",sans-serif;
}

.approach-platform h3{
    color: #044f88;
    padding: 39px 0 0px;
}

.approach-platform p{
    margin: 7px 0 22px;
    font-size: 17px;
    line-height: 25px;
}

@media(min-width:768px){
    .container-fluid .row-fluid .approach-platform .wrapper {
        max-width: 1005px;
        width: 100%;
        padding: 0 10px;
    }
    
    .approach-platform .row-fluid [class*="span"].span6:last-child{
        width: 62.717949%;
        margin:0px;
    }
    
    .approach-platform .row-fluid [class*="span"].span6:first-child{
        width: 34.717949%;
        margin-left: 1.564103%;
        text-align: right;
        float: right;
    }
    
}

@media(max-width:767px){
    
    .approach-platform h3{
        padding: 10px 0 0;
    }
    
    .approach-platform img{
        padding-top: 30px;
    }
    
    .approach-platform{
        padding-bottom: 50px;
    }
    
    .approach-platform .row-fluid [class*="span"]:first-child{
        text-align: center;
    }
}

/*========floating buttons==========*/


.floating-btn li .cta_button img{
    animation: fadein 3s;
  -moz-animation: fadein 3s; /* Firefox */
  -webkit-animation: fadein 3s; /* Safari and Chrome */
  -o-animation: fadein 3s; /* Opera */
}

.floating-btn li .hover-cta-img .cta_button img{
    animation: fadein 0s;
  -moz-animation: fadein 0s; /* Firefox */
  -webkit-animation: fadein 0s; /* Safari and Chrome */
  -o-animation: fadein 0s; /* Opera */
}


@media(min-width:361px){

.floating-btn ul li .cta_button img{
    width: 164px;
    height: 45px;
}

.floating-btn ul li:last-child .cta_button img{
    width: 166px;
}

}

/*

.floating-btn ul li .cta_button img{
    display: none;
}

*/

@media(max-width:303px){

.floating-btn ul li .cta_button {
    max-width: 96px;
    width: 100%;
}

.floating-btn li .hover-cta-img img{
    top: 3px;
}

.floating-btn ul li:last-child .hover-cta-img img{
    top: 3px;
}

}

.floating-btn .hover-cta-img .cta_button img{
    display:none;
}



/*=======Careers-Page===========*/

.current-openings {
    padding: 20px 0 0 0;
    color: #10263b;
    text-align: center;
}

.current-openings h1 {
    text-transform: capitalize;
}

/*=================sticky cta's====================*/

#hs_cos_wrapper_module_145284237501637353 {display:none;position:fixed; bottom:-100px;}

div h1 sup {
    top: -1.75em;
    font-size: .325em;
}

/*=========client service page styling=============*/

.client-serv-hero{
    padding-bottom: 160px;
}

.cs-first-section{
    padding: 28px 0 32px;
}

.cs-first-section h3{
    padding-bottom: 0px;
}

.client-serv-analysis{
    padding: 33px 0 19px;
}

.client-serv-analysis h3{
    padding-bottom: 8px;
}

.client-serv-analysis h4{
    color: #4a4a4a;    
}

/*=============Customer Page Styling=================*/

.customer-hero h1{
    font-family: "Soho Gothic W01 Light",sans-serif;
}

.customer-hero h3{
    margin: 0px;
    color: #fff;
}

.customer-client{
    padding:33px 0 40px;
}

/*===============client logos animation================*/

.fn-logos-wrap img{
        width:75%;
    }
    .fn-clients-carousel { max-width:980px; margin:0 auto; }
    .fn-logos-wrap{position:absolute;left:0; right:0;height:150px;}
    
    .fn-clients{height:410px; position:relative; overflow:hidden;max-width: 980px;margin: 0 auto;}
    
    .fn-clients{
        display: block!important;
    }

    .fn-logo {
        width:100%;
        margin:0 auto;
        margin-bottom:1%;
        text-align:center;
        position: relative;
    }
    .fn-logos-wrap img{
        max-width: 200px;
        width: 100%;
    }
    @media (min-width:768px) {
        .fn-logo {width:33.3%; box-sizing:border-box; padding-right:1%; margin:0; margin-bottom:1%; float:left;}
        .fn-logos-wrap img{
            width: 60%;
        }
    }
    @media (min-width:1200px) {
       .fn-logo {width:25%; box-sizing:border-box; padding-right:1%; margin-bottom:1%; float:left; height:150px; text-align: center;}    
       .fn-logos-wrap img{
            max-width:100%;
        }
    }
    
/*=============Product Page Styling=================*/

.scroll-cta {
    background-color: #fff;
    text-align: center;
    padding: 25px 0 20px 0;   
}

.product-hero{
    padding: 180px 0 50px 0;
    background-size: contain;
}

.product-hero h1, .product-hero h2 {
    text-align: left;
    text-transform: none;
}

.sect-headline, .sect-cta  {
    padding: 5% 0;
    text-align: center;
}

.sect-cta {
    padding: 2%;
}

.sect-headline + p {
    margin: 0;
    padding: 0 0 25px 0;
}

.product.sect-5 {
    padding: 5% 0;
}

p.res-man  {
    letter-spacing: -.75px;
}

span.play {
    font-weight: bold;
    color: #004f8a;
}

span.play a {
    font-weight: bold;
    color: #004f8a;
}

.fa-play:before {
    padding: .25em;
    font-size: .75em;
    vertical-align: middle;   
}

.prod-2col .sticky-image, .prod-2col .span6 .sticky_image, .play-fade-slider {
    width: 95%;
}

.sect-1 {
    height: 25vh;
}

.sect-2,.sect-3,.sect-4,.sect-5,.sect-6,.sect-7,.sect-8,.sect-cta {
    position: relative;
    top: 0;
    left: 0;
}

.product h2, .product h3 {
    color: #044f88;
    text-transform: none;
}

/* STICKY */
.scroll-cta.sticky, .noise-bubbles.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.noise-bubbles.sticky {
    top: 172px;
    height: 100vh;
}

.sect-8 {
    padding: 2.5%;
    padding-top: 5%;
}

.sect-8 h2 {
    text-transform: none;
    font-size: 3em;
    text-align: right;
}

/* Analyze Bar Graph Styling & Animations */

.bar-graph-wrapper {
    margin-left: 50%;
    width: 50%;
}

.bar-graph-container {
  position: relative;
  width: 100%;
  height: 75px;
  margin-right: 0;
}

.graph-red, .graph-amber, .graph-green {
  position: absolute;
  width: 30%;
  height: 75px;
  bottom: 0;
  float: left;
}

.graph-red {
  background-color: #ef5345;
  left: 0;
  height: 25px;
  animation: changeRed 3.5s infinite;
}

.graph-amber {
  background-color: #fac834;
  left: 35%;
  animation: changeYellow 3s infinite;
}

.graph-green {
  background-color: #99cc00;
  left: 70%;
  height: 50px;
  animation: changeGreen 2.5s infinite;
}

@keyframes changeRed {
  0%, 100% {
    height: 10%;
  }
  50% {
    height: 90%;
  }
}

@keyframes changeYellow {
  0%, 100% {
    height: 100%;
  }
  50% {
    height: 50%;
  }
}

@keyframes changeGreen {
  0%, 100% {
    height: 20%;
  }
  50% {
    height: 85%;
  }
}


@media(min-width: 768px){
    
    .prod-2col {
        padding: 35px 0;
        height: auto;
        overflow: hidden;
    }
    
    .prod-2col .row-fluid {
        position: relative;
    }
    
    .prod-2col p {
        margin-top: 0;
    }
    
    .prod-2col .span6:first-child{
        width: 66.517949%;
    }
    
    .prod-2col .span6:nth-child(2), .prod-2col .span6:nth-child(3){
        width: 32.717949%;
        margin: 0px;
    }
    
    .prod-2col .span6:nth-child(3){
        position: absolute;
        top: 0;
        right: 8px;
        display: none;
    }
    /*
    .prod-2col .span6 .one-third:nth-child(n+2) {
        position: absolute;
        top: 0;
        right: 8px;
        width: 32.717949%;
        display: none;
    }
    
    .prod-2col .span6 .sticky_image:nth-child(n+2) {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    */
    .sect-7 {
        padding: 2.5%;
        text-align: center;
    }
    
    .product.sect-7 h3 img {
        display: block;
        margin: 10px auto;
    }
    
    .product.sect-7 h3 + p {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px){
    .noise-bubbles {
        padding: 0 30px;
    }
    
    .sect-1 {
        height: auto;
    }
    
    .sect-4, .sect-6 {
        margin: 20px auto 0;
    }
    
    .sect-4 .two-thirds.sticky-image {
        margin: 45px 25px 0 10px;
        width: 90%;
        float: left;
    }
    
    .sect-4 p, .sect-6 p {
        margin-top: 5px;
    }
    
    .sect-6 p {
        margin-bottom: 5px;
    }
    
    .sect-6 img {
        margin: 0 15px;
        width: 90%;
    }
    
    .sect-6 h2 {
        font-size: 24px;
        line-height: 32px;
    }
    
    /*
    .sect-6 {
        margin-top: 45px;
    }
    
    .sect-6 .message-horizontal-slider {
        width: 80%;
        margin: auto;
    }
    */
    
    .sect-7 {
        padding: 2.5%;
    }
    
    .sect-7 .span3 {
        width: 45%;
        float: left;
        text-align: center;
        margin: 0 2.5%;
    }
    
    .sect-7 .span3 p {
        margin-top: 5px;
        letter-spacing: -.55px;
    }
    
    .sect-8 {
        padding-left: 2%;
        padding-right: 2%;
    }
    
    .sect-8 h2 {
        margin-bottom: .125em;
        text-align: right;
        font-size: 2.5em;
    }
    
    .bar-graph-wrapper {
        margin-right: 3.625%;
        width: 50%;
        margin-left: 45%;
    }
    
    .sect-cta {
        padding: 5%;
    }
}

@media screen and (max-width: 568px){
    .scroll-cta img {
        width: 25px!important;
    }
        
    .sect-4 .slick-slide img {
        margin-bottom: 0 25px;
    }
    
    .sect-4 {
        margin: 0;
        padding-top: 5%;
    }
    
    .sect-4 .two-thirds.sticky-image {
        width: 95%;
        margin-top: 10px;
        margin-bottom: 15px;
        float: none;
    }
    .sect-6 h2 {
        margin-top: 15px;
    }
    .sect-7 .span3 {
        width: 90%;
    }
    
    .sect-8 h2, .sect-8 h3 {
        text-align: center;
    }
    
    .bar-graph-wrapper {
        width: 40%;
        margin: auto;
        margin-bottom: 15px;
    }
}

/*=============Contact us page styling================*/

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

.contact-us-hero{
    padding: 254px 0 65px;
    position:relative;
    color: #fff;
}

.contact-us-hero h1{
    font-size: 50px;
    line-height: 60px;
    text-transform: none;
}


.contact-us-hero .span6:nth-child(2){
    position: relative;
}
  
.contact-us-hero form{
    background: #B5B5B5;
    padding: 25px 30px 30px 30px;
    max-width: 442px;
}

.contact-us-hero form label{
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom:5px;
    line-height: 20px;
}

.contact-us-hero form input, .contact-us-hero form select, .contact-us-hero form textarea{
    height: 40px;
    margin-bottom: 25px;
    border-radius: 3px;
}

.contact-us-hero form select{
    background: #fff;
}

.contact-us-hero form textarea{
    min-height: 112px;
}

.contact-us-hero ul.hs-error-msgs{
    margin: 0px;
    position: relative;
}

.contact-us-hero ul.hs-error-msgs label{
    margin: 0px;
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: -25px;
}

.contact-us-hero .actions .hs-button{
    font-family: "Soho Gothic W01 Regular",sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: #99cc00;
    height: 38px;
    padding: 0 26px;
    letter-spacing: 0.3px;
    border-radius: 3px;
    margin-top: 18px;
}

.contact-us-hero .actions .hs-button:hover {
    background: #c2e066;
}

.contact-us-hero .actions .hs-button:focus{
    outline: 0;
}

.contact-us-hero form .hs-richtext p{
    margin: 0px;
    position: absolute;
    bottom: 35px;
    right: 40px;
    font-size: 16px;
    font-family: 'Proxima N W01 Reg',sans-serif;
} 

body .contact-us-hero form.hs-form fieldset .hs-form-field{
    padding:0px;
}

@media(min-width: 768px){
    .contact-us-hero form{
        right: 0px;
    }
    
    .contact-us-hero form{
        position: absolute;
    }
    
    .contact-us-hero form .hs_lastname{
        padding-right: 0px;
        padding-left: 10px;
    }
    
    .contact-us-hero h1{
        padding-top: 190px;
    }
}

@media(max-width: 767px){
    .contact-us-hero h1{
        padding-bottom: 40px;
    }
    
    .guana-bg.contact-us-hero .bg-container.position-middle-center .image{
        background-position: -750px center!important;
    }
    
    .contact-us-hero form{
        position: relative;
    }
}

@media(max-width: 500px){
    .guana-bg.contact-us-hero .bg-container.position-middle-center .image{
        background-position: -950px center!important;
    }
}

@media(min-width:400px){
    body .contact-us-hero form.hs-form fieldset .hs_firstname{
        padding-right: 10px;
    }
    
    body .contact-us-hero form.hs-form fieldset .hs_lastname{
        padding-left: 10px;
    }
    
}

@media(max-width: 400px){
    .contact-us-hero form .hs-richtext p{
        left:30px;
        bottom:15px;
    }
}

/*==============contact-social-icons====================*/

.contact-social-icons{
    padding: 32px 0 56px;
}

.contact-social-icons h3{
    color: #044f88;
    padding: 0 0 52px;
    font-family: "Soho Gothic W01 Regular",sans-serif;
}

.contact-social-icons ul{
    list-style:none;
    padding: 0px;
    margin:0px;
}

.contact-social-icons ul li{
    padding-bottom: 25px;
}

.contact-social-icons ul li > * {
    vertical-align: middle;
}

.contact-social-icons ul li a {
    font-size: 22px;
    color: #10263b;
    text-decoration: none;
    word-wrap: break-word;
    vertical-align: middle;
}

.contact-social-icons ul img{
    padding-right: 20px;
}

.twitter-dm-btn {
    width: 180px;
    margin-top: 15px;
}

@media(max-width:767px){   
    .contact-social-icons ul li a{
        font-size:16px;
    }
    .twitter-dm-btn {
        width: 117.5px;
    }
    .contact-social-icons ul img {
        padding-right: 10px;
    }
}

@media(min-width:768px) and (max-width:1024px){
    .contact-social-icons h3{
        padding: 0 0 17px;
    }
}
/*=========contact-location===========*/

.contact-location{
    padding: 64px 0 62px;
    background: #f2f2f3;
}

.contact-location h2{
    font-size:22px;
    line-height: 32px;
    padding-bottom: 25px;
    text-transform: none;
    font-family: "Soho Gothic W01 Regular",sans-serif;
}

.contact-location h3 {
    color: #044f88;
    padding: 7px 0 0;
    font-family: "Soho Gothic W01 Regular",sans-serif;
}

.contact-location p {
    font-size: 18px;
    margin: 0px;
    line-height: 24px;
    font-family: "Proxima N W01 Reg",sans-serif;
}

.contact-location h4 {
    font-size: 18px;
    margin: 0px;
    line-height: 24px;
}

.contact-location h4 a{
    color: #10263b;
    text-decoration: none;
}

.contact-location .span4:nth-child(2){
    padding-top: 57px;
}

.contact-location ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.contact-location li{
    color: #044f88;
    font-size: 22px;
    line-height: 47px;
    padding-bottom: 15px;
}

.contact-location li img{
    padding-right: 15px;
}


@media(max-width: 767px){
    .contact-location .span4:nth-child(3){
        padding-top: 40px;
    }
}


/*=================Learning Home Page Styling================*/

.learning-home-hero{
    color: #fff;
    text-align: center;
    padding: 408px 0 34px;
}

.learning-home-hero h1{
    font-size: 36px;
    line-height: 46px;
    text-transform: none;
    padding-bottom: 21px;
}

.learning-home-hero h3{
    font-size: 23px;
    line-height: 33px;
    text-transform: none;
    max-width: 640px;
    margin: 0 auto;
}

/*=========Conversocial|Resource Learning Custom Module==============*/

.padding-t40{
    padding-top: 40px;
}

.padding-b10{
    padding-bottom: 10px;
}

/*
.resource-learning ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
*/

body .row-fluid .resource-learning .span4{
    display: block;
    width: 100%;
    text-align: center;
   
}

body .resource-options{
    border: 1px solid #6695b9;
    margin-bottom: 30px;
    position: relative;
    background: #6695b9;
}

.resource-options .upper-box {
    min-height: 159px;
    vertical-align: middle;
    display: block;
    padding: 20px 18px;
    background: #fff;
}

.resource-options .bottom-box {
    background: #6695b9;
    min-height: 179px;
    padding: 20px;
    position: relative;
}

.resource-options .bottom-box .hs-cta-img {
    display: none;
}


.resource-options .hs-cta-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
}

.resource-options .resource_link{
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 2px;
    font-family: "Soho Gothic W01 Regular",sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
}

.resource-options .resource_link:hover{
    color:#6695b9;
    background: #fff;
}

.resource-options h3 {
    font-size: 24px;
    line-height: 28px;
    color: #004f8a;
    font-family: "Soho Gothic W01 Regular",sans-serif;
    text-align: left;
}

@media(min-width: 768px){
    body .row-fluid .resource-learning .span4{
        max-width: 31%;
        margin-left: 2.8%;
        display: inline-block;
        vertical-align: top; 
    }
    
    body .row-fluid .resource-learning .span4:first-child{
    margin-left: 0px;
}
}

@media(max-width: 767px){
    
    body .row-fluid .resource-learning .span4{
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    .resource-learning li{
        margin:0 auto;
        max-width: 300px;
       
    }
}


@media(min-width:768px) and (max-width:1024px){
    .resource-options .upper-box{
        min-height: 208px;
    }
}


/*===========Resource Center Submenu styling===============*/

.resource-submenu {
    padding: 28px 0 0;
    background: #f2f2f3;
}

.resource-submenu ul{
    padding: 0px;
}

body .row-fluid .resource-submenu li a {
    font-size: 22px;
    text-transform: none;
    padding-right: 54px;
    color: #004f8a;
    padding-bottom: 24px;
    letter-spacing: 0px;
}

.resource-submenu li a:hover{
    color: #10263b;
}

.resource-submenu li:nth-child(5) a {
    padding-right: 0px;
}

body .row-fluid .resource-submenu li {
    padding: 0px;
}

body .row-fluid .resource-submenu li.active-branch a {
    color: #99cc00;
}

.resource-submenu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    left: 0px;
    top: 52px;
    padding: 9px 10px 0;
    background: rgba(243, 243, 244, 0.82);
}

.resource-submenu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size: 14px;
    line-height: 24px;
    padding: 13px 0;
    letter-spacing: 0px;
}

.resource-submenu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
    border-bottom:1px solid #666666;
}

.resource-submenu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child{
    border: 0px;
}

.custom-menu-two .hs-menu-wrapper > ul ul li a {
    font-family: "Soho Gothic W01 Light",sans-serif;
}

@media(min-width:768px) and (max-width:995px){
    body .row-fluid .resource-submenu li a{
        font-size: 18px;
        padding-right: 28px;
    }
}

@media(max-width: 767px){
    .resource-submenu{
        padding:0px;
    }
    
    .custom-menu-two.js-enabled{
        padding-top:0px;
    }
    
    .custom-menu-two .mobile-trigger-2{
        background: #f2f2f3;
        width: 100%;
        left: 0px;
        right: 0px;
        border: 0px;
        text-align: center;
    }
    
    .custom-menu-two .mobile-trigger-2 i{
        height: 0px;
    }
    
    .custom-menu-two .mobile-trigger-2 i:before{
        top: 0px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 0;
        background: #004f8a;
    }
    
    .custom-menu-two .mobile-trigger-2 i:after{
        top: 0px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        left: 13px;
        background: #004f8a;
    }
    
    .container-fluid .row-fluid .custom-menu-two .wrapper{
        padding:0px;
    }
    
    .resource-submenu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
        background: #222;
    }
    
    .custom-menu-two .hs-menu-wrapper > ul li.active-branch a{
        color: #9c0;
    }
}

/*===============webinars Page styling=============*/

.webinars-hero{
    padding: 180px 0px 137px;
}

.webinars-hero h1{
    font-size: 43px;
    line-height: 53px;
    text-transform: none;
    padding-bottom: 8px;
}

.webinars-hero h2{
    font-size: 27px;
    line-height: 46px;
    text-transform: none;
    max-width: 370px;
    padding-bottom: 19px;
}

.webinars-hero .cta_button{
    padding: 5px 18px;
}

.webinars-hero h2 sup{
    font-size: 15px;
    top: -12px;
}

@media(min-width: 500px) and (max-width: 800px){
    .guana-bg.webinars-hero .bg-container.position-middle-center .image{
        background-position: -320px center!important;
    }
}


@media(max-width:499px){
    .guana-bg.webinars-hero .bg-container.position-middle-center .image{
        background-position: -720px center!important;
    }
    
    .webinars-hero h1{
        max-width: 210px;
    }
    
    .webinars-hero h2{
        max-width:200px;
    }
    
    .webinars-hero .cta_button{
        font-size: 15px;
        padding: 5px 10px;
    }
}


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

@media(max-width:1024px){
    .footer-top-menu ul{
        padding-left: 5px;
    }
}


/*========white-paper page styling===========*/

.white-paper-hero{
    padding-bottom: 86px;
}

@media(min-width:500px){

.white-paper-hero h2{
    max-width: 445px;
}
}

@media(min-width: 500px) and (max-width: 800px){
    .guana-bg.white-paper-hero .bg-container.position-middle-center .image{
        background-position: center center!important;
    }
}


@media(max-width:499px){
    .guana-bg.white-paper-hero .bg-container.position-middle-center .image{
        background-position: center center!important;
    }
}


/*============Home page styling============*/

@media(max-width:767px){

body .section-travel{
    min-height: 600px;
}

}
 
@media(max-width:500px){
    .guana-bg.section-travel .bg-container.position-middle-center .image{
            /* background-position: -500px center !important; */
    }
}

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

.floating-cta ul{
    margin: 0px;
    list-style: none;
    padding: 0px;
}


.floating-cta li {
    display: inline-block;
    padding: 0 9px;
}


.floating-cta .cta_button {
    border: 0px;
    padding: 0px;
}

.floating-cta .hover-cta-img img{
    display: none;
}

.floating-cta li:hover .cta_button{
    display:none;
}

.floating-cta li:hover .hover-cta-img img{
    display:block;
    position: relative;
    top: 18px;
}

.floating-cta .cta_button img{
   
    display: block;
    text-align: center;
    animation: fadein .8s;
    -moz-animation: fadein .8s; /* Firefox */
    -webkit-animation: fadein .8s; /* Safari and Chrome */
    -o-animation: fadein .8s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width:390px){
    .floating-cta li img{
        max-width: 140px;
        width: 100%;
    }
    
    .floating-cta li{
        padding: 0px;
    }
    
    .floating-cta li:hover .hover-cta-img img{
        top:14px;
    }
}

@media (max-width:301px){
    .floating-cta ul li img {
    max-width: 125px;
    width: 100%;
    }
    
    .floating-cta li:hover .hover-cta-img img{
        top:12px;
    }
}

.floating-cta{
    display: none;
}


/*=========Partners New Page=================*/

.our-partners-new{
    padding: 42px 0 50px;
    text-align: center;
}

.partners-3col {
    border: 1px solid rgba(163,163,163,0.39);
    border-radius: 3px;
    padding: 25px 10px 5px;
    margin-top: 12px;
    min-height: 400px;
    position: relative;
}

.equal-height-container img.partner-logo {
    max-height: 52px;
}

.partners-3col img {
    padding-bottom: 11px;
    padding-bottom: 6px;
}

.partners-3col p:not(.partner-cta) {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    min-height: 310px;
}
 
.partners-3col .partner-cta {
    /* position: absolute; */
    /* bottom: 25px; */
    margin: 10px auto 15px;
    display: block;
    width: 92.5%;
    bottom: 0;
}

.partners-3col h3 {
    color: #044f88;
    padding-bottom: 9px;
    font-size: 17px;
}

@media(min-width: 767px) and (max-width:940px){
    
    .partners-3col{
        min-height: 510px;
    }
    
    .partners-3col p:not(.partner-cta) {
        min-height: 340px;
    }
    
}

@media(max-width: 767px){
    
    .partners-3col{
        width: 100%;
        max-width: 300px;
        margin: 25px auto;
    }
    
    .partners-3col h3 {
        font-size: 17px;
    }
    
    .our-partners-new .span4:last-child .partners-3col{
        margin-bottom: 0px;
    }
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (max-device-width: 667px) { 
    .partners-3col p:not(.partner-cta) {
        min-height: 210px;
    }
}


/*=======partners-new-client-section styling============*/

.partners-new-client-section{
    text-align: center;
    padding: 33px 0 21px;
}

.partners-new-client-section h3{
    color: #044f88;
    padding-bottom: 13px;
}

.partners-new-client-section ul{
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    
}

.partners-new-client-section li{
    display: inline-block;
    padding: 0 0px;
    width: 100%;
    max-width: 108px;
    margin: 0px 30px 6px;
    vertical-align: middle;
}

.partners-new-client-section li img{
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.partners-new-client-section li: hover img{
    -webkit-filter: grayscale(0); /* Chrome, Safari, Opera */
    filter: grayscale(0);
}

.channel-api-cta {
    background-color: #f2f2f3;
    padding: 35px 0;
    text-align: center;
    color: #004f8a;
}

.channel-api-cta p {
    margin-bottom: 0;
}

/*================Demo Crowds Page Styling==========*/

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

.demo-crowds-hero{
    padding: 169px 0 207px;
}

.demo-crowds-hero .left-col{
    padding-top: 80px;
}

.demo-crowds-hero h1{
    padding-top: 0px;
    color:#10263b;
    font-size: 43px;
    line-height: 56px;
}

/*=========demo-crowds-discover section styling========*/

.demo-crowds-discover{
    padding: 32px 0 16px;    
}

.demo-crowds-discover h3{
    color: #044f88;
    padding: 0 0 15px;
    font-family: "Soho Gothic W01 Regular",sans-serif;
    line-height: 30px;
}

.demo-crowds-discover ul{
    margin: 0px;
    padding: 0 0 0 19px;
}

.demo-crowds-discover li{
    font-size: 17px;
    line-height: 24px;
    font-family: 'proxima_novalight';
    padding: 0 0 20px 2px;
}

/*=======demo-crowds-clients Section=========*/

.demo-crowds-clients{
    background: #f2f2f3;
    text-align: center;
    padding: 32px 0 25px;
}

.demo-crowds-clients h3{
    color: #044f88;
    font-family: "Soho Gothic W01 Regular",sans-serif;
    padding-bottom: 14px;
}

.demo-crowds-clients ul{
    list-style: none;
    margin: 0px;
    padding: 0;
}

.demo-crowds-clients li {
    padding: 0 40px;
     display: inline-block;
}

@media (max-width: 768px){
    
.demo-crowds-clients li {
    display: inline-block;
    padding: 0 15px;
}

}


/*=======Thank You 3 Col Section=========*/

.thank-you .partners-3col {
    padding: 25px 20px 5px;
    min-height: 420px;
}

.thank-you .partners-3col h3 {
    text-align: left;
}

.thank-you .partners-3col h4 {
    text-transform: none;
    text-align: left;
    margin: 9px 0 9px 0;
    min-height: 50px;
}

.thank-you .partners-3col p {
    text-align: left;
    letter-spacing: -.5px;
    margin-bottom: 25px;
    min-height: 185px;
}

.thank-you .partners-3col a {
    margin-bottom: 25px;
}

/*======= Our Customer logo Fixes =========*/
.avea img, .gwr img {
    width: 50%;
}

/*======= Sticky Flyout =========*/
@media(min-width:768px){

    .sticky-promo {
        position: fixed;
        width: 25vw;
        bottom: 7.5%;
        right: -25vw;
        border-top-left-radius: 10px;
        padding: 20px;
        border-bottom-left-radius: 10px;
        background-color: rgba(255,255,255,0.75);
        z-index: 9238472398472349;
    }
    
    .sticky-promo h2 {
        text-transform: none;
        color: #044f88;
        font-size: 22px;
        line-height: 22px;
    }
    
    .sticky-promo p {
        margin: 15px 0;
        line-height: 20px;
    }
    
    .sticky-promo .span6:first-child {
        width: 5%;
        margin-right: 5%;
    }
        
    .sticky-promo .span6:nth-child(2) {
        width: 90%;
        margin: 0;
    }
    
    .sticky-promo .fa {
        font-size: 22px;
    }
    
    .sticky-promo .fa:hover {
        cursor: pointer;
    }
    
    .sticky-promo .cta_button {
        margin: 0;
    }
}

/*======= Sticky Flyout =========*/

.privacy-policy {
    padding: 100px 0;
}

.privacy-policy h1 {
    text-transform: none;
}

.privacy-policy h3 {
    color: #004f8a;
}

.privacy-policy li {
    font-family: 'proxima_novalight', sans-serif;
}

/*======= Package Pricing Table =========*/

.container.wrapper.pricing-table { 
    padding: 0;
}

.container.wrapper.pricing-table thead {
    font-family: "Soho Gothic W01 Light",sans-serif;
    letter-spacing: 1px;
    color: #004b8a;    
}

.container.wrapper.pricing-table tbody {
    font-family: 'proxima_novalight', sans-serif;
}

.table th, .table td {
    padding: 6px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid rgba(0,0,0,.025);
}

.table th:first-of-type, .table td:first-of-type {
    text-align: left;
}

.package-cta {
    background-color: #f2f2f3;
    text-align: center;
    color: #004a8b;
    padding: 35px 0 25px 0;
    margin-top: 45px;
}

.pricing-table .fa-times {
    color: #f05445;
}

.pricing-table .fa-check {
    color: #99cc00;
}


.listen-data-paragraph {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
}

.sms-promo {
    padding: 25px;
}

.dg-promo {
    padding: 15px;
}

.sms-promo h3 {
    color: white;
    font-size: 26px; 
    text-align: center;
}

.dg-promo h3 {
    color: white; 
    text-align: center;
    text-transform: none;
    margin: 10px;
}

.dg-promo p {
    margin: 10px 0;
    text-align: center;
}

#cta_button_154001_61af542a-7d97-4ab4-a9b3-62380db78603 {
    color: white;
    border: 1px solid white;    
}

#cta_button_154001_9274f2e2-3b10-4d6b-ac7d-63b4691e9acc {
    color: white;
    border: 1px solid white;    
}

#cta_button_154001_9e83f38e-ed59-4748-a749-860d6723ac69 {
    color: white;
    border: 1px solid white;
    margin: 10px 0 10px 25px;
}

@media (max-width: 767px) {
    #hs-cta-2450939c-4069-4300-b942-22449d7da12e {
        display: block;
    }
    #cta_button_154001_9e83f38e-ed59-4748-a749-860d6723ac69 {
        margin: 10px 0;
    }
    .sms-promo h3 {
        font-size: 18px;
    }
}

.flip-image {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.bw-hero .image {
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.color-box-wrapper {
    padding: 20px 20px 30px 20px;
    color: white;
    background-color: rgba(255,255,255,.75);
}

.color-box-wrapper .cta_button {
    color: white;
    border-color: white;
}


.red .color-box-wrapper {
    background-color: rgba(240,84,69,.75);
}


.blue .color-box-wrapper {
    background-color: rgba(0,79,138,.75);
}

.green .color-box-wrapper {
    background-color: rgba(153,204,0,.75);
}

.teal .color-box-wrapper {
    background-color: rgba(0,130,130,.75);
}

.red .color-box-wrapper .cta_button:hover {
    background-color: rgba(240,84,69,.75);
}

.green .color-box-wrapper .cta_button:hover {
    background-color: rgba(153,204,0,.75);
}

.teal .color-box-wrapper .cta_button:hover {
    background-color: rgba(0,130,130,.75);
}

.bigspace h1 {
    line-height: 150%;
}