/* ==========================================================================
   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('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.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; }


/* ==========================================================================
   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;
  font-family: Poppins,sans-serif;
  font-size: 16px;
  line-height: 26px;
  color:#3c4147;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  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:0 0 20px;
  font-family:"Poppins", sans-serif;
  font-weight:400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  color:#3c4147;
  line-height:50px;
  font-size:40px;
  font-weight:700;
}
h2 {
  color:#3c4147;
  line-height:48px;
  font-size:38px;
  font-weight:700;
}
h3 {
  color:#4b4b4b;
  line-height:36px;
  font-size:26px;
  font-weight:700;
}
h4 {
  color:#4b4b4b;
  line-height:32px;
  font-size:22px;
  font-weight:700;
}
h5 {
  color:#4b4b4b;
  line-height:28px;
  font-size:18px;
  font-weight:700;
}
h6 {
  color:#4b4b4b;
  line-height:26px;
  font-size:16px;
  font-weight:700;
}

/* Anchor Links */
a { 
  color: #01baef;
  text-decoration:none;
}
a:hover, a:focus { 
  color: #01baef;
  text-decoration:none;
}

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


/***** TOP LINKS *****/

.top-links-wrapper {
  background-color: #ebebeb;
}
.custom-header-top-links {
  text-align:  right;
  padding: 3px 0;
  font-weight: 300;
  color: #3c4147;
}

.custom-header-top-links p {
  margin:  0;
  display:  inline-block;
  color: #01baef;
  font-weight: 600;
  font-size: 13px;
}
.custom-header-top-links ul {
  margin:  0 0 0 10px;
  padding:  0;
  list-style:  none;
  display:  inline-block;
}
.custom-header-top-links ul li {
    display:  inline-block;
    position:  relative;
}
.custom-header-top-links ul li a {
    color: #3c4147;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    margin: 0 3px 0 10px;
    display: inline-block;
}
.custom-header-top-links ul li a:hover {
  color: #01baef;
}
.custom-header-top-links ul li:first-child:after {
    content: "\007C";
    font-size: 12px;
  margin-left: 5px;
}
.custom-header-top-links ul li:last-child:after {
    display:  none;
}
.custom-header-top-links ul li:first-child a {
    margin-right: 2px;
}
.custom-header-top-links ul ul {
   background-color: #fff;
    border-radius: 4px;
    display: none;
    left: -61px;
    margin: 0;
    padding: 7px 7px;
    position: absolute;
    top: 27px;
    z-index: 99;
    min-width: 220px;
    text-align: center;
  box-shadow: 0px 3px 10px 5px rgba(0,0,0,0.2);
}
.custom-header-top-links ul li:hover ul{
    display: block;
    cursor:pointer;
}
.custom-header-top-links ul ul li span {
    display: block;
}
.custom-header-top-links ul ul li{
    font-size: 12px;
    color: #3c4147;
    padding:0;
    position:relative;
  	cursor:pointer;
  font-weight: 500;
  
}
.custom-header-top-links ul ul li:before{
     border-bottom: 5px solid #fff;
     border-left: 5px solid rgba(0, 0, 0, 0);
     border-right: 5px solid rgba(0, 0, 0, 0);
     content: "";
     display: block;
     height: 0;
     left: 80px;
     position: absolute;
     top: -12px;
     width: 0;
}
.custom-header-top-links ul li a { 
    cursor: pointer;
}

.custom-header-top-links ul li{
  position:relative;
}


/***** LOGO *****/
/*.custom-logo img {
    max-width: 127.5px;
}*/
.custom-logo {
    padding: 6px 0 0;
}


/***** NAVIGATION *****/
.nav {
  padding: 10px 0;
  vertical-align: middle;
}

.custom-menu-desktop {
  text-align: center;
}

.custom-header-contact-demo a {
  background: #01baef;
  color: #fff;
  padding: 10px 24px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  vertical-align: middle;
}

/*.custom-header-contact-demo ul {
    margin:  0;
    padding:  0;
    list-style:  none;
    position:  absolute;
    top: 55px;
    right: 2px;
}
.custom-header-contact-demo ul li {
    display:  inline-block;
}
.custom-header-contact-demo ul li a {
    background: #2e9cd2;
    color: #fff;
    border-radius: 0;
    border: 2px solid #2e9cd2;
    padding-left: 15px;
    padding-right: 15px;
    padding: 6px 15px 7px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 0 2px;
    text-transform: uppercase;
}
.blog .custom-header-contact-demo ul li a {
    background: #a2cd3a;
  	border: 2px solid #a2cd3a;
}

.blog.scroll-header .custom-header-contact-demo ul li a {
    background: #45b2e9;
    border: 2px solid #45b2e9;
}
.custom-header-wrapper .page-center {
    position: relative;
}
.custom-header-contact-demo ul li:last-child a {
    background: 0 0;
    color: #2e9cd2;
    border-radius: 0;
    border: 2px solid #2e9cd2;
    position:  relative;
    padding-right: 16px;
}

.blog .custom-header-contact-demo ul li:last-child a {
    color: #a2cd3a;
    border: 2px solid #a2cd3a;
}
.blog.scroll-header .custom-header-contact-demo ul li:last-child a {
    color: #45b2e9;
    border: 2px solid #45b2e9;
  	background: 0 0;
}
.custom-header-contact-demo ul li:first-child a {
    
}
.custom-header-contact-demo ul li:last-child a:before {
    content: "\f01d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}*/
.blog .custom-banner-area {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 91.5vh;
    background-color: #333;
    display: table;
    width: 100% !important;
    margin-top: -1px;
    padding-top: 130px;
    padding-bottom: 65px;
    background-position: center center;
  
}
.custom-banner-area {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    background-color: #edf7f9;
    display: table;
    width: 100% !important;
    margin-top: -1px;
    background-position: 50% 50%;
}
.custom-banner-title h1 {
    margin: 0 0 10px;
  color: #fff;
  font-size: 50px;
}
.custom-banner-title p {
   line-height:36px;
   margin:0;
	 font-size: 26px;
}
.custom-header-top-wrapper {
    min-height: 98px !important;
}

.custom-header-wrapper {
    border-bottom: 1px solid #19adf5;
    min-height: 98px !important;
    position: fixed;
    width: 100% !important;
    z-index: 4;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
}
.custom-logo p {
    margin: 0;
}
.custom-inner-banner-area {
    padding:0;
    display: table-cell;
    vertical-align: middle;
    text-shadow: none;
}

.custom-banner-area .page-center {
    text-align: center;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    color: #fff;
    font-weight: 300;
    padding: 0 80px !important;
    font-size: 20px;
}

.custom-logo h1 {
    display: none !important;
}

/*.blog .custom-header-wrapper {
    position: absolute;
    background-color: transparent;
    border-color: transparent;
  transition:all 0.4s;
}
.blog.scroll-header .custom-header-wrapper {
    background-color: #fff;
    border-color: #19adf5;
    position: fixed;
  transition:all 0.4s;
}
.blog .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
}
.blog.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #161618;
}
.blog .custom-header-top-links p {
    color: #fff;
}
.blog .custom-header-top-links ul li a {
    color: #fff;
}
.blog.scroll-header .custom-header-top-links ul li a,
.blog.scroll-header .custom-header-top-links ul li::after {
    color: #161616;
}
.blog .custom-header-top-wrapper{
   min-height: 1px !important;
}
.blog .custom-logo p {
    display:  none !important;
    margin:  0;
}

.blog .custom-logo h1 {
  display:  block !important;
  margin:  0;
  line-height: 10px;
}

.blog.scroll-header .custom-logo p {
    display: block !important;
}

.blog.scroll-header .custom-logo h1 {
    display:  none !important;
}
.blog.scroll-header .custom-header-top-links p {
    color: #161616;
}
*/
.blog .custom-banner-area h1 {
    font-size: 60px;
    line-height:  70px;
    color:  #fff;
    font-weight: 700;
  	letter-spacing: 2px;
    text-shadow: 0 0 5px rgba(0,0,0,1);
  	margin: 0 0 10px;
}

