/* @import url('http://example.com/example_style.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    */
/*****************************************/


/**********************************blog code starts************************/

/**********************************Global starts************************/

html {
  height: 100%;
  position: relative;
}

body {
    font-family: 'Lato', sans-serif;
    margin:0px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color:#515151 !important;
}

body.footer-bottom {
  min-height: calc(100vh - 56px);
  position: relative;
  padding-bottom: 56px;
}

body.footer-bottom.full-footer{
  min-height: calc(100vh - 370px);
  padding-bottom: 370px;
}

@media screen and (max-width: 768px) {
  body.footer-bottom.full-footer{
     min-height: calc(100vh - 870px);
    padding-bottom: 870px; 
  }
}

body.footer-bottom .footer-container-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.body-container-wrapper {
    width: 100%;
    max-width: 1150px;
    margin: 0px auto;
}

.page-center {
    max-width: 1116px;/*1216px;*/
    margin: 0 auto !important;
    float: none !important;
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid .span10 {
        width: 83.872928%;
    }
}

.ss360-suggests__link {
  color: #58c5c7 !important;
}
a:not(.unibox__search-content):hover, a:not(.unibox__search-content):active {
    color: #bce4e5;
}

.hidden {
    display: none;
}

.hs-button {
    cursor: pointer;
}

@media screen and (max-width: 568px){
  .mobile-hidden {
    display: none;
  }
}
.content_sec {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100% !important;
}
/**********************************Global ends************************/

/**********************************Header startss************************/
.span12.widget-span.widget-type-custom_widget.new-blog-filter {
    display: none !important;
}





.logo {
    width: 170px !important;
}
.header_outer {
    padding: 10px 0px 10px 0px;
    border-bottom:5px solid #cccccc1f;
}
.header_outer {
    position: fixed;
    z-index:9999;
    background-color: #fff !important;
}
.post_header_outer_sec { 
    display:none !important;
}
/*.header_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: inline-block;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 14px;
    padding:4px;
}*/
.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: 240px; /*165px*/
}
.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 ul.hs-menu-children-wrapper {
  left: 165px;
}
.header_menu li ul {
     background-color: #ccc;
     border-radius: 0;
     border: 0;
     padding: 5px;
}
.header_menu li ul ul {
    /*left: 277px !important;*/
    top: 0 !important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.top_menu-sec {
    Width: 95% !important;
}
.top_menu-sec span {
    float: right;
}
.header_menu ul {
    float: right;
}
.top_menu-sec a {
    background: #014a8f;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 5px;
    padding: 2px 15px !important;
    text-decoration: none;
    white-space: nowrap;
}

.top_menu-sec a:hover {
    color: #fff;
    background: #aaa;
}
.search_sec {
    margin:0px;
    float: right !important;
    width: 4% !important;
}
.search_sec form input {
    width: 0px;
    padding-left: 30px;
    cursor: pointer;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    color: #fff !important;
    height: 35px;
    border: none;
    border-radius: 3px;
    background-color: #86aed2;
    float: right;
    transition: 1s all;
}
.search_sec form input::placeholder {
  color: white;
}
.header_menu {
    padding-top: 70px;
    margin: 0px !important;
    float: right !important;
}

.search_sec form input:focus {
    width: 210px;
    padding-right: 10px;
    padding-left: 30px;
    color: #e1e5ef;
    background-color:#86aed2;
    cursor: auto;
    border-radius: 0px;
    border: none;
}
.header_menu ul li.hs-item-has-children>a:after {
    content: "\f0d7";
    font-size: 15px;
    padding: 0px;
    font-family: FontAwesome;
    font-weight: 200;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-right: 4px solid transparent;
    position: relative;
    top: 2px;
}
.header_menu ul li.hs-item-has-children ul li.hs-item-has-children > a::after{
  content: "\f0da";
}

/*set a min-widtht on the header sub-menus*/
.header_menu li.hs-item-has-children.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
	min-width: 235px;
}

.search_sec {
    margin-left: 0 !important;
    width: 8%;
}
::-webkit-input-placeholder {
   color: #fff;}

:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff; 
}

:-ms-input-placeholder { 
   color: #fff; 
}

.header_menu li a {
    font-size: 14px !important;
    color: #363839;
    font-weight: 500;
    line-height: 40px;
    padding: 0px 10px !important;
    text-transform: uppercase;
}
.header_menu li ul a {
    width: 100% !important;
   max-width: 100% !important;
   text-transform: capitalize;
   color: #242424 !important;
   font-size: 13px !important;
   font-weight: 400 !important;
   padding: 0px 11px !important;
   line-height: 34px !important;
   border: none !important;
   box-shadow: none !important;
}
/**********************************Header ends************************/

/**********************************Footer starts************************/
.follow_us_sec p{
    display: block;
    text-align: center;
    background: #C6C6C6;
    color: #242424 !important;
    width: 50%;
    margin-top: 30px;
    padding: 5px 0;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 700;
}
.footer_bottom {
    color: #fff;
    text-align: center;
    font-size: 13px;
}
.footer_bottom p {
    color: #fff !important;
}
.footer_bottom {
    background-color: #545454;
    padding: 6px;
    margin:0px !important;
}

