/* ==========================================================================
   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('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

@import url('//fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i');

/* Fabricut_Jun2017-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 {
  background: #fff;
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

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

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


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

/* Basic text */
p {} 
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:0 0 15px;
    font-weight: 400;
    text-rendering: geometricPrecision;
    color: #080808;
    margin-top: 0;
    letter-spacing:-0.52px;
    font-family: "Lato", sans-serif;
    -webkit-font-smoothing: antialiased;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 32px;
    line-height: 1.15;
}
h2 {
    font-size: 28px;
    line-height: 1.15;
}
h3 {
    font-size: 22px;
    line-height: 1.15;
}
h4 {
    font-size: 18px;
    line-height: 1.3;
}
h5 {
    font-size: 16px;
    line-height: 1.3;
}
h6 {
    font-size: 14px;
    line-height: 1.3;
}

/* Anchor Links */
a { 
    color: #080808;
    border-bottom: 2px solid #ddeaf6;
    text-decoration:none;
}
a:hover, a:focus { 
    color: #080808;
    background: #F2f2f2;
    text-decoration:none;
}

/* Lists */
ul, ol {
    padding-left:18px;
}
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-container-wrapper {}
.header-container {}

.header-container .page-center{}

.custom-header-group{}

.custom-header-top {
    background-color: #080808;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 15px;
    top:-100px;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.custom-header-top .page-center{
    max-width:100% !important;
}

.custom-header-top-menu{
    padding:0 15px;
}


.custom-header-top-menu ul{
    margin:0;
    padding:0;
    list-style:none;
}

.custom-header-top-menu ul > li {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.custom-header-top-menu ul > li > a {
    color: rgba(255, 255, 255, 0.8);
    padding:0 10px 0 9px;
    line-height: 40px;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    font-family:"Lato", sans-serif;
    font-size:14px;
    text-decoration:none;
    display: inline-flex;
    border:none;
}

.custom-header-top-menu ul > li > a:hover {
    color:#fff;
    text-decoration:none;
    background:none;
}

.custom-header-top-menu ul > li > a:after {
    display: inline-block;
    content: none;
    font-family: "FontAwesome", sans-serif;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    top:-1px;
    margin-left: 5px;
    font-size: 9px;
}

.custom-header-top-menu ul > li:first-child > a {
    padding-left: 0;
}

.custom-header-top-menu ul ul{
    background: #ff68b0;
    position:absolute;
    top:auto;
    display: none;
    left:0;
}

.custom-header-top-menu ul li:hover ul{
    display:block;
}

.custom-header-top-menu ul ul li a {
    display: block;
    font-size: 14px;
    line-height: 39px;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    padding: 0 15px;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    min-width: 160px;
    border:none;
}

.custom-header-top-menu ul ul li a:after {
    display:none !important;
}

.custom-header-top-menu ul ul li:first-child a {
    padding-left:15px;
}

.custom-header-top-menu ul ul li a:hover{
    color:#fff;
    background:none;
}

.custom-top-search-social {
    text-align: right;
    padding: 0 15px;
}

.custom-top-search-social ul{
    margin:0;
    padding:0;
    list-style:none;
}

.custom-top-search-social ul > li {
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: top;
    display: inline-block;
    z-index: 9999999;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-top-search-social ul > li > a {
    color: rgba(255, 255, 255, 0.8);
    padding:0 10px 0 9px;
    line-height: 40px;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    font-family:"Lato", sans-serif;
    font-size:14px;
    text-decoration:none;
    display: inline-flex;
    border:none;
}

.custom-top-search-social ul > li > a:hover {
    color:#fff;
    text-decoration:none;
    background:none;
}

.custom-top-search-social ul > li > a:after {
    display: inline-block;
    content: none;
    font-family: "FontAwesome", sans-serif;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    top: -1px;
    right: -1px;
    margin-left: 4px;
    font-size: 9px;
}

.custom-top-search-social ul ul {
    background: #080808;
    position: absolute;
    top: auto;
    display: none;
    left: auto !important;
    text-align: left;
    z-index: 9999;
    right: auto !important;
    margin-left: -41px;
}

.custom-top-search-social ul li:hover ul{
    display:block;
}

.custom-top-search-social ul ul li a {
    display: block;
    font-size: 14px;
    line-height: 39px;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    padding: 0 15px;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    min-width: 120px;
    border:none;
}

.custom-top-search-social ul ul li a:after {
    display:none !important;
}

.custom-top-search-social ul ul li a i{
    margin-right:12px;
}

.custom-top-search-social ul ul li a.pinterest:hover {
    background: #cb2027;
    color: #fff;
}

.custom-top-search-social ul ul li a.twitter:hover {
    background: #00aced;
    color: #fff;
}

.custom-top-search-social ul ul li a.instagram:hover {
    background: #3f729b;
    color: #fff;
}

.custom-top-search-social ul ul li a.google-plus:hover {
    background: #dd4b39;
    color: #fff !important;
}

.custom-top-search-social ul ul li a.youtube:hover {
    background: #e52d27;
    color: #fff !important;
}

.quick_search {
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 40px;
    vertical-align: middle;
    width: auto;
    cursor: pointer;
    -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.quick_search_icon {
    fill: rgba(255, 255, 255, 0.8);
    vertical-align: middle;
    height: 14px;
    padding: 0;
}

 .quick_toggle {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    border: none;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.quick_toggle:hover {
    background: none;
}

.searchform {
    position: absolute;
    top: 100%;
    right: -1px;
    width: 290px;
    opacity: 0;
    z-index: 2;
    display: none;
}

.search-active .searchform {
    opacity: 1;
    visibility: visible;
    display:block;
}

.search-active .quick_toggle {
    background: rgba(255, 255, 255, 0.1);
}

.searchform fieldset {
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
}

.searchform .s {
    background: #1b1b1b;
    border-color: #1b1b1b;
    margin: 0;
    padding: 18px 22px 15px;
    color: rgba(255,255,255,0.4);
    font-weight: 400;
    max-width: 100%;
    outline: 0;
    width: 290px;
    border: 0;
    line-height: normal;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    border-radius: 0;
    -moz-transition: all 1s cubic-bezier(0.25,0.46,0.45,0.94);
    -o-transition: all 1s cubic-bezier(0.25,0.46,0.45,0.94);
    -webkit-transition: all 1s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: all 1s cubic-bezier(0.25,0.46,0.45,0.94);
}

.searchform input[type="submit"] {
    display: none;
}

.custom-header-bottom .page-center {
    padding:10px 15px 0;
}

.custom-menu-logo-group {
    padding: 0 15px;
}

.custom-logo {
    text-align: center;
    padding: 40px 0;
}

.custom-logo a {
    border: none;
}

.custom-logo a:hover {
    background: none;
}

.custom-logo img {
    max-width: 349.141px;
}

.custom-header-top-menu p {
    margin: 0;
    display: none !important;
    padding: 12px 0 14px;
    position: relative;
    z-index: 99999;
}

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

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

.body-container  .page-center{}

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


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

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

.footer-container  .page-center{
    padding:0 15px;
}

.custom-footer-group{
    background: #f4f4f4;
}

.span12.widget-span.widget-type-cell.custom-footer-top {
    padding: 40px 0;
}

.custom-footer-top h3{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    padding-bottom: 13px;
    line-height:21px;
    font-family: "Lato", sans-serif;
    margin-bottom: 28px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.custom-footer-latest-post{
    padding:0 15px;
}

.custom-footer-pop-post-inner {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    line-height: 18px;
}
.custom-footer-feature-image {
  float: left;
  margin-right: 18px;
  max-height: 75px;
  max-width: 80px;
  min-height: 75px;
  overflow: hidden;
  position: relative;
}
/*.custom-footer-feature-image {
    max-width: 80px;
    min-height: 75px;
    float: left;
    margin-right: 18px;
    position: relative;
    background: #080808;
}*/

.custom-footer-post-content {
    overflow: hidden;
}

.cusotm-footer-pop-topic {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    font-family: "Lato", sans-serif;
}

.cusotm-footer-pop-topic a,
.cusotm-footer-pop-topic a:hover{
    color: #525252;
    text-decoration: none;
    border:none;
    background:none;
}

.cusotm-footer-post-title h1 {
    word-break: break-word;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #080808;
    margin-top: 0;
    text-align: left;
    letter-spacing: -0.52px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}

.cusotm-footer-post-title h1 a {
    color: #080808;
    text-decoration: none;
    border:none;
}

.cusotm-footer-post-title h1 a:hover{
    color: #080808;
    text-decoration: underline;
    background:none;
}

.custom-footer-bottom .page-center{
    padding: 40px 0;
    text-align: center;
    font-family: "Lato", sans-serif;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-footer-bottom img {
    max-height: 25px;
    display: inline-block;
    margin-bottom: 25px;
}

.custom-copyright p a {
    border: none;
}

.custom-copyright p a:hover{
    background:none;
}

.custom-footer-bottom ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 11px;
}

.custom-footer-bottom ul li {
    display: inline-block;
    margin: 0 12px;
}

.custom-footer-bottom ul li a {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border:none;
}

.custom-footer-bottom ul li a:hover {
    color: black;
    text-decoration:none;
    background:none;
}

.custom-footer-bottom p {
    font-size: 16px;
    font-weight: 400;
    font-family:"Lato", sans-serif;
    margin: 0;
    color: rgba(0, 0, 0, 0.4);
    line-height:16px;
}

#back-to-top {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 20;
    moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border:none;
}

#back-to-top:hover{
    background-color: #f2f2f2;
}

#back-to-top:after{
    content: "\f106";
    display: inline-block;
    color:#fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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


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

/* Parent List */
.custom-menu-primary{
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 16px;
    position: relative;
    text-align:center;
}

.custom-menu-primary .hs-menu-wrapper > ul{
    display: inline-block;
    margin-bottom: -7px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    margin: 0 30px 0 0;
    padding:14px 0 17px 0;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    color: #080808;
    outline: 0;
    text-decoration:none;
    font-weight: 400;
    border:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #080808;
    text-decoration:none;
    background:none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: inline-block;
    content: none;
    font-family: "FontAwesome", sans-serif;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 16px;
    position: relative;
    top: 0;
}

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

/* 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:1025px) {
.custom-menu-primary .hs-menu-wrapper,
.custom-menu-primary .hs-menu-wrapper > ul ul { 
	display:block !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
    position:static !important;
}

.scroll-header .custom-header-top {
    position: fixed;
    width: 100% !important;
    z-index: 9999;
    left: 0;
    top: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    display: none !important;
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    background: #fff;
    padding: 0;
    z-index: 20;
    opacity: 0;
    min-height: 288px;
    padding:0;
    border-top: 4px solid #080808;
    background:#fff;
    will-change: opacity;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
    display:block !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li{
    padding-left:30px;
    padding-right:30px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-child {
    padding-top: 30px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child {
    padding:-bottom:30px;
}



.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    color: #080808;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    font-family: "Lato", sans-serif;
    text-align: left;
    width:240px;
    vertical-align: middle;
    white-space:normal !important;
    text-transform: uppercase;
    padding: 0;
    border: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a {
    color: #080808;
    background:none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-child:hover > a {
    color: #080808;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a {}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
    left: 240px !important;
    width: calc(100% - 240px) !important;
    padding: 30px;
    top:0 !important;
    min-height: 284px;
    border-left: 1px solid #f2f2f2;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li{
    position:static !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-child > ul {
    opacity:1 !important;
    visibility:visible !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li {
    float: left;
    width: 31.15% !important;
    margin-right: 3.2%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li:nth-child(3n){
    margin-right:0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a{
    color: #080808;
    text-decoration:none;
    font-weight: 400;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    white-space: normal !important;
    line-height: 16px;
    text-align: left;
    text-transform: none;
    letter-spacing: -0.5px;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    position:relative;
    border:none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover{
    text-decoration:underline;
    color: #080808;
    background:none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li:nth-child(2) > ul > li:nth-child(2):before {
    content: '';
    border: 3px solid #fff;
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 38%;
    left: 50%;
    margin: -22px 0 0 -22px;
    border-radius: 22px;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: 1;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li:nth-child(2) > ul > li:nth-child(2):after {
    content: "";
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.2) url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3L…gxMC44MzhWMS41NDJDMzYuNjcxLDAuNjksMzUuOTgsMCwzNS4xMjcsMHoiLz4NCjwvc3ZnPg0K) center center no-repeat;
    position: absolute;
    top: 38%;
    left: 50%;
    margin: -15px 0 0 -15px;
    border-radius: 15px;
    z-index: 9999999;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li:nth-child(2) > ul > li:nth-child(2):hover:before {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:nth-child(3) > ul > li:nth-child(2):before {
    content: '';
    border: 3px solid #fff;
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 38%;
    left: 50%;
    margin: -22px 0 0 -22px;
    border-radius: 22px;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: 1;
}


.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:nth-child(3) > ul > li:nth-child(2):after {
    content: "";
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.2) url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3L…gxMC44MzhWMS41NDJDMzYuNjcxLDAuNjksMzUuOTgsMCwzNS4xMjcsMHoiLz4NCjwvc3ZnPg0K) center center no-repeat;
    position: absolute;
    top: 38%;
    left: 50%;
    margin: -15px 0 0 -15px;
    border-radius: 15px;
    z-index: 9999999;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:nth-child(3) > ul > li:nth-child(2):hover:before {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li:nth-child(4) > ul > li:nth-child(2):before {
    content: '';
    border: 3px solid #fff;
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 38%;
    left: 50%;
    margin: -22px 0 0 -22px;
    border-radius: 22px;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: 1;
}


.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li:nth-child(4) > ul > li:nth-child(2):after {
    content: "";
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.2) url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3L…gxMC44MzhWMS41NDJDMzYuNjcxLDAuNjksMzUuOTgsMCwzNS4xMjcsMHoiLz4NCjwvc3ZnPg0K) center center no-repeat;
    position: absolute;
    top: 38%;
    left: 50%;
    margin: -15px 0 0 -15px;
    border-radius: 15px;
    z-index: 9999999;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li:nth-child(4) > ul > li:nth-child(2):hover:before {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li:nth-child(4) > ul > li:nth-child(3):before {
    content: '';
    border: 3px solid #fff;
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 38%;
    left: 50%;
    margin: -22px 0 0 -22px;
    border-radius: 22px;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: 1;
}


.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li:nth-child(4) > ul > li:nth-child(3):after {
    content: "";
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.2) url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3L…gxMC44MzhWMS41NDJDMzYuNjcxLDAuNjksMzUuOTgsMCwzNS4xMjcsMHoiLz4NCjwvc3ZnPg0K) center center no-repeat;
    position: absolute;
    top: 38%;
    left: 50%;
    margin: -15px 0 0 -15px;
    border-radius: 15px;
    z-index: 9999999;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li:nth-child(4) > ul > li:nth-child(3):hover:before {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:after {
    background: #080808;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    z-index: 999999;
    display: block;
    width: 100%;
    height: 144px;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border:none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li:hover > a:after {
    opacity: 0.4;
    background:#080808;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:before {
    width: 100%;
    height: 144px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    content: "";
    display: block;
    background-size: cover !important;
    background-position: center center !important;
}

/* FASHION */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/14/get-jennifer-anistons-hot-body-in-just-5-minutes-a-day/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/e6e5bd404ec02f629442b199bade6b50-800-1200-e1446652743816.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/10/15/the-more-advanced-version-of-draping-a-jacket-over-your-shoulders/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/4fff83df74268a13694ec5ae88dcb7a51.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/04/30/yumi-launch-asha-dress-for-nepal-earthquake-appeal/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/Fashion-Styles-for-Girls-Online.jpg');
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/03/jennifer-garners-street-style-is-changing-the-face-of-mom-style/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/GQ0A0937.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/03/all-the-reasons-youll-want-to-get-your-hands-on-hm-x-balmain/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/girl-style-with-skateboard-wallpapers.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/10/15/the-runway-trend-that-doesnt-require-getting-dressed-in-the-morning/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/runway.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/10/15/friends-of-itg-share-their-brow-selfies/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/shay_mitchell.jpg');
}

/* FASHION */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/14/youve-never-seen-a-bra-quite-like-lily-aldridges-2-million-stunner/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/sader.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/04/27/famous-brides-priscilla-presley/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/top31.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/04/27/the-crying-lip/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/1u23.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/03/should-you-be-wearing-wedges-instead-of-heels/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/tumblr_mx8uoofngY1qzcg3go1_1280.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/03/kendalls-low-cut-look-may-give-you-some-birthday-outfit-inspiration/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/123gdhfs.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/04/27/out-with-the-bob-in-with-the-twisted-bun/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/nikki-reed-actress-after-dark-beauty-3-e1446660593880.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/14/youve-never-seen-a-bra-quite-like-lily-aldridges-2-million-stunner/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/sader.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/13/fashion-people-are-already-requesting-the-marc-jacobs/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/louise-parker-model-didier-malige-hair-spring-1-e1446659148346.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/04/27/citi-bike-is-the-new-blowout/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/jhejk213.jpg');
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/03/should-you-be-wearing-wedges-instead-of-heels/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/tumblr_mx8uoofngY1qzcg3go1_1280.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/04/27/try-this-cleansing-cream/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/46-e1446660058237.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/03/04/should-you-be-wearing-wedges-instead-of-heels-2/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/nikki-reed-actress-after-dark-beauty-3-e1446660593880.jpg');
}

/*LOVE*/

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/03/paige-reifler-arrived-to-the-glossier-office/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/tumblr_ntp42zhwAL1tyjim8o1_1280.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/03/hollywood-couples-who-have-been-together-the-longest/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/213hj123.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/08/03/how-to-wear-sneakers-like-a-supermodel/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/2015-07-21-1437500403-5692324-marhunt-thumb-e1446590260800.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/03/exclusive-coco-rochas-new-fashion-week-haircut/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/72213jhdjhs.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/08/03/dont-throw-that-away-4-genius-makeup-packaging-hacks/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/COY0BUKUEAArb2D-e1446665834297.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/04/24/15-things-stylish-women-do-every-day/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/street-style-fashion-week-fall-2013-6-e1446657401292.jpg');
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/03/hollywood-couples-who-have-been-together-the-longest/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/213hj123.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/08/03/zaras-latest-lookbook-is-a-throwback-to-your-90s-childhood/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/hgsd213.jpg');
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/03/exclusive-coco-rochas-new-fashion-week-haircut/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/72213jhdjhs.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/10/04/12-ways-to-wear-a-skinny-fashion-scarf-this-fall/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/twirl1.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/08/03/dont-throw-that-away-4-genius-makeup-packaging-hacks/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/COY0BUKUEAArb2D-e1446665834297.jpg');
}


/* HEALTH */

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/05/04/naomi-campbell-and-elton-john-star-in-burberrys-new-campaign/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/123gdhfs-1.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/04/27/hair-made-for-a-rainy-day/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/2g13jg13.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/04/25/look-like-a-silent-film-star/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/tumblr-girl-with-brown-hair-sad-myspace-sad-girls-guide-to-widowspeaks-10-favorite-sad-image-e1446664453443.jpg');
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/03/kristen-stewarts-latest-footwear-choice-is-not-what-you-expected/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/62hjhhj.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/03/sarah-jessica-parker-forgets-filming-the-pilot-episode-for-sex-and-the-city/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/bigstock-Young-fashion-woman-relaxing-o-50005412.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/04/27/hair-made-for-a-rainy-day/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/2g13jg13.jpg');
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/03/sarah-jessica-parker-forgets-filming-the-pilot-episode-for-sex-and-the-city/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/bigstock-Young-fashion-woman-relaxing-o-50005412.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/04/27/nix-clumpy-lashes-make-lips-pop/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/top10.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/04/25/look-like-a-silent-film-star/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/tumblr-girl-with-brown-hair-sad-myspace-sad-girls-guide-to-widowspeaks-10-favorite-sad-image-e1446664453443.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/11/03/kristen-stewarts-latest-footwear-choice-is-not-what-you-expected/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/62hjhhj.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/04/27/nix-clumpy-lashes-make-lips-pop/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/top10.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a[href*="http://goodlife.fuelthemes.net/fashion-demo/2015/03/04/should-you-be-wearing-wedges-instead-of-heels-2/"]:before {
    background:url('//cdn2.hubspot.net/hubfs/3344545/Fabricut%20-Jun2017/images/tumblr_mx8uoofngY1qzcg3go1_1280-1.jpg');
}

.custom-mobile-language,
.custom-mobile-social{
    display:none !important;
}

.scroll-header .custom-header-top-menu ul {
    display: none !important;
}

.scroll-header .custom-header-top-menu p{
    display: inline-block !important;
}

.scroll-header .custom-header-top-menu p a {
    border: none;
}

.scroll-header .custom-header-top-menu p a:hover{
    background: none;
}

.scroll-header .custom-header-top-menu p a img {
    max-width: 144.891px;
}

.scroll-header .custom-top-search-social ul > li > a {
    line-height: 50px;
}

.scroll-header .quick_search {
    line-height: 50px;
}

.custom-menu-logo-group {
    top: -100px;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.scroll-header .custom-menu-logo-group {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    margin: 0 !important;
    padding: 0;
    border: none;
}

.scroll-header .custom-logo {
    display: none;
}

.scroll-header .custom-menu-primary {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 5px;
    color: #fff;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    margin-left: 5px;
    font-size: 9px;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0;
    padding: 11px 0 16px 0;
    top: -1px;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    border-top: 2px solid #080808;
    max-width: 1200px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:#fff;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul:after {
    content: "";
    -moz-box-shadow: 0 0px 0.5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0px 0.5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.5px 0.5px rgba(0, 0, 0, 0.25);
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    transform: scale(2);
}

.scroll-header .custom-header-bottom {
    display: none;
}

.scroll-header .custom-menu-primary.custom-scroll-menu {
    display: block !important;
    margin-top: -50px;
}

.header-container {
    min-height: 252px;
}

}

/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1024px){

/* Menu Reset */
.custom-menu-primary,
.custom-menu-primary .hs-menu-wrapper > ul,
.custom-menu-primary .hs-menu-wrapper > ul li,
.custom-menu-primary .hs-menu-wrapper > ul li a{
	display: block;
	float: none;
	position: static;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	padding: 0px;
	margin: 0px;
	background-image: none;
	background-color: transparent;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
	max-width: none;
	width: 100%;
	height: auto;
	line-height: 1;  
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
	text-align: left;
	color:#fff;
}

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

.mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 28px;
    left: 15px;
    padding: 0 15px;
}

