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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Lato%3A300%2C100&ver=08bfbb4d5db9923cf12467c3e32b53f0');
@import url('//fonts.googleapis.com/css?family=Lato:400,400i,700,700i,300,300i&subset=latin,latin-ext');



@font-face {
    font-family: 'FontAwesomeBrands';
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/4636367/Geeks_On_Tap_January2019%20Theme/Fonts/fa-brands-400.eot");
    src: url("//cdn2.hubspot.net/hubfs/4636367/Geeks_On_Tap_January2019%20Theme/Fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
        url("//cdn2.hubspot.net/hubfs/4636367/Geeks_On_Tap_January2019%20Theme/Fonts/fa-brands-400.woff2") format("woff2"),
        url("//cdn2.hubspot.net/hubfs/4636367/Geeks_On_Tap_January2019%20Theme/Fonts/fa-brands-400.woff") format("woff"),
        url("//cdn2.hubspot.net/hubfs/4636367/Geeks_On_Tap_January2019%20Theme/Fonts/fa-brands-400.ttf") format("truetype"),
        url("//cdn2.hubspot.net/hubfs/4636367/Geeks_On_Tap_January2019%20Theme/Fonts/fa-brands-400.svg#fontawesome") format("svg")
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  src: url("//cdn2.hubspot.net/hubfs/4636367/Geeks_On_Tap_January2019%20Theme/Fonts/fa-solid-900.woff2") format('woff2');
}

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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

/* 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 {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
} 
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #999999;
  line-height: 1.7;
  background-color: hsl(0,0%,100%);
}

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

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

/* Basic text */
p {
  margin: 0 0 10px;
} 
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 {
    font-family: "Lato",sans-serif;
    font-style: normal;
    margin: 0 0 20px;
    color: #272727;
    text-rendering: optimizelegibility;
    font-weight: 300;
  }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

  h1 {
    font-size: 400%;
    line-height: 1.1;
  }
  h2 {
    letter-spacing: -0.035em;
    font-size: 285.7%;
  }
  h3 {
    letter-spacing: -.035em;
    font-size: 228.5%;
  }
  h4 {
    letter-spacing: -0.035em;
    font-size: 1.5em;
  }
  h5 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 1em;
  }

/* Anchor Links */
  a {     color: rgb(160,206,78);text-decoration: none;}
a:hover, a:focus { color: rgb(160,206,78);outline: 0 ; }