.blog .custom-banner-area h3 {
    font-size:  24px;
  	letter-spacing: 2px;
    line-height:  40px;
    color:  #fff;
    font-weight: 500;
    text-shadow: 0 0 5px rgba(0,0,0,1);
  	margin:0;
}

.blog .custom-banner-area p {
    font-size: 20px;
  	font-style: italic;
  	letter-spacing: 1px;
    line-height: 39px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 5px rgba(0,0,0,1);
    margin: 10px 0 0;
}

.blog .custom-banner-title {
    text-align:  center;
  	color: #ffffff;
}






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

.body-container-wrapper {}
.body-container {}
.body-container .page-center{
  padding:60px 80px;
}

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


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

.footer-container-wrapper {}
.footer-container {}
.custom-copyright-wrapper {
    background-color: #ebebeb;
    color: #777;
    font-weight: 400;
    font-size:  12px;
    line-height: 16.8px;
    padding: 25px 0;
}
.custom-copyright-wrapper p {
    margin:  0;
}
.custom-footer-contact strong {
    font-weight:  400;
  	font-size: inherit;
}
.custom-footer-contact p {
    margin: 0 0 0 -15px;
}


.custom-footer-authorize ul {
    margin:  0;
    padding:  0;
    list-style:  none;
}
.custom-footer-authorize ul li {
    display:  inline-block;
    padding: 5px 20px;
}
.custom-footer-authorize {
    padding: 15px 0 30px;
}
.custom-footer-links ul li {
    float:  none !important;
    display:  inline-block;
}
.custom-footer-links ul {}
.custom-footer-links ul li a {
    color: #3c4147;
    display: block;
    padding: 5px 20px;
    font-size: 13px;
    text-decoration:  none;
    line-height:  16.8px;
}
.custom-footer-links ul li a:hover {
  color: #01baef;
}
.custom-footer-links ul li:last-child a {
  padding-right: 0 !important;
}
.custom-footer-links {
    text-align:  right;
    padding: 10px 0 0; 
}
.custom-footer-links ul li:after {
    content: "";
    color: #ccc;
    font-family: Arial,Helvetica,sans-serif;
    position:  absolute;
    top: 9px;
    line-height:  16.8px;
    background-color:  #ccc;
    height:  10px;
    width:  2px;
    right: -3px;
    opacity: 0.8;
}
.custom-footer-links ul li:last-child:after {
  display:none;
}
.custom-footer-links ul li {
    position:  relative;
}

.custom-copyright p {
  font-size: 11px;
  text-align: right;
  margin-top: 0;
}

.custom-footer-top-wrapper {
  padding: 40px 0;
  background-color: #ebebeb;
  font-size: 14px;
  vertical-align: top;
}

.footer-contact-info td:nth-child(1) {
  width: 10%;
  text-align: center;
  vertical-align: top;
  padding-top: 0;
}

.footer-contact-info td:nth-child(2) {
  width: 90%;
  line-height: 1.5;
  padding-bottom: 10px;
}
.footer-contact-info p {
  margin: 0;
}

/** Hours **/
.footer-contact-info ul {
  margin: 2px 0 0;
  padding:  0;
  list-style:  none;
  display:  inline-block;
}
.footer-contact-info ul li {
    display:  inline-block;
    position:  relative;
}
.footer-contact-info ul li a {
    color: #3c4147;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    /*margin: 0 3px 0 10px;*/
    display: inline-block;
}
.footer-contact-info ul li a:hover {
  color: #01baef;
}
.footer-contact-info ul li:first-child:after {
    content: "\007C";
    font-size: 12px;
  margin-left: 5px;
}
.footer-contact-info ul li:last-child:after {
    display:  none;
}
.footer-contact-info ul li:first-child a {
    margin-right: 2px;
}
.footer-contact-info ul ul {
   background-color: #fff;
    border-radius: 4px;
    display: none;
    left: -61px;
    margin: 0;
    padding: 7px 7px;
    position: absolute;
    top: 27px;
    z-index: 99;
    min-width: 220px;
    text-align: center;
  box-shadow: 0px 3px 10px 5px rgba(0,0,0,0.2);
}
.footer-contact-info ul li:hover ul{
    display: block;
    cursor:pointer;
}
.footer-contact-info ul ul li span {
    display: block;
}
.footer-contact-info ul ul li{
    font-size: 12px;
    color: #3c4147;
    padding:0;
    position:relative;
  	cursor:pointer;
  font-weight: 500;
  
}
.footer-contact-info ul ul li:before{
     border-bottom: 5px solid #fff;
     border-left: 5px solid rgba(0, 0, 0, 0);
     border-right: 5px solid rgba(0, 0, 0, 0);
     content: "";
     display: block;
     height: 0;
     left: 80px;
     position: absolute;
     top: -12px;
     width: 0;
}
.footer-contact-info ul li a { 
    cursor: pointer;
}

.footer-contact-info ul li{
  position:relative;
}
/** Hours - End **/


#phone {
  font-size: 19px;
}

#email {
  font-size: 12px;
}

#address {
  font-size: 16px;
}

.custom-footer-logo img {
    margin-bottom: 20px;
}
.custom-footer-logo p {
    margin:  0;
}

.footer-menu td {
  vertical-align: top;
  margin-right: 5px;
}

.footer-menu h6 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-menu tr:nth-child(1) td {
  border-bottom: solid 1px #808080;
}

.footer-menu a, .footer-contact-info a {
  color: #3c4147;
}

.footer-menu a:hover, .footer-contact-info a:hover {
  color: #01baef;
}

.footer-social table {
  float: right;
  margin-top: 15px;
}
.footer-social img {
  margin-left: 10px;
}