.mobile-trigger:after {
    content: "\f0c9";
    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;
}



/* ===== Mobile Child Toggle Buttons ===== */

.child-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    height: 48px;
    padding: 16px 0 16px 17px;
    top: -1px;
    right: 0;
    left: initial;
    width: 43px;
}

.child-trigger i:before {
    content: "\f067";
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #e6e6e6;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    padding-top: 3px;
}

.child-trigger:hover i:before {
    background: #080808;
}

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

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

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

/* Mobile Menu Styles */ 

.custom-menu-primary{
    position: fixed !important;
    top: 0;
    height: 100%;
    z-index: 999999;
    padding: 20px 10px 20px 20px !important;
    width:380px !important;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    left: 0;
    will-change: transform;
    -moz-transform: translateX(-380px);
    -ms-transform: translateX(-380px);
    -webkit-transform: translateX(-380px);
    transform: translateX(-380px);
    -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-open .custom-menu-primary{
    visibility: visible;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.click-capture {
    position: fixed;
    z-index: 998;
    top: 0;
    cursor: pointer;
    width: 0;
    height:0;
    background: rgba(151, 151, 151, 0.5);
    content: '';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: opacity;
}

.mobile-open .click-capture {
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    left: 0;
}


}


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


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

/* Blog Post and Listing Body Class */
.blog {}

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


.hs-blog-post .blog-content > div {
    padding: 0 15px;
}

.custom-post-banner-image{
    height:600px;
    background-size: cover !important;
    background-repeat:no-repeat;
    margin-bottom: 30px;
    background: #080808;
    display: flex;
    margin-top:50px;
}

.custom-post-blog-banner .page-center {
    padding: 0 15px;
}

.custom-post-banner-outter{
    padding:0 15px;
}

.custom-post-banner-image {
    padding: 15px 20%;
    text-align: center;
    display: table !important;
}

.custom-post-banner-image > div {
    display: table-cell;
    vertical-align: middle;
}

.custom-banner-post-content  .custom-author-date {
    color: #fff;
    display: inline-block;
}

.custom-banner-post-content .custom-author-date strong a {
    color: #fff;
    border:none;
}

.custom-banner-post-content .custom-author-date strong a:hover{
    color: #fff;
    background:none;
}

.custom-banner-post-content .custom-comment-div {
    display: inline-block;
    color: #fff;
}

.custom-banner-post-content .custom-comment-div a, 
.custom-banner-post-content .custom-comment-div a:hover {
    color: #fff;
    text-decoration: none;
    border:none;
    background:none;
}

.custom-banner-post-content .custom-comment-div svg {
    vertical-align: middle;
    fill: #fff;
}

.custom-banner-post-content #hubspot-topic_data {
    margin: 0;
}

