/* ==========================================================================
   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('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');

@font-face {
 font-family:"Circular-Pro-Book";
 src: url('//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/fonts/lineto-circular-pro-book.eot');
 src:url("//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/fonts/lineto-circular-pro-book.eot") format("embedded-opentype"),
     url("//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/fonts/lineto-circular-pro-book.woff2") format("woff2"),
     url("//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/fonts/lineto-circular-pro-book.woff") format("woff"),
     url("//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/fonts/lineto-circular-pro-book.ttf") format("ttf");
 font-weight:normal;
 font-style:normal
}
@font-face {
 font-family:"Circular-Pro-Bold";
 src:url("//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/fonts/lineto-circular-pro-bold.eot") format("embedded-opentype"),
     url("//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/fonts/lineto-circular-pro-bold.woff2") format("woff2"),
     url("//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/fonts/lineto-circular-pro-bold.woff") format("woff"),
     url("//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/fonts/lineto-circular-pro-bold.ttf") format("ttf");
 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;
}
@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;
  transition: .2s all ease-in;
  transition-delay: 0s;
}

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

html {
    font-size: 16px;
}

body {
    background: #fff;
    font-family: "Circular-Pro-Book",Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #595959;
 		-webkit-text-size-adjust: none;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 75rem;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.page-center{
  max-width: 980px;
  margin: 0 auto!important;
  float: none!important;
}

.page-center-lp{
  max-width: 980px;
  margin: 0 0!important;
  float: none!important;
}

/* 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 15px; */
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 34px;
    line-height: 1.2;
}
h2 {
    color: #595959;
    font-size: 31px;
    font-weight: 300;
    line-height: 43px;
}
h3 {
    font-size: 28px;
/*     line-height: 1.3; */
}
h4 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.4;
}

/* Anchor Links */
a {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
    outline: 0;
}
.body-container a:focus,
.body-container a:hover {
    text-decoration: none;
}

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

.custom-header {
    height: 113px;
    -webkit-transition: background .5s ease;
    -webkit-transition-delay: 0s;
    transition: background .5s ease;
    transition-delay: 0s;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100% !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0);
}
.custom-header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background: #0161c7 linear-gradient(to top,#0065d1,#2463a5);
}
.custom-header .page-center > .row-fluid-wrapper > .row-fluid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
}
.custom-header .page-center > .row-fluid-wrapper > .row-fluid > div {
    padding: 0 1rem;
    margin-left: 0;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: inherit;
}

.custom-header .page-center-lp > .row-fluid-wrapper > .row-fluid > div {
    padding: 0 1rem;
    margin-left: 0;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: inherit;
}

.custom-logo {
    text-align: center;
    font-size: 36px;
    height: 70px;
/*     margin: 20px 0; */
    max-width: 20%;
}
.custom-logo img {
/*     height: 70px; */
    -webkit-transition: .2s all ease-in-out;
    -webkit-transition-delay: 0s;
    transition: .2s all ease-in-out;
    transition-delay: 0s;
    vertical-align: middle;
}

.custom-logo-lp img {
    height: 53px;
    margin-top: -20%;
  	-webkit-transition: .2s all ease-in-out;
    -webkit-transition-delay: 0s;
    transition: .2s all ease-in-out;
    transition-delay: 0s;
    vertical-align: middle;
}

.custom-logo-lp {
    text-align: left;
    font-size: 36px;
    height: 70px;
/*     margin: 20px 0; */
    max-width: 15%;
}

