/* ==========================================================================
   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(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);
/*@import url(//cdn2.hubspot.net/hub/3470830/hub_generated/template_assets/5489430827/1569725557654/Coded_files/Custom/page/MOF_Custom_CSS/MOF_custom.min.css); Attached to Blog template head*/

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





@font-face{
font-family:"Nexa";
src:url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa700.eot") format("eot"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa700.woff2") format("woff2"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa700.woff") format("woff"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa700.ttf") format("truetype"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa700.svg") format("svg");
font-weight: 700;
font-style: normal;
}



@font-face{
font-family:"Nexa";
src:url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa800.eot") format("eot"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa800.woff2") format("woff2"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa800.woff") format("woff"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa800.ttf") format("truetype"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa800.svg") format("svg");
font-weight: 800;
font-style: normal;
}



@font-face{
font-family:"Nexa";
src:url("Fonts/2383e4e3-73cc-4ee0-9901-5a58b4718e42.eot?#iefix") format("eot"),
    url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/430c9925-a017-483b-9f78-2a148995e464.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/b9df0457-1780-422e-8d4f-6eac03f9edc5.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/f795051f-3377-4294-98c1-7a82a99fbd01.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/2383e4e3-73cc-4ee0-9901-5a58b4718e42.eot") format("svg");
font-weight: 900;
font-style: normal;
}


@font-face{
font-family:"Nexa";
src:url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa400.eot") format("eot"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa400.woff2") format("woff2"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa400.woff") format("woff"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa400.ttf") format("truetype"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa400.svg") format("svg");
font-weight: 400;
font-style: normal;
}


@font-face{
font-family:"Nexa";
src:url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa300.eot") format("eot"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa300.woff2") format("woff2"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa300.woff") format("woff"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa300.ttf") format("truetype"),
url("//cdn2.hubspot.net/hubfs/3470830/TheMuseumOfFlight/Font/nexa300.svg") format("svg");
font-weight: 300;
font-style: normal;
}


/* 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 {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
body {
  min-height: auto;
  margin: 0;
  padding: 0;
} 

body {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.42857143;
    color: #333;
    font-size: 16px;
    background-color: #e2e2e2;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1290px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}


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

/* Basic text */
p {} 
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 {
    margin: 0px 0px 15px;
    font-weight: 500;
    line-height: 1.1;
    font-family: "Nexa";
    font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    
    font-size: 48px;
}
h2 {
    font-size: 30px;
}

h3 {
    font-size: 30px;
}

h4 {
    line-height: 1.3;
    font-size: 21px;
}

h5 {
    font-size: 18px;
    text-transform: uppercase;
}

h6 {
    font-size: 12px;
    font-weight :500;
}

/* Anchor Links */
a { 
    color: #1e2c5d;
    text-decoration: none;
}

a:hover, a:focus {    
    text-decoration: underline;
    color: #1e2c5d;
}