.custom-banner-post-content #hubspot-topic_data a {
    padding: 4px 4px 3px;
    color: #fff;
    background: #666;
    background-color: #525252;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    border:none;
    text-decoration: none;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.custom-banner-post-content #hubspot-topic_data a:hover{
    background:none;
}


.section.post-header h1 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    font-family: "Lato", sans-serif;
    line-height: 1.15;
    margin: 0 0 10px;
}


.tags-title {
    display: inline-block;
    background: #ccc;
    position: relative;
    height: 24px;
    line-height: 26px;
    font-weight: 400;
    padding: 0 5px 0 7px;
    color: #fff;
    font-size: 11px;
    margin-right: 28px;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
}

.tags-title:after {
    content: '';
    width: 0;
    height: 24px;
    position: absolute;
    top: 0;
    left: 100%;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid #ccc;
}



.custom-post-topic a{
    display: inline-block;
    border: 1px solid transparent;
    font-size: 10px;
    padding: 8px 10px 7px;
    text-decoration: none;
    font-family:"Lato", sans-serif;
    line-height: 1;
    font-weight: 400;
    border-color: transparent;
    background: transparent;
    margin: 0;
    color: #080808;
    padding-left: 0;
    text-decoration:none;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    text-transform: uppercase;
}

.custom-post-topic a:hover {
    color: #080808;
    border-color: transparent;
    background: transparent;
    margin: 0;
    padding-left: 0;
    text-decoration:none;
}

