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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/****************************************/
/* 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;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Colors */
    	/* Font Base Color  */
 /* Body Background Color  */
   		/* White Color */
   /*  Dark Green color */
   /*  Yellow Color */
   /*  light color */

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

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

body {
  background : #F6F6F6 !important;
}
:focus, a:focus, button:focus {
	outline:none;
}

body, div, nav, p, ul, ol, li, a, pre, label, input, select, section, h1, h2, h3, h4, h5, h6{
  padding:0;
  margin:0;
  line-height:1.3;
  font-family: Verdana,Arial,sans-serif;
  color: #212f3c;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body ,p ,li {
  font-size:14px;
}
body a {
  color:#212f3c;
  text-decoration:none;
}
a:hover{
  color: #33cb98;
}
*{
  box-sizing: border-box;
}
.page-center{
  max-width: 1310px !important;
  margin:0 auto !important;
  float:none !important;
  padding:0px 15px !important;
}

/***************** Header Css ****************/

.progress-bar {
	min-height: 0px !important;
}
.on-scroll-links .hs-menu-depth-1 a {
	max-width: 100% !important;
}
.hs-blog-header h1 {
  text-align: center;
  padding: 10px 0;
  font-size: 48px;
  line-height: 1.5;
  color: #4b4d49;
  margin-bottom: 15px;
}
.hs-blog-listing .row-fluid .blog-featured-post-container {
	padding: 10px;
	width: 66.66%;
}
.row-fluid .blog-featured-post-container > div, .row-fluid .blog-featured-post-container > div > div {
	height: 100%;
}
.blog-featured-post-container .blog-featured-post-container-inner {
  background: #fff;
  padding: 12px;
  border-radius: 15px;
  margin-bottom: 0;
  height: 100%;
}
.blog-list-featured-image, .blog-list-title, .blog-list-topic-container {
  width: 100%;
  float: left;
}
.blog-featured-post-container .blog-list-featured-image .hs-featured-image-wrapper {
	margin-bottom:20px;
}

