/* ==========================================================================
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'); */
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.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; }



@font-face {
  font-family: "Glyphicons Halflings";
  src: url("//cdn2.hubspot.net/hubfs/5268710/Chicagoland_March2019%20Theme/Fonts/Glyphicons/glyphicons-halflings-regular.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5268710/Chicagoland_March2019%20Theme/Fonts/Glyphicons/GLYPHICONSHalflings-Regular.woff")  format("woff"),
    url("//cdn2.hubspot.net/hubfs/5268710/Chicagoland_March2019%20Theme/Fonts/Glyphicons/glyphicons-halflings-regular.woff2")  format("woff2"),
    url("//cdn2.hubspot.net/hubfs/5268710/Chicagoland_March2019%20Theme/Fonts/Glyphicons/GLYPHICONSHalflings-Regular.ttf") format("truetype");
}

/* ==========================================================================
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: #333;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(88, 89, 91);
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3390ff;
  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: 10px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 32px;
  font-weight: 400;
}
h2 {
  color: rgb(88, 89, 91);
  font-size: 30px;
  line-height: 1.6;
  font-weight: 400;
}
h3 {
  color: rgb(88, 89, 91);
  font-size: 24px;
  font-weight: 400;
}
h4 {
  color: rgb(16, 57, 144);
  font-size: 17px;
  font-weight: bold;
}
h5 {
  color: rgb(16, 57, 144);
  font-size: 17px;
  font-weight: bold;
}
h6 {
  color: rgb(16, 57, 144);
  font-size: 12px;
  font-weight: bold;
}

/* Anchor Links */
a { 
  color: rgb(16, 57, 144);
  text-decoration: none;
  transition: .3s ease;
}
a:hover, a:focus { 
  color: #c0a239;
}

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


div#site-wrapper {
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}

div#site-wrapper:before {
  background: #14549A;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 990;
  content: '';
  display: block;
  visibility: hidden;
  opacity: 0;
}

.mobile-open div#site-wrapper {
  right: 250px;
}

.mobile-open div#site-wrapper:before {
  visibility: visible;
  opacity: 1;
}

a.navbar-toggle {
  position: absolute;
  top: 0;
  padding: 9px 10px;
  margin-top: 8px;
  right: 0;
  margin-right: 5px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 99999;
  margin-top: 0;
  color: #000000;
}
.mobile-open a.navbar-toggle {
  display: block !important;
}
a.navbar-toggle .glyphicon {}

.glyphicon-remove-circle:before {
  content: "\e088";
}

a.navbar-toggle:hover {
  color: #23527c;
}

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

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

.custom-header {
  padding: 20px 0 0 0;
  margin-bottom: 4px;
}

.custom-header .page-center > div {
  margin: 0 -15px;
}

.widget-span.custom-logo {
  //width: 25%;
  //padding: 0 15px 15px;
}

.widget-span.custom-header-right {
  width: 75%;
  margin: 0;
  padding: 0 15px;
}

.custom-logo a>img {
  max-width: 240px;
  position:relative;
  top:10px;
  left:15px;
  /*   width: 100% !important; */
}

@media(min-width:993px) {
  .custom-header-right-col {
    position: relative;
    right: 14px;
  }
}

.custom-logo a {
  position: relative;
  /*   top: -6px; */
}

.custom-header-brand-logo a {
  display: inline-block;
}

.custom-header-brand-logo {
  text-align: right;
}

.custom-header-brand-logo a > img {
  width: 200px;
}

.banner-area {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  position: relative;
  background-color: #c4c4c4;
  background-color: #151515;
}

.banner-area:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.2);
}

