/* ==========================================================================
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('//maxcdn.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Lato%3A400%7COpen+Sans%3A700%7CCrete+Round%3A400%7CRaleway%3A600%7CSource+Sans+Pro%3A400&ver=1532489890');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@font-face {
  font-family: 'icomoon';
  src:url('//cdn2.hubspot.net/hubfs/4639135/ThetaRay_August2018/fonts/icomoon.eot');
  src:url('//cdn2.hubspot.net/hubfs/4639135/ThetaRay_August2018/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/4639135/ThetaRay_August2018/fonts/icomoon.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/4639135/ThetaRay_August2018/fonts/icomoon.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hubfs/4639135/ThetaRay_August2018/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "steadysets";
  src: url("//cdn2.hubspot.net/hubfs/4639135/ThetaRay_August2018/fonts/steadysets.eot");
  src: url("//cdn2.hubspot.net/hubfs/4639135/ThetaRay_August2018/fonts/steadysets.eot?#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4639135/ThetaRay_August2018/fonts/steadysets.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4639135/ThetaRay_August2018/fonts/steadysets.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/4639135/ThetaRay_August2018/fonts/steadysets.svg#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;	
  font-size: 20px;
  background: #ffffff;
  color: #999999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 25px;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #f6ed36;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #f6ed36;
  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-bottom: 20px;
  margin-top: 0;
  color: #59585b;
  font-family: "Crete Round";
  font-weight: 400;
  font-style: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1{
  line-height: 1;
  font-size: 50px;
}
h2,
.form-title {
  line-height: 40px;
  font-size: 40px;
}
h3 {
  line-height: 40px;
  font-size: 30px;
}
h4 {
  font-family: Lato;
  line-height: 30px;
  font-weight: 600;
  font-size: 20px;
}
h5 {
  line-height: 60px;
  font-size: 50px;
}
h6 {
  font-family: Lato;
  line-height: 20px;
  font-weight: normal;
  font-size: 20px;
}

/* Anchor Links */
a {
  cursor: pointer;
  outline: none;
  color: #999999;
  text-decoration: none;
}

a:hover, a:focus {
  outline: 0;
  color: #418fde;
}
/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

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

.cm-logo a {
  display: block;
  line-height: 65px;
}
.widget-span.custom-logo {
  width: auto;
  float: left;
  margin: 0;
  z-index: 999;
  position: relative;
}
.cm-logo img {
  max-height: 24.5px;
  vertical-align: middle;
}
.widget-span.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 999;
  -webkit-transition: all 0.5s ease, opacity 0.5s ease;
  -moz-transition: all 0.5s ease, opacity 0.5s ease;
  -ms-transition: all 0.5s ease, opacity 0.5s ease;
  -o-transition:all 0.5s ease, opacity 0.5s ease;
  transition: all 0.5s ease, opacity 0.5s ease;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.widget-span.custom-header-outer,
.header-container-wrapper .widget-span.widget-type-global_group{
  min-height: 0px;
}
.banner-area h1 {
  font-family: "Crete Round";
  line-height: 45px;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  color: #fff;
  letter-spacing: -1px;
  margin: 0;
  word-spacing: 3px;
}
.banner-area p {
  display: block;
  font-size: 22px;
  color: #f3f5f8;
  line-height: 34px;
  font-weight: 400;
  margin: 30px auto;
  margin-top: 8px;
}
.banner-area {
  padding: 155px 0px 155px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: rgba(0,0,0,.8);
}
#header-overlay-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform-style: flat;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.01;
}
#header-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.60;
  background: #ffffff;
}
.header-show .widget-span.custom-header {
  top: -100px;
}
.header-hide #header-overlay {
  opacity: .90;
}
.header-hide .cm-logo img {
  max-height: 22.75px;
}
.header-hide .custom-menu-primary .hs-menu-wrapper > ul > li {
  padding: 18px 0 17px;
}
.header-hide .cm-logo a {
  line-height: 61px;
}
.header-hide .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:after {
  top: 27px;
}

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

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

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


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

