@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');


/*--------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:  Light Green    */
    /*      Theme Dark color:  Green    */
          /*      White              */
           /*      Dark Gray               */
        /*      Dark Gray Tone 2        */

/* Typography */
    /* Ex. "font-family: 'Poppins', sans-serif;"   */
                       /* Ex. "font-size: 14px;"       */
                      /* Ex. "line-height: 1.2;"   */

                      /* Ex. "border-radius: 5px;"   */
                       /* Ex. "border-radius: 40px;"   */

/* 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: #fff;
    color: #444;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    line-height: 1.2;
}

.page-center{
    float: none !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding:0 15px !important;                                    
}
.blog-cta a.cta_button, .mobile-cta a.cta_button {
    background-color: #517CD4 !important;
    border-color: #517CD4 !important;
    font-family: 'Poppins', sans-serif !important;
}  
.blog-cta a.cta_button:hover {
    background-color: transparent !important;
    color: #517CD4 !important;
}
h1, h2, h3, h4, a{
    color: #517CD4;
}

/* Lists */

ul, ol {
    padding:0 20px; 
    margin:0;
}
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;
}
.text-center{
    text-align:center;
}
.theme-color-bg{
    background-color: #517CD4;
    color:#fff;
}
ul.hs-error-msgs {
    list-style: none;
    padding: 0;
    margin-top: 4px;
}
ul.hs-error-msgs label{
    font-size:12px;
    text-shadow:none;
    color:red;
}

/*   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;
    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: 999999999;
}
.body-container-wrapper {
    padding-top: 59px;
}
.myspace-lp-one .body-container-wrapper, .myspace-typ-one .body-container-wrapper{
    padding-top: 0;
}
.logo-container img {
    margin-top: 15px;
    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: #517CD4 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0%;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    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: #517CD4 !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: 60px;
}
.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: #517CD4 !important;
}
.header-container .hs-menu-flow-horizontal ul li a {
    color: #6b7381;
    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;
}
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;
}
.top-header-button {
    text-align: right;
}
.top-header-button a {
    color: #000;
    font-size: 16px;
    vertical-align: top;
    margin-top: 0;
    display: inline-block;
    text-decoration: none;
}
.top-header-button a span {
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
    color: #4B5652;
    font-size: 14px;
}

@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: #517CD4;
        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: 0s;
        -webkit-transition-delay: .2s;
        -moz-transition-duration: 0s;
        -moz-transition-delay: .2s;
        transition-duration: 0s;
        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 #517CD4;
    }
    .mobile-open a.mobile-trigger-new {
        border: 1px solid #e2e2e2 !important;
    }
    .header-container-wrapper {
        padding: 2px 0 0;
    }
    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: 13px;
        margin-bottom: 6px;
    }
}
/*--------------------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 #444;
}
.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: #444 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: 0;
}
.footer-block.footer-subscribe .hs-button {
    background: #517CD4 none repeat scroll 0 0;
    border: 1px solid #517CD4;
    -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:'Poppins', sans-serif;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.footer-block.footer-subscribe .hs-button:hover{
    background:transparent;
    color: #517CD4;
}
.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 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    margin-top: 2px;
}
.footer-social-block > a:hover{
    border-bottom:2px solid #517CD4;
}
.footer-social-block > a i{
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.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: #517CD4 !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----------------------*/

