/* @import url('https://fonts.googleapis.com/css?family=Europa'); */

/*--------HubSpot Style Boilerplate-----*/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

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

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


/* Colors */
    /*      Theme color:  Purple    */
          /*      White              */
           /*      Dark Gray               */
        /*      Dark Gray Tone 2        */

/* Typography */
    /* Ex. "font-family: 'Europa', sans-serif;"   */
                          /* Ex. "font-size: 14px;"       */
                         /* Ex. "line-height: 1.2;"   */

/* Containers */
        /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */

*, *: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: #ffffff !important;
    color: #404040;
    font-family: 'Europa', sans-serif !important;
    font-size: 14px;
    line-height: 1.2;
}

.squirrels-footer_section a{
  padding:0.4em 0.8em;
  font-size:1.1em;
}
.squirrels-footer_section h5{
  padding-left: 0.6em;
}
.squirrels-footer_form-section .hs-button.primary {

  cursor: pointer;
  white-space: normal;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: 500px;
  background-color: transparent;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: sans-serif;
  border: 1px solid #bbb;
}

.page-center{
    float: none !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
    padding:0 10px !important;                                    
}
.blog-cta a.cta_button, .mobile-cta a.cta_button {
    background-color: #430098 !important;
    border-color: #430098 !important;
    font-family: 'Europa', sans-serif !important;
    
}  
.cta_button {
  vertical-align: initial !important;
}
.blog-cta a.cta_button:hover {
    background-color: transparent !important;
    color: #430098 !important;
}  

/* Lists */

ul, ol {
    padding:0 20px; 
    margin:0;
}

ul.inputs-list {
  padding:0 !important;
}


ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.body-container{
    max-width:100% !important;
    padding:0px !important;
}
.header-container{
    width:100% !important;
    max-width:100% !important;
    padding:0px !important;
}

/*   Mobile Menu - Hubspot Standard Toggle Menu  */

.hs-menu-wrapper ul {
    padding: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: inline-block;
    margin-bottom: 20px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    max-width: none!important;
    white-space: nowrap!important;
    padding: 15px 20px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}