/*
p.footer-sns-title {
    margin:  0;
    font-size:  13px;
    line-height:  19px;
    color:  #555555;
    text-transform:  uppercase;
}

.footer-sns-title:before,.footer-sns-title:after {
    background-color: #e5e5e5;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.footer-sns-title:after {
    left: 1em;
    margin-right: -50%;
}
.footer-sns-title:before {
    right: 1em;
    margin-left: -50%;
}


p.footer-sns-title {
    text-transform: uppercase;
    font-size: 13px;
    color: #555;
    font-weight: 400;
    padding-bottom: 9px;
    text-align: center;
}

.hs-footer-san-title-wrapper {
    width: 202px;
    margin:  0 auto;
    overflow:  hidden;
}
.custom-logo-social-wrapper {
    text-align:  left;
}

.hs-footer-social ul {
    margin:  0;
    padding:  0;
    list-style:  none;
}

.hs-footer-social ul li {
  display: inline-block;
  padding: 5px 0;
  margin: 0 0 0 -1px;
}

.hs-footer-social ul li.sns-menu01 a {
    background: url(//cdn2.hubspot.net/hubfs/2803674/Trumpia_March2018%20Theme/Images/footer-sns-new2.png) no-repeat;
    overflow: hidden;
    text-indent: -9999em;
}

.hs-footer-social ul li a {
    width: 38px;
    height: 38px;
    display: block;
}

.hs-footer-social ul li.sns-menu02 a {
    background: url(//cdn2.hubspot.net/hubfs/2803674/Trumpia_March2018%20Theme/Images/footer-sns-new2.png) -41px 0 no-repeat;
    overflow: hidden;
    text-indent: -9999em; 
}

.hs-footer-social ul li.sns-menu03 a {
    background: url(//cdn2.hubspot.net/hubfs/2803674/Trumpia_March2018%20Theme/Images/footer-sns-new2.png) -83px 0 no-repeat;
    overflow: hidden;
    text-indent: -9999em;
}

.hs-footer-social ul li.sns-menu04 a {
    background: url(//cdn2.hubspot.net/hubfs/2803674/Trumpia_March2018%20Theme/Images/footer-sns-new2.png) -124px 0 no-repeat;
    overflow: hidden;
    text-indent: -9999em;
}

.hs-footer-social ul li.sns-menu05 a {
    background: url(//cdn2.hubspot.net/hubfs/2803674/Trumpia_March2018%20Theme/Images/footer-sns-new2.png) -166px 0 no-repeat;
    overflow: hidden;
    text-indent: -9999em;
}
.no-spam a {
    background: #ef4036;
    color: #fff;
    border: none;
    text-transform: uppercase;
    min-width: 202px;
    height: auto;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.3;
    border-radius: 4px;
    font-weight: 700;
}

.custom-footer-mennu {
    margin-left:  0 !important;
}
.custom-footer-mennu .hs-menu-wrapper>ul>li:last-child {
    width: 23% !important;
}
.custom-footer-mennu .hs-menu-wrapper>ul>li:nth-child(2) {
    width: 35% !important;
}
.custom-footer-mennu .hs-menu-wrapper>ul>li:nth-child(1) {
    width: 39% !important;
}


.custom-footer-logo img {
    margin-bottom: 4px;
}

.no-spam {
    margin-top: 3px;
}
*/

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


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

