/* ==========================================================================
   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('//fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');

@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('//fonts.googleapis.com/css?family=Vollkorn:400,400i,600,600i,700,700i,900,900i');

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@import url('//fonts.googleapis.com/css?family=Archivo+Narrow:400,400i,500,500i,600,600i,700,700i');

@import url('//fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-weight: normal;
  font-style: normal;
  src: url('//jet.universalweather.com/hubfs/Universal_Weather_and_Aviation_January2019%20Theme/Fonts/Font%20Awesome%205%20Free/fa-solid-900%20%281%29.eot') format('embedded-opentype');
  src: url('//jet.universalweather.com/hubfs/Universal_Weather_and_Aviation_January2019%20Theme/Fonts/Font%20Awesome%205%20Free/fa-solid-900%20%281%29.woff') format('woff'),
       url('//jet.universalweather.com/hubfs/Universal_Weather_and_Aviation_January2019%20Theme/Fonts/Font%20Awesome%205%20Free/fa-solid-900%20%281%29.ttf') format('truetype');
}


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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font-size: 62.5%;
  font-family: sans-serif;
}

body {
  background: #fff;
  font-size: 15px;
  font-family: PT Sans, sans-serif;
  color: #222;
  line-height: 1.62857;
}
#site-wrapper {
  background-color: #fff;
  overflow: hidden;
}
/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.header-container.container-fluid .row-fluid .page-center {}
.body-container.container-fluid .row-fluid .page-center {}
.footer-container.container-fluid .row-fluid .page-center {}


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

/* Highlighted Text */
.blog ::-moz-selection {
  color: #fff;
  background: #db063b;
  text-shadow: none;
}
.blog ::selection {
  color: #fff;
  background: #db063b;
  text-shadow: none;
}


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

/* Basic text */
p {} 
.body-container p {
  line-height: 1.7em;
}
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: 15px 0;
  line-height: 1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 45px;
  font-family: Montserrat,sans-serif;
  font-weight: 500;
}
h2 {
  font-size: 36px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #222;
}
h3,
.section.post-footer .hs-richtext {
  font-size: 33px;
  line-height: 1.25;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #222;
}
h4 {
  font-size: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #222;
}
h5 {
  font-size: 27px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #222;
}
h6 {
  font-size: 26px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #222;
}

/* Anchor Links */
a { 
  color: #000;
  text-decoration: underline;
  -webkit-transition: color .4s ease-in-out;
  -moz-transition: color .4s ease-in-out;
  -o-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
a:hover, a:focus { 
  outline: 0;
  color: #db063b;
}

/* Lists */
ul, ol {}
.body-container ul,
.body-container ol,
.body-container li {
  line-height: 1.7em;
}
.header-container ul,
.footer-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.body-container ul,
.body-container ol {
  padding-left: 20px;
}
.body-container ul {
  list-style: none;
  padding-left: 0;
}
.body-container ul li {
  position: relative;
  padding-left: 5px;
}
.body-container ul li:before {
  content: "\f14a";
  font-family: FontAwesome;
  margin-right: 15px;
  position: relative;
  top: -1px;
  color: #58595b;
  content: "\f0da";
}
ul.hs-error-msgs.inputs-list li,
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  padding-left: 0;
}

