/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url("//hello.myfonts.net/count/373310");

  
@font-face {font-family: 'FrutigerLTPro-LightCn';src: url('https://cdn2.hubspot.net/hubfs/464807/373310_0_0.eot');src: url('https://cdn2.hubspot.net/hubfs/464807/373310_0_0.eot?#iefix') format('embedded-opentype'),url('https://cdn2.hubspot.net/hubfs/464807/373310_0_0.woff2') format('woff2'),url('https://cdn2.hubspot.net/hubfs/464807/373310_0_0.woff') format('woff'),url('https://cdn2.hubspot.net/hubfs/464807/373310_0_0.ttf') format('truetype');font-display: swap;}
 
  
@font-face {font-family: 'FrutigerLTPro-Condensed';src: url('https://cdn2.hubspot.net/hubfs/464807/373310_1_0.eot');src: url('https://cdn2.hubspot.net/hubfs/464807/373310_1_0.eot?#iefix') format('embedded-opentype'),url('https://cdn2.hubspot.net/hubfs/464807/373310_1_0.woff2') format('woff2'),url('https://cdn2.hubspot.net/hubfs/464807/373310_1_0.woff') format('woff'),url('https://cdn2.hubspot.net/hubfs/464807/373310_1_0.ttf') format('truetype');font-display: swap;}
 
  
@font-face {font-family: 'FrutigerLTPro-BoldCn';src: url('https://cdn2.hubspot.net/hubfs/464807/373310_2_0.eot');src: url('https://cdn2.hubspot.net/hubfs/464807/373310_2_0.eot?#iefix') format('embedded-opentype'),url('https://cdn2.hubspot.net/hubfs/464807/373310_2_0.woff2') format('woff2'),url('https://cdn2.hubspot.net/hubfs/464807/373310_2_0.woff') format('woff'),url('https://cdn2.hubspot.net/hubfs/464807/373310_2_0.ttf') format('truetype');font-display: swap;}


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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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




.video-player-responsive
  {
  	height: 100% !important;
    width: 100% !important;
  }


body {
    margin: 0px !important;
    padding: 0px !important;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
    color: #4A4A4A !important;
    font-size: 17px;
    line-height: 1.7em;

}

.ShowDesktop
{
    display: block !important;
    visibility: visible !important;
}

.ShowMobile
{
    display: none !important;
    visibility: hidden !important;
}


.showTimelineDesktop
{
    display: block !important;
    visibility: visible !important;
}


.showTimelineMobile
{
    display: none !important;
    visibility: hidden !important;
}


@media (max-width: 1100px) {
    
    .ShowDesktop
{
    display: none !important;
    visibility: hidden !important;
}

.ShowMobile
{
    display: block !important;
    visibility: visible !important;
}
    
    .mobileparallaxheight {
     height: 100% !important;
}
 
 
}

.ShowMobileEvent
{
  display: none !important;
    visibility: hidden !important;
}

@media (max-width: 765px) {
    

.ShowMobileEvent
{
    display: block !important;
    visibility: visible !important;
}    
    
 
}

.ShowDesktopEvent
{
  display: block !important;
    visibility: visible !important;
}

@media (max-width: 765px) {
    

.ShowDesktopEvent
{
    display: none !important;
    visibility: hidden !important;
}    
    
 
}




@media (max-width: 790px) {
    
    
 .showTimelineDesktop
{
    display: none !important;
    visibility: hidden !important;
    
}


.showTimelineMobile
{
    display: block !important;
    visibility: visible !important;
}   
    
}


.ShowFooterDesktopInfo
{
    display: block !important;
    visibility: visible !important;
}

.ShowFooterMobileInfo
{
    display: none !important;
    visibility: hidden !important;
}



@media (max-width: 900px) 
{
    
    .ShowFooterDesktopInfo
{
    display: none !important;
    visibility: hidden !important;
}

.ShowFooterMobileInfo
{
    display: block !important;
    visibility: visible !important;
}
    
}


.rowHundredPercent
{
    width: 100% !important;
    min-height: 1008px !important;
}

.homePageBackground
{
    
   /*
   background: url('https://cdn2.hubspot.net/hubfs/464807/2018-website/hero-img.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    */
}

.navbar1 {
    overflow: hidden;
    background-color: transparent;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100% !important; /* Full width */
    z-index: 9;
    /*z-index: 99999999999; */
    border-bottom: solid 1px rgba(248,248,248, .25);
    padding-bottom: 10px !important;
   
}

.NavContainer {
    /*max-width: 1160px; */
    margin: 20px auto 0px 50px !important;
    float: none !important;
}

