@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
/* @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Roboto:400,300,500,700');
@import url('//cdn2.hubspot.net/hubfs/639540/fonts/foundation-icons.css');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');


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

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

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

/* Videos */

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

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

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

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

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

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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




/* Colors */
    /*      Theme color:  Orange    */
       /*      Light Gray              */
      /*      White                   */
           /*      Dark Gray Tone 1        */
           /*      Light Gray              */
        /*      Dark Gray Tone 2        */

/* Typography */
    /* Ex. "font-family: 'Montserrat', 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 */
       /* Id should be 20px less then maxWidth you defined above */


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

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

body {
  background: #f5f5f5;
  color: #333;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem;
  line-height: 1.65em;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}


.blog-cta a.cta_button, .mobile-cta a.cta_button {
  background-color: #244166 !important;
  border-color: #244166 !important;
  font-family: 'Montserrat', sans-serif !important;
}  
.blog-cta a.cta_button:hover {
  background-color: transparent !important;
  color: #244166 !important;
}  

/* Lists */

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

/*   Mobile Menu - Hubspot Standard Toggle Menu  */




/*--------------------Body CSS starts----------------------*/
.header-container.white-bg {
  background: #fff;
}
.row-fluid .blog-hero-container {
  background-position: center center;
  background-size: cover;
  /* background-position: center;
  background-size: 100% 100%; */
  object-fit: cover;
  height: 600px; 
  position: relative;
  margin-top: 102px;
}    

.sticky-top-bar .row-fluid .blog-hero-container{
  margin-top: 0px;
}
.blog-title{
  margin-top: 100px;
}
.row-fluid .blog-hero-container h1 {
  color: #EEE;
  font-size: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 30px;
  max-width:550px;
}
.row-fluid .blog-sub-title h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  color: #EEE;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
  font-weight: 400;
  margin: 0;
  max-width:550px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
  font-style: italic;
}
.dark-overlay-bg {
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/476360/Images/hero-dark-overlay.png") repeat scroll 0 0 / cover ;
  height: 100%;
  position: absolute;
  width: 100%;
}
.blog-hero-container .dark-overlay-bg > .row-fluid-wrapper > .row-fluid, .blog-hero-container .dark-overlay-bg > .row-fluid-wrapper {
  height: 100%;
}
.blog-hero-container .dark-overlay-bg .page-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}


/*--------------------Body CSS ends------------------------*/
/*--------------------Blog Listing CSS starts--------------*/