.footer_inner a:hover {
    color: #86AED2;
    font-weight: 500;
}
.footer_inner a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.follow_us_sec span> i {
    background-color: #c6c6c6;
    border-radius: 20px;
    color: #242424;
    font-size: 19px;
    line-height: 30px;
    margin: 3px;
    text-align: center;
    width: 28px;
    height: 28px;
}
.follow_us_sec span i:hover {
    background-color:#86AED2;
}
.follow_us_sec p:hover {
    background-color:#86AED2;
}
.footer_menu_inner a {
    color: #86AED2;
}
.footer_menu_inner a:hover {
   color: #aaa;
}
.footer_sec {
    background-color: #242424;
    height: auto;
    min-height: 35px;
    padding: 25px 0 30px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
.footer_sec .col_one a {
    color: #86AED2;
}
.footer_sec .col_one a:hover {
    color:#aaa;
}

.footer_sec .col_one h2 {
    color: #eee;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight:unset;
    
}
.footer_sec .footer_menu_header h2 {
    color: #eee;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight:unset; 
}
.footer_sec .col_three h2 {
    color: #eee;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight:unset;
}
.follow_us_sec h2 {
    color: #eee !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight:unset;
    width: 35%;
    float: left;
}
.footer_sec p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
.footer_sec .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
       padding:5px 0px 0px 0px;
}
.follow_us_sec a {
    color: #000;
    padding-left: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}
.follow_us_sec i.fa-user {
    font-size: 16px;
}
.footer_inner p {
     margin: 6px;
    font-weight: 100;
    font-size: 13px;
}

/**********************************Footer ends************************/

/**********************************content starts************************/



.breadcrum_menu_outer {
    background-color:#000;
    display:none !important;
}
.breadcrum_menu_outer span {
    padding:20px 0px;
}
.post_header_outer_sec {
      background-color:#d9e8ee;
      padding:30px 0px;
}
.breadcrum_menu_outer .hs-breadcrumb-menu a {
    color: #d48500;
    text-decoration: none;
    cursor: pointer;
}
.breadcrum_menu_outer span {
    padding: 20px 0px;
    color: #fff;
    font-size: 14px;
}
.breadcrum_menu_outer .hs-breadcrumb-menu a:hover {
    color: #6699c2;
}
.content_sec .post-body a {
    color: #58c5c7;/*#8053b8;*/
    text-decoration: none;
   }
.content_sec .post-body a:hover {
    color:#bce4e5;
}
.content_sec .post-body {
    line-height:1.5;
    color: #515151;
    font-size: 16px;
}
.content_sec .subscribe_sec .hs-button {
    border-radius:4px;
    border: 0;
    background: #58c5c7;/*#624585;*/
    color: #fff;
    padding: 13px 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-size:16px;
}
.content_sec .subscribe_sec .hs-button:hover {
    border: 2px solid #FFF;
    border-color: #bce4e5/*4C6899*//*aaa*/;
    background: #bce4e5/*4C6899*//*aaa*/;
}
.content_sec .subscribe_sec ul {
    list-style-type:none;
    padding-left:0px;
}
.content_sec .subscribe_sec h3 {
    font-size: 22px;
    color: #58c5c7;/*#624585;*/
}
.content_sec .subscribe_sec span {
    font-size: 16px;
    color:#666;
    font-weight: 700;
}
.sidebar-search .hs-search-field__input{
  margin: 0px !important;
  border: 1px solid #aaa;
  border-radius: 8px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  height: 46px;
  outline: none;
  padding: 5px 15px;
}
.sidebar-search button{
  display: none;
}
.sidebar-search .hs-search-field__form{
  gap: 10px;
}
.sidebar-search .hs_cos_wrapper_type_icon{
  position: relative;
  right: 0px;
  top: 0px;
}
.sidebar-search svg{
  fill: #666;
}
.hs-search-field__suggestions a,
.span3 h4 a {
  color: #57c5c7;
}
.hs-search-field__suggestions a:hover {  
  color: #57c5c7;
}