.active { background-color: #fff;  -webkit-box-shadow: 0px 3px 6px #000000;
       -moz-box-shadow: 0px 3px 6px #f0f0f0;
            box-shadow: 0px 3px 6px #f0f0f0;}

.bluebackground
{
    background-color: #003760;
}


.InnerContainer {
    max-width: 1160px;
    margin: 60px auto 60px auto !important;
    float: none !important;
}

.phoneNumberheaderText {
    
    color: #ffffff;
    font-size: 13px;
}

.whitebox
{
    border: solid 1px rgba(255, 255, 255, .58) !important;
    text-align: center;
    padding: 10px 25px;
    border-radius: 3.5px;
    width: 161px !important;
}

.bluebox
{
    border: solid 1px rgba(0, 55, 96, .58) !important;
    text-align: center;
    padding: 10px 25px;
    border-radius: 3.5px;
    width: 161px !important;
}


.whitebox:hover
{
   
    
    border: solid 1px rgba(0, 55, 96, .58) !important;
    text-align: center;
    padding: 10px 25px;
    border-radius: 3.5px;
    background-color:  rgba(167, 146, 96, 1) !important;
    
}

.bluebox:hover
{
     border: solid 1px rgba(255, 255, 255, .58) !important;
    text-align: center;
    padding: 10px 25px;
    border-radius: 3.5px;
    background-color:  rgba(167, 146, 96, 1) !important;
    color: #ffffff !important;
}




.whitebox span
{
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration: None !important;
    letter-spacing: 1.21px;
    
}

.bluebox span
{
    color: #003760 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration:None !important;
    letter-spacing: 1.21px;
}

.bluebox:hover span
{
    color: #ffffff;
}


.whitebox span a
{
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration:None !important;
    letter-spacing: 1.21px;
}

.bluebox span a
{
    color: #003760 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration:None !important;
    letter-spacing: 1.21px;
}


.bluebox span a:hover
{
    color: #ffffff !important;
}


.whiteText
{
    color: #ffffff;
}

.blueText
{
    color: #003760;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #003760;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}




.overlayTalk {
    height: 0%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #003760;
    overflow-y: hidden;
    transition: 0.5s; 
    z-index: 29000000000000000;
    
}

.overlayTalk-content {
    position: relative;
    top: .01% !important;
    
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.overlayTalk a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: inline;
    transition: 0.3s;
}

.overlayTalk a:hover, .overlayTalk a:focus {
    color: #f1f1f1;
}

.overlayTalk .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


.overlayTalk .overlayTalkClose
{
    top: 0px;
    right: 0px;
    padding-top: 20px;
    padding-right: 20px;
    position: absolute;
    color: #003760;
    font-size: 20px;
}

.overlayTalk .overlayTalkLogo
{
    top: 0px;
    left: 0px;
    padding-top: 20px;
    padding-left: 20px;
    position: absolute;
}



@media screen and (max-height: 450px) {
  .overlayTalk {overflow-y: auto;}
  .overlayTalk a {font-size: 20px}
  .overlayTalk .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media screen and (max-height: 900px) {
.overlayTalk-content {
    
    padding-left: 20px;
     padding-right: 20px;
}
}

.hs_cos_flex-slides > li:first-child {
    display: block;
}

.rightNavAreaForm
{
    display:none;
    visibility:hidden;
}


.hs_cos_flex-slider {
    margin: 0px 0px 0px 0px !important;
    background: #003760 !important;
    
}

.hs_cos_flex-slider .hs_cos_flex-slides > li
{
    background: #003760 !important;
}

.homeTitle
{
    color: #ffffff;
    font-size: 43px;
    text-align:center;
    padding-bottom: 20px;
    font-weight: normal;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    line-height: 1.3em;
}

.homeTitleText
{
    color: #ffffff;
    font-size: 18px;
    text-align:center;
    font-weight: normal;
}

.homeTitleBlue
{
    color: #003760;
    font-size: 43px;
    text-align:center;
    padding-bottom: 20px;
    font-weight: normal;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    line-height: 1.3em;
}

.homeTitleTextBlue
{
    color: #003760;
    font-size: 18px;
    text-align:center;
    font-weight: normal;
}


.HomeSidePanelsLeft
{
   padding-left: 125px;
   padding-top: 60px;
   padding-right: 134px;
}


.HomeSidePanelsRight
{
   max-width: 750px;
   padding-left: 85px;
   padding-top: 60px;
}


.homegrid .row-fluid [class*="span"] {
    margin-left: 0 !important;
}

.homegrid .row-fluid .span6 {
    width: 50%;
}

.VideoBackground {
    width: 100%; 
    height: 100%; 
    position: relative; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
  background-color: #003760;
}

.stretch {
    width:100%;
    height:100%;
}

.VideoPlayBackground {
    position: absolute; 
    left: 50%; 
    top: 45%; 
    z-index: 2;
    color: #ffffff;
}

.VideoTextBackground {
    position: absolute; 
    left: 60%; 
    top: 45%; 
    z-index: 2;
    color: #ffffff;
    line-height: 1.7;
}


.FooterContainer {
    max-width: 1160px;
    margin: 60px auto 60px auto !important;
    float: none !important;
}

.whiteboxFooter {
    border: solid 1px #ffffff;
    text-align: center;
    width: 130px;
}

.CopyrighytText
{
    font-size: 16px;
    color: #ffffff;
}


.CopyrighytText a
{
    font-size: 16px;
    color: #ffffff;
    text-decoration:none;
}


.phoneNumberheaderTextFooter
{
    color: #ffffff;
    font-size: 12px;
    font-weight: normal !important;
    letter-spacing: .85px;
}

ul.rightNavLinks {
padding-top: 0px; margin-top: 0px;
}

ul.rightNavLinks li {
    display: inline !important;
    margin-right: 10px;
}


.SkyBackground {
    width: 100%; 
    height: 100%; 
    position: relative; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
    text-align:center;
}

.SkyStretch {
    width:100%;
    height:100%;
}

.SkyPlayBackground {
    position: absolute; 
    left: 40%; 
    top: 25%; 
    z-index: 2;
    color: #ffffff;
}

.SkyTextBackground {
    position: absolute; 
    left: 60%; 
    top: 45%; 
    z-index: 2;
    color: #ffffff;
}

.SkyHeader
{
    color: #ffffff !important;
    font-size: 40px !important;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
    margin-bottom: 20px !important;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}

.SkyText
{
    color: #ffffff !important;
    font-size: 18px !important;
    margin-bottom: 40px !important;
  padding: 0px 25px !important;
}

.SkyButton
{
    text-align:center !important;
    border: 1px solid rgba(255, 255, 255, .58) !important;
    padding: 10px 25px;
    border-radius: 3px;
    width: 161px;
}


.SkyButton:hover
{
    text-align:center !important;
    border: 1px solid #A79260 !important;
    padding: 10px 25px;
    border-radius: 3px;
    width: 161px;
    background-color:#A79260;
}

.SkyButton span
{
    color: #ffffff !important;
    font-size: 14px !important;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
    text-decoration:None;
    letter-spacing: 1.91px;
}

.SkyButton a
{
    color: #ffffff !important;
    font-size: 14px !important;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
    text-decoration:None;
    letter-spacing: 1.91px;
}


.homeMainPictureImage
{
    margin-bottom: 20px;
    
}

.homeMainPictureTitle
{
    font-size: 18px;
    color: #003760;
    border-bottom: solid 1px rgba(0, 55, 96, .48);
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1.21px;
    font-weight: bold;
    
}

.homeMainPictureSubTitle
{
    font-size: 40px;
    color: #003760;
    margin-bottom: 20px;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    line-height: 1.2em !important;
    letter-spacing: 0px !important;
}


.homeMainPictureText
{
    font-size: 14.5px;
    color: #4A4A4A;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.goldText
{
    color: #A79260;
}

.VideoMainPictureTitle
{
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1.21px !important;
    font-weight: bold;
}


.VideoMainPictureText
{
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    border-top: solid 1px rgba(255, 255, 255, .58) !important;
    padding-top: 10px
}


.VideoVewBox
{
    color: #ffffff;
    width: 161px;
    text-align: center;
    font-size: 12px;
    border: solid 1px #ffffff;
    padding: 10px;
    cursor: pointer;
    border-radius: 3px;
}

.VideoVewBox:hover
{
    background-color:  #A79260;
    border: solid 1px #A79260 !important;
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0) !important;
}


.stickMenuContainer
{
    max-width: 1360px;
    margin: 20px auto 20px auto !important;
    float: none !important;
}

@media screen and (max-width: 1100px) {
.stickMenuContainer {
    
    display: none !important;
    visibility: hidden;
}
}


.StickMenuStyle a
{
    font-size: 12.5px !important;
    color: #003760 !important;
    text-transform: uppercase !important;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
    font-weight: bold !important;
}

.topstick
{
    background-color: #EDF1F4;
    margin-bottom: 80px;
}

.topstickSales
{
    background-color: #EDF1F4;
    
}


.ButtonContainer
{
    max-width: 1160px;
     float: none !important;
      margin: 0px auto 0px auto !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline !important;
}

.doriaWidth
{
 width: 250px; 
}



@media screen and (max-width: 500px) {
.doriaWidth
{
 width: 120px; 
}
}


.jimWidth
{
 width: 350px; 
}


@media screen and (max-width: 768px) {
.jimWidth
{
 width: 260px; 
}
}

@media screen and (max-width: 500px) {
.jimWidth
{
 width: 180px; 
}
}






.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 57px;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;'
}

.hs_cos_flex-slider .superimpose .caption h1 {
    color: white;
    font-size: 57px;
    line-height: 1.1em;      
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
  font-weight: 300 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.homeslide .hs_cos_flex-slider .superimpose .caption {
   color: white;
    font-size: 50px;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
    background-color: transparent;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;'
}


.ManagementTeamDetailSliderText .hs_cos_flex-slider .superimpose .caption {
    
    color: white;
    font-size: 39px;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 55%;
    width: 100%;
    top: 27.5%;
    text-align: left;
    background-color: transparent;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    
}


@media screen and (max-width: 768px) {
  
    .ManagementTeamDetailSliderText .hs_cos_flex-slider .superimpose .caption 
  {
    color: white;
    font-size: 39px;
    position: absolute;
    padding: 0px 5% 0px 45%;
    width: 100%;
    top: 7.5%;
    text-align: left;
    background-color: transparent;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
      line-height: .7em;
}
}


@media screen and (max-width: 650px) {
  .ManagementTeamDetailSliderText .hs_cos_flex-slider .superimpose .caption {
    color: white;
    line-height: .35em;
    position: absolute;
    padding: 0px 5% 0px 45%;
    width: 100%;
    top: 11.5%;
    text-align: left;
    background-color: transparent;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}
}

@media screen and (max-width: 500px)
  {
.ManagementTeamDetailSliderText .hs_cos_flex-slider .superimpose .caption {
    font-size: 16px  !important;
  top: 35.5%;
    
}
}
.ManagementTeamDetailSliderText .hs_cos_flex-slider .superimpose .caption h1 {
    
    color: white;
    font-size: 39px;
    line-height: 1.1em;
    
    text-align: left;
    background-color: transparent;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    font-weight: 300 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 7px !important;
}

.subPageTitle
{
    font-size: 18px;
    color: #003760;
    margin-bottom: 90px;
    text-align: center;
    font-weight: 700;
}


.subPageTitleWithLine
{
    font-size: 18px;
    color: #003760;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(0,55,96, 0.4) !important;
}





.subInnerContainer {
    max-width: 1160px;
    margin: 60px auto 120px auto !important;
    float: none !important;
}


@media screen and (max-height: 750px) {
    .subInnerContainer {
    
        padding-left: 20px;
        padding-right: 20px;
        margin: 20px auto 120px auto !important;
    }
    
    
    
}


.graybackground
{
    background-color: #F5F7F9;
    
}



.ManageContainerImage {
    position: relative;
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 25px;
    left: 25px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 5%;
    left: 70%;
}


.ManImg img
{
    width: 100%;
    height: auto;
}

.ManHeadTitle
{
    color: #003760 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}


.ManSubHeadTitle
{
    color: #003760 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.3em !important;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}

.ManViewProfile a
{
    color: #ffffff !important;
    font-size: 11px !important;
    text-decoration: none !important;
    line-height: 1.3em !important;
}


.subPageTitleWhite {
    font-size: 34px !important;
    color: #ffffff !important;
    margin-bottom: 40px !important;
    text-align: center !important;
    font-weight: 700;
    padding-bottom: 60px !important;
    padding-top: 40px;
    line-height: 1.3em;
}


.aircraftBoxWhite
{
    /* background-color: #ffffff; */
    background-color: #4a4a4a;
    opacity: .62;
    padding: 20px;
    margin-bottom: 30px;
    
}

.aircraftBoxWhiteBorder
{
border-bottom: solid 1px #003760;
margin-bottom: 15px;
}

.aircraftBoxWhite .MainTitle
{
     margin-bottom: 5px;
    color: #1D1D1D;
    font-weight: bold;
    font-size: 20px;
    color: #003760 !important;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}

.aircraftBoxWhite .SubTitle
{
    color: #003760;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}

.aircraftBoxWhite .Text
{
    color: #1D1D1D;
    font-size: 12.5px;
    margin-bottom: 15px;
}

.aircraftBoxWhite .LearnMore
{
    color: #003760;
    font-size: 12.5px;
    text-transform: uppercase;
    text-align:right;
}

.aircraftBoxWhite .LearnMore a
{
    color: #003760;
    font-size: 12.5px;
    text-transform: uppercase;
    text-decoration:none;
}


.financeHeader
{
    color: #003760;
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 40px;
    line-height: 1.3em;
}

.linkTextBox {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.linkTextBox a {
    color: #4A4A4A;
    font-size: 14px;
    text-decoration: underline !important;
}


.linkHeader
{
    color: #003760 !important;
    font-size: 29px !important;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    margin-bottom: 15px;
    color: #003760 !important;
}

.linkHeader a
{
    color: #003760 !important;
    font-size: 29px !important;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}

.linkDownloads {
    margin-bottom: 15px;
    
}

.linkDownloads a {
    color: #4A4A4A;
    font-size: 14px;
    text-decoration: underline !important;
}

.bioFooter {
    border-top: solid 1px #003760;
    padding-top: 0px;
    margin-top: 25px;
}


.ManagementProfileSlider
{
    font-size: 18px !important;
    color: #ffffff !important;
}

.ManagementNameSlider
{
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    font-size: 42px;
    color: #ffffff !important;
    font-weight: bold;
}

h1.ManagementNameSlider
{
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    font-size: 42px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px!important;
}

@media screen and (max-width: 650px) {
  h1.ManagementNameSlider
{
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    font-size: 16px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px!important;
}
}


.ManagementTitleSlider
{
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    font-size: 34px !important;
    color: #ffffff !important;
}

@media screen and (max-width: 650px) {
  
  .ManagementTitleSlider
{
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    font-size: 16px !important;
    color: #ffffff !important;
}
  
}


@media screen and (max-width: 500px) {
  
  .ManagementTitleSlider
{
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    font-size: 16px !important;
    color: #ffffff !important;
      line-height: 1.3em !important;
}
  
}



.managmentTeamPhone
{
    color: #003760 !important;
    font-size: 13px;
    text-decoration:None;
}

.managmentTeamPhone a
{
    color: #003760 !important;
    font-size: 13px;
    text-decoration:None;
}

.managmentTeamEmail
{
    color: #003760 !important;
    font-size: 13px;
    text-decoration:None;
}

.managmentTeamEmail a
{
    color: #003760 !important;
    font-size: 13px;
    text-decoration:None;
}


.AircraftSalesSubTitle
{
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    color: #003760 !important;
    font-size: 35px;
    text-align:center;
    line-height: 1.4em;
    margin-top: 30px;
    margin-bottom: 15px;
}


@media screen and (max-height: 750px) {
   
    .AircraftSalesSubTitle {
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    color: #003760 !important;
    font-size: 35px;
    text-align: center;
    line-height: 1.4em;
    margin-top: 0px !important;
    margin-bottom: 0px;
}
    
}

.footnote
{
    font-size: 14px;
}


.invsalesteamtoppadding
{
    padding-top: 50px;
}

.salesRepButton
{
    background-color: #003760;
    text-align:center;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    width: 210px !important;
    border-radius: 4px;
}


.salesRepButton a
{
    color: #fff !important;
    font-size: 12px !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.21px;
}


.overlaySales {
    height: 0%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #003760;
    overflow-y: hidden;
    transition: 0.5s; 
    z-index: 2;
}

.overlaySales-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlaySales a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlaySales a:hover, .overlaySales a:focus {
    color: #f1f1f1;
}

.overlaySales .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlaySales {overflow-y: auto;}
  .overlaySales a {font-size: 20px}
  .overlaySales .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.MediaBox
{
    background-color: #003760;
    padding: 30px 25px 30px 25px;
}

.MediaBox .headline
{
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, .48);
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1.21px !important;
}

.MediaBox .contactName
{
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.MediaBox .contactPhone
{
    
    margin-bottom: 5px;
}

.MediaBox .ContactEmail
{
    
    margin-bottom: 5px;
}


.MediaBox .contactPhone a
{
    font-size: 13px;
    font-weight: 700;
    color: #ffffff !important;
    text-decoration:none;
    margin-bottom: 5px;
}

.MediaBox .ContactEmail a
{
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    text-decoration:none;
    margin-bottom: 15px;
}


.JobPostingDetails h1
{
    color: #A79260;
    font-size: 18px;
}

.JobPostingDetails h2
{
    color: #003760;
    font-size: 16px;
}


.JobPostingDetails p, .JobPostingDetails ul li
{
    font-size: 14px !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 10px 10px;
    font-size: 16px;
    color: #ffffff;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    letter-spacing: .5px;
    font-weight: 300 !important;
}

/*.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 10px 15px;
    font-size: 18px;
    color: #ffffff;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    letter-spacing: .5px;
    font-weight: 300 !important;
}
*/

.DesktopNav
{
    visibility: visible !important;
    display:block !important;
}

.mobileNav
{
    visibility: hidden !important;
    display:none !important;
    
}

@media screen and (max-width: 1024px) {
.homeslide .hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 30px;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
    background-color: transparent;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}
}


@media screen and (max-width: 1100px) {
        .DesktopNav
    {
        
        visibility: hidden !important;
        display:none !important;
    }
    
    .mobileNav
    {
        visibility: visible !important;
        display:block !important;
        
    }
    
    .homegrid .row-fluid .span6 {
    width: 100%;
}
    
    .HomeSidePanelsLeft {
    padding-left: 20px;
    padding-top: 60px;
    padding-right: 20px;
}
    .HomeSidePanelsRight {
    max-width: 750px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
}

.InnerContainer {
    max-width: 1160px;
    margin: 60px 20px 60px 20px !important;
    float: none !important;
}

.homeslide .hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 23px;
    line-height: 1.1em;
    text-align: center;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}

.navbar1
{
    overflow: visible;
}

.NavContainer
{
    margin: 0px 0px 0px 0px !important;
padding-top: 20px;
}


.whitebox {
    width: 150px;
    
    border: solid 1px #ffffff;
    text-align: center;
    padding: 0px 0px;

}

.navbar1 {
    
    border-bottom: solid 0px rgba(248,248,248, .25);
}


}


@media screen and (max-width: 600px) {
  .homeslide .hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 13px;
    line-height: 1.1em;
    text-align: center;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}
}


.rightNavArea
{
    margin-top: 15px;
}

.closebutton
{
    visibility: hidden;
        display:none;
}

.OurServices
{
    padding: 25px;
    text-align:center;
    margin-bottom: 50px;
}


.OurServices h1
{
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    color: #003760;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: normal;
}

.OurServices p
{
    color: #4A4A4A;
    font-size: 20px;
}

 .parallax-section-1{
     background-size:cover;
     background-position:center center;
     background-attachment:fixed;
     background-repeat:no-repeat;
     /* background-image: url('//cdn2.hubspot.net/hub/411363/file-1183574871-jpg/TheHumanRight.jpg'); */
     height: 798px;
}


.parallax-section-1-height{
     height: 798px;
}

.active {
    background-color: transparent !important;
    -webkit-box-shadow: 0px 3px 6px #000000 !important;
    -moz-box-shadow: 0px 0px 0px #f0f0f0 !important;
    box-shadow: 0px 0px 0px #f0f0f0 !important;
}


.active a {
    color: #A79260;
    
}

.ActiveSub
{
    font-weight: bold !important;
    
}

.sideBorder
{
    border-right: solid 1px #707070;
    padding-right: 15px;
}

.sideBorderLeft
{
border-left: solid 1px #707070;
padding-left: 15px;
}

.salesTeamBox
{
    line-height: 1.7 !important;
    padding-right: 15px;
}
/*
.salesTeamBox p img {
    width: 148px !important;
    height: 167px !important;
}

.salesTeamBox h2 img
  {   
  	width: 148px !important;
    height: 167px !important;
  }  
*/
.salesTeamBox h1 {
    font-size: 18px !important;
    border-bottom: solid 1px rgba(0,55,96, 0.4) !important;
    color: #003760 !important;
    padding-bottom: 10px !important;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
}

.salesTeamBox h2
{
    color: #003760 !important;
    font-size: 16px !important;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
}

.salesTeamBox h3
{
    color: #003760 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    margin: 0px 0px !important;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
}


.salesTeamBox a
{
    color: #003760 !important;
    font-size: 16px !important;
    text-decoration:None !important;
}

.salesTeamSpacing
{
    padding-bottom: 60px !important;
    
}


.subPageTitleWhiteNew {
    font-size: 18px;
    color: #ffffff;
    /* margin-bottom: 40px; */
    text-align: center;
    font-weight: 700;
    padding-top: 70px
}


.StickMenuStyle .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 10px 15px !important;
    font-size: 12.5px !important;
    color: #003760 !important;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
    letter-spacing: .5px;
    font-weight: bold !important;
    
}

.FinanceOverview h2
{
    font-size: 19px !important;
    color: #003760 !important;
    border-bottom: solid 1px rgba(0,55,96, 0.4) !important;
    padding-bottom: 10px !important;
    margin-bottom: 25px;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
}

.LeaseOverview h2 {
    font-size: 26px;
    color: #003760;
    border-bottom: solid 1px rgba(0,55,96, 0.4) !important;
    padding-bottom: 25px !important;
    margin-bottom: 0px;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}


.SociallinkHeader h2
{
    line-height: 1.5em !important;
    color: #003760 !important;
    font-size: 24px !important;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    margin-bottom: 15px !important;
    font-weight: normal !important;
}


.SociallinkHeader a
{
    color: #003760 !important;
    font-size: 24px !important;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    margin-bottom: 15px
    
}


.subPageTitleOperating {
    font-size: 18px;
    color: #003760;
    margin-bottom: 0px;
    margin-top: 80px;
    text-align: center;
    font-weight: 700;
}


.SalesHeaderPopup
{
    color: #003760 !important;
    font-size: 32px !important;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    margin-bottom: 10px !important;
}

.SalesHeaderPopupLine
{
    border-top: solid 1px rgba(0,55,96, 0.4) !important;
    padding-top: 15px !important;
}

.PurposeValueBox
{
    border-left: solid 1px #A79260;
    padding-left: 20px;
    padding-right: 20px;
    
}

.PurposeValueBox h2
{
     color: #A79260 !important;
    font-size: 24px !important;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    margin-bottom: 15px;
    font-weight: 300 !important;
}

.PurposeValueBox p
{
    color: #FFFFFF !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
}


.subPageTitleWhitePurpose {
font-size: 18px;
color: #ffffff;
text-align: center;
font-weight: 700;
margin-bottom: 40px;
}

.JetsSection
{
    
    
}

.JetsSection h1
{
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    color: #003760 !important;
    font-size: 35px !important;
    text-align: center !important;
    line-height: 1.4em !important;
    margin-top: 30px !important;
    margin-bottom: 70px !important;
    font-weight: normal !important;
}


.JetsSection h2 {
    line-height: 1.7em !important;
    color: #003760 !important;
    font-size: 17px !important;
    margin-bottom: 0px !important;
    font-weight: bold !important;
}

.JetsSection p {
    font-size: 17px !important;
    line-height: 1.7em !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.CareerPostingMainCss
{
   padding-bottom: 30px;
   margin-bottom: 30px;
   border-bottom: solid 1px rgba(0,55,96, 0.4) !important;
}

.CareerPostingMainCss h1
{
   color: #003760;
   font-size: 30px;
   margin-bottom: 40px;
   font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
   margin-top: 60px;
}

.CareerPostingMainCss h5
{
   color: #003760;
   font-size: 30px;
   margin-bottom: 40px;
   font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
   margin-top: 60px;
}

.CareerPostingMainCss h2
{
     padding-bottom: 10px!important;
         margin: 0px !important;
         color: #A79260 !important;
     font-size: 12px !important;
     text-transform: uppercase !important;
     text-decoration: None !important;
     letter-spacing: 1.3px;
}

.CareerPostingMainCss h2 a
{
     color: #A79260 !important;
     font-size: 12px !important;
     text-transform: uppercase !important;
     text-decoration: None !important;
     
}


.CareerPostingMainCss h3
{
    color: #4A4A4A !important;
     font-size: 18px !important;
     padding-bottom: 10px;
     margin: 0px !important;
}

.CareerPostingMainCss h3 a
{
    color: #4A4A4A !important;
     font-size: 18px !important;
     padding-bottom: 10px;
     margin: 0px !important;
     text-decoration: None !important;
}


.CareerPostingMainCss h4
{
    color: #A7A7A7 !important;
    font-size: 15px !important;
    padding-bottom: 10px;
    margin: 0px !important;
}


.NewsSubTitle {
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    color: #003760 !important;
    font-size: 35px;
    text-align: center;
    line-height: 1.4em;
    margin-top: 0px;
    margin-bottom: 10px;
}


.NewSkyBackground
{
    /* lazy loaded background-image: url("https://cdn2.hubspot.net/hubfs/464807/2018-website/sky.jpg"); */
    background-size: cover;
    background-repeat:; no-repeat;
    background-color: transparent;
    height: 917px;
}


.NewSkyBackgroundContainer
{
    max-width: 1160px;
    margin: 115px auto 120px auto !important;
    float: none !important;
    
}

.AirSalesForm
{
    text-align:center;
}

.AirSalesForm input[type="text"], .AirSalesForm input[type="number"] {
    border: 0px solid !important;
        border-bottom-color: currentcolor;
        border-bottom-style: solid;
        border-bottom-width: 0px;
    border-bottom: solid 1px #ffffff !important;
}


.AirSalesForm input[type="email"], .AirSalesForm input[type="tel"] {
    border: 0px solid !important;
        border-bottom-color: currentcolor;
        border-bottom-style: solid;
        border-bottom-width: 0px;
    border-bottom: solid 1px #ffffff !important;
    color: #ffffff !important;
}


.AirSalesForm textarea, input[type="text"], .AirSalesForm input[type="password"], .AirSalesForm input[type="datetime"], .AirSalesForm input[type="datetime-local"], .AirSalesForm input[type="date"], .AirSalesForm input[type="month"], .AirSalesForm input[type="time"], .AirSalesForm input[type="week"], .AirSalesForm input[type="number"], .AirSalesForm input[type="email"], .AirSalesForm input[type="url"], .AirSalesForm input[type="search"], .AirSalesForm input[type="tel"], .AirSalesForm input[type="color"], .AirSalesForm select {
    display: inline-block;
    width: 60%;
    box-sizing: border-box;
    background-color:transparent;
    border: 0px solid;
    font-size: 15px;
    border-bottom: solid 1px #ffffff !important;
    color: #ffffff;
    outline: none;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
    margin-top: 60px;
}

.AirSalesForm input[type="tel"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff !important;
    opacity: 1; /* Firefox */
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
}

.AirSalesForm input[type="tel"]::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff !important;
}

.AirSalesForm input[type="tel"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff !important;
}



.AirSalesForm input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff !important;
    opacity: 1; /* Firefox */
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
}

.AirSalesForm input[type="email"]::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff !important;
}

.AirSalesForm input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff !important;
}


.AirSalesForm input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff !important;
    opacity: 1; /* Firefox */
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
}