/* 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-banner {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 670px;
    background-position: 50% 60%;
    position: relative;
    margin-bottom: -60px;
}
.custom-banner-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.custom-banner-inner .page-center {
    max-width: 1290px !important;
    padding: 0 15px;
}
.banner-content {
    width: 66.66666667%;
    float: left;
    border-left: 8px solid #003087;
    display: block;
    background-color: rgba(34,34,34,.7);
    color: #fff;
    padding: 60px 100px 60px 60px;
    font-size: 22px;
    line-height: 1.38;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.custom-banner.no-banner-image {
    min-height: auto;
    margin: 0 0 0;
}
.no-banner-image .custom-banner-inner .banner-content {
    margin-bottom: -60px;
    width: 100%;
}
.no-banner-image .custom-banner-inner {
    position: relative;
}
.custom-header{
    position: relative;
    background-color: #222;
    z-index: 999;
}

.custom-logo a{
    float: left;
    position: relative;
    height: 84px;
    display: block;
    width: auto !important;
    margin: 0px;
}

.custom-logo a img{
    padding: 8px 0;
    top: 50%;
    position: relative;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 260px;
}


.custom-header .page-center{
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.custom-header-right-group{
    float: right !important;
    margin: 0 -20px !important;
    height: 84px;
}
.custom-header-menu #hs_menu_wrapper_module_13884994340213 {
    float: right;
    height: 84px;
}

.custom-header-menu ul{
    list-style: none;
    margin: 0 -20px !important;
    opacity: 1;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    float: left;
    padding: 0 20px;
    position: relative;
    top: 50%;
}

.custom-header-menu ul > li{
    display: block;
    padding: 0 16px;
    margin-top: -21px;
    position: relative;
    float: left;
}

.custom-header-menu ul > li > a{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.custom-header-menu ul>li>a:hover {
    color: #f2185a;
    text-decoration: none;
    outline: 0;    
}
.custom-header-menu ul > li:first-child{
    float: left;
    padding: 0 20px;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0px;
}

.custom-search span {
    height: 84px;
    display: block;
}

.custom-header-menu .hs-menu-wrapper > ul > li:first-child:after {
    color: #fdb519;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 20px;
    margin-top: -10px;
    pointer-events: none;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.custom-header-menu ul > li:first-child:hover:after,
.custom-header-menu ul > li:first-child.clicked:after{
    color: #fff;
}

.custom-header-menu .hs-menu-wrapper > ul > li:first-child > a{
    background-color: transparent;
    border: 1px solid #fdb519;
    color: #fdb519;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 32px 6px 16px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    font-weight: 700;
}
.custom-header-menu .hs-menu-wrapper > ul > li:first-child > a:hover,
.custom-header-menu .hs-menu-wrapper > ul > li.clicked > a{
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;    
}
.custom-header-menu ul > li:first-child > ul {
    z-index: 400 !important;
    left: 39px !important;
    width: 218.08px;
    top: 59px;
    border: none;
    box-shadow: none;
    display: none;
    padding: 5px 0;
    background-color: #fff;
    visibility: visible !important;
    opacity: 1 !important;
    transition: none !important;
}
.custom-header-menu ul > li:first-child > ul > li {
    transform: none !important;
    top: 0;
    padding: 0;
    width: 100%;
    margin: 0;
}
.custom-header-menu ul > li.clicked > ul {
    display: block !important;
}
.custom-header-menu .hs-menu-wrapper > ul > li:first-child > ul > li > a {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 1.42857143;
    white-space: normal !important;
    text-transform: none;
}
.custom-header-menu .hs-menu-wrapper > ul > li:first-child > ul > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;    
}
#search_toggle {
    z-index: 1;
    cursor: pointer;
    transition: all .4s ease;
    outline: 0 !important;
    visibility: visible;
    opacity: 1;
}
#search_toggle, #search_button {
    display: block;
    border: 0;
    background-color: transparent;
    font-size: 26px;
}
 #search_toggle{
    float: left;
    padding: 0 20px;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom-search {
    height: 84px !important;
    margin: 0px !important;
    width: auto !important;
    padding-left: 15px;
}

#search_toggle span, #search_button span {
    position: absolute;
    opacity: 0;
    color: transparent;
    font-size: 0;
}

.icon-search {
    width: 24px;
    height: 24px;
    background-image: url(http://www.museumofflight.org/Assets/img/search-icon.png);
    background-repeat: no-repeat;
    display: block;
}

.nav_search {
    position: absolute;
    right: 95px;
    display: block;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    transition: all .4s ease;
    opacity: 0;
}
.search-active .nav_search {
    opacity: 1;
    visibility: visible;
}
.search-active .custom-header-menu,
.search-active #search_toggle{
    opacity: 0;
    visibility: hidden;    
}
#search_input {
    background-color: transparent;
    border: 0;
    text-align: right;
    float: left;
    color: #fff;
    outline: 0;
    font-family: inherit;
    line-height: inherit;
    font-size: 14px;
}
.custom-header-menu {
    width: auto !important;
    margin: 0px -15px !important;    
    visibility: visible;
    transition: all .4s ease;
    opacity: 1;    
}

#search_button {
    border: 0;
    background-color: transparent;
    font-size: 26px;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    -webkit-transition: color .4s;
    transition: color .4s;
    float: left;
    padding: 0 0 0 30px;
    padding-right: 0;
    cursor: pointer;
}

/*Right Flyout Menu Styling*/

.nav-toggle {
    width: 40px;
    background-color: transparent;
    border: none;
    padding: 20px 0;
    margin: -18px 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 28px;
}
.nav-toggle .icon-bar {
    width: 100%;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 4px 0;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.nav-toggle:hover .icon-bar {
    background-color: #f2185a;
}
#site-wrapper {
    position: relative;
    transition: all 400ms ease;
    right: 0;
}
.widget-span.cm-sidemenu {
    transition: all 400ms ease;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #222;
    color: #fff;
    overflow-y: auto;
    min-height: 100%;
    height: 100%;
    width: 35%;
    position: fixed;
    top: 0;
    z-index: 0;
    right: -100%;
    line-height: 1.42857143;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.search-block {
    background-color: #333;
    display: block;
    padding-right: 0;
    position: relative;
    width: 100%;
}
.search-block input.search-field {
    background-color: #333;
    font-size: 18px;
    height: 60px;
    padding: 0 80px 0 15px;
    width: 100%;
    font-family: inherit;
    line-height: inherit;
    border: 0;
    color: #fff;
}

.sidemenu-active .widget-span.cm-sidemenu {
    right: 0;
}
.sidemenu-active #site-wrapper {
    right: 35%;
}
.sidemenu-active {
    overflow: hidden;
}
#body-footer {
    max-width: 1290px;
    margin: 0 auto;
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 60px;
    position: relative;
}
#body-footer > div {
    background: #fff;
    padding: 60px;
}

/* =============== Content =============== */

.body-container-wrapper {
    color: #585b67;
}
.body-container-wrapper .page-center {
    padding-bottom: 30px;
}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}

.custom-plan {
    padding: 0px 15px;
    width: 50% !important;
    float: left !important;
}   
.widget-span.custom-inner-middle-group {
    width: calc(100% + 30px);
    margin-left: -15px !important;
}
.custom-middle-group h3{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 0;
}
.custom-middle-group h3 a:hover {
    color: #cc0b44;
    text-decoration: none;
}
.widget-span.custom-explore{
    width: 33.33%;
    margin: 0px;
    padding: 0px 15px;
}
.facebook:hover {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998
}

.twitter:hover {
    color: #fff;
    background-color: #55acee;
    border-color: #55acee
}

