@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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

@import url('//fonts.googleapis.com/css?family=Montserrat+Alternates%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7COpen+Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%7CAsap%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic&subset=cyrillic-ext%2Cvietnamese%2Clatin%2Ccyrillic%2Clatin-ext%2Cgreek-ext%2Cgreek&ver=4.9.8');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: ElegantIcons;
  src: url(//5468919.fs1.hubspotusercontent-na1.net/hubfs/5468919/FirstGuardianGroup_March2019/fonts/ElegantIcons.eot);
  src: url(//5468919.fs1.hubspotusercontent-na1.net/hubfs/5468919/FirstGuardianGroup_March2019/fonts/ElegantIcons.eot#iefix) format('embedded-opentype'),
    url(//5468919.fs1.hubspotusercontent-na1.net/hubfs/5468919/FirstGuardianGroup_March2019/fonts/ElegantIcons.woff) format('woff'),
    url(//5468919.fs1.hubspotusercontent-na1.net/hubfs/5468919/FirstGuardianGroup_March2019/fonts/ElegantIcons.ttf) format('truetype'),
    url(//5468919.fs1.hubspotusercontent-na1.net/hubfs/5468919/FirstGuardianGroup_March2019/fonts/ElegantIcons.svg#ElegantIcons) format('svg');
  font-weight: 400;
  font-style: normal
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
/*     .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  word-break: break-word;
  color: #383737;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background: #F6F6F6;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1320px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}

/* Background colors */

.gray-bg {
    background-color: #f4f4f4;
}

.white-bg {
    background-color: #ffffff;
}




/* =============== Typography =============== */

/* Basic text */
p {
  margin-top: 0px;
  margin-bottom: 20px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Montserrat Alternates", sans-serif;
  color: #383838;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 52px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}

/* Anchor Links */
a {
  color: #254099;
  text-decoration: none;
  transition: background 300ms, color 300ms, border-color 300ms;
  -moz-transition: background 300ms, color 300ms, border-color 300ms;
  -o-transition: background 300ms, color 300ms, border-color 300ms;
  -webkit-transition: background 300ms, color 300ms, border-color 300ms;
}
a:hover, a:focus {
  color: #4a64ba;
  outline: 0;
}

/* Lists */
ul, ol {
  margin: 0 0 20px;
  padding-left: 35px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


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

.header-container-wrapper {}
.header-container {}

.financity-top-bar {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  background-color: #254099;
  position: relative;
  overflow: hidden;
}
.financity-container {
  padding-left: 15px;
  padding-right: 15px;
}
.financity-top-bar-left {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.financity-top-bar-right {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}
.topleft {
  width: 100%;
}
.topleft > div {
  display: inline-block;
  vertical-align: middle;
}
.financity-top-bar .topsec a {
  text-decoration: none;
  color: #ffffff;
}
.financity-top-bar img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.topleft .financity-top-bar-divider.financity-left-margin {
  margin-left: 15px;
  margin-right: 15px;
}
.financity-top-bar-divider:before {
  content: " ";
  position: absolute;
  border-left-width: 1px;
  border-left-style: solid;
  top: -15px;
  bottom: -15px;
  border-color: #4756ad;
}
.topsec.bbb-logo {
  width: 106px;
  overflow: hidden;
}
.topleft a#bbblink.rbhzbum {
  width: 106px;
  height: 41px;
  display: block;
  position: relative;
  text-align: center;
  color: #005A78;
  text-decoration: none;
  overflow: hidden;
}
a#bbblink img {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  max-width: 200%;
  vertical-align: middle;
}
.topleft a#bbblink.rbhzbum:hover img {
  margin-left: -107px;
}
.topsec.mobile-hidden {
  font-weight: bold;
  font-size: 21px;
}
.topsec i {
  font-size: 17px;
  color: #a5bfff;
  margin-left: 20px;
  margin-right: 9px;
}
.financity-top-bar a:hover {
  color: #a2a7e8;
}
.financity-top-bar-right-text {
  display: inline;
  color: #fff;
}
.financity-top-bar-right-text i {
  font-size: 17px;
  color: #a5bfff;
  margin-left: 20px;
  margin-right: 10px;
}
b, strong {
  font-weight: bold;
}
.l-btn {
  display: inline-flex;
  vertical-align: middle;
}
.financity-top-bar-divider.financity-left-margin {
  margin-left: 25px;
}
.l-btn > div {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.financity-top-bar-right-text a {
  color: #fff;
}
.financity-top-bar-right-text strong a:hover {
  text-decoration: underline !important;
}
.tb-mail {
  font-size: 16px;
  font-weight: bold;
  height: 21px;
  padding-top: 8px;
}
.tb-mail a {
  display: block;
}
.tb-call a {
  background: #cca44b;
  color: #fff;
  border-bottom: 2px solid #cca44b !important;
  border-radius: 0;
  box-shadow: 0 1px 5px #112349;
  display: block;
  padding: 8px 20px;
}
.financity-body .financity-top-bar .tb-call a:hover {
  text-decoration: none;
  background: #536daf;
  border-bottom: 2px solid #112349 !important;
  color: #fff;
}
.tb-call a:hover {
  text-decoration: none;
  background: #536daf;
  border-bottom: 2px solid #112349 !important;
  color: #fff;
}
.widget-span.header {
  background-color: #112349;
}
.header .page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.widget-span.logo {
  width: auto;
  float: left;
  padding: 20px;
}
.logo > div {
  transition: max-width 200ms;
  -moz-transition: max-width 200ms;
  -o-transition: max-width 200ms;
  -webkit-transition: max-width 200ms;
  max-width: 220px;
}
.widget-span.menu-wrapper {
  width: auto;
  margin: 0;
  float: right;
  padding-top: 37px;
  padding-left: 20px;
}
.custom-search-icon > div {
  float: left;
  margin-top: -1px;
  margin-left: 25px !important;
  width: auto;
  margin: 0;
}
.custom-search-icon i {
  font-size: 14px;
  margin-top: -1px;
  cursor: pointer;
  color: #ffffff;
}
.widget-span.custom-search-icon {
  float: none;
  display: inline-block;
  line-height: 1.7;
  margin-left: 6px !important;
  vertical-align: top;
  width: auto;
  margin-top: -1px;
}
.widget-span.custom-menu-primary {
  width: auto;
  margin: 0;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.banner-area {
  background-size: cover;
  background-position: center center;
  background-color: #112349;
  text-align: center;
  overflow: hidden;
  padding: 47px 15px 65px;
}
.banner-area h1 {
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}
.financity-top-search-wrap {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9999;
  overflow-y: auto;
  display: none;
  background-color: rgba(0, 0, 0, 0.88);
}
.financity-top-search-wrap .financity-top-search-close {
  font-size: 55px;
  position: absolute;
  right: 0px;
  top: -4px;
  line-height: 48px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.financity-top-search-row {
  display: table;
  width: 100%;
  height: 100%;
}
.financity-top-search-cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
}
.financity-top-search-wrap form {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.financity-top-search-wrap input.search-field {
  background: transparent;
  width: 100%;
  border-width: 0px 0px 3px;
  font-size: 40px;
  padding: 0px 120px 25px 0px;
  line-height: 48px;
  letter-spacing: 0.5px;
  font-family: "Montserrat Alternates", sans-serif;
  border-bottom-color: #303030 !important;
  color: #fff;
  box-shadow: none !important;
}
.financity-top-search-wrap input::-webkit-input-placeholder {
  color: #fff;
}
.financity-top-search-wrap .financity-top-search-submit {
  font-size: 30px;
  position: absolute;
  right: 52px;
  top: 0px;
  line-height: 48px;
  width: 48px;
  text-align: center;
  color: #fff;
}
.financity-top-search-wrap input.search-submit {
  position: absolute;
  top: 0px;
  right: 52px;
  width: 48px;
  height: 48px;
  padding: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.icon_close {
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon_close:before {
  content: "\4d";
}
.banner-area .page-center {
  padding: 0 20px !important;
}
.body-container .page-center {
  padding: 50px 35px 30px;
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}

#copyright-wrapper {
  background-color: #1f1f1f;
  color: #fff;
}

#copyright-wrapper .page-center {
  padding: 25px 15px;
  letter-spacing: 1px;
}
#copyright-wrapper .copyright {
/*   width: 100%; */
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
/*   float: none; */
}
#copyright-wrapper .footer-social-icons {
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  margin: 0;
  float: right;
}
.footer-social-icons i {
  font-size: 16px;
  color: #ffffff;
  margin-left: 17px;
}
#top-footer {
  padding-bottom: 15px;
  background-color: #1f1f1f;
  padding-top: 72px;
  color: #fff;
}
#top-footer .page-center {
  padding: 0 15px;
}
#top-footer .span4.widget-span {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 33.3333%;
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}
#top-footer h3 {
  font-size: 19px;
  margin-bottom: 35px;
  color: #ffffff;
}
#top-footer a {
  color: #8699d8;
}
#top-footer a:hover {
  text-decoration: underline;
  color: #a9b9e5;
}
#top-footer .hs-rss-byline {
  opacity: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.7;
  display: block;
  color: #a0a0a0;
  font-weight: normal;
}
.footer-logo p {
  margin: 0 0 20px;
}
.footer-logo p img {
  margin: 5px 20px 20px 0;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}