.AirSalesForm input[type="text"]::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff !important;
}

.AirSalesForm input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff !important;
}



.AirSalesForm textarea:focus, input:focus {
    outline: none;
}

 *:focus {
    outline: none;
}

.AirSalesForm .hs-error-msgs li label {
    color: #ffffff;
    font-weight: normal;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
    font-size: 13px !important;
}

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


.AirSalesForm .hs-button {
    
    margin-top: 30px;
    text-align: center !important;
    border: 1px solid rgba(255, 255, 255, .58) !important;
    width: 150px !important;
    padding: 10px 10px;
    color: #ffffff !important;
    background-color: transparent;
     font-size: 13px !important;
        font-weight: bold !important;
}

.AirSalesForm .hs-form-required {
    display:none;
    visibility: hidden;
}

.AirSalesForm input[type="tel"] {
    margin-top: 20px;
}

.AircraftSalesDetailSubTitle
{
	font-size: 26px;
  color: #003760;
  text-align:left;
  line-height: 34px;
  border-bottom: solid 1px rgba(0, 55, 96, .3);
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}

.AircraftSalesOverviewText
{
	font-size: 17px;
  line-height: 35px;
  color: rgba(74, 74, 74, 1);
  padding-left: 25px !important;
  padding-right: 60px !important;
  font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
}