.footer-container-wrapper {background: #00053e;}
.footer-container {}

#scrollToTop {
  position: fixed;
  overflow: hidden;
  z-index: 3;
  height: 50px;
  width: 50px;
  bottom: 38px;
  right: 25px;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  color: #999999;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  -o-transition: -o-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
#scrollToTop-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#scrollToTop-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.3);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#scrollToTop i {
  position: relative;
  display: block;
  color: #fff;
  line-height: 50px;
}
#scrollToTop:hover i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
  49% {-webkit-transform: translateY(-100%);}
  50% {opacity: 0;-webkit-transform: translateY(100%);}
  51% {opacity: 1;}
}
@-moz-keyframes toTopFromBottom {
  49% {-moz-transform: translateY(-100%);}
  50% {opacity: 0;-moz-transform: translateY(100%);}
  51% {opacity: 1;}
}
@keyframes toTopFromBottom {
  49% {transform: translateY(-100%);}
  50% {opacity: 0;transform: translateY(100%);}
  51% {opacity: 1;}
}
#scrollToTop-overlay:hover {
  background: #f6ed36;
  color: #ffffff;
}
.custom-footer {
  background: #00053e;
}

.widget-span.custom-copyright {
  color: #999999;
  width: 40.5%;
  margin-right: 2%;
  position: relative;
  display: block;
  float: left;
}
.widget-span.custom-social-icons {
  width: 57.5%;
  margin: 0;
  position: relative;
  display: block;
  float: left;
}
.custom-copyright p {
  font-size: 13px;
  line-height: 22px;
  color: #EBEBEB;
  margin: 0;
}
.custom-copyright p a {
  color: #ebebeb;
}
.custom-footer .page-center {
  position: relative;
  height: 100%;
  width: 100%;
  /*padding: 50px 0;*/
  cursor: pointer;
}
#footer-social {
  text-align: right;
  color: #999999;  
}
#footer-social a {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 18px;
  margin-left: 4px;
  text-shadow: 0 0 1px rgba(255,255,255,0.25);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer-social a > i {
  color: #1d3d69;
}
#footer-social a:hover i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

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


/* =============== Custom Menu Primary =============== */
.widget-span.custom-menu-primary {
  float: right;
  margin: 0;
  width: auto;
  min-height: 0px;
}
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  line-height: 30px;
  float: none !important;
  color: #041e42;
  padding: 20px 0 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  height: 100%;
  line-height: 30px;
  display: block;
  padding: 0px 10px;
  color: inherit;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  padding: 0px 26px 0px 14px;
  letter-spacing: 0.5px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:after {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 29px;
  right: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 12px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
  border-color: #f6ed36;
  opacity: 1;
  transform: scale(1) translateZ(0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #418fde;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  display: block;
  overflow: hidden;
  top: 100%;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end !important;
  -o-transition: -o-transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end !important;
  transition: transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end !important;
  position: absolute;
  height: auto;
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
  background: #f5f6fa;
  color: #999999;
}
.custom-menu-primary .hs-menu-wrapper > ul li:hover > ul {
  overflow: visible;
  max-height: 3000px;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end !important;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end !important;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  position: relative;
  display: inline-block;
  width: 190px;
  height: auto;
  min-height: 40px;
} 
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: inherit;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 13px 16px;
  font-size: 13px;
  max-width: 158px;
  width: 158px;
  line-height: 14px;
  background: transparent;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li.hs-item-has-children > a:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 10px;
  top: 14px;
  position: absolute;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #418fde;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
  padding-left: 25px;
}