.content_sec .subscribe_sec input, .sidebar-search .hs-search-field__input {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 8px;
    margin:10px 0px;
}
.content_sec .subscribe_sec input:focus, .sidebar-search .hs-search-field__input:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.content_sec .block h3 {
    color: #58c5c7;/*#624585;*/
    font-weight: 300;
    margin-bottom: 24px;
}
.content_sec .block ul {
    list-style-type:none;
    padding-left:0px;
}
.content_sec .block li:hover {
    color: #ffffff ;
    background-color:#aaa;
    
}
.content_sec .block li{
    padding:10px;  
    border-bottom:1px solid #cccccc5c;
}
.content_sec .block a {
  color:#000; 
  text-decoration:none;
}
.content_sec {
    padding:0px 0px;
    margin-top: 0px !important;         
}
.content_sec .block a:before {
    content: "\f054";
    padding-right: 5px;
    vertical-align: middle;
    font-family: FontAwesome;
}
.content_sec .date_sec {
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    margin-top:20px;
}
.content_sec .date_sec p {
  margin:0px !important;
  padding:10px;
}
.content_sec .date_sec p:hover {
    background-color:#bce4e5/*aaa*/;
    display:inline-block;
    color:#fff;
}
.content_sec .date_sec p:hover {
    color:#fff;
}
.content_sec .block li:hover a {
    color: #fff;
}
.content_sec .date_sec p:before {
    content: "\f073";
    font-family: FontAwesome;
    margin-right: 3px;
    color: #58c5c7;/*#624585;*/
}
.content_sec #hubspot-topic_data a{
    color: #58c5c7/*#8053b8*/ !important;
    text-decoration: none;
}
.content_sec #hubspot-topic_data a:hover{
    color: #bce4e5/*4C6899*//*515151*/ !important;
}
.blog_author_inner {
    border:1px solid #ccc;
    padding:10px;
}
.blog_author_inner .author-link {
    color: #58c5c7;/*#624585;*/
    text-decoration:none;
    font-size:22px;
  margin-bottom: 20px;
}
.blog_author_inner .author-link:hover {
    color:#515151;
}
.blog_author_inner .author-image {
    width: 15%;
    float: left;
}
.blog_author_inner {
    /*max-width:80%;*/
    margin-bottom:30px;
}
.content_sec .new-comments {
    border:1px solid #ccc;
    padding-left: 30px;
    margin-bottom: 10px;
}
.content_sec .new-comments a{
    color:#6699c2;
    text-decoration:none;
}
.content_sec .comment.depth-0 {
   border-bottom: 1px solid #000 !important;
   border-top: medium none !important;
   margin: 0 10px 10px !important;
   padding: 0 15px !important;
}
.comment-reply-to {
  
   border: none;
   padding-left: 25px;
   color: #333;
   margin-bottom: 15px;
}

/*
 
.blog_comment_sec_wrap .hs_submit input {
- background: #624585;
+ background: #58c5c7;
}
.content_sec .date_sec p::before {
- color: #624585;
+ color: #58c5c7;
}
.content_sec #hubspot-topic_data a {
- color: #8053b8 !important;
+ color: #58c5c7 !important;
}
.blog_author_inner .author-link {
- color: #624585;
+ color: #58c5c7;
}
.content_sec .block h3 {
- color: #624585;
+ color: #58c5c7;
}
.content_sec .subscribe_sec .hs-button {
- background: #624585;
+ background: #58c5c7;
}
.content_sec .subscribe_sec h3 {
- color: #624585;
+ color: #58c5c7;
}
 */
.blog_comment_sec_wrap {
    max-width:80%;
}
.hs_cos_wrapper_type_blog_comments .hs_submit {
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog_comment_sec_wrap .hs_submit input{ 
    background: #58c5c7;/*#624585;*/
    text-align: center;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 16px;
}
.blog_comment_sec_wrap .hs_submit input:hover{
    background: #aaa;
}
.content_sec .comment-date, .comment-from {
    display: block;
}
.content_sec .comment-from h4 {
    color: #58c5c7;
    margin-bottom: 0px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.blog_comment_sec_wrap form {
    margin-top: 30px;
}
.blog_comment_sec_wrap form .hs-form-field input { 
    margin:10px 0px;  
    border-radius:3px;
    border:1px solid #999999;
    color: #3b3b3d;
    height:40px;
}
.blog_comment_sec_wrap form .hs-form-field textarea {
    margin: 10px 0px 10px 0px;
    border-radius: 3px;
    border: 1px solid #999;
    color: #3b3b3d;
    padding: 5px;
}
.blog_comment_sec_wrap ul.hs-error-msgs.inputs-list {
   background: #FBE3E4 none repeat scroll 0 0;
   border: none;
   color: #8A1F11;
   display: block !important;
   padding: 10px !important;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -o-border-radius: 4px;
   -ms-border-radius: 4px;
   border-radius: 4px;
   list-style-type: none;
}
.blog_comment_sec_wrap .hs_error_rollup {
display: none;
}
.content_sec .subscribe_sec input:focus {
    outline: 0;
    border-color: #34495e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
}

.blog_comment_sec_wrap ul.hs-error-msgs.inputs-list {
    background: #fbe3e4 none repeat scroll 0 0;
    border: 0;
    color: #8a1f11;
    display: block !important;
    padding: 10px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    list-style-type: none;
    margin: 0;
    margin-bottom: 10px;
}
.comment-body {
   border-bottom: medium none;
   color: #3b3b3d;
   display: block;
   line-height: 1.5;
   padding: 0;
}
.comment_sec {
   display: none !important;
}
.content_sec .new-comments {
   border: 1px solid #ccc;
   padding-left: 0px;
}
.content_sec .date_sec p:hover:before{
    color: #fff;
}
.post-header_sec h1 {
    background-color: #6699c2;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    padding: 20px;
    display:inline-block;
}

.listing-post-header h2 a {
    font-weight: 600 !important;   
}
.b_header_outer {
    margin-bottom:20px;
}
.b_post-header {
    margin-left:0px !important;
}
.b_header_outer .b_post-header h1 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 12px;
    border-bottom: 2px solid #58c5c7;/*#624585;*/
    color:#515151;
}

.hs-blog-listing .custom-menu-primary .hs-menu-wrapper > ul li a:hover, .hs-blog-post .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
  color: #4c6899 !important;
}