@media screen and (min-width:1025px) {
  span.arrow-top {
      background: url("//cdn2.hubspot.net/hubfs/2803674/Trumpia_March2018%20Theme/Images/menu-bg.png") no-repeat;
      width: 20px;
      height: 11px;
      display: block;
      position: absolute;
      top: 46px;
      left: 50%;
      margin-left: -10px;
      z-index: 20000;
      opacity: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul>li.clicked > span.arrow-top {
     opacity: 1;
  }


  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul {
    /*  padding: 0 0 0 34px;*/
      display: block; 
  }
  
  .blog.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #3c4147;
   }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      color: #3c4147;
      padding: 20px 8px;
      line-height: 1.35;
      font-size: 16px;
      font-weight: 500;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
      margin:  0 9px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul>li>ul>li>a {}

  .custom-menu-primary .hs-menu-wrapper > ul>li>ul {
      background-color: #FFF;
      border: 1px solid #19adf5;
      padding: 10px 0 10px;
      top: 101%;
        display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul>li.clicked>ul {
      display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul>li>ul>li {
      min-width: 238px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul>li>ul>li {
      padding: 0 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li>ul>li>a {
      padding: 6px 0 6px 10px;
      font-size: 13px;
      line-height: 18.57px;
      font-weight: 400;
      color: #161618;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li>ul>li {
      line-height:  18.57;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li>ul>li>a:hover {
      color: #2e9cd2;
      text-decoration: underline;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}


  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > ul{
      width:  800px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > ul{
    left:auto !important;
    right:0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child >ul>li>ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) >ul>li>ul{
      position:  static !important;
      opacity:  1 !important;
      visibility: visible !important;
      display:  block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child >ul>li>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) >ul>li>ul>li>a{
      color:  rgb(85, 85, 85);
      line-height: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child >ul>li,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) >ul>li{
      width: 25% !important;
      float: left !important;
      min-width: 1px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child >ul>li>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) >ul>li>ul>li>a{
      font-size:  13px;
      line-height:  18.57px;
      padding: 4px 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li:first-child>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(7)>ul>li>a{
      padding: 0 0 4px;
      color:  rgb(77, 173, 1);
      font-size: 14px;
      font-weight:  400;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li:first-child>ul>li,
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(7)>ul>li{
      padding:  10px 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li:first-child>ul>li>a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(7)>ul>li>a:hover{
      text-decoration:  none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li:first-child>ul>li>ul>li>a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(7)>ul>li>ul>li>a:hover{
    color: #2e9cd2;
    text-decoration: underline;

  }



  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > ul{
      width:  440px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > ul{
    left:auto !important;
    right:0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul>li>ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > ul>li>ul{
      position:  static !important;
      visibility: visible !important;
      opacity:  1 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul>li>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > ul>li>ul>li>a{
      line-height:  normal;
      font-size: 13px;
      line-height: 18.57px;
      padding: 4px 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul>li>a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > ul>li>a{
      padding: 0 0 6px;
      color: rgb(77, 173, 1);
      font-size: 14px;
      font-weight: 400;
      margin-top: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(3)>ul>li,
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(6)>ul>li{
      width: 50%;
      float:  left;
      min-width:  1px;
      padding: 10px 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(3)>ul>li>ul>li>a ,
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(6)>ul>li>ul>li>a {
      font-size: 13px;
      line-height: 18.57px;
      padding: 4px 0;
      color: #161618;
      color: rgb(85, 85, 85);
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(3)>ul>li>ul>li:nth-child(4)>ul{
      position:  static !important;
      visibility: visible !important;
      opacity:  1 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(3)>ul>li>ul>li:nth-child(4)>ul>li>a{
      line-height:  normal;
      font-size:  12px;
      line-height:  17px;
      color:  #999;
      padding:  4px 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(3)>ul>li>ul>li:nth-child(4)>ul {
      padding-left: 3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(3)>ul>li>ul>li>a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(6)>ul>li>ul>li>a:hover{
      color: #2e9cd2;
      text-decoration: underline;
  }
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(3)>ul>li>ul>li>ul>li>a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(6)>ul>li>ul>li>ul>li>a:hover{
      color: #2e9cd2;
      text-decoration: underline;
  }
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(3)>ul>li>a:hover {
      text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(6)>ul>li>a:hover {
      text-decoration: none;
  }
  
  



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

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked ul{
    opacity: 1 !important;
    visibility: visible !important;
    display:block !important;
  }

}

/* 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:1025px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}



  .custom-mobile-menu-wrapper {
    position: fixed;
    top: 0;
    width: 273px !important;
    background-color:  #fff;
    right:  -273px;
    z-index:  99;
    height: 100vh;
    overflow-y: auto !important;
    border-left: #bcbcbc 1px solid;
    min-height: 100%;
    overflow-x: hidden !important;
    transition:  all 0.4s;
    padding-bottom: 20px;
}



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

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

@media (max-width: 1024px){
  
  .custom-logo {
    width: 100% !important;
  }

  /* 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: 12px;
    right: 1px;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    text-align: left;
  }
  .mobile-trigger:hover{
 
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
  
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
        width: 26px;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color:  #2e9cd2;
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -7px; } /* Position top line */
  .mobile-trigger i:after{ top: 7px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
     background-color: #2e9cd2;
  }
  
  .blog .mobile-trigger i, 
  .blog .mobile-trigger i:before,
  .blog .mobile-trigger i:after {
    background-color:  #01baef;
  }

  .blog.scroll-header .mobile-trigger i, 
  .blog.scroll-header .mobile-trigger i:before,
  .blog.scroll-header .mobile-trigger i:after {
    background-color: #2e9cd2;
  }
  
 

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 15px;
    width: 12.5px !important;
    min-width: 12.5px !important;
    height: 30px !important;
    padding: 0 !important;
    font-weight: 700;
    text-align:right;
    z-index:999;
  }
  .child-trigger:before {
    content: "+";
    font-size: 22px;
    color: #2e9cd2;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger.child-open:before {
    content: "-";
    font-size: 22px;
    color: #f29318;
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0px; /* Makes room for button */
    margin: 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: 50px 0 0;
  }
  

  .header-container-wrapper,
  .body-container-wrapper,
  .footer-container-wrapper {
    position:  relative;
    right:  0;
    transition:  all 0.4s;
}
  .mobile-open .custom-header-wrapper{
      position: relative;
  }
 .mobile-open  .custom-mobile-menu-wrapper {
   right:  0;
   transition:  all 0.4s;
  }
  
  .mobile-open .header-container-wrapper,
  .mobile-open .body-container-wrapper, 
  .mobile-open .footer-container-wrapper {
    right: 273px;
    transition:  all 0.4s;
  }
  

.custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0 !important;
}
  body.mobile-open{
  overflow:hidden;
  }
 span.mobile-overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 38;
    position: absolute;
    opacity:  0.6;
    display:  none;
}

.mobile-open span.mobile-overlay {
    display:  block;
} 
  
  
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
 
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    border-top: #e8e8e8 1px solid;
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul > li > a{
    padding: 15px 15px 14px !important;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: #e8e8e8 1px solid;
    color: #161618;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{

  }
  
  
  .custom-menu-primary .hs-menu-wrapper > ul>li>ul>li>a {
    color: #4dad01;
    font-weight: 400;
    font-size: 14px;
    padding: 0 10px 5px !important;
    display: block;
    line-height:  20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li>ul {
    padding:  10px 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li>ul>li>ul {
    position:  static !important;
    position: static !important;
    visibility: visible !important;
    display:  block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li>ul>li>ul>li>a {
    color: #555;
    padding: 6px 10px 6px 10px !important;
    font-size: 13px;
    display: block;
    line-height:  19px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul .child-trigger {
    display:  none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding: 0 10px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul>li>ul>li>ul>li>a:hover {
    color: #2e9cd2;
    text-decoration: underline;
   }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding: 0 0 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul>li>ul>li:last-child>ul {
    padding-bottom: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(2)>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(4)>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(5)>ul>li>a{
    padding: 6px 0 6px 10px !important;
    font-size: 13px;
    color: #161618; 
   }
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(2)>ul>li>a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(4)>ul>li>a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(5)>ul>li>a:hover{
    color: #2e9cd2;
    text-decoration: none;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(2)>ul,
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(4)>ul,
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(5)>ul{
    padding-top: 0 !important;
  }
  
  
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
    font-size: 12px;
    color: #999;
    padding: 6px 0 6px 10px;
    line-height:  17px;
  }

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

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

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

}


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

.blog .body-container-wrapper {
  background-color: #e0e3e9;
}



/*** Hero Slider ***/
.blog .hero-slider .slick-slide img {
		width: 100%;
}




.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.hs-featured-image-wrapper {
    display: block;
    width: 100%;
  	height: auto;
    max-height: 180px;
    overflow: hidden;
    margin: 0;
}

.post-header {
    display: block;
    width: 100%;
    float: left;
  	padding: 1em 1em .5em;
}

.post-header h2 {
    color: #01baef;
    font-size:  1.15em;
    line-height:  1.5;
    font-weight:  500;
  	text-align: center;
  	margin-bottom: 10px;
}

.post-header h2 a {
    color: #01baef;
}
.post-header h2 a:hover {
    color: #1594bd;
}

.blog .body-container .page-center {
    padding: 3% 10px 5%;
    max-width: 1200px;
}
.blog .body-container .page-center .content-wrapper {
  background-color: #e0e3e9;
}

.post-body-summary {
    /*display: block;*/
    width: 100%;
  	text-align: center;
    padding: 1em;
  	font-size: .9em;
}

a.more-link {
    /*display: block;
    text-align: left;
    margin-top: 20px;*/
    font-weight: 600 !important;
    font-size: 14px;
    color: #45b2e9;
    transition: all .3s;
}

a.more-link:hover {
    text-decoration: underline;
    color: #45b2e9;
}

.post-item {
  	width: 31%;
  	min-height: 450px;
  	display: inline-block;
  	background-color: #ffffff;
    margin: 0 1em 2em 0;
  	vertical-align: top;
  	padding-bottom: 10px;
  	overflow: hidden;
}

.post-item:hover {
     box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


.blog-pagination > div {
    display:  inline-block;
}

.blog-pagination {
    text-align:  center;
  	margin-top: 1em;
}

.blog-pagination a {
    padding: 0px 8px !important;
    text-decoration: none;
    line-height: 30px;
    color: #3ca9e6;
    font-weight: 700;
    font-size: .875em;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
  	border: 1px solid #3ca9e6;
  	margin-right: .5em;
    /*background: #c0c7cd;*/
    /* zoom: 1.2; */
}

.blog-pagination a.active,.blog-pagination a:hover, .blog-pagination a i:hover {
    color: #fff;
  	background-color: #3ca9e6;
    /*background: #4e5a6c;*/
}

.blog-pagination a,.blog-pagination a i {
    zoom: 1.2;
}

.blog-pagination a i {
    color: #3ca9e6;
}


.blog-pagination a.prev-link {
    margin-right: 15px;
}

.blog-pagination a.next-link {
    margin-left: 15px;
}

.custom-google-search {
    background-color: transparent;
}

.custom-google-search {}

.custom-google-search .widget-type-google-search {
    background:  none !important;
    background-image:  none !important;
}

.custom-google-search .widget-type-google_search {
  background: none !important;
  padding: 0;
  margin: 0 !important;
}

.custom-google-search {}

.custom-google-search input[type="text"] {
    width: calc(100% - 50px);
    padding: 8px 10px;
    margin: 0px;
    border: 1px solid #01baef;
    line-height: 22px;
    outline: none;
    font-size:  14px;
    color:  #000;
    /*font-family:  Open Sans, Arial, sans-serif;*/
  	height: 40px;
}

.custom-google-search form {
    position:  relative;
}
.custom-google-search svg{
  fill:#fff;
  position: relative;
  top: 2px;
}
.custom-google-search form a.hs-button.primary {
    position:  absolute;
    top:  0;
    right:  0;
    /* font-size: 0px; */
    padding: 10px 20px;
    width: auto;
    vertical-align: middle;
    border-radius: 0 3px 3px 0;
  	border: 1px solid #01baef;
    background-color: #01baef;
  	height: 40px;
}

.custom-google-search form a.hs-button.primary:hover {
    border-color: #2593d1;
    background-color: #2593d1;
}


.custom-popular-post h3 {
    font-size: 1.1em;
    color: #01baef;
    border-bottom: 2px solid #59c3c3;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    padding-bottom: 3px;
  	margin: 0 0 5px;
}
.custom-popular-post ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.custom-popular-post ul li {
    padding: 10px 0;
  	border-bottom: 1px dashed #c2c2c2;
  	font-size: .9em;
  	line-height: 1.5;
  	font-weight: 600;
}
.custom-popular-post ul li a {
    color: #808080;
}
.custom-popular-post ul li a:hover {
    color: #01baef;
}
.blog .blog-sidebar .widget-span {
    margin-bottom: 40px;
}

.custom-expert-today-form .hs_cos_wrapper_type_form {
    margin:  0 !important;
    padding: 10px;
    background-image: url('https://cdn2.hubspot.net/hubfs/2803674/form_bg.png');
    background-color: #01baef;
    background-size: cover;
  	box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.05);
}

.custom-expert-today-form .hs_cos_wrapper_type_form h3 {
    font-size: 1.6em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 15px 15px 0;
    margin: 0;
    line-height: 1.5;
  	text-shadow: 0 0 5px rgba(0,0,0,1);
}

.custom-expert-today-form .hs_cos_wrapper_type_form form {
    padding: 10px 15px;
}

.custom-expert-today-form .hs_cos_wrapper_type_form form label {
    /*color:  #fff;
    margin: 10px 0 0;
    display:  inline-block;
    font-size:  14px;
  	font-weight: 600;
  	letter-spacing: .1;*/
  	display: none;
}

.custom-expert-today-form  form input[type="text"],
.custom-expert-today-form  form input[type="email"],
.custom-expert-today-form  form input[type="tel"], 
.custom-expert-today-form  form select {
    font-size: 14px;
    padding: 7px 10px;
    margin: 15px 0;
    width: 100%;
  	border: none;
    /*border: 1px solid #000;*/
  	background-color: #fff;
    font-weight: 500;
    line-height: 20px;
    color: #3c4147;
  	letter-spacing: .5px;
    font-family: Poppins, Arial, sans-serif;
}

.custom-expert-today-form  form input::placeholder {
    color: #808080;
  	font-weight: 500;
  	letter-spacing: .5px;
    opacity: 1; /* Firefox */
}
.custom-expert-today-form  form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #808080;
  	font-weight: 500;
  	letter-spacing: 1px;
}
.custom-expert-today-form  form input::-ms-input-placeholder { /* Microsoft Edge */
   color: #808080;
  	font-weight: 500;
  	letter-spacing: 1px;
}

.custom-expert-today-form .hs-input.invalid.error {
    background-color: #fff;
    border: solid 2px #ffeb00;
}
.custom-expert-today-form  ul.hs-error-msgs.inputs-list label {
  	display: inline-block;
    font-size: 13px;
    line-height: 17px;
    color: #ffeb00;
    margin: 10px 0 0;
}
.custom-expert-today-form input.hs-button.primary.large {
    -webkit-box-shadow: 0px 5px 0px #b84f62;
    -webkit-user-select: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ea657b;
    border: 0;
    color: #fff;
    /*font-family: Open Sans,sans-serif;*/
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block !important;
    text-align: center;
    padding: 12px 6% 10px;
    margin: 10px auto 20px;
    width: 100%;
  	border-radius: 3px;
}
.custom-expert-today-form input.hs-button.primary.large:hover {
  background-color: #b84f62;
}

.custom-sidebar-category ul {
    list-style-type: none;
    padding-left: 0;
    margin: 5px 0;
}

.custom-sidebar-category ul li {
    background: transparent;
    line-height: 1.3em;
    padding: 5px 0;
}

.custom-sidebar-category ul li a {
  	font-size: .9em;
    font-weight: 600;
    color: #808080;
}
.custom-sidebar-category ul li a:hover{
    color: #01baef;
}
.custom-sidebar-category ul li a span.filter-link-count {
    font-weight: 300;
}


.custom-sidebar-category ul li:not(:first-child) {
    border-top: 0;
}
.custom-sidebar-category h3 {
    font-size: 1.1em;
    color: #01baef;
    border-bottom: 2px solid #59c3c3;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
  	text-align: left;
  	padding-bottom: 3px;
  	margin-bottom: 10px;
}
a.filter-expand-link {
    color: #01baef;
    font-weight: 600;
  	font-size: .9em;
}
a.filter-expand-link:hover {
  	color: #1594bd;
}

.custom-footer-social-email-wrapper {
    background: #f7f7f7;
    border: 2px solid #eaeaea;
    padding: 10px 20px 25px;
    margin-top: 40px;
}

.hs-blog-sidebar-social h3 {
    font-size: 1.1em;
    color: #01baef;
    border-bottom: 2px solid #59c3c3;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
  	text-align: left;
  	padding-bottom: 3px;
  	margin-bottom: 15px;
}

.hs-blog-sidebar-social ul li {
    display:  inline-block;
  	float: left;
  	margin-right: 6px;
}


.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.hs-blog-sidebar-social ul {
    padding:  0;
    margin:  0;
    list-style:  none;
}

.hs-blog-sidebar-social {
    text-align:  center;
}
.custom-sidebar-email-form .hs_cos_wrapper_type_form {
    background: none !important;
    margin: 0;
    padding: 0;
}
.custom-sidebar-email-form span.hs-form-required {
    display: none;
}
.custom-sidebar-email-form h3 {
    line-height: 1.3em;
    font-weight: 600;
    color: #000;
    font-size:  16px;
    line-height:  21px;
    text-align:  center;
}
.custom-sidebar-email-form form input[type="email"] {
  font-size: 14px;
  border: 1px solid #ea657b;
  border-right: 0;
  border-radius: 0;
  padding: 8px 15px;
  margin: 0;
  color: #000 !important;
  outline:none;
  width: calc(100% - 80px);
  -webkit-appearance: none;
} 
.custom-sidebar-email-form input.hs-button.primary.large {
  font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    padding: 8px 15px;
    margin: 0;
    background-color: #ea657b;
    border: solid 1px #ea657b;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block !important;
    position: absolute;
    top: 0;
    right: 0;
}
.custom-sidebar-email-form input.hs-button.primary.large:hover {
  background-color: #b84f62;
  border: solid 1px #b84f62;
}
.custom-sidebar-email-form form {
    position: relative;
}
.custom-expert-today-form select {
    -webkit-appearance: none;
    /*background-image: url("//cdn2.hubspot.net/hubfs/2803674/dropdown-arrow-line.png");*/
  	background-image: url("//cdn2.hubspot.net/hubfs/2803674/caret-down.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-color: #161618;
    font-weight: 300;
    line-height: 20px;
    color: #161618;
    padding: 10px;
}

.hs-blog-post .post-header {
    display:  block;
    width:  100%;
    padding:  0;
}

.section.post-header h1 {
    font-size:  35px;
    line-height:  46px;
    font-weight:  600;
  	color: #3c4147;
}

.hubspot-editable p, p strong {
  font-size: 1.5em;
}

p#hubspot-topic_data {
    font-size:  15px;
    line-height:  26px;
    color:  #666;
    font-family:  "Open Sans", sans-serif;
}

p#hubspot-topic_data a {
    /*background: #f7f7f7;
    border: 2px solid #eaeaea;
    border-radius: 5px;*/
    padding: 0 3px;
    font-size: 14px;
}

p#hubspot-topic_data a:hover {
    transition: all .3s;
    color: #000;
    font-weight: 400;
}

#hs_cos_wrapper_blog_comments form {
    display: block;
    background: #f7f7f7;
    padding: 40px;
    border: 1px solid #eaeaea;
  	border-radius: 6px;
  	overflow: hidden;
}

#hs_cos_wrapper_blog_comments form label {
	color: #000;
  font-size: 16px;
  line-height: 20px;
}

#hs_cos_wrapper_blog_comments form input,
#hs_cos_wrapper_blog_comments form textarea{
	background: #fff;
  border: 2px solid #eaeaea;
  border-radius: 5px;
}

#hs_cos_wrapper_blog_comments form .hs-button{
	 background-color: #45b2e9;
   border-radius: 25px;
   color: #f2f2f2;
   cursor: pointer;
   display: inline-block !important;
   width: 48%;
   text-align: center;
   font-size: 16px;
   padding: 12px 6% 10px;
   margin-top: 20px;
   letter-spacing: 1px;
   font-weight: normal;
   outline:none;
  font-weight:600;
  white-space: normal;
}
 .custom-comment-form ul.hs-error-msgs.inputs-list label {
    font-size:  13px !important;
    color:  #ff0000 !important;
    margin: 0 !important;
}
.custom-comment-form li.hs-form-booleancheckbox label {
    color: #333 !important;
}
.grecaptcha-badge{
  margin-bottom: 10px !important;
}
/*.hs-blog-listing ul.hs-blog-social-share-list {
  display:none !important;
}
ul.hs-blog-social-share-list {
    position: fixed;
    width: 111px;
    left: 10px;
    right: 0;
    top: 50%;
}*/
.fb_iframe_widget span {
	display: block!important;
}

/* LinkedIn Share Icon */
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
 /* margin-right: 10px;
  margin-top: -6px;*/
  margin: -6px 10px 6px 0;
}


.hs-blog-post div#hubspot-author_data {
}


.custom-blog-top-pane-wrapper .page-center {
  padding: 30px 0 30px !important;
  transition: all 0.4s;
}
/*.scroll .custom-blog-top-pane-wrapper {
  position: fixed;
  z-index: 100000;
  width: 100% !important;
  left: 0;
  top: 0;
}*/
.custom-blog-top-pane-wrapper {
    background-color: rgba(255,255,255,0.9);
}
.custom-blog-top-pane-wrapper .latest-news {
  	font-size: 1.25em;
  	color: #3c4147;
  	text-transform: uppercase;
  	letter-spacing: 1px;
 	 	font-weight: 700;
  	padding-top: 8px;
}

.scroll .custom-blog-top-pane-wrapper .page-center {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}



.custom-blog-bottom-pane-wrapper {
  background-image: url('//cdn2.hubspot.net/hubfs/2803674/watch-demo-bg-img_blue.jpg');
}

.custom-blog-bottom-pane-wrapper .page-center {
  padding: 4% 10px !important;
}

#watch-demo h3 {
  margin-bottom: 1.5em;
  font-size: 2em;
  letter-spacing: .5px;
  text-shadow: 0 0 5px rgba(0,0,0,1);
}
#watch-demo a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border: 3px solid #fff;
  padding: 10px 20px;
}
#watch-demo a:hover {
  background-color: #fff;
  color: #3ca9e6;
}

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

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

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

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

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


/* =============== Blog 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 {
	background-color: #fff;
  padding: 1em;
}

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

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

/* Blog Author and Topic*/
#hubspot-author_data {
	color: #808080;
  font-size: .8em;
  line-height: 1.5;
  text-align: center;
}
#hubspot-author_data a.topic-link {
  color: #817dc5 !important;
}
#hubspot-author_data a.topic-link:hover {
  color: #686496 !important;
}

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

.blog-post-wrapper #hubspot-author_data {
  text-align: left;
  margin-bottom: 1em;
}

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

}

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

  height: auto !important;
}


#comments-listing {

  margin-bottom: 30px;
  margin-top: 30px;
}


.comment.depth-0 {
  border-bottom: 1px solid #ccc !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;
  text-align: left !important;
}
#comment-form{
   display: block;
   margin: 15px 0;
   padding: 15px;
       
}


.custom_listing_comments{
   border: 1px solid #E2E2E2;
   display: block;
   line-height: 165%;
   padding: 15px;

   line-height:26.4px;
}
div#comments-listing.no-comments {
	border: none;
}

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

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

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

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

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


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form {
  display: block;
  margin-bottom: 25px;
  max-width: 600px;
  background-color: #01baef;
  /*background: url(//cdn2.hubspot.net/hubfs/2803674/Trumpia_March2018%20Theme/Images/pattern-bg-blue.gif) no-repeat;
  background-size: cover;
  position: relative;*/
  padding: 20px;
}
.form-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
  	text-align: center;
}
.hs-input.invalid.error {
    background-color: #ffb2b2;
    border-color: #ffb2b2;
}
.hs-input.invalid.error {
    background-color: #ffb2b2;
    border-color: #ffb2b2;
}

ul.hs-error-msgs.inputs-list label {
    font-size:  12px;
    line-height:  17px;
    color:  #8f0000;
    margin: 0;
}

ul.hs-error-msgs.inputs-list {
    margin: -21px 0 0;
    padding:  0;
    list-style:  none;
}

.hs_error_rollup ul {
    margin-top: -10px !important;
}
.subscribe-options label {
    color: #161618 !important;
 
}

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

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

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

/* Labels and Legends */
label {
  font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ceced0;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    font-size: 14px;
    line-height: 18px;
    color: #555;
    display: block;
    font-family: "Open Sans", sans-serif;
    margin:0 0 20px;
}

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 */
.hs-error-msgs label{}

/* 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 5px; }
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;
    padding: 15px 40px;
    font-size: 15px;
    line-height: 1.3;
    border-radius: 4px;
    font-weight: 700;
    color: #FFF;
    background-color: #ea657b;
    border-color: #ea657b;
    border: none;
    text-transform: uppercase;
    display: block;
  	margin: 0 auto;
  
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #FFF;
  background-color: #ea657b;
}

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


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

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


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

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


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

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


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

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


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

.custom-header-lp .custom-logo {
    padding-top: 46px !important;
}
.custom-lp .mobile-trigger{
  display:none !important;
}
.custom-system-page {}

.blog.custom-system-page .custom-header-wrapper {
    position: static;
    background-color: #333;
}

.blog.scroll-header.custom-system-page .custom-header-wrapper {
    position: static;
    background-color: #333;
}

.custom-system-page .custom-header-top-wrapper {
    /* min-height: 98px !important; */
}
.blog .custom-banner-area {
   /*min-height: 91.5vh;
   height: 91.5vh;*/
  height: 400px;
  min-height: 400px;
}