.footer-logo i {
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
}
.footer-logo p:last-child {
  line-height: 1.7;
  font-size: 16px;
}
.footer-logo p:last-child span {
  display: block;
  margin-top: 10px;
}
.useful-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.useful-links ul li {
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 20px;
}
.useful-links ul li a:before {
  content: "\f178";
  font-family: FontAwesome;
  display: inline-block;
  width: 0px;
  color: transparent;
  transition: width 300ms, color 300ms;
  -moz-transition: width 300ms, color 300ms;
  -o-transition: width 300ms, color 300ms;
  -webkit-transition: width 300ms, color 300ms;
}
.useful-links ul li a:hover:before,
.useful-links ul li.active > a:before{
  width: 26px;
  color: #8699d8;
}
.useful-links ul li.active > a {
  color: #8699d8 !important; 
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: inline-block;
  line-height: 1.7;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 9;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a:before {
  content: "\f015";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) {
  padding-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
  padding-left: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  font-size: 14px;
  min-width: 220px;
  margin-left: -15px;
  left: auto !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  padding: 1px 11px;
  background-color: #f5f5f5;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child {
  padding-top: 12px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
  padding-bottom: 12px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  display: block;
  padding: 6px 12px;
  color: #6d6d6d;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a{
  color: #254099;
  background-color: #ebebeb;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 1000px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper {
    line-height: 1;
  }
  .mobile-trigger, .child-trigger{ display: none; }
  #menu {
    display: none !important;
  }
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform: none !important;
  }
  .mm-wrapper_blocking {
    overflow-y: auto !important;
  }
}

.cloned-header .page-center {
  max-width: 1320px;
  margin: 0 auto !important;
  float: none !important;
}
.header.cloned-header {
  position: fixed;
  top: -110%;
  transition: top .3s;
  width: 100%;
  left: 0;
  z-index: 99;
}
.cloned-header .logo > div {
  max-width: 140px;
}
.cloned-header .widget-span.menu-wrapper {
  padding-top: 30px;
}
.fixheader .header.cloned-header{
  top: 0;
}
.fixheader .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding-bottom: 25px;
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}
.hs-blog-banner {
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(//5468919.fs1.hubspotusercontent-na1.net/hubfs/5468919/FirstGuardianGroup_March2019/image/landing-bg-1.jpg);
}
.hs-blog-banner .page-center {
  padding-top: 93px !important;
  padding-bottom: 87px !important;
}
.hs-blog-banner h1 {
  color: #fff;
  font-size: 37px;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: 2px;
}

.hs-blog-post .hs-blog-banner h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 11px;
  letter-spacing: 0.5px;
}
.blog .blog-content {
  float: none;
  display: inline-block;
  line-height: 1.7;
  width: 66.6666%;
  padding-bottom: 30px;
  padding-top: 60px;
}
.hs-blog-post .financity-blog-info-wrapper, 
.hs-blog-post .financity-blog-info-wrapper a,
.hs-blog-post .financity-blog-info-wrapper i{
  color: #ffff;
}
.post-share-wrapper {
  padding-top: 60px;
  padding-bottom: 48px;
  text-align: center;
}
.post-share-wrapper a {
  color: #202020;
  margin: 0px 15px;
  font-size: 16px;
}
.post-share-wrapper a:first-child {
  margin-left: 0px;
}
span.gdlr-core-social-share-wrap {
  font-size: 0;
}
.financity-single-nav-area {
  border: 0;
  border-top: 1px;
  border-bottom: 1px;
  border-style: solid;
  padding: 33px 0px;
  margin-bottom: 55px;
  border-color: #e6e6e6;
}
.financity-single-nav-left {
  float: left;
}
.financity-single-nav-right {
  float: right;
}
.financity-single-nav a, .financity-single-nav a:hover {
  color: #bcbcbc;
}
.financity-single-nav-left i {
  margin-right: 15px;
  vertical-align: middle;
}
.post-share-wrapper a:last-child {
  margin-right: 0px;
}
.financity-single-nav i {
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
}
.arrow_left:before {
  content: "\23";
}
.financity-single-nav .financity-text {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.financity-single-nav-right i {
  margin-left: 15px;
  vertical-align: middle;
}
.arrow_right:before {
  content: "\24";
}
.post-share-wrapper a:hover {
  color: #4a64ba;
}

.hs-blog-post.blog .blog-sidebar {
  display: none !important;
}
.hs-blog-post.blog .blog-content {
  max-width: 900px;
  margin: 0 auto !important;
  float: none !important;
  width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.hs-blog-post .hs-blog-banner .page-center {
  padding-bottom: 62px !important;
}
.hs-blog-post .financity-blog-info-wrapper > div > span {
  margin-right: 9px;
}
.hs-blog-post .financity-blog-info-wrapper a:hover {
  text-decoration: underline;
}
.blog .content-wrapper {
  padding: 0 15px;
}
.blog .blog-sidebar {
  width: 33.3333%;
  margin: 0;
  line-height: 1.7;
  float: right;
}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 80px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  margin-bottom: 44px;
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 724px;
  height: auto;
  width: 100%;
  display: block !important;
  float: none;
  margin: 0;
  transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
  -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}
.hs-featured-image-wrapper:hover .hs-featured-image-link img.hs-featured-image {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.post-header h3 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 5px;
  color: #383838;
}
.post-header h3 a {
  color: #343434;
}
.blog-pagination a.active {
  cursor: text;
}
.hs-blog-post .hs-blog-banner:after {
  background-color: #254099;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  opacity: 0.4;
}
.financity-single-nav-area a:hover span {
  text-decoration: underline;
}
.hs-blog-post .hs-blog-banner {
  background-image: url('//5468919.fs1.hubspotusercontent-na1.net/hubfs/5468919/FirstGuardianGroup_March2019/image/single-blog-title.jpg');
}
.hs-blog-post .hs-blog-banner .page-center {
  position: relative;
  z-index: 1;
}
.hs-post-image-wrapper {
  margin-bottom: 42px;
}

/* .post-header h3 a:hover {
text-decoration: underline;
} */
.financity-blog-info-wrapper,
.financity-blog-info-wrapper a{
  color: #525151;
}
.financity-blog-info-wrapper > div {
  display: inline-block;
  margin-right: 25px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.financity-blog-info-wrapper > div > span{
  margin-right: 13px;
  vertical-align: middle;
  line-height: 1;
}
.financity-blog-info-wrapper i {
  font-size: 15px;
  color: #525151;
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon_clock_alt:before {
  content: "\7d";
}
.icon_documents_alt:before {
  content: "\69";
}
.icon_folder-alt:before {
  content: "\6d";
}
.icon_comment_alt:before {
  content: "\76";
}
.financity-blog-info-wrapper {
  margin-bottom: 25px;
}

/* Read More Link */
a.more-link {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 12px 29px;
  text-decoration: none;
  transition: background 300ms, color 300ms, border-color 300ms;
  -moz-transition: background 300ms, color 300ms, border-color 300ms;
  -o-transition: background 300ms, color 300ms, border-color 300ms;
  -webkit-transition: background 300ms, color 300ms, border-color 300ms;
  color: #ffffff;
  background-color: #254099;
  margin-top: 33px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
a.more-link:hover {
  background-color: #445faa;
}
.blog .body-container-wrapper {
  background: #fff;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 28px;
  padding-top: 1px;
}
.blog-pagination a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  margin-right: 4px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  white-space: nowrap;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: background 300ms, color 300ms, border-color 300ms;
  -moz-transition: background 300ms, color 300ms, border-color 300ms;
  -o-transition: background 300ms, color 300ms, border-color 300ms;
  -webkit-transition: background 300ms, color 300ms, border-color 300ms;
  color: #929292;
  background-color: #eaeaea;
  margin-bottom: 4px;
}
.blog-pagination a:hover,
.blog-pagination a.active {
  background-color: #254099;
  color: #fff;
}
a.next-link:after {
  content: "\f105";
  font-family: fontAwesome;
  line-height: 1;
}
a.prev-link:after {
  content: "\f104";
  font-family: fontAwesome;
  line-height: 1;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}
.blog-sidebar > div {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
}
/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 30px;	
}
h3.financity-widget-title {
  color: #383838;
  font-size: 16px;
  font-weight: bold position: relative;
  margin-bottom: 28px;
  overflow: hidden;
}
.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 {
  padding-top: 8px;
}
.gdlr-core-recent-post-widget {
  margin-bottom: 20px;
}
.gdlr-core-recent-post-widget-thumbnail {
  float: left;
  max-width: 75px;
  margin-right: 23px;
  line-height: 0;
  position: relative;
}
.gdlr-core-recent-post-widget-content {
  overflow: hidden;
}
.gdlr-core-recent-post-widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 11px;
  margin-top: 4px;
}
.gdlr-core-recent-post-widget-title a {
  color: #254099;
}
.gdlr-core-recent-post-widget-title a:hover {
  text-decoration: underline;
  color: #4a64ba;
}
.gdlr-core-recent-post-widget-info > span {
  display: inline-block;
  margin-right: 20px;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif;
  color: #a0a0a0;
}
.gdlr-core-recent-post-widget-info > span i {
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 15px;
  margin-right: 8px;
  color: #9c9c9c;
}
.gdlr-core-recent-post-widget-info > span a {
  color: #a0a0a0;
}
.gdlr-core-recent-post-widget-info > span a:hover {
  text-decoration: underline;
}

/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}
.hs-form-required {
  color: #a94442;
  font-size: 17px;
  position: relative;
  top: -.5em;
  line-height: 0;
}
.field {
  margin-bottom: 19px;
}
.hs-form {
  margin-bottom: 30px;
}
.submitted-message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #3c763d;
  background-color: #dff0d8;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  -webkit-appearance: none;
  display: block;
  width:100%;
  vertical-align: middle;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  background-image: none;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Open Sans", sans-serif;
  border-color: #d7d7d7;
  color: #4e4e4e;
  background-color: #ffffff;
  padding: 13px 23px;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.hs-input.invalid.error {
  border-color: rgb(185, 74, 72);
}
.hs-input.invalid.error:focus {
  border-color: rgb(185, 74, 72);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label {
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  color: #a94442;
}
.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="submit"] {
  margin-top: 15px;
}
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