.gplus:hover {
    color: #fff;
    background-color: #3369e8;
    border-color: #3369e8
}

.youtube:hover {
    color: #fff;
    background-color: #e52d27;
    border-color: #e52d27
}

.instagram:hover {
    color: #fff;
    background-color: #125688;
    border-color: #125688
}

.widget-span.custom-more{
    width: 16.66666667%;
    margin: 0px;
    padding: 0px 0 0 15px;
}
.custom-middle-group .custom-explore ul {
    width: 56%;
}
.custom-middle-footer h3 a {
    color: #30374c;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    -webkit-transition: all .15s;
    transition: all .15s;
    text-decoration: none;
}

.custom-middle-group ul:nth-child(3) {
    padding-left: 15px;
}

.custom-middle-group ul{
    float: left;
    width: 50%;
    padding-right: 0px;
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}

.custom-middle-group ul li {
    margin-bottom: 6px;
}

.custom-middle-group ul li a {
    color: #30374c;
    font-size: 16px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.custom-middle-group ul li a:hover{
    color: #cc0b44;
    text-decoration: none;
}

.custom-middle-group {
    padding: 40px 0 40px 0;
    background-color: #fff;
    color: #30374c;
    border-top: 1px solid #646867;
}

.custom-plan{
    padding: 0px 15px;
    width: 50%;
    float: left;
}

.custom-secondary-footer{
    padding: 30px 0;
}

.custom-top-footer .page-center {
    border-top: 1px solid #646867;
    padding-top: 40px;
}

.custom-secondary-footer .page-center{
    padding: 0px 15px;
}

.phone {
    float: left;
    margin-right: 14px;
}

.widget-span.custom-privacy{
    width: 50%;
    margin: 0px 0px 0px 0px;
    padding :0px 1px 0px 0px;
    float: right;
}

.custom-footer-secondary p {
    margin: 0px;
}

.widget-span.custom-copyright{
    width: 50%;
    margin: 0px 0px 0px 0px;
    padding :0px 15px;
    float: left;
}

.widget-span.custom-privacy ul{
    margin: 0 -8px 0 0;
    padding: 0px;
    float: right;
}
.widget-span.custom-privacy ul li{
    display: inline;
    padding: 0px 7px;
}
.widget-span.custom-privacy ul li a {
    color: #cc0b44;
}
.widget-span.custom-privacy ul li:last-child {
    padding-right: 0;
}

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

.footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 -7px;
    float: right;
    overflow: hidden;
}

.footer-social li {
    display: block;
    float: left;
    text-align: center;
    margin: 0 7px;
}

.footer-social li a {
    font-size: 26px;
    color: #646867;
    line-height: 43px;
    text-decoration: none;
    width: 42px;
    height: 42px;
    border: 1px solid;
    border-radius: 50%;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    display :block;
}