.banner-area .page-center {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.blog-banner-content {
  width: 83.33333333%;
  margin-left: 8.33333333%;
  /* padding: 0 15px; */
  margin-right: auto;
  position: relative;
  z-index: 99999;
  margin-bottom: 29px;
  padding-left: 2px;
}

body .blog-banner-content h1 {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 45px;
  margin: 0;
  text-shadow: 0px 2px 10px black;
  line-height: 1;
  text-align:left;
  /*   padding-left: 90px; */
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {


  .banner-area {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    display: flex;
    height: 450px;
    align-items: flex-end;
    background-position: center;
    position: relative;
    background-color: #c4c4c4;
    background-color: #151515;
  }

  .banner-area .page-center {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    position: relative;
    z-index: 1;
    justify-content: flex-end;
  }



}

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

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

.body-container {
  padding: 0px 0;
}

.blog .body-container {
  padding: 40px 0 0px 0;
}

body:not(.blog) .body-container-wrapper .page-center > div {
  width: 83.33333333%;
  margin-left: 8.33333333%;
}



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


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

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

.custom-footer {
  border-top: 10px solid #c0a239;
}

.widget-span.custom-footer-top {}
.widget-span.custom-footer-top .page-center {}
.widget-span.custom-footer-top .page-center .row-fluid {}
.widget-span.custom-footer-top .page-center .row-fluid .widget-span {
  // width: 50%;
  margin-left: 0;
}
.widget-span.custom-footer-top .page-center .row-fluid  .widget-span + .widget-span {
  padding-left: 15px;
}


.custom-footer-top {
  background: #0a193a;
  padding: 20px 0;
  position: relative
}

.custom-footer-top p {
  margin: 0;
  margin-bottom: 15px;
  color: white;
  opacity: .9;
}

.custom-footer-top p i {
  margin-right: 4px;
}

.custom-footer-logo p {
  margin-top: 20px;
  opacity: 1;
}

.footer-address p a {
  color: #c0a239;
  font-weight: 500;
}

/*======== footer middle========*/

.widget-span.custom-footer-copyright-wrapper {}
.widget-span.custom-footer-copyright-wrapper .page-center {}
.widget-span.custom-footer-copyright-wrapper .page-center .row-fluid {}
.widget-span.custom-footer-copyright-wrapper .page-center .row-fluid .widget-span {
  //width: 50%;
  margin-left: 0;
}
.widget-span.custom-footer-copyright-wrapper .page-center .row-fluid  .widget-span + .widget-span {
  padding-left: 15px;
}

.custom-footer-copyright-wrapper {
  background: #0a193a;
  padding: 18px 0;
  position: relative;
  //border-top: 2px solid #ffffff;
}



.custom-footer-copyright p {
  color: white;
  opacity: .9;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  margin: 0;
  margin-bottom: 2px;
  padding-top: 4px;
}

.custom-footer-menu .hs-menu-wrapper > ul {
  width: auto;
  display: inline-block;
  float: right;
  margin-bottom: 0 !important;
  margin-top: 1px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  font-size: 16px;
  line-height: 1.6;
  color: rgb(88, 89, 91);
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  padding: 0 15px !important;
  margin: 0 !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  color: white !important;
  opacity: .9 !important;
  line-height: inherit;
  float: left;

}

.custom-menu-primary .hs-menu-wrapper > ul ul li:last-of-type {
  margin-bottom: -1px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover,
.custom-footer-menu .hs-menu-wrapper > ul > li.active > a{
  color: #c0a239 !important;
  background: none;
}
.custom-footer-menu .hs-menu-wrapper {
  text-align: right;
}


/*========== footer bottom===========*/
.custom-footer-bottom {
  padding-top: 15px;
  position: relative;
}

.custom-footer-terms p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: rgb(88, 89, 91);
  margin-bottom: 15px;
}

.custom-footer-terms p a {
  font-weight: 500;
}

/* .mac ul.show > li > a {
display: block;
line-height: 35px;
padding-left: 8px;
} */

.mac ul.show > li {
  padding: 18px 10px;
  height: 35px;
  width: 100%;
  -webkit-appearance: menulist;
  line-height: 35px;
  padding-top: 9px;
}
.mac ul.show > li > a {
  display: inline-block;
  padding-left: 8px;
  line-height: inherit;
  padding-top: 7px;
}

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

@media screen and (min-width:768px) {
  /* =============== Custom Menu Primary =============== */
  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper {
    text-align: right;
    margin-right: -15px;
    margin-top: 4px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: inline-block;
    float: none;
    z-index: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    position: relative;
    display: block;
    line-height: 20px;
    padding: 15px 5px 2px 5px;
    margin: 0 10px 0 10px;
    font-size: 14px;
    color: rgb(65, 64, 66);
    border-bottom: 2px solid transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    border-bottom: 2px solid #c0a239;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    font-size: 14px;
    min-width: 160px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    margin: 0 -1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
    padding: 10px 15px;
    transition: .3s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    //background: #c0a239 !important;
    color: white;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: inline-block;
    float: none;
    z-index: 999;
    position: relative;
  }


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

  .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){
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    display: flex !important;
    align-items: center;
  }
}

@media (max-width: 767px){

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

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

  button.navbar-toggle.mobile-trigger {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 12px;
    margin-right: 5px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    outline: none;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    display: none!important;
    border: 0;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }


  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }

  .icon-bar {
    background: #ccc;
  }

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

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
    width: auto;
    min-width: auto;
    height: auto;
    padding: 16px !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }

  .child-trigger:after {
    content: "\f107";
    display: inline-block;
    color: rgba(47,116,186,1);
    font-family: FontAwesome;
    padding-left: 10px;
    font-size: 28px;
    line-height: 0px;
    vertical-align: sub;
    position: absolute;
    top: 50%;
    right: 0;
  }

}


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

.body-container {}

.blog .body-container .page-center.content-wrapper .row-fluid-wrapper  {
  margin: 0 -15px;
}

.body-container .widget-span.blog-content {
  width: 83.33333333%;
  margin-left: 8.33333333%;
  padding: 0 15px;
}



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

.post-item.clearfix {
  border-top: 2px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  border-color: #ffffff00;
}

.post-item:before {
  content: '';
  width: 100%;
  display: block;
  height: 2px;
  position: absolute;
  background: #ccc;
  top: -2px;
  left:0;
  right: auto;
  margin-left: auto;
  margin-right: auto;
}

.post-item-inner {
  margin: 0 -15px;
}

img.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}

.post-featured-image-wrapper {
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.post-item .post-body {
  width: 66.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.post-item .post-body h2 {
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  font-size: 16px;
  margin-bottom: 15px;
}

.post-featured-image-wrapper {
  margin-bottom: 15px;
}

.post-item .post-body h2 a {
  color: #333333;
}

.post-item .post-body p {
  font-size: 14px;
  margin: 0;
  margin-bottom: 15px;
}

a.more-link {
  font-weight: 500;
}

a.more-link:hover {
  /*   text-decoration: underline; */
}

/*========== blog topic and site search wrapper===========*/

.widget-span.custom-blog-topics-outer-wrapper {
  width: 83.33333333%;
  margin-left: 8.33333333% !important;
  padding: 0 15px;
}

.widget-span.custom-blog-topics-wrapper {
  margin-left: 33.33333333% !important;
  width: 66.66666667%;
  padding: 0 15px;
}

.widget-span.custom-blog-topics-wrapper > div > .row-fluid > .widget-span {
  width: 50%;
  margin-left: 0;
  padding: 0 5px;
}


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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

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

/* Blog Commments */

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}


.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 {
  text-align: left;
  display: block;
}

#comments-listing.no-comments {
  border: none;
}


.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 0 20px 0;
}



/* Pagination */  
.blog-pagination {
  padding: 0 15px;
  margin: 25px 0;
}
.blog-pagination a {
  display: table;
}
.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 {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 0px 0;
  margin: 0 0 20px 0;
}

.hs-author-image.span2 {
  padding-top: 50px;
}

.hs-author-bio.span10 {
  padding-top: 50px;
}

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

/*=========== post page===========*/

.hs-blog-post .span12.widget-span.widget-type-cell.custom-blog-topics-outer-wrapper {
  min-height: 0;
  display: none;
}

.body-container .widget-span.blog-content .row-fluid-wrapper {
  margin: auto !important;
}