/* 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: 1097px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    opacity: 0;
    border-bottom: 3px solid;
    transform: scale(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
    -o-transition: -o-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
  .cm-mobile-logo {
    display: none;
  }
  li.dl-back {
    display: none !important;
  }
}


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

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

@media (max-width: 1096px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 18px;
    left: 10px;
    width: auto;
    height: auto;
    font-weight: normal;
    text-align: left;
  }
  .mobile-trigger * {
    fill: #fff;
    -webkit-transition: fill 0.3s ease-in-out;
    -moz-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
    -ms-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
  }

  .mobile-trigger * {
    fill: #041e42;
  }
  .header-hide .mobile-trigger {
    top: 18px;
  }
  .mobile-trigger:hover * {
    fill: #f6ed36;
  } 

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

  .child-trigger {
    display: inline-block !important;
    cursor: pointer;
    top: -1px;
    min-width: 55px !important;
    height: 38px !important;
    padding: 0 !important;
    vertical-align: middle;
    position: relative;
    width: auto;
  }
  .icon-to-right-arrow-thin:before {
    content: "\e006";
    display: table-cell;
    vertical-align: middle;
  }

  .child-trigger .fa {
    display: table;
    font-size: 14px;
    color: #666666;
    height: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: static;
  }
  /* ===== Mobile Menu Styles ===== */  


  /* Hide menu on mobile */

  .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;
  }
  .widget-span.custom-menu-primary {
    width: 100%;
    float: none;
  }

  .custom-menu-primary .hs-menu-wrapper {
    position: fixed;
    display: block;
    z-index: 1;
    width: 275px;
    top: 0;
    bottom: 0;
    left: -275px;
    transition: all .5s ease;
    background: #fff;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    left: 0;
  }
  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 30px 0;
    font-size: 14px;
    background: #F5F6FA;
    overflow-y: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li,
  .header-hide .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    padding: 0;
    min-height: 40px;
    line-height: 40px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;
    color: #666666 !important;
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 16px;
    margin: 0;
    padding: 12px 18% 12px 12%;
    text-align: left;
    font-family: Lato;
    letter-spacing: 0;
    word-wrap: initial;
    max-width: calc(100% - 58px) !important;
    min-width: calc(100% - 58px) !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a {
    padding: 12px 17% 12px 17%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
    -o-transition: -o-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 3px;
    opacity: 0;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -o-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    background: #dddddd;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before {
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
  }
}

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


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

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

/* Blog Post */
.hs-blog-post {}
.custom-post-banner {
  padding: 150px 0px 98px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: rgba(0,0,0,.5);
}
.post-banner-inner h1 {
  color: #fff;
  min-height: 22px;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: -1px;
  word-spacing: 3px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: 0;
}
.hs-blog-post #hubspot-author_data {
  margin: 20px 0 0 5px;
  font-size: 13px;
  min-height: 16px;
  line-height: 16px;
  display: inline-block;
  border-top: 1px solid;
  border-color: inherit;
  padding-top: 14px;
  color: #fff;
}
.hs-blog-post .hs-author-label {
  padding: 2px 8px;
  color: #fff;
}
.hs-blog-post .hs-author-label a {
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hs-blog-post .hs-author-label a:hover {
  color: #418fde;
}
.hs-post-date i {
  position: relative;
  padding: 0 5px 0 0;
  font-size: 16px;
}
.hs-post-date {
  padding: 2px 8px;
}
.post-banner-inner {
  width: 49.0%;
}
/* Blog Listing */
.hs-blog-listing {}

.blog .banner-area-inner {
  width: 49.0%;
}
.blog .banner-area {
  padding: 140px 0 70px;
}
.blog .body-container-wrapper {
  background: #f5f6fa;
  padding: 70px 0px;
}
.hs-blog-post.blog .body-container-wrapper {
  background: #fff;
  padding: 80px 15px 40px 15px;
}
.back-to-blog a {
  border: 2px solid #041e42;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
  border-radius: 2em;
  font-size: 14px;
  padding: 14px 20px;
  color: #041e42 !important;
  font-family: Arial;
}
.hs-blog-post.blog .blog-content a {
  color: #418fde;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hs-blog-post.blog .blog-content a:hover {
  color: rgb(0, 0, 0);
}

.hs-blog-post .blog-section {
  padding-bottom: 50px;
}
.back-to-blog a:hover {
  color: black;
  background: yellow;
  border: 2px solid yellow;
}
#to-crumbs {
  background: #F5F6FA;
}
.hs-blog-post .body-container {
  padding: 60px 0 50px;
  color: #999999;
}
#to-crumbs .page-center {
  padding: 26px 0 26px 20px !important;
  text-align: left;
  position: relative;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
}
.hs-blog-post.blog .blog-content {
  font-size: 16px;
  color: #999999;
  line-height: 25px;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
}
.section.post-footer .hs_error_rollup {
  padding: 10px 0 0;
}
.steadysets-icon-map-marker:before {
  content: "\e62c";
}
[class*=" steadysets-icon-"],
[class^=steadysets-icon-] {
  font-family: steadysets;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.steadysets-icon-map-marker {
  position: absolute;
  left: 0px;
  margin: 0 6px 0 0;
  padding-top: 2px;
}
#to-crumbs a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  color: #999999;
  transition: all 0.2s ease-in-out;
}
#to-crumbs a:hover {
  color: #418fde;
}

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


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