.grid {
  list-style: none;
  padding:0;
  margin:0 !important;
  max-width:none !important;
  line-height:normal;
  font-size : 0 !important;
}
.category-container {
  height: 60px;
  display: block;
  background: #fff;
  margin-top: 50px;
}
.label-category-filter {
  width: 220px;
  text-align: center;
  display: inline-block;
  float: left;
  background: #244166;
  color: #fff;
  height: 60px;
}
.category-slider-container {
  display: inline-block;
  width: -webkit-calc(100% - 220px);
  width: -moz-calc(100% - 220px);
  width: -o-calc(100% - 220px);
  width: calc(100% - 220px);
  float: left;
  position: relative;	
}
span.filter-heading {
  line-height: 57px;
  font-size: 18px;
}
.category-slider-container span {
  display: inline-block;
  float: none;
  font-size: 12px;
  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: #6b7381;
  display: flex !important;
  float: none;
  /* padding-left: 10px; */
  padding-left: 0px;
  height:100%;
  line-height:inherit;
  width: 100%;
  justify-content: center;
  align-items: center;

}
.blog-footer a:hover{
  color:#244166 !important;
}
.category-slider-container a:hover{
  color:#244166;
}
.category-slider-container a .category-title {
  word-break: break-word;
  padding: 0 10px;
  box-sizing: border-box;
}
span.show-all-category {
  border-left: 1px solid #f5f5f5;
  font-weight: 500;
  line-height: 60px;
  margin-left: 45px;
  position: absolute;
  vertical-align: top;
}
section.regular.slider {
  display: inline-block;
  margin: 0 0 0 15px;
  float:right;
  height: 60px;
}
.slick-prev.slick-arrow {
  left: -146px !important;
  top: 30px !important;
  height: 60px !important;
  width: 35px !important;
  background: #fff none repeat scroll 0 0 !important;
}
.slick-prev:focus, .slick-next:focus{
  outline:0 !important;
}
.slick-next {
  height: 60px !important;
  right: 3px !important;
  top: 30px !important;
  width: 35px !important;
  background: #fff none repeat scroll 0 0 !important;
}
.slick-prev::before {
  content: "\f104";
  font-family: fontawesome;
  font-size: 35px;
}
.slick-next::before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 35px;
}
.slick-slide {
  height: 60px;
  line-height: 60px;
}
.slider {
  width: -webkit-calc(100% - 150px) !important;
  width: -moz-calc(100% - 150px) !important;
  width: -o-calc(100% - 150px) !important;
  width: calc(100% - 150px) !important;
}
section.regular.slider {
  padding: 0 30px 0 0;
}
.slick-initialized .slick-slide {
  border-left: 1px solid #f5f5f5;
  line-height:60px;
}
.slick-slide {
  margin: 0 0px 0 0 !important;
  height:100%;
}
.slick-slide span{
  padding-left:10px;
}
.slick-slide:focus {
  outline: 0 !important;
}
.category-slider-container{
  display: none;
}
.category-select-container{
  display: none;
}
.slick-slide > a {
  display: block;
}
.slick-slide > a:hover span{
  color:#244166;
}
.category-select-container select {
  border: 1px solid #a26b3e;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 5px;
  width: 100%;
}
.slick-next::before {
  content: "\f105" !important;
  font-family: fontawesome !important;
  color: #444 !important;
  font-size: 35px !important;
}
.slick-prev::before {
  content: "\f104" !important;
  font-family: fontawesome !important;
  color: #444 !important;
  font-size: 35px !important;
}
.slick-list.draggable {
  /*padding-left: 15px;*/
  height:100%;
}
.slick-track{
  height:100%;
}
.show-all-category > a {
  color: #6b7381;
  display: block;
  text-decoration: none;
  padding: 0 13px;
}
.show-all-category > a:hover{
  color:#244166;
}
.grid li {
  width: 33.33%;
  padding:  0 !important;
}
.post-item {
  max-width: 400px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  margin: 17px 20px;
}
.featured-image img {
  max-width: 100%;
  width: 100%;
  margin: 0;
  -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;
}
.post-item:hover .featured-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.published-date {
  background: rgba(0,0,0,0.7);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  height: 60px;
  position: absolute;
  right: -22px;
  top: -22px;
  width: 60px;
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  z-index: 200;
}
.published-date .date-value {
  display: block;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  padding-top: 5px;
}
.published-date .month-value {
  display: block;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding-top: 1px;
}
.published-date .month-value::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  top: -1px;
  width: 30px;
}
.post-category > span {
  color: #244166;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-right: 8px;
  position: relative;
  text-transform: uppercase;
}
.post-category > span::after {
  content: ",";
  font-size: 16px;
  padding-left: 2px;
}
.post-category > span:last-child::after {
  display: none;
}
.post-title {
  color: #444;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}
.post-body-container a {
  text-decoration: none;
}
.post-content {
  font-size: 14px;
  line-height: 24px;
}
.post-author {
  display: block;
  float: left;
  padding: 15px 25px;
  width: 100%;
  -moz-box-shadow:   0 7px 13px -16px rgba(115, 115, 115, 0.75) inset;
  -webkit-box-shadow: 0 7px 13px -16px rgba(115, 115, 115, 0.75) inset;
  box-shadow:        0 7px 13px -16px rgba(115, 115, 115, 0.75) inset;
}
.post-author i {
  font-size: 18px;
  margin-right: 3px;
}
.featured-image {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  float: left;
  font-size: 0;
  overflow: hidden;
}
.post-body-container {
  display: inline-block;
  float: left;
  padding: 25px;
}
.post-category {
  margin-bottom: 15px;
}
.post-author > span {
  font-size: 14px;
  color: #aaa;
  vertical-align: top;
}
.post-author > i{
  color: #aaa;
}
.post-content p {
  margin-bottom: 0;
}
.post-category i {
  color: #244166;
  padding-right: 3px;
  position: relative;
  font-size:16px;
}
.grid li {
  margin: 0px 0;
  padding: 0;
}
.overlay-bg{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}
.overlay-bg > div{
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  top: 100%;
  height: 50px;
  position: absolute;
  width: 100%;
  display: table;
  -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: 200;
}
.post-item:hover .overlay-bg > div{
  -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;
  top: -webkit-calc(100% - 50px);
  top: -moz-calc(100% - 50px);
  top: -o-calc(100% - 50px);
  top: calc(100% - 50px);
}
.overlay-bg span {
  color: #fff;
  display: table-cell;
  float: none;
  font-size: 36px;
  line-height: normal;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
.overlay-bg span{
  font-size: 16px; 	
}
.post-listing-container .mb-pagination a:hover {
  background: transparent none repeat scroll 0 0;
}
.mb-pagination {
  display: block;
  list-style: outside none none;
  margin: 45px 0 0 !important;
  padding: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif !important;
}
.mb-pagination li {
  display: inline-block;
  line-height: 16px;
  border:0 !important;
}
.prev-list a, .next-list a{
  border: 1px solid #aaa;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 12px;
  padding: 6px 15px;
  text-transform: uppercase;
}
.prev-list a:hover, .next-list a:hover{
  background: #244166 !important;
  border-color: #244166 !important;
  color: #fff !important;
}
.post-listing-container {
  margin-bottom: 50px !important;
  margin-top: 50px;
}
.mb-pagination .number-li:last-child {
  display: block !important;
}
.mb-pagination li, .mb-pagination li a {
  color: #aaa;
  display: inline-block;
  line-height: 16px;
  margin: 0 4px;
  background: transparent none repeat scroll 0 0;
}
.mb-pagination li.number-li a {
  font-weight: 600;
  font-size: 15px;
}
.mb-pagination li.active a {
  background: #244166 none repeat scroll 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  height: 30px;
  line-height: 25px;
  padding: 2px;
  vertical-align: middle;
  width: 30px;
}
.mb-pagination li.dots {
  margin: 0;
}
.no-featured-image .post-item {
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/639540/Blog_Images/iStock-637367232.jpg") repeat scroll 0 0;
  background-size: cover !important;
}
.post-listing-container .no-featured-image.odd .post-item {
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/639540/Blog_Images/azure-group-news.jpg") repeat scroll 0 0;
}
.no-featured-image .post-item::before{
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(5, 25, 40, 0.8) url("https://cdn2.hubspot.net/hubfs/476360/Images/overlay-pattern.png") repeat scroll 0 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  left:0;
  opacity: 0.9;
}
.no-featured-image .post-category i, .no-featured-image .post-category > span {
  /* color: #fff; */
  color: #0072c6;
}
.post-listing-container .no-featured-image.odd .overlay-bg > div {
  /* background: rgba(255, 129, 0, 0.7) none repeat scroll 0 0; */
  background: rgba(0, 114, 198, 0.7) none repeat scroll 0 0;
}
.post-listing-container .no-featured-image.odd .post-item::before{
  /* opacity: 0.7; */
  opacity: 0.9;
}
.no-featured-image .post-title,.no-featured-image .post-content *, .no-featured-image .post-author > span, .no-featured-image .post-author i {
  color: #fff;
  z-index:100;
  position: relative;
}
.hs-blog-listing .post-content span, .hs-blog-listing .post-content h2, .hs-blog-listing .post-content p, .hs-blog-listing .post-content a,
.hs-blog-listing .post-content h3, .hs-blog-listing .post-content h4{
  margin-bottom: 0;
  margin-top:0px;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #aaa;
  text-decoration:none;
  font-weight:400;
}
.hs-blog-listing .no-featured-image .post-content span, .hs-blog-listing .no-featured-image .post-content h2, .hs-blog-listing .no-featured-image .post-content p,
.hs-blog-listing .no-featured-image .post-content a, .hs-blog-listing .no-featured-image .post-content h3, .hs-blog-listing .no-featured-image .post-content h4{
  color:#fff;
}
.hs-blog-listing .post-content img{
  display:none;
}

/*-----------------------------Blog Listing CSS ends-------------------------*/
/*-----------------------------Blog Post CSS Starts--------------------------*/

.blog-post-container {
  padding: 135px 0 0px;
}
.blog-post-container .blog-post-title h1 {
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #444;
  line-height:1.2;
}
.blog-post-authot-and-date i {
  padding: 0 2px 0 3px;
}
.blog-post-author {
  border-right: 2px solid #6b7381;
  padding-right: 5px;
}
.blog-post-authot-and-date {
  margin: 10px 0;
} 
.blog-post-featured-image {
  text-align: center;
}
.blog-post-featured-image img{
  width: 100%;
  max-width: 100%;
  margin: 25px 0;
  float: none !important;
}
.blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content p, .blog-post-content a {
  margin: 0 0 15px;
  color: #444;
}
.blog-post-content h2, .blog-post-content h3, .blog-post-content h4 , .blog-post-content a {
  font-weight: 500;
}
.blog-post-content a {
  color: #244166;
  font-weight: 300;
  text-decoration:none;
}
.blog-post-content a:hover{
  opacity: 0.75;
  text-decoration: underline;
}
.blog-post-content p {
  font-weight: 300;
  line-height: 26px;
}
.blog-post-content ul{
  list-style: none;
  padding-left: 30px;
}
.blog-post-content ol {
  padding-left: 30px;
  list-style: none;
  counter-reset: item;
}
.blog-post-content ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #244166;
  position: absolute;
  font-weight: 400;
  left: -20px;
}
.blog-post-content ul li::before {
  content: "\f111";
  font-family: fontAwesome;
  color: #244166; 
  position: absolute;
  font-size: 8px;
  left: -15px;
}
.blog-post-content ul li, .blog-post-content ol li {
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 15px;
  position: relative;
}
.blog-post-category {
  border-bottom: 2px solid #eee;
  color: #244166;
  font-size: 13px;
  margin: 15px 0;
  padding-bottom: 40px;
  text-align: right;
  text-transform: uppercase;
}
.blog-post-category i {
  color: #244166;
  padding-right: 7px;
  position: relative;
  font-size: 16px;
}
.blog-post-category > span::after {
  content: ",";
  font-size: 16px;
  padding-left: 2px;
}
.blog-post-category > span:last-child::after {
  display: none;
}
.blog-post-category > span{
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-right: 8px;
}
.blog-post-next-previous-container > a{
  display: inline-block;
  float: left;
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius:8px;
  background-size: cover;
  position: relative;
  background-position: center center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-post-next-previous-container > a:after{
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://cdn2.hubspot.net/hubfs/476360/Images/overlay-pattern.png?t=1494833093949);
  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: #244166;
  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: #244166;
  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;
}
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;
}
.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: #244166 none repeat scroll 0 0;
  -webkit-border-radius: 6px 0;
  -moz-border-radius: 6px 0;
  -o-border-radius: 6px 0;
  border-radius: 6px 0;
  color: #fff;
  content: "Prev";
  left: 0;
  padding: 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: #244166 none repeat scroll 0 0;
  -webkit-border-radius: 0 6px 0 6px;
  -moz-border-radius: 0 6px 0 6px;
  -o-border-radius: 0 6px 0 6px;
  border-radius: 0 6px 0 6px;
  color: #fff;
  content: "Next";
  right: 0;
  padding: 3px 10px;
  position: absolute;
  top: 0;
  z-index: 100;
  text-align: center;
  width: 55px;
  letter-spacing: 0.3px;
}
#comments-listing{
  border: 1px solid #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 0 20px 20px;
}
.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: 20px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration:none;
  margin:10px 0;
}
.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;
}
.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;
  -webkit-v
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.related-post-featured-image {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  display: block;
}
.related-post-container {
  margin: 20px 0;
}
.related-post-category {
  margin: 10px 0;
  color:#244166;
}
.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: #244166;
  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);
}
.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;
}
.social-share-google-plus {
  font-size: 20px !important;
}
.post-social-sharing a:hover {
  color: #244166;
  opacity: 1;
}
.post-social-sharing {
  margin-left: -80px;
  position: fixed;
  top: 180px;
}
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;
}
.block-quote, blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 8px solid #244166;
  -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: 14px;
  font-style:italic; 
}
.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: #244166;
  font-weight: 500;
}
.hs-blog-post .blog-hero-container, .hs-blog-post .category-container {
  display: none !important;
}
.blog-list-middle-section div {
  min-height: 0 !important;
}
.blog-pagination-center a.active {
  background: #FF8100 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  height: 28px;
  line-height: 29px;
  text-align: center;
  width: 28px;
}
.hs-blog-post{
  background: #fff;
}
.blog-post-category a {
  color: #244166;
  text-decoration: none;
}
.blog-post-next-previous-container a {
  text-decoration: none;
}
.blog-post-authot-and-date a {
  text-decoration: none;
  color: #6b7381;
}
.comment.depth-0 {
  border-top: 2px solid #eee;
  padding-top: 0 !important;
}
.comment-from h4 {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: 15px 10px 5px 0;
  color:#244166;
}
.comment-from h4 a{
  color:#244166;
}
.comment-body > p {
  font-weight: 300;
  margin: 5px 0 10px;
}
.comment-reply-to {
  cursor:pointer;
}
.new-comments {
  margin-bottom: 30px;
}
.hs-common-confirm-message {
  margin-bottom: 20px !important;
}
.comment.depth-1 {
  padding-left: 50px !important;
}
.new-comments fieldset {
  max-width:100% !important;
}
.new-comments fieldset.form-columns-3{
  max-width:100% !important;
}
.new-comments fieldset.form-columns-3 .hs-form-field{
  width:33.33% !important;
}
.new-comments fieldset .input{
  margin:0 !important;
}
.new-comments fieldset.form-columns-3 .input{
  margin-right: 15px !important;
}
.new-comments fieldset.form-columns-3 .hs_website .input{
  margin-right: 0px !important;
}
.new-comments fieldset textarea {
  border: 1px solid #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  height: 120px;
  margin: 0;
  resize: none;
  width: 100% !important;
  padding: 10px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing:0.5px;
}
.new-comments fieldset input {
  border: 1px solid #eee;
  -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;
  font-family: 'Montserrat', sans-serif;
  letter-spacing:0.5px;
}
h3.subheading-text  {
  color: #444;
  font-size: 24px;
  font-weight: 500;
  margin: 5px 0;
  text-transform: capitalize;
}
.new-comments fieldset.form-columns-3 {
  margin-top: 10px !important;
}
.new-comments .hs-button.primary {
  background: #244166 none repeat scroll 0 0;
  border: 1px solid #244166;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0;
  padding: 15px 20px;
  letter-spacing: 0.5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
  font-family: 'Montserrat', sans-serif;
  cursor:pointer;
  -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;
}
.new-comments .hs-button.primary:hover{
  background:transparent;
  color: #244166;
}
.blog-post-comment-section {
  margin-bottom: 50px;
}
.blog-post-author a:hover{
  color:#244166;
}
textarea:focus, input:focus {
  outline: 0;
}
.hs-author-profile .hs-author-name, 
.post-listing .hs-author-listing-header{
  color: #444;
  font-size: 24px;
  font-weight: 500;
  margin: 25px 0;
  text-transform: capitalize;
  display:block;
  width:100%;
  float:left;
}
body[class*='blog-author'] .category-container{
  display:none;
}
.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;
}
.hs-author-avatar > img {
  border-radius: 100%;
  height: 125px;
  width: 125px;
}
.hs-author-avatar {
  display: inline-block;
  float: left;
  left:-60px;
  position: absolute;
  top: -60px;
  width: 125px;
}
.hs-author-bio {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-top: 0px;
}
.container.post-listing-container {
  display: block;
  width: 100%;
  float: left;
}
.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;
}
body[class*='blog-author'] .post-listing-container {
  margin: 0px;
}
.author-profile-details .hs-author-social-links a {
  border: 1px solid #444 !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:#244166;
}
.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;
}
.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 ";
}
body[class*='blog-author'] .hs-author-profile {
  overflow: hidden;
}
.blog-pagination {
  background: #fff none repeat scroll 0 0;
  clear: both;
  display: inline-block;
  float: none;
  height: 100%;
  margin: 0 auto 50px;
  text-align: center;
  width: auto;
}
.blog-pagination-container{
  text-align: center;
}
.blog-pagination-left {
  display: inline-block;
  float: none;
}
.blog-pagination-center {
  display: inline-block;
  width: auto;
}
.blog-pagination-right {
  display: inline-block;
}
.blog-subscribe-container {
  -webkit-border-radius: 4px 0 0;
  -moz-border-radius: 4px 0 0;
  -o-border-radius: 4px 0 0;
  border-radius: 4px 0 0;
  bottom: 0;
  color: #444;
  max-width: 300px;
  opacity: 1;
  position: fixed;
  right: 0;
  visibility: visible;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  overflow:hidden;
  z-index: 99999999;
  width:100% !important;
}
.blog-subscribe-container h3 {
  display:none;
}