#comment-form .hs-form:before {
  content: "Leave a Reply";
  display: block;
  margin: 0 0 25px;
  font-size: 30px;
}

/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  transition: background 300ms, color 300ms, border-color 300ms;
  -moz-transition: background 300ms, color 300ms, border-color 300ms;
  -o-transition: background 300ms, color 300ms, border-color 300ms;
  -webkit-transition: background 300ms, color 300ms, border-color 300ms;
  border: 1px solid #e6e6e6;
  line-height: 1.42857143;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 44px;
  text-transform: none;
  letter-spacing: 0;
  color: #fff;
  background-color: #3e4493;
  font-family: "Open Sans", sans-serif;
  margin: 0 auto;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: 0;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

body:not(.blog) .body-container-wrapper {
  font-size: 18px;
  color: #727272;
}
.widget-type-email_subscriptions h2, .widget-type-email_subscriptions_confirmation h2, .widget-type-email_simple_subscription h2 {
    font-size: 14px !important;
}
.widget-type-email_subscriptions h1,
.widget-type-email_simple_subscription h1{
  font-size: 20px !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.menu-overlay {
  margin-top: 19px;
  padding-top: 5px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  position: absolute;
  border-color: #536daf;
  transition: all .3s ease;
  left: 0;
}
.cloned-header .menu-overlay {
  margin-top: 44px;
}

.landing-page.one-column .body-container form, 
.error-template.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 100%;
}
ul.hs-menu-children-wrapper.open-menu-list {
  display: none !important;
}
.hs-search-field__bar {
  max-width: 600px;
  width: 100% !important;
}
.hs-search-field__bar form {
  width: 100% !important;
}

.section.post-footer .hs-form:before {
  content: "Leave a Reply";
  display: block;
  font-size: 24px;
  margin: 0 0 40px;
}
.section.post-footer input.hs-button.primary {
  margin-top: 15px;
}
#hs-pwd-widget-password {
  height: auto !important;
  margin: 0 0 15px !important;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1245px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
}

@media (max-width: 1183px) {
  .topleft .financity-top-bar-divider.financity-left-margin {
    margin-left: 7px;
    margin-right: 7px;
  }
  .financity-top-bar-divider.financity-left-margin {
    margin-left: 10px;
  }
  .topsec.mobile-hidden {
    font-weight: bold;
    font-size: 16px;
  }
  .topsec i {
    font-size: 16px;
    color: #a5bfff;
    margin-left: 4px;
    margin-right: 4px;
  }
  .financity-top-bar-right-text i {
    font-size: 15px;
    color: #a5bfff;
    margin-left: 10px;
    margin-right: 7px;
  }
  .financity-top-bar-left.financity-item-pdlr {
    padding-left: 20px;
    padding-right: 10px;
  }
}

@media (max-width: 1036px) {
  .topleft .financity-top-bar-divider.financity-left-margin {
    margin-left: 4px;
    margin-right: 4px;
  }
  .financity-top-bar-divider.financity-left-margin {
    margin-left: 4px;
  }
  .l-btn > div {
    margin-left: 10px;
  }
  .financity-top-bar-right {
    padding-left: 0;
  }
}