body.hs-blog-listing .hs-author-avatar img {
  max-width: 250px;
  margin: auto;
}


/*TEMPORARY to hide topics*/
#hubspot-topic_data {
    visibility: hidden;
}
/**************************posting code ends here******************/

/**************************listing code starts here******************/

.listing_img .hs-featured-image{
    float: none;
    margin: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
}
.post-item .listing_img{
    float: left;
    margin-right: 10px;
    margin-left: 0px;
    width:40%;
}
.blog-list-wrap .post-item {
    width: 100% !important;
    float: left !important;
}
.listing_date a.more-link:hover {
    color: #fff;
    background: #bce4e5/*4C6899*//*aaa*/ !important;
}
 .listing_date a.more-link{
    color: #fff;
    padding: 7px 32px;
    text-decoration: none;
    text-transform: uppercase;
    background: #58c5c7/*#624585*/ !important;
    float:right;
    margin-top: 3px;
    
}   
.listing-post-header h2{
    margin-top:0px !important;
    font-weight: 300;
    font-size:22px;
    line-height:1.5;
}
.content_sec .listing_date p {
    display:inline-block;
}
.listing_content_section {
    width:58%;
    float:right;
}

.next_and_prev a.previous-posts-link {
    color: #fff;
    padding: 10px 19px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0 0;
    display: inline-block;
    float: right;
    background-color: #624585;
}
.next_and_prev a.previous-posts-link:hover {
    color: #fff;
    background: #aaa;
}
.next_and_prev a.next-posts-link {
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0 0;
    display: inline-block;
    float: right;
    background-color: #624585;
    border-radius: 5px;  
}
.next_and_prev a.next-posts-link:hover {
    color: #fff;
    background: #aaa;
}
.next_and_prev a.all-posts-link {
   color: #fff;
    padding: 10px 19px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0 0;
    display: inline-block;
    float: right;
    background-color: #624585;
}
.next_and_prev a.all-posts-link:hover {
    color: #fff;
    background: #aaa;
}
.listing_body_section {
    border-bottom:1px solid #aaa;
    padding-bottom:20px;
    margin-bottom:30px;
    display: inline-block;
}

.b_header_img {
    margin-top: 18px;
}



/***********************Blog responsive code starts**************************/


/************** ipad ***************/
@media (max-width: 1080px) {

  .post_header_outer_sec{
      margin-top: 177px !important;
    }
  .header_menu {
      padding-top: 25px;
  }
  .b_header_outer {
      margin-top: 30px;
  }
 .header_menu ul li.hs-item-has-children>a:after {
      display:none !important;
  } 
}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){

.header_outer {
    width: 100%;
    position: relative;
}
.top_menu-sec {
    width: 94% !important;
    float: left !important;
}
.search_sec {
    width: 5% !important;
}
/*.header_menu.custom-menu-primary {
    padding: 0px !important;
    margin: 0px;
    min-height: 0px !important;
    width: 100% !important;
    float: none !important;
}*/
/*.header_menu .mobile-trigger {
    top: 25px;
    right: 10px;
}*/
.post_header_outer_sec {
    margin: 0px !important;
}
  
/*.header_menu ul.hs-menu-children-wrapper {
    width: 100% !important;
    padding: 0px !important;
}

.header_menu ul li.hs-item-has-children>a:after {
    content:none !important;
}
  .header_menu.custom-menu-primary.js-enabled .hs-menu-wrapper {
    position: absolute;
    top: 80px;
}
  .header_menu li a {
    display: inline-block !important;
  } 
  .content_sec .subscribe_sec h3 {
      margin-top: 0px;
  }
  .header_menu .mobile-trigger i, .header_menu .mobile-trigger i:before, .header_menu .mobile-trigger i:after {
    background-color: #014a8f !important;
    }
  .mobile-open .mobile-trigger {
    background-color: #86aed2!important;
  }
  .header_menu.custom-menu-primary .hs-menu-wrapper {
    background-color: #014a8f !important;
  }
  .header_menu .mobile-trigger:hover {
    background-color: #014a8f !important;
    color: #fff !important;
  }
  .header_menu .mobile-trigger:hover i, .header_menu .mobile-trigger:hover i:before, .header_menu .mobile-trigger:hover i:after {
    background-color: #fff !important;
    }
  .header_menu .mobile-trigger {
    border: 1px solid #014a8f;
  }*/
  .follow_us_sec p {
     display:inline-block;
     padding:9px 0px;
  }
  .follow_us_sec h2 {
      font-size: 13px;
  }
  .follow_us_sec a {
      padding-left: 6px;
  }
  .content_sec .date_sec p {
    margin: 0px !important;
    padding: 10px 0px;
  }
  .footer_sec p {
    width: 71%;
  }
  .content_sec {
    margin-top:55px !important;
  }
  .b_header_outer .b_post-header h1 {
      font-size:24px !important;
  }
  .header_outer {
    position: fixed !important;
}
  .b_header_outer {
    margin-top: 120px !important;
}
}
 