.blog-subscribe-container .hs_email.field.hs-form-field > label {
  font-size: 13px;
  display:none;
}
.blog-subscribe-container .hs-input {
  border: 0;
  margin: 5px 0 0;
}
.hs-error-msgs label {
  font-size: 12px;
}
.blog-subscribe-container .hs-button {
  background: #244166 none repeat scroll 0 0;
  border: 1px solid #244166;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  -webkit-appearance:none;
  margin: 20px 0 10px;
  padding: 10px 15px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  -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;
  cursor:pointer;
}
.blog-subscribe-container .hs-button:hover{
  background:transparent;
  color:#244166;
  -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;
}
.blog-subscribe-container.closed{
  bottom:-320px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-subscribe-container h4 {
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 120px;
  position: relative;
  text-align: center;
}
.blog-subscribe-container h4::before {
  background: #244166 none repeat scroll 0 0;
  border: 2px solid #444;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  content: "";
  font-family: fontawesome;
  font-size: 50px;
  height: 100px;
  left: 0;
  line-height: 100px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 3px;
  width: 100px;
}   
.blog-subscribe-heading h2 {
  background: #244166;
  color:#fff;
  cursor: pointer;
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 5px 10px 5px 45px;
  position: relative;
}
.blog-subscribe-heading h2::before {
  content: "\f106 ";
  position: absolute;
  top: 2px;
  left: 15px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  font-family: fontawesome;
  font-size: 22px;
}
.blog-subscribe-form-section {
  padding: 10px 15px 5px;
}
.blog-subscribe-container .hs-input {
  border: 1px solid #ccc;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 22px;
  margin: 5px 0 0;
  vertical-align: middle;
}
.blog-subscribe-container.opened .blog-subscribe-heading h2::before{
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.hs-blog-post .blog-subscribe-container{
  display:none;
}
.footer-recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  float: right !important;
  padding-left: 15px !important;
  padding-right:0 !important;
  overflow: hidden;
  max-width:100%;
  max-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.footer-recent-post .hs-rss-item {
  border-bottom:1px solid #444;
  padding-bottom:10px !important;
  margin-bottom:10px !important;
}
.footer-recent-post .hs-rss-item:last-child {
  border-bottom:0;
  padding-bottom:0px !important;
  margin-bottom:0px !important;
}
.footer-recent-post .hs-rss-item-text{
  font-size:14px;
}
.footer-recent-post .widget-type-rss_listing h3 {
  display: none;
}
body[class*='blog-author'] .blog-hero-container{
  display: none !important;
  background: #fff;
}
body[class*='blog-author'] {
  background: #fff;
}
.slick-next.slick-arrow{
  border-left:1px solid #f5f5f5;
}
#captcha_wrapper {
  margin: 25px 0 10px;
}
.blog-pagination {
  clear: both;
  display: inline-block;
  float: none;
  height: 100%;
  margin: 0 auto 50px;
  text-align: center;
  width: auto;
}
.blog-pagination {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 6px 28px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 6px 28px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 6px 28px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 6px 28px rgba(0, 0, 0, 0.1);
  padding: 12px 25px;
  background: #f2f2f2;
}
.prev-link, .next-link {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
  width: 28px;
  font-size: 14px;
}
.next-link {
  margin-left: 10px;
  margin-right: 0px;
}
.blog-pagination-center a.active {
  background: #008cba none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  height: 28px;
  line-height: 29px;
  text-align: center;
  width: 28px;
}
.post-listing .blog-pagination .blog-pagination-right a {
  display: none;
}
.post-listing .blog-pagination .blog-pagination-right .next-link {
  display: block;
}

/* .blog-post-page .main-menu-container{
background: #FFF;
border-bottom: 1px solid rgba(0, 0, 0, 0.11) !important;
}
.blog-post-page .main-menu-container .main-menu ul li a, .top-serch-icon a i{
color: #444;
font-size: 12px;
}
.blog-post-page .serch-box input::placeholder{
color: #444;
}
.blog-post-page .logo{
display: none !important;
}
.blog-post-page .logo-sticky {
display: block !important;
} */
.blog-post-page .blog-list-middle-section{
  margin-top: 20px;
}
.blog-post-comment-section .post-footer input{
  border: 1px solid #eee;
  -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;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
}
.blog-post-comment-section .post-footer textarea {
  border: 1px solid #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  height: 120px;
  margin: 0;
  resize: none;
  width: 100% !important;
  padding: 10px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
}

.blog-post-comment-section .post-footer .hs-button.primary{   
  background: #244166 none repeat scroll 0 0;
  border: 1px solid #244166;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0;
  padding: 15px 20px;
  letter-spacing: 0.5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  -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;
  max-width: 200px;
}
.blog-post-comment-section .post-footer .hs-button.primary:hover {
  background: transparent;
  color: #244166;
}
.blog-post-comment-section .post-footer .hs-form .hs-form-field {
  margin: 0 0 20px;
}
.blog-post-comment-section .post-footer .hs-error-msgs.inputs-list {
  color: red;
  list-style: outside none none;
  padding: 5px;
}



/*-----------------Responsive CSS Starts--------------*/
/*@media (min-width:768px ) and (max-width:850px){
.slick-next.slick-arrow{
border-left:0;
}
}*/
@media screen and (min-width:1025px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }    
  .custom-visible-phone {
    display: none !important;
  }
}
@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: #244166;
    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:1300px){
  .post-listing-container {
    margin: 50px 0px;
  }
}
@media only screen and (max-width:1224px) { 
}
@media (max-width: 1200px){
  .label-category-filter {
    width: 200px;
  }
  .category-slider-container{
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -o-calc(100% - 200px);
    width: calc(100% - 200px);
  }
  .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;
    margin-top: 150px;
  }
  .blog-post-container .blog-post-title h1 {
    font-size: 44px;
    line-height: normal;
    margin-top: 20px;
  }
  .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:1080px){
  .post-body-container {
    padding: 15px;
  }
}
@media only screen and (max-width:1024px) { 
  .custom-hidden-phone {
    display: none !important;
  }
  .custom-menu-primary.js-enabled {
    position: relative;
    padding: 0 .9375rem 28px 0;
    margin: .4rem 0 0;
    text-align: right;
  }
  .custom-header-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin-top: 0;
    z-index: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a:hover {
    color:#fff !important;
    background-color: #272727;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a,
  .custom-menu-primary .hs-menu-wrapper>ul ul li a  {
    color: #999 !important;
    border-radius: 6px !important;
    padding: 0 20px !important;
    font-size: 14px;
    line-height: 45px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal !important;
    position: relative !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    background: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    margin: 2px 0 0;
    padding: 5px 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;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.clicked>a {
    background-color: #111;
    color: #fff;
    box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li+li {
    padding-left: 0;
  }
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper>ul,
  .custom-menu-primary .hs-menu-wrapper>ul li,
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff
  }
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 310px;
    height: auto;
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    margin: 7px 0 0;
    background-color: #2c2c2c;
    background-image: -ms-linear-gradient(top, #333, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
    background-image: -webkit-linear-gradient(top, #333, #222);
    background-image: -o-linear-gradient(top, #333, #222);
    background-image: linear-gradient(top, #333, #222);
    background-image: -moz-linear-gradient(top, #333, #222);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-size: 13px;
    line-height: 18px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -webkit-user-select: none;
    -mos-user-select: none;
    user-select: none
  }
  .mobile-trigger:hover {
    text-decoration: none;
    color: #fff;
    background-color: #222;
    border-color: transparent
  }
  .mobile-open .mobile-trigger {
    color: #fff;
    background-color: #222;
    border-color: transparent
  }
  .mobile-trigger:after {
    content: "Menu";
    position: absolute;
    right: 10px;
    color: #efefef;
    font-size: 1rem;
    line-height: 1.65em;
    text-transform: capitalize;
    top: 5px
  }
  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -2px
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: ''
  }
  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 18px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #f5f5f5;
    display: inline-block;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
  }
  .mobile-trigger i:before {
    top: -5px
  }
  .mobile-trigger i:after {
    top: 5px
  }
  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #fff
  }
  .child-trigger {
    display: block;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    right: 4px;
    top: 40%
  }
  .custom-menu-primary.js-enabled {
    position: relative;
    padding: 0 .9375rem 28px 0;
    margin: .4rem 0 0;
    text-align: right;
    z-index: 2;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none
  }
  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    padding: 5px;
    max-width: 310px;
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    float: right
  }
  .custom-menu-primary .hs-menu-wrapper {
    background-color: #222 !important;
    width: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative
  }
  .custom-right-navigation {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    border-radius: 6px !important;
    padding: 0 20px !important;
    font-size: 14px;
    line-height: 45px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal !important;
    position: relative !important;
  }
  .row-fluid .blog-hero-container {
    margin-top: 50px;
    height: 500px;
  }
  .row-fluid .blog-hero-container h1, .row-fluid .blog-sub-title h3 {
    padding: 0 20px;
  }

}
@media (max-width: 1000px){
  .label-category-filter {
    width: 170px;
  }
  .category-slider-container {
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: -o-calc(100% - 170px);
    width: calc(100% - 170px);
  }
  span.filter-heading {
    font-size: 16px;
  }
  .related-post-featured-image img{
    height:200px;
  }
}
@media (max-width:991px){
  .grid li {
    width: 50%;
  }
  .post-item {
    max-width: 100%;
  }
}
@media only screen and (max-width:980px) { 
}
@media (max-width:900px){
  .header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    margin: 0 0px;
  }
  .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;
  }
  .row-fluid .blog-hero-container {
    height: 400px;
  }

}
@media (max-width:850px){
  .label-category-filter {
    width: 150px;
  }
  .category-slider-container {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
  }
  .slick-prev.slick-arrow {
    left: -125px !important;
    width: 25px !important;
  }
  .slider {
    width: -webkit-calc(100% - 125px) !important;
    width: -moz-calc(100% - 125px) !important;
    width: -o-calc(100% - 125px) !important;
    width: calc(100% - 125px) !important;
  }
  span.show-all-category {
    margin-left: 30px;
  }
  section.regular.slider{
    margin: 0;
  }
  .slick-next {
    width: 30px !important;
  }
  section.regular.slider {
    padding: 0 25px 0 0;
    float:right;
  }
  .blog-post-container {
    padding: 30px 0 0;
    margin-top:100px;
  }
  .blog-post-container .blog-post-title h1 {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .blog-post-authot-and-date {
    font-size: 14px;
  }
  .blog-post-featured-image img {
    margin: 15px 0;
  }
  .blog-post-content {
    margin: 10px 0 20px;
  }
  .blog-post-next-previous-container {
    margin: 35px 0;
  }
  .blog-post-comment-section {
    margin-bottom: 30px;
  }
  .blog-cta-container .cta_button {
    padding: 6px 9px !important;
  }
}
@media only screen and (max-width:790px) { 
  .related-post-featured-image img {
    height: 150px;
  }
}

@media (min-width: 768px){
  a.mobile-trigger-new, a.child-trigger-new {
    display: none !important; /* Hide button on Desktop */
  }
}
@media (max-width:768px){
  .row-fluid .blog-hero-container {
    height: 350px;
    display: block;
  }
  .row-fluid .blog-hero-container h1 {
    /*   font-size: 55px;
    line-height: 170px; */
  }
  .dark-overlay-bg {
    width: 100% !important;
  }
  .slick-next::before {
    padding-left: 6px;
  }
}
@media (max-width: 767px){  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block !important;
    width: auto;
  }
  .row-fluid .blog-hero-container {
    height: 250px;
    margin-top: 30px;
  }
  .child-trigger-new{
    position:absolute !important
  }
  .custom-header-links .hs-menu-wrapper>ul>li {
    display: inline-block;
    width: auto !important;
  }
  .header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    display: block;
    width: 100%;
    line-height: normal;
    font-size: 0;
  }
  .header-container-wrapper .widget-type-menu.custom-menu-primary-new.header-menu{
    display: block;
    width: 100%;
    min-height: 0;
  }
  .header-container .hs-menu-flow-horizontal {
    float: none;
  }
  .header-container-wrapper .page-center {
    padding: 0 !important;
  }
  .logo-container {
    margin-left: 10px !important;
    margin-bottom: 6px;
  }
  .header-container .hs-menu-flow-horizontal > ul > li.hs-menu-depth-1::after{
    display:none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: 0px !important;
    visibility: visible;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    top: 0;
    display: none;
  }
  .hs-menu-children-wrapper {
    border-radius: 0;
    box-shadow: none;
    list-style: outside none none;
    max-width: 100%;
    min-width: inherit;
  }
  .hs-menu-children-wrapper{
    display:none;
  }
  .hs-menu-children-wrapper > li {
    box-shadow: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0;
  }
  .header-menu-container {
    background: #ccc none repeat scroll 0 0;
    min-height:0 !important;
  }
  /*   .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a.child-trigger-new {
  border-left: 0px solid #aaa;
  height: 44px !important;
  min-width: 45px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 45px !important;
} */
  a.child-trigger-new span, a.child-trigger-new span::after {
    background-color: #aaa;
  }
  .hs-menu-wrapper ul ul li:hover {
    background: inherit;
  }
  .header-container .hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:last-child {
    display: block;
  }
  .header-container .blog-cta-container{
    display: none;
  }
  .mobile-cta {
    display: block;
    text-align: center;
    width: 100%;
  }
  a.mobile-trigger-new i, a.mobile-trigger-new i::before, a.mobile-trigger-new i::after {
    background-color: #fff;
  }
  .mobile-open a.mobile-trigger-new i::before,.mobile-open a.mobile-trigger-new i::after {
    background-color: #aaa;
  }
  a.mobile-trigger-new {
    border: 1px solid #244166;
  }
  .mobile-open a.mobile-trigger-new {
    border: 0px solid #e2e2e2 !important;
  }
  .header-container-wrapper {
    padding: 15px 0 0;
  }
  .blog-footer {
    padding: 0px 0 25px;
    text-align: center;
  }
  .footer-support ul {
    margin: 0 auto;
    max-width: 320px;
  }
  .footer-block.footer-support ul li {
    border-bottom: 0 none;
  }
  .footer-block .hs_email label {
    float: left;
  }
  .footer-block.footer-contact-us {
    border-bottom: 1px solid #444;
    padding-bottom: 16px;
  }
  .footer-block.footer-support ul li a {
    padding: 5px 10px 5px 0;
  }
  .footer-block.footer-support ul {
    margin: 0 auto 12px;
  }
  .footer-block.footer-subscribe .hs-button {
    margin: 23px 0;
  }
  .copy-right-section {
    font-size: 11px;
    padding: 15px 0;
  }
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
    display:none !important;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a:after {
    display:none !important
  }
  .header-container-wrapper .mobile-cta a.cta_button{
    width:auto !important;
  }
  .slick-slide {
    margin-left: 10px !important;
  }
  span.show-all-category {
    margin-left: 40px;
  }
  .slick-prev.slick-arrow {
    left: -120px;
  }
  .related-post-featured-image {
    display: inline-block;
    float: left;
    width: 35%;
  }
  .related-post-category {
    display: inline-block;
    float: left;
    padding-left: 20px;
    width: 65%;
  }
  .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 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px !important;
    padding-bottom:15px;
    width: 100%;
  }
  .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 {
    padding:30px 0 0;
    margin:20px 0 0;
  }
  .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;
  }
  .hs-blog-post .blog-hero-container, .hs-blog-post .category-container {
    display: none;
  }
  .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;
  }
  .logo-container img {
    margin-top: -3px;
  }
  .body-container-wrapper {
    padding-top: 66px;
  }
  .row-fluid .header-menu-container {
    width: 100%;
  }
  .footer-recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    text-align: left;
  }
  .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 84%;
  }
  .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width: 16%;
  }
  .footer-recent-post .hs-rss-item:last-child {
    border-bottom:1px solid #444;
    padding-bottom:10px !important;
    margin-bottom:0px !important;
  }
  .footer-recent-post {
    border-top: 1px solid #444;
  }
  .related-post-featured-image img {
    height: auto;
  }
  .row-fluid .blog-hero-container h1 {
    font-size: 27px;
    margin: 0 0 15px;
  }
  .row-fluid .blog-sub-title h3 {
    font-size: 21px;
  }
  /*--------------footer css------------------*/
  .custom-footer-col {
    margin-top: 2.9rem;
    text-align: center;
    padding: .8rem .7rem 1.15rem;
  }
  .custom-footer-col h1, .custom-footer-col h2, .custom-footer-col h3, .custom-footer-col h3.form-title {
    width: 100%;
    border-bottom: 0;
  }
  .custom-footer-col-1 p:last-child, .custom-footer-col-2 p:last-child {
    left: 24.8%;
  }
  .custom-footer-col-1 p:last-child a {
    min-width: 270px;
    font-size: .9rem;
    width: 100%;
    display: inline-block;
    line-height: normal;
  }
  .custom-footer-logo-copyright {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .custom-footer-logo-copyright p:first-child {
    text-align: center;
  }
  .custom-footer-logo-copyright p:first-child, .custom-footer-logo-copyright p:last-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-footer-logo-copyright:after {
    content: "";
    display: table;
    clear: both;  
  }
  .custom-footer-azure-group {
    text-align: left;
  }
  .custom-footer-azure-group img {
    width: 44%;
    max-width: 280px;
    margin: 3% 3%;
    float: left;
  }
  .custom-footer-logo-copyright p>span {
    padding: .8rem .7rem 1.15rem;
  }
  .custom-footer-col p {
    font-size: .9rem;
  }
  /*---------------------header css------------------*/
  .custom-header-logo {
    margin-top: 3px;
  }
  .custom-header-logo img {
    display: table;
    margin: 0 auto;
    max-width: 100%;
  }
  .custom-header-links {
    position: static;
    text-align: center;
    margin-top: 20px;
    padding-left: 23px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block;
  }
  .custom-menu-primary.js-enabled {
    text-align: center;
    padding: 0 20px;
    margin: 2px 0 7px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    float: none;
    margin: 0 auto;
    max-width: 270px;
  }  
  .mobile-trigger {
    margin: 0 auto;
    max-width: 270px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
    letter-spacing: normal;
  }
  .custom-header-links .hs-menu-wrapper>ul>li>a {
    margin-left: 10px;
  }
}
@media only screen and (max-width:640px){
}
@media (max-width:619px){
  .category-slider-container, .label-category-filter {
    display: none !important;
  }
  .category-select-container {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .category-select-container select{
    width:100%;
  }
  .category-container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 40px;
  }
  .label-category-filter {
    height: 46px;
  }
  span.filter-heading {
    font-size: 14px;
    line-height: 45px;
  }
  .post-body-container {
    padding: 15px;
  }
  .post-category {
    margin-bottom: 8px;
  }
  .post-title {
    font-size: 20px;
  }
  .grid li {
    width: 100% !important;
  }
  .post-item {
    max-width: 400px;
  }
  .grid li {
    text-align: center;
  }
  .input-box {
    background: #686868 none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    height: 35px;
    padding: 0 0 0 5px;
    text-align: left;
    width: 100%;
  }
  .filter-category-heading {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
    padding-left: 5px;
    text-align: left;
  }
  .category-select-container > div {
    display: block;
    margin: 0 auto;
    max-width: 320px;
  }
  .input-box > span {
    line-height: 33px;
    padding-left: 2px;
    color: #fff;
    font-size: 13px;
  }
  .input-box i {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    float: right;
    height: 34px;
    line-height: 35px;
    text-align: center;
    width: 25px;
  }
  .category-select-container ul {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    max-width: 320px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 999999999;
    max-height: 0;
  }
  .category-select-container ul {
    color: #6b7381;
    -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;
  }
  .category-select-container ul li a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 6px 7px;
    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: #737373;
    color: #fff;
  }
  .select-open ul{
    max-height: 100%;
  }
  .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;
  }
  .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 80%;
  }
  .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width: 20%;
  }
  .category-container {
    margin-top: 35px;
  }
  .post-listing-container {
    margin: 20px 0px 20px !important;
  }
}
@media only screen and (max-width:480px) { 
  .row-fluid .blog-hero-container {
    height: 250px;
  }
  .row-fluid .blog-hero-container h1 {
    /* font-size: 50px !important;
    line-height: 176px; */
  }
  .mb-pagination li, .mb-pagination li a {
    margin: 0 2px;
  }
  .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;
  }
  .blog-post-container .blog-post-title h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .blog-post-featured-image img {
    margin: 8px 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: 30px 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;
  }
  /*------------------footer css----------------*/
  .custom-footer-col-1 p:last-child a {
    min-width: 1px;
    width: auto;
  }
  .custom-footer-col-1 p:last-child, .custom-footer-col-2 p:last-child {
    left: -1px;
    right: -1px;
  }
  .row-fluid .blog-hero-container h1, .row-fluid .blog-sub-title h3 {
    padding: 0 10px;
  }
  .row-fluid .blog-hero-container h1 {
    font-size: 23px;
  }
  .row-fluid .blog-sub-title h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width:340px) { 
  .category-select-container ul {
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: -o-calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
