/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700,900&display=swap');
@import url('https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/HighRoad-2019Template-Images/font-awesome.css');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


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

body
{background:#ffffff;
font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #333333;
  margin: 0 !important;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6, li, p {font-family: 'Lato', sans-serif;}
::selection
{
  background: #f3b40d;
  color:#ffffff;
}
::-moz-selection
{
  background: #f3b40d;
  color:#ffffff;
}
::-webkit-selection
{
  background: #f3b40d;
  color:#ffffff;
}
::-o-selection
{
  background: #f3b40d;
  color:#ffffff;
}
::-ms-selection
{
  background: #f3b40d;
  color:#ffffff;
}
.home_page_header {
    display: block;
    background-image: url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/HighRoad-2019Template-Images/home-header.jpg);
    padding: 20px 5%;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    position: relative;
  background-position: right center;
}
.highroad_header h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 300;
    line-height: 80px;
    padding-top: 10%;
    padding-bottom: 0;
}
div.hs_cos_wrapper_type_module.widget-type-menu ul {
    margin-bottom: 0;
    text-align: right;
    display: block;
}
div.hs_cos_wrapper_type_module.widget-type-menu ul li {
    text-align: left;
    padding-right: 10px;
}
div.hs_cos_wrapper_type_module.widget-type-menu ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #fff;
    position: relative;
    padding: 10px;
    font-weight: 400;
}
div.hs_cos_wrapper_type_module.widget-type-menu ul li a:before {
    content: "";
    width: 0;
    height: 2px;
    background: transparent;
    left: 50%;
    position: absolute;
    bottom: 0;
    transition: .2s ease-in-out;
}

.fa {font-size: 20px;}
div.hs_cos_wrapper_type_module.widget-type-menu ul li a:hover:before {
    width: 100%;
    left: 0;
    background: #ffcc33;
}
.banner_cta_right {
    float: right !important;
    position: absolute;
    bottom: 30%;
    right: 0;
    width: 354px !important;
}
.who_we_are {
    background: url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/HighRoad-2019Template-Images/Who-We-Are-Image.jpg);
    background-position: left center;
    background-size: auto 140%;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0px 25px;
    /*height: 100vh;*/
}
.who_we_are:before {
    content: "";
    position: absolute;
    top: 0;
    right: -10%;
    bottom: 0;
    background: #fff;
    width: 80%;
    transform: skewY(0deg) skewx(-20deg);
}
.who_we_are h2 {
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    line-height: 110px;
    margin: 20px;
}
.who_we_are .span8 {
    position: relative;
}
.who_we_are .row-fluid, .how_we_do .row-fluid {
    display: flex;
    align-items: center;
}
.how_we_do {
    background: url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/HighRoad-2019Template-Images/How-We-Do-Image.jpg);
    background-position: right top;
    background-size: auto 175%;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0px 25px;
    /*height: 100vh;*/
}
.how_we_do:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    bottom: 0;
    background: #f0efed;
    width: 80%;
    transform: skewY(0deg) skewx(20deg);
}
/*.how_we_do:after {
    background: url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/HighRoad-2019Template-Images/HighRoad-Email-Icon.png);
    content: "";
    width: 300px;
    height: 227px;
    display: block;
    z-index: 99;
    position: absolute;
    bottom: 0;
    left: 40%;
    background-size: cover;
}
*/