.JetDetails h2
{
	font-size: 27px;
  color: rgba(0, 55, 96, 1);
  border-bottom: solid 1px rgba(0, 55, 96, .3);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.aircraftBoxWhiteWhite {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
}



.aircraftBoxWhiteWhite .MainTitle
{
     margin-bottom: 5px;
    color: #1D1D1D;
    font-weight: bold;
    font-size: 20px;
    color: #003760 !important;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}

.aircraftBoxWhiteWhite .SubTitle
{
    color: #003760;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}

.aircraftBoxWhiteWhite .Text
{
    color: #1D1D1D;
    font-size: 12.5px;
    margin-bottom: 15px;
}

.aircraftBoxWhiteWhite .LearnMore
{
    color: #003760;
    font-size: 12.5px;
    text-transform: uppercase;
    text-align:right;
}

.aircraftBoxWhiteWhite .LearnMore a
{
    color: #003760;
    font-size: 12.5px;
    text-transform: uppercase;
    text-decoration:none;
}






.JetDetails table tr td
{
	color: rgba(74, 74, 74, 1);
  font-size: 17px;
    
}

.SkyHeaderAir
{
    color: #ffffff !important;
    font-size: 40px !important;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
    margin-bottom: 0px !important;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    line-height: 1.2 !important;
}

.TalkHeaderPopupSales
{
    color: #003760 !important;
    font-size: 12px !important;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
    font-weight: bold;
    padding-bottom: 10px;
}

.bluePhone a
{
    font-size: 13px;
    color: #003760;
    text-decoration: none;
    
}

.blueEmail a
{
    font-size: 15px;
    color: #003760;
    text-decoration: none;
}

.bluePhone a:hover
{
    font-size: 13px;
    color: #003760;
    text-decoration: none;
    
}

.blueEmail a:hover
{
    font-size: 15px;
    color: #003760;
    text-decoration: none;
}

.WebsiteForm
{
    text-align:left;
}


.WebsiteForm 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;
    width: 60%;
    box-sizing: border-box;
    background-color:transparent;
    border: 0px solid;
    font-size: 15px;
    border-bottom: solid 1px #707070;
    color: #707070;
    outline: none;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.WebsiteForm input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707070;
    opacity: 1; /* Firefox */
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
}

.WebsiteForm input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder
    color: #707070;
}

.WebsiteForm input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder
    color: #707070;
}

