/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

@import url('//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css');
@font-face {
  font-family: material icons;
  src:  url("//cdn2.hubspot.net/hubfs/5055488/GamaAviation_November2018/fonts/MaterialIcons-Regular.eot") format("eot"), 
    url("//cdn2.hubspot.net/hubfs/5055488/GamaAviation_November2018/fonts/MaterialIcons-Regular.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5055488/GamaAviation_November2018/fonts/MaterialIcons-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: fs elliot;
  src: url("//cdn2.hubspot.net/hubfs/5055488/GamaAviation_November2018/fonts/fs_elliot-light-webfont.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5055488/GamaAviation_November2018/fonts/fs_elliot-light-webfont.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/5055488/GamaAviation_November2018/fonts/fs_elliot-light-webfont.eot") format("eot");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: fs elliot;
  src: url("//cdn2.hubspot.net/hubfs/5055488/GamaAviation_November2018/fonts/fs_elliot-regular-webfont.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5055488/GamaAviation_November2018/fonts/fs_elliot-regular-webfont.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/5055488/GamaAviation_November2018/fonts/fs_elliot-regular-webfont.eot") format("eot");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: fs elliot;
  src: url("//cdn2.hubspot.net/hubfs/5055488/GamaAviation_November2018/fonts/fs_elliot-bold-webfont.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5055488/GamaAviation_November2018/fonts/fs_elliot-bold-webfont.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/5055488/GamaAviation_November2018/fonts/fs_elliot-bold-webfont.eot") format("eot");
  font-style: normal;
  font-weight: 600;
}
/* EX: @import url('http://example.com/example_style.css'); */

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font-size: 93.75%;
  line-height: 1.6em;
}
body {
  background: #fff;
  font-size: 1em;
  line-height: 1.6em;
  color: #666;
  font-family: fs elliot,Helvetica,Arial,sans-serif;
  font-weight: 400;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}


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

/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 1rem;	
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  position: relative;
  color: #343741;
  margin: 0 0 .6em;
  font-family: fs elliot,Helvetica,Arial,sans-serif;
  font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2em;
  line-height: 1.45;
  margin: 0 0 .4em;
}
h2 {
  font-size: 1.86667em;
  line-height: 1.71429em;
  margin: 0 0 .85714em;
  margin-left: 1.28em;
  letter-spacing: .3px;
}
h3 {
  font-size: 1.33333em;
  line-height: 1.2em;
  margin: 0 0 .6em;
  margin-left: 1.28em;
  letter-spacing: .3px;
  margin-bottom: .8em;
}
h4 {
  font-size: 1.33333em;
  line-height: 1.2em;
  letter-spacing: .3px;
  margin-bottom: .8em;
}
h5 {
  font-size: 1em;
  line-height: 1.92em;
  margin: 0 0 1.6em;
  font-weight: 600;
}
h6 {
  font-size: 0.9em;
  line-height: 1.5em;
}

h3:before, h2:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 45px;
  max-height: inherit;
  top: 0;
  background-color: #dce0e0;
  margin-left: -1.28em;
  transform-origin: bottom left;
  -ms-transform: skew(-20deg,0deg);
  -webkit-transform: skew(-20deg,0deg);
  transform: skew(-20deg,0deg);
}

h3:before {
  height: 26px;
  background-color: #9a9a9a;
}

/* Anchor Links */
a { 
  color: #ec1c24;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #c51017;
  outline: 0;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


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

.header-container-wrapper {}
.header-container {}

.custom.header-top {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

.custom.logo-wrap {
  width: 217px;
  padding-top: .8em;
  padding-bottom: .8em;
}

.custom-logo img {
  max-width: 217px;
}

.custom-logo a {
  display: inline-block;
}

.custom.header-bottom {
  background-color: #f4f4f4;
  padding-top: .8em;
  padding-bottom: .65em;
  position: relative;
  top: 48px;
  z-index: 9;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.15);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.15);
}

.welcome-wrap p {
  margin: 0;
  font-size: 12px;
  letter-spacing: .8px;
  display: inline;
}

.custom.header-left {
  display: inline-block;
  width: auto;
}

.welcome-wrap h5 {
  line-height: 1.71429em;
  font-weight: 600;
  font-family: fs elliot,Helvetica,Arial,sans-serif;
  margin: 0;
  display: inline;
  color: #343741;
  text-transform: capitalize;
  font-size: 12px;
  padding-right: 50px;
  letter-spacing: .8px;
}

.btn-portal {
  color: #4d4f53;
  background-color: transparent;
  border: 1px solid #4d4f53;
  padding: .4em 1.28em;
  margin-right: 5px;
  font-size: .8em;
  line-height: 2em;
  display: inline;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  transition: all .2s ease-in-out;
}