.blog .blog-content {
  width: 74.5%;
  position: relative;
  display: block;
  float: left;
  margin-right: 2%;
}

/* 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 {
  font-size: 20px;
  color: #59585b;
  text-transform: capitalize;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
  overflow: hidden;
  width: 90%;
  line-height: 28px;
  margin: 10px auto 6px auto;
  text-align: center;
  cursor: pointer;
  font-family: Raleway;
  font-weight: 600;
  font-style: normal;
  word-spacing: 1.5px;
}
.post-header h2 a {
  color: #418fde;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
.hs-blog-listing .date {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #666666;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  font-size: 16px;
  color: #666666;
  font-weight: 600;
}
.blog-listing-wrapper .post-listing .post-item .post-body p {
  margin: 0;
}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  width: 100%;
  padding: 14px;
}
.custom-post-inner > div {
  width: 50%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
#hubspot-topic_data {
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  display: block;
  top: 20px;
  -webkit-transform: translateZ(0);
}
.custom-post-inner {
  display: table;
  width: 100%;
}
.custom-right:after {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  top: 50%;
  left: -15px;
  margin-top: -16px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid white;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  height: 100%;
  overflow: hidden;
}
.hs-featured-image-wrapper .hs-featured-image-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block !important;
  float: none;
  margin: 0;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  transition-duration: 0.8s;
  object-fit: cover;
}
.custom-post-inner:hover img {
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.custom-left {
  overflow: hidden;
}
/* Read More Link */
a.more-link {
  display:block;
  margin:15px 0;
}
.custom-right {
  padding: 1.5% 0 40px 0;
  background: #fff;
}
.custom-right-inner {
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {
  position: relative;
  display: inline-block;
  margin: 0 2px 4px 0;
  background: #f6ed36;
  padding: 4px 10px;
  line-height: 16px;
  font-size: 13px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  color: #000000;
}
#hubspot-topic_data a.topic-link:hover {
  background: #2B2D2F;
  color: #ffffff;
}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}

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

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

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

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

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

