/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

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

/* Fonts Apply */
@font-face {
	font-family: Avenir-Book;
	src: local("Avenir-Book");
	src: url(//2203778.fs1.hubspotusercontent-na1.net/hubfs/2203778/Sienna_2019/fonts/Avenir-Book.woff2) format("woff2"), url(//2203778.fs1.hubspotusercontent-na1.net/hubfs/2203778/Sienna_2019/fonts/Avenir-Book.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Avenir-Medium;
	src: local("Avenir-Medium");
	src: url(//2203778.fs1.hubspotusercontent-na1.net/hubfs/2203778/Sienna_2019/fonts/Avenir-Medium.woff2) format("woff2"), url(//2203778.fs1.hubspotusercontent-na1.net/hubfs/2203778/Sienna_2019/fonts/Avenir-Medium.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Avenir-Black;
	src: local("Avenir-Black");
	src: url(//2203778.fs1.hubspotusercontent-na1.net/hubfs/2203778/Sienna_2019/fonts/Avenir-Black.woff2) format("woff2"), url(//2203778.fs1.hubspotusercontent-na1.net/hubfs/2203778/Sienna_2019/fonts/Avenir-Black.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}








/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */





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

body { margin:0; padding:0; font-family:Avenir-Book, sans-serif; font-size:20px; line-height:26px; font-weight:400; color:#434343; background:#fff; }

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; } 

.clear { clear:both }

p { padding:10px 0; margin:0; }

h1 { color:#626262; font-family:Avenir-Book, sans-serif; font-size:76px; line-height:78px; font-weight:700; margin:0; padding:0; clear:both }
h2 { color:#626262; font-family:Avenir-Book, sans-serif; font-size:42px; line-height:58px; font-weight:700; margin:0; padding:0; clear:both }
h3 { color:#626262; font-family:Avenir-Book, sans-serif; font-size:36px; line-height:40px; font-weight:400; margin:0; padding-bottom: 20px; clear:both }
h4 { color:#626262; font-family:Avenir-Book, sans-serif; font-size:24px; line-height:30px; font-weight:700; margin:0; padding:0; clear:both }
h5 { color:#626262; font-family:Avenir-Book, sans-serif; font-size:22px; line-height:28px; font-weight:400; margin:0; padding:0; clear:both }
h6 { color:#626262; font-family:Avenir-Book, sans-serif; font-size:16px; line-height:16px; font-weight:700; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color:#f4873e; -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:#6ba7ed; }

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; color:#59595c; background:#fff; border-radius:4px; border:1px solid #333333; height:38px; padding:0 15px; font-size:14px; width:100%;     margin-top: 1%;
    margin-bottom: 3%;}
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 20px; height:182px; min-width:100%; max-width:100%; resize:none; }
input[type=submit] , button {     padding: 0;
    margin: 0;
    list-style: none;
    background-image: none;
    background-color: transparent;
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #4756c1;

    color: #fff;
    font-family: Avenir-Medium,Helvetica,Arial,sans-serif;
    font-
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    text-decoration: none;
    height: 60px;
  font-size: 20px;
}
-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; } 
input[type=submit]:hover , button:hover { background-color:#6ba7ed; } 

::-webkit-input-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
::-moz-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
:-ms-input-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
:-moz-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#e68700; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .title { margin-bottom:20px; }
.hs-form .hs-form-field { padding:0 0 5px; }
.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 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 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; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:; background:;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

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

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }
.normal-hero{position:relative; z-index:1; color:#fff;  line-height: 1.45;}


/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .fl100 { float:left; width:100%; } 

/* Slider 
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#3c5263;  width:6px; height:6px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#f7893f; }
ul.slick-dots li.slick-active button { height:10px; width:10px; box-shadow:1px 0px 1px rgba(0,0,0,0.15); }
*/
.row-fluid .btn-style a, .row-fluid a.btn-style { float:none; display:inline-block; position:relative; padding:18px 69px; color:#fff; font-weight:500; border-radius:4px; -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    -o-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    -ms-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    box-shadow: 5px 5px 0px rgba(0,0,0,0.17);; background:#fc9400; background: -moz-linear-gradient(top, #fc9400 0%, #e98900 60%, #e58700 100%); background: -webkit-linear-gradient(top, #fc9400 0%,#e98900 60%,#e58700 100%); background: linear-gradient(to bottom, #fc9400 0%,#e98900 60%,#e58700 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9400', endColorstr='#e58700',GradientType=0 ); }
.row-fluid .btn-style a span, .row-fluid a.btn-style span { position:relative; z-index:1; }
.row-fluid .btn-style a:after, .row-fluid a.btn-style:after { position:absolute; content:''; border-radius:4px; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; width:100%; height:0; top:0; left:0; background:#6ba7ed; }
.row-fluid .btn-style a:hover:after, .row-fluid a.btn-style:hover:after { height:100%; }
/*.row-fluid .btn-style a:hover, .row-fluid a.btn-style:hover { box-shadow:none; }*/

.row-fluid .ulstyle ul { list-style:none; }
.row-fluid .blue-bg { background:#1d69ac; }

.row-fluid .wrapper { margin:0 auto !important; width:1280px; max-width:100%; padding:0; max-width:100%; float:none !important; } 

/* Page Wise Css */
/* Homepage */
.row-fluid .top { position:absolute; top:0; left:0; width:100%; z-index:2; }
.row-fluid .top-strip { padding:5px 0; }
.row-fluid .top-strip .wrapper { padding:0 100px; }
.row-fluid .top-strip .wrapper > div > div { width:auto; float:right; }
.row-fluid .top-strip .hs-menu-wrapper.hs-menu-flow-vertical > ul { margin:0; text-align:right; }
.row-fluid .secondary-nav { position:relative; left:0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; width:auto; }
.row-fluid .secondary-nav ul li { float:none; display:inline-block; vertical-align:top; margin:0 0 0 15px; line-height:0; }
.row-fluid .secondary-nav ul li a { float:none; display:inline-block; color:#fff; font-size:16px; line-height:20px; padding:10px; font-family:Avenir-Medium,Helvetica,Arial,sans-serif; }
.row-fluid .secondary-nav ul li a:hover { text-decoration:underline; }
.row-fluid .top-strip .search-icon { height:38px; width:38px; margin:0; }
.row-fluid .top-strip button { border-radius:3px; color:#fff; background:transparent; outline:none; height:38px; width:38px; line-height:38px; cursor:pointer; position:relative; padding:1px 6px; box-shadow:none; }
.row-fluid .top-strip button:before { position:absolute; content:"\f002"; top:0; left:0; text-align:center; width:100%; font-family:FontAwesome; }
.row-fluid .top-strip button:hover, body.search-open .row-fluid .top-strip button:hover:before { background:#fff; color:#4756c1; }

.row-fluid .top-searchbox { position:relative; width:auto; margin:0; }
.row-fluid .a11y-input { width:100%; position:relative; float:left; }
.row-fluid .search-container-inner .search-submit { font-family:Avenir-Medium,Helvetica,Arial,sans-serif; font-weight:800; font-size:1.4rem; text-transform:uppercase; -webkit-border-radius:3px; border-radius:3px; width:auto; height:29px; line-height:30px; -webkit-transition:all .2s ease; -o-transition:all .2s ease; transition:all .2s ease; padding:0 8px; opacity:1; position:relative; left:-5px; box-shadow:none; color:#fff; background:#4756c1; font-size:14px; }
.row-fluid .search-container-inner .search-submit:hover { background:#2e28a6; }
.row-fluid .search-container-inner form { display:flex; align-items:center; }
.row-fluid .search-container-inner form input[type="text"] { padding:13px 10px 0; font-family:Avenir-Medium,Helvetica,Arial,sans-serif; }
.row-fluid .a11y-input label { display:block; cursor:pointer; font-size:15px; line-height:24px; position:absolute; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); -webkit-transition:all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; padding: 0 14px; width: 100%; background: none; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; z-index: 1; font-family:Avenir-Medium,Helvetica,Arial,sans-serif; }
.row-fluid .a11y-input label.active { top:4px; font-size:12px; line-height:1!important; cursor:default!important; -webkit-transform:none; -ms-transform:none; transform:none; color:#4756c1; opacity:.9; }

.row-fluid .site-search { width:0px; position:absolute; right:100%; top:0; opacity:0; background:#fff; border-radius:3px 0px 0px 3px; -webkit-transition:width .25s ease; -o-transition:width .25s ease; transition:width .25s ease; }
body.search-open .row-fluid .site-search { width:240px; opacity:1; }

body.search-open .row-fluid .search-container-inner form { max-width:240px; -webkit-transition:max-width .25s ease; -o-transition:max-width .25s ease; transition:max-width .25s ease; opacity:1; visibility:visible; }
body.search-open .row-fluid .top-strip button { border-radius:0px 3px 3px 0px; }
body.search-open .row-fluid .top-strip button:before { content:"\f00d"; color:#726a63; background:#fff; }

.row-fluid .main-header .headerbox { background:#fff; box-shadow:0 4px 7px rgba(0,0,0,.2); border-radius:3px; padding:0 100px 0 80px; }
.row-fluid .main-header .headerbox > div > div { max-width: 80% !important; align-items:center; }
.row-fluid .main-header .headerbox .logo img { max-width:165px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul { float:right; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li { margin:0 2px 0 25px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:30px 0px; line-height:19px; color:#434343; font-size:18px; line-height:27px; font-weight:400; font-family:Avenir-Medium,Helvetica,Arial,sans-serif; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#fe7228; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { display:inline-block; vertical-align:middle; content:"\f107"; font-family:fontawesome; color:#a99d94; left:100%; margin-left:7px; font-weight:600; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after { display:none; }

.row-fluid .hero-section { position:relative; padding:332px 0 30px; }
.row-fluid .hero-section:before, .row-fluid .hero-section:after { content:""; position:absolute; left:0; top:0; width:100%; height:150px; z-index:1; background:-webkit-linear-gradient(top,rgba(0,0,0,.7),transparent); background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),to(transparent)); background:-o-linear-gradient(top,rgba(0,0,0,.7) 0,transparent 100%); background:linear-gradient(180deg,rgba(0,0,0,.7) 0,transparent); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=0); }
.row-fluid .hero-section:after { top:auto; bottom:0; background:-webkit-linear-gradient(top,transparent,transparent 1%,rgba(0,0,0,.7)); background:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(1%,transparent),to(rgba(0,0,0,.7))); background:-o-linear-gradient(top,transparent 0,transparent 1%,rgba(0,0,0,.7) 100%); background:linear-gradient(180deg,transparent 0,transparent 1%,rgba(0,0,0,.7)); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=0); }
.row-fluid .hero-title { position:relative; z-index:2; padding:0 100px; }
.row-fluid .hero-title h1 { color:#fff; text-shadow:0 0 20px rgba(0,0,0,.25); font-family:Avenir-Black,Helvetica,Arial,sans-serif; font-size:48px; line-height:58px; text-transform:capitalize; }

/* Blog Page Start */
.row-fluid .latest-strorysecwrap { padding:60px 0; }
.row-fluid h2.latest-title { font-size:26px; font-weight:300; color:#626262; line-height:35px; padding-bottom:30px; }
.row-fluid .left-storybox { float:left; width:50%; }
.row-fluid .right-storybox { float:left; width:50%; }
.row-fluid .left-storybox .post-image { height:500px; }
.row-fluid .latest-strorysec .post-image { padding:20px; background-size:cover !important; background-position:top center !important; width:100%; position:relative; -webkit-transition:all .2s ease; -moz-transition:all .2s ease; -ms-transition:all .2s ease; -o-transition:all .2s ease; transition:all .2s ease; }
.row-fluid .latest-strorysec .post-image:after { content:""; width:100%; height:100%; position:absolute; top:0px; left:0px; right:0px; background:rgba(0,0,0,0.3); -webkit-transition:all .2s ease; -moz-transition:all .2s ease; -ms-transition:all .2s ease; -o-transition:all .2s ease; transition:all .2s ease; } 
.row-fluid .latest-strorysec .item-wrapper { position:relative; z-index:2; display:block; height:100%; }
.row-fluid .latest-strorysec .author-data a.author-link { color:#fff; font-size:12px; font-weight:600; text-decoration:none; position:absolute; right:auto; top:5px; text-transform:uppercase; left:0px; max-width:200px; display:inline-block; vertical-align:middle; line-height:15px; text-align:left; }
.row-fluid .latest-strorysec .author-data .hs-author-avatar img { width:20px !important; height:20px; border-radius:100%; margin-right:5px; float:left; margin-top:2px; }
.row-fluid .latest-strorysec .post-date {  left:0px; top:0px; font-size:12px;  font-weight:600; color:#fff; letter-spacing:1px; margin-bottom:10px; }
.row-fluid .latest-strorysec .title-wrap { bottom:0px; position:absolute; display:block; }
.row-fluid .latest-strorysec .post-title h2 { font-size:26px; font-weight:300; color:#626262; line-height:35px; padding-bottom:0px; font-family: Avenir-Medium; }
.row-fluid .latest-strorysec .post-title h2 a { font-size:20px; line-height:26px; color:#fff; text-decoration:none; font-weight:400; display:inline-block; text-transform:nonr; }
.row-fluid .post-recents-topic a:first-child, .row-fluid .topics-list-bottom a:first-child { display:inline-block; }
.row-fluid .title-wrap .topic-link { color:#fff; font-size:12px; font-weight:900; text-decoration:none; text-transform:capitalize; background:#f4873e; padding:2px 12px; }
.row-fluid .post-recents-topic a, .row-fluid .topics-list-bottom a { display:none; }
.row-fluid .post-image .read-more-link a { color:#ddd; text-decoration:none; font-size:30px; position:absolute; top:0px; left:0px; right:0px; bottom:0px; margin:0 auto; display:block; max-width:100%; width:100%; height:100%; border-radius:100%; padding:9px; z-index:6; opacity:0; }
.row-fluid .post-image .read-more-link a i.fa { -moz-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); position: absolute; width: 50px; top: 50%; left: 50%; border: 2px solid #fff; text-align: center; height: 50px; line-height: 50px; border-radius: 100%; }
.row-fluid .post-image:hover .read-more-link a { opacity:1; }
.row-fluid .post-image:hover:after { background:rgba(0,0,0,0.75); -webkit-transition:all .2s ease; -moz-transition:all .2s ease; -ms-transition:all .2s ease; -o-transition:all .2s ease; transition:all .2s ease; z-index:5; }
.row-fluid span.hs-author-avatar { float:none; display:inline-block; vertical-align:middle; }
.row-fluid .listing-date { margin-bottom:10px; }

.row-fluid .right_top-storybox { float:left; width:100%; }
.row-fluid .right_top-storybox .post-item { padding-left:25px; }
.row-fluid .right_top-storybox .post-image { height:250px; }
.row-fluid .right_bottom-storybox { float:left; width:100%; }
.row-fluid .right_bottom-storybox .post-item { display:block; width:50%; float:left; padding-left:25px; padding-top:25px; }
.row-fluid .right_bottom-storybox .post-image { height:225px; }
.row-fluid .latest-strorysec .right_bottom-storybox .author-data a.author-link { max-width:135px; text-align:center; }

.row-fluid .right_bottom-storybox .post-title h2 a { font-size:16px; line-height:22px; }
.row-fluid .latest-strorysec #hubspot-topic_data { padding:0; }

.row-fluid .blog-mainsec { padding: }
.row-fluid .feature-topicsec .title h3 { font-size:26px; line-height:35px; color:#626262; margin-bottom:30px; margin-top:20px; }
.row-fluid .feature-topicsec .listing { border:1px solid #333; margin-bottom:40px; }
.row-fluid .feature-topicsec .listing .block h3 { float:left; border-right:1px solid #333; padding:10px 10px; font-size:16px; line-height:25px; }
.row-fluid .feature-topicsec .listing .block h3 + ul { text-align:left; list-style:none; padding:0; margin:0; }
.row-fluid .feature-topicsec .listing .block h3 + ul li { display:inline-block; text-align:center; padding:10px 10px; }
.row-fluid .feature-topicsec .listing .block h3 + ul li a { font-size:14px; color:#626262; text-decoration:none; padding:10px 10px; }
.row-fluid .feature-topicsec .listing .block h3 + ul li a:hover { color:#fe7228; }
.row-fluid .feature-topicsec .listing .filter-link-count { display:none; }

.row-fluid .article-imagewrap { position:relative; }
.row-fluid .post-listwrap { float:none; display:block; width:auto; margin:0 -12px; }
.row-fluid .post-listwrap .post-item { float:left; width:50%; padding:0 12px; }
.row-fluid .post-listwrap .post-item-inner { float:left; width:100%; margin-bottom:25px; border:1px solid #efefef; background:#fff; border-radius:0px; }
.row-fluid .article-image { float:left; width:100%; height:230px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; position:relative; } 
.row-fluid .article-image:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; /*background:rgba(0,0,0,0.4); */}
.row-fluid .article-imagewrap .post-date { position:absolute; top:10px; z-index:1; font-size:14px; color:#fff; font-weight:600; padding:0px 10px; }
.row-fluid .article-imagewrap .post-topic { position:absolute; z-index:10; bottom:0; left:0; padding:10px 7px; }
.row-fluid .article-imagewrap .post-topic a { color:#fff; text-decoration:none; font-size:12px; background:#f4873e; padding:4px 10px; letter-spacing:.25px; font-weight:900; line-height:20px; }
.row-fluid .post-item-inner .post-body { padding:15px; width:100%; float:left; }
.row-fluid .post-boxtitle h2 a, .row-fluid .post-boxtitle h2 { color:#626262; margin:0px; line-height:25px; font-size:16px; font-weight:600; text-decoration:none; }
.row-fluid .post-item-bottom { float:left; width:100%; overflow:hidden; display:block; padding-top:12px; border-top:1px solid rgba(169,169,169,0.25); margin-top:15px; }
.row-fluid .author-link-bottom, .row-fluid .social-shares { padding:0px 0 0; float:left; width:48%; }
.row-fluid .post-item-inner .hs-author-avatar img { width:20px !important; height:20px; border-radius:100%; margin-right:5px; float:left; margin-top:2px; }
.row-fluid .post-item-inner a.author-link { color:#333; }
.row-fluid .post-item-inner a.author-link:hover { color:#fe7228; }
.row-fluid .social-shares a { font-size:12px; color:#626262; padding:0; border:1px solid #ababab; width:30px; display:inline-block; height:30px; text-align:center; vertical-align:middle; line-height:30px; }
.row-fluid .social-shares a:hover { background:#fe7228; border-color:#fe7228; color:#fff; }

.row-fluid .blog-pagination { float:left; width:100%; padding:40px 0 60px; text-align:center; }
.row-fluid .blog-pagination a.all-posts-link { float:none; display:inline-block; vertical-align:top; padding:10px 26px; color:#fff; background:#fe7228; letter-spacing:0.30px; border-radius:10px; font-family: Avenir-Black; font-size:16px; }
.row-fluid .blog-pagination a.all-posts-link:hover { background:#000; }

.row-fluid .blog-mainsec .wrapper > div > div.row-fluid { display:flex; }
.row-fluid .blog-mainsec .blog-right { padding-left:15px; border-left:1px solid rgba(98,98,98,0.12); margin-left:15px; }
.row-fluid .popular-stroybox { margin-bottom:15px; font-size:13px; line-height:18px; color:#626262; font-weight:400; }
.row-fluid .popular-stroybox .post-image { float:left; width:100%; height:55px; width:55px; background-size:cover !important; background-position:center center !important; background-position:center center !important; }
.row-fluid .popular-stroybox .popular-feedbox { float:left; width:calc(100% - 55px); padding-left:10px; }
.row-fluid .popular-stroybox .popular-feedbox a { color:#626262; }
.row-fluid .popular-stroybox .popular-feedbox a:hover { color:#000; }
.row-fluid .blog-sidebox h3 { font-size:20px; line-height:25px; color:#626262; position:relative; font-weight:400; padding:0 0 10px; margin:20px 0; }
/* .row-fluid .blog-sidebox h3 { font-size: 32px; line-height: 40px; font-family: Avenir-Black; } */
.row-fluid .blog-sidebox h3:after { content:""; width:50px; height:3px; position:absolute; bottom:0px; left:0px; background:#f4873e; }

.row-fluid .blog-sidebox2 { margin:27px 0 30px; }
.row-fluid .blog-sidebox2 form .hs-form-field > label { float:left; width:100%; font-size:16px; line-height:25px; color:#626262; font-family:Avenir-Book, Helvetica, Arial, sans-serif; }
.row-fluid .blog-sidebox2 form input[type="email"] { border:1px solid rgba(98,98,98,0.25); height:40px; margin-bottom:15px; font-size:16px; color:#626262; font-family:Avenir-Book, Helvetica, Arial, sans-serif;  }
.row-fluid .blog-sidebox2 form input[type="submit"] { display:inline-block; -webkit-appearance:none; background:#f4873e; border:0px; box-shadow:none; color:#fff; width:100%; font-size:14px; font-weight:600; text-transform:uppercase; letter-spacing:.25px; cursor:pointer; height:auto; width:auto; border-radius:0; padding:10px 14px; font-family:Avenir-Book, Helvetica, Arial, sans-serif; }
.row-fluid .blog-sidebox2 form input[type="submit"]:hover { background:#000; }

.row-fluid .blog-sidebox3 .widget-module ul { float:left; width:100%; margin:0; padding:0; list-style-type:none; }
.row-fluid .blog-sidebox3 .widget-module ul li { display:inline-block; }
.row-fluid .blog-sidebox3 .widget-module ul li a { background-color:#ededed; text-decoration:none; color:#000; font-size:14px; padding:2px 12px; margin:4px 2px; display:inline-block; }
.row-fluid .blog-sidebox3 .widget-module ul li a .filter-link-count { display:none; }

/* Blog Inner Page */
.hs-blog-post .row-fluid .blog-mainsec { padding:60px 0 40px; }
.hs-blog-post .blog-left { padding-left:80px; position:relative; }

.row-fluid .inner-social { margin:0 0 0; padding:15px 0; position:absolute; left:0; top:0; width:65px; border:1px dashed rgba(0,0,0,0.3); text-align:center; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; background:#fff; }
.row-fluid .post-social ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .inner-social ul li { margin:0; padding:5px; display:block; }
.row-fluid .post-social ul li { margin:0; padding:5px; display:inline-block; }
.row-fluid .post-social ul li a { font-size:18px; height:42px; line-height:42px; width:42px; -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -o-border-radius: 42px;
    -ms-border-radius: 42px;
    border-radius: 42px;; background:; color:#fff; display:inline-block; }
.row-fluid .post-social ul li a:hover { opacity:0.9; -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    -o-box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.8);; }
.row-fluid .post-social ul li:nth-child(1) a { background:#3F5C93; }
.row-fluid .post-social ul li:nth-child(2) a { background:#27A1ED; }
.row-fluid .post-social ul li:nth-child(3) a { background:#0F79B1; }
.row-fluid .post-social ul li:nth-child(4) a { background:#c8232c; }
.row-fluid .post-social ul li:nth-child(5) a { background:#25D366; }
.row-fluid .post-social ul li:nth-child(6) a { background:#626262; } 

.row-fluid .sticky.bottom { top:auto !important; bottom:0 !important; }

.hs-blog-listing .featured-img { display:none; }
.row-fluid .featured-img { margin-top:0; position:relative; }
.row-fluid .featured-postimg { height:500px; -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;; background-size:cover; background-position:center center; position:relative; }
.row-fluid .featured-postimg:before { content:''; width:100%; height:100%; background:#000; position:absolute; top:0; left:0; 
background: -webkit-linear-gradient(top,rgba(0,0,0,.7),transparent);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),to(transparent));
    background: -o-linear-gradient(top,rgba(0,0,0,.7) 0,transparent 100%);
    background: linear-gradient(180deg,rgba(0,0,0,.7) 0,transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=0);
}

.row-fluid .blog-section-inner { padding:5%; -webkit-box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.15);; font-weight:400; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;; font-size:20px; line-height:28px; }
.row-fluid .blog-section-inner .post-title { padding:0 0 25px 150px; font-size:14px; line-height:20px; width:100%; float:left; position:relative; }
.row-fluid .blog-section-inner .post-title h2 { font-size:28px; line-height:34px; margin:15px 0; }
.row-fluid .blog-section-inner .post-body h2 { font-size:28px; line-height:34px; margin:15px 0; }
.row-fluid .blog-section-inner .post-body h3 { font-size:24px; line-height:28px; margin:15px 0; }
.row-fluid .blog-section-inner .post-body h4 { font-size:22px; line-height:26px; margin:15px 0; }
.row-fluid .blog-section-inner .post-body h5 { font-size:20px; line-height:24px; margin:15px 0; }
.row-fluid .blog-section-inner .post-date { font-size:14px; line-height:20px; font-weight:400; position:absolute; top:0; left:0; }
.row-fluid .blog-section-inner .post-date .date { font-size:50px; line-height:1.1; font-weight:700; opacity:0.6; }
.row-fluid .blog-section-inner .post-date span { display:block; }
.row-fluid .blog-section-inner .post-date .month { font-weight:700; }
.row-fluid .blog-section-inner .post-body { border-bottom:2px solid rgba(0,0,0,0.3); }
.row-fluid .blog-section-inner .post-body ul { margin:0 0 15px; padding:0 0 0 20px; list-style-type:none; }
.row-fluid .blog-section-inner .post-body ul li { margin:0; padding:0 0 0 25px; display:block; position:relative; }
.row-fluid .blog-section-inner .post-body ul li:before { content:"\f00c"; font-family:'fontAwesome'; position:absolute; top:0; left:0; font-size:17px; color:; }
.row-fluid .topiclist { margin:40px 0 0; }  
.row-fluid .topiclist a { color:#434343; text-decoration:none; font-weight:700; text-transform: capitalize; }
.row-fluid .topiclist a:hover { color:#ee3a43; }

.row-fluid .social-postinner { margin:30px 0 0; }
.row-fluid .social-postinner ul { width:auto; display:inline-block; }
.row-fluid .social-postinner ul li { padding:3px; text-align:center; }
.row-fluid .social-postinner ul li a { width:32px; height:32px; line-height:29px; border:2px solid #f4873e; color:#f4873e; background:transparent !important; font-size:16px; }
.row-fluid .social-postinner ul li a:hover { border-color:; background:#f4873e !important; color:#fff; }
.row-fluid .social-postinner .share { margin-right:15px; display:inline-block; font-weight:700; }

.row-fluid .blog-section-inner .post-body iframe { margin:10px 0; width:100% !important; height:500px; }

.row-fluid .custom-pagination-cover { padding:50px 0 35px 0; display:inline-block; width:100%; position:relative; }
.row-fluid .pagination-block { padding:0 30px 0 0; width:50%; float:left; font-size:12px; line-height:16px; font-weight: 600; letter-spacing:0.5px; text-transform: uppercase; position:relative; }
.row-fluid .pagination-block.next i , .row-fluid .pagination-block.prev i { position:absolute; top:50%; left:0; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; } 
.row-fluid .pagination-block a { font-size:16px; line-height:22px; font-weight:700; letter-spacing:0px; text-transform: none; color:#434343; text-decoration:none; }
.row-fluid .pagination-block a:hover { color:#ee3a43 ; }
.row-fluid .pagination-block.next { padding:0 60px 0 30px; text-align:right; }
.row-fluid .pagination-block.next i { right:0; left:auto; }
.row-fluid .pagination-block.center { padding:0; width:60px; position:absolute; top:50%; left:50%; -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);; text-align:center; z-index:1; }
.row-fluid .pagination-block.center a { padding:10px 0; display:inline-block; font-size:24px; display: flex; align-content: center; }
.row-fluid .pagination-block.center a img { margin:0 auto; display:block; }
.row-fluid .pagination-block.prev { padding-left:60px; }

.row-fluid .post-bottom { margin-top:18px; }
.row-fluid .post-bottom > div { padding:0 6px; width:auto; display:inline-block; vertical-align: top; }
.row-fluid .post-bottom a { font-weight:600; color:#231f20; text-decoration:none; }
.row-fluid .post-bottom a:hover { color:#ee3a43; }
.row-fluid .post-bottom .more-link { margin-top:2px; margin-left:10px; font-size:18px; line-height:normal; color:#ee3a43; vertical-align: top; }

.row-fluid .blog-section-inner blockquote { margin:15px 0 25px; padding:10px 25px; position:relative; font-size:18px; line-height:30px; font-weight:700; z-index:1; }
.row-fluid .blog-section-inner blockquote em { display:block; opacity:0.8; }
.row-fluid .blog-section-inner blockquote:before { content:''; width:101px; height:66px; background-image:url('https://663052.fs1.hubspotusercontent-na1.net/hubfs/663052/1_NetworkSolutions%20-Jun2017/Image/quote.webp'); position:absolute; top:0; left:0; z-index:-1; opacity:0.1; }
 
.row-fluid .about-author-sec { margin:50px 0 0; padding:6% 8%; width:100%; -webkit-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.15);; float:left; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; }
.row-fluid .about-author-inner { position:relative; }
.row-fluid .author-img { margin:0; width:140px; height:140px; max-width:100%; background-size:cover; background-position:center center; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;; -webkit-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.1);; float:left; }
.row-fluid .author-text { padding:0 0 0 40px; width:calc(100% - 140px); font-size:16px; font-weight:400; float:left; }
.row-fluid .author-text h3 { margin:0; padding:0 0 10px; font-size:18px; line-height:26px; } 
.row-fluid .author-text h3 a { text-decoration:none; color:#f4873e; }

.row-fluid .about-author-sec .hs-author-social-section { margin-top:20px; } 
.row-fluid .about-author-sec .hs-author-social-section ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .about-author-sec .hs-author-social-section ul li { margin: 0; padding: 3px; display: inline-block; text-align:center; }
.row-fluid .about-author-sec .hs-author-social-section ul li a { width:32px; height:32px; line-height:29px; border:2px solid #f4873e; color:#f4873e; background:transparent !important; font-size:16px; display:inline-block; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; text-indent: 0; }
.row-fluid .about-author-sec .hs-author-social-section ul li a:hover { background:#f4873e !important; color:#fff; -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    -o-box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.8);; }

.hs-blog-listing .blog-comments { display:none; }
.row-fluid .blog-comments { margin-top:0; padding:4% 5%; -webkit-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.15);; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; }  
.row-fluid .blog-comments h2,.row-fluid .email_style h3 { padding:0; font-size:32px; line-height:40px; font-family:Avenir-Black; color:#626262; margin-bottom:20px; }
.row-fluid .post-box .scription-form h3 { padding:30px 0; }
.row-fluid .comments-form .hs-form-field > label span + span { display:none; }
.row-fluid .comments-form .hs-submit { margin-top:10px; }
.row-fluid .comments-form #comments-listing { display:none; }
.row-fluid .comments-form .hs-button { background:url(https://www.nsi1.com/hubfs/1_NetworkSolutions%20-Jun2017/Image/blank1.png) no-repeat left top #f4873e; font-weight:700; color:#fff; display:inline-block; text-transform:uppercase; height:auto; padding:19px 50px; height: auto; font-size:14px; line-height:22px; text-transform:uppercase; box-shadow:none; height:auto; width:auto; }
.row-fluid .comments-form .hs-button:hover { background-color:#000; }
.row-fluid .blog-comments .comment.depth-0 { padding:20px 15px 0; font-size:14px; }
.row-fluid .blog-comments .comment:last-child { margin-bottom:40px; }
.row-fluid .blog-comments .comment-from h4 { padding:0; }
.row-fluid .blog-comments .hs-form-field > label { font-family:Avenir-Black; color:#434343; }
.body-container .blog-comments input[type="text"], .body-container .blog-comments input[type="week"], .body-container .blog-comments input[type="number"], .body-container .blog-comments input[type="email"], .body-container .blog-comments input[type="search"], .body-container .blog-comments input[type="tel"], .body-container .blog-comments textarea, .body-container .blog-comments select { height:50px; border-radius:3px; border:1px solid #cccccc; box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075); color:#555555; margin:5px 0 15px; }
.row-fluid .blog-comments .hs-form .hs-form-field { padding:0; }

.row-fluid .related-post { padding:20px 0 70px; float:left; width:100%; }
.row-fluid .related-post > .wrapper > h2 { margin:0; padding:0 0 37px; text-align:left; color:#626262; font-family:Avenir-Black; }
.row-fluid .related-postinner { margin:0 -15px; }
.row-fluid .related-postinner .post-item-inner .post-body { padding:10px 0; }
.row-fluid .postb .post-item { padding:15px; width:33.33%; float:left; text-align:center; border-bottom:none; }
.row-fluid .post-item-inner { -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;; background:; -webkit-box-shadow: 0px 7px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 7px 30px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 7px 30px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 7px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 7px 30px rgba(0,0,0,0.1);; overflow: hidden; -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;; }
.row-fluid .postb .post-item .hs-featured-image-wrapper { height:230px; background-position:center center; background-size:cover; background-repeat:no-repeat; background-color:#ccc; }
.row-fluid .postb .post-item .post-text { padding:0 20px 30px; font-size:14px; font-weight:400; text-align:left; }
.row-fluid .postb .post-item .post-text .post-header { margin-top:20px; }
.row-fluid .postb .post-item .post-text h2 { font-size:18px; line-height:26px; }
.row-fluid .postb .post-bottom { margin-top:18px; }
.row-fluid .postb .post-bottom > div { padding:0 6px; width:auto; display:inline-block; vertical-align: top; }
.row-fluid .postb .post-bottom a { font-weight:600; color:#434343; text-decoration:none; }
.row-fluid .postb .post-bottom a:hover { color:#ee3a43; }
.row-fluid .postb .post-bottom .more-link { margin-top:2px; margin-left:10px; font-size:18px; line-height:normal; color:#ee3a43; vertical-align: top; }
.row-fluid .postb .post-item-inner:hover { -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);; -webkit-box-shadow: 0px 7px 40px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 7px 40px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 7px 40px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 7px 40px rgba(0,0,0,0.3);
    box-shadow: 0px 7px 40px rgba(0,0,0,0.3);; }
.row-fluid .postb .post-social { margin-top:-26px; text-align:center; }

/* Author Page */
body.author-Page .blog-left { float:left; width:100%; }
body.author-Page .blog-right { display:none; }
body.author-Page .row-fluid .post-listwrap { float:left; width:100%; padding:40px 0; margin:0; }
body.author-Page .row-fluid .post-listwrap .post-item { width:33.33%; }
body.author-Page .row-fluid .blog-pagination { display:none; }
body.author-Page .row-fluid .post-listwrap .post-item-inner { margin-bottom:0; }

/* All Blog Post Page */
body.all-Page .row-fluid .latest-strorysecwrap, body.all-Page .row-fluid .feature-topicsec { display:none; }  
body.all-Page .row-fluid .blog-left { float:left; width:100%; }
body.all-Page .row-fluid .blog-right { display:none; }
body.all-Page .row-fluid .blog-mainsec { padding:80px 0; }
body.all-Page .row-fluid .post-listwrap .post-item { width:33.33%; }

/* Search Result Page */
.row-fluid .search-resultsec { padding:80px 0; }
.row-fluid .hs-search-results { padding: 80px 0; }
.row-fluid .hs-search-results ul#hsresults { counter-reset: section; }
.row-fluid .hs-search-results ul#hsresults li + li { border-top: 1px solid rgba(0, 0, 0, 0.2); }
.row-fluid .hs-search-results ul#hsresults li  a.hs-search-results__title { font-weight: 700; position: relative; padding-left: 28px; font-size: 21px; display: inline-block; }
.row-fluid .hs-search-results ul#hsresults li  p.hs-search-results__description { padding: 13px 0 0; }
.row-fluid .hs-search-results ul#hsresults li a.hs-search-results__title:before { counter-increment: section; content: ""counter(section) ":"; position: absolute; left: 0; top: 3px; }
.row-fluid .hs-search-results ul#hsresults li { padding: 30px 0; }
.row-fluid .hs-search-results ul#hsresults li:first-child { padding-top: 0; }
.row-fluid .hs-search-results ul#hsresults li:last-child { padding-bottom: 0; }

/* Footer */
.row-fluid .footer { background-color:#f7f5f3; border-bottom:20px solid #00A865; padding:60px 0 30px; position:relative; }
.row-fluid .footer .wrapper { padding:0 150px; }
.row-fluid .footer-social { margin-top:15px; width:auto; float:right; }
.row-fluid .footer-social a { color:#434343; font-size:22px; margin:0 5px; float:none; display:inline-block; vertical-align:middle; }

.row-fluid .footermenu .hs-menu-wrapper > ul > li > a { color:#434343; font-family:Avenir-Medium,Helvetica,Arial,sans-serif; padding:0 0 10px; font-size:16px; line-height:26px; }
.row-fluid .footermenu .hs-menu-wrapper > ul > li > a:hover { text-decoration:underline; color:#000; }

.row-fluid .footer-copyright { color:#434343; font-family:Avenir-Medium,Helvetica,Arial,sans-serif; font-size:15px; line-height:24px; }
.row-fluid .privacytext .hs-menu-wrapper > ul > li > a { color:#434343; font-family:Avenir-Medium,Helvetica,Arial,sans-serif; padding:0 15px 0; font-size:15px; line-height:24px; }
.row-fluid .privacytext .hs-menu-wrapper > ul > li > a:hover { text-decoration:underline; color:#000; }
.row-fluid .footer-copyright .left-copy { padding-left:55px; }

/* 20-03-2019 */
.row-fluid .email_style {margin-bottom: 10px; margin-top: 60px; }
.row-fluid .email_style h3 { margin-top:0px; }
.row-fluid .email_style h3:after { display:none; }
.row-fluid .email_style form input[type="submit"] { display:inline-block; border-radius:4px; -webkit-appearance:none; background:#f4873e; border:0px; box-shadow:none; color:#fff; width:100%; font-size:14px; font-weight:600; text-transform:uppercase; letter-spacing:.25px; cursor:pointer; height:auto; width:auto; padding:10px 14px; font-family:Avenir-Book, Helvetica, Arial, sans-serif; }
.row-fluid .email_style form input[type="submit"]:hover { background:#000; }
.row-fluid .image_gallery { margin-top:30px; }
.row-fluid .image_gallery .slick-arrow { box-shadow: unset;  background:#333333;}
.row-fluid .image_gallery .slick-arrow:before { color: #f4873e;}
.row-fluid .image_gallery .slick-arrow:hover { background:#333333; }
.row-fluid .image_gallery ul.slick-dots {padding: 15px 0 20px;}
.row-fluid .image_gallery ul.slick-dots li.slick-active button { box-shadow: unset !important; background: transparent;}
.row-fluid .image_gallery .hs_cos_gallery_main .slick-dots li button { background: transparent;}
.hs-blog-post .row-fluid .blog-section-inner .post-body .video_pop { display: inline-block; position: relative; cursor:pointer; }
.hs-blog-post .row-fluid .blog-section-inner .post-body .video_pop:before { content: '\f144 '; position: absolute; font-family: FontAwesome; color: #f4873e; font-size: 60px; top: 50%; left: 50%; transform: translate(-50%, -50%);}


.row-fluid .postfollow_icon { float:none; display:inline-block; width:auto; vertical-align: middle; margin:0; }
.row-fluid .postfollow_icon .hs_cos_wrapper_type_social_sharing {  width:100%; float:left; }
.row-fluid .postfollow_icon .hs_cos_wrapper_type_social_sharing a { width: 32px !important; height: 32px; position:relative; float: left; margin:0 5px; border-radius: 42px;  line-height: 29px;  border: 2px solid #f4873e !important;  color: #f4873e;  background: transparent !important;  font-size: 16px; }
.row-fluid .postfollow_icon .hs_cos_wrapper_type_social_sharing a:hover { background: #f4873e !important; color: #fff; opacity: 0.9; -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.8); -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.8); -o-box-shadow: 0px 0px 15px rgba(0,0,0,0.8); -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.8);  box-shadow: 0px 0px 15px rgba(0,0,0,0.8);}

.row-fluid .postfollow_icon .hs_cos_wrapper_type_social_sharing a img { display:none; }
.row-fluid .postfollow_icon .hs_cos_wrapper_type_social_sharing a:before { width:100%; height:100%; left:0; top:0; position:absolute; content:"\f09a"; font-family:'fontAwesome'; text-align:center; }
.row-fluid .postfollow_icon .hs_cos_wrapper_type_social_sharing a:nth-child(2):before { content:"\f099"; } 
.row-fluid .postfollow_icon .hs_cos_wrapper_type_social_sharing a:nth-child(3):before { content:"\f0e1"; } 
.row-fluid .postfollow_icon .hs_cos_wrapper_type_social_sharing a:nth-child(4):before { content:"\f0d2"; } 
.row-fluid .postfollow_icon .hs_cos_wrapper_type_social_sharing a:nth-child(5):before { content:"\f232"; } 
.row-fluid .postfollow_icon .hs_cos_wrapper_type_social_sharing a:nth-child(6):before { content:"\f02f"; } 

.row-fluid .posthtml_module { width:100%; float:left; margin:25px 0; }

.row-fluid .email_style form .hs_submit { width:100%; float:left; margin-top:20px; }

.row-fluid .innerpost_form { margin-top:70px; }
.row-fluid .innerpost_form  h3 { width:100%; float:left; font-size: 32px;  line-height: 40px;  font-family: Avenir-Black;  color: #626262;  margin-bottom: 20px; }

.row-fluid .blog-right .blog-sidebox2 form .hs-main-font-element { display:none; }
.row-fluid .blog-sidebox2 form .hs-main-font-element { font-style:italic; }

/* 05-04-2019 */
.row-fluid .email_style { float:left; }
.row-fluid form .legal-consent-container .hs-richtext p {    padding: 0;}
.row-fluid form .legal-consent-container .hs-dependent-field ul.inputs-list { padding: 10px 0 0; float:left;}
.row-fluid form .legal-consent-container .hs-dependent-field ul.inputs-list li { padding: 0 0 0px 26px;}
.row-fluid form .legal-consent-container .hs-dependent-field ul.inputs-list li p { padding: 0 0 0 10px;}
.row-fluid .check_none form .legal-consent-container{ display:none; }
.span10.widget-span.widget-type-cell.headerbox {
    width: 100%;
}
/* Media Query Start */
@media (min-width:1700px){
    
}

@media (min-width:1300px){
  .row-fluid .feature-topicsec .listing .block h3 + ul li a { position:relative; top:2px; }    
}

@media (min-width: 1201px) and (max-width: 1340px){
  .row-fluid .wrapper {  width:1170px; }        
  
  .row-fluid .latest-strorysec .right_bottom-storybox .author-data a.author-link { text-align:left; }
}

@media (min-width: 992px) and (max-width: 1200px){

  .row-fluid .wrapper {  width:920px; }
  
  .row-fluid .feature-topicsec .listing .block h3 { font-size:14px; padding:10px 5px; }
  .row-fluid .feature-topicsec .listing .block h3 + ul li { padding:10px 5px; }
  .row-fluid .feature-topicsec .listing .block h3 + ul li a { padding:10px 5px; }
  
  /* Footer */
  .row-fluid .footer-social { float:left; width:100%; }
  .row-fluid .footer-copyright .left-copy { padding-left:0; }

}

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

    .row-fluid .wrapper {  width:720px; }
  
  .row-fluid .feature-topicsec .listing .block { float:left; width:100%; }
  .row-fluid .feature-topicsec .listing .block h3 { float:left; width:100%; text-align:center; border-right:0; border-bottom:1px solid #000; }
  .row-fluid .feature-topicsec .listing .block h3 + ul li { float:left; width:50%; padding:5px; }
  .row-fluid .feature-topicsec .listing .block h3 + ul li a { padding:10px 10px; } 
  .row-fluid .feature-topicsec .listing { float:left; width:100%; }

  .row-fluid .postb .post-item { width:100%; }
  
  /* Author Page */
  body.author-Page .row-fluid .post-listwrap .post-item { width:50%; margin-bottom:25px; }
  body.author-Page .row-fluid .post-item-inner .post-body { padding:25px 0 15px } 
  
  /* All Blog Post Page */
  body.all-Page .row-fluid .post-listwrap .post-item { width:100%; }
  
}

@media (min-width: 1025px) and (max-width: 1200px){
  .row-fluid .top-strip .wrapper { padding:0 20px; }
  .row-fluid .main-header .headerbox { padding:0 20px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li { margin:0 2px 0 20px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:16px !important; padding:20px 0; }
}

@media (min-width: 768px) and (max-width: 1200px){
    
    h1 { font-size:30px; line-height:36px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px;     margin-bottom: 2%;}
    h4 { font-size:24px; line-height:28px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
  
  .row-fluid .hero-title { padding:0; }
  
  .row-fluid .latest-strorysecwrap.wrapper { padding-top:60px; }
  .row-fluid .left-storybox { float:left; width:100%; }
  .row-fluid .left-storybox .post-item { float:left; width:50%; padding-left:25px; }
  .row-fluid .left-storybox .post-item:first-child { padding-left:0; }
  .row-fluid .right-storybox { float:left; width:100%; } 
  .row-fluid .left-storybox .post-image { height:250px; }  
  .row-fluid .right_bottom-storybox .post-item { padding-left:25px; }
  .row-fluid .right-storybox .post-item:first-child { padding-left:0; }
  .row-fluid .right_top-storybox { display:none; }
  .row-fluid .latest-strorysec .right_bottom-storybox .author-data a.author-link { max-width:200px; text-align:left; }
  .row-fluid .latest-strorysec .post-date { top:4px; }
  
  .row-fluid .blog-mainsec { padding:50px 0; }
  
  .row-fluid .popular-stroybox .post-image { width:100%; height:90px; }
  .row-fluid .popular-stroybox .popular-feedbox { width:100%; padding:12px 0 10px; }
  
  .row-fluid .blog-sidebox2 { margin:0px 0 30px; }
  
  
  
  /* Blog Inner */
  .row-fluid .blog-section-inner .post-date { width:100%; float:left; position:relative; }
  .row-fluid .blog-section-inner .post-date .date { font-size:30px; }
  .row-fluid .blog-section-inner .post-title { padding-left:0; }  
  .row-fluid .blog-section-inner .post-date span { display:inline-block; }
  .row-fluid .blog-section-inner .post-title h2 { float:left; width:100%; font-size:20px; line-height:26px; }
  
  .row-fluid .blog-section-inner .post-body { padding-bottom:15px; }
  .row-fluid .about-author-sec { margin:50px 0 0; text-align:center; }
  .row-fluid .author-img { float:none; display:inline-block; }  
  .row-fluid .author-text { float:left; width:100%; padding:30px 0 0; }
  
  .row-fluid .pagination-block a { font-size:14px; line-height:20px; }
  
  
  /* Footer */
  .row-fluid .footer-logo img { max-width:140px !important; }
  .row-fluid .footer-social a { font-size:18px; margin:0 3px; }
  .row-fluid .footer .wrapper { padding:0; }
  
  

}

@media (min-width:768px){
  .row-fluid .post-item-bottom { display:flex; align-items:center; } 
}

@media (min-width: 768px) and (max-width: 1024px){
  .mainmenu.js-enabled .hs-menu-flow-horizontal { width:100% !important; left:0 !important; }
  .row-fluid a.mobile-trigger { top:5px; }
  
  .row-fluid .main-header .headerbox { position:relative; }
  
  
}

@media (min-width: 1025px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }
  
  .row-fluid .mainmenu ul > li > ul { width:auto; min-width:240px; background:#fff; padding:0 0 10px; box-shadow:0 3px 10px rgba(0,0,0,.15); border-radius:3px; -webkit-transition: all .2s ease !important;
    -moz-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    -ms-transition: all .2s ease !important;
    transition: all .2s ease !important; ; top:calc(100% + 15px); left:50% !important; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); !important; }
  .row-fluid .mainmenu ul > li:hover > ul { top:calc(100% - 0px); }
  .row-fluid .mainmenu ul > li > ul:before { content:""; position:absolute; top:-10px; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:10px solid #fe7228; display:block; font-size:1.5rem; }    
  .row-fluid .mainmenu ul > li > ul > li:first-child { padding-top:10px; -webkit-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0; border-top:5px solid #fe7228; }
  .row-fluid .mainmenu ul > li > ul > li { line-height:0; PADDING:0 10px; }
  .row-fluid .mainmenu ul > li > ul > li:last-child { border-bottom:0; }
  .row-fluid .mainmenu ul > li > ul > li > a { padding:10px 5px; line-height:22px; white-space:normal !important; border-top:1px solid #efefef; color:#434343; font-size:15px; line-height:23px; font-family:Avenir-Medium,Helvetica,Arial,sans-serif; }
  .row-fluid .mainmenu ul > li > ul > li:first-child > a { border:0; }
  .row-fluid .mainmenu ul > li > ul > li > a:hover { color:#000; background:#f7f7f7; }
  
    
    
}

@media (max-width: 1024px){
  .header-container { position:relative; z-index:7; }
  .row-fluid .top-strip .wrapper > div > div { float:left; width:100%; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul { float:left; width:100%; }
  .row-fluid .main-header .headerbox { padding:20px 15px; }
  .row-fluid .main-header .headerbox .logo img { max-width:150px; }
  .row-fluid .wrapper { padding:0; }
  .row-fluid .top-strip .wrapper { padding:0; }
  .row-fluid .secondary-nav, .row-fluid .top-searchbox { float:left; width:100%; }
  .row-fluid .secondary-nav ul li a:hover { text-decoration:none; }  
  
  .row-fluid .site-search { position:relative; right:auto; width:100%; opacity:1; background:#f7f7f7; border:1px solid #efefef; margin:18px 0; }
  .row-fluid .search-container-inner form input[type="text"] { height:54px; background:#f7f7f7; padding:0 15px; }
  .row-fluid .search-container-inner .search-submit { height:44px; width:44px; }
  .row-fluid .top-strip .search-icon { display:none; }
  .row-fluid .a11y-input label { display:none; }
  
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li { margin:0; border-top:1px solid #efefef; float:left; width:100%; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child { border:0; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { float:left; width:100%; padding:10px 0; font-family:Avenir-Book, Helvetica, Arial, sans-serif; font-size:16px; line-height:20px; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { display:none; }
  
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li { float:left; width:100%; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { padding:10px 0 15px; float:left; width:100%; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { float:left; width:100%; padding:5px 0; font-family:Avenir-Book, Helvetica, Arial, sans-serif; font-size:14px; line-height:18px; color:#000; } 
  
  /* Footer */  
  .row-fluid .footer { text-align:center; } 
  .row-fluid .footer .wrapper { padding:0 15px; }
  .row-fluid .footer-logo img { float:none; display:inline-block; max-width:240px; }
  .row-fluid .footer-social { float:left; width:100%; margin-bottom:30px; }
  .row-fluid .footer-copyright .left-copy { padding:0; }
  .row-fluid .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float:none; display:inline-block; vertical-align:top; width:auto; }  
  .row-fluid .privacytext .hs-menu-wrapper > ul > li > a { padding:0 10px 0; font-size:14px; line-height:24px; }
  
}

@media (min-width: 30px) and (max-width: 767px){
    
  h1 { font-size:30px; line-height:36px; }
  h2 { font-size:26px; line-height:36px; }
  h3 { font-size:34px; line-height:50px; }
  h4 { font-size:24px; line-height:28px; }
  h5 { font-size:24px; line-height:30px; }
  h6 { font-size:20px; line-height:26px; }

  .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }
  
  .row-fluid .hero-title { padding:0; }
  .row-fluid .latest-strorysecwrap { padding-top:50px; padding-bottom:50px; }
  .row-fluid .left-storybox { float:left; width:100%; }
  .row-fluid .right-storybox { float:left; width:100%; }
  .row-fluid .right_top-storybox .post-item { padding-left:0; padding-top:25px; }
  .row-fluid .right_bottom-storybox .post-item { padding-left:0; width:100%; }
  .row-fluid .left-storybox .post-image { height:250px; }
  .row-fluid .latest-strorysec .post-date { float:left; width:100%; }
  .row-fluid .latest-strorysec .post-title h2 a { font-size:16px; line-height:20px; }
  .row-fluid .latest-strorysec .post-date { float:left; width:100%; top:40px; }
  .row-fluid .latest-strorysec .author-data a.author-link { width:100%; float:left; max-width:100%; }
  .row-fluid .latest-strorysec .right_bottom-storybox .author-data a.author-link { max-width:100%; text-align:left; }
  
  .row-fluid .blog-mainsec .wrapper > div > div.row-fluid { display:inline-block; width:100%; }
  .row-fluid .feature-topicsec .listing .block { float:left; width:100%; }
  .row-fluid .feature-topicsec .listing .block h3 { float:left; width:100%; text-align:center; border-right:0; border-bottom:1px solid #000; }
  .row-fluid .feature-topicsec .listing .block h3 + ul li { float:left; width:50%; padding:5px; }
  .row-fluid .feature-topicsec .listing .block h3 + ul li a { padding:10px 10px; } 
  .row-fluid .feature-topicsec .listing { float:left; width:100%; }
  
  .row-fluid .post-listwrap { float:left; width:100%; margin:0; } 
  .row-fluid .post-listwrap .post-item { float:left; width:100%; padding:0; }
  .row-fluid .post-listwrap .post-item-inner { border-radius:0; }
  .row-fluid .post-boxtitle h2 a, .row-fluid .post-boxtitle h2 { font-size:16px; line-height:22px; }
  .row-fluid .author-link-bottom { margin-bottom:10px; }
  .row-fluid .author-link-bottom, .row-fluid .social-shares { width:100%; }
  .row-fluid .blog-pagination { padding:20px 0 40px; }
  
  .row-fluid .blog-mainsec .blog-right { width:100%; padding:0 0 50px; margin:0; border:0; }
  
  /* Blog Inner Page */
  .row-fluid .inner-social { display:none; }
  .hs-blog-post .blog-left { padding-left:0; }
  .row-fluid .blog-section-inner .post-date { width:100%; float:left; position:relative; }
  .row-fluid .blog-section-inner .post-date .date { font-size:30px; }
  .row-fluid .blog-section-inner .post-title { padding-left:0; }  
  .row-fluid .blog-section-inner .post-date span { display:inline-block; }
  .row-fluid .blog-section-inner .post-title h2 { float:left; width:100%; font-size:20px; line-height:26px; }
  
  .row-fluid .blog-section-inner .post-body iframe { height:300px; }
  .row-fluid .topiclist { margin:20px 0 0; }
  .row-fluid .social-postinner { margin:10px 0 0; }
  
  .row-fluid .blog-section-inner .post-body { padding-bottom:15px; }
  .row-fluid .about-author-sec { margin:50px 0 0; text-align:center; }
  .row-fluid .author-img { float:none; display:inline-block; }  
  .row-fluid .author-text { float:left; width:100%; padding:30px 0 0; }
  
  .row-fluid .pagination-block.prev { padding-left:60px; }
  .row-fluid .pagination-block { width:100%; }
  .row-fluid .pagination-block.next { padding:0 60px 0 30px; text-align:right; }
  .row-fluid .pagination-block.center { padding:20px 0; width:100%; position:relative; top:auto; left:auto; -webkit-transform:inherit; -moz-transform:inherit; -o-transform:inherit; -ms-transform:inherit; transform:inherit; }
  body.hs-blog-post .row-fluid .blog-mainsec .blog-right { padding-bottom:0; }  
  
  .row-fluid .postb .post-item { width:100%; }
  
  /* Author Page */
  body.author-Page .row-fluid .post-listwrap .post-item { width:100%; margin-bottom:25px; }
  body.author-Page .row-fluid .post-item-inner .post-body { padding:25px 0 15px } 
  
  /* All Blog Post Page */
  body.all-Page .row-fluid .post-listwrap .post-item { width:100%; }
	

}

@media (max-width: 500px){
  .row-fluid .blog-section-inner .post-body iframe { height:230px; }    
}

@media (max-width: 480px){ 
/* 20-03-2019 */
  .row-fluid .featured-postimg { height: 340px; }
}

@media (max-width: 460px){
/* 20-03-2019 */
  .row-fluid .featured-postimg { height: 240px; }
}

@media (max-width: 1024px){

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


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 20px;          /* Position Button at top right of screen  */
      right: 30px;        /*******************************************/
      width: 40px; /* Button width */
      height: 50px; /* Button height */      
      text-align:center;
      background:transparent;
      padding: 12px 10px;
      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-transform: uppercase;
      border-radius: 0;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      line-height:30px;
      text-align:left;
  }

  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';
    left: 50%;
    bottom: -15px;
    font-size: 12px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;
    font-family: Avenir-Black;
    color:#000;
  }
  
  body.mobile-open a.mobile-trigger span:before{ content:"CLOSE"; }

  

  /* 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 */
      background: transparent; /* 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: 20px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #000; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* 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: 6px; /* 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
     ========================================================================== */

  span.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: 35px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      
  }
  
  span.child-triggerm:after { position:absolute; content:"\F078"; font-family:Fontawesome; right:10px; top:50%; color:#a99d94; font-size:14px; transform:translateY(-50%); }
  span.child-triggerm.child-open:after { -webkit-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg); }


  /* 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: 90px;             /* Positions the menu to drop from the very top of the screen */
      left: 20px;          /**************************************************************/                                              
      right:20px;
      width: calc(100% - 40px);   
      box-shadow:0px 4px 4px rgba(0,0,0,.2);
     
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0px 20px 20px; /* Padding to add room for close button */
      background-color: #fff; /* 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;
   }
  

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      border-top: 1px solid #5f8ab5; /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

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

}