/*------------ LP One CSS Starts-----------------*/
.myspace-lp-one {
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
.lp-one-logo-container {
    margin-bottom: 40px;
}
.lp-one-content-block {
    max-width: 820px;
    margin: 0 auto !important;
    float: none !important;
}
.lp-one-content-block .feature-detail-block, .lp-one-content-block .registration-block{
    display:inline-block;
    width:50%;
    margin:0;
    float:left;
}
.lp-one-content-block .feature-detail-block {
    background: #fff;
    border-radius: 20px 0 0 20px;
    padding: 25px 35px;
}
.lp-one-content-block .registration-block{
    border-radius: 0 20px 20px 0;
    padding: 25px 35px;
}
.lp-one-content-block .feature-detail-block h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}
.lp-one-content-block .registration-block h2{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 20px;
    color:#fff;
}
/*.lp-one-content-block .registration-block .hs-form-field > label {
    display: none;
}*/
.lp-one-content-block .registration-block .hs-input {
    /*-webkit-appearance:none;*/
    box-shadow:none;
    border: 0;
    padding: 0 10px;
    outline:0;
    line-height: 36px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.lp-one-content-block .registration-block textarea.hs-input{
    resize:none;
    height:36px;
    line-height: 1.1;
    padding: 10px 10px 0;
}
.lp-one-content-block .registration-block .hs-form-field {
    margin: 0 0 15px;
}
.lp-one-content-block .registration-block .hs-button {
    -webkit-appearance: none;
    border: 1px solid #4e9c2e;
    width: 100%;
    padding: 10px 15px;
    font-size: 22px;
    color: #fff;
    margin: 10px 0;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-weight: 500;
    border-radius: 40px;
    background: #517CD4;
    font-family: 'Poppins', sans-serif;
}
.lp-one-content-block .registration-block .hs-button:hover {
    background: transparent;
    color: #517CD4;
}
.lp-one-content-block > div > div.row-fluid {
    display: -webkit-box;     
    display: -moz-box;       
    display: -ms-flexbox;    
    display: -webkit-flex;   
    display: flex;
}
.lp-one-content-block .feature-detail-block ul {
    margin: 10px 0 10px;
    padding-left: 35px;
}
.lp-one-content-block .feature-detail-block li {
    list-style: outside none none;
    margin-bottom: 15px;
    position: relative;
    font-size:16px;
}
.lp-one-content-block .feature-detail-block li::before {
    content: "\f144";
    font-family:'fontAwesome';
    height: 25px;
    left: -35px;
    position: absolute;
    top: -6px;
    width: 25px;
    font-size: 24px;
    color: #517CD4;
}
.lp-one-content-block .registration-block h3.thank-you-msg {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}

/*----------- TY Page One Starts ---------------*/
.myspace-typ-one .thank-you-heading-block h1 {
    font-size: 48px;
    line-height: 58px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-top: 40px;
    font-weight: 500;
}
.myspace-typ-one .email-receive-text {
    color: #000;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 40px;
    max-width: 500px;
    margin: 0 auto 32px !important;
    float: none !important;
}
.email-image {
    margin-bottom: 40px;
}
.typ-social-sharing li {
    display: inline-block;
}
.typ-social-sharing li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    color: #fff;
    margin-right: 8px;
    background: #517CD4;
    padding-left:6px;
}
.typ-social-sharing li:last-child a{
    margin-right:0;
}
.typ-social-sharing li a:hover {
    background: #517CD4;
}
.thank-you-content-section {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.footer-logo-section {
    margin-bottom: 40px;
}

/*----------- Blog CSS Starts -------------*/
.myspace-blog-banner-section {
    position: relative;
    padding: 60px 0;
    background-size: cover;
    background-position: center;
}
.myspace-blog-banner-section::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    top:0;
    left:0;
}
.myspace-blog-banner-section > div{
    position: relative;
    z-index:1;
}
.hs-blog-header img {
    width: 200px;
}
.hs-blog-header h1 {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    margin: 20px 0 0;
}
.myspace-blog-content {
    padding: 60px 0;
}
.myspace-blog-content .blog-content {
    width: -webkit-calc(75% - 15px);
    width: -moz-calc(75% - 15px);
    width: calc(75% - 15px);
}
.myspace-blog-content .blog-sidebar {
    width: 25%;
    margin: 0 0 0 15px;
    border-left: 1px solid #ccc;
    padding-left: 15px;
}
.theme-color{
    fill:#517CD4 !important;
}
.blog-subscribe-container {
    color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    background: #517CD4;
}
.sidebar-icon {
    width: 60px !important;
    padding: 0 5px;
}
.sidebar-heading {
    width: -webkit-calc(100% - 70px) !important;
    width: -moz-calc(100% - 70px) !important;
    width: -ms-calc(100% - 70px) !important;
    width: calc(100% - 70px) !important;
    margin:0 !important;
    float: left;
}
.blog-subscribe-icon-image img {
    width: 45px !important;
    padding-top: 2px;
}
.blog-subscribe-title h2 {
    color: #fff;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
}
.hs-form-field > label {
    font-size: 14px;
    margin-bottom: 4px;
    display: inline-block;
}
.blog-subscribe-container .hs-form-field{
    margin-bottom:15px;
}
.blog-subscribe-container .hs-form-field .hs-input{
    -webkit-appearance:none;
    background:#fff;
    color:#444;
    border:0;
    padding: 0 10px;
    line-height: 36px;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
}
.blog-subscribe-container .hs-button {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #fff;
    padding: 6px 16px;
    font-weight: 500;
    font-size: 16px;
    margin: 0 auto !important;
    float: none !important;
    display: block;
    cursor: pointer;
    color:#000;
    font-family: 'Poppins', sans-serif;
    border-radius: 40px;
}
.blog-subscribe-container .hs-button:hover{
    color:#fff;
    background-color: #517CD4;
    border-color: #517CD4;
}
.sidebar-heading h3 {
    font-size: 21px;
    margin: 8px 0 0;
    font-weight: 500;
    padding-left:5px;
    text-transform: capitalize;
    color: #517CD4;
}
.blog-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-sidebar ul li {
    margin-bottom: 20px;
}
.blog-sidebar ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
.blog-sidebar ul li a:hover{
    color: #517CD4;
}
.recent-post-container, .post-by-tag-container{
    position: relative;
    padding:20px;
}
.blog-subscribe-container::after, .recent-post-container::after, .post-by-tag-container::after {
    position: absolute;
    left: 0;
    content: '';
    bottom: -25px;
    width: 100%;
    height: 1px;
    background: #ccc;
}
.recent-post-container::after{
    bottom:10px;
}
.post-by-tag-container::after{
    bottom:10px;
}
.blog-subscribe-container form {
    margin: 25px 0 5px;
}
.blog-sidebar .filter-expand-link {
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    transform: translateY(-6px);
    display: inline-block;
    color: #517CD4;
}
.blog-listing-wrapper .post-title a {
    color: #444;
    font-size: 36px;
    text-decoration: none;
    line-height: 1.3;
}
.blog-listing-wrapper .post-title{
    margin: 0 0 10px;
}
.blog-listing-wrapper .author-date-block, .blog-listing-wrapper .author-date-block a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #517CD4;
}
.blog-listing-wrapper .author-date-block{
    margin-bottom: 12px;
}
.blog-listing-wrapper .author-date-block .post-author {
    padding-left: 10px;
    position: relative;
}
.blog-listing-wrapper .author-date-block .post-author::before{
    position:absolute;
    height:15px;
    width:1px;
    content:'';
    left: 3px;
    top: 2px;
    background-color: #517CD4;
}
.blog-listing-wrapper .social-container a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    outline: 0 none;
    text-align: center;
    width: 30px;
    background: #517CD4;
    border: 1px solid #517CD4;
}
.blog-listing-wrapper .social-container a:hover {
    background: transparent;
    color: #517CD4;
}
.blog-listing-wrapper .content-social-sharing {
    display: inline-block;
    float: left;
    vertical-align: top;
}
.blog-listing-wrapper .comment-count{
    display: inline-block;
    float: right;
    vertical-align: top;
    color:#444;
    font-size:15px;
    text-decoration: none;
    font-weight: 500;
    line-height: 30px;
}
.blog-listing-wrapper .comment-count:hover, .blog-listing-wrapper .comment-count i{
    color: #517CD4;
}
.blog-listing-wrapper .comment-count i {
    font-size: 18px;
    padding-right: 4px;
}
.blog-listing-wrapper .social-comment-block, .blog-listing-wrapper .post-body-container {
    overflow: hidden;
    display: block;
    margin-bottom: 24px;
}
.blog-listing-wrapper .post-body-container .featured-image {
    float: left;
    display: inline-block;
    width: 35%;
    text-align: center;
    padding-right: 30px;
}
.blog-listing-wrapper .post-body-container .post-content {
    float: left;
    display: inline-block;
    width: 65%;
    padding-right: 30px;
}
.blog-listing-wrapper .post-body-container .post-content *{
    font-size:15px;
    margin:0;
    line-height:1.3;
    color:#444;
    font-weight:400;
}
.blog-listing-wrapper .post-body-container .featured-image .hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
}
.read-more-btn a {
    text-decoration: none;
    color: #fff;
    padding: 10px 45px;
    display: inline-block;
    margin: 0 0 48px;
    border-radius: 22px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.8px;
    background: #517CD4;
    border: 1px solid #517CD4;
}
.read-more-btn a:hover {
    background: transparent;
    color: #517CD4;
}
.blog-listing-wrapper .post-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.blog-pagination-container {
    text-align: center;
}
.blog-pagination-left, .blog-pagination-center, .blog-pagination-right {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.blog-pagination a {
    font-size: 15px;
    margin: 0 4px;
    text-decoration: none;
    background: #CACCCB;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.blog-pagination-center a.active, .blog-pagination a:hover {
    background: #517CD4;
}
.blog-pagination a.inactive, .blog-pagination a.inactive:hover {
    background: #CACCCB !important;
    cursor: auto;
}
.blog-pagination a.prev-link {
    padding-right: 4px;
    line-height: 31px;
}
.blog-pagination a.next-link {
    padding-left: 2px;
    line-height: 31px;
}
.hs-blog-listing .blog-comment-section {
    display: none;
}
/*-------- Blog Post Page CSS Starts --------------*/
.content-post-wrapper .content-post-title h2 {
    color: #444;
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 10px;
}
.content-post-wrapper .author-and-publishdate, .content-post-wrapper .author-and-publishdate a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #517CD4;
}
.content-post-wrapper .author-and-publishdate .author {
    padding-left: 10px;
    position: relative;
}
.content-post-wrapper .author-and-publishdate .author::before {
    position: absolute;
    height: 15px;
    width: 1px;
    content: '';
    left: 3px;
    top: 2px;
    background-color: #517CD4;
}
.content-post-wrapper .author-and-publishdate {
    margin-bottom: 12px;
}
.content-post-wrapper .post-social-share-container a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    outline: 0 none;
    text-align: center;
    width: 30px;
    background: #517CD4;
    border: 1px solid #517CD4;
}
.content-post-wrapper .post-social-share-container a:hover {
    background: transparent;
    color: #517CD4;
}
.content-post-wrapper .post-social-comment-count-block {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
.content-post-wrapper .post-social-comment-count-block .comment-count {
    display: inline-block;
    float: right;
    vertical-align: top;
    color: #444;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    line-height: 30px;
}
.content-post-wrapper .post-social-comment-count-block .comment-count:hover, .content-post-wrapper .post-social-comment-count-block .comment-count i {
    color: #4e9c2e;
}
.content-post-wrapper .post-social-comment-count-block .post-social-share-container {
    display: inline-block;
    float: left;
}
.post-content-body h2, .post-content-body h3, .post-content-body h4{
    color:#444;
    font-weight:500;
    margin:20px 0;
    line-height:1.5;
}
.post-content-body p{
    color:#444;
    font-weight:400;
    margin:15px 0;
    font-size:16px;
    line-height:1.5;
}
.post-content-body ol, .post-content-body ul {
    margin: 20px 0;
    padding-left: 25px;
    font-size: 16px;
}
.post-content-body li{
    margin-bottom:10px;
    line-height:1.5;
    padding-left:5px;
}
.content-post-wrapper .custom-featured-image-wrapper {
    margin-bottom: 20px;
}
.post-content-body blockquote {
    background: #fefefe none repeat scroll 0 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: 0.7px;
    margin: 30px auto;
    max-width: 80%;
    padding: 15px 30px 15px 50px;
    width: 100%;
    font-style: italic;
    font-size:16px;
    line-height:1.5;
    border-left: 8px solid #517CD4;
}
.content-post-wrapper h3.subheading-text, .related-post-heading {
    color: #444;
    font-size: 24px;
    font-weight: 500;
    margin: 5px 0;
    text-transform: capitalize;
}
.content-post-wrapper .blog-post-about-author {
    border: 1px solid #ccc;
    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: #444;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.about-author-text > p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 23px;
    margin: 7px 0;
    color: #444;
}
.content-post-wrapper .topic-list span.icon, .content-post-wrapper .topic-list .topic-link {
    text-decoration:none;
    color: #517CD4;
}
.hs-form-field {
    margin-bottom: 15px;
}
.blog-post-next-previous-container {
    overflow: hidden;
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 40px 0;
}
.blog-post-next-previous-container > a{
    padding: 15px 10px;
}
.blog-post-next-previous-container .blog-post-prev-link, .blog-post-next-previous-container .blog-post-next-link{
    display:inline-block;
    width:50%;
    float:left;
}
.blog-post-next-previous-container .blog-post-prev-link, .blog-post-next-previous-container .blog-post-next-link {
    display: inline-block;
    width: 50%;
    float: left;
    text-decoration: none;
    color: #666;
}
.blog-post-next-previous-container > a:hover .next-prev-post-title, .blog-post-next-previous-container > a:hover .blog-post-prev-block-arrow,
.blog-post-next-previous-container > a:hover .blog-post-next-block-arrow{
    color: #517CD4;
}
.blog-post-prev-block-arrow, .blog-post-next-block-arrow{
    display:inline-block;
    font-size: 24px;
    padding: 0 5px;
    width: 30px;
    float: left;
    position: relative;
}
.blog-post-next-previous-container .blog-post-next-link, .blog-post-next-block-arrow{
    float:right;
}
.next-prev-post-title {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
}
.blog-post-next-block {
    text-align: right;
}
.blog-comment-section h3.subheading-text, .comment-heading h3 {
    color: #444;
    font-size: 24px;
    font-weight: 500;
    margin: 5px 0 15px;
    text-transform: capitalize;
}
.blog-comment-section {
    margin: 40px 0;
}
.blog-comment-section .hs-form-field .hs-input {
    -webkit-appearance: none;
    background: #eee;
    color: #444;
    border:1px solid #eee;
    padding: 0 10px;
    line-height: 36px;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
}
.blog-comment-section .hs-form-field textarea.hs-input {
    padding: 10px 10px;
    line-height: 1.2;
    height:120px;
    resize:none;
}
.blog-comment-section input.hs-button {
    -webkit-appearance: none;
    text-decoration: none;
    color: #fff;
    padding: 8px 30px;
    display: inline-block;
    margin: 15px 0 0px;
    border-radius: 22px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.8px;
    cursor:pointer;
    background: #517CD4;
    border: 1px solid #517CD4;
    font-family: 'Poppins', sans-serif;
}
.blog-comment-section input.hs-button:hover {
    background: transparent;
    color: #517CD4;
}
#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: #517CD4;
}
.comment-date {
    font-size: 12px !important;
    color: #6b7381 !important;
}
.comment-body > p {
    font-weight: 400;
    margin: 5px 0 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}