.how_we_do h2 {
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    line-height: 110px;
    margin: 20px;
}
.how_we_do .span8, .how_we_do .span4 {
    position: relative;
}
.how_we_do .span4 {
    position: absolute;
    right: 0;
    text-align: right;
}
.how_we_do .span8 {
    padding: 50px 10% 50px 0;
    display: block;
}
.how_we_do .span8 h2
{
  color:#3b75b9;
  font-size: 60px;
  line-height: 60px;
}
.why_take_highroad {
    background: #3b75b9;
    padding: 80px 5%;
    /*height: 100vh;*/
}
.why_take_highroad h2 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    line-height: 70px;
}
.why_take_highroad .span8 p {
    color: #fff; 
    margin: 0px 0px 20px 0;
}
.what_we_do_services {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    padding: 0;
    vertical-align: text-bottom;
    height: 500px;
}
.what_we_do_services img {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    top: 120px;
}
.what_we_do_services .what_we_services_text {
    display: block;
    float: left;
    width: calc(100%/3);
    position: relative;
    top: 0;
}
.text_align_left {
    text-align: right;
}
.adjust_top {
    margin-top: 220px;
}
.text_align_center {
    text-align: center;
}
.text_align_right {
    text-align: left;
}
.what_we_services_text h3 {
    color: #3b75b9;
    font-size: 25px;
    margin: 0;
}
.what_we_services_text p {
    color: #272f48;
    font-size: 20px;
    margin: 0 0 15px;
}
.what_we_services_text a {
    color: #ecb31e;
    text-decoration: underline;
    font-size: 20px;
}
.what_we_services_text a:hover
{
  text-decoration: none;
}
.who_we_are .span8 {
    padding: 50px 0;
}
.three_cloumn_module_image {
    position: relative;
    padding: 5%;
    display: block;
    text-align: center;
}
.three_cloumn_module_image .span4 img {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}
.three_cloumn_module_image .span4 p {
    margin: 0;
    display: block;
    line-height: 48px;
}
.three_cloumn_module_image .span4 p a {
    font-size: 24px;
    text-decoration: none;
    font-weight: 900;
    color: #362a0b;
}
.count_listed_block {
    display: block;
    overflow: hidden;
    padding: 5%;
    background: #3b75b9;
    text-align: center;
}
span.counter-block {
    display: block;
    width: 175px;
    text-align: center;
    margin: 0px auto;
    height: 175px;
    line-height: 175px;
    border: #fff solid 3px;
    border-radius: 8px;
    color: #f3b40d;
    font-size: 50px;
    font-weight: 900;
}
.count_listed_block .span3 h3 {
    color: #fff;
    font-size: 26px;
    margin: 0;
    line-height: 32px;
    padding-top: 20px;
}
.book_consultation {
    position: relative;
    display: block;
    padding: 3% 5%;
}
.book_consultation .span7
{
  text-align: right;
}
.book_consultation .span7 h2 {
    margin: 0;
    font-size: 40px;
    color: #362a0b;
  position: relative;
}
.book_consultation:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 130px;
    background: url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/HighRoad-2019Template-Images/HighRoad-Block-Top.png);
    left: 0;
    top: 0;
    background-size: cover;
}
.book_consultation:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 130px;
    background: url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/HighRoad-2019Template-Images/HighRoad-Block-Bottom.png);
    right: 0;
    bottom: 0;
    background-size: cover;
}
.common_footer {
    background: #313232 url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/HighRoad-2019Template-Images/HighRoad-Footer-Block.png);
    padding: 25px 5%;
    display: block;
    position: relative;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.footer_links {
    display: block;
    padding: 0px 0px 0px 100px;
}
.footer_address p {
    color: #fff;
}
.footer_links .span4 ul {
    margin: 80px 0px 0 0;
    padding: 0;
    list-style: none;
}
.footer_links .span4 ul li {
    margin: 0px;
    padding: 0;
    color: #fff;
    list-style: none;
}
.footer_links .span4 ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 10px 0;
}
.footer_links .span4 ul li a:before {
  content: "";
    width: 0;
    height: 2px;
    background: transparent;
    left: 0;
    position: absolute;
    bottom: 0;
    transition: .2s ease-in-out;
}
.footer_links .span4 ul li a:hover:before {
  width: 100%;
    left: 0;
    background: #fc3;
}
.footer_privacy_links ul {
    margin: 0;
    padding: 0;
}
.footer_privacy_links ul li {
    list-style: none;
    display: inline-block;
    color: #ffffff;
    padding: 0px 10px 0;
    border-right: #fff solid 1px;
    line-height: 18px;
}
.footer_privacy_links ul li:first-child
{
  padding-left: 0px;
}
.footer_privacy_links ul li:last-child
{
  border-right: none;
}
.footer_privacy_links ul li a {
    color: #fff;
    text-decoration: none;
  position: relative;
  display:block;
  transition: .2s ease-in-out;
  text-decoration: underline;
}
.footer_privacy_links ul li a:hover {
    text-decoration: none;
}
.footer_privacy_links {
    display: block;
    overflow: hidden;
    padding: 100px 0 0;
}
.footer_social_links ul {
    margin: 100px 0 0;
  text-align:right;
}
.footer_social_links ul li {
    list-style: none;
    display: inline-block;
}
.footer_social_links ul li a {
    color: #fff;
    margin: 0px 15px;
    display: block;
    position: relative;
    text-align: center;
}
.footer_social_links ul li a i {
    position: relative;
    display: inline-block;
    text-align: center;
    border: none;
  font-size: 0;
}
.footer_social_links ul li a i:before
{
  font-size: 26px;
}
.footer_social_links ul li a:before {
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    background: orange;
    content: "";
    z-index: 0;
    margin-top: 0px;
    margin-left: 0px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transition: .2s ease-in-out;
}
.footer_social_links ul li a:hover:before {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
}
.endorsed-Logo {
    text-align: right;
}
#mainMenu {
    min-height: 70px;
    -webkit-transition: background-color 350ms ease,color 350ms ease;
    transition: background-color 350ms ease,color 350ms ease;
    top: 0;
    left: 0;
    right: 0;
  padding: 25px 5%;
}
#mainMenu.scrolling {padding:22px 5%;}
.scrolling .span1.widget-span.widget-type-custom_widget.logo-secondary {top:5px;}
.menu-wrapper {
    position: fixed;
    left: 0;
    z-index: 999;
    color: #fff;
}
.scrolling, .invert-nav {
    background-color: rgb(255, 255, 255) !important;
    opacity: 1;
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease;
    border-bottom: transparent;
    -webkit-box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
    -moz-box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
    box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
    color: #282c36;
}
.span1.widget-span.widget-type-custom_widget.logo-default, .span1.widget-span.widget-type-custom_widget.logo-secondary, .span2.widget-span.widget-type-logo.logo-static {
    left: 5%;
    margin: 0;
    position: absolute;
    top: 15px;
    width: 200px;
}
.menu-wrapper .logo-default {
    visibility: visible;
}
.menu-wrapper .logo-secondary {
    visibility: hidden;
}
.menu-wrapper.scrolling .logo-default {
    visibility: hidden;
}
.menu-wrapper.scrolling .logo-secondary {
    visibility: visible;
}
.menu-wrapper.scrolling div.hs_cos_wrapper_type_module.widget-type-menu ul li a
{
  font-size: 16px;
  color:#333;
}
.menu-wrapper.scrolling div.hs_cos_wrapper_type_module.widget-type-menu ul.hs-menu-children-wrapper {
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper {
    position: absolute;
    right: 0;
}
#mainMenu
{
  min-height: 60px;
}
.endorsed-Logo {
    position: absolute;
    right: 40px;
    top: 40px;
}
.inner-middle-content-head {
    display: block;
    position: relative;
    padding: 50px 5%;
}
.inner-middle-content-head h2 {
    color: #3b75b9;
    font-size: 60px;
    margin: 0;
    line-height: 100px;
    border-bottom: #e0e0df solid 10px;
    margin-bottom: 30px;
}
.inner-bottom-two-column {
    position: relative;
    padding: 40px 5%;
}
.inner-bottom-two-column h3 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 70px;
    color: #3b75b9;
}
.inner-bottom-two-column a {
    margin: 0;
    padding: 0;
    color: #ecb31e;
  text-decoration: underline;
}
.inner-bottom-two-column a:hover
{
  text-decoration: none;
}
.inner-header .widget-type-global_group {
    height: 0 !important;
    min-height: 0 !important;
}
.inner-banner-outer {
    position: relative;
}
.inner-banner-caption {
    position: absolute;
    top: 50%;
    padding: 0px 5%;
    color: #fff;
    font-size: 70px;
    font-weight: 300;
}
.contact_form form {width:800px;margin:0 auto;}
.contact_form form label{padding-bottom:10px;display:block;}
.contact_form form input{margin-bottom:15px;}
.contact_form form ul {list-style-type:none;padding-left:15px;}
.contact_form form textarea{min-height:100px;}
.contact_form form .hs-button{    background: rgb(243,180,13) !important;
    border-radius: 6px !important;
    border-width: 0px !important;
    color: rgb(255,255,255) !important;
    font-family: sans-serif !important;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 10px 20px !important;
    text-shadow: none !important;
    width: auto !important;
    font-size: 24px !important;
  line-height: 1.5em !important;}
.contact_form form .hs-error-msgs{margin-top:0;}
.contact_form form .hs-error-msgs label{color:red;}
.contact_form form .hs-button:hover{    background: rgb(255,198,14) !important;
  color: rgb(255,255,255) !important;}
