/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');
@font-face {
  font-family: wf_5ab18cfa7de5487dbff25be66;
  src: url("//cdn2.hubspot.net/hubfs/5278914/Exigence_March2019/fonts/wf_5ab18cfa7de5487dbff25be66.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5278914/Exigence_March2019/fonts/wf_5ab18cfa7de5487dbff25be66.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/5278914/Exigence_March2019/fonts/wf_5ab18cfa7de5487dbff25be66.ttf") format("ttf");
}
@font-face {
  font-family: wf_2786b2e1138248ca99a7c4a92;
  src: url("//cdn2.hubspot.net/hubfs/5278914/Exigence_March2019/fonts/wf_2786b2e1138248ca99a7c4a92.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5278914/Exigence_March2019/fonts/wf_2786b2e1138248ca99a7c4a92.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/5278914/Exigence_March2019/fonts/wf_2786b2e1138248ca99a7c4a92.ttf") format("ttf");
}
@font-face {
  font-family: wf_bdb8e9c90a08464fb0f5c68a3;
  src: url("//cdn2.hubspot.net/hubfs/5278914/Exigence_March2019/fonts/wf_bdb8e9c90a08464fb0f5c68a3.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5278914/Exigence_March2019/fonts/wf_bdb8e9c90a08464fb0f5c68a3.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/5278914/Exigence_March2019/fonts/wf_bdb8e9c90a08464fb0f5c68a3.ttf") format("ttf");
}
@font-face {
  font-family: wf_b35a8510eb9647b3bc3fefb04;
  src: url("//cdn2.hubspot.net/hubfs/5278914/Exigence_March2019/fonts/wf_b35a8510eb9647b3bc3fefb04.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5278914/Exigence_March2019/fonts/wf_b35a8510eb9647b3bc3fefb04.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/5278914/Exigence_March2019/fonts/wf_b35a8510eb9647b3bc3fefb04.ttf") format("ttf");
}
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed');



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

.header-container-wrapper ul li:last-of-type a {
    color: #FBC240 !important;
}

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

body {
  font: normal normal normal 16px/1.4em wfont_7f5c5c_b35a8510eb9647b3bc3fefb04982f390,wf_b35a8510eb9647b3bc3fefb04,orig_ubuntu_light;
  letter-spacing: normal;
  line-height: 1.3em;
  color: #333C4D;
  background: #fff;
  font-weight: 300;
}
body.landing-page {
  font-family:'Ubuntu Condensed', sans-serif;
}
/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1024px;
  margin: 0 auto;
  
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #39f;
  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 {
  font: normal normal 36px/1.4em wfont_7f5c5c_2786b2e1138248ca99a7c4a923e312d0,wf_2786b2e1138248ca99a7c4a92,orig_ubuntu_condensed;
  color: #6F63A0;
  line-height: normal;
  letter-spacing: normal;
  margin: 0 0 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 36px;
}
h2 {
  font-size: 34px;
  font-family: 16px/20px normal normal normal 18px/22px wfont_7f5c5c_b35a8510eb9647b3bc3fefb04982f390,wf_b35a8510eb9647b3bc3fefb04,orig_ubuntu_light;
  color:#2f2e2e ;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}

/* Anchor Links */
a { color: #6F63A0; }
a:hover, a:focus {}

/* Lists */
ul, ol {
  margin: 0 0 10px;
  padding-left: 25px;
}
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 {}

#header {
  min-height: 65px;
}
#header > div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.widget-span.logo {
  width: auto;
  float: left;
  margin: 7px 0px 10px calc((100% - 993px) * 0.5) !important;
}
.widget-span.custom-menu-primary {
  width: auto;
  margin: 0;
  float: right;
  padding: 17px 0 0;
}
#header .page-center {
  max-width: none;
}
.body-container .page-center {
  padding: 50px 25px;
}
#banner-area .page-center {
  width: auto;
  max-width: 1140px;
  overflow: hidden;
  display: flex;
  padding: 0;
}
#banner-area .page-center > div {
  width: 50%;
  float: left;
}
#banner-area .page-center > div.banner-content {
  background-color: rgba(111, 99, 160, 1);
  color: #fff;
  width: 46.4%;
  max-width: 500px;
  display: flex;
  align-items: center;
/*   justify-content: center; */ 
  padding: 10px;
}
.banner-content h1 {
  color: #fff;
  line-height: 1.2em;
  margin: 0;
  font-size: 55px;
  font-weight: normal;
  margin-left:15%
}
.banner-img {
  width: 280px !important;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  margin-left: -20px; 
}


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

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

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


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

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

#copyright-wrapper {
  background-color: rgba(27, 34, 48, 1);
}
.social-icons img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  vertical-align: baseline;
}
.widget-span.copyright {
  width: auto;
  float: left;
  margin: 0;
}
.widget-span.social-icons {
  width: auto;
  margin: 0;
  float: right;
}
.social-icons ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.copyright ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #6F63A0;
}
.copyright ul li,
.social-icons ul li{
  float: left;
}
#copyright-wrapper .page-center {
  max-width: 1000px;
  padding: 0 10px;
}
#copyright-wrapper {
  background-color: rgba(27, 34, 48, 1);
  padding: 21px 0 41px;
}
.copyright ul li:not(:last-child) {
  padding-right: 31px;
}
.copyright ul li:nth-child(2) {
  padding-right: 48px;
}
.copyright ul li:nth-child(3) {
  padding-right: 55px;
}
.social-icons ul li {
  margin: 0 -3px 0 15px;
  position: relative;
  top: -2px;
}
.desktop-top {
  background-color: rgba(111, 99, 160, 0.13);
  height: 44px;
  width: 45px;
  display: block !important;
  border-radius: 100%;
  position: fixed;
  top: auto;
  bottom: 24px;
  right: 24px;
  transform: rotate(180deg);
  fill: #6F63A0;
  fill-opacity: 0.48;
  stroke: #ED1566;
  stroke-opacity: 1;
}
.desktop-top svg {
  width: 25px;
  height: 25px;
  position: relative;
  top: 12px;
  right: -11px;
}