.header-left-sitemap,
.header-right-sitemap {
    max-width: 40%;
}
.header-right-sitemap-lp {
  	max-width: 15%;
}
.header-left-sitemap .hs-menu-wrapper > ul,
.header-right-sitemap .hs-menu-wrapper > ul,
.header-right-sitemap-lp .hs-menu-wrapper> ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.header-left-sitemap .hs-menu-wrapper > ul > li,
.header-right-sitemap .hs-menu-wrapper > ul > li, 
.header-right-sitemap-lp .hs-menu-wrapper> ul > li {
    height: 113px;
    line-height: 113px;
    -webkit-transition: 0s all ease-in-out;
    -webkit-transition-delay: 0s;
    transition: 0s all ease-in-out;
    transition-delay: 0s;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 16px;
}
.header-left-sitemap .hs-menu-wrapper > ul > li > a,
.header-right-sitemap .hs-menu-wrapper > ul > li > a,
.header-right-sitemap-lp .hs-menu-wrapper > ul > li > a {
    display: block;
    color: #f6f6f6;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.header-left-sitemap .hs-menu-wrapper > ul > li:first-child > a,
.header-right-sitemap .hs-menu-wrapper > ul > li:first-child > a, 
.header-right-sitemap-lp .hs-menu-wrapper > ul > li:first-child > a,
.header-right-sitemap-lp .hs-menu-wrapper > ul > li:last-child > a {
    text-align: left;
}
.header-left-sitemap .hs-menu-wrapper > ul > li:last-child > a,
.header-right-sitemap .hs-menu-wrapper > ul > li:last-child > a{
    text-align: right;
}
.header-right-sitemap .hs-menu-wrapper > ul > li:last-child {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: end;
}
.header-left-sitemap .hs-menu-wrapper > ul > li.hs-item-has-children,
.header-right-sitemap .hs-menu-wrapper > ul > li.hs-item-has-children,
.header-right-sitemap-lp .hs-menu-wrapper > ul > li.hs-item-has-children{
    position: static;
}
.header-right-sitemap .hs-menu-wrapper > ul > li:last-child > a {
    padding: 16px 30px;
    margin: 16px 0 16px 40px;
    color: #0161c7;
    background-color: #12ffcd;
    border: 0;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 3px;
}
.header-left-sitemap .hs-menu-wrapper > ul > li:hover > a, 
.header-right-sitemap .hs-menu-wrapper > ul > li:not(:last-child):hover > a,
.header-right-sitemap-lp .hs-menu-wrapper > ul > li:hover > a {
    color: #12ffcd;
}
.header-right-sitemap .hs-menu-wrapper > ul > li:last-child > a:hover {
    background-color: #86ffe1;
    color: #0161c7;
}

.header-left-sitemap .hs-menu-wrapper > ul ul,
.header-right-sitemap .hs-menu-wrapper > ul ul,
.header-right-sitemap-lp .hs-menu-wrapper > ul ul{
    top: 113px;
    width: 215px;
    display: inline-block;
    background-color: #0161c7;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: none !important;
}
.header-left-sitemap .hs-menu-wrapper > ul ul,
.header-right-sitemap-lp .hs-menu-wrapper > ul ul {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
}
.header-right-sitemap .hs-menu-wrapper > ul ul  {
    -ms-transform: translateX(-12%);
    -webkit-transform: translateX(-12%);
    -moz-transform: translateX(-12%);
    transform: translateX(-12%);
    right: 0;
    left: auto !important;
}
.header-left-sitemap .hs-menu-wrapper > ul ul:before,
.header-right-sitemap .hs-menu-wrapper > ul ul:before,
.header-right-sitemap-lp .hs-menu-wrapper > ul ul:before {
    content: '';
    display: block;
    background-image: url(//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/images/menu-arrow0.svg);
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li, 
.custom-menu-primary .hs-menu-wrapper > ul ul li,
.custom-menu-primary .hs-menu-wrapper > ul ul li {
    font-size: 14px;
    line-height: 2;
    display: block;
    width: 100%;
    float: left;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a,
.custom-menu-primary .hs-menu-wrapper > ul ul li a,
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-align: center;
    padding: 14px;
    color: #f6f6f6;
    text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:not(:first-child) > a:before,
.custom-menu-primary .hs-menu-wrapper > ul ul li:not(:first-child) > a:before,
.custom-menu-primary .hs-menu-wrapper > ul ul li:not(:first-child) > a:before {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background-color: #0256af;
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
    margin-left: 10%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #12ffcd;
    background-color: #0256af;
}


/*Fixed Header Styling*/
.custom_header_fixed .custom-header {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.07);
    border-color: #0065d1;
    height: 80px;
}

@media screen and (max-width: 800px){
  .custom_header_fixed .custom-header {
    height: 58px;
  }
  
}
.custom_header_fixed .custom-header:before {
    opacity: 1;
    visibility: visible;
}
.custom_header_fixed .header-left-sitemap .hs-menu-wrapper > ul > li,
.custom_header_fixed .header-right-sitemap .hs-menu-wrapper > ul > li,
.custom_header_fixed .header-right-sitemap-lp .hs-menu-wrapper > ul > li {
    height: 80px;
    line-height: 80px;
}
.custom_header_fixed .custom-logo {
    margin: 14px 0;
}

.custom_header_fixed .custom-logo-lp {
    margin: -20px 0;
}

.custom_header_fixed .header-left-sitemap .hs-menu-wrapper > ul ul, 
.custom_header_fixed .header-right-sitemap .hs-menu-wrapper > ul ul,
.custom_header_fixed .header-right-sitemap-lp .hs-menu-wrapper > ul ul {
    top: 80px;
}

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

.body-container-wrapper {}
.body-container {
    font-weight: 400;
    font-size: 16px;
}
/* .body-container .page-center {
    padding-top: 60px;
} */

/*Banner Styling*/
.custom-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
/*     height: 450px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px 30px;
    margin-top: -1px;
}
.custom-banner .page-center {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0;
    text-align: center;
    width: 100% !important;
}
.custom-banner h1 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
/*     line-height: 70px; */
    padding-top: 170px;
    margin-bottom: 10px;
}
.custom-banner p {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    color: #fff;
    margin: 0 auto 10px;
    max-width: 590px;
}

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


/* =============== Footer =============== */
-
.footer-container-wrapper {}
.footer-container {}

@media (min-width:880px){
	.span3.widget-span.widget-type-simple_menu.custom-footer-company.custom-footer-links{
  	 max-width: 16%;
  }
  .span1.widget-span.widget-type-simple_menu.custom-footer-partnerships.custom-footer-links{
  	 max-width: 16%;
  }
  .span1.widget-span.widget-type-simple_menu.custom-footer-help.custom-footer-links{
  	 max-width: 13%;
  }
  .span3.widget-span.widget-type-simple_menu.custom-footer-legal.custom-footer-links{
  	 max-width: 16%;
  }
  .span4.widget-span.widget-type-cell.custom-form-wrapper{
  	max-width: 39%;
  }
  .span1.widget-span.widget-type-simple_menu.custom-footer-help.custom-footer-links ul li.hs-item-has-children:nth-child(2){
  	margin-top: 35px;
  }
}

@media screen and (max-width: 768px){
	.span1.widget-span.widget-type-simple_menu.custom-footer-help.custom-footer-links ul li.hs-item-has-children:nth-child(2){
  	border-top: 1px solid #e5e5e4;
    padding-top: 16px !important;
  }
  .span1.widget-span.widget-type-simple_menu.custom-footer-help.custom-footer-links ul li.hs-item-has-children:nth-child(1){
    margin-bottom: 20px;
  }
 
  
}

.custom-footer {
    padding-top: 40px;
}

.custom-footer .page-center > .row-fluid-wrapper:first-child > .row-fluid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom-footer .page-center > .row-fluid-wrapper:first-child > .row-fluid > div {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
    padding: 0 1rem;
}
.custom-footer-links {
    max-width: 20%;
}
.custom-footer-links.full-size {
    max-width: 100%;
}

.custom-footer-links .hs-menu-wrapper > ul {
    display: block;
}
.custom-footer-links .hs-menu-wrapper > ul > li {
    float: none !important;
    width: 100%;
    display: block;
}
.custom-footer-links .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: normal;
    display: block;
    cursor: text;
    font-family: inherit;
    line-height: 1.1;
    text-decoration: none;
    color: inherit;
}
.custom-footer-links .hs-menu-wrapper > ul ul {
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
}
.custom-footer-links .hs-menu-wrapper > ul ul li a {
    color: #999;
    text-decoration: none;
    line-height: 29px;
    cursor: pointer;
    display: initial !important;
}
.custom-footer-links .hs-menu-wrapper > ul ul li a:hover {
    color: #595959;
}

/*Footer Form Styling*/
.custom-footer-form h3.form-title {
    color: #2f2f2f;
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 10px;
    margin: 0;
    font-family: inherit;
    line-height: 1.1;
}
.custom-footer-form .hs-form {
    margin-bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom-footer-form .hs-form .hs_email {
    width: calc(100% - 162px);
}
.custom-footer-form .hs-form .hs_email > label {
    display: none;
}
.custom-footer-form .hs-input {
    font: inherit;
    color: inherit;
    font-size: 14px;
    margin-right: 17px;
    border-top: 0;
    border-right: 0;
    border-left: none;
    border-bottom: 1px solid #2f2f2f;
    padding: 12px 0;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    font-family: "Circular-Pro-Book",Arial;
    outline: 0;
}
.custom-footer-form .hs-input:focus {
    outline: 0;
    border-color: #0161c7;
}

@media screen and (min-width: 767px) and (max-width: 1300px) and (orientation: landscape){
	.custom-menu-primary.header-left-sitemap .hs-menu-wrapper > ul ul{
    	left: -24px !important;
  }
}

@media screen and (max-width: 1023px) and (min-width: 500px){
  #module_blog_main, .blog-content .module_blog_main {
  	width: 100%;
  }
  #module_blog_right {
    width: 41%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 900px){
  #module_blog_right {
    width: 31%;
  }
}
/* Placeholder Text */
.custom-footer-form .hs-input::-webkit-input-placeholder {
    color:#999;
} /* Webkit Browsers */
.custom-footer-form .hs-input:-moz-placeholder {
    color:#999;
    opacity: 0.9;
} /* Firefox 18- */
.custom-footer-form .hs-input::-moz-placeholder {
    color:#999;
    opacity: 0.9;
} /* Firefox 19+ */
.custom-footer-form .hs-input:-ms-input-placeholder {
    color:#999;
} /* IE10 */