.WebsiteForm input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #707070 !important;
}

.WebsiteForm input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #707070 !important;
}

.WebsiteForm input[type="tel"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #707070 !important;
}


.WebsiteForm textarea:focus, input:focus {
    outline: none;
}

 *:focus {
    outline: none;
}

.WebsiteForm .hs-error-msgs li label {
    color: #707070;
    font-weight: normal;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
    font-size: 13px !important;
}

.WebsiteForm .hs-error-msgs {
    padding: 0px;
    margin: 0px;
        list-style-type: none !important;
}


.WebsiteForm .hs-button {
    margin-top: 30px !important;
    text-align: center !important;
    border: 1px solid #003760 !important;
    width: 240px !important;
    padding: 0px 10px !important;
    color: #003760 !important;
    background-color: transparent !important;
    font-size: 13px !important;
        font-weight: bold !important;
}


/*WebsiteForm .hs-button {
    margin-top: 30px !important;
    text-align: center !important;
    border: 1px solid #003760 !important;
    width: 150px !important;
    padding: 10px 10px !important;
    color: #003760 !important;
    background-color: transparent !important;
}*/

.WebsiteForm .hs-form-required {
    display:none;
    visibility: hidden;
    color: #707070 !important;
}


.WebsiteForm .form-title
{
     display:none;
    visibility: hidden;
}