.back-to-blog a {
  font-weight: 500;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.back-to-blog {
  margin-top: -2px;
}

.section.post-header h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  color: rgb(88, 89, 91);
  margin-bottom: 0;
  margin-top: 15px;
}

p.post-date {
  color: rgb(16, 57, 144);
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}

/*=====   social icons =====*/
.addtoany_share_save_container {
  margin-bottom: 50px;
}

.addtoany_header {
  color: rgb(16, 57, 144);
  font-weight: bold;
  margin: 15px 0 5px 0 !important;
}

.addtoany_list {
  display: inline;
  line-height: 36px;
}


.content a {
  color: rgb(16, 57, 144);
  font-weight: 500;
}


.addtoany_list a, .widget .addtoany_list a {
  border: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
  vertical-align: middle;
}

.a2a_svg {
  display: inline-block;
  opacity: 1;
  background-repeat: repeat;
  float: none;
  overflow: hidden;
}


.a2a_kit a {
  cursor: pointer;
}

.a2a_label {
  clip: rect(1px,1px,1px,1px);
  clip-path: polygon(0 0,0 0,0 0);
  -webkit-clip-path: polygon(0 0,0 0,0 0);
  overflow: hidden;
  height: 1px;
  width: 1px;
  border-radius: 4px;
  display: inline-block;
  opacity: 1;
  float: none;
}


.addtoany_list a:hover img, .addtoany_list a:hover span {
  opacity: .7;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */
/* .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child {
    display: none;
} */

.header-container-wrapper .row-fluid-wrapper li.hs-menu-item.hs-menu-depth-1:last-child {
    display: none;
}

/* =============== Global Form Styles =============== */
.body-container form {
  max-width: 700px;
}


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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-weight: 700;
  font-size: inherit;
  display: inline-block;
  line-height: 1.3;
}

/* 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: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  color: inherit;
  line-height: inherit;
  font-weight: 400;
  width: 100%;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  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 {}

/* 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 */
ul.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
  margin-bottom:0px;
}

.hs-error-msgs label {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  background-color: rgba(255,223,224,.25);
}


.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="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;
  background: rgba(192,162,57,1);
  color: white;
  padding: 11.5px 30px;
  transition: .3s ease;
  font-size: 1em;
  width: auto;
  margin: 10px 0;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: rgba(192,162,57,.7);
}

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


/* =============== 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                                      
========================================================================== */
.blog-title {
  padding: 0 15px;
}

.blog-title h3 {
  margin: 0;
  margin-bottom: 15px;
}

form {}

.custom-blog-topics-wrapper .hs-search-field__bar form {
  border: 1px solid black;
  border-radius: 0px;
  display: flex;
  vertical-align: middle;
  width: 100%;
  /* overflow: hidden; */
}

.custom-blog-topics-wrapper .hs-search-field__bar form input.hs-search-field__input {
  padding: 6px 12px;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  display: block;
  width: 100%;
  margin: 0;
  height: 35px;
  border: none !important;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.custom-blog-topics-wrapper .hs-search-field__bar form input.hs-search-field__input::-webkit-input-placeholder {
  font-family: inherit;
  color: #999;
  text-transform: lowercase;
}

.custom-blog-topics-wrapper .hs-search-field__bar form:focus-within {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.custom-blog-topics-wrapper .hs-search-field__bar form input.hs-search-field__input{
  outline: 0;
}



.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  display: table-cell;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  width: 100%;
  height: 35px;
  padding-top: 0 !important;
  overflow: hidden;
  max-width: 35px;
}

.input-group-btn button {
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  height: 35px;
  z-index: 2;
  /* margin-left: -1px; */
  position: relative;
  background: transparent;
}

button.btn.btn-default i {
  position: relative;
  top: -1px;
  left: -3px;
}


.input-group-btn button:hover {
  background: #ccc;
  color: #333;
  background-color: #e6e6e6;
}

.glyphicon-search:before {
  content: "\e003";
}

.custom-post-topics-nav h3 {
  display: none;
}
ul.l_tinynav1 {
  display: none;
}

.custom-post-topics-nav select#tinynav1, .custom-post-topics-nav select#tinynav3 {
  -webkit-border-radius: 0px !important;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) !important;
  -webkit-padding-end: 20px !important;
  -webkit-padding-start: 10px !important;
  -webkit-user-select: none;
  border: none !important;
  color: #555;
  background: transparent;
  margin: 0;
  overflow: hidden;
  padding: 5px 10px;
  height: 35px;
  width: 100%;
  border-radius: 0px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
span.label {
  display: none;
}

select#tinynav1 {
  /*   display: none; */
}

.custom-post-topics-nav  .custom-categories {
  border: 1px solid black;
  border-radius: 0px;
}

.custom-post-topics-nav ul.l_tinynav1 {
  /*   display: none; */
}

.custom-ready-to-talk-wrapper {
  text-align: center;
}

.widget-span.custom-post-topics-nav .row-fluid-wrapper.row-depth-2.row-number-1 {
  margin: 0;
}

.widget-span.custom-post-topics-nav .row-fluid-wrapper.row-depth-2.row-number-2 {
  margin: 0;
}

.custom-ready-to-talk-wrapper h3 {
  color: rgb(16, 57, 144);
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.6;
  margin: 0;
}

.custom-ready-to-talk-wrapper p {
  color: rgb(16, 57, 144);
  margin: 0;
  margin-bottom: 15px;
}