.material-icons {
  font-family: material icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.btn-portal i {
  margin-right: 5px;
  font-size: 1em;
  width: 20px;
  vertical-align: bottom;
  line-height: 2.3em;
}

.btn-portal:hover {
  color: #fff;
  background-color: #ec1c24;
  border: 1px solid #ec1c24;
}
.custom.header-right .social-links {
  display: inline;
}

.custom.header-right .portal-button {
  display: inline;
}

.tsl-facebook i {
  color: #3b5998;
}

.tsl-instagram i {
  color: #517fa4;
}

.tsl-linkedin i {
  color: #4875b4;
}

.tsl-twitter i {
  color: #55acee;
}

.tsl-youtube i {
  color: #b00;
}


.custom.header-right .social-links a {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-left: -3px;
}

.custom.header-right {
  margin: 0;
  width: auto;
  float: right;
}

.header-container {
  min-height: 97px;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.body-container .page-center {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.custom-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f2f5f5;
  position: relative;
}

.custom-banner:before {
  width: 50%;
  content: " ";
  background-color: #f2f5f5;
  display: block;
  height: 100%;
  border-right: 15px solid #fff;
  position: absolute;
  left: -110px;
  transform-origin: bottom left;
  -ms-transform: skew(-20deg,0deg);
  -webkit-transform: skew(-20deg,0deg);
  transform: skew(-20deg,0deg);
}

.banner-container {
  display: table;
  width: 100%;
  height: 135px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.banner-content {
  display: table-cell;
  vertical-align: middle;
}

.banner-content h1 {
  max-width: 400px;
  margin-top: 38px;
}

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

.footer-container-wrapper {}
.footer-container {}
.footer-social a.btn.btn-portal {
  display: none;
}

.custom.footer-group {
  background-color: #343741;
  border-top: 0 solid #343741;
  padding: 3.2em 0 1.6em;
}

.copyright p {
  font-weight: 500;
  color: #c8c8c8;
  text-align: center;
  font-size: .8em;
  line-height: 2.4em;
}

.copyright p a {
  color: #c8c8c8;
}

.copyright p a:hover {
  color: #fbfbfb;
}

.footer-social .social-links {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

.footer-social .social-links a {
  border: 1px solid #5b5e66;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-right: -0.5px;
}

.footer-social .social-links a .fa {
  font-size: .93333em;
  line-height: 1.71429em;
  color: #c8c8c8;
}

.footer-social .social-links a:hover {
  border-color: #fff;
}

.footer-social .social-links a:hover .fa {
  color: #fff;
}

.footer-middle {
  margin-bottom: 1.6em;
}

.footer-branding.logo {
  text-align: center;
  margin: 30px auto;
  padding-bottom: 20px;
}

.footer-branding.logo img {
  max-height: 40px;
}

.custom.footer-menu .hs-menu-wrapper > ul {
  display: block;
  width: 100%;
  font-size: .93333em;
  line-height: 2.05714em;
  font-weight: 400;
  color: #fff;
}

.custom.footer-menu .hs-menu-wrapper > ul > li:first-child, 
.custom.footer-menu .hs-menu-wrapper > ul > li:last-child {
  width: 25%;
}

.custom.footer-menu .hs-menu-wrapper > ul > li {
  width: 16.66667%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.custom.footer-menu .hs-menu-wrapper > ul > li > a {
  cursor: text;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2em;
  margin: 0 auto .6em;
  font-family: fs elliot,Helvetica,Arial,sans-serif;
  letter-spacing: .3px;
  margin-bottom: .8em;
  vertical-align: top;
}

.custom.footer-menu .hs-menu-wrapper > ul ul {
  margin-bottom: 1rem;
}

.custom.footer-menu .hs-menu-wrapper > ul ul li a {
  color: #fff;
  white-space: normal !important;
}

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



/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  font-size: 14px;
  display: block;
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-weight: 400;
  color: #333;
  padding: 14px 20px;
  line-height: 1.3em;
  padding-left: 20px;
  padding-right: 25px;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a > span {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}


/* 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:992px) {
  .custom-menu-primary.desktop {
    width: calc(100% - 217px);
    margin: 0;
    text-align: right;
    min-height: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: none !important;
    z-index: auto !important;
    left: 0 !important;
  }
  .mega-menu-panel {
    position: absolute;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    text-align: left;
    padding: 30px 0;
    background-color: #f1f1f1;
    padding-left: calc(50vw - 570px);
    padding-right: calc(50vw - 570px);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > .mega-menu-panel {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .mega-menu-panel .panel {
    max-width: 1140px;
    margin: 0 auto;
  }

  .mega-menu-panel .panel > ul > li {
    padding: 0 20px 0 40px;
    width: 33.33%;
    display: block;
    float: left;
    border-left: 1px solid #d3d4d4;
    height: 605px;
  }

  .mega-menu-panel .panel > ul > li:first-child {
    border-left: 0;
  }

  .mega-menu-panel .panel > ul ul a {
    color: #666;
    padding-left: 20px;
    padding-right: 25px;
    white-space: normal !important;
    line-height: 1.3em;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mega-menu-panel .panel > ul ul a span {
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
  }

  .mega-menu-panel .panel > ul ul a:before {
    font-family: material icons;
    content: 'chevron_right';
    color: #ec1c24;
    display: inline-block;
    position: absolute;
    left: -4px;
  }

  .mega-menu-panel .panel > ul ul .divider {
    display: block;
    border: 0;
    margin: 0;
    padding: 10px 0;
  }

  .mega-menu-panel .panel > ul ul .divider a {
    padding: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    height: 1px;
    cursor: none;
  }
  .mega-menu-panel .panel > ul ul .divider a:before {
    content: none;
  }

  .mega-menu-panel .panel > ul ul li a:hover {
    color: #ec1c24;
  }

  .mega-menu-panel .panel > ul ul .divider a span {
    display: none;
  }
  .mega-menu-panel .panel > ul ul .divider a:before {
    content: none;
  }

  .mega-menu-panel .panel > ul ul li a:hover {
    color: #ec1c24;
  }

  .mega-menu-panel .panel > ul ul li.financial-highlights a,
  .mega-menu-panel .panel > ul ul li.view-annual-report a,
  .mega-menu-panel .panel > ul ul li.police-support a,
  .mega-menu-panel .panel > ul > li:nth-child(2) ul li.air-ambulance a,
  .mega-menu-panel .panel > ul > li:nth-child(2) ul li.private-owners a,
  .mega-menu-panel .panel > ul ul li.aircraft-management-explained a,
  .mega-menu-panel .panel > ul ul li.ads-b-out a,
  .mega-menu-panel .panel > ul ul li.register-an-aog a,
  .mega-menu-panel .panel > ul ul li.view-this-aircraft a,
  .mega-menu-panel .panel > ul ul li.request-a-charter-quote a {
    color: #fff;
    background-color: #ec1c24;
    border: 1px solid #ec1c24;
    padding: .8em 3.2em;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 400;
    display: inline-block !important;
    text-align: center;
    transition: all .2s ease-in-out;
    white-space: nowrap !important;
  }

  .mega-menu-panel .panel > ul ul li.financial-highlights a,
  .mega-menu-panel .panel > ul ul li.view-annual-report a,
  .mega-menu-panel .panel > ul ul li.police-support a,
  .mega-menu-panel .panel > ul > li:nth-child(2) ul li.air-ambulance a,
  .mega-menu-panel .panel > ul > li:nth-child(2) ul li.private-owners a,
  .mega-menu-panel .panel > ul ul li.aircraft-management-explained a,
  .mega-menu-panel .panel > ul ul li.view-this-aircraft a {
    color: #4d4f53;
    background-color: transparent;
    border: 1px solid #4d4f53;
  }

  .mega-menu-panel .panel > ul ul li.financial-highlights a:before,
  .mega-menu-panel .panel > ul ul li.view-annual-report a:before,
  .mega-menu-panel .panel > ul ul li.police-support a:before,
  .mega-menu-panel .panel > ul > li:nth-child(2) ul li.air-ambulance a:before,
  .mega-menu-panel .panel > ul > li:nth-child(2) ul li.private-owners a:before,
  .mega-menu-panel .panel > ul ul li.aircraft-management-explained a:before,
  .mega-menu-panel .panel > ul ul li.ads-b-out a:before,
  .mega-menu-panel .panel > ul ul li.register-an-aog a:before,
  .mega-menu-panel .panel > ul ul li.view-this-aircraft a:before,
  .mega-menu-panel .panel > ul ul li.request-a-charter-quote a:before {
    content: none;
  }

  .mega-menu-panel .panel > ul ul li.financial-highlights a span,
  .mega-menu-panel .panel > ul ul li.view-annual-report a span,
  .mega-menu-panel .panel > ul ul li.police-support a span,
  .mega-menu-panel .panel > ul > li:nth-child(2) ul li.air-ambulance a span,
  .mega-menu-panel .panel > ul > li:nth-child(2) ul li.private-owners a span,
  .mega-menu-panel .panel > ul ul li.aircraft-management-explained a span,
  .mega-menu-panel .panel > ul ul li.ads-b-out a span,
  .mega-menu-panel .panel > ul ul li.register-an-aog a span,
  .mega-menu-panel .panel > ul ul li.view-this-aircraft a span,
  .mega-menu-panel .panel > ul ul li.request-a-charter-quote a span {
    display: block;
  }

  .mega-menu-panel .panel > ul ul li.financial-highlights,
  .mega-menu-panel .panel > ul ul li.view-annual-report,
  .mega-menu-panel .panel > ul ul li.police-support,
  .mega-menu-panel .panel > ul > li:nth-child(2) ul li.air-ambulance,
  .mega-menu-panel .panel > ul > li:nth-child(2) ul li.private-owners,
  .mega-menu-panel .panel > ul ul li.aircraft-management-explained,
  .mega-menu-panel .panel > ul ul li.ads-b-out,
  .mega-menu-panel .panel > ul ul li.register-an-aog,
  .mega-menu-panel .panel > ul ul li.view-this-aircraft,
  .mega-menu-panel .panel > ul ul li.request-a-charter-quote {
    padding: 15px 20px;
  }

  .mega-menu-panel .panel > ul ul li.ads-b-out a:hover,
  .mega-menu-panel .panel > ul ul li.register-an-aog a:hover,
  .mega-menu-panel .panel > ul ul li.request-a-charter-quote a:hover {
    color: #fff;
    background-color: #ad0e15;
    border: 1px solid #ad0e15;
  }

  .mega-menu-panel .panel > ul ul li.financial-highlights a:hover,
  .mega-menu-panel .panel > ul ul li.view-annual-report a:hover,
  .mega-menu-panel .panel > ul ul li.police-support a:hover,
  .mega-menu-panel .panel > ul > li:nth-child(2) ul li.air-ambulance a:hover,
  .mega-menu-panel .panel > ul > li:nth-child(2) ul li.private-owners a:hover,
  .mega-menu-panel .panel > ul ul li.aircraft-management-explained a:hover,
  .mega-menu-panel .panel > ul ul li.view-this-aircraft a:hover {
    color: #fff;
    background-color: #4d4f53;
    border: 1px solid #4d4f53;
  }

  .maintenance .mega-menu-panel .panel > ul > li,
  .news  .mega-menu-panel .panel > ul > li,
  .more .mega-menu-panel .panel > ul > li,
  .aircraft .mega-menu-panel .panel > ul > li {
    width: 25%;
  }

  .menu-content img {
    padding-bottom: 10px;
  }

  .menu-content {
    line-height: 1.3em;
    padding-bottom: 10px;
    color: #333;
  }

  .menu-content h4 {
    font-size: 1em;
    line-height: 1.92em;
    margin: 0 auto 1.6em;
    font-weight: 600;
    font-family: fs elliot,Helvetica,Arial,sans-serif;
    letter-spacing: normal;
  }

  .menu-content ul {
    padding-left: 40px;
    list-style-type: square !important;
  }
  .news .mega-menu-panel .panel > ul > li > ul > li > a,
  .more .mega-menu-panel .panel > ul > li > ul > li > a {
    font-weight: 600;
    padding: 0 0 0 20px!important;
    margin-bottom: 5px;
    color: #181818;
    position: relative;
  }

  .news .mega-menu-panel .panel > ul > li > ul > li > a:before,
  .more .mega-menu-panel .panel > ul > li > ul > li > a:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    background-color: #ec1c24;
    left: 0;
    transform-origin: bottom left;
    -ms-transform: skew(-20deg,0deg);
    -webkit-transform: skew(-20deg,0deg);
    transform: skew(-20deg,0deg);
  }

  .mega-menu-panel .panel > ul ul ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mega-menu-panel .panel > ul ul li.financial-highlights a {
    display: none !important;
  }
  .mega-menu-panel .panel > ul > li > ul > li.bae-hawker > a, 
  .mega-menu-panel .panel > ul > li > ul > li.beechcraft > a, 
  .mega-menu-panel .panel > ul > li > ul > li.bombardier > a, 
  .mega-menu-panel .panel > ul > li > ul > li.cessna > a, 
  .mega-menu-panel .panel > ul > li > ul > li.dassault > a, 
  .mega-menu-panel .panel > ul > li > ul > li.embraer > a, 
  .mega-menu-panel .panel > ul > li > ul > li.gulfstream > a, 
  .mega-menu-panel .panel > ul > li > ul > li.us > a, 
  .mega-menu-panel .panel > ul > li > ul > li.europe > a, 
  .mega-menu-panel .panel > ul > li > ul > li.asia > a {
    color: #222;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mega-menu-panel .panel > ul > li > ul > li.bae-hawker > a:before, 
  .mega-menu-panel .panel > ul > li > ul > li.beechcraft > a:before, 
  .mega-menu-panel .panel > ul > li > ul > li.bombardier > a:before, 
  .mega-menu-panel .panel > ul > li > ul > li.cessna > a:before, 
  .mega-menu-panel .panel > ul > li > ul > li.dassault > a:before, 
  .mega-menu-panel .panel > ul > li > ul > li.embraer > a:before, 
  .mega-menu-panel .panel > ul > li > ul > li.gulfstream > a:before, 
  .mega-menu-panel .panel > ul > li > ul > li.us > a:before, 
  .mega-menu-panel .panel > ul > li > ul > li.europe > a:before, 
  .mega-menu-panel .panel > ul > li > ul > li.asia > a:before {
    content: none;
  }

  .mega-menu-panel .panel > ul ul .menu-content ul {
    padding-top: 0;
    padding-bottom: 0;
  }
  .custom.mobile-group {
    display: none;
  }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 991px){

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

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

  .mobile-trigger{
    cursor: pointer;
    position: relative;
    padding: 3px 20px;
    display: inline-block;
    float: left;
    border-right: 1px solid #3e3e3e;
    background: #191919;
    background: -moz-linear-gradient(top,#5F5F5F 0%,#191919 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5F5F5F),color-stop(100%,#191919));
    background: -webkit-linear-gradient(top,#5F5F5F 0%,#191919 100%);
    background: -o-linear-gradient(top,#5F5F5F 0%,#191919 100%);
    background: linear-gradient(to bottom,#5f5f5f 0%,#191919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5F5F5F,endColorstr=#191919);
    width: 15%;
  }

  .menu {
    width: 35px;
    margin: 0 auto;
    display: block;
    padding: 3px;
  }

  .mobile-menu {
    display: inline-block;
    float: left;
    width: 85%;
  }

  .mobile-wrap {
    width: 100%;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0;
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    color: #ec1c24;
  }

  i.add.material-icons:before {
    content: 'add';
  }

  .child-trigger .material-icons {
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 26px;
    left: -1px;
    margin-top: -8px;
    text-align: center;
    font-size: 1em;
  }

  i.minus.material-icons:before {
    content: 'remove';
  }

  .close-trigger {
    position: absolute;
    top: 10px;
    right: 7px;
    z-index: 50;
    width: 25px;
    height: 25px;
    text-align: right;
    color: #666;
    cursor: pointer;
  }

  .child-trigger.child-open i.add.material-icons {
    display: none;
  }
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    min-height: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: none;
  }  
  .custom-menu-primary.js-enabled .hs-menu-wrapper > ul > li > ul.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{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f2f5f5;
    padding: 20px;
    overflow-y: scroll;
    height: calc(100% - 60px);
    -webkit-overflow-scrolling: touch;
  }

  .custom-menu-primary .hs-menu-wrapper {
    width: 100%; /* Full screen width */
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 14px;
    border-bottom: 1px solid #d1d4d3;
    line-height: 1.3em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a span {
    padding-left: 25px;
    color: #7a8094;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 1em;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper > ul ul ul {
    display: block !important;
    font-size: 1em;
    line-height: 1.3em;
    height: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    padding: 14px;
    border-bottom: 1px solid #d1d4d3;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a span {
    color: #969696;
    font-size: 14px;
    padding-left: 25px;
    line-height: 1.3em;
  }

  .mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 60px;
  }

  .mobile-menu ul li {
    width: 28%;
    float: left;
    display: inline-block;
    border-right: 1px solid rgba(0,0,0,.2);
    background: #191919;
    background: -moz-linear-gradient(top,#5F5F5F 0%,#191919 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5F5F5F),color-stop(100%,#191919));
    background: -webkit-linear-gradient(top,#5F5F5F 0%,#191919 100%);
    background: -o-linear-gradient(top,#5F5F5F 0%,#191919 100%);
    background: linear-gradient(to bottom,#5f5f5f 0%,#191919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5F5F5F,endColorstr=#191919);
  }

  .mobile-menu ul li a {
    font-size: 16px;
    padding: 18px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 300;
    font-family: fs elliot,Helvetica,Arial,sans-serif;
  }

  .menu i.material-icons {
    display: block;
    width: 100%;
    font-size: 2em;
    color: #fff;
  }

  span.toggle-menu {
    color: #fff;
    display: block;
    font-size: 8px;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 4px;
    font-family: fs elliot,Helvetica,Arial,sans-serif;
  }

  .mobile-menu ul li:nth-child(3) {
    width: 19%;
  }

  .mobile-menu ul li:nth-child(4) {
    width: 25%;
  }

  .mobile-menu ul li:last-child a:before {
    font-family: material icons;
    content: 'chat';
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding-right: 3px;
  }

  .mobile-menu ul li:last-child {
    background: #bb0d14;
    background: -moz-linear-gradient(top,#EC1C24 0%,#BB0D14 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#EC1C24),color-stop(100%,#BB0D14));
    background: -webkit-linear-gradient(top,#EC1C24 0%,#BB0D14 100%);
    background: -o-linear-gradient(top,#EC1C24 0%,#BB0D14 100%);
    background: linear-gradient(to bottom,#ec1c24 0%,#bb0d14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EC1C24,endColorstr=#BB0D14);
    border-right: 0 solid rgba(0,0,0,.2)!important;
  }

}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

.post-footer{ 
  width: 83.33333%;
    margin: 0 auto;
}

/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-search-field,
.hs-form-field {
  margin-bottom: 15px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #444444;
  line-height: 1.3em;
}
.hs-form-required {
  font-weight: bold;
  color: #8b0000;
  font-style: normal;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 500px;
  display: block;
  -webkit-appearance: none;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  background-color: rgba(0,0,0,0.1);
  padding: 8px;
  color: #333333;
  transition: all 0.30s ease-in-out;
  border: 1px solid transparent;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */

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

.hs-error-msgs li {
  list-style: none;
}

.hs-error-msgs label {
  background-color: #ff5858;
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
  border-radius: 0 0 4px 4px;
  line-height: 1.3em;
  padding: 0 5px;
}


/* Placeholder Text */
::-webkit-input-placeholder { color: #cccccc;} /* Webkit Browsers */
:-moz-placeholder { color: #cccccc;} /* Firefox 18- */
::-moz-placeholder { color: #cccccc;} /* Firefox 19+ */
:-ms-input-placeholder { color: #cccccc;} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  display: inline-block;
  white-space: normal;
  text-align: center;
  background-color: #D85427;
  border-color: #C24B23;
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 14px;
  border-radius: 4px;
  padding: .5em 1.25em;
  border-width: 1px;
  line-height: 100%;
  border-style: solid;
  margin: 15px 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #C24B23;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.hs-blog-post .widget-type-blog_comments .hs_cos_wrapper_type_blog_comments form {
  position: relative;
}

.hs-blog-post .widget-type-blog_comments .hs_cos_wrapper_type_blog_comments form:before {
  content: 'Leave a reply';
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  color: #000000;
  line-height: 1.15em;
}
.form-title {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  color: #000000;
  line-height: 1.15em;
  margin-left:0;
}
.form-title:before {
  content: none;
}

ul.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: .8em;
}

ul.breadcrumb i {
  font-size: 12px;
  height: 14px;
  vertical-align: middle;
  padding: 0 3px;
  color: #ddd;
  padding-left: 0;
}

ul.breadcrumb li a {
  color: #999;
  font-weight: 400;
}
ul.breadcrumb li a:hover {
  color: #ec1c24;
}
ul.breadcrumb li {
  font-size: 12px;
  color: #727272;
  font-weight: 600;
}

ul.breadcrumb li {
  float: left;
}

.blog .body-container .page-center.content-wrapper {
  padding-top: 2.4em;
  padding-bottom: 2.4em;
}

h3.flash.grey:before {
  max-height: initial;
  height: 100%;
}


.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-header h4 {
  font-size: 1.33333em;
  line-height: 1.56em;
  font-weight: 400;
  margin: 0 0 10px;
  padding-right: 30px;
}

a.more-link {
  padding-left: 18px;
  line-height: 1.6em;
  color: #343741;
  font-weight: 600;
  position: relative;
}
a.more-link:before {
  content: 'chevron_right';
  color: #ec1c24;
  position: absolute;
  left: -4px;
  font-family: material icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

a.more-link:hover {
  color: #ec1c24;
}

.blog-pagination a {
  padding: .8em 3.2em;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6em;

}

.blog-pagination a:hover {
  color: #fff;
  background-color: #4d4f53;
  border: 1px solid #4d4f53;
}

.blog-pagination a {
  color: #4d4f53;
  background-color: transparent;
  border: 1px solid #4d4f53;
  transition: all .2s ease-in-out;
}

.post-item-content {
  margin-top: 3.2em;
  margin-bottom: 1.6em;
}

.blog-pagination a {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.post-item-content {
  margin-top: 3.2em;
}

.hs-topic-wrapper {
  background-color: #f2f5f5;
  padding: 25px 30px;
}

.hs-topic-wrapper .inner-wrapper {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}

h3.news-category {
  margin-left: 1.28em;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
}

a.news-category-btn {
  float: right;
  margin-bottom: 20px;
  color: #4d4f53;
  background-color: transparent;
  border: 1px solid #4d4f53;
  padding: .48em 3.2em;
  font-size: 1em;
  line-height: 1.6em;
  transition: all .2s ease-in-out;
}
a.news-category-btn:hover {
  color: #fff;
  background-color: #4d4f53;
  border: 1px solid #4d4f53;
}

.hs-topic-wrapper .post-header a {
  color: #343741;
  font-weight: 600;
  font-family: fs elliot,Helvetica,Arial,sans-serif;
}

.hs-topic-wrapper .post-header h4 {
  font-size: 1em;
  line-height: 1.92em;
  margin: 20px 0 5px;
}

.hs-topic-wrapper .post-header a:hover {
  color: #ec1c24;
}

.hs-topic-wrapper .date {
  margin-bottom: 1rem;
}

.hs-topic-wrapper a.more-link:before {
  content: none;
}

.hs-topic-wrapper a.more-link {
  padding-left: 0;
  color: #343741;
}

.blog.hs-blog-post .blog-content {
  width: 100%;
}

.profile-meta img {
  margin: 0;
  display: block;
  float: left;
  margin-right: 10px;
  width: 32px;
  height: 32px;
}

.column-default.span-6 {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}
.social-addtoany_shortcode {
  text-align: right;
}
.addtoany_list a>span {
  border-radius: 0;
}
.hs-blog-post .hs-featured-image-wrapper img {
  margin-top: 1.2em;
  margin-bottom: 1.6em;
}

.profile-details {
  display: block;
  float: left;
}

.profile-details h4 {
  margin: 0;
  line-height: 1.2em;
  font-size: 1em;
  font-weight: 600;
  font-family: fs elliot,Helvetica,Arial,sans-serif;
  color: #343741;
}

.blog-post-wrapper .post-body {
  padding-left: 8.33333%;
  padding-right: 8.33333%;
}

.post-header h1 {
  font-size: 2em;
  line-height: 1em;
  margin: .4em 0;
  font-weight: 600;
  font-family: fs elliot,Helvetica,Arial,sans-serif;
  color: #343741;
}

.nav-links .col-6 {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.navigation.post-navigation {
  margin-top: 3.2em;
  margin-bottom: 3.2em;
  border-top: 1px solid #d8d8d8;
}
.navigation.post-navigation .nav-links {
  margin-top: 1.6em;
  font-size: 15px;
  margin-right: -15px;
  margin-left: -15px;
}
.navigation.post-navigation .nav-links .nav-previous:hover a, 
.navigation.post-navigation .nav-links .nav-next:hover a {
  color: #ec1c24;
}
.navigation.post-navigation .nav-links .nav-previous a, 
.navigation.post-navigation .nav-links .nav-next a {
  color: #1e1e1e;
  font-weight: 600;
  line-height: 24px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-links .nav-previous i {
  float: left;
  color: #ec1c24;
  margin-right: 0!important;
  line-height: 24px;
  font-size: 15px;
  margin-top: 24px;
}
.nav-links .nav-next i {
  float: right;
  color: #ec1c24;
  margin-right: 0!important;
  line-height: 24px;
  font-size: 15px;
  margin-top: 24px;
}

.nav-links .nav-next a:before {
  content: "Next";
  display: block;
  text-align: right;
  font-weight: 400;
  margin-right: 0;
  color: #4d4f53;
}
.nav-links .nav-previous a:before {
  content: "Previous";
  display: block;
  text-align: left;
  font-weight: 400;
  margin-left: 0;
  color: #4d4f53;
}
.navigation.post-navigation .nav-links .nav-next a {
  display: block;
  margin-right: 25px;
  text-align: right;
}

.navigation.post-navigation .nav-links .nav-previous a {
  display: block;
  margin-left: 25px;
}

a.cm-btn {
  color: #4d4f53;
  background-color: transparent;
  border: 1px solid #4d4f53;
  display: block;
  width: 100%;
  margin-bottom: 1.6em;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 400;
  padding: .8em;
  text-align: center;
  vertical-align: middle;
  transition: all .2s ease-in-out;
}

a.cm-btn i {
  font-size: 1em;
  line-height: 1.6em;
  margin-right: 5px;
  width: 20px;
  vertical-align: bottom;
}

.custom.mobile-link-contact {
  margin-top: 20px;
  margin-left: 0;
}

a.cm-btn:hover {
  color: #fff;
  background-color: #4d4f53;
  border: 1px solid #4d4f53;
}

ul.iconlist {
  text-indent: 0;
  padding-left: 0;
  position: relative;
  list-style: none;
  margin-top: 1.6em;
  margin-bottom: .8em;
}

ul.iconlist li {
  padding-left: 23px;
  line-height: 1.6em;
  color: #666;
  font-family: fs elliot,Helvetica,Arial,sans-serif;
}

ul.iconlist li i {
  position: absolute;
  color: #ec1c24;
  width: 25px;
  left: 0;
  font-size: 16px;
  display: inline-flex;
  line-height: 1.6em;
}

.blog-listing-wrapper .post-listing .post-item .post-header a:hover h4 {
  color: #ec1c24;
}

.custom.breadcrumb .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-post-wrapper {
  width: 83.33333%;
  margin: 0 auto;
}

.hs-blog-post .hs-featured-image-wrapper {
  text-align: center;
}

.hs-blog-post .post-meta.row {
  margin: 0 -15px;
}
/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media (min-width: 576px) {
  .banner-container {
    width: 540px;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 540px;
  }
  .modal .modal-dialog {
    max-width: 500px;
    margin: 30px auto !important;
  }

}
@media (min-width: 768px) {
  .banner-container {
    width: 720px;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 720px;
  }
  .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper {
    width: 33.33%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-listing-wrapper .post-listing .post-item  .post-header {
    padding-right: 15px;
    padding-left: 15px;
    width: 66.66667%;
    float: left;
  }
  .blog-listing-wrapper .post-listing .post-item .inner-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .modal .modal-dialog {
    margin-top: 10% !important;
    width: 430px;
    height: 380px;
  }
  a.cm-btn {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    padding: .8em 3.2em;
  }
}
@media (min-width: 992px) {
  .banner-container {
    width: 960px;
  }
  .container-fluid .row-fluid .page-center{
    max-width: 960px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 3px;
    padding-right: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    right: 5px;
  }
  .custom.footer-menu .hs-menu-wrapper > ul ul {
    display: block !important;
    height: auto !important;
  }
  .custom.request-call-back {
    display: none;
  }
}

@media (min-width: 1200px) {
  .banner-container {
    width: 1140px;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 1140px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 18px;
    padding-right: 25px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    right: 10px;
  }
}
@media (min-width: 1400px) {
  .banner-container {
    width: 1380px;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 1380px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 20px;
    padding-right: 25px;
  }
}

/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 991px) {
  .blog-post-wrapper .post-body {
    padding: 0;
  }
  h2 {
    font-size: 1.6em;
    line-height: 1em;
  }
  h3 {
    font-size: 1.33333em;
    line-height: 1.2em;
  }
  .custom.footer-group {
    margin-bottom: 60px;
  }

  .copyright p {
    font-size: .93333em;
    line-height: 2.05714em;
    text-align: left;
    width: 90%;
  }

  .footer-social .social-links {
    text-align: left;
    width: auto;
  }

  .footer-social .social-links a .fa {
    font-size: 1.06667em;
    line-height: 1.5em;
  }

  .footer-branding.logo {
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
  }

  .custom.footer-menu .hs-menu-wrapper > ul > li, 
  .custom.footer-menu .hs-menu-wrapper > ul > li:first-child, 
  .custom.footer-menu .hs-menu-wrapper > ul > li:last-child {
    width: 100%;
    padding: 0;
  }

  .custom.footer-menu .hs-menu-wrapper > ul > li > a {
    padding-left: 30px;
    margin-bottom: 0;
    font-size: 15px;
    border-top: 1px solid #5c5f67;
    padding: 10px 0 10px 30px;
    line-height: 1.6;
    display: block;
  }

  .custom.footer-menu .hs-menu-wrapper > ul > li > a:before {
    font-family: material icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'add';
    color: #fff;
    position: absolute;
    left: 0;
  }

  .custom.footer-menu .hs-menu-wrapper {
    border-bottom: 1px solid #5c5f67;
    margin-bottom: 1.5em;
  }

  .custom.footer-menu .hs-menu-wrapper > ul ul {
    margin-top: 20px;
  }

  .custom.footer-menu .hs-menu-wrapper > ul ul li a {
    display: inline-block !important;
    width: auto;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
  }
  .custom.header-top {
    width: 100%;
  }

  .custom-menu-primary.desktop {
    display: none;
  }

  .custom.header-bottom {
    top: 0;
    display: none;
    min-height: 0;
  }

  .custom.header-group .page-center {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .custom.header-top {
    padding: 1.6em;
    padding-bottom: 2.05em;
    position: relative;
    z-index: 5;
  }

  .custom.mobile-group {
    position: fixed;
    bottom: 0;
    height: 60px;
    z-index: 20;
    width: 100%;
  }

  .custom.logo-wrap {
    width: 100%;
    padding: 0;
  }

  .custom-logo img {
    max-width: 413px;
  }
  .custom-banner:before {
    width: 70%;
  }
  .header-container {
    min-height: auto;
  }
  .modal-content {
    background-color: #cbcecd;
    color: #505251;
    border-radius: 0;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
  }

  .modal-header {
    color: #272827;
    border-bottom: none;
    padding: 23px 0 32px;
    margin-left: 40px;
    height: 34px;
    vertical-align: bottom;
  }

  .modal-body {
    padding: 12px 40px;
  }

  h4.modal-title {
    display: inline;
    margin: 0 auto 1.6em;
    font-weight: 600;
    font-family: fs elliot,Helvetica,Arial,sans-serif;
    margin-left: 1.28em;
    margin-bottom: 0;
    line-height: 22.5px;
    position: relative;
    color: #343741;
    font-size: 1em;
    letter-spacing: normal;
  }

  h4.modal-title:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 100%;
    max-height: 30px;
    top: 0;
    background-color: #ec1c24;
    margin-left: -1.28em;
    transform-origin: bottom left;
    -ms-transform: skew(-20deg,0deg);
    -webkit-transform: skew(-20deg,0deg);
    transform: skew(-20deg,0deg);
  }

  ._form-title h2:before {
    display: none;
  }

  ._form-title h2 {
    margin-left: 0;
  }

  .modal-content .hs-form-field > label {
    margin-left: 2px;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
    touch-action: manipulation;
    color: #505251;
    font-size: 1em;
    line-height: 1.6em;
    font-family: fs elliot,Helvetica,Arial,sans-serif;
  }

  .modal-content .hs-input {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    height: 38px;
    padding: 6px 12px;
  }

  .modal-content .hs-button {
    color: #fff;
    font-size: 1em;
    line-height: 1.6em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    width: auto;
    margin-left: 23px;
    box-shadow: none;
    border: none;
    color: #fff;
    background: transparent;
  }

  .modal-content .actions:hover {
    background: transparent;
    background: -moz-linear-gradient(top,#cf0807 0%,#8e0402 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cf0807),color-stop(100%,#8e0402));
    background: -webkit-linear-gradient(top,#cf0807 0%,#8e0402 100%);
    background: -o-linear-gradient(top,#cf0807 0%,#8e0402 100%);
    background: linear-gradient(to bottom,#cf0807 0%,#8e0402 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cf0807,endColorstr=#8e0402);
  }
  .modal-content .actions {
    background: #c00503;
    background: -moz-linear-gradient(top,#F71312 0%,#C00503 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F71312),color-stop(100%,#C00503));
    background: -webkit-linear-gradient(top,#F71312 0%,#C00503 100%);
    background: -o-linear-gradient(top,#F71312 0%,#C00503 100%);
    background: linear-gradient(to bottom,#f71312 0%,#c00503 100%);
    padding: .8em;
    margin-bottom: 30px;
    position: relative;
    text-align: center; 
  }

  .modal-content .actions:before {
    content: 'phone';
    font-family: material icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    font-size: 1em;
    line-height: 1.6em;
    margin-right: 5px;
    width: 20px;
    vertical-align: bottom;
    position: absolute;
    z-index: 999;
    color: #fff;
  }
  .modal-content .hs-button:hover {
    background-color: transparent;
  }
  .modal-content .hs-input:focus {
    outline: 0;
  }

  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
    visibility: hidden;
  }

  body.modal-open {
    overflow: hidden;
  }

  .fade {
    opacity: 0;
    transition: opacity .15s linear;
  }
  .fade.show {
    opacity: 1;
    visibility: visible;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .modal-content ::-webkit-input-placeholder {
    color: #636c72;
    opacity: 1;
  } /* Webkit Browsers */
  .modal-content :-moz-placeholder {
    color: #636c72;
    opacity: 1;
  } /* Firefox 18- */
  .modal-content ::-moz-placeholder {
    color: #636c72;
    opacity: 1;
  } /* Firefox 19+ */
  .modal-content :-ms-input-placeholder {
    color: #636c72;
    opacity: 1;
  } /* IE10 */
  .modal-content .hs-form-required {
    display: none;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1040;
    background-color: #fff;
  }
  .modal-backdrop.fade.show {
    opacity: .5;
    z-index: 1040;
    visibility: visible;
  }
  .modal-backdrop.fade {
    opacity: 0;
  }

  .modal-content .hs-error-msgs label {
    background-color: transparent;
    color: red;
    font-family: fs elliot,Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.6em;
    margin-bottom: 5px;
    display: block;
  }
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  h2:before, h3:before {
    max-height: 30px;
  }
  .custom.header-group {
    width: 100% !important;
  }
  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"],
  input[type="file"],
  textarea,
  select {
    max-width: 100%;
  }
  .custom-logo a {
    text-align: center;
  }
  .custom-logo img {
    margin: auto;
    max-width: none;
    width: 80%;
    vertical-align: top;
  }
  .custom-banner:before {
    width: 80%;
  }
  a.news-category-btn {
    float: none;
    display: block;
    text-align: center;
  }
  .blog .blog-sidebar {
    margin-top: 1.6em;
  }
  .mobile-menu ul li a {
    font-size: 14px;
  }
  .hs-topic-wrapper .span6.left-col {
    width: 100%;
    float: left;
  }

  .hs-topic-wrapper .span6.right-col {
    width: 100%;
    float: left;
  }
  .blog .blog-sidebar {
    margin-top: 1.6em;
    margin-left: -15px;
    margin-right: -15px;
  }
  .column-default.span-6 {
    width: 100%;
    margin-bottom: 10px;
  }
  .social-addtoany_shortcode {
    text-align: left;
  }
  .addtoany_list.a2a_kit_size_32 a>span {
    height: 46px;
    width: 46px;
  }
}  


/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 575px) {
  .mobile-trigger {
    padding: 3px 5px;
  }

  .mobile-menu ul li a {
    font-size: 12px;
    white-space: nowrap;
    padding: 18px 0;
  }
  .mobile-trigger {
    padding: 0 5px;
  }
  .footer-branding.logo img {
    max-height: none;
  }
  .blog-post-wrapper {
    width: 100%;
  }
  .blog-post-wrapper .post-body {
    padding: 0;
  }
}

@media (max-width: 479px) {
  .custom-banner:before {
    width: 95%;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }

  /* Default styling for Blog ReCaptcha*/
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
  }
  .mobile-menu ul li a {
    font-size: 11px;
  }
}