.author-desc{
    padding: 30px 0 0;
    margin-bottom: 15px;
    border-top: 1px dotted #a8a8a8;
    margin-top: 30px;
    float: left;
    width: 100% !important;
}

.post-author-avatar {
    float: left;
    margin-right: 30px;
    width: 86px;
}

.post-author-avatar img{
    width:100%;
    height:auto;
}

.author-bio{
    overflow:hidden;
}

.author-bio h4 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    color: #080808;
    margin-top: 0;
    letter-spacing:-0.56px;
    line-height: 1.3;
}

.author-bio h4 a{
    color: #080808;
    text-decoration:none;
    border:none;
}

.author-bio h4 a:hover {
    color: #ccc;
    background:none;
    text-decoration:none;
}

.author-bio p {
    font-size: 11px;
    margin-top:0;
    margin-bottom: 7px;
    font-weight: 300;
    font-style: normal;
    font-family:"Lato", sans-serif;
    line-height:17.6px;
}

.share-article-div {
    padding: 27px;
    text-align: left;
    background: #f5f5f5;
    clear: both;
    width: 100%;
    float: left;
}

.share-title {
    margin-bottom: 15px;
    line-height: 1;
    padding:0 15px;
    font-size: 16px;
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
    color: #525252;
    float: left;
    width:40%;
}

.share-icon{
    float: right;
    width:60%;
    padding:0 15px;
    text-align:right;
}

.share-icon .hs-blog-social-share ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.custom-post-pagination{
    margin-top: 10px;
    margin-bottom: 30px;
    float:left;
    width:100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.perviout-pagination {
    padding: 27px 40px 27px 27px;
    text-align: left;
    background: #f5f5f5;
    min-height: 86px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

.next-pagination {
    border-top: 0;
    border-left: 1px solid #fff;
    text-align: right;
    min-height: 86px;
    padding: 27px 27px 27px 40px;
    background: #f5f5f5;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: right;
}

.custom-post-pagination span {
    display: block;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.custom-post-pagination a {
    font-weight: 400;
    color: #080808;
    text-decoration:none;
    font-size: 13px;
    letter-spacing:-0.56px;
    line-height:16.9px;
    font-family:"Lato", sans-serif;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border:none;
}

.custom-post-pagination a:hover{
    color:#080808;
    background:none;
    text-decoration:none;
}

.custom-related-posts {
    padding: 0 15px;
}

.related-post-content {
    padding: 0 15px;
    margin-top: 50px;
}

.custom-related-posts h3{
    display: block;
    padding-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.3;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    color: #080808;
    margin-top: 0;
    letter-spacing:-0.8px;
}

.custom-related-posts .custom-post-topic {
    border: none;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;
}

.custom-related-posts .custom-post-topic a {
    padding: 0;
    border: none;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 10px;
    border:none;
    font-family: "Lato", sans-serif;
}

.custom-related-posts .custom-post-topic a:hover{
    background:none;
}

.related-post-item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 20px;
    float: left;
}

.related-image {
    margin-bottom: 15px;
    position:relative;
}

.related-image a{
    border:none;
}

.related-image a:hover {
    background: none;
}

.related-image img{
    width:100%;
    height:auto;
}

.related-image a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #080808;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0;
    border:none;
}

.related-image a:hover:after {
    opacity: 0.6;
    background: #080808;
}

.related-title h2{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    color: #525252;
    letter-spacing: -0.56px;
    line-height: 18.2px;
    text-transform: none;
}

.related-title h2 a {
    color: #080808;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    border:none;
}


.related-title h2 a:hover {
    text-decoration: underline;
    color: #080808;
    background:none;
}
/* Blog Listing */
.hs-blog-listing {}

.custom-popular-post-slider {
    margin-top: 50px;
    min-height: 750px !important;
}

.custom-popular-post-slider .page-center {
    padding: 0 30px;
}

.custom-slider-content-outter{
    padding:0;
}

.custom-slider-content-outter .custom-feature-image a {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:none;
}
.custom-slider-content-outter .custom-feature-image a:hover{
    background:none;
}

.custom-slider-content-outter .custom-feature-image a:after{
    content: "";
    width: 100%;
    background: #000;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0;
    border:none;
}

.custom-slider-content-outter .custom-feature-image a:hover:after {
    opacity: 0.4;
    background:none;
}

.custom-post-content {
    position: absolute;
    bottom: -80px;
    right: 0;
    left: 0;
    padding: 40px 40px 10px;
    margin: 0 10%;
    transform: translateZ(0);
    background: #fff;
}

.custom-post-content{
    text-align:center;
}

.pop-topic{
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.5px;
    margin:0 0 10px;
    font-family:"Lato", sans-serif;
}

.pop-topic a,
.pop-topic a:hover{
    color: #525252;
    text-decoration:none;
    border:none;
    background:none;
}

.custom-post-content .post-title h1 {
    font-size: 32px;
    word-break: break-word;
    margin-bottom: 17px;
    color: #080808;
    margin-top: 0;
    letter-spacing: -1.00px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    line-height: 1.15;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}

.custom-post-content .post-title h1 a{
    color: #080808;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    text-decoration:none;
    border:none;
}

.custom-post-content .post-title h1 a:hover{
    text-decoration:underline;
    color: #080808;
    background:none;
}

.custom-author-date {
    color: rgba(0, 0, 0, 0.4);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    line-height:15px;
    align-items: center;
}

.custom-author-date strong {
    font-weight: 400;
}

.custom-author-date a,
.custom-author-date a:hover{
    color: rgba(0, 0, 0, 0.4);
    text-decoration:none;
    border:none;
    background:none;
}


.custom-popular-post-slider  .owl-buttons {
    display: none !important;
}

.custom-popular-post-slider #owl-demo1 {
    overflow: hidden !important;
}