.blog-list-featured-image img {
  max-width: 100%;
  margin: 0 auto ;
  float: none;
}
.blog-list-title h2 {
  color: #4b4d49;
  font-size: 38px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-family: Verdanda,Arial,sans-serif;
}
.blog-list-topic-container {
	padding-top: 15px;
}
a.topic-link {
  color: #ffcd0f;
  font-weight: 600;
}
a.topic-link:hover {
  color: #33cb98;
}
.popular-post-heading-container {
	padding-left:12px;
}
.popular-post-heading {
  margin-bottom: 15px;
  position:relative;
}
.popular-post-heading:before {
  content:"";
  height:1px;
  width:100% ;
  position:absolute;
  background:#ddd;
  position:absolute;
  top:50%;
  margin-top:-0.5px;
  left:0;
  z-index:1;
}
.popular-post-heading .hs_cos_wrapper_type_text {
  float: left;
  background:#ffcd0f;
  padding: 0px 10px;
  text-align: center;
  max-width: none;
  text-align: left;
  width: auto !important;
  position:relative;
  z-index:2;
  height:30px;
  line-height:30px;
}
.popular-post-heading .hs_cos_wrapper_type_text::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 12px solid #ffcd0f;
  position: absolute;
  top: 0;
  left: -12px;
}
.popular-post-heading .hs_cos_wrapper_type_text::after {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 30px solid transparent;
	border-left: 12px solid #ffcd0f;
	position: absolute;
	top: 0;
	right: -12px;
}
.popular-post-heading span {
  color: #fff;
	font-size: 14px;
}
.popular-blog-list-block {
  float: left;
  background: #fff;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
.popular-blog-list-block:last-child {
  margin-bottom: 0;
}
.popular-blog-list-block .blog-list-title h2 {
  font-size: 14.3px;
  font-weight: normal;
  line-height: 1.2;
  font-family: Verdana,Arial,sans-serif;
}
.popular-blog-list-block .blog-list-topic-container {
	padding-top: 6px;
}
.post-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog-post-item-container-main {
	padding-bottom: 30px;
}
.post-item {
  width: 33.33%;
  padding: 10px;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.post-item .post-item-inner {
	background: #fff;
	position: relative;
	padding-bottom: 15px;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
}
.post-item.combo {
	width: 66.66%;
}
.post-item.combo .blog-list-featured-image {
	margin-bottom: 0;
}
.post-item.combo .post-item-inner {
	padding-bottom: 0;
}
.post-item.combo .blog-list-featured-image {
	min-height: 400px;
}
.post-item.combo .blog-post-details {
  position: absolute;
  bottom: 0;
  background: rgba(255,255,255,0.85);
  left: 0;
  width: 100%;
  padding-top: 10px;
}
.post-item.no-image.combo .blog-post-details {
	background:none;
}
.post-item.cta-item, .post-item.newsletter {
  min-height: 300px;
}
.blog-featured-post-container-inner {
  position: relative;
}
.blog-featured-post-container-inner .blog-list-topic-container {
  /*  position: absolute;*/
  left: 0;
  bottom: 15px;
  padding: 12px 0px 0;
}
.post-item .blog-list-title, .post-item .blog-list-topic-container {
	padding-left: 12px;
	padding-right: 12px;
}
.post-item .blog-list-title h2 {
	font-size: 22px;
	padding-bottom: 35px;
}
.post-item .blog-list-topic-container {
	position: absolute;
	left: 0;
	bottom: 15px;
}
.post-item.no-image .blog-list-title {
	padding-top: 20px;
}
.post-item.newsletter .post-item-inner {
 background: #212f3c;
 padding: 15px;
}
.post-item.newsletter .post-item-inner .thank-you-msg {
  color: #ffcd0f;
	text-align: center;
	margin: 20px 0 0;
	display: inline-block;
	width: 100%;
	font-size: 20px;
}
.post-item .blog-post-details {
	padding-top:15px;
}
.post-item .blog-list-featured-image-container {
  overflow:hidden;
}
.post-item .blog-list-featured-image {
  min-height: 200px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.post-item.no-image .post-item-inner {
  background: url(https://cdn2.hubspot.net/hubfs/476360/Mango-images/texture%20%284%29.jpeg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 312px;
}
.post-item.no-image .post-item-inner::before, .post-item.newsletter .post-item-inner::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/476360/Mango-images/overlay-pattern.png") repeat scroll 0 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.44;
}
.post-item.no-image .post-item-inner .blog-post-details {
  position: relative;
  z-index: 5
}
.post-item.no-image .blog-list-title h2 {
  padding-bottom: 0;
}
.post-item.no-image .post-item-inner .blog-post-details .blog-list-title h2 a {
  color: #fff;
}
.post-item.no-image .post-item-inner .blog-list-topic-container p {
  color: #fff;
}
.post-item.no-image .post-item-inner .blog-list-topic-container p a {
 /* color: #ffcd0f; */
}
.post-item.no-image .blog-list-topic-container {
	position: static;
	padding-top: 5px;
}
.post-item.no-image .blog-list-featured-image {
	display: none;
}
.post-item.newsletter .blog-email-subscirbe-container {
	position: absolute;
	left: 50%;
	top: 45%;
	width: 90%;
	transform: translate(-50%, -45%);
	padding: 20px;
}
.post-item.newsletter .blog-email-subscirbe-container h3 {
  color: #fff;
	text-align: center;
	font-size: 26px;
	padding: 10px 0;
  border-bottom: 1px solid #fff;
	margin: 10px 0;
}
.post-item.newsletter .blog-email-subscirbe-container .hs-form-field {
	margin: 0 0 10px;
	display: inline-block;
	width: 100%;
}
.post-item.newsletter .blog-email-subscirbe-container .hs-form-field label span {
	display: none;
}
.post-item.newsletter .blog-email-subscirbe-container input.hs-input {
	border: 0px;
	width: 100% !important;
	padding: 5px 10px !important;
	height: 40px;
	margin: 10px 0 5px;
	border-radius: 5px;
	outline: none;
	text-align: center;
	box-shadow: none !important;
}
.post-item.newsletter .blog-email-subscirbe-container .hs-fieldtype-radio .input .inputs-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.post-item.newsletter .blog-email-subscirbe-container .hs-fieldtype-radio .inputs-list li.hs-form-radio {
	margin-bottom: 10px;
	width: 50%;
	padding-right: 10px;
}
.post-item.newsletter .blog-email-subscirbe-container .hs-fieldtype-radio .inputs-list li.hs-form-radio:last-child {
	margin-bottom:0;
}
.post-item.newsletter .blog-email-subscirbe-container .hs-fieldtype-radio .inputs-list li.hs-form-radio label {
  color: #fff;
  display:flex;
}
.post-item.newsletter .blog-email-subscirbe-container .hs-fieldtype-radio .inputs-list li.hs-form-radio label span {
	display:block;
}
.post-item.newsletter .blog-email-subscirbe-container .hs-fieldtype-radio .inputs-list li.hs-form-radio .hs-input {
	width: auto !important;
	height: auto !important;
  margin: 0 5px 0 0;
}
.hs-error-msgs {
	list-style: none;
}
.hs-error-msgs li label {
	color: #f00;
	padding-bottom: 9px;
	display: block;
	font-size: 12px;
	padding-left: 5px;
}
.post-item.newsletter .blog-email-subscirbe-container input.hs-button.primary {
	display: block;
	width: 100%;
	margin: 10px 0 0;
  background: #ffcd0f;
	padding: 7.3px 0;
	border: 1px solid #ffcd0f;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 400;
	color: #212f3c;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;/* height: 40px; */
  color: #fff;
  cursor:pointer;
}
.post-item.newsletter .blog-email-subscirbe-container input.hs-button.primary:hover {
	background:none;
	color: #ffcd0f;
}
.post-item.newsletter .blog-email-subscirbe-container .hs_error_rollup {
	display: none;
}
.blog-section {
  /*padding: 5px 0;*/
}
.post-item.cta-item .post-item-inner {
  padding: 15px;
  background: #212f3c;
}
.post-item.cta-item .list-cta-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
}
.post-item.cta-item .list-cta-container h2 {
  color: #fff;
  font-size: 37px;
  font-weight: normal;
  padding: 0px 20px 35px;
}
.bottom-subscribe-form {
	background: #f7941f;
	padding: 15px;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.bottom-subscribe-form .blog-email-subscirbe-container > .row-fluid-wrapper > .row-fluid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-subscribe-form .blog-email-subscirbe-container .subscribe-form {
	margin-left: 0;
}
.bottom-subscribe-form .blog-email-subscirbe-container .subscribe-form {
	padding-left: 30px;
}
.bottom-subscribe-form .blog-email-subscirbe-container .subscribe-form .hs-form {
	position: relative;
}
.bottom-subscribe-form .subscribe-form-heading {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.bottom-subscribe-form .subscribe-form-heading h2 {
  color: #fff;
	font-size: 32px;
	font-weight: normal;
	padding: 5px;
  border-right: 2px solid #fff;
	text-align: center;
	padding-right: 30px;
}
.bottom-subscribe-form .subscribe-form h3, .bottom-subscribe-form .subscribe-form .hs-form-field label span {
	display: none;
}
.bottom-subscribe-form .blog-email-subscirbe-container .subscribe-form .hs-form .actions {
	position: absolute;
	top: 0;
	right: 0;
}
.bottom-subscribe-form .subscribe-form .hs-form .hs-form-field {
	margin-right: 125px;
}
.bottom-subscribe-form .subscribe-form .hs-form .hs_submit.hs-submit {
	float: left;
	width: auto;
	display: inline-block;
	padding: 0px 15px;
}
.bottom-subscribe-form .subscribe-form input.hs-input {
	border: 0px;
	width: 100% !important;
	padding: 5px 10px !important;
	height: 45px;
	margin: 0px 0 0px;
	border-radius: 5px;
	outline: none;
}
.bottom-subscribe-form .subscribe-form .hs_error_rollup, .hs_error_rollup {
	display: none !important;
}
.bottom-subscribe-form .subscribe-form .hs-error-msgs {
	margin-top: 10px;
}
.bottom-subscribe-form .subscribe-form input.hs-button.primary {
  display: block;
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 5px 15px;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #f7941f;
  outline: none;
  cursor: pointer;
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bottom-subscribe-form .subscribe-form input.hs-button.primary:hover {
	background: none;
	color: #fff;
}
.hs-blog-listing .blog-featured-popular-post-container .page-center, .hs-blog-listing .blog-post-item-container-main .page-center {
	padding: 0px 5px !important;
}
.blog-featured-popular-post-container {
	padding-top: 20px;
}
.post-item.newsletter .post-item-inner {
  -webkit-transform: none !important;
  transform: none !important;
  box-shadow: none !important;
}
.related-post-code .post-item .blog-list-title h3 {
  font-weight: 400;
  color: #000000;
}
.blog-featured-post-container .blog-list-block .blog-list-title h3 {
  font-size: 25px;
  font-weight: 400;
}
.blog-featured-post-container .blog-list-title a:hover, .blog-list-title a:hover {
	color: #4b4d49;
}
.hs-blog-listing .topic-link:hover, .whitepaper-middle-container a.topic-link:hover {
  color: #ffcd0f;
}
.blog-pagination {
  /* background: #fff none repeat scroll 0 0; */
  clear: both;
  display: inline-block;
  float: none;
  height: 100%;
  margin: 0 auto 0px;
  text-align: center;
  width: auto;
  display: flex;
  justify-content: center;
}

/* ---------------------- Blog CSS July 2018 ------------------------ */

/******************** Blog Post Page Css *******************************/
body.hs-blog-post {
	background: #fff;
}
body.hs-blog-post .hs-featured-image {
	float: right;
	margin: 0 0 0px 20px;
	max-width: 100%;
	border-radius: 10px;
}
.hs-blog-post .hs-author-avatar {
	float: left;
	width: 90px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #8a8a8a;
	margin: 5px;
}
.hs-blog-post .blog-list-topic-container {
	padding-top: 0;
	padding-bottom: 0px;
}
.hs-blog-post a.author-link {
  display: inline-block;
  padding: 18px 0px 8px;
  font-size: 18px;
  line-height: 1;
}
.hs-blog-post .blog-section {
  position: relative;
  padding-left: 0px; /**/
}
.hs-blog-post .blog-section .blog-post-wrapper {
  padding: 5px 0px;
  margin: 0 auto; /**/
}
.post-body {
	padding: 0 0px;/**/
}
.post-social-custom.post-share {
	position: absolute;
	/* left: 10px; */
	top: 50px;
	margin-left: -80px;
}
.post-social-custom.post-share.is_stuck {
	top: 120px !important;
}
.post-social-custom.post-share a {
	display: block;
	width: auto;
	float: none;
	margin: 0 0 10px;
	text-align: center;
	color: #fff;
}
.post-social-custom.post-share a .fa {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  background: #3b5998;
  font-size: 30px;
}
.post-social-custom.post-share a .fa-twitter {
	background: #55acee;
}
.post-social-custom.post-share a .fa-linkedin {
	background: #007ab9;
}
.post-social-custom.post-share a .fa-google-plus {
	background: #d34836;
}
.post-social-custom.post-share a .fa:hover {
	opacity: 0.8;
}
.section.post-header h1 {
	padding: 10px 0;
}
.post-body p {
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 0;
	font-weight: 300;
}
.post-body h3 {
	padding: 10px 0;
	font-size: 20px;
}
.post-cta-container {
	text-align: center;
	padding: 40px 0;
}
.related-post-heading {
	padding: 15px 0;
	text-align: center;
}
.related-post-heading h2 {
	text-align: center;
	font-size: 32px;
	padding-bottom: 15px;
}
.related-post-code {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
}
.related-post-code .post-item .post-item-inner {
	background: #f3f1f1;
}
#progress-bar {
  z-index: 99;
  bottom: -5px;
  top: auto !important;
  display: none;
  background: #ffcd0f !important;
  display:none;
  overflow:hidden;
}
#progress-bar .progress-bar-inner {
	height: 100%;
	position: absolute;
	left: -24px;
	top: 0;
	width: 523px;
	background: #59636c;
	position: relative;
}
#progress-bar .progress-bar-inner::after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-left: 5px solid #59636c;
  position: absolute;
  top: 0;
  right: -5px;
}
.hs-blog-post #progress-bar {
	display: block;
  width:0;
}
.hs-blog-post .for-blog-list {
	display: none !important;
}
.hs-blog-listing .for-blog-post {
	display: none !important;
}
.blog-pagination-container {
	width: 100%;
}
.blog-pagination {
  padding: 30px 0 20px;
  text-align: center;
}
.blog-pagination a {
  margin-right: 14px;
  display: inline-block;
  background: #59636c;
  border: 1px solid #59636c;
  color: #fff;
  padding: 0px 10px;
  border-radius: 3px;
  cursor: pointer;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
}
.blog-pagination a.inactive {
  opacity: 0.4;
  pointer-events: none;
}
.blog-pagination a:hover {
  background: none;
  color: #59636c;
}
.blog-pagination a.active, .blog-pagination a.active:hover {
  background: #ffcd0f;
  border-color:#ffcd0f;
  color:#fff;
}
.blog-pagination a .fa {
	font-size: 11px;
}
.pick-email-subcribe-page-center, .pick-email-subcribe-page-center * {
	min-height: 0 !important;
}
.blog-post-wrapper .post-body p {
  padding: 0;
  margin: 0 0 15px;
}
.blog-post-wrapper .post-body h2 {
	font-size: 24px;
}
.blog-post-wrapper .post-body h3 {
	font-size: 20px;
}
.blog-post-wrapper .post-body h4 {
	font-size: 18px;
}
.blog-post-wrapper .post-body h2, .blog-post-wrapper .post-body h3, .blog-post-wrapper .post-body h4, .blog-post-wrapper .post-body p, .blog-post-wrapper .post-body a {
  margin: 0 0 15px;
  color: #444;
  padding:0;
}
.block-quote, blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 8px solid #ffcd0f;
  -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: 25px auto;
  max-width: 80%;
  padding: 15px 30px 15px 50px;
  width: 100%;
  font-size: 16px;
  font-style:italic;
  line-height:1.6;
}
.blog-post-content blockquote p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}
.blog-post-content blockquote {
	font-size: 14px;
	font-style: italic;
}
.blog-post-content blockquote p::first-letter, .blog-post-content blockquote p:first-letter {
  font-size: 200%;
  color: ;
  font-weight: 500;
}
.blog-post-wrapper .post-body ul  {
  padding-left: 20px;
  margin:0 0 20px;
}
.blog-post-wrapper .post-body ul li {
  font-size: 16px;
  line-height: 1.6;
  margin:0 0 10px;
}
/* ------------- Next Previuos and author CSS ---------------------- */

