/* ==========================================================================
   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 =============== */

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

@font-face {
    font-family: 'MarkOT';
    font-weight: normal;
    font-style: normal;
    src: url('//cdn2.hubspot.net/hubfs/3268711/Skycatch%20June%202017/Fonts/MarkOT.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/3268711/Skycatch%20June%202017/Fonts/MarkOT.woff') format('woff'), 
    url('//cdn2.hubspot.net/hubfs/3268711/Skycatch%20June%202017/Fonts/MarkOT.ttf') format('truetype');
}

@font-face {
    font-family: 'MarkOT-Thin';
    font-weight: normal;
    font-style: normal;
    src: url('//cdn2.hubspot.net/hubfs/3268711/Skycatch%20June%202017/Fonts/MarkOT-Thin.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/3268711/Skycatch%20June%202017/Fonts/MarkOT-Thin.woff') format('woff'), 
    url('//cdn2.hubspot.net/hubfs/3268711/Skycatch%20June%202017/Fonts/MarkOT-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'MarkOT-Medium';
    font-weight: normal;
    font-style: normal;
    src: url('//cdn2.hubspot.net/hubfs/3268711/Skycatch%20June%202017/Fonts/MarkOT-Medium.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/3268711/Skycatch%20June%202017/Fonts/MarkOT-Medium.woff') format('woff'), 
    url('//cdn2.hubspot.net/hubfs/3268711/Skycatch%20June%202017/Fonts/MarkOT-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'MarkOT-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('//cdn2.hubspot.net/hubfs/3268711/Skycatch%20June%202017/Fonts/MarkOT-Bold.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/3268711/Skycatch%20June%202017/Fonts/MarkOT-Bold.woff') format('woff'), 
    url('//cdn2.hubspot.net/hubfs/3268711/Skycatch%20June%202017/Fonts/MarkOT-Bold.ttf') format('truetype');
}

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

body {
    background: #fff;
    color: #323e48;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'MarkOT',Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    margin: 0 auto;
}
.body-container .page-center{
    width: 100%;
    max-width: 1200px;
}
.body-container {
    padding: 30px;
}
.header-container-wrapper{
    width: 100%;
    max-width: 100%;
}
.footer-container-wrapper .page-center{
    max-width: 1200px;
}
body.show-popup {
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    bottom: 0;
    right: 0; 
    width: 100% !important;
}
/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #323e48;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    font-family: 'MarkOT-Bold',Arial,sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 45px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size:  28px;
}
h4 {
    font-size:  19px;
}
h5 {
    font-size:  16x;
}
h6 {
    font-size:  14px;
}

/* Anchor Links */
a { 
    color: #323e48; 
    text-decoration: none;
}
a:hover, a:focus { 
    color: #15abe2;
    text-decoration: none;
}

/* Lists */

.slick-dots>li {
background: none !important;
}

.body-container ul {
    padding-left: 25px;
}
.body-container ul li{
    background: url(//cdn2.hubspot.net/hubfs/3268711/Skycatch%20June%202017/Image/checkmark.svg) no-repeat left 5px;
    list-style-type: none;
    background-size: 10px 11px;
    padding-left: 20px;
    font-size: 16px;
}
form ul li{
    list-style-type: none !important;
    background: none !important;
    padding-left: 0px !important;
}
.hs-blog-social-share ul li{
        list-style-type: none !important;
}
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}
.custom-header-wrapper {
    min-height: 70px !important;
}
.custom-header-logo img {
    max-width: 183px;
	margin-top: 19px;
    margin-bottom: 18px;
}
.custom-header-container {
    max-width: 100%;
    width: 100%;
    background: #fff;
    padding-left: 35px;
    padding-right: 35px;
}

@media screen and (max-width:768px) {

.custom-header-wrapper {
    min-height: 56px !important;
}

}

@media screen and (min-width:768px) {
  
.scroll-header .custom-header-container {
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    position: fixed;
    top: 0;
    z-index: 10000;
    max-width: 100%;
    width: 100%;
    border-bottom: 0;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-top: 11px;
}

/* .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(3) > a {
    margin-top: 20px;
} */

.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #9daab2;
    border-color: #15abe2;
}

}

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

.body-container-wrapper {}
.body-container {}

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

.body-container .main-content,
.body-container .sidebar{ 
  margin-bottom: 35px; 
}


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

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