.custom-popular-post-slider #owl-demo1 {
    height: 750px !important;
}

.custom-popular-post-slider .owl-carousel .owl-wrapper-outer {
    overflow: initial !important;
}

.custom-popular-post-slider .owl-controls .owl-page span {
    display: block;
    width: 8px !important;
    height: 8px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 4px !important;
    margin: 0 2px !important;
    text-indent: -9999px !important;
    padding: 0 !important;
    outline: 0 !important;
    cursor: pointer !important;
    border: 0 !important;
    opacity:1 !important;
}

.custom-popular-post-slider .custom-feature-image {
    background-size: cover;
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
}


.custom-popular-post-slider .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    bottom: 97px;
    margin: 0 auto;
    right: 0;
    left: 0;
}


.custom-popular-post-slider .owl-theme .owl-controls .owl-page.active span, 
.custom-popular-post-slider .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #000 !important;
}


/* Topic By Post Style */

.custom-topic-post-item {
    margin-bottom: 50px;
}

.custom-topic-inner-post {
    margin: 0;
    padding: 0 15px;
    list-style: none;
    width: 33.33% !important;
    float: left;
}

.custom-topic-inner-post ul{
    margin:0;
    padding:0;
    list-style:none;
}

.custom-topic-inner-post ul li {
    clear: both;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.custom-topic-inner-post h3 {
    font-size: 20px;
    line-height: 1;
    color: #080808;
    margin: 0 0 30px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.8px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-align: center;
}
.topic-posts-slider li .hs-featured-image-wrapper {
  float: left;
  margin-right: 18px;
  max-height: 75px;
  max-width: 80px;
  min-height: 75px;
  overflow: hidden;
  position: relative;
}
/*.topic-posts-slider li .hs-featured-image-wrapper {
    max-width: 80px;
    min-height: 75px;
    float: left;
    margin-right: 18px;
    position: relative;
    background: #080808;
}*/

.custom-topic-by-post .custom-topic-inner-post .topic-posts-slider li:first-child .post-item .hs-featured-image-wrapper {
  max-height: 255px;
  min-height: 255px;
  overflow: hidden;
}
.topic-posts-slider li .hs-featured-image-wrapper a:after {
    content: "";
    width: 100%;
    background: #000;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0;
}

.topic-posts-slider li .hs-featured-image-wrapper a:hover:after{
    opacity:0.6;
}

.topic-posts-slider li .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    margin:0;
}

.topic-posts-slider li:first-child .hs-featured-image-wrapper {
    max-width: 100%;
    min-height: 100%;
    float: none;
    margin-right: 0;
    background:none;
}

.topic-posts-slider li .custom-topic-content-inner{
    overflow:hidden;
}

.topic-posts-slider li h2{
    word-break: break-word;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    color: #080808;
    margin-top: 0;
    text-align:left;
    letter-spacing:-0.52px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}

.topic-posts-slider li h2 a {
    color: #080808;
    border:none;
}

.topic-posts-slider li h2 a:hover {
    text-decoration: underline;
    color: #080808;
    background:none;
}

.topic-posts-slider #hubspot-author_data {
    text-align: left;
    margin-bottom: 10px;
}

.topic-posts-slider li .custom-author-date {
    color: rgba(0, 0, 0, 0.4);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    line-height: 15px;
    text-align:left;
}

.topic-posts-slider li .custom_listing_comments {
    display: none;
}

.topic-posts-slider li:first-child .custom_listing_comments {
    display: block;
}

.topic-posts-slider li:first-child .custom-topic-content-inner{
    overflow:visible;
}

.topic-posts-slider li:first-child {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: 28px;
    margin-bottom: 30px;
}

.topic-posts-slider li:first-child .hs-featured-image-wrapper{
    margin-bottom:28px;
}

.topic-posts-slider li:first-child .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: inline-block !important;
    float: none;
    margin:0;
}

.topic-posts-slider li:first-child .hs-featured-image-wrapper .hs-featured-image-link{
    position: relative;
    display: block;
    border:none;
}

.topic-posts-slider li:first-child .hs-featured-image-wrapper .hs-featured-image-link:hover{
    background:none;
}

.topic-posts-slider li:first-child .hs-featured-image-wrapper .hs-featured-image-link:after {
    content: "";
    width: 100%;
    background:#000;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity:0;
}

.topic-posts-slider li:first-child .hs-featured-image-wrapper .hs-featured-image-link:hover:after {
    opacity: 0.4;
}

.topic-posts-slider li:first-child h2{
    margin-bottom: 10px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    color: #080808;
    margin-top: 0;
    text-align:center;
    letter-spacing:-0.64px;
    line-height: 1.3;
}

.topic-posts-slider li:first-child h2 a {
    color: #080808;
    border:none;
}

.topic-posts-slider li:first-child h2 a:hover {
    text-decoration: underline;
    color: #080808;
    background:none;
}

.topic-posts-slider li:first-child #hubspot-author_data {
    text-align: center;
    margin-bottom: 10px;
}

.topic-posts-slider .custom_listing_comments {
    color: rgba(0, 0, 0, 0.4);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: 15px;
    vertical-align: middle;
}

.topic-posts-slider .custom-date {
    margin-left: 4px;
    margin-right: 7px;
}

.topic-posts-slider .custom-date:before {
    content: '-';
    display: inline-block;
    margin-right: 4px;
}

.topic-posts-slider .comment-icon {
    margin-right: 4px;
    position: relative;
    top: 3px;
    vertical-align: middle;
}

.topic-posts-slider li:first-child .custom_listing_comments a,
.topic-posts-slider li:first-child .custom_listing_comments a:hover{
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    vertical-align: sub;
    border:none;
    background:none;
}

.topic-posts-slider li:first-child .custom_listing_comments svg {
    fill: rgba(0, 0, 0, 0.4);
}

.custom-view-topic a {
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    padding: 14px 30px 12px;
    border: 1px solid #ccc;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    color: #ccc;
    background: transparent;
    text-transform: uppercase;
    text-shadow: none;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    width: 100%;
    margin-top:10px;
    font-family:"Lato", sans-serif;
    -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.custom-view-topic a:hover {
    background-color: #ccc;
    color:#fff;
}

/* 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 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    font-weight: 700;
    font-family:"Lato", sans-serif;
    line-height: 1.5;
    font-size:20px;
    line-height:20px;
    color:#080808;
    position: relative;
}
.hs-blog-header h1 a{}

/* Blog Post Title */

.section.post-header h2{
    font-size: 32px;
    padding-bottom: 15px;
    font-weight: 400;
    color: #080808;
    margin-top: 0;
    letter-spacing:-0.52px;
    line-height: 1.15;
    font-family: "Lato", sans-serif;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}

.post-header h2 {
    word-break: break-word;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #080808;
    margin-top: 0;
    letter-spacing:-0.64px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}
.post-header h2 a {
    color: #080808;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border:none;
}

.post-header h2 a:hover{
    text-decoration: underline;
    color: #080808;
    background:none;
}

/* Blog Author and Avatar */
#hubspot-author_data {}

.custom-date {
    margin: 0 7px 0 4px;
}

.custom-date:before {
    content: '-';
    display: inline-block;
    margin-right: 4px;
}

#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 {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.section.post-header > h1 {
  text-shadow: none !important;
}
.blog-listing-wrapper .post-listing .post-item {
  float: left;
  margin: 0 0 30px;
  min-height: 560px;
  padding: 0 15px;
  width: 50%;
}  
.blog-listing-wrapper .post-listing .post-item .post-body {
    font-family:"Lato", sans-serif;
    font-weight:300;
    color:#525252;
    font-size:14px;
    line-height:20px;
}
.blog-post-wrapper .post-body {}