.custom-ready-to-talk-wrapper hr {
  height: 2px;
  border: none;
  background: #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}

.custom-ready-to-talk-wrapper p a {
  color: #c0a239 !important;
  font-weight: 500;
}

.custom-ready-to-talk-wrapper p a:hover {
  color: rgb(16, 57, 144) !important;
}


.custom-categories ul {
  padding: 0;
  margin: 0;
}

ul.show > li ,
.custom-categories ul > li > ul > li > a {
  list-style: none;
  position: relative;
  border: none !important;
  color: #555;
  background: transparent;
  margin: 0;
  /* overflow: hidden; */
  padding: 5px 10px;
  height: 35px;
  width: 100%;
}

.custom-categories ul > li > ul {
  position: absolute;
  width: 100.5%;
  Z-INDEX: 99;
  right: 0px;
  left: -1px;
  background: #fff !important;
  border: 1px solid black;
  top: 35px;
  border-top: 0 !important;
}

.custom-categories ul > li > ul {
  list-style-type:none; 
}

ul.show > li {
  padding: 5px 10px;
  height: 35px;
  width: 100%;
  -webkit-appearance: menulist;
  line-height: 35px;
  padding-top: 9px;
}

ul.hide {
  display: none;
}

.show.child-topic-opend ul.hide {
  display: block;
  background: #fff;
  border: 1px solid black;
  border-radius: 0px;
}

.custom-categories ul > li > ul > li {
  background: #FFF;
}

.custom-categories ul > li > a {
  color: #555;
}

.custom-categories ul > li > ul > li > a {
  display: block !important;
}

hr.image-bottom-gap {
  height: 2px;
  border: none;
  background: #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* 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: 1200px) {

  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }

  .custom-logo a {
    /*     top: -16px; */
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin: 0;
    padding: 15px 7px 2px 7px;
  }

  .banner-area {
    min-height: 350px;
  }

  /*====== footer ===========*/

  .custom-footer-menu .hs-menu-wrapper > ul > li {
    line-height: 20px;
  }

  .custom-footer-menu .hs-menu-wrapper > ul {
    margin-bottom: 4px !important;
    margin-top: 0px;
  }

}

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

@media (max-width: 450px) {
  body .widget-span.custom-logo {
    width: 100%;
    max-width: 200px;
    padding-left:0px;
  }
  /* 
  body .custom-logo a>img {
  max-width: 100%;
} */

  body .header-section .custom-header-brand-logo.mobile-view img {
    max-width: 100%;
    width: 114px !important;
  }

  .custom-logo a>img{
    max-width: 240px;
    padding-top: 19px;
    width: 100%;
  }



/*   body button.navbar-toggle.mobile-trigger {
    margin-top: 43px;
  } */
  
}

@media (min-width: 993px) {

  .widget-span.custom-logo.mobile-view {
    display: none;
  }

  .custom-header .page-center > div > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .custom-header .page-center > div > .row-fluid:after,
  .custom-header .page-center > div > .row-fluid:before {
    content: none;
  }
  .widget-span.custom-logo > div,
  .widget-span.custom-logo > div > span {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .widget-span.custom-logo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .widget-span.custom-header-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 992px) {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }

  body:not(.blog) .body-container-wrapper .page-center > div {
    width: 100%;
    margin-left: 0;
  }


  /*====== header ==========*/


  .custom-header {
    margin-bottom: 0;
  }
  .widget-span.custom-header-right {
    width: 100%;
  }

  .widget-span.custom-header-right .row-number-4 {
    width: 66.66666667%;
    float: left;
  }

  .widget-span.custom-header-right .row-number-5 {
    width: 33.33333333%;
    float: left;
  }

  .widget-span.custom-logo {
    //width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }

  .custom-logo a {
    top: 0;
  }

  .widget-span.custom-header-brand-logo {
    width: 100%;
  }

  .widget-span.custom-logo.dekstop-view {
    display: none;
  }

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

  .custom-menu-primary .hs-menu-wrapper {
    text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    margin-top: 9px;
  }

  .banner-area {
    min-height: 250px;
    margin-top: -1px;
  }
  .blog-banner-content {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .widget-span.custom-blog-topics-outer-wrapper {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .widget-span.custom-blog-topics-wrapper {
    width: 100%;
    margin-left: 0 !important;
  }

  .body-container .widget-span.blog-content {
    width: 100%;
    margin-left: 0;
  }

  /*=========== footewr ============*/
  .custom-footer-logo p {
    margin-bottom: 24px;
  }

  .widget-span.custom-footer-top .page-center .row-fluid .widget-span,
  .widget-span.custom-footer-copyright-wrapper .page-center .row-fluid .widget-span {
    width: 100%;
    padding-left: 0;
  }

  .widget-span.custom-footer-top .page-center .row-fluid .widget-span + .widget-span,
  .widget-span.custom-footer-copyright-wrapper .page-center .row-fluid .widget-span + .widget-span {
    padding-left: 0;
  }

  .custom-footer-copyright p {
    text-align: center;
  }

  .custom-footer-menu .hs-menu-wrapper {
    text-align: center;
    vertical-align: baseline;
  }

  .custom-footer-menu .hs-menu-wrapper > ul {
    margin-bottom: 4px !important;
    margin-top: 8px;
    display: inline-block;
    vertical-align: middle;
    float: none;
  }


}

@media (min-width: 768px) {
  .widget-span.custom-menu-primary.mobile-view {
    display: none;
  }

  .header-lp .widget-span.custom-logo {
    margin-top: 6px;
  }

}


@media (max-width: 767px) {

  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 {
    max-width:100% !important;
    width:100% !important;
  }

  .landing-page.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%;
  }


  /*.landing-page.one-column .body-container .widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form{
  width: 100%;
}*/
  .subscribe-options label{
    margin:0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  }    



  /*============= haeedr ==============*/
  .header-lp .widget-span.custom-logo {
    margin-bottom: 14px;
  }
  .banner-area {
    margin-top: 1px;
  }

  .blog-banner-content h1 {
    font-size: 26px;
  }

  .custom-header-brand-logo a > img {
    width: 200px;
    /* width: 100%; */
  }

  /*========= blog ===========*/

  .widget-span.custom-blog-topics-wrapper > div > .row-fluid > .widget-span {
    width: 100%;
    margin-bottom: 10px;
  }

  .post-featured-image-wrapper {
    float: none;
    width: 100%;
  }

  .post-item .post-body {
    width: 100%;
    float: none;
  }

  .hs-author-profile .hs-author-avatar {
    float: none;
    width: 100%;
  }

  .blog-pagination  {
    display: table;
    margin:0  auto;
  }

  .custom-categories ul > li > ul {
    position: absolute;
    width: 100.3%;
    left: -1px;
  }



  /*=========== footer ==========*/

  .custom-footer-menu .hs-menu-wrapper > ul {
    margin-bottom: 0px !important;
    margin-top: 8px;
    display: inline-block;
    vertical-align: middle;
    float: none;
  }

  /* ===== Mobile Menu Styles ===== */  
  .widget-span.custom-menu-primary.desktop-view {
    display: none;
  }

  .custom-menu-primary.js-enabled {
    position: fixed;
    padding-top: 0;
    margin: 0;
    z-index: 99999;
    right: 0;
    top: 0;
    right: -250px;
    height: 100vh;
    padding-top: 20px;
    background: #fff;
    overflow-y: auto;
    width: 250px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .mobile-open .custom-menu-primary.js-enabled {
    right: 0;
  }

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

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

  .custom-menu-primary .hs-menu-wrapper>ul {
    margin-top: 5px;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    padding: 8px 15px;
    font-size: 14px;
    color: #777;
    display: inline-block !important;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: rgba(47,116,186,1);
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #333;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a:hover{
    color: rgba(47,116,186,1);
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding: 5px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    clear: both;
    font-weight: 400;
    color: #777;
    padding: 5px 15px 5px 25px;
  }

}  

@media (max-width: 600px) {

  .section.post-body p > img {
    float: none !important;
  }

}

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

@media (max-width: 479px) {

  .subscribe-options label {
    font-size: 13px;
    margin-left: 0;
    margin-right: 16px;
  }


  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 300px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px;
  }


  /*===========================*/

  .widget-span.custom-header-brand-logo {
    width: 100%;
    margin-top: -6px;
    margin-top: 0px;
  }

  .widget-span.custom-header-right {
    padding: 0;
  }

  .widget-span.custom-logo {
    padding-left: 15px;
  }

  .widget-span.custom-header-right .row-number-5 {
    padding: 0 15px;
  }

  .header-lp .widget-span.custom-logo {
    margin-bottom: 8px;
  }

}

@media (max-width: 376px) {


  .widget-span.custom-header-brand-logo div {
    margin-top: -6px;
  }
}




/*=======================================================================
* New Header Styling
* ====================================================================*/

@media(min-width: 768px){

  .header-section{
    position: relative;
    z-index: 9;
  }

  .header-section .custom-header-brand-logo{
    //border-bottom: 1px solid #fff;
    padding-bottom: 7px;
  }

  .header-section .custom-header-brand-logo.desktop-view img{
    max-width: 140px;
  }  

  .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 14px;
    color: #414042;
    text-shadow: 0px 0px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 10px 5px 2px 0px;
    margin:0px 5px;
  }

  .header-section .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: #fff;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover{
    background: #c69e43; 
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    color: #333;
    //text-shadow: 0px 2px 10px #000;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a{
    color: #fff;
  }

  .custom-header-brand-logo.mobile-view{
    display: none;
  }

  .custom-header-brand-logo.desktop-view{
    display: block;
  }

}


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

  .header-section  .custom-logo.mobile-view {
    display: none;
  }

  .header-section  .custom-logo.dekstop-view {
    display: block;
  }

  .container-fluid .row-fluid .header-section  .page-center{
    max-width: 100%;
  }

  .header-section{
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 21px 5px 2px 5px;
  }

  .banner-area {
    min-height: 364px;
  }

}
@media(max-width:1024px) and (min-width:992px){
  .header-section .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 0px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 10px 22px 2px 0px;
  } 
}