.footer-social li a:before {
    display: block;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-shadow: 0 0 2px rgba(0,0,0,0);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-youtube:before {
    content: "\f167";
}

.footer-review {
    margin-top: 15px !important;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0 -7px;
}

p {
    margin: 0 0 10px;
}

.footer .phone {
    float: left;
    margin-right: 14px;
}


.footer-review li {
    float: right;
    display: inline-block;
}

.footer-review li.trip-advisor {
    padding-top: 4px;
}

.socialWidgetContainer {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.socialWidget {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 120%;
    text-decoration: none;
    font-size: 8pt;
}

.socialWidgetCore {
    display: inline-block;
    position: relative;
    float: left;
}

.socialWidget .socialWidgetCallout {
    display: inline-block;
    position: relative;
    float: left;
}

.socialWidgetCore img {
    display: inline-block;
    position: relative;
    float: left;
}

.socialWidgetContainer img {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}


.footer-list li {
    padding-left: 7px;
    padding-right: 7px;
}


.custom-address ul {
    margin: 0px;
    padding: 0px;
}
.custom-address ul li{
    display: inline;
    padding: 0px 7px;
}
.custom-address ul li a{
    color: #cc0b44;
}
.widget-span.custom-social {
    margin: 0 -15px 0 14px !important;
}
.custom-address {
    width: 50% !important;
    margin-left: -15px;
}

.custom-top-footer .page-center {
    width: 100%;
    padding: 40px 0 60px 0;
    background-color: #fff;
    color: #222;
    font-size: 16px;
}

.footer-review li.yelp {
    position: relative;
    top: 2px;
}

.widget-span.custom-footer-secondary {
    margin-bottom: -60px;
    background-color: #e2e2e2;
    padding: 30px 15px;
    width: calc(100% + 150px);
    margin-left: -75px !important;
}
.widget-span.custom-copyright {
    padding: 0;
    color: #676b6a;
}

.widget-span.cm-module1 {
    width: 41.66666667%;
    margin: 0;
    padding: 0 15px;
}
#pwh-logo {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: auto;
    vertical-align: middle;
}
#pwh-ribbon {
    display: block;
    vertical-align: middle;
    margin: auto;
    margin-top: 10px;
}
.widget-span.cm-module2 {
    width: 58.33333333%;
    margin: 0;
    padding: 0 15px;
}
.widget-span.cm-module2 p {
    margin: 0 0 10px;
}
.widget-span.cm-module2 a {
    display: inline-block;
    text-decoration: none;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
    color: #1899c5;
    font-weight: 700;
    border-bottom: 4px solid;
    font-size: 16px;    
}
.widget-span.cm-module2 a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    font-size: 20px;
    margin-top: -10px;
    pointer-events: none;
    opacity: 0;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;    
}
.widget-span.cm-module2 a:hover {
    color: #23527c;
    text-decoration: none;
}
.widget-span.cm-module2 a:hover:after {
    opacity: 1;
    -moz-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    -o-transform: translate(5px,0);
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
}
.widget-span.cm-project-wrapper {
    padding: 60px 0 60px;
    width: calc(100% + 30px);
    margin-left: -15px !important;
}
.widget-span.cm-subcribe {
    background-color: #222;
    color: #fff;
    padding: 35px 60px;
    width: calc(100% + 120px);
    margin-left: -60px !important;
    text-align: center;
}
.widget-span.cm-subcribe p {
    margin: 0;
    font-size: 24px;
    font-family: "Nexa";
    font-weight: 700;
    padding: 6px 0;    
}
.widget-span.cm-subcribe a {
    width: auto;
    padding: 8px 0;
    border: 0;
    background-color: transparent;
    outline: 0;
    text-transform: uppercase;
    color: #cc0b44;
    font-size: 14px;
    float: none;
    margin: 0 20px;
    transition: all .15s;
    white-space: nowrap;
}
.widget-span.cm-subcribe a:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-left: 8px;
    border-left: 6px solid #cc0b44;
}
.widget-span.cm-subcribe a:hover {
    color: #cc0b44;
    opacity: .6;
    text-decoration: none;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    padding: 0;
    margin: 0;
    position: relative;
    list-style-type: none;
    font-style: normal;
    overflow: hidden;
    width: 100%;
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    overflow: hidden;
    width: 100%;
    clear: both;
    position: relative;
    line-height: 18px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 20px 20px 18px 20px;
    color: #fff;
    border: 1px solid transparent;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    line-height: 30px;
    width: 100% !important;
    display: inline-block;
    white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #cc0b44;
    outline: 0;
    text-decoration: none;
    background-color: rgba(255,255,255,.03);
    border-top: 1px solid rgba(0,0,0,.23);    
}
.child-trigger {
    display: block !important;
    vertical-align: middle;
    width: 25%;
    border-left: 1px solid rgba(255,255,255,.1);
    min-height: 71px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #fff;
}
.child-trigger:hover,
.child-open.child-trigger{
    text-decoration: none;
    background-color: rgba(255,255,255,.03);
    border-top: 1px solid rgba(0,0,0,.23);
    color: #cc0b44;
    outline: 0;    
}
.child-trigger i {
    padding: 20px 20px 18px 20px;
    text-align: center;
    border: 1px solid transparent;
    line-height: 30px;
    border-right: 6px solid transparent;
    width: 100%;
    display: inline-block;
    font-size: 18px;
}
.child-open.child-trigger i {
    transform: rotate(180deg);
    padding: 17px 20px 20px 30px;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    background-color: rgba(255,255,255,.03);
    display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    width: 100%;
    padding: 0;
    margin: 0;    
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    width: 100%;
    display: inline-block;
    padding: 20px 20px 18px 20px;
    color: #fff;
    border: 1px solid transparent;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    line-height: 30px;    
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #999;
    text-transform: none;    
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child a {
    border-bottom: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:first-of-type a {
    border-top: 1px solid rgba(255,255,255,.1);
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-top: 21px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    text-decoration: none;
    background-color: rgba(255,255,255,.03);
    border-top: 1px solid rgba(0,0,0,.23);
    color: #cc0b44;
}

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


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

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

@media (max-width: 767px){

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


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


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

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

.blog #body-footer > div.body-container-wrapper {
    padding: 0;
    background: #ececed;
    background: -moz-linear-gradient(left,rgba(236,236,237,1) 0,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,rgba(236,236,237,1) 0,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,rgba(236,236,237,1) 0,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececed',endColorstr='#ffffff',GradientType=1);
}
/* Blog Post */
.hs-blog-post {}

.date-wrapper {
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.field-label {
    color: #30374c;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

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

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


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

.blog .blog-content {
    width: 66.66666667%;
    font-size: 16px;
    float: left;
    background: #fff;
    padding-bottom: 60px;
}
#body-footer > div.footer-container-wrapper {
    padding-top: 0;
}
.cm-breadcrumb {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    background: #fff;
}
.breadcrumb .landing {
    font-size: 16px;
    display: inline-block;
    position: static;
}
.breadcrumb>.active {
    color: #777;
}
.breadcrumb .landing a {
    color: #fff;
    display: block;
    font-weight: 700;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    -moz-transform: translate(-8px,0);
    -ms-transform: translate(-8px,0);
    -o-transform: translate(-8px,0);
    -webkit-transform: translate(-8px,0);
    transform: translate(-8px,0);
    z-index: 5;
}
.breadcrumb .landing a:before {
    height: 100%;
    width: 8px;
    content: "";
    display: block;
    -moz-transform: skewY(45deg);
    -ms-transform: skewY(45deg);
    -o-transform: skewY(45deg);
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg);
    position: absolute;
    left: 0;
    top: 4px;
    z-index: -8;
    background-color: #001742;
}
.breadcrumb .landing a span {
    color: #fff;
    padding: 15px 35px;
    display: block;
    background-color: #003087;
}
.breadcrumb ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    margin-left: -4px;
}
.breadcrumb ul li {
    display: inline;
    padding: 0 15px;
    font-size: 16px;
    position: relative;
}
.breadcrumb ul li.active a {
    color: #888;
}
.breadcrumb ul li a {
    color: #888;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.breadcrumb ul li a:hover {
    color: #003087;
    text-decoration: underline;
}

/* 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 {
    padding: 60px;
}

/* Blog Title */
.hs-blog-header h1 {
    color: #30374c;
    padding: 45px 60px 30px;
    font-size: 44px;
    font-family: "Nexa";
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}
.hs-blog-header {
    padding-bottom: 60px;
}
.hs-blog-header img {
    max-width: 100%;
    min-width: 100%; /* adding to "fill" blog page images -- temporary fix */
}
.post-listing,
.post-listing-simple{
    padding: 0 60px 60px;
}
.date {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    /*color: #003087;*/
    margin-bottom: 10px;
}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header {
    margin-bottom:20px;
}

.post-listing .post-item .post-header {
    margin-bottom: 0;
}

.post-header h2 {
    font-size: 36px;
    font-family: "Nexa";
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 1.1;
}

.post-listing .post-item .post-header h2 {
    margin-bottom: 5px;
}

.post-header h2 a {
    line-height: 1.2;
    font-size: 30px;
    color: #30374c;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;    
}
.post-item:hover .post-header h2 a {
    color: #003087;
}

/* 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 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    font-size: 18px;
    line-height: 1.5;
    color: #585b67;
    margin: 0;    
}
.blog-post-wrapper .post-body {
    /*padding: 60px;*/
    color: #30374c;
    background-color: #fff;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 18px;
    line-height: 1.5;    
}
.blog-post-wrapper .post-body hr {
    display: none;
}
.blog-post-wrapper .post-body a {
    color: #003087;
}
.hs-blog-post .hs-blog-header {
    padding: 0;
}

/* 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: left;
  margin: 10px 20px 0 0;
}

/* Read More Link */
a.more-link {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 4px solid;
  color: #fdb519;
  padding-bottom: 2px;
  transition: 0.2s ease;
}

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


/* 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 {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
   border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    display: block;
    padding: 0;
}

.comment-reply-to{
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    display: block !important;
    font-size: 13px;
    text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
   border: 1px solid #E2E2E2;
   display: block;
   line-height: 165%;
   padding: 15px;
   line-height:26.4px;
}

/* Pagination */
.blog-pagination {
    padding: 0 60px;
    margin: 45px auto 20px;
    text-align: center;
    display: table;
    width: 100%;
    position: relative;
    clear: both;    
}
.blog-pagination > div {
    display: table-cell;
    vertical-align: middle;
    width: 33.33%;
}
.blog-pagination-left {
    text-align: left;
}
.blog-pagination a {
    color: #30374c;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.42857143;
    text-decoration: none !important;
}
.blog-pagination a:hover,
.blog-pagination a.active{
    color: #003087;
}
.blog-pagination-right {
    text-align: right;
}
.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 {
    margin-top: 60px;
}
div.post-listing-simple .post-item {
    margin-bottom: 25px;
}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {
    background: #ececed;
    background: -moz-linear-gradient(left,rgba(236,236,237,1) 0,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,rgba(236,236,237,1) 0,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,rgba(236,236,237,1) 0,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececed',endColorstr='#ffffff',GradientType=1);
    width: 33.33333333%;
    float: left;
    margin: 0;
    position: relative;
    
    padding-top:20px;
}
.cm-about-links {
    border-top: 4px solid #003087;
    padding: 45px 35px;
    height: auto;
    position: relative;
    background: #ececed;
    background: -moz-linear-gradient(left,rgba(236,236,237,1) 0,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,rgba(236,236,237,1) 0,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,rgba(236,236,237,1) 0,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececed',endColorstr='#ffffff',GradientType=1);
    overflow: hidden;
}
.cm-about-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.cm-about-links ul li {
    font-size: 18px;
}
.cm-about-links ul li a {
    color: #30374c;
    font-weight: 700;
    text-decoration: none;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    margin-bottom: 6px;
}
.cm-about-links ul li.active > a,
.cm-about-links ul li a:hover{
    color: #003087;
} 
.cm-about-links ul li ul {
    margin: 10px 10px 30px;    
}
.blog img {
    vertical-align: middle;
}
.cm-featured-event {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cm-content {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 180px 35px 35px;
    z-index: 3;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.title {
    font-size: 18px;
    color: #fdb519;
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    position: relative;
    z-index: 5;    
}
.headline {
    font-size: 30px;
    color: #fff;
    display: block;
    min-height: 0;
    margin-bottom: 20px;
    line-height: 36px;
    position: relative;
    z-index: 5;
    margin-top: 0;
}
.cm-content p {
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 5;
    margin: 0 0 10px;
} 
.cm-content a {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 4px solid;
    line-height: 1.4;
    position: relative;
    z-index: 5;
    color: #fdb519!important;
}
.cm-content a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    font-size: 20px;
    margin-top: -10px;
    pointer-events: none;
    opacity: 0;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.cm-content:hover a:after {
    opacity: 1;
    -moz-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    -o-transform: translate(5px,0);
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);    
}
.cm-content img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: calc(100% + 2px);
    min-height: calc(100% + 2px);
    z-index: 0;    
}
.cm-content:before {
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #111;
    top: 0;
    left: 0;
    -moz-transition: all .3s linear .05s;
    -o-transition: all .3s linear .05s;
    -webkit-transition: all .3s linear .05s;
    transition: all .3s linear .05s;
    opacity: 0;
}
.cm-content:hover {
    cursor: pointer;
}
.cm-content:hover:before {
    opacity: .7;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;    
}

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

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


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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
#comment-form li.hs-form-booleancheckbox label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #777;
    font-weight: 700;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
    background-color: #f5f5f5;
    border: 1px solid #c9c9c9;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    height: auto;
    padding: 10px;
    resize: none;
    outline: 0;
    color: #000;
    width: 100%;
    min-height: 49px;
    display: block;
    font-family: inherit;
    line-height: 1.42857143;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 18px;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
    border-color: #cc0b44;
    -webkit-box-shadow: 0 0 4px 0 rgba(204,11,68,.2);
    -moz-box-shadow: 0 0 4px 0 rgba(204,11,68,.2);
    box-shadow: 0 0 4px 0 rgba(204,11,68,.2);
    background-color: #f5f5f5;
}
span.hs-form-required {
    color: #cc0b44;
}

/* 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 label{
    color: red;
}
.invalid.error.hs-input {
    border-color: #cc0b44;
    -webkit-box-shadow: 0 0 4px 0 rgba(204,11,68,.2);
    -moz-box-shadow: 0 0 4px 0 rgba(204,11,68,.2);
    box-shadow: 0 0 4px 0 rgba(204,11,68,.2);
    background-color: #f5f5f5;    
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* 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="submit"] {
    margin-top: 15px;
}
#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"] {}


/* ===== Custom Form Silliness ====== */
/* Centere forms on page with form-center class */
/*.form-center {background:blue;}*/
.form-center .form-title {text-align:center;}
.form-center form {margin: auto; width: 60%;}

/*BASL Intake Form color adjustments */
/*
.form-center form fieldset:nth-child(10) {
  background:lightblue;
  margin-bottom:20px;
}
.form-center form fieldset:nth-child(11) {
  background:lightgreen;
  margin-bottom:20px;
}
.form-center form fieldset hr {
  height:2px;
  background: #777;
}
*/


/*.hs_are_you_interested_in_flying_ { background: lightblue;}*/

/*.hs_are_you_interested_in_building_ { background: lightgreen;}*/


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    font: inherit;
    font-family: inherit;
    line-height: 1.42857143;
    font-size: 14px;
    text-transform: uppercase;
    border: 4px solid;
    padding: 11px 53px 10px;
    text-align: center;
    border-radius: 0;
    font-weight: 700;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 15px;
    color: #fff;
    border-color: #003087;
    background-color: #003087;
    outline: 0;
}

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

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



/* ===== Custom Button for CTA, etc. */

    .btn-01 {
        display: inline-block;
        min-width: 150px;
        /*background: #fdb519;*/
        color: #fdb519;
        padding: 10px 20px;
        border: 4px solid;
        font-size:14px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.2s ease;
    }
        .btn-01:hover {
            display: inline-block!important;
            /*background: #ad6500!important;*/
            color: #ad6500!important;
            padding: 10px 20px!important;
            text-decoration: none!important;
            text-transform: uppercase!important;
        }

/* ========== "read more" links ======= */

.link {
	display:inline-block;
	text-decoration:none;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	-webkit-transition:all .4s;
	transition:all .4s;
	position:relative;
	font-weight:700;
	border-bottom:4px solid;
	font-size:16px
}
.link:after {
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
	content:"";
	position:absolute;
	right:-12px;
	top:50%;
	font-size:20px;
	margin-top:-10px;
	pointer-events:none;
	opacity:0;
	-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	transition:all .2s
}
.link:hover,.link:focus,.clickable:hover .link {
	text-decoration:none
}
.link:hover:after,.link:focus:after,.clickable:hover .link:after {
	opacity:1;
	-moz-transform:translate(5px,0);
	-ms-transform:translate(5px,0);
	-o-transform:translate(5px,0);
	-webkit-transform:translate(5px,0);
	transform:translate(5px,0)
}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
   
.landing-page.one-column .body-container form, 
.error-template.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
    width: 66%;
}

