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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700|Roboto:300,400,500,700,900');

@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/css/all.min.css');

@font-face {
  font-family: icomoon-the7-microwidgets-16x16;
  src: url('//cdn2.hubspot.net/hubfs/5139384/AdsWizz_March2019/fonts/icomoon-the7-microwidgets-16x16.eot?v7431');
  src: url('//cdn2.hubspot.net/hubfs/5139384/AdsWizz_March2019/fonts/icomoon-the7-microwidgets-16x16.eot?v7431#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/5139384/AdsWizz_March2019/fonts/icomoon-the7-microwidgets-16x16.ttf?v7431') format('truetype'),
    url('//cdn2.hubspot.net/hubfs/5139384/AdsWizz_March2019/fonts/icomoon-the7-microwidgets-16x16.woff?v7431') format('woff');
  font-weight: 400;
  font-style: normal;
}




/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #000;
  font-family: "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  font-size: 15px;
  line-height: 27px;
}

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

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


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:15px 0;
  font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font: normal 600 24px / 34px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  border-bottom: 1px solid #7e3c68;
  padding-bottom: 35px;
  display:inline-block;
}
h2 {
  font: normal 600 24px / 44px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  color: #000;
  text-transform: none;
}
h3 {
  line-height:26px;
  margin-bottom: 15px;
  clear: both;
  color: #a7a0ae;
  font-size: 21px;
}
h4 {
  font: normal 15px / 27px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  word-spacing: normal;
  color: #000000;
  font-weight: 700;

}
h5 {
  font: bold 14px / 25px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  color: #85868c;
}
h6 {
  font-size: 14px;
  line-height: 25px;
  color: #333;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
b, strong {
  font-weight: 700;
}
/* Anchor Links */
a { color:#b376ff; }
a:hover, a:focus { color: #b376ff;text-decoration: none; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


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

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


.mini-search {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 10;
  max-width: 100%;
  margin-right: 0;
}
.searchform {
  position: relative;
  z-index: 3;
  max-width: 100%;
}
.screen-reader-text {
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
}

.assistive-text, .says, .screen-reader-text {
  clip: rect(1px,1px,1px,1px);
}

.searchform .submit {
  border: none;
  background-color: transparent;
  text-decoration: none;
  font: normal 500 13px / 17px "Roboto",Helvetica,Arial,Verdana,sans-serif;
  color: #fff;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
}

.popup-search .submit i, .overlay-search .submit i {
  font-size: 16px;
  color: #fff;
}


[class*=the7-mw-], [class^=the7-mw-] {
  font-family: icomoon-the7-microwidgets-16x16!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.the7-mw-icon-search-bold:before {
  content: "\e90e";
}


[class*=the7-mw-]:before, [class^=the7-mw-]:before {
  font-family: inherit!important;
  margin: 0!important;
}


.overlay-search .searchform .submit>span, .popup-search .searchform .submit>span {
  margin-left: 5px;
}
.popup-search .popup-search-wrap {
  padding: 10px;
  position: absolute;
  right: -10px;
  top: 38px;
  visibility: hidden;
  filter: drop-shadow(0 0 4px rgba(0,0,0,.2));
  top: calc(100% + 10px);
  visibility: hidden;
  opacity: 0;
  background: #fff;
}

.popup-search-wrap:before {
  position: absolute;
  top: -7px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid red;
  content: '';
}
.popup-search .popup-search-wrap:before {
  border-bottom-color: #fff;
}

.popup-search .popup-search-wrap:before {
  border-bottom-color: #fff;
}

.searchform:not(.search-icon-disabled) input.field {
  font: 14px / 18px "Roboto",Helvetica,Arial,Verdana,sans-serif;
  min-height: 34px;
  height: auto;
  line-height: 34px;
  width: 200px !important;
  border-width: 0;
  border-color: #e2e2e2;
  border-radius: 0;
  background: #f4f4f4;
  padding: 0 12px 0 12px;
  color: #aaa;
  padding-right: 12px;
  padding-right:36px;
  margin:0
}
.show-mobile-nav .custom-header {
  z-index: 901;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: rgba(0,0,0,.5);
  display:none;
}
.show-mobile-nav .overlay {
  opacity: 1;
  visibility: visible;
  z-index: 9601;
  display:block;
}

.mini-search .searchsubmit {
  display: none;
}
.popup-search .field::placeholder {
  color: #aaaaaa!important
}
.mini-search .submit:hover {
  color: rgba(255,255,255,.7);
}

.popup-search .submit:hover i, .overlay-search .submit:hover i ,.mini-search .submit:hover i{
  color: rgba(255,255,255,.7);
}
.mini-search .search-icon:hover, .overlay-search-microwidget .search-icon:hover {
  opacity: .7;
}

.custom-header .page-center1>div>div {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.custom-header {
  background: #1a1c20 url('//cdn2.hubspot.net/hubfs/5139384/AdsWizz_March2019/images/halftone-light.png') repeat center center;
  background-size: auto;
}
.custom-header-logo {
  padding: 17px 30px 17px 30px;
  display: block;
  width: auto !important;
  float:none !important;
}
.scroll-top {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  right: 10px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  opacity: 0;
  z-index: -1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  background-color: #000;
  background-color: rgba(0,0,0,.2);
}

.no-avatar:after, .scroll-top:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}


.scroll-top:before {
  content: "\f062";
  font-size: 24px;
  line-height: 1;
  color: #fff;
}


.screen-reader-text {
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
}

.scroll-top {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.scroll-top {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  right: 10px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  opacity: 0;
  z-index: -1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  background-color: #000;
  background-color: rgba(0,0,0,.2);
}

.no-avatar:after, .scroll-top:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.scroll-top.on {
  right: 10px;
  opacity: 1;
  z-index: 109;
  text-decoration: none;
}
.scroll-top:hover {
  background-color: #000;
  background-color: rgba(0,0,0,.5);
}
.scroll-top:before {
  content: "\f062";
  font-size: 24px;
  line-height: 1;
  color: #fff;
}


.screen-reader-text {
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
}

.scroll-top.on {
  right: 10px;
  opacity: 1;
  z-index: 109;
}
.custom-header-search,
.custom-header-contact,
.custom-header-right-col,
.custom-menu-primary{
  width: auto !important;
  float:none !important;
  margin-left:0 !important;
}
.custom-header .custom-header-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-header .custom-menu-primary {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-header .custom-header-right-col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 0 30px;
}

.custom-header .custom-header-right-col>div>div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-header-contact p {
  margin: 0;
  font: normal 500 13px / 17px "Roboto",Helvetica,Arial,Verdana,sans-serif;
  padding-right: 10px;
}

.custom-header-contact p a {
  text-decoration: none!important;
  border: 1px solid #b376ff;
  border-radius: 20px;
  padding: 9px 61px;
  font-size: 15px;
  font-weight: 400;
  background-color: #b376ff;
  color: #fff!important;
  margin: auto 0;
}
.custom-header-contact p a:hover {
  background-color: transparent;
  color: #ffffff!important;
}

.popup-search .popup-search-wrap.active {
  opacity: 1;
  visibility: visible;
}
.popup-search-wrap .search-icon {
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  right: 22px;
  color: #aaa;
  text-decoration:none;
}
.mini-search .search-icon i {
  color: #aaa;
  font-size: 16px;
}

.custom-banner-area.clearfix {
  padding-top: 150px;
  padding-bottom: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-banner-area .content {
  background-image: linear-gradient(45deg,rgba(117,95,210,.5),rgba(196,107,251,.5) 75%);
  padding: 25px;
}

.with-banner .custom-header {
  position: absolute;
  background: transparent;
  width: 100% !important;
}
.custom-banner-area.clearfix {
  margin-top: -2px;
}
.custom-banner-area .content-inner h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.12;
  color: #fff;
  text-align: left;
  margin: 0 0 20px;
  padding: 0 0 25px;
  border-bottom-color: #fff;
  text-transform: uppercase;
}

.custom-banner-area .content-inner h2 {
  font-weight: 600;
  font-size: 40px;
  /* font-weight: 300; */
  line-height: 1.12;
  color: #fff;
  text-align: left;
}
.blog-banner-area.custom-banner-area .content-inner h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.12;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 35px;
}

.blog-banner-area.custom-banner-area .content-inner h2 {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
}
.custom-banner-area .content-inner {
  width: 25%;
  padding-left: 0;
  padding-right: 10px;
  margin-left: -3px;
}

.blog-banner-area.custom-banner-area .content-inner{
  width: 33%;
}


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

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

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


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

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


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  margin: 30px 10px 0px 10px;
  padding: 7px 10px 5px 10px;
  color: #fff;
  font: normal 16px / 20px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  word-spacing: normal;
  text-decoration: none;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a>span:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  margin-left: 3px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a >span{
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a >span:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(0,0,0,.1);
  content: '';
  opacity: 0;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  bottom: -7px;
  height: 2px;
  background-color: #fff;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(0,0,0,.1);
  content: '';
  opacity: 0;
  -ms-transition: opacity .3s,-webkit-transform .3s;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  bottom: -7px;
  height: 2px;
  background-color: #fff;
  background: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a span:before {
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child>a {
  margin-right: 0;
}
/* Child List */

body:not(.with-banner) .header-container-wrapper {
  min-height: 70px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #333;
  padding: 10px 10px 10px 10px;
  transition: background .3s;
  text-decoration: none;
  font: 500 13px / 17px "Roboto",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .mobile-view{
    display:none !important;
  }
  .scroll-body .custom-header {
    -webkit-animation: slide-in-anim .52s ease 0s 1 normal both;
    animation: slide-in-anim .52s ease 0s 1 normal both;
    background: #1a1c20 none repeat center center;
    background-size: auto;
    position: fixed;
    width: 100% !important;
    left:0;
    top:0;
  }
  .scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin: 9px 10px 0px 10px;
  }
  .scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
    margin-right:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    padding: 0;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-sizing: border-box;
    width: 280px;
    /* top: 20px; */
    margin-top: 30px;
    margin-left: 11px;
    padding: 10px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 0 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul:before {
    position: absolute;
    width: 100%;
    content: "";
    height: 30px;
    top: -30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a span:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a span:before{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,.1);
    content: '';
    opacity: 0;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    bottom: -7px;
    height: 2px;
    background-color: #fff;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,.1);
    content: '';
    opacity: 0;
    -ms-transition: opacity .3s,-webkit-transform .3s;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    bottom: -7px;
    height: 2px;
    background-color: #fff;
    background: #fff;
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

}

/* ==========================================================================
Mobile Menu - Toggle Side Menu - Right
========================================================================== */






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

.mobile-icon {
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 17px;
  right: -7px;

}
.mobile-icon:hover {
  text-decoration: none; /* Removes link text underline on button */
}

/* Three line icon */
.mobile-icon span {
  margin: 0 auto;
  position: relative;
  top: 17px;
}
.mobile-icon  span:before, .mobile-icon span:after {
  position: absolute;
  content: '';
  -webkit-transform-origin: 1.5px center;
  transform-origin: 1.5px center;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}

.mobile-icon:hover span:after{
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.mobile-icon:hover span:before {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
  width: 24px; /* Icon line width */
  height: 3px; /* Icon line height */
  background-color:#fff ; /* Color of all three lines */
  display: block;
}
.mobile-icon  span:before {
  margin-top: -8px; /* Position top line */
}
.mobile-icon  span:after {
  margin-top: 8px; /* Position bottom line */
}


/* Close Button
========================================================================== */  

.close-icon {
  display: none !important;
  cursor: pointer;
  margin: 0;
  float: left;
  position: absolute;
  height: 30px;
  width: 31px !important;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  right: -1px;
  top: 0;
}
.close-icon span{
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  color: #fff;
  background-color: #b376ff;
}
.close-icon span:after,
.close-icon span:before {
  display: inline-block;
  height: 2px;
  background: #fff;
  position: absolute;
  content: '';
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
  width: 22px;
  -webkit-transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
}
.close-icon span:before {
  -ms-transform: rotate3d(0,0,1,45deg);
  -webkit-transform: rotate3d(0,0,1,45deg);
  transform: rotate3d(0,0,1,45deg);
}
.close-icon span:after{
  -ms-transform: rotate3d(0,0,1,-45deg);
  -webkit-transform: rotate3d(0,0,1,-45deg);
  transform: rotate3d(0,0,1,-45deg);
}
.close-icon:hover span:before {
  -ms-transform: rotate3d(0,0,1,0deg);
  -webkit-transform: rotate3d(0,0,1,0deg);
  transform: rotate3d(0,0,1,0deg);
}
.close-icon:hover span:after {
  -ms-transform: rotate3d(0,0,1,0deg);
  -webkit-transform: rotate3d(0,0,1,0deg);
  transform: rotate3d(0,0,1,0deg);
}

.mobile-trigger, .child-trigger{ display: none; }
#footer .wf-container .col2 .hs-menu-wrapper.hs-menu-flow-vertical > ul ul >li>a ,
#footer .wf-container .col2 .hs-menu-wrapper.hs-menu-flow-vertical > ul>li>a {
  white-space: normal !important;
}


/* Menu Styles on Mobile Devices
========================================================================== */  

@media (min-width: 1025px) {

  /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
  .custom-menu-primary {
    height: auto !important;
  }

}

@media (max-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper, .custom-menu-primary .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  body .custom-menu-primary.mobile-view .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .custom-menu-primary .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 */
  .custom-menu-primary .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;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .custom-menu-primary .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 */
  .custom-menu-primary .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;
  }
  body, html {

  }
  .custom-header .page-center1 {
    padding: 0 50px;
    position: relative;
  }
  /* Show the Mobile and Close Icons */
  .mobile-icon,
  .close-icon {
    display: block !important;
  }

  /* Container added with js and is required for transforms to work */
  #site-wrapper{
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
  }

  /* Provide room in header for the toggle button */ 
  .header-container-wrapper .page-center{

  }
  .desktop-view{
    display:none !important;
  }
  /* Provide spacing for the menu ul */
  .custom-menu-primary .hs-menu-flow-horizontal>ul {
    clear: both;

  }
  .custom-menu-primary>div, .custom-menu-primary>div>div {
    height: 100%;
  }
  /* Mobile Nav is HIDDEN By Default */
  .custom-menu-primary {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 100%;
    /* min-width: 300px; */
    max-width: 300px;
    width: 100%!important;
    z-index: 9602;
    padding: 30px 30px 0;
    z-index: 1000;
    background: #000;
    right: 0;
    top: 0;
    height: 100% !important;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 0;
    -ms-transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -ms-transition: right .5s ease;
    -webkit-transition: right .5s ease;
    transition: right .5s ease;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .show-mobile-nav .custom-menu-primary{
    right: 300px;
    z-index: 9999;
  }
  .custom-header .custom-menu-primary {
    display: block;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 26px !important;
    /* min-width: 26px !important; */
    height: auto !important;
    padding: 0 !important;
    text-align: right;

  }
  .custom-header .custom-menu-primary.mobile-view {
    display: none !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger.child-open i {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
  }
  .child-trigger i {
    position: absolute;
    top: 0;
    margin: 0 auto !important;
    -webkit-transition: -webkit-all .3s ease-out;
    transition: all .3s ease-out;
    color: rgba(255,255,255,.27);
    right: 0;
    top: 16px;
    line-height: 20px;
    width: auto;
  }
  .child-trigger i:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    content: "\f067";
    line-height: 20px;
  }
  /* Set Link Colors */
  .custom-menu-primary a { color: #fff; }
  .custom-menu-primary a:hover {     color: #b376ff; }

  /* All Main Containers Display FULL Width By Default */
  .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }

  .custom-header-search {
    padding-right: 44px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin: 0;
    padding: 16px 30px 16px 0;
    color: #fff;
    font: normal 15px / 27px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    word-spacing: normal;
    text-decoration: none;
    position: relative;
    font: bold 16px / 20px "Roboto",Helvetica,Arial,Verdana,sans-serif;
    color: #fff;
    text-transform: uppercase;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a span:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a >span:before{
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li + li:before {
    /* border-top: 1px solid rgba(255,255,255,.08); */
    position: absolute;
    top: -.5px;
    height: 0;
    border-top: solid 1px #ff0;
    width: 100%;
    max-width: 100%;
    left: 0;
    border-color: rgba(255,255,255,.08);
    content: "";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding: 0 0 16px 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 6.5px 30px 6.5px 0;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #b376ff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    color: #b376ff;
  }
  .custom-menu-primary .inner{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  
  }

  .custom-menu-primary .inner>div.row-number-7 {
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-flex: 10 1 auto;
    -moz-flex: 10 1 auto;
    -ms-flex: 10 1 auto;
    flex: 10 1 auto;
    padding-bottom: 35px;
  }
  .custom-header .custom-menu-primary>div, .custom-header .custom-menu-primary>div>div {
    height: 100%;
  }
  .custom-header-contact p {
    margin: 0;
    font: normal 500 13px / 17px "Roboto",Helvetica,Arial,Verdana,sans-serif;
    padding-right: 0;
    padding-bottom: 35px;
  }
  .custom-menu-primary .inner>div.row-number-8 {
    display: -webkit-flex!important;
    display: -moz-flex!important;
    display: -ms-flexbox!important;
    display: -ms-flex!important;
    display: flex!important;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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


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

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

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

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

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


.blog-content {
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-top: 35px;
}
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #8c8c8c;
  background-color: #f7f7f7;
}
.post-thumbnail-wrap {
  width: 25%;
  position: relative;
}

.blog-shortcode .post-thumbnail, .post-thumbnail-rollover {
  position: relative;
  display: block;
}
.blog-shortcode .post-thumbnail, .post-thumbnail-rollover {
  position: relative;
  display: block;
}
.footer-social i.fa.fa-linkedin.fa-2x:before {
  content: "\f0e1";
}
.footer-social i.fa.fa-facebook.fa-2x:before {
  content: "\f39e";
}

img.blog-thumb-lazy-load, img.lazy-load {
  opacity: 1;
  -webkit-transition: -webkit-transform .3s ease-out,opacity .35s;
  transition: transform .3s ease-out,opacity .35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .38s;
  transition: opacity .38s;
  -webkit-transition: transform .3s ease-out,opacity .35s;
  transition: transform .3s ease-out,opacity .35s;

}
.post-thumbnail:hover>.post-thumbnail-rollover img{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 4s ease-out;
  transition: transform 4s ease-out;
}
.post-thumbnail-rollover {
  line-height: 0;
  overflow: hidden;
}
.blog-listing-wrapper .post-listing .post-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  position: relative;
}
.post-entry-content {
  position: relative;
  z-index: 10;
  max-width: 100%;
  padding: 5px 20px 0 20px!important;
  width: calc(100% - 25%);
}

.post-entry-content h3.entry-title {
  color: #333;
  font: normal normal normal 24px / 34px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 0;
}

.post-entry-content h3.entry-title a {
  color: #333;
  -webkit-transition: color .35s;
  transition: color .35s;
  text-decoration: none;
}
.post-listing .entry-excerpt p {
  margin-bottom: 10px;
  margin-top: 0;
  color: #85868c;
}
.post-entry-content h3.entry-title a:hover {
  color: #b376ff;
}
.post-listing .post-item .entry-meta {
  font-size: 13px;
  line-height: 23px;
  color: #b4b5bb;
  margin-bottom: 15px;
}
.post-listing .post-item .entry-meta a{
  color: #b4b5bb;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.post-listing .entry-excerpt {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 5px;
}

.post-listing .post-item .entry-meta a:hover{
  text-decoration: underline;
}
.blog-listing-wrapper .post-listing .post-item+.post-item {
  padding-top: 35px;
}
.blog-listing-wrapper .post-listing .post-item {
  padding-bottom: 20px;
}
.custom-header {
  z-index: 9999;
}
.post-details.details-type-link:after {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: width .4s ease;
  transition: width .4s ease;
}
a.post-details.details-type-link {
  position: relative;
  text-decoration: none;
  /* float: left; */
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 13px;
  color: #333;
  display: inline-block;
}
.post-details.details-type-link:after {
  background-color: #b376ff;
}
.post-details.details-type-link:hover:after {
  width: 100%;
}
.post-details i[class^=fa] {
  margin-right: 0;
  margin-left: 7px;
  font-size: 12px;
}
.post-details.details-type-link * {
  color: #333;
}
.single-share-box {
  position: relative;
  margin-top: 50px;
  margin-bottom: 25px!important;
}

.share-link-description {
  color: #333;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;

}

.single-share-box .share-buttons {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 0;
}
.single-share-box:not(.show-on-hover) .share-buttons {
  -ms-flex-flow: nowrap!important;
  flex-flow: nowrap!important;
}


.single-share-box .share-buttons a {
  display: inline-block;
  width: 50px;
  height: 30px;
  min-width: 50px;
  min-height: 30px;
  margin: 0 4px 4px 0;
  border: 1px solid;
  font-family: 'Font Awesome 5 Brands';
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
}


.single-share-box .share-buttons a {
  width: 100px;
  height: 60px;
  min-width: 100px;
  min-height: 60px;
  margin: 0 14px 4px 0;
  font-family: 'Font Awesome 5 Brands';
  font-size: 36px;
  line-height: 55px;
  text-align: center;

}

.single-share-box .share-buttons a.linkedin:hover {
  border-color: #007bc7;
}
.single-share-box .share-buttons a.linkedin {
  border-color: rgba(0,123,199,.3);
  color: #007bc7;
}

.single-share-box .share-buttons a.linkedin:before {
  content: "\f0e1";
}

.share-buttons .soc-font-icon {
  display: none;
}
.single-share-box .share-buttons a.facebook:hover {
  border-color: #4c69c7;
}
.single-share-box .share-buttons a.twitter:hover {
  border-color: #2abeeb;
}
.single-share-box .share-buttons a.facebook {
  border-color: rgba(76,105,199,.3);
  color: #4c69c7;
}
.fa-linkedin:before {
  content: "\f08c";
}
.dt-fa-compatibility .fa-facebook:before {
  content: "\f39e";
}
.single-share-box .share-buttons a.facebook:before {
  content: "\f39e";
}
.fa-twitter:before {
  content: "\f099";
}
.custom-footer-copyright p {
  margin-bottom: 0px;
  margin-top: 0;
  padding-bottom:10px;
}
.fa-envelope:before {
  content: "\f0e0";
}
.footer-social i.fa.fa-envelope.fa-2x {
  font-family: 'Font Awesome 5 Free' !important;
}
.footer-social {
  padding-top: 23px;
  padding-bottom: 15px;
}
.footer-social a {
  color: #fff;
  padding-right: 10px;
  text-decoration: none;
}
.footer-social .fa{
  font-family: 'Font Awesome 5 Brands'!important;
}
.single-share-box .share-buttons a.twitter {
  border-color: rgba(42,190,235,.3);
  font-size: 32px;
  color: #2abeeb;
}

#footer .wf-container {
  margin: 0 -15px !important;
  width: auto !important;
  /* margin: 0 auto !important; */
  float: none !important;
}

#footer .wf-container .col {
  width: auto !important;
  margin-left: 0 !important;
}
#footer .wf-container .col1 {
  padding: 0 15px;
  margin-bottom: 30px;
}
.single-share-box .share-buttons a.twitter:before {
  content: "\f099";
}

#footer.solid-bg {
  background: #1a1c20 none repeat center top;
  font-size: 14px;
  line-height: 25px;
  color: #85868c;
}

#footer .wf-container-footer {
  padding-top: 60px;
  padding-bottom: 25px;
}
#footer .wf-container {
  margin: 0 -15px;
}
#footer .wf-container .col2 .hs-menu-wrapper.hs-menu-flow-vertical > ul>li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 25px;
  color: #85868c;
  padding: 0 12px 0 15px;
  margin-bottom: 30px !important;
}
#footer .wf-container .col2 .hs-menu-wrapper.hs-menu-flow-vertical > ul ul {
  margin: 0;
  padding: 0 0 10px;
}
#footer .wf-container .col2 .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block !important;
  width: auto !important;
}
#footer .wf-container .col2 .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li+li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(133,134,140,.15);
  border-left: none;
  border-right: none;
  display: block;
  position: relative;
  margin: 9px 0 0;
  padding: 10px 0 0;
  border-bottom: none;
}
#footer .wf-container .col2 .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a:hover,
.footer-social a:hover{
  color: #b376ff;
}
#footer .wf-container .col2 .hs-menu-wrapper.hs-menu-flow-vertical > ul>li>a {
  color: #a7a0ae!important;
  font-size: 21px!important;
  font: normal 600 16px / 26px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  margin-bottom: 15px;
  clear: both;
  text-decoration: none;
  text-transform: uppercase;
  cursor: text;
}

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