.addressText
{
    color: #003760 !important;
    font-size: 15px !important;
}

.SocialRight
{
    text-align:right;
}


input[type="text"], input[type="number"], input[type="email"], input[type="tel"] {
    border: 0px solid !important;
    border-bottom: solid 1px #707070 !important;
}


body .hs-button.primary, body input[type="submit"], body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 12px;
    line-height: 40px;
    padding: 0 22px;
    text-decoration: none !important;
    border-radius: 0;
    color: #a29061;
    background-color: rgba(0,0,0,0);
    border: 1px solid #a29061;
    display: inline-block;
    font-family: "Lato";
    text-transform: uppercase;
    transition: all .5s ease-out 0s;
    margin-top: 15px;
    border-radius: 3px;
    letter-spacing: 1.21px;
}


.AirSalesForm input[type="email"]
{
    margin-top: 20px;
    
}

.AirSalesForm .hs-error-msgs ul  {
        list-style-type: disc !important;
}


.homeMainPictureSubTitleSecond
{
    font-size: 30px;
    color: #003760;
    margin-bottom: 20px;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    line-height: 1.2em !important;
    letter-spacing: 0px !important;
}



.whiteboxFooter {
    border: solid 1px rgba(255, 255, 255, .58) !important;
    text-align: center;
    padding: 10px 25px;
    border-radius: 3.5px;
    width: 121px !important;
}

.whiteboxFooter:hover {
    background-color:  rgba(167, 146, 96, 1) !important;
}


.whiteboxFooter a {
    color: #ffffff;
    font-size: 12px !important;
}






















.blueboxAircraft
{
    border: solid 1px rgba(0, 55, 96, .58) !important;
    text-align: center;
    padding: 10px 25px;
    border-radius: 3.5px;
    width: 320px !important;
}



.blueboxAircraft:hover
{
     border: solid 1px rgba(255, 255, 255, .58) !important;
    text-align: center;
    padding: 10px 25px;
    border-radius: 3.5px;
    background-color:  rgba(167, 146, 96, 1) !important;
    color: #ffffff !important;
}



.blueboxAircraft span
{
    color: #003760;
    font-size: 12px;
    font-weight: bold;
}

.blueboxAircraft:hover span
{
    color: #ffffff;
}


.blueboxAircraft span a
{
    color: #003760 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-decoration:None !important;
    letter-spacing: 1.21px;
}


.blueboxAircraft span a:hover
{
    color: #ffffff !important;
}