.form-center>form {width:60%;} /*a bit bigger for centered forms */

.section.post-footer {
    padding: 0 60px;
}

@-moz-document url-prefix() {
    .custom-search {
        padding-left: 15px;
    }
    .custom-header-menu {
        padding-left: 16px;
    }
    .custom-header-menu ul > li {
        margin-top: -20px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    .custom-search {
        padding-left: 15px;
    }
    .custom-header-menu {
        padding-left: 16px;
    }
    .custom-header-menu ul > li {
        margin-top: -20px;
    }
}

/* Styles that do not fit into any of the available sections above can go here. */

/*/*Survey monkey container centering */
.smcx-embed {
  color:blue;
  margin:auto !important;
}


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

@media (max-width: 1319px) {
    .widget-span.custom-header .page-center {
        max-width: 1090px;
    }
    .custom-header-menu .hs-menu-wrapper > ul > li:first-child > a {
        padding: 6px 12px;
    }
    .custom-header-menu .hs-menu-wrapper > ul > li:first-child:after {
        content: none;
    }
    .custom-header-menu .hs-menu-wrapper > ul > li {
        padding: 0 8px;
    }
    .custom-header-menu .hs-menu-wrapper > ul {
        margin: 0 -10px !important;
        padding: 0 0 0 17px;
    }
    .custom-header-menu .hs-menu-wrapper > ul > li:first-child {
        padding-right: 10px;
    }
    #body-footer {
        max-width: 1090px;
    }
    .widget-span.cm-sidemenu {
        width: 45%;
    }
    .sidemenu-active #site-wrapper {
        right: 45%;
    }
    .nav_search {
        right: 75px;
    }
    #search_button {
        padding: 0 0 0 12px;
    }
    #search_input {
        margin-top: 2px;
    }
    .widget-span.custom-privacy {
        width: 100%;
        float: left;
        text-align: left;
    }
    .widget-span.custom-copyright {
        width: 100%;
        float: left;
    }
    .widget-span.custom-privacy ul {
        float: left;
        margin: 0 0 20px;
    }
    .widget-span.custom-privacy ul li:first-child {
        padding-left: 0;
    }
    .custom-middle-group .custom-more ul,
    .custom-middle-group .custom-explore ul{
        width: 100%;
    }
    .widget-span.custom-more {
        padding: 0 15px;
    }
    .custom-address {
        padding-right: 15px;
    }
    .widget-span.custom-social {
        margin: 0 -15px 0 13px !important;
    }
    .custom-header-right-group {
        margin: 0 !important;
    }
    .custom-header-menu {
        margin: 0 !important;
        padding: 0 0 0 5px;
    }
    .custom-search {
        padding: 0;
    }
    #search_toggle {
        padding: 0px 0 0 20px;
    }
    .custom-banner-inner .page-center {
        max-width: 1090px !important;
    }
    
    @media screen and (-webkit-min-device-pixel-ratio: 0)
    .custom-header-menu {
        padding-left: 16px;
    }
}