.contact_form form .submitted-message{color:#008000}
.contact_form form input,.contact_form form textarea{border:1px solid #cccccc;border-radius:3px;padding:10px;}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

a#section--toc-sidebar--toggle {
    background: #3b75b9!important;
    border: none!important;
}
.background--primary {
    background: #3b75b9;
}
.background--primary.overlay {
    background: #282f48;
}
.grid__item {
    border-radius: 500px;
}
.short {
    padding-top: 15px;
    padding-bottom: 15px;
}
.all--btn .hs-cta-wrapper a {
    border: 0!important;
}
#section--toc--side-menu .section--toc--side-menu--links a {
    padding: 10px 0;
    color: #3b75b9;
    font-weight: bold;
}
h1 { font-size: 40px;line-height: 70px;font-weight: bold;color: #3b75b9; }
h2 { font-size: 36px;line-height: 70px;font-weight: bold;color: #3b75b9; }
h3 { font-size: 22px; font-weight: bold; color:#000; }
h4 { font-size: 24px; font-weight: normal; color:#282f48; }
h5 { font-size: 20px; font-weight: bold; color:#333; }
h6 { font-size: 18px; font-weight: normal; color:#000; }

.coe-header { min-height: 500px!important; background: #272e4a url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/coe-images/coe-header.png) right top no-repeat; }
.coe-header h1 { position: absolute; top: 33%; padding: 0px 5%; color: #f3b40d; font-size: 60px; font-weight: 300; right: 0; }
.roadwork-block { background: #00b0f0 url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/coe-images/rw-bg.png) 0 0 no-repeat; padding: 70px 0; overflow: hidden; text-align: center; }
.roadwork-module { font-size: 30px; font-weight: bold; color: #FFF; text-align: center; background: url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/coe-images/rw-block-bg.png) no-repeat; width: 227px; height: 263px; display: inline-block; }
.roadwork-module div { padding-top: 125px; }
.coe-cta { min-height: 290px!important; background: url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/coe-images/cta-bg.png) center no-repeat; background-size: cover; padding-top: 70px; text-align: center; }
.highroad_header {position: relative;}
/* styles for pillar template */
#pillar .inner-banner-sub_title{
        color: #fff;
    font-size: 24px;
    font-weight: 300;
    display: block;
  padding-top:15px;
}
#pillar .inner-banner-caption {
    position: absolute;
    top: 40%;
    padding: 0px 5%;
    color: #fff;
    font-size: 70px;
    font-weight: 300;
}
.pillar_body .grid__item{border-radius:0;}
.pillar_body  .equalize h3{line-height:normal;}
.pillar_body .section--toc-sidebar #section--toc-sidebar--toggle{
  background: #f3b40d!important;
    color: #000;
    padding: 25px 35px!important;
    border-radius: 4px!important;
}    
.pillar_body .section--toc-sidebar #section--toc-sidebar--toggle .fa,.pillar_body .section--toc-sidebar #section--toc-sidebar--toggle span{
  font-size:21px!important;
}
.pillar_body .section--author {
    margin-top: 40px;
}
.pillar_body .grid.tall.background--white.relative{box-shadow:none;}
.pillar_body  h3.hard--ends{    margin-bottom: 5px!important;
    display: block;
    color: #3b75b9;}
.pillar_body .section--toc,.pillar_body .background--red{background: #3b75b9;}
.pillar_body span.grid__item.three-twelfths.hard--sides.short.background--primary{    border: 2px solid #fff;}
.pillar_body h2.hard--ends.color--white.h1.text--center {
    color: #f3b40d!important;
}
.pillar_body .equalize h3{font-weight:normal}
.pillar_body a{color:#3b75b9}
.pillar_body {font-family: 'Lato', sans-serif!important;}
.pillar_body p,.pillar_body li,.hs_cos_wrapper_type_form,form.hs-form label{font-weight:400;}

.page-center { max-width: 1200px; padding: 0 10px; margin: 0 auto!important; float: none!important; }
#header-bg {background: #b47a19;background-image: url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/2020-Landing-Page/gold-bg.jpg); background-size: cover;}
.content-wrap {background-image: linear-gradient(#b47a19, #FFC107);}
.content-bottom {background-color: #FFC107;)}
.text-box {border: 2px solid #282f48; color: #282f48; padding: 20px; max-width: 600px; margin: 0 auto!important;float: none!important;}
.text-box a {color: #ee4a30;text-decoration: none;}
.text-box a:hover {text-decoration: underline;}
#body-bg {background: #282f48;background: url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/2020-Landing-Page/silver-bg.jpg); background-size: cover;}
.bottom-content-wrap {background-image: linear-gradient(#282f48, #000000);}
.bottom-content-wrap .text-box {border: 2px solid #666;color: #EEE;}

/* new associate training */
.inner-middle-container{padding:30px 5%;}
.text-block-sec h5{font-size:24px;color:#247bc0;margin-top:0;margin-bottom:10px;}
.text-block-sec p{margin-top:0;}
.text-block-sec .more-info{padding: 10px 60px;background-color: #282f48;border-radius: 10px;font-size: 25px;line-height: 50px;color: #fff;text-decoration: none;}
.training-block-title h2{color:#ffffff;margin:0;line-height:normal;}
.training-block-title{padding:15px 5%;background-color: #282f48;    box-shadow: 0px 7px 6px -3px rgba(50, 50, 50, 0.75);position: relative;z-index:1;}
.training-block-wrap{background-color:#f3b40d;position:relative}
.training-content-box{z-index:1;position:relative;padding:30px 30px 30px 70px;background-color:#ffffff;box-shadow: 3px 3px 7px rgba(50, 50, 50, 0.75);margin-top:20px;margin-bottom:20px;border-radius:20px;}
.training-content-box h3{margin:0;font-size:30px;}
.training-content-box h4{margin-top:5px;font-size:30px;margin-bottom:15px;}
.training-content-box ul li{list-style:none;font-size:18px;padding-bottom:15px;position:relative;}
.training-content-box ul{padding-left:0;}
.training-content-box ul li.inactive{color:lightgrey;}
.training-content-box ul li:before{position:absolute;width:32px;height:28px;top:0;left:-40px;background-size: contain;background-image:url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/bullet-style.png);background-repeat:no-repeat;content:'';}
.training-content-box ul li.inactive:before{content:none;}
.training-block.dark-blue .training-block-title,.training-block.dark-blue .training-block-wrap{background-color:#2d4e7d}
.training-block.light-blue .training-block-title,.training-block.light-blue .training-block-wrap{background-color:#4a73bf}
.training-block-wrap:after{z-index:0;background-image:url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/polygon-white-bottom.png);position:absolute;content:'';width:564px;height:242px;left:0;bottom:0;background-repeat:no-repeat;}
.training-block-wrap:before{z-index:0;background-image:url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/polygon-white-top.png);position:absolute;content:'';width:182px;height:111px;top:0;right:0;background-repeat:no-repeat;}

/* virtual conference */

.af-event-header .custom-menu-primary{display:none!important;}
.af-event-hero:before{content:none!important;}
.af-event-hero{background-position:top;}
.af-event-hero .hero-container .header-title h1{text-shadow:none;}
html body .af-event-form{    background: linear-gradient(135deg,#000B18 0%,#00172D 8%,#00264D 16%,#02386E 28%,#00498D 43%,#0052A2 100%)!important;}
.af-event-hero{justify-content:left;padding: 50px 80px;text-align:left;padding-top:120px;min-height:auto!important; }
.af-event-hero .hero-container .event-time-location-container .event-date .calendar-icon, .af-event-hero .hero-container .event-time-location-container .event-location .pinpoint-icon {width: 18px;height: 18px;}
.af-event-hero .hero-container .event-time-location-container{    display:inline-flex; margin: 20px 0 0px 0;font-size:18px;}
.af-event-hero .hero-container .btn-register{  font-weight: normal;  font-size: 22px;letter-spacing: normal;text-transform: capitalize;padding: 8px 25px;border-radius: initial;margin: 3px;}
.af-event-speakers .event-speaker .speaker-name{letter-spacing:normal!important;color: #333!important;text-transform: capitalize!important;font-size: 20px!important;}
/* .af-event-hero .hero-container .event-time-location-container .event-location .location-caption{letter-spacing:normal;} */
.about-header h2,.af-event-speakers h2,.af-event-agenda h2,.af-event-form h2{font-size:50px!important;}
.af-event-form .hs-button.primary, .af-event-form input[type="submit"]{box-shadow: none;font-size: 22px;color: #fff !important;letter-spacing: normal;text-transform: capitalize;padding: 10px 40px;}
.af-event-venue .event-venue-map .venue-box h4{letter-spacing:normal!important;font-size:18px!important;margin:0;color:#333;}
.af-event-speakers .event-speaker .speaker-title,.af-event-agenda .agenda-list .agenda-item-container .agenda-item-content .agenda-item-description{font-size:16px;}
.af-event-agenda .agenda-list .agenda-item-container .agenda-item-content .agenda-item-title{font-size:22px;}
html body .af-event-agenda .agenda-list .agenda-item-container .agenda-item-time {font-size: 18px;}
.af-event-form fieldset{max-width:100%!important;}
.af-event-about p:first-child{margin-top:0!important;}
.af-event-hero .hero-container .header-subtitle{font-weight:bold;font-size: 38px;}
.af-event-hero .hero-container .event-time-location-container .horizontal-seperator{    margin: 0px 15px 0;}
.af-btn .hs_cos_wrapper{width: auto;display: inline-block;border: 1.2px solid #3b75b9;}
.af-event-hero .hero-container .event-time-location-container .event-date {justify-content: flex-start;}
.af-event-hero .hero-container .event-time-location-container .event-date, .af-event-hero .hero-container .event-time-location-container .event-location {min-width: auto;}
.af-event-hero .hero-container .event-time-location-container .event-location .location-caption{text-transform:capitalize;}
.af-event-hero .hero-container .event-time-location-container .event-date .date-caption,.af-event-hero .hero-container .event-time-location-container .event-location .location-caption,.event-time{letter-spacing:1px;font-size:26px;font-weight:300;}
.af-event-hero .hero-container .header-title h1{font-size:65px;color:#ecb31e;}
.af-event-hero .hero-container .event-time-location-container .horizontal-seperator {border-left: 1.2px solid #fff;}
.event-date-time-wrap{margin-bottom:50px;}
.af-event-hero{background-position:top right;}
.af-btn.af-btn-adjust-space .hs_cos_wrapper {margin-top: 50px;}
/*AIRFLEET PAGE STYLES*/
.af-product-values .product-value-prop .prop-image {width: 80px;text-align: right;}


/* fall Vircon 2021 */
.fall-vc-hero{background-repeat:no-repeat;background-position:top center;    padding: 50px 150px;padding-top: 200px;background-size:cover;background-attachment:fixed;}
.fall-vc-hero .scene-block{background: rgba(225,7,7,0.8);}
.fall-vc-hero .scene-block p, .fall-vc-hero .scene-block{color:#fff;}
.fall-vc-hero .scene-block strong{line-height:normal;}
.fall-vc-hero .event-date-time-wrap{margin-bottom:0;}
.fall-vc-hero .hero-container .header-subtitle{margin-bottom:5px;}
.fall-header-title img.hs-image-widget{max-width:500px!important;width:auto!important}
.fall-vc-hero .event-time-location-container .horizontal-seperator{display:none;}
.logo-default img{width:160px!important;}

/***back to the future***/

@media(max-width:1300px){
  div.hs_cos_wrapper_type_module.widget-type-menu ul li a{font-size:18px;padding:10px 5px; padding-left:0;}
  .logo-default img{width:140px!important;}
}

@media(max-width:1024px){
  .training-content-box h3{font-size:28px;}
  .af-event-hero .hero-container .header-title h1 {font-size: 58px;line-height: normal;}
  .fall-vc-hero{padding: 50px 120px;padding-top: 200px;}
  .logo-default img.hs-image-widget{width:100px!important;}
  .bop-menu .hs-menu-wrapper, .bop-menu .hs-menu-wrapper * {display: block;}
}
@media(max-width:767px){
  .home_page_header p,.who_we_are h2{text-align:center!important;}
   .what_we_do_services img{width: 180px;left: 64%;top: 0;}
  .who_we_are .span8{padding-top:0!important;padding-bottom:0px;}
  .how_we_do .span8{padding-right:0;padding-top:10px;}
  .how_we_do .span8 .widget-type-cta,.btf-car p,.btf-car h1,.btf-car h2,.why_take_highroad,.three_cloumn_module_image p{text-align:center!important;}
  .three_cloumn_module_image{padding-top:60px!important;padding-bottom:60px!important;}
  div.hs_cos_wrapper_type_module.widget-type-menu ul li{padding-right:0!important;}
  .custom-menu-primary.js-enabled{padding-top:0!important;margin:0!important;}
  .hs-menu-item .fa.fa-angle-down{display:none;}
  .fall-vc-hero .header-event-content-wrap {padding: 25px;background-color: rgba(0,0,0,0.5);margin-bottom: 0px;}
  .fall-header-title img.hs-image-widget{max-width:100%!important;}
  .fall-vc-hero {padding: 50px;padding-top: 150px;}
  .fall-vc-hero .event-date-time-wrap *,.fall-vc-hero .hero-container .header-subtitle{text-align:left!important;}
  .fall-vc-hero .header-title-wrap{padding:0;}
  .fall-vc-hero .scene-block p:first-child{padding-top:15px;}
}

@media(max-width:576px){
   .training-block-wrap:after{width:100%}
  .training-inner-banner img{min-height:280px;}
  .training-inner-banner .inner-banner-caption{top:40%;}
  .af-event-form fieldset.form-columns-2 .hs-form-field {width: 100%!important;float: left;}
  .af-event-hero {padding: 20px;padding-top: 100px;padding-bottom:50px;text-align:center;}
  .af-event-hero .hero-container .event-time-location-container .event-date{justify-content: center;margin-bottom:0;}
  .af-event-hero .hero-container .event-time-location-container{display:block;}
  .af-event-hero .hero-container .header-subtitle{font-size:30px;}
  .af-event-hero .hero-container .header-title h1 {font-size: 50px;}
  .af-event-hero{       background-position: bottom right -250px;}
  .header-title-wrap{padding:15px;}
  .event-date-time-wrap{margin-bottom:20px;}
  .header-event-content-wrap{padding:15px;background-color:rgba(0,0,0,0.5);margin-bottom:40px;}
  .about-header h2, .af-event-speakers h2, .af-event-agenda h2, .af-event-form h2{font-size:36px!important;}
 .fall-vc-hero {background-position: top center;padding-top: 150px;}
  .fall-vc-hero .hero-container .event-time-location-container .event-date .date-caption, .fall-vc-hero .hero-container .event-time-location-container .event-location .location-caption, .fall-vc-hero .event-time{font-size:20px;}
  
  
}
@media (min-width: 1281px) {
.coe-header { background-position: center top; }  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
body, .what_we_services_text p, .what_we_services_text a
  {
    font-size: 15px;
  }
.what_we_do_services img {
    width: 150px;
    left: 50%;
    margin-left: -75px;
    top: 40%;
}
  .who_we_are h2, .how_we_do h2 {
    font-size: 80px;
    line-height: 80px;
}
 .how_we_do .span8 h2 {
    color: #3b75b9;
    font-size: 42px;
    line-height: 42px;
} 
.highroad_header {
    position: relative;
    z-index: 1;
  }
  .highroad_header h2 {
    font-size: 60px;
    line-height: 60px;
}
  .count_listed_block .span3 h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    line-height: 24px;
    padding-top: 20px;
}
  .why_take_highroad .span4 h2 {
    color: #fff;
    font-size: 44px;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    line-height: 46px;
}
  .inner-banner-outer img {
    width: 100%;
}
  .inner-banner-caption {
    font-size: 50px;
}
  .inner-middle-content-head h2 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 15px;
}
  .inner-bottom-two-column h3 {
    font-size: 40px;
    line-height: 48px;
}
  .inner-middle-content-head
  {
    padding-bottom: 0px;
  }
  .inner-bottom-two-column a {
    margin-bottom: 40px;
    display: block;
}
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  
 .who_we_are h2, .how_we_do h2 {
    font-size: 60px;
    line-height: 64px;
}
  .why_take_highroad .span4 h2 {
    font-size: 40px;
    line-height: 40px;
}
  .who_we_are:before {
    content: "";
    position: absolute;
    top: 0;
    right: -20%;
    bottom: 0;
    background: #fff;
    width: 90%;
    transform: skewY(0) skewx(-10deg);
}
  .how_we_do:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20%;
    bottom: 0;
    background: #f0efed;
    width: 90%;
    transform: skewY(0) skewx(10deg);
}
  .who_we_are, .how_we_do, .why_take_highroad
  {
    height: auto;
    padding: 5%;
  }
  .what_we_do_services img {
    width: 120px;
    top: 0;
    left: 0;
    margin: 30px auto 20px;
    position: relative;
    display: block;
    float: none;
}
  .what_we_do_services .what_we_services_text {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    text-align: center;
    margin-bottom: 15px;
}
  .adjust_top {
    margin-top: 0;
}
.how_we_do:after
  {
    left: 30%;
    display: none;
  }
  .three_cloumn_module_image .span4 p a
  {
    font-size: 16px;
  }
  span.counter-block {
    display: block;
    width: 100px;
    text-align: center;
    margin: 0px auto;
    height: 100px;
    line-height: 100px;
    border: #fff solid 3px;
    border-radius: 8px;
    color: #f3b40d;
    font-size: 40px;
    font-weight: 900;
}
  .count_listed_block .span3 h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    padding-top: 20px;
}
  body
  {
    font-size: 16px;
  }
  .how_we_do .span8 h2 {
    color: #3b75b9;
    font-size: 40px;
    line-height: 40px;
}
  .who_we_are .span8 {
    padding: 0;
}
  .highroad_header h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    padding-top: 10%;
    padding-bottom: 0;
    text-align: left;
}
  .home_page_header
  {
    height: auto;
  }
  .banner_cta_right {
    float: right !important;
    position: absolute;
    bottom: 0%;
    right: 0;
}
  div.hs_cos_wrapper_type_module.widget-type-menu ul li a {
    color: #fff;
    position: relative;
    padding: 10px;
}
  div.hs_cos_wrapper_type_module.widget-type-menu ul li a
  {
    font-size: 14px;
  }
  .endorsed-Logo img {
    width: 100%;
  }
    .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
  {
      height: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper {
    display: block !important;
    position: absolute;
    right: 0;
}
  img.hs-image-widget {
    width: 50%;
    margin-top: 7px;
}
  .what_we_services_text p, .what_we_services_text a
  {
    font-size: 16px;
  }
  .inner-banner-outer img {
    width: 100%;
}
  .inner-banner-caption {
    font-size: 50px;
}
  .inner-middle-content-head h2 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 15px;
}
  .inner-bottom-two-column h3 {
    font-size: 26px;
    line-height: 38px;
}
  .inner-middle-content-head
  {
    padding-bottom: 0px;
  }
  .inner-bottom-two-column a {
    margin-bottom: 40px;
    display: block;
}
  .menu-wrapper.scrolling div.hs_cos_wrapper_type_module.widget-type-menu ul li a
{
  font-size: 16px;
  color:#333;
  background-color: transparent;
}
  .leader-outer-block .leader-shadow-block {
    width: 100% !important;
    min-height: 300px !important;
    display: block;
}
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 .leader-common-outer div.hs_cos_wrapper
  {
    width: 100%;
    display: block;
  }
.who_we_are h2, .how_we_do h2 {
    font-size: 50px;
    line-height: 50px;
}
  .why_take_highroad .span4 h2 {
    font-size: 40px;
    line-height: 40px;
}
  .who_we_are:before {
    content: "";
    position: absolute;
    top: 0;
    right: -20%;
    bottom: 0;
    background: #fff;
    width: 90%;
    transform: skewY(0) skewx(-10deg);
}
  .how_we_do:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20%;
    bottom: 0;
    background: #f0efed;
    width: 90%;
    transform: skewY(0) skewx(10deg);
}
  .who_we_are, .how_we_do, .why_take_highroad
  {
    height: auto;
    padding: 5%;
  }
.what_we_do_services img {
    width: 150px;
    top: 0;
    left: 0;
    margin: 30px auto 20px;
    position: relative;
    display: block;
    float: none;
}
  .what_we_do_services .what_we_services_text {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    text-align: center;
    margin-bottom: 15px;
}
  .adjust_top {
    margin-top: 0;
}
.how_we_do:after
  {
    left: 30%;
    display: none;
  }
  .three_cloumn_module_image .span4 p a
  {
    font-size: 16px;
  }
  span.counter-block {
    display: block;
    width: 100px;
    text-align: center;
    margin: 0px auto;
    height: 100px;
    line-height: 100px;
    border: #fff solid 3px;
    border-radius: 8px;
    color: #f3b40d;
    font-size: 40px;
    font-weight: 900;
}
  .count_listed_block .span3 h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    padding-top: 20px;
}
  body
  {
    font-size: 16px;
  }
  .span1.widget-span.widget-type-custom_widget.logo-default{
    left: 0;
    width: 100%;
    text-align: center;
  }
  .how_we_do .span8 h2 {
    color: #3b75b9;
    font-size: 40px;
    line-height: 40px;
}
  .who_we_are .span8 {
    padding: 0;
}
  .highroad_header h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    padding-top: 10%;
    padding-bottom: 0;
    text-align: left;
}
  .home_page_header
  {
    height: auto;
  }
  .banner_cta_right {
    float: right !important;
    position: absolute;
    bottom: 0%;
    right: 0;
}
  div.hs_cos_wrapper_type_module.widget-type-menu ul li a {
    color: #fff;
    position: relative;
    font-size: 14px;
}
 .how_we_do .span4 {
    position: absolute;
    right: 5%;
    text-align: right;
}
  .count_listed_block {
    display: block;
    overflow: hidden;
    padding: 5% 10%;
    background: #3b75b9;
    text-align: center;
}
  .book_consultation .span7 h2 {
    margin: 0;
    font-size: 30px;
    color: #362a0b;
    position: relative;
}
  .hs-menu-wrapper ul span{
    color:#fff; 
  }
    .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
  {
      height: auto !important;
  }
  .logo-secondary img.hs-image-widget {
      width: 120px !important;
  }
  .what_we_services_text p, .what_we_services_text a
  {
    font-size: 15px;
  }
  .inner-banner-outer img {
    width: 100%;
}
  .inner-banner-caption {
    font-size: 50px;
}
  .inner-middle-content-head h2 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 15px;
}
  .inner-bottom-two-column h3 {
    font-size: 26px;
    line-height: 38px;
}
  .inner-middle-content-head
  {
    padding-bottom: 0px;
  }
  .inner-bottom-two-column a {
    margin-bottom: 40px;
    display: block;
}
    .menu-wrapper.scrolling div.hs_cos_wrapper_type_module.widget-type-menu ul li a
{
  font-size: 14px;
  color:#333;
  background-color: transparent;
}
 
  #mainMenu {
    min-height: 100px !important;
}
  .scrolling .span1.widget-span.widget-type-custom_widget.logo-secondary {
    top: 15px;
}
  .span1.widget-span.widget-type-custom_widget.logo-secondary{
    left: 0;
    width: 100%;  
    text-align: center;
  }
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*     display: none;
    width: 100%; */
}
  .custom-menu-primary .hs-menu-wrapper{
    top: 60px;
    left: 0px;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul{
    display:inline-block !important;
  }
}
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
  .leader-outer-block .leader-shadow-block {
    width: 100% !important;
    min-height: 350px;
    display: block;
}
}
@media (max-width: 767px){
  .ams_logos,.dm_logos{text-align:center;}
  .ams_logos td,.dm_logos td{min-width:150px;display:inline-block;}
  .leader-common-outer div.hs_cos_wrapper {
    width: 100% !important;
    display: block !important;
}
.coe-header { background-position: left top; }  
.roadwork-module { padding-bottom: 20px; }
.event-date-time-wrap * {display: block!important;text-align: center;}
.event-date-time-wrap .horizontal-seperator {display: none!important;}
.af-event-hero {background-size: cover;}
.who_we_are .row-fluid, .how_we_do .row-fluid {
    display: block;
}  
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/


@media (min-width: 481px) and (max-width: 767px) {
  .leader-common-outer div.hs_cos_wrapper {
    width: 100%;
    display: block;
}
  .footer_links {
    display: block;
    padding: 0px;
}
  .footer_links .span4 ul {
    margin: 0;
    text-align: center;
}
 .footer_address {
    display: block;
    text-align: center;
} 
  .book_consultation .span7 h2 {
    display: block;
    text-align: center;
    position: relative;
}
  .book_consultation a {
    display: block !important;
    position: relative;
    margin: 0px auto !important;
    z-index: 1 !important;
}
  .count_listed_block
  {
    padding: 10% 5%;
  }
  .count_listed_block .span3 h3
  {
    margin-bottom: 30px;
  }
  .three_cloumn_module_image {
    position: relative;
/*     padding: 20% 5%; */
    display: block;
    text-align: center;
}
  .why_take_highroad {
    height: auto;
    padding: 10% 5%;
}
  .why_take_highroad .span4 h2 {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 15px;
}
  .why_take_highroad a {
    display: block;
    margin-bottom: 25px;
}
  .footer_social_links ul {
    text-align: center;
    margin: 25px;
}
  .footer_privacy_links ul
  {
    text-align: center;
  }
  .how_we_do .span4 h2, .who_we_are .span4 h2 {
    font-size: 70px;
    line-height: 80px;
}
  .how_we_do .span4 {
    position: relative;
    text-align: center;
}
  .how_we_do .span8 h2 {
    text-align: center;
    font-size: 28px;
    color: #fff;
    line-height: 32px;
}
  .how_we_do:after, .how_we_do:before, .who_we_are:before
  {
    display: none;
  }

.how_we_do, .who_we_are {
    height: inherit;
    padding: 10% 5%;
    background-size: cover;
}
  .how_we_do .span8 ul {
    color: #fff;
}
  .what_we_do_services .what_we_services_text {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
}
  .adjust_top {
    margin-top: 0px;
}
  .what_we_do_services img {
    position: relative;
}
  .what_we_do_services
  {
    height: auto;
  }
  .what_we_do_services img {
    position: relative;
    top: 0;
}
.highroad_header h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    padding-top: 80px;
    padding-bottom: 0;
    text-align: center;
    margin: 0;
}
  .banner_cta_right {
    width: 90% !important;
    left: 5%;
    position: relative;
    overflow: hidden;
    right: 5%;
    float:none !important;
}
.mobile-trigger {
    position: absolute;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 0px !important;
}
  div.hs_cos_wrapper_type_module.widget-type-menu ul li a
  {
    padding: 0px;
  }
  .mobile-open .mobile-trigger
  {
    color: rgb(243,180,13) !important;
  }
  .home_page_header
  {
    height: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper {
    background: #f3b40d !important;
}
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after
  {
    background: #fff !important;
    width: 35px  !important;
    height: 1px  !important;
    transition: .2s ease-in-out;
  }
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after
  {
    background: rgb(243,180,13) !important;
  }
  /*.mobile-open .mobile-trigger i {
    display: block;
    transform: rotate(45deg);
}
  .mobile-open .mobile-trigger i:before {
    transform: rotate(-90deg);
    top: 0px;
}
  .mobile-open .mobile-trigger i:after {
    display: none;
}*/
  .who_we_are:after {
    content: "";
    position: absolute;
    background: rgba(255,255,255,1);
    left: 0;
    bottom: 0;
    right: 0;
    top: 25%;
}
  .who_we_are .span8 {
    position: relative;
    z-index: 2;
}
  .what_we_services_text {
    display: block;
    margin-bottom: 40px;
}
  .book_consultation .span5 {
    text-align: center;
}
  .three_cloumn_module_image img {
    width: 100% !important;
}
  .banner_cta_right {
    text-align: center;
}
    .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
  {
      height: auto !important;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: absolute !important;
    top: 60px !important;
    left: 0;
    padding: 0;
}
  #mainMenu
  {
    padding: 15px 0 !important;
  }
  .scrolling .mobile-trigger i, .scrolling .mobile-trigger i:before, .scrolling .mobile-trigger i:after, .scrolling .mobile-open .mobile-trigger i, .scrolling .mobile-open .mobile-trigger i:before, .scrolling .mobile-open .mobile-trigger i:after {
    background: #333 !important;
}
  div.hs_cos_wrapper_type_module.widget-type-menu ul li a {
    padding: 0px;
    text-align: center;
}
  .menu-wrapper.scrolling div.hs_cos_wrapper_type_module.widget-type-menu ul li a {
    color: #ffffff;
}
  .what_we_services_text p, .what_we_services_text a
  {
    font-size: 16px;
  }
  /*.inner-banner-outer img {
    width: auto;
    height: 250px;
}*/
  .inner-banner-outer img {
    width: 100%;
    height: auto;
}
  .inner-banner-caption {
    font-size: 50px;
}
  .inner-middle-content-head h2 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 15px;
}
  .inner-bottom-two-column h3 {
    font-size: 40px;
    line-height: 48px;
}
  .inner-middle-content-head
  {
    padding-bottom: 0px;
  }
  .inner-bottom-two-column a {
    margin-bottom: 40px;
    display: block;
}
      .menu-wrapper.scrolling div.hs_cos_wrapper_type_module.widget-type-menu ul li a
{
  font-size: 16px;
  color:#333;
  background-color: transparent;
}
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    width: 100%;
}
  
  .endorsed-Logo {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    overflow: hidden;
    padding: 25px;
}
  .scrolling .custom-menu-primary.js-enabled {margin:0;padding:0;}
  .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 {width:100%!important;}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    width: 100%;
}
  
  .footer_links {
    display: block;
    padding: 0px;
}
  .footer_links .span4 ul {
    margin: 0;
    text-align: center;
}
 .footer_address {
    display: block;
    text-align: center;
} 
  .book_consultation .span7 h2 {
    display: block;
    text-align: center;
    position: relative;
}
  .book_consultation a {
    display: block !important;
    position: relative;
    margin: 0px auto !important;
    z-index: 1 !important;
}
  .count_listed_block
  {
    padding: 20% 5%;
  }
  .count_listed_block .span3 h3
  {
    margin-bottom: 30px;
  }
  .three_cloumn_module_image {
    position: relative;
    padding: 20% 5%;
    display: block;
    text-align: center;
}
  .why_take_highroad {
    height: auto;
    padding: 20% 5%;
}
  .why_take_highroad .span4 h2 {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 15px;
}
  .why_take_highroad a {
    display: block;
    margin-bottom: 25px;
}
  .footer_social_links ul {
    text-align: center;
    margin: 25px;
}
  .footer_privacy_links ul
  {
    text-align: center;
  }
  .how_we_do .span4 h2, .who_we_are .span4 h2 {
    font-size: 70px;
    line-height: 80px;
}
  .how_we_do .span4 {
    position: relative;
    text-align: center;
}
  .how_we_do .span8 h2 {
    text-align: center;
    font-size: 28px;
    color: #fff;
    line-height: 32px;
}
  .how_we_do:after, .how_we_do:before, .who_we_are:before
  {
    display: none;
  }

 .how_we_do, .who_we_are {
    height: inherit;
    padding: 35px 5%;
}
  .how_we_do .span8 ul {
    color: #fff;
}
  .what_we_do_services .what_we_services_text {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
}
  .adjust_top {
    margin-top: 0px;
}
  .what_we_do_services img {
    position: relative;
}
  .what_we_do_services
  {
    height: auto;
  }
  .what_we_do_services img {
    position: relative;
    top: 0;
}
.highroad_header h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    margin: 80px 0 0;
}
  .banner_cta_right {
    width: 90% !important;
    left: 5%;
    position: relative;
    overflow: hidden;
    right: 5%;
    float:none !important;
}
.mobile-trigger {
    position: absolute;
    top: 0px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 10px !important;
}
  div.hs_cos_wrapper_type_module.widget-type-menu ul li a
  {
    padding: 0px;
    text-align: center;
  }
  .mobile-open .mobile-trigger
  {
    color: rgb(243,180,13) !important;
  }
  .home_page_header
  {
    height: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper {
    background: #f3b40d !important;
}
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after
  {
    background: #fff !important;
    width: 35px  !important;
    height: 1px  !important;
    transition: .2s ease-in-out;
  }
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after
  {
    background: rgb(243,180,13) !important;
  }
  /*.mobile-open .mobile-trigger i {
    display: block;
    transform: rotate(45deg);
}
  .mobile-open .mobile-trigger i:before {
    transform: rotate(-90deg);
    top: 0px;
}
  .mobile-open .mobile-trigger i:after {
    display: none;
}*/
  .who_we_are:after {
    content: "";
    position: absolute;
    background: rgba(255,255,255,1);
    left: 0;
    bottom: 0;
    right: 0;
    top: 25%;
}
  .who_we_are .span8 {
    position: relative;
    z-index: 2;
}
  .what_we_services_text {
    display: block;
    margin-bottom: 40px;
}
  .book_consultation .span5 {
    text-align: center;
}
  .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
  {
      height: auto !important;
  }
  .scrolling .mobile-trigger i, .scrolling .mobile-trigger i:before, .scrolling .mobile-trigger i:after, .scrolling .mobile-open .mobile-trigger i, .scrolling .mobile-open .mobile-trigger i:before, .scrolling .mobile-open .mobile-trigger i:after
  {
    background: #333333 !important;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: absolute !important;
    top: 60px!important;
    left: 0;
    padding: 0;
}
  #mainMenu
  {
    padding: 15px 0 !important;
  }
  /*.inner-banner-outer img {
    width: auto;
    height: 250px;
}*/
  .inner-banner-outer img {
    width: 100%;
    height: auto;
}
  .inner-banner-caption {
    font-size: 50px;
}
  .inner-middle-content-head h2 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 15px;
}
  .inner-bottom-two-column h3 {
    font-size: 40px;
    line-height: 48px;
}
  .inner-middle-content-head
  {
    padding-bottom: 0px;
  }
  .inner-bottom-two-column a {
    margin-bottom: 40px;
    display: block;
}
  .endorsed-Logo {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    overflow: hidden;
    padding: 25px;
}
      .menu-wrapper.scrolling div.hs_cos_wrapper_type_module.widget-type-menu ul li a
{
  font-size: 16px;
  color:#333;
  background-color: transparent;
}
  .leader-common-outer div.hs_cos_wrapper {
    width: 100%;
    display: block;
}
}
a.child-trigger {
   display:none !important;
}
.blog-inner h3
{
  color: #3b75b9;
    font-size: 40px;
    margin: 0;
    line-height: 60px;
    border-bottom: #e0e0df solid 5px;
    margin-bottom: 30px;
}
.subscibe-blog-module {
    padding-bottom: 25px;
}
.subscibe-blog-module .hs-input {
    background-color: #f4f4f4;
    border: 0;
    outline: 0;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 3px;
}
.subscibe-blog-module li {
    list-style: none outside;
}
.subscibe-blog-module ul {
    padding: 0;
}
ul.no-list.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
}
ul.no-list.hs-error-msgs.inputs-list li {
    list-style: none;
    text-align: right;
    color: #333333;
}
label.hs-error-msg {
    font-size: 12px;
}
.subscibe-blog-module input.hs-button.primary.large
{
  -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    background: rgb(243,180,13) !important;
    border-radius: 6px !important;
    border-width: 0px !important;
    color: rgb(255,255,255) !important;
    font-family: sans-serif !important;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 10px 20px !important;
    text-shadow: none !important;
    width: auto !important;
    font-size: 24px !important;
    line-height: 1.5em !important;
}
.webinar-adjust-center {
    text-align: center;
    padding-bottom: 30px;
}
.webinar-adjust-center h2 {
    border-bottom: none;
    margin-bottom: 0;
    line-height: 40px;
}
.blog-share-outer {
    display: block;
    overflow: hidden;
}
.blog-share-outer ul {
    margin: 0;
    padding: 0;
}
.blog-share-outer ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.blog-share-outer ul li a.x-logo{
    height: 32px;
    position: relative;
    top: -7px;
}

.blog-share-outer ul li a.x-logo img{
    width: 50%;
    padding-top: 8px;
    transition: .5s ease-in-out;
}


.blog-share-outer ul li a.x-logo:hover img{
    width: 64%;
    padding-top: 4px;
    transition: .5s ease-in-out;
}




.blog-share-outer ul li a {
    display: block;
    width: 32px;
    text-align: center;
    line-height: 0;
    border: #f3b40d solid 3px;
    border-radius: 50%;
    color: #f3b40d;
    font-size: 0;
    transition: .2s ease-in-out;
}
.blog-share-outer ul li a i {
    font-size: 0;
}
.blog-share-outer ul li a i:before {
    font-size: 18px;
    line-height: 32px;
    transform: scale(1);
    transition: .5s ease-in-out;
    display: block;
}
.blog-share-outer ul li a:hover i:before {
    transform: scale(1.5);
}
.blog-share-outer p {
    margin-bottom: 10px;
}
.error-content
{
  padding: 25px 5%;
}
.error-content h1 {
    margin: 0;
    padding: 0;
}
.error-content h2 {
    margin: 0;
    padding: 0;
    font-size: 60px;
    color: #f3b40d;
}
.error-content .widget-type-google_search a.hs-button.primary
{
  -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    background: rgb(243,180,13) !important;
    border-radius: 6px !important;
    border-width: 0px !important;
    color: rgb(255,255,255) !important;
    font-family: sans-serif !important;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 10px 20px !important;
    text-shadow: none !important;
    width: auto !important;
    font-size: 24px !important;
    line-height: 1.5em !important;
  margin-top: 15px;
}
.error-content .widget-type-google_search .hs-input
{
  background-color: #f4f4f4;
    border: 0;
    outline: 0;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 3px;
}
.error-content .widget-type-google_search label {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}
.leader-outer-block {
    /*width: 33.333%;
    text-align: center;*/
    display: block;
  margin: 25px 0;
}
.leader-outer-block .leader-shadow-block {
    background: #fff;
    max-width: 260px;
    box-shadow: rgba(0,0,0,.15) 0px 0px 25px;
    position: relative;
    margin: 0px auto;
    min-height: 350px;
    display: block;
}
.leader-outer-block .leader-shadow-block img {
    width: 100%;
    position: relative;
    height: auto !important;
}
.leader-outer-block .leader-shadow-block .leader-desciption-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #282f48;
    padding: 15px;
}
.leader-outer-block .leader-shadow-block .leader-desciption-block span.leader-name {
    color: #fff;
    font-size: 28px;
    display: block;
}
.leader-outer-block .leader-shadow-block .leader-desciption-block span.leader-designation {
    color: #fff;
    font-size: 18px;
}
.leader-outer-block .leader-shadow-block .leader-desciption-block:before {
    content: "";
    background: url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/HighRoad-2019Template-Images/bottom-shape.svg);
    height: 20px;
    width: 100%;
    top: -20px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-size: 100%;
}
.leader-common-outer div.hs_cos_wrapper {
    width: 30%;
    display: inline-block;
    text-align: center;
    padding: 1%;
    vertical-align: top;
}
.leader-desciption-block div.hs_cos_wrapper {
    width: 100%;
}
.leadership-adjust-head h2 {
    text-align: center;
}
.leader-common-outer {
    text-align: center;
}
.bop--single .bop--single--wrapper .bop--single--body p, .bop--listing--item--author p, .bop--listing--item--body p,
.bop--single .bop--single--wrapper .bop--single--body ul li, .bop--single--author--bio p, .bop--single--meta--content p,
.bop--single .bop--single--wrapper .bop--single--body ol li {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: normal;
}
.bop--single .bop--single--wrapper .bop--single--body h1,
.bop--single .bop--single--wrapper .bop--single--body h2, .bop--single .bop--single--wrapper .bop--single--body h3,
.bop--single .bop--single--wrapper .bop--single--body h4, .bop--single .bop--single--wrapper .bop--single--body h5,
.bop--single .bop--single--wrapper .bop--single--body h6
{
    font-family: 'Lato', sans-serif;
}
/*Email Toolkit Sign Up*/
.email-toolkit-adjust-center {
    text-align: left;
    padding-bottom: 30px;
}
.email-toolkit-adjust-center h2 {
    border-bottom: none;
    margin-bottom: 0;
    line-height: 40px;
}
.popup-with-form {
    display: inline-block;
    background: #282f48;
    text-decoration: none;
    padding: 10px 80px;
    color: #FFF;
    border-radius: 50px;
}
.email-toolkit-adjust-center h5 {
    margin: 0;
}
.hs-content-name-email-toolkit-sign-up .white-popup-block h1 {
    margin: 0 0 20px;
    text-align: left;
    line-height: 44px;
    font-size: 36px;
}
.hs-content-name-email-toolkit-sign-up .white-popup-block fieldset {
    max-width: 100% !important;
    margin: 0px auto !important;
}
.hs-content-name-email-toolkit-sign-up .white-popup-block fieldset .hs-input {
    width: 100% !important;
}
.hs-content-name-email-toolkit-sign-up .white-popup-block .actions {
    text-align: left;
    padding-top: 10px;
    max-width: 100%;
    margin: 0px auto;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
#mainMenu {
    min-height: 78px !important;
}
}