.blog .blog-content {}

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

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

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

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#hubspot-author_data a:hover {
  text-decoration: underline;
}
/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

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

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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date {
  font-size: 13px;
  text-align: left;
  display: block;
}
.comment.depth-0:first-child {
  margin-top: 0;
  border-top: none;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-bottom: 10px;
}


.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

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

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

/* Labels and Legends */
label {
  font: bold 14px / 25px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  color: #85868c;
  margin:0 0 8px;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  margin: 0px 0 26px;
  border: 1px solid #e0e1e1;
  outline: 0;
  color: #5e5e5e;
  border-width: 1px;
  border-color: rgba(51,51,51,.12);
  background-color: #fff;
  border-radius: 2px;
  font: normal 14px / 25px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  line-height: 25px;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  max-width:600px;
  width:100%;
  display:block;
}

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 {
  outline:0;
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  box-shadow: 0 1px 0 rgba(114,114,114,.3);
  -moz-box-shadow: 0 1px 0 rgba(114,114,114,.3);
  -webkit-box-shadow: 0 1px 0 rgba(114,114,114,.3);
  font: normal 600 18px / 20px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 15px 60px 15px 60px;
  color: #fff;
  background-color: #b276fc;
  width: auto;
  margin: 10px 0 16px;
  display: inline-block;
  border:none;
  white-space:normal;
}

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

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


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

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


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

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


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

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


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

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