/*.blog .custom-banner-area h1 {
    font-size: 54px;
    font-weight:  700;
    color:  #f2f2f2;
    margin-bottom: 25px !important;
}*/

/*.blog .custom-banner-area p {
    font-size:  36px;
  	line-height: normal;
    font-weight: 700;
    color:  #f2f2f2; 
}*/
.custom-logo h2 {
    display: none !important;
}

.custom-sidebar-email-form ul.hs-error-msgs.inputs-list {
    margin:  0;
}

.custom-sidebar-email-form .hs-input.invalid.error {
    border-color: #eaeaea;
    background-color: #fff;
}
form#email-prefs-form h3 {
    color:  #fff;
}
.widget-type-email_simple_subscription .page-header h1 {
    color:  #fff;
}
span.mobile-close-icon:hover {
    color: #333;
}


/* 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: 1500px) {
  ul.hs-blog-social-share-list {
    position:static;
    width:auto;
  }
  #hs_cos_wrapper_blog_comments form{
    padding-left:25px;
    padding-right:25px;
  }
}

@media (max-width: 1299px) {
    .container-fluid .row-fluid .page-center {
      max-width: 1100px;
    }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0 0 0 40px;
    display: block;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-left:2px;
    padding-right:2px;
  }
  
  /*.custom-blog-top-pane-wrapper .latest-news {
    margin-left: 0px;
    font-size: 1.15em;
  }*/
  .custom-blog-top-pane-wrapper .row-fluid .span2 {
    width: 10% !important;
  }
  .custom-blog-top-pane-wrapper .row-fluid .span4 {
    width: 40% !important;
  }
  
  .post-item {
    margin: 0 .75em 1.5em 0;
    font-size: 98%;
  }
  
  
}