/************** iphone roatate***************/  
@media (max-width: 767px) {
.header_outer {
    width: 100%;
    position: relative;
}
.top_menu-sec {
    width: 94% !important;
    float: left !important;
}
.search_sec {
    width: 5% !important;
}
/*.header_menu.custom-menu-primary {
    padding: 0px !important;
    margin: 0px;
    min-height: 0px !important;
    width: 100% !important;
    float: none !important;
}
.header_menu .mobile-trigger {
    top: -50px;
    right: 10px;
}*/
.post_header_outer_sec {
     margin: 0px !important;
}
  
.header_menu ul.hs-menu-children-wrapper {
    width: 100% !important;
    padding: 0px !important;
}

/*.header_menu ul li.hs-item-has-children>a:after {
    content:none !important;
}
  .header_menu.custom-menu-primary.js-enabled .hs-menu-wrapper {
    position: absolute;
}
  .header_menu li a {
    display: inline-block !important;
  } */
  .post-item .listing_img, .listing_content_section {
    width: 100% !important;
    margin: 0px !important;
    float: left;
  }
  .listing_img {
    text-align: center;
    padding-bottom: 20px;
  }
  .listing_img .hs-featured-image {
      width: 50% !important;
      margin: 0 auto !important;
      float: none !important;
  }
  .blog_author_inner .author-image {
    width: 20%;
    float: left;
  }
  .blog_author_inner {
    width: 100% !important;
    max-width: 100% !important;
  }
  .blog_comment_sec_wrap {
    width: 100% !important;
    max-width: 50% !important;
    margin: 0 auto !important;
  }
 /* .header_menu .mobile-trigger i, .header_menu .mobile-trigger i:before, .header_menu .mobile-trigger i:after {
    background-color: #014a8f !important;
    }
  .mobile-open .mobile-trigger {
    background-color: #86aed2!important;
  }
  .header_menu.custom-menu-primary .hs-menu-wrapper {
    background-color: #014a8f !important;
  }
  .header_menu .mobile-trigger:hover {
    background-color: #014a8f !important;
    color: #fff !important;
  }
  .header_menu .mobile-trigger:hover i, .header_menu .mobile-trigger:hover i:before, .header_menu .mobile-trigger:hover i:after {
    background-color: #fff !important;
    }
  .header_menu .mobile-trigger {
    border: 1px solid #014a8f;
  }*/
  .follow_us_sec h2 {
      width: 16%;
  }
  .follow_us_sec p {
  width: 29%;
  }
  .content_sec {
    margin-top: 20px !important;
    
  }
  .b_header_outer .b_post-header h1 {
      font-size:24px !important;
  }
  .header_outer {
    position: fixed !important;
    width: 100% !important;
}
  .b_header_outer {
  margin-top: 150px !important;
  }
  
}
/************** iphone ***************/
@media (max-width: 479px) {

  .top_menu-sec {
    width: 85% !important;
    float: left !important;
  }
  .search_sec {
    width: 15% !important;
  }
  .top_menu-sec ul li {
    float: left !important;
    width: auto !important;
    padding-right: 0;
  }
  .top_menu-sec li:first-child a {
	  margin-left: 0;
  }
  .top_menu-sec li:last-child a {
	  margin-right: 0;
  }
  .header_menu_outer {
    padding: 10px 0px 10px;
  }
/*.header_menu li.hs-menu-item.hs-menu-depth-1 {
    float: left !important;
}
.header_menu li.hs-menu-item.hs-menu-depth-1 {
    float: left !important;
}*/
  .listing_img .hs-featured-image, .blog_comment_sec_wrap  {
      width: 100% !important;
    max-width: 100% !important;
  }
  .content_sec img {
    float: none !important;
    width: 100% !important;
    height: auto;
    margin: 0px !important;
  }
  .follow_us_sec h2 {
    width: 31%;
  }
  .follow_us_sec p {
    width: 40%;
  }
  .top_menu-sec a {
    padding: 2px 15px !important;
    text-align: center;
  }
  .content_sec .date_sec p {
    padding: 9px;
  }
  .listing_date a.more-link {
    padding: 6px 24px;
  }
  .header_outer {
    position: fixed !important;
    width: 100% !important;
  }
  .b_header_outer {
  margin-top: 150px !important;
  }
  .content_sec {
    margin-top: 45px !important;
  }
}

/***********************Blog responsived code starts**************************/

/***********************Blog code ends**************************/

/***********************LP page code starts **************************/

/***********************LP page Global code starts **************************/
.page-center-one {
    max-width: 1116px;/*1350px;*/
    margin: 0 auto !important;
    float: none !important;
    padding-left:10px !important;
    padding-right:10px !important;
    
}
/***********************LP page Global code ends **************************/

/***********************LP page header code starts **************************/

.lp_header_outer {
     padding:30px 0px;
}

/***********************LP page header code ends **************************/

/***********************LP page body code starts **************************/