body .container-fluid .blog-content1 {
  width: calc(100% - 324px );
  padding: 0 47.5px 0 7.5px;
}

.blog-post-wrapper .post-body {
  margin-bottom: 85px;
}
#hubspot-author_data {
  margin-bottom: 55px;

  text-align: center;
}
#hubspot-author_data a {
  color: #b4b5bb;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 23px;
}

.blog-post-wrapper p {
  margin: 0 0 4px;
}
body .container-fluid .blog-sidebar {
  margin-left: 0;
  padding-left: 50px;
  max-width: 324px;
  width: 100%;
  border-left: 1px solid rgba(51,51,51,.12);
}
.hs-blog-post .body-container.container-fluid .row-fluid .page-center>div>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top:70px;
  padding-bottom:70px;
}
.post-banner {
  min-height: 100px;
  padding-top: 3%;
  padding-bottom: 1%;
}
.post-banner h1.entry-title {
  font: normal 600 24px / 44px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  color: #000;
  text-transform: none;
  margin: 0;
  padding: 0;
  border: none;
}
.blog-post-wrapper {
  font: normal 18px / 27px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  word-spacing: normal;
  color: #666;
}

.post-navigation .nav-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
}


.post-navigation .nav-links {
  display: flex;
  padding: 25px 0;
  border-width: 1px 0;
  border-style: solid;
}
.post-navigation .nav-links {
  border-color: rgba(51,51,51,.12);
}

