/* ==========================================================================
   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%3A300%2C300italic%2C400%2C400italic%2C600%2C600italic%2C700&ver=5.1.1');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');

@font-face {
  font-family:'FontAwesome';
  src:url('//cdn2.hubspot.net/hubfs/5728104/PPC_Entourage_April2019/fonts/FontAwesome/fontawesome-webfont.eot') format('embedded-opentype'),
      url('//cdn2.hubspot.net/hubfs/5728104/PPC_Entourage_April2019/fonts/FontAwesome/fontawesome-webfont.woff2') format('woff2'),
      url('//cdn2.hubspot.net/hubfs/5728104/PPC_Entourage_April2019/fonts/FontAwesome/fontawesome-webfont.woff') format('woff'),
      url('//cdn2.hubspot.net/hubfs/5728104/PPC_Entourage_April2019/fonts/FontAwesome/fontawesome-webfont.ttf') format('truetype'),
      url('//cdn2.hubspot.net/hubfs/5728104/PPC_Entourage_April2019/fonts/FontAwesome/fontawesome-webfont.svg') format('svg');
  font-weight:normal;
  font-style:normal
}

@font-face {
  font-family: "sw-icon-font";
  src:url("//cdn2.hubspot.net/hubfs/5728104/PPC_Entourage_April2019/fonts/sw-icon-font/sw-icon-font.eot") format("embedded-opentype"),
      url("//cdn2.hubspot.net/hubfs/5728104/PPC_Entourage_April2019/fonts/sw-icon-font/sw-icon-font.woff") format("woff"),
	    url("//cdn2.hubspot.net/hubfs/5728104/PPC_Entourage_April2019/fonts/sw-icon-font/sw-icon-font.ttf") format("truetype"),
      url("//cdn2.hubspot.net/hubfs/5728104/PPC_Entourage_April2019/fonts/sw-icon-font/sw-icon-font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 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;
}
.blog.hs-blog-post:not(.demo-1111) .nc_wrapper.bottom{display: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-color: #f7f5f2;
  color: #353535;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
}

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

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


/* =============== 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 15px;
	font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 3em;
  line-height: 1em;
  border-bottom: 4px solid #ba2828;
  padding-bottom: .5em;
  font-family:"Montserrat", sans-serif;
  font-weight: 700;
}
h2 {
  font: 40px/1.1 "Montserrat", sans-serif;
  color: #222;
}
h3 { 
  font: 30px/1.1 "Montserrat", sans-serif; 
}

h4 { 
  font: 26px/1.1 "Montserrat", sans-serif; 
}

h5 { 
  font: 22px/1.1 "Montserrat", sans-serif; 
}

h6 { 
  font: 18px/1.1 "Montserrat", sans-serif; 
}


/* Anchor Links */
a {
  color: #c10000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover, a:focus {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* Lists */
ul, ol {
  margin:0 0 15px;
}
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 {}
.widget-span.custom-header-wrapper {
    background-color: #ffffff;
}

.widget-span.custom-header .page-center > .row-fluid-wrapper > .row-fluid {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

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

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

.widget-span.custom-logo.header-logo img {
    max-height: 80px;
    height: auto;
    vertical-align: middle;
    max-width: 157px;
    width: 100% !important;
}

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

.body-container .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
  padding-left:0;
  padding-right:0;
}

body:not(.blog) .body-container-wrapper {
    padding: 80px 0;  
}

body:not(.blog) .main-content-wrapper {
    padding: 30px;
    background-color: #fff;
    max-width: 1170px;
    margin: 0 auto 30px;
}

body:not(.blog) .main-content-wrapper .page-center{
  padding-left: 0;
  padding-right: 0;
}

.body-container {}

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

.entry-content .no-author-img .abh_text {
    margin-left: 0;
}
.widget-span.custom-header-wrapper {
    border-bottom: #efefef 1px solid;
}
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.widget-span.custom-footer-top {
    color: #999;
    padding: 70px 0 71px;
    background-color: #fff;
}
.footer-logo a img {
    width: 218px !important;
}

.widget-span.widget-type-custom_widget h3 {
    color: #ee5050;
    font-size: 15px;
    font-weight: 700;
    font-family: Calibri;
    margin-bottom: 20px;
}
.widget-span.widget-type-custom_widget .hs-menu-wrapper > ul > li{
margin-bottom:15px;
}
.widget-span.widget-type-custom_widget .hs-menu-wrapper > ul > li > a {
    font-family: Calibri;
    font-size: 14px;
    font-weight: 400;
    color: #7a7e8f;
}
.widget-span.widget-type-custom_widget .hs-menu-wrapper > ul > li > a:hover {
    color: #ee5050;
}

.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper ul{}
.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper ul li{position: relative;margin:0;}
.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children .child-trigger {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0;
    font-family: "Fontawesome";
    font-size: 16px;
    text-align: center;
    cursor: pointer;
  line-height:32px;
}

.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children .child-trigger::before{content: "\f107";
    position: absolute;
    right: 0;
}
.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper ul > li.Login .child-trigger {
    right: 10px;
}
.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper ul li a{
  font-family: 'Montserrat', sans-serif;
  font-size:14px;
  font-weight:700;
  color:#222;
  padding: 5px 15px;
}
.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper ul li a:hover{color: #ee5050;}
.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper ul > li.Login > a {
    border: 1px solid #ee5050;
    border-radius: 50px;
    color: #ee5050;
    padding-right: 26px;
    margin-left: 12px;
}
.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper ul > li.Login > a:hover{background-color:#ee5050;color:#fff;}
.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper > ul ul {
    width: 220px;
    box-shadow: 0 0 8px rgba(194, 194, 194, 0.4);
    border-left: 3px solid #ee5051;
    border-radius: 7px 0 0 7px !important;
  padding:10px 0;
}
.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before, 
.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper > ul > li > ul:after{display:none;}
.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #222;
    font-weight: 400;
    padding: 8px 18px;
    border-top: 0px solid #eee;
    font-size: 14px;
}

.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a {
    background-color: transparent;
    color: #c10000;
}

/*.widget-span.custom-footer-top .page-center > .row-fluid-wrapper > .row-fluid > div {
    width: 33.33333333%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
}*/
/*.widget-span.custom-footer-links .hs-menu-wrapper > ul > li > a {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #7a7e8f;
    margin: 0 0 25px;
}
.widget-span.custom-footer-links .hs-menu-wrapper > ul > li > ul {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.widget-span.custom-footer-links .hs-menu-wrapper > ul > li > ul > li > a {
    color: #7a7e8f;
    display:inline-block !important;
}

.widget-span.custom-footer-links .hs-menu-wrapper > ul > li > ul > li > a:hover {
    color: #ee5050;
}

.widget-span.custom-footer-links .hs-menu-wrapper > ul > li > ul > li {
    margin-bottom: 20px;
    font-size: 16px;
}*/

.custom-footer-popup-inner p {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 16px;
}

.custom-footer-popup-inner p a.terms_footer_use {
    display: inline-block;
    padding: 0 15px;
    color: #888;
    border-style: solid;
    border-radius: 3px;
    font-size: 11px;
    border: 1px solid #D2D3D3;
    line-height: 18px;
    font-weight: bold;
    background: #FFF url(//cdn2.hubspot.net/hubfs/5728104/PPC_Entourage_April2019/images/icon_green_mini.png) no-repeat;
    background-size: auto 14px;
    background-position: 7px 3px;
    background-position-x: 6px;
    background-position-y: 2px;
    padding-left: 20px;
    text-decoration: none;
    color: #59636D;
    -webkit-box-shadow: 0 1px 0 #ebebec;
    box-shadow: 0 1px 0 #ebebec;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.08);
    box-shadow: 0 1px 0 rgba(0,0,0,0.08);
    border-top-color: #D0D0D0;
    border-left-color: #C3C3C3;
    border-right-color: #C3C3C3;
    border-bottom-color: #B8B9BA;
    font-family: "Helvetica Neue", Helvetica, Arial, FreeSans, sans-serif;
}

.custom-footer-popup-inner p a.terms_footer_use:hover {
    color: #333;
}


.widget-span.custom-footer-bottom {
    background: #f4f4f4;
    padding: 20px 0;
}
.widget-span.custom-footer-bottom .footer-copyright-text p {
    font-size: 14px;
    margin: 13px 0 0;
    color: #7a7e8f;
    font-family: "Open Sans", sans-serif;
}
.widget-span.custom-footer-bottom .supported-countries p {
    color: #1f2129;
    margin: 0 0 10px;
}
.widget-span.custom-footer-copyright a {
    color: #838383;
    text-decoration: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-angle-up:before {
    content: "\f106";
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  font-size: 16px;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  font-weight: 700;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  color: #222;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: none;
  transition: color 0.3s linear;
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  width: 180px;
  top: 100%;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 8px rgba(194, 194, 194, 0.4);
  transform: translateY(5px);
  transition: opacity 150ms ease-out 0s, transform 150ms ease-out 0s !important;
  pointer-events: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    font-weight: 700;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #222;
    display: block;
    background-color: #fff;
    font-weight: 400;
    padding: 8px 18px;
    text-transform: none;
    border-top: 1px solid #eee;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    white-space: normal !important;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
}

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

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

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    transform: translateY(0px);
    pointer-events: auto;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.Trial > a {
    color: #fff!important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.Trial {
    background: #21ad43;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child a {
    border-top: none;
}

/* 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-menu-primary .hs-menu-wrapper {
      display: block;
      float: right;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
      color: #c10000;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a{
      background-color: #c10000;  
      color: #fff;  
    }

  
    /* Header Fixed Styling */

    .header-hide .widget-span.custom-header-wrapper {
      min-height: 110px;
    }
  
    .header-hide .widget-span.custom-header {
      position: fixed;
      width: 100%;
      z-index: 9999;
      opacity: 0;
      top: -100px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background-color: #ffffff;
    }

    .header-hide.header-show .widget-span.custom-header {
      opacity: 1;
      top: 0;
      box-shadow: 0 0 8px rgba(194, 194, 194, 0.4);
    }
  
    .blog .blog-sidebar > .row-fluid-wrapper:nth-child(3) {
      position: -webkit-sticky;
      position: sticky;
      top: 115px;
    }

}


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

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

@media (max-width: 1024px){

  /* 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;
  }
.widget-span.custom-logo.header-logo img {
    max-width: inherit;
}  
.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper ul li a{color:#fff;}
  .span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper ul > li.Login > a {
    border: 0px solid #ee5050;
    border-radius: 0;
    color: #fff;
    padding-right: 26px;
    margin-left: 0;
}
 .span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children .child-trigger {
    right: 20px;
    font-size: 22px;
    line-height: 54px;
}
.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper ul > li.Login .child-trigger {
    right: 20px;
}
.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper > ul ul {
    width: auto;
    box-shadow: none;
    padding: 5px 0;
    background: transparent;
    background-color: transparent;
    border-left: 5px solid #ee5051;
    border-radius: 10px 0 0 10px !important;
} 
.span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #fff;
}
  .span8.widget-span.widget-type-custom_widget.custom-menu-primary .hs-menu-wrapper ul > li.Login > a:hover {
    background-color: transparent;
    color: #ee5050;
}
  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    float: right;
    font-size: 28px;
    color: #000;
    text-align: center;
    width: 24px;
    height: 20px;
    cursor: pointer;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
  }

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

  .child-trigger{
    display: block !important;
    position: absolute;
    right: 20px;
    top: 0;
    font-family: "Fontawesome";
    font-size: 22px;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 55px;
  }
  
  .child-trigger:before {
    content: "\f107";
    color: #fff;
  }

  .child-trigger.child-open:before {
    content: "\f106";
  }
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    margin: 0 auto;
    width: 100% !important;
    position: absolute !important;
    background-color: #1c1c1c;
    z-index: 1000;
    float: none;
    top: 107px !important;
  }

   /* 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{
    margin: 0;
    position: relative;
    text-align: left;
    border-top: 1px solid #252525;
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    text-decoration: none;
    padding: 15px 40px !important;
    color: #fff;
    display: block;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
    font-size: 16px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{}

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    width: 100%;
    top: 100%;
    background-color: #161625;
    box-shadow: none;
    transform: translateY(0px);
    pointer-events: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    margin: 0;
    position: relative;
    text-align: left;
    border-top: 1px solid #252525;
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-decoration: none;
    padding: 15px 45px !important;
    display: block;
    border-top:none !important;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */
.page-header {
    padding-bottom: 9px;
}

.page-header h1.page-title {
    font: 52px/1.1 "Montserrat", sans-serif;
    background-color: #f3f3f3;
    padding: 22px 15px;
    font-size: 22px;
    color: #222;
    margin: 0 0 24px;
    border: none;
}

/* Blog Listing */

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

.widget-span.custom-blog-listing-banner-inner {
    background: url(//cdn2.hubspot.net/hubfs/5728104/PPC_Entourage_April2019/images/blog_page_b.jpg) center / cover no-repeat;
    min-height: 300px;
    margin-bottom: 60px;
    color: #fff;
    padding: 30px 40px;
}

.custom-blog-listing-form-heading h1 {
    font-size: 42px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
    border: none;
    padding-bottom: 0;
    font-weight: 400;
}

.custom-blog-listing-form-heading p {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
}

.widget-span.custom-blueprint-form .hs-form-required,
.widget-span.custom-blog-listing-form .hs-form-required {
    display: none;
}

.widget-span.custom-blueprint-form input[type="email"],
.widget-span.custom-blog-listing-form input[type="email"] {
    margin: 0;
    -webkit-appearance: none;
    text-shadow: none;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 0 20px;
    line-height: 24px;
    -webkit-transition: border 0.3s ease 0s;
    -moz-transition: border 0.3s ease 0s;
    -ms-transition: border 0.3s ease 0s;
    -o-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
    font-size: 14px;
    background-color: #f8f8f8;
    width: 100%;
    height: 65px;
    font-family: inherit;
    color: #222;
    font-weight:400;
}

.widget-span.custom-blueprint-form .hs-form,
.widget-span.custom-blog-listing-form .hs-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.widget-span.custom-blueprint-form .hs-form .hs_email,
.widget-span.custom-blog-listing-form .hs-form .hs_email {
    max-width: 250px;
    flex: 0 0 250px;
}

.widget-span.custom-blueprint-form input.hs-button.primary.large ,
.widget-span.custom-blog-listing-form input.hs-button.primary.large {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 40px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
}

.widget-span.custom-blueprint-form .hs-form .hs-form-field > label,
.widget-span.custom-blog-listing-form .hs-form .hs-form-field > label {
    display: none;
}

.entry-header h1.entry-title {
    font-size: 3em;
    margin: .3em auto 1em;
    line-height: 1em;
    text-align: center;
    border-bottom: 4px solid #ba2828;
    padding-bottom: .5em;
    max-width: 80%;
    display: block;
    font-weight: 700;
    color: #222;
}

.widget-span.custom-blueprint-form .hs-form .hs_error_rollup {
    display: none;
}

.blog-listing-wrapper .post-listing .post-item .custom-post-item-inner {
    box-shadow: 0 0 8px rgba(194, 194, 194, 0.4);
    background: #fff;
    height: 100%;
}

.post-header {
    padding: 20px 15px 0;
    display: block;
}

.blog-listing-wrapper .post-listing .post-item .post-body p {
    font-size: 14px;
    margin: 0 0 20px;
}

.swp_social_panel {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    line-height: 1;
    margin-bottom: 20px!important;
    margin-top: 20px!important;
    overflow: hidden;
    padding: 0;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    direction: ltr;
    -ms-flex-align: stretch;
    -ms-flex-line-pack: center;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
    width: 100%!important;
}

.swp_social_panel:not(.swp_social_panelSide) {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

div.swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    font-family: Lato;
    height: 32px;
    margin: 0 5px 3px 5px;
    min-width: 34px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

div.swp_social_panel:not(.swp_social_panelSide) .nc_tweetContainer {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.swp_social_panel.swp_default_full_color .swp_twitter {
    background: #429cd6;
    border: 1px solid #3c87b2;
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_twitter {
    border: 1px solid #429cd6;
}

.swp_social_panel .nc_tweetContainer a.nc_tweet, .swp_social_panel .total_shares .swp_count {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Lato,sans-serif;
    font-size: 18px!important;
    font-weight: bold;
    height: 30px;
    text-decoration: none;
    text-decoration: none!important;
    text-transform: none;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    box-shadow: none;
}

.swp_social_panel.swp_default_full_color a {
    color: white;
}

.swp_social_panel a .swp_count.swp_hide {
    margin: 0 auto;
}

.swp_social_panel span.swp_count {
    font-size: 14px;
}

.swp_social_panel span.iconFiller {
    font-size: 18px;
    margin: 0 auto;
}

.swp_social_panel .iconFiller {
    width: 30px;
}

.iconFiller {
    display: block;
    float: left;
    height: 30px;
    overflow: hidden;
    -webkit-transition: width 0.1s linear;
    transition: width 0.1s linear;
}

span.spaceManWilly {
    display: block;
    width: 120px;
}

span.swp_share {
    display: block;
    float: right;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 6px;
    max-width: none!important;
    vertical-align: middle;
}

.sw {
    display: inline-block;
    font-family: sw-icon-font!important;
    font-size: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    text-rendering: auto;
    text-transform: none!important;
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.swp_social_panel .sw {
    float: left;
    height: 30px;
    line-height: 32px;
    margin: 0 5px;
    text-shadow: none!important;
    width: 20px;
}

i.swp_twitter_icon:before {
    content: "s";
}

.sw:before {
    display: block!important;
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_pinterest {
    border: 1px solid #cd2029;
}

.swp_social_panel.swp_default_full_color .swp_pinterest {
    background: #cd2029;
}

i.swp_pinterest_icon:before {
    content: "b";
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_facebook {
    border: 1px solid #4267B2;
}

.swp_social_panel.swp_default_full_color .swp_facebook {
    background: #4267B2;
}

.swp_social_panel.swp_default_full_color .swp_google_plus {
    background: #df4b37;
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_google_plus {
    border: 1px solid #df4b37;
}

i.swp_facebook_icon:before {
    content: "j";
}

i.swp_google_plus_icon:before {
    content: "h";
}

.blog.hs-blog-listing .blog-content {
    padding-right: 45px;
}


/* Blog Post */

.widget-span.custom-post-form-inner {
    min-height: 300px;
    margin-bottom: 60px;
    color: #fff;
    padding: 30px 40px;
    background: url(//cdn2.hubspot.net/hubfs/5728104/PPC_Entourage_April2019/images/blog_spage_b.jpg) center / cover no-repeat;
}

.widget-span.custom-post-blueprint-content h1 {
    font-size: 42px;
    margin-bottom: 10px;
    border: none;
    padding: 0;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
    font-weight:400;
}

.widget-span.custom-post-blueprint-content p {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
}

.blog.hs-blog-post .blog-content {
    padding: 30px;
    margin: 0 0 30px;
    background-color: #fff;
    overflow: hidden;
}

.section.post-header h1 {
    font: 52px/1.1 "Montserrat", sans-serif;
    font-size: 3em;
    margin: .3em auto 1em;
    line-height: 1em;
    text-align: center;
    border-bottom: 4px solid #ba2828;
    padding-bottom: .5em;
    max-width: 80%;
    display: block;
    font-weight: 700;
}

.section.post-header {
    padding: 0;
}

.hs-blog-post .hs-featured-image-wrapper {
    margin-bottom: 30px;
}

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

.post-meta {
    margin: 7px 0;
    display: block!important;
    margin-bottom: 25px!important;
    text-align: center;
    color: #777;
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.post-meta span.posted-on {
    padding: 0;
}

.post-meta span {
    display: inline-block;
    position: relative;
    margin-right: 25px;
}

.post-meta span a {
    color: #777;
}

.post-meta span .fa {
    margin-right: 10px;
    color: #c10000;
    font-size: 13px;
}

.fa-calendar:before {
    content: "\f073";
}

.fa-user:before {
    content: "\f007";
}

.fa-folder:before {
    content: "\f07b";
}

.post-meta span a:hover {
    color: #c10000;
}

.blog-post-wrapper .post-body p {
    margin: 0 0 20px;
}

.tabber-wrap.blog-tabber {
    clear: both;
    position: relative;
    width: 100%;
    padding: 25px 0;
}

.tabber-wrap.blog-tabber ul.tabber-tabs {
    list-style: none;
    width: 100%;
    padding: 5px 0 0 0;
    margin: 0 0 0 0;
    font: 13px arial;
    border-bottom: 1px solid #ccc;
}

.tabber-wrap.blog-tabber ul.tabber-tabs li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}

.tabber-wrap.blog-tabber ul.tabber-tabs li a {
    color: #333;
    background-color: transparent;
    border: 0 solid #ccc;
    padding: 4px 10px 5px;
    text-decoration: none;
    border-bottom: none;
    outline: none;
    font-size: 100%;
    line-height: normal;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.tabber-content {
    padding: 20px 12px;
    min-height: 80px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.abh_box .vcard {
    background: none ;
    font-size: 100% ;
    border: none;
}

.entry-content .abh_image {
    display: block;
    float: left !important;
    width: 80px !important;
    margin-top: 10px !important;
}

.entry-content .abh_image a {
    border: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2) ;
    -webkit-box-shadow: none ;
}

.entry-content .abh_image img {
    max-width: 80px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    overflow: hidden;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    height: auto;
    vertical-align: middle;
}

.entry-content .abh_social {
    display: block;
    float: right;
    line-height: 1px;
    padding: 0;
    margin: 3px 0 0 0;
    text-align: right;
}

.entry-content .abh_text {
    margin-left: 96px;
    font-size: 100%;
    line-height: 1.5;
}

.entry-content .abh_text .fn {
    text-transform: capitalize;
    clear: none;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    border: none;
}

.entry-content .abh_text h3, .entry-content .abh_text h4 {
    font-size: 20px;
    padding: 0;
    margin: 0;
    clear: none;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
}

.entry-content .abh_text a {
    font-size: 100%;
    text-decoration: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-weight: 400;
}

.entry-content .abh_text .abh_job {
    line-height: 20px;
    font-size: 100%;
}

.entry-content .abh_text .abh_description {
    position: static;
    padding-top: 6px;
    font-size: 14px;
    width: 100%;
}

.entry-content .abh_text .abh_allposts {
    font-size: 11px;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
}

.entry-content .abh_text a {
    font-size: 100%;
    text-decoration: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-weight: 400;
}

.entry-content .abh_text .abh_description {
    position: static;
    padding-top: 6px;
    font-size: 14px;
    width: 100%;
}

.entry-content .abh_text ul {
    list-style: none ;
    padding: 0;
    margin: 5px 0 0 15px;
    font-size: 16px;
}

.entry-content .abh_text ul li,
.entry-content .abh_text ul li span {
    font-size: 13px;
    line-height: 20px ;
    margin: 0 ;
}

.entry-content .abh_text a {
    font-size: 100% ;
    text-decoration: none ;
    box-shadow: none ;
    -webkit-box-shadow: none ;
}

.entry-content .abh_text ul li, 
.entry-content .abh_text ul li span {
    font-size: 13px ;
    line-height: 20px ;
    margin: 0 ;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin: 0 0 25px;
    overflow-x: auto;
    overflow-y: hidden;
}

.widget-span.custom-blueprint-form input.hs-button.primary.large {
    text-transform: none;
}

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

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

/* Blog Post Title */
.post-header h2 {    
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 12px;
}
.post-header h2 a {
    font-weight: 400;
}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing {
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.blog-listing-wrapper .post-listing .post-item {
    width: 33.33333333%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    padding: 15px;
}
.blog-post-wrapper .post-body {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

.widget-span.custom-blog-listing-form .hs-form .hs_error_rollup {
    display: none;
}

/* Pagination */
.blog-pagination {
    margin: 0 0 30px;
    overflow: hidden;
}
.blog-pagination a {
    background: #21ad43;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: color 0.3s linear;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    display: block;
}

.blog-pagination a:hover {
    background: #148f31;
}

.next-posts-link {
    display: inline-block;
    vertical-align: top;
    float: left;
    max-width: 50%;
    margin-left: 15px;
    text-transform: uppercase;
}

.previous-posts-link {
    float: right;
    text-align: right;
    max-width: 50%;
    margin-right: 15px;
    text-transform: uppercase;
}

.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 {
  background-color: #fff;
  padding: 30px;
  margin: 0 0 1.5em;
}

.blog .blog-sidebar .cell-wrapper{}

.widget-span.custom-sidebar-search form {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget-span.custom-sidebar-search form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.widget-span.custom-sidebar-search form label input.hs-search-field__input {
    background-color: #f8f8f8;
    font-size: 14px;
    height: 50px;
    padding: 0 20px;
    line-height: 24px;
    -webkit-transition: border 0.3s ease 0s;
    -moz-transition: border 0.3s ease 0s;
    -ms-transition: border 0.3s ease 0s;
    -o-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
    -webkit-appearance: none;
    text-shadow: none;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    font-family: inherit;
    margin: 0;
}

.widget-span.custom-sidebar-search form input.search-submit {
    display: block;
    padding: 5px 20px;
    height: 50px;
}

.custom-popular-posts h3 {
    font: 30px/1.1 "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 35px;
    letter-spacing: 0;
    clear: both;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.custom-popular-posts ul.custom-popular-posts-inner {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-popular-posts ul.custom-popular-posts-inner li {
    margin-bottom: 20px;
    line-height: 1.4;
    position: relative;
    overflow: hidden;
    float: none;
    clear: both;
}

.custom-popular-posts ul.custom-popular-posts-inner li a {
    color: #aaa;
}

.custom-popular-posts ul.custom-popular-posts-inner li a img {
    display: inline;
    float: left;
    margin: 0 5px 0 0;
    border: none;
    margin-right: 10px;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: 75px;
}

.custom-popular-posts ul.custom-popular-posts-inner li a:hover {
    color: #c10000;
}

.widget-span.custom-sidebar-trial p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
}

.widget-span.custom-sidebar-trial p img {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 15px 20px;
  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 {}



/*Blog Active STyling*/ 
.custom-menu-primary ul li.active > a,
.custom-menu-primary ul li.active-branch > a{}

/* Blog Author Default Styling */
.hs-author-profile {
   margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  margin: 10px 0;
  font-size: 16px;
}
.hs-author-profile .hs-author-avatar {
   max-width: 75px;
   border-radius: 100%;
}
.hs-author-profile .hs-author-avatar img {
   border-radius: 100%;
}
h3.hs-author-listing-header {
  padding-left:15px;
  padding-right:15px;
}

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

.blog.hs-blog-listing .content-wrapper > div > .row-fluid,
.blog.hs-blog-post .content-wrapper > div {
    margin-left: -15px;
    margin-right: -15px;
    width:auto;
}

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

/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */
.landing-page.one-column form, 
.password-template.one-column form, 
.subscription-template.one-column form{
  width: 50%;
}

.body-container .hs-search-field .hs-search-field__bar {
  max-width: 600px;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.hs-form, form{
  margin-bottom:30px;
  font-size: 16px;
}

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

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

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

/* Labels and Legends */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.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%;
  display:inline-block;
  background-color: #f8f8f8;
  font-size: 14px;
  padding: 13px 20px;
  line-height: 24px;
  -webkit-transition: border 0.3s ease 0s;
  -moz-transition: border 0.3s ease 0s;
  -ms-transition: border 0.3s ease 0s;
  -o-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
  font-family: inherit;
  border:0;
  margin-bottom: 20px;
  font-weight: 700;
}

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 {
  color: #222;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

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

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #000;
  font-weight: bold;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #000;
  font-weight: bold;
} /* Firefox 18- */
::-moz-placeholder {
  color: #000;
  font-weight: bold;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #000;
  font-weight: bold;
} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  width:auto;
  display:inline-block;
  background-color: #c10000;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 17px 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: inherit;
  border: none;
  white-space: normal;
}

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

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


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

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


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

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


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

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


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

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.widget-type-email_subscriptions_confirmation h1 {
    border: none;
}

a#back-to-top {
    position: fixed !important;
    right: 30px;
    bottom: 65px;
    color: #fff;
    background-color: #222;
    display: block;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    width: 40px;
    height: 40px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 9999;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a#back-to-top:hover {
    background-color: #000;
    color: #fff;
}

/* Banner Area */

.custom-banner h1.custom-banner-title {
  font-size: 3em;
  margin: 0.31em auto 1em;
  line-height: 1em;
  text-align: center;
  border-bottom: 4px solid #ba2828;
  padding-bottom: .5em;
  max-width: 80%;
  display: block;
  font-weight: 700;
}

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


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
@media (max-width: 1199px) {

  body:not(.blog) .main-content-wrapper,
  .container-fluid .row-fluid .page-center{
    max-width: 970px;
  }
  
  /* Header */
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px;
  }
  
}

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

@media (max-width: 1024px) {

  .blog .blog-sidebar {
    min-height: auto !important;
  }
  
}

@media (max-width: 991px) {

  body:not(.blog) .main-content-wrapper,
  .container-fluid .row-fluid .page-center{
    max-width: 750px;
  }
  
  /* Header */

  .custom-menu-primary .hs-menu-wrapper {
    top: 89px !important;
  }
  
  /* Footer */
  

  .widget-span.custom-footer-top {
    padding-bottom: 70px;
  }

  /* Blog */

  .widget-span.custom-post-blueprint-content h1,
  .custom-blog-listing-form-heading h1 {
    font-size: 36px;
  }

  .widget-span.custom-post-blueprint-content p,
  .custom-blog-listing-form-heading p {
    font-size: 20px;
  }

  .blog-listing-wrapper .post-listing .post-item {
    width: 50%;
  }

  .blog-listing-wrapper .post-listing .post-item:nth-child(odd) {
    clear: both;
  }

  .blog.hs-blog-post .blog-content, 
  .blog.hs-blog-post .blog-sidebar {
    width: 100%;
    margin-left: 0;
  }

  .widget-span.custom-sidebar-search form label {
    width: 100%;
  }
  
  
}

@media (max-width: 970px){

  body:not(.blog) .main-content-wrapper {
    max-width: 720px;
  }
  
  /* Header*/
  
  .blog.hs-blog-listing .content-wrapper > div > .row-fluid,
  .widget-span.custom-header .page-center > .row-fluid-wrapper > .row-fluid{
    margin-left: 0;
    margin-right: 0;
  }
  
  body:not(.blog) .body-container-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Blog */
  .blog.hs-blog-post .content-wrapper > div,
  .blog-listing-wrapper .post-listing {
    margin-left: 0;
    margin-right: 0;
  }
  
}

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

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

  .body-container .hs-search-field .hs-search-field__bar {
    max-width: 100%;
  }
  
  .custom-banner h1.custom-banner-title {
    font-size: 32px;
    margin: 0.3em auto 1em;
  }
  
  /* Footer */
  
  
  .custom-footer-popup-inner p:last-child {
    margin-bottom: 0;
  }

  .widget-span.custom-footer-links .hs-menu-wrapper > ul > li > a {
    font-size: 24px;
  }
  
  /* Blog */
  
  .widget-span.custom-blog-listing-banner {
    display: none;
  }

  .entry-header h1.entry-title {
    font-size: 32px;
  }

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

  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
  }

  .post-header h2 {
    font-size: 28px;
  }
  
  .widget-span.custom-post-form-wrapper {
    display: none;
  }

  .blog-post-wrapper .post-body p img {
    float: none !important;
  }

  .section.post-header h1 {
    font-size: 32px;
  }
  
  .hs-author-profile .hs-author-bio {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
 .widget-span.custom-footer-bottom {
    padding: 20px 0 45px;
} 
  .widget-span.custom-footer-bottom .supported-countries img {
    float: none !important;
}
.widget-span.custom-footer-bottom .supported-countries p {
    margin: 10px 0 0px;
    text-align: left !important;
}
.widget-span.widget-type-custom_widget.aws-logo-footer img {
    float: left !important;
}

.widget-span.widget-type-custom_widget.aws-logo-footer img:last-child {
    width: 215px;
}

.widget-span.widget-type-custom_widget.aws-logo-footer img:first-child {
    margin-right: 10px;
    margin-top: 10px;
}
.widget-span.widget-type-custom_widget .widget-type-simple_menu {
    margin-bottom: 25px;
}
.widget-span.widget-type-custom_widget h3 {
    margin-bottom: 10px;
}  
.widget-span.widget-type-custom_widget.footer-logo {
    margin-bottom: 30px;
}  
  
}  

@media (max-width: 600px){
  
  body:not(.blog) .main-content-wrapper {
    padding: 15px;
  }

  .subscribe-options label span {
    font-weight: normal;
    margin-left: 0;
    font-size: 12px;
  }

  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  
  /* Header */

  .widget-span.custom-logo, .widget-span.custom-menu-primary {
    width: 100%;
    text-align: center;
  }

  .widget-span.custom-header .page-center > .row-fluid-wrapper > .row-fluid {
    display: block;
  }

  .mobile-trigger {
    height: auto;
    float: none;
    margin: 0 auto 10px;
  }

  .widget-span.custom-logo img {
    max-width: 253px;
  }


  .custom-menu-primary .hs-menu-wrapper {
    top: 149px !important;
  }
  
  .blog.hs-blog-post .blog-content {
    padding: 15px;
  }
  
  .entry-content .abh_text {
    margin-left: 0;
    width: 100%;
    display: block;
    padding: 20px 0;
  }

  .entry-content .abh_image {
    float: none !important;
  }
  
}

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

@media (max-width: 479px) {

  .widget-span.custom-footer-links .hs-menu-wrapper > ul > li > a {
    font-size: 18px;
  }
  
  .custom-banner h1.custom-banner-title {
    font-size: 24px;
  }
  
  /* Blog */
  
  .blog-pagination {
    padding: 0 15px;
  }
  
  .entry-header h1.entry-title {
    font-size: 24px;
  }

  .post-header h2 {
    font-size: 20px;
  }

  .blog-pagination > div {
    max-width: 100%;
    display: block;
    float: none;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .section.post-header h1 {
    font-size: 24px;
  }

  
}