/* ==========================================================================
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'); */
@font-face {
  font-family: "FontAwesome";
  src: url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fontawesome-webfont.woff2") format("woff2"),
    url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fontawesome-webfont.woff") format("woff"),
    url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fontawesome-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fa-solid-900.woff2") format("woff2"), 
    url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fa-solid-900.woff") format("woff"), 
    url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "FontAwesomeBrands";
  src: url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fa-brands-400.woff2") format("woff2"), 
    url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fa-brands-400.woff") format("woff"),
    url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "FontAwesomeRegular";
  src: url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fa-regular-400.eot") format("embedded-opentype"), 
    url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fa-regular-400.woff2") format("woff2"), 
    url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fa-regular-400.woff") format("woff"),
    url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/fa-regular-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Social Pug";
  src: url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/socialpug.eot") format("embedded-opentype"),
    url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/socialpug.woff") format("woff"), 
    url("//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Fonts/socialpug.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font-size: 14px;
}

body {
  font-style: normal;
  font-weight: 400;
  color: rgb(66,66,66);
  background-color: #fff;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

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

body:not(.blog) .content-wrapper {
  float: none;
  max-width: 1150px !important;
  margin: 0 auto;
  padding-right:20px;
  padding-left:20px;
  font-size:15px;
  font-weight: 400;
  line-height:21px;
  color:#555555;
}
/* Highlighted Text
::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
}
*/

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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {  
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  color: rgb(66, 132, 193);
  line-height: 1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  margin-top:0;
  line-height:37px;
  font-size: 26px;
}
h2 {
  margin-top:0;
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 18px;
}

/* Anchor Links */
a { 
  color: rgb(220,90,48);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(230,122,92);
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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

body:not(.blog) .content-wrapper{
  padding-top:50px;
  padding-bottom:50px;
}

.content-wrapper ol {
  padding-left: 20px;
}
.content-wrapper ul li {
  margin-bottom: 5px;
  text-align: left;
  color: #555555;
}
.content-wrapper ul {
  list-style: none;
  padding: 0;
}

/* Banner Area */
.banner-area {
  position: relative;
  z-index: 3;
  background-color: rgb(255,255,255);
}
[class*="x-separator"] {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
[class*="x-separator"][class*="bottom"] {
  bottom: 0;
  transform: translate(0, 100%);
}
[class*="x-separator"] svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.img-wrap  img{
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* =============== 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 {}

.custom-logo{
 height: 85px !IMPORTANT;
  display:table !important;
}
.custom-logo > div {
  display: table-cell !IMPORTANT;
  vertical-align: middle;
}
.header-group {
  padding-left: 1em;
  padding-right: 1em;
  min-height: 85px !IMPORTANT;
  font-size: 16px;
  background-color: rgb(255,255,255);
  box-shadow: 0em 0.1em 3px 0px rgba(0,0,0,0.15);
  z-index: 10001;
  position: fixed;
  width: 100% !important;
}
.header-group .page-center {
  max-width: 1420px !important;
}
.body-container-wrapper {
  padding-top: 85px;
}
.header-search-wrapper {
  margin: 0 !important;
  width: auto !IMPORTANT;
  float: right !important;
}
.e9536-7.x-anchor-toggle:hover {
  background-color: rgba(255,255,255,1);
  box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25);
}
.e9536-7.x-anchor-toggle:hover .x-graphic-icon{
  color: rgb(220,90,48);
  background-color: transparent;
}

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


.main-form-active .e9536-7.x-anchor-toggle {
  background-color: rgba(255,255,255,1);
  box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25);
}
.main-form-active .e9536-7.x-anchor-toggle .x-graphic-icon{
  color: rgb(220,90,48);
  background-color: transparent;
}

.main-form-active .x-dropdown {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  pointer-events: auto;
}


.header-group .custom-menu-primary {
  width: auto !IMPORTANT;
  float: right !important;
}
.custom-logo {
  margin: 0 !important;
  width: auto !important;
  float: left !IMPORTANT;
}


.custom-logo .hs_cos_wrapper > a {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  width: 140px;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary {
  font-family: inherit;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .1em;
  margin-right: calc(.1em * -1);
   margin-right: -webkit-(.1em * -1);
   margin-right: -ms-calc(.1em * -1);
   margin-right: -o-calc(.1em * -1);
  text-transform: uppercase;
  color: rgb(0,0,0);
}

.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  font-size: 0.85em;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > a > .x-anchor-content {
  padding: 0em 2em 0em 0em;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > a > .x-anchor-content > .x-anchor-text {
  margin: 5px 5px 5px 5px;
}


.header-group .custom-menu-primary {
  width: auto !important;
  float: right !IMPORTANT;
  margin: 0 !important;
}

.header-group .custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  height: 85px;
  display: flex;
  align-items: center;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > a > .x-anchor-content > i {
  font-size: .6em;
  color: rgba(0,0,0,1);
}
.x-mod-container {
  display: flex;
  flex-direction: inherit;
  align-items: inherit;
  position: relative;
  height: 85px;
  align-items: center;
}
.x-bar-h .x-bar-container, .x-bar-h .x-mod-container {
  height: inherit;
}
.e9536-7.x-anchor-toggle {
  width: 2.3em;
  height: 2.3em;
  border-radius: 100em;
  font-size: 1em;
  background-color: rgb(0,0,0);
  box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25);
}
.e9536-7.x-anchor-toggle .x-anchor-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.x-graphic {
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
}
.e9536-7.x-anchor-toggle .x-graphic {
  margin: 10px 10px 10px 10px;
}
.e9536-7.x-anchor-toggle .x-graphic-icon {
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  color: rgb(255,255,255);
  background-color: transparent;
}
.x-dropdown {
  visibility: hidden;
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  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;
}
[data-x-stem] {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
[data-x-stem*="d"] {
  top: 100%;
}
[data-x-stem*="l"] {
  right: 0;
}
.e9536-7 .x-dropdown {
  width: 300px;
  font-size: 11px;
  background-color: #ffffff;
  box-shadow: 0em 0.15em 2em 0em rgba(0,0,0,0.15);
}
.x-search {
  display: flex;
  align-items: center;
  margin: 0;
  border: 0;
  padding: 0;
  transition-duration: 0.3s;
  transition-property: border-color, background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: text;
}
.e9536-7.x-search {
  width: 100%;
  max-width: none;
  height: auto;
  font-size: 1.25em;
  background-color: #ffffff;
}
.visually-hidden, .screen-reader-text, .screen-reader-response, .bp-screen-reader-text {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
}
.e9536-7.x-search .x-search-input {
  order: 3;
  margin: 0em;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: rgba(0,0,0,0.5);
  width: 100%;
  min-width: 1px;
  height: auto !important;
  border: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;

}
.x-search.close-btn-active .x-search-input{
  color: rgba(0,0,0,1);
}
input[type="search"]::-webkit-search-cancel-button { display:none; } 
.x-search-input::-webkit-input-placeholder {
  color: #999;
  color: currentColor;
  opacity: 1;
}
.x-search-btn {
  font-family: inherit;
  display: block;
  flex-shrink: 0;
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1;
  transition-duration: 0.3s;
  transition-property: color, border-color, background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.e9536-7.x-search .x-search-btn-submit {
  order: 1;
  width: 1em;
  height: 1em;
  margin: 0.9em 0.65em 0.9em 0.9em;
  font-size: 1em;
  color: rgba(0,0,0,1);
  background-color: transparent;
}
.x-search-btn svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  line-height: inherit;
  stroke: currentColor;
}
.x-search-btn-clear {
  order: 3;
  visibility: hidden;
  pointer-events: none;
}
.close-btn-active .x-search-btn-clear {
  visibility: visible;
  pointer-events: auto;
}
.e9536-7.x-search .x-search-btn-clear {
  order: 3;
  width: 1em;
  height: 1em;
  margin: 0.9em 0.9em 0.9em 0.65em;
  border-radius: 100em;
  font-size: 1em;
  color: rgba(0,0,0,1);
  background-color: transparent;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary {
  font-family: inherit;
  font-size: .6em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-right: calc(0.06em * -1);
    margin-right: -webkit-calc(0.06em * -1);
    margin-right: -ms-calc(0.06em * -1);
    margin-right: -o-calc(0.06em * -1);
  text-transform: uppercase;
  color: #555;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a > .x-anchor-content > .x-anchor-text {
  margin: 5px auto 5px 5px;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a > .x-anchor-content {
  align-items: center;
  padding: 0.75em;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 1em;
  background-color: transparent;
  box-shadow: inset 0em 0.01em 0em 0em #555;
  text-decoration: none;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  width: 14em;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(85,85,85,0.29);
  font-size: 16px;
  background-color: rgb(255,255,255);
  transform: translate3d(0, 5%, 0);
  transition-delay: 0s, 0s, 0.5s !IMPORTANT;
  transition-duration: 0.5s, 0.5s, 0s !IMPORTANT;
  transition-property: opacity, transform, visibility !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !IMPORTANT;
  pointer-events: none;
  z-index: 9999;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
  transform: none;
  transition-duration: 0.5s !IMPORTANT;
  transition-property: opacity, transform !important;
  pointer-events: auto;
}



.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li  > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary {
  font-family: inherit;
  font-size: .6em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-right: calc(0.06em * -1);
  margin-right: -ms-calc(0.06em * -1);
  margin-right: -webkit-calc(0.06em * -1);
  margin-right: -o-calc(0.06em * -1);
  text-transform: uppercase;
  color: #555;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li  > a > .x-anchor-content > .x-anchor-text {
  margin: 5px auto 5px 5px;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li  > a > .x-anchor-content {
  align-items: center;
  padding: 0.75em;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li  > a {
  font-size: 1em;
  background-color: transparent;
  box-shadow: inset 0em 0.01em 0em 0em #555;
  text-decoration: none;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
  width: 14em;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(85,85,85,0.29);
  font-size: 16px;
  background-color: rgb(255,255,255);
  transform: translate3d(0, 5%, 0);
  transition-delay: 0s, 0s, 0.5s !IMPORTANT;
  transition-duration: 0.5s, 0.5s, 0s !IMPORTANT;
  transition-property: opacity, transform, visibility !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !IMPORTANT;
  pointer-events: none;
  z-index: 9999;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > ul {
  transform: none;
  transition-duration: 0.5s !IMPORTANT;
  transition-property: opacity, transform !important;
  pointer-events: auto;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
  right: 0 !important;
  left: auto !IMPORTANT;
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul li:hover a i{
  color: rgb(220,90,48);
}
/* .custom-menu-primary .hs-menu-wrapper > ul li a:hover .x-anchor-text-primary{
color: rgb(220,90,48);
} */
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary{
  color: rgb(220,90,48);
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary{
  color: rgb(220,90,48);
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li ul > li:hover > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary{
  color: rgb(220,90,48);
}



.header-group .custom-menu-primary .hs-menu-wrapper > ul > li.active > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary{
  color: rgb(220,90,48);
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li.active > a > .x-anchor-content >  i{
  color: rgb(220,90,48);
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a > .x-anchor-content >  i{
  color: rgb(220,90,48);
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary{
  color: rgb(220,90,48);
}


.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary{
  color: rgb(220,90,48);
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a > .x-anchor-content >  i{
  color: rgb(220,90,48);
}
.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active-branch > a > .x-anchor-content > i{
  color: rgb(220,90,48);
}

.header-group .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active-branch > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary{
  color: rgb(220,90,48);
}



.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li ul > li.active > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary{
  color: rgb(220,90,48);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li ul > li.active > a > .x-anchor-content > i{
  color: rgb(220,90,48);
}




.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a i {
  margin: 5px;
  font-size: .6em;
  color: rgba(0,0,0,1);
  width: auto;
  height: 9px;
  vertical-align: middle;
  line-height: 9.5px;
}
/* =============== Content =============== */

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

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


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

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


.footer-bottom-group {
  padding: 13px 0em 17px 0em;
  background-color: rgb(42,42,42);
  height: auto;
  font-size: 16px;
  z-index: 9999;
}

a.e7870-20.x-anchor.x-anchor-button:hover i.x-icon.x-graphic-icon.x-graphic-primary {
  color: #3b5998;
}
a.e7870-21.x-anchor.x-anchor-button:hover i.x-icon.x-graphic-icon.x-graphic-primary {
  color: rgb(29,161,242);
}
a.e7870-22.x-anchor.x-anchor-button:hover i.x-icon.x-graphic-icon.x-graphic-primary {
  color: rgb(0,119,181);
}
a.e7870-23.x-anchor.x-anchor-button:hover i.x-icon.x-graphic-icon.x-graphic-primary {
  color: rgb(188,42,141);
}
a.e7870-24.x-anchor.x-anchor-button:hover i.x-icon.x-graphic-icon.x-graphic-primary {
  color: rgb(255,0,0);
}
a.e7870-25.x-anchor.x-anchor-button:hover i.x-icon.x-graphic-icon.x-graphic-primary {
  color: rgb(220,90,48);
}

.x-bar, .x-bar-scroll, .x-bar-scroll-outer, .x-bar-scroll-inner, .x-bar-content, .x-bar-container {
  min-width: 1px;
}
.x-bar-container {
  display: flex;
  position: relative;
  z-index: 1;
}
.x-bar-h .x-bar-container, .x-bar-h .x-mod-container {
  height: inherit;
}
.e7870-12.x-bar-container, .e7870-17.x-bar-container, .e7870-19.x-bar-container {
  flex-direction: row;
}
.e7870-19.x-bar-container {
  justify-content: flex-end;
}
.e7870-12.x-bar-container, .e7870-19.x-bar-container {
  align-items: flex-start;
}
.e7870-15.x-bar-container, .e7870-17.x-bar-container, .e7870-19.x-bar-container {
  flex: 0 1 auto;
} 
.e7870-2.x-bar-container, .e7870-6.x-bar-container, .e7870-10.x-bar-container,
.e7870-12.x-bar-container, .e7870-15.x-bar-container, .e7870-17.x-bar-container, .e7870-19.x-bar-container {
  background-color: transparent;
}
.x-anchor {
  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;
}
.x-anchor, .x-anchor-text-primary, .x-anchor-text-secondary, .x-anchor-sub-indicator {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgb(220,90,48);
  text-decoration: none;
}
.e7870-20.x-anchor, .e7870-21.x-anchor, .e7870-22.x-anchor, .e7870-23.x-anchor, .e7870-24.x-anchor, .e7870-25.x-anchor {
  width: 2.75em;
  height: 2.75em;
  border-radius: 100em;
  font-size: 1em;
}
.e7870-20.x-anchor, .e7870-22.x-anchor, .e7870-23.x-anchor {
  background-color: transparent;
}
.x-graphic-icon:before {
  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;
}
[data-x-icon-b]:before {
  content: attr(data-x-icon-b);
}
[data-x-icon-s]:before {
  content: attr(data-x-icon-s);
}
.x-graphic-icon, .x-graphic-image, .x-graphic-toggle {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.x-graphic-icon, .x-graphic-image, .x-graphic-toggle {
  position: relative;
  transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
}
.x-graphic-icon {
  display: block;
  width: auto;
  height: auto;
  line-height: 1;
  text-align: center;
}
[data-x-icon-o], [data-x-icon-l], [data-x-icon-s], [data-x-icon-b], [data-x-icon], [data-x-fa-pro-icon], [class*="x-icon-"] {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-x-icon-b] {
  font-family: "FontAwesomeBrands";
}
.e7870-20.x-anchor .x-graphic-icon, .e7870-21.x-anchor .x-graphic-icon, .e7870-22.x-anchor .x-graphic-icon, .e7870-23.x-anchor .x-graphic-icon, .e7870-24.x-anchor .x-graphic-icon, .e7870-25.x-anchor .x-graphic-icon {
  width: 1em;
  height: 1em;
  line-height: 1em;
  color: rgb(255,255,255);
  background-color: transparent;
}
.e7870-20.x-anchor .x-graphic-icon, .e7870-21.x-anchor .x-graphic-icon, .e7870-22.x-anchor .x-graphic-icon, .e7870-23.x-anchor .x-graphic-icon, .e7870-24.x-anchor .x-graphic-icon {
  font-size: 1.25em;
}
.e7870-25.x-anchor .x-graphic-icon {
  font-size: 1.1em;
}
[data-x-icon-s] {
  font-family: "FontAwesome";
  font-weight: 900;
}
.footer-copyright {
  text-align: center;
  padding: 0 0 7px 0;
}
.wrapper-follow-us {
  justify-content: center;
  flex: 0 1 100%;
  height: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
  text-align: center;
}
.x-anchor-content {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
}
.e7870-20.x-anchor .x-anchor-content, .e7870-21.x-anchor .x-anchor-content, .e7870-22.x-anchor .x-anchor-content, .e7870-23.x-anchor .x-anchor-content, .e7870-24.x-anchor .x-anchor-content, .e7870-25.x-anchor .x-anchor-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-copyright .hs_cos_wrapper > div > div > span {
  font-size: 0.5em;
  letter-spacing: .19em;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: rgb(255,255,255);
}
.footer-copyright .hs_cos_wrapper > div > div > span > a {
    text-decoration: none;
    display: inline-block;
    color: rgb(220,90,48);
}
.footer-copyright .hs_cos_wrapper > div > div > span > a:hover {
  color: rgb(230,122,92);
}
.footer-menu {
  text-align: center;
}
.x-anchor-text {
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
}
.x-anchor-text-primary, .x-anchor-text-secondary {
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
}
.footer-menu .hs-menu-wrapper > ul  span.x-anchor-text-primary {
  border-right: 1px solid white;
  padding-right: 20px;
}
.footer-menu .hs-menu-wrapper > ul  > li:last-child span.x-anchor-text-primary{
  border-right: none;
}
.x-anchor-text {
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
}
.footer-menu .hs-menu-wrapper > ul > li > a .x-anchor-text {
  margin: 5px;
}
.footer-menu .hs-menu-wrapper > ul > li > a .x-anchor-text-primary {
  font-family: inherit;
  font-size: 0.6em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.19em;
  margin-right: calc(0.19em * -1);
   margin-right: -ms-calc(0.19em * -1);
   margin-right: -webkit-calc(0.19em * -1);
   margin-right: -o-calc(0.19em * -1);
  text-transform: uppercase;
  color: rgb(255,255,255);
}
.footer-menu .hs-menu-wrapper > ul > li > a:hover .x-anchor-text-primary {
  color: rgb(220,90,48);
}
.footer-menu .hs-menu-wrapper > ul > li.active > a .x-anchor-text-primary {
  color: rgb(220,90,48);
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  font-size: 1em;
  background-color: transparent;
}
.footer-menu .hs-menu-wrapper > ul > li > a .x-anchor-content {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0em 0.75em 0em .5em;
}

.e7870-1.x-bar-content {
  flex-direction: row;
  align-items: flex-start;
  max-width: 1500px;
}
.e7870-1.x-bar-content, .e7870-14.x-bar-content {
  justify-content: center;
  flex: 0 1 100%;
  height: auto;
}





.hs-rss-item.hs-with-featured-image:last-child {
  border-bottom: none !important;
}
.hs-rss-item.hs-with-featured-image {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}
.e7870-1.x-bar {
  padding: 2em 0em 0em 0em;
  background-color: rgb(50,50,50);
  box-shadow: 0em 0em 2em 0px rgba(0,0,0,0.15);
}
.x-bar-outer-spacers:before, .x-bar-outer-spacers:after {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
}
.e7870-1.x-bar-outer-spacers:before, .e7870-14.x-bar-outer-spacers:before, .e7870-1.x-bar-outer-spacers:after, .e7870-14.x-bar-outer-spacers:after {
  flex-basis: 0em;
  width: 0em;
  height: 0em;
}
.x-bar-content {
  z-index: 5;
}
.x-bar, .x-bar-scroll, .x-bar-scroll-outer, .x-bar-scroll-inner, .x-bar-content {
  display: flex;
}
.x-bar-scroll, .x-bar-scroll-outer, .x-bar-scroll-inner, .x-bar-content {
  flex: 1 0 auto;
}
.e7870-2.x-bar-container, .e7870-6.x-bar-container, .e7870-10.x-bar-container, .e7870-15.x-bar-container {
  flex-direction: column;
}
.e7870-2.x-bar-container, .e7870-6.x-bar-container, .e7870-10.x-bar-container {
  justify-content: flex-start;
}
.e7870-2.x-bar-container, .e7870-6.x-bar-container, .e7870-10.x-bar-container, .e7870-17.x-bar-container {
  align-items: center;
}
.e7870-2.x-bar-container, .e7870-6.x-bar-container, .e7870-10.x-bar-container, .e7870-12.x-bar-container {
  flex: 1 0 0%;
}
.x-bar, .x-bar-scroll, .x-bar-scroll-outer, .x-bar-scroll-inner {
  justify-content: space-between;
}
.x-bar-h, .x-bar-h .x-bar-scroll, .x-bar-h .x-bar-scroll-outer, .x-bar-h .x-bar-scroll-inner {
  flex-direction: row;
}
.e7870-1.x-bar, .e7870-14.x-bar {
  height: auto;
  font-size: 16px;
  z-index: 9999;
}
.x-text {
  min-width: 1px;
}
.e7870-3.x-text {
  margin: -.45em 0em 0em 0em;
  letter-spacing: .06em;
}
.e7870-3.x-text, .e7870-7.x-text, .e7870-18.x-text {
  padding: 0em;
}
.e7870-3.x-text, .e7870-7.x-text, .e7870-8.x-text, .e7870-18.x-text {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  background-color: transparent;
}
.e7870-3.x-text, .e7870-7.x-text, .e7870-8.x-text {
  font-size: 0.65em;
  text-transform: none;
  color: rgba(0,0,0,1);
}
.footer-top-group p {
  margin: 0 0 2.15em;
}
.footer-top-group p {
  margin-bottom: 1.8em;
}
.e7870-3.x-text > :first-child, .e7870-7.x-text > :first-child, .e7870-8.x-text > :first-child, .e7870-18.x-text > :first-child {
  margin-top: 0;
}
b, strong {
  font-weight: bold;
}
.x-anchor {
  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;
}
.x-anchor, .x-anchor-text-primary, .x-anchor-text-secondary, .x-anchor-sub-indicator {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.e7870-4.x-anchor {
  margin: 1.5em 0em 0em 0em;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: .3em .3em .3em .3em;
  font-size: 0.7em;
  background-color: rgb(220,90,48);
}
.e7870-4.x-anchor:hover {
    border-color: rgb(220,90,48);
    background-color: transparent;
}
.e7870-4.x-anchor:hover .x-anchor-text-primary{
    color: rgb(220,90,48);
}
.x-anchor-content {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
}
.e7870-4.x-anchor .x-anchor-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.1em 0.18em 0.1em 0.18em;
}
.e7870-4.x-anchor .x-anchor-text {
  margin: 5px;
}
.e7870-4.x-anchor .x-anchor-text-primary {
  font-family: inherit;
  font-size: .95em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-right: calc(0.04em * -1);
  margin-right: -webkit-calc(0.04em * -1);
  margin-right: -ms-calc(0.04em * -1);
  margin-right: -o-calc(0.04em * -1);
  text-transform: uppercase;
  color: rgb(255,255,255);
}
.x-image {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.e7870-5.x-image {
  margin: 1.5em 0em 0em 0em;
}
.e7870-5.x-image, .e7870-9.x-image {
  background-color: transparent;
}
.x-image img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.e7870-3.x-text > :last-child, .e7870-7.x-text > :last-child, .e7870-8.x-text > :last-child, .e7870-18.x-text > :last-child {
  margin-bottom: 0;
}
.e7870-7.x-text, .e7870-8.x-text {
  letter-spacing: 0.06em;
}
.e7870-7.x-text, .e7870-8.x-text, .e7870-18.x-text {
  margin: 0em;
}
.e7870-8.x-text {
  padding: 2em 0em 1.5em 0em;
}
.footer-form .hs-form-field > label {
  display: none !important;
}
.footer-form form .hs-input.invalid.error.hs-input {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}
.e7870-11.x-bar-widget-area.pog {
    font-size: 16px;
    margin: -1.3em 0em 0em 0em;
    background-color: transparent;
}
.content-wrapper .hs-menu-wrapper > ul > li:before {
    display: none;
}
.footer-form form textarea, 
.footer-form form input[type="text"], 
.footer-form form input[type="password"],
.footer-form form input[type="datetime"],
.footer-form form input[type="datetime-local"],
.footer-form form input[type="date"],
.footer-form form input[type="month"],
.footer-form form input[type="time"],
.footer-form form input[type="week"],
.footer-form form input[type="number"],
.footer-form form input[type="email"],
.footer-form form input[type="url"],
.footer-form form input[type="search"],
.footer-form form input[type="tel"],
.footer-form form input[type="color"] select {
  font-family: inherit;
  display: inline-block;
  height: 3.45em;
  margin-bottom: 9px;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 0 1.45em;
  font-size: 1rem;
  line-height: normal;
  color: #555;
  background-color: #fff;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
  display: block;
  width: 200px;
  height: 30px !important;
  font-size: .8em;
  padding-left: 3px;
  line-height: 1;
  font-size: .7em;
  letter-spacing: .11em;
  margin-bottom: 1.2em;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: .8em;
  line-height: normal;
}
.footer-form form .hs-button.primary {
  transition: all 0.15s linear;
  position: relative;
  border: 1px solid rgb(50,50,50) !important;
  background-color: #dc5a30;
  box-shadow: none !important;
  border-color: #dc5a30 !important;
  background-image: none;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  padding: 6px 9px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  zoom: 1;
  text-shadow: none !important;
  cursor: pointer;
  -webkit-appearance: button;
  width: auto;
}
.footer-form form .hs-button.primary:hover{
  border: 1px solid #dc5a30 !important;   
  background-color: transparent;
  color: rgb(220,90,48);
}
.footer-form h4 {
  font-size: .62em;
  letter-spacing: 1.5px;
  line-height: 1;
  font-weight: 600;
  color: #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  margin: 16px 0 12px;
  font-family: inherit;
  font-style: normal;
}
.e7870-13.x-bar-widget-area {
  font-size: 11px;
  margin: -.6em 0em 0em 0em;
  border-width: 2px 0px 0px 0px;
  border-style: solid none none none;
  border-color: transparent transparent transparent transparent;
  background-color: transparent;
}
.hs_cos_wrapper_type_rss_listing h3 {
  font-size: .9em;
  letter-spacing: 1.5px;
  line-height: 1;
  font-weight: 600;
  color: #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  margin: 16px 0 12px;
  font-family: inherit;
  font-style: normal;
  font-family: "Open Sans",Arial,sans-serif;
  text-transform: uppercase;
}
.hs-rss-item-image-wrapper img {
  border: 1px solid #EEE!important;
  box-shadow: none!important;
  margin: 2px 10px 2px 0;
  padding: 3px!important;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  height: 43px;
  width: 43px !important;
}
.hs-rss-item-text {
  float: right !important;
  padding: 0;
  width: auto !important;
}
.e7870-9.x-image {
  width: 60px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0.6em 0px;
}
.e7870-12.x-bar-container {
  margin: -1em 0px 0px 0px;
}
.e7870-12.x-bar-container, .e7870-15.x-bar-container, .e7870-17.x-bar-container {
  justify-content: center;
}
a.hs-rss-title {
  background: none!important;
  clear: none;
  margin-bottom: 0!important;
  margin-top: 0!important;
  font-weight: 400;
  font-size: 12px!important;
  line-height: 1.5em;
  color: rgb(0,0,0);
  letter-spacing: -0.035em;
  color: rgba(255,255,255,0.25);
}
.hs-rss-byline {
  color: #bbb;
  font-size: 11px;
  opacity: 1;
}
.footer-form ul.hs-error-msgs.inputs-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 10.08px;
  line-height: 0.9em;
  color: #B94A48;
  transition: all 0.3s ease-in;
  margin-top: 8px;
  letter-spacing: .11em;
}
.footer-form ul.hs-error-msgs.inputs-list li {
    color: #b94a48;
    margin-bottom: 10px;
}
.footer-form input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
.footer-form .input {
  line-height: 1;
  font-size: .7em;
  letter-spacing: .11em;
}
.poggers:hover {
    color: #dc5a30 !important;
}
/* ==========================================================================
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-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */

.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-menu-wrapper, .mobile-search-wrapper, .header-mobile-group{
    display:none !Important;
  }
}


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

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

@media (max-width: 979px){
  .header-group{
    display:none !Important;
  }
  .banner-area {
    display: none;]

  }


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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 40px !important;
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }



}


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

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

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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  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 {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


/* =============== Global Form Styles =============== */
form *::placeholder {
  color: transparent;
}

h3#reply-title {
  overflow: hidden;
  margin: 0 0 35px;
  font-size: 150%;
  line-height: 1.05;
  color: rgb(0,0,0);
  letter-spacing: -0.035em;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
}
.form-title{
  overflow: hidden;
  margin: 0 0 35px;
  font-size: 150%;
  line-height: 1.05;
  color: rgb(0,0,0);
  letter-spacing: -0.035em;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
}
.body-container-wrapper .hs-form {
    margin-bottom: 30px;
}
.subscribe-options label {
    margin-left: 0;
    margin-right: 0;
}

input[type="search"] {
-webkit-appearance: none;
} 

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {}
.hs_recaptcha.hs-recaptcha.field.hs-form-field{
  margin-bottom: 1.5em;
}
.hs-form-field > label {
  display: block;
  margin-bottom: 5px;
}
.hs-error-msgs label {
  color: #b94a48;
}
ul.hs-error-msgs.inputs-list li:before{
  display:none;
}
ul.hs-error-msgs.inputs-list {
  color: #b94a48;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section.post-footer textarea {
  width: 100%;
  resize: none;
  margin-bottom: 1.5em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  min-height: 192.25px;
  line-height: 1.3;
}

/* One Line Inputs */
.content-wrapper input[type="text"],
.content-wrapper input[type="password"], 
.content-wrapper input[type="datetime"], 
.content-wrapper input[type="datetime-local"], 
.content-wrapper input[type="date"], 
.content-wrapper input[type="month"], 
.content-wrapper input[type="time"], 
.content-wrapper input[type="week"], 
.content-wrapper input[type="number"], 
.content-wrapper input[type="email"], 
.content-wrapper input[type="url"], 
.content-wrapper input[type="search"], 
.content-wrapper input[type="tel"], 
.content-wrapper input[type="color"],
.content-wrapper input[type="file"],
.content-wrapper textarea,
.content-wrapper select {
  max-width: 767px;
  font-family: inherit;
  display:block;
  min-height: 3.45em;
  margin-bottom: 9px;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 0 1.45em;
  font-size: 1rem;
  line-height: normal;
  color: #555;
  background-color: #fff;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
  margin-bottom: 1.5em;
  width: 100%;
}

.content-wrapper input[type="text"]:focus,
.content-wrapper input[type="password"]:focus, 
.content-wrapper input[type="datetime"]:focus, 
.content-wrapper input[type="datetime-local"]:focus, 
.content-wrapper input[type="date"]:focus, 
.content-wrapper input[type="month"]:focus, 
.content-wrapper input[type="time"]:focus, 
.content-wrapper input[type="week"]:focus, 
.content-wrapper input[type="number"]:focus, 
.content-wrapper input[type="email"]:focus, 
.content-wrapper input[type="url"]:focus, 
.content-wrapper input[type="search"]:focus, 
.content-wrapper input[type="tel"]:focus, 
.content-wrapper input[type="color"]:focus,
.content-wrapper input[type="file"]:focus,
.content-wrapper textarea:focus,
.content-wrapper select:focus {
  border-color: rgba(0,0,0,0.25);
  outline: 0;
}

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

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

.content-wrapper .hs-button.primary,
.content-wrapper input[type="submit"],
.content-wrapper input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: inherit;
  transition: all 0.15s linear;
  position: relative;
  border: 1px solid #ac1100;
  background-color: #dc5a30;
  box-shadow: none !important;
  border-color: #dc5a30 !important;
  background-image: none;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  padding: 6px 9px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  zoom: 1;
  text-shadow: none !important;
}

.content-wrapper .hs-button.primary:hover,
.content-wrapper input[type="submit"]:hover,
.content-wrapper input[type="button"]:hover {
  background-color: transparent;
  color: rgb(220,90,48);
}

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.blog-post-wrapper .post-body {
  font-size: 1rem;
}
h3#reply-title span:after {
    left: 100%;
    margin-left: 0.75em;
}
h3#reply-title span:before {
    right: 100%;
    margin-right: 0.75em;
}
h3#reply-title span:before, h3#reply-title span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    display: block;
    margin-top: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
h3#reply-title span {
    position: relative;
}
.content-row .row-fluid [class*="span"]:not(:last-child) {
  margin-bottom: 30px;
}  
.comment-date {
  display: block;
  text-align: left;
}
.hs-blog-listing .content-wrapper {
  max-width: 80% !important;
  width: 100%;
}
.x-flexslider {
  margin: 0;
  padding: 0;
}
.x-flexslider {
  width: 100%;
  margin: 0 0 0;
  position: relative;
}
.x-post-slider {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.x-post-slider {
  height: 466px;
}
.x-post-slider {
  background-color: #fff0 !important;
  border: 1px solid #dedede;
}

.x-flexslider {
  width: 73% !important;
}
.x-post-slider .x-slides {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #000;
}
.x-slides:before, .x-slides:after {
  content: " ";
  display: table;
}
.x-post-slider-entry {
  position: relative;
  padding-bottom: 425px;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
  padding: 1em;
  background: white;
  background-size: cover !important;
  padding-bottom: 450px;
}
.x-post-slider-entry:before, .x-post-slider-entry:after {
  content: " ";
  display: table;
}
.x-post-slider-entry>a {
  display: block;
  padding: 0 65px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  text-decoration:none;
}
.x-post-slider-entry>a>.cover {
  display: table;
  width: 100%;
  height: 100%;
}
.x-post-slider-entry>a>.cover>.middle {
  display: table-cell;
  vertical-align: middle;
}
.featured-meta, .h-featured, .featured-view {
  position: relative;
  z-index: 2;
}
.featured-meta {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.x-post-slider-entry .featured-meta {
  font-size: 18px;
}
.h-featured {
  line-height: 1.2;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 0;
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
}
.x-post-slider-entry .h-featured {
  font-size: 42px;
}
.featured-view {
  margin-top: 19px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.5em 1em 0.535em;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color 0.3s ease,background-color 0.3s ease;
  transition: color 0.3s ease,background-color 0.3s ease;
}
.x-post-slider-entry .featured-view {
  font-size: 16px;
}
.featured-view:hover {
  color: #333;
  background-color: #fff;
}
.x-post-slider-entry:hover>a {
  background-color: rgba(0,0,0,0.75);
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  font-size: 0;
  cursor: pointer;
}
button.slick-next.slick-arrow{
  right:14px;
  color: #fff;
  opacity: 0.5;
}
button.slick-prev.slick-arrow {
  left: 0;
  z-index: 1;
  left: 14px;
  color: #fff;
  opacity: 0.5;
}
.slick-arrow:hover {
  opacity: 1 !IMPORTANT;
}
button.slick-prev.slick-arrow:before{
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
  font-weight: 900;
  line-height: 1;
  content: "";
  font-size: 30px;
}
button.slick-next.slick-arrow:before{
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
  font-weight: 900;
  line-height: 1;
  content: "";
  font-size: 30px;
}
.blog-inner-group{
  margin-top:35px;
  margin-bottom:35px;
}
.hs-blog-listing .blog-sidebar {
  padding-left: 35px;
  margin: 0 !IMPORTANT;
  width: 25% !important;
  margin-top: -400px !IMPORTANT;
}
.hs-blog-listing .blog-content {
  width: 73% !important;
  padding-right: 0px !important;
}
.post-item {
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
  padding: 1em;
  background: white;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 1em;
  margin-top: 2em !important;
}
.entry-featured {
  position: relative;
}
.post-item .entry-featured {
  float: left;
  width: 34%;
  margin: 0;
}
.post-item .entry-wrap {
  float: right;
  width: 66%;
  padding-left: 35px;
}
.post-item .entry-wrap.entry-wrap-full {
    float: none;
    width: 100%;
    padding-left: 0;
}
.post-item:before, .post-item:after {
  content: " ";
  display: table;
  clear: both;
}
.entry-thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
a.entry-thumb {
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
a.entry-thumb:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.75);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
}
a.entry-thumb .view {
  display: block;
  margin: -16px 0 0;
  position: absolute;
  top: 250%;
  left: 0;
  right: 0;
  height: 30px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
}
.entry-header, .entry-content {
  display: block;
  font-size: 1rem;
}
.entry-header:before, .entry-header:after {
  content: " ";
  display: table;
}
.entry-title {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.035em;
  font-size: 140%;
  margin: 0;
  line-height: 1.1;
}

.entry-title a{
  color: rgb(0,0,0);
  text-decoration: none;
}
.entry-title a:hover{
  color: rgb(220,90,48);
}
.p-meta {
  margin: 1em 0 0;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 0.75em;
}
.p-meta {
  display: inline;
  padding-left: 5px;
  font-size: .9em;
}
.p-meta span {
  display: inline-block;
}
.p-meta {
  margin-bottom: 10px;
}
.p-meta a {
  color: #dc5a30 !important;
  text-decoration: none;
}
.p-meta a:hover {
  color: #e67a5c !important;
}
.p-meta>span:not(:last-child):after {
  content: "/";
  padding: 0 0.45em;
}
.entry-header:after {
  clear: both;
}
.entry-content {
  margin-top: 0px;
}
[data-x-icon], [data-x-icon][class*="x-icon-"] {
  font-family: "FontAwesome";
  font-weight: 900;
}
[data-x-icon]:before, [data-x-icon][class*="x-icon-"]:before {
  content: attr(data-x-icon);
}
a.author.url.fn:hover {
  color: rgb(230,122,92);
}
a.author.url.fn {
  text-decoration: none;
  color: rgb(220,90,48);
}
.entry-content:before, .entry-content:after {
  content: " ";
  display: table;
}
.entry-content p {
  margin: 0;
}
.blog-content-wrapper{
  margin-top: 3em;
  color: rgb(0,0,0);
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
  padding: 1em;
  background: white;
  padding: 1.5em 1em;
}
.blog-content-wrapper.blog-content-wrapper-first{
  margin-top:0em;
}
body.blog div#site-wrapper {
  background-image: url(//5468516.fs1.hubspotusercontent-na1.net/hubfs/5468516/Applied_Software_March2019%20/Images/Homepage.png);
}
.blog-sidebar h3 {
  margin-top: 0;
  border: 1px solid #333;
  padding: 0.65em 0.65em 0.75em;
  font-size: 85%;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  background-color: transparent;
  font-size: 90%;
  border-top: 1px;
  border-right: 1px;
  border-left: 1px;
  border-color: #DC5A30;
  color: black;
  line-height: 1;
  font-weight: 600;
}
.hs-blog-post .blog-section {
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
  padding: 24px;
  background: white !important;
  margin: 0 1em 1em !important;
}
.hs-blog-post .blog-sidebar {
  width: 31% !important;
  margin: 0 !IMPORTANT;
  margin-top: 60px !important;
  padding-left: 35px;
  float: right !IMPORTANT;
}
.hs-blog-post .content-wrapper {
  max-width: 1200px !important;
}
.entry-header {
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.x-nav-articles {
  float: right;
  width: 82px;
  margin-left: 35px;
}
.x-nav-articles:before, .x-nav-articles:after {
  content: " ";
  display: table;
}
.x-nav-articles .prev {
  color: rgb(0,0,0);
  border-color: rgb(0,0,0);
  float: left;
  right: -1px;
}
.x-nav-articles .next {
  color: rgb(0,0,0);
  border-color: rgb(0,0,0);
  float: right;
}
.x-nav-articles a {
  position: relative;
}
.x-nav-articles a:hover{
  background-color: rgb(0,0,0);
  color: #fff;
}

.x-nav-articles a {
  display: block;
  width: 38px;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  border: 1px solid #333;
  text-align: center;
  color: #333;
  background-color: #fff;
  -webkit-transition: color 0.3s ease,background-color 0.3s ease;
  transition: color 0.3s ease,background-color 0.3s ease;
  text-decoration:none;
}
h1.entry-title {
  color: rgb(0,0,0);
  font-size: 200%;
  text-transform: none !important;
  padding-bottom: 7px;
}
#dpsp-content-bottom {
  margin-top: 1.2em;
}
.dpsp-networks-btns-wrapper {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dpsp-networks-btns-wrapper li {
  float: left;
  overflow: hidden;
  -moz-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
  margin-bottom: 10px;
  margin-right: 2%;
  margin-left: 0 !important;
}
.single-post .entry-content li {
  margin-bottom: 15px;
}
.dpsp-column-4.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
  width: 23.5%;
}
.dpsp-column-4.dpsp-has-spacing .dpsp-networks-btns-wrapper li:before {
    display: none;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 36px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.dpsp-button-style-1 .dpsp-network-btn .dpsp-network-icon {
  color: #fff !important;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn {
  position: relative;
  display: block;
  text-decoration: none !important;
  text-transform: unset !important;
  height: 40px;
  min-width: 40px;
  font-family: 'Arial';
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
  vertical-align: middle;
  padding: 0 10px 0 48px;
  border: 2px solid;
  max-height: 40px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  box-shadow: none;
  cursor: pointer;
}
.dpsp-button-style-1 .dpsp-network-btn {
  color: #fff !important;
  padding-left: 38px;
}
.dpsp-column-2 .dpsp-networks-btns-wrapper .dpsp-network-btn, 
.dpsp-column-3 .dpsp-networks-btns-wrapper .dpsp-network-btn,
.dpsp-column-4 .dpsp-networks-btns-wrapper .dpsp-network-btn {
  padding-right: 10px;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon, 
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook {
  border-color: #3a579a;
  background: #3a579a;
  color: #3a579a;
}
.dpsp-network-btn .dpsp-network-icon:before, .dpsp-network-btn .dpsp-network-icon:after {
  font-family: "Social Pug";
  font-style: normal;
  font-weight: normal;
  display: block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
}
.dpsp-facebook .dpsp-network-icon:before, .dpsp-facebook .dpsp-network-icon:after {
  content: '\e800';
}
.dpsp-network-btn .dpsp-network-icon:before, .dpsp-network-btn .dpsp-network-icon:after {
  font-family: "Social Pug";
  font-style: normal;
  font-weight: normal;
  display: block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
}
.dpsp-network-btn .dpsp-network-icon:after {
  margin-left: -20px;
  opacity: 0;
}
.dpsp-facebook .dpsp-network-icon:before, .dpsp-facebook .dpsp-network-icon:after {
  content: '\e800';
}
.dpsp-networks-btns-wrapper .dpsp-network-btn:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon, 
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter {
  border-color: #00abf0;
  background: #00abf0;
  color: #00abf0;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin .dpsp-network-icon, 
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin {
  border-color: #0077b5;
  background: #0077b5;
  color: #0077b5;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-google-plus .dpsp-network-icon, 
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-google-plus {
  border-color: #df4a32;
  background: #df4a32;
  color: #df4a32;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:hover .dpsp-network-icon,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:hover {
  border-color: #334d87;
  background: #334d87;
  color: #334d87;
}
.dpsp-networks-btns-wrapper.dpsp-has-button-icon-animation .dpsp-network-btn:hover .dpsp-network-icon:before {
  margin-left: 5px;
  opacity: 0;
}
.dpsp-networks-btns-wrapper.dpsp-has-button-icon-animation .dpsp-network-btn:hover .dpsp-network-icon:after {
  margin-left: -10px;
  opacity: 1;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:hover .dpsp-network-icon, 
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:hover {
  border-color: #0099d7;
  background: #0099d7;
  color: #0099d7;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin:hover .dpsp-network-icon, 
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin:hover {
  border-color: #00669c;
  background: #00669c;
  color: #00669c;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-google-plus:hover .dpsp-network-icon,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-google-plus:hover {
  border-color: #d63a21;
  background: #d63a21;
  color: #d63a21;
}
.dpsp-column-4.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
  width: 23.5%;
}
.dpsp-twitter .dpsp-network-icon:before, .dpsp-twitter .dpsp-network-icon:after {
  content: '\e801';
}
.dpsp-linkedin .dpsp-network-icon:before, .dpsp-linkedin .dpsp-network-icon:after {
  content: '\e804';
}
.dpsp-google-plus .dpsp-network-icon:before, .dpsp-google-plus .dpsp-network-icon:after {
  content: '\e802';
}
.dpsp-networks-btns-wrapper.dpsp-has-button-icon-animation .dpsp-network-btn:hover .dpsp-network-icon:before, 
.dpsp-networks-btns-wrapper.dpsp-has-button-icon-animation .dpsp-network-btn:hover .dpsp-network-icon:after {
  transition: all 0.25s ease-in-out;
}
.dpsp-networks-btns-wrapper:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.dpsp-column-4 .dpsp-networks-btns-wrapper li:nth-child(4n) {
  margin-right: 0;
}
.blog-content-wrapper-first .block .widget-module ul.l_tinynav1 {
  display: none;
}

select#tinynav1 {
  display: inline-block;
  height: 3.45em;
  margin-bottom: 9px;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 0 1.45em;
  font-size: 1rem;
  line-height: normal;
  color: #555;
  background-color: #fff;
  height: 2.65em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: inherit;
  width: 100%;
  color: rgba(85,85,85,.73) !important;
  min-height: auto;
  height: 2.65em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  max-width:100%;
}
.author-page.hs-blog-listing .blog-sidebar {
  margin-top: 60px !IMPORTANT;
}
.topic-page.hs-blog-listing .blog-sidebar {
  margin-top: 60px !IMPORTANT;
}
h2.entry-title {
  padding-bottom: 5px;
  font-size: 1.65em;
}
.hs-blog-post  .entry-featured {
  margin: 2em 1em 0 !important;
}
.entry-thumb img{
  width:100%;
}
.dpsp-networks-btns-wrapper li:first-child {
  margin-left: 0 !important;
}
.dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar li {
  float: none;
  margin-left: 0;
}
.dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn {
  padding: 0;
  width: 40px;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label {
  padding: 0 18px;
}
#dpsp-floating-sidebar {
  position: fixed;
  top: 36%;
  z-index: 9998;
}
#dpsp-floating-sidebar.dpsp-position-left {
  left: 0;
}
a.entry-thumb:hover:before {
  top: 0;
  opacity: 1;
}
a.entry-thumb:hover .view {
  top: 50%;
}
.blog-pagination {
  margin-top: 35px;
  text-align: center;
  display: block;
  font-size: 0;
}
.blog-pagination a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: -1px;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  color: #333;
  text-align: center;
}
.blog-pagination a.active {
  color: #fff;
  background-color: #333;
}
.blog-pagination a:hover {
  color: #fff;
  background-color: #333;
}

.hs-blog-post  .blog-content {
  width: 66% !important;
}

.option-set li:before {
  display: none;
}
ul.unstyled, ol.unstyled {
  margin: 0;
  padding: 0;
  margin-left: 0;
  list-style: none;
}
.x-index-filters-menu:before {
  content: "";
  padding-top: 15px;
  position: relative;
  top: 0;
  display: block;
  left: 0;
  width: 100%;
  height: 15px;
}
.option-set:before, .option-set:after {
  content: " ";
  display: table;
}
.option-set .x-index-filters, .option-set .x-portfolio-filters {
  display: block;
  border: 1px solid #333;
  color: #333;
  color: rgb(0,0,0);
  border-color: rgb(0,0,0);
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.option-set .x-index-filter-label, .option-set .x-portfolio-filter-label {
  margin: 0;
  padding-left: 15px;
  float: left;
  width: calc(100% - 42px);
  width: -webkit-calc(100% - 42px);
  width: -o-calc(100% - 42px);
  width: -ms-calc(100% - 42px);
  height: 42px;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 42px;
  text-transform: uppercase;
  background-color: #fff;
}
.option-set .x-index-filters i, .option-set .x-portfolio-filters i {
  display: block;
  border-left: 1px solid #333;
  float: right;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: color 0.3s ease,background-color 0.3s ease;
  transition: color 0.3s ease,background-color 0.3s ease;
  border-color: rgb(0,0,0);
}
.cf:after {
  clear: both;
}
.option-set .x-index-filters-menu, .option-set .x-portfolio-filters-menu {
  list-style: none;
  display: none;
  margin: 0;
  text-align: center;
}
.option-set .x-index-filters-menu>li, .option-set .x-portfolio-filters-menu>li {
  margin-bottom: 0;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
ul.x-index-filters-menu > li > a {
  color: rgb(0,0,0);
}
/* ul.x-index-filters-menu > li{
  padding: 15px 0 0;
} */
.option-set .x-index-filters-menu>li:after, .option-set .x-portfolio-filters-menu>li:after {
  content: "/";
  display: inline;
  margin: 0 0 0 3px;
}
.option-set .x-index-filters:hover i, .option-set .x-portfolio-filters:hover i {
  color: #fff;
  background-color: #333;
}
.x-nav-articles a:hover, 
.entry-top-navigation .entry-parent:hover,
.option-set .x-index-filters:hover i,
.option-set .x-portfolio-filters:hover i {
  background-color: rgb(0,0,0);
}
ul.x-index-filters-menu > li:last-child:after {
  display: none;
}
.x-post-slider .x-slides li:before{
  display: none;
}

.popup-form {
  position: absolute;
  margin-bottom: 3em;
  z-index: 1999999999;
  padding: 12px 29px;
  border-radius: 3px;
  border: 8px solid #000000;
  box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 );
  background-color: rgba( 255, 255, 255, 1.00 );
  max-width: 520px;
  min-height: 580px;
  top: 50%;
  transform: translateY(-50%);
  left:0;
  right:0;
  margin:0 auto !important;
  float:none !Important;
  opacity: 1;
  display: block;
}
.popup-form form textarea,
.popup-form form input[type="text"], 
.popup-form form input[type="password"],
.popup-form form input[type="datetime"], 
.popup-form form input[type="datetime-local"],
.popup-form form input[type="date"],
.popup-form form input[type="month"],
.popup-form form input[type="time"],
.popup-form form input[type="week"], 
.popup-form form input[type="number"],
.popup-form form input[type="email"],
.popup-form form input[type="url"],
.popup-form form input[type="search"],
.popup-form form input[type="tel"],
.popup-form form input[type="color"] select {
  font-family: "Verdana" !important;
  font-size: 13px !important;
  color: #333;
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #7c7c7c;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #ddd;
}
.popup-form form  .hs-input.invalid.error.hs-input {
  border: 1px solid rgb(255, 0, 0);
}
.popup-form form .hs-error-msgs label {
  color: #ff0000;
  font-family: verdana;
  font-size: 13px !important;
}
.popup-form form span.hs-form-required {
  color: #ff0000;
  font-family: verdana;
  font-size: 13px;
  padding: 0 5px 0 5px;
}
.popup-form form .hs-form-field > label {
  display: block;
  font-family: Verdana;
  font-weight: normal;
  font-size: 13.5px;
  color: #000000;
}
.popup-form form textarea{
  min-height: 106px;
}
.popup-form form .hs-form-field {
  padding-bottom: 6px !important;
}
.popup-form form .hs-button.primary {
  margin: 0;
  font-family: Verdana;
  background-color: #adadad !important;
  font-size: 13px;
  clear: both;
  border: 1px solid #dedede !important;
  padding: 5px 20px;
  color: #ffffff !important;
  font-family: Verdana;
  color: #000000;
  font-size: 13px;
    cursor: pointer;
}
.footer-popup-wrapper {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999999999;
  overflow: initial;
  display: none;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  background-color: rgba( 0, 0, 0, 0.60 );
  padding-right: 15px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
}
body.popup-active {
  overflow: hidden;
}
.form-img-wrap img {
  width: 214px;
  height: 92px;
}
.form-img-wrap {
  display: block;
  text-align: center;
  padding: 10px 0;
}
span.maxSize2.prevMinSize2.minSize2 {
  margin-bottom: 30px;
  display: block;
}
.form-close-btn {
  visibility: visible;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  max-height: none;
  max-width: none;
  min-height: 0;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  min-width: 1em;
  z-index: 2;
  position: absolute;
  height: 30px;
  width: 30px;
  left: auto;
  right: -24px;
  bottom: auto;
  top: -24px;
  padding: 0px;
  color: #ffffff;
  font-family: inherit;
  font-size: 24px;
  line-height: 26px;
  border: 2px solid #ffffff;
  border-radius: 30px;
  box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
  text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
  background-color: rgba( 0, 0, 0, 1.00 );
  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: 1199px) {
  .e7870-10.x-bar-container.x-hide-lg.x-hide-md.x-hide-sm.x-hide-xs {
    display: none;
  }
  .hs-blog-listing .content-wrapper {
    max-width: 95% !important;
    width: 100%;
  }
  .x-flexslider {
    width: 100% !important;
  }
  .hs-blog-listing .blog-content {
    width: 100% !important;
    float: none;
  }
  .hs-blog-listing .blog-sidebar {
    margin-top: 60px !important;
    float: none !IMPORTANT;
    padding-left: 0;
    width: 100% !IMPORTANT;
  }
  .hs-blog-post  .blog-content {
    width: 100% !important;
    margin-top: -50px !important;
    float: none;
  }
  .hs-blog-post .blog-sidebar {
    width: 100% !important;
    padding-left: 0;
    float: none !important;
    padding-left: 1em;
    padding-right: 1em;
  }
  .section.post-footer {
    padding-left: 1em;
    padding-right: 1em;
  }
}



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

@media (max-width: 979px) {

  .header-mobile-group {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 1001;
  }
  .x-post-slider-entry .h-featured {
    font-size: 32px;
  }
  .header-mobile-group {
    font-size: 16px;
    background-color: rgb(255,255,255);
    box-shadow: 0em 0.1em 3px 0px rgba(0,0,0,0.15);
    z-index: 10001;
    min-height: 85px !IMPORTANT;
  }
  .header-mobile-group .page-center {
    padding-left: 1em;
    padding-right: 1em;
  }
  .mobile-trigger-and-search-wrapper {
    margin: 0 !important;
    float: right !important;
    width: auto !IMPORTANT;
  }
  .e9536-12.x-anchor-toggle .x-graphic-icon {
    width: 1em;
    height: 85px;
    line-height: 1em;
    font-size: 1.25em;
    color: rgb(0,0,0);
    background-color: transparent;
  }

  .e9536-12.x-anchor-toggle .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    height: 85px;
    align-items: center;
  }
  .e9536-12.x-anchor-toggle {
    width: 2.5em;
    height: 2.5em;
    font-size: 1em;
    background-color: rgba(255,255,255,1);
  }
  .e9536-6.x-anchor-toggle, .e9536-11.x-anchor-toggle {
    width: 3em;
    height:85px;
    margin: 0px -.5em 0em 0px;
    font-size: 1.8em;
    background-color: hsla(0,0%,100%,0);
  }
  .e9536-6.x-anchor-toggle .x-anchor-content, .e9536-11.x-anchor-toggle .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .e9536-6.x-anchor-toggle .x-graphic, .e9536-11.x-anchor-toggle .x-graphic {
    margin: 4px;
  }
  [data-x-particle] {
    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;
  }
  [data-x-particle~="scale-x_y"] {
    transform: scale3d(0, 0, 1);
  }
  [data-x-particle*="inside"][data-x-particle*="c_c"] {
    top: 50%;
    left: 50%;
  }
  [data-x-particle*="overlap"], [data-x-particle*="inside"][data-x-particle*="c_c"] {
    transform: translate3d(-50%, -50%, 0);
  }
  [data-x-particle*="overlap"][data-x-particle~="scale-x_y"], [data-x-particle*="inside"][data-x-particle*="c_c"][data-x-particle~="scale-x_y"] {
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
  }
  .e9536-6.x-anchor-toggle .x-anchor-particle-primary, .e9536-11.x-anchor-toggle .x-anchor-particle-primary {
    width: 50%;
    height: 50%;
    color: rgba(0,0,0,0.07);
    transform-origin: 50% 50%;
  }
  [data-x-particle] span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background-color: currentColor;
/*     background-color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.07); */
  }
  .e9536-11 .x-anchor-particle-primary > span {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .e9536-11 .x-anchor-particle-secondary > span {
    background-color: rgb(255, 255, 255);
  }
 [data-x-toggle-anim] {
    animation: none 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s infinite alternate forwards paused;
  } 
  .x-toggle>span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: inherit;
    background-color: currentColor;
  }

  .e9536-6 .x-toggle-grid-center, .e9536-11 .x-toggle-grid-center {
    box-shadow: -1.5em -1.5em, 0 -1.5em, 1.5em -1.5em, -1.5em 0, 1.5em 0, -1.5em 1.5em, 0 1.5em, 1.5em 1.5em;
  }
  .x-toggle {
    display: block;
    position: relative;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    speak: none;
  }
  .x-toggle-burger, .x-toggle-grid, .x-toggle-more-h, .x-toggle-more-v {
    height: 1em;
  }
  .x-toggle-grid, .x-toggle-more-h, .x-toggle-more-v {
    width: 1em;
  }
  .e9536-6 .x-toggle, .e9536-11 .x-toggle {
    color: rgb(220,90,48);
  }
  .e9536-6 .x-toggle-grid, .e9536-11 .x-toggle-grid {
    margin: 1.5em;
    font-size: 0.25em;
  }

  .x-anchor-toggle:hover span {
    color: hsla(0,3%,30%,0.75);
  }
  .e9536-12.x-anchor-toggle:hover .x-graphic-icon  {
    color: rgb(220,90,48);
  }

  .x-modal {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: visibility 0s linear 0.525s,opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    pointer-events: none;
    z-index: 99999999;
  }

  .ps {
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
    -ms-overflow-style: none;
    -ms-touch-action: auto;
  }
  .x-modal-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .e9536-12.x-modal .x-modal-bg {
    background-color: rgba(0,0,0,0.75);
  } 
  .x-modal-close {
    display: block;
    position: fixed;
    width: 1em;
    height: 1em;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1em;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    transition-duration: 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    z-index: 3;
  }
  .e9536-12.x-modal .x-modal-close:hover{
    color: #ffffff;
  }
  .x-modal-close-top {
    top: 0;
  }
  .x-modal-close-right {
    right: 0;
  }
  .e9536-12.x-modal .x-modal-close {
    width: calc(1em * 1);
    width: -webkit-calc(1em * 1);
    width: -ms-calc(1em * 1);
    width: -o-calc(1em * 1);
    height: calc(1em * 1);
    height: -webkit-calc(1em * 1);
    height: -ms-calc(1em * 1);
    height: -o-calc(1em * 1);
    font-size: 1.5em;
    color: rgba(255,255,255,0.5);
  }
  .x-modal-close span {
    display: block;
  }
  .x-modal-content-outer {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .x-modal-content-inner {
    display: table-cell;
    vertical-align: middle;
  }
  .e9536-12.x-modal .x-modal-content-inner {
    padding: calc(1.5em * 1);
    padding: -webkit-calc(1.5em * 1);
    padding: -ms-calc(1.5em * 1);
    padding: -o-calc(1.5em * 1);
  }
  .x-modal-content {
    width: 100%;
    margin: 0 auto;
    transform: translate3d(0, -15px, 0);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .e9536-12.x-modal .x-modal-content {
    max-width: 28em;
    padding: 2em;
    background-color: #ffffff;
    box-shadow: 0em 0.15em 2em 0em rgba(0,0,0,0.25);
  }

  .e9536-12.x-search {
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 100em;
    font-size: 1em;
    background-color: #ffffff;
    box-shadow: 0em 0.15em 0.5em 0em rgba(0,0,0,0.15);
  }
  .e9536-12.x-search .x-search-input {
    order: 2;
    margin: 0em;
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(0,0,0,0.5);
    width: 100%;
    min-width: 1px;
    height: auto !important;
    border: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    flex-grow: 1;
  }
  .e9536-12.x-search .x-search-btn-submit {
    order: 1;
    width: 1em;
    height: 1em;
    margin: 0.5em 0.5em 0.5em 0.9em;
    font-size: 1em;
    color: rgba(0,0,0,1);
    background-color: transparent;
  }
  .e9536-12.x-search .x-search-btn-clear {
    order: 3;
    width: 2em;
    height: 2em;
    margin: 0.5em;
    border-radius: 100em;
    font-size: 0.9em;
    color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,0.25);
  }
  .mobile-form-active .x-modal {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    pointer-events: auto;
  }
  .mobile-form-active  .x-modal-content {
    transform: translate3d(0, 0, 0);
  }
  .e9536-12.x-modal {
    font-size: 16px;
  }
  .mobile-form-active .x-modal-close {
    opacity: 1;
    transform: scale(1);
  }
  .close-btn-active.e9536-12.x-search .x-search-input {
    color: rgba(0,0,0,1);
  }


  .mobile-menu-wrapper {
    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;
    font-size: 16px;
  }

  .mobile-open .mobile-menu-wrapper {
    visibility: visible;
    transition-delay: 0s;
    pointer-events: auto;
  } 
  .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);
    background-color: hsla(27,92%,46%,0.46);
  }
  .mobile-open .x-off-canvas-bg {
    opacity: 1;
  } 
  .mobile-open .custom-menu-primary {
    transform: translate3d(0, 0, 0);
  }
  .custom-menu-primary {
    height: 100vh;
    position: absolute !important;
    top: 0;
    bottom: 0;
    width: 100% !important;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    right: 0;
    transform: translate3d(115%, 0, 0);
    overflow: hidden;
    overflow-y: auto;
    overflow-anchor: none;
    touch-action: auto;
    -ms-overflow-style: none;
    -ms-touch-action: auto;
    max-width: 230px;
    padding: calc(1em * 1);
    padding: -webkit-calc(1em * 1);
    padding: -ms-calc(1em * 1);
    padding: -o-calc(1em * 1);
    background-color: rgba(255,255,255,0.88);
    box-shadow: 0em 0.15em 2em 0em rgba(0,0,0,0.5);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 1em;
    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;
    display: flex;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    color: rgb(220,90,48);
    text-decoration:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a > .x-anchor-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0.75em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a > .x-anchor-content > .x-anchor-text {
    margin: 0px auto 0px 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a > .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;
    color: rgba(0,0,0,0.75);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a > .x-anchor-content > i {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    transition-property: color, text-shadow;
    z-index: 2;
    font-size: 1em;
    color: rgba(0,0,0,0.35);
  }

  [data-x-particle~="scale-x"] {
    transform: scale3d(0, 1, 1);
  }
  [data-x-particle*="inside"][data-x-particle*="_l"] {
    left: 0;
  }
  [data-x-particle][class*="active"] {
    opacity: 1;
    transition-delay: 0s;
    transition-duration: 0.3s;
  }
  [data-x-particle*="inside"][data-x-particle*="c_"]:not([data-x-particle*="c_c"]) {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  [data-x-particle][class*="active"][data-x-particle*="scale"] {
    transition-delay: 0s;
    transition-duration: 0s, 0.3s;
    transform: scale3d(1, 1, 1);
  }
  [data-x-particle*="inside"][data-x-particle*="c_"]:not([data-x-particle*="c_c"]) {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  [data-x-particle*="inside"][data-x-particle*="c_"]:not([data-x-particle*="c_c"]) {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a > .x-anchor-content > .x-anchor-particle-primary {
    width: 100%;
    height: 100px;
    color: rgba(0,0,0,0.04);
    transform-origin: 0% 50%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a > .x-anchor-content > .x-anchor-particle-secondary {
    width: 3px;
    height: 100%;
    color: rgb(220,90,48);
    transform-origin: 0% 50%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover > .x-anchor-content > .x-anchor-particle-secondary{
    transition-delay: 0s;
    transition-duration: 0s, 0.3s;
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover > .x-anchor-content > .x-anchor-particle-primary{
    transition-delay: 0s;
    transition-duration: 0s, 0.3s;
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.menu-active > a > .x-anchor-content > .x-anchor-particle-secondary{
    transition-delay: 0s;
    transition-duration: 0s, 0.3s;
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.menu-active > a > .x-anchor-content > .x-anchor-particle-primary{
    transition-delay: 0s;
    transition-duration: 0s, 0.3s;
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }



  .custom-menu-primary .hs-menu-wrapper > ul > li.is-active > a > .x-anchor-content > .x-anchor-particle-secondary{
    transition-delay: 0s;
    transition-duration: 0s, 0.3s;
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.is-active > a > .x-anchor-content > .x-anchor-particle-primary{
    transition-delay: 0s;
    transition-duration: 0s, 0.3s;
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary {
    animation-name: x-slide-bottom;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.is-active > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary {
    animation-name: x-slide-bottom;
  }
  .mobile-menu-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    padding-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary {
    font-family: inherit;
    font-size: 0.6em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.125em;
    margin-right: calc(0.125em * -1);
    margin-right: -webkit-calc(0.125em * -1);
    margin-right: -o-calc(0.125em * -1);
    margin-right: -ms-calc(0.125em * -1);
    text-transform: uppercase;
    color: rgba(0,0,0,0.35);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a > .x-anchor-content > .x-anchor-text {
    margin: 0px auto 0px 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a > .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.75em 0.75em .75em 0.75em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    text-decoration: none;
    color: transparent;
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover > .x-anchor-content > .x-anchor-particle-primary {
    transition-delay: 0s;
    transition-duration: 0s, 0.3s;
    transform: scale3d(1, 1, 1);
    opacity: 1;
    width: 6px;
    height: 6px;
    border-radius: 100em;
    color: rgb(220,90,48);
    transform-origin: 50% 50%;
  }




  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary {
    animation-name: x-flip-y;
    color: rgba(0,0,0,0.75);
  }


  @keyframes x-slide-bottom {
    33% {
      opacity: 0;
      transform: none
    }

    34% {
      opacity: 0;
      transform: translate3d(0, 100%, 0)
    }

    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0)
    }
  }
  
  @keyframes x-flip-x {
    33% {
      opacity: 0;
      transform: none
    }

    34% {
      opacity: 0;
      transform: perspective(125px) rotate3d(1, 0, 0, -180deg)
    }

    100% {
      opacity: 1;
      transform: perspective(125px) rotate3d(1, 0, 0, 0deg)
    }
  }


  @keyframes x-flip-y {
    33% {
      opacity: 0;
      transform: none
    }

    34% {
      opacity: 0;
      transform: perspective(125px) rotate3d(0, 1, 0, -180deg)
    }

    100% {
      opacity: 1;
      transform: perspective(125px) rotate3d(0, 1, 0, 0deg)
    }
  }
  .x-post-slider-entry .featured-view {
    font-size: 14px;
  }
  .x-post-slider-entry .featured-meta {
    font-size: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a > .x-anchor-content > .x-anchor-text > .x-anchor-text-primary {
    color: rgba(0,0,0,0.75);
  }

  .footer-top-group {
    display: none !important;
  }
  .e9536-6.x-anchor-toggle .x-anchor-particle-secondary, .e9536-11.x-anchor-toggle .x-anchor-particle-secondary {
    width: 50%;
    height: 50%;
    color: hsl(0,0%,100%);
    transform-origin: 50% 50%;
}
  .e9536-11.x-anchor-toggle:hover .x-particle.x-anchor-particle-primary {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
  .e9536-11.x-anchor-toggle:hover .x-particle.x-anchor-particle-secondary {
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transition-duration: 0s, 0.3s;
    transition-delay: 0.15s;
    opacity: 1;
}
  .mobile-open .e9536-11 .x-toggle {
    color: hsla(0,3%,30%,0.75);
}

    .mobile-open  .x-toggle > span{
      animation: x-grid-1 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s infinite alternate forwards paused;
      animation-name: x-grid-1;
  }
  .mobile-open  .e9536-6 .x-toggle,
  .mobile-open  .e9536-11 .x-toggle{
  color: hsla(0,3%,30%,0.75); 
  }
  .mobile-open .e9536-11 .x-toggle-grid-center {

    box-shadow: -1em 0, -2em 0, 0 -1em, 0 2em, 0 -2em, 0 1em, 2em 0, 1em 0;
    transform: rotate(-45deg);

}
}



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

@media (max-width: 767px) {
  .x-nav-articles{
    display: none !important;
  }
  .post-body img[style*="float"] { 
    float: none !important; 
    margin-left: auto !important;
    margin-right: auto !important; 
    display: block; 
  }  
  .x-post-slider-entry .featured-meta {
    display: none;
  }
  .footer-menu .hs-menu-wrapper > ul > li {
    width: auto;
    display: inline-block;
  }
  .post-item .entry-wrap {
    float: none;
    width: auto;
    padding-left: 0;
  }
  .post-item .entry-wrap {
    float: none;
    width: auto;
    padding-left: 0;
  }
  .post-item .entry-featured {
    float: none;
    width: auto;
    margin: 0 0 2.15em;
  }
  .x-post-slider-entry .h-featured {
    font-size: 24px;
  }
  .x-post-slider-entry .featured-view {
    font-size: 10px;
  }
  .x-post-slider {
    height: auto;
  }
  .x-post-slider-entry {
    padding-bottom: 65% !important;
  }
}  

@media (max-width: 720px) {
  .dpsp-content-wrapper.dpsp-hide-on-mobile {
    display: none !important;
  }
  #dpsp-floating-sidebar.dpsp-hide-on-mobile {
    display: none !important;
  }
}

/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 480px) {
  .footer-menu {
    display: none !important;
  }
  .footer-copyright {
    display: none !important;
  }
.footer-bottom-group {
    padding-top: 16px;
    padding-bottom: 16px;
}
}

@media (max-width: 479px) {

  .x-post-slider-entry .featured-view {
    display: none;
  }
  .x-post-slider-entry .h-featured {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
/*   .header-mobile-group .page-center {
    padding-right: 13px;
  }
  .e9536-11.x-anchor-toggle .x-anchor-content {
    margin-right: -20px;
  } */
  .custom-logo .hs_cos_wrapper > a {
    width: 150px;
}
}


@media (min-width: 500px){
  html {
    font-size: calc(14px + (15.3 - 14) * ((100vw - 500px) / (1000 - 500)));
     font-size: -ms-calc(14px + (15.3 - 14) * ((100vw - 500px) / (1000 - 500)));
     font-size: -o-calc(14px + (15.3 - 14) * ((100vw - 500px) / (1000 - 500)));
     font-size: -webkit-calc(14px + (15.3 - 14) * ((100vw - 500px) / (1000 - 500)));
  }
}

@media (min-width: 1000px){
  html {
    font-size: 15.3px;
  }
}


@media (min-width: 980px) and (max-width:1085px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a > .x-anchor-content {
    padding: 0em 10px 0em 0em !important;
  }
}

@media (max-height: 680px) {
  .popup-form{
    top:100%;
}
}

@-moz-document url-prefix() {
.footer-bottom-group {
    padding: 16px 0em 16px 0em;
}
.footer-copyright {
    margin-top: -5px;
}
}




@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)
    }
}
@-webkit-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)
    }
}

.option-set li {
  margin-bottom: 0 !IMPORTANT;
}
.all-page-link {
  margin-top: 35px;
}
.all-page-link a {
  transition: all 0.15s linear;
  position: relative;
  border: 1px solid #ac1100;
  background-color: #dc5a30;
  box-shadow: none !important;
  border-color: #dc5a30 !important;
  background-image: none;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  padding: 6px 9px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  zoom: 1;
  text-shadow: none !important;
}
.all-page-link a:hover {
    color: rgb(220,90,48);
    background-color: transparent;
}