.post-navigation .nav-links {
  display: flex;
  padding: 25px 0;
  border-width: 1px 0;
  border-style: solid;
}


.post-navigation .nav-links {
  border-color: rgba(51,51,51,.12);
}

.nav-previous {
  width: 45%;
  padding-left: 35px;
  margin-right: 30px;
}

.post-navigation .back-to-list, .post-navigation .nav-next, .post-navigation .nav-previous {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  text-decoration: none;
}

.nav-previous i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 42px;
}

.post-navigation .nav-links i[class^="fa"] {
  color: rgba(51,51,51,.12);
}

.author-link, .author-link:hover, .meta-nav {
  color: #b4b5bb;
  font-size: 13px;
  line-height: 23px;
}


.meta-nav {
  margin-bottom: 5px;
}

.post-navigation .nav-links a i[class^="fa"]:hover {
  color: rgba(51,51,51,.23);
}

#page .post-navigation .nav-links a .post-title:hover {
  color: #b376ff;
}
.meta-nav {
  margin-bottom: 5px;
}
.h4-size {
  color: #333;
  font: normal 600 18px / 30px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
}
.post-navigation .nav-links .back-to-list i[class^=fa] {
  font-size: 28px;
}
.nav-previous .post-title {
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
  max-width: 100%;
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.hs-error-msgs.inputs-list label {
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 3px;
  padding-top: 4px;
  margin: 10px 0;
  display: block;
  max-width: 600px;
  color: #790000;
  font: bold 12px / 25px "Open Sans",Helvetica,Arial,Verdana,sans-serif!important;
}
.hs-input.error {
  border: 1px solid #790000;
  margin-bottom: 0;
}
.back-to-list {
  width: 30px;
}
.post-navigation .nav-next {
  padding-right: 35px;
  margin-left: 30px;
  width: 45%;
  text-align: right;
}
.post-navigation .nav-links a .post-title:hover {
  color: #b376ff !important;
}
.post-navigation .nav-next i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 42px;
}
.post-navigation .nav-next .post-title {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
  max-width: 100%;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
@-webkit-keyframes slide-out-anim {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

@keyframes slide-out-anim {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

@-webkit-keyframes slide-in-anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  10% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slide-in-anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  10% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes slide-out-anim-boxed {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0)
  }

  30% {
    opacity: 1;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-100%,0);
    transform: translate3d(-50%,-100%,0)
  }
}