@media (max-width: 999px) {
  body:not(.blog) h1 {
    font-size: 43px;
  }
  .banner-area h1 {
    font-size: 93px !important;
  }
  body:not(.blog) h2 {
    font-size: 40px;
  }  
  .active > .mm-listitem__text {
    color: #fff !important;
  }
  .cloned-header .logo > div {
    max-width: 130px;
  }
  .cloned-header .widget-span.menu-wrapper {
    padding-top: 0;
  }
  .financity-top-bar {
    display: none;
  }
  .logo > div {
    max-width: 130px;
  }
  .widget-span.logo {
    padding: 3px 15px 1px;
  }
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 99;
    position: relative;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  }
  .logo img {
    vertical-align: middle;
    width: auto;
  }
  .widget-span.custom-menu-primary {
    display: none;
  }
  .financity-mobile-menu {
    margin-top: 0;
    margin-left: 27px;
    display: inline-block;
    vertical-align: middle;
  }
  .financity-mobile-button-hamburger:before, 
  .financity-mobile-button-hamburger:after, 
  .financity-mobile-button-hamburger span {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    position: absolute;
    left: 5px;
    background: #ffffff;
  }
  .financity-mobile-button-hamburger:before {
    top: 8px;
  }
  .financity-mobile-button-hamburger:before {
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .financity-mobile-button-hamburger span {
    transition: opacity 0.15s 0.4s ease;
  }
  .financity-mobile-button-hamburger span {
    top: 15px;
  }
  .financity-mobile-button-hamburger:after {
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    top: 22px;
  }
  .financity-mobile-button-hamburger {
    box-sizing: border-box;
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
  }
  .widget-span.custom-search-icon {
    display: block;
    margin: 0 !important;
    float: right;
    padding: 6px 0 0;
  }
  .widget-span.menu-wrapper {
    padding: 0;
  }
  .custom-search-icon > div {
    margin: 0 !important;
    padding: 0 15px;
  }
  .custom-search-icon i {
    position: relative;
    top: 6px;
    right: -1px;
  }
  .mm-wrapper__blocker {
    background: #000 !important;
    opacity: .3;
  }
  .mm-menu.mm-right * {
    font-family: "Montserrat", sans-serif;
  }
  .mm-wrapper_blocking {
    overflow-y: auto !important;
  }
  .mm-menu_offcanvas {
    width: 350px !important;
    min-width: auto !important;
    max-width: none !important;
    background: #1f1f1f !important;
  }
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-350px,0,0) !important;
    -ms-transform: translate3d(-350px,0,0) !important;
    transform: translate3d(-350px,0,0) !important;
    -webkit-transform: translate3d(-350px,0,0) !important;
    transform: translate3d(-350px,0,0) !important;
  }
  .mm-menu_theme-dark {
    background: #1f1f1f !important;
  }
  .mm-wrapper_opened .financity-mobile-button-hamburger:before {
    -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
    transform: translate3d(0, 7px, 0) rotate(135deg);
    transition-delay: 0.1s;
  }
  .mm-wrapper_opened .financity-mobile-button-hamburger span {
    transition-delay: 0s;
    opacity: 0;
  }
  .mm-wrapper_opened .financity-mobile-button-hamburger:after {
    transition-delay: 0.1s;
    -webkit-transform: translate3d(0, -7px, 0) rotate(-135deg);
    transform: translate3d(0, -7px, 0) rotate(-135deg);
  }
  .banner-area {
    padding: 100px 15px 80px;
  }
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top, 
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 350px;
  }
  html.mm-opened .mm-page {
    box-shadow: none !important;
  }
  .mm-panel, .mm-panels,
  .mm-navbar{
    background: #1f1f1f !important;
  }
  a.mm-navbar__title {
    display: none !important;
  }
  .mmenu-custom-close:after {
    content: "\4d";
    font-family: elegantIcons;
  }
  .mm-panels>.mm-panel>.mm-listview {
    margin: 0 0 20px !important;
  }
  .mm-navbar {
    display: block;
    margin: -4px 25px 30px;
    position: relative;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 !important;
    text-align: left;
    border: 0 !important;
  }
  .mm-panel:after, .mm-panel:before {
    content: none !important;
  }
  .mm-navbar .mmenu-custom-close {
    line-height: 40px;
    font-size: 30px;
    display: block;
    text-align: left;
    margin-left: -8px;
    cursor: pointer;
    color: #979797;
  }
  .mm-listitem__btn {
    border: 0 !important;
  }
  .mm-navbar a.mm-title {
    padding: 0 !important;
  }
  .mm-listitem__text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 17px 0px;
    color: #979797 !important;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
  }
  .mm-listitem {
    margin: 0px 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #626262 !important;
  }
  .mm-listitem:after {
    content: none !important;
  }
  #mm-1 .mm-btn_next:after, 
  #mm-1 .mm-btn_prev:before {
    border-width: 1px !important;
    border-color: #979797 !important;
    width: 5px !important;
    height: 5px !important;
    right: 2px !important;
  }
  .mm-btn_prev:before {
    left: 0;
    content: "\34";
    font-family: elegantIcons;
    transform: none;
    border: 0;
    width: auto;
    height: auto;
  }
  a.mm-btn.mm-btn_prev.mm-navbar__btn {
    color: #979797;
    line-height: 40px;
    font-size: 30px;
    display: block;
    text-align: left;
    left: -8px;
    padding: 0px;
  }
  a.mm-btn.mm-btn_prev.mm-navbar__btn:hover {
    color: #fff !important;
    text-decoration: none;
    transition: background 300ms, color 300ms, border-color 300ms;
    -moz-transition: background 300ms, color 300ms, border-color 300ms;
    -o-transition: background 300ms, color 300ms, border-color 300ms;
    -webkit-transition: background 300ms, color 300ms, border-color 300ms;
  }
  .mm-listitem__text:hover,
  .mm-navbar .mmenu-custom-close:hover{
    color: #fff !important;
    text-decoration: none;
    transition: background 300ms, color 300ms, border-color 300ms;
    -moz-transition: background 300ms, color 300ms, border-color 300ms;
    -o-transition: background 300ms, color 300ms, border-color 300ms;
    -webkit-transition: background 300ms, color 300ms, border-color 300ms;
  }
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .landing-page.one-column .body-container form, 
  .error-template.one-column .body-container form, 
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }
  .hs-blog-post .hs-blog-banner h1 {
    font-size: 40px;
  }
  .blog-post-wrapper .post-body img {
    display: block;
    float: none !important;
    margin: 15px auto !important;
    width: auto !important;
  }
  .hs-search-field__bar {
    max-width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
  }
  .subscribe-options label {
    margin: 0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .checkbox-row span.fakelabel span {
    width: calc(100% - 40px);
  }
  .subscribe-options label span {
    white-space: normal;
    padding-right: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
  } 
  .hs-author-profile .hs-author-bio,
  .hs-author-profile .hs-author-social-section,
  .hs-author-profile .hs-author-avatar,
  .hs-blog-listing .hs-author-profile{
    width: 100%;
    float: left;
  }
  .hs-author-profile .hs-author-avatar img {
    margin-bottom: 5px;
  }
  #recaptcha_area, #recaptcha_table {
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }	
  .container-fluid .row-fluid .page-center {
    max-width: 500px;
  }
  body > .hs-menu-wrapper {
    display: none;
  }
  .mm-listitem__btn {
    border: 0 !important;
    display: inline-block;
    width: auto;
  }
  .banner-area h1 {
    font-size: 40px !important;
  }
  #copyright-wrapper .footer-social-icons {
    width: 100%;
    float: none;
    text-align: center;
  }
  #copyright-wrapper .copyright {
    float: none;
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
  #top-footer .span4.widget-span {
    width: 100%;
    float: none;
    margin-bottom: 59px;
    padding-bottom: 1px;
  }
  .cloned-header .page-center {
    max-width: 500px;
  }
  .hs-blog-banner .page-center {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
  }
  .blog .blog-content {
    width: 100%;
    display: block;
  }
  .blog .blog-sidebar {
    width: 100%;
    float: none;
  }
  body:not(.blog) h1 {
    font-size: 38px;
  }
  body:not(.blog) h2 {
    font-size: 36px;
  }
} 

@media (max-width: 550px) {
  .mm-menu_offcanvas {
    width: 250px !important;
  }
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-250px,0,0) !important;
    -ms-transform: translate3d(-250px,0,0) !important;
    transform: translate3d(-250px,0,0) !important;
    -webkit-transform: translate3d(-250px,0,0) !important;
    transform: translate3d(-250px,0,0) !important;
  }
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .grecaptcha-badge {
    width: auto !important;
    overflow: auto;
    max-width: 256px;
    overflow-x: hidden;
  }

}

@media (max-width: 419px) {
  .financity-top-search-wrap input.search-field {
    font-size: 30px;
    padding-right: 90px;
    padding-bottom: 10px;
  }
  .financity-top-search-wrap .financity-top-search-submit {
    right: 48px;
    font-size: 24px;
    margin-top: -2px;
  }
  .financity-top-search-wrap input.search-submit {
    right: 48px;
  }
  .financity-top-search-wrap .financity-top-search-close {
    font-size: 40px;
  }
}


/* ---------------------------------------------------
LEAD MAGNET STYLE 1
----------------------------------------------------*/
.lead-magnet-style-1 {
    padding: 30px;
    border: 10px solid #eee;
    background-color: #d1a126;
}

.lead-magnet-style-1 h2,
.lead-magnet-style-1 h3,
.lead-magnet-style-1 h4{
    line-height: 1.1em;
}

.lead-magnet-style-1 p {
    font-size: 14px;
    line-height: 1.3em;
}

.lead-magnet-style-1 img {
    padding: 0 40px;
}

/* ---------------------------------------------------
Round Images HS Support Edit 3/18/19
----------------------------------------------------*/
.round img {
    border-radius: 50%; 
   
} 



/* ---------------------------------------------------
Additional Stylings
----------------------------------------------------*/

.gray-bg {
  background-color: #f4f4f4;
}




/* Containers */





/* ==========================================================================
Base                                                    
========================================================================== */


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

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

/* Website background color and default font styles */

body .body-container{
  margin:0 auto;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;


}

/*
Apply .wrapper to full-width modules.
*/

.container-fluid .row-fluid .wrapper {
  float: none;
  max-width: 1190px;
  margin: 0 auto;
  padding-left:10px;
  padding-right:10px;

}



blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

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




/* ==========================================================================
Structure                                               
========================================================================== */






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






/* ==========================================================================
Content                                                 
========================================================================== */


.body-container-wrapper {
  background:#ffffff;
}

.hs-blog-listing .body-container-wrapper{
  padding-bottom:50px;
}

.body-container {}







/* ==========================================================================
Forms
========================================================================== */


/* All Global Forms
========================================================================== */


/* Labels */
body label {}

body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  height:50px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.35); 
  margin-bottom: 10px;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0px;
  padding-left:15px;
}

body textarea{
  padding-top:15px;
  min-height:120px;
}


/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  /* color: #555;
  opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
  /* color: #555;
  opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
  /* color: #555;
  opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
  /* color: #555;
  opacity: 1; */
}