.comment-reply-to {
    cursor: pointer;
}
.related-post-title a {
    color: #444;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0;
    display: inline-block;
    text-transform: capitalize;
}
.related-topics, .related-topics a.topic-link {
    color: #517CD4;
    text-decoration: none;
}
.related-post-container .featured-image img {
    height: 140px;
    overflow: hidden;
    width: 100%;
}

/*--------- Author Page CSS -----------*/

.blog-listing-wrapper .hs-author-profile {
    position: relative;
    padding: 60px 10px;
    margin: 0px 0px 40px;
    border-top: 1px solid #e6e6e6;
    border: 1px solid #e6e6e6;
    text-align:center;
}
.blog-listing-wrapper .hs-author-profile h2.hs-author-name{
    color: #444;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 25px;
    text-transform: capitalize;
}
.blog-listing-wrapper .hs-author-profile .hs-author-avatar img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 2px solid #444;
    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;
}
.blog-post-prev-block-arrow i , .blog-post-next-block-arrow i{
    position: absolute;
    top: 50%;
    margin-top: -12px;
}
.blog-post-next-block-arrow i {
    left: 9px;
}
.blog-post-prev-block-arrow i {
    left: 3px;
}
.blog-post-prev-block , .blog-post-next-block{
    display: flex;
}
.related-post-container {
    margin: 10px 0 0;
    overflow: hidden;
}
.related-post-block {
    display: inline-block;
    width: -webkit-calc(33.33% - 15px);
    width: -moz-calc(33.33% - 15px);
    width: -o-calc(33.33% - 15px);
    width: calc(33.33% - 15px);
    vertical-align: top;
    float: left;
}
.related-post-container .related-post-block:nth-child(2) {
    margin: 0 22px;
}
.related-post {
    margin: 40px 0;
}