/* Pagination */
.blog-pagination {
  text-align: center;
  padding: 80px 0 69px 184px;
}
.blog-pagination a {
  font-size: 16px;
  display: inline-block;
  border: 2px solid;
  height: 45px;
  line-height: 41px;
  padding: 0 28px;
  color: #999999;
  width: 185px;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  white-space: normal;
  font-weight: normal;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.blog-pagination a:hover{
  color: #f6ed36;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {
  padding-left: 20px;
  padding-right: 0;
  font-size: 14px;
  width: 23.5%;
  position: relative;
  display: block;
  float: left;
  margin: 0;
}
.blog-sidebar h3 {
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  font-family: Lato;
}
.blog-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-sidebar ul li {
  position: relative;
  padding: 0 0 6px 0;
  list-style: none;
}
.blog-sidebar ul li a {
  color: #59585b;
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blog-sidebar ul li a:hover {
  color: #418fde;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 30px;	
}

/* =============== 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;
  overflow: hidden;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

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

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

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

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


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


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

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

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

/* Labels and Legends */

.hs-input {
  font-size: 13px;
}
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
}
.form-title {
  color: #418fde;
}
.hs-form {
  margin-bottom: 30px;
}
.hs-form-required {
  color: #790000;
  margin-left: 4px;
}
/* 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 {
  -webkit-appearance: none;
  display: inline-block;
  width:100%;
  border: none;
  border-bottom: 1px solid #ddd;
  line-height: 22px;
  color: inherit;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-weight: normal;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  margin-bottom: 16px;
}

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

/* 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{
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  display: block;
  padding: 8px 5px;
  background-color: rgba(255,223,224,.25);
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  margin: 0 0 15px;
}
.hs-error-msgs {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs_error_rollup .hs-error-msgs label {
  margin: 0;
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  background: transparent;
}
.hs-input.invalid.error {
  border: 1px solid #790000;
}

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


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

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

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

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


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

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

/* Inputs */
#comment-form input[type="submit"] {
  margin-top: 15px;
}
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

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

#comment-form .hs-form:before {
  content: "Leave a Reply";
  display: block;
  margin: 0 0 25px;
  font-size: 30px;
}

