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

@import url(//fonts.googleapis.com/css?family=Dosis:300,400,500,600,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

/*Animation Styling*/

.animated{
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}


.fadeInRight.animated{
     animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
}






/*Body Styling*/

body{
    padding:0;
    font-size: 16px;
    line-height:27px;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    font-family:arial,helvetica,sans-serif;
    margin:0;
     overflow-x:hidden;
 }

body .container-fluid .row-fluid .wrapper{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    padding: 0 15px;    
}

body .container-fluid .row-fluid .full-width-wrapper{
    width:100%;
    margin: 0 auto;
    float: none;
    padding: 0 2.4%;
}

body .container-fluid .row-fluid .small-wrapper{
    max-width:1010px;
    padding:0px 20px;
     margin: 0 auto;
    float: none;
}

.blog-body-wrapper{
    padding: 0 2.9%;
}


h1,h2,h3,h4,h5,h6,p,a{
    text-transform:initial;
    margin:0;
    padding:0;
    text-decoration:none;
    color:#000;
}

.body-container-wrapper ul,.body-container-wrapper li{
    margin-bottom:15px;
}

a{
    margin-bottom:0;
}

h1{
    font-size: 55px;
    line-height: 53px;
    font-weight: 400;
  
}

h2{
    font-size: 24px;
    line-height: 25px;
    font-weight: 700;
}

h3{
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing:.8px;
}

h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing:1px;
}

h5{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #303741;
}

h6{
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

p{
    font-size: 16px;
    line-height: 26px;
    color:#666;
    letter-spacing:.5px;
    font-weight: 400;
}



.body-container-wrapper {
    background:#fff;
    overflow:hidden;
    margin-top:62px;
}

.body-container-wrapper ul{
    padding:0;
    text-decoration:none;
    list-style:none;
    margin:20px 0;
}

.body-container-wrapper ol{
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:15px;    
}

.body-container-wrapper li{
    font-size: 16px;
    line-height: 26px;
    color: #666;
    letter-spacing: .5px;
    font-weight: 400;
    position:relative;
    margin-left:35px;
    margin-bottom:8px;
}

.body-container-wrapper li:before{
    position: absolute;
    top: 11px;
    left: -25px;
    content: '';
    width: 4px;
    height: 4px;
    background: #4a4a4a;
    border-radius: 50%;
}

.custom-menu-primary .hs-menu-wrapper{
    display:none;
}

.no-list-style li{
    margin:0;    
}

.no-list-style li:before{
    display:none;
}

a{
    color:#0070b5  ;    
}

blockquote{
    margin: 0;
    font-size: 18px;
    font-style: italic;
    color: #2f2432;
    font-weight: 300;
    padding-left: 17px;
    border-left: 2px solid #0070b5 ;
    margin-left: 4px;
    margin-top: 25px;
    letter-spacing: .5px;
}

.widget-type-cta{
    margin-top:15px;
}


a.cta_button,.hs-button{
    font-size: 13px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 20px;
    color: #fff;
    background:#0070b5;
    font-weight: 600;
    letter-spacing: .5px;
    border: 2px solid #0070b5;
    cursor: pointer;
    font-family:arial,helvetica,sans-serif;
    text-align: center;
    display: inline-block;
    transition:all .3s ease-in;
    -webkit-transition:all .3s ease-in;
  
}

.white-cta a.cta_button{
    background:transparent;
    border:2px solid #fff;
}

.simple-cta a.cta_button{
    background:transparent;
    border:0;
    padding:0;
    color: #0070b5;
    font-size:14px;
    font-weight:700;
}

.align-center {
    text-align:center;
}

.align-left {
    text-align:left;
}

.align-right {
    text-align:right;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.overlay{
    position:relative;
    z-index:1;
}

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#1478c6;
    opacity:0.67;
    z-index: -1;
}

.black-bg h1,
.black-bg h2,
.black-bg h3,
.black-bg p,
.black-bg h4,
.black-bg h5,
.black-bg h6,
.black-bg li,
.black-bg .fa,
.black-bg .row-fluid form .field>label{
    color:#fff;
}

.blue-bg{
    background:#006eb6;
}

.body-container-wrapper .black-bg li:before{
    background:#fff;
}

body .container-fluid .row-fluid .pad-bottom{
    margin-bottom:80px;
}

.body-container-wrapper{
    background-color:#fff;
}

body .container-fluid .row-fluid .section-heading{
    width:100%;
    max-width:800px;
    float:none;
    margin:0 auto;
    margin-bottom:36px;
}

.section-bg{
    background-size: cover;
    background-position: center center;
}

.section-bg .bg-image{
    display:none!important;
}

.section-padding{
    padding:100px 0;
}

.section-border{
    border-bottom:1px solid #e7e7e7;
}

@media (min-width: 768px) {
    
.equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}    
    
}
















/*========================================================
        Responsive Styling
========================================================*/

@media (min-width:768px) and (max-width:1024px){

h1 {
    font-size: 30px;
    line-height: 40px;
}

h2 {
    font-size: 20px;
    line-height: 30px;
}

.section-padding {
    padding: 60px 0;
}

body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
}


}



@media (max-width:767px){

h1 {
     font-size: 36px;
    line-height: 46px;
}

.section-padding {
    padding: 60px 0;
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 20px;
    line-height: 26px;
}

.align-right {
    text-align: center;
}

.align-left {
    text-align: center;    
}

body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
}


}


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



.logo-img img{
    max-width:155px;
}

.search-icon img{
    max-width:16px;
}

.header-container-wrapper .row-fluid [class*="span"]{
    min-height:0;
   
}

.header-grp.pth-header{
    background:#ffffff;
    box-shadow: 0px 0px 0.5px 0.5px rgba(0, 0, 0, 0.1);
    padding: 9.5px 0;
}