.custom-footer-form .hs-form .hs_submit {
    position: absolute;
    right: 0;
    top: 1px
}
.custom-footer-form input.hs-button.primary.large {
    color: #f6f6f6;
    background: #0161c7;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    padding: 16px 45px;
    border-radius: 3px;
    box-shadow: none;
    text-shadow: none;
    font-size: inherit;
    font-family: "Circular-Pro-Book",Arial;
}
.custom-footer-form input.hs-button.primary.large:hover{
    background-color: #4591e2;
}

.custom-footer-form .hs_error_rollup {
    display: none;
}
.custom-footer-form .hs-input.invalid.error {
    margin-bottom: 10px;
}

/*Footer Social*/
.custom-footer-social ul {
    margin: 45px 0 30px;
    padding: 0;
    display: inline-block;
    list-style: none;
}
.custom-footer-social ul li{
    float: left;
}
.custom-footer-social ul li a{
    color: #fff;
    width: 32px;
    line-height: 21px;
    padding: 0 5px;
    border-radius: 100%;
    height: 32px;
    display: inherit;
    text-align: center;
    margin-right: 14px;
    text-decoration: none;
}
.custom-footer-social ul li a:hover {
    opacity: .65;
    color: #000;
}
.custom-footer-social ul li a.facebook {
    background: url(//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/images/facebook-icon.svg);
}
.custom-footer-social ul li a.twitter {
    background: url(//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/images/twitter-icon.svg);
}
.custom-footer-social ul li a.youtube {
    background: url(//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/images/youtube-icon.svg);
}
.custom-footer-social ul li a.google {
    background: url(//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/images/google-my-business.svg);
}
.custom-footer-social ul li a.instagram {
    background: url(//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/images/instagram-icon.svg);
}

.custom-footer-social p {
    margin: 0 0 10px;
}
.custom-footer-social p a {
    color: #2f2f2f;
    text-decoration: none;
}

/* Social sharing styling */

@media(min-width: 768px){
	#module_blog_right {
    position: -webkit-sticky;
  	position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 125px;
    position: sticky;
	}
}

.social-module{
  	padding-top: 14px;
  	position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 15px;
    position: sticky;
}
.social-module-icons{
	display:flex;
  margin-bottom: 50px;
}

@media screen and (min-width: 950px){
.social-module-icons{
    justify-content: space-between;
  }
}


.social-module-icons .share{
  	align-self: center;
    color: #4A4A4A;
    font-family: "Circular-Pro-Book";
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
}

@media screen and (min-width: 950px) and (max-width: 1025px){
 .social-module-icons ul.social-sharing{
  	margin: 10px auto 0;
  }
}

@media screen and (max-width: 950px){
	.social-module #hs_form_target_blog_subscribe .hs-form{
    position: relative;
	}
  
  .social-module #hs_form_target_blog_subscribe .hs-email{
  	width: 60%;
  }
  
  .social-module #hs_form_target_blog_subscribe .hs-submit{
    bottom: 0;
    position: absolute;
    right: 0;
	}
  .social-module #hs_form_target_blog_subscribe .hs-error-msgs label{
  	position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
  }
}

@media screen and (min-width: 800px) and  (max-width: 950px){
  .social-module #hs_form_target_blog_subscribe .hs-email{
  	width: 80%;
  }
  .social-module #hs_form_target_blog_subscribe .hs-submit{
    right: -70px;
	}
}


@media screen (min-width: 550px) and (max-width: 768px){
	#module_blog_main, .blog-content .module_blog_main{
  	width: 100%;
  }
}