.LPSlider .hs_cos_flex-slider .superimpose .caption .LPInnerContainer {
    max-width: 1075px;
    margin: 0px auto 0px auto !important;
    float: none !important;
    top: 30%;
     position: relative;
     text-align:left !important;
}


.LPSlider .hs_cos_flex-slider .superimpose .caption {
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 20%;
    text-align: center;
    background-color: transparent;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}


.LPSlider .hs_cos_flex-slider .superimpose .caption h1 {
    color: #ffffff;
    font-size: 39px;
    line-height: 1.4em;
    font-family: 'FrutigerLTPro-Condensed' !important;
    font-weight: normal !important;
}


.LPSlider .hs_cos_flex-slider .superimpose .caption p {
    color: #ffffff;
    font-size: 19.5px;
    line-height: 1.3em;
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif !important;
    font-weight: normal !important;
}


.ImageBackground
{
    opacity: 0.62 !important;
    filter: alpha(opacity=62) !important;
    background-color: rgba(74, 74, 74, .62) !important;
}

.ImageBackground .ImgOpacity
{
    opacity: 0.62 !important;
    filter: alpha(opacity=.62) !important;
}


.AirSalesForm input[type="text"], .AirSalesForm input[type="number"] {
    
    color: #ffffff !important;
}





/*
@media (max-width: 1024px) {

.SliderDownArrowPadding {
    margin-top: 200px;
}
}
*/






.whiteboxLP
{
    border: solid 1px rgba(255, 255, 255, .58) !important;
    text-align: center;
    padding: 10px 25px;
    border-radius: 3.5px;
    width: 161px !important;
}


.whiteboxLP:hover
{
   
    
    background-color:  rgba(167, 146, 96, 1) !important;
    
}


.whiteboxLP span
{
   color: #ffffff !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration:None !important;
    letter-spacing: 1.21px;
}



.whiteboxLP span a
{
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration:None !important;
    letter-spacing: 1.21px;
}






.whiteboxMobile {
    border: solid 1px rgba(255, 255, 255, .58) !important;
    text-align: center;
    padding: 0px 0px;
    border-radius: 3.5px;
    width: 161px !important;
    margin-top: 0px !important;
}


.whiteboxMobile span
{
    color: #ffffff;
    font-size: 12px;
    font-weight: normal !important;
}



.whiteboxMobile span a
{
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration:None !important;
    letter-spacing: 1.21px;
}





.blueboxMobile
{
    border: solid 1px rgba(0, 55, 96, .58) !important;
    text-align: center;
    padding: 0px 0px;
    border-radius: 3.5px;
    width: 161px !important;
}


.blueboxMobile span
{
    color: #003760;
    font-size: 12px;
    font-weight: bold;
}



.blueboxMobile span a
{
    color: #003760 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration:None !important;
    letter-spacing: 1.21px;
}













.hs_cos_flex-direction-nav a {
    width: 47px;
    height: 94px;
    margin: -90px 0 0;
    display: block;
    background: url('https://cdn2.hubspot.net/hubfs/464807/2018-website/slider/slider-arrows.png') no-repeat 0 0;
    position: absolute;
    top: 55%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}




@media (max-width: 1000px) {
.hs_cos_flex-direction-nav a {
    width: 26px;
    height: 52px;
    margin: -90px 0 0;
    display: block;
    background: url('https://cdn2.hubspot.net/hubfs/464807/2018-website/slider/slider-arrows.png') no-repeat 0 0;
    position: absolute;
    top: 80%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
     display: None !important;
    visibility: hidden !important;
}

.SocialRight
{
    text-align:left;
    
}


}







.SliderDownArrowPadding
{
  /*margin-top: 300px;*/
  position: absolute;
  bottom:20%;
  left: calc(50% - 41px);
}

img.SliderDownArrow
{
    width: 83px !important;
    height: 44px !important;
}
/*
@media (max-width: 900px) {
    .SliderDownArrowPadding
{
    margin-top: 150px;
}
}
*/
@media (max-width: 800px) {
/*
    .SliderDownArrowPadding
{
    margin-top: 65px;
    
}
*/
img.SliderDownArrow
{
    width: 44px !important;
    height: 23px !important;
}

}



@media (max-width: 600px) {
    .SliderDownArrowPadding
{
    display: None !important;
    visibility: hidden !important;
    
}

img.SliderDownArrow
{
    width: 44px !important;
    height: 23px !important;
}

}

@media (max-width: 1283px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
      font-size: 13px;
  }
}

@media (max-width: 1160px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
      font-size: 11.5px;
  }
  }

@media (max-width: 1024px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
      font-size: 9px;
  }

  ul.rightNavLinks li {
      display: inline !important;
      margin-right: 0px !important;
  }
}


@media (max-width: 1000px) {
    .rightNavLinks
{
    padding-top: 0px;
}
}



@media (max-width: 700px) {
    .rightNavLinks
{
    padding-top: 0px;
}
}

@media (max-width: 500px) {
    .rightNavLinks
{
    padding-top: 30px;
}
}


@media (max-width: 1000px) {

.Mobilebuttonpadding {
cursor: pointer; text-align: center; left: 40%;position: relative;
}

}


@media (max-width: 700px) {

.Mobilebuttonpadding {
cursor: pointer; text-align: center; left: 40%;position: relative;
}

}

@media (max-width: 500px) {

.Mobilebuttonpadding {
cursor: pointer; text-align: center; left: 30%;position: relative;
}

}

@media (max-width: 1024px) {
    
    .VideoPlayBackground {
    position: absolute;
    left: 35%;
    top: 35%;
    z-index: 2;
    color: #ffffff;
}
    
    
.VideoTextBackground {
    position: absolute;
    left: 50%;
    top: 35%;
    z-index: 2;
    color: #ffffff;
}

}

@media (max-width: 900px) {

.VideoBackground {
    width: 100%; 
    height: 100%; 
    position: relative; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}

.stretch {
    width:100%;
    height:100%;
}

.VideoPlayBackground {
    position: absolute;
    left: 20%;
    top: 25%;
    z-index: 2;
    color: #ffffff;
}

.VideoTextBackground {
    position: absolute;
    left: 35%;
    top: 25%;
    z-index: 2;
    color: #ffffff;
}

.VideoMainPictureTitle
{
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1.21px !important;
    font-weight: bold;
}


.VideoMainPictureText
{
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    border-top: solid 1px rgba(255, 255, 255, .58) !important;
    padding-top: 10px
}


.VideoVewBox
{
    color: #ffffff;
    width: 161px;
    text-align: center;
    font-size: 12px;
    border: solid 1px #ffffff;
    padding: 10px;
    cursor: pointer;
    border-radius: 3px;
}

.VideoVewBox:hover
{
    background-color:  #A79260;
    border: solid 1px #A79260 !important;
}

}