@media(min-width:768px){
    
body .container-fluid .row-fluid .menu-grp{
    background: #ffffff;
    height: 100%;
    width: 64px;
    z-index: 15;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.22);
}  

.home-icon{
    position: absolute;
    top: 74px;
    left: 0;
    text-align: center;
}



body.hs-blog-listing .container-fluid .row-fluid .menu-grp{
    display: none;
    width: 0;
    position: static;
}

body.hs-blog-listing .container-fluid .row-fluid .logo{
    margin:0;
}
    
}

.home-icon img{
    max-width: 28px;
}



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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .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:#ffffff;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .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: #ffffff; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }



















/*min-width*/
    
.pth-header{
    z-index: 11;
    position: fixed;
}    
    
.pth-header .main-navigation::-webkit-scrollbar {
    width:6px;
}
 
.pth-header .main-navigation::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.pth-header .main-navigation::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}    
    
.mobile-trigger{
    display:none!important;
}

.custom-menu-primary .hs-menu-wrapper {
    background-color: transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul li {
    border-top: 0;
}

.child-trigger {
    border-left: 0;
}

body .row-fluid .pth-header .main-navigation{
    position:fixed;
    width:300px;
    bottom:0;
    top:60px;
    background:#000;
    z-index:18;
    left:-300px;
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.3);
    padding:40px 25px 100px;
    overflow-x:hidden;
    transition:all .4s ease-in-out;
    margin:0;
}

.custom-menu-primary .hs-menu-wrapper>ul li a {
    padding: 0;
}

.pth-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1>a{
    font-size:18px;
    line-height:2.4;
    font-weight:400;
}

.pth-header .custom-menu-primary .hs-menu-wrapper>ul li {
    background:transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
    text-indent: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    padding:12px 0;
}

.custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    text-indent:0;
}

body .row-fluid .pth-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1 .hs-menu-children-wrapper{
    padding:0 0 0 16px;
    position:relative!important;
    left:0!important;
}

.pth-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1 .hs-menu-children-wrapper:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 12px;
    top: 10px;
    width: 1px;
    background: rgba(255, 255, 255, 0.33);
}

.pth-header .child-trigger {
    width: 9px !important;
    min-width: 20px !important;
    height: 40px !important;
}

.pth-header .close-icon{
    position: absolute;
    left: 0;
    bottom:0;
    width: 64px;
    background:#0070b5;
    top: 0;
    text-align: center;
    cursor:pointer;
    height:62px;
}

.pth-header .close-bars{
    width: 30px;
    height: 3px;
    display: block;
    background: #fff;
    margin: 0 auto;
    transition:all .3s ease-in-out;
    position: relative;
}

.pth-header .close-bars:before,
.pth-header .close-bars:after{
    position:absolute;
    content:'';
    width: 30px;
    height: 3px;
    left:0;
    right:0;
    transition:all .3s ease-in-out;
    background: #fff;
}

.pth-header .close-bars:after{
    bottom:-7px;
}

.pth-header .close-bars:before{
    top:-7px;
}

.nav-open .close-bars{
    background:transparent;
}

.nav-open .close-bars:after{
    transform:rotate(45deg);
    bottom:0;
}

.nav-open .close-bars:before{
    transform:rotate(-45deg);
    top:0;
}

.nav-open .row-fluid .pth-header .main-navigation{
    left:0;
}









/*================================================================================
  Hero Image Styling
=================================================================================*/

.white-border-bottom{
    border-bottom:1px solid #fff;
}


body .container-fluid .row-fluid .inner-right-col{
    position:relative;
    //height: 925px;
    height: 825px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: top center!important;
    //padding: 21.6% 0px 0px 5.3%;
    padding: 19.6% 0px 0px 5.3%;
}

body .container-fluid .row-fluid .inner-right-col h1,
body .container-fluid .row-fluid .inner-right-col h6{
    color:#ffffff;
}

body .container-fluid .row-fluid .inner-right-col h6{
    padding-bottom: 14px;
}