@media(min-width:768px) and (max-width:992px){
  .header-section .custom-header-brand-logo.desktop-view img {
    max-width: 140px;
    position: absolute;
    right: 0px;
    top: 19px;
  }

  .custom-header-right-col{  
    width: 100%!important;  
  }
  .header-section .custom-menu-primary .hs-menu-wrapper>ul>li>a{ 
    padding-top:0px; 
  }

  .container-fluid .row-fluid .header-section .page-center{ 
    max-width:750px;
    position:relative; 
  }
  .header-section .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  body .row-fluid .custom-logo a>img {
    max-width: 190px;
  }

  body .row-fluid .custom-header {
    padding: 20px 0px 28px;
  }

  body .header-section .custom-header-brand-logo.mobile-view img {
    max-width: 100%;
    width: 95px !important;
  }
}


@media(max-width: 767px){

  body .row-fluid .hero-banner {
    position: relative;
    padding: 150px 0px;
  }

  .hero-banner .heading {
    position: absolute;
    bottom: 25px;
  }

  .header-section .custom-header-brand-logo.mobile-view{
    display: block;
    position: relative;
    /*     line-height: 0px; */
    padding-right: 15px;
  }

  .header-section .custom-header-brand-logo.mobile-view img{
    /*     display: none; */
    max-width: 140px;
  }

  .header-section .custom-header-brand-logo.desktop-view{
    display: none;
  }

  .widget-span.custom-logo{
    width: 240px;
    margin-bottom: 5px;
    padding-left: 15px;
    margin-top: -37px;
  }

  button.navbar-toggle.mobile-trigger {
    position: absolute;
    float: right;
    padding: 9px 10px;
    margin-top: 22px;
    margin-right: 20px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    outline: none;
    top: 0;
    right: 0;
  }

  .custom-logo a>img{
    padding-top: 0px;
    width: 300px !important;
    position:relative;
    
  }

  body .custom-header {
    padding: 10px 0px 9px;
  }

  input[name="closing_date"] {
    padding: 5px 8px;
    min-height:38px;
  }

  textarea[name="message"] {
    padding: 55px 8px;
  }
.custom-menu-primary .hs-menu-wrapper > ul li a {
    display: flex !important;
    align-items: center;
}
}


@media(max-width: 480px){

  .custom-logo a>img{
    max-width: 240px;
    width: 100%;
  }
}



/*===================Footer Css Syling Start Here===============*/


.custom-footer-top p span img {
  filter: invert(100%);
  width: 32px;
  max-width: unset;
  transform-origin: right center;
  transform: translateX(-50%);
}