#cta-wrapper {
  background-color: rgb(111, 99, 160);
  text-align: center;
  color: #fff;
  margin-bottom: 57px;
  padding: 105px 10px 122px;
}
#cta-wrapper a {
  font: normal normal normal 18px/1.4em wfont_7f5c5c_2786b2e1138248ca99a7c4a923e312d0,wf_2786b2e1138248ca99a7c4a92,orig_ubuntu_condensed;
  display: block;
  background-color: rgba(251, 194, 64, 1);
  max-width: 228px;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 3px;
  transition: all .4s ease-in-out;
  color: #1B2230;
  font-size: 18px;
  line-height: 1.4em;
  height: 40px;
  padding: 8px 10px 5px;
  font-weight: 500;
}
#cta-wrapper a:hover {
  background-color: rgba(251, 194, 64, 0.7);
  color: #fff;
}
#cta-wrapper p {
  font-family: wfont_7f5c5c_2786b2e1138248ca99a7c4a923e312d0,wf_2786b2e1138248ca99a7c4a92,orig_ubuntu_condensed;
  font-size: 24px;
  line-height: 1.4em;
  text-align: center;
  margin-top: 11px;
  margin-bottom: 23px;
}
#cta-wrapper h3 {
  color: #fff;
  font-size: 36px;
  line-height: 1.3em;
  text-align: center;
  font-weight: normal;
  margin: 0;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  font: normal normal 700 14px/1.4em raleway,sans-serif;
  float: none !important;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) {
  width: 121px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) {
  width: 121px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) {
  width: 128px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
  width: 116px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) {
  width: 100px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  display: inline-block;
  padding: 0 10px;
  color: #505767;
  transition: color 0.4s ease 0s;
  text-align: right;
  line-height: 34px;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:  #FBC240!important;
  transition: color 0.4s ease 0s;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:active > a {
  color: #FBC240!important;
  background-color: #FBC240!important;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  display: inline-block;
  padding: 0 10px;
  color: #505767;
  transition: color 0.4s ease 0s;
  text-align: right;
  line-height: 34px;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #FBC240!important;
/*   transition: color 0.4s ease 0s; */
} 

.custom-menu-primary .hs-menu-wrapper > ul ul li a.active{
  color: #FBC240!important;
/*   transition: color 0.4s ease 0s; */
}

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

/* HubSpot Support */
img.hs-image-widget {
  margin-left:25%;
  margin-top:7px;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .logo img:last-child {
    display: none;
  }
  .mobile-trigger, .child-trigger{ display: none; }
  #back-to-top.mobile-top,#mobile-copyright {
    display: none !important;
  }
  
  .logo{
   height: 200px;
    width: 150px;
  }
}


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