body .container-fluid .row-fluid .inner-right-col:before{
    content: "";
   position: absolute;
   background: url(//cdn2.hubspot.net/hubfs/1863753/Blog%20Assets/Asset%202.svg) no-repeat;
   height: 29vh;
   background-size: cover!important;
   bottom: -16%;
   left: -1px;
   width: auto;
   right: -3px;
    
}

@media(min-width:1930px) and (max-width:5000px){
    
    
body .container-fluid .row-fluid .inner-right-col:before {
   
    height: 8vw;
    background-size: cover!important;
    bottom: -3%;
    background-position: top center;
    left: -3.7812px;
}

body .container-fluid .row-fluid .inner-right-col{
    //padding: 12.6% 0px 0px 5.3%;
}
    

}

@media(max-width:1900px) and (min-width:1024px){
    

body .container-fluid .row-fluid .inner-right-col:before{
   // height:51vh;
    left: -2.44px;
}
  
}

@media(min-width:768px){
    
    
body .container-fluid .row-fluid .inner-right-col{
    margin: 0;
    width: 76.9%;
}

}




/*=================================================================================
  Body Styling
==================================================================================*/


body .container-fluid .row-fluid .left-col-bg{
    height: 165px;
    background-position: center!important;
    text-align:center;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 0 30px;
    z-index:5;
}

body .container-fluid .row-fluid .left-col-bg:before{
    z-index:1;
}

body .container-fluid .row-fluid .left-col-bg .topic-module{
    z-index:5;
}

body .container-fluid .row-fluid .left-col-bg h2{
    color:#ffffff;
    text-transform:capitalize;
}

.left-col .topic-module:before{
    display:none;
}


/*Right Col Styling*/


body.hs-blog-listing.category-page .post-item{
    display:block;
}

body.hs-blog-listing .post-item,
body.hs-blog-listing .blog-pagination{
    display:none;
}

body.hs-blog-listing.topic-page .post-item,
body.hs-blog-listing.topic-page .blog-pagination{
    display:block;
}


body.hs-blog-listing.topic-page .latest-article-grp,
body.hs-blog-listing.topic-page  .blog-container {
    display:none;
}


/*Contact Module*/


.contact-module{
    padding: 31px 0px;
}

.contact-module img{
    max-width:29px;
    height:30px;
    margin-right:6px;
}

.contact-module a{
    font-size:16px;
    line-height:26px;
    font-weight:bold;
    color:#ffffff;
    text-decoration:underline;
}


/*Subscribe Form Styling*/


.subscribe-form-module{
    background: #dbecf7;
    padding: 32px 11%;
}

.subscribe-form-module .widget-type-blog_subscribe h3{    
    font-size: 14px;
    line-height: 19px;
    color: #006eb6;
    font-weight: 400;
    padding-bottom: 12px;
}

.subscribe-form-module label{
    display: none;
}

.subscribe-form-module input{
    font-size: 13px;
    line-height: 1px;
    color: #a0a0a0;
    border: 1px solid #006eb6;
    box-shadow: none;
    -webkit-appearance: none;
    height: 41px;
    padding: 10px 15px;
    margin-bottom: 12px;
    border-radius:0;
}

.subscribe-form-module .hs-button{
    color:#ffffff;
    padding: 8px 20px;
}

ul.hs-error-msgs{
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.hs-error-msgs li{
    padding: 0;
    margin: 0;
}

ul.hs-error-msgs li:before{
    display:none;
}

ul.hs-error-msgs li label{
    display:block;
    font-size: 13px;
    line-height: 23px;
    color: red;
    position: relative;
    top: -5px;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
    font-size: 13px;
    line-height: 13px;
    color: #a0a0a0;
    font-family: arial,helvetica,sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
   font-size: 13px;
    line-height: 13px;
    color: #a0a0a0;
    font-family: arial,helvetica,sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
    font-size: 13px;
    line-height: 13px;
    color: #a0a0a0;
    font-family: arial,helvetica,sans-serif;
}
:-ms-input-placeholder { /* IE10 */
   font-size: 13px;
    line-height: 13px;
    color: #a0a0a0;
    font-family: arial,helvetica,sans-serif;
}


/*Latest Article Group*/

.latest-article-grp{
    background: #f0f3f6;
    padding: 32px 0px;
    box-shadow: 0px 0px 0px 1px #e9e9e9;
}

.latest-article-grp h2{
    color: #006eb6;
}

/*Single Post Styling*/

body.hs-blog-listing .text-module h2,
body.hs-blog-listing .text-module h2 a{
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}


.blog-container .topic-module ul{
    margin: 0;
    padding-bottom: 8px;
}

.blog-container .topic-module ul li{    
    margin: 0;
    padding: 0;
    color: #a0a0a0;
    text-transform: capitalize;
    display:inline-block;
}

.blog-container .topic-module ul li a{
    color: #a0a0a0;
}

.blog-container .topic-module ul li:before{
    display:none;
}

.blog-container  .topic-module h2{
    padding-bottom: 56px;
}

.more-link{
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
}

.blog-container .topic-module {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    position:relative;
    padding: 31px 0px 28px;
}

.blog-container .topic-module:before{
    content:"";
    position:absolute;
    background:#e9e9e9;
    width: 156%;
    height: 1px;
    bottom: 0;
    left: -50%;
}

.blog-container .no-bottom-border .topic-module:before{
    display:none;
}


@media(min-width:768px){

.blog-container .text-module {
    width: 87.5%;
    float: left;
}


.blog-container .hs-featured-image-wrapper{
    width: 12.4%;
}

}

.blog-container .hs-featured-image-wrapper{
    width: 12.4%;
    background-size: cover!important;
    background-position: top center!important;
    display: block;
    height: 150px;
}



/*==================================================================================
   Post Page Styling
====================================================================================*/

body .container-fluid .row-fluid .post-right-col{
    margin:0;
    width: 74.111%;
}

body .container-fluid .row-fluid .left-col.position-left{
    width:25%;
    z-index:1;
    //overflow-x:hidden;
    //padding-bottom:150px;
    background:#ffffff;
}

body.hs-blog-listing .container-fluid .row-fluid .left-col.position-left{
    padding-bottom:0;
}

body.hs-blog-listing.category-page .container-fluid .row-fluid .left-col.position-left{
    padding-bottom:150px;
}

body.hs-blog-post .blog-body-container{
    padding-left:64px;
}

body .container-fluid .row-fluid .post-right-col .inner-right-col{
    width:100%;
}

 .category-page .position-left .topic-module h2{
    padding-bottom:0;
}


@media(min-width:768px){
    
    
body.hs-blog-post .container-fluid .row-fluid .post-right-col,
body.category-page .container-fluid .row-fluid .post-right-col{
    float: right;
} 

body.hs-blog-post .position-left,
body.category-page .position-left
{
    position: fixed;
    overflow-y: scroll;
    top: 62px;
    bottom: 0;
}

body.hs-blog-listing .container-fluid .row-fluid .post-right-col{
    width:75%;
}

}


/*======================================================================================
   Ebook Page Styling
========================================================================================*/


.ebook-download-section{
    background:#d6edc8;
    padding: 57px 0 25px;
}

@media(min-width:768px){

.ebook-download-section .left-col{
    max-width: 630px;
}

}

.ebook-download-section h2{
    font-size: 30px;
    line-height: 40px;
    color: #1f1b1c;
    padding-bottom: 3px;
}

.ebook-download-section p{
    
}


.ebook-download-section .cta_button{
    background: #6bc038;
    border-color: #6bc038;
    margin-top: 30px;
}


.ebook-download-section .ebook-img img{
    max-width: 100%;
}

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


.footer-section{
    padding: 60px 0px;
}

.certified-img{
    max-width:183px;
}


.member-img{
    max-width:179px;
}



/*===========================================================================================
  Topic page Styling
=============================================================================================*/




body.hs-blog-listing .show-on-topic-page,
body.hs-blog-listing.topic-page .hide-on-topic-page,
body.hs-blog-post .hide-on-topic-page{
    display:none;
}


body.hs-blog-listing.topic-page .show-on-topic-page{
    display:block;
}

body.hs-blog-listing .post-hero-section{
    display:none;
}


body.hs-blog-listing.topic-page .post-hero-section{
    display:block;
}



body.hs-blog-listing.topic-page .hide-on-topic-page{
    display:none;
}

body.hs-blog-listing .hide-on-topic-page{
    display:block;
}


body.hs-blog-listing .hide-on-listing-page{
    display:none;
}

body.hs-blog-listing.topic-page .hide-on-listing-page{
    display:block;
}

body.hs-blog-listing.category-page .certified-image{
    display:block;
}



.video-icon img{
    max-width: 102px;
    height: 102px;
}


body.topic-page .container-fluid .row-fluid .inner-right-col,
body.hs-blog-post .container-fluid .row-fluid .inner-right-col{
    padding:0;
}

body.topic-page .container-fluid .row-fluid .inner-right-col,
body.hs-blog-post .container-fluid .row-fluid .inner-right-col{
    height:528px;
}

body.topic-page .inner-right-col:before,
body.hs-blog-post .inner-right-col:before{
   // height: 170px;
   left:-3px;
}


body.topic-page  .container-fluid .row-fluid .post-hero-section,
body.hs-blog-post  .container-fluid .row-fluid .post-hero-section{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
       align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}


.topic-page .blog-section,
.hs-blog-post .blog-section{
    margin-top: 55px;
}


.post-item ul{
    margin:0;
    padding:0;
    list-style-type:none;
}

.post-item ul li{
    margin:0;
    padding:0;
    display:inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #a0a0a0;
}

.post-item ul li a{
    color: #a0a0a0;
}

.post-item ul li:before{
    display:none;
}

.post-item h2{
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    color: #006eb6;
}

.post-item p{
    color:#303741;
    font-size:16px;
    line-height:26px;
    font-weight:400;
    margin:25px 0;
}

.hs-blog-post .blog-section h1,
.hs-blog-post  .blog-section h2,
.hs-blog-post  .blog-section h3,
.hs-blog-post  .blog-section h4,
.hs-blog-post  .blog-section h5,
.hs-blog-post  .blog-section h6,
.hs-blog-post  .blog-section ul,
.hs-blog-post  .blog-section ol{
    max-width: 627px;
    margin: 0 auto;
}

.hs-blog-post  .blog-section p{
     max-width: 627px;
    margin: 25px auto;
    color:#000000;
}

.hs-blog-post  .blog-section li{
    color:#000000;
}

.hs-blog-post .blog-section h1,
.topic-page .blog-section h1{
    color:#006eb6;
}

.hs-blog-post .blog-section img{
    text-align: center;
    margin: 50px auto;
    float: none;
    display: block;
    height:auto;
}


.post-item ul{
    padding: 20px 0 0;
}



/*Post Ebook Section Styling*/

body.hs-blog-post .ebook-download-section p{
    display:none;
}

body.hs-blog-post .ebook-download-section .cta_button{
    margin-top:11px;
}

body.hs-blog-post .ebook-download-section .blog-body-wrapper{
    max-width: 627px;
    margin: 0 auto;
    float: none;
    padding: 0;
}

/*Post Pagination Styling*/

body .container-fluid .row-fluid .blog-post-pagination{
    min-height:0;
}

body.hs-blog-listing .post-pagination{
    display:none;
}

.post-pagination {
    background: #f0f3f6;
    padding: 95px 0px 41px;
}


.pagination-wrapper{
    max-width: 627px;
    margin: 0 auto;
    float: none;
}

.post-pagination a{
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    font-weight: 400;
    letter-spacing: 1px;
}

.post-pagination h2{
    font-size: 35px;
    line-height: 43px;
    color: #303741;
    font-weight: 400;
    padding-top: 8px;
}

.nav-text h5{
    font-size: 14px;
    line-height: 24px;
    color: #006eb6;
    text-decoration: underline;
    letter-spacing: 1.5px;
}


.arrow-image{
    margin: 0 auto;
    float: none;
    display: block;
    text-align: center;
    padding-top: 70px;
}

.arrow-image img{
    max-width: 26px;
}


/*Social Icons Styling*/

body.hs-blog-listing .social-icons{
    display:none;
}

.post-social-grp{
    position:relative;
}

body .container-fluid .row-fluid .social-icons{
    min-height:0;
}

/*.social-icons ul{
    position: absolute;
    top: 1%;
    right: 9%;
}*/


@media (min-width: 1025px){
.hs-blog-post .post-sharing-icons{
    position: absolute;
    top: 60px;
    right: 120px;
    transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    width: 40px;
}
.hs-blog-post .post-sharing-icons.sticky-icons{
    position: fixed;
    padding-top:100px;

}
.hs-blog-post .post-sharing-icons.sticky-icons.past-bottom{
    position: absolute;
}

}



.social-icons li {
    margin: 0;
    padding: 0;
    width: 26px;
    border: 1px solid #0070b5;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 9px;
}



.social-icons li:before{
    display:none;
}

.social-icons i.fa {
    font-size: 13px;
    line-height: 23px;
}


/*Fancy Box Styling*/

.fancybox-overlay{
    background-color: rgba(43, 43, 43, 0.94)!important;
}

.fancybox-opened .fancybox-skin{
    background:none!important;
    padding:0!important;
}

.fancybox-close{
    background-image:none!important;
    background-position:center;
    position: fixed!important;
    top: 62px!important;
    right: 55px!important;
    position:relative;
}


.fancybox-close:before{
     content:"";
     background-image:url('//cdn2.hubspot.net/hubfs/1863753/Blog%20Assets/Close-Button.png')!important;
     width:36px;
     height:36px;
     position: absolute;
    background-size: contain;
 }
 
@media(min-width:1024px){ 
 
.fancybox-type-iframe .fancybox-inner {
  width:1008px!important;
}
}


/*Sidebar Styling*/

.post-topic-grp {
    background: #f0f3f6;
    padding: 43px 48px;
    border-bottom: 1px solid #fff;
    transition: all ease-in-out .2s;
}

.post-topic-grp:hover{
    background:#fff;
}

.post-topic-grp:hover a,
.post-topic-grp:hover h2 a{
    color:#006eb6;
}

.post-date {
    color: #a0a0a0;
    font-size: 12px;
    line-height: 26px;
    text-align: left;
}

.post-topic-grp h2,.post-topic-grp h2 a{
    font-size: 16px;
    color: #303741;
    line-height: 19px;
    text-align: left;
    transition:all ease-in-out .2s;
}




.row-1,
.row-2,
.row-3,
.row-4,
.row-5{
    border-bottom: 1px solid rgba(255, 255, 255, 0.54);
}


body.sustainability-initiatives .row-2,
body.sustainability-initiatives .row-3,
body.sustainability-initiatives .row-4,
body.sustainability-initiatives .row-5{
    display:none;
}

body.sustainability-in-the-news-headlines .row-1,
body.sustainability-in-the-news-headlines .row-3,
body.sustainability-in-the-news-headlines .row-4,
body.sustainability-in-the-news-headlines .row-5{
    display:none;
}

body.sustainability-in-the-news-headlines .row-2{
    display:block;
}

body.building-the-business-case .row-1,
body.building-the-business-case .row-2,
body.building-the-business-case .row-4,
body.building-the-business-case .row-5{
    display:none;
}

body.building-the-business-case .row-3{
    display:block;
}

body.sustainability-insights-recommended-readings .row-1,
body.sustainability-insights-recommended-readings .row-2,
body.sustainability-insights-recommended-readings .row-3,
body.sustainability-insights-recommended-readings .row-5{
    display:none;
}

body.sustainability-insights-recommended-readings .row-4{
    display:block;
}

body.get-involved-in-pro-sustainability .row-1,
body.get-involved-in-pro-sustainability .row-2,
body.get-involved-in-pro-sustainability .row-3,
body.get-involved-in-pro-sustainability .row-4{
    display:none;
}

body.tüv-rheinlands-pro-sustainability-perspective .row-2,
body.tüv-rheinlands-pro-sustainability-perspective .row-3,
body.tüv-rheinlands-pro-sustainability-perspective .row-4,
body.tüv-rheinlands-pro-sustainability-perspective .row-5{
    display:none;
}

body.tüv-rheinlands-pro-sustainability-perspective .row-1{
    display:block;
}

/*Ebook Section Styling For Sidebar*/

body.hs-blog-post .left-col .ebook-download-section{
    padding: 19px 48px;
    border-bottom:1px solid #ffffff;
}


body.hs-blog-post .left-col .ebook-download-section h5{
    font-size: 12px;
    line-height: 19px;
}

body.hs-blog-post .left-col .ebook-download-section h2{
    font-size: 16px;
    line-height: 19px;
}

body.hs-blog-post .left-col .ebook-download-section .widget-type-cta{
    margin-top: 12px;
}

body.hs-blog-post .left-col  .ebook-download-section .cta_button{
    margin-top:0;
}

body.hs-blog-post .left-col  .ebook-download-section .ebook-img{
    width: 57%;
}

body.hs-blog-post .left-col .ebook-download-section .ebook-img img{
    max-width: 100%;
}

/*Certified Image*/

.certified-image{   
   text-align: center;
    margin-top: 32px;
    margin-bottom:30px;
}

.certified-image img{
    max-width:227px;
    text-align:center;
}

.member-image img{
   max-width:227px;
   text-align:center;
}

.member-image{
    text-align:center;
    margin-bottom:150px;
}


/*Progress Bar Styling*/


progress{
 position: fixed;
   left: -70px;
   top: 335px;
   z-index: 1;
   width: 202px;
   height: 2px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border: 0;
   background-color: #e9e9e9 ;
   color: #ccd2d7 ;
   transform: rotate(90deg);
   z-index: 18;
}

.progress-line{
   
    position: absolute;
    left: -173px;
    top: 231px;
}

.progress-line:before{
    content:"\f111";
    position:absolute;
    font-size:12px;
    line-height:22px;
    font-family:FontAwesome;
    color:#1478c6;
       left: 199px;
    top: -12px;
    z-index:19;
}

.progress-line:after{
    content:"\f111";
    position:absolute;
    font-size:12px;
    line-height:22px;
    font-family:FontAwesome;
    color:#1478c6;
    left: 199px;
    bottom: -223px;
    z-index:19;
}

progress::-webkit-progress-bar {
  background-color: #e9e9e9;
}

progress::-webkit-progress-value {
  background-color:#1478c6;
}

progress::-moz-progress-bar {
  background-color: #1478c6
}


@media(max-width:640px){
    

progress{
    top:50%;
}


}


/*Post Topic Styling*/

body .container-fluid .row-fluid ul.topic-list {
    list-style-type:none;
    padding: 25px 0px 3px;
}

.topic-list li{
    margin:0;
    padding:0;
    display:inline-block;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 19px;
}

.topic-list li a{
    font-size: 14px;
    color: #a0a0a0;
    line-height: 19px;
    letter-spacing: 1px;
}

.topic-list  li:before{
    display:none;
}



/*Topic Page Styling*/



body.category-page .post-item{
    border-bottom: 1px solid rgba(169, 169, 169, 0.29);
}

body.category-page .blog-container,
body.category-page .latest-article-grp{
    display:none;
}

.category-page .hs-featured-image-wrapper {
   // width: 12.4%;
    background-size: cover !important;
    background-position: top center !important;
    display: block;
    height: 150px;
}

.category-page .blog-section{
        padding: 0 2.9%;
}

.category-page .topic-module h2 {
    padding-bottom: 56px;
}

body.category-page  .container-fluid .row-fluid .ebook-download-section,
body.category-page  .container-fluid .row-fluid  .footer-section{
    display:none;
}




@media (min-width: 768px){

.category-page .topic-module {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    position: relative;
    padding: 31px 0 28px;
}

.category-page .blog-section .hs-featured-image-wrapper {
       width: 16.4%;
}

.category-page  .text-module {
    width: 87.5%;
    float: left;
}

}


/*=======================================================================================
  Responsive Styling
=========================================================================================*/





@media(max-width:1024px) and (min-width:768px){
   
body.hs-blog-post .logo{
    margin-left:8%;
}   
   
   
.inner-right-col:before{
    height: 152px;
    left: -1px;
    right: -1px;
} 

body.hs-blog-post .inner-right-col:before {
    bottom: -1px!important;
}

/*New Requirement*/


   
body .container-fluid .row-fluid .inner-right-col{
     padding: 51.6% 0px 0px 5.3%;
}  

.social-icons ul{
    right:2%;
}

.ebook-download-section .ebook-img img {
    max-width: 135px;
}

.ebook-download-section h2 {
    font-size: 24px;
    line-height: 34px;
}
  
.post-pagination {
   
    padding: 95px 40px 41px;
}  
  
 .position-left .ebook-download-section .equal-height-container>.row-fluid-wrapper>.row-fluid{
    display:block;
}  
    

    


body .container-fluid .row-fluid .position-left .ebook-download-section .span3 img{
    max-width: 100%;
   
}

.post-topic-grp {
   padding: 43px 25px;
} 

body.hs-blog-post .left-col .ebook-download-section {
    padding: 19px 25px;
}

body.hs-blog-post .container-fluid .row-fluid .post-right-col{
    width: 72.8%; 
}

.hs-blog-post .blog-section h1,
.hs-blog-post .blog-section h2, 
.hs-blog-post .blog-section h3, 
.hs-blog-post .blog-section h4, 
.hs-blog-post .blog-section h5, 
.hs-blog-post .blog-section h6,
body.hs-blog-post .container-fluid .row-fluid .blog-section ul, 
.hs-blog-post .blog-section ol,
.hs-blog-post .blog-section p{
    padding:0 25px;
}

.post-item h2{
    font-size:20px;
    line-height:30px;
}

.category-page .blog-section .hs-featured-image-wrapper{
    width: 40.4%;
}

.blog-container .hs-featured-image-wrapper{
    width: 40.4%;
}

body.hs-blog-post .ebook-download-section .blog-body-wrapper{
    padding: 0px 40px;
}


body.hs-blog-post .position-left .ebook-download-section .blog-body-wrapper{
    padding: 0 0;
}

.topic-page .blog-section, .hs-blog-post .blog-section{
    margin-top:0;
}

body.hs-blog-listing .certified-image img{
    max-width:100%;
}

body.hs-blog-listing .text-module h2, body.hs-blog-listing .text-module h2 a{
    font-size:25px;
    line-height:35px;
}

.certified-image img{
    max-width:100%;
    //padding:0px 10px;
}

body .container-fluid .row-fluid .social-icons{
    display:none;
}

}

@media(max-width:1300px) and (min-width:768px){
    
    
body .container-fluid .row-fluid .position-left .ebook-download-section .span9{
    width:100%;
}    


body .container-fluid .row-fluid .position-left .ebook-download-section .span3{
    width: 100%;
   display: block;
    float: none;
    text-align: center;
    margin: 0;
    clear: both;
    padding-top: 29px;
} 


.position-left .ebook-download-section .equal-height-container>.row-fluid-wrapper>.row-fluid{
    display:block;
}



}

@media(max-width:1400px) and (min-width:768px){
    
body .container-fluid .row-fluid .logo-img.logo{
    margin-left:8%;
}

body.hs-blog-post .container-fluid .row-fluid h1{
    font-size: 40px;
    line-height: 40px;
}
    
}




@media(max-width:767px){
    
progress{
    display:none;
}  

.fadeInLeftBig,
.fadeInRight,
.fadeInUp{
        animation: none;
}

.animated{
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
}

/*Header Styling*/

body .container-fluid .row-fluid .search-icon{
    display:none;
}

body .container-fluid .row-fluid .menu-grp{
    display: inline-block;
    max-width: 50px;
    width: 100%;
    float: right;
    position: relative;
    right: 67px;
    top: 6px;
}

.logo{
    display: inline-block;
    float: left;
    max-width: 180px;
}

.custom-menu-primary.main-navigation{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    margin:0;
    padding:0;
}

.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 24px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 0px;
    width: 62px;
    height: 40px;
    padding:0;
    background: #0070b5;
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    border-radius: 0;
    text-align: center;
    padding-top: 32px;
}

.mobile-open .mobile-trigger,
.mobile-trigger:hover{
    background-color:#0070b5;
}


.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size: 16px;
    line-height: 35px;
}

.custom-menu-primary.js-enabled .hs-menu-wrapper{
    z-index:11;
    top:62px;
}


.mobile-open .mobile-trigger {
   z-index:5;
}

.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: #ffffff;
}