.lp_hero_outer {
    /*background:linear-gradient(rgba(0,0,0,0.42),
     * rgba(0,0,0,0.42)),
     * rgba(0,0,0,0.42) url('https://5184792.fs1.hubspotusercontent-na1.net/hubfs/5184792/AMWA%202019/slider_membership%20%20new.jpg') 
     * center center no-repeat !important;*/
    color:#fff;
    height:350px;
    background-size: cover;
    background-position: center top;
}
.lp_hero_outer .lp_hero {
    padding-top:15px !important;
    margin-top:35px;
  text-align:center; }
   
          
 .lp_hero_outer .lp_hero img {
     background-color: rgba(0,0,0,0.5)

}

.lp_hero_outer .lp_hero h1{
    font-size:40px;
    font-weight:600;
    margin:10px;
}
.lp_hero_outer .lp_hero img{
    display:none;
}
.lp_hero_outer .lp_hero h2{
    font-size: 30px;
    font-weight:100;
    margin:10px;
}
.lp_right_form input.hs-button.primary.large {
    background-color: #223369;
    color: #fff;
    border: 1px solid #223369;
    height: auto !important;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    margin-top: 20px !important;
}
.lp_right_form form {
    border:1px solid #223369;
    padding: 10px 30px 30px 30px;
    border-radius:0px 0px 10px 10px;
}
.lp_right_form {
    margin-top: -100px;
}
.lp_right_form h3 {
    background-color: #223369;
    margin: 0px;
    padding: 30px 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.lp_right_form form input {
    height: 45px;
    font-size: 16px;
    padding: 10px;
    margin: 0px !important;
    border-radius: 10px;
    border: 1px solid #b3b3b3;
}

::-webkit-input-placeholder {  
   color: #b3b3b3;
}

:-moz-placeholder { 
   color: #b3b3b3; 
}

::-moz-placeholder {  
   color: #b3b3b3; 
}

:-ms-input-placeholder { 
   color: #b3b3b3; 
}

.lp_right_form ul.hs-error-msgs.inputs-list {
    display: inline-block !important;
    color: #c33;
    font-size: 12px;
    list-style: none;
    line-height: normal;
    margin: 0px;
    padding: 0px;
}
.lp_right_form span.hs-form-required {
    color: #fff;
}

.lp-content-outer {
    padding:30px;
}

@media (max-width: 479px) {
  .lp_hero_outer .lp_hero h1 {
      font-size: 29px;
  }
}
/***********************LP page body code ends **************************/


/***********************Form Code starts ********************************/

/* Inline #5 | https://info.amwa.org/insights-medical-writer-enewsletter */
.inputs-list.multi-container {
  padding-left: 0;
}
.hs-form-checkbox, .hs-form-radio {
  list-style: none;
  margin-bottom: 5px;
}
.hs-form-checkbox-display, .hs-form-radio-display {
  display: block;
  width: 100%;
}
.hs-form-checkbox-display input[type="checkbox"], .hs-form-radio-display input[type="radio"] {
  display: inline-block;
  height: auto;
  width: 12px;
  vertical-align: top;
  margin-top: 5px !important;
}
.hs-form-checkbox-display span, .hs-form-radio-display span {
  display: inline-block;
  width: calc(100% - 20px);
  padding-left: 5px;
  vertical-align: bottom;
}


/***********************Form Code ends **********************************/

/***********************LP page footer code starts **************************/
.lp_footer_outer {
  background-color:#efefef;
  text-align:center;
}
/***********************LP page footer code ends **************************/

/***********************LP Responsive starts******************************/

/************** ipad ***************/
@media (max-width: 1080px) {
  
}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
  .lp_right_form input.hs-button.primary.large {
          padding: 15px 15px;
  }
}

/************** iphone roatate***************/
@media (max-width: 767px) {
.lp_right_form {
    margin: 30px;
}
  .lp_right_form {
    margin: 30px;
    margin-left: 30px !important;
}
}

/************** iphone ***************/
@media (max-width: 479px) {
    .lp_right_form {
    margin: 0px;
    margin-left:0px !important;
}
}

/***********************LP Responsive ends******************************/


/***********************pillar page code starts here******************************/

.top_menu-sec ul {
  float: right;
}

.pillar_hero_img_outer {
    background-size: cover;
    background-position: center top;
    height: 350px;
    margin-top:154px;
}
.pillar_hero_img img {
    display:none;
}
.pillar_hero_img h1, .Pillar_hero_img h1 {
    color:#fff;
    text-align:center;
    font-size:40px;
    font-weight:600;
    margin:120px;
}
.pillar_hero_img_outer .text-overlay {
    background-color: rgba(0,0,0,0.5);
    height: 350px;
}