.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.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>li a {
    display: inline-block;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    padding: 10px 20px; 
    color:#6d7a83;
}
.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hs-menu-wrapper.hs-menu-flow-vertical>ul {
    margin-bottom: 20px;
}
.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 a {
    text-decoration: none;
    padding: 10px 20px;
}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul {
    max-width: 100%;
    overflow: hidden;
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li.hs-item-has-children>ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2>a {
    padding-left: 4em;
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3>a {
    padding-left: 6em;
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4>a {
    padding-left: 8em;
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5>a {
    padding-left: 140px;
}
.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0 1px 3px rgba(0,0,0,0.18);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.18);
}
.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper ul ul {
    padding-left: 0;
    display: none;
    background: #fff;
}
.hs-menu-wrapper ul li:hover ul {
    display: block;
}
.hs-menu-wrapper ul ul li:hover {
    background: #fff;
}
.hs-menu-wrapper ul ul li a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    max-width: none!important;
    white-space: normal!important;
    width: auto!important;
    color: #2f383d;
    text-transform: capitalize;
}
.header-container .hs-menu-flow-horizontal {
    float: right;
    background: none !important;
    line-height: 20px;
    margin-top: 10px;
}
.header-container .hs-menu-flow-horizontal>ul>li>a {
    color: #6d7a83;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: capitalize;
    padding: 10px 1px 5px!important;
}
.header-container .hs-menu-flow-horizontal > ul > li a:hover {
    color: #d15400;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
    float: left;
    line-height: 20px;
    margin: 0 5px;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after {
    position: relative;
    top: 10px;
    width: 0;
    height: 0;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-item-has-children>a:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    width: 0;
    height: 0;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    border: medium none !important;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 37px;
    visibility: hidden;
    z-index: 10;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after {
    margin-left: 0px !important;
}

.body-container .hs-menu-flow-horizontal {
    background: #fff;
    border-radius: 0 0 1px 1px;
}
.body-container .hs-menu-flow-horizontal>ul>li>a {
    color: #d0d0d0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 1px 1px 5px !important;
}

/*----------  Header CSS Starts  -------*/

.hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    list-style:none;
    margin: 0;
}
.header-container .hs-menu-flow-horizontal {
    margin-top: 0;
}

.header-container-wrapper {
/*     background: #fff none repeat scroll 0 0; */
  background:transparent;
    padding:0 0 0;
/*     -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); */
    position:fixed;
    width:100%;
  

    z-index: 10000;
}
.body-container-wrapper {
		/* padding-top: 59px; */
		/* remove padding on fixed top-nav */
  	padding-top:0;
}
.logo-container img {
    margin-top: 19px;
    max-width: 150px;
    width: auto;
}
.row-fluid .logo-container {
    width: 160px;
}
.row-fluid .header-menu-container {
    width: -webkit-calc( 100% - 165px);
    width: -moz-calc( 100% - 165px);
    width: -o-calc( 100% - 165px);
    width: calc( 100% - 165px);
    margin-left: 0;
    float: right;
}
a.cta_button, .hs-button {
    -webkit-appearance:none;
}
.header-container .hs-menu-flow-horizontal {
    line-height: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    padding: 20px 15px 15px !important;
    position:relative;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li{
    position:relative;
}
.header-container .hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:after{
    background: #430098 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0%;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.2s linear 0.0ms;
    -moz-transition: all 0.2s linear 0.0ms;
    -o-transition: all 0.2s linear 0.0ms;
    transition: all 0.2s linear 0.0ms;
    width: 100%;
    opacity:0;
}
.header-container .hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:hover:after,
.header-container .hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.active-branch:after {
    opacity:1;
}
.header-container .hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.active-branch > a,
.header-container .hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1:hover > a{
    color: #430098 !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
    opacity:1;
    visibility:visible;
    top: 59px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
    opacity:1;
    visibility:visible;
    top: 0px;
}
.hs-menu-children-wrapper {
    list-style: outside none none;
    min-width:200px;
    max-width:250px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.hs-menu-children-wrapper > li{
    border-bottom: 1px solid #eee;
    line-height: normal;
    font-size: 0;
}
ul.hs-menu-children-wrapper > li:last-child{
    border-bottom:0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover > a{
    color: #430098 !important;
}
.header-container .hs-menu-flow-horizontal ul li a {
    color: #6b7381;
  	color:white;
    font-weight: 500;
    width: 100% !important;
}
.header-container-wrapper .widget-type-menu.custom-menu-primary-new.header-menu {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: -o-calc(100% - 140px);
    width: calc(100% - 140px);
}
.header-container-wrapper .blog-cta.blog-cta-container {
    max-width: 140px;
    margin-top: 14px;
    float:right;
    margin-left:0;
    text-align:right !important;
}
.header-container .hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:last-child {
/*   display: none; */
		/*   commented out to make the furthest right nav item visible	 */
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
    content: "\f107 ";
    font-family: fontAwesome;
    position: absolute !important;
    top: 20px !important;
    right: 11px;
    width: 20px;
    height: 20px;
    font-size: 16px;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a{
    position:relative !important;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a:after {
    content: "\f105 " !important;
    font-family: fontAwesome !important;
    position: absolute !important;
    top: 14px !important;
    right: -4px !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 16px;
}

@media (max-width:900px){
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
        margin: 0 0px;
    }
}
@media only screen and (max-width:790px) { 
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
        padding: 20px 13px 20px !important;
    }
}
@media (min-width: 768px){
    a.mobile-trigger-new, a.child-trigger-new {
        display: none !important; /* Hide button on Desktop */
    }
}

@media (max-width: 767px){  

       /* Set Mobile Menu Background Color */
          /* Set Link Color */
     /* Set Link Hover Color */
    /*-----------Toggle Button-------*/

    a.mobile-trigger-new {
        display: inline-block !important; 
        cursor: pointer; 
        position: absolute;
        top: 56px;         
        right: 10px;       
        width: 34px;
        height: auto; 
        padding: 9px 4px;
        background: #430098;
        z-index: 99999999999; 
        -webkit-transition: background-color 0.2s linear; 
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-transition:color .2s ease-in; 
        -moz-transition:color .2s ease-in;
        transition:color .2s ease-in;
        border: 1px solid #E2E2E2;
    }
    a.mobile-trigger-new:hover {
        text-decoration: none; /* Removes link text underline on button */
        color: #E2E2E2;
        border-color: #E2E2E2 !important;
    }
    a.mobile-trigger-new span{
        display: inline;
    }
    a.mobile-trigger-new span:before{
        position: absolute;
        content: 'Menu'; /* Change the text on the closed toggle button */
        display: none;
    }
    a.mobile-trigger-new span:after{
        position: relative;
        right: 2px;
        content: 'Close'; /* Change the text on the open toggle button */
        background-color: #000;
        opacity: 0;
        transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out; 
        display: none;
    }
    .mobile-open a.mobile-trigger-new{
        -webkit-transition:background-color 0.2s linear;
        -moz-transition:background-color 0.2s linear;
        transition:background-color 0.2s linear; 
        background: transparent;
    }
    .mobile-open a.mobile-trigger-new span:after{
        opacity: 1; 
    }
  
    /* Toggle Button Icon & Animations  */

    a.mobile-trigger-new i {
        display: inline;
        position: relative;
        top: -5px;
        margin-left: 5px;
        -webkit-transition-duration: 0.0ms;
        -webkit-transition-delay: .2s;
        -moz-transition-duration: 0.0ms;
        -moz-transition-delay: .2s;
        transition-duration: 0.0ms;
        transition-delay: .2s;
    }
    a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
        position: absolute;
        content: '';
    }
    a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
        width: 15px; /* Icon line width */
        height: 2px; /* Icon line height */
        background-color: #E2E2E2; /* Icon color */
        display: inline-block;  
    }
    a.mobile-trigger-new  i:before {
        margin-top: -6px; /* Position top line */
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: .2s;
        -webkit-transition-delay: .2s, 0;
    }
    a.mobile-trigger-new  i:after {
        margin-top: 6px; /* Position bottom line */
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: .2s;
        -webkit-transition-delay: .2s, 0;
    }
    .mobile-open a.mobile-trigger-new i {
        background-color: rgba(0,0,0,0.0);
        -webkit-transition-delay: .2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
    }
    .mobile-open a.mobile-trigger-new i:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0, .2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
    }
    .mobile-open a.mobile-trigger-new i:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0, .2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
    }
    
    /*     Child Toggle Button    */
    
    a.child-trigger-new {
        display: block !important; /* Hide button on Desktop */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important; /* Button width */
        min-width: 55px !important;
        height: 45px !important; /* Button height */  
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .20);
    }
    a.child-trigger-new:hover {
        text-decoration: none;
    }
    
    
    /*   Child Toggle Button Icon & Animations   */
    
    a.child-trigger-new span {
        position: relative;
        top: 50%; /* Centers icon inside button */
        margin: 0 auto !important;
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    a.child-trigger-new span:after {
        position: absolute;
        content: '';
    }
    a.child-trigger-new span, a.child-trigger-new span:after {
        width: 10px; /* Icon line width */
        height: 1px; /* Icon line height */
        background-color: #E2E2E2; /* Icon color */
        display: block;
    }
    a.child-trigger-new span:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    a.child-trigger-new.child-open span:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    a.child-trigger-new.child-open span {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    a.mobile-trigger-new {
      right: 11px;
      top: 11px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal{
        display:none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        width: 100%;
    }
    .child-trigger-new{
        position:absolute !important
    }
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
        display: block;
        width: 100%;
        line-height: normal;
        font-size: 0;
    }
    .header-container-wrapper .widget-type-menu.custom-menu-primary-new.header-menu{
        display: block;
        width: 100%;
        min-height: 0;
    }
    .header-container .hs-menu-flow-horizontal {
      float: none;
    }
    .header-container-wrapper .page-center {
        padding: 0 !important;
    }
    .logo-container {
        margin-left: 10px !important;
        margin-bottom: 6px;
    }
    .header-container .hs-menu-flow-horizontal > ul > li.hs-menu-depth-1::after{
        display:none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        left: 0;
        opacity: 1;
        position: relative;
        top: 0px !important;
        visibility: visible;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
        top: 0;
        display: none;
    }
    .hs-menu-children-wrapper {
        border-radius: 0;
        box-shadow: none;
        list-style: outside none none;
        max-width: 100%;
        min-width: inherit;
    }
    .hs-menu-children-wrapper{
        display:none;
    }
    .hs-menu-children-wrapper > li {
        box-shadow: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
        left: 0;
    }
    .header-menu-container {
        background: #fff none repeat scroll 0 0;
        min-height:0 !important;
    }
    .mobile-open .header-menu-container {
        border-top: 1px solid #aaa;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
        padding: 13px 10px !important;
        margin-left: 0;
        width:100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li{
        border-bottom:1px solid #aaa;
        margin-left: 0 !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
        width:100% ;
        display: block;
        padding: 13px 10px !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a.child-trigger-new {
        border-left: 1px solid #aaa;
        height: 44px !important;
        min-width: 45px !important;
        padding: 0 !important;
        position: absolute !important;
        width: 45px !important;
    }
    a.child-trigger-new span, a.child-trigger-new span::after {
        background-color: #aaa;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        background: #eee none repeat scroll 0 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
        border-top:1px solid #aaa;
    }
    .hs-menu-wrapper ul ul li:hover {
        background: inherit;
    }
    .header-container .hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:last-child {
        display: block;
    }
    .header-container .blog-cta-container{
        display: none;
    }
    .mobile-cta {
        display: block;
        text-align: center;
        width: 100%;
    }
     a.mobile-trigger-new i, a.mobile-trigger-new i::before, a.mobile-trigger-new i::after {
        background-color: #fff;
    }
    .mobile-open a.mobile-trigger-new i::before,.mobile-open a.mobile-trigger-new i::after {
        background-color: #aaa;
    }
    a.mobile-trigger-new {
        border: 1px solid #430098;
    }
    .mobile-open a.mobile-trigger-new {
        border: 1px solid #e2e2e2 !important;
    }
    .header-container-wrapper {
/*         padding: 2px 0 0; */
/*   get rid of odd spacing above the fixed top-nav     */
    }
    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
        display:none !important;
    }
    li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a:after {
        display:none !important
    }
    .header-container-wrapper .mobile-cta a.cta_button{
        width:auto !important;
    }
    .row-fluid .header-menu-container {
    	width: 100%;
    }
    .header-container-wrapper .widget-type-menu.custom-menu-primary-new.header-menu {
    	display: block;
    	width: 100%;
    	min-height: 0;
    }
    .logo-container img {
        margin-top: 6px;
        margin-bottom: 2px;
    }
}
/*--------------------Header CSS ends----------------------*/

/*--------------------Footer CSS starts--------------------*/

.blog-footer {
    background: #2b2b2b none repeat scroll 0 0;
    color: #afafaf;
    padding: 60px 0;
}
.blog-footer a{
    color: #afafaf;
    text-decoration:none;
}
.footer-block h3 {
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color:#fff;
    font-size:16px;
}
.footer-block .footer-address strong{
    font-weight: 500;
    font-size:14px;
    line-height: 28px;
}
.footer-block .footer-address span{
    font-size:14px;
    line-height: 28px;
}
.footer-support ul{
    list-style:none;
    max-width: 200px;
}
.footer-block.footer-support ul li a {
    padding: 10px 10px 10px 0;
    font-size:14px;
}
.footer-block.footer-support ul li:first-child a{
    padding-top:4px;
} 
.footer-block.footer-support ul li{
    border-bottom:1px solid #404040;
}
.footer-block.footer-support ul li:last-child{
    border-bottom:0;
} 
.footer-block .hs_email label{
    font-size: 13px;
}
.footer-block .hs_email label span.hs-form-required{
    color:red;
}
.footer-block .hs_email .hs-input {
    background: #444444 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    margin-top: 5px;
}
.hs-error-msgs.inputs-list {
    color: red;
    list-style: outside none none;
    padding: 5px;
}
.footer-block.footer-subscribe .hs-button {
    background: #430098 none repeat scroll 0 0;
    border: 1px solid #430098;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 30px 0;
    padding: 12px 20px;
    text-transform: uppercase;
    font-family:'Europa', sans-serif;
    -webkit-transition: all 0.3s linear 0.0ms;
    -moz-transition: all 0.3s linear 0.0ms;
    -o-transition: all 0.3s linear 0.0ms;
    transition: all 0.3s linear 0.0ms;
}
.footer-block.footer-subscribe .hs-button:hover{
    background:transparent;
    color: #430098;
}
.footer-social-block > a {
    background: #222222 none repeat scroll 0 0;
    border: 2px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 60px;
    line-height: 54px;
    text-align: center;
    width: 60px;
    -webkit-transition: all 0.2s linear 0.0ms;
    -moz-transition: all 0.2s linear 0.0ms;
    -o-transition: all 0.2s linear 0.0ms;
    transition: all 0.2s linear 0.0ms;
    margin-top: 2px;
}
.footer-social-block > a:hover{
    border-bottom:2px solid #430098;
}
.footer-social-block > a i{
    -webkit-transition: all 0.3s linear 0.0ms;
    -moz-transition: all 0.3s linear 0.0ms;
    -o-transition: all 0.3s linear 0.0ms;
    transition: all 0.3s linear 0.0ms;
}
.footer-social-block > a:hover i{
    -webkit-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -o-transform:translateY(-5px);
    transform:translateY(-5px);
}
.footer-block.footer-subscribe {
    border: 1px solid #444;
    border-radius: 4px;
    padding: 0 15px;
}
.footer-subscribe .form-title {
    display: none;  
}
.copy-right-section {
    background: #222 none repeat scroll 0 0;
    font-size: 12px;
    line-height: 28px;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
}
.footer-recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right !important;
    padding-left: 15px !important;
    padding-right:0 !important;
    overflow: hidden;
    max-width:100%;
    max-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.footer-recent-post .hs-rss-item {
    border-bottom:1px solid #444;
    padding-bottom:10px !important;
    margin-bottom:10px !important;
}
.footer-recent-post .hs-rss-item:last-child {
    border-bottom:0;
    padding-bottom:0px !important;
    margin-bottom:0px !important;
}
.footer-recent-post .hs-rss-item-text{
    font-size:14px;
}
.footer-recent-post .widget-type-rss_listing h3 {
    display: none;
}
.blog-footer a:hover{
    color: #430098 !important;
}

@media (max-width:767px){
    .blog-footer {
        padding: 10px 0 25px;
        text-align: center;
    }
    .footer-support ul {
        margin: 0 auto;
        max-width: 320px;
    }
    .footer-block.footer-support ul li {
        border-bottom: 0 none;
    }
    .footer-block .hs_email label {
        float: left;
    }
    .footer-block.footer-contact-us {
        border-bottom: 1px solid #444;
        padding-bottom: 16px;
    }
    .footer-block.footer-support ul li a {
        padding: 5px 0;
    }
    .footer-block.footer-support ul {
        margin: 0 auto 12px;
    }
    .footer-block.footer-subscribe .hs-button {
      margin: 23px 0;
    }
    .copy-right-section {
        font-size: 11px;
        padding: 15px 0;
    }
    .footer-recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        text-align: left;
    }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        width: 84%;
    }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
        width: 16%;
    }
    .footer-recent-post .hs-rss-item:last-child {
        border-bottom:1px solid #444;
        padding-bottom:10px !important;
        margin-bottom:0px !important;
    }
    .footer-recent-post {
        border-top: 1px solid #444;
    }
    .footer-block h3 {
        margin-bottom: 5px;
    }
    .footer-recent-post .widget-type-rss_listing, .footer-social-block {
        margin-top: 12px;
    }
    .footer-social-block > a {
        font-size: 20px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }
}
/*--------------------Footer CSS ends----------------------*/