/* Hide button on Desktop */


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

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

  .mobile-trigger {
    border-radius: 4px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: solid 1px transparent;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    cursor: pointer;
    margin-top: 0px;
    position: absolute;
    top: 9px;
    right: 11px;
    z-index: 99;
  }

  .mobile-trigger svg {
    width: 20px;
    overflow: visible;
    stroke-width: 3px;
    stroke: rgba(111, 99, 160, 1);
    height: 17px;
    padding-top: 0px;
    stroke-linecap: flat;
    stroke: rgba(111, 99, 160, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: stroke;
    transition-property: stroke;
  }
  .mobile-open .mobile-trigger svg {
    stroke: rgba(255, 255, 255, 1);
    width: 17px;
  }

  .style-jsn6gpud_animating-line {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform-origin: 8.5px 0;
    transform-origin: 8.5px 0;
  }
  .style-jsn6gpud_line1 {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
    -webkit-animation-name: style-jsn6gpud_tiny-menu-open-squeeze-1-reverse;
    animation-name: style-jsn6gpud_tiny-menu-open-squeeze-1-reverse;
  }
  .style-jsn6gpud_line2 {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
    -webkit-animation-name: style-jsn6gpud_tiny-menu-open-squeeze-2-reverse;
    animation-name: style-jsn6gpud_tiny-menu-open-squeeze-2-reverse;
  }
  .style-jsn6gpud_line3 {
    -webkit-transform: translateY(16.5px);
    transform: translateY(16.5px);
    -webkit-animation-name: style-jsn6gpud_tiny-menu-open-squeeze-3-reverse;
    animation-name: style-jsn6gpud_tiny-menu-open-squeeze-3-reverse;
  }


  .mobile-open .style-jsn6gpud_line1 {
    -webkit-animation-name: style-jsn6gpud_tiny-menu-open-squeeze-1;
    animation-name: style-jsn6gpud_tiny-menu-open-squeeze-1;
  }
  .mobile-open .style-jsn6gpud_line2 {
    -webkit-animation-name: style-jsn6gpud_tiny-menu-open-squeeze-2;
    animation-name: style-jsn6gpud_tiny-menu-open-squeeze-2;
  }
  .mobile-open .style-jsn6gpud_line3 {
    -webkit-animation-name: style-jsn6gpud_tiny-menu-open-squeeze-3;
    animation-name: style-jsn6gpud_tiny-menu-open-squeeze-3;
  }


  @-webkit-keyframes style-jsn6gpud_tiny-menu-open-squeeze-1 {
    0% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @keyframes style-jsn6gpud_tiny-menu-open-squeeze-1 {
    0% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @-webkit-keyframes style-jsn6gpud_tiny-menu-open-squeeze-1-reverse {
    100% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @keyframes style-jsn6gpud_tiny-menu-open-squeeze-1-reverse {
    100% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @-webkit-keyframes style-jsn6gpud_tiny-menu-open-squeeze-2 {
    0% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @keyframes style-jsn6gpud_tiny-menu-open-squeeze-2 {
    0% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @-webkit-keyframes style-jsn6gpud_tiny-menu-open-squeeze-2-reverse {
    100% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @keyframes style-jsn6gpud_tiny-menu-open-squeeze-2-reverse {
    100% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @-webkit-keyframes style-jsn6gpud_tiny-menu-open-squeeze-3 {
    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotateX(90deg);
      transform: translateY(8.5px) rotateX(90deg);
    }
  }

  @keyframes style-jsn6gpud_tiny-menu-open-squeeze-3 {
    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotateX(90deg);
      transform: translateY(8.5px) rotateX(90deg);
    }
  }

  @-webkit-keyframes style-jsn6gpud_tiny-menu-open-squeeze-3-reverse {
    100% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }
  }

  @keyframes style-jsn6gpud_tiny-menu-open-squeeze-3-reverse {
    100% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }
  }


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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 42px !important;
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}


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


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

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

/* Blog Post */
.hs-blog-post {}
.hs-blog-post .body-container-wrapper {}
.hs-blog-post #banner-area {
  display: none;
}

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

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


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

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {
  text-align: center;
  font-size: 35px;
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  padding: 7px 0 6px;
  margin: 0;
}
.here-to-help h5 {
  text-align: center;
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  font-size: 27px;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
}
.here-to-help {
  text-align: center;
}
.here-to-help ul li a {
  font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
  color: #FFFFFF;
  display: inline-block;
}
.here-to-help ul {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 22px 0 0;
  border-radius: 20px;
  background-color: rgba(153, 153, 153, 1);
  font-size: 0;
}
.here-to-help ul li {
  display: inline-block;
}
.here-to-help ul li:first-child a {
  border-radius: 20px 0 0 20px;
  padding: 6px 9px 5px 34px;
}
.here-to-help ul li:nth-child(2) a {
  padding: 6px 45px 5px 43px;
}
.here-to-help ul li:last-child a {
  border-radius: 0 20px 20px 0;
  padding: 6px 36px 5px 9px;
}
.here-to-help ul li a:hover {
  background-color: rgba(232, 232, 232, 1);
}
.here-to-help ul li.active a {
  background-color: rgba(201, 45, 20, 1);
}
.custom-topics {
  float: left;
}

.custom-topics-search > div:after,
.custom-topics-search > div:before {
  content: "";
  display: block;
  clear: both;
}

.custom-topics ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}

.custom-topics-search .hs-search-field {
  float: right;
  margin-right: 17px;
  margin-top: -1px;
}
.custom-topics ul li {
  float: left;
}

.custom-topics ul li + li {
  margin-left: 40px;
}
.hs-blog-post .custom-topics-search {
  max-width: 980px;
  margin: 0 auto !important;
  float: none !important;
}
.custom-topics-search .hs-search-field__bar {
  padding: 0;
  background: transparent;
  margin: 0;
} 
.custom-topics-search .hs-search-field__input {
  background: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: none;
  top: 3px;
  left: auto;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 1px 0 0 29px;
  position: absolute;
  width: 200px;
  right: -1px;
  line-height: normal;
  color: rgba(47,46,46,1);
  height: auto;
}
.custom-topics-search form.active .hs-search-field__input {
  padding-right: 20px;
  display: inline-block;
  border: 0;
}
.custom-topics-search .hs-search-field__input:focus {
  outline: 0;
}

/* Placeholder Text */
.custom-topics-search .hs-search-field__input::-webkit-input-placeholder {
  color: inherit;
  opacity: .4;
  -webkit-transition: color .5s;
  transition: color .5s;
} /* Webkit Browsers */
.custom-topics-search .hs-search-field__input:-moz-placeholder {
  color: inherit;
  opacity: .4;
  -webkit-transition: color .5s;
  transition: color .5s;
} /* Firefox 18- */
.custom-topics-search .hs-search-field__input::-moz-placeholder {
  color: inherit;
  opacity: .4;
  -webkit-transition: color .5s;
  transition: color .5s;
} /* Firefox 19+ */
.custom-topics-search .hs-search-field__input:-ms-input-placeholder {
  color: inherit;
  opacity: .4;
  -webkit-transition: color .5s;
  transition: color .5s;
} /* IE10 */

.search-input-button svg {
  opacity: 0;
  visibility: hidden;
}
.custom-topics-search form.active > svg {
  right: 180px;
  top: -6px;
}
form.active .search-input-button svg {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
  position: relative;
  z-index: 1;
  fill: rgba(47,46,46,1);
}
.custom-topics-search .hs-search-field__bar form {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0,0,0,.0);
  min-width: 200px;
  height: 29px;
}
.custom-topics-search .hs-search-field__bar form.active {
  border-bottom: 1px solid rgba(47,46,46,.5);
}
.search-input-button {
  position: absolute;
  right: 0;
  top: 0;
}

.display-comment {
  font: normal normal normal 12px/1 helvetica-w01-light,helvetica-w02-light,sans-serif;
  line-height: normal;
  border-top: 1px solid #fff;
  padding: 14px 0 0;
  margin-top: 18px;
  font-family: dinneuzeitgroteskltw01-_812426, sans-serif;
}
.custom_listing_comments {
  opacity: .8;
}
.post-header h2:after {
  content: none;
}
.post-header {
  margin-bottom: 11px;
  margin-top: 0;
}
.post-header h2 a {
  color: rgba(111,99,160,1);
  overflow: hidden;
  text-overflow: ellipsis;
 /* font: normal normal normal 22px/27px wfont_7f5c5c_2786b2e1138248ca99a7c4a923e312d0,wf_2786b2e1138248ca99a7c4a92,orig_ubuntu_condensed;*/
  font: normal normal normal 22px/27px wfont_7f5c5c_2786b2e1138248ca99a7c4a923e312d0,wf_2786b2e1138248ca99a7c4a92,orig_ubuntu_condensed;
  /*font-size:16px;
  font-weight:600;*/
  line-height: normal;
  text-decoration: none !important;
}
.post-header h2 {
  margin-bottom: 10px;
  line-height: .5;
}
span.blog_auth_mob_img svg._17YWs {
  width: 100%;
  height: 100%;
}
span.filter-link-count {
  display: none;
}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  width: 33.33%;
  padding: 16px;
}
.blog-listing-wrapper .post-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  padding: 27px 0;
  max-width: 972px;
  margin: 0 auto;
}
.model-wrapper {
  display: none;
}
.custom-post-item {
  position: relative;
  border: 1px solid rgba(240,240,240,0.75);
  height: 100%;
}
.post-inner-container {
  position: relative;
  z-index: 1;
  padding: 23px 23px 7px;
}
.top-content > span.share-trigger > svg {
  fill: rgba(47,46,46,1);
}
.top-content > span.share-trigger {
  position: absolute;
  right: 17px;
  cursor: pointer;
  top: 44px;
  opacity: 1;
  padding: 0;
}
.share-trigger-heading svg {
  fill: rgba(0,0,0,1);
  width: 18px;
  height: 18px;
}
span.author-name-details {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding-left: 10px;
}
.share-trigger-heading > span {
  font: normal normal normal 18px/22px wfont_7f5c5c_b35a8510eb9647b3bc3fefb04982f390,wf_b35a8510eb9647b3bc3fefb04,orig_ubuntu_light;
  line-height: normal;
  line-height: normal;
  color: rgba(47,46,46,1);
  font-size: 14px;
  margin-left: 13px;
  white-space: nowrap;
  display: block;
}
.share-trigger-heading {
  font: normal normal normal 18px/22px wfont_7f5c5c_b35a8510eb9647b3bc3fefb04982f390,wf_b35a8510eb9647b3bc3fefb04,orig_ubuntu_light;
  line-height: normal;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 18px 15px;
  background: #fff;
  cursor: pointer;
  color: rgba(47,46,46,1);
  position: absolute;
  right: 16px;
  top: 57px;
  width: 100%;
  max-width: 200px;
  z-index: 6;
}
.post-header p {
  margin: 0;
}
.post-header p a {
/*  font: normal normal normal 16px/20px wfont_7f5c5c_b35a8510eb9647b3bc3fefb04982f390,wf_b35a8510eb9647b3bc3fefb04,orig_ubuntu_light;*/
  font: 16px/20px normal normal normal 18px/22px wfont_7f5c5c_b35a8510eb9647b3bc3fefb04982f390,wf_b35a8510eb9647b3bc3fefb04,orig_ubuntu_light;
  font-size:16px;
  line-height: normal;
  line-height: 1.5;
  text-decoration: none;
  color: #585858;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-header p a:hover {
  color: #6F63A0;
}
.top-content {
  padding-bottom: 12px;
}
.post-item,
.custom-topics-search,
.hs-blog-post .blog-section,
.recent-posts-holder,
._3CDjO,
.hs-blog-post .custom-mobile-topics .hs-search-field{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 .hs-blog-post #cta-wrapper,
.hs-blog-post #form-wrapper {
  display: none;
} 