.section.post-body {
    font-size: 14px;
    line-height: 26px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
    margin:0 0 18px;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height:auto;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: inline-block !important;
    float: none;
    margin:0;
}

.blog-listing-wrapper .post-listing .post-item  .hs-featured-image-wrapper{
    position:relative;
}

.blog-listing-wrapper .post-listing .post-item  .hs-featured-image-wrapper a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #080808;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0;
}

.blog-listing-wrapper .post-listing .post-item  .hs-featured-image-wrapper a:hover:after {
    opacity:0.6;
}

/* Read More Link */
a.more-link {
  margin: 10px 0;
  display: inline-block;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {}

/* Blog Commments */
.custom_listing_comments {}

.custom-comment-div {
    display: block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    line-height: 15px;
    vertical-align: middle;
}

.custom-comment-div svg {
    vertical-align: middle;
    fill: rgba(0, 0, 0, 0.4);
    margin-right: 3px;
}

.custom-comment-div a,
.custom-comment-div a:hover{
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    border:none;
    background:none;
}

#comments-listing {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: 300; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    display: block;
    text-align: left;
    clear: both;
    margin: 0 0 60px;
    padding: 0 15px;
}

.blog-pagination > div{
    display: inline-block;
}

.blog-pagination-left{
    text-align: right;
}

.blog-pagination-right{
    text-align: left;
}

.blog-pagination a{
    display: inline-block;
    font-size: 11px;
    color: #080808;
    border: 1px solid #080808;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
    text-decoration: none;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.blog-pagination a:hover,
.blog-pagination a:focus{
    color: #fff;
    background: #080808;
}

.blog-pagination a.elipses{
    border: 0;
}

.blog-pagination a.active{
    color: #fff;
    background: #080808;
    pointer-events: none;
    cursor: default;
}

/* 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 {
    position: sticky !important;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 68px;
}

/* Blog Modules */

.blog .blog-sidebar .widget-span {
    margin-bottom:30px;
    padding: 30px;
    background-color: #f2f2f2;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{
    color: #525252;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 13px;
    font-family: "Lato", sans-serif;
    margin-bottom: 28px;
    font-weight: 400;
    border-bottom: 2px solid #ccc;
}


.custom-blog-sidebar-recent .custom-feture-img {
    margin-bottom: 15px;
    position:relative;
}

.custom-blog-sidebar-recent .custom-feture-img a:after{
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #080808;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0;
    border:none;
}

.custom-blog-sidebar-recent .custom-feture-img a:hover:after{
    opacity: 0.6;
    background: #080808;
}

.custom-blog-sidebar-recent-itme {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.custom-blog-sidebar-recent .post-title h2{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    border:none;
    padding:0;
    font-family: "Lato", sans-serif;
    color: #080808;
    margin-top: 0;
    letter-spacing:-0.48px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}

.custom-blog-sidebar-recent .post-title h2 a{
    color: #080808;
    text-decoration:none;
    border:none;
}

.custom-blog-sidebar-recent .post-title h2 a:hover{
    color: #080808;
    text-decoration:underline; 
    background:none;
}

.widget-type-rich_text.custom-blog-advertisment {
    background-color: transparent !important;
    padding: 0 !important;
}

.custom-sidebar-topic-slider .custom-topic-inner-post {
    margin: 0;
    padding:0;
    list-style: none;
    width: 100% !important;
    float: left;
}
.custom-topic-posts-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-hs-featured-image-wrapper img {
    margin: 0;
    width: 100%;
    float: none;
    max-width: 100% !important;
    margin-bottom: 25px;
}

.custom-post-title {
    padding: 0 15px;
}

.custom-topic-content-inner .custom-post-title h2{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    font-family: "Lato", sans-serif;
    color: #080808;
    margin-top: 0;
    letter-spacing: -0.56px;
    text-align: center;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    border: none;
    padding: 0;
}

.custom-post-title h2 a {
    color: #080808;
    text-decoration: none;
    border:none;
}

.custom-post-title h2 a:hover{
    color: #080808;
    text-decoration:underline;
    background:none;
}

.custom-hs-featured-image-wrapper {
    height: 150px !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-bottom:25px;
}

.custom-sidebar-topic-slider .owl-theme .owl-controls .owl-buttons div {
    opacity:1 !important;
    background: #f2f2f2 !important;
    top: 0 !important;
    margin-top: 56px !important;
    border: 0 !important;
    width: 30px !important;
    height: 38px !important;
    outline: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    z-index: 20 !important;
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    position: absolute !important;
    font-size: 0 !important;
}

.custom-sidebar-topic-slider .owl-theme .owl-controls .owl-buttons div {
    opacity:1 !important;
}

.custom-sidebar-topic-slider .owl-next {
    right: -15px !important;
}

.custom-sidebar-topic-slider .owl-prev {
    left: -15px !important;
}

.custom-sidebar-topic-slider .owl-prev:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    top: 10px;
}

.custom-sidebar-topic-slider .owl-next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    top: 10px;
}

.custom-sidebar-topic-slider .owl-next:hover:before,
.custom-sidebar-topic-slider .owl-prev:hover:before{
    color: rgba(0, 0, 0, 1);
}

.custom-sidebar-topic-slider .custom-author-date {
    text-align: center;
}

.custom-sidebar-topic-slider #hubspot-author_data {
    text-align: center;
}

.custom-sidebar-topic-slider .owl-pagination {
    display: none !important;
}


.custom-sidebar-topic-slider .custom-topic-content-inner #hubspot-author_data {
    text-align: center;
}

.custom-hs-featured-image-wrapper {
    position: relative;
}

.custom-sidebar-topic-slider .custom-hs-featured-image-wrapper .hs-featured-image-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:none;
}

.custom-sidebar-topic-slider .custom-hs-featured-image-wrapper .hs-featured-image-link:hover{
    background:none;
}

.custom-hs-featured-image-wrapper a.hs-featured-image-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #080808;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0;
    border:none;
}


.custom-hs-featured-image-wrapper a.hs-featured-image-link:hover:after {
    opacity: 0.6;
    background: #080808;
}

.custom-blog-advertisment p{
    margin:0;
    text-align:center;
}


.hs-blog-post .blog-sidebar ul{
    margin: 0;
    position: relative;
    padding:0;
    list-style:none;
}

.hs-blog-post .blog-sidebar ul li {
    display: inline-block;
    padding: 0;
    border: 0;
    font-size: 14px;
    line-height: 18px;
}

.hs-blog-post .blog-sidebar ul li a{
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    font-family:"Lato",sans-serif;
    color: #080808;
    font-size:10px;
    outline: 0;
    border:none;
    line-height:18px;
}

.hs-blog-post .blog-sidebar ul li a:hover{
    background:none;
    color: #080808;
}

.hs-blog-post .blog-sidebar ul li .filter-link-count {
    display: none;
}

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

ul.hs-error-msgs.inputs-list {
    color: red;
}

/* Labels and Legends */
label {}

 .hs-form-field > label {}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {}

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

/* 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 */
.section.post-footer {
    border: 2px solid #f5f5f5;

}

.form-title {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    font-family:"Lato", sans-serif;
    letter-spacing:-0.56px;
}

#comment-form form {
    padding: 25px;
}

.hs-form-field > label {
    font-size: 11px;
    display: block;
    color: #080808;
    margin: 0 0 8px;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    clear: both;
}
#comment-form label {}