/*-------------------Ocean Blog CSS starts ----------------*/

.banner-text-wrapper {
    display: table;
    width: 100%;
    height: 400px;
}
.row-fluid .banner-text-wrapper .banner-text{
    display:table-cell;
    vertical-align: middle;
    text-align:center;
    color:#fff;
    float: none;
}
.banner-text h1 {
    margin: 0 0 10px;
    font-size: 48px;
    line-height: 1.1;
}
.banner-text h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
.blog-listing-wrapper .featured-image{
    overflow:hidden;
}
.blog-listing-wrapper .featured-image img {
    margin: 0;
    float: left;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featured-image-container {
    position: relative;
    overflow:hidden;
}
.blog-listing-wrapper .post-item .featured-image-container {
	border-top-left-radius:5px;
  border-top-right-radius:5px;
}
.featured-image-container .overlay-bg{
    background-color: rgba(67, 0, 152, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    transition: opacity 0.5s ease;
    z-index: 1;
}
.featured-image-container .overlay-link-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.featured-image-container .overlay-link-wrapper > span {
    display: table-cell;
    vertical-align:middle;
}
.overlay-image{
    background-color: #fff;
    width: 60px;
    color: #fff;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    margin: 0 auto;
}
.overlay-image img {
    display: inline-block !important;
    width: 25px !important;
    height: 25px !important;
}
.featured-image-container:hover .featured-image img{
    -webkit-transform: translate3d(0,0,0) scale(1.1, 1.1);
    transform: translate3d(0,0,0) scale(1.1, 1.1);
}
.featured-image-container:hover .overlay-image{
    -webkit-animation: icon_round_animation 0.5s;
    animation: icon_round_animation 0.5s;
}
.featured-image-container:hover .overlay-bg{
    opacity:1;
    transition: opacity 0.5s ease-in-out;
}
.blog-listing-wrapper .post-item{
    transition: 0.3s all ease-in-out;
    border-radius:5px;
    box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
    margin: 0 8px 20px;
}
.blog-listing-wrapper .post-item:hover{
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.06);
}
.post-item a, .post-item .post-author, .post-item .published-date{
    color: #404040;
    font-size: 14px;
}
.blog-listing-wrapper .post-item .post-body-container {
    padding: 20px 20px 0;
}
.blog-listing-wrapper .post-item .post-title a{
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration:none;
 		transition:color 0.2s ease;
}
.blog-listing-wrapper .post-item .post-content * {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
}
.blog-listing-wrapper .post-item a.author-link {
    display: inline;
    font-size:12px;
}
.blog-listing-wrapper .post-item .author-date-block span {
    display: inline-block;
    position:relative;
    vertical-align: top;
    font-size:12px;
}
.blog-listing-wrapper .post-item .post-author{
    margin-right:10px;
}
.blog-listing-wrapper .post-item .post-author::after{
    content: '';
    position: absolute;
    right: -9px;
    top: 0px;
    width: 1px;
    height: 15px;
    background: #404040;
}
.blog-listing-wrapper .post-item .author-date-block {
    display: block;
    overflow: hidden;
}
.blog-listing-wrapper .post-item .post-title a:hover, .blog-listing-wrapper .post-item .post-author a:hover{
    color: #430098;
}
.blog-listing-wrapper .post-item .topic-comment-block{
    margin-left: -20px;
    margin-right: 92px;
    padding: 19px 0px 19px 20px;
    position: relative;
    border-top: 1px solid #e9e9e9;
    font-size: 14px;
}
.post-content {
    margin-bottom: 22px;
}
.blog-listing-wrapper .post-item .topic-comment-block .comment-count{
    background-color: #f6f6f6;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -20px;
    right: -92px;
    padding: 0 17px;
    border-radius: 100px;
  	border:1px solid transparent;
    transition: 0.2s all ease-in-out;
}

.blog-listing-wrapper .post-item .topic-comment-block .comment-count:hover {
    cursor:pointer;
    border: 1px solid #430098;
    background-color:white;
}
.post-category a {
    display: inline !important;
    color: #404040;
    line-height:1.5;
}
.post-category a:hover{
    color: #430098 ;
}
.container.post-listing-container {
/*     margin-left: 15px;
    margin-bottom:40px; */
}
.grid{
    margin-bottom:0 !important;
}
.blog-pagination-container {
    margin-bottom: 60px;
}
.blog-pagination {
    text-align: center;
}
.blog-pagination > div {
    display: inline-block;
    font-size: 14px;
}
.blog-pagination .inactive {
    display: none;
}
.blog-pagination > div a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    border-radius: 20px;
}
.blog-pagination .blog-pagination-left a, .blog-pagination .blog-pagination-right a{
    width: auto;
    padding: 0 5px 0 5px;
}
.blog-pagination .blog-pagination-left a:first-child{
    width: auto;
    padding: 0 10px 0 15px;
}
.blog-pagination .blog-pagination-right a:last-child{
    width: auto;
    padding: 0 15px 0 10px;
}
.blog-pagination{
    display: table;
    margin: 0 auto;
    list-style: none;
    background-color: #f4f4f4;
    padding: 5px 4px;
    border-radius: 30px;
    border-width: 0px;
}
.blog-pagination a:hover{
    color: #430098; 
}
.blog-pagination a.active{
    background-color: #430098; 
    color:#fff;
    font-weight:600;
}
.post-filter-block h3 {
    display: none;
}
.post-filter-block {
    text-align: center;
    margin: 60px auto 0px;
}
.post-filter-block li{
    display:inline-block;
    list-style:none;
    margin-bottom: 15px;
}
.post-filter-block li a, .show-search-form-btn{
    display:inline-block;
    padding: 6px 15px !important;
    font-size: 13px;
    margin: 0 6px;
    border-radius: 100px;
    line-height: 22px;
    position: relative;
    color:#404040 !important;
    text-transform: capitalize;
    cursor:pointer;
}

.post-filter-block li a {
    border: 1px solid #e6e6e6;
    background-color: transparent;
}