span.mint-read, span.date {
  display: inline-block;
  vertical-align: baseline;
  width: auto;
}
.trigger-active .share-trigger-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.model-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: transparent;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease;
  background: rgba(0,0,0,.8);
}
.model-active .model-wrapper{
  visibility: visible;
  opacity: 1;
}
.social-icons-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
}
.social-icons-container {
  font: normal normal normal 36px/45px wfont_7f5c5c_2786b2e1138248ca99a7c4a923e312d0,wf_2786b2e1138248ca99a7c4a92,orig_ubuntu_condensed;
  line-height: normal;
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 60px;
  line-height: normal;
  transition: all .3s;
  transform: translateY(-100%);
  width: 100%;
  max-width: 452px;
}
.n78et {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 24px 0 0;
}
.n78et > span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.n78et > span > a {
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 3px;
}
.n78et > span.fb > a {
  background: #4464a3;
}
.n78et > span.twitter > a {
  background: #55acee;
}
.n78et > span.google-plus > a {
  background: #dd4b39;
}
.model-active .social-icons-container{
  transform: translateY(0);
}
.close {
  display: inline-block;
  position: absolute;
  z-index: 3;
  right: 19px;
  top: 15px;
}
span.j-WJJ {
  margin-left: 12px;
  font-size: 16px;
}
._1x2ef > svg {
  fill: rgba(0,0,0,1);
}
.top-content > span.share-trigger > svg:hover {
  opacity: .8;
}
.hs-blog-listing .social-icons-container {
  font: normal normal normal 30px/1.4em wfont_7f5c5c_5ab18cfa7de5487dbff25be66a425fd0,wf_5ab18cfa7de5487dbff25be66,orig_ubuntu_light_italic;
}
.hs-blog-listing ._1x2ef {
  margin: 0 0 30px;
}
.hs-blog-listing ._2T-uQ.header-buttons {
  display: none;
}
.n78et > span > a >svg {
  fill: #fff;
}
._1x2ef {
  margin: 0 0 34px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {
  font-size: 18px;
  line-height: 1.5;
  color: #212121;
}

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

/*hs support */
img.hs-featured-image{
  max-height:200px;
  object-fit:contain;
}
/*end hs support */


/* Read More Link */

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {
  color: rgba(47,46,46,1);
  text-decoration: none;
}
#hubspot-topic_data a.topic-link:hover {
  color: #6F63A0;
}
/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}
.custom-recent-posts {
  width: 100%;
  max-width: 940px;
  margin: 20px auto 0;
}

.title-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  line-height: 29px;
}
.title-holder a {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  margin-top: 10px;
}
.title-holder a:hover {
  color: #6F63A0;
}

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

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

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

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

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{}

/* Pagination */
.blog-pagination {
  padding: 10px 20px;
}
.blog-pagination a {
  display: table;
  margin-bottom: 4px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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

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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

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

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

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

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

._3MIY_ {
  padding: 3px 9px 0px;
  background: #2f2e2e;
  color: #fff;
  z-index: 1000;
  font-family: Avenir Next;
  white-space: normal;
  font-size: 12px;
  pointer-events: none;
  position: absolute;
  height: 20px;
  line-height: normal;
  top: -20px;
  right: -5px;
  display: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
span.author-name:hover ._3MIY_ {
  display: block;
}
span.author-name:hover {
  color: rgba(111,99,160,1);
}
._2mNml {
  content: "";
  display: block;
  border: 5px solid transparent;
  margin: auto;
  right: 0;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
}
._2mNml._1jYrr {
  border-bottom-color: #2f2e2e;
}
._1k4rc {
  content: "";
  display: block;
  position: absolute;
  border: 4px solid transparent;
  margin: auto;
  right: 0;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
._1k4rc._1jYrr {
  border-bottom-color: #2f2e2e;
}

/* =============== blog modules styling =============== */

.custom-topics-search {
  padding: 29px 37px 0 20px;
}

.custom-topics-search > div:after, .custom-topics-search > div:before {
  content: "";
  display: block;
  clear: both;
}

.custom-topics {
  float: left;
}

.custom-topics ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}

.custom-topics ul li {
  float: left;
}

.custom-topics ul li a:hover, 
.custom-topics ul li.active a {
  color: rgba(111,99,160,1);
}

.custom-topics ul li a {
  color: rgba(47,46,46,1);
  text-decoration: none;
}

.custom-topics ul li + li {
  margin-left: 40px;
}


.custom-topics-search .hs-search-field {
  float: right;
}

.custom-topics-search .hs-search-field__bar {
  padding: 0;
  background: transparent;
  margin: 0;
  color: #fff;
}

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

.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-topics-search .hs-search-field__bar form {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0,0,0,.0);
  min-width: 200px;
  height: 29px;
}
.hs-search-field__bar form {
  width: 100% !important;
}


.custom-topics-search form > svg {
  top: -4px;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
  position: absolute;
  right: -1px;
  z-index: 2;
  fill: rgba(47,46,46,1);
}
#login-btn {
  float: right;
  display: block;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  padding: 7px 24px 5px;
  height: 36px;
  margin-left: 24px;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color: rgba(111,99,160,1);
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  border-color: rgba(111,99,160,1);
  margin-right: -17px;
  font-size: 14px;
  margin-top: -8px;
}
.search-input-button {
  position: absolute;
  right: 0;
  top: 0;
}

.search-input-button svg {
  opacity: 0;
  visibility: hidden;
}
.hs-blog-post.blog .content-wrapper {
  padding-top: 20px;
}

.share-trigger-heading {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  min-width: 200px;
}

.hs-blog-listing .recent-posts-holder {
  display: none !important;
}

span.author-name:hover {
  color: rgba(111,99,160,1);
}

span.author-name {
  display: block;
  cursor: default;
  position: relative;
}
.blog .content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.hs-blog-post svg.ALGr5 {
  fill: rgba(47,46,46,1) !important;
}
.hs-blog-post span.author-name{
  display: inline-block;
}
svg.ALGr5 {
  vertical-align: bottom;
  fill: rgba(47,46,46,1) !important;
}
.hs-blog-post ._3MIY_ {
  right: -3px;
}
.hs-blog-post .blog-section {
  border: 1px solid rgba(153,153,153,0.75);
  background: #fff;
  max-width: 940px;
  margin: 22px auto 0;
  padding: 60px 15px;
  width: 100%;
  border-color: rgba(240,240,240,0.75);
}
#hubspot-topic_data span {
  margin: 0 5px;
  font-size: 14px;
  line-height: 21px;
}
.hs-blog-post span.author-name:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: rgba(47,46,46,1);
  border-radius: 100%;
  vertical-align: middle;
  margin: 0 8px;
  background: #000;
  margin: 0 3px 0 5px;
  position: relative;
  top: -1px;
}
.hs-blog-post .blog-section-inner {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}