@media (max-width: 1111px) {
    .widget-span.custom-header .page-center {
        max-width: 870px;
    }
    .widget-span.custom-header-menu,
    .widget-span.custom-search{
        display: none;
    }
    #body-footer {
        max-width: 870px;
    }
    #body-footer > div {
        padding: 60px 30px 30px;
    }
    .widget-span.custom-logo {
        min-height: 0;
    }
    .widget-span.custom-footer-secondary {
        margin-bottom: -30px;
        background-color: #e2e2e2;
        padding: 25px 15px 65px;
        width: calc(100% + 90px);
        margin-left: -45px !important;
    }
    .custom-address {
        width: 100% !important;
    }
    .widget-span.custom-social {
        margin: 0 !important;
        width: 100% !important;
    }
    .footer-right {
        text-align: left;
    }
    .footer-social {
        float: left;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .custom-top-footer .page-center {
        padding: 40px 0 30px 0;
    }
    .custom-plan {
        width: 100% !important;
        padding-bottom: 30px;
    }
    .widget-span.custom-explore,
    .widget-span.custom-more {
        width: 50%;
    }
    .custom-middle-group {
        padding: 40px 0 30px 0;
    }
    .widget-span.cm-subcribe {
        width: calc(100% + 60px);
        margin-left: -30px !important;
    }
    .widget-span.cm-project-wrapper {
        padding: 29px 0 60px;
    }
    .widget-span.cm-module1,
    .widget-span.cm-module2{
        width: 100%;
        margin-bottom: 30px;
    }
    .widget-span.cm-subcribe {
        padding: 30px;
    }
    .section.post-footer,
    .blog-post-wrapper .post-body {
        padding: 30px;
    }
    .blog-post-wrapper {
        color: blue;
        padding: 5px;
    }
    .blog .blog-content {
        width: 100%;
        padding-bottom: 30px;
    }
    .blog .blog-sidebar {
        width: 100%;
    }
    .hs-blog-header h1 {
        padding: 30px;
        font-size: 48px;
    }
    .post-listing,
    .post-listing-simple {
        padding: 0 30px 30px;
    }
    .hs-blog-header {
        padding-bottom: 30px;
    }
    .blog-pagination {
        padding: 0 30px;
        margin-top: 10px;
    }
    .cm-about-links {
        padding: 30px;
    }
    #recaptcha_area, #recaptcha_table {
       width: 318px!important;
       overflow-x: auto !important;
       max-width: 100% !important;
    }
    #comment-form input[type="submit"] {
        margin-top: 15px;
        white-space: normal;
    }
    .custom-banner-inner .page-center {
        max-width: 870px !important;
    }
    .banner-content {
        padding: 30px 30px 30px 22px;
        width: 100%;
    }
}

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