.custom-bottom-footer {
    background-color: #3a4246;
    border-color: #e9eaee;
    border-top-width: 0;
    padding-top: 43px;
    padding-bottom: 29px;
    color: #fff;
    font-family: 'MarkOT',Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    padding-left: 30px;
    padding-right: 30px;
}
.custom-footer-copyright {
    font-size: 10px;
}
.custom-footer-copyright p {
    margin: 0;
}
.custom-footer-link-desktop {
    padding-bottom: 45px;
}
.custom-footer-link-desktop ul{
    padding: 0;
}
.custom-footer-link-desktop ul li {
    list-style: none;
    padding: 7px 0 5px 10px;
}
.custom-footer-link-desktop ul li a {
    color: #fff;
	font-size: 13px;
}
.custom-footer-getskycatch img {
    max-width: 120px;
    margin-top: 9px;
}
.custom-sign-up-wrapper {
    background-color: #f2f2f2;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    margin-top: 30px;
}
.custom-sign-up-form span.hs-form-required {
    display: none;
}
.custom-sign-up-form input {
    border: 1px solid #9daab2 !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    padding: 11px 12px 11px !important;
    max-width: 540px;
    font-family: 'MarkOT',Arial,sans-serif;
    color: #323e48 !important;
    display: inline-block !important;
    float: left;
}
.custom-sign-up-form h3 {
    font-family: 'MarkOT',Arial,sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 12px;
    text-align: center;
}
.custom-sign-up-form .hs-error-msgs label {
    clear: both;
    display: block;
    padding-top: 10px;
    color: #323e48;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'MarkOT',Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    position: absolute;
    top: 44px;
}
 