@media (max-width: 1280px) {
 .blog .custom-banner-area h1{
    font-size: 46px;
    line-height: 66px;
  }
  .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        padding: 20px 0px 15px;
  }
  
}

@media (max-width: 1199px) {
   /* .container-fluid .row-fluid .page-center {
      max-width: 1000px; 
    }
  .custom-header-contact-demo ul {
      top: 14px;
      right: 22px;
  }
  .custom-header-top-links {
    padding-right: 270px;
  }
  .custom-logo img {
    position: absolute;
    top: 10px;
    left: 20px;
  }
  .custom-menu-primary {
    width:  100% !important;
    margin:  0 !important;
  }

  .custom-logo {
    width: 100% !important;
    margin: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0 10px;
  }
  span.arrow-top{
    top:50px;
  }*/
  
  .custom-menu-primary .hs-menu-wrapper > ul {
      padding:  0;
    }
  .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
      padding: 18px 0 !important;
  }
  .custom-header-wrapper{
    min-height: 108px !important;
  }
  .custom-blog-top-pane-wrapper .page-center {
      padding: 20px 0 20px !important;
  }
  .custom-blog-top-pane h2{
      font-size: 22px;
      line-height: 29px;
  }
  .custom-blog-top-pane p a {
    font-size: 15px;
    line-height: 23px;
  }
  .blog .custom-banner-area {
    min-height: 350px;
    height: 350px;
  }
  .blog .custom-banner-area h3 {
    font-size: 20px;
  }
  

	  
}