/* Inputs */
input[type="text"],
input[type="email"],
input[type="phone"]{
    border: 1px solid #e6e6e6;
    padding: 12px 15px 11px;
    margin-bottom: 24px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 11px;
    font-weight: 400;
    background: #fff;
    max-width: 100%;
    line-height:16.5px;
    outline: 0;
    font-family: "Lato",sans-serif;
    border-radius: 0;
    box-shadow:none;
    text-shadow:none;
    -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
input[type="text"]:focus {
    background: #fff;
    border-color: #080808;
    color: #080808;
}

li.hs-form-booleancheckbox label {
    font-size: 11px;
    display: block;
    color: #080808;
    margin: 0 0 8px;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: uppercase;
    clear: both;
    font-family: "Lato", sans-serif;
}

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

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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    background: #080808;
    border-color: #080808;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    padding: 14px 30px 12px;
    border: 1px solid #080808;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    text-transform: uppercase;
    font-family:"Lato", sans-serif;
    text-shadow: none;
    text-align: center;
    vertical-align: middle;
    -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 0;
    margin-top:24px;
}

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

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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
}

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

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {}


/* =============== 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                                      
   ========================================================================== */
.hs-blog-social-share ul,
form ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription{
    width: 50%;
}

.custom-menu-primary.custom-scroll-menu{
    border: none;
    display: none;
}

.section.post-body {
    padding-left: 100px;
    position: relative;
}


.custom-social-post-fixed .hs-blog-social-share {
    height: auto;
}

.custom-social-post-fixed .hs-blog-social-share ul li {
    float: none !important;
    display: block;
}

.category-header .page-center{
    padding:0 30px;
}

.category-header .custom-topic-bg {
    background-color: #525252;
    padding: 40px;
    padding-bottom: 36px;
    text-align: center;
    margin-top: 30px !important;
}

.category-header h1 {
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    margin-top: 0;
    letter-spacing: -1.6px;
}

.custom-social-post-fixed {
    position: absolute !important;
    width:87px !important;
}

.social-sharing-widget-vertical{
    width: 85px;
    height: auto;
    margin: 0;
    padding: 10px 8px 5px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    background: #fff;
    margin-top: 16px;
}

.scroll-header1 .social-sharing-widget-vertical{
    position: fixed;
    top: 68px;
    z-index: 99999;
    margin-top:0;
}

.scroll-header2 .social-sharing-widget-vertical{
    position:static;
}

/* 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 (min-width: 768px) {

    
    .blog-content {
        width: 66.666667% !important;
        float: left;
        padding: 0 15px;
    }
    
    .blog-sidebar {
        padding-left: 45px;
        padding-right:15px;
        width:33.333333% !important;
        float:right !important;
        margin-left:0 !important;
    }
.inner_image.span3:nth-child(4) {
	margin-right: 0;
}    
}

@media (max-width: 1600px) {
    .custom-post-banner-image {
        height: 490px;
    }
}


@media (max-width: 1279px) {
    
    /* Header Style */
    .custom-header-top-menu ul > li > a {
        padding: 0 5px 0 4px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin: 0 15px 0 0;
    }
    
    .custom-post-banner-image {
        height: 390px;
    }
}

@media (max-width: 1024px) {
    .custom-header-top{
        background: transparent;
        position: absolute;
        top: 0;
        left:0;
    }
    
    .quick_search_icon {
        fill: #000;
    }
    
    .quick_search {
        position: absolute;
        top: 20px;
        right: 4px;
    }
    
    .custom-header-bottom {
        margin-top: -25px;
    }
    
    .custom-logo img {
        max-width: 209.484px;
    }
    
    .custom-top-search-social {
        position: absolute;
        top: 0;
        width: 100% !important;
        left: 0;
        margin-left: 0 !important;
    }
    
    .searchform .s {
        background: #fff;
        border-color: #e6e6e6;
    }
    
    .custom-popular-post-slider {
        margin-top: 35px;
        min-height: 535.156px !important;
    }
        
    .custom-popular-post-slider #owl-demo1 {
        height: 550.156px !important;
    }
    
    .custom-popular-post-slider .custom-feature-image {
        height:446.156px;
    }
    
    .custom-popular-post-slider .owl-theme .owl-controls {
        bottom: 2px;
    }
    
    .custom-post-content .post-title h1 {
        font-size: 30px;
    }
    
    .custom-topic-post-item {
        margin-top: 50px;
    }
    
    .custom-header-top-menu {
        display: none !important;
    }
        
    .custom-top-search-social ul > li:first-child {
        display: none !important;
    }
    
    /* Mobile Menu */
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        display: block;
        line-height: 12px;
        font-size: 12px;
        font-weight: 400;
        color: #080808;
        text-decoration:none;
        position: relative;
        text-transform: uppercase;
        padding: 19px 0 16px;
        border-bottom: 1px solid #f0f0f0;
        font-family: "Lato", sans-serif;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
        color: #080808;
        text-decoration:none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
        display:none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        padding: 0 0 0 10px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        display: block;
        line-height: 12px;
        position: relative;
        padding: 19px 0 16px;
        border-bottom: 1px solid #f0f0f0;
        text-transform: none;
        padding-left: 0;
        font-weight: 400;
        color: #080808;
        font-size: 11px;
        text-decoration: none;
    }
        
    .custom-menu-primary .hs-menu-wrapper > ul ul li .child-trigger {
        display: none !important;
    }   
        
    .social-links {
        padding: 30px 15px 25px;
    }
    
    .social-links a {
        color: #080808;
        margin: 0 7px;
        -moz-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        text-decoration:none;
        border:none;
    }
    
    .social-links a:hover {
        color: #080808;
        background:none;
        text-decoration:none;
    }
    
    .searchform .s {
        background: #fff;
        border: 1px solid #e6e6e6 !important;
        padding: 17px 21px 14px;
        line-height: 13px;
        font-family: "Lato", sans-serif;
    }
    
    .searchform .s:focus{
        background: #fff;
        border-color: #080808 !important;
        color: #080808;
    }
    
    .custom-mobile-social {
        clear: both !important;
        width: 100% !important;
        margin-left: 0 !important;
        padding-top: 10px;
    }
    
    .social-links {
        padding: 30px 15px 25px;
        float: left;
        text-align: center;
        width: 100% !important;
    }
    
    .custom-mobile-language {
        margin: 0;
        border: 0;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .select-wrapper {
        position: relative;
    }
    
    .select-wrapper:after {
        content: "\f0d7";
        display: block;
        position: absolute;
        font-family: "Lato", sans-serif;
        right: 15px;
        font-size: 12px;
        top: 15px;
        line-height: 1;
        color: #000;
    }
    
    .search-active .quick_search_icon {
        fill: #ccc;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child > a {
        border: none;
    }
    
    #thb_language_selector_mobile {
    height: 42px;
    font-size: 10px;
    padding: 9px 34px 9px 0;
    font-weight: 400;
    font-family: "Lato",sans-serif;
    border: 0;
    text-transform: uppercase;
    background: #fff;
    color: #080808;
    outline: 0;
    border-radius: 0;
    -moz-appearance: none;
    width: 100% !important;
    -webkit-appearance: none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: '';
    -moz-appearance: radio-container;
    }
    
    .custom-logo {
        padding-bottom:25px;
    }
    
    .custom-post-banner-image{
        margin-top:30px;
    }
    .section.post-header h1 {
        font-size: 30px;
    }
    
    .custom-post-banner-image {
        padding: 15px 10%;
    }
    
        .custom-post-banner-image {
        height: 290px;
    }
    
}


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

@media (max-width: 767px) {
	
.body-container-wrapper .main-content,
.body-container-wrapper .sidebar{
	margin-bottom:20px;
}
.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription{
	width: 100%;
} 


/* Header Style */

.custom-header-top {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
    top: 0;
}

.custom-header-top-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

.custom-top-search-social ul li:first-child {
    display: none;
}

.quick_search_icon {
    fill: #080808;
}

.custom-header-bottom .page-center {
    padding: 0 15px;
}

.custom-header-bottom {
    margin-top: 0;
}

.custom-logo {
    text-align: center;
    padding: 25px 0;
}

.custom-logo img {
    max-width: 209.484px;
}

.custom-menu-primary {
    width: 280px !important;
    padding:15px 5px 15px 15px !important;
    -moz-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -webkit-transform: translateX(-280px);
    transform: translateX(-380px);
}

.custom-mobile-social {
    clear: both !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-top: 0;
}

.social-links {
    padding: 30px 15px 25px;
    float: left;
    text-align: center;
}

.social-links a {
    color: #080808;
    text-decoration: none;
    width: auto !important;
    display: inline-block;
}
.mobile-trigger {
    left: 0;
}

.custom-header-top {
    width: 100% !important;
}

.quick_search {
    position: absolute;
    top: 20px;
    right: -11px;
    left: initial;
}

.searchform {
    right: 9px;
}

.custom-popular-post-slider .page-center {
    padding: 0 10px;
}

/* Body Style */
.custom-slider-content-outter {
    padding: 0;
}

.custom-popular-post-slider {
    margin-top: 50px;
}

.custom-popular-post-slider #owl-demo1 {
    height: 470.688px !important;
}