@media (max-width: 550px) {

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 20px;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;'
}

.hs_cos_flex-slider .superimpose .caption h1 {
    color: white;
    font-size: 20px;
    line-height: 1.1em;
    
    font-family: 'FrutigerLTPro-Condensed' !important;'
}

.VideoBackground {
    width: 100%; 
    height: 100%; 
    position: relative; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
  height: 180px;
}

.VideoBackground img {
  visibility:hidden;
  display:none;
  }

.stretch {
    width:100%;
    height:100%;
}

.VideoPlayBackground {
    position: absolute;
    left: 10%;
    top: 20%;
    z-index: 2;
    color: #ffffff;
}

.VideoPlayBackground img {
    width: 50%; 
    height: auto; 
}

.VideoTextBackground {
    position: absolute;
    left: 25%;
    top: 20%;
    z-index: 2;
    color: #ffffff;
}

.VideoMainPictureTitle
{
    font-size: 13px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1.21px !important;
    font-weight: bold;
}


.VideoMainPictureText
{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    border-top: solid 1px rgba(255, 255, 255, .58) !important;
    padding-top: 10px
}


.VideoVewBox
{
    color: #ffffff;
    width: 161px;
    text-align: center;
    font-size: 12px;
    border: solid 1px #ffffff;
    padding: 10px;
    cursor: pointer;
    border-radius: 3px;
}

.VideoVewBox:hover
{
    background-color:  #A79260;
    border: solid 1px #A79260 !important;
}

}








.ShowDesktopMap
{
    display: block !important;
    visibility: visible !important;
}

.ShowMobileMap
{
    display: none !important;
    visibility: hidden !important;
}


@media (max-width: 900px) 
{
    
    .ShowDesktopMap
{
    display: none !important;
    visibility: hidden !important;
}

    .ShowMobileMap
{
    display: block !important;
    visibility: visible !important;
}
    
}



@media (max-width: 550px) 
{
    .logoMobileSize img
    {
        width: 40% !important;
        height: auto !important;
    }
    
    .homeslide .hs_cos_flex-slider .superimpose .caption {
    top: 35%;
}
    
   .topstick {
    margin-bottom: 0px !important;
}
    
}




.timeline__contentMobile
{
    text-align:center;
    padding-left: 20px ;
    padding-right: 20px;
}


.timeline__contentMobile h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 .625rem;
    padding-top: 60px;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
    font-size: 19px;
    color: #a79260 !important;
}

.timeline__contentMobile p {
    font-size: .9375rem;
    line-height: 1.5;
    margin-bottom: 50px;
    color: #fff !important;
    font-size: 16px;
}



.hs_cos_flex-direction-nav a
{
   display: none !important;
    visibility: hidden !important;
}


.sampleTransactionTable td
{
    padding-left: 15px !important;
}

#SAMPLETRANSACTIONS hr
{
    opacity: .2 !important;
}

@media all and (max-width: 790px) {

.NewSkyBackgroundContainer {
    max-width: 1160px;
    margin: 25px auto 120px auto !important;
    float: none !important;
}

}



@media all and (max-width: 550px) {

.NewSkyBackgroundContainer {
    max-width: 1160px;
    margin: 5px auto 120px auto !important;
    float: none !important;
}

}



.ShowFooterDesktopInfo 
{
    display: block !important;
    visibility: visible !important;
}

.ShowFooterMobileInfo 
{
    display: none !important;
    visibility: hidden !important;
}



@media (max-width: 1000px) 

{

    .ShowFooterDesktopInfo 
{
    
    display: none !important;
    visibility: hidden !important;
}

.ShowFooterMobileInfo 
{
    display: block !important;
    visibility: visible !important;   
}


}

/* Spin updates */
.homeslide .hs_cos_gallery .hs_cos_gallery_main, 
.homeslide .hs_cos_gallery .hs_cos_gallery_thumbnails, 
.homeslide .hs_cos_gallery .hs_cos_gallery_lightbox {
    padding: 0;
}

.homeslide .hs_cos_gallery {
  padding-top: 56%;
  height: 0;
  position: relative;
}
.homeslide .hs_cos_gallery .hs_cos_gallery_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}  
.homeslide .hs_cos_gallery_main .slick-list {
  max-height: none;
}
.homeslide .slick-slider {
  margin-bottom: 0;
}
.homeslide .hs_cos_gallery .slick-slide-inner-wrapper {
    display: block!important;
}
.homeslide .hs_cos_gallery .slick-slide img {
  width: 100%
}
.homeslide .hs_cos_gallery .slick-prev:hover,
.homeslide .hs_cos_gallery .slick-next:hover {background: url(https://cdn2.hubspot.net/hubfs/464807/2018-website/slider/slider-arrows.png) no-repeat 0 0;}
.homeslide .hs_cos_gallery button.slick-arrow {
    width: 47px;
    height: 94px;
    margin: -90px 0 0;
    display: block;
    background: url(https://cdn2.hubspot.net/hubfs/464807/2018-website/slider/slider-arrows.png) no-repeat 0 0;
    position: absolute;
    top: 55%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}
.homeslide .hs_cos_gallery button.slick-prev.slick-arrow {
    left: -36px;
    background-position: 100% 0:
}
.homeslide .hs_cos_gallery button.slick-next.slick-arrow {
    right: -36px;
    background-position: 100% 0;
}
.homeslide .hs_cos_gallery:hover button.slick-prev {
    opacity: 0.8;
    left: 45px!important;
    /* left: 0!important; */
}

.homeslide .hs_cos_gallery:hover button.slick-next {
    opacity: 0.8;
    right: 45px!important;
    /* left: 0!important; */
}


.homeslide .hs_cos_gallery .caption.superimpose {
    color: white;
    font-size: 48px;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
    background-color: transparent;
    font-family: 'FrutigerLTPro-Condensed',"Arial Narrow", Arial, sans-serif !important;
}
div#hs-eu-cookie-confirmation {
  top:auto!important;
  bottom:0;
  position: fixed;
}
@media screen and (max-width: 1024px) {
  .homeslide .hs_cos_gallery .caption.superimpose {
      font-size: 36px;
  }
}
@media screen and (max-width: 800px) {
  .homeslide .hs_cos_gallery .caption.superimpose {
      font-size: 26px;
  }
  .homeslide .hs_cos_gallery button.slick-prev.slick-arrow {
    width: 25px;
    left: 35px!important;
    opacity: 1;
    top: 75%;
  }
  .homeslide .hs_cos_gallery button.slick-next.slick-arrow {
    width: 25px;
    right: 35px!important;
    opacity: 1;
    top: 75%;
  }

}    
@media screen and (max-width: 600px) {
  .homeslide .hs_cos_gallery .caption.superimpose {
      font-size: 22px;
  }
}
  
/* end spin updates */