@keyframes slide-out-anim-boxed {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0)
  }

  30% {
    opacity: 1;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-100%,0);
    transform: translate3d(-50%,-100%,0)
  }
}

@-webkit-keyframes slide-in-anim-boxed {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-100%,0);
    transform: translate3d(-50%,-100%,0)
  }

  10% {
    opacity: 1;
    -webkit-transform: translate3d(-50%,-100%,0);
    transform: translate3d(-50%,-100%,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0)
  }
}

@keyframes slide-in-anim-boxed {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-100%,0);
    transform: translate3d(-50%,-100%,0)
  }

  10% {
    opacity: 1;
    -webkit-transform: translate3d(-50%,-100%,0);
    transform: translate3d(-50%,-100%,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0)
  }
}

.blog .blog-sidebar h3 {
  margin: 0 0 15px;
  font-weight: 600;
}

.blog .blog-sidebar .widget-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 10px;
}

.blog .blog-sidebar .widget-module ul li+li {
  margin-top: 10px;
}
.blog .blog-sidebar .widget-module ul li a {
  color: #85868c;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
}
.custom-header.custom-header-no-nav .page-center1>div>div {
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
}
.blog .blog-sidebar .widget-module ul li a:hover{
  color: #b376ff;
}
.body-container .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.post-entry-content.full-item {
  width: 100%;
}


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


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


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-height:523px) and (max-width:1024px) {
  .custom-menu-primary .inner {
    display:block;
  }
}
@media (min-height:524px) and (max-width:1024px){
  .custom-menu-primary .hs-menu-flow-horizontal>ul {
    clear: both;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }

}