/* =============== 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;
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 1em;
  width: auto;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  font-family: inherit;
  line-height: 28px;
  padding: 0 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid;
  color: #999999 !important;
  background: none;
  margin-top: 20px;
}

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

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
body:not(.blog) .body-container-wrapper a {
  color: #418fde;
  text-decoration: underline;
}
.error-template.one-column .widget-span.custom-header-outer, 
.password-template.one-column .widget-span.custom-header-outer, 
.subscription-template.one-column .widget-span.custom-header-outer,
.custom-search-page .widget-span.custom-header-outer{
  min-height: 70px !important;
}
.author-page .banner-area,
.topic-page .banner-area{
  display: none !important;
}
.author-page #header-overlay,
.topic-page #header-overlay {
  opacity: .9;
}

.custom-topic-author {
  background: #fff;
  padding: 139px 15px 50px;
}
.custom-topic-author h1 {
  font-size: 42px;
  line-height: 42px;
  letter-spacing: -1px;
  word-spacing: 3px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
body:not(.blog) .body-container-wrapper {
  color: #666;
  line-height: 30px;
}
body:not(.blog) .body-container-wrapper .container-fluid .row-fluid .page-center {
  padding: 50px 0;
}

.landing-page.one-column .body-container form, 
.error-template.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 50%;
}

.hs-search-field__bar {
  max-width: 600px;
  width: 100% !important;
}
.hs-search-field__bar form {
  width: 100% !important;
}

.section.post-footer .hs-form:before {
  content: "Leave a Reply";
  display: block;
  font-size: 24px;
  margin: 0 0 40px;
}
.section.post-footer input.hs-button.primary {
  margin-top: 15px;
}
.icon-to-x,
.icon-to-search,
.icon-to-right-arrow,
.icon-to-left-arrow,
.icon-to-right-line,
.icon-to-back,
.icon-to-left-arrow-thin,
.icon-to-right-arrow-thin,
.icon-to-down-arrow-thin,
.icon-to-down-arrow,
.icon-to-google-plus,
.icon-to-facebook,
.icon-to-twitter,
.icon-to-pinterest,
.icon-to-heart,
.icon-to-heart-2,
.icon-to-plus,
.icon-to-cart,
.icon-to-pencil,
.icon-be, 
.icon-vimeo  { 
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#back-to-top {
  display: none;
}
#back-to-top.active {
  display: block;
}
.lp-header .widget-span.custom-header {
  min-height: 71px;
}
.header-hide .lp-header .widget-span.custom-header {
  min-height: 66px;
}
.lp-footer.custom-footer .page-center {
  padding-bottom: 53px;
}
.back-to-blog {
  padding: 30px 0 0;
}
body:not(.blog) .banner-area-inner {
  max-width: 49%;
}

.banner-image-blog {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  bottom: 0;
  height: calc(100% + 15px);
}
.blog.hs-blog-listing .banner-area {
  position: relative;
  max-height: 361px;
  overflow: hidden;
}
.hs-blog-listing.blog .banner-area .page-center {
  position: relative;
  z-index: 9;
}



/* 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: 1380px) {
  .container-fluid .row-fluid .page-center {
    max-width: 980px;
  }
  .hs-blog-post .body-container {
    padding: 50px 0 50px;
  }
  .lp-footer.custom-footer .page-center {
    padding-bottom: 50px;
  }
}

@media (max-width: 1300px) {
  .container-fluid .row-fluid .page-center {
    max-width: 880px;
  }
}

@media (max-width: 1096px) {
  .widget-span.custom-logo {
    width: 100%;
    text-align: center;
    padding: 18px 0 21px !important;
  }
  .lp-header .widget-span.custom-logo {
    padding: 20px 0 22px;
  }
  .header-hide .widget-span.custom-logo {
    padding: 18px 0 20px;
  }
  .cm-logo a,
  .header-hide .cm-logo a{
    line-height: normal;
  }
  .header-hide .widget-span.custom-logo {
    padding: 18px 0 21px;
  }
  .cm-mobile-logo img {
    position: relative;
    display: block;
    max-width: 45%;
    margin: 35px auto;
  }
  .mobile-open #site-wrapper {
    left: 275px;
  }
  #site-wrapper {
    position: relative;
    left: 0;
    transition: all .5s ease;
  }
  html {
    overflow-x: hidden;
  }
  .mobile-open .widget-span.custom-header {
    left: 275px;
  }
  .widget-span.custom-header {
    z-index: 9999999;
  }
  .child-trigger {
    z-index: 99;
  }
  .custom-menu-primary .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0;
    box-shadow: none;
    background: #F5F6FA;
    transition: all 0.5s linear !important;
    display: block !important;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 30px 0;
  }
  .custom-menu-primary .hs-menu-wrapper  ul  li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0px, 0px);
    z-index: 999;
  }
  .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:0px;
  }
  #push-anim-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
    -moz-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
    -o-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
    -ms-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
    transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
  }
  .mobile-trigger {
    z-index: 9999;
  }
  .cm-logo a {
    display: inline-block;
  }
  .mobile-open #push-anim-overlay {
    opacity: 0.3;
    width: 100%;
    height: 100%;
    cursor: url(//cdn2.hubspot.net/hubfs/4639135/ThetaRay_August2018/image/close-cursor.png), progress;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    left: 275px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
    padding: 12px 17% 12px 17%;
    color: #666;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back > a:hover {
    padding: 1px 23% 12px 7%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    width: 100%;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back > a {
    position: relative;
    display: block;
    width: 70%;
    padding: 1px 18% 12px 12%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #59585b;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    min-height: 40px;
    line-height: 40px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back > a:before {
    content: "\e007";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    padding: 0 11px 0 0;
    position: relative;
    top: -2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    color: #666666;
    font-size: 14px;
    position: relative;
    display: inline-block !important;
    line-height: 16px;
    margin: 0;
    padding: 12px 18% 12px 12%;
    text-align: left;
    font-family: Lato;
    letter-spacing: 0;
    word-wrap: initial;
    max-width: calc(100% - 58px) !important;
    min-width: calc(100% - 58px) !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li.hs-item-has-children > a:after {
    content: none;
  }
  .widget-span.custom-header {
    position: fixed !important;
    top: 0 !important;
  }
  #header-overlay {
    opacity: 0.90;
  }
  .cm-logo img,
  .header-hide .cm-logo img {
    max-height: 22.750px !important;
    vertical-align: middle;
  }
}

@media (max-width: 1000px) {
  h1,
  h2,
  .form-title {
    font-size: 32px;
    line-height: 38px;
  }
  body:not(.blog) .banner-area-inner {
    max-width: 100%;
  }


  h5 {
    font-size: 18px;
  }
  .widget-span.custom-social-icons {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .widget-span.custom-copyright {
    width: 100%;
    margin: 0;
  }
  .blog .blog-sidebar {
    padding-left: 0;
  }
  .hs-blog-listing.blog .blog-sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer-social {
    text-align: left;
  }
  #footer-social a:first-child {
    margin-left: 0;
  }
  #footer-social {
    text-align: left;
    padding: 15px 0 0;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 600px;
  }
  .blog .banner-area-inner {
    width: 100%;
  }
  .banner-area h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .blog .blog-content,
  .blog .blog-sidebar{
    width: 100%;
    margin: 0;
  }
  .post-banner-inner {
    width: 100%;
  }
  .post-banner-inner h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .hs-blog-post #hubspot-author_data {
    margin: 21px 0 0px 5px;
  }
  .custom-post-banner {
    padding: 150px 0px 97px;
  }
  .blog.author-page .body-container-wrapper,
  .blog.topic-page .body-container-wrapper {
    padding: 60px 0px;
  }
  .custom-topic-author h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

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

@media (max-width: 767px) {
  .landing-page.one-column .body-container form, 
  .error-template.one-column .body-container form, 
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }
  .hs-search-field__bar {
    max-width: 100%;
  }

  .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
  }
  .subscribe-options label {
    margin: 0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .checkbox-row span.fakelabel span {
    width: calc(100% - 40px);
  }
  .subscribe-options label span {
    white-space: normal;
    padding-right: 30px;
  }
  .hs-author-profile .hs-author-bio,
  .hs-author-profile .hs-author-social-section,
  .hs-author-profile .hs-author-avatar,
  .hs-blog-listing .hs-author-profile{
    width: 100%;
    float: left;
  }
  .hs-author-profile .hs-author-avatar img {
    margin-bottom: 5px;
  }
  #recaptcha_area, #recaptcha_table {
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }	
}  

@media (max-width: 690px) {
  h1 {
    font-size: 36px;
    line-height: 36px;
  }
  h2,
  .form-title {
    font-size: 26px;
    line-height: 34px;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 420px;
  }
  #footer-social {
    padding: 25px 0 0;
  }
  .blog-pagination {
    text-align: center;
    padding: 80px 0 69px 0;
  }
  .custom-post-inner > div {
    width: 100%;
    display: block;
  }
  .custom-left {
    min-height: 282px;
  }
  .custom-post-inner {
    display: block;
  }
  .banner-area h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .blog .banner-area p {
    font-weight: 400;
    margin-top: 9px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 31px;
  }
  .custom-right:after {
    top: -16px;
    left: 50%;
    margin-top: 0;
    margin-left: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid white;
    border-top: none;
  }
  .blog .banner-area {
    padding: 140px 10px 70px;
  }
  .custom-footer {
    background: #041e42;
    padding: 0 14px;
  }
  .post-banner-inner h1 {
    font-size: 26px;
    line-height: 34px;
  }
  .hs-blog-post #hubspot-author_data {
    display: none;
  }
  .custom-post-banner {
    padding: 150px 15px 90px;
  }
  body:not(.blog) .banner-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-topic-author h1 {
    font-size: 26px;
    line-height: 34px;
  }
  .custom-topic-author {
    padding: 139px 15px 60px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .widget-span.custom-logo {
    padding: 20px 0 25px;
  }
  .header-hide .cm-logo img {
    max-height: 18.188px;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 300px;
  }
  .header-hide .widget-span.custom-logo {
    padding: 18px 0 22px;
  }
  body:not(.blog) .body-container-wrapper .container-fluid .row-fluid .page-center {
    padding: 50px 15px;
    max-width: 330px;
  }
  .cm-logo img, .header-hide .cm-logo img {
    max-height: 18.188px !important;
  }
  .blog-pagination {
    padding: 30px 0;
  }
  .cm-logo img, .header-hide .cm-logo img {
    min-height: 28%;
    max-height: 28% !important;
    position: absolute;
    display: block;
    max-width: none;
    width: auto;
    top: 0;
    bottom: 0;
    left: 11px;
    right: 0;
    margin: auto;
  }
  .widget-span.custom-logo {
    padding: 18px 0 22px !important;
  }
}
.footer-container-wrapper {background: #00053e;}
  .footer-container-wrapper .custom-footer {padding-block: 15px;}
  .footer-container-wrapper .custom-footer .section-wrap .row-fluid {display: flex;align-items: flex-start;justify-content: space-between;}
  .footer-container-wrapper .custom-footer .custom-copyright {width: 70%;padding-right: 26px;display: inline-block;}
  .footer-container-wrapper .custom-footer .custom-copyright p {font-size: 14px;line-height: 25px;color: #999999;font-family: Montserrat;font-weight: 400;}
  .footer-container-wrapper .custom-footer .custom-copyright p a {color: #999999;text-decoration: none;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;}
  .footer-container-wrapper .custom-footer .custom-copyright p a:hover {color: #5091cd;}
  .footer-container-wrapper .custom-footer .custom-social-icons {width: 30%;display: inline-block;}
  .footer-container-wrapper .custom-footer #footer-social {text-align: right;}
  .footer-container-wrapper .custom-footer #footer-social a {position: relative;display: inline-block;width: 24px;height: 24px;color: #ebebeb;margin-top: 4px;text-align: center;font-size: 18px;margin-left: 4px;text-shadow: 0 0 1px rgb(255 255 255 / 25%);-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  .footer-container-wrapper .custom-footer #footer-social a i {color: #1d3d69;}
  .footer-container-wrapper .custom-footer #footer-social a:hover i {-webkit-animation: toTopFromBottom 0.3s forwards;-moz-animation: toTopFromBottom 0.3s forwards;animation: toTopFromBottom 0.3s forwards;}

  @-webkit-keyframes toTopFromBottom {
    49% {-webkit-transform: translateY(-100%);}
    50% {opacity: 0;-webkit-transform: translateY(100%);}
    51% {opacity: 1;}
  }
  @-moz-keyframes toTopFromBottom {
    49% {-moz-transform: translateY(-100%);}
    50% {opacity: 0;-moz-transform: translateY(100%);}
    51% {opacity: 1;}
  }
  @keyframes toTopFromBottom {
    49% {transform: translateY(-100%);}
    50% {opacity: 0;transform: translateY(100%);}
    51% {opacity: 1;}
  }

  @media (max-width: 1200px) {
    .footer-container-wrapper .custom-footer .page-center {padding-inline: 6.6145%;}
  }
  @media (max-width: 991px) {
    .footer-container-wrapper .custom-footer .page-center {padding-inline: 15px;}
  }
  @media only screen and (max-width: 690px) {
    .footer-container-wrapper .custom-footer .custom-copyright {margin-bottom: 25px;}
  }
  @media (max-width: 480px) {
    .footer-container-wrapper .custom-footer .custom-copyright {width: 60%;}
    .footer-container-wrapper .custom-footer .custom-social-icons {width: 40%;}
  }



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

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

.legal-consent-container {
	font-size: 11px;
  line-height: 1;
}