.mobile-trigger i{
   transition: all .5s ease-in;
}

.mobile-open .mobile-trigger i{
   background:transparent;
   transition: all .1s ease-in;
}

.mobile-trigger i:before,
.mobile-trigger i:after{
   transition: all .3s ease-in;
}

.mobile-open .mobile-trigger i:before {
   top: 0;
   transform: rotate(45deg);
   background:#fff;
}

.mobile-open .mobile-trigger i:after{
   top: 0;
   transform: rotate(-45deg);
   background:#fff;
}


/*End Of Header Styling*/


.body-container-wrapper{
    margin-top:0;
}

body .container-fluid .row-fluid .left-col.position-left,
body .container-fluid .row-fluid .post-right-col{
    width:100%;
}

.blog-container .topic-module {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
  
.text-module {
    padding-top: 30px;
} 

.blog-container .hs-featured-image-wrapper {
    width: 100%;
}

.inner-right-col:before {
   height: 88px!important;
   bottom: -1px;
}

body .container-fluid .row-fluid .inner-right-col {
   height: 526px;
  padding: 21.6% 0px 0px 5.3%;
}

.hs-blog-listing .blog-body-container>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction:column-reverse;
}

body .container-fluid .latest-article-grp,
body.hs-blog-listing .container-fluid .blog-container,
body.hs-blog-listing .container-fluid .ebook-download-section{
    display:none;
}