@media (max-width: 1370px) {
  #footer .wf-container .col.col1 {
    width: 16% !important;
  }

  #footer .wf-container .col.col2 {
    width: 84% !important;
  }

  #footer .wf-container .col2 .hs-menu-wrapper.hs-menu-flow-vertical > ul ul >li>a {
    white-space: normal !important;
  }
  #footer .wf-container .col2 .hs-menu-wrapper.hs-menu-flow-vertical > ul>li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 25px;
    color: #85868c;
    padding: 0 15px 0 15px;
    margin-bottom: 30px !important;
    /* float: left; */
    width: 24%;
  }
}


@media (min-width: 1235px) and (max-width: 1380px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin: 30px 0px 0px 0px !important;
  }
}
@media (min-width: 1170px) and (max-width: 1234px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin: 30px 0px 0px 0px !important;
    padding: 7px 10px 5px 10px !important;
    font-size:14px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1169px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin: 30px 0px 0px 0px !important;
    padding: 7px 8px 5px 8px !important;
    font-size:13px !important;
  }
  .custom-header-contact p a{
    padding: 9px 25px;
  }
  .custom-header-logo {
    padding: 17px 10px 17px 30px;
  }
  .custom-header .custom-header-right-col{
    padding: 0 30px 0 10px;
  }
}
@media (max-width: 1024px) {
  .custom-header .custom-header-right-col {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    padding: 0;
  }
  .custom-header-logo {
    padding: 17px 0px 17px 0px;
  }
  .custom-header .page-center1 {
    padding: 0 50px;
  }
  #footer .wf-container .col.col1 {
    width: 22% !important;
  }

  #footer .wf-container .col.col2 {
    width: 78%!important;
  }

  .scroll-body .mobile-icon {
    position: fixed;
    /* visibility: hidden; */
    top: 10px;
    right: 10px;
    /* opacity: 0; */
    width: 44px;
    height: 44px;
    margin: 0!important;
    background-color: rgba(0,0,0,.2);
    -webkit-backface-visibility: hidden;
    padding-top: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  .scroll-body .mobile-icon span:before{
    margin-top: -7px;
  }
  .scroll-body .mobile-icon span:after {
    margin-top: 7px;
  }
  .scroll-body .mobile-icon:hover {
    background-color: rgba(0,0,0,.5);
  }
  .scroll-body .mobile-icon span,.scroll-body  .mobile-icon span:before,.scroll-body  .mobile-icon span:after {
    width: 22px;
    height: 2px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
  .custom-banner-area:not(.blog-banner-area) .content-inner h1,
  .custom-banner-area:not(.blog-banner-area)  .content-inner h2{
    font-size: 2em;
    text-align: center;
  }

}
@media only screen and (max-width: 800px) and (min-width: 768px){
  #footer .wf-container .col2 .hs-menu-wrapper.hs-menu-flow-vertical > ul>li>a {
    color: #a7a0ae!important;
    font-size: 16px!important;
  }

}
@media (max-width: 990px) {
  .hs-blog-post .body-container.container-fluid .row-fluid .page-center>div>div {
    display: block;
  }
  body .container-fluid .blog-sidebar {
    display: none;
  }
  .post-banner {
    min-height: 100px;
    padding-top: 4%;
    padding-bottom: 1%;
  }
  body .container-fluid .blog-content1 {
    width: 100%;
    padding: 0 7.5px 0 7.5px;
  }
  .blog-post-wrapper .post-body img {
    float: none !important;
    margin: 0 0 10px!important;
    display: block;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  #footer .wf-container .col.col1,
  #footer .wf-container .col2 .hs-menu-wrapper.hs-menu-flow-vertical > ul>li{
    width: 100% !important;
  }
  .custom-banner-area:not(.blog-banner-area) {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .custom-banner-area .content-inner,
  .blog-banner-area.custom-banner-area .content-inner{
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0;
  }
  #footer .wf-container .col.col2 {
    width: 100%!important;
  }
  .container-fluid .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    border-bottom: none;
  }
  .blog-listing-wrapper .post-listing .post-item {
    display: block;
  }
  .blog-listing-wrapper .post-listing .post-item + .post-item {
    margin-top: 20px;

  }

  #footer .wf-container .col1 {
    padding: 0 15px 40px;
    margin-bottom: 0;
  }
  .custom-header .page-center1 {
    padding: 0 20px;
  }
  .post-thumbnail-wrap {
    width: 100%;
    position: relative;
  }
  .post-entry-content {
    position: relative;
    z-index: 10;
    max-width: 100%;
    padding: 5px 20px 0 20px!important;
    width: 100%;
  }
  ul.hs-error-msgs.inputs-list label {
    max-width:100%;
  }
  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], textarea, select{
    max-width:100% !important;
    width:100% !important;
  }
  .post-banner h1.entry-title {
    font: 600 20px / 30px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  }
}  
@media screen and (max-width: 500px) {
  .post-navigation .nav-links {
    -webkit-flex-flow:column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
  }
  .subscribe-options label {
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
  }
  .post-navigation .nav-previous,.post-navigation .nav-next {
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
  }

  .post-navigation .nav-previous .post-title,.post-navigation .nav-next .post-title {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
  }

  .post-navigation .nav-previous .post-title, .post-navigation .nav-next .post-title {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
  }

  .post-navigation .nav-previous i[class^="fa"],.post-navigation .nav-next i[class^="fa"] {
    display: none;
  }

  .post-navigation .nav-links {
    padding-bottom: 0
  }

  .post-navigation .back-to-list,.post-navigation .disabled {
    display: none;
  }
  .checkbox-row span.fakelabel span{
    float:none;
  }
}

@media only screen and (max-width: 480px) and (min-width: 320px){
  .custom-banner-area:not(.blog-banner-area) .content-inner h1,
  .custom-banner-area:not(.blog-banner-area)  .content-inner h2{
    font-size: 2em;
    text-align: center;
  }

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

@media (max-width: 400px) {

  .single-share-box .share-buttons a {
    width: 69px;
    height: 60px;
    min-width: 77px;
    min-height: 60px;
  }
}