body .hs-button.primary, 
body input[type="submit"]{
  background: #333;
  border: 0;
  height: 50px;
  width: auto;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .35px;
  padding: 10px 25px;
  -webkit-appearance: none;
  font-size:16px;
  cursor:pointer;
}


body .hs-button.primary:hover, 
body input[type="submit"]:hover{
  opacity:.8;
}





/* ==========================================================================
7. MOBILE MEDIA QUERIES                              
========================================================================== */


/* For Equal Column */

@media(min-width:768px){

  .make-equal-height > .row-fluid-wrapper >.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

}    

.widget-type-cell.blog-hero-img-section {
  background-size: cover;
  background-position: top center;
  min-height: 300px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #333
}

.widget-type-cell.blog-hero-img-section.new-image {
  background-image: url('https://blog.fgg1031.com/hs-fs/hubfs/Blog%20Banner/blog-template-banner.png?width=1920&name=blog-template-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.widget-type-cell.blog-hero-img-section.new-image {
  background-position: top center;
  min-height: 300px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
/*   background-color: #333; */
}
.widget-type-cell.blog-hero-img-section.new-image:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 30%);
  z-index: -1;
}

.blog-wrapped-section{
  padding-top: 75px;
}

.widget-type-cell.blog-hero-img-section .wrapper {
  position: relative;
  z-index: 1;
}
.widget-type-cell.blog-hero-img-section h1 {
  margin: 0px;
  color: #ffffff;
  font-size: 45px;
  font-weight:400;
  letter-spacing: .25px;
  line-height: 50px;
  padding-bottom: 25px;
}
.widget-type-cell.blog-hero-img-section h4 {
  margin: 0px;
  color: #ffffff;
  font-size: 25px;
  font-weight:400;
  letter-spacing: .25px;
  line-height: 35px;
  padding-bottom: 20px;
}
.widget-type-cell.blog-hero-img-section p {
  margin: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .25px;
  line-height: 25px;
  padding-bottom: 12px;
}
.widget-type-cell.blog-hero-img-section .heading-text .row-fluid {
  // max-width: 600px;
}
.widget-type-cell.blog-hero-img-section .heading-text .cta_button {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  color:#ffffff;
  padding: 10px 20px;
  display: inline-block;
}
.widget-type-cta {
  max-width: 145px;
}
.widget-type-cell.blog-hero-img-section .heading-text .get-started .cta_button {
  background: #ffffff;
  color: #333333;
  border: 1px solid #eeeeee;
}
.widget-type-cell.blog-hero-img-section .heading-text .view-stories .cta_button {
  border: 1px solid #eeeeee;
  color: #ffffff;
}
.hs_cos_wrapper.form-title{
  display:none; 
}

.row-fluid .widget-type-cell.wrapper-770{
  max-width:770px;
  margin:0 auto;
  float:none;
}
body .form-title {
  text-align: center;
  margin-top: 0px;
}

.blog-subscription-bar h3{
  margin-bottom: 12px;
  margin-top: 12px;
  letter-spacing: .5px;
  font-size: 16px;
  color:#ffffff;
}

body .widget-type-blog_subscribe input[type="email"] {
  border: 1px solid #eeeeee;
  height: 50px;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom:0px;
  font-size: 15px;
  padding-left:15px;
}
body .widget-type-blog_subscribe form {
  position: relative;
  margin:0px;
}

.blog-subscription-bar .hs-form-field{
  margin:0px;
}

body .widget-type-blog_subscribe form label {
  display: none;
}
body .widget-type-blog_subscribe input[type="submit"] {
  background: #333333;
  border: 2px solid #ffffff;
  border-radius: 0px;
  height: 50px;
  width:105px;
  color:#ffffff;
  cursor:pointer;
  font-weight: 700;
  letter-spacing: .25px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px;
  text-align: center;
  -webkit-appearance: none;
  font-size:15px;
}
.hs-form-field {
  position: relative;
}
ul.hs-error-msgs.inputs-list {
  padding:0px;
  margin:0px 0px 0px;
  list-style:none;
}
ul.hs-error-msgs.inputs-list label {
  font-size: 10px;
  color: red;
  display: inline-block;
}


.blog-subscription-bar{
  background:#2b2b2b;
  padding: 15px 0px;
}


/* Placeholder Text */

body .widget-type-blog_subscribe::-webkit-input-placeholder {
  font-style: italic;
  font-size: 15px;
}
body .widget-type-blog_subscribe:-moz-placeholder {
  font-style: italic;
  font-size: 15px;
}
body .widget-type-blog_subscribe::-moz-placeholder {
  /* Firefox 19+ */
  /* color: #555;
  opacity: 1; */

  font-style: italic;
  font-size: 15px;
}
body .widget-type-blog_subscribe:-ms-input-placeholder {
  /* IE10 */
  /* color: #555;
  opacity: 1; */

  font-style: italic;
  font-size: 15px;
}
.recent-posts {
  margin-bottom: 35px;
}
.recent-posts .widget-type-header h2,
.widget-type-header.older-post-header h2 {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(169, 169, 169, 0.33);
}
.recent-posts h2,
.older-post-header h2 {
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 25px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.custom-post-body {
  overflow: hidden;
}
.custom-post-body-summary {
  float: left;
  max-width: 57%;
}
.custom-post-body-summary h2 {
  height: 55px;
  display: inline-block;
  overflow: hidden;
}
.custom-post-body-summary h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.custom-post-body-summary h2,
.custom-post-body-summary h2 a {
  margin: 0px;
  line-height: 28px;
  font-size: 20px;
  color: ;
  letter-spacing: .25px;
}
.content-wrap-outer {
  display: inline-block;
  height: 65px;
  overflow: hidden;
}
.content-wrap-inner {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content-wrap-inner,
.content-wrap-inner p {
  font-size: 14px;
  font-weight: 300;
  color: ;
  letter-spacing: .25px;
  margin: 0px;
  line-height: 22px;
}
.more-link {
  font-size: 13px;
  line-height: 16px;
  color: #666;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.custom-post-item .hs-featured-image {
  float:none;
  margin: 0px;
  max-width: 100%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 0px 0px 0px;
  max-width:100%;
  padding-right: 0;
  position: relative;
  height: 225px;
  display: block;
  width: 100%;
  background-size: cover!important;
  background-position: top center!important;
}

.custom-post-item .hs-featured-image:after{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  text-transform: uppercase;
  opacity:1;
  z-index:1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.author-link.name-athr img {
  max-width: 50px;
  border: 3px solid #f2f2f2;
  border-radius: 100%;
  margin-right: 10px;
  float: left;
}

@media(min-width:768px){
  .custom-post-listing {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -25px 0 0;

  }

  .custom-post-item{
    max-width: 47%;
    float: left;
    margin-right: 2.56102564%;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    transition: all .4s ease-out;
  }
}


/*Recents Top Item*/

@media(min-width:768px){
  .featured-posts .item{
    overflow:hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  } 

}


.featured-posts .item{
  overflow:hidden;
}

.featured-posts .item50{
  float:left;
  width:50%;
  min-height:325px;
  position:relative;
}

@media(max-width:767px){
  .widget-type-cell.blog-hero-img-section.new-image {
    min-height: 250px; 
  }

  .featured-posts .item50{
    width:100%;
    float:none;
    min-height:100%;
  }

  .post-image{
    height:250px;
  }

  .featured-posts .item-wrapper {
    padding: 20px;
  }
}

.post-info{
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 15px 25px;
}

span.c-author-info,span.c-post-date {
  width: 50%;
  float: left;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .5px;
}

a.c-author-link {
  color: #fff;
}

span.c-post-date{
  text-align:right;
}

.post-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; 
}

.post-image:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.15),rgb(0, 0, 0));
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.item-wrapper {
  padding:25px;
  background-color: #fafafa;
}

.title-wrap .post-title h2,
.title-wrap .post-title h2 a{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #3f3f3f;
  letter-spacing: .25px;
  padding-bottom: 0px;
  margin: 0px;

}

.post-recents-topic{
  font-size: 14px;
}

a.c-topic-links.topic-seq-1{
  padding-left:5px;
  border:0px;
}

a.c-topic-links.topic-seq-1,
a.c-topic-links.topic-seq-2{
  display:inline-block;
}

a.c-topic-links {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  color: #3f3f3f;
  letter-spacing: .25px;
  padding-bottom: 0px;
  margin: 0px;
  padding: 0px 5px 0px 10px;
  border-left: 2px solid #3f3f3f;
  text-align: center;
  display:none;
  line-height: 16px;
}