.show-search-form-btn{
  width:200px;
  background-color:#f6f6f6;
  border:none;
  display:none;
}
.post-filter-block li a:hover, .show-search-form-btn:hover{
    color: #430098 !important;
    border-color: #430098;
}
.post-filter-block li a .filter-link-count{
    position: absolute;
    right: -7px;
    top: -9px;
    background: #430098;
    color: #fff;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    min-width: 20px;
    font-size: 10px !important;
    opacity:0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.post-filter-block li a:hover .filter-link-count{
    opacity:1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.post-filter-block .filter-expand-link{
    display:none;
}
.blog-list-middle-section{
    overflow: hidden;
}
.search-form-container {
    text-align: center;
    position:relative;
    height: 36px;
    margin-bottom:20px;
}
.show-search-form-btn {
    z-index: 10;
}
.search-form-container form {
    max-width: 200px;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: 0;
    right: 0;
    top: 0px;
}
.search-form-container form input {
    -webkit-appearance:none;
    box-shadow:none;
    border: none;
    outline: 0;
    background: #f6f6f6 !important;
    padding: 0 30px 0 20px;
    height: 36px;
    color: #404040;
    font-family: 'Europa', sans-serif !important;
    font-size: 12px;
    border-radius: 20px;
}
.search-form-container form input:focus{
    border-color: #430098;
}
.search-form-container form button {
    -webkit-appearance:none;
    box-shadow:none;
    position: absolute;
    right: 4px;
    top: -1px;
    border: 0;
    background: transparent;
    width: 30px;
    outline: 0;
    color: #430098;
    height: 34px;
    line-height: 36px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
}
.search-form-container.search-active .show-search-form-btn{
    display:none;
}
.search-form-container.search-active form{
    opacity:1;
    max-width: 200px;
}
.post-filter-block ul{
    padding:0;
}
.no-result-found h2 {
    margin: 60px 0 60px;
    color: #404040;
    text-align: center;
}
.ocean-blog-search-page .blog-list-middle-section {
    padding: 30px 0 10px;
}

/*--------- Blog Post CSS -------------*/

.hs-blog-post .blog-banner-section , .hs-blog-post .post-filter-block, .hs-blog-post .search-form-container,
.author-page .blog-banner-section, .author-page .post-filter-block, .author-page .search-form-container{
    display: none;
}
.blog-banner-section {
    background-size: cover;
/*     background-position: center; */
  background-position: center 80%;
}
.blog-post-featured-image {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 25px;
}
.blog-post-featured-image img {
    margin: 0 auto;
    max-width: 100%;
    float: none;
}
.blog-post-container .blog-post-title h1 {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top:0;
    margin-bottom: 10px;
    color: #404040;
    line-height: 1.2;
}
.blog-post-container .go-to-comment{
    background-color: #f6f6f6;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 100px;
    transition: 0.3s all ease-in-out;
    display: inline-block;
  border:1px solid transparent;
  transition:border 0.2s ease, background-color 0.2s ease;
}
.blog-post-container .go-to-comment:hover{
    cursor:pointer;
    border:1px solid #430098;
    background-color:white;
}
.blog-post-authot-and-date, .blog-post-authot-and-date a {
    font-size: 14px;
    color: #6b7381;
    line-height: 32px;
}
.blog-post-authot-and-date{
    margin-bottom:20px;
    overflow: hidden;
}
.blog-post-authot-and-date a:hover{
    color: #430098;
}
.blog-post-category a{
    text-transform: uppercase;
    font-size: 12px;
}
.blog-post-authot-and-date span {
    vertical-align: middle;
}
.aligned-right{
    float:right;
}
.blog-post-authot-and-date .blog-post-author{
    position:relative;
    margin-right: 10px;
}
.blog-post-authot-and-date .blog-post-author::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 3px;
    width: 1px;
    height: 13px;
    background: #6b7381;
}

.blog-post-category {
    margin-right: 10px;
}

.blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content p, .blog-post-content a {
    margin: 0 0 20px;
    color: #404040;
}

.blog-post-content h2 {
  font-size: 2.0em;
}

.blog-post-content h1, .blog-post-content h2, .blog-post-content h3,.blog-post-content h4 { font-weight: 800; !important}

.blog-post-content h1 a, .blog-post-content h2 a, .blog-post-content h3 a,.blog-post-content h4 a {
  font-weight:800 !important;
}

.blog-post-content p {
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
}
@media (max-width: 700px) {
  .blog-post-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content p, .blog-post-content a {
    margin: 0 0 15px;
  }
}

.blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content a {
    font-weight: 500;
}
.blog-post-content blockquote {
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
    position: relative;
    padding: 60px 20px 40px;
    margin: 60px 60px 40px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align:center;
}
.blog-post-content blockquote::before {
    content: '\f10d ';
    font-family: fontAwesome;
    font-style: normal;
    top: -30px;
    position: absolute;
    font-size: 32px;
    color: #404040;
    left: 0;
    right: 0;
    margin: auto;
    float: none;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
    line-height: 60px;
}
.blog-post-content ul {
    list-style: none;
    padding-left: 30px;
}
.blog-post-content ul li, .blog-post-content ol li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    position: relative;
    color: #404040;
}
.blog-post-content ol li {
    padding-left: 10px;
}
.blog-post-content ul li::before {
    content: "";
    background-color: #430098;
    position: absolute;
    font-size: 4px;
    left: -20px;
    height: 6px;
    width: 6px;
    top: 10px;
}
.blog-post-content ul, .blog-post-content ol{
    margin:25px 0;
}
.post-social-sharing {
    padding: 15px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    margin:50px 0;
}
.post-social-sharing .social-toggle-button{
    display: inline-block;
    padding: 6px 15px !important;
    border: 1px solid #430098;
    border-radius: 100px;
    background-color: transparent;
    font-size: 13px;
    margin: 5px 6px 0;
    line-height: 18px;
    position: relative;
    text-transform: capitalize;
    height:34px;
    color: #430098 !important;
}
.social-toggle-button span {
    vertical-align: top;
    padding: 0 0 0 5px;
    line-height: 19px;
    display: inline-block;
}
.post-social-sharing .social-toggle-button svg path{
    fill: #430098;
}
.post-social-sharing li {
    display: inline-block;
}
.post-social-sharing li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    line-height: 30px;
    border-radius: 3px;
    color: #404040;
}
.post-social-sharing li a:hover{
    color: #430098;
}
.post-social-sharing ul {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    margin-top: 1px;
    text-align:center;
}
.blog-post-next-previous-container > a {
    display: inline-block;
    float: left;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background-size: cover;
    position: relative;
    background-position: center center;
    -webkit-transition: all 0.3s linear 0.0ms;
    -moz-transition: all 0.3s linear 0.0ms;
    -o-transition: all 0.3s linear 0.0ms;
    transition: all 0.3s linear 0.0ms;
}
.blog-post-next-previous-container a {
    text-decoration: none;
}
a.blog-post-next-link {
    float: right;
}
.blog-post-prev-link {
    padding: 40px 40px 40px 150px;
    margin-right: 10px;
    text-align: left;
  overflow:hidden;
}
.blog-post-next-link {
    padding: 40px 150px 40px 40px;
    margin-left: 10px;
    text-align: right;
    overflow:hidden;
}

.blog-post-prev-link,
.blog-post-next-link {
  position:relative;
}
.blog-post-prev-link > *,
.blog-post-next-link > * {
  z-index:3;
}

  
.blog-post-prev-link img,
.blog-post-next-link img{
  z-index:1;
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  display:block;
  object-fit:cover;
}
.blog-post-next-previous-container {
    margin: 50px 0;
    overflow: hidden;
}
.blog-post-next-previous-container > a > div {
    color: #fff;
    position: relative;
    z-index: 3;
}
.blog-post-prev-block-arrow {
    font-size: 36px;
    margin: auto;
    position: absolute !important;
    left: -88px;
    top: 15px;
    line-height: normal;
}
.blog-post-next-block-arrow {
    font-size: 36px;
    margin: auto;
    position: absolute !important;
    right: -88px;
    top: 15px;
    line-height: normal;
}
.blog-post-next-previous-container > a.blog-post-next-link::before {
    background: rgba(71,201,229, 0.9) none repeat scroll 0 0;
    -webkit-border-radius: 0 6px 0 6px;
    -moz-border-radius: 0 6px 0 6px;
    -o-border-radius: 0 6px 0 6px;
    border-radius: 0 6px 0 6px;
    color: #fff;
    content: "Next";
    right: 0;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    z-index: 100;
    text-align: center;
    width: 55px;
    letter-spacing: 0.3px;
    font-size: 14px;
}
.blog-post-next-previous-container > a.blog-post-prev-link::before {
    background: rgba(71,201,229, 0.9) none repeat scroll 0 0;
    -webkit-border-radius: 6px 0;
    -moz-border-radius: 6px 0;
    -o-border-radius: 6px 0;
    border-radius: 6px 0;
    color: #fff;
    content: "Prev";
    left: 0;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55px;
    z-index: 3;
    font-size: 14px;
}
.blog-post-next-previous-container > a::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://4141076.fs1.hubspotusercontent-na1.net/hubfs/4141076/Images/Blog%20Images/overlay-pattern.png);
    content: "";
    top: 0;
    left: 0;
    opacity: 0.9;
    border-radius: 8px;
    z-index:2;
}
.blog-post-next-previous-container > a:hover {
    opacity: 0.75;
}
.blog-post-about-author-container {
    margin: 50px 0;
  display:none;
}
h3.subheading-text {
    color: #404040;
    font-size: 24px;
    font-weight: 500;
    margin: 5px 0;
    text-transform: capitalize;
}
.blog-post-about-author {
    border: 1px solid #eee;
    overflow: hidden;
    padding: 20px;
    margin-top: 15px;
}
.about-author-image {
    display: inline-block;
    float: left;
    width: 125px;
    text-align: center;
}
.about-author-image > img {
    border: 2px solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    float: none;
    margin: 0 auto;
    width: 100px;
    height: 100px;
}
.author-detail {
    display: inline-block;
    float: left;
    width: -webkit-calc(100% - 125px);
    width: -moz-calc(100% - 125px);
    width: -o-calc(100% - 125px);
    width: calc(100% - 125px);
    text-align: left;
    padding-left: 15px;
}
.author-name {
    color: #404040;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.about-author-text > p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 23px;
    margin: 7px 0;
    color: #404040;
}
.related-post-heading, .subheading-text h3 {
    color: #404040;
    font-size: 24px;
    font-weight: 500;
    margin: 5px 0;
}
.related-post {
    margin: 50px 0 0;
    overflow:hidden;
}
.related-post-container {
    margin: 20px 0;
    overflow:hidden;
}
.related-post-block {
    display: inline-block;
    width: -webkit-calc(33.33% - 22px);
    width: -moz-calc(33.33% - 22px);
    width: -o-calc(33.33% - 22px);
    width: calc(33.33% - 22px);
    vertical-align: top;
    float: left;
}
.related-post-featured-image {
    overflow: hidden;
    display: block;
}
.related-post-featured-image img {
    max-width: 100%;
    width: 100%;
}
.related-post-container .related-post-block:nth-child(2) {
    margin: 0 33px;
}
.related-post-title, .related-post-title h5 a, .related-post-title a, .related-post-title h5 {
    color: #404040;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    margin: 10px 0;
}
.related-post-title a:hover{
    color: #430098;
    cursor:pointer; 
}
.related-topic-comment-count {
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
}
.related-post-block .related-topics {
    display: inline-block;
    float: left;
    width: 100%;
}
.related-topics, .related-topics a {
    font-size: 14px;
    color: #6b7381;
}
.related-topics a:hover{
    color: #430098;
}
.related-topics a i{
    color: #6b7381 !important;
}
.blog-post-comment-section {
    margin: 0 0 50px;
    padding-top: 50px;
}
.blog-post-comment-section .hs-form-field > label {
    font-size: 14px;
    color: #6b7381;
    margin-bottom: 5px;
    display: inline-block;
}
.blog-post-comment-section .hs-form-field textarea {
    -webkit-appearance:none;
    border-radius:0;
    box-shadow:none;
    height: 120px;
    resize: none;
    font-family: 'Europa', sans-serif !important;
    color: #404040;
}
.blog-post-comment-section .hs-form-field input{
    border-radius:0;
    box-shadow:none;
  	outline:none;
  	border:none;
    border-bottom:1px solid #e6e6e6;
    padding: 0px 20px;
    font-size:14px;
    line-height: 48px;
    font-family: 'Europa', sans-serif !important;
    color: #404040;
  	margin-bottom:10px;
  	transition:border-bottom 0.2s ease;
}