.hs-blog-post .top-content {
  position: relative;
}

.hs-blog-post .date:after {
  background: #000;
  margin: 0 3px 0 5px;
  position: relative;
  top: -1px;
}

.date:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: rgba(47,46,46,1);
  border-radius: 100%;
  vertical-align: middle;
  margin: 0 8px;
}

.hs-blog-post .top-content > span {
  font-size: 14px;
  padding-top: 1px;
  vertical-align: middle;
  display: inline-block;
}
.hs-blog-post span.blog_auth_mob_img {
  margin-right: 7px;
}
.hs-blog-post .top-content > span.share-trigger {
  right: -8px;
  top: 5px;
}

.hs-blog-post .top-content > span {
  font-size: 14px;
  padding-top: 1px;
}

.hs-blog-post .top-content > span.share-trigger > svg {
  fill: #000;
}

.hs-blog-post .share-trigger-heading {
  top: 29px;
  min-width: 200px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  right: -10px;
}

.section.post-header {
  margin-top: 15px;
}

.section.post-header h1 {
  font-size: 36px;
  line-height: 45px;
  color: rgba(47,46,46,1);
  font-weight: 400;
}

.post-share-cat-holder {
  padding: 18px 0;
  border-top: 1px solid rgba(0,0,0,.2);
  margin: 50px 0 0;
  border-bottom: 1px solid rgba(0,0,0,.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
}

#hubspot-topic_data {
  margin: 0;
}

.post-share-cat-holder .n78et {
  margin: 0;
}

.n78et {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 24px 0 0;
}

.n78et > span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.post-share-cat-holder .n78et > span:not(:first-child) {
  margin-left: 30px;
}

.n78et > span > a {
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 3px;
}

.post-share-cat-holder .n78et a {
  width: auto;
  height: auto;
  background: transparent !important;
}

.post-share-cat-holder .n78et a svg {
  fill: rgba(0,0,0,1);
}

.post-share-cat-holder .n78et > span.fb > a:hover svg {
  fill: #4464a3;
}

.post-share-cat-holder .n78et > span.twitter > a:hover svg {
  fill: #55acee;
}

.post-share-cat-holder .n78et > span.google-plus > a:hover svg {
  fill: #dd4b39;
}

.custom-recent-posts {
  width: 100%;
  max-width: 940px;
  margin: 20px auto 0;
}

.title-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  line-height: 29px;
}

.title-holder h3 {
  font: normal normal normal 18px/22px wfont_7f5c5c_b35a8510eb9647b3bc3fefb04982f390,wf_b35a8510eb9647b3bc3fefb04,orig_ubuntu_light;
  line-height: normal;
  color: rgba(47,46,46,1);
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0 25px;
}

.title-holder a {
  color: inherit;
  font-size: 14px;
}

.recent-post-item {
  border: 1px solid rgba(240,240,240,0.75);
}

.post-title-content {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  word-wrap: break-word;
}

.post-title-content h2 {
  font-size: 18px;
  margin: 0;
}

.post-title-content h2 a {
  color: rgba(47,46,46,1);
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
}
.post-title-content h2 a:hover {
  color: #6F63A0;
} 

.hs-blog-post .display-comment {
  border-color: rgba(0,0,0,.2);
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.blog-list-recent-post-list-item {
  outline: 0;
}

span.blog_auth_mob_img {
  border-radius: 50%;
  background: no-repeat 50%;
  background-size: cover;
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}
.copy-wrapper {
  display: none;
}
.ctc-active .social-icon-wrapper {
  display: none;
}
.ctc-active .copy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._1m6hN {
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  outline: 0;
  cursor: pointer;
}
._3WNXk {
  background: #333;
}
._36L5g {
  fill: #fff;
}

.hs-blog-listing .custom-topics-search {
  display: none;
}
.hs-blog-listing #banner-area .page-center > div.banner-content {
  min-height: 345px;
}
.hs-blog-listing #banner-area {
/*   padding-bottom: 58px; */
}

.slick-slide img {
  display: block;
  width: 100%;
}


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


/* =============== Global Form Styles =============== */
.hs-form{
  text-align: center;
}
/* Form Field */
.hs-form-field {
text-align: left;
}

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: block;
  width:100%;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box !important;
  color: #2F2E2E;
  border-style: solid;
  border-color: rgba(47, 46, 46, 0.55);
  padding: 3px;
  border-radius: 0;
  font: normal normal normal 16px/1.4em wfont_7f5c5c_b35a8510eb9647b3bc3fefb04982f390,wf_b35a8510eb9647b3bc3fefb04,orig_ubuntu_light;
  padding-left: 12px;
  height: 42px;
  font-weight: 300;
}

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 {
  border-width: 1px;
  background-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-color: rgba(47, 46, 46, 0.55);
  outline: 0;
}

.hs-input.invalid.error {
  border-width: 1px;
  background-color: rgba(255, 64, 64, 0.1);
  border-style: solid;
  border-color: rgba(255, 64, 64, 1);
}
.field {
  margin: 0 0px 34px 0;
}
#form-page-center {
  max-width: 530px;
  padding: 0 11px 36px 9px;
}
#form-page-center .actions {
  text-align: center;
  padding: 7px 0 0;
}
#form-page-center .hs-form-field > label{
  display: none;
}
#form-page-center .hs-button {
  padding: 9px 46px 9px 46px;
}
#form-page-center textarea {
  padding-left: 16px;
  padding-right: 10px;
  height: 126px;
  padding-top: 12px;
}
#form-page-center .hs_email.hs-email {
  padding-top: 8px;
}
#form-page-center .form-title {
  display: none;
}
#form-page-center h3:after {
  content: "";
  display: block;
  margin: 3px auto 40px;
  width: 235px;
  height: 5px;
  position: relative;
  border-top: 2px solid rgba(251, 194, 64, 1);
  right: -5px;
}
#form-page-center h3 {
  line-height: 1.4em;
  text-align: center;
  font-size: 36px;
}
#form-page-center p {
  text-align: center;
  color: #6F63A0;
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  padding: 0 0 6px;
  font-family: wfont_7f5c5c_2786b2e1138248ca99a7c4a923e312d0,wf_2786b2e1138248ca99a7c4a92,orig_ubuntu_condensed;
}