/*----------- Get Notification Global Group CSS -------------*/
.myspace-notification-section {
    padding: 60px 0;
}
.get-notification-heading h2 {
    color:#fff;
    font-weight:500;
    font-size: 36px;
    margin: 0 auto 10px;
}
.get-notification-heading p {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 400;
}
.myspace-notification-section .hs-form-field > label {
    display: none;
}
.myspace-notification-section form fieldset.form-columns-3 {
    max-width: 900px !important;
    margin: 0 auto !important;
}
.myspace-notification-section form .hs-input{
    -webkit-appearance:none;
    box-shadow:none;
    border-radius:3px;
    border:0;
    text-align:center;
    font-size:15px;
    color:#444;
    padding: 0 10px;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
}
.myspace-notification-section form .hs-button {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #fff;
    padding: 8px 25px;
    font-weight: 500;
    font-size: 16px;
    margin: 10px auto 0 !important;
    float: none !important;
    display: block;
    cursor: pointer;
    color:#000;
    font-family: 'Poppins', sans-serif;
    border-radius: 40px;
}
.myspace-notification-section form .hs-button:hover{
    color:#fff;
    background-color: #517CD4;
    border-color: #517CD4;
}

/*----------- Responsive CSS Starts-------------*/

/*---------- LP One ---------*/
@media (max-width:1150px){
    .sidebar-icon {
        width: 50px !important;
        padding: 0 10px 0 0;
    }
    .sidebar-heading {
        width: -webkit-calc(100% - 55px) !important;
        width: -moz-calc(100% - 55px) !important;
        width: -ms-calc(100% - 55px) !important;
        width: calc(100% - 55px) !important;
    }
    .sidebar-heading h3 {
        padding-left: 0;
    }
    .sidebar-icon svg {
        width: 40px;
    }
    .next-prev-post-title {
        padding-top: 0px;
    }
}
@media (max-width:1024px){
    .blog-listing-wrapper .post-body-container .featured-image {
        padding-right: 15px;
    }
    .blog-listing-wrapper .post-title a, .content-post-wrapper .content-post-title h2 {
        font-size: 32px;
    }
    .read-more-btn a {
        margin: 0 0 36px;
    }
    .sidebar-heading h3 {
        margin: 0px 0 0;
    }
    .blog-listing-wrapper .hs-author-profile .hs-author-avatar img {
        width: 220px;
        height: 220px;
        margin-bottom: 20px;
    }
    .blog-listing-wrapper .hs-author-profile h2.hs-author-name {
        margin: 0 0 15px;
        font-size: 22px;
    }
}
@media (max-width:991px){
    .blog-subscribe-container {
        padding: 20px 10px;
    }
    .myspace-blog-content .blog-content {
        width: -webkit-calc(75% - 10px);
        width: -moz-calc(75% - 10px);
        width: calc(75% - 10px);
    }
    .myspace-blog-content .blog-sidebar {
        padding-left: 10px;
        margin: 0 0 0 10px;
    }
    .recent-post-container, .post-by-tag-container {
        padding: 20px 10px;
    }
    .post-content-body blockquote {
        padding: 15px 30px 15px 30px;
        border-left: 5px solid #517CD4;
    }
    .related-post-container .featured-image img {
        height: 120px;
    }
}
@media (min-width:768px) and (max-width:800px){
    .blog-subscribe-title h2 {
        font-size: 18px;
    }
}
@media (max-width:768px){
    .related-post-container .featured-image img {
        height: 100px;
    }
} 
@media (max-width:767px){
    .lp-one-content-block > div > div.row-fluid {
        display: block;
    }
    .lp-one-content-block .feature-detail-block, .lp-one-content-block .registration-block{
        width:100%;
    }
    .lp-one-content-block {
        max-width: 400px;
    }
    .lp-one-content-block .feature-detail-block{
        border-radius:15px 15px 0 0;
        padding: 25px;
    }
    .lp-one-content-block .registration-block{
        border-radius:0 0 15px 15px;
        padding: 25px;
    }
    .myspace-typ-one .thank-you-heading-block h1 {
        font-size: 42px;
        line-height: 48px;
    }
    .myspace-typ-one .email-receive-text {
        font-size: 28px;
    }
    .myspace-blog-content {
        padding: 40px 0;
    }
    .myspace-blog-content .blog-content {
        width: 100%;
    }
    .read-more-btn a {
        margin: 0 0 25px;
        padding: 10px 35px;
        font-size: 16px;
    }
    .blog-listing-wrapper .post-title a {
        font-size: 28px;
        line-height:1.2;
    }
    .blog-listing-wrapper .social-comment-block, .blog-listing-wrapper .post-body-container {
        margin-bottom: 18px;
    }
    .myspace-blog-content .blog-sidebar {
        width: 100%;
        margin: 30px auto 0;
        border-left: 0;
        padding-left: 0;
        max-width: 300px;
    }
    .sidebar-icon , .sidebar-heading {
         float: left !important; 
        display: inline-block !important;
    }
    .blog-subscribe-container, .recent-post-container, .post-by-tag-container {
        padding: 20px;
    }
    .sidebar-heading h3 {
        margin-top: 10px !important;
    }
    .blog-subscribe-container {
        margin-bottom: 15px;
    }
    .blog-subscribe-container::after {
        bottom: -18px;
    }
    .blog-sidebar ul li {
        margin-bottom: 15px;
    }
    .blog-sidebar ul li:last-child{
        margin-bottom:0;
    }
    .recent-post-container::after {
        bottom: 0;
    }
    .myspace-notification-section {
        padding: 40px 0;
    }
    .get-notification-heading h2 {
        font-size: 30px;
        margin: 0 auto 0px;
    }
    .get-notification-heading p {
        font-size: 16px;
    }
    .hs-blog-header img {
        width: 160px;
    }
    .hs-blog-header h1 {
        font-size: 28px;
        margin: 10px 0 0;
    }
    .blog-pagination a {
        margin: 0 2px;
    }
    .post-content-body li {
        margin-bottom: 5px;
        line-height: 1.5;
        padding-left: 0;
    }
    .blog-post-next-previous-container {
        margin: 25px 0;
    }
    .blog-comment-section {
        margin: 25px 0 10px;
    }
    .blog-comment-section input.hs-button {
        padding: 7px 20px;
        font-size: 16px;
    }
    a.blog-post-prev-link {
        padding-left: 0;
        padding-right:5px;
    }
    a.blog-post-next-link {
        padding-right: 0;
        padding-left:5px;
    }
    .blog-comment-section .hs_submit {
        text-align: center;
    }
    .blog-listing-wrapper .hs-author-profile {
        padding: 40px 10px;
    }
    .related-post-container .featured-image img {
        height: 120px;
    }
    .related-post-block {
        display: inline-block;
        width: -webkit-calc(33.33% - 10px);
        width: -moz-calc(33.33% - 10px);
        width: -o-calc(33.33% - 10px);
        width: calc(33.33% - 10px);
    }
    .related-post-container .related-post-block:nth-child(2) {
        margin: 0 15px;
    }
}
@media (max-width:600px){
    .related-post-container .featured-image img {
        height: 100px;
    }
}
@media (max-width:480px){
    .lp-one-content-block .feature-detail-block, .lp-one-content-block .registration-block {
        padding: 25px 18px;
    }
    .blog-listing-wrapper .post-body-container .featured-image {
        padding-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .blog-listing-wrapper .post-body-container .post-content {
        width: 100%;
        padding-right: 0;
    }
    .get-notification-form .input {
        margin-right: 0 !important;
    }
    .blog-listing-wrapper .post-title a, .content-post-wrapper .content-post-title h2 {
        font-size: 26px;
    }
    .blog-listing-wrapper .author-date-block .post-author::before,
    .content-post-wrapper .author-and-publishdate .author::before{
        display:none;
    }
    .blog-listing-wrapper .author-date-block .post-author, .content-post-wrapper .author-and-publishdate .author {
        padding: 3px 0 0;
        display: block;
    }
    .read-more-btn a {
        margin: 0 0 20px;
        padding: 10px 25px;
        font-size: 14px;
    }
    .blog-listing-wrapper .post-item {
        margin-bottom: 16px;
    }
    .blog-listing-wrapper .post-title {
        margin: 0 0 5px;
    }
    .blog-listing-wrapper .social-comment-block, .blog-listing-wrapper .post-body-container {
        margin-bottom: 15px;
    }
    .post-content-body blockquote {
        max-width: 92%;
        padding: 15px;
    }
    .about-author-image {
        display: block;
        float: none;
        margin: 0 auto 15px;
    }
    .author-detail {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .about-author-text > p {
        font-size: 15px;
        line-height: 20px;
        margin:7px 0 0;
    }
    .related-post-block {
        display: block;
        width: 100%;
        margin:0 0 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }
    .related-post-container .related-post-block:nth-child(2) {
        margin:0 0 15px;
    }
    .related-post-container .related-post-block:last-child {
        margin:0;
        border-bottom:0;
        padding-bottom: 0;
    }
    .related-post-container .featured-image img {
        height: auto;
    }
}