.post-recents-more-link{
  position: absolute;
  bottom: 15px;
  width: 100%;
  right: 25px;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1f1f1f;
  letter-spacing: .5px;
}

/*Post Listing Item*/

.custom-post-listing {

}

.features-image-block {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position:relative;
  overflow:hidden;
  text-align:center;
  background-color:#333333;
}

.custom-post-item {
  display: block;
  box-sizing: border-box;
  margin-bottom:25px;
  list-style: none;
  padding-bottom: 0;
  position:relative;
  border: solid 1px rgba(129,154,179,0.14);
  transition: box-shadow .2s ease-in-out
}


.custom-post-item:hover{
  box-shadow: 0 3px 16px 0 rgba(0,0,0,.11);
}


.custom-post-item .set-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  text-transform: uppercase;
  opacity:0;
  z-index: 1;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: linear-gradient(to right, #d1a04a, rgba(209, 160, 74, 0.68));
}

.custom-post-item .features-image-block:hover .set-overlay{
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.custom-post-item a.read-more-link{
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  color:#1f1f1f;
  font-size: 20px;
  line-height: 50px;
  font-weight: 300;
  border: 1px solid #1f1f1f;
  border-width: 1px 0;
  white-space: nowrap;
  min-width: 225px;
  max-width: 95%;
  letter-spacing: .05em;
  -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%);
}

.custom-post-item .social-shares{
  font-weight: bold;
  color: #aaa;
  position: absolute;
  left: 0;
  right: 0;
  bottom:5px;
  letter-spacing: .06em;
  text-align: center;
}

.social-shares-top{
  position:absolute;
  -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%);
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
}

.social-shares-top a {
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 100%;
}

.social-shares-top a:hover{
  background: rgba(0, 0, 0, 0.80);
}

.author-hubspot{
  font-size: 12px; 
}

.custom-post-item .share-text{
  display: block;
  font-size: 10px;
  color: #1f1f1f;
  font-weight:600;  
}

.custom-post-body {
  padding: 20px 20px 20px;
}

.custom-post-body p{
  font-size:14px;
  line-height:20px;
}

.custom-post-body h2 a,
.custom-post-body h2 {
  font-size:18px;
  line-height:25px;
  font-weight:600;
  letter-spacing: .50px;
  color:;
  margin-bottom: 2px;
}

.custom-post-item .social-shares a {
  color:#1f1f1f;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  height: 30px;
  vertical-align: middle;
  border-radius: 100%;
  padding-top: 2px;
  padding: 0px 5px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

a.post-author-link{
  //color:#000000;
}

a.post-author-link{

}

/*Sidebar*/


.search-box{
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 40px;
}

form.search-from{
  position:relative;
}


body .search-from input[type="submit"] {
  cursor: pointer;
  background-image: url('//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/Assets%20Apr/magnifying-glass.png');
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  padding: 0px;
  width: 50px;
  height: 50px;
  top: 0px;
  right: 0px;
  background-position: center;
  border-left: 1px solid rgba(0, 0, 0, 0.35);
}

body .search-from input[type="text"]{
  padding-right:55px;
}

body .search-from input[type="text"]:focus{
  outline:none;
}

.categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories ul li {
  display: inline-block;
  margin-bottom: 6px;
}
.categories ul li a {
  border: 1px solid #4f4f4f;
  font-size: 12px;
  color: #1f1f1f;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 5px;
  padding: 7px 10px;
  min-width: 60px;
  display: block;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
}
.categories ul li a .filter-link-count {
  display: none;
}

.categories ul li a:hover{
  background:#fafafa;
}

a.filter-expand-link {
  font-weight: 600;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}

.c-blog-sidebar {
  padding-left:20px; 
}
.c-blog-sidebar h3 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 0px;
  letter-spacing: 1px;
  color:#101010;
}
.widget-type-post_filter.categories {
  padding-bottom:40px;
}
.c-blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 65%;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  height: 55px;
  overflow: hidden;
}
.c-blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
  width: 100%;
  min-width: 115px;
  max-width: 115px;
  max-height: 65px;
  min-height: 65px;
}
.c-blog-sidebar a.hs-rss-title {
  font-size: 14px;
  letter-spacing: .5px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 18px;
}
.c-blog-sidebar .hs-rss-byline {
  display: none;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  display: inline-block;
  width: 30%;
}
.next-posts-link {
  position: absolute;
  right: 0px;
  font-size: 12px;
  color: ;
  text-transform: uppercase;
  letter-spacing: 0.50px;
  font-weight: 600;
}
.next-posts-link .fa {
  font-size: 12px;
  font-weight: 300;
  padding-left: 5px;
}
.blog-paginations {
  position: relative;
}
.previous-posts-link {
  position: absolute;
  left: 0px;
  font-size: 12px;
  color: ;
  text-transform: uppercase;
  letter-spacing: 0.50px;
  font-weight: 600;
}
.previous-posts-link .fa {
  font-size: 12px;
  font-weight: 300;
  padding-right: 5px;
}
.hs-blog-post .make-equal-height.recent-posts,
.hs-blog-post .older-post-header {
  display: none;
}
.hs-blog-post .section.post-header {
  float: left;
  width: 25%;
}
.hs-blog-post .section.custom-post-body {
  float: left;
  overflow: visible;
  width: 75%;
  padding-top: 15px;
}
.hs-blog-post .hs-author-avatar img {
  max-width: 80px;
  border-radius: 100%;
  border: 4px solid #f2f2f2;
}
.section.custom-post-body .post-head {
  position: relative;
  margin-bottom: 25px;
}
.section.custom-post-body ul {
  padding-left: 20px;
}

.section.custom-post-body p,
.section.custom-post-body {

}

.section.custom-post-body img,
.section.custom-post-body img {
  margin-bottom: 25px;
}
.section.custom-post-body .post-head h1 {
  position: relative;
  margin: 0px;
  padding-bottom: 5px;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: .25px;
}
.section.custom-post-body .post-head:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  background: ;
  left: -25px;
}
.hs-blog-post #hubspot-topic_data {
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-width: 1px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .75px;
  padding: 7px 0px;
  margin-top: 25px;
}
.hs-blog-post #hubspot-topic_data a.topic-link {
  display: inline-block;
  padding: 0px 5px;
  border: 1px solid ;
  min-width: 55px;
  font-size: 12px;
  text-align: center;
  margin-right: 5px;
  color: ;
  font-weight: 400;
}
.hs-blog-post .section.post-header .author-link {
  font-size: 12px;
  letter-spacing: .5px;
  font-weight: 600;
  color: ;
  text-transform: uppercase;
}
.hs-blog-post #hubspot-author_data {
  padding-top: 0px;
  max-width: 150px;
  text-align: center;
}
.post_date {
  font-weight: 400;
  color: #666666;
  font-size: 12px;
}
.post-pagination {
  position: relative;
}

.post-pagination a{
  color:#1f1f1f;    
}