/* 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"] {}
span.hs-form-required{
display: none;
}
/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

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

/* Error */
.hs-error-msgs label{
  color: red;
}
.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}

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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  border-radius: 3px 3px 3px 3px;
  background-color: rgba(111, 99, 160, 1);
  border: solid rgba(96, 94, 94, 1) 0px;
  font: normal normal normal 16px/1.4em wfont_7f5c5c_b35a8510eb9647b3bc3fefb04982f390,wf_b35a8510eb9647b3bc3fefb04,orig_ubuntu_light;
  color: #FFFFFF;
  padding: 9px 30px;
  white-space: normal;
  font-weight: 300;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: rgba(251, 194, 64, 1);
  border-color: transparent;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: 0;
}
.hs-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.hs_error_rollup {
  margin-bottom: 15px;
}

/* =============== 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 {}
#banner-area.only-image .page-center > div {
  width: 100%;
  text-align: center;
}

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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


.landing-page.one-column .body-container form, 
.error-template.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 50%;
}
ul.hs-menu-children-wrapper.open-menu-list {
  display: none !important;
}

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

.section.post-footer .hs-form:before {
  content: "Leave a Reply";
  display: block;
  font-size: 24px;
  margin: 0 0 40px;
}
.section.post-footer input.hs-button.primary {
  margin-top: 15px;
}
#hs-pwd-widget-password {
  height: 42px !important;
  margin: 0 0 15px !important;
}

body:not(.blog) #banner-area .page-center {
  display: block;
}
body:not(.blog) #banner-area .page-center > div.banner-content {
  min-height: 300px;
}
body:not(.blog) .banner-image {
  padding: 144px 0 0 79px;
}
.banner-content h4 {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 1.4em;
  margin: 0;
}
#copyright-wrapper.lp-footer {
  padding-bottom: 49px;
}

._3TdXr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._1sMaP {
  margin: 0 -12px;
}
._2vN-n {
  margin-bottom: 30px;
}
._3UcNw {
  width: 100%;
}
._1me73 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 12px;
}
._2A1QS {
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0 24px;
  border-radius: 0;
  border-style: none;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  outline: 0;
}
.blog-post-description-font {
  font: normal normal normal 16px/1.4em wfont_7f5c5c_b35a8510eb9647b3bc3fefb04982f390,wf_b35a8510eb9647b3bc3fefb04,orig_ubuntu_light;
  font-size: 16px;
  line-height: normal;
}
.blog-post-description-font {
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}
.blog-button-secondary-text-color {
  color: rgba(111,99,160,1);
}
input._2C651.blog-text-color {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Avenir Next;
  font-size: 14px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #2F2E2E;
}
.nYqR6 {
  position: relative;
}
._1vVoZ {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  pointer-events: none;
  opacity: .2;
  border-color: #2F2E2E;
  height: 42px;
}
.blog-button-background-color {
  background-color: rgba(111,99,160,1);
  color: rgba(255,255,255,1);
}
.blog-button-border-color {
  border-color: rgba(111,99,160,1);
  color: rgba(111,99,160,1);
}
._2A1QS._1LoRb {
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
}
._3U7QY {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
.custom-post-item:hover .top-content > span.share-trigger > svg {
  fill: rgba(111,99,160,1) !important;
}
._1fzFA {
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  outline: 0;
}
.ctc-active ._2vN-n {
  margin-bottom: 26px;
}
.ctc-active .n78et {
  margin: 32px 0 0;
}
span.j-WJJ.c-l {
  display: none;
}
.ctc-active span.j-WJJ.c-l {
  display: block;
}
.ctc-active span.j-WJJ.s-p {
  display: none;
}
.custom-model-active .copy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0 0;
}
.custom-model-active .social-icon-wrapper{
  display: none;
}
.blog-button-hover-fill:hover {
  fill: rgba(111,99,160,1);
}
.custom-model-active span.j-WJJ.c-l {
  display: block;
}
.custom-model-active span.j-WJJ.s-p {
  display: none;
}
.custom-model-active ._2vN-n {
  margin-bottom: 26px;
}

#bottom-ctc.active {
  visibility: visible;
  opacity: 1;
}
.active .social-icons-container {
  transform: translateY(0);
}
#bottom-ctc span.j-WJJ.c-l {
  display: block;
}
#bottom-ctc .copy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media (min-width: 600px) {
  ._2vbZq {
    width: auto;
    padding: 0 24px;
  }
  ._3TdXr {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  ._1me73 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}


@media (min-width: 768px) {

  /* =============== blog modules styling =============== */
  .custom-mobile-topics,.slick-prev, .slick-next{
    display: none !important;
  }
  .recent-posts-holder {
    padding: 0 40px;
  }
  .mobile-tag {
    display: none !important;
  }

  .recent-posts-holder .slick-list.draggable {
    padding: 0 !important;
  }

  .recent-posts-holder .slick-track {
    width: calc(100% + 30px) !important;
    margin: 0 -15px!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .blog-list-recent-post-list-item {
    width: 33.33% !important;
    padding: 0 15px 15px;
  }
}

.section.post-footer form {
  padding: 0 20px;
}

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

@media (max-width: 1024px) {
  .widget-span.logo {
    margin-left: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    width: auto !important;
    margin-left: 45px;
  }
  .widget-span.custom-menu-primary {
    margin-right: 0;
  }
  .copyright ul li:not(:last-child) {
    padding-right: 25px !important;
  }
  .social-icons ul li {
    top: 0;
  }
  #banner-area .page-center > div.banner-content {
    width: 50%;
  }
}

@media (max-width: 870px) and (min-width: 768px) {
  .custom-topics ul li + li {
    margin-left: 10px;
  }
  #login-btn {
    margin-left: 0;
  }
  .custom-topics-search .hs-search-field {
    margin-right: 10px;
  }
  .custom-topics-search .hs-search-field__input,
  .custom-topics-search .hs-search-field__bar form {
    width: 180px;
    min-width: 180px;
  }
  .custom-topics-search form.active > svg {
    right: 160px;
    top: -6px;
  }
}


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