.post-footer .legal-consent-container p, .legal-consent-container .hs-richtext {
  color:rgb(170,170,170) !important;
  font-weight:200;
  margin-bottom:0.5em;
  font-size:1em;
}

.outer > h2 { color:red; }

.post-footer .legal-consent-container > div[data-reactid]:not(.hs-richtext) {
  float:left;
  margin-right:1em;
}

.post-footer .legal-consent-container p { margin-bottom:1em; }
.post-footer .legal-consent-container .hs-richtext { clear:both }

.blog-post-comment-section .hs-form-field input:focus{
    border-bottom:1px solid #1a9cfb;
}
.blog-post-comment-section .hs-form-field textarea{
    padding: 18px 20px;
    border:1px solid #e6e6e6;
}
.blog-post-comment-section .hs-form-field {
    margin-bottom: 10px;
}
.blog-post-comment-section h3.subheading-text {
    margin-bottom: 10px;
    margin-top: 0;
}
.blog-post-comment-section .hs-error-msgs label {
    font-size: 12px;
    text-shadow: none;
    color: red;
}
.blog-post-comment-section .hs-error-msgs {
    padding:0 !important;
}
.blog-post-comment-section .hs_submit input.hs-button.primary{
    -webkit-appearance:none;
    box-shadow:none;
    background-color: #430098;
    font-family: 'Europa', sans-serif !important;
    color: #fff;
    line-height: 50px;
    padding: 0 25px;
    border: 1px solid #430098;
    font-weight: bold;
    border-radius: 100px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    outline:0 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor:pointer;
    margin-top: 15px;
}
.blog-post-comment-section .hs_submit input.hs-button.primary:hover{
    background-color: transparent;
    color: #430098;
}
#comments-listing {
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 0 20px 20px;
}
.comment {
    border-top: 1px solid #eee;
}
.comment:first-child {
    border-top: 0 none !important;
    padding-top: 0 !important;
}
.comment-from h4 {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 15px 10px 5px 0;
    color: #430098;
}
.comment-date {
    font-size: 12px !important;
    color: #6b7381 !important;
}
.comment-body > p {
    font-weight: 400;
    margin: 5px 0 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #404040;
}
.comment-reply-to {
    cursor: pointer;
}
.comment-heading h3 {
    margin-bottom: 15px;
}
.hs-blog-listing .blog-post-comment-section {
    display: none;
}

/*--------- Author Page CSS -----------*/

.blog-listing-wrapper .hs-author-profile {
    position: relative;
    padding: 60px 0px;
    margin: 20px 20px 60px;
    border-top: 1px solid #e6e6e6;
    border: 1px solid #e6e6e6;
    text-align:center;
}
.blog-listing-wrapper .hs-author-profile h2.hs-author-name{
    color: #404040;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 25px;
}
.blog-listing-wrapper .hs-author-profile .hs-author-avatar img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 2px solid #404040;
    margin-bottom: 25px;
}
.blog-listing-wrapper .hs-author-profile .hs-author-bio {
    font-size: 16px;
    color: #6b7381;
    max-width: 600px;
    margin: 0 auto 20px;
    line-height: 1.5;
}
.blog-listing-wrapper .hs-author-profile .hs-author-social-label {
    vertical-align: top;
    font-size: 14px;
    color: #6b7381;
    line-height: 26px;
    padding-right: 5px;
}
.featured-image-container .featured-image img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-list-middle-section .row-fluid [class*="span"] {
    min-height: 0;
}
.blog-post-container {
    padding-top: 150px;
/*   margin-top:150px; */
}
.blog-post-container, .blog-post-comment-section {
    max-width: 960px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    float: none !important;
}
.blog-subscribe-container {
    -webkit-border-radius: 4px 0 0;
    -moz-border-radius: 4px 0 0;
    -o-border-radius: 4px 0 0;
    border-radius: 4px 0 0;
    bottom: -1px;
    color: #444;
    max-width: 300px;
    opacity: 1;
    position: fixed;
    right: 0;
    visibility: visible;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    overflow:hidden;
    z-index: 99999999;
    width:100% !important;
}
.blog-subscribe-container h3 {
    display:none;
}

.blog-subscribe-container input:placeholder {
  
}
.blog-subscribe-container .hs_email.field.hs-form-field > label {
    font-size: 13px;
    display:none;
}
.hs-error-msgs label {
    font-size: 12px;
}
.blog-subscribe-container .hs-button {
    -webkit-appearance:none;
    box-shadow:none;
    background: #430098 none repeat scroll 0 0;
    border: 1px solid #430098;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    -webkit-appearance:none;
    margin: 20px 0 10px;
    padding: 10px 15px;
    font-family: 'Europa', sans-serif !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s linear 0.0ms;
    -moz-transition: all 0.3s linear 0.0ms;
    -o-transition: all 0.3s linear 0.0ms;
    transition: all 0.3s linear 0.0ms;
    cursor:pointer;
}
.blog-subscribe-container .hs-button:hover{
    background:transparent;
    color:#430098;
    -webkit-transition: all 0.3s linear 0.0ms;
    -moz-transition: all 0.3s linear 0.0ms;
    -o-transition: all 0.3s linear 0.0ms;
    transition: all 0.3s linear 0.0ms;
}
.blog-subscribe-container.closed{
    bottom:-320px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-subscribe-container h4 {
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 120px;
    position: relative;
    text-align: center;
}
.blog-subscribe-container h4::before {
    background: #430098 none repeat scroll 0 0;
    border: 2px solid #444;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    content: "\f164";
    font-family: fontawesome;
    font-size: 50px;
    height: 100px;
    left: 0;
    line-height: 100px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 3px;
    width: 100px;
}   
.blog-subscribe-heading h2 {
    background: #430098;
    color:#fff;
    cursor: pointer;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 5px 10px 5px 45px;
    position: relative;
}
.blog-subscribe-heading h2::before {
    content: "\f106 ";
    position: absolute;
    top: 2px;
    left: 15px;
    -webkit-transition: all 0.6s ease 0.0ms;
    -moz-transition: all 0.6s ease 0.0ms;
    -o-transition: all 0.6s ease 0.0ms;
    transition: all 0.6s ease 0.0ms;
    font-family: fontawesome;
    font-size: 22px;
}
.blog-subscribe-form-section {
    padding: 10px 15px 5px;
}
.blog-subscribe-container .hs-input {
    -webkit-appearance:none;
    box-shadow:none;
    border-radius:0;
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin: 5px 0 0;
    vertical-align: middle;
}
.blog-subscribe-container.opened .blog-subscribe-heading h2::before{
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s ease 0.0ms;
    -moz-transition: all 0.6s ease 0.0ms;
    -o-transition: all 0.6s ease 0.0ms;
    transition: all 0.6s ease 00.0mss;
}

.hs-fieldtype-text {

}
.blog-subscribe-container .hs-button {
  margin-top:6px !important;
}

@media (min-width: 768px) {
  .hs-fieldtype-text {
  width:45%;
  float:left;
  margin-right:5%;
	}
  .cta-subscription-form-container .hs-fieldtype-text {
    margin-right:0;
    width:100%;
  }
  
}

.footer .hs-fieldtype-text {
  float:none;
  margin-right:0;
  width:100%;
}

.footer .hs-button {
  border: 1px solid #888;
  outline:0;
  color:#333;
  height:38px;
  padding:0 30px;
  display:inline-block;
  line-height:38px;
  font-weight:600px;
  font-size:11px;
  border-radius:4px;
  background-color:transparent;
  text-transform:uppercase;
  cursor:pointer;
}

.footer .hs-button:hover {
  border-color:#444;
}


ul.social-sharing-icons-collection {
    padding: 0;
}
.social-sharing-icons-collection .fa {
  padding:7px 5px 5px 5px;
  height:40px;
  width:40px;
  text-align: center;
  text-decoration: none;
  margin: 4px 2px;
  border-radius:50%;
  border:none;
  box-shadow:0 3px 7px rgba(0,0,0,0.15);
  background:white !important;
  color: #1a9cfb !important; 
  transition:box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0.0, 0.2, 1), border 0.2s ease, background-color 0.2s ease;
}
.social-sharing-icons-collection .fa:hover {
  box-shadow:0 1px 2px rgba(0,0,0,0.25);
}