.blog-post-next-previous-container > a {
  display: inline-block;
  float: left;
  width: -webkit-calc(50% - 9px);
  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 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index:5
}
.blog-post-next-previous-container > a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://cdn2.hubspot.net/hubfs/476360/Mango-images/overlay-pattern.png);
  content: "";
  top: 0;
  left: 0;
  opacity: 0.9;
  border-radius: 8px;
}
.blog-post-prev-link {
  padding: 40px 40px 40px 150px;
  margin-right: 10px;
}
.blog-post-next-link {
  padding: 40px 150px 40px 40px;
  margin-left: 10px;
}
.blog-post-next-previous-container {
  margin: 50px 0;
  overflow: hidden;
}
.blog-post-next-previous-container > a > div {
	color: #fff;
	position: relative;
	z-index: 1000000;
}
.next-prev-post-category {
  display: block;
  color: #ffcd0f;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  text-align: left;
}
.blog-post-next-previous-container > a:hover {
  opacity: 0.75;
}
.next-prev-post-category > span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-right: 8px;
}
.next-prev-post-category > span::after {
  content: ",";
  font-size: 16px;
  padding-left: 2px;
}
.next-prev-post-category > span:last-child::after {
	display: none;
}
.next-prev-post-category i {
  color: #ffcd0f;
  padding-right: 7px;
  position: relative;
  font-size: 16px;
}
.blog-post-next-block .next-prev-post-category {
  text-align: right;
}
.blog-post-next-link {
	text-align: right;
}
.next-prev-post-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.blog-post-next-block-arrow {
  font-size: 36px;
  margin: auto;
  position: absolute !important;
  right: -88px;
  top: 15px;
  line-height: normal;
  color: #fff;
}
a.blog-post-next-link {
	float: right;
}
a, a:focus {
	outline: 0 !important;
}
.blog-post-prev-block-arrow {
  font-size: 36px;
  margin: auto;
  position: absolute !important;
  left: -88px;
  top: 15px;
  line-height: normal;
  color: #fff;
}
.about-author-image {
	display: inline-block;
	float: left;
	width: 125px;
	text-align: center;
}
.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;
}
.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;
}
.blog-post-about-author {
	border: 1px solid #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	padding: 20px;
	margin-top: 15px;
}
.blog-post-next-previous-container > a.blog-post-prev-link::before {
  background: #ffcd0f;
  -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: 3px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 55px;
  z-index: 100;
  letter-spacing: 0.3px;
}
.blog-post-next-previous-container > a.blog-post-next-link::before {
	 background: #ffcd0f;
	-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: 3px 10px;
	position: absolute;
	top: 0;
	z-index: 100;
	text-align: center;
	width: 55px;
	letter-spacing: 0.3px;
}