@media (max-width: 1099px) {
  .container-fluid .row-fluid .page-center {
    max-width: 975px;
  }
 .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0 5px;
 }

 .custom-blog-top-pane h2{
      font-size: 19px;
      line-height: 25px;
  }
  .custom-blog-top-pane p a {
       padding: 8px 8px;
  } 
  
}

@media (max-width: 1024px) {
    .container-fluid .row-fluid .page-center {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px;
    }
  .custom-footer-contact strong {
    font-weight: 400;
    font-size: 12px;
  }
  .custom-footer-contact p {
    margin: 0;
    padding: 10px 0 0px 5px;
    font-size: 11px;
  }
  .custom-copyright-wrapper {
    padding-bottom: 19px;
    padding-top: 20px;
}
  .custom-copyright-wrapper p {
    margin: 0;
    padding-left: 0px;
  }
  .custom-copyright {
    width:  100% !important;
    margin: 0 !important;
  }

  .custom-footer-contact {
    width:  100% !important;
    margin:  0 !important;
  }
  .custom-footer-authorize {
    padding: 10px 0 20px;
  }

  .custom-footer-authorize ul li {
    padding: 5px 19px;
  }

  .custom-footer-links {
    padding: 20px 0 10px;
  }
  .custom-footer-top-wrapper {
    padding: 30px 0;
  }
  .custom-logo-social-wrapper {
    padding-right: 16px;
  }
  #back-to-top {
      bottom: 18px;
      right: 5px;
  }
  .custom-footer-mennu .hs-menu-wrapper>ul>li{
        min-height: 223px;
  }
  .custom-logo img {
    max-width: 112.5px;
    position: static;
  }
  .custom-header-contact-demo {
      display: none !important;
  }
  .custom-header-top-links {
      display:  none !important;
  }
  .custom-logo {
    padding: 10px 0 9px;
    position:relative;
  }

  .custom-header-wrapper {
    min-height: 50px !important;
  }
  .custom-banner-title {
    text-align: center;
   }
  .custom-menu-desktop {
    display: none !important;
  }
  .custom-mobile-contact-demo ul {
    margin:  0;
    padding:  0;
    list-style:  none;
  }

  .custom-mobile-contact-demo ul li {
    display:  inline-block;
  }

  .custom-mobile-contact-demo ul li a {
    padding: 9px 24px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
    text-transform:  uppercase;
    color: #FFF;
    background-color: #01baef;
    border-color: #01baef;
    text-align:  center;
    display:  inline-block;
    border-radius: 2px;
  }

  .custom-mobile-contact-demo {
    text-align:  center;
    padding: 22px 0px;
  }

  .custom-mobile-contact-demo ul li:nth-child(2) a {
    color: #FFF;
    background-color: #817dc5;
    border-color: #817dc5;
  }
  .custom-mobile-contact ul {
    margin:  0;
    padding:  0;
    list-style:  none;
  }

  .custom-mobile-contact ul li {
    font-size:  14px;
    line-height:  20px;
    color:  #333;
  }

  .custom-mobile-contact {
    padding: 0px 20px;
  }

  .custom-mobile-contact ul li p {
    margin: 10px 0 0;
}

  .custom-mobile-contact ul li:last-child {
    font-size:  12px;
    line-height:  17px;
  }

  .custom-mobile-contact ul li:nth-child(2) {
    font-size:  20px;  
    color: #01baef;
  }
  .custom-mobile-contact ul li:nth-child(2) i:before {
    content: "\f10b";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 26px/1 FontAwesome;
  }
  span.mobile-close-icon:before {
    content: "\f00d";
  }

  span.mobile-close-icon {
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    position: absolute;
    top: 16px;
    right: 14px;
    background-color: #FFF;
    font-weight: 400;
    font-size: 18px;
    color: rgb(102, 102, 102);
    z-index: 999;
    cursor: pointer;
  }
  .custom-banner-title p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
  }
  .custom-banner-title h1 {
    font-size: 34px;
    line-height: 41px;
  }
  .custom-header-top-wrapper {
    min-height: 50px !important;
  }
  .custom-banner-area{
   	 margin-top: 0; 
  }
  .custom-header-lp .custom-logo {
    padding-top: 9px !important;
    padding-bottom: 7px !important;
  }
  .blog .blog-content {
    padding-right:  0px;
  }
  .blog .blog-sidebar {
    padding-left: 0px;
    padding-right: 0px;  
  }
  
   .custom-blog-top-pane h2{
      font-size: 18px;
      line-height: 23px;
  }
  .custom-blog-top-pane p a {
       font-size: 13px;
      line-height: 20px;
  } 
  .custom-blog-top-pane .hs_cos_wrapper {
    max-width: 652px;
  }
  .blog .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #161618;
  }
  .blog .custom-banner-area {
    min-height: 275px;
    height: 275px;
   }
  .custom-logo {
    position:  relative;
  }
  .custom-logo h2 {
    display:block !important;
  }
  .custom-logo h2 span {
    font-size: 13px !important;
    line-height:  21px;
    margin-right: 4px;
    position: relative;
    top: -1px;
  }
  .custom-logo h2 {
       margin: 0;
    font-size: 15px;
    line-height: 21px;
   color: #2e9cd2;
    font-weight: 400;
    position: absolute;
    right: 45px;
    top: 15px;
 }
 .blog .custom-logo h2 {
     color: #fff;
  }
  .scroll-header .custom-logo h2 {
    color: #2e9cd2;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
 }
  .blog-pagination>div {
    margin-bottom: 10px;
  }
  
   .custom-blog-top-pane-wrapper .row-fluid .span2 {
    width: 5% !important;
  }
  
  
  .custom-expert-today-form .hs_cos_wrapper_type_form form {
    padding: 5px 10px;
  }
  
  .custom-expert-today-form .hs_cos_wrapper_type_form h3 {
    font-size: 1.4em;
   	padding: 15px 0 0;
  }
  
  .custom-expert-today-form form input[type="text"], 
	.custom-expert-today-form form input[type="email"], 
	.custom-expert-today-form form input[type="tel"], 
	.custom-expert-today-form form select {
  	font-size: 13px;
  }
  
  .custom-expert-today-form input.hs-button.primary.large {
    font-size: 13px;
  }
 
  
}