body .container-fluid .row-fluid .footer-section .widget-type-linked_image{
    text-align: center;
    float: none;
    margin: 0 auto 30px;
}

.footer-section {
    padding: 30px 0;
}

/*Post Styling*/

body.hs-blog-post .blog-body-container {
    padding-left:0;
}

body.hs-blog-post .container-fluid .row-fluid .left-col.position-left,
body.hs-blog-post  .container-fluid .row-fluid .social-icons{
    display:none;
}

.topic-page .blog-section, .hs-blog-post .blog-section {
    margin-top: 0;
}

.hs-blog-post .blog-section{
    padding:0px 10px;
}


body.hs-blog-post .ebook-download-section .blog-body-wrapper{
    padding:0px 20px;
}

body.hs-blog-post .left-col.position-left .ebook-download-section .blog-body-wrapper{
   padding:0px 0px;
}

.post-pagination{
    padding: 50px 20px;
}

.ebook-download-section .ebook-img img,
body.hs-blog-post .left-col .ebook-download-section .ebook-img img{
    max-width: 150px;
}

.ebook-download-section{
    padding: 55px 0;
}

body .container-fluid .row-fluid .ebook-img{
    width: 40%;
    float: left;
    text-align:right;
} 

body .container-fluid .row-fluid .ebook-download-section .span9{
    width: 43%;
    float: left;
}