.custom-popular-post-slider .custom-feature-image {
    height: 334.688px;
}

.custom-popular-post-slider .owl-theme .owl-controls {
    bottom: 30px;
}

.custom-post-content {
    margin: 0;
}

.custom-post-content .post-title h1 {
    font-size: 24px;
}

.custom-topic-inner-post {
    width: 100% !important;
    padding: 0 10px;
}

.custom-topic-inner-post {
    margin-bottom: 50px;
}

.custom-topic-inner-post h3 {
    margin: 0 0 15px;
}

.blog-listing-wrapper .post-listing .post-item {
    padding: 0 10px;
}

.blog .blog-sidebar .widget-span {
    padding: 15px;
}

.blog .blog-sidebar {
    padding: 0 10px;
}

.custom-post-banner-image {
    height: 150px;
}

.custom-post-banner-image {
    padding: 15px 0;
}

.custom-post-banner-outter {
    padding: 0;
}

.section.post-header h1 {
    font-size: 20px
}

.related-post-item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    float: left;
}

.related-post-content {
    padding: 0 15px;
}

.custom-footer-latest-post {
    padding: 0;
}


.custom-footer-pop-post-inner {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
    float: left;
    width: 100%;
}

.custom-footer-latest-post,
.custom-footer-discussed,
.custom-footer-most-viewed{
    float: left !important;
    margin-bottom: 30px;
    width: 100% !important;
}

.blog .blog-sidebar {
    margin-top: 40px;
}

.custom-social-post-fixed {
    display:none;
}
.custom-popular-post-slider {
    min-height: 470.156px !important;
}
.section.post-body {
    padding-left: 0;
}
.custom-social-post-fixed {
    display: none !important;
}
}   


@media (max-width: 640px) {
.custom-post-blog-banner .page-center {
    padding: 0 10px;
}
.hs-blog-post .blog-content > div {
    padding: 0 10px;
}
.related-post-content {
    padding: 0 10px;
}
.related-post-content {
    padding: 0;
    margin-top: 50px;
}
.custom-related-posts {
    padding: 0 10px;
}

.share-title {
    width: 100%;
}

.share-article-div {
    padding: 15px;
}

.share-icon {
    float: right;
    width: 100%;
    padding: 0 15px;
    text-align: left;
}

.perviout-pagination {
    padding: 15px;
    text-align: center;
    background: #f5f5f5;
    min-height: 86px;
    -ms-flex: 0 0 100%;
    flex: 100%;
    max-width: 100%;
    width: 100%;
}

.next-pagination {
    border-top: 0;
    border-top: 1px solid #fff;
    text-align: center;
    min-height: 86px;
    padding: 15px;
    background: #f5f5f5;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: right;
}

.category-header .page-center {
    padding: 0 10px;
}

}

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

@media (max-width: 479px) {
	

/* Header Style */
.mobile-trigger {
    padding: 0 10px;
}

.quick_search {
    right: -16px;
}

.custom-popular-post-slider .custom-feature-image {
    height: 274.688px;
}

.custom-post-content {
    padding: 10px;

}

.custom-popular-post-slider .owl-theme .owl-controls {
    bottom: 0;
}

.custom-popular-post-slider #owl-demo1 {
    height: 369.359px !important;
}

.custom-popular-post-slider {
    min-height: 369.359px !important;
}

.custom-top-search-social {
    padding:0;
}

.quick_search {
    right: 0;
}

/* Body Style */
.hs-blog-header {
    padding: 0 10px;
}

.blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    padding: 0 10px;
}

.custom-popular-post-slider {
    margin-top: 50px;
    min-height: 440px !important;
}

.post-author-avatar {
    float: none;
    margin-right: 30px;
    width: 86px;
    margin: 0 auto 20px;
}


/* Footer Style */	
}


@media (max-width: 320px) {
    .custom-popular-post-slider .custom-feature-image {
        height: 195.688px;
    }
    
    .custom-popular-post-slider #owl-demo1 {
        height: 300.563px !important;
    }
    
    .custom-popular-post-slider {
        min-height: 299.563px !important;
    }
}
.hs-blog-post .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  margin-top: 104px!important;
}
.hs-blog-post .vex-content.hs-gallery .vex-close::before, .vex-content.hs-gallery .vex-close::after {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  content: "";
  display: block;
  height: 4px;
  margin-top: 42px;
  position: absolute !important;
  top: 50% !important;
  width: 50% !important;
}

.gallery_img {
  clear: both;
  display:inline-block;
}
gallery_img {
  margin: 0 10px 25px 0px;
  min-height: 155px;
  }
.hs-content-id-5188989330 .gallery_img .inner_image.span3 a img {
  min-height: 220px;
}
.hs-content-id-5188989330 .gallery_img .inner_image:nth-child(4n+1) {margin-left: 0;}
.hs-content-id-5188573170 .gallery_img .inner_image.span3 a img {
  min-height: 217px;
}
.hs-content-id-5188573218 .gallery_img .inner_image.span3 img {
  min-height: 224px;
}
.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper {
  text-align: center;
}
.related-post-item {
  min-height: 350px;
}
.related-post-content .related-image {
  border: 1px solid #eaeaea;
  max-height: 200px;
  min-height: 200px;
  overflow: hidden;
}
.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper img {
  width: 100% !important;
}
.blog-listing-wrapper .post-listing .post-item .post-header {
  min-height: 55px;
}
.custom-post-banner-image .custom-banner-post-content {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 20px 0 #000000;
  color: #000000;
  position: relative;
  padding: 15px 0;
  bottom:-100px;
 margin-top: 50%;  
}
.custom-post-banner-image {
  margin-bottom: 110px;
}
.custom-banner-post-content .section.post-header > h1 {
  color: #000000;
}
.custom-banner-post-content .custom-author-date strong a {
  border: medium none;
  color: #000000 !important;
  text-shadow: none;
}
.custom-banner-post-content #hubspot-topic_data .topic-link {
  background: #ccc none repeat scroll 0 0 !important;
}
.custom-banner-post-content time, .custom-comment-div a span svg {
  color: #000000;
  text-shadow: none;
}
.post-listing .post-item .post-body h1, .post-listing .post-item .post-body h2,.post-listing .post-item .post-body h3 {
  font-size: 14px;
}

@media screen and (max-width:980px) {
.custom-post-banner-image .custom-banner-post-content {
}
}
@media screen and (max-width:768px) {
.inner_image.span3 {
    display: inline-block;
   /* margin: 0 18px 25px 0px;*/
    width: 21%;
    min-height:80px;
}
.hs-blog-post img {
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
    text-align: center !important;
}
.gallery_img {
    text-align: center !important;
}
}
@media screen and (max-width:767px) {
.custom-post-banner-image .custom-banner-post-content {
}
.custom-post-banner-image {
  width: 100% !important;
}
}

@media screen and (max-width:360px) {
.inner_image.span3 {
   width: 18%;  
}
}
.hs-blog-post .widget-type-blog_content .blog-post-wrapper .gallery_img {
  clear: both;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  word-wrap: normal;
}
@media screen and (max-width: 767px) {
  .hs-blog-post .widget-type-blog_content .blog-post-wrapper .gallery_img [class*="span"] {
   	margin-left: 2.127659574%;
  }
}
.hs-blog-post .widget-type-blog_content .blog-post-wrapper .gallery_img .inner_image.span3 {
  display: inline-block;
  float: none;
}