/* Lists */
ul, ol {
  padding: 0;
  margin: 0 0 1.313em 1.655em;
}
ul ul, ul ol, ol ol, ol ul {}
li {
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 300;
}

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {
  min-height: 128px;
}
  .custom-header {
    height: 8em;
    font-size: 16px;
    background-color: #ffffff;
    box-shadow: 0em 0.15em 0.1em 0px rgba(0,0,0,0.15);
    z-index: 10000;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: height, opacity;
    position: relative;
  }
  .custom-header > div > div {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }
  .custom-header > div > div:after, .custom-header > div > div:before {
    display: none;
  }
  .custom-header-inner > div {
    height: 8em;
    font-size: 16px;
    background-color: #ffffff;
    z-index: 10000;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    transition: 0.3s all;
  }
  .custom-header .custom-header-inner > div:before, .custom-header .custom-header-inner > div:after {
    flex-basis: 2em;
    width: 2em;
    height: 2em;
    content: "";
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    visibility: hidden;
  }
  .custom-header-inner {
    position: relative;
    height: 8em;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: height, opacity;
    transition: 0.3s all;
  }
  .custom-header-inner > div > div {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 0 1 100%;
    display: flex;
    height: 8em;  
    transition: 0.3s all;

  }
  .custom-header-inner > div > div:before, .custom-header-inner > div > div:after {
    display: none;
  }
  .custom-header-inner .site_logo {
    flex: 0 0 auto;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
    height: inherit;
    display: flex;
    position: relative;
    z-index: 1;
    width: auto;
  }
  .custom-header-inner .site_logo a {
    width: 200px;
    max-width: 200px;
    margin: 20px 15px 20px 15px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
  }
  .custom-header-inner .site_logo a img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  .custom-header-inner .custom-menu-primary {
    flex: 1 0 auto;
    box-shadow: 0em 0.05em 0.05em 0em transparent;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
    margin-left: 0;
    height: inherit;
    display: flex;
    position: relative;
    z-index: 1;
    width: auto;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex: 0 0 auto;
    margin: 0px;
    font-size: 1.1em;
    display: flex;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul > li {
    flex: 1 0 auto;
    display: flex;
    flex-direction: inherit;
    justify-content: inherit;
    align-items: inherit;
    position: relative;
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 300;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 1em;
    background-color: transparent;
    flex: 1 0 auto;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 1px;
    border-radius: 0;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
  }
  .hs-menu-wrapper > ul > li.hs-item-has-children > a i.x-anchor-sub-indicator {
    margin: 5px;
    font-size: 1em;
    color: rgba(0,0,0,0.35);
    font-family: "FontAwesome";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    width: auto;
    height: auto;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    transition-property: color, text-shadow;
    z-index: 2;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .hs-menu-wrapper > ul > li.hs-item-has-children > a i.x-anchor-sub-indicator:before {
    content: attr(data-x-icon-s);
    line-height: 1;
    display: inherit;
    width: inherit;
    height: inherit;
    text-align: inherit;
  }
  .custom-header-inner .right_cols_ {
    margin: 16px 16px 16px -50px;
    flex: 0 0 auto;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
    height: inherit;
    display: flex;
    position: relative;
    z-index: 0;
    width: auto;
  }
  .right_cols_ a.e2730-8 {
    margin: 0em 10px 0em 10em;
    border-width: 2px;
    border-style: solid;
    border-color: #1caa18;
    font-size: 1em;
    background-color: rgba(255,255,255,1);
    box-shadow: 0em 0em 0em 0em rgba(0,0,0,0.25);
    margin-right: 7px;
  }
  .right_cols_ a.e2730-8 > .x-anchor-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.575em 0.85em 0.575em 0.85em;
  }
  .right_cols_ a {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 1px;
    border-radius: 0;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
  }
  .right_cols_ a.e2730-8 .x-anchor-content .x-anchor-text {
    margin: 5px;
  }
  .right_cols_ a.e2730-8 .x-anchor-content .x-anchor-text .x-anchor-text-primary {
    font-family: inherit;
    font-size: .8em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #1caa18;
  }
  .right_cols_ a > span {
    display: flex;
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
  }
  .right_cols_ a > span > span {
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
  }
  .right_cols_ a > span > span > span {
    position: relative;
    display: block;
    transition-property: color, text-shadow;
    z-index: 3;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .right_cols_ a.e2730-8:hover .x-anchor-content .x-anchor-text .x-anchor-text-primary {
    color: #fff;
  }
  .right_cols_ a.e2730-8:hover {
    background-color: #007900;
  }
  .right_cols_ a.e2730-9 {
    margin: 0px 10px 0px 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #1caa18;
    font-size: 1em;
    background-color: #10aa08;
  }
  .right_cols_ a.e2730-9 .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: .575em .85em .575em 0.85em;
  }
  .right_cols_ a.e2730-9 .x-anchor-content .x-anchor-text {
    margin: 5px;
  }
  .right_cols_ a.e2730-9 .x-anchor-content .x-anchor-text .x-anchor-text-primary {
    font-family: inherit;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: hsl(0,0%,100%);
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .right_cols_ a.e2730-9:hover {
    border-color: #1caa18;
    background-color: #007900;
  }
  .right_cols_ a.e2730-9:hover .x-anchor-text-primary {
    color: hsl(0,0%,100%);
  }
  .right_cols_ a .x-anchor-text-primary {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .sidebar_open .custom-sidebar-desktop {
    visibility: visible;
    transition-delay: 0s;
    pointer-events: auto;
  }
  .custom-sidebar-desktop {
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: visibility 0s linear 0.525s;
    pointer-events: none;
    z-index: 99999998;
  }
  .custom-sidebar-desktop .x-off-canvas-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .sidebar_open .custom-sidebar-desktop .x-off-canvas-bg {
    background-color: rgba(0,0,0,0.75);
    opacity: 1;
  }
  .x-off-canvas-close-right {
    right: 0;
  }
  .x-off-canvas-close {
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    transition-duration: 0.3s, 0.5s, 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    width: calc(1em * 2);
    height: calc(1em * 2);
    font-size: 1.5em;
    color: rgba(0,0,0,0.5);
    font-family: "Lato",sans-serif;
    outline: 0 !important;
    cursor: pointer;
  }
  .sidebar_open .x-off-canvas-close {
    opacity: 1;
    transform: scale(1);
  }
  .x-off-canvas-close span {
    display: block;
  }
  .ps {
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
    -ms-overflow-style: none;
    -ms-touch-action: auto;
  }

  .x-off-canvas-content-right {
    right: 0;
    transform: translate3d(115%, 0, 0);
  }
  .x-off-canvas-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
  }
 .sidebar_open .x-off-canvas-content {
    transform: translate3d(0, 0, 0);
  }
  .e2730-9.x-off-canvas .x-off-canvas-content {
    max-width: 24em;
    padding: calc(1.5em * 2);
    background-color: #ffffff;
    box-shadow: 0em 0em 2em 0em rgba(0,0,0,0.25);
  }
  p.first_child {
    font-family: "Lato",sans-serif;
    font-style: normal;
    margin: 0 0 1.313em;
  }
  p.first_child,  p.second_child {
    font-family: "Lato",sans-serif;
    font-style: normal;
    margin: 0 0 1.313em;
  }
  .ps__rail-x, .ps__rail-y {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color .2s ease,opacity .2s ease;
  }
  .ps__rail-y {
    right: 0;
    width: 15px;
  }
  .ps__rail-x {
    bottom: 0;
    height: 15px;
  }
  .ps__thumb-x {
    bottom: 2px;
    height: 6px;
    transition-property: background-color, height;
  }
  .ps__thumb-y {
    right: 2px;
    width: 6px;
    transition-property: background-color, width;
  }
  .ps__thumb-x, .ps__thumb-y {
    position: absolute;
    border-radius: 100px;
    background-color: #aaa;
    transition-duration: .2s;
    transition-timing-function: ease;
  }
  .second_child img {
    vertical-align: middle;
  }
  .stuck .custom-header {
    top: 0px;
    height: 64px;
    width: 100%;
    position: fixed;
  }
  .stuck .custom-header .custom-header-inner {
    height: 64px;
  }
  .stuck .custom-header-inner > div {
    height: 64px;
  }
  .stuck .custom-header-inner > div > div {
    height: 64px;
  }




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

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

.content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
  .custom-footer {
    position: relative;
    display: block;
    font-size: 16px;
    background-color: #f5f5f5;
    height: auto;
    z-index: 10;
  }
  .custom-footer .custom_footer_inner {
    padding: 4em 8.5vw .27em 8.5vw;
    box-shadow: 0em 0.15em 2px 0px rgba(0,0,0,0.15);
  }
  .custom-footer .custom_footer_inner > div {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }
  .custom-footer .custom_footer_inner > div:before, .custom-footer .custom_footer_inner > div:after {
    flex-basis: 0em;
    width: 0em;
    height: 0em;
    content: "";
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    visibility: hidden;
  }
  .custom-footer .custom_footer_inner > div > div {
    flex-wrap: wrap;
    align-content: center;
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 1 100%;
    z-index: 5;
    display: flex;
  }
  .custom-footer .custom_footer_inner > div > div:before,.custom-footer .custom_footer_inner > div > div:after {
    display: none;
  }
  .custom_footer_inner .x-bar-container {
    margin-left: 0;
    width: auto;
    align-items: center;
    background-color: transparent;
    justify-content: flex-start;
    flex-direction: row;
    flex: 0 1 auto;
    display: flex;
    position: relative;
    z-index: 1;
    height: inherit;
  }
  .custom_footer_inner .cols_d {
    margin: 0px 0px 100px 0px;
  }
  .custom_footer_inner .cols_a img {
    width: 270px;
    padding: 25px;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  .custom_footer_inner .cols_b p {
    color: #25272b;
    font-weight: 400;
    font-size: 14px;
    font-family: "Lato",sans-serif;
    font-style: normal;
    margin: 0 0 1.313em;
  }
  .custom_footer_inner .cols_b p img {
    width: 25px;
  }
  .custom_footer_inner .cols_b, .custom_footer_inner .cols_c {
    flex-direction: column-reverse;
    justify-content: center;
    flex: 1 0 0%;
  }
  .custom_footer_inner .cols_c h6 {
    color: #25272b;
    font-weight: 500;
    letter-spacing: -0.035em;
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-size: 100%;
    text-transform: uppercase;
    margin-top: 1.75em;
    margin-bottom: 0.5em;
    line-height: 1.4;

    text-rendering: optimizelegibility;
  }
  .custom_footer_inner .cols_c p {
    font-size: 14px;
    font-weight: 300;
    font-family: "Lato",sans-serif;
    font-style: normal;
    margin: 0 0 1.313em;
  }
  .cols_d .x-anchor-button {
    box-shadow: 0em 0.05em 0.05em 0em rgba(0,0,0,0.25);
    width: 2.75em;
    height: 2.75em;
    margin: 0.2em;
    border-radius: 100em;
    font-size: 1em;
    background-color: rgba(255,255,255,0.25);
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .cols_d .x-anchor {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 1px;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
  }
  .cols_d .x-anchor-button .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
  }
  .cols_d .x-anchor-button .x-anchor-content .x-graphic {
    margin: 5px;
    flex-shrink: 0;
    position: relative;
    letter-spacing: 0;
    line-height: 1;
    z-index: 2;
  }
  .cols_d .x-anchor-button .x-anchor-content .x-graphic i { 
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .cols_d .x-anchor-button .x-anchor-content .x-graphic .x-graphic-icon {
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1.25em;
    color: rgba(0,0,0,0.35);
    background-color: transparent;
    font-family: "FontAwesomeBrands";
    position: relative;
    transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
  }
  /*media all*/
  

  .cols_d .x-anchor-button .x-anchor-content .x-graphic .x-graphic-icon:before {
    content: attr(data-x-icon-b);
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: 0 !important;
    width: 1em !important;
    height: 1em !important;
    margin: -0.5em 0 0 -0.5em !important;
    line-height: 1em !important;
    text-align: center !important;
  }
  .cols_d .x-anchor-button  [data-x-icon-b] {
    font-family: "FontAwesomeBrands" ;
  }

  .copyright-footer {
    font-size: 16px;
    background-color: #f5f5f5;
    height: 3.5em;
    z-index: 9999;
    flex-direction: row;
    justify-content: space-between;
    display: flex !important;
    position: relative;
  }
  .copyright-footer p {
    margin: 0em;
    padding: 0em;
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: #25272b;
    background-color: transparent;
  }
  .copyright-footer > div {
    height: 3.5em;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 1 100%;
    min-width: 1px;
    z-index: 5;
    display: flex;
  }
  .copyright-footer:before, .copyright-after {
    flex-basis: 0em;
    width: 0em;
    height: 0em;
    content: "";
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    visibility: hidden;
  }
  .custom_footer_inner .cols_b p a {
    color: rgb(160,206,78);
    font-weight: 400;
    font-size: 12px;
    font-family: "Lato",sans-serif;
    font-style: normal;
  }
  .custom_footer_inner .cols_b p:last-child {
    font-size: 12px;
  }
  .e2731-9:hover .x-anchor-content .x-graphic .x-graphic-icon {
    color: #1DA1F2;
  }
  .e2731-10:hover .x-anchor-content .x-graphic .x-graphic-icon {
    color: #E52C27;
  }
  .e2731-11:hover .x-anchor-content .x-graphic .x-graphic-icon {
    color: #DD4E40;
  }
  .custom-footer .hide_for_dekstop {
    display: none;
  }



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper>ul>li>a .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.75em;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper>ul>li>a .x-anchor-content .x-anchor-text {
    margin: 5px;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper>ul>li>a .x-anchor-content .x-anchor-text .x-anchor-text-primary {
    font-family: "Lato",sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    color: rgba(0,0,0,0.75);
    position: relative;
    display: block;
    transition-property: color, text-shadow;
    z-index: 3;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper>ul>li.active>a .x-anchor-content .x-anchor-text .x-anchor-text-primary,
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper>ul ul>li.active>a .x-anchor-content .x-anchor-text .x-anchor-text-primary{
    color: rgb(160,206,78);
  }
  .custom-menu-primary .hs-menu-wrapper ul li.active a i{
    color: rgba(0,0,0,0.75);
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li.active a i{
    color: rgb(160,206,78) !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a .x-anchor-content .x-anchor-text .x-anchor-text-primary {
    color: rgb(160,206,78);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li:hover>a .x-anchor-content .x-anchor-text .x-anchor-text-primary {
    color: rgb(160,206,78);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li:hover > a i {
    color: rgb(160,206,78) !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover ul {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition-duration: 0.5s !important;
    transition-property: opacity, transform !important;
    pointer-events: auto;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-delay: 0s, 0s, 0.5s !important;
    top: 100%;
    left: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover ul ul {
    left: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a i {
    color: rgba(0,0,0,0.75);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a i:before {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child ul > li:first-child > a i {
    margin: 5px;
    font-size: 1em;
    color: hsl(0,0%,100%);
    font-family: "FontAwesome";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child ul > li:first-child > a i:before {
    content: attr(data-x-icon-s);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li ul {
    width: 14em;
    font-size: 16px;
    background-color: rgba(0,0,0,0.8);
    box-shadow: 0.05em 0.05em 0.15em 0em #070707;
    top: 100%;
    left: auto !important;
    right: auto;
    bottom: auto;
    transform: translate3d(0, 5%, 0);
    transition-delay: 0s, 0s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0s;
    transition-property: opacity, transform, visibility;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 9999;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li { 
    min-width: 1px;
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 300;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 1em;
    background-color: transparent;
    display: flex;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    position: relative;
    min-width: 1px;
    border-radius: 0;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a .x-anchor-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    padding: 0.75em;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a .x-anchor-content .x-anchor-text {
    margin: 5px auto 5px 5px;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a .x-anchor-content .x-anchor-text .x-anchor-text-primary {
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: hsl(0,0%,100%);
    position: relative;
    display: block;
    transition-property: color, text-shadow;
    z-index: 3;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .x-section.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .x-section.bg-image, .x-section.bg-pattern {
    background-position: 50% 50%;
  }
  .x-section {
    position: relative;
    margin: 0 0 1.313em;
    padding: 45px 0;
  }
  .x-section.bg-image:before, .x-section.bg-image:after, .x-section:before, .x-section:after{
    content: '';
    display: table;
  }
  .x-column:before, .x-column:after{
    content: '';
    display: table;
  }
  .x-container.max {
    max-width: 1200px;
  }
  .x-container.width {
    width: 88%;
  }
  .x-section .x-container {
    position: relative;
    z-index: 1;
  }
  .x-column.last, .x-column:last-of-type {
    margin-right: 0;
  }
  .x-column.x-1-1 {
    width: 100%;
  }
  .x-column {
    position: relative;
    z-index: 1;
    margin-right: 4%;
  }
  .x-text {
    min-width: 1px;
  }
  .x-text p {
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 300!important;
    margin: 0 0 1.313em;
  }
  h2.h-custom-headline.h2 {
    letter-spacing: -.035em;
    font-family: "Lato",sans-serif;
    font-style: normal;
    line-height: 1.1;
    font-size: 285.7%;
    margin: 1.25em 0 0.2em;
    text-rendering: optimizelegibility;
  }


@keyframes x-bun-t-1 {
   50% {
       transform: translate3d(0, 0, 0)
   }

   100% {
       transform: translate3d(0, 0, 0) rotate(45deg)
   }
}

@keyframes x-patty-1 {
   49% {
       opacity: 1
   }

   50% {
       opacity: 0
   }

   100% {
       opacity: 0
   }
}

@keyframes x-bun-b-1 {
   50% {
       transform: translate3d(0, 0, 0)
   }

   100% {
       transform: translate3d(0, 0, 0) rotate(-45deg)
   }
}

@keyframes x-grid-1 {
   50% {
       box-shadow: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
       transform: rotate3d(0, 0, 1, 0deg)
   }

   100% {
       box-shadow: -1em 0, -2em 0, 0 -1em, 0 2em, 0 -2em, 0 1em, 2em 0, 1em 0;
       transform: rotate3d(0, 0, 1, -45deg)
   }
}

@keyframes x-more-1-1 {
   50% {
       transform: translate3d(0, 0, 0)
   }

   75% {
       border-radius: 0
   }

   100% {
       border-radius: 0;
       transform: translate3d(0, 0, 0) rotate(45deg) scale3d(4, 0.5, 1)
   }
}

@keyframes x-more-2-1 {
   49% {
       opacity: 1
   }

   50% {
       opacity: 0
   }

   100% {
       opacity: 0
   }
}

@keyframes x-more-3-1 {
   50% {
       transform: translate3d(0, 0, 0) rotate(-45deg)
   }

   75% {
       border-radius: 0
   }

   100% {
       border-radius: 0;
       transform: translate3d(0, 0, 0) rotate(-45deg) scale3d(4, 0.5, 1)
   }
}

@keyframes x-scale-up {
   33% {
       opacity: 0;
       transform: none
   }

   34% {
       opacity: 0;
       transform: scale3d(0, 0, 1)
   }

   100% {
       opacity: 1;
       transform: scale3d(1, 1, 1)
   }
}

a.e2730-9.x-anchor.x-anchor-toggle:hover  span.x-anchor-text-primary {
   animation-name: x-scale-up;
}



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


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

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

@media (max-width: 979px){

  /* 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{
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }
  .mobile-trigger {
    width: 3em;
    height: 3em;
    margin: 0em 0em 0em 1em;
    border-radius: 100em;
    font-size: 1em;
    background-color: hsl(0,0%,100%);
    box-shadow: 0em 0.05em 0.05em 0em rgba(0,0,0,0.25);
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 1px;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
  }
  .mobile-trigger .x-anchor-content .x-anchor-particle-primary span, .mobile-trigger .x-anchor-content .x-anchor-particle-secondary span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background-color: currentColor;
  }
  .mobile-trigger:hover .x-anchor-content .x-anchor-particle-primary {
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transition-delay: 0s;
    transition-duration: 0s, 0.3s;
    opacity: 1;
  }
  .mobile-trigger:hover .x-anchor-content .x-anchor-particle-secondary {
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transition-delay: 0.15s;
    transition-duration: 0s, 0.3s;
    opacity: 1;
  }
  .mobile-trigger:hover {
    background-color: hsl(0,0%,100%);
    box-shadow: 0em 0.05em 0.05em 0em rgba(0,0,0,0.25);
  }
  .mobile-trigger:hover .x-anchor-content .x-graphic .x-toggle {
    color: rgba(0,0,0,0.75);
  }

  /* Change button when menu is open */


  /* Toggle Button Icon */
  .mobile-trigger .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
  }
  .mobile-trigger .x-anchor-content .x-graphic {
    margin: 4px;
    flex-shrink: 0;
    position: relative;
    letter-spacing: 0;
    line-height: 1;
    z-index: 2;
  }
  .mobile-trigger .x-anchor-content  .x-anchor-particle-primary {
    width: 100%;
    height: 100%;
    border-radius: 100em;
    color: rgba(0,0,0,0.07);
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
    top: 50%;
    left: 50%;
    display: block;
    position: absolute;
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    speak: none;
    z-index: 1;
  }
  .mobile-trigger .x-anchor-content .x-anchor-particle-secondary {
    width: 100%;
    height: 100%;
    border-radius: 100em;
    color: hsl(0,0%,100%);
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
    top: 50%;
    left: 50%;
    display: block;
    position: absolute;
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    speak: none;
    z-index: 1;
  }
  .mobile-trigger .x-anchor-content .x-graphic .x-toggle-burger {
    width: 12em;
    margin: 3.5em 0;
    font-size: 0.1em;
    color: rgba(0,0,0,0.35);
    height: 1em;
    display: block;
    position: relative;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    speak: none;
    transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mobile-trigger .x-anchor-content .x-graphic .x-toggle-burger .x-toggle-burger-bun-t {
    transform: translate3d(0,-3.5em,0);
  }
  .x-toggle>span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: inherit;
    background-color: currentColor;
    animation: none 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s infinite alternate forwards paused;
  }
  .x-toggle > span.x-running {
    animation-play-state: running
  }

  .mobile-trigger .x-anchor-content .x-graphic .x-toggle-burger .x-toggle-burger-bun-b {
    transform: translate3d(0,3.5em,0);
  }
  .mobile-open .mobile-trigger .x-anchor-content .x-graphic .x-toggle-burger {
    color: rgba(0,0,0,0.75);
  }

  .mobile-open .mobile-trigger .x-anchor-content .x-graphic .x-toggle-burger .x-toggle-burger-bun-t {
    animation-name: x-bun-t-1;
  }

  .mobile-open .mobile-trigger .x-anchor-content .x-graphic .x-toggle-burger .x-toggle-burger-patty {
    animation-name: x-patty-1;
  }

  .mobile-open .mobile-trigger .x-anchor-content .x-graphic .x-toggle-burger .x-toggle-burger-bun-b {
    animation-name: x-bun-b-1;
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    text-align: center;
    z-index: 99;
  }
  i.anchor-sub-indicator {
    margin: 4px;
    font-size: 1em;
    color: rgba(0,0,0,0.35);
    font-family: "FontAwesome";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    padding-left: 13px;
    padding-top: 12px;
    padding: 0;
    margin-top: 16px;
    margin-left: 17px;
  }

  i.anchor-sub-indicator:before {
    content: attr(data-x-icon-s);
    line-height: 1;
    display: inherit;
    width: inherit;
    height: inherit;
    text-align: inherit;
  }
 
  /* ===== 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-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;
  }

  .custom-menu-primary .hs-menu-wrapper {
    max-width: 300px;
    padding: calc(1.5em * 2);
    background-color: #ffffff;
    box-shadow: 0em 0.15em 2em 0em rgba(0,0,0,0.25);
    width: 100%;
    height: 100vh;
    position: fixed;
    right: -310px;
    top: 0;
    bottom: 0;
    -ms-touch-action: auto;
    transition: 0.5s all;
    overflow: auto;
  }
  .custom-header{
    width:100% !important;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    right: 0;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul, .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul li, 
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block !important;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul:before, .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul:after {
    display: none;
  }
  button.menu-close-button {
    position: absolute;
    right: 0;
    top: 2px;
    width: calc(1em * 2);
    height: calc(1em * 2);
    font-size: 1.5em;
    color: rgba(0,0,0,0.35);
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    transition-duration: 0.3s, 0.5s, 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    cursor: pointer;
    outline: 0 !important;
  }
 
  button.menu-close-button:hover {
    color: rgba(0,0,0,0.65);
  }
  .mobile-open .overlay {
    background-color: rgba(0,0,0,0.75);
    opacity: 1;
    visibility: visible;
    z-index: 0;
  }
  .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
  }
  span.x-off-canvas-bg {
    background-color: rgba(0,0,0,0.75);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mobile-open span.x-off-canvas-bg {
    opacity: 1;
  }
 
   /* Level 1 Menu List Styles */
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper ul {
    margin: 0px;
    font-size: 1em;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul ul > li:first-child > a > span.x-anchor-content {
    padding: 15px 12px;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul ul ul > li:first-child > a > span.x-anchor-content {
    padding: 12px;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper ul li {
    position: relative;
    min-width: 1px;
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 300;
  }

 .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul li a {
    display: flex;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    position: relative;
    min-width: 1px;
    border-radius: 0;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
  }

  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 1em;
    background-color: transparent;
  }
  .x-anchor-content {
    display: flex;
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul > li > a > .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.75em;
    position:relative;
    z-index: 99;
  }
  .x-anchor-text {
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul > li > a > .x-anchor-content > .x-anchor-text {
    margin: 4px auto 4px 4px;
  }
  span.x-anchor-text-primary {
    position: relative;
    display: block;
    transition-property: color, text-shadow;
    z-index: 3;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul > li > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary {
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: rgba(0,0,0,0.35);
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after,
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper ul li.open-child > a:after{
    width: 100%;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before,
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper ul li.open-child > a:before{
    width: 100%;
    border-color:#A0CE4E;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    transition: width .5s ease;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 0;
    content: "";
    border-left: 3px solid;
    z-index: 99;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: "";
    background: #F5F5F5;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 0;
    transition: width .5s ease;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper ul ul li a:after {
    content: "";
    background: transparent;
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    height: 5px;
    width: 5px;
    transition: width .5s ease;
    border-radius: 50%;
  }

  .custom-header-inner .custom-menu-primary .hs-menu-wrapper ul ul li a:hover:after {
    background: #A0CE4E;
  }

  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a .x-anchor-text-primary,
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul > li.active > a .x-anchor-text-primary{
    color: rgba(0,0,0,0.75) !important;
  }
  
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul ul > li:hover > a .x-anchor-content .x-anchor-text .x-anchor-text-primary,
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a .x-anchor-content .x-anchor-text .x-anchor-text-primary{
    color: rgba(0,0,0,0.75);
  }

  .custom-header-inner .custom-menu-primary .hs-menu-wrapper ul ul li {
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 300;
  }

  .custom-header-inner .custom-menu-primary .hs-menu-wrapper ul ul li a {
    font-size: 1em;
    background-color: transparent;
    display: flex;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    position: relative;
    min-width: 1px;
    border-radius: 0;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
  }

  .custom-header-inner .custom-menu-primary .hs-menu-wrapper ul ul li a .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.75em;
  }

  .custom-header-inner .custom-menu-primary .hs-menu-wrapper ul ul li a .x-anchor-content .x-anchor-text {
    margin: 4px auto 4px 4px;
  }

  .custom-header-inner .custom-menu-primary .hs-menu-wrapper ul ul li a .x-anchor-content .x-anchor-text .x-anchor-text-primary {
    font-family: inherit;
    font-size: 0.75em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.125em;
    margin-right: calc(0.125em * -1);
    text-transform: uppercase;
    color: rgba(0,0,0,0.35);
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper ul ul {
    background: transparent;
    box-shadow: none;
    position: static !important;
    transition: none !important;
    transform: none !important;
    width: 100% !important;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper ul li a .x-anchor-content i {
    display: none !important;
  }
  
}


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

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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2,
.post-header h1 {
    margin: 0 0 10px;
    padding: 0;
}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#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 */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 0px solid #cccccc;
    padding: 0px;
    margin: 0 0 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.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: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

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

/* Blog Topics List */
#hubspot-author_data {
    margin: 0 0 10px;
    padding: 0;
    font-style: italic;
}
#hubspot-topic_data {
    color: #888888;
    font-weight: bold;
    margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 0px solid #ccc;
  margin-bottom: 0px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {
    display: block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


.custom_listing_comments {
    border: 1px solid #ccc;
    padding: 10px;
	margin: 10px 0;
}

.no-comments {
    border: 0 !important
}
/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}

.blog-sidebar .hs_cos_wrapper.hs_cos_wrapper_widget {
    margin-bottom: 25px;
    display: block;
}

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

li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin>span {
  float: left;
}


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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: block;
  margin-bottom: 2px;
  font-size: 100%;
  line-height: 1.7;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 300!important;
  color: #999999;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  outline: none;
  padding: 0 .65em;
  font-size: 13px;
  letter-spacing: normal;
  font-family: inherit;
  max-width:700px;
  width:100%;
  display:block;
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
  height: 2.65em !important;
  line-height: normal;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.subscribe-options label {
  margin: 0;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,0,0,0.2);
}

/* 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 */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

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


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

.comment-date {
    display: block;
    text-align: left;
}

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  width: auto;
  margin: 4px 0 10px 0;
  text-shadow: none;
  outline: 0 !important;
  font-size: 100%;
  color: #ffffff;
  background-color: rgb(160,206,78);
  display: inline-block;
  position: relative;
  border-radius: 0;
  padding: 0.563em 1.125em 0.813em;
  cursor: pointer;
  font-weight: inherit;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  transition: all 0.15s linear;
  font-family: "Lato",sans-serif;
  border: 2px solid transparent;
  margin-top:10px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-shadow: none;
  border: solid 2px rgb(160,206,78);
  background-color:#fff;
  outline: 0 !important;
  color:rgb(160,206,78);
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline:0;
}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  margin-bottom: 5px;
  color: #b94a48;
  font-weight: 400;
  font-family: Lato, sans-serif;
  background-color: #f2dede;
  border-color: #e5bdc4;
  border: 1px solid #e5bdc4;
  font-size: 14px;
  line-height: 1.5;
  text-shadow: 0 1px 0 rgba(255,255,255,0.9);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 2px 3px rgba(0,0,0,0.065);
  padding: 2px 10px !important;
  margin: 10px 0;
}
  ul.hs-error-msgs.inputs-list li label {
    font-weight: 400;
  }

/* =============== 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                                      
========================================================================== */
button.menu-close-button {
  display: none;
}
.custom-footer.mobile {
  display: none;
}
  .noimage h2.h-custom-headline.h2 {
    letter-spacing: -.035em;
    font-family: "Lato",sans-serif;
    font-style: normal;
    margin-top: 1em;
    font-size: 400%;
    line-height: 1.1;
    margin: 1em 0 0.2em;
    text-rendering: optimizelegibility;
    text-align: center;
  }

  .x-section.bg-image.noimage {
    padding: 100px 0 100px 0 !important;
    height: 100% !important;
  }

  .noimage .x-text {
    text-align: center;
  }
/* Styles that do not fit into any of the available sections above can go here. */


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


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

@media (max-width: 1349px) {
  .custom-header-inner .site_logo a {
    margin: 20px 2px 20px 2px;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper>ul>li>a .x-anchor-content {
    padding-left: 4px;
    padding-right: 4px;
  }
  .right_cols_ a.e2730-8{
    margin-left: 20px;
  }
}

@media (max-width: 1186px) {
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper>ul>li>a .x-anchor-content .x-anchor-text .x-anchor-text-primary {
    font-size: 16px;
  }
  .custom-header-inner .site_logo a {
    width: 150px;
  }
  .right_cols_ a.e2730-8 > .x-anchor-content {
    padding: 7px 7px;
  }
  .right_cols_ a.e2730-9 .x-anchor-content {
    padding: 7px 8px;
  }
}

@media (max-width: 1060px) {
  .right_cols_ a.e2730-9 .x-anchor-content .x-anchor-text {
    margin: 0;
  }
  .right_cols_ a.e2730-8 .x-anchor-content .x-anchor-text {
    margin: 0px;
  }
  .custom-header-inner .custom-menu-primary{
    padding-left: 5px;
    justify-content: flex-start;
  }
  .custom-header-inner .site_logo a {
    width: 130px;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper>ul>li>a .x-anchor-content {
    padding-left: 2px;
    padding-right: 2px;
  }
  .right_cols_ a.e2730-8 {
    margin-left: 0px;
  }
  .container-fluid .row-fluid .page-center{
    width:80%;
  }
}


@media (max-width: 980px) {
  button.menu-close-button {
    display: block;
}
  .right_cols_ a.e2730-9 {
    display: none;
  }
  .right_cols_ a.e2730-8 .x-anchor-content .x-anchor-text {
    margin: 5px;
  }
  .right_cols_ a.e2730-8 > .x-anchor-content {
    padding: 0.575em 0.85em 0.575em 0.85em;
  }
  .custom-header-inner .custom-menu-primary {
    padding-left: 0;
    justify-content: center;
  }
  .custom-header-inner .custom-menu-primary .hs-menu-wrapper>ul>li>a .x-anchor-content {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .custom-header-inner .site_logo a {
    width: 200px;
    margin: 20px 15px 20px 15px;
  }
  .right_cols_ a.e2730-8 {
    margin: 0em 10px 0em 10em;
  }
}

@media (max-width: 767px) and (min-width: 577px) {
  .custom-header-inner .custom-menu-primary{
    width: ;
  }
}
@media (max-width: 830px) {
  .custom_footer_inner .cols_d {
    display: NONE;
  }
  .custom_footer_inner .x-bar-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 1 100%;
    flex-wrap: wrap;
    align-content: center;
    height: auto;
  }
  .cols_e > div, .custom_footer_inner .cols_b > div ,  .custom_footer_inner .cols_c > div  {
    width: 274px;
  }

  .custom_footer_inner .cols_c {
    padding-left: 5px;
  }
  .cols_e p {
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 400 !important;
    margin: 0 0 1.313em;
    color: #999999;
    line-height: 1.7;
  }
  .custom_footer_inner .cols_c h6 {
    margin-top: 6px !important;
    margin-bottom: 8px !important;
  }
  .custom_footer_inner .cols_b p a {
    font-weight: 400 !important;
    font-family: "Lato",sans-serif;
    font-style: normal;
    margin: 0 0 1.313em;
    font-size: 16px !important;
  }
  .custom_footer_inner .cols_b p{
    color: #999999;
    font-weight: 400 !important;
    font-family: "Lato",sans-serif;
    font-style: normal;
    margin: 0 0 1.313em;
    font-size: 16px !important;
  }
  .custom-footer .custom_footer_inner {
    padding-bottom: 0;
  }
  .custom_footer_inner .cols_c p {
    font-size: 14px;
    font-style: normal;
    margin: 0 0 1.313em;
    font-weight: 400;
  }
  .custom-footer.dekstop {
    display: none;
  }
  .custom-footer.mobile {
    display: block;
    box-shadow: 0em 0.15em 2em rgba(0,0,0,0.15);
  }
  .custom-footer .hide_for_dekstop {
    display: block;
    box-shadow: 0em 0.15em 2em rgba(0,0,0,0.15);
    font-size: 16px;
    background-color: #f5f5f5;
    height: auto;
    z-index: 10;
    padding: 15px 8.5vw 0px 8.5vw;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
  .custom-footer .hide_for_dekstop > div > div {
    flex-wrap: wrap;
    align-content: center;
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 1 100%;
    display: flex;
  }
  .custom-footer .hide_for_dekstop > div > div:before, .custom-footer .hide_for_dekstop > div > div:after {
    flex-basis: 1em;
    width: 1em;
    height: 1em;
    content: "";
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    visibility: hidden;
    display:none;
  }
  .custom-footer .hide_for_dekstop > div > div > div {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: row;
    flex: 0 1 auto;
    align-items: center;
    background-color: transparent;
  }
  .custom-footer .hide_for_dekstop > div > div > div{
    justify-content: center;
  }

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

@media (max-width: 767px) {
  .custom-header > div > div > div {
    width: 100% !important;
  }
 
  
  .blog .blog-sidebar {
    padding-top: 40px;
  }
  .custom_footer_inner .cols_d {
    display: none;
  }
  
 
}  






/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 576px) {
  i.anchor-sub-indicator{
    margin-left: 7px;
  }
  .custom-header .custom-header-inner > div:before, .custom-header .custom-header-inner > div:after{
    display: none;
  }
  .custom-header-inner > div {
    display: block;
  }
  .custom-header > div > div {
    display: block;
  }
  .stuck .right_cols_ a.e2730-8, .stuck .mobile-trigger  {
    margin-top: 10px;
    transition: 0.3s margin;
  }
  .mobile-trigger {
    margin-top: 40px;
  }
  .custom-header-inner > div > div{
    display:block;
  }
  .custom-header-inner .custom-menu-primary {
    margin: 0 0px;
    display: block;
    float: left;
    width:20%;
    text-align: center;
  }
  .custom-header-inner .right_cols_ {
    display: block;
    margin: 0;
    float: left;
    width:40%;
    text-align: center;
  }
  .custom-header-inner .site_logo {
    display: block;
    float: left;
    width: 40%;
  }
  .stuck .custom-header-inner .site_logo a{
    margin:0;
    transition: 0.3s margin, padding;
    padding-top: 13px;
  }
  .custom-header-inner .site_logo a {
    margin-top: 30px;
    padding: 20px 15px 20px 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .right_cols_ a.e2730-8 {
    margin: 0;
    margin-left: 0px;
    margin-top: 40px;
  }
}

 @media (max-width: 479px) {
   .stuck .mobile-trigger {
     margin-top: 5px;
   }
   .stuck .right_cols_ a.e2730-8 {
     margin-top: 16px;
   }
   .right_cols_ a.e2730-8 {
     margin-top: 50px;
   }
   .right_cols_ a.e2730-8 .x-anchor-content .x-anchor-text {
     margin: 0px;
   }
   .right_cols_ a.e2730-8 > .x-anchor-content {
     padding: 7px 5px;
   }
   .custom-header-inner .custom-menu-primary{
     width: 20%;
   }
   .custom-header-inner .site_logo {
     width: 40%;
   }
   .custom-header-inner .site_logo a{
     padding-left:5px;
     padding-right:5px;
   }
   .x-section.bg-image {
     height: 441px;
   }
}
@media (max-width: 350px) {
  .cols_e > div, .custom_footer_inner .cols_b > div, .custom_footer_inner .cols_c > div {
    width: 100%;
  }
}

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

@media (max-width: 479px) {}



.nisweyListing { 
    display: grid;
    -ms-grid-columns : repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

/* Blog style from SEO_blog.css 
   ========================================================================== */
.nisweyListing .post-item {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    min-width: 270px;
    height: 470px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.nisweyListing .post-item:hover,
.hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
 
.nisweyListing .post-item:hover .thumbnail img,
.hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}

.nisweyListing .post-item .thumbnail {
    background: #000000;
    min-height: 300px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nisweyListing .post-item .thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    line-height: 1.1;
    background: #e74c3c;
    width: 55px;
    height: 55px;
    padding: 12.5px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nisweyListing .post-item .thumbnail .date .day {
    font-size: 18px;
}

.nisweyListing .post-item .thumbnail .date .month {
    font-size: 12px;
    text-transform: uppercase;
}

.nisweyListing .post-item .thumbnail img {
    display: block;
    width: 120%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.nisweyListing .post-item .post-content {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    padding: 30px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.nisweyListing .post-item .post-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    background: #0AAA08;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.nisweyListing .post-item .post-content .title {
    margin: 0;
/*     padding: 0 0 10px; */
    color: #333333;
    font-size: 26px;
    font-weight: 700;
}
.nisweyListing .post-item .post-content a .title:hover {
     color: ; 
}
.nisweyListing .post-item .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #e74c3c;
    font-size: 20px;
    font-weight: 400;
}

.nisweyListing .post-item .post-content .description {
/*     display: none; */
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
}

.nisweyListing .post-item .post-content .post-meta {
    margin: 10px 0 0;
    color: #999999;
}

.nisweyListing .post-item .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}

.nisweyListing .post-item .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}

.hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}

.nisweyListing .innerWrapper { position:relative; width:100%; float:left;  height:350px; background-position:center center; background-size:cover; background-color:; }
.nisweyListing .innerWrapper:before{content:''; position:absolute;top:0;left:0;bottom:0;width:100%;background:rgba(0, 0, 0, 0.5);}

#postAuthor { display:table; width:100%; }
.nisweyListing #postAuthor {  position:absolute; padding:15px; top:0; left:0; }
#postAuthor > div { display:table-cell; vertical-align:middle; }
#postAuthor > div.hs-author-avatar { width:64px; max-width:64px; height:64px; border-radius:50%; background-position:center center; background-size:cover; border:4px solid #ee8522; margin-right:15px; }
#postAuthor .nameNdate { font-weight:700; padding-left:10px; }
#postAuthor .nameNdate label { display:block; font-size:12px; }
.nisweyListing .listingBottom {  position:absolute; padding:15px; bottom:0; left:0; }
.nisweyListing .listingBottom h6 { font-weight:400; }

.blogPagination { margin-top:30px; text-align:center; } 
.blogPagination a { margin:5px 15px; } 
.blogPagination a:hover { letter-spacing:2px; }

.blogInnerHero { text-align:center; }
.blogInnerHero .fontLarge { padding:20px 0 30px; text-align:left; }
.blogInnerHero #postAuthor { display:inline-block; width:auto; text-align:left; }

.blog-sidebar h3 { font-size:; margin-bottom:15px; }
.blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { width:35%; float:left; padding:0 5px 0 0; }
.blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-text { width:65%; float:left; padding:0 0 0 5px; line-height:1.4; }
.blog-sidebar .hs-rss-item { margin-bottom:23px; padding-bottom:23px; border-bottom:1px solid #d4d4d4; }

.section.post-footer { padding-bottom:0; }
#comment-form .field { margin-bottom:15px; }
#comment-form textarea, 
#comment-form input[type="text"], 
#comment-form input[type="number"], 
#comment-form input[type="email"] { padding:10px 20px; }

.row-fluid .topsocial-icon ul li a { position:relative; }
.row-fluid .topsocial-icon ul li:a:before { position:absolute; content:""; color:#fff; left:0; top:5px; font-size:18px; }
.row-fluid .topsocial-icon ul li a:hover:before { color:#444; }
.row-fluid .topsocial-icon ul li:first-child a:before { content:"\f09a"; font-family:"FontAwesome"; }
.row-fluid .topsocial-icon ul li:nth-child(2) a:before { content:"\f099"; font-family:"FontAwesome"; }
.row-fluid .topsocial-icon ul li:nth-child(3) a:before { content:"\f0e1"; font-family:"FontAwesome"; }

@media (max-width:740px){
.nisweyListing {
    display: grid;
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: auto;
    grid-gap: 20px;