.footer-top-lp ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 20px ;
}

.footer-top-lp ul li {
  color: #ffffff;
  padding-left: 55px;
  position: relative;
  padding-bottom: 15px;
  font-size: 14px;
  opacity: .98;
  max-width: 245px;
}
.footer-top-lp ul li a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}


.footer-top-lp ul li:first-child:before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background-image: url('https://cdn2.hubspot.net/hubfs/5268710/assets-19/placeholder.png');
  background-repeat:no-repeat;
  width: 32px;
  height: 32px;
  max-width: unset;
  transform-origin: right center;
  background-size: contain;
}

.footer-top-lp ul li:last-child:before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background-image: url('https://cdn2.hubspot.net/hubfs/5268710/assets-19/phone-call.png');
  background-repeat:no-repeat;
  width: 32px;
  height: 32px;
  max-width: unset;
  transform-origin: right center;
  background-size: contain;
}


.custom-footer-top p a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}


.footer-top-lp .right-text p {
  font-size: 12px;
  opacity: .7;
  text-align: justify;
  //max-width: 873px;
  // margin-left: 17px;
}

.footer-top-lp .middle-text p {
  font-size: 14px;
  opacity: .98;
}

.align-center {
  text-align: center;
}

.custom-footer-top.footer-top-lp {
  padding-bottom: 30px;
}

body .row-fluid-wrapper .row-fluid .new-footer .page-center {
  max-width: 83.33333333%;
  padding-top: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.border-top .page-center {
  border-top: 2px solid #cccccc;
}

.new-footer  .middle-text p {
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 13px;
}

.new-footer .custom-footer-copyright-wrapper {
  padding: 18px 0px 8px 0px;
}

.new-footer .widget-span.custom-footer-top .page-center .row-fluid .widget-span {
  padding-left: 0px;
  margin-left:1%;
}

.new-footer .widget-span.custom-footer-top .page-center .row-fluid .widget-span:first-child {
  margin-left: 0px;
}

/* .new-footer .logo-section img {
max-width: 100%;
} */

.logo-section .footer-logo img{
  border-bottom: 1px solid #ffffff !important;
}

.new-footer .middle-text {
  padding-top: 6px;
}

@media (min-width: 1024px) {

  .new-footer .widget-span.widget-type-cell.logo-section {
    width: 16.66666667%;
    padding: 0px 15px ;
  }

  .new-footer .widget-span.widget-type-cell.middle-text {
    width: 25%;
    padding: 0px 15px;
  }

  .new-footer .footer-top-lp .right-text {
    padding: 0px 0px 0px 11px !important;
  }
}

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


@media (min-width: 768px) and (max-width: 1200px) {
  body .row-fluid-wrapper .row-fluid .new-footer .middle-text p {
    max-width: 100%;
    padding-left: 0px;
    padding-top: 14px;
  }

  .new-footer .middle-text {
    padding-bottom: 5px;
  }

  .footer-top-lp ul li {
    max-width: 100%;
    padding-left: 44px;
  }

  body .row-fluid-wrapper .row-fluid .new-footer .page-center {
    max-width: 95.333333333%;
    margin: 0 auto;
  }

  .new-footer .middle-text p:last-child {
    padding-top: 0px
  }

  .new-footer .widget-span.custom-footer-top .page-center .row-fluid .widget-span {
    margin-left: 0px;
    width:100%;
  }

  .footer-top-lp .right-text p {
    margin: 0px;
    font-size:14px;
  }

  .new-footer .footer-top-lp .right-text {
    padding-left:0px !important;
    padding-right:20px;
    padding-bottom: 20px;
  }
}


@media (min-width: 993px) and (max-width: 1024px) {
  .footer-top-lp ul li {
    padding-left: 45px;
  }
}



@media(max-width: 767px) {
  body .row-fluid-wrapper .row-fluid .new-footer .middle-text p {
    max-width: 100%;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top:20px;
    font-size:14px;
  }

  body .row-fluid-wrapper .row-fluid .footer-top-lp ul li {
    font-size: 14px;
  }

  .footer-top-lp .right-text p {
    font-size: 14px;
  }
  body .row-fluid-wrapper .row-fluid .new-footer .middle-text p {
    font-size: 14px;
  }

  body .row-fluid .footer-top-lp ul li {
    font-size: 14px;
  }

  .new-footer .middle-text {
    padding-bottom: 15px;
  }

  body .row-fluid-wrapper .row-fluid .new-footer .page-center {
    max-width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .new-footer .widget-span.custom-footer-top .page-center .row-fluid .widget-span {
    margin-left: 0px;
  }

  .footer-top-lp ul li {
    max-width: 100%;
  }

  .new-footer .footer-top-lp .right-text {
    padding-left:0px !important;
    padding-right:20px;
  }

}

/*=================Added by EK ================*/

.grey-bg{
  background:#f8f8f8;
}

.section-padding{
  padding:50px 0;
}

.hs_are_you_an_accredited_investor_{
  position:relative;
}

.hs_are_you_an_accredited_investor_ label {
  cursor: pointer;
}

/* .hs_are_you_an_accredited_investor_ .hs-form-required {
display: inline-block;
width: 15px;
height: 15px;
background: url(https://cdn2.hubspot.net/hubfs/5268710/icon.svg)no-repeat;
background-repeat: no-repeat;
background-position: top;
background-size: cover;
color: transparent;
margin-left: 4px;
position: relative;
top: 2px;
}
*/
.hs_are_you_an_accredited_investor_ legend {
  background: #f2f3f3;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 12px;
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius:6px;
}

.hs_are_you_an_accredited_investor_.acTive legend{
  opacity: 1;
  z-index: 1;
}

.hs_are_you_an_accredited_investor_:hover legend{

}

@media(max-width:1000px) and (min-width:768px){
  .main-content.left-content{ 
    padding-left: 30px;
  }

  .ipad-image{  
    padding-left: 30px;  
  }
}

@media(max-width:767px){
  body #hs_cos_wrapper_module_1554905905257126{
    margin-top:0px!important;
  }

  .body-inner .content-wrapper .row-fluid {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
  }

  .body-inner .content-wrapper .main-content {
    padding-bottom: 0px;
  }


}





.main-content.form-area .hs-button.primary:hover{
  color:#c69e43;
  background:transparent; 
}

@media (min-width:768px) {
  body .row-fluid .hs-dateinput input{
    height: 38px;
  }
}

body .row-fluid  textarea[name="message"]{
  height: 100px;
}

body .hs-button.primary{
  background: transparent;
  border: 1px solid #c69e43;
  color:#c69e43;
  border-radius:4px;
  text-transform:uppercase;
}

body .hs-button.primary:hover{
  color:#c69e43;
  background:transparent; 
}

.hs_are_you_an_accredited_investor_ label:before {
  /*   content: '?'; */
  position: absolute;
  right: -9px;
}

.hs_are_you_an_accredited_investor_ label{
  position:relative; 
}

/* body.hs-blog-post .widget-type-linked_image.cta_section {
display: none;
} */

@media (min-width: 768px) {
  .blog-leftbar .cta_section img.hs-image-widget {
    height: 220px;
  }
}

/*===========Rss feed Tablet Responsive===========*/

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

  body .row-fluid .recent-posts .custom-post-item {
    width: 100%;
    padding-bottom: 0px;
    border:none;
    margin-bottom: 5px;
    margin-left:0px;
  }

  body .row-fluid .recent-posts .custom-post-item:nth-child(2n+2) {
    margin-left: 0px;
  }

  body .custom-post-body {
    padding: 0px 20px 0px;
  }

  body .read-blog-outer.align-right {
    right: auto;
    left:42%;
  }

  .custom-post-item-inner {
    display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    display:-o-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
  }

  body .row-fluid-wrapper .row-fluid .extended-wrapper {
    max-width: 94.333333%;
  }

  .features-image-block {

    border-radius: 0;
    flex-basis: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 47%;
    float: left;
  }

  body .custom-post-body {
    flex-basis: 55%;
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    float: left;
  }

  .custom-header {
    padding: 6px 14px 0 14px;
  }

  body .custom-logo a>img {
    margin-top: 18px;
  }

  .custom-header-brand-logo.desktop-view {
    height: 0;
    padding: 15px 0px 0px 0px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    margin-right: 15px;
  }


  body .row-fluid .custom-post-item.span3:nth-child(2), body .row-fluid .custom-post-item.span3:nth-child(1) {
    margin-bottom: 5px;
  }
}