.pillar_menu_outer {
    box-shadow: 0 0 11px #ccc;
}
.pillar_form_heading {
    text-align:center;
}
.pillar_form h3 {
    margin-top: 0;
}
.pillar_form h3:empty {
    display: none;
}
.pillar_form ul.hs-error-msgs.inputs-list {
    list-style-type: none;
    padding-left: 0px;
}
.pillar_form input {
    height: 40px;
    margin:10px 0px;
}
.pillar_form select {
    height: 40px;
    margin: 10px 0px;
}
.pillar_form label {
    font-size: 18px;
}
#ss360-custom-searchbutton{
  background-color: #58C5C7 !important;
  border-color: #58C5C7 !important
}
.hs-search-field__button {
  display: none;
}
.pillar_form .hs_submit input {
    background-color: #624585;
    color: #fff;
    border: 1px solid #624585;
    height: auto !important;
    padding: 12px 50px;
    text-transform: uppercase;
    margin-top: 20px !important;
    border-radius:6px;
}
.pillar_form .hs_submit input:hover {
     background-color: #ccc;
}
.pillar_form_wrap {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:50px 0px;
}
.pillar_menu .topnav a {
    float: left;
    text-decoration: none;
    padding: 10px 20px;
    color: #363839;
    font-size: 16px;
    cursor: pointer;
}

.pillar_menu.anchor-nav.fixed {
  position: fixed;
  top: 177px;
  bottom: auto;
  z-index: 50;
  width: 100%;
  background-color: white;
  left: 0px; 
}
.pillar_menu.anchor-nav .hs-menu-item {
  margin-bottom: -6px;
}
.pillar_menu.hs-menu-wrapper.hs-menu-flow-horizontal {
  box-shadow: 0 0 11px #ccc;
}
.pillar_menu_outer {
  box-shadow: none !important;
}

.pillar_menu .topnav a.active, .pillar_menu .topnav .selected a {
    background-color: #624585;
    color: white !important; 
}

.pillar_menu.hs-menu-wrapper.hs-menu-flow-horizontal {
  text-align: center;
}
.pillar_menu.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.topnav a:hover {
    background-color: #ccc;
}

.pillar_form_outer_wrap {
    background-color:#ccc;  
}
.pillar_form_wrapper {
    margin:50px 0px;
}
.content-section h2 {
    text-align: center;
    border-bottom: 2px solid #ccc;
    padding: 5px;
    font-weight: 700;
    font-size: 27px;
    color: #624585;
}

.anchor-content-section-wrapper .anchor-content-section {
    max-width: 1116px;
    margin: 0 auto !important;
    float: none !important;
    padding-left: 8px;
    padding-right: 8px;
}

.pillar_custom_outer .btm_text {
    color:#fff;
}
.pillar_menu_outer.Stickymenu {
    position: fixed;
    top: 183px;
    background: #ffff;
    z-index:999;
    animation: smoothScroll 1s forwards;
}
@media (min-width: 1023px) and (max-width: 1080px) {
  .pillar_menu_outer.Stickymenu {
    top: 148px;/*183px;*/
  }
}
  /*@keyframes smoothScroll { 
    0% { 
      transform: translateY(-40px);
    z-index:999;
    } 
    100% { 
      transform: translateY(0px);
    z-index:999;
    } 
}*/
.pillar_custom_outer p{
    font-size: 16px;
    color: #515151;
}
.content-section a {
    color: #8053b8;
    text-decoration: none;
}
.content-section a:hover{
    color:#515151;
}
.pillar_menu_outer {
    width: 100%;
    float:left;
    margin: 0 auto;
  -moz-box-shadow:0 0 11px #ccc;
  -webkit-box-shadow:0 0 11px #ccc;
  box-shadow:0 0 11px #ccc;
  
  box-shadow:0 0 11px #ccc;
}
.pillar_menu_inner {
      /*width: 45%;*/
      margin: 0 auto;
}

.pillar_menu_inner .anchor-nav {
  text-align: center;
  margin-bottom: -6px;
}

.pillar_menu_inner .anchor-nav ul {
  display: inline-block;
  max-width: 1116px;
}

.anchor-nav ul li {
  display: inline-block;
}

.pillar_outer_wrap .btm_text {
    color:#fff;
    padding:30px;
    text-align: center;
}
.pillar_outer_wrap .btm_text p {
    /*width: 63%;
    float: left;*
    text-align: right;*/
    font-size: 27px;
    margin: 0px;
}
.btm_text a:hover {
    background-color: #ccc !important;
}

/***********************essential skills pillar page alt code starts here******************************/

.anchor-content-section-wrapper-es .anchor-content-section-es {
    max-width: 1116px;
    margin: 0 auto !important;
    float: none !important;
    padding-left: 8px;
    padding-right: 8px;
}
.content-section-es h2 {
    text-align: center;
    padding: 5px;
    font-weight: 700;
    font-size: 27px;
    color:#6a984e;
}

.content-section-es .pillar_menu .topnav a.active,
.content-section-es .pillar_menu .topnav .selected a {
    background-color: #6a984e;
    color: white !important;
}

/* heading color in the overlay text */
.pillar_hero_img_outer.hero-es .text-overlay h1 {
    color: #6a984e;
}

/* if the overlay itself has a purple background or tint */
.pillar_hero_img_outer.hero-es .text-overlay {
    background-color: rgba(106, 152, 78, 0.25); /* green version */
}

/* anything targeting the rich text block specifically */
.pillar_hero_img_outer.hero-es .pillar_hero_img h1,
.pillar_hero_img_outer.hero-es .pillar_hero_img p {
    color: white;
    text-align:center;
    font-size:40px;
    font-weight:600;
    margin:100px;
}
}