@media (max-width: 991px) {
    .widget-span.cm-sidemenu {
        width: 55%;
    }
    .sidemenu-active #site-wrapper {
        right: 55%;
    }
}

@media (max-width: 887px) {
    .widget-span.custom-explore, 
    .widget-span.custom-more {
        width: 100%;
        float: left;
    }
    .custom-middle-group {
        padding: 40px 0 24px 0;
    }
    .widget-span.custom-explore {
        padding-bottom: 24px;
    }
    .breadcrumb .landing a span {
        padding: 15px;
    }
    .breadcrumb ul li {
        padding: 0 10px;
    }
    .custom-banner {
        min-height: 400px;
    }
    .banner-content h1 {
        font-family: "Nexa";
        font-weight: 700;
        font-size: 38px;
    }
}

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

@media (max-width: 767px) {
    #body-footer > div.footer-container-wrapper {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .widget-span.custom-footer-secondary {
        padding: 25px 30px 65px;
        width: calc(100% + 60px);
        margin-left: -30px !important;
    }
    .custom-address {
        padding: 0;
    }
    .custom-middle-group ul {
        width: 100%;
        padding: 0 !important;
    }
    .footer-right .clearfix {
        width: 100%;
        float: left;
    }
    .footer-social {
        float: left;
        margin-bottom: 45px;
        margin-top: 5px;
    }
    .breadcrumb .landing a {
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
    .breadcrumb .landing a:before {
        content: none;
    }
    .breadcrumb ul li {
        padding: 15px;
        display: inline-block;
    }
    .hs-blog-header h1 {
        font-size: 32px;
    }
	.landing-page.one-column .body-container form, 
	.error-template.one-column .body-container form, 
	.password-template.one-column .body-container form, 
	.subscription-template.one-column .body-container form{
		width: 100%;
	}
	.hs-form {
		margin-bottom: 30px
	}
	#comment-form .hs-form {
		margin-bottom: 0;
	}
    .widget-span.cm-sidemenu {
        width: 70%;
    }
    .sidemenu-active #site-wrapper {
        right: 70%;
    }
    .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        width: 75% !important;
        border-right: 1px solid rgba(0,0,0,.1);
        border-bottom: 1px solid rgba(255,255,255,.1);
        vertical-align: middle;
        float: left;
        line-height: 30px;
    }
    .child-trigger {
        vertical-align: middle;
        width: 25%;
        border-bottom: 1px solid rgba(255,255,255,.1);
        border-left: 1px solid rgba(255,255,255,.1);
        display: table-cell;
        float: left;
        min-height: 71px;
        position: static;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        width: 100%;
        float: left;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
        border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 20px 20px 19px 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
        padding: 20px 20px 18px 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8),
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(10),
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(11){
        border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(10) > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(11) > a {
        padding-bottom: 18px;
    }
    .child-open.child-trigger {
        border-bottom: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li:first-of-type a {
        border-top: 0;
    }
}  


/* =============== Landscape phones and smaller devices =============== */


@media (max-width: 640px) {
    #body-footer > div.footer-container-wrapper {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .widget-span.custom-footer-secondary {
        padding: 25px 30px 65px;
        width: calc(100% + 60px);
        margin-left: -30px !important;
    }
    .custom-address {
        padding: 0;
    }
    .widget-span.custom-privacy ul li {
        display: block;
        padding: 0 0 10px 0;
    }
    .widget-span.custom-privacy ul {
        margin: 30px 0 15px;
    }
    .custom-address ul {
        display: block;
        clear: both;
        margin-left: 0;
    }
    .custom-address ul li {
        display: block;
        padding: 0 0 10px 0;
    }
    .footer-social li a {
        width: 36px;
        height: 36px;
        font-size: 22px;
        line-height: 37px;
    }
    .footer-social li {
        margin: 0 5px;
    }
    ul.footer-review.footer-list {
        margin: 0 -16px 10px 14px !important;
        float: left;
        width: 100%;
    }
    .footer-review li.trip-advisor {
        padding-right: 0;
        margin-right: -7px;
    }
    .footer-social {
        float: left;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .custom-middle-group ul {
        width: 100%;
        padding: 0 !important;
    }
    .banner-content {
        background-color: rgba(34,34,34,.8);
        font-size: 18px;
        padding: 30px 30px 30px 24px;
        float: none;
    }
    .custom-banner-inner .page-center {
        max-width: 100% !important;
        padding: 0;
    }
    .custom-banner-inner {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px 30px 0;
    }
    .custom-banner {
        min-height: auto;
    }
    .no-banner-image .custom-banner-inner {
        padding: 0 15px;
    }
}

@media (max-width: 540px) {
    .custom-logo a img {
        max-width: 205px;
    }
    .nav-toggle {
        width: 32px;
    }
    
    .banner-content h1 {
        font-size: 32px;
    }
    .custom-footer-secondary p {
        padding: 0 21px 0 0;
    }
    .blog-pagination > div {
        display: block;
        width: 100%;
    }
    .blog-pagination-left,
    .blog-pagination-right {
        display: none !important;
    }
    .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        font-size: 16px;
    }
    .child-trigger i {
        font-size: 16px;
    }
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        float:none;
        max-width:100%;
        max-height:none;
        min-width:100%;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 480px) {
    .widget-span.cm-sidemenu {
        width: 85%;
    }
    .sidemenu-active #site-wrapper {
        right: 85%;
    }
    h1 {
        font-size: 35px;
    }
}

@media (max-width: 330px) {
    ul.footer-review.footer-list {
        margin: 0 0 10px -16px !important;
        width: calc(100% + 30px);
    }
}