.comment.depth-0:first-child {
	border-top: 0 none;
}
.blog-post-about-author-container {
	margin: 50px 0;
}
.author-name {
	color: #444;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.8px;
}
.about-author-text > p {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.3px;
	line-height: 23px;
	margin: 7px 0;
}
.blog-post-content {
	margin: 10px 0 30px;
}
.related-post-title {
	color: #444;
	font-size: 24px;
	font-weight: 600;
}
.related-post-title, .related-post-title h5 a, .related-post-title a, .related-post-title h5 {
	color: #444;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	text-decoration: none;
	margin: 10px 0;
  line-height: 1.5;
}
.related-post-heading, .subheading-text h3 {
	color: #444;
	font-size: 24px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 5px 0;
}
.related-post-block {
	display: inline-block;
	width: -webkit-calc(33.33% - 25px);
	width: -moz-calc(33.33% - 25px);
	width: -o-calc(33.33% - 25px);
	width: calc(33.33% - 25px);
	vertical-align: top;
  background:#fff;
  overflow: hidden;
  border-radius: 8px;
}
.related-post-container .related-post-block:nth-child(2) {
	margin: 0 33px;
}
.related-post-featured-image img {
	max-width: 100%;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform 0.5s ease 0s;
	-moz-transition: transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
	height: 265px;
  object-fit: cover;
  object-position: center;
}
.related-post-featured-image {
	overflow: hidden;
	display: block;
}
.related-post-container {
	margin: 20px 0;
	display: flex;
}
.related-post-block .related-post-title {
	padding:15px;
  margin:0;
}
.related-post-category {
	margin: 10px 0;
	color: #ffcd0f;
}
.related-post-category > span {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-right: 8px;
	text-transform: uppercase;
}
.related-post-category > span::after {
	content: ",";
	font-size: 16px;
	padding-left: 2px;
}
.related-post-category > span:last-child::after {
	display: none;
}
.related-post-category i {
 color: #ffcd0f;
 padding-right: 7px;
 position: relative;
 font-size: 16px;
}
.related-post-container a {
	text-decoration: none;
}
.related-post-block:hover .related-post-featured-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.related-post-container .related-post-block.no-image {
  background: url(https://cdn2.hubspot.net/hubfs/476360/Mango-images/texture%20%284%29.jpeg?t=1533642227041);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 200px;
  padding:12px;
}
.related-post-container .related-post-block.no-image .related-post-title {
	color:#fff;
}
.related-post-container .related-post-block.no-image .related-post-title:hover{
  color: #ffcd0f;
}
.post-social-sharing > ul {
	list-style: outside none none;
	padding: 0;
}
.post-social-sharing li {
	display: block;
	width: 40px;
}
.post-social-sharing a {
  border: 1px solid #444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font-size: 22px;
  height: 35px;
  line-height: 34px;
  margin: 5px 0;
  text-align: center;
  width: 35px;
  color: #444;
  outline: 0 !important;
  overflow:hidden;
  position: relative;
}
.post-social-sharing a:before {
	content: "";
	position: absolute;
	background: #59636c;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 45px;
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	-webkit-transition: .4s;
	transition: .4s;
	z-index: 1;
	border-radius:3px;
}
.post-social-sharing a:hover:before  {
	transform: scale(1);
}
.post-social-sharing a .fa {
	position:relative;
  z-index:2;
}
.post-social-sharing a:hover .fa {
  color: #ffcd0f;
}
.social-share-google-plus {
	font-size: 20px !important;
}
.post-social-sharing a:hover {
 color: ;
 opacity: 1;
}
.post-social-sharing {
	margin-left: -80px;
	position: fixed;
	top: 131px;
}
a.fb-icon {
	background: #3d5b99;
}
a.tw-icon {
	background: #1da1f2;
}
a.insta-icon {
	background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}
a.pinterest-icon {
	background: #bd081c;
}
.social-toggle-button {
	display: none;
}
.blog-featured-post-container .blog-list-block.no-image {
  background: url(https://cdn2.hubspot.net/hubfs/476360/Mango-images/texture%20%284%29.jpeg?t=1533647352259);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 200px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.blog-featured-post-container .blog-list-block.no-image .blog-list-title h3 a {
  color:#fff;
}
.blog-featured-post-container .blog-list-block.no-image .blog-list-topic-container p  {
	color:#fff;
}
.blog-featured-post-container .blog-list-block.no-image .blog-list-topic-container a.topic-link {
  color: #ffcd0f;
}
.top-featured-posts-container > .row-fluid-wrapper .row-fluid:before, .top-featured-posts-container > .row-fluid-wrapper .row-fluid:after {
	display:none;
}
.top-featured-posts-container > .row-fluid-wrapper > .row-fluid {
	display:flex;
}
.blog-featured-post-container .blog-featured-post-container-inner {
	display:flex;
}
.blog-featured-post-container .blog-featured-post-container-inner > .row-fluid-wrapper, .blog-featured-post-container .blog-featured-post-container-inner > .row-fluid-wrapper > .row-fluid   {
	width: 100%;
  display:flex;
}
.blog-featured-post-container .blog-featured-post-container-inner > .row-fluid-wrapper > .row-fluid > .widget-type-raw_jinja {
  display:flex;
  width: 100%;
}
.list-popular-post-container .popular-blog-list-block .blog-list-topic-container .topic-link, .post-item .blog-list-topic-container .topic-link, .blog-featured-post-container .blog-list-topic-container .topic-link  {
  padding: 5px;
  color: #fff;
  font-size: 8px;
  vertical-align: middle;
  text-transform:uppercase;
  background: #ffcd0f;
}
#comments-listing:empty {
	display: none;
}

.hs-blog-post #hubspot-topic_data .topic-link {
	background:none !important;
  color: #ffcd0f;
  font-size: 12px;
  padding:0;
}
.hs-blog-post #hubspot-topic_data .fa {
	color: #ffcd0f;
  font-size: 16px;
  margin-right: 2px;
}
.hs-blog-post #hubspot-topic_data p {
	font-size: 12px;
	vertical-align: middle;
}
.blog-comment-heading {
	position: relative;
	padding-left: 12px;
	margin-bottom: 20px;
	margin-top: 10px;
	display: inline-block !important;
	width: 100% !important;
}
.blog-comment-heading::before {
	content: "";
	height: 1px;
	right:0;
	position: absolute;
	background: #ddd;
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	left: 12px;
	z-index: 1;
}
.blog-comment-heading h2 {
	float: left;
	background: #ffcd0f;
	padding: 0px 10px;
	/* text-align: center; */
	max-width: none;
	text-align: left;
	width: auto !important;
	position: relative;
	z-index: 2;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 15px !important;
}
.blog-comment-heading h2::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 35px solid transparent;
	border-right: 12px solid #ffcd0f;
	position: absolute;
	top: 0;
	left: -12px;
}
.blog-comment-heading h2:after {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 35px solid transparent;
	border-left: 12px solid #ffcd0f;
	position: absolute;
	top: 0;
	right: -12px;
}
.new-comments .comment-from h4 {
  font-size: 18px;
}
#comments-listing .comment-from {
	vertical-align: middle;
}
#comments-listing .comment-date {
  font-size: 12px;
  vertical-align: middle;
  padding-left: 2px;
}
#comments-listing .comment-body {
	padding:10px 0;
}
#comments-listing .comment-body p {
  font-size: 16px;
  line-height: 1.6;
}
#comments-listing .comment-reply-to {
  background:#ffcd0f;
}
#comments-listing .comment-reply-to {
	color: #fff;
	font-weight: 400;
	padding: 5px 10px;
	border: 1px solid #ffcd0f;
	border-radius: 5px;
	font-size: 14px;
	margin-left: 10px;
  position:relative;
  cursor: pointer;
}
#comments-listing .comment-reply-to::before {
	content: "\f112 ";
	font-family: fontawesome;
	margin-right: 7px;
}
#comments-listing .comment-reply-to:hover {
	opacity:0.8;
}
#comments-listing {
  background:#fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 30px;
  padding:25px 25px;
}
#comments-listing .comment.depth-0 {
	padding-top:0;
} 
#comments-listing.comment {
	margin: 10px 0 15px 0;
}
.blog-comment-section .hs-form {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  padding-right:17px;
}
.blog-comment-section .hs-form .form-columns-3 .hs-form-field {
	width:33.33%;
}
.blog-comment-section .hs-form fieldset {
	max-width:100% !important;
}
.blog-comment-section .hs-form .hs-form-field {
	margin:0 0 20px;
}
.blog-comment-section .hs-form .hs-form-field > label {
	display: block;
	margin: 0 0 4px;
	font-size: 15px;
}
.blog-comment-section .hs-form .hs-form-field .hs-input {
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 10px;
  resize: none;
  width: 100% !important;
  letter-spacing: 0.5px;
  background: none !important;
}
.blog-comment-section .hs-form .hs-form-field  textarea {
	height: 120px;
	margin: 0;
	resize: none;
	width: 100% !important;
	padding: 10px;
	letter-spacing: 0.5px;
}
.blog-comment-section .hs-form .actions .hs-button {
	color: #fff;
	font-weight: 400;
	padding: 10px 15px;
	border: 1px solid #ffcd0f;
	border-radius: 5px;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	background: #ffcd0f;
	font-size: 20px;
	margin: 0;
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance:none;
}


/* --------------- Blog Author CSS ----------- */

body[class*="blog-author"] .hs-author-profile {
	overflow: hidden;
}
.hs-author-profile .hs-author-name, .post-listing .hs-author-listing-header {
  font-size: 24px;
  font-weight: 500;
  margin: 25px 0;
  text-transform: capitalize;
  display: block;
  width: 100%;
  float: left;
}
.author-profile-details {
  position: relative;
  padding: 30px 30px 30px 90px;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: calc(100% - 60px);
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-top: 60px;
  display: inline-block;
  float: right;
  margin-bottom: 40px;
}
.author-profile-details  .hs-author-avatar {
  display: inline-block;
  float: left;
  left: -60px;
  position: absolute;
  top: -60px;
  width: 125px;
}
.author-profile-details .hs-author-avatar > img {
  border-radius: 100%;
  height: 125px;
  width: 125px;
  border:1px solid #212f3c;
  border-radius:50%;
}
.hs-author-bio {
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	margin-top: 0px;
	line-height: 1.6;
}
.hs-author-social-section {
	margin-top: 20px;
  border-top: 1px solid #ddd;
	padding-top: 15px;
	font-weight: 300;
}
span.hs-author-social-label {
	margin-right: 4px;
}
.hs-author-social-links {
	display: inline-block;
	font-size: 0;
	line-height: normal;
	vertical-align: middle;
}
.author-profile-details .hs-author-social-links a {
  border: 1px solid #212f3c !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 22px;
  height: 35px !important;
  line-height: 34px !important;
  margin: 0 2px;
  text-align: center;
  width: 35px !important;
  background: none !important;
  position:relative;
  text-indent: 0 !important;
}
.author-profile-details .hs-author-social-links a:hover{
  color:;
}
.hs-author-social-links {
  display: inline-block;
  font-size: 0;
  line-height: normal;
  vertical-align: middle;
}
.author-profile-details .hs-author-social-links a::before{
  font-family:fontAwesome;
  position:absolute;
  left:0;
  right: 0;
  top:0;
  font-size:20px;
  margin:auto;
  z-index:2
}
.author-profile-details .hs-author-social-links a.hs-social-facebook::before{
  content:"\f09a";
}
.author-profile-details .hs-author-social-links a.hs-social-linkedin::before{
  content:"\f0e1 ";
}
.author-profile-details .hs-author-social-links a.hs-social-twitter::before{
  content:"\f099 ";
}
.author-profile-details .hs-author-social-links a.hs-social-google-plus::before{
  content:"\f0d5 ";
}
.hs-author-profile .hs-author-social-links .hs-author-social-link:after {
  content: "";
  position: absolute;
  background: #59636c;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 45px;
  transform: scale(0.0);
  -webkit-transform: scale(0.0);
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 1;
  border-radius:3px;
}
.hs-author-profile .hs-author-social-links .hs-author-social-link:hover:after  {
	transform: scale(1);
}
.post-social-sharing a .fa {
  position:relative;
  z-index:2;
}
.hs-author-profile .hs-author-social-links .hs-author-social-link:hover:before {
  color: #ffcd0f;
}
/* --------------- Blog Author CSs End ----------------------*/