.custom-sign-up-form form {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}
.custom-sign-up-form .hs-button.primary.large {
    margin-top: 4px !important;
    margin-left: 23px;
    font-size: 13px !important;
    line-height: 15px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    color: #FFF !important;
    font-family: 'MarkOT-Medium' !important;
    display: inline-block;
    outline:0 none;
    background: rgba(22,171,227,1);
    background: -moz-linear-gradient(top,rgba(22,171,227,1) 0,rgba(0,132,193,1) 100%);
    background: -webkit-linear-gradient(top,rgba(22,171,227,1) 0,rgba(0,132,193,1) 100%);
    background: -o-linear-gradient(top,rgba(22,171,227,1) 0,rgba(0,132,193,1) 100%);
    background: -ms-linear-gradient(top,rgba(22,171,227,1) 0,rgba(0,132,193,1) 100%) t;
    background: linear-gradient(to bottom,rgba(22,171,227,1) 0,rgba(0,132,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16abe3',endColorstr='#0084c1',GradientType=0);
    border: 0;
    padding: 13px 29px !important;
}
.custom-sign-up-form .hs-button.primary.large:hover {
    background: rgba(22,171,227,1);
    background: -moz-linear-gradient(top,rgba(22,171,227,1) 0,rgba(3,99,147,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(22,171,227,1)),color-stop(100%,rgba(3,99,147,1)));
    background: -webkit-linear-gradient(top,rgba(22,171,227,1) 0,rgba(3,99,147,1) 100%);
    background: -o-linear-gradient(top,rgba(22,171,227,1) 0,rgba(3,99,147,1) 100%);
    background: -ms-linear-gradient(top,rgba(22,171,227,1) 0,rgba(3,99,147,1) 100%);
    background: linear-gradient(to bottom,rgba(22,171,227,1) 0,rgba(3,99,147,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gr;
}
.custom-sign-up-form .invalid {
    margin-bottom: 22px !important;
    margin-top: 1px;
}

.custom-contact-form-heading {
    background: #009ddb;
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: center;
    font-weight: normal;
    position: relative;
}
.custom-contact-form-heading img {
    position: absolute;
    right: 20px;
    z-index: 9999999999;
    top: 20px;
    cursor: pointer;
}
.custom-contact-form-heading h3 {
    font-family: 'MarkOT-bold',Arial,sans-serif;
    font-weight: normal;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0;
    padding-top: 20px;
    padding-bottom: 0;
    margin: 0;
    font-size: 16px;
}
.osx .custom-contact-form-heading h3 {
    font-family: 'MarkOT-bold',Arial,sans-serif;
    font-weight: bold;
}
.custom-contact-form-heading p {
    font-weight: normal;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 20px;
    margin: 0;
    font-size: 16px;
}
.custom-footer-contact-form {
    padding: 42px 30px 20px 30px;
}
.custom-footer-contact-form .actions {
    text-align: center;
}
.custom-bottom-footer a:hover {
    color: #009ddb;
}
.section-header{
    line-height: 1.4;
}
.custom-footer-getskycatch ul li:first-child> a {
    color: #009ddb;
}

/* ==========================================================================
popup                                          
========================================================================== */
.custom-contact-form-wrapper {
    background: #12344d;
    background: -moz-linear-gradient(left,rgba(18,52,77,0.5) 0,rgba(53,146,208,0.5) 100%) !important;
    background: -webkit-linear-gradient(left,rgba(18,52,77,0.5) 0,rgba(53,146,208,0.5) 100%) !important;
    background: linear-gradient(to right,rgba(18,52,77,0.5) 0,rgba(53,146,208,0.5) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12344d',endColorstr='#3592d0',GradientType=1) !important;
    align-items: center !important;
    bottom: 0;
    display: none !important;
    float: none !important;
    left: 0 !important;
    justify-content: center !important;
    margin: auto !important;
    position: fixed;
    right: 0 !important;
    top: 0;
    width: 100% !important;
    z-index: 9999;
}
.show-popup .custom-contact-form-wrapper { 
    display: flex !important;  
}
.custom-contact-form-container {
    min-width: 660px !important;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 3px;
    /*height: 95vh;*/
}

@media (max-width:1366px ) and (min-width:801px)  {
    .custom-contact-form-container { 
        height: 95vh;
    }
}
.custom-contact-form-container  textarea{
	min-height: 150px !important
}
.custom-contact-form-container  form.hs-form fieldset .hs-form-field {
    padding: 0 20px 20px 0;
}
.custom-footer-contact-form ul.hs-error-msgs.inputs-list li {
    padding: 0;
}
.custom-footer-contact-form input, .custom-footer-contact-form select, .custom-footer-contact-form textarea {
    margin-bottom: 0 !important;
}
.custom-footer-contact-form  span.hs-form-required {
    display: none;
}
.custom-footer-contact-form select{
    height: 30px;
}

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

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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 17px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    border-top: 3px solid transparent;
    color: #9daab2;
    font-family: 'MarkOT',Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    padding-top: 16px;
    line-height: 40px;
    -webkit-font-smoothing: subpixel-antialiased;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    border-color: #15abe2;
	color: #15abe2;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 8px 25px 7px 25px;
    border: 1px solid #15abe2;
    color: #15abe2;
    line-height: 1;
    margin-top: 25px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(3) > a:hover {
    border-color: #036393;
    color: #036393;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.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{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}


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

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

@media (max-width: 767px){

  /*============================================= 
Menu resert
============================================= */ 
.mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 16px;
    width: 21.9px;
    height: 16px;
    padding: 7px 10px 8px 10px;
    background: transparent;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    background-image: url(//cdn2.hubspot.net/hubfs/3268711/Skycatch%20June%202017/Image/mobilemenubg.svg?t=1497503336322);
    background-size: 100% 100%;
}
.mobile-trigger:hover {
    text-decoration: none;
}
.mobile-open .mobile-trigger {
}
.close-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 21px;
    height: 16px;
    width: 15px;
    padding: 0;
    background: transparent;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    background-image: url(//cdn2.hubspot.net/hubfs/3268711/Skycatch%20June%202017/Image/mob_menu_close.svg?t=1497509668178);
    background-size: 100% 100%;
}

  /* ===== 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 Nav is HIDDEN By Default */
.custom-menu-primary {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100vh !important;
    margin: 0 !important;
    overflow: hidden;
    overflow-y: auto;
    right: -1px;
    top: 0px;
    position: fixed;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    width: 221px !important;
    z-index: 1000;
    padding: 0;
    text-align: right;
    padding-right: 1px;
    background: rgba(59,66,71,0.9);
}
     

    /* All Main Containers Display FULL Width By Default */
    .header-container-wrapper,
    .body-container-wrapper,
    .footer-container-wrapper { 
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }
    .mobile-open .custom-menu-primary {
        -webkit-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1);
        -moz-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1);
        -ms-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1);
        -o-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1);
        transform:translate3d(00px, 0, 0) scale3d(1, 1, 1);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }
    
   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
    padding-top: 51px;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    padding-right: 0 !important;
  }
.custom-menu-primary .hs-menu-wrapper > ul li a {
    line-height: 20px;
    color: #fff;
    font-size: 15px !important;
    display: block;
    border-bottom: 1px solid #394046;
    padding: 9px 20px 8px;
    border-top: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    border-top: 1px solid #394046;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(3) > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    color: #fff;
    line-height: 1;
    margin-top: 0;
    padding: 11px 20px 11px;
    border-bottom: 1px solid #394046;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
}


  /* Level 1 and Higher Menu List Styles */
  
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

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

  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{

  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{

  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{

  }
}

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


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

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

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

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

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

.blog-search-form {
    text-align: right;
}

.blog-search-form .search-magnifier, .search-term-header .search-magnifier {
    background: url('https://cdn2.hubspot.net/hubfs/3268711/search-icon-magnifier.svg');
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-left: -35px;
    border: none;
    padding: 10px;
    box-shadow: none;
    cursor: pointer;
}

.blog-search-form input[type="text"], .search-term-header  input[type="text"] {
    border-radius: 15px;
    border: 1px solid #9daab2;
    height: 30px;
    padding: 10px 35px 10px 15px;
    display: inline-block;
    max-width: 175px;
    font-family: 'MarkOT', Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
}

@media (max-width: 768px) {
    
.blog-search-form {
    text-align: left;
}

}


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}
.blog .post-item .post-header h2 a  {  
    text-decoration:none;
}
.blog .post-item .post-header h2 a:hover  { 
    text-decoration:none;
}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}
/*.blog .post-item   { */
/*    border-bottom: 1px solid #cccccc;*/
/*    margin-bottom:20px;*/
/*    padding-bottom:20px;*/
/*}*/


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

/* Read More Link */
a.more-link {
    margin: 10px 0;
    display: inline-block;
}

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

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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date {
    color:  !important;
    display: block !important;
    font-size: 13px; 
    text-align: right;
}
.comment-from { font-weight: bold; }
.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ; 
    font-size: ; 
    line-height: ;
    padding: 0;
}