@media (max-width: 960px) {
  
  .post-item {
    width: 47%;
    min-height: 400px;
  }
  
  
  
}


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

@media (max-width: 767px) {
  .custom-copyright-wrapper {
    border-bottom: #dedede 1px solid;
    margin-bottom: 54px !important;
  }

  .custom-copyright-wrapper {
    padding-bottom: 14px;
    padding-top: 15px;
  }

  .container-fluid .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  #back-to-top {
    bottom: -59px;
    right: 0;
    left: 0;
  }
  .custom-footer-authorize {
    padding: 5px 0 15px;
  } 
  .custom-footer-authorize ul li {
    padding: 5px 0px;
  }
  .custom-footer-links ul li a{
    padding-left:8px;
    padding-right:8px;
  }
  .custom-footer-links ul li{
    width:auto;
  }
  .custom-footer-links {
    padding: 15px 0 5px;
  }
  .custom-footer-links ul li:after{
    top:7px;
  }
  .custom-footer-mennu .hs-menu-wrapper>ul>li:nth-child(1) {
    width: 100% !important;
  }
  .custom-footer-mennu .hs-menu-wrapper>ul>li:nth-child(2) {
    width: 100% !important;
  }
  .custom-footer-mennu .hs-menu-wrapper>ul>li:last-child {
    width: 100% !important;
  }
  .custom-footer-mennu .hs-menu-wrapper>ul>li {
    min-height: 100%;
    border-left: 0;
    text-align: center;
  }
	.custom-footer-mennu .hs-menu-wrapper>ul {
    margin: 0;
   }
  .custom-footer-mennu .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
    font-weight: 700;
    color: #555;
    padding-bottom: 0;
    text-transform: uppercase;
    line-height: 18.57px;
  }
  .custom-footer-top-wrapper {
    padding-bottom:20px;
    padding-top: 20px;
  }
  .custom-footer-mennu .hs-menu-wrapper>ul>li{
        padding: 10px 0px;
  }
  .custom-logo-social-wrapper {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .widget-type-google_search,
  #comment-form {
    max-width: 100%;
  }
  /*.post-header {
    width:  100%;
    padding:  0;
  }

  .post-body-summary {
    width:  100%;
    padding:  0;
  }*/
  .hs-featured-image-wrapper {
    min-height: 225px;
    
  }
  .blog .blog-sidebar {
    margin-top: 40px; 
  }
  .custom-expert-today-form .hs_cos_wrapper_type_form form {
    padding: 5px 10%;
  }
  /*.custom-expert-today-form input.hs-button.primary.large {
    font-size: 15px;
    width: 43%;
    padding: 12px 6% 10px;
    margin: 20px 25%;
    border-radius: 25px;
    white-space: normal !important;
    
   }*/
  .custom-footer-social-email-wrapper {
    display: none !important; 
  }
  .custom-banner-area{
    min-height: 450px;
    background-size: cover;
  }
  .custom-banner-title h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .blog .custom-banner-area {
    min-height: 200px;
    padding-top: 80px !important;
  } 
  .blog .custom-banner-area h1{
    font-size: 44px;
    line-height: 63px;
  }
  .blog .custom-banner-area p {
    font-size: 22px;
    line-height: 29px;
  }
  .custom-blog-top-pane h2 {
    display:  block;
    width:  100% !important;
    text-align:  center;
    font-size:  22px;
    line-height:  29px;
    padding:  0;
    margin: 0 0 20px;
}

.custom-blog-top-pane p {
    display:  block;
    width:  100%;
    padding:  0;
    text-align:  center;
}

  .custom-blog-top-pane p a {
    padding: 8px 20px;
    font-size:  15px;
    line-height:  23px;
  }

  .custom-blog-top-pane-wrapper .page-center {
    padding-top: 15px !important;
    padding-bottom:  15px !important;
  }

  .custom-blog-top-pane .hs_cos_wrapper {
    max-width: 100%;
  }

  .custom-blog-top-pane {
    padding:  0 15px;
  }
  .custom-footer-middle-wrapper {
    background-color: #fff;
  }
  .footer-container {
    background-color: #f7f7f7;
  }
  
   /*.custom-blog-top-pane-wrapper .row-fluid .span2 {
    width: 1% !important;
  }*/
  
  .custom-blog-top-pane-wrapper .row-fluid .span4 {
    width: 100% !important;
    margin: 0 auto;
    padding: .25em 10%;
  }
  
  .custom-blog-top-pane-wrapper .latest-news {
    text-align: center;
  }
  
  
  
}  
@media (max-width: 600px) {
  .custom-logo h2 span{
    display:block;
  }
 .custom-logo h2 {
    text-align: right;
    line-height: 14px;
    right: 34px;
    top: 5px;
 }
  .custom-banner-area .page-center{
        padding: 0 15px !important;
  } 
  
  
  .hs-featured-image-wrapper {
    	min-height: 175px !important;
  }
  
  
  
}

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

@media (max-width: 479px) {
  .custom-footer-links ul li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .custom-banner-area{
    min-height: 360px;
  }
   .custom-banner-title h1 {
     font-size: 26px;
     line-height: 31px;
     color: #fff;
     font-weight: 700;
     text-shadow: 0 0 4px rgba(0,0,0,1);
  }
  .custom-banner-title p {
    color:#fff;
    text-shadow: 0 0 4px rgba(0,0,0,1);
  }
  
  .blog .custom-banner-area h3 {
    line-height: 1.5;
  }
  
  .post-item {
    width: 100%;
  }
  
  .custom-blog-top-pane-wrapper .latest-news {
    font-size: 1em;
  }
  
  .custom-blog-bottom-pane-wrapper .page-center {
    padding: 2em !important;
  }
  
  #watch-demo h3 {
    font-size: 1.75em;
    line-height: 1.5;
  }
  
  .blog-pagination a {
    font-size: .75em;
    margin-right: 0;
  }
  
  
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: left !important;
  }
  
  
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
    .custom-sidebar-email-form input.hs-button.primary.large {
    padding: 9px 15px;
  }
}  

 

  
}



@media (max-width: 359px) {
  .container-fluid .row-fluid .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }
  
    .custom-banner-area{
    min-height: 320px;
  }
   .custom-banner-title h1 {
     font-size: 24px;
     line-height: 29px;
  }
  .custom-banner-title p {
     font-size: 15px;
     line-height: 18px;
  }
  
  
  
  
  
}