.ebook-download-section h2 {
    font-size: 16px;
    line-height: 26px;
}

.post-pagination h2 {
    font-size: 24px;
    line-height: 34px;
}

body.hs-blog-post .ebook-download-section .cta_button {
    margin-top: 0;
}
  
  
.hs-blog-post .blog-section img{
    height:auto;
}

.arrow-image{
    padding-top:50px;
}

.category-page

body.category-page .container-fluid .row-fluid .left-col.position-left{
    display:none;
}
  
.category-page .topic-module h2{
    font-size: 24px;
    line-height: 34px;
    padding-bottom:30px;
}

body.hs-blog-listing.category-page .post-item{
    padding-bottom: 30px;
    border-bottom: none;
}

.text-module {
    padding-top: 0px;
}

.topic-module {
    display: flex;
    flex-direction: column-reverse;
}


  
    
}


/*Scroller Bar Styling*/


.left-col.position-left::-webkit-scrollbar {
    width: 12px;
    background: #f2f2f2;
}
 
.left-col.position-left::-webkit-scrollbar-track {
       background: #f2f2f2;
}
 
.left-col.position-left::-webkit-scrollbar-thumb {
     background: #ccc;
}



/*Search Page Styling*/


body.visible .container-fluid .row-fluid .search-form{
    opacity:0;
}    
  