.hs-featured-image-wrapper img, .post-item .blog-list-featured-image {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-featured-post-container .blog-list-featured-image .hs-featured-image-wrapper {
  overflow:hidden;
}
.hs-blog-listing .blog-featured-post-container:hover .hs-featured-image-wrapper img, .post-item:hover .blog-list-featured-image  {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*---------------- 12-4 --------------------*/

.hs-blog-listing h2, .hs-blog-listing .post-item .blog-list-title h2, .hs-blog-listing .blog-list-title h2 a, .whitepaper-middle-container .post-item .blog-list-title h2, .whitepaper-middle-container .post-item .blog-list-title h2 a {
  font-family: Verdana,Arial,sans-serif;
  font-size: 24px;
  font-weight: normal;
}
.hs-blog-listing .topic-link, .whitepaper-middle-container a.topic-link {
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  /* color: #3C7EBC; */
  color: #212f3c;
  text-transform: uppercase;
}
#hubspot-topic_data p {
  font-family:Verdana,Arial,sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.hs-blog-listing .bottom-subscribe-form .subscribe-form-heading h2, .hs-blog-listing .post-item.cta-item .list-cta-container .hs_cos_wrapper_type_header h2 {
  font-family:Verdana,Arial,sans-serif;
  font-size: 36px;
  font-weight: normal;
}
.hs-blog-listing .post-item.newsletter .blog-email-subscirbe-container h3 {
  font-family:Verdana,Arial,sans-serif;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: normal;
}
.hs-blog-listing .popular-blog-list-block .blog-list-title h2 a, .hs-blog-post .blog-list-title h2 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.hs-blog-post h2 {
  font-family:Verdana,Arial,sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.hs-blog-post .blog-list-title h1, .hs-blog-post h1 {
  font-family:Verdana,Arial,sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin: 20px 0;
}
.hs-blog-post h3 {
  font-family:Verdana,Arial,sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.hs-blog-post a.topic-link {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: normal;
}
.hs-blog-post p#hubspot-topic_data {
  font-family:Verdana,Arial,sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #212f3c;
  letter-spacing: 0.8px;
}
.hs-blog-post a#cta_button_476360_c3f7ca2c-6fed-4982-a593-eac7d0569386 {
  font-size: 18px !important;
}
.hs-blog-post .related.post-container h2 {
  font-family:Verdana,Arial,sans-serif;
  font-weight: 700;
  font-size: 36px;
}
.hs-blog-post .related.post-container .blog-list-title h2 {
  font-family:Verdana,Arial,sans-serif;
  font-size: 25px;
  font-weight: 400;
}
.hs-blog-post #hubspot-topic_data {
  text-transform: uppercase;
  line-height:normal;
}
.hs-blog-post .author-social-profile .hs-author-social-link {
  display: inline-block;
  width: auto;
  float: none;
  margin: 5px 0px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  color:#fff;
  line-height: normal;
  color: #212f3c;
  font-size: 16px;
}
.hs-blog-post .author-social-profile .hs-author-social-link:hover {
  text-decoration: underline;
}
.hs-blog-post .post-author-details {
  display: inline-block;
  padding-left: 10px;
}
#hubspot-topic_data a, #hubspot-topic_data p {
  display: inline-block;
}
a.topic-link:hover {
  text-decoration: underline;
}
.hs-blog-listing .blog-featured-post-container .blog-featured-post-container-inner, .hs-blog-listing .post-item .post-item-inner, .hs-blog-listing .popular-blog-list-block, .hs-blog-post .related-post-code .post-item .post-item-inner, .whitepaper-middle-container .post-item .post-item-inner {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hs-blog-listing .blog-featured-post-container .blog-featured-post-container-inner, .hs-blog-listing .post-item .post-item-inner, .hs-blog-listing .popular-blog-list-block, 
.hs-blog-post .related-post-code .post-item .post-item-inner, .whitepaper-middle-container .post-item .post-item-inner {
  -webkit-transform: scale(1);
  transform: scale(1)
    -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hs-blog-listing .blog-featured-post-container .blog-featured-post-container-inner:hover, .hs-blog-listing .post-item .post-item-inner:hover, .hs-blog-listing .popular-blog-list-block:hover, .hs-blog-post .related-post-code .post-item .post-item-inner:hover, .whitepaper-middle-container .post-item .post-item-inner:hover {
  /* -webkit-transform: scale(1.005);
  transform: scale(1.005); */
  box-shadow:4px 4px 5px -1px rgba(0,0,0,0.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hs-blog-listing .blog-featured-popular-post-container .page-center > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.hs-blog-listing .list-popular-post-container {
  padding: 10px;
  margin: 0;
  width: 33.33%;
  display: flex;
}
.hs-blog-listing .list-popular-post-container > div {
  width: 100%;
  display: flex;
}
.hs-blog-listing .list-popular-post-container > .row-fluid-wrapper:nth-child(2) {
  /* -webkit-order: 0; */
  height: 100%;/* display: flex; */
}
.hs-blog-listing .list-popular-post-container > .row-fluid-wrapper:nth-child(2) > div {
  height: 100%;
  min-height: 100%;
}
.hs-blog-listing .list-popular-post-container .popular-post-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}
.hs-blog-listing .list-popular-post-container .widget-type-raw_jinja {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.hs-blog-post .related-post-code a.topic-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #ffcd0f;
}
.hs-blog-post .related-post-code #hubspot-topic_data p {
  font-family:Verdana,Arial,sans-serif;
  font-size: 11px;
  font-weight: 300;
}
.hs-blog-post .related-post-code #hubspot-topic_data {
  font-size: 12px;
}
.hs-blog-post .related-post-code h3 {
  /* font-family:;
  font-size: 18px;*/
  font-weight: 600;
  padding-bottom: 35px;
  margin-bottom: 10px;
}

.row-fluid .span12.widget-type-custom_widget {
  min-height: 1px;
}
.footer-popup-text-container {
  padding: 20px;
  border: 1px solid #979797;
}
.footer-popup-text-container p {
  font-size: 14px;
  font-weight: 100;
}
.footer-popup-text-container p strong {
  font-weight: 700;
}
.hs-blog-post .footer-popup-text-container a#cta_button_476360_c3f7ca2c-6fed-4982-a593-eac7d0569386 {
  margin: 20px auto 0 !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: !important;
  padding: 10px 18px !important;
  display: table;
  background: #f7941f !important;
  color: #fff !important;
}
.whitepaper-middle-container .whitepaper-heading h2 {
  text-align: center;
  padding: 10px 0;
  font-size: 48px;
  line-height: 1.5;
  color: #4b4d49;
  margin-bottom: 15px;
}
.hs-blog-post .blog-featured-popular-post-container {
  margin-top: 20px;
  margin-bottom:20px;
}
.mobile-feture-img {
  display: none;
}
.hs-blog-post .blog-featured-popular-post-container.no-featured-image .blog-featured-post-container {
	width:100%;
}
.hs-blog-post .blog-featured-popular-post-container.no-featured-image .list-popular-post-container {
	display:none;
}
.nothing-found {
	text-align: center;
	display: block;
	width: 100%;
	font-size: 16px;
	margin: 30px 0 20px;
  color: #59636c;
}

/* -------------------- Post Filter CSS ------------ */

