/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,600,700');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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


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

/* ==========================================================================
   Header
   ========================================================================== */
   
.hamburger {
  display:none;
  padding: 15px 15px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #005FA0;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }   
   .hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }
    
#hs_menu_wrapper_module_1527791786648370 {
    text-align:center !important;
  margin-top:40px;
}
.header-container-wrapper {
    width:100%;
    height: 140px;
    position:relative;
}
.header-container-wrapper:after {
        content: "";
          position: absolute;
          bottom: 0px;
          left: 0;
          width: 100%;
          height: 140px;
-webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.32);
box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.32);
          z-index: 1;
}

        .hamIcon {
        position:absolute;
        top:0;
        right:0;
            text-align: right;
    }
    
.header-container {
        max-width:1450px;
    margin:0 auto;
    padding-top: 22px;
}


.hs-menu-wrapper ul {
    margin-top:5px !important;
}

.hs-menu-wrapper ul li a {
    color:#333333;
    font-family: 'Roboto', sans-serif;
    font-size:18px;
}

.hs-menu-wrapper ul li a:hover {
    color:#147EC6;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    /*max-width: 140px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.headerCTA {
    margin-top:50px;
    text-align:right;
}
    .row-fluid [class*="span"].main-menu {
        display:block;
    }
    
.headerLogo img {
    padding-left:25px;
}
    
/* Header below 1401px (Small Deskstop / Laptop)
====================== */
@media (max-width:1401px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        font-size:18px;
        padding:5px 10px;
    }
    
}

/* Header below 1201px (Laptop)
====================== */
@media (max-width:1201px) {
    
    .header-container-wrapper {
        height:110px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        font-size:16px;
        padding:0px 10px;
    }
    .headerCTA {
        margin:0;
    }

}
.header-login {
  margin-top:50px;
}

@media (max-width:1200px) {
  .header-login {
  	margin-top:0px;
	}
}

/* Header below 791px (Tablet / Mobile) 
====================== */
@media (max-width:1051px) {
    .hamburger {
        display:inline-block;
    }
    .header-container .GTRCTA { 
        width:100%;
        max-width:100%!important;
        display:block;
        border-radius:0;
        padding:8px 0px;
    }
    .headerCTA, .header-login {
        margin:0;
        position: absolute !important;
        width: 50% !important;
        margin: 0 !important;
        bottom: -57px !important;
        float: none !important;
        
    }
  .header-login {
  	right:0 !important;	
  	}
    
    .main-menu {
        width: 100% !important;
        position: absolute;
        float: none !important;
        top: 96px;
        background: white;
        margin: 0 !important;
    }
    .main-menu ul {
                display:none;
        width:100%;
    }
    .main-menu ul li {
        display:block;
        width:100%;
        float:none !important;
        background:#005FA0;
        color:white;
        border-bottom:1px solid #fff;
        padding:5px 0px;
        position:relative;
        text-align:left;
    }
    .main-menu ul li a {
        color:white;
    }
    .main-menu ul li a:after {
        content:"\f0da";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #white;
        font-size: 18px;
        padding-right: 0.5em;
        position: absolute;
        top: 5px;
        right:25px;
    }
       .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
           padding-left:25px;
       }
    .headerLogo {
        width:50% !important;
    }
    .headerLogo img {
        width:100%;
        max-width:80px;
        padding-left:25px;
    }
    
    .row-fluid [class*="span"].main-menu {
        display:none;
    }
    
    .heroContentText {
        padding-top:25%;
    }
    
}

@media (max-width:350px) {
    
    .headerLogo img {
        width:100%;
        max-width:200px;
        padding-left:25px;
    }
    .main-menu {
        top:88px;
    }
    .hamburger {
        padding:8px 15px;
    }
    
}
.header-container {
    max-width: 1450px;
    margin: 0 auto;
    padding-top: 7px;
}
/* CTA 
====== */

.GTRCTA {
  background: #FAA529;
  color: #fff;
  font-family: 'Roboto', sans-serif!important;
  font-size:17px;
  border-radius:9px;
  font-weight:800;
  padding:13px 20px;
  text-decoration:none;
  display:inline;
  max-width:145px;
  vertical-align:middle;
  text-align:center;
}

.header-container .GTRCTA { 
  max-width:185px;
}
@media (max-width:1400px) {
    .header-container .GTRCTA { 
        font-size:12px;
     max-width:155px;
    }
}
.header-container.container-fluid .row-fluid .page-center {
    max-width: none;
}

.btns-group .row-fluid-wrapper {
    display: inline-block;
    margin-right: 7px;
}

.btns-group .row-fluid-wrapper:nth-child(2) {
    margin-right: 0px;
}

@media (max-width:1024px) {
/*.btns-group {
    width: 100%!important;
    margin-left: 0px!important;
}

.btns-group .headerCTA, .btns-group .header-login {
    width: 100%!Important;
    position: relative!important;
    bottom: 0!important;
}
.btns-group .row-fluid-wrapper {
    display: block;
    margin-right: 0;
  border-bottom:1px solid #fff;
}
#hs_menu_wrapper_module_1527791786648370 {margin-top:55px;}
 
*/
.btns-group .row-fluid-wrapper {
    display: block;
    margin-right: 0px;
}
}
@media (max-width: 1139px) and (min-width: 768px) {
  .btns-group {width:100%!important;}
}