/*=======================================
* Contact Us Styling Start Here
* ========================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');



body.new-contact .banner-area .blog-banner-content h1,
.banner-area .blog-banner-content h1{
  padding-left: 0;
  letter-spacing: 0px;
}

body.new-contact .main-content h3,
.main-content h3{
  font-family: 'Roboto', sans-serif ;
  margin-bottom: 19px;
}

body.new-contact .sidebar-form form{
  padding-left: 29px;
  padding-right: 20px;
  padding-top: 29px;
  padding-bottom: 29px;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 0;
  margin-bottom: 5px;
}

body.new-contact .sidebar-form h2,
.sidebar-form h2{
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 17px 20px;
  background: #c0a239;
  margin: 0;
}

body.new-contact .main-content p a {
  color: #c69e43;
}

body.new-contact .main-content p.contact {
  margin-bottom: 0px;
  margin-top: 0;
}

body.new-contact .main-content .map {
  margin-top: 20px;
}

body.new-contact .main-content h5 {
  color: rgb(88, 89, 91);
  font-size: 16px;
  font-weight: 500;
}

body .row-fluid-wrapper .row-fluid form input[type="text"],
body .row-fluid-wrapper .row-fluid form input[type="email"],
body .row-fluid-wrapper .row-fluid form input[type="password"],
body .row-fluid-wrapper .row-fluid form input[type="number"],
body .row-fluid-wrapper .row-fluid form input[type="tel"]{
  width: 100% !important;
  padding: 5px 4px;
  margin-bottom: 9px;
  margin-top: 9px;
}

body .row-fluid-wrapper .row-fluid form textarea{
  height: 160px;
}

body.new-contact .row-fluid-wrapper .row-fluid .hs_country input {
  margin-bottom: 16px;
}

body.new-contact .row-fluid-wrapper .row-fluid .hs_additional_information {
  padding-top: 13px;
}

body.new-contact .row-fluid-wrapper .row-fluid .hs_additional_information label {
  margin-bottom: 10px;
}



body.new-contact .sidebar-form li.hs-form-checkbox {
  width: 33%;
  float: left;
  margin-bottom: 7px;
}

body.new-contact .sidebar-form .hs-form-field > label span {
  font-weight: 500;
}

body.new-contact .sidebar-form .actions input.hs-button {
  padding: 13px 25px;
  margin-top: 21px;
}

body.new-contact .sidebar-form .actions input.hs-button:hover {
  color:#0a193a;
}

body.new-contact .bottom-cta {
  margin-top: 65px;
}

body .row-fluid .contact-rss .main-content {
  width: 100%;
  max-width: 83%;
  margin: 0 auto;
  float: none;
  display: block;
}

body.new-contact .recent-posts {
  padding-bottom: 42px;
  padding-top: 30px;
}


body.new-contact .sidebar-form .hs-form .hs_firstname {
  position: relative;
}

body.new-contact .sidebar-form .hs-form .hs_lastname {
  position: relative;
}

.hs-form fieldset.form-columns-2 legend.hs-field-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size:13px;
}

body.new-contact .content-wrapper {
  padding-top: 70px;
}

body.new-contact form.hs-form fieldset .hs-form-field {
  padding: 0 10px 0 0;
}

body.new-contact .bottom-cta .main-content .top-heading h3 {
  margin-bottom: 0;
}

body.new-contact .bottom-cta .middle-text {
  padding-top: 1px;
}

body.new-contact .content-wrapper.section-padding {
  padding-bottom: 0px;
}

body.new-contact .bottom-cta .main-content {
  margin-bottom: 32px;
}

body.new-contact .recent-posts {
  padding-bottom: 42px;
  padding-top: 30px;
}

body.new-contact .header-title h3 {
  font-size: 32px;
  padding-bottom: 8px;
}

body.new-contact .sidebar-form .submitted-message h3 {
  color:#0c5394;
  font-weight: 500;
}

body.new-contact .sidebar.right {
  padding-left: 5px;
}

.sidebar-form {
  box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.12156862745098039);  
}

.sidebar-form h3 {
  margin: 0;
}


/*=======Res[ponsive Styling Start Here===========*/