.post-filter-action-container {
  position:relative
}
.category-container-custom {
  padding: 0 10px;
}
.category-container {
  height: auto;
  display: block;
  background:#fff;
  margin-top: 30px;
  margin-bottom: 20px;
  margin: 16px 0px 14px;
  float: left;
  border-radius: 5px;
  width:100%;
}
.label-category-filter {
  width: 150px;
  text-align: center;
  display: inline-block;
  float: left;
  background: #ffcd0f;
  color: #fff;
  height: 45px;
  border-radius: 5px 0px 0px 5px;
}
.category-slider-container {
  display: inline-block;
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: -o-calc(100% - 150px);
  width: calc(100% - 150px);
  float: left;
  position: relative;	
}
span.filter-heading {
  line-height: 43px;
  font-size: 14px;
}
.category-slider-container span {
  display: inline-block;
  float: none;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: normal;
  text-transform: uppercase;
  vertical-align: middle;
  color: #6b7381;
}
.category-slider-container a{
  font-size: 12px;
  letter-spacing: 1px;
  line-height: normal;
  text-transform: uppercase;
  vertical-align: middle;
  color: #212f3c;
  display: flex !important;
  align-items: center;
  float: none;
  padding-left: 10px;
  padding-right: 10px;
  height:100%;
  line-height:normal;
  width: 100%;
}
.blog-footer a:hover{
  color:#ffcd0f !important;
}
.category-slider-container a:hover{
  color:#212f3c;
}
.category-slider-container a.active-topic {
  font-weight: bold;
  font-size: 13px;
  color: #59636c;
}
span.show-all-category {
  font-weight: 500;
  line-height: 45px;
  margin-left: 45px;
  position: absolute;
  vertical-align: top;
  width: 90px;
  height:45px;
  text-align: center;
  background: ;
}
.category-container section.regular.slider {
  display: inline-block;
  margin: 0 0 0 15px;
  float:right;
  height: 45px;
}
.category-container .slick-arrow {
  background: #fff !important;
  height: 45px !important;
  width: 45px !important;
}
.category-container .slick-prev.slick-arrow {
  left: -134px !important;
  top: 22px !important;
  border-right:1px solid rgba(0,0,0,0.08)
}
.category-container .slick-prev:focus, .category-container .slick-next:focus{
  outline:0 !important;
}
.category-container .slick-next {
  right: 0px !important;
  top: 22px !important;
  border-left:1px solid rgba(0,0,0,0.08);
}
.category-container .slick-prev::before {
  content: "\f104";
  font-family: fontawesome;
  font-size: 30px;
}
.category-container .slick-next::before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 30px;
}
.category-container .slick-slide {
  height: 45px;
  line-height: 45px;
}
.category-container .slider {
  width: -webkit-calc(100% - 150px) !important;
  width: -moz-calc(100% - 150px) !important;
  width: -o-calc(100% - 150px) !important;
  width: calc(100% - 134px) !important;
}
.category-container section.regular.slider {
  padding: 0 45px 0 0;
}
.category-container .slick-initialized .slick-slide {
  border-left: 1px solid rgba(0,0,0,0.08);
  line-height: 45px;
  border-width:0 !important;
}
.category-container .slick-initialized .slick-slide > a {
  border-left: 1px solid rgba(0,0,0,0.08);
}
.category-container .slick-slide {
  margin: 0 0px 0 0 !important;
  height:100%;
}
.category-container .slick-slide span{
  padding-left:10px;
}
.slick-slide:focus {
  outline: 0 !important;
}
.category-container .slick-slide > a {
  display: block;
}
.category-container .slick-slide > a:hover span{
  color:#ffcd0f;
}
.category-container .category-select-container {
  display:none;
}
.category-select-container select {
  border: 1px solid rgba(0,0,0,0.08);
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 5px;
  width: 100%;
}
.category-container .slick-arrow::before {
  content: "\f104" !important;
  font-family: fontawesome !important;
  font-size: 30px !important;
  color:#444 ;
}
.category-container .slick-next::before {
  content: "\f105" !important;
}
.category-container .slick-prev::before {
  content: "\f104" !important;
}
.category-container .slick-list.draggable {
  padding-left: 0px;
  height:100%;
}
.category-container .slick-track{
  height:100%;
}
.category-container .show-all-category > a {
  color: #6b7381;
  display: block;
  text-decoration: none;
  color: #59636c !important;
}
.category-container .show-all-category > a:hover{
  color:#212f3c;
}
.category-slider-container .category-slider-container-inner {
  padding-right: 45px;
  float: left;
  width: 100%;
}
.category-container .search-blog {
  position: absolute;
  right: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-left: 1px solid rgba(0,0,0,0.08);
  padding-left: 15px;
  padding-right: 15px;
  color: #666;
  cursor: pointer;
  font-size: 17px;
  color: #fff ;
  background : #ffcd0f ;
  border-radius: 0px 5px 5px 0px;
}

/* ------------- Search Field CSS ----------- */
.post-filter-action-container .custom-blog-search {
	padding:0 10px;
}
.custom-blog-search form {
	position: relative;
	margin: 0 0 15px;
}
.custom-blog-search form {
	position: relative;
	margin: 10px 0 20px;
}
.custom-blog-search form input[type="text"] {
	height: 40px;
  border: 1px solid #ffcd0f ;
	padding-right: 48px;
  border-radius: 5px;
  box-shadow:none;
  font-size:15px;
  padding:0 10px;
}
.custom-blog-search form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #ffcd0f;
	color: #fff;
	border: 0 none;
	cursor: pointer;
	font-size: 15px;
	line-height: 40px;
	border-radius: 0 5px 5px 0;
}
.custom-blog-search form button:hover {
	opacity: 0.8;
}
.list-popular-post-container .popular-post-heading-list-group {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.list-popular-post-container .popular-post-heading-list-group > .row-fluid-wrapper:nth-child(2) {
	height:100%;
}
.list-popular-post-container .popular-post-heading-list-group > .row-fluid-wrapper:nth-child(2) > .row-fluid  {
  height:100%;
}

/* ------------- Search Field End ----------- */

.popular-post-list .popular-blog-list-block .blog-list-title h3 {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
}

.blog-heading {
  position: relative;
  margin: 20px 0 ;
  padding:0 10px;
  padding-left:22px;
}
.blog-heading > div {
  position:relative;
}
.blog-heading > div::before {
  border-bottom: 1px solid #ddd;
  top: 50%;
  left: 0;
  width: 100%;
  /* background: red; */
  position: absolute;
  content: "";
  margin-top: -0.5px;
}
.blog-heading h1 {
  font-size: 20px;
  /* margin: 0 0 10px; */
  text-align: center;
  background: #59636c;
  display: inline-block;
  /* display: inline-block; */
  position: relative;
  padding: 8px 12px;
  margin: 0;
  line-height: normal;
  box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
  color:#fff;
  height:41px;
  min-width:160px;
}
.blog-heading h1:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 41px solid transparent;
  border-right: 12px solid #59636c;
  position: absolute;
  top: 0;
  left: -12px;
}
.blog-heading h1:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 41px solid transparent;
  border-left: 12px solid #59636c;
  position: absolute;
  top: 0;
  right: -12px;
}




/* ------------------------ Responsive CSS ------------------------*/