.search-page .body-container-wrapper{
    padding-bottom:50px;
}

.search-page .footer-container-wrapper {
    border-top: 1px solid #ccc;
}

.search-heading h1{
    line-height:65px;
    padding: 100px 0 50px;
}

body .container-fluid .row-fluid .search-group{
    float:right;
    //position:relative;
}


body .container-fluid .row-fluid .search-form{
    position: absolute;
    right: 5px;
    background: white;
    padding: 22px;
    width: 100%;
    max-width: 350px;
    border-radius: 3px;
    top: 50px;
    border: 1px solid #e5e5e5;
}



body .container-fluid .row-fluid .search-form input{
    height: 36px;
      border-color: #eee;
    border-radius: 5px;
    margin: 0;
    -webkit-appearance: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

.search-form form{
    position:relative;
}

.search-form .search-button{
    position: absolute;
    top: 0;
    right: 0;
}

body .container-fluid .row-fluid .search-form #search_submit{
    color: #fff;
    background: transparent;
    border: 0;
    padding: 0;
    width: 0px;
}

/*.search-form .search-button:before{
    content: '\f002';
    position: absolute;
    top: 5px;
    right: 10px;
    font-family: FontAwesome;
    font-size: 18px;
    padding: 0 6px;
    color: #A4A4A4;
}*/


.close-button{
    position: absolute;
    top: -16px;
    right: -14px;
    width: 10px;
    cursor: pointer;
}

.top-search-icon{
    cursor:pointer;
}

body .container-fluid .row-fluid .search-form{
    opacity: 0;
    z-index: -11;
    pointer-events: none;
}

body .container-fluid .row-fluid .search-open .search-form{
    opacity: 1;
    z-index: 11;
    pointer-events: auto;
    transition: all .2s ease-in;
}




@media (max-width:1024px) and (min-width:768px){

.search-form:before {
    right: 54px;
}

}