.prev-post {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  max-width: 225px;
  height: 70px;
  background: #fafafa;
}
.icon-prev {
  max-width: 30px;
  display: inline-block;
  float: left;
  width: 15%;
  font-size: 70px;
  line-height: 70px;
  background: #fafafa;
}
.post-link-bg {
  float: left;
  width: 32%;
  min-width: 75px;
}
.post-link-bg a {
  width: 70px;
  height: 70px;
  display: inline-block;
  background-size: cover!important;
  background-position: top center!important;
}
.nav-text {
  float: left;
  width: 48%;
  padding-left:5px;
}
.nav-text span {
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .25px;
}
.nav-text h5 {
  margin: 0px;
  line-height: 13px;
  box-sizing: border-box;
  height: 40px;
  overflow: hidden;
}
.nav-text h5 a {
  font-size: 11px;
  font-weight: 400;
  color: ;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.next-post {
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
  max-width: 220px;
  height: 70px;
  background: #fafafa;
}
.next-post {}

.next-post .icon-prev {
  float: right;
  text-align: right;
}
.next-post .post-link-bg {
  float: right;
  max-width: 75px;
  text-align: right;
}
.next-post .nav-text {
  float: right;
  text-align: right;
  padding-right: 5px;
}
.hs-blog-listing .widget-type-raw_html.post-pagination {
  display: none;
}
.hs-blog-post .widget-type-raw_html.post-pagination {
  display: block;
  min-height: 70px;
  margin-top: 45px;
}
body .hs-author-social-links a.hs-author-social-link {
  width: 25px;
  height: 25px;
  line-height: 20px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: 0;
  font-size: 13px;
  color: rgba(51, 51, 51, 0.65);
  border: 2px solid rgba(51, 51, 51, 0.65);
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  padding-top: 0px;
  margin-right: 2px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
body .hs-author-social-links a.hs-author-social-link:hover {

}
body .hs-author-social-links a.hs-author-social-link {
  background-image: none !important;
}
body .hs-author-avatar img {
  max-width: 150px;
}
.hs-blog-listing.author-body .hs-author-social-links {
  padding-top: 10px;
}
a {
  text-decoration: none;
}
.hs-blog-listing.author-body .make-equal-height.recent-posts,
.hs-blog-listing.author-body .widget-type-header.older-post-header,
.hs-blog-listing.author-body #blog-hero-img {
  display: none;
}
.hs-blog-listing.author-body .hs-author-profile {
  overflow: hidden;
}
.hs-blog-listing.author-body .hs-author-avatar {
  float: left;
  width: 30%;
  text-align: center;
}
.hs-blog-listing.author-body .hs-author-avatar img {
  border-radius: 100%;
  border: 4px solid ;
}
.hs-blog-listing.author-body .author-info {
  float: left;
  width: 65%;
}
.author-section {
  background: #eeeeee;
  padding: 75px 0px;
}
body .widget-type-raw_html .author-section .wrapper {
  max-width: 1000px;
}
body .widget-type-raw_html h2.hs-author-name {
  margin-top: 0px;
  margin-bottom: 10px;
}
body .widget-type-raw_html .hs-author-bio {
  font-size: 16px;
  font-weight: 300;
}
.hs-blog-listing.author-body .custom-post-item {
}
.hs-blog-listing.author-body .custom-post-listing {
  display: block;
  margin: 0 -25px 0 0;
  padding: 0;
  overflow: hidden;
}
.post-author-outer {
  float: left;
  width: 50%;
  padding-right: 25px;
  display: block;
  box-sizing: border-box;
  margin: 0 0 25px 0;
  list-style: none;
  padding-bottom: 0;
}
.custom-post-item-author {
  min-height: 300px;
  position: relative;
  background-size: cover!important;
  background-position: top center!important;
}
.custom-post-item-author .post-header {
  padding: 0px 20px;
}
.custom-post-item-author .have-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.custom-post-item-author:hover .have-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.custom-post-item-author .post-header {
  position: relative;
  z-index: 4;
}
.custom-post-item-author .post-info {
  position: relative;
  z-index: 4;
}
.custom-post-item-author .heading-title {
  z-index: 4;
}
.custom-post-item-author .post-date-info {
  position: relative;
  z-index: 4;
}
.custom-post-item-author .heading-title h2 {
  height: 55px;
  display: inline-block;
  overflow: hidden;
}
.custom-post-item-author .heading-title h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.custom-post-item-author .have-overlay .fa {
  display: none;
}
.custom-post-item-author:hover .have-overlay .fa {
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  color: #e7e7e7;
  padding: 8px;
  border-radius: 100%;
  border: 4px solid #e7e7e7;
  white-space: nowrap;
  max-width: 95%;
  letter-spacing: .05em;
  -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%);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.custom-post-item-author #hubspot-topic_data a,
.custom-post-item-author.post-2 #hubspot-topic_data a:first-child + a {
  display: none;
}
.custom-post-item-author #hubspot-topic_data a:first-child,
.custom-post-item-author #hubspot-topic_data a:first-child + a {
  font-size: 10px;
  display: inline-block;
  color: #eeeeee;
  border: 1px solid #eee;
  min-width: 60px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 0px;
  line-height: 15px;
  text-transform: uppercase;
  border-radius: 3px;
}
.custom-post-item-author .post-info span {
  width: 48%;
  display: inline-block;
}
.heading-title {}

.custom-post-item-author .post-info span:first-child + span {
  text-align: right;
}
.custom-post-item-author #hubspot-author_data,
.custom-post-item-author #hubspot-author_data a {
  color: #eee;
  font-size: 13px;
  font-style: italic;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .45px;
}
.custom-post-item-author {} 



.social-icons-bottom ul {
  list-style: none;
  margin: 0;
  padding:25px 0 15px 0;
  text-align: center;
}

.social-icons-bottom ul li {
  display: inline-block;
  padding: 0 7px;
}

.social-icons-bottom ul li img {
  max-width: 20px;
}


@media(max-width:1024px) and (min-width:768px) {
  body .c-blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    width: 100%;
    min-width: 85px;
    max-width: 85px;
  }
  body .prev-post {
    height: 50px;
  }
  body .icon-prev {
    font-size: 45px;
    line-height: 45px;
  }
  body .post-link-bg a {
    width: 50px;
    height: 50px;
  }
  body .next-post {
    height: 50px;
  }
  body .nav-text h5 {
    display: none;
  }
  body .post-link-bg {
    min-width: 55px;
  }
  body .nav-text span {
    font-size: 11px;
    display: inline-block;
    line-height: 16px;
  }
  body .next-post .nav-text {
    padding-right: 0px;
  }
  body .nav-text {
    width: 43%;
  }

  .c-blog-sidebar{
    padding-left:0px;
  }
}



@media(max-width:860px) and (min-width:768px) {
  body.hs-blog-post #hubspot-author_data {
    max-width: 80px;
    text-align: center;
  }
  body.hs-blog-post .hs-author-avatar img {
    max-width: 70px;
  }
  body .c-blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    width: 100%;
    min-width: 70px;
    max-width: 70px;
  }
  body .custom-post-item-author .post-info {
    padding: 15px 0px 0px;
  }
}