@media (max-width:1420px) {
  .post-social-sharing {
    bottom: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 9999999;
  }
  .social-toggle-button {
    background: #ffcd0f;
    border-radius: 5px 0 0 5px;
    bottom: 10px;
    cursor: pointer;
    display: block;
    font-size: 30px;
    height: 53px;
    line-height: 49px;
    position: fixed;
    right: 169px;
    text-align: center;
    transition: all 0.6s ease 0s;
    width: 40px;
    z-index: 10;
    -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);
  }
  .social-toggle-button i {
    padding-left: 4px;
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    color: #fff;
  }
  .post-social-sharing > ul {
    background: #fff none repeat scroll 0 0;
    bottom: 5px;
    margin: 5px 0;
    padding: 4px 9px;
    position: fixed;
    right: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-left: 0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    height: 53px;
  }
  .post-social-sharing li {
    display: inline-block;
    width: auto;
  }
  .post-social-sharing.close-social .social-toggle-button i {
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .post-social-sharing.close-social .social-toggle-button {
    right: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
  }
  .post-social-sharing.close-social > ul {
    right: -170px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@media (max-width:1250px) {
  .popular-blog-list-block:nth-child(1) {
    display: none;
  }
}
@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-container .related-post-block:nth-child(2) {
    margin: 0 18px;
  }
  .blog-post-container {
    padding: 0;
  }
  .related-post-featured-image img {
    height: 215px;
  }
  .post-category {
    margin-bottom: 5px;
  }
  .post-title {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .related-post-title, .related-post-title h5 a, .related-post-title a, .related-post-title h5 {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 1000px) {
  .related-post-featured-image img {
    height: 200px;
  }
}
@media (max-width:900px) {
  .blog-post-next-link {
    padding: 25px 70px 25px 20px;
  }
  .blog-post-prev-link {
    padding: 25px 20px 25px 70px;
  }
  .blog-post-prev-block-arrow {
    left: -50px;
    font-size: 32px;
  }
  .blog-post-next-block-arrow {
    right: -50px;
    font-size: 32px;
  }
  .related-post-container .related-post-block:nth-child(2) {
    margin: 0 18px;
  }
  .related-post-category {
    margin: 8px 0;
  }
  .related-post-title {
    font-size: 18px;
  }
}
@media (max-width:992px) {
  .hs-blog-listing h2, .hs-blog-listing .post-item .blog-list-title h2, .hs-blog-listing .blog-list-title h2 a, .whitepaper-middle-container .post-item .blog-list-title h2, .whitepaper-middle-container .post-item .blog-list-title h2 a {
    font-size: 22px;
  }
  .popular-blog-list-block:nth-child(2) {
    display: none;
  }
  .hs-blog-post .blog-list-title h1, .hs-blog-post h1 {
    font-size: 30px;
  }
  .related-post-container .related-post-block:nth-child(2) {
    margin: 0 10px;
  }
  .related-post-block {
    width: -webkit-calc(33.33% - 15px);
    width: -moz-calc(33.33% - 15px);
    width: -o-calc(33.33% - 15px);
    width: calc(33.33% - 15px);
  }
}
@media (max-width:950px) {
  .post-social-custom.post-share {
    margin-left: -50px;
  }
}
@media (max-width:880px) {
  .post-social-custom.post-share {
    margin-left: -30px;
  }
  .bottom-subscribe-form .blog-email-subscirbe-container .subscribe-form {
    max-width: 60%;
  }
}
@media (max-width:850px) {
  .blog-post-authot-and-date {
    font-size: 14px;
  }
  .blog-post-next-previous-container {
    margin: 35px 0;
  }
  .blog-post-comment-section {
    margin-bottom: 30px;
  }
}
@media (max-width:800px) {
  .post-social-custom.post-share {
    margin-left: -10px;
  }
}
@media only screen and (max-width:790px) {
  .related-post-featured-image img {
    height: 150px;
  }
}
@media (max-width:767px) {
  .post-body {
    padding: 0;
  }
  .hs-blog-post .post-social-custom {
    position: fixed;
    top: auto !important;
    -webkit-transform: none;
    transform: none;
    height: auto;
    bottom: 0 !important;
    left: 0;
    background-color: #eaf0f6;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0;
    z-index: 99;
  }
  .hs-blog-post .post-social-custom.post-share a {
    margin: 0;
    width: 100%;
    background-color: transparent;
    padding: 7px 0;
    color: #33cb98;
    font-size: 20px;
  }
  .hs-blog-post .blog-section {
    padding-left: 0;
  }
  .footer-popup-container {
    bottom: -98px;
  }
  .footer-popup-container.active {
    bottom: 39px;
  }
  .footer-popup-heading-container {
    padding: 10px 25px;
  }
  .bottom-subscribe-form .blog-email-subscirbe-container > .row-fluid-wrapper > .row-fluid {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bottom-subscribe-form .blog-email-subscirbe-container .subscribe-form {
    padding-left: 0;
    width: 100%;
    max-width: 550px !important;
  }
  .hs-blog-post .blog-list-title h1, .hs-blog-post h1 {
    font-size: 25px;
  }
  .hs-blog-post .blog-list-topic-container {
    padding-bottom: 10px;
  }
  .hs-blog-post .row-fluid .blog-featured-post-container {
    margin-bottom: 0px;
  }
  .hs-blog-post a.topic-link {
    font-size: 16px;
  }
  .hs-blog-post .blog-featured-popular-post-container {
    margin-top: 0;
  }
  .hs-blog-post .blog-featured-popular-post-container {
    padding-top: 25px;
  }
  .hs-blog-post .post-body blockquote {
    margin: 10px 20px 20px;
    display: inline-block;
  }
  .hs-blog-post .related.post-container h2 {
    font-size: 25px;
  }
  .post-cta-container .custom_cta {
    font-size: 18px !important;
  }
  .hs-blog-post h3 {
    font-size: 18px;
  }
  .post-social-custom.post-share a .fa {
    width: auto;
    height: auto;
    line-height: normal;
    background: no-repeat;
    /* color: inherit; */
    font-size: 20px;
  }
  .hs-blog-listing .blog-featured-popular-post-container {
    padding-top: 10px;
  }
  .hs-blog-listing h2, .hs-blog-listing .post-item .blog-list-title h2, .hs-blog-listing .blog-list-title h2 a, .whitepaper-middle-container .post-item .blog-list-title h2, 
  .whitepaper-middle-container .post-item .blog-list-title h2 a {
    font-size: 18px;
  }
  .hs-blog-listing .bottom-subscribe-form .subscribe-form-heading h2, .hs-blog-listing .post-item.cta-item .list-cta-container .hs_cos_wrapper_type_header h2 {
    font-size: 30px;
  }
  .hs-blog-listing .list-popular-post-container > .row-fluid-wrapper:nth-child(2) {
    height: auto;
  }
  .mobile-feture-img {
    display: block;
  }
  .list-popular-post-container {
    display: none !important;
  }
  .related-post-title {
    display: inline-block;
    float: left;
    padding-left: 20px;
    width: 65%;
  }
  .related-post-container .related-post-block:nth-child(2) {
    margin: 0;
  }
  .related-post-block {
    margin: 0 auto !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px !important;
    width: 100%;
    max-width:480px;
  }
  .related-post-container .related-post-block:last-child {
    border-bottom: 0;
    margin-bottom: 0 !important;
  }
  .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 {
    text-align: right;
    padding-left: 0px;
    padding-right: 20px;
  }
  .blog-post-container .blog-post-title h1 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .blog-post-content p {
    font-size: 15px;
    line-height: 22px;
  }
  .blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content p, .blog-post-content a {
    margin: 0 0 10px;
    line-height: normal;
  }

  .block-quote, blockquote {
    padding: 15px 30px 15px 40px;
  }
  .hs-author-profile {
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin: 25px 10px;
    padding: 0 20px 20px;
  }
  .hs-author-profile .hs-author-name {
    text-align: center;
  }
  .author-profile-details {
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    float: none;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .hs-author-avatar {
    display: block;
    float: none;
    left: auto;
    margin: 0 auto 25px;
    position: relative;
    top: auto;
    width: 125px;
  }
  .hs-blog-post .blog-featured-post-container .blog-list-title h1 {
    margin-top: 0;
  }
  .hs-blog-post .blog-featured-post-container .blog-post-featured-image .hs-featured-image {
    margin: 0 0 20px 0px
  }
  .related-post-container {
    flex-direction: column;
  }
  .related-post-featured-image img {
    height: auto;
  }
  #progress-bar {
    display:none !important;
  }
  .related-post-block .related-post-title {
    width: 100%;
    text-align: left !important;
    padding: 15px !important;
  }
  .post-item, .post-item.combo {
    width: 50%;
  }
  .post-item.newsletter .blog-email-subscirbe-container, .post-item.cta-item .list-cta-container {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    transform: translate(0%, 0%);
    padding: 0 20px 26px;
  }
  .post-item.cta-item .list-cta-container {
    padding: 26px 20px;
  }
  .bottom-subscribe-form .subscribe-form-heading h2 {
    border-right: 0px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 0px 30px 15px;
    max-width: 450px;
    margin: 0px auto 28px;
  }
  .subscribe-form {
    max-width: 450px;
    margin: 0 auto !important;
  }
  .post-item.cta-item .list-cta-container h2 {
    font-size: 30px;
  }
  a#cta_button_476360_c3f7ca2c-6fed-4982-a593-eac7d0569386 {
    font-size: 18px;
  }
  .post-item .blog-list-title h2 {
    font-size: 18px;
  }
  .post-item.newsletter .blog-email-subscirbe-container h3 {
    font-size: 22px;
  }
  .blog-list-title h2 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .post-item .blog-list-featured-image {
    min-height: 200px;
  }
  .bottom-subscribe-form .subscribe-form-heading h2 {
    font-size: 26px;
  }
  .hs-blog-header h1 {
    font-size: 38px;
  }
  .hs-blog-listing .blog-featured-popular-post-container .page-center .row-fluid-wrapper > .row-fluid {
    flex-wrap: wrap;
  }
  #progress-bar {
    height: 3px !important;
    bottom: -3px;
  }
  .blog-featured-post-container .blog-list-featured-image .hs-featured-image-wrapper {
    margin-bottom: 15px;
  }
  .post-social-custom.post-share.is_stuck {
    top: auto !important;
    position: fixed !important;
  }
  .hs-blog-listing .row-fluid .blog-featured-post-container {
    width: 100%;
  }
  .hs-blog-listing .list-popular-post-container {
    width: 100% !important;
  }
  .popular-post-heading {
    width: 100% !important;
  }
  .bottom-subscribe-form {
    padding: 20px;
    margin-bottom: 10px;
  }
  .blog-featured-popular-post-container {
    padding-top: 30px;
  }
  .hs-blog-post .blog-featured-popular-post-container {
    margin-top: 0;
  }
  .blog-featured-post-container .blog-list-block .blog-list-title h3 {
    font-size: 22px;
  }
  .blog-featured-post-container-inner .blog-list-topic-container {
    /* position: relative; 
    left: 0; 
    bottom: 15px; */
    padding: 17px 0px 0;
  }
  .hs-blog-listing h2, .hs-blog-listing .post-item .blog-list-title h2, .hs-blog-listing .blog-list-title h2 a, .whitepaper-middle-container .post-item .blog-list-title h2, .whitepaper-middle-container .post-item .blog-list-title h2 a {
    font-size: 18px;
  }
  .blog-pagination {
    padding: 30px 0 10px;
  }
  .hs-author-profile {
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin: 25px 10px;
    padding: 0 20px 20px;
  }
  .hs-author-profile .hs-author-name {
    text-align: center;
  }
  .author-profile-details {
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    float: none;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
  .author-profile-details .hs-author-avatar {
    display: block;
    float: none;
    left: auto;
    margin: 0 auto 25px;
    position: relative;
    top: auto;
    width: 125px;
  }
  #comments-listing .comment-body p {
    font-size: 15px;
    line-height: 1.5;
  }
  .related-post-container .related-post-block.no-image {
    min-height: 250px;
  }
  .blog-post-about-author-container {
    margin: 40px 0;
  }
  .related-post .related-post-heading {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width:680px){ 
  .category-select-container {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .category-select-container select{
    width:100%;
  }
  .category-container {
    height: 40px;
    /* background: red; */
    border: 0 none;
  }
  .label-category-filter {
    height: 40px;
    width: 135px;
    display:none;
  }
  span.filter-heading {
    font-size: 13px;
    line-height: 40px;
  }
  .category-slider-container {
    display: inline-block;
    width: -webkit-calc(100% - 0);
    width: -moz-calc(100% - 0);
    width: -o-calc(100% - 0);
    width: calc(100% - 0);
    width:100%;
    float: left;
    position: relative;
  }
  .category-select-container .input-box {
    border: 0 none;
    display: inline-block;
    height: 40x;
    padding: 0 0 0 10px;
    text-align: left;
    width: 100%;
    border-left: 1px solid #f5f5f5;
    cursor:pointer;
  }
  .filter-category-heading {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
    padding-left: 5px;
    text-align: left;
  }
  .category-select-container > div {
    display: block;
  }
  .category-select-container .input-box > span {
    line-height: 40px;
    padding-left: 2px;
    color: #6b7381;
    font-size: 12px;
  }
  .category-select-container .input-box i {
    color: #6b7381;
    float: right;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 25px;
    font-size: 22px;
    padding-right: 10px;
  }
  .category-select-container .input-box:hover i, .category-select-container .input-box:hover > span  {
    color: #59636c;
  }
  .category-select-container ul {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 999999999;
    top: 42px;
    display:none;
  }
  .category-select-container ul {
    color: #6b7381;
  }
  .category-select-container ul li a {
    color: #6b7381;
    display: block;
    font-size: 12px;
    padding: 10px 10px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .category-select-container ul li:last-child a {
    border-bottom: 0;
  }
  .category-select-container ul li {
    background: none;
    color: #fff;
    border-bottom: 1px solid #f5f5f5;
  }
  .category-select-container {
    display: block !important;
  }
  .category-slider-container .regular.slider{
    display: none !important;
  }
  span.show-all-category {
    position: static;
    margin-left: 0;
    white-space: pre;
    line-height: 39px;
    display:none;
  }
  .category-slider-container a {
    font-size:11px;
    padding-right: 10px;
  }
  .category-slider-container .category-slider-container-inner {
    display: flex;
    padding-right: 40px;
  }
  .category-container .search-blog {
    height: 40px;
    line-height: 39px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }
  .category-container .search-blog {
    width:40px;
  }
}
@media (max-width:619px) {
  .related-post-title {
    font-size: 16px;
    padding-left: 15px;
  }
  .related-post-category {
    padding-left: 15px;
  }
  .related-post-container .related-post-block:nth-child(2) .related-post-category,  .related-post-container .related-post-block:nth-child(2) .related-post-title {
    padding-right: 15px;
  }
  .blog-post-next-previous-container > a {
    width: 80%;
  }
  .blog-post-prev-block, .blog-post-next-block {
    height: auto !important;
  }
  .blog-post-prev-link {
    float: left;
    margin: 0;
  }
  .blog-post-next-link {
    float: right !important;
    margin: 25px 0 0;
  }
  .blog-post-container .blog-post-title h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .block-quote, blockquote {
    padding: 15px 30px 15px 30px;
    max-width: 100%;
    width: auto;
  }
  .blog-comment-section .hs-form .form-columns-3 .hs-form-field {
    width: 100%;
  }
  .blog-comment-section .hs-form .hs-form-field .input {
  	margin-right:0;
  }
  .blog-comment-section .hs-form .hs-form-field {
    margin: 0 0 15px;
  }
  .blog-comment-section .hs-form {
    padding: 15px !important;
  }
  #comments-listing {
  	padding: 15px;
  }
  .comment.depth-1 {
    padding-left: 1em;
  }
  #comments-listing .comment-reply-to{
  	margin-left:0;
  }
  
}
@media (max-width:599px) {
  .post-item, .post-item.combo {
    width: 100%;
  }
  .post-item.cta-item, .post-item.newsletter {
    min-height: 150px;
  }
  .post-item .post-item-inner .blog-list-featured-image .hs-featured-image-wrapper {
    display: block !important;
  }
  .post-item .post-item-inner .blog-list-featured-image .hs-featured-image-wrapper img {
    margin-bottom: 0;
  }
  .post-item .blog-list-title h2 {
    padding-bottom: 25px;
  }
  .post-item .blog-list-featured-image {
    background: none !important;
    min-height: 0;
  }
  .post-item.combo .blog-post-details {
    position: static;
  }
  .post-item.combo .blog-list-featured-image {
    min-height: 0;
  }
  .post-item.combo .blog-list-featured-image {
    margin-bottom: 15px;
  }
  .post-item.combo .post-item-inner {
    padding-bottom: 15px;
  }
  .blog-featured-post-container .blog-list-block .blog-list-title h3 {
    font-size: 20px;
  }
  .post-item.no-image .post-item-inner {
    min-height: 250px;
  }
}
@media (max-width:500px) {
  .hs-blog-listing .blog-featured-popular-post-container {
    padding-top: 0;
  }
  .hs-blog-post .hs-author-avatar {
    width: 70px;
  }
  .hs-blog-post .author-social-profile .hs-author-social-link {
    font-size: 14px;
  }
  .hs-blog-post a.author-link {
    font-size: 16px;
  }
  .on-scroll-links {
    display: none;
  }
  .body-container-wrapper {
    padding-top: 20px;
  }
  .hs-blog-listing .row-fluid .blog-featured-post-container {
    padding: 0 10px 10px;
  }
}
@media (max-width:450px) {
  .bottom-subscribe-form .subscribe-form .hs-form-field {
    width: 100%;
    margin: 0 0 15px;
  }
  .hs-blog-header h1 {
    font-size: 30px;
  }
  .bottom-subscribe-form .blog-email-subscirbe-container .subscribe-form .hs-form .actions {
    position: static;
  }
  .bottom-subscribe-form .subscribe-form .hs-form .hs_submit.hs-submit {
    padding: 0px 0px;
  }
  .bottom-subscribe-form .subscribe-form-heading h2, .post-item.newsletter .blog-email-subscirbe-container h3 {
    padding: 0px 15px 15px;
    font-size: 26px !important;
  }
  .bottom-subscribe-form .subscribe-form input.hs-button.primary {
    width: 100%;
  }
  .bottom-subscribe-form .subscribe-form .hs-form .hs_submit.hs-submit {
    display: block;
    width: 100%;
  }
  .bottom-subscribe-form .subscribe-form input.hs-input {
    text-align: center;
  }
  .footer-popup-heading-container {
    padding: 10px 15px;
  }
  .footer-popup-text-container {
    padding: 15px;
  }
  .footer-popup-container {
    max-width: 95%;
  }
  .footer-popup-container {
    bottom: -89px;
  }
  .hs-blog-listing .bottom-subscribe-form .subscribe-form-heading h2, .hs-blog-listing .post-item.cta-item .list-cta-container .hs_cos_wrapper_type_header h2 {
    font-size: 25px;
  }
  .blog-post-next-previous-container > a {
    width: 80%;
  }
  .blog-post-prev-link {
    padding: 25px 20px 25px 50px;
  }
  .blog-post-next-link {
    padding: 25px 50px 25px 20px;
  }
  .blog-post-prev-block-arrow {
    font-size: 30px;
    left: -38px;
  }
  .blog-post-next-block-arrow {
    font-size: 30px;
    right: -38px;
  }
  .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%;
  }
  .related-post-category, .related-post-title {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .related-post-container .related-post-block:nth-child(2) .related-post-category,  .related-post-container .related-post-block:nth-child(2) .related-post-title {
    text-align: left;
    padding-right: 0;
  }
  .new-comments fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
  .new-comments fieldset.form-columns-3 .input {
    margin-right: 0 !important;
  }
  .new-comments fieldset.form-columns-3 .hs-form-field {
    margin-top: 8px;
  }
  .new-comments fieldset.form-columns-3 {
    margin-top: 0;
  }
  .block-quote, blockquote {
    max-width: 90%;
  }
  .blog-post-container {
    padding: 0px 0 0;
  }
  .hs-author-profile .hs-author-name {
    margin: 15px 0;
  }
  .hs-author-avatar {
    margin: 0 auto 20px;
  }
  .hs-author-profile {
    padding: 0 10px 20px;
  }
  span.hs-author-social-label {
    font-size: 14px;
    margin-right: 0;
  }
  .hs-blog-post .post-body blockquote {
    margin: 10px 10px 20px;
  }
  .related-post-container .related-post-block.no-image {
    min-height: 200px;
  }
}
@media (max-width:360px) {
  .hs-blog-post .hs-author-avatar {
    width: 60px;
  }
  .hs-blog-post a.author-link {
    font-size: 15px;
  }
}
