@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

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


* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;}

body {font-family: 'Roboto', sans-serif; color:#000; padding:0; margin:0; font-size:16px; line-height:24px;}
 
h1 {font-family: 'Roboto', sans-serif; color:#fff; padding:0; margin:0; font-size:36px; line-height:40px;}
h2 {font-family: 'Roboto', sans-serif; color:#000; padding:0; margin:0; font-size:32px; line-height:36px;}
h3 {font-family: 'Roboto', sans-serif; color:#000; padding:0; margin:0; font-size:28px; line-height:32px;}
h4 {font-family: 'Roboto', sans-serif; color:#000; padding:0; margin:0; font-size:24px; line-height:28px;}
h5 {font-family: 'Roboto', sans-serif; color:#000; padding:0; margin:0; font-size:18px; line-height:24px;}
h6 {font-family: 'Roboto', sans-serif; color:#000; padding:0; margin:0; font-size:16px; line-height:18px;}

img { border:0; vertical-align: top; height:auto; max-width:100%; }
hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 
p { padding:10px 0; margin:0; }
a { text-decoration:none; outline:none; color:#ccc; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#000; }

input , button , textarea, select , 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"] { outline:none; border-bottom:1px solid #7a7a7a; border-top:none; border-right:none; border-left:none; background:#fff; height:50px; padding:0 5px; font-family: 'Roboto', sans-serif; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }

input[type=submit] , button { width:auto; cursor:pointer; transition:all 0.5s; background:url(https://1785169.fs1.hubspotusercontent-na1.net/hubfs/1785169/Retirement_Reality/images/blank.png) no-repeat left top #a93942;  padding:10px 20px; min-width:200px; color:#fff; text-align:center; display:inline-block; letter-spacing:2px; font-weight:600; text-transform:uppercase; outline:none; } 
input[type=submit]:hover , button:hover { background-color:#35368B;   }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }

.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; font-size:13px; line-height:18px; }

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

.slick-arrow { position:absolute; top:50%; font-size:0; width:80px; height:80px; line-height:80px; border:1px solid #fbb314; background:#fbb314; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index:2; color:#2b2975; }
.slick-arrow:hover { background:#fac040; }
.slick-prev { left:0; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:38px; }
.slick-prev:before { content: "\f104"; left: -2px; position: relative; }
.slick-next { right:0; }
.slick-next:before { content: "\f105"; right: -2px; position: relative; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#a1a1a1;  width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#fbb314; }

::-webkit-input-placeholder { color: #333333; font-family: 'Roboto', sans-serif; opacity:1; font-size:14px; line-height:18px; text-transform:uppercase; }
::-moz-placeholder { color: #333333; font-family: 'Roboto', sans-serif; opacity:1; font-size:14px; line-height:18px;  text-transform:uppercase;}
:-ms-input-placeholder { color: #333333; font-family: 'Roboto', sans-serif; opacity:1; font-size:14px; line-height:18px;  text-transform:uppercase;}
:-moz-placeholder { color: #333333; font-family: 'Roboto', sans-serif; opacity:1; font-size:14px; line-height:18px;   text-transform:uppercase;}


/*======================================
# Apply Now Page
=====================================*/

.row-fluid .apply-banner { float:left; width:100%; padding:80px 0; text-align:left;   }
.row-fluid .hero-section.apply-banner .sub-title,
.row-fluid .apply-banner.apply-banner h2 { text-align:left; text-transform:inherit;  font-style:normal; color:#1e272d;  }
.row-fluid .apply-banner.apply-banner h2  { padding:0 0 15px; }
.row-fluid .apply-banner.apply-banner:before { display:none; } 

.row-fluid .apply-form { float:left; width:100%; padding:40px 0;  }

.row-fluid .apply-form  input[type="text"],
.row-fluid .apply-form  input[type="email"],
.row-fluid .apply-form  input[type="url"],
.row-fluid .apply-form  input[type="tel"],
.row-fluid .apply-form  textarea,
.row-fluid .apply-form  select { height:40px; background-color:#f4f4f4; border:1px solid #bfbfbf; padding:10px; color:#1e272d; font-size:14px;   }

.row-fluid .apply-form  input::-webkit-input-placeholder { color: #1e272d; font-family: 'Roboto', sans-serif; opacity:1; font-weight:400; font-size:14px; text-transform:capitalize; }
.row-fluid .apply-form  input::-moz-placeholder { color: #1e272d; font-family: 'Roboto', sans-serif; opacity:1; font-size:14px;  text-transform:capitalize; font-weight:400;}
.row-fluid .apply-form  input:-ms-input-placeholder { color: #1e272d; font-family: 'Roboto', sans-serif; opacity:1; font-size:14px; text-transform:capitalize;font-weight:400; }
.row-fluid .apply-form  input:-moz-placeholder { color: #1e272d; font-family: 'Roboto', sans-serif; opacity:1; font-size:14px;  text-transform:capitalize; font-weight:400;}

.row-fluid .apply-form  input[type="submit"] { margin-top:10px; }

.row-fluid .apply-form h3 { font-size:32px;  line-height:40px; color:#1e272d; font-weight:500;  }
.row-fluid  .sub-title {  color:#a6a6a6; font-size:12px;  margin:10px 0;  }
.row-fluid  .sub-title strong { color:#808080; font-style:italic;  }
.row-fluid .apply-form .form-title { display:none; }

.row-fluid .apply-form .hs-form-field > label { color:#444444; font-size:14px; line-height:40px;  }
.row-fluid .apply-form .hs-form-field > label > span.hs-form-required { color:#ff6114;  }


@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
  
}

@media (min-width: 991px) {

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { left:50%; -moz-transform: translateX(-50%);  -webkit-transform: translateX(-50%); -o-transform: translateX(-50%);  -ms-transform: translateX(-50%); transform: translateX(-50%); }

.row-fluid .mainmenu { margin:0 auto !important; max-width:1040px; width:100% !important; margin:0; display:block; float:none; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width:100%; float:left; }
.row-fluid .mainmenu ul li { padding-bottom:0 ; line-height:0;  }
.row-fluid .mainmenu ul li a {  font-size:16px; line-height:22px; position:relative;  white-space: normal; max-width: 100%;  padding: 10px 9px 35px; font-weight:400; letter-spacing:0; text-transform:uppercase; color:#414c6f; text-align:center; position:relative; }
.row-fluid .mainmenu ul li a:before { content: ''; z-index: 999999; height: 3px; transition: all ease .4s; position: absolute;   left: 50%;  right: 50%; bottom:0;  border-bottom: 3px solid #a93942;  }
.row-fluid .mainmenu ul li a:hover:before { left: 0; right: 0; }

.row-fluid .mainmenu ul li a:hover { color:#a93942;  }  
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(4) { padding-right:80px;  }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(4) a:before {left: 0;    right: 0; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(4) a { color:#e5323a;}
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(5) { margin-left:170px;  }
 
/*.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(6)  a { background:#a93942; font-size:16px;  margin-left: 10px; border-radius:30px; padding: 10px 18px;  color:#fff;text-transform: capitalize; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(6) a:hover { background:#2e3690;  }
*/

/* .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(6) a{  margin-left: 6px; border: 1px solid #a93942; border-radius: 50px;  color: #a93942;  cursor: pointer; display: inline-block;  font-size: 16px; font-weight: 200; line-height: 30px; min-width: 120px; padding: 6px 15px;   position: relative;   text-align: center; text-transform: uppercase;  z-index: 1;} */
/* .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(6) a:hover{    background: #a93942 none repeat scroll 0 0 !important;  border-radius: 0 !important;   color: #fff !important;    transform: skew(-10deg) !important;} */

/* .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a::before,.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(6) a:before{border:none;}     */

/*.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a { min-width:155px;  background:#a93942;  font-size:18px; margin-left: 15px; border-radius:30px; padding: 10px 18px;  color:#fff;text-transform: capitalize; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a:hover { background:#2e3690;  }
*/

.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {  border: 1px solid #a93942; border-radius: 50px;  color: #a93942; cursor: pointer; display: inline-block; font-size: 16px; font-weight: 200; line-height: 30px; margin-left: 16px;  min-width: 139px; padding: 6px 14px;  position: relative; text-align: center;    text-transform: uppercase; z-index: 1;}
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a:hover{ background: #a93942 none repeat scroll 0 0 !important; border-radius: 0 !important;  color: #fff !important;    transform: skew(-10deg) !important;}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { width:208px; background:#fff; border-top:2px solid #ccc; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { max-width:100%; width:100%; text-align: left;   color: #949494;    text-transform: uppercase; font-size: 14px; display: block; padding: 10px 20px; line-height: 20px; font-weight: 600;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { color:#a93942;}

}

.row-fluid  .wrapper {  width: 1170px !important; float: none !important;  margin: 0 auto !important; padding:0 15px;}

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }

.row-fluid .header-section { position:relative; padding:24px 0 0; z-index:999; }
.row-fluid .header-section .wrapper { width:1200px !important; } 
.row-fluid .header-section .logo { position:absolute; top:8px; left:50%; margin-left:-111px; width:auto; }
.row-fluid .header-section .logo img { max-width:186px; }
 
.landing-page .row-fluid .header-section { padding:50px 0; }

/*=-=---footer-section=-=-*/

.row-fluid .footer-section { background-color: #333333; position:relative; z-index:99; text-align: center; padding: 78px 0 68px 0; font-weight: 300; color:#fff;  font-size: 15px;  line-height: 24px; }
.row-fluid .copy-right { background-color: #222222; text-align: center; color: #777777; font-size: 15px;  line-height: 22px;  padding: 20px;  }
.row-fluid .footer-section h3 { font-weight: 500; color: #fff; font-size: 36px; }
.row-fluid .footer-section ul {  padding:10px 0 0 0; }
.row-fluid .footer-section ul li { display: inline-block; }
.row-fluid .footer-section ul li a { border: 2px solid #777;  border-radius: 50%; margin-right:10px; font-size: 18px; width: 40px;  height: 40px; line-height: 22px;  color: #777; display: inline-block; padding: 7px 8px;  text-align: center;  }
.row-fluid .footer-section ul li a:hover { background:#2e3690;  color:#fff; border-color:#fff; } 
.row-fluid .footer-section ul li:last-child a {margin:0; } 

/*=-=-=hero-section-=-=*/
.row-fluid .hero-section { padding:160px 0; text-align:center; position:relative; color:#fff; }
.row-fluid .hero-section:before { position:absolute; content:""; background:rgba(65,76,111,0.6); left:0; top:0; width:100%; height:100%; } 
.row-fluid .hero-section .wrapper {position:relative; z-index:11; }
.row-fluid .hero-section h2 { text-transform:uppercase; font-size:50px; line-height:54px; padding-bottom:30px; font-weight:400;  }  
.row-fluid .hero-section .blog-sub { color:#dbc23a; font-size:24px; line-height:50px; font-weight:300; }
.row-fluid .hero-section .sub-title { font-size:18px; line-height:22px;  font-style:italic; }
 

/*-=-=resources-section=--=*/
.row-fluid .resources-section { padding:70px 0 30px; }
.row-fluid .resources-main { width:100%; float:left; }
.row-fluid .resources-main span .hs_cos_wrapper {  width:31.3%; float:left; margin-right:3%; margin-bottom:3%; }.row-fluid 
.row-fluid .resources-main span .hs_cos_wrapper:nth-child(3n) { margin-right:0; }

.row-fluid .resources-main .resources-box { width:100%; float:left; padding: 34px; border:1px solid #eaeaea; position:relative;  }
.row-fluid .resources-main .resources-img { width:100%; float:left; height:350px; background-size:100% 100% !important;  position: relative;  overflow: hidden; }
.row-fluid .resources-main .resources-hover { width:100%; float:left; position:absolute; top:0; right:100%; background:rgba(255,255,255,0.8);  height:100%; text-align:center; padding:10px; opacity:0;  transition:all .7s ease; }

.row-fluid .resources-main .resources-box:hover  .resources-hover { opacity:1; transition:all .7s ease;  right:0; }
.row-fluid .resources-main .resources-box h6 {color:#414c6f; font-size:24px; line-height:32px; font-weight:400; padding-bottom:20px; }
.row-fluid .resources-main .resources-btn { background: #a93942; float:none; display:inline-block; margin-left: 15px; border-radius: 30px; font-size:18px;  padding: 10px 40px;  color: #fff; text-transform: capitalize; }
.row-fluid .resources-main .resources-btn:hover { background: #2e3690; }
.row-fluid .resources-main .resources-box .resources-text { position: relative; transform: translateY(-50%); top: 50%;  width: 100%;  float: left;}

/*-=-=-=-=-=*/
.blog .row-fluid .hero-section {  padding:95px 0 70px 0; }

.row-fluid .recent-post { padding:1%; background:#eeeeee; }
.row-fluid .recent-post .post-item { width:32.6%; float:left; margin-right:1%; overflow:hidden; position:relative}
.row-fluid .recent-post .post-item:hover .post-img {    transform: scale(1.1); transition: all .7s ease;} 
.row-fluid .recent-post .post-item:nth-child(3n) { margin-right:0; }
.row-fluid .recent-post .post-item .post-img  { width:100%; float:left;  height:220px; transition: all .7s ease;  position:relative;}

.row-fluid .recent-post .post-text { background:rgba(0,0,0,0.4); width:100%; float:left; padding:8px 15px; position:absolute; bottom:0; left:0; }
.row-fluid .recent-post .post-title a { color:#fff; font-size:20px; line-height:26px; text-transform:uppercase;}
.row-fluid .recent-post .post-title a:hover { color:red; }
.row-fluid .recent-post .post-date { color:#e8e8e8; font-size:14px; font-weight:300; }
.row-fluid .recent-post .post-text .post-bottom {width:100%; float:left; color:#fff;     font-size: 14px;}

.row-fluid .blog-main {  padding:50px 0; }
.row-fluid .blog-main .blog-left { padding:0 0; }
.hs-blog-post .row-fluid  .wrapper { padding:0 0 0 70px; } 
.hs-blog-post .header-section .wrapper { padding:0; }


.row-fluid .blog-left { color:#000; }
.row-fluid .blog-left .post-item { color:#000; margin-bottom:50px; width: 100%;  float: left;  }  
.row-fluid .blog-left .post-item:last-child { margin-bottom:0; }
.row-fluid .post-item .hs-blog-social-share { display:none;  }
.row-fluid .post-item .post-body { width:40%; float:left; }
.row-fluid .post-item .author-link {  color:#93aad3; padding:0 5px; }
.row-fluid .post-item .author-link:hover {  color:#000;  }

.row-fluid .post-item .post-header { width:60%; float:left; padding:0 10px 10px 30px; text-align:left; font-size:16px; line-height:22px; color:#333333; }
.row-fluid .post-item .post-header h2 a{ color:#333333; font-size:30px; line-height:34px; font-weight:300;  text-transform:uppercase; padding-bottom:10px; float:left; width:100%; }
.row-fluid .post-item .post-header h2 a:hover { color:#a93942; }

.row-fluid .post-item .post-body .hs-featured-image-wrapper { width:100%; float:left; overflow:hidden; }
.row-fluid .post-item .post-body .post-feature:hover:before { transition: all .7s ease; left:0;  opacity:1;}

.row-fluid .post-item .post-body .post-feature:before { position:absolute; content:""; opacity:0; background:rgba(0,0,0,0.5); top:0; left:0; width:100%; height:100%; transition: all .7s ease; }
.row-fluid .post-item .post-body .hs-featured-image-wrapper:hover  .post-feature { transition: all .7s ease; transform: scale(1.1);}
.row-fluid .post-item .post-feature { width:100%;  position:relative; float:left; background-size: cover !important; transition: all .7s ease; background-position:center center !important; }
.row-fluid .post-item .other-text { display:none; }
.row-fluid .post-item .post-feature { border: 1px solid black; float:left; width:100%; height:260px !important;}

.row-fluid .all-posts-link {color:#333333; font-size:18px; line-height:24px; border-radius:30px; float:none; display:inline-block; border:1px solid #333333; padding:10px 40px; transition:all .7s ease; }
.row-fluid .all-posts-link:hover { background:#333333;color:#fff;  transition:all .7s ease; } 

.row-fluid .blog-pagination { width:100%; float:left; text-align:center; padding:80px 0 0; }
.row-fluid .blog-pagination .next-posts-link {color:#333333; font-size:18px; line-height:24px; display:none !important;  border-radius:30px; float:none; display:inline-block; border:1px solid #333333; padding:10px 40px; transition:all .7s ease; }
.row-fluid .blog-pagination .next-posts-link:hover { background:#333333; color:#fff; transition:all .7s ease; } 
.row-fluid .blog-pagination .previous-posts-link {color:#333333; font-size:18px; line-height:24px; display:none !important;  border-radius:30px; float:none; display:inline-block; border:1px solid #333333; padding:10px 40px; transition:all .7s ease; }
.row-fluid .blog-pagination .previous-posts-link:hover { background:#333333; color:#fff; transition:all .7s ease; } 


.row-fluid .subscribe-form { padding:38px 0 0 ; text-align:center; }
.row-fluid .subscribe-form h3 { font-size:24px; line-height:30px; font-weight:300; padding-bottom:20px; width:100%; float:left; color:#fff; }

.row-fluid .subscribe-form form { float:none; display:inline-block; position:relative; } 
.row-fluid .subscribe-form form ul.inputs-list label { color:red; }
.row-fluid .subscribe-form form .hs_email.hs-form-field { width:50%; float:left; }
.row-fluid .subscribe-form form input[type="email"]  { padding: 0 15px 0 20px; border-radius:30px 0 0 30px; width:300px; }
.row-fluid .subscribe-form form .hs-button {border-radius:0 30px 30px 0; padding:10px 27px 10px 25px; transition:all .7s ease;  background:#93aad3;  font-size:18px; line-height:22px; font-weight:300; min-width: auto; letter-spacing: 0; text-transform: capitalize;-}
.row-fluid .subscribe-form form .hs-button:hover { background:#a93942;  transition:all .7s ease;}
.row-fluid .subscribe-form form .hs_email.hs-form-field .hs-form-required { display:none; }
.row-fluid .subscribe-form form .hs_submit { width:auto; float:right; position:absolute; top: 0;  left: 100%;}
.row-fluid .subscribe-form form .inputs-list { padding:10px 0 0 20px; }
.row-fluid .subscribe-form form .inputs-list li { width:auto; float:left; color:#fff; padding-right:10px; }
.row-fluid .subscribe-form form .inputs-list li span { color:#fff;}
.row-fluid .subscribe-form form .hs-form-field { padding:0; }
.row-fluid .subscribe-form form input[type=checkbox], input[type=radio] { padding-top:10px; float:left;  }


/*-=-=-=*/
.hs-blog-post .column-post { display:none; }
.blog .row-fluid .hero-section h2 {     text-transform:capitalize;  color:#fff;}

.blog-left .blog-post-wrapper { width:100%; float:left; position:relative;}
.blog-left .blog-post-wrapper .post-header { width:100%; float:left; padding-bottom: 20px; }
.blog-left .blog-post-wrapper .post-header h1 { display:none; }
.blog-left .blog-post-wrapper #hubspot-author_data { width:100%; float:left; }
.blog-left .blog-post-wrapper #hubspot-topic_data { display:none; }
.blog-left .blog-post-wrapper .author-link { color:#000; }
.blog-left .blog-post-wrapper .author-link:hover { color:#ccc; }

.blog-left .blog-post-wrapper .hs-author-avatar { width:54px; height:54px; float:left; border-radius:50%; overflow:hidden; margin:-12px 10px 0 0; }
.blog-left .blog-post-wrapper .hs-author-avatar img { width:100% !important; }
.blog-left .blog-post-wrapper .hs-author-label { float:left; width:auto; margin-right:15px; } 
.blog-left .blog-post-wrapper .hs-blog-social-share { display:none; }
.blog-left .blog-post-wrapper .hs-author-social-section { display:none; }
 
.inner-text { width:100%; float:left; }
.inner-text ul { width:100%; float:left; list-style:none; padding:0; margin:0;  text-align:center; }
.inner-text ul li { float:none; display:inline-block; width:auto;  }
.inner-text ul li:last-child { display:none; }
.inner-text ul li a { background:#fff; width:40px; height:40px; float: left; font-size: 18px; color: #000;  border-radius: 50%;  margin-right: 10px; line-height: 41px;  text-align: center; }
.inner-text ul li a:hover { background:#a93942; color:#fff;}

.comment-form form textarea,
.comment-form form input[type="text"],
.comment-form form input[type="email"],
.comment-form form input[type="tel"],
.comment-form form select { height:50px; background:#ebebeb; padding:10px 20px; border:0; font-size:16px; line-height:20px; }
.comment-form form .hs-form-required {  display:none;} 
.comment-form form textarea { height:100px; padding:15px; }
.comment-form form .hs-button {  background: #a93942 ; padding:10px 50px; border-radius:30px; font-weight:400; font-size:18px; line-height:22px; letter-spacing: 0; text-transform: capitalize; transition:all .7s ease; }
.comment-form form .hs-button:hover { background:#2e3690; transition:all .7s ease; }

.blog-left .comment-title h4 {  color:#414c6f; font-weight:300; text-transform:uppercase; font-size:36px; line-height:40px; padding-bottom:25px; margin-top:30px; display:none; }
.hs-blog-listing  .blog-left .comment-title h4 { display:none; }
.hs-blog-post  .blog-left .comment-title h4 { display:block; }
.hs-blog-post .blog-hero { display:none; }
.hs-blog-post #hubspot-topic_data { width:100%; float:left; padding-bottom:20px; } 
.hs-blog-post #hubspot-topic_data a {  font-size:24px; line-height:30px; font-weight:300; color:#fff; }  

.inner-follow.fixed { opacity:1; }
.inner-follow {width:7%; float:left; position: fixed; left: 80px;  top: 38px !important;  opacity:0;}
.inner-follow ul { width:100%; float:left; list-style:none; padding:0; margin:0;  text-align:center; }
.inner-follow ul li {  float:left; }
.inner-follow ul li:nth-child(2) a { background:#29aae2; }
.inner-follow ul li:nth-child(3) a { background:#0375b3; }
.inner-follow ul li:last-child a { background:#d84d2f; }
.inner-follow ul li a { width:59px; height:55px; background:#3b5998; font-size:24px; color:#fff; line-height:55px; text-align:center; float:left; }
.inner-follow ul li a:hover { background:#000; }

.hs-blog-listing .author-section { display:none; }
.hs-blog-post .author-section { display:block; }
.hs-blog-post .about-author-sec { width:100%; float:left; background: #f3f3f3;   padding: 20px 25px; margin: 20px 0 30px 0;     font-size: 16px; line-height: 24px; color: #000;}
.hs-blog-post .about-author-sec .span3 { text-align:center; } 
.hs-blog-post .about-author-sec .span9 h3 { color: #414c6f;    font-size: 20px; line-height: 30px;  font-weight: 400;  padding-bottom: 8px;   padding-top: 15px; }
.hs-blog-post .about-author-sec .auther-img { width:120px; height:120px; float:none; display:inline-block; background-size:cover !important; margin-top:20px; }
.hs-blog-post .about-author-sec .hs-author-social-section { display:block; padding-top:10px; }
.hs-blog-post .about-author-sec .hs-author-social-section a {    text-indent: 0; padding:5px 10px; font-size:20px; color:#333333; width: auto; float: left;}
.hs-blog-post .about-author-sec .hs-author-social-section a:hover { color:#ccc; }
.hs-blog-post .about-author-sec .hs-author-social-section .follow-text { text-align: center; float: left; width: 100%; }
.hs-blog-post .about-author-sec .hs-author-social-section .follow-text > a { font-size: 18px; padding: 5px 1px; float: none; }
.hs-blog-post .about-author-sec .hs-author-social-section .follow-text > span { text-indent: 0; padding: 5px 1px; font-size:18px; color:#333333; } 

.author-img { border-radius:50%; overflow:hidden; }
.author-section { background:#f3f3f3; padding:20px 25px; margin:20px 0 30px 0; }
.author-section .author-img { width:100px; height:100px; float: none;   display: inline-block; }
.author-section .author-img img { width:100% !important; }
.author-section .author-left { text-align:center; }

.author-section .author-right h4 { color:#414c6f; font-size:20px; line-height:30px; font-weight:400;  padding-bottom:12px; padding-top:15px; }

.author-section h6 { color:#333333; padding-top:10px; padding-bottom:8px; font-weight:400; }
.author-section ul {padding:0; margin:0; width:100%; float:left; list-style:none; text-align:center; }
.author-section ul li { float:none; display:inline-block; width:auto; }      
.author-section ul li a { color:#333333;margin-right:10px; }

.landing-form { background:#474751; padding:45px 20px 55px 20px; position:absolute; right:0; top:-80px; max-width:485px; float:right; }
.landing-form h3 { color:#fff; font-size:38px; line-height:44px; font-weight:400; padding-bottom:35px; }
.landing-form textarea, 
.landing-form select,
.landing-form input[type="text"],
.landing-form input[type="email"],
.landing-form input[type="tel"] {  height:55px; padding:15px; border-radius:5px; background:#fff; }
.landing-form  .hs-form-required { display:none; }
.landing-form .hs-form fieldset.form-columns-2 .field:first-child {    padding: 0 5px 10px 0; }
.landing-form  .hs-form fieldset.form-columns-1 .input {  margin-right:0; }
.landing-form .row-fluid .hs-form fieldset.form-columns-2 .field {      padding: 0 0 10px 5px; }

.landing-form ::-webkit-input-placeholder { color: #b8b8b8; font-family: 'Roboto', sans-serif; opacity:1; font-weight:400; font-size:18px; line-height:22px; text-transform:capitalize; }
.landing-form ::-moz-placeholder { color: #b8b8b8; font-family: 'Roboto', sans-serif; opacity:1; font-size:18px; line-height:22px;  text-transform:capitalize; font-weight:400;}
.landing-form :-ms-input-placeholder { color: #b8b8b8; font-family: 'Roboto', sans-serif; opacity:1; font-size:18px; line-height:22px;  text-transform:capitalize;font-weight:400; }
.landing-form :-moz-placeholder { color: #b8b8b8; font-family: 'Roboto', sans-serif; opacity:1; font-size:18px; line-height:22px;   text-transform:capitalize; font-weight:400;}

.landing-form .hs-error-msgs { text-align:left; }
.landing-form .hs-form .hs-button { width:100%; border-radius:5px; border:0; transition:all .7s ease; } 
.landing-form .hs-form textarea {height:100px; }

.landing-text { text-align:left; padding-right:60px; }
.row-fluid .hero-section .landing-text h2 { font-size: 42px;  line-height: 54px; padding-bottom:30px; }

.landing-main { padding:160px 0 80px; }

.landing-top { width:100%; float:left; }
.landing-top .landing-box { width:100%; float:left;  text-align:center; color:#000;}
.landing-top span .hs_cos_wrapper { width:33.33%; float:left; padding:0 15px;}
.landing-top .landing-img {width:122px; height:122px; border-radius:50%; border:1px solid #026ebb;  float:none; display:inline-block; padding:0 0; }
.landing-top .landing-img img { position: relative;  transform: translateY(-50%);  top: 50%; }
.landing-top .landing-content { width:100%; float:left; padding:30px 0 0; }
.landing-top .more-btn { background: #a93942; padding:15px 40px; font-size:18px; line-height:22px; color:#fff; border-radius:5px; float:none; display:inline-block; margin-top:20px;}
.landing-top .more-btn:hover { background: #2e3690;}

.landing-button { width:100%; float:left; }
.row-fluid .demo-btn { float:right; } 
.row-fluid .demo-btn a { float:right;  background: #a93942; margin-bottom: 27px;  border-radius: 30px;  padding: 10px 30px; color: #fff; text-transform: capitalize; }
.row-fluid .demo-btn a:hover { background: #2e3690; }

.hero-post h2 { color:#fff; }
.hero-post h3 { color:#fff; }
.hero-post h4 { color:#fff; }
.hero-post h5 { color:#fff; }

.hero-post .hero-date {  padding-bottom: 25px; font-size: 18px;  width: 100%;  float: left;   color: #fff;}
.hero-post .hero-date a{ color:#fff; }
.hero-post .author-link:hover { color:#000; }
.hero-post .hs-author-avatar { width:54px; height:54px; float:none; display:inline-block; border-radius:50%; overflow:hidden; margin:0 10px -20px 9px; }
.hero-post .hs-author-avatar img { width:100% !important; }

.inner-post .hero-post h1 { font-size: 50px;    line-height: 54px; color:#fff;   padding-bottom: 30px;    font-weight: 400; }

.top-blog-s-filter{padding-bottom:25px;}
.top-blog-s-filter .row-fluid-wrapper .row-fluid {display:flex;align-items: center;}
.top-blog-s-filter .block{display:flex;}
.top-blog-s-filter .block h3{font-size:18px;}
.top-blog-s-filter .block .widget-module{display:flex;align-items: center;}
.top-blog-s-filter .block .widget-module ul{margin:0;padding:0;padding-left:5px;}
.top-blog-s-filter .block .widget-module ul li{list-style-type:none;display:inline-block;padding:0px 8px;}
.top-blog-s-filter .block .widget-module ul li a{font-size:15px;color:#000;}
.top-blog-s-filter .block .widget-module ul li a span.filter-link-count{display:none;}
.top-blog-s-filter .block .widget-module a.filter-expand-link{color:#000;font-size:14px;padding-left: 10px;}
.top-blog-s-filter .block .widget-module ul li a:hover,.top-blog-s-filter .block .widget-module a.filter-expand-link:hover{color:#2e3690;}
.top-blog-s-filter .block .widget-module a.filter-expand-link{display:none;}



@media (min-width: 1200px) and (max-width: 1350px){
           
      .hs-blog-post .row-fluid .blog-main .wrapper{ padding:0 15px 0 136px; }
}

@media (min-width: 1201px) and (max-width: 1350px){
      
  .top-blog-s-filter .block .widget-module ul{width: 500px;} 
  .top-blog-s-filter .block .widget-module a.filter-expand-link{width: calc(100% - 390px);}
      
}

@media (min-width: 1024px) and (max-width: 1200px){
     
/*     .row-fluid .header-section .logo { width:20%; float:left;}
     .row-fluid .header-section .mainmenu { width:77% !important; float:left; padding:31px 0 0 0; margin-left:3%; }
     .row-fluid .mainmenu ul li a { font-size: 14px;  padding: 10px 9px; }
*/     
}

@media (min-width: 992px) and (max-width: 1200px){ 
    
	.row-fluid .wrapper {  width:920px !important; }
    .hs-blog-post .row-fluid .wrapper { padding:0 20px; }
    .landing-page .row-fluid .header-section .logo { position:absolute; left:50%; margin-left:-101px; } 
    .landing-page .row-fluid .hero-section { padding: 130px 0;}
    .row-fluid .header-section .wrapper { width:950px !important;  padding:0;}
    /*.row-fluid .header-section .logo { position:relative; left:0; margin-left:0; }*/
    .row-fluid .header-section .logo img { max-width:145px;}
    .row-fluid .header-section .logo { top: 28px; margin-left: -95px;}
    .row-fluid .header-section { padding:25px  0 0; }
    
     .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(5) { margin-left: 140px; }
/*   
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(4) { padding:0; }
*/    .row-fluid .footer-section { padding:50px 0; } 
    
    .row-fluid .resources-section { padding:50px 0 30px;}
    .row-fluid .resources-main .resources-box { padding:15px; }
    .row-fluid .hero-section { padding:120px 0; } 
     
    .row-fluid .blog-main .blog-left { padding:0; }
    .row-fluid .recent-post .post-title a {font-size: 16px; line-height: 20px; }
    .row-fluid .blog-main {padding:50px 0; }
    .row-fluid .hero-section h2 {font-size: 40px; line-height: 48px; }
    .row-fluid .blog-left .post-item { margin-bottom:33px; }
    .inner-follow { display:none; }
    .row-fluid .post-item .post-header h2 a { font-size: 26px; line-height: 32px; }
    .landing-text { padding-right: 30px;}
    .row-fluid .hero-section .landing-text h2 { font-size: 36px; line-height: 46px; padding-bottom: 15px; }
    .row-fluid .demo-btn a { margin-bottom:0; margin-top: 27px; }
    .landing-main {  padding:210px 0 80px;}
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a { margin-left: 0; padding: 10px 16px;}
    
     .row-fluid .subscribe-form form { margin-left:-110px;}
     .row-fluid .mainmenu { padding-left:17px;}
    
    .row-fluid .mainmenu ul li a { font-size:14px; padding:10px 6px 35px;}
/*     .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(6)  a { font-size:16px; padding: 8px 18px;} */
/*     .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(6) a:hover { background:#2e3690; color:#fff !important;  } */
    
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {min-width: 115px ; font-size:16px; margin-left: 10px; padding: 8px 18px;}
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a:hover { background:#2e3690; color:#fff !important; }
  
  .top-blog-s-filter .block .widget-module ul{width: calc(100% - 60px);}
  .top-blog-s-filter .block .widget-module a.filter-expand-link{width:60px;}
/*   .top-blog-s-filter .block .widget-module{align-items: flex-end;} */
  .top-blog-s-filter .block .widget-module ul li{padding:0px 18px;}
    
}

@media (min-width: 768px) and (max-width: 991px){
	
    .row-fluid .header-section .wrapper { width:720px !important; }
    .landing-page .row-fluid .header-section .logo { position:absolute; left:50%; margin-left:-93px; } 
	.landing-page .row-fluid .hero-section { padding: 130px 0;}
    .row-fluid .wrapper {  width:720px !important; } 	
    .row-fluid .header-section .logo { position:relative; left:0; margin-left:0; }
    .row-fluid .header-section { padding:20px  0; }   
    .row-fluid .footer-section { padding:50px 0; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(4) { padding:0; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(3) { padding:0; }
    
    
    .row-fluid .header-section .logo { position:relative; left:50%; margin-left:-72px; width:auto; }
    .row-fluid .header-section .logo img { max-width:144px;}
    .row-fluid .header-section { padding:0; }
    
    .row-fluid .resources-section { padding:50px 0 30px;}
    .row-fluid .hero-section { padding:100px 0; } 
    .row-fluid .resources-main span .hs_cos_wrapper {  width:48.5%;  }
    .row-fluid .resources-main span .hs_cos_wrapper:nth-child(2n) { margin-right:0% !important; }
    .row-fluid .resources-main span .hs_cos_wrapper:nth-child(3n) { margin-right:3%; }
    .row-fluid .resources-main .resources-box { padding:20px;  }
 
    .row-fluid .blog-main .blog-left { padding:0; }
    .row-fluid .recent-post .post-title a {font-size: 16px; line-height: 20px; }
    .row-fluid .blog-main {padding:50px 0; }
    .row-fluid .hero-section h2 {font-size: 40px; line-height: 48px; }
    .row-fluid .blog-left .post-item { margin-bottom:33px; }
    .row-fluid .post-item .post-header h2 a { font-size: 26px; line-height: 32px; }
    .author-section .author-right h4 {  padding-top:0; }
    .inner-follow { display:none; }
    
    .landing-text { padding-right:10px; }
    .row-fluid .hero-section .landing-text h2 { font-size: 32px; line-height: 44px; padding-bottom: 20px; }
    .landing-form { padding:15px 15px 20px; } 
    .hs-form fieldset.form-columns-2 .hs-form-field { width: 100% !important; float: left; padding: 0 0 15px 0 !important;}
    .landing-top .landing-content {padding-top:15px; }
    .landing-form h3 { font-size: 28px; line-height: 36px; padding-bottom: 20px; }   
    .landing-top span .hs_cos_wrapper { padding:0 12px; }
     .hs-blog-post .row-fluid .wrapper { padding:0 20px; }
    .row-fluid .demo-btn a { margin-bottom:0; margin-top: 27px; }
    
     .row-fluid .hero-section.apply-banner { padding:60px 0; }
    .row-fluid .subscribe-form form { margin-left:-110px;}
    .hs-blog-post .about-author-sec .hs-author-social-section a { padding:5px 7px;}
    .row-fluid .header-section .logo { margin-left:-90px;}
   
    .mainmenu a.mobile-trigger { right:20px;}
/*     .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(6)  a { width: 100%; max-width: 100%; text-align: left; background:#a93942;   border-radius:30px; color:#fff;text-transform: capitalize; } */
/*     .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(6) a:hover { background:#2e3690; color:#fff !important;  } */
    
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a { text-align: left; background:#a93942; width: 100%; max-width: 100%;  border-radius:30px; color:#fff;text-transform: capitalize; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a:hover { background:#2e3690; color:#fff !important; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { background:#c55059;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { max-width:100%; text-transform:uppercase; width: 100%; font-size:14px;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { color:#fbb314 !important; }
    .mainmenu .hs-menu-flow-horizontal > ul ul li { background-color:transparent !important;} 

     
  .top-blog-s-filter .block .widget-module ul li{padding: 0px 5px;}
  .top-blog-s-filter .block .widget-module ul{width: calc(100% - 60px);}
  .top-blog-s-filter .block .widget-module a.filter-expand-link{width:60px;}
  .top-blog-s-filter .block .widget-module{align-items: flex-end;}
}

@media (min-width: 30px) and (max-width: 767px){
	
    .row-fluid .header-section .wrapper { width:100% !important; }
    .landing-page .row-fluid .header-section { padding:10px 0 26px 0; }
	.row-fluid .wrapper { width:100% !important; padding:0 20px; float:left !important; }	
    .row-fluid .header-section .logo { position:relative; left:50%; margin-left:-72px; width:auto; }
    .row-fluid .header-section .logo img { max-width:144px;}
    .row-fluid .header-section { padding:0; }
    
    .row-fluid .footer-section ul { margin-bottom: 5px; padding:0; }
    .row-fluid .footer-section h3 { font-size: 30px; }
    .row-fluid .footer-section { padding:35px 0; font-size: 14px; }
    
    .row-fluid .hero-section { padding:100px 0; }
    .row-fluid .hero-section h2 {  font-size: 32px; line-height: 40px; padding-bottom: 20px;}
    
    .row-fluid .resources-main span { width:100%; text-align:center; float:left; }
    .row-fluid .resources-main span .hs_cos_wrapper {  width:100%;  max-width:360px;  float:none; display:inline-block; margin:0 0 3% 0; }
    .row-fluid .resources-main .resources-box { padding:20px;  }
    
    
    .row-fluid .recent-post .post-item { width:100%; margin-bottom:15px;  }
    .row-fluid .blog-left .post-item {  margin-bottom:20px;max-width: 420px; float: none; display: inline-block; }
    .row-fluid .post-item .post-header h2 a { font-size: 22px; line-height: 30px; } 
    .row-fluid .recent-post { padding:15px; width:100%; float:left; text-align:center; }
    .row-fluid .blog-main .blog-left { padding:0; text-align:center;}
    
    .row-fluid .post-item .post-body {  width:100%;}
    .row-fluid .post-item .sameheight { height:auto ; }
    .row-fluid .post-item .post-feature {height:200px !important; }
    .row-fluid .post-item .post-header { width:100%; padding:15px; text-align:center; }
    .row-fluid .blog-main { padding:40px 0; }   
    
    .blog .row-fluid .hero-section { padding:70px 0 60px; }
    .row-fluid .blog-pagination { padding:20px 0 0; }
    .row-fluid .subscribe-form { padding-top:20px; }
    .row-fluid .hero-section h2 {  font-size: 28px; line-height: 40px;}
    .row-fluid .subscribe-form form input[type="email"] { width:auto; }
    .row-fluid .hero-section .blog-sub { font-size: 22px; line-height: 34px; }
    .inner-text ul li a {width: 50px; height: 50px; font-size: 23px; font-size: 23px; }
    .inner-follow { display:none; }
    .hs-blog-post .blog-left .blog-post-wrapper { text-align:left;  }
    
    .landing-form { top:0; position:relative; }
    .landing-main { padding:40px 0;}
    .landing-top .landing-content { padding-top:15px ; }
    .landing-top span .hs_cos_wrapper {  width:100%; margin-bottom:30px; padding:0; }
    .landing-form h3 { font-size: 30px; line-height: 40px; padding-bottom:15px; }
    .landing-form { padding:15px; float: none !important; display: inline-block !important;}
    .landing-page .row-fluid .hero-section { padding:50px 0;}
    .row-fluid .hero-section .landing-text h2 { font-size: 28px; line-height: 40px; padding-bottom: 18px; }
    .landing-text {text-align: center; padding-right: 0; padding-bottom:30px; } 
    
    .landing-page .header-section .logo{ text-align:center; }
    .row-fluid .demo-btn a { margin-bottom:0; margin-top:30px; float:none; display:inline-block; }
    .row-fluid .demo-btn  { text-align:center; float:left; width: 100%; }
    .hs-blog-post .row-fluid .wrapper { padding:0 20px; }
    
    .row-fluid .apply-form fieldset > div { float:left !important; width:100% !important; margin:0 0 10px !important ; padding:0 !important;    }
    .row-fluid .hero-section.apply-banner { padding:40px 0; }
    .row-fluid .apply-banner.apply-banner h2  { padding:0;  }
    .row-fluid .apply-form h3 { font-size:20px; line-height:30px;  }
    
    .row-fluid .subscribe-form form input[type="email"] {border-radius:0;  }
    .row-fluid .subscribe-form form .hs-button { border-radius:0;  }
    .row-fluid .subscribe-form form .hs_submit { left:0; position:relative; padding-top:20px; width: 100%; text-align:center; }       
    .row-fluid .subscribe-form form .hs-button { float:none; display:inline-block; }
    
    .hs-blog-post .about-author-sec { text-align:center; }
    
/*     .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(6)  a { width: 100%; max-width: 100%; text-align: left; background:#a93942;   border-radius:30px; color:#fff;text-transform: capitalize; } */
/*     .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(6) a:hover { background:#2e3690; color:#fff !important;  } */
    
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a { text-align: left; background:#a93942; width: 100%; max-width: 100%;  border-radius:30px; color:#fff;text-transform: capitalize; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a:hover { background:#2e3690; color:#fff !important; }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { background:#c55059; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { color:#fbb314 !important; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { max-width:100%; text-transform:uppercase; padding-left:22px; width: 100%; font-size:14px;}
    .mainmenu .hs-menu-flow-horizontal > ul ul li { background-color:transparent !important;}
    
    .top-blog-s-filter .row-fluid-wrapper .row-fluid{display:block;}
     .top-blog-s-filter .span4{margin-bottom:15px;}
  .top-blog-s-filter .block{display:block;text-align: center;}
  .top-blog-s-filter .block .widget-module{display:block;text-align:center;}
  .top-blog-s-filter .block .widget-module ul{display:block;}
  .row-fluid .header-section .wrapper{overflow:hidden;}
}


@media (min-width: 991px){
    
    

  a.mobile-trigger, a.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }

}

@media (max-width:991px){

  /* 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 */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      bottom: 0;          /* Position Button at top right of screen  */
      right: 0;        /*******************************************/
      width: 40px; /* Button width */
      height: 36px; /* Button height */      
      padding: 8px 8px;
      background:#a93942;
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 0;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #455560;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
       /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 24px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  a.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  a.child-triggerm span, a.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after { background-color: #fff; }
  
  a.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 79px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;  
      z-index:9999;
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding:  0 0 0; /* Padding to add room for close button */
      background-color:#a93942; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
   .mainmenu .hs-menu-flow-horizontal ul li a:hover { color:#2e368f !important; }
   
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      text-transform: capitalize; 
      font-size: 16px; /* Font size of top level list items */
      line-height: 40px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top:1px solid rgba(255,255,255,0.4); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 13px;
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > 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 */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}
@media (max-width: 480px){
  .top-blog-s-filter .block .widget-module ul li a{font-size:14px;}
  .top-blog-s-filter .block .widget-module ul li{width:50%;padding:0;padding-bottom: 3px}
  .top-blog-s-filter .block .widget-module ul{display: flex;flex-wrap: wrap;justify-content: center;}
}