@media(max-width:767px) {

  .widget-type-cta.get-started {
    margin-bottom: 10px;
  }
  body .widget-type-cell.blog-hero-img-section {
    padding-bottom: 50px;
    padding-top: 80px;
    min-height:400px;
  }

  .about-author-sec .span10 {
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 20px;
  }

  body h1.current-topic-list{
    font-size:30px;
  }

  body .widget-type-cell.blog-hero-img-section h1 {
    font-size: 35px;
    padding-bottom: 15px;
  }
  body .widget-type-cell.blog-hero-img-section h4 {
    font-size: 20px;
    line-height: 28px;
  }
  body .custom-post-item-recents {
    margin-bottom: 25px;
  }
  body .custom-post-item .hs-featured-image {
    float: none;
    max-width: 100%;
    height: 250px;
  }
  body .custom-post-body-summary {
    float: none;
    max-width: 100%;
    margin-top: 20px;
  }
  .blog-pagination {
    padding: 0px 0px 20px;
    margin-bottom:50px;
  }

  .span4.pop-post-image {
    width: 31.914893614%;
    float: left;
  }

  .span8.pop-post-title {
    width: 65.95744680199999%;
    margin-left: 0px;
    float: left;
    padding-left: 15px;
  }

  .widget-type-cell.c-blog-sidebar{
    padding-left:0px;
  }

  .c-blog-sidebar .tabber-tabs>li>a{
    font-size:13px;
  }

  body.hs-blog-post .section.post-header {
    float: none;
    width: 100%;
  }
  body.hs-blog-post #hubspot-author_data {
    padding-top: 0;
    max-width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  body.hs-blog-post .section.custom-post-body {
    float: none;
    overflow: visible;
    width: 100%;
    padding-top: 15px;
  }
  body.hs-blog-post .widget-type-raw_html.post-pagination {
    padding-left: 0px;
  }
  body .nav-text {
    display: none;
  }
  body .post-link-bg a {
    width: 50px;
    height: 50px;
  }
  .prev-post {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    max-width: 80px;
    height: 50px;
    background: #fafafa;
    display: block;
    width: 100%;
  }
  .next-post {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    max-width: 80px;
    height: 50px;
    background: #fafafa;
    width: 100%;
  }
  .prev-post .post-link-bg {
    min-width: 50px;
    position: absolute;
    right: 0px;
  }
  .next-post .post-link-bg {
    min-width: 50px;
    position: absolute;
    left: 0px;
  }
  body .icon-prev {
    font-size: 45px;
    line-height: 45px;
    width: 30%;
    text-align: center;
  }
  body .c-blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    width: 100%;
    min-width: 85px;
    max-width: 85px;
  }
  body.hs-blog-listing.author-body .custom-post-listing {
    display: block;
    margin: 0 0px 0 0;
  }
  body .post-author-outer {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  body.hs-blog-listing.author-body .hs-author-avatar {
    float: none;
    width: 100%;
    text-align: center;
  }
  body.hs-blog-listing.author-body .author-info {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  body .hs-author-avatar img {
    max-width: 100px;
  }
  .author-section {
    padding: 50px 0;
  }
}


@(max-width:480px) and (min-width:320px) {}



/*Sidebar Tabber*/

.mb-50{
  margin-bottom:50px;
}

.recents-post{
  margin-bottom:50px;
}


.body-container .tabber-tabs {
  list-style: none;
  padding: 0;
  margin: 0px 0px;
  border-bottom: 1px solid #e7e7e7;
}
.tabber-tabs>li {
  float: left;
  width: 48%;
}
.tabber-tabs>li:first-child + li {
  margin-left: 4%;
}
.tabber-tabs>.active>a,
.tabber-tabs>.active>a:hover,
.tabber-tabs>.active>a:focus {
  color: #4a4a4a;
  background-color: #ffffff;
  border-bottom: 4px solid ;

}
.tabber-tabs>li>a {
  padding-right: 12px;
  padding-left: 12px;
  line-height: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  text-decoration: none;
  display: block;
  color:#101010;
  border-bottom: 4px solid transparent;
  font-weight:600;
  cursor:pointer;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.tabber-content {
  background: #ffffff;
  padding: 8px 0px 0px 0px;
  //border: 1px solid #ddd;
}
.pop-custom-post-item {
  overflow: hidden;
  margin-bottom: 15px;
}
.pop-custom-post-item:last-child {
  margin-bottom: 0px;
}
.pop-post-title {
  padding-left: 5px;
  line-height: 16px;
}
.popular ul {
  margin-top: 0px;
}
.tabber-content h3 {
  margin: 0px;
}
.tabber-content {
  padding: 25px 0px 0px 0px;
}
.pop-post-title a {
  font-size: 12px;
  color: ;
  font-weight:400;
}
.pop-custom-post-item .post-bg {
  background-position: top center;
  height: 70px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  background-color: #333333;
}
a.topic-link-sb {
  font-size: 12px;
  font-weight: 700;
  color: ;
  padding-top: 7px;
  display: inline-block;
}
.topic-module a {
  display: none;
}
.topic-module a:first-child {
  display: inline-block;
}
body .blog-section .custom-post-listing .custom-post-item:first-child {
  display: block;
}
.popular ul {
  list-style: none;
  padding-left: 0;
}
.popular ul li {
  line-height: 20px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.popular ul li:before,
.popular ul li:before {
  content: "\f00c";
  position: absolute;
  left: 5px;
  top: 2px;
  font-family: "FontAwesome";
  width: 16px;
  height: 16px;
  color: ;
}
.popular ul li a {
  font-size: 14px;
  color:;
}


.twitter-widg{

}

.twitter-widg ul{
  list-style:none;
  margin:0px;
  padding:0px;
}

.twitter-widg ul li{
  border-bottom:1px solid #e7e7e7;
  padding-bottom:15px;
  margin-bottom:25px;
}

.twitter-widg ul li:last-child{
  border-bottom:none;
}

#example1 .user{
  overflow: hidden;
  line-height:16px;
}

#example1 .user img{
  width:50px;
  float:left;
  margin-right: 10px;
  border-radius:6px;
}

#example1 .user span:first-child + span{
  padding-top:10px;
  display:inline-block;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}

#example1 .user span:first-child + span + span{
  font-size: 14px;
  color: ;
  font-weight:400;
}

#example1 p.tweet{
  color: #414242;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

#example1 p.tweet a{
  color:;  
}

#example1 .interact a{
  font-size:12px;
  color:#000000;
  padding:0px 10px;
  display:none;
}

#example1 p.timePosted{
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0px;
  letter-spacing: .25px;
}

#example1 p.interact{
  display: none;
}


/*Blog Post Body*/


.post-single-heading{
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 35px;
}

.post-single-heading:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #e1e3e4;
  width: 400%;
}


.post-single-heading h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 5px;
  padding-bottom: 50px;
  margin-top: 5px;
}


span.post-author-details {
  font-size: 12px;
  line-height: 20px;
  color: #1f1f1f;
  letter-spacing: .25px;
  /* text-transform:uppercase;*/ 
  font-weight:700;
  font-family:;
  display:block;
  overflow:hidden;
}

.post-single-date{
  float: right;
}

.section.post-body ul li{
  padding-bottom:10px;
}


.section.post-body h2,
.section.post-body h3{
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: .25px;
}

.topic-listing #post-topic {
  font-weight: 700;
  /*  text-transform: uppercase; */
  font-size: 14px;
  letter-spacing: .5px;
  line-height:14px;
}

.post-topic-link:hover{
  text-decoration:underline;
}

.post-topic-link,
.post-item-topic-link{
  display:none;
}

.post-topic-link.topic-seq-1,
.post-topic-link.topic-seq-2,
.post-item-topic-link.topic-seq-1{
  display:inline-block;
  font-size: 15px;
  color: #4f4f4f;
  font-family:;
}

.post-item-topic-link.topic-seq-1{
  font-size: 12px;
}

.post-topic-link.topic-seq-1{
  padding-right:5px;
}

.post-topic-link.topic-seq-2{
  padding-left:10px;
  border-left:2px solid #000000;
}

.social_sharing_module {
  max-width: 50px;
  padding: 0 0px 0;
  position: fixed;
  top:40%;
  left:0px;
  z-index: 99999;
}


.social_sharing_module a {
  display: block;
  margin: 0px auto 0px;
}

.social_sharing_module a i{
  font-size: 18px;
  padding: 0;
  width: 40px;
  text-align: center;
  height: 40px;
  vertical-align: bottom;
  line-height: 40px;
  transition: all .2s ease-out;
  color:#ffffff;
}


.social_sharing_module a:hover i{
  width:50px;
}


.social_sharing_module a i.fa-facebook-official {
  background-color: #43619c;
}

.social_sharing_module a i.fa-linkedin {
  background-color: #187fb8;
}

.social_sharing_module a i.fa-twitter {
  background-color: #24a9e6;
}

.social_sharing_module a i.fa-google-plus {
  background-color: #f24033;
}

.about-author-sec{
  padding: 35px 20px;
  border: 1px solid rgba(225, 225, 225, 0.54);
  box-shadow: 0 1px 1px 0 #e6ebee;
  background: #fafafa;
  margin-top: 30px;
  margin-bottom: 40px;
}

.about-author-sec .span10{
  margin-left:5px;
  padding-left:10px;
}

.about-author-sec  h3{
  margin:0px;
}

.about-author-sec  h3 a.author-link{
  display: block;
  color:#1f1f1f;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding:0px 0px 10px;
}

.about-author-sec p{
  margin: 0px;
  font-size: 14px;
  line-height:20px;
}

.about-author-sec .share_links{
  color: #3fa2f7;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  padding: 10px 0;
  font-weight: 700;
}


.author_box_bottom {
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 100%;
  display: block;
  border: 1px solid #e8e5e5;
}


.comment-from h4{
  margin:0px;
  font-size:14px;
  text-transform: capitalize;
}

.comment-from h4 a{
  color: #1f1f1f;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .5px;
}

body .comment.depth-0{
  border:0px;
  padding-top:0px;
}

.comment-module {
  padding-top: 20px;
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
}



/*Post Bottom Related Post STyle*/


.related-post-section{
  background:#fafafa;
  padding:60px 0px 35px;
  margin-top:60px;

}

h3.related-post-title{
  margin-top: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.custom-post-item.span4{
  padding:0px;
}

.custom-post-item.span4 h2{
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  z-index:10;
  width:100%;
  font-weight: 600;
  min-width: 225px;
  max-width: 95%;
  letter-spacing: .05em;
  -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%);  
}

.custom-post-item.span4 h2 a{
  color:#ffffff;
}

.custom-post-item a.related-more-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.48);
  z-index: 20;
  display: block;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity:0;
}

.related-post .custom-post-item:hover a.related-more-link{
  opacity:1;
}

#progress-bar{
  top:0px;
  z-index:99999999;
}

.hs-author-listing-header {
  margin: 0px;
  padding-bottom: 25px;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: .25px;
}


.post-topic-section {
  background-color: #222222;
  min-height: 250px;
  text-align: center;
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  padding: 50px 0;
}

h1.current-topic-list {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
}

.gsc-search-box.gsc-search-box-tools{
  display:none;
}

body .search-box .gsc-control-cse.gsc-control-cse-en{
  padding:0px;
  background:transparent;
  border:0px;
}


.comment-module h2{
  font-size:28px;
}

#comments-listing{
  margin:0px;
}