@media (max-width: 767px) {
  #hubspot-topic_data a.topic-link {
    font-size: 12px;
  }
  .post-share-cat-holder {
    margin: 30px 0 0;
  }
  .custom-mobile-topics .hs-search-field h1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lp-footer .copyright ul li:nth-child(2) {
    padding-right: 0;
  }
  .lp-footer#mobile-copyright {
    padding-top: 36px;
  }
  body:not(.blog) .banner-image {
    padding: 10px;
  }
  body:not(.blog) .banner-content h1 {
    margin-bottom: 10px;
  }
  body:not(.blog) #banner-area .page-center > div.banner-content {
    padding-bottom: 36px;
  }
  .blog-list-recent-post-list-item {
    padding-bottom: 4px;
  }
  .landing-page.one-column .body-container form, 
  .error-template.one-column .body-container form, 
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }
  .blog-post-wrapper .post-body img {
    display: block;
    float: none !important;
    margin: 15px auto !important;
    width: auto !important;
  }
  .hs-search-field__bar {
    max-width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
  }
  .subscribe-options label {
    margin: 0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .checkbox-row span.fakelabel span {
    width: calc(100% - 40px);
  }
  .subscribe-options label span {
    white-space: normal;
    padding-right: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  } 
  .hs-author-profile .hs-author-bio,
  .hs-author-profile .hs-author-social-section,
  .hs-author-profile .hs-author-avatar,
  .hs-blog-listing .hs-author-profile{
    width: 100%;
    float: left;
  }
  .hs-author-profile .hs-author-avatar img {
    margin-bottom: 5px;
  }
  #recaptcha_area, #recaptcha_table {
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }	
  .widget-span.logo {
    position: relative;
    margin: 14px 0px 19px 0 !important;
    left: 14px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
    width: 106px;
    height: 36px;
  }
  .logo a {
    display: block;
    overflow: hidden;
    cursor: pointer;
    width: 106px;
    height: 36px;
  }
  .logo img {
    width: 106px;
    height: 36px;
    object-fit: cover;
    vertical-align: unset;
    
  }
  #header {
    min-height: 69px;
  }
  #banner-area .page-center > div.banner-content {
    padding: 0 29px 0;
  }
  .banner-content h1 {
    line-height: 1.2em;
    font-size: 38px;
    margin: 69px 0px 36px 0;
    margin-left:15%;
  }
  .blog #banner-area {
    padding: 0 10px 0;
  }
  .logo img:first-child {
    display: none;
  }
  #banner-area .page-center > div {
    width: 100% !important;
    float: none;
  }
  #banner-area .page-center {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(111, 99, 160, 1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    letter-spacing: 2px;
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li {
    margin: 0;
    padding: 0 20px 0 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #FFFFFF;
    padding: 10px 20px;
    text-align: center;
    font: normal normal 700 16px/1.4em raleway,sans-serif;
  }
  #header > div {
    transition: all .25s ease-in-out;
  }
  .headroom--unpinned #header > div {
    transform: translateY(-100%);
  }
  .mobile-open {
    overflow: hidden;
  }
  #back-to-top.desktop-top {
    display: none !important;
  }
  #back-to-top {
    width: 44px;
    height: 44px;
    right: 0;
    position: fixed;
    bottom: 87px;
    background: transparent;
  }
  #back-to-top svg {
    fill: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    stroke: #fff;
  }
  .s_YsIBackToTopButtonSkin_border {
    stroke-width: 1;
  }
  .s_YsIBackToTopButtonSkin_arrow {
    stroke-width: 1.5;
  }
  #copyright-wrapper {
    display: none;
  }
  #mobile-copyright {
    background-color: rgba(27, 34, 48, 1);
    padding-bottom: 60px;
    text-align: center;
  }
  .copyright ul li, 
  .social-icons ul li {
    float: none;
    display: block;
  }
  .copyright ul li:not(:last-child) {
    padding-right: 0 !important;
  }
  .widget-span.copyright {
    width: 100%;
    float: none;
  }
  .widget-span.social-icons {
    float: none;
    width: 100%;
  }
  .social-icons ul li {
    margin: 0;
    width: auto;
    display: inline-block;
  }
  .copyright ul li:nth-child(3) {
    padding: 27px 0 27px;
  }
  .copyright ul li:nth-child(1) {
    padding: 0 0 26px;
  }
  .social-icons img {
    width: 35px;
    height: 35px;
    object-fit: cover;
  }
  .social-icons ul li:last-child {
    margin-left: 10px;
  }
  .social-icons ul {
    padding: 36px 10px 24px 0;
  }
  #form-page-center {
    padding: 0 30px 28px 30px;
  }
  #form-page-center .hs-button {
    padding: 9px 36px 11px 36px;
    letter-spacing: 0;
  }
  #form-page-center .field {
    margin: 0 0px 3px 0;
  }
  #form-page-center textarea.hs-input {
    height: 64px;
    margin-top: 5px;
  }
  #form-page-center .hs-input {
    height: 30px;
  }
  #form-page-center .hs_email.hs-email {
    padding-top: 2px;
  }
  #form-page-center .field.hs_lastname {
    padding: 2px 0 2px;
  }
  #form-page-center h3:after {
    width: 194px;
    margin: 0px auto 26px;
    right: 4px;
  }
  #form-page-center h3 {
    font-size: 30px;
  }
  #cta-wrapper {
    margin-bottom: 43px;
    padding: 85px 10px 102px;
  }
  #cta-wrapper a {
    max-width: 200px;
    font-size: 17px;
    padding: 5px 10px 5px;
    height: 36px;
  }
  #cta-wrapper p {
    margin-bottom: 16px;
    margin-top: 7px;
  }
  #cta-wrapper h3 {
    font-size: 35px;
  }
  #form-page-center p {
    font-size: 25px;
    padding: 7px 0 8px;
  }


  /* =============== blog modules styling =============== */ 
  .custom-topics-search {
    display: none !important;
  }

  .blog-listing-wrapper .post-listing {
    display: block;
    padding: 12px 0 0;
  }

  .blog-listing-wrapper .post-listing .post-item {
    padding: 0;
    width: 100%;
    margin-bottom: 12px;
    background: #fff;
  }

  .social-icons-container {
    padding: 36px 30px;
    width: 296px;
  }
  .hs-blog-listing .search-btn {
    display: none;  
  }
  ._1x2ef {
    margin: 0 0 24px;
  }

  span.j-WJJ {
    margin-left: 10px;
  }

  .custom-post-item {
    display: block;
    height: auto;
    background: none !important;
    min-height: auto;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 0;
    width: 100%;
  }

  .post-inner-container {
    background: transparent;
    color: rgba(47,46,46,1);
    -webkit-box-shadow: 0 1px rgba(0,0,0,.1);
    box-shadow: 0 1px rgba(0,0,0,.1);
    padding: 30px 18px 25px;
  }

  .top-content > span.share-trigger > svg {
    fill: #000;
  }

  .post-item .share-trigger-heading {
    right: 10px;
    top: 52px;
  }

  .post-header {
    position: relative;
  }

  .post-header h2 {
    color: rgb(47, 46, 46);
    line-height: 1;
    margin-top: 21px;
    font-size: 22px;
  }
  .display-comment {
    border-color: rgba(0,0,0,.2);
  }

  svg.ALGr5 {
    vertical-align: bottom;
    fill: rgba(47,46,46,1) !important;
  }

  .top-content > span.share-trigger {
    top: 38px;
  }

  .custom-mobile-topics .hs-search-field {
    background-color: rgb(111, 99, 160);
    padding-left: 18px;
    padding-right: 18px;
    height: 300px;
    display: flex;
    align-items: center;
  }

  .custom-mobile-topics .hs-search-field h1 {
    margin: 0;
    color: #fff;
    font-weight: normal;
    font: normal normal normal 55px/1.4em wfont_7f5c5c_2786b2e1138248ca99a7c4a923e312d0,wf_2786b2e1138248ca99a7c4a92,orig_ubuntu_condensed;
    font-size: 55px;
    margin-left:6%
  }
  img.hs-image-widget {
    width:200px;
    margin-left:6%;
  }

  .search-btn {
    height: 50px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
    color: #fff;
    cursor: pointer;
  }
  ._1zMyR {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
  }
  ._1iv1U {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._3mrOq {
    display: none;
  }
  ._1iv1U svg {
    fill: rgba(255,255,255,1);
  }
  ._3CDjO {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    border: 0;
    font-size: 14px;
    font-family: Avenir Next;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
    background: transparent;
    color: rgba(255,255,255,1);
  }
  .hs-blog-listing .custom-top-category {
    display: none;
  }

  .search-btn svg {
    fill: #fff;
  }

  .custom-mobile-topics .hs-search-field .hs-search-field__bar {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    background-color: rgb(111, 99, 160);
    height: 50px;
    margin: 0;
    padding: 0 18px;
    display: none;
  }

  .search-close {
    position: absolute;
    top: 0;
    left: 14px;
    width: 27px;
    height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .search-close svg {
    fill: #fff;
  }
  .active svg._39wx3.blog-button-primary-icon-fill {
    margin: 0;
  }
  .custom-mobile-topics .hs-search-field__bar form {
    border-bottom: 1px solid rgba(232,232,232,.5);
    position: absolute;
    right: 18px;
    width: calc(100% - 59px) !important;
    top: 16px;
    height: auto;
    padding: 0 0 6px 0;
    line-height: normal;
  }

  .custom-mobile-topics .hs-search-field__bar form > svg {
    fill: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .custom-mobile-topics input.hs-search-field__input {
    background: transparent;
    margin: 0;
    border: 0;
    padding: 2px 0 0 29px;
    background: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #FFFFFE;
    display: inline-block;
    width: 100%;
    line-height: normal;
    height: auto;
  }

  .search-input-button {
    position: absolute;
    right: 0;
    top: 0;
  }

  .search-input-button svg {
    opacity: 0;
    visibility: hidden;
  }
  .hs-blog-post.blog .content-wrapper {
    padding-top: 0;
  }
  .active.custom-mobile-topics .hs-search-field .hs-search-field__bar {
    display: block;
  }
  .section.post-header {
    padding: 0 0 0;
    margin-top: 7px;
  }
  .custom-top-category {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    height: 50px;
    font-size: 14px;
    margin-bottom: 12px;
  }

  ul.l_tinynav1 {
    display: none;
  }

  .custom-top-category svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 3px;
    fill: rgba(47,46,46,1);
    top: 16px;
    position: absolute;
    right: 18px;
  }

  #tinynav1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    font-size: 14px;
    background: transparent;
    -webkit-appearance: none;
    border-color: transparent;
    padding: 0 17px;
    outline: 0;
    color: rgba(47,46,46,1);
  }

  #tinynav1 option {
    font-size: 16px;
    color: rgba(47,46,46,1);
  }

  .custom-mobile-topics input.hs-search-field__input::-webkit-input-placeholder {
    color: #fff;
    line-height: normal;
    opacity: .4;
  }

  .hs-blog-post .custom-top-category {
    display: none;
  }

  .hs-blog-post .blog-section {
    border: 0;
    padding: 28px 18px 25px;
    margin: 12px auto 0;
  }
  .section.post-header h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .post-share-cat-holder {
    display: block;
    padding-top: 0;
    border-top: 0;
  }
  .hs-blog-post .top-content > span.share-trigger {
    top: 8px;
  }
  #hubspot-topic_data {
    margin: 0 0 25px;
  }

  .post-share-cat-holder .n78et {
    margin: 0;
    display: block;
  }

  #hubspot-topic_data {
    margin: 0 0 30px;
  }

  .post-share-cat-holder .n78et > span {
    display: inline-block;
    vertical-align: middle;
  }

  .desktop-tag {
    display: none !important;
  }

  .hs-blog-post .display-comment.mobile-tag {
    border: 0;
    margin: 0;
  }

  .recent-posts-holder {
    background: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(153,153,153,0.75);
  }

  .title-holder {
    padding: 18px 18px 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .title-holder h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .recent-post-item {
    margin: 0 8px;
  }

  ul.slick-dots {
    bottom: -20px;
  }

  .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 7px;
  }

  .slick-dots li button {
    padding: 0;
    width: auto;
    height: auto;
  }

  .recent-posts-holder .slick-dots li button:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(47,46,46,1);
    opacity: .2;
    content: "";
  }
  .slick-dots li.slick-active button:before {
    background-color: rgba(111,99,160,1) !important;
    opacity: 1 !important;
  }
  .blog .content-wrapper {
    padding-top: 0;
    background: #F2F2F2;
  }

  span.blog_auth_mob_img {
    display: inline-block;
  }
  .hs-blog-listing #banner-area {
    display: none;
  }
  ._2T-uQ.header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-right: -14px;
    float: right;
  }
  .hs-blog-post .custom-mobile-topics .hs-search-field {
    background-color: rgb(133, 77, 255);
    padding-left: 18px;
    padding-right: 18px;
    height: 50px;
    display: block;
  }
  svg._39wx3.blog-button-primary-icon-fill {
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    margin-right: 5px;
  }
  .hs-blog-post .custom-mobile-topics .hs-search-field h1 a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
  }
  .hs-blog-post .custom-mobile-topics .hs-search-field h1 {
    float: left;
    padding-top: 16px;
  }
  .hs-blog-post .top-content > span {
    font-size: 12px;
    padding-top: 1px;
    line-height: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background: transparent;
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #fff;
  }
}  


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

@media (max-width: 479px) {
  .grecaptcha-badge {
    width: auto !important;
    overflow: auto;
    max-width: 256px;
    overflow-x: hidden;
  }
 
}

@media only screen and (max-width: 600px) {
.logo img{
   height: 400px;
   width: 150px;
  } 
  
  .widget-span.logo {
     height: 400px;
   width: 150px;
  }
  
  .blog-post-page-font{
   font-size: 20px; 
  }

} 


@media only screen and (max-width: 600px) {
  .banner-img {
    display: none!important;
  }
    .banner-content {
    min-height:80px;!important;
  }
      .banner-content h1 {
    font-size:100px;
  }
}
/* .row-fluid-wrapper.row-depth-1.row-number-2 {
  max-height:70px!important;
}
.row-fluid {
  max-height:70px!important;
} */ 

.hs-menu-item.hs-menu-depth-1:active{
 background-color: #FBC240; 
}