ul.hs-error-msgs.inputs-list li:before,
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:before {
  display: none;
}
form.hs-form .hs-form-field ul.inputs-list li {
  padding-left: 0;
}
form.hs-form .hs-form-field ul.inputs-list li:before {
  display: none;
}
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 {}
.header-parent {
  min-height: 172px;
}
.header-parent.header-parent-lp {
  min-height: 112px;
}
.site-search {
  height: 0;
  position: relative;
  transition: .3s height ease-out;
  will-change: height;
  z-index: 9999;
  background-color: #58595b;
}
.site-search-opened .site-search {
  height: 80px;
}
.site-search .container, 
.site-search-form {
  height: 100%;
  overflow: hidden;
}
.site-search .container {
  position: relative;
}
.site-search-form {
  position: relative;
}
input.site-search-input {
  font: inherit;
  margin: 0;
  line-height: inherit;
  width: 100%;
  transition: .2s border;
  border-radius: 3px;
  border: none !important;
  color: #fff;
  font-size: 24px;
  padding: 20px;
  text-align: center;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  outline: none;
  background: url(//jet.universalweather.com/hubfs/Universal_Weather_and_Aviation_January2019%20Theme/Images/download%20%281%29.svg) 5px 9px / 61px 61px no-repeat;
  padding-left: 68px;
}
.site-search-close {
  font: inherit;
  margin: 0;
  text-transform: none;
  cursor: pointer;
  line-height: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  color: rgba(255,255,255,.25);
  font-size: 32px;
  outline: none;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-search-close:hover {
  color: rgb(255,255,255);
}

.top-bar {
  border-bottom: 1px solid rgba(0,0,0,.05);
  padding-bottom: 40px;
  position: relative;
  z-index: 9;
  background-color: #e6e7e8;
  color: #939598;
  font-size: 14px;
  margin-top: -1px;
}
.site-search-opened .top-bar {
   margin-top: 0px;
}
.custom-header-top .page-center {
  height: 0;
  position: relative;
  will-change: height;
  transition: .4s height;
}
.top-bar-show .custom-header-top .page-center {
  height: 42px;
}
.top-bar .social {
  line-height: 1.4em;
  font-size: 15px;
}
.top-bar .social li {
  display: inline-block;
  font-size: inherit;
  float: left;
}
.top-bar a {
  font-size: 14px;
}
.top-bar .social a,
.top-bar .socialize a {
  display: inline-block;
  margin: 0 2px;
  padding: 0 10px;
}

.top-bar .social a {
  color: #939598;
  text-decoration: none;
}
.top-bar .social a:hover {
  color: #db063b;
}
.top-bar .social li:first-child a,
.top-bar .socialize li:first-child a {
  margin-left: 0;
  padding-left: 0;
}
.fa {
  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;
}

.signinuvgo {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #db063b !important;
  font-family: 'PT Sans',Arial,sans-serif;
  font-size: 16px !important;
  padding: 6px 12px;
  background-color: #fff;
  border: solid #db063b 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin-right: 11px;
}
.signinuvgo:hover {
  background: #fef7f9;
  text-decoration: none;
}
.contactcta {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff !important;
  font-family: 'PT Sans',Arial,sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  padding: 6px 24px;
  background-color: #db063b;
  border: solid #db063b 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.contactcta:hover {
  background: #e23862;
  border: solid #e23862 1px;
  text-decoration: none;
}
.top-bar-close {
  color: inherit;
  font: inherit;
  margin: 0;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: 0 0;
  border: none;
  bottom: 0;
  left: 50%;
  padding: 7px 20px;
  position: absolute;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: .4s transform;
  outline: 0 !important;
}
.top-bar-close:hover {
  color: #000;
  outline: none;
}
.top-bar-show .top-bar-close {
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.custom-header {}
.custom-header .page-center {}
.custom-header-top {}

.custom-header-bottom {
  border-bottom: 1px solid rgba(0,0,0,.05);
  height: 74px;
  max-height: 74px;
  position: relative;
  transition: .2s height;
  z-index: 9999;
  background-color: #fff;
}
.scroll .custom-header-bottom {
  border-bottom: 1px solid rgba(0,0,0,.05);
  left: 0;
  position: fixed;
  top: 0;
  width: 100% !important;
  height: 74px;
  max-height: 74px;
}
.custom-header-bottom .page-center {}

.custom-menu-search {
  width: auto !important;
  float: right !important;
  margin-left: 0 !important;
  text-align: right;
  padding: 20px 0;
}
.scroll .custom-menu-search {
  padding: 1px 0;
}
.site-search-toggle {
  float: right;
  margin-top: 27px;
  margin-left: 21px !important;
}
.navbar-toggle {
  font: inherit;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  line-height: inherit;
  font-family: inherit;
  background-image: none;
  float: right;
  margin: 0;
}



/*=========== Logo =============*/

.custom-header-logo {
  width: auto !important;
  height: 112px;
  padding: 15px 0;
}
.firefox .custom-header-logo {
  padding: 16px 0;
}
.scroll .custom-header-logo {
  height: 74px;
  padding: 5px 0;
}
.firfox.scroll .custom-header-logo {
  padding: 6px 0;
}
.custom-header-logo p {
  margin: 0;
}
.custom-header-logo a {}
.custom-header-logo a img {
  transition: .3s all;
  width: auto !important;
  max-width: 250px;
}
.scroll .custom-header-logo a img {
  max-width: 195px;
}



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

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


/*================ Banner Area ===============*/

.banner-wrapper {
  margin-top: -1px;
  padding: 38px 0 33px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  background: #58595b;
  color: #fff;
  padding-bottom: 41px;
}
.banner-wrapper .page-center {}
.banner-wrapper .custom-content-wrapper {}
.banner-wrapper .custom-content-wrapper h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  margin: 0;
  text-transform: none;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
.banner-wrapper .custom-content-wrapper h2 {}
.banner-wrapper .custom-content-wrapper p {}
.banner-wrapper .custom-content-wrapper .btn-container {}
.banner-wrapper .custom-content-wrapper .btn-container a {}
.banner-wrapper .custom-content-wrapper .btn-container a:hover {}

    

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

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

.custom-footer {
  font-size: 14px;
  margin-top: 6px;
  line-height: 1.9em;
  background: #222;
  color: #e6e7e8;
  -webkit-font-smoothing: antialiased;
}
.custom-footer .page-center {}

.page-center-footer-top {
  position: relative;
  padding-top: 69px;
  padding-bottom: 62px;
}
.page-center-footer-top > div {
  margin-left: -15px;
  margin-right: -15px;
}
.column_4 {
  width: 100% !important;
  float: none !important;
  margin-left: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}
.column_4 ul li a {
  color: #fff;
  text-decoration: none;
}
.column_4 ul li a:hover {
  color: #db063b;
}
.custom-product-services {}
.custom-about-us {}
.custom-blog-menu {}
.custom-footer-address-group {}
.custom-mobile-privacy-legal {
  display: none !important;
}
.custom-mobile-privacy-legal p {
  margin: 0;
}
.custom-mobile-privacy-legal p a {
  color: #fff;
  transition: color .2s;
  text-decoration: none;
}
.custom-mobile-privacy-legal p a:hover {
  color: #db063b;
}
.custom-footer-bottom {
  color: #c4c4c4;
  background: #111;
  border-top: 1px solid #2e2e2e;
}
.custom-footer-bottom .page-center {
  position: relative;
  padding-bottom: 31px;
  padding-top: 31px;
}
.custom-footer-bottom .page-center > div {
  margin-left: -15px;
  margin-right: -15px;
}
.custom-copyright {
  text-align: center;
}
.custom-copyright p {
  margin: 0;
  line-height: 1.7em;
}

/*========= Back to Top ==========*/

#back-to-top {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #000;
  bottom: 80px;
  color: #000;
  content: "";
  font-family: FontAwesome;
  font-size: 28px;
  height: 50px;
  position: fixed;
  right: 80px;
  text-align: center;
  transition: all 1s ease 0s;
  width: 50px;
  z-index: 1110;
}
#back-to-top:before {}
#back-to-top:after {}
#back-to-top:hover {
  color: #db063b;
  border-color: #db063b;
}

#back-to-top i {}
#back-to-top i:before {}
#back-to-top i:after {}

#back-to-top span {}
#back-to-top span:before {}
#back-to-top span:after {}

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


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

.custom-menu-primary {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: -10px;
}
.custom-menu-primary .hs-menu-wrapper {
  line-height: 1.3em;
  text-align: left;
  position: relative;
  font-size: 12px;
  color: #888;
  background: #fff;
}

/* Only 1st Level Menu */
.custom-menu-primary .hs-menu-wrapper > ul {
  line-height: 1.3em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {}
.custom-menu-primary .hs-menu-wrapper > ul > li.active {}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  position: relative;
  padding-right: 25px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  line-height: 1.3em;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  text-transform: none;
}
.blog .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #666;
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fas {
  font-weight: 900;
}
.fa {
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: FontAwesome;
}
.ubermenu-sub-indicator {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-weight: 400;
  width: auto;
}
.fa-angle-down:before {
  content: "\f107";
}
.ubermenu-sub-indicator-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  text-align: center;
  vertical-align: bottom;
  display: none;
  height: 100%;
}
.ubermenu-sub-indicator-close i {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -.4em;
  left: 0;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  background: #f9f9f9;
  color: #111;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


/* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
.custom-menu-primary .hs-menu-wrapper > ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


/* Only 2nd Level Menu */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  box-shadow: 0 0 20px rgba(0,0,0,.15);
  clip: rect(0,5000px,5000px,-5000px);
  -webkit-transition-property: margin-top,opacity,visibility !important;
  -ms-transition-property: margin-top,opacity,visibility !important;
  transition-property: margin-top,opacity,visibility !important;
  -webkit-transition-duration: .3s !important;
  -ms-transition-duration: .3s !important;
  transition-duration: .3s !important;
  -webkit-transition-timing-function: ease-in !important;
  -ms-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
  margin-top: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
  line-height: 1.3em;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 5px 19px;
  font-weight: 700;
  color: #444;
  font-size: 15px;
  border-bottom: 1px solid #e9e9e9;
  cursor: default;
  text-transform: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:not(:first-child) > a {
  padding-top: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


/* Adjust Submenu Positions */
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:last-child > ul {
  padding: 20px 0;
  padding-bottom: 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li:nth-child(2) > ul > li {
  width: 33.33%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


/* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
.custom-menu-primary .hs-menu-wrapper > ul ul ul {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #999;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li {
  display: block;
  float: left;
  width: 50%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
  line-height: 1.3em;
  text-decoration: none;
  position: relative;
  color: #999;
  padding: 5px 19px;
  font-size: 15px;
  text-transform: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {
  color: #111;
}


/* 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 (min-width: 992px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .top-bar .social li:last-child a, 
    .top-bar .socialize li:last-child a {
        margin-right: 0;
        padding-right: 0;
    }
    .hide-min {
        display: none !important;
    }
    .fixed-min {
        position: fixed;
        width: 100% !important;
        left: 0;
        top: 0;
        right: 0;
        z-index: 9999;
    }


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

    .custom-menu-primary {
        width: auto !important;
        float: none !important;
        margin-left: 0 !important;
        display: inline-block !important;
    }
    .custom-menu-primary.custom-menu-primary-mobile,
    .custom-menu-primary.custom-menu-primary-mobile + .site-search-toggle {
        display: none !important;
    }

    /* Only 1st Level Menu */
    .custom-menu-primary .hs-menu-wrapper > ul {
        display: block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.active {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a .caret {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


    /* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
    .custom-menu-primary .hs-menu-wrapper > ul ul {}
    .custom-menu-primary .hs-menu-wrapper > ul ul:before {}
    .custom-menu-primary .hs-menu-wrapper > ul ul:after {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li:after {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


    /* Only 2nd Level Menu */
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


    /* Adjust Submenu Positions */
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


    /* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul {
        overflow: hidden;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}
  
  
    .custom-menu-primary .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 {
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: none !important;
    }

    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
        display: block !important;
    }

}


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

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

@media (max-width: 991px){


    .hide-min {
        display: block !important;
    }
    .hide-max {
        display: none !important;
    }
    .fixed-min {
        position: relative;
    }
    
  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger {
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .custom-header-lp .mobile-trigger {
    display: none !important;
   }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  


  /* Hide menu on mobile */
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
      display: block;
    }
    .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
      display: none;
    }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper {
    width: 100%; /* Full screen width */
  }

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

    .custom-menu-primary {
        width: 100% !important;
        margin-left: 0 !important;
    }

    /* Only 1st Level Menu */
    .custom-menu-primary .hs-menu-wrapper > ul {
        display: block;
        overflow-y: auto;
        max-height: 73vh;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        float: none !important;
        width: 100% !important;
        display: block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        display: block;
    }
  
    .menu-active .ubermenu-sub-indicator {
        display: none;
    }
    .menu-active .ubermenu-sub-indicator-close {
       display: block;
    }
    .ubermenu-sub-indicator-close i {
      font-weight: 500;
    } 

    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


    /* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
    .custom-menu-primary .hs-menu-wrapper > ul ul {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


    /* Only 2nd Level Menu */
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
        margin-top: 0 !IMPORTANT;
        box-shadow: none !IMPORTANT;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


    /* Adjust Submenu Positions */
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


    /* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul {
        display: block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li {
        display: block;
        float: none;
        width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}
}


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

/* ============== Comman Styles ===================== */

/* Blog Post and Listing Body Class */
.blog {
  font-size: 14px;
  font-family: PT Sans, sans-serif;
}

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

.blog .blog-content {
  width: 100% !important;
  float: none !important;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.blog .blog-sidebar {
  width: 100% !important;
  float: none !important;
  position: relative;
  margin-left: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-byline {}
.custom-byline > span {}
.custom-byline > span:first-child {}
.custom-byline a {}
.custom-byline a:hover {}
.custom-byline .meta-author {}
.custom-byline .meta-author a.author-link {}
.custom-byline .meta-author a.author-link:hover {}
.custom-byline .custom-date {}
.custom-byline .meta-category {}
.custom-byline .meta-category a.topic-link {}

/* =====================================
           Blog Listing 
===================================== */

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

.hs-blog-listing.blog .body-container {
  margin-top: 50px;
}

.module-title {
  position: relative;
  padding-bottom: 44px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.module-title .main-title {
  margin: 0;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  margin-top: 1px;
  position: relative;
  background-attachment: scroll;
  background-image: url(//cdn2.hubspot.net/hubfs/4452731/Universal_Weather_and_Aviation_January2019%20Theme/Images/divider.png);
  background-repeat: repeat-x;
  background-position: center center;
}
.module-title h2 {
  z-index: 10;
  margin: 0;
  font-size: 36px;
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 30px;
  line-height: 1;
  color: #212121;
  background-color: #fff;
  font-family: Vollkorn,sans-serif;
  font-weight: 700;
  font-style: normal;
}


/* Blog Columns Wrapper */
.blog.hs-blog-listing .content-wrapper {}
.blog.hs-blog-listing .content-wrapper > div {
  margin-left: -15px;
  margin-right: -15px;
}

.blog.hs-blog-listing .blog-content {}

.hs-blog-header {}
.hs-blog-header h1 {}


/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

/* Blog Post Title */
.blog-listing-wrapper .post-listing .post-item .post-header h2,
h2.post-listing-simple {}
.blog-listing-wrapper .post-listing .post-item .post-header h2 a,
h2.post-listing-simple a {}
.blog-listing-wrapper .post-listing .post-item .post-header h2 a:hover,
h2.post-listing-simple a:hover {}

.blog-listing-wrapper .post-listing .post-item .post-body h2,
h2.post-listing-simple {
  font-family: "Open Sans", sans-serif;
  color: #000;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-listing-wrapper .post-listing .post-item .post-body h2 a,
h2.post-listing-simple a {
  color: inherit;
  text-decoration: none;
}
.blog-listing-wrapper .post-listing .post-item .post-body h2 a:hover,
h2.post-listing-simple a:hover {
  color: #db063b;
}

/* Blog Author and Avatar / Byline */
.hs-blog-listing #hubspot-author_data {}
.hs-blog-listing #hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
.hs-blog-listing #hubspot-author_data a.author-link {}
.hs-blog-listing #hubspot-author_data .hs-author-label {} /* Which have 'Posted By' text */
.hs-blog-listing #hubspot-author_data .hs-author-avatar {}
.hs-blog-listing #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-wrapper {
  
}
.blog-listing-wrapper .post-listing .post-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 28px;
  border-top: 1px solid #eee;
  padding-top: 28px;
}
.blog-listing-wrapper .post-listing .post-item:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.blog-listing-wrapper .post-listing .post-item .post-header {
  position: relative;
  width: 40%;
  height: auto;
  margin-right: 4%;
  float: left;
  overflow: hidden;
}
.blog-listing-wrapper .post-listing .post-item.no-image .post-header {
  width: 0;
  height: auto;
  margin-right: 0;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  width: 55%;
  float: left;
  overflow: hidden;
  padding-bottom: 5px;
}
.blog-listing-wrapper .post-listing .post-item.no-image .post-body {
  width: 100%;
  float: none;
}
.blog-listing-wrapper .post-listing .post-item .post-body .post-content p {
  line-height: 1.62857;
}

.custom-byline-listing {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #888;
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 8px;
  white-space: nowrap;
}
.custom-byline-listing > span {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline;
  margin-right: 12px;
      
}
.custom-byline-listing > span:first-child {}
.custom-byline-listing a {
  color: #888;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.custom-byline-listing a:hover {
  color: #db063b;
}
.custom-byline-listing .meta-author {}
.custom-byline-listing .meta-author a.author-link {}
.custom-byline-listing .meta-author a.author-link:hover {}
.custom-byline-listing .custom-date {}
.custom-byline-listing .meta-category {}
.custom-byline-listing .meta-category a.topic-link {
  padding: 2px 8px;
  color: #fff !important;
  background-color: #db063b;
  border-radius: 2px;
}
.custom-byline-listing .meta-category a.topic-link:hover {
  background-color: #000;
}
.custom-byline-listing .meta-comments a:hover {}

/* Post Featured Image on Listings Page */
.hs-blog-listing .hs-featured-image-wrapper {
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity .8s ease-in-out,-webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out,transform .8s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link {
  display: block;
}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
  transition: all .3s ease-in-out 0s;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hs-blog-listing .post-item:hover .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image,
.related-box .content_out.small-post:hover .thumb img {
  -ms-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link:hover img.hs-featured-image {
  opacity: .8;
}
.bk-calendar-meta {
  display: inline-block;
  text-align: center;
  background-color: rgba(0,0,0,.15);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 6px 6px 4px;
  min-width: 56px;
  z-index: 9;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bk-calendar-meta .day {
  font-size: 20px;
}
.bk-calendar-meta .month {
  font-size: 13px;
  letter-spacing: .2em;
  padding-top: 8px;
  margin-top: 4px;
  border-top: 1px solid #fff;
}

/* Read More Link */
.more-link-wrapper {
  margin-top: 20px;
  position: relative;
  font-style: italic;
  text-transform: uppercase;
  font-size: 14px;
}
a.more-link {
  text-decoration: none;
  color: inherit;
  padding: 4px 12px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  font-style: italic;
  border-radius: 2px;
  background-color: transparent;
  border: 1px solid #888;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.more-link:hover {
  background-color: #db063b;
  color: #fff;
  border-color: #db063b;
}

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

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


/* Numbered Pagination */
.blog-pagination {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 44px;
  text-align: center;
}
.blog-pagination > div {
  display: inline-block;
}
.blog-pagination-left {}
.blog-pagination-right {}
.blog-pagination-center {}
.blog-pagination-center a {}
.blog-pagination a {
  line-height: 30px;
  border: 2px solid #d13030;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  color: #db063b;
  border-color: #db063b;
  width: 32px;
  height: 32px;
  text-decoration: none;
}
.blog-pagination a:hover,
.blog-pagination a:focus {}
.blog-pagination a.elipses {}
.blog-pagination a.active {
  background-color: #db063b;
  color: #fff;
  cursor: default;
}
.blog-pagination a.next-link {}
.blog-pagination a.prev-link {}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {}



/* =====================================
           Blog Post 
===================================== */

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

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

.blog.hs-blog-post .content-wrapper > div {
  margin-left: -15px;
  margin-right: -15px;
}

.blog.hs-blog-post .blog-content {}

.blog.hs-blog-post .blog-sidebar {
  margin-top: 50px;
}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {
  padding-top: 56px;
  text-align: justify;
  font-size: 15px;
  position: relative;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Blog Title */
.hs-blog-post .post-header h1 {
  font-family: "Open Sans", sans-serif;
  color: #222;
  font-weight: 500;
  margin: 0;
  padding: 0 0 20px;
  font-size: 34px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
}

/* Blog Author and Avatar / Byline */
.hs-blog-post #hubspot-author_data {}
.hs-blog-post #hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
.hs-blog-post #hubspot-author_data a.author-link {}
.hs-blog-post #hubspot-author_data .hs-author-label {} /* Which have 'Posted By' text */
.hs-blog-post #hubspot-author_data .hs-author-avatar {}
.hs-blog-post #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-post-wrapper .post-header {
  margin-bottom: 36px;
}
.blog-post-wrapper .post-body {}
.blog-post-wrapper .custom-post-footer {}

/* Featured Image on Post Page */
.hs-blog-post .hs-featured-image-wrapper {}
.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link {}
.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
}

.custom-byline-post {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-top: 8px;
  padding-bottom: 8px;
}
.custom-byline-post > span {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline;
  text-transform: uppercase;
  font-size: 11px;
  color: #888;
}
.custom-byline-post > span:after {
  content: "-";
  padding: 0 8px;
  color: #888;
}
.custom-byline-post > span:first-child {}
.custom-byline-post a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.custom-byline-post a:hover {
  text-decoration: underline;
  color: #db063b;
}
.custom-byline-post .meta-author {}
.custom-byline-post .meta-author a.author-link {}
.custom-byline-post .meta-author a.author-link:hover {}
.custom-byline-post .custom-date {}
.custom-byline-post .custom-date:after {
  display: none;
}
.custom-byline-post .meta-category a.topic-link {
  text-decoration: none;
  outline: 0;
  padding: 2px 8px;
  color: #fff !important;
  background-color: #d13030;
  border-radius: 2px;
  color: #db063b;
}
.custom-byline-post .meta-category a.topic-link:hover {
  background-color: #000;
  text-decoration: underline;
}
.custom-byline-post .meta-comments a:hover {}

.bk-share-box {
  margin-top: 24px;
}
.bk-share-box > span {
  margin-right: 30px;
  font-size: 15px;
  text-transform: uppercase;
}
.bk-share-box .share-box-wrap {
  padding-top: 0;
  margin-top: 0;
  display: inline-block;
}
.share-box-wrap .share-box {
  display: inline-block;
}
.bk-share-box .share-box .social-share {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.share-box ul li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  padding: 0;
}
.share-box ul li:before {
  display: none;
}
.bk-share-box .share-box ul li .share-item-icon {
  width: 56px;
  height: 28px;
  margin-right: 8px;
}
.share-box ul li.bk_facebook_share .share-item-icon {
  background-color: #3e578c;
}
.share-box ul li i {
  font-size: 16px;
  color: #fff;
  min-height: 0;
  line-height: 28px;
}
.share-box ul li.bk_twitter_share .share-item-icon {
  background-color: #00acee;
}
.share-box ul li.bk_gplus_share .share-item-icon {
  background-color: #dd4b39;
}
.share-box ul li.bk_pinterest_share .share-item-icon {
  background-color: #c92228;
}
.share-box ul li.bk_linkedin_share .share-item-icon {
  background-color: #0e76a8;
}

.bk-author-box {
  margin-top: 60px;
  padding: 36px 30px;
  border: 1px solid #ddd;
}
.bk-author-box .bk-author-avatar {
  float: left;
}
.bk-author-box .bk-author-avatar img {
  max-width: 75px;
  border-radius: 50%;
  vertical-align: middle;
} 
.bk-author-box .author-info {
  padding-left: 95px;
  position: relative;
}
.bk-author-box .author-info h3 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 8.5px;
  line-height: 1.35em;
  font-weight: 500;
  margin-top: 0;
  font-size: 20px;
  color: #000;
}
.bk-author-box .author-info h3 a {
  text-decoration: none;
  color: inherit;
}
.bk-author-box .author-info h3 a:hover {
  color: #db063b;
}
.bk-author-bio {
  line-height: 1.7em !important;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #222;
}

.related-box {
  border-top: 2px solid #000;
  margin-top: 64px;
  padding-top: 36px;
}
.related-box h3 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.35em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 32px;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
}
.related-posts.row {
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.related-box .content_out.small-post {
  margin-top: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  line-height: inherit;
}
.related-box .content_out.small-post:before {
  display: none;
}
.related-box .content_out.small-post:nth-child(n+3) {
  margin-top: 30px;
}
.related-box .content_out.small-post .thumb {
  float: left;
  margin-right: 16px;
  max-width: 150px;
  width: auto;
  margin-left: 0;
}
.related-box .content_out.small-post .post-c-wrap {
  
}
.related-box .content_out.small-post .post-c-wrap .post-category {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  color: #db063b;
  text-align: left;
}
.related-box .content_out.small-post .post-c-wrap .post-category a,
.recommend-box .content_out.small-post .post-c-wrap .post-category a {
  text-decoration: none;
  color: inherit;
  border-radius: 2px;
  padding: 2px 8px;
  color: #fff !important;
  background-color: #db063b;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  white-space: nowrap;
}
.related-box .content_out.small-post .post-c-wrap .post-category a:hover,
.recommend-box .content_out.small-post .post-c-wrap .post-category a:hover {
  background-color: #000;
}
.related-box .content_out.small-post .post-c-wrap h4 {
  margin: 8px 0;
  text-align: left;
}


.footer_photostream_wrapper {
  margin-top: 80px;
  position: relative;
}
.footer_photostream_wrapper h3 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 8.5px;
  color: #222;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  line-height: 12px;
  top: 0;
  left: 0;
  margin-top: -6px;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.footer_photostream_wrapper h3 span {
  padding: 10px 15px;
  color: #fff;
  background-color: #000;
}
.footer_photostream {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}


.recommend-box {
  position: fixed;
  bottom: 0;
  right: -361px;
  width: 330px;
  padding-bottom: 30px;
  background-color: #fff;
  z-index: 9999;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
.recommend-box-on {
  transform: translate(-360px,0);
  -webkit-transform: translate(-360px,0);
  -o-transform: translate(-360px,0);
  -moz-transform: translate(-360px,0);
}
.recommend-box-off {
  transform: translate(360px,0);
  -webkit-transform: translate(360px,0);
  -o-transform: translate(360px,0);
  -moz-transform: translate(360px,0);
}
.recommend-box .close {
  text-decoration: none !important;
  color: inherit;
  outline: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #d13030;
  text-align: center;
  color: #db063b;
}
.recommend-box .close i {
  font-size: 16px;
  line-height: 40px;
}
.recommend-box h3 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.35em;
  font-weight: 500;
  padding: 10px 0;
  min-height: 40px;
  margin: 0 0 20px;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.recommend-box .entries {
  padding: 0 30px;
  color: #444;
  overflow-y: auto;
  max-height: 70vh;
}
.recommend-box .entries .list-small-post {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: inherit;
}
.recommend-box .entries .list-small-post .content_out.small-post {
  margin-top: 24px;
  position: relative;
  padding-top: 0;
  padding-left: 0;
  line-height: inherit;
}
.recommend-box .entries .list-small-post .content_out.small-post:before {
  display: none;
}
.recommend-box .entries .list-small-post .content_out.small-post:first-child {
  margin-top: 0;
}
.recommend-box .entries .list-small-post .content_out.small-post:first-child:before {
  display: none;
}
.recommend-box .entries .list-small-post .content_out.small-post .thumb {
  float: left;
  margin-right: 16px;
  max-width: 150px;
  margin-left: 0;
}
.recommend-box .content_out.small-post .post-c-wrap .post-category a {
  margin-top: 5px;
  display: inline-block;
  height: 18px;
  padding: 0 8px;
  line-height: 18px;
  font-size: 11px;
}
.recommend-box .content_out.small-post .post-c-wrap h4 {
  font-weight: 500;
  margin: 8px 0;
}










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

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

/* Post Pagination */
.post-pagination {}

/* Comment Section */
.comment-date {
    display: block !important;
}

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

.blog .blog-sidebar {}
.custom-sidebar-inner {
  padding: 28px 15px 15px !important;
  border: 1px solid #ccc !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 0px !important;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-top: 56px;
  padding-top: 22px;
  border-top: 6px solid #000;
}
.custom-sidebar-inner > div:first-of-type .widget-span {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
  background: #db063b;
  color: #fff;
  padding: 20px;
  text-align: center;
  padding-bottom: 12px;
}
.blog .blog-sidebar .bk-header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
}
.blog .blog-sidebar .bk-header h3 {
  font-family: Vollkorn, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  color: #000;
  margin: 0;
  z-index: 10;
  position: relative;
  background: #fff;
  padding: 0 12px;
  line-height: 1;
}

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

.custom-subscription-form {}
.custom-subscription-form .hs_cos_wrapper_type_form {
  display: inline;
  max-width: none;
  background: transparent;
  padding: 0;
}
.custom-subscription-form .bk-header {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  margin-top: 0 !important;
  border-bottom: none !important;
}
.custom-subscription-form .bk-header h3 {
  font-family: Lato, sans-serif !important;
  font-size: 22px !important;
  line-height: 1 !important;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 1.3em !important;
  border-bottom: none;
  background: #db063b !important;
  color: #fff !important;
}
.custom-subscription-form h3 {}
.custom-subscription-form form {
  margin-bottom: 18px;
  font-family: helvetica;
  color: #33475b;
}
.custom-subscription-form .hs-richtext p {
  margin: 15px 0;
  opacity: .9;
  text-align: center;
  color: #fff;
  font-family: Lato,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.custom-subscription-form form .hs-form-field {}
.custom-subscription-form form .hs-form-field.hs_email {}
.custom-subscription-form form .hs-form-field.hs_submit {}
.custom-subscription-form form .hs-form-field > label {
  margin-top: 15px;
  font-size: 13px;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  display: block;
  float: none;
  width: auto;
  color: #fff;
  font-family: Lato;
  font-weight: 400;
  opacity: .9;
}
.custom-subscription-form form .hs-form-field .input {
  text-align: left;
}
.custom-subscription-form form input[type="text"] {}
.custom-subscription-form form input[type="text"]:focus {}
.custom-subscription-form form input[type="email"] {
  font: inherit;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  display: inline-block;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  max-width: 500px;
  font-family: helvetica;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  text-indent: 10px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
}
.custom-subscription-form .hs-error-msgs label {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 20px;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
  opacity: .9;
  margin-top: 15px;
  text-align: left;
}
label.hs-form-booleancheckbox-display {
  display: block;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 20px;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
  opacity: .9;
  margin-top: 18px;
  text-align: left;
}
label.hs-form-booleancheckbox-display input {
  margin-left: 0;
  margin-right: 5px;
}
.custom-subscription-form form input[type="email"]:focus {}
.custom-subscription-form form .hs_submit {}
.custom-subscription-form form .hs_submit .actions {}
.custom-subscription-form form p.footer-text {
  line-height: 1.7em;
  margin: 0 0 0px;
  font-size: 12px;
  text-align: center;
  opacity: .9;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 18px;
}
.custom-subscription-form form input[type="submit"] {
  margin: 0;
  font: inherit;
  position: relative;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-shadow: 0 -1px 0 #3574e3;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  text-indent: 10px;
  border: none;
  border-radius: 0;
  font-family: Lato,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #282828;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
  margin-top: -6px;
}
.custom-subscription-form form input[type="submit"]:hover {}


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

.custom-google-search {}

.custom-google-search .hs-search-field {
  margin-bottom: 0;
  max-width: none;
  background-color: transparent;
  padding: 0;
}

.custom-google-search .hs-search-field .hs-search-field__bar {}

.custom-google-search .hs-search-field .hs-search-field__bar form {
  position: relative;
}

.custom-google-search .hs-search-field .hs-search-field__bar form .hs-search-field__input {
  font: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: 13px;
  color: #a6a6a6;
  background: #f9f9f9;
  padding: 12px 40px 10px 10px;
  width: 100%;
  transition: .2s border;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 0;
}
.search-icon {
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #fff;
  background-color: #db063b;
}
.search-icon i {
  font-size: 18px;
  color: #fff;
  line-height: 45px;
}

.custom-google-search .hs-search-field .hs-search-field__bar form .hs-search-field__input:focus {}

.custom-google-search .hs-search-field .hs-search-field__bar form .hs-search-field__input::-webkit-input-placeholder {
  color: #9b9b9b;
}

.custom-google-search .hs-search-field .hs-search-field__bar form .hs-search-field__input:-moz-placeholder {
  color: #9b9b9b;
}

.custom-google-search .hs-search-field .hs-search-field__bar form .hs-search-field__input::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

.custom-google-search .hs-search-field .hs-search-field__bar form .hs-search-field__input:-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
}


.custom-pop-tags ul {
  margin: 0;
}

.custom-pop-tags ul li {
  padding: 0;
  line-height: inherit;
  display: inline;
}
.custom-pop-tags ul li:before {
  display: none;
}

.custom-pop-tags ul li a {
  color: #3d3030;
  text-decoration: none;
  font-size: 15px;
}


.ul.list.post-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.content_out.small-post {
  border-top: 1px solid #eee;
  padding-top: 24px;
  margin-top: 24px;
  position: relative;
}
.content_out.small-post:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.content_out.small-post:before {
  display: table;
  content: "\f14a";
  font-family: FontAwesome;
  margin-right: 15px;
  position: relative;
  top: -1px;
}
.content_out.small-post .post-wrapper {
  position: relative;
}
.content_out.small-post .thumb {
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity .8s ease-in-out,-webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out,transform .8s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 150px;
  float: right;
  margin-left: 15px;
  margin-right: 0;
  width: 120px;
}
.content_out.small-post .thumb a {
  display: block;
}
.thumb img {
  height: auto;
  width: 100%;
  max-width: 100%;
  -webkit-transition: opacity .35s,-webkit-transform .35s;
  transition: opacity .35s,transform .35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.thumb:hover img {
  opacity: .8;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.content_out.small-post h4 {
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 8px 0;
  color: #000;
  padding-left: 0;
  overflow: hidden;
  line-height: 1.3;
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
}
.content_out.small-post h4 a {
  text-decoration: none;
  color: inherit;
}
.content_out.small-post h4 a:hover {
  color: #db063b;
}
.content_out.small-post .post-date {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
}
.content_out.small-post .post-date i {
  margin-right: 6px;
  font-size: 13px;
}

.custom-blog-authors table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.custom-blog-authors table td {
  width: 33%;
  text-align: center;
  padding: 0 0 10px 0;
}
.custom-blog-authors table td img {
  border-radius: 50%;
  border: solid 1px #555;
  margin-bottom: .3em;
  vertical-align: middle;
}
.custom-blog-authors table td a {
  text-decoration: none;
  color: inherit;
  font-size: 0.9em;
  line-height: 1.2em;
}
.custom-blog-authors table td a:hover {
  color: #db063b;
}
.custom-blog-authors table td a > div {
  text-align: center;
}


/* =============== 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 Title */
.form-title {
  font-size: 28px;
  line-height: 30px;
  font-family: helvetica;
  color: #33475b;
  font-weight: bold;
}
.form-title:before {}
.form-title:after {}

.hs_cos_wrapper_type_email_simple_subscription h1,
.hs_cos_wrapper_type_email_simple_subscription h3 {}

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

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

/* Labels and Legends */
label {}
.hs-form-field > label,
.section.post-footer label,
.widget-type-google_search label {
  display: block;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  font-family: helvetica;
  color: #33475b;
}

span.hs-form-required {
  color: #f00;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 10px;
  font-family: helvetica;
}
.hs-input.error {
  border-color: #b9554d;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

/* 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,
.section.post-footer .hs-error-msgs label {
  color: #f00;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  font-family: helvetica;
}
.submitted-message {}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

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

/* =============== Header/Footer Form =============== */

input.site-search-input {
  font: inherit;
  margin: 0;
  line-height: inherit;
  width: 100%;
  transition: .2s border;
  border-radius: 3px;
  border: none !important;
  color: #fff;
  font-size: 24px;
  padding: 20px;
  text-align: center;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  outline: none;
  background: url(//jet.universalweather.com/hubfs/Universal_Weather_and_Aviation_January2019%20Theme/Images/download%20%281%29.svg) 5px 9px / 61px 61px no-repeat;
  padding-left: 68px;
}
input.site-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .25);
}

input.site-search-input:-moz-placeholder {
  color: rgba(255, 255, 255, .25);
}

input.site-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, .25);
}

input.site-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, .25);
}


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

#comment-form {
  margin-top: 30px;
}
.section.post-footer {
  margin-top: 50px;
}
.section.post-footer .hs-richtext {
  margin-bottom: 25px;
}
.section.post-footer .hs-richtext h3 {}
.section.post-footer .hs-richtext p {}

/* Label */
.section.post-footer .hs-form-field > label {}
.section.post-footer label {}

/* Inputs */
.section.post-footer input[type="text"],
.section.post-footer input[type="email"],
.section.post-footer textarea {}

.section.post-footer input[type="text"]:focus,
.section.post-footer input[type="email"]:focus,
.section.post-footer textarea:focus {}

.section.post-footer input[type="text"] {}
.section.post-footer input[type="text"]:focus {}
.section.post-footer input[type="email"] {}
.section.post-footer input[type="email"]:focus {}
.section.post-footer input[type="submit"] {}
.section.post-footer input[type="submit"]:hover {}

.section.post-footer textarea {}
.section.post-footer textarea:focus {}

.section.post-footer 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"] {}


/* Make Form 50% on Desktop */

.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field {
  display: block;
  margin-bottom: 25px;
  max-width: 600px;
}


/* ==========================================================================
   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;
  margin: 15px 0;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  font-family: helvetica;
  background-image: none;
  background-color: #e31837;
  border-color: #e31837;
  color: #fff;
  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 Classes                                   
   ========================================================================== */

.auto {
    width: auto !important;
}
.f-left {
    float: left !important;
}
.f-right {
    float: right !important;
}
.t-left {
    text-align: left;
}
.t-right {
    text-align: right;
}
.full-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}
.fixed {
    position: fixed;
    width: 100% !important;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
}
.center-block {
    display: block;
    margin: 0 auto;
    float: none !important;
}
.hs-blog-listing .show-on-post {
  display: none !important;
}
.hs-blog-post .show-on-listing {
  display: none !important;
}

/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


div.post-listing-simple {
  padding-left: 15px;
  padding-right: 15px;
}


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

@media (min-width: 768px) {

    /*======= Page Center =======*/
    .container-fluid .row-fluid .page-center {
        max-width: 750px;
    }
    .related-box .content_out.small-post {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {

    /*======= Page Center =======*/
    .container-fluid .row-fluid .page-center {
        max-width: 970px;
    }
  
    /*============== Header ==============*/
    .top-bar {
        padding-bottom: 0;
        height: 60px;
    }

    .custom-header-top .page-center {
        height: 60px;
    }

    .top-bar .top-bar-left {
        float: left;
        display: table;
        height: 60px;
    }

    .top-bar .top-bar-right {
        float: right;
        display: table;
        height: 60px;
    }

    .top-bar .widget-container {
        display: table-cell;
        vertical-align: middle;
    }

    .top-bar .widget-container {
        border-left: 1px solid rgba(0, 0, 0, .05);
    }

    .top-bar .widget-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .top-bar .widget-container:last-child {
        border-right: 1px solid rgba(0, 0, 0, .05);
    }
    .top-bar-close {
        display: none;
    }
    .custom-header-bottom {
        height: 112px;
        max-height: 112px;
    }

    .scroll .custom-header-bottom {
        height: 74px;
        max-height: 74px;
    }
    .custom-menu-primary .hs-menu-wrapper {
        margin-top: 14px;
    }
    .blog .custom-menu-primary .hs-menu-wrapper {
        margin-top: 7px;
    }

    .site-search-toggle {
        margin-right: -10px;
        position: relative;
        transition: .2s color;
        display: inline-block;
        outline: none;
        color: #fff;
    }
    .blog .site-search-toggle {
        margin-top: 21px;
    }

    .site-search-toggle button {
        background: 0 0;
        border: none;
        padding: 0 10px;
        color: #222;
        cursor: pointer;
        outline: 0;
    }
  
    .site-search-toggle button:hover,
    .site-search-opened .site-search-toggle button {
        color: #db063b;
    } 

    .navbar-toggle {
        display: none;
    }
  
    
    /*============== Footer ==============*/
    .column_4 {
        width: 25% !important;
        float: left !important;
    }
    /*============== Blog Listing ==============*/
    .blog .blog-content {
        float: left !important;
        width: 66.66667% !important;

    }

    .blog .blog-sidebar {
        float: left !important;
        width: 33.33333% !important;
    }
    /*============== Blog Post  ==============*/
    .related-box .content_out.small-post {
        float: left;
        width: 50%;
    }
}

@media (min-width: 1200px) {

    /*======= Page Center =======*/
    .container-fluid .row-fluid .page-center {
        max-width: 1170px;
    }
    .blog .content-wrapper {
        max-width: 1140px !important;
    }
    .blog.hs-blog-listing .blog-content {
        max-width: none;
        width: 740px !important;
    }
} 

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

@media (max-width: 1139px) {
  
    .blog .content-wrapper {
        max-width: 1000px !important;
    }
}

@media (max-width: 1024px) {
    
    /*============== Header ==============*/
    /*============== Footer ==============*/
    /*============== Blog Listing ==============*/
    /*============== Blog Post  ==============*/
}
@media (max-width: 991px) {
    
    /*============== Header ==============*/
    .header-parent {
        min-height: 115px;
    }
    .header-parent.header-parent-lp {
        min-height: 74px;
    }
    .top-bar {
        text-align: center;
    }

    .custom-header-top .page-center {
        overflow: hidden;
    }

    .top-bar .top-bar-left {
        margin-top: 20px;
    }

    .top-bar .widget-container {
        display: inline-block;
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .custom-header-logo a img,
    .scroll .custom-header-logo a img {
        max-width: 195px;
    }
    .custom-menu-primary {
        background-color: #0f0f0f;
        color: #fff;
        display: none !important;
        left: 50%;
        overflow: auto;
        padding: 30px;
        position: absolute;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 100%;
        width: 100vw !important;
    }

    .mobile-open .custom-menu-primary {
        display: block !important;
    }

    .custom-menu-primary .hs-menu-wrapper {
        margin-top: 0px;
    }

    .site-search-toggle {
        position: absolute;
        right: 15px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: 40px;
        display: block;
        margin-top: 0;
    }

    .site-search-toggle button {
        border: none;
        border-radius: 4px;
        color: #fff;
        font-size: 16px;
        height: 30px;
        transition: .4s background-color;
        width: 30px;
        padding: 0 !important;
        background-color: #58595b;
        outline: 0;
        cursor: pointer;
    }
    .site-search-toggle button:hover {
        background-color: #db063b;
    } 
    .site-search-opened .site-search-toggle button {
        background-color: #db063b;
    }

    .navbar-toggle {
        position: absolute;
        right: 15px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border: none;
        border-radius: 4px;
        color: #fff;
        font-size: 16px;
        height: 30px;
        transition: .4s background-color;
        width: 30px;
        padding: 0 !important;
        background-color: #58595b;
        outline: none;
    }
    .mac .navbar-toggle i {
        position: relative;
        top: 1px;
    }

    .mobile-open .navbar-toggle,
    .navbar-toggle:hover {
        background-color: #db063b;
    }
    .custom-header-bottom .page-center {
        max-width: 100% !important;
    }
    .top-bar {
        padding-bottom: 39px;
    }
    .top-bar-show .custom-header-top .page-center {
        height: 94px;
    }
    li#anpssocial-3 {
        margin-left: 22px;
    }
    li#custom_html-3 {
        margin-top: -1px;
    }
    .custom-header-logo {
        padding: 5px 0;
    }
    .firefox .custom-header-logo {
        padding: 6px 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
        position: relative !IMPORTANT;
    }
    .custom-menu-primary-mobile .hs-menu-wrapper > ul > li:first-child > a > span,
    .custom-menu-primary-mobile .hs-menu-wrapper > ul > li:nth-child(2) > a > span {
        margin-right: .6em;
        display: inline-block;
        width: auto;
    }
    .custom-menu-primary-mobile .hs-menu-wrapper > ul > li:first-child > a > i,
    .custom-menu-primary-mobile .hs-menu-wrapper > ul > li:nth-child(2) > a > i {
        width: 1.3em;
        text-align: center;
        line-height: 1em;
        vertical-align: baseline;
        font-weight: 500;
    }
    .custom-menu-primary-mobile .hs-menu-wrapper > ul > li:first-child > a {
        background: #db063b;
        color: #fff;
    }
    .custom-menu-primary-mobile .hs-menu-wrapper > ul > li:nth-child(2) > a {
        background: #e6e7e8;
    }
    .fa-mobile-alt:before {
        content: "\f3cd";
    }
    /*============== Footer ==============*/
    .column_4 {
        width: 50% !important;
        float: left !important;
        margin-bottom: 30px;
    }
    /*============== Blog Listing ==============*/
    .blog .content-wrapper {
        max-width: 780px !important;
    }
    .blog .blog-sidebar {
        margin-top: 52px;
    }
    /*============== Blog Post  ==============*/
}


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

@media (max-width: 767px) {


    /* Make Form 100% on Mobile */
    .hs_cos_wrapper_type_password_prompt,
    .hs_cos_wrapper_type_email_simple_subscription,
    .hs_cos_wrapper_type_form,
    .hs_cos_wrapper_type_blog_subscribe,
    .widget-type-google_search,
    #comment-form,
    .section.post-footer,
    .hs-search-field {
        display: block;
        max-width: 100%;
        max-width: 100%;
    }

    .blog .blog-sidebar {
      margin-top: 50px;
    }
    
    /*============== Header ==============*/
  
    .firefox .custom-header-logo {
        padding: 6px 0;
        padding-bottom: 6px;
        float: left !important;
        padding-bottom: 5px;
        height: auto;
    }
    .firefox .custom-header-bottom {
        height: auto;
        max-height: none;
    }
    .site-search-toggle {
        float: none;
        margin-top: 0;
    }
    /*============== Footer ==============*/
    .column_4 {
        width: 100% !important;
        float: left !important;
        margin-bottom: 30px;
    }
    #back-to-top {
        display: none !important;
    }
    .custom-blog-menu,
    .custom-about-us,
    .custom-product-services {
        display: none !important;
    } 
    .custom-mobile-privacy-legal {
        padding-left: 15px;
        padding-right: 15px;
        display: block !important;
        margin-bottom: 35px;
    }
    .custom-footer-address-group {
        margin-bottom: 0 !important;
    }
    /*============== Blog Listing ==============*/
    .blog .content-wrapper {
        max-width: 100% !important;
    }
    .blog-listing-wrapper .post-listing .post-item .post-header {
        width: 100%;
        height: auto;
        margin-right: 0;
        float: none;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .blog-listing-wrapper .post-listing .post-item .post-body {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
  
    /*============== Blog Post  ==============*/
    .blog.hs-blog-post .content-wrapper > div {
        margin: 0;
    }

    .blog.hs-blog-post .blog-sidebar {
        margin-top: 32px;
    }

    .hs-blog-post .post-header h1 {
        font-size: 32px;
    }

    .share-box ul li {
        margin-top: 12px;
    }

    .bk-author-box .bk-author-avatar {
        float: none;
        text-align: center;
        margin-bottom: 8px;
    }

    .bk-author-box .author-info {
        padding-left: 0;
        position: relative;
        text-align: center;
    }

    .related-box .content_out.small-post {
        clear: both;
        margin-top: 40px;
    }

    .related-box .content_out.small-post:first-child {
        margin-top: 0;
    }


}

@media screen and (max-width: 768px) and ( min-width: 737px) {
    body .extendedwopts-hide.extendedwopts-tablet {
        display: none;
    }
    .top-bar-show .custom-header-top .page-center {
        height: 43px;
    }
}

@media (max-width: 736px) {

    .top-bar-show .custom-header-top .page-center {
        height: 43px;
    }
    body .extendedwopts-hide.extendedwopts-mobile {
        display: none;
    }
}

@media (max-width: 510px) {

    .blog.hs-blog-post .blog-content {
        padding-left: 0;
        padding-right: 0;
    }

    .blog.hs-blog-post .blog-sidebar {
        padding-left: 0;
        padding-right: 0;
    }

    .hs-blog-post .post-header h1 {
        font-size: 24px;
    }
}

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

@media (max-width: 479px) {

    .subscribe-options label {
      margin-left: 0 !important;
    }

    .hs_recaptcha.hs-recaptcha.field.hs-form-field > div {
      max-width: 300px;
      overflow-x: auto;
      overflow-y: hidden;
    }

    .checkbox-row span.fakelabel span {
      float: none !important;
    }

    .subscription-template.one-column .hs-button.primary,
    .subscription-template.one-column input[type="submit"], 
    .subscription-template.one-column input[type="button"] {
      font-size: 15px;
    }
}

@media (max-width: 400px) {
  
  
    input.site-search-input::-webkit-input-placeholder {
      font-size: 17px;
      text-align: left;
    }

    input.site-search-input:-moz-placeholder {
      font-size: 17px;
      text-align: left;
    }

    input.site-search-input::-moz-placeholder {
      font-size: 17px;
      text-align: left;
    }

    input.site-search-input:-ms-input-placeholder {
      font-size: 17px;
      text-align: left;
    }
  
}

@media (max-width: 331px) {
  
    .recommend-box {
      width: 100%;
    }
}