.social-sharing-icons-collection .fa:active {
  transform:scale(0.95);
  background-color:hsl(205.3,80%,98%);
  box-shadow:0 1px 1px rgba(0,0,0,0.27);

}
.post-social-sharing a {
	margin: 0 2px !important;
}
.social-sharing-icons-collection .fa svg path{
  fill: #430098;
}

.social-sharing-icons-collection .fa-facebook {
  background: #3B5998;
  color: white;
}
.social-sharing-icons-collection .fa-twitter {
  background: #55ACEE;
  color: white;
}
.social-sharing-icons-collection .fa-google {
  background: #dd4b39;
  color: white;
}
.social-sharing-icons-collection .fa-linkedin {
  background: #007bb5;
  color: white;
}
.social-sharing-icons-collection .fa-pinterest {
  background: #cb2027;
  color: white;
  padding-top:8px;
}
.social-sharing-icons-collection .fa-envelope{
  background: #777;
  color: white;
}
.sticky-post-social-sharing{
    position:absolute;
    top: 225px;
    margin-left: -70px;
}
.sticky-post-social-sharing.sticky {
    position: fixed;
    top: 180px;
    margin-left: -70px;
}
.sticky-post-social-sharing li {
    list-style: none;
    margin-bottom: 4px;
}
.hs-blog-post .searched-posts-container{
    display:none;
}
h2.no-post-found-title {
    text-align: center;
    font-weight: 400;
    margin: 60px 0 100px;
    color: #000;
    display:none;
}
/*----------- Responsive CSS ------------*/