.custom_listing_comments {
    border: 1px solid #e2e2e2;
    display: block;
    line-height: 165%;
    padding: 15px;
}
#comments-listing.no-comments {
  border: none;
}

div#comment-form input.hs-button.primary {
   margin-top: 20px;
}
/* Pagination */
.blog-pagination {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}
.blog-pagination a {
    display: block;
    padding: 10px 0;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


/* Created by Scott Butler for More Business Online. AUG/2015 */
/* blog pagination */
.blog-pagination-adv {
    margin-top: 50px;
}
.blog-pagination-adv .previous-posts-link {
    float: left;
}
.blog-pagination-adv .previous-posts-link a, .blog-pagination-adv .previous-posts-link:hover a, .blog-pagination-adv .previous-posts-link:active a {
    display: initial;
    color: #2391C4;
    background: none;
}
.blog-pagination-adv ul {
    text-align: center;
    margin: 30px 0;
    padding-left: 0;
}
.blog-pagination-adv ul span.pg {
    margin: 0 20px;
}
.blog-pagination-adv ul li {
    display: inline-block;
    background-image: none;
    padding-left: 5px;
}
.blog-pagination-adv ul li.hide {
    visibility: hidden;
}
.blog-pagination-adv ul li a {
    text-decoration: none;
    line-height: 30px;
    color: #97A3A6;
    font-size: 15px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.blog-pagination-adv ul li:hover,
.blog-pagination-adv ul li.active {
}
.blog-pagination-adv ul li:hover a,
.blog-pagination-adv ul li.active a {
    color: #ffffff;
    background: #2391C4;
    border-radius: 15px;
    display: inline-block;
}
.blog-pagination-adv .next-posts-link {
    float: right;
}
.blog-pagination-adv .next-posts-link a, .blog-pagination-adv .next-posts-link:hover a, .blog-pagination-adv .next-posts-link:active a {
    display: initial;
    color: #2391C4;
    background: none;
}

@media (max-width: 768px) {

.blog-pagination-adv .previous-posts-link {
    float: none;
    display: block;
}

.blog-pagination-adv .next-posts-link {
    float: none;
    display: block;
}
    
}


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

.blog .blog-sidebar {}
.blog .blog-sidebar span.filter-link-count {
    display: none;
}
.blog .blog-sidebar ul {
    display:block;
    margin-bottom:15px; 
}


.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .hs_cos_wrapper_type_google_search form.hs-form label,
.blog .post-item .post-header h2,
.blog.hs-blog-post .section.post-header h1 { 
    color: #333;
    font-family: 'MarkOT-Bold',Arial,sans-serif;
    font-weight: 400;
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4;
    letter-spacing: 0;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin-bottom: 40px !important;
}


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


.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    background: none;
    list-style-type: none;
    padding: 0;
}

.blog p#hubspot-topic_data {
    margin: 20px 0;
    display: block;
}

/* =============== Blog Listing View (Mindbox) =============== */

.header-container .bx-wrapper {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
}

.featured-post-wrapper {
    width: 100vw !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 600px;
}

.featured-post-wrapper .featured-post-overlay {
    width: 100%;
    height: 100%;
    background: rgba(44,147,217,.5);
    background: -webkit-linear-gradient(rgba(44,147,217,.5), rgba(18,52,77,.5));
    background: -moz-linear-gradient(rgba(44,147,217,.5), rgba(18,52,77,.5));
    background: -o-linear-gradient(rgba(44,147,217,.5), rgba(18,52,77,.5));
    background: linear-gradient(rgba(44,147,217,.5), rgba(18,52,77,.5));
    min-height: 600px;
    display: flex;
}

.featured-post-wrapper .featured-post-overlay .featured-post-content {
    padding: 0 15px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    align-self: center;
}

.featured-post-wrapper h1.featured-post-title a {
    font-family: 'MarkOT-Bold';
    font-size: 60px;
    line-height: 1.2;
    color: #ffffff;
    text-transform: capitalize;
}

.featured-post-wrapper a.hs-button {
    text-transform: uppercase;
    margin-top: 40px;
}

@media (max-width: 768px) {

.featured-post-wrapper {
    min-height: 500px;
}    
.featured-post-wrapper .featured-post-overlay .featured-post-content {
    padding: 0 30px;
}
.featured-post-wrapper .featured-post-overlay {
    min-height: 500px;
}

.featured-post-wrapper h1.featured-post-title a {
    font-size: 35px;
}

}

.blog-listing-search {
    background: #f2f2f2;
    width: 100%;
    padding: 42px 40px 15px 40px;
}