/*New Requirement Styling*/

.sidebar-open .pth-header .close-bars{
    background:transparent;
}

.sidebar-open .pth-header .close-bars:after{
    bottom: 0;
    transform: rotate(-45deg);
}

.sidebar-open .pth-header .close-bars:before {
    top: 0;
    transform: rotate(45deg);
}

body.hs-blog-post .category-menu-grp{
    left: -100%;
    transition: all ease-in-out .8s;
    position: relative;
    z-index: 12;
    background: #ffffff;
 
}

body.hs-blog-post.sidebar-open .category-menu-grp{
    left:0;
}

body.hs-blog-post .post-articles{
    position: absolute;
    top: 0;
}

 body.hs-blog-post .container-fluid .row-fluid .inner-right-col {
    height: 548px;
}

body.hs-blog-post .inner-right-col:before{
    //bottom: -1px;
      bottom:-19%
}

@media(min-width:1950px){
 
 
body.hs-blog-post .inner-right-col:before{
    bottom:-7%
}   
    
}

.section.post-header{
    padding-top:100px;
}


@media(max-width:1024px) and (min-width:768px){
    
    
.section.post-header{
    padding:0;
}    

}


@media(max-width:767px){
    
.pth-header{
    position:static;
}    
    
.header-grp.pth-header{
    width:100%;
}    
    
body.hs-blog-post .inner-right-col:before{
    bottom:-1px;
}  

.section.post-header h1{
    font-size: 25px;
    line-height: 35px;
}
    
body.hs-blog-post .container-fluid .row-fluid .left-col.position-left{
    display:block;
    
} 

body .container-fluid .row-fluid .menu-grp{
    right:5px;
   
}

body.hs-blog-post .container-fluid .row-fluid .menu-grp{
    //right:-5px;
}

.pth-header .close-icon{
    top:-16px;
}

.pth-header .close-bars{
    top:30px;
}

.home-icon{
    position:relative;
    right:64px;
}



body.sidebar-open .container-fluid .row-fluid .left-col.position-left,
body .container-fluid .row-fluid .left-col.position-left,
body.hs-blog-post .container-fluid .row-fluid .left-col.position-left,
body.sidebar-open .category-menu-grp,
body .category-menu-grp,
body.hs-blog-post .category-menu-grp{
    left:0;
    min-height: 0;
}

body .container-fluid .row-fluid .category-menu-grp{
    position:absolute;
    top:-2500px;
    transition: all ease-in-out .8s;
   box-shadow: 0 0 0.5px 0.5px rgba(0, 0, 0, 0.23);
   width:100%;
}

body.sidebar-open .container-fluid .row-fluid .category-menu-grp{
    top:62px;
}

body.hs-blog-post .container-fluid .row-fluid .post-articles{
    display:none;
}



body.hs-blog-listing .container-fluid .latest-article-grp, body.hs-blog-listing .container-fluid .blog-container{
    display:block;
}

body.hs-blog-listing.category-page .container-fluid .latest-article-grp, body.hs-blog-listing.category-page  .container-fluid .blog-container{
    display:none;
}

.text-module{
    padding-top: 20px;
    display: block;
    width: 100%;
}

body.hs-blog-listing .text-module h2, body.hs-blog-listing .text-module h2 a {
    font-size: 20px;
    line-height: 30px;
}

.blog-container .no-bottom-border .topic-module:before{
    display:block;
}

body.hs-blog-listing.category-page .container-fluid .row-fluid .left-col.position-left {
    padding-bottom: 50px;
}
    
}



/*New Requirement 6th jan*/

body.hs-blog-listing .post-articles{
    display:none;
}

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



body .row-fluid .scroll-down-icon{
    position:absolute;
    left:71px;
    bottom:150px;
    -webkit-animation: scrldwn 1.5s infinite;
    animation: scrldwn 1.5s infinite;
}

@-webkit-keyframes scrldwn {
    0%   {bottom: 150px;}
    25%  {bottom: 155px;}
    50%  {bottom: 150px;}
    75%  {bottom: 155px}
    100% {bottom: 150px;}
}

@keyframes scrldwn {
    0%   {bottom: 150px;}
    25%  {bottom: 155px;}
    50%  {bottom: 150px;}
    75%  {bottom: 155px}
    100% {bottom: 150px;}
}

@media(max-width:767px){
    
body.hs-blog-post .container-fluid .row-fluid .inner-right-col{
    height:340px;
}    

body.hs-blog-post .container-fluid .row-fluid .left-col.position-left{
    position: relative;
    top: -63px;
    z-index:20;

}

.progress-line:before,
.progress-line:after{
    display:none;
}
    
}


@media(min-width:768px) and (max-width:1024px){
    
.member-image img{
    max-width:100%;
}    
    

}


@media(min-width:1025px) and (max-width:1700px){
 
.hs-blog-post .post-sharing-icons,
.hs-blog-post .post-sharing-icons.sticky-icons{
  right: 1%;
}   
}






@media (min-width:768px){


.hs-blog-post .category-menu-grp::-webkit-scrollbar {
    width: 12px;
    background: #f2f2f2;
}

.hs-blog-post .category-menu-grp::-webkit-scrollbar-thumb {
    background: #ccc;
}

.hs-blog-post .category-menu-grp::-webkit-scrollbar-track {
    background: #f2f2f2;
}

body.hs-blog-post .category-menu-grp {
    position: fixed;
    z-index: 12;
    background: #fff;
    width: 25.2%;
    top: 61px;
    bottom: 0;
    overflow-y: scroll;
    height: auto!important;
    background: #dbecf7;
}

body.hs-blog-post.sidebar-open .category-menu-grp {
    left: 64px;
}
    
}



@media(min-width:2000px){
    
    
body .container-fluid .row-fluid .post-right-col{
        width: 75.111%;
}


}