@media (max-width: 1024px) {

  body.new-contact .row-fluid .contact-rss .main-content {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  body.new-contact .row-fluid .sidebar-form li.hs-form-checkbox {
    width: 50%;
    float: left;
    margin-bottom: 7px;
  }

  body.new-contact .row-fluid .bottom-cta {
    margin-top: 0;
  }

  body.new-contact .row-fluid form.hs-form fieldset .hs-form-field {
    padding: 0 10px 0 0;
  }

  body.new-contact .row-fluid .content-wrapper {
    padding-top: 25px;
  }

  body.new-contact .sidebar-form form input[type="text"], body.new-contact .sidebar-form form input[type="email"], body.new-contact .sidebar-form form input[type="password"], body.new-contact .sidebar-form form input[type="number"], body.new-contact .sidebar-form form input[type="tel"] {
    margin-bottom: 10px;
    margin-top: 5px;
  }

  body .hs-form fieldset.form-columns-2 legend.hs-field-desc {
    bottom: -11px;
  }

  body.new-contact .row-fluid .recent-posts {
    padding-bottom: 0;
    padding-top: 10px;
  }

  .address-form {
    padding-bottom: 30px;
  }

  .two-column .main-content {
    padding: 20px 0px 0px 0px;
  }

  .hs-responsive-embed-wrapper {
    width: 100% !important;
    margin: 0 !important;
  }

  body.new-contact .row-fluid .two-column .sidebar.right {
    margin: 0;
  }

  .two-column .main-content .address-module {
    display: none;
  }

  .two-column .main-content .map-module {
    display: none;
  }

  body.new-contact .sidebar.right .mobile-contact-module {
    display: block !important;
  }

  body.new-contact .sidebar.right .mobile-address-module {
    display: block !important;
  }

  body.new-contact .sidebar.right .mobile-map-module {
    display:block !important;
  }

  .contact-module {
    padding-bottom: 25px;
  }

  body.new-contact .sidebar.right {
    padding-left: 0px;
  }
}

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

  body.new-contact .sidebar.right {
    padding-left: 0px;
  }

  .address-form {
    padding-bottom: 30px;
  }

  .two-column .main-content {
    padding: 20px 0px 0px 0px;
  }

  .hs-responsive-embed-wrapper {
    width: 100% !important;
    margin: 0 !important;
  }

  body.new-contact .row-fluid .two-column .main-content {
    width: 100%;
  }

  body.new-contact .row-fluid .two-column .sidebar.right {
    width: 100%;
    margin: 0;
  }

  .two-column .main-content .address-module {
    display: none;
  }

  .two-column .main-content .map-module {
    display: none;
  }

  body.new-contact .sidebar.right .mobile-contact-module {
    display: block !important;
  }

  body.new-contact .sidebar.right .mobile-address-module {
    display: block !important;
  }

  body.new-contact .sidebar.right .mobile-map-module {
    display:block !important;
  }

  .contact-module {
    padding-bottom: 25px;
  }
}

/*=======================================
* Contact Us Styling End Here
* ========================================*/

/*=======================================
* Ebook Landing Page Styling
* ========================================*/
@media(min-width: 768px) {
  .equal-height-container>.row-fluid-wrapper>.row-fluid {
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  body .row-fluid .vertical-center {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
  }
}

@media (min-width: 768px)
  .hs_cos_wrapper.form-title {
    font-size: 22px;
    line-height: 1.3;
}
.hs_cos_wrapper.form-title {
  padding: 20px 20px;
  background: #c0a239;
  text-align: center;
  color: #fff;
  margin-top: 0px;
}
.ebook-form-section{
  padding-bottom:60px;
}
.ebook-form-section .left-form{
  position:relative;
  z-index:1;
  background:#fff;
  box-shadow: 0 0 9px rgba(0,0,0,0.21);
}
.ebook-form-section .left-form form{
  padding:0  30px 30px 30px;
}
.ebook-form-section .left-form form .actions{
  text-align:center;
}
.ebook-form-section .left-form form .hs-button.primary {
  background: #fff;
  color: #c69e43;
}
.ebook-form-section .left-form form input{
  padding:13px 30px!important;
}
.ebook-form-section .left-form form select{
  padding:10px 8px;
}
.ebook-form-section .right-image{
  padding-left:30px;
  position:relative;
  z-index:1;
}
.ebook-form-section .devider-img{
  margin:30px 0;
}
.ebook-text-section{
  padding:60px 0;
}
.ebook-text-section .right-col{
  padding-left:30px;
  border-left:2px solid #ccc;
}
.ebook-test{
  padding:50px 0;
  background:#0a193a;
  color:#fff;
}
.ebook-test H2{
  color:#ffff;
}
@media (min-width:768px){
  .ebook-form-section .left-form{
    margin-top:-478px;
  }
  .ebook-form-section .right-image{
    margin-top:-50px;
  }
}
@media (max-width:767px){
  .ebook-form-section .devider-img {
    margin: 20px 0;
  }
  .ebook-form-section{
    padding:40px 0;
  }
  .ebook-text-section {
    padding: 40px 0;
    text-align:center;
  }
  .ebook-text-section .right-col {
    padding-left:0;
    border:none;;
  }
  .ebook-test {
    padding: 40px 0;
    text-align:center;
  }
  .ebook-form-section .right-image{
    text-align:center;
    padding:0;
  }
}

.new-footer .custom-footer-top.footer-top-lp .page-center > div{
  width: 100%!important;
  margin-left: 0;
}