@media (max-width:1200px){
    .blog-post-prev-link {
        padding: 40px 20px 40px 100px;
    }
    .blog-post-next-link {
        padding: 40px 100px 40px 20px;
    }
    .blog-post-prev-block-arrow {
        left: -63px;
    }
    .blog-post-next-block-arrow {
        right: -63px;
    }
    .related-post-featured-image img {

    }
    .related-post-container .related-post-block:nth-child(2) {
        margin: 0 18px;
    }
}
@media (max-width:1150px){
    .container.post-listing-container {
        margin-left: 10px;
      margin:0 auto;
    }
}
@media(max-width:1120px){
    .sticky-post-social-sharing {
        display: none !important;
    }
}
@media (max-width:1080px){
    .blog-listing-wrapper .post-item {
        margin: 0 4px 15px;
    }
    .blog-listing-wrapper .post-item .post-title a {
        font-size: 24px;
    }
}
@media (max-width:1000px){
    .related-post-featured-image img {

    }
}
@media (max-width:900px){
    .container.post-listing-container {
        margin-left: 0;
      margin: 0 auto;
    }
    .blog-post-container .blog-post-title h1 {
        font-size: 38px;
        margin-bottom: 5px;
    }
    .blog-post-container {

    }
    .post-social-sharing, .blog-post-next-previous-container, .blog-post-about-author-container, .related-post{
        margin:40px 0;
    }
    .related-post{
        margin-bottom:0;
    }
    .blog-post-comment-section {
        margin: 0 0 40px;
        padding-top: 40px;
    }
    .blog-post-prev-link {
        padding: 25px 20px 25px 70px;
    }
    .blog-post-prev-block-arrow {
        left: -50px;
        font-size: 32px;
    }
    .blog-post-next-link {
        padding: 25px 70px 25px 20px;
    }
    .blog-post-next-block-arrow {
        right: -50px;
        font-size: 32px;
    }
    .related-post-container .related-post-block:nth-child(2) {
        margin: 0 18px;
    }
}
@media (max-width:800px){
    .related-post-featured-image img {

    }
}
@media (max-width:768px){
    .post-filter-block li a, .show-search-form-btn {
        margin: 0 2px;
    }
    .blog-listing-wrapper .post-item .post-title a {
        font-size: 24px;
    }
    .post-filter-block {
        margin: 40px auto 0px;
    }
    .search-form-container {
        margin-bottom: 0px;
    }
    
}
@media (max-width:767px){
    .banner-text-wrapper {
        height: auto;
    }
    .row-fluid .banner-text-wrapper .banner-text {
        padding: 80px 0;
    }
    .banner-text h1 {
        font-size: 40px;
    }
    .banner-text h4 {
        font-size: 16px;
    }
    .blog-post-container .blog-post-title h1 {
        font-size: 34px;
        line-height: 38px;
    }
    .blog-post-authot-and-date{
        margin-bottom:10px;
    }
    .blog-post-authot-and-date .aligned-right {
        float: left;
        display: block;
        width: 100%;
    }
    .blog-post-authot-and-date, .blog-post-authot-and-date a {
        line-height: 28px;
    }
    .blog-post-featured-image {
        margin-bottom: 20px;
    }
    .blog-post-content blockquote {
        padding: 50px 20px 30px;
        margin: 50px 40px 30px;
    }
    .blog-post-content ul li, .blog-post-content ol li {
        margin-bottom: 8px;
    }
    .blog-post-content ul, .blog-post-content ol {
        margin: 20px 0;
    }

    .related-post-featured-image img {
        height: auto;
    }
    .related-post-block {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px !important;
        padding-bottom: 15px;
        width: 100%;
    }
    .related-post-container .related-post-block:nth-child(2) {
        margin: 0;
    }
    .related-post-featured-image {
        display: inline-block;
        float: left;
        width: 35%;
    }
    .related-post-title, .related-topic-comment-count {
        display: inline-block;
        float: left;
        padding: 0 0 0 20px;
        width: 65%;
        border-top:0;
        margin:0 0 10px;
    }
    .related-post-container .related-post-block:nth-child(2) .related-post-featured-image {
        float: right;
    }
    .related-post-container .related-post-block:nth-child(2) .related-post-category, .related-post-container .related-post-block:nth-child(2) .related-post-title, 
    .related-post-container .related-post-block:nth-child(2) .related-topic-comment-count {
        text-align: right;
        padding-left: 0px;
        padding-right: 20px;
    }
    .related-post-block .related-topics{
        border-top:1px solid #e6e6e6;
        padding:10px 0;
    }
    .related-post-container .related-post-block:last-child{
        margin-bottom:0 !important;
        padding-bottom:0;
        border-bottom:0;
    }
    .blog-post-comment-section .hs-form-field input {
        padding: 0px 10px;
        line-height: 40px;
    }
    .blog-post-comment-section .hs-form-field textarea {
        padding: 10px
    }
    .blog-post-content ul li, .blog-post-content ol li {
        margin-bottom:5px;
        line-height:22px;
    }
    .blog-listing-wrapper .hs-author-profile {
        padding: 40px 10px;
        margin: 20px 11px 30px;
    }
    h2.no-post-found-title {
        margin: 40px 0 60px;
        font-size: 22px;
    }
}
@media (max-width:620px){
    .blog-post-next-previous-container > a {
        width: 80%;
    }
    .blog-post-next-link {
        float: right !important;
        margin: 25px 0 0;
    }
    .blog-post-container .blog-post-title h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .blog-post-content blockquote {
        padding: 45px 20px 25px;
        margin: 45px 20px 30px;
    }
    .blog-post-content blockquote::before {
        top: -25px;
        font-size: 28px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .related-post-title {
        font-size: 16px;
        padding-left: 10px;
    }
    .related-topic-comment-count{
        padding-left: 10px;
    }
    .related-post-container .related-post-block:nth-child(2) .related-post-category, .related-post-container .related-post-block:nth-child(2) .related-post-title,
    .related-post-container .related-post-block:nth-child(2) .related-topic-comment-count{
        padding-right: 10px;
        padding-left: 0px;
    }
}
@media (max-width:480px){
    .blog-pagination > div a {
        width: auto;
        height:30px;
        line-height: 30px;
        padding: 0 5px 0 5px;
    }
    .blog-pagination .blog-pagination-left a:first-child{
        width: auto;
        padding: 0 5px 0 10px;
    }
    .blog-pagination .blog-pagination-right a:last-child{
        width: auto;
        padding: 0 10px 0 5px;
    }
    .blog-pagination a.active{
        width: 30px;
        height: 30px;
        padding: 0;
        line-height:30px;
    }
    .blog-post-container .blog-post-title h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .about-author-image {
        display: block;
        width: 100%;
    }
    .author-detail {
        display: block;
        margin-top: 10px;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    .related-post-featured-image {
        width: 100%;
        margin-bottom:10px;
    }
    .related-post-category, .related-post-title, .related-topic-comment-count {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .related-post-block .related-topics {
        border-top: 0;
        padding: 0;
    }
    .related-post-block{
        padding: 5px;
    }
    .related-post-container .related-post-block:nth-child(2) .related-post-category, .related-post-container .related-post-block:nth-child(2) .related-post-title, .related-post-container .related-post-block:nth-child(2) .related-topic-comment-count {
        padding: 0px;
        text-align:left;
    }
    .post-social-sharing, .blog-post-next-previous-container, .blog-post-about-author-container, .related-post{
        margin:30px 0;
    }
    .related-post{
        margin-bottom:0;
    }
    .blog-post-comment-section {
        margin: 0 0 30px;
        padding-top: 30px;
    }
    .related-post-container {
        margin: 10px 0 0;
    }
    .blog-post-comment-section .hs_submit input.hs-button.primary {
        line-height: 40px;
        padding: 0 20px;
        margin-top: 10px;
    }
    .grid li {
      
    	width: 100% !important;
    }
}

/*--------- Animations CSS ------------*/

@-webkit-keyframes icon_round_animation{
    0% {
        opacity: 0;
        margin-top: 30px;
    }
    100% {
        opacity: 1;
        margin-top: 0px;
    }
}
@-moz-keyframes icon_round_animation{
    0% {
        opacity: 0;
        margin-top: 30px;
    }
    100% {
        opacity: 1;
        margin-top: 0px;
    }
}
@-o-keyframes icon_round_animation{
    0% {
        opacity: 0;
        margin-top: 30px;
    }
    100% {
        opacity: 1;
        margin-top: 0px;
    }
}
@keyframes icon_round_animation{
    0% {
        opacity: 0;
        margin-top: 30px;
    }
    100% {
        opacity: 1;
        margin-top: 0px;
    }
}

/* Hide the mysterious contact form */


.post-content p a {
  display: inline !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
}

input[type="email"], input[type="text"] {
  background:transparent !important;
  border:0;
  outline:0 !important;
  border-bottom:1px solid rgb(200,200,200);
  padding-top:10px;
  padding-left:5px;
  padding-bottom:10px;
  margin-top:5px;
  font-weight:200;
}

.blog-post-content-container a{
  color:#430098;
  text-decoration:none;
  display:inline;
  position:relative;
  margin-bottom:0 !important;
}

.blog-post-content-container a:hover{
/*   text-decoration:none; */
  color:#430098;
}

/* .blog-post-content-container a:not(.cta_button):after{
  display:block;
  position:absolute;
  content:'';
  background-color:#1a9cfb;
  left:0;
  bottom:0px;
  width:100%;
  height:2px;
  border-radius:2px;
  opacity:0;
  transform:translateY(2px);
  transition: transform 0.5s cubic-bezier(0.4, 0.0, 0.2, 1), opacity 0.5s ease;
}

.blog-post-content-container a:hover:after{
  opacity:1;
  transform:translateY(0);
} */

.legal-consent-container span{
  color:rgb(100,100,100);
}

.legal-consent-container p{
  color:rgb(200,200,200); !important;
}

.post-listing .badge {
  display:inline-block !important;
  border:1px solid #430098 !important;
  padding:3px 5px;
  background:white;
  border-radius:3px;
  color:#430098;
  margin-bottom:1em;
  cursor:pointer;
  transition:color 0.2s ease, background 0.2s ease;
}

.badge {
  display:inline-block;
  border:1px solid #430098;
  padding:3px 5px;
  background:white;
  border-radius:3px;
  color:#430098;
  margin-bottom:1em;
  cursor:pointer;
  transition:color 0.2s ease, background 0.2s ease;
}

h2.badge {
  display:block;
  border:2px solid #430098;
  padding:8px 10px;
  background:white;
  border-radius:5px;
  max-width:300px;
  color:#430098;
  margin:0 auto;
  margin-bottom:1em;
  margin-top:1em;
  cursor:default;
  transition:color 0.2s ease, background 0.2s ease;
}

.badge:not(h2):hover {
  color:white;
  background:#430098;
  cursor:pointer;
}

.blog-post-container .badge {
  font-size:1.3em;
}

.sub-blog-heading {
  font-size:2em;
  text-align:center;
  margin-top:1em;
  text-transform: uppercase !important;
}
.blue {
  color: #1a9cfb;
}

.span12.widget-span.widget-type-cell.blog-banner-section {
  background-size:cover !important;
  background-position:center;
}

.sub-nav-heading {
  text-shadow:0 0 2px rgba(0,0,0,0.75) !important;
}

blockquote strong {
  display:block;
  margin-top:0.9em;
  font-style:normal !important;
}

blockquote span {
  font-style:normal !important;
  font-size:0.9em;
  font-weight:400;
}

/* YouTube Responsive CSS for HubSpot */ 
.hs-responsive-embed { 
  position: relative; 
  height: 0; 
  overflow: hidden; 
  padding-top: 0; 
  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.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
 padding-bottom: 56.25%; 
} 



.events {
  margin:0;
  padding:0;
  list-style-type: none;
  width:90%;
  max-width:1000px;
  margin: 0 auto;
}

.events .event {
  background:white;
  padding:0;
  display:block;
  border-radius:5px;
  border:1px solid rgb(240,240,240);
  margin-bottom:0.5em;
  transition:all 0.5s cubic-bezier(.175,.885,.32,1);
  overflow:hidden;
}

.events .event .title a:hover {text-decoration:underline;}
.events .event .title a:after {
  display:none;
}

  
.events .event .title {
  padding: 1em 2em;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
  transition:background 0.2s ease;
}
.events .event .title:hover {
  background:rgb(250,250,250);
}

.events .event .title span {
  color: rgb(120,120,120);
  font-weight:200;
}

.events .event .title h3 {
  margin:0;
  padding:0;
  color:#1A9CFB;
  font-size:1.1em;
}

.events .event .description-container{
  height:0;
  transition:max-height 0.5s cubic-bezier(.175,.885,.32,1);
  transform-origin:top;
  overflow:hidden;
  padding:0em;

}
.events .event .description-container.active {
  height:auto;
  padding:1em 2em;
}

.events .event .icon {
  transition: transform 0.2s cubic-bezier(.175,.885,.32,1.275);
}
.events .event.active .icon {
 transform:rotate(-45deg);
}

.events .event.active .title {
  border-bottom:1px solid rgb(240,240,240);
}


.events .event.active {
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.events .event .description-container ul {
  margin:0;
  padding:0;
  list-style-type:none;
  padding-left:2em;
}

.events .event .description-container ul li:last-child {
  margin-bottom:0;
}

.events .event .description-container .event-info {
  list-style-type:none !important;
  padding:0;
}
.squirrels-cta-button {
  display:block;
  padding:0.5em 1em;
  background: #404040;
  color:white;
  font-weight:600;
  text-transform: uppercase;
  margin: 0 auto;
  display:inline-block;
  border-radius:5px;
  transition: background 0.15s ease, transform 0.15s cubic-bezier(0.4, 0.0, 0.2, 1.2), box-shadow 0.15s ease;
  will-change: transform, background, box-shadow;
  font-size:1.1em;
  cursor:pointer;
  letter-spacing: 0.1em;
  outline:0;
  border:0;
  color:white !important;
}
.squirrels-cta-button:hover,
.squirrels-cta-button:focus {
  color:white;
  outline:0;
  border:0;
  background: #555555;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.squirrels-cta-button:active {
  background: #454545;
  color:white;
  outline:0;
  border:0;
  transform: translateY(0px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.12);
}







.store-modal-container {
  display:flex;
  opacity:0;
  pointer-events:none;
  visibility: hidden; 
  align-items:center;
  justify-content:center;
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background: rgba(0,0,0,0.6);
  z-index:1000;
}

.store-modal-container.active {
  opacity:1;
  pointer-events:all;
  visibility: visible; 
}

.store-modal  {
  opacity:0;
  pointer-events:none;
  position:relative;
  background:white;
  box-shadow: 0 10px 12px rgba(0,0,0,0.15);
  border-radius:10px;
  padding:2em;
  padding-top:0;
  max-width:1000px;
  width:90%;
  text-align:center;
  transform:scale(0.96);
  will-change:transform, opacity;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.store-modal-container.active .store-modal  {
  transform:scale(1);
  opacity:1;
  pointer-events:all;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.store-modal__platform {
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:1em;
  border:2px solid rgba(0,0,0,0.2);
  width:100%;
  margin:0.5em;
  transition: background 0.15s ease;
}

.store-modal__buy-button {
  padding:0.5em;
  display:block;
  border-radius:5px;
  align-self:unset;
  font-weight:600;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  will-change: transform, box-shadow;
  white-space:nowrap;
}
.store-modal__buy-button:hover,
.store-modal__buy-button:active,
.store-modal__buy-button:focus {
  text-decoration:none;
  color:white;
}

.store-modal__buy-button:hover {
  transform:translateY(-1px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.store-modal__buy-button:active {
  transform:translateY(0);
  box-shadow: none;
}

.store-modal__platform-price {
  margin:0;
  margin-right:1em;
  font-size:1em;
  font-weight:600;
}

.store-modal--ap .store-modal__platform-price {
  color: #38B84C;
}
.store-modal--ap .store-modal__platform:hover {
  background:rgba(56, 184, 76, 0.1);
}


.store-modal--rf3 .store-modal__platform-price {
  color: #FA8524;
}
.store-modal--rf3 .store-modal__platform:hover {
  background:rgba(250, 133, 36, 0.1);
}

.store-modal--rft .store-modal__platform-price {
  color: #007FFF;
}
.store-modal--rft .store-modal__platform:hover {
  background:rgba(0, 127, 255, 0.1);
}

.store-modal__platform-name {
  color:#7b7b7b;
  flex:1;
  text-align:left;
  transition: color 0.15s ease;
}


.store-modal__platform:hover .store-modal__platform-name {
  color:#404040;
}

.store-modal__platform-icon {
  height:unset;
  width: 30px;
  margin-bottom:0;
  display:none;
}

@media (min-width: 500px) {
  .store-modal__platform-icon {
    display:block;
  }
  .store-modal__platform-name {
    text-align:center;
  }
}

@media (min-width: 776px) {
  .store-modal__platform-icon {
    height:unset;
    width: 30px;
    height:40px;
    width: unset;
  }
  .store-modal__platform-price {
    font-size:1.5em;
  }
  .store-modal__platform-name {
    flex:unset;
  }
  .store-modal__platform-price {
    margin-right:0;
    margin: 1em 0;
    flex:1;
  }
  .store-modal .store-modal__buy-button {
    align-self:stretch;
  }
  .store-modal__platform-icon {
    margin-bottom:1em;
  }
  .store-modal__platform {
    width:auto;
    flex-direction:column;
    flex:1;
    justify-content:unset;
  }
}

@media (min-width: 1000px) {
  .store-modal__platform {
    width:calc(25% - 0.5em);
  }
}

.store-modal--rf3 .store-modal__buy-button {
  background:#FA8524;
  color:white;
  cursor:pointer;
}

.store-modal--rf3 .store-modal__buy-button:hover {
  color:white;
}

.store-modal--rft .store-modal__buy-button {
  background:#007FFF;
  color:white;
  cursor:pointer;
}

.store-modal--rft .store-modal__buy-button:hover {
  color:white;
}

.store-modal__product-icon {
  height:60px;
  margin-top:-30px;
}

.store-modal--rf3 .store-modal__product-icon {
  height:60px;
  margin-top:-30px;
}

.store-modal-container {
  display:flex;
  opacity:0;
  pointer-events:none;
  visibility: hidden; 
  align-items:center;
  justify-content:center;
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background: rgba(0,0,0,0.7);
}

.store-modal-container.active {
  opacity:1;
  pointer-events:all;
  visibility: visible; 
}

.store-modal  {
  opacity:0;
  pointer-events:none;
  position:relative;
  background:white;
  box-shadow: 0 10px 12px rgba(0,0,0,0.15);
  border-radius:10px;
  padding:0;
  max-width:1000px;
  width:95%;
  text-align:center;
  transform:scale(0.96);
  will-change:transform, opacity;
  transition: opacity 0.5s ease, transform 0.5s ease;
  max-height:95%;
}

.store-modal-container.active .store-modal  {
  transform:scale(1);
  opacity:1;
  pointer-events:all;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.store-modal__platforms-container {
  display:flex;
  flex-wrap:wrap;
  padding:1em;

}
.store-modal__scoll {
  max-height:60vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.store-modal__header {
  padding-bottom:1.5em;
  box-shadow: 0 1px 2px rgba(0,20,70, 0.15);
  position:relative;
}

.store-modal__heading {
  font-size:1.75em;
  margin:0;
  font-weight:700;
  margin-top:0.25em;
}

.store-modal--ap .store-modal__buy-button {
  background:#38B84C;
  color:white;
  cursor:pointer;
}
.store-modal--ap .store-modal__buy-button:hover {
  color:white;
}


.store-modal__product-icon {
  height:60px;
  margin-top:-30px;
}

.store-modal__close {
  display:block;
  position:absolute;
  top:1em;
  right:1em;
  height:32px;
  width:32px;
  padding:0.25em;
  border-radius:3px;
  cursor:pointer;
  transition: background 0.15s ease, fill 0.15s ease;
  fill:#7b7b7b;
}

.store-modal__close:hover {
  background: rgba(0,0,0,0.05);
  fill:#404040;
}

.store-modal__close:active,
.store-modal__close:focus {
  background: rgba(0,0,0,0.1);
  fill:#101010;
}

@media (min-width: 776px) {
  .store-modal__platforms-container {
    flex-wrap:nowrap;
  }
  .store-modal__platform {
    width:calc(25% - 0.5em);
  }
}

@media (min-width: 1000px) {
  .store-modal__platform {
    width:calc(25% - 0.5em);
  }
}

.store-modal__rft-suggest {
  display:flex;
  padding:1em 2em;
  margin-bottom:1em;
  align-items:center;
}

.store-modal__rft-suggest img {
  height:60px;
}
.store-modal__rft-suggest >div {
  text-align:left;
  margin-left:1em;
}
.store-modal__rft-suggest > div h4,
.store-modal__rft-suggest > div p, 
.store-modal__rft-suggest > div a {
  margin:0;
}
.store-modal__rft-suggest > div p {
  margin-top:0.5em;
  margin-bottom:0em;
  font-weight:400;
  color:#7b7b7b;
}

.twitter-tweet {
  margin: 0 auto;
}

.grid li {
  z-index:0; !important;
}

.nav-wrapper {
  position:fixed; top:0; left:0; width:100% !important; z-index:200;
}

.nav-wrapper__main-nav {
  position:relative;z-index:1;
}

.nav-wrapper__sub-nav {
  position:relative;z-index:0;

}

.form-module {
  padding:0;
}

.blog-post-content form {
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.blog-post-content form fieldset {
  display: flex;
  flex: 1;
  gap:1rem;
  width: 100%;
  max-width:unset;
}

.blog-post-content form fieldset.form-columns-1 {
  width:50%;
}

.blog-post-content form fieldset.form-columns-1 .hs-dependent-field,
.blog-post-content form fieldset.form-columns-1 .field {
  flex:1
}
.blog-post-content form fieldset.form-columns-1 .hs-dependent-field select,
.blog-post-content form fieldset.form-columns-1 .field textarea {
  width:100%;
}

.blog-post-content form fieldset.form-columns-1 .field textarea {
  border:1px solid rgb(200,200,200) !important
}

.blog-post-content form input,
.blog-post-content form select {
  background: transparent;
  border: 0;
  outline: 0 !important;
  border-bottom: 1px solid rgb(200,200,200);
  padding-top: 10px;
  padding-left: 5px;
  padding-bottom: 10px;
  margin-top: 5px;
  font-weight: 200;
}



.blog-post-content .form-columns-2 .hs-form-field {
  width:unset;
  margin:0;
  float:none;
  flex:1;
}
.blog-post-content form input[type='submit'] {
  -webkit-appearance: none;
  box-shadow: none;
  background-color: #430098;
  font-family: 'Europa', sans-serif !important;
  color: #fff;
  line-height: 50px;
  padding: 0 25px;
  border: 1px solid #430098;
  font-weight: bold;
  border-radius: 100px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  outline: 0 !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  margin-top: 0;
}

.blog-post-content form .legal-consent-container p {
  font-size:14px;
  margin:0;
}
.blog-post-content .is-placeholder {
  color:#808080;
}
.blog-post-content form input:placeholder,
.blog-post-content form textarea::placeholder {

  color:#808080;
}

.blog-post-content .hs-submit {
  margin-top:0;
}

.blog-post-content form textarea {
  font-weight:200;
}

.blog-post-content .cta-form {
  padding: 3rem;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
  border-radius:12px;
  max-width:700px;
  margin: 1rem auto;
}
.blog-post-content .cta-form form input:not([type='submit']),
.blog-post-content .cta-form form select,
.blog-post-content .cta-form form textarea{
    border: 1px solid #dddde4;
  border-radius:5px;
  font-size:1rem;
  padding: 1rem;
}

.blog-post-content .cta-form h2 {
  text-align: center;
  font-size:2.25rem;
  font-weight:600;
}
.blog-post-content .cta-form form fieldset.form-columns-1 {
  width:100%;
}

.sq-countdown {
  background: url(https://www.airsquirrels.com/hubfs/2023%20Website%20Performance%20Fixes%20%E2%80%94%20Images/Blog/sq-bg-v8.jpg) center center no-repeat;
  color: white;
  font-size: 3rem;
  padding: 3rem;
  text-align: center;
  border-radius:12px;
  display:block;
  position:relative;
}
.sq-countdown > * {
  z-index:2;
}

.sq-countdown:after {
  content: '';
  filter:blur(15px);
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background: url(https://www.airsquirrels.com/hubfs/2023%20Website%20Performance%20Fixes%20%E2%80%94%20Images/Blog/sq-bg-v8.jpg) center center no-repeat;
  opacity:0.33;
  z-index:-1;
}
form .hs-form-field label:first-child {
  display:block !important;
  color: #909090 !important;
  font-weight:200;
  font-size:12px;
}