ul.social-sharing {
  	align-self: center;
    margin: auto 0px auto 7px;
    padding: 0;
    display: inline-block;
    list-style: none;
}
ul.social-sharing li, ul.social-sharing .sharing-button{
    float: left;
}
ul.social-sharing li a, ul.social-sharing .sharing-button a{
    color: #fff;
    width: 32px;
    line-height: 21px;
    padding: 0 5px;
    border-radius: 100%;
    height: 32px;
    display: inherit;
    text-align: center;
    margin-left: 7px;
    text-decoration: none;
}
ul.social-sharing li a:hover, , ul.social-sharing .sharing-button a:hover {
    opacity: .65;
    color: #000;
}
ul.social-sharing li.hs-blog-social-share-item-twitter a.twitter{
  background-repeat: no-repeat;
 	background: url(//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/images/twitter-icon.svg);
}
ul.social-sharing .sharing-button a.facebook{
  background-repeat: no-repeat;
 	background: url(//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/images/facebook-icon.svg);
}

ul.social-sharing .sharing-button a.gplus{
  background-repeat: no-repeat;
 	background: url(//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/images/google-plus%20.svg);
}

ul.social-sharing .sharing-button a.pinterest{
  background-position: center;
  background-repeat: no-repeat;
 	background: url(//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/images/pinterest.svg);
}

ul.social-sharing .sharing-button a.linkedin{
  background-position: center;
  background-repeat: no-repeat;
 	background: url(//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/images/linkedin.svg);
}

/*COpyright Styling*/
.custom-copyright {
    padding: 0 1rem;
}
.custom-copyright hr {
 		display: none;
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #e5e5e4;
}

.custom-copyright p {
    color: #999;
    margin: 0;
}
.custom-footer .custom-copyright span.hs_cos_wrapper.hs_cos_wrapper_widget {
		margin-top: 40px;
    display: flex;
  	justify-content: space-between;
    border-top: 1px solid #e5e5e4;
    padding-top: 20px;
}

@media (max-width: 768px){
  .custom-footer .custom-copyright span.hs_cos_wrapper.hs_cos_wrapper_widget {
		flex-direction: column;
  }
}


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


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

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

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:881px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-hidden-desktop,
    .custom-banner .banner-content > .hs_cos_wrapper,
    .custom-banner-area{
        display: none !important;
    }
    .error-template  .custom-header:before, 
    .password-template .custom-header:before ,
    .subscription-template .custom-header:before  {
        opacity: 1;
        visibility: visible;
    }
}


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

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

@media (max-width: 880px){

  /* 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: block;
    height: 58px;
    width: 30px;
    position: relative;
    z-index: 999;
    cursor: pointer;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 14px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 30px;
    height: 3px;
    background-color: #12ffcd; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -9px; } /* Position top line */
  .mobile-trigger i:after{ top: 9px; } /* 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: #12ffcd; /* Icon color */
  }
  
  .mobile-open .mobile-trigger i {
    background-color: transparent;
  }
  .mobile-open .mobile-trigger i:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
  }
  .mobile-open .mobile-trigger i:after {
    top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 100% !important;
    height: 52px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    min-height: 0 !important;
  }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .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 .hs-menu-wrapper {
    width: 100%;
    height: calc(100vh - 58px);
    position: fixed;
    left: 0;
    padding: 0;
    overflow-y: auto !important;
    z-index: 99;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #0065d1;
    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 {
    margin-bottom: 10px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: 1px solid #0256af;
    width: 90%;
    margin: auto;
    cursor: pointer;
    float: none !IMPORTANT;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    display: block;
    padding: 15px 10px;
    color: #f6f6f6;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    float: right;
    padding-right: 4px;
    color: #f6f6f6;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.child-open > a:before {
    content: "";
    color: #12ffcd;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.child-open > a {
    color: #12ffcd !important;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding-bottom: 15px;
    padding-left: 30px;
    margin-top: -5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    cursor: pointer;
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 5px 10px;
    color: #f6f6f6;
    text-decoration: none;
    display: block;
    text-align: left !important;
    background: transparent !important;
    color: #fff !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:not(:first-child) > a:before{
      content: none;
  }

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


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


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

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

/* Blog Listing */
body.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 */
h2.post-listing-simple,
.post-header h2 {
    max-height: 120px;
    font-size: 18px;
    max-width: 94%;
    margin: 20px auto 0 auto;
    overflow: hidden;
    line-height: 1.2;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
}

@media screen and (max-width: 1024px) and (orientation: landscape){
	.post-header h2 {
  	font-size: 18px;
  }
}
.post-header h2 a {}

span.filter-link-count {
    display: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {
    padding: 10px 0;
}
#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 {
    margin-right: -15px;
    margin-left: -15px;
}
.blog-listing-wrapper .post-listing .post-item {
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 -1.5px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  height: 188px;
}
.hs-featured-image-wrapper .hs-featured-image-link {
  display: block;
  height: 100%;
  width: 100%
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  object-fit: cover;
  border-width: 0;
  max-width: 100%;
  height: 188px;
  width: 100%;
  display: block !important;
  float: none;
  margin: 0px;
}

/* 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
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#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;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}

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

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

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

/* Pagination */
.blog-pagination {
    clear: both;
    margin-top: 20px;
}
.blog-pagination a {
    display: inline-block;
    padding-right: 7px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/*Author Page*/
.hs-author-profile {
    margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
    margin: 10px 0;
}
.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 {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {
    color: #000;
    text-decoration: none;
}


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

.blog .blog-sidebar {}
.blog .blog-sidebar .cell-wrapper{
    margin:0 0 30px;
}

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


/*Blog Header Styling*/
.blog .custom-logo img {
    height: 53px;
    margin-top: -11px;
}
.blog .custom-logo p{
  margin:0;
}

/*Blog Banner*/
.custom-blog-banner {    
    background-position: 80% 40%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 476px;
    position: relative;
    min-height: 380px;
    color: #fff;
    font-family: "Circular-Pro-Book", Arial;
    margin-top: -1px;
}

.custom-blog-banner .overlay {
  	position: absolute; 
  	top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    height: 476px;
  	min-height: 380px;
    width: 100%;
    background-color: #32373C;
    opacity: 0.7;
}

@media screen and (orientation: landscape){
  .custom-blog-banner .overlay {
		position: sticky;
  	position: -webkit-sticky;
  	position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
  }
}

.custom-blog-banner .banner-content {
    text-align: center;
    position: absolute;
    height: 4em;
    top: 50%;
    margin-top: -3em;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Circular-Pro-Book", Arial;
    font-size: 32px;
    color: #fff;
    display: block;
    width: 100%;
}
.custom-blog-banner .banner-content .page-center {
    position: static;
    max-width: 100% !important;
    padding: 0 !important;
}
.custom-blog-banner h1 {
    font-family: "Circular-Pro-Book", Arial;
    font-size: 35px;
    line-height: 52px;
    max-width: 620px;
    margin: 0 auto 10px;
    font-weight: 500;
}
.custom-blog-banner h2 {
    font-size: 35px;
    line-height: 1.25;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    font-family: inherit;
}

{
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-family: "Circular-Pro-Book", Arial;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

@media (max-width: 500px){
  .custom-blog-banner p.date{
    line-height: 27px;
  }
}
.custom-blog-banner p.date{
  font-size: 20px;
}

.custom-blog-banner p.date:before,
.blog-listing-wrapper .post-listing .post-item .post-item-inner .post-header p.date:before{
    content: '\336';
    padding-right: 10px;
}
.custom-blog-banner p.date:after,
.blog-listing-wrapper .post-listing .post-item .post-item-inner .post-header p.date:after{
    content: '\336';
    padding-left: 20px;
}
.custom-blog-banner .read-more {
    position: absolute;
    bottom: 65px;
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (orientation: landscape)  and (max-width:1025px){
	.custom-blog-banner .read-more {
  	  bottom: 45px;
  }
  .custom-blog-banner .banner-content{
  		top: 41%;
  }
}
.custom-blog-banner .read-more a {
    margin: auto;
    z-index: 10;
    height: 48px;
    transition: .3s all ease;
    max-width: 300px;
    font-size: 18px;
    font-family: 'MachaMedium', Arial;
    color: #0161c7;
    background-color: #12ffcd;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    width: 90%;
    line-height: 1;
    border-radius: 3px;
    white-space: nowrap;
    text-decoration: none;
}
.custom-blog-banner .read-more a span {
    font-family: "Circular-Pro-Book", Arial;
    font-size: 18px;
    line-height: 48px;
}
.custom-blog-banner .read-more a:hover {
    opacity: 0.85;
    color: #0161c7;
    background-color: #12ffcd;
}

.blog .content-wrapper {
    padding-top: 45px;
    max-width: 1286px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

@media screen and (orientation: portrait) and (min-width: 768px) and (max-width: 1023px){
	.row-fluid [class*="span"]{
	margin-left: 0%;
	}
}

@media (min-width: 1024px) and (max-width: 1100px) and (orientation:landscape){
	.social-module-icons{
    display: block;
	}
  ul.social-sharing li a, ul.social-sharing .sharing-button a{
  	margin-left: 0;
    margin-right: 7px;
  }
}

@media screen and (min-width:1000px) and (max-width: 1024px){
  .social-module-icons{
    display: block;
	}
  ul.social-sharing li a, ul.social-sharing .sharing-button a{
  	margin-left: 0;
    margin-right: 7px;
  }
}

.blog-listing-wrapper .post-listing .post-item a.link-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner {
  	height: 345px;
    position: relative;
    border: 1px solid #dedede;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000;
    font-family: "Circular-Pro-Book", Arial;
}

.blog-listing-wrapper .post-listing .post-item .post-item-inner .post-header {
  	height: 140px;
    text-align: center;
  	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) and (orientation: landscape){
	.blog-listing-wrapper .post-listing .post-item .post-item-inner .post-header {
  	height: 153px;
  }
  
}

.blog-listing-wrapper .post-listing .post-item .post-item-inner .post-header p.date {
    font-family: "Circular-Pro-Book", Arial;
    font-size: 16px;
    line-height: 24px;
    color: #9b9b9b;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.blog-listing-wrapper .post-listing .post-item .post-item-inner .post-header p.date {
  	 font-size: 12px;
  }
}

.blog .custom-footer {
    border-top: 2px solid #0065d1;
}
.blog .body-container {
    padding-bottom: 30px;
}

.blog.hs-blog-post .custom-blog-banner h1 {
    font-size: 35px;
}
.blog.hs-blog-post .content-wrapper {
    padding-top: 45px;
}
.blog-post-wrapper .post-body {
    font-weight: 400;
}
.blog-post-wrapper .post-body a {
    text-decoration: none;
}
.blog.hs-blog-post .blog-content {
    padding: 0 15px;
}
#comment-form input.hs-button.primary {
    margin-top: 20px;
}
.blog-post-wrapper .post-body p {
    margin: 0 0 10px;
}

body.blog {
    letter-spacing: 0.5px;
}


.blog .custom-footer-links .hs-menu-wrapper > ul > li > a,
.blog .custom-footer-form h3.form-title {
    padding-bottom: 0;
}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */
   
#comment-form .hs-richtext h3,
h3.form-title {
    font-size: 20.8px;
    font-family: "Circular-Pro-Book",Arial;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}
.widget-type-blog_subscribe h3.form-title{
  	color: #4A4A4A;
  	font-family: "Circular-Pro-Book";
  	font-size: 18px;	
  	font-weight: bold;	
  	line-height: 23px;
}

.hs-form {
    margin-bottom: 15px;
}

.widget-type-blog_subscribe .hs-form .hs-email label{
		display:none;
}

.widget-type-blog_subscribe .hs-form .hs-email .hs-input{
  padding-bottom: 8px;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #D8D8D8;
}
/* 
@media screen and (max-width: 550px){
  .widget-type-blog_subscribe .hs-form .hs-email .hs-input{
    width: 56%;
  }
}
 */
.widget-type-blog_subscribe .hs-form .hs-email .hs-input:focus{
	border-bottom: 1px solid #0161c7;
  outline: none;
}

/* @media (min-width: 1200px){
  .span12.widget-span.widget-type-cell.page-center.content-wrapper{
	margin-right: 0;
}
} */

.widget-type-blog_subscribe .hs-submit input, .widget-type-blog_subscribe .hs-button input{
  height: 38px;
  width: 98px;	
  border-radius: 3px;	
  background-color: #0161c7;
  background-image: none;
  color: #ffffff;	
  font-family: "Circular-Pro-Book";	
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;	
  text-align: center;
  font-weight: bold;
  border: none;
  text-shadow: none;
}

.widget-type-blog_subscribe .hs-submit input:hover, .widget-type-blog_subscribe .hs-button input:hover{
	background-color: rgb(87, 145, 220);
}
  

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

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

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

/* Labels and Legends */
label {
    font-size: 13px;
    font-family: "Circular-Pro-Book",Arial;
    font-style: normal;
    font-weight: normal;
    color: #444444;
    line-height: 150%;
    display: block;
    white-space: normal;
    padding: 0 0 4px;
}
.hs-form-required {
    color: red;
    font-weight: bold;
    margin-left: 5px;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    font-size: 14px;
    font-family: "Circular-Pro-Book",Helvetica;
    font-style: normal;
    font-weight: normal;
    color: #444444;
    line-height: normal;
    padding: 5px 10px;
    white-space: normal;
    display: block;
    width: 100%;
/*     border-top: 1px solid #7c7c7c; */
/*     border-left: 1px solid #c3c3c3; */
/*     border-right: 1px solid #c3c3c3; */
/*     border-bottom: 1px solid #ddd; */
    background: #ffffff;
    margin-bottom: 15px;
    transition: none !important;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

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

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

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

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

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

/* Error */
ul.hs-error-msgs {
    padding-left: 0px;
    list-style: none;
}
.hs-error-msgs label {
    line-height: 10px;
    font-size: 11px;
    color: #DF0000;
    padding: 2px 1%;
    font-family: 'Circular-Pro-Book',Helvetica;
}
.hs_error_rollup {
    margin-top: -5px;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
/* 	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); */
/* 	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); */
/* 	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); */
/* 	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); */
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


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

/* .landing-page.one-column .body-container form,
.error-template .body-container form,
.password-template .body-container form, 
.subscription-template .body-container .widget-type-email_simple_subscription form{
    width: 50%; 
} */
.subscription-template #email-prefs-form .email-edit {
    max-width: 100% !important;
}
#recaptcha_area, #recaptcha_table{
    max-width: 100% !important;
    overflow-x: scroll !important;
    width: 318px !important;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 30px;
}
.custom-footer-lp .custom-copyright hr {
    margin-top: 0;
}

.error-template .custom-header-wrapper, 
.password-template .custom-header-wrapper ,
.subscription-template .custom-header-wrapper {
    min-height: 113px !important;
}

.subscription-template .subscribe-options label {
    margin: 0;
}

.biz-inquiries-form {
  	padding-right:5%;
  	padding-left:5%;
  	border-radius:4px;
}

.biz-inquiries-form:focus {
 		border:3px solid rgb(18,255,205);
  	border-radius:4px!important;
}

.page-center-tv {
  	max-width: 980px;
    margin: 0 auto!important;
    float: none!important;
}

.full-width-bg {
  	background: url('https://cdn2.hubspot.net/hubfs/4039866/hero-city-pages.jpg');
}

/* Styles that do not fit into any of the available sections above can go here. */
.device-block .image-phone {
    height: 100%;
    width: 100%;
    background-image: url('https://cdn2.hubspot.net/hubfs/4039866/device-repair.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.service-block .text {
    z-index: 100;
    width: 308px;
    background-color: rgba(245,245,245,0.8);
    padding: 40px;
    height: 345px;
    max-height: 345px;
    border-top-right-radius: 3px;
}

.service-block h4 {
    margin: 0;
    font-size: 24px;
    line-height: 1;
    color: #0161c7;
}

.service-block h5 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 20px;
}

@media screen and (min-width: 780px)
.text-footer {
    position: absolute;
    bottom: 41px;
    z-index: 200;
}

.button.button-action {
    color: #0161c7;
    background-color: #12ffcd;
}

.button {
    border: 0;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    padding: 16px 45px;
    border-radius: 3px;
}

@media (min-width: 780px)
.service-block .text.phone-text {
    height: 355px;
}

a.service-block {
    text-decoration: none;
    color: #595959;
}

.service-block-tv-mounting {
    background-image: url(https://cdn2.hubspot.net/hubfs/4039866/Partnerships/tv-mounting.jpg);
}

.service-image {
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: transform .4s;
    z-index: 20;
}

/***** wall hanging *****/
.fl100 { width:100%; float:left; }
.row-fluid .wrapper { margin:0 auto !important; padding:0 15px; width:1200px; float:none !important; }
.row-fluid .prepare_section { padding:50px 0 80px; }
.row-fluid .prepare_section h2 , .row-fluid .prepare_section h4 { margin:15px 0; }
.row-fluid .prepare_section .wrapper { display:flex; }
.row-fluid .prepare_section .content { padding:0 30px 0 0; width:60%; display:inline-block; }
.row-fluid .prepare_section .content ul { margin:0; padding:0; list-style-type:none; column-count: 2; -moz-column-count: 2; -webkit-column-count: 2; }
.row-fluid .prepare_section .content ul li { margin:0; padding:0 3px 0 15px; display:inline-block; width:100%; position:relative; }
.row-fluid .prepare_section .content ul li:before { content:''; width:5px; height:5px; background:#595959; border-radius:10px; position:absolute; top:10px; left:0; }
.row-fluid .prepare_section .image { margin-top:35px; width:40%; display:inline-block; }

.row-fluid .hanging_form { padding:80px 0; background:#f1f1f1; }
.row-fluid .hanging_form .wrapper { width:100%; max-width:700px; }

.row-fluid .scrip_section { padding:60px 0; background:#f1f1f1; text-align:center; }
.row-fluid .scrip_section .wrapper { width:100%; max-width:900px; }
.row-fluid .scrip_section h2 { margin:0 0 10px; }
.row-fluid .scrip_section .btn_style { margin-top:10px; }

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

@media (min-width: 992px) and (max-width: 1300px){
	
	.row-fluid .wrapper {  width:950px; }
}

@media (max-width:991px) {
  
  .row-fluid .prepare_section { padding:40px 0 60px; }
  .row-fluid .prepare_section .wrapper { display:block; }
  .row-fluid .prepare_section .content { padding:0; width:100%; }
  .row-fluid .prepare_section .image { margin: 30px auto 0; width:100%; max-width: 520px; display: block; }

  .row-fluid .scrip_section { padding:45px 0; }
  .row-fluid .hanging_form { padding:60px 0; }
  
}

@media (min-width: 768px) and (max-width: 991px){
	
	.row-fluid .wrapper {  width:720px; }	
}

@media (min-width: 30px) and (max-width: 767px){
	
	.row-fluid .wrapper { width:100%; padding:0 15px; float:left; }	
  
  .row-fluid .prepare_section h2 { font-size:26px; line-height:34px; }
  .row-fluid .prepare_section h4 { font-size:22px; line-height:30px; }
  .row-fluid .scrip_section h2 { font-size:26px; line-height:34px; }
  
  .row-fluid .hanging_form .wrapper #hs_cos_wrapper_module_158792305338817 { padding:0 10% !important; } 
  
}

@media (max-width:500px) {
  
  .row-fluid .prepare_section .content ul { column-count: 1; -moz-column-count: 1; -webkit-column-count: 1; }
  
}

/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
   
@media (max-width: 1250px) {
    /*Header Styling*/
    .header-left-sitemap .hs-menu-wrapper > ul ul {
        left: -12px !important;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media (max-width: 1050px) {
    /*Header Styling*/
    .header-left-sitemap .hs-menu-wrapper > ul > li,
    .header-right-sitemap .hs-menu-wrapper > ul > li,
  	.header-right-sitemap-lp .hs-menu-wrapper > ul > li {
        font-size: 15px;
    }
    .custom-header .page-center > .row-fluid-wrapper > .row-fluid > div {
        padding: 0;
    }
    .header-right-sitemap .hs-menu-wrapper > ul ul,
  	.header-right-sitemap-lp .hs-menu-wrapper > ul ul {
        -ms-transform: translateX(-7%);
        -webkit-transform: translateX(-7%);
        -moz-transform: translateX(-7%);
        transform: translateX(-7%);
    }
  	.page-left {
      	
  	}
}

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

@media (max-width: 1024px) {
    /*Header Styling*/
    .header-right-sitemap .hs-menu-wrapper > ul > li:last-child > a {
        margin: 0;
    }
  	.services-offered {
      	font-size: 12px;
      	padding-bottom: 0px;
      	padding-top: 0px;
      	margin: 0;
      	max-width: 50%;
  	}
  	
  	.full-width-bg {
      	background: url('https://cdn2.hubspot.net/hubfs/4039866/landing-bg-mobile.jpg');
  }
}

@media (max-width: 991px) {
    /*Blog*/
    .blog-listing-wrapper .post-listing .post-item {
        width: 50%;
    }
    .blog .content-wrapper {
        max-width: 750px !important;
    }
    
}

@media (max-width: 880px) {
    body,
    .body-container{
        font-size: 14px;
    }
  	.featured_in {
  	display:block; 
  	}
    
    /* Page Center */
    .container-fluid .row-fluid .page-center, 
    .container-fluid .row-fluid .page-center{
      padding-left: 14px;
      padding-right: 14px;
    }
    
    /*Header Styling*/
    .custom-header .page-center > .row-fluid-wrapper > .row-fluid > div {
        display: none !important;
    }
  
  	.custom-header .page-center-lp > .row-fluid-wrapper > .row-fluid > div {
        display: none !important;
    }
    
    .custom_header_fixed .custom-header-lp .custom-header:before{
        display: none;
    }
    .custom_header_fixed .custom-header-lp .custom-header{
        box-shadow: none;
    }
  
		
    
    .custom-banner .banner-content > .hs_cos_wrapper {
        height: 90px;
        border-right: 1px solid #979797;
        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: left;
    }
    .custom-banner .banner-content > .hs_cos_wrapper img {
        width: 64px !important;
    }
    .custom-banner .banner-content {
        margin: 0 -15px;
    }
    .custom-banner .page-center {
        max-width: 75% !important;
        margin: 0 !important;
        float: left !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .custom-banner h1 {
/*         font-size: 25px; */
/*         line-height: 32px; */
        text-align: right;
        max-width: 250px;
        margin-left: auto;
    }
    .custom-banner p {
        font-size: 20px;
        line-height: 30px;
        text-align: right;
    }
    
    .custom-mobile-header-top {
        position: relative;
        z-index: 999;
    }
    .custom-mobile-header-top .custom-header-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        max-width: 100%;
    }
    .custom-mobile-header-top .custom-header-row .custom-header-column {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        margin-bottom: inherit;
    }
    .custom-mobile-header-top .custom-header-row .custom-navigation {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        float: right;
    }
    .custom-navigation ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .custom-navigation .hs-menu-wrapper > ul {
        float: right;
    }
    .custom-navigation .hs-menu-wrapper > ul > li > a {
        margin: 11px 0 0;
        font-size: 13px;
        padding: 11px 20px;
        color: #0161c7;
        background-color: #12ffcd;
        text-decoration: none;
        display: inline-block;
        font-weight: bold;
        line-height: 1;
        cursor: pointer;
        white-space: nowrap;
        border-radius: 3px;
        width: auto;
    }
    .custom-navigation .hs-menu-wrapper > ul > li > a:hover {
        background-color: #12ffcd;
    }
    .custom-navigation .hs-menu-wrapper ul li {
        display: block;
        width: 100%;
        position: static !important;
    }
    
    .custom-navigation .hs-menu-wrapper ul ul {
        display: none;
        background-color: #0161c7;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 58px;
        border-top: 2px solid #12ffcd;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .custom-navigation .hs-menu-wrapper ul ul:before {
        content: '';
        display: block;
        background-image: url(//cdn2.hubspot.net/hubfs/4039866/Puls_January2018/images/menu-arrow0.svg);
        background-repeat: no-repeat;
        position: absolute;
        margin: auto;
        left: initial;
        height: 9px;
        top: -9px;
        right: 0;
        background-position: center;
        width: 165px;
        background-size: auto 100%;
    }
    .custom-navigation .hs-menu-wrapper ul ul:after {
        position: fixed;
        background: rgba(0,0,0,0.8);
        height: 100vh;
        width: 100%;
        left: 0;
        content: '';
        z-index: -1;
    }
    .custom-navigation .hs-menu-wrapper ul ul li {
        font-size: 14px;
        line-height: 2;
        float: left;
    }
    .custom-navigation .hs-menu-wrapper ul ul li a {
        padding: 14px;
        display: block;
        text-align: center;
        color: #f6f6f6;
        background-color: #0161c7;
        text-decoration: none;
    }
    .custom-navigation .hs-menu-wrapper ul ul li a:hover {
        color: #12ffcd;
        background-color: #0256af;
    }
    .custom-navigation .hs-menu-wrapper ul ul li:not(:first-child) a:before {
        content: '';
        display: block;
        width: 80%;
        height: 1px;
        background-color: #0256af;
        -webkit-transform: translateY(-14px);
        transform: translateY(-14px);
        margin-left: 10%;
    }
    .mobile-open .custom-header:before,
    .custom-header.active-mobile-header-link:before {
        opacity: 1;
        visibility: visible;
    }
    
    .custom-header-column {
        padding-left: 16px;
    }
    
    /*Footer Styling*/
    .custom-footer {
        padding-top: 10px;
    }
    .custom-copyright {
        padding: 0 2rem;
    }
    .custom-copyright hr {
        margin-top: 30px;;
    }
    .custom-footer-links {
        max-width: 100%;
    }
    .custom-footer .page-center > .row-fluid-wrapper:first-child > .row-fluid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 16px;
    }
    .custom-footer-social p {
        font-size: 13px;
    }
    .custom-footer-form input.hs-button.primary.large {
        padding: 13px 40px;
        font-size: 13px;
    }
    .custom-footer-form .hs-form .hs_submit {
        top: 18px;
    }
    .custom-footer-form .hs_error_rollup {
        max-width: 609px;
    }
    .custom-footer-form .hs-form {
        padding-top: 10px;
    }
    .custom-footer-form h3.form-title {
        color: #595959;
    }
    .custom-form-wrapper {
       padding-top: 30px !important;
    }
    .custom-form-wrapper:before {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        background: #e5e5e4;
        width: 100%;
        left: 0;
        margin-top: -25px;
    }
    .custom-footer-links .hs-menu-wrapper > ul ul li a {
        padding-left: 20px;
        font-size: 12px;
    }
    .custom-footer-links {
        border-top: 1px solid #e5e5e4;
        padding-top: 16px !important;
        margin-bottom: 8px;
    }
    .custom-footer-company {
        border: none;
    }
    .custom-footer-links .hs-menu-wrapper > ul > li > a {
        font-size: 12px;
        cursor: pointer;
    }
    .custom-footer-links .hs-menu-wrapper > ul > li > a:after {
        content: "";
        display: inline-block;
        font-family: FontAwesome;
        float: right;
        padding-right: 4px;
    }
    .custom-footer-links .hs-menu-wrapper > ul > li > a.active-footer-link:after {
        content: "";
    }
    .custom-footer-links .hs-menu-wrapper > ul > li > a.active-footer-link {
        color: #0161c7;
    }
    .custom-footer-links .hs-menu-wrapper > ul ul {
        display: none;
    }
    
    .custom-banner-area .custom-banner{
        background: #0161c7 linear-gradient(to top,#0065d1,#2463a5);
    }
    .custom-banner-area .custom-banner .banner-content > .hs_cos_wrapper{
         border-right:none;
     }
     .error-template .custom-header-wrapper, 
    .password-template .custom-header-wrapper,
    .subscription-template .custom-header-wrapper {
        min-height: 0px !important;
    }
  .footer-wrapper{
    background:blue;
  }
}

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

@media (max-width: 780px) {
    /*Blog*/
    .custom-blog-banner h1 {
        font-size: 33px;
    }
    .custom-blog-banner h2 {
        font-size: 1.6rem;
        line-height: 1.25;
    } 
    
}

@media (max-width: 500px) {
  .blog.hs-blog-post .custom-blog-banner h1{
    margin: 0 auto 23px;
  	font-size:32px;
    line-height: 39px;
  }
/* Coupon landing page flex column */
.coupon-body1 .row-fluid-wrapper .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .coupon-form {
    background-color: #f8f8f8;
    padding-top: 10px;
		padding-bottom:20px;
  }
  .bullet-points {
  	background-color: #ffffff;
    padding-bottom: 10px;
    padding-top:20px;
    margin-top: 0px !important;
  }
 
}



@media (max-width: 767px) {
    .landing-page.one-column .body-container form,
    .error-template .body-container form,
    .password-template .body-container form, 
    .subscription-template .body-container .widget-type-email_simple_subscription form{
        width: 100%; 
    }
    .subscription-template #email-prefs-form .email-edit {
        max-width: 100% !important;
    }
    
    /*Header Styling*/
    .custom_header_fixed .custom-header,
    .custom-header {
        height: 58px;
    }
    .custom-mobile-header-top .custom-header-row .custom-header-column {
        padding: 0 1rem;
    }
    .custom-navigation .hs-menu-wrapper > ul {
        display: inline-block;
        width: auto;
    }
    .custom-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        position: absolute !important;
    }
    .subscription-template .checkbox-row span.fakelabel span {
		font-weight: normal;
		font-size: 12px;
	}
	
	/*Blog*/
	.custom-blog-banner h1 {
        font-size: 30px;
    }
}  

@media (max-width: 640px) {
    /*Header Styling*/
    .custom-mobile-header-top .custom-header-row .custom-header-column {
        padding: 0;
    }
    
    /*Footer Styling*/
     .custom-footer {
        padding-top: 10px;
    }
    .custom-copyright {
        padding: 0 2rem;
    }
    .custom-copyright hr {
        margin-top: 30px;;
    }
    /*Blog*/
    .custom-blog-banner .read-more {
        bottom: 30px;
    }
}
@media (max-width: 800px) {
 .custom-footer .page-center > .row-fluid-wrapper:first-child > .row-fluid > div {
      	margin-top: 12px;
        padding-left: 0;
        padding-right: 0;
    }
}

.span12.widget-span.widget-type-rich_text.custom-copyright{
	padding: 0 1.5%;
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
    /*Footer STyling*/
    .custom-footer-form .hs-form {
        display: flex;
      	position: relative;
    }
    .custom-footer-form .hs-form .hs_email {
        width: 100%;
        margin-bottom: 10px;
    }
    .custom-footer-form .hs-form .hs_submit {
        width: 100%;
    }
    .custom-footer-form .hs_error_rollup {
        position: static;
        max-width: none;
    }
 		.custom-footer-form .hs-input{
  			width: calc(100% - 160px);
  	}
  	.custom-footer-form input.hs-button.primary.large{
  		  position: absolute;
    		top: 0;
    		right: 0;	
      	padding: 15px 45px;
  	}
    
    .subscription-template .checkbox-row span.fakelabel span {
		font-size: 8.9px;
	}
	.subscription-template .checkbox-row span.fakelabel input {
        position: relative;
        top: 0;
    }
    
    /*Blog*/
    .blog-listing-wrapper .post-listing .post-item {
        width: 100%;
    }
}

.testemonial-container .hs-fieldtype-text {
    display: inline-block;
  	font-family: "Circular-Pro-Book",Helvetica;
}

.testimonials.form .hs-input-email{
    display: inline-block;
  	background: #000000;
  	font-family: "Circular-Pro-Book",Helvetica;
}

.testemonial-container .hs-form-field {
    padding-left: 30px;
  	font-family: "Circular-Pro-Book",Helvetica;
}

.testemonial-container .hs-button.primary {
    display: inline-block;
  	padding: 12px 30px;
    line-height: 1;
  	border-radius: 4px;
  	background-color: #0161c7;
  	color: #ffffff;
  	font-family: "Circular-Pro-Book",Arial;
  	
}
.coupon-form .hs-form-required {
    display: none;
}

.coupon-form .h3.form-title {
    font-family: "Circular-Pro-Book",Helvetica;
  	text-align: center;
}

.coupon-form .hs-form-field {
  	font-family: "Circular-Pro-Book",Helvetica;
  	display: block;
  	width: 70%;
  	border-radius: 5px;
		margin: 0px auto;
}

.coupon-form .hs-button.primary {
/*     display: inline-block; */
  	padding: 15px 60px;
    font-weight: bold;
    line-height: 1;
  	border-radius: 4px;
  	background-color: #0161c7;
  	color: #ffffff;
  	font-family: "Circular-Pro-Book",Arial;
  	text-align: center;
  	
}

#hs_cos_wrapper_module_152766981291741 .hs-error-msgs li label{
  font-size: 13px !important;
  color: red !important;
}

#hs_cos_wrapper_module_152766981291741 .submitted-message span{
  font-size: 18px !important;
}

/* .custom-logo-kuku img{ */
/*       position : relative; */
/*       top : 20px; */
	  }
  
  	.custom_header_fixed .custom-logo-kuku img{
		    top : 2px;
  	}

input[type="email"],