.blog-listing-search ul {
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-direction: row;
}

.blog-listing-search ul li {
    list-style: none;
    padding: 0 12px;
}

.blog-listing-search ul li:first-child {
    padding-left: 0;
}

.blog-listing-search ul li a {
    list-style: none;
    font-family: 'MarkOT-Medium';
    font-size: 15px;
    font-weight: 400;
    color: #97A3A6;
    text-transform: capitalize;
}

.blog-listing-search ul li a:hover {
    text-decoration: underline;
}

.blog-listing-search ul li a span {
    display: none;
}

@media (max-width: 768px) {
    
.blog-listing-search {
    background: #f2f2f2;
    width: 100%;
    padding: 20px 30px 15px 30px;
}
    
.blog-listing-search ul {
    flex-direction: column;
    margin-bottom: 7px;
}

.blog-listing-search ul li {
    padding: 0;
}

}

.row-fluid [class*="span"]:first-child .blog-content {
    max-width: 780px;
    margin: 0 auto;
    float: none;
}

.post-list-article {
    padding-bottom: 60px;
}

.post-item:first-of-type .post-list-article {
    padding-top: 60px;
}

.post-list-article h1.post-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 28px;
}

.post-list-article .post-list-container {
    display: flex;
    flex-direction: row;
}

.post-list-article .post-list-container .post-featured-image {
    flex: 0 1 35%;
    margin-right: 28px;
    height: 175px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.post-list-article .post-list-container .post-list-meta {
    flex: 1 1 65%;
    font-family: 'MarkOT';
    font-size: 12px;
    font-weight: 400;
    color: #B6B8B5;
}

.post-list-article .post-list-container .post-list-meta .post-date {
    line-height: 1.3;
    padding-right: 3px;
}

.post-list-article .post-list-container .post-list-meta .post-author a {
    color: #2391C4;
    line-height: 1.3;
    padding: 0 3px;
}

.post-list-article .post-list-container .post-list-meta .post-topic {
    color: #2391C4;
    line-height: 1.3;
    padding: 0 3px;
    text-transform: capitalize;
}

.post-list-article .post-list-container .post-list-meta .post-summary {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: #373C3D;
    padding-top: 15px;
}

.post-list-article .post-list-container .post-list-meta .post-summary p, 
.post-list-article .post-list-container .post-list-meta .post-summary h2, 
.post-list-article .post-list-container .post-list-meta .post-summary h3, 
.post-list-article .post-list-container .post-list-meta .post-summary div {
    font-size: 20px;
}

.post-list-article .post-list-container .post-list-meta .post-summary p:first-of-type {
    margin-top: 0;
}

.post-list-article .post-list-container .post-list-meta .post-summary p:last-of-type {
    margin-bottom: 0;
}

.post-list-article .post-list-container .post-list-meta .post-summary a.continue {
    color: #2391C4;
}

.post-individual-article .post-individual-body .caption {
    text-align: center;
}

.post-individual-article .post-individual-body .caption img, .post-individual-article .post-individual-body img {
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 768px) {
    
.post-list-article {
    padding-bottom: 30px;
}

.post-item:first-of-type .post-list-article {
    padding-top: 0;
}

.post-list-article .post-list-container {
    flex-direction: column;
}

.post-list-article .post-list-container .post-featured-image {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.post-list-article .post-list-container .post-list-meta {
    flex: 0 0 100%;
}
    
}


/* =============== Blog Search Results (Mindbox) =============== */

.search-term-header {
    background: #f2f2f2;
    width: 100%;
    padding: 42px 40px 15px 40px;
}

.search-term-header h2 {
    font-family: 'MarkOT-Medium';
    margin-bottom: 0;
    font-weight: 500;
}

.search-term-header h2 span {
    color: #2391C4;
    text-transform: capitalize;
}

.search-results-wrapper {
    max-width: 780px;
    margin: 0 auto;
}

.search-results-article {
    padding-bottom: 60px;
}

.search-results-article:first-of-type {
    padding-top: 75px;
}

.search-results-article h1.post-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 28px;
}

.search-results-article .search-results-container {
    display: flex;
    flex-direction: row;
}

.search-results-article .search-results-container .post-featured-image {
    flex: 0 1 40%;
    margin-right: 28px;
    height: 175px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.search-results-article .search-results-container .search-results-meta {
    flex: 1 1 60%;
    font-family: 'MarkOT';
    font-size: 12px;
    font-weight: 400;
    color: #B6B8B5;
}

.search-results-article .search-results-container .search-results-meta .post-date {
    line-height: 1.3;
    padding-right: 3px;
}

.search-results-article .search-results-container .search-results-meta .post-author a {
    color: #2391C4;
    line-height: 1.3;
    padding: 0 3px;
}

.search-results-article .search-results-container .search-results-meta .post-topic {
    color: #2391C4;
    line-height: 1.3;
    padding: 0 3px;
    text-transform: capitalize;
}

.search-results-article .search-results-container .search-results-meta .post-summary {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: #373C3D;
    padding-top: 15px;
}

.search-results-article .search-results-container .search-results-meta .post-summary p, 
.search-results-article .search-results-container .search-results-meta .post-summary h2, 
.search-results-article .search-results-container .search-results-meta .post-summary h3, 
.search-results-article .search-results-container .search-results-meta .post-summary div {
    font-size: 20px;
}

.search-results-article .search-results-container .search-results-meta .post-summary p:first-of-type {
    margin-top: 0;
}

.search-results-article .search-results-container .search-results-meta .post-summary p:last-of-type {
    margin-bottom: 0;
}

.search-results-article .search-results-container .search-results-meta .post-summary a.continue {
    color: #2391C4;
}

@media (max-width: 768px) {
    
.search-results-article:first-of-type {
    padding-top: 30px;
}

.search-results-article .search-results-container {
    flex-direction: column;
}

.search-results-article .search-results-container .post-featured-image {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.search-results-article .search-results-container .search-results-meta {
    flex: 0 0 100%;
}
    
}

/* =============== Blog Individual Post (Mindbox) =============== */

.hs-blog-post .blog-listing-search {
    display: none;
}

.back-blog {
    color: #2391C4;
    font-size: 15px;
    font-size: 400;
}

.blog-vertical-sharing {
    position: fixed;
    top: 90px;
    max-width: 60px;
    right: 20px;
}

.blog-vertical-sharing ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.blog-vertical-sharing ul li {
    margin-bottom: 10px;
    background: none;
    padding: 0;
    list-style: none;
}

.blog-horizontal-sharing ul {
    display: flex;
    padding: 0;
    margin: 0 0 75px 0;
}

.blog-horizontal-sharing ul li {
    margin-right: 10px;
    background: none;
    padding: 0;
}

.blog-horizontal-sharing img, .blog-vertical-sharing img {
    width: 44px;
    height: 44px;
}

@media (max-width: 950px) {
    
.blog-vertical-sharing {
    display: none !important;
}
    
}

.post-individual-article {
    padding: 75px 0;
}

.post-individual-article h1.post-title {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 28px;
}

.post-individual-article .post-individual-meta {
    font-family: 'MarkOT';
    font-size: 12px;
    font-weight: 400;
    color: #B6B8B5;
    padding-bottom: 20px;
}

.post-individual-article .post-individual-meta .post-date {
    line-height: 1.3;
    padding-right: 3px;
}

.post-individual-article .post-individual-meta .post-author a {
    color: #2391C4;
    line-height: 1.3;
    padding: 0 3px;
}

.post-individual-article .post-individual-meta .post-topic {
    color: #2391C4;
    line-height: 1.3;
    padding: 0 3px;
    text-transform: capitalize;
}

.post-individual-article .post-individual-body {
}

.post-individual-article .post-individual-body a {
    color: #2391C4;
}

.post-individual-article .post-individual-body p {
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.post-individual-article .post-individual-body blockquote {
    font-size: 24px;
    margin: 30px;
    display: block;
}

.post-individual-article .post-individual-body .caption {
    font-size: 14px;
    color: #9daab2;
    display: block;
    padding-top: 15px;
    margin-bottom: 22px;
}

.post-individual-article .post-individual-body .caption img {
    display: block;
}

.post-individual-article .post-individual-body img {
    margin-bottom: 10px;
}

.post-individual-article .post-individual-body ul {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.post-individual-article .post-individual-body ul li {
    background: none;
    list-style-type: circle;
    padding-left: 0;
    font-size: 19px;
    margin-left: 20px;
    margin-bottom: 10px;
}
    

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


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

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

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

/* Labels and Legends */
label {
    color: #323e48;
    font-size: 13px;
    font-family: 'MarkOT-Medium',Arial,sans-serif;
    font-weight: normal;
}
.hs-form-field > label {}

/* 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 {
    font-size: 13px ;
    padding: 10px ;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    margin-top: 5px ;
    padding-left: 7px ;
    font-family: 'MarkOT',Arial,sans-serif;
    color: #3b4247 ;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

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

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

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

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

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

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

/* Error */
.hs-error-msgs label{
    color: #f00;
    font-size: 13px;
    font-weight: normal;
    font-family: 'MarkOT-Medium',Arial,sans-serif;
}

/* Placeholder Text */
::-webkit-input-placeholder {
        opacity: 0.7;
} /* Webkit Browsers */
:-moz-placeholder {
    opacity: 0.7;
} /* Firefox 18- */
::-moz-placeholder {
    opacity: 0.7;
} /* Firefox 19+ */
:-ms-input-placeholder {
    opacity: 0.7;
} /* 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; }
}

body .inputs-list {
   list-style: none;
   margin: 0;
   padding: 0
}

.one-column .body-container form {
  width: 50% !important;
}
#email-prefs-form .email-edit { 
   max-width: 100%  !important;
}

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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  
      padding: 13px 30px 13px ;
    text-align: center;
    font-size: 13px ;
    line-height: 15px ;
    -webkit-border-radius: 30px ;
    -moz-border-radius: 30px ;
    border-radius: 30px ;
    color: #FFF ;
    display: inline-block ;
    background: rgba(22,171,227,1) ;
    background: -moz-linear-gradient(top,rgba(22,171,227,1) 0,rgba(0,132,193,1) 100%) ;
    background: -webkit-linear-gradient(top,rgba(22,171,227,1) 0,rgba(0,132,193,1) 100%) ;
    background: -o-linear-gradient(top,rgba(22,171,227,1) 0,rgba(0,132,193,1) 100%) ;
    background: -ms-linear-gradient(top,rgba(22,171,227,1) 0,rgba(0,132,193,1) 100%) t;
    background: linear-gradient(to bottom,rgba(22,171,227,1) 0,rgba(0,132,193,1) 100%) ;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16abe3',endColorstr='#0084c1',GradientType=0) ;
    font-family: 'MarkOT' ,Arial,sans-serif;
    border: 0;
    margin-top: 15px;
  
}

.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 {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    padding: 13px 30px 13px;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #FFF;
    display: inline-block;
    background: rgba(22,171,227,1);
    background: -moz-linear-gradient(top,rgba(22,171,227,1) 0,rgba(0,132,193,1) 100%);
    background: -webkit-linear-gradient(top,rgba(22,171,227,1) 0,rgba(0,132,193,1) 100%);
    background: -o-linear-gradient(top,rgba(22,171,227,1) 0,rgba(0,132,193,1) 100%);
    background: -ms-linear-gradient(top,rgba(22,171,227,1) 0,rgba(0,132,193,1) 100%) t;
    background: linear-gradient(to bottom,rgba(22,171,227,1) 0,rgba(0,132,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16abe3',endColorstr='#0084c1',GradientType=0);
    font-family: 'MarkOT',Arial,sans-serif;
    border: 0;
    margin-top: 15px;
}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


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

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


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

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


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

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


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


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


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


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

@media (max-width: 1024px) {}


/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 970px) {
    .custom-menu-primary {
        z-index: 10001;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding-right: 12px;
    }
}  
@media (max-width: 950px) {
    .header-container-wrapper .page-center{
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 10px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        padding-right: 0px;
    }
    .custom-header-logo img {
        max-width: 163px;
    }
    .custom-footer-getskycatch img {
        max-width: 105px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(3) > a {
        padding: 6px 9.5px 6px 9.5px;
    }
    
    
}
@media (max-width: 831px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding-right: 5px;
    }
    
} 
@media (max-width: 800px){
    
    .custom-contact-form-container {
        background: #fff;
        float: none !important;
        margin: 0 auto !important;
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 3px;
        width: 81% !important;
        height: 600px;
        vertical-align: middle !important;
    }
    .custom-contact-form-container textarea {
        min-height: 85px !important;
    }
    .custom-contact-form-heading p {
        font-size: 12px;
        padding: 10px;
    }
    .custom-footer-contact-form {
        padding: 15px 25px 0 25px;
    }
        .custom-contact-form-heading h3 {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    
    .custom-header-container {
        background-color: #f6f6f6;
        padding: 16px 16px 12px;
    }
    .custom-header-logo img {
        max-width: 183px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .header-container-wrapper .page-center {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .custom-footer-copyright {
        text-align: center;
    }
    .custom-bottom-footer {
    	padding: 20px 0 19px;
    }
    .custom-footer-link-desktop {
        padding-bottom: 20px;
    }
    .custom-footer-link-desktop.visible-phone .widget-span {
        border-bottom: 1px solid #34373b;
        padding-bottom: 25px;
    }
    .custom-footer-link-desktop.visible-phone ul {
        margin: 0;
    }
    .custom-footer-getskycatch {
        border-top: 1px solid #34373b;
    }
    .custom-footer-logo img {
    max-width: 145px;
}
    .custom-footer-logo {
        padding: 30px 20px;
    }
    .custom-bottom-footer {
        padding: 0px 0 19px;
    }
    .custom-sign-up-form h3 {
        font-weight: 400;
        margin-top: 10px;
        font-family: 'MarkOT-bold',Arial,sans-serif;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
        color: #53595e;
        text-align: left;
    }
    .custom-sign-up-form input.hs-button.primary.large {
        position: static;
        top: 0;
        right: 23px;
        height: 46px;
        max-width: 45px !important;
        overflow: hidden;
        text-indent: 50px;
        background-image: url(//www.skycatch.com/wp-content/uploads/avada-styles/../2016/11/mobile-signup-btnbg.png);
        background-size: 80% !important;
        background-color: transparent;
        border: none !important;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0;
        margin: 0;
    }
    .custom-sign-up-form .hs-button.primary.large:hover {
        background: transparent;
        background: transparent;
        background: transparent;
        background: transparent;
        background: transparent;
        background: transparent;
        background: transparent;
        filter: progid:DXImageTransform.Microsoft.gr;
        background-image: url(//www.skycatch.com/wp-content/uploads/avada-styles/../2016/11/mobile-signup-btnbg.png);
        background-size: 80% !important;
        position: static;
        top: 0;
        right: 0;
        height: 46px;
        max-width: 45px !important;
        overflow: hidden;
        text-indent: 50px;
        background-color: transparent;
        border: none !important;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0;
        margin: 0;
    }
    .one-column .body-container form {
        width: 100% !important;
    }
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        border-width: 0;
        max-height: 100%;
        max-width: 100%;
        width: 100%;
        display:block !important;
        float: none;
        margin: 20px 0;
    }
    .blog .blog-sidebar {
        padding-top:50px;  
    }
    .show-popup .custom-footer-link-desktop.visible-phone .widget-span {
        border-bottom: none;
    }
    .custom-contact-form-container form.hs-form fieldset .hs-form-field {
        padding: 0 0px 5px 0;
        width: 100% !important;
    }
    .show-popup .custom-footer-link-desktop.visible-phone .widget-span {
        border-bottom: none;
        padding-bottom: 20px;
    }
    .custom-contact-form-container {
        min-width: 374px !important;
    }
    .custom-lp-header.custom-header-container {
        padding: 16px 16px 11px !important;
    }
    .custom-footer-link-desktop ul li a {
        font-size: 15px;
        padding: 0 10px;
    }
    .custom-sign-up-form input {
        max-width: 80%;
    	width: 100%
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(3) > a {
        padding: 11px 20px 11px 9.5px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(3) > a:hover {
        border-color: #394046;
        color: #036393;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 28px;
    }
     .custom-contact-form-heading p {
        padding: 0;
    }
    .custom-contact-form-heading img {
        right: 10px;
        top: 10px;
    }
    .custom-contact-form-container {
        height: 450px;
    }
}  




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

@media (max-width: 497px) {
    
    .custom-contact-form-container {
        min-width: 250px !important;
    }
    .custom-contact-form-heading {
        padding: 5px 15px 0;
    }
    .custom-contact-form-heading img {
        right: 5px;
        top: 5px;
    }

}

@media (max-width: 497px) {
    .custom-sign-up-form input {
        max-width: 75%;
        width: 100%;
    }
    .custom-contact-form-heading h3{
        padding-bottom: 10px;
    }
}


.hs-menu-depth-1:hover > ul.hs-menu-children-wrapper
.hs-menu-depth-1:hover > a{
  box-shadow:0px 0 4px 0px #d7d7d7;
}

.custom-menu-primary .hs-menu-wrapper>ul>li{
  padding-right:0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 12px;
  display: block;
  padding-top: 17px;
  position:relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a i.fa{
  position:relative;
  margin-left:6px;
  margin-right:5px;
  font-size:15px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(3){
  padding-left:15px;
  padding-right:15px;
}

li.hs-menu-depth-2 a{
  font-size: 12px !important;
  line-height: 21px !important;
  color: #8f8f8f !important;
  border: 0 !important;
  position: relative;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  padding-left:15px;
}

li.hs-menu-depth-3 a{
  padding-left:25px !important;
}

.custom-menu-primary .hs-menu-wrapper>ul li a::after, .hs-menu-wrapper .hs-item-has-children ul.hs-menu-children-wrapper li a::after{
  content: '';
  font-size: 0;
  line-height: 0;
  height: 1px;
  background: #dcdadb;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  z-index: 200;
  display:block;
}

.custom-menu-primary .hs-menu-wrapper>ul li a::after{
  display:none;
}

.custom-menu-primary .hs-menu-wrapper>ul li:hover a::after{
  display:block;
}

ul.hs-menu-children-wrapper{
  transition-duration:0s !important; 
}

.scroll-header .custom-menu-primary .hs-menu-wrapper>ul{
    border-top: 0px solid #15abe2;
    font-family: 'MarkOT';
    font-weight: 400;
}


.hs-menu-wrapper>ul>li.hs-item-has-children{
    overflow:hidden;
}

.hs-menu-wrapper>ul>li.hs-item-has-children:hover{
    min-width: 225px;
    text-align: left;
    overflow: visible;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    box-shadow:0px 0 4px 0px #d7d7d7;
}
    

.hs-menu-wrapper>ul>li.hs-item-has-children:hover>a{
    border-color:#15abe2 !important;
    box-shadow:0px 0 4px 0px #d7d7d7;
}

.hs-menu-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{
    width:100% !important;
}

.hs-menu-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper a{
    padding-left:25px;
}

.hs-menu-children-wrapper .hs-menu-children-wrapper{
    position:static !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow:none !important;
}