/***********************pillar page code ends here******************************/




/***********************pillar page responsive code starts here******************/

/***********************membership page code starts here**************************/
.membership-page .content-section {
  padding-top: 25px;
  padding-bottom: 25px; 
}
.membership-page .header {
  color: #ffffff;
}
.membership-page .header.pillar_hero_img_outer {
  height: 300px;
}
.membership-page .header.pillar_hero_img_outer .text-overlay {
  background-color: rgba(98, 69, 133, 0.8);
  height: 300px;
}
.hs-content-id-182982447448 .header.pillar_hero_img_outer .text-overlay {
  background-color: transparent;
}
.membership-page .header .pillar_hero_img h1 {
  margin: 0;
  text-align: left;
}
.membership-page .header .pillar_hero_img.title {
  margin-bottom: 30px; 
}
.membership-page .header .pillar_hero_img h3 {
  font-size: 1.5em;
  margin: 0;
}

.membership-page .content-section ul li strong {
  color: #242d69;
}

.membership-page .content-section .center-content {
  text-align:center;
}

.membership-page .content-section a.button-link {
  background: #624585;
  border-radius: 5px;
  color: #fff;
  font-size:1.3em;
  padding: 13px 25px;
  text-decoration: none;
}
.membership-page .ribbon a.button-link,
.membership-page .header a.button-link {
  background: #fff;
  border-radius: 5px;
  color: #242d69;
  font-size:1.3em;
  padding: 13px 25px;
  text-decoration: none;
}

.membership-page .content-section p {
  margin-top:5px;
  margin-bottom:5px;
}

.membership-page .content-section h1, 
.membership-page .ribbon h1 {
  text-align:center;
  font-size:3em;
  margin-top:0;
}
.membership-page .content-section h1 {
  margin-bottom:20px; 
}

.membership-page .content-section h1, 
.membership-page .content-section h2, 
.membership-page .content-section h3 {
  color: #242d69;
  margin-top:0;
}

.membership-page .content-section h2 {
  border-bottom: 0px;
  margin-bottom:0;
  padding: 0;
  text-align:left;
}
.membership-page .content-section h2:not(:first-child) {
  margin-top:20px;
}
.membership-page .content-section h3 {
  font-size:2em;
  text-align:center;
}

.membership-page .content-section ul {
  margin-top: 5px;
  list-style: none;
}

.membership-page .content-section ul li::before {
  content: "\2022";
  color: #242d69;
  padding-right: 7px;
  margin-left: -15px;
}

.membership-page .content-section .list-right-block ul {
  padding-left: 0;
  margin-bottom: 5px;
}

.membership-page .content-section.alt-background {
  background-color: #f0f1f5;
}

.membership-page .ribbon {
  background-color: #624585; 
  color: #ffffff; 
  padding-top: 25px; 
  padding-bottom: 25px; 
}
.membership-page .ribbon.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.membership-page .ribbon h1 { 
  margin-bottom: 0;
}
.membership-page .ribbon h2 { 
  font-size: 2em;
  margin-top: 0;
}
.membership-page .ribbon .testimonial-content {
  margin-top: 20px; 
}
.membership-page .ribbon .testimonial-content .author {
  font-size:0.8em;
  text-align:right;
}

.membership-page .freelance-content h1 {
  text-align: left;
}
.membership-page .freelance-content h2::after {
  content: ''; 
}
/***********************membership page code ends here**************************/

/************** ipad ***************/
@media (max-width: 1080px) {
  .pillar_menu_outer.Stickymenu {
      /*margin-top: 29px;*/
  }
 .pillar_menu_inner {
    width: 54%;
    margin: 0 auto;
}
}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
  .pillar_hero_img_outer {
  }
 .pillar_menu_outer{
      display:none;
  }
  .pillar_outer_wrap .btm_text p {
      width: 57%;
      font-size: 21px;
  }
}

/************** iphone roatate***************/
@media (max-width: 767px) {
  .pillar_hero_img h1 {
      margin: 120px 20px;
  }
   .pillar_menu_outer {
      display:none;
  }
  .pillar_outer_wrap .btm_text p {
      width: 54%;
      font-size: 20px;
  }
}


/************** iphone ***************/
@media (max-width: 479px) {
  .pillar_hero_img h1 {
      font-size: 29px;
      margin: 120px 5px;
  }
  .pillar_hero_img_outer {
      /*margin-top: 80px;*/
  }
   .pillar_menu_outer {
      display:none;
  }
  .pillar_outer_wrap .btm_text p {
    width: 100%;
    font-size: 20px;
    text-align: center;
}
}

/***********************pillar page responsive code ends here******************/

.cta-bar {
  text-align: center;
  padding: 1.00rem 0;
}

@media (min-width: 768px) {
  .cta-bar {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.cta-bar h4 {
  color: #ffffff;
  margin: 0;
  padding: 0 1.25rem;
  text-transform: none;
  font-size: 1.75rem;
}

.cta-bar .btn-lg {
  display: inline-block;
}

@media(max-width:568px) {
	.hs-menu-wrapper * {
    width: auto;
	}
	.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 {
    width: auto;
	}
}