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

@import url('//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');


@font-face {
  font-family: "wptouch-icons";
  src: url("//cdn2.hubspot.net/hubfs/4559685/BossTek_July2018/Fonts/wptouch-icons.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4559685/BossTek_July2018/Fonts/wptouch-icons.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/4559685/BossTek_July2018/Fonts/wptouch-icons.ttf") format("ttf");
}

@font-face {
  font-family: "sw-icon-font";
  src: url("//cdn2.hubspot.net/hubfs/4559685/BossTek_July2018/Fonts/sw-icon-font.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4559685/BossTek_July2018/Fonts/sw-icon-font.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4559685/BossTek_July2018/Fonts/sw-icon-font.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}



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

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

.hs-input {
  background-color: #FFFFFF; !IMPORTANT;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  color: #000000;
  font-family:'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  font-weight:400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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


/* =============== 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: 'PT Sans',sans-serif;
  margin: 15px 0; 
  line-height: 1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: 'PT Sans Narrow',serif;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
}
h2 {
  font-size: 40px;
  font-family: 'PT Sans Narrow', serif;
}
h3 {
  font-family: 'PT Sans Narrow',serif;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: #202020;

}
h4 {
  font-weight: 700;
  font-size: 30px;
  font-family: 'PT Sans Narrow',serif;
  text-transform: uppercase;
  color: #202020;
}
h5 {
  font-family: 'PT Sans',sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #202020;
}
h6 {
  font-size: 22px;
}

/* Anchor Links */
a { 
  color: #D34727;
  text-decoration:none;
  transition: color .1s ease-in-out;
  -moz-transition: color .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out;
}

a:hover, a:focus { color: #B93E22; }

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


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

/* The outer wrappers of your website */
.header-container-wrapper .page-center, 
.body-container-wrapper .page-center, 
.footer-container-wrapper .page-center{
  padding-left:60px;
  padding-right:60px;
}

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


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

.header-container-wrapper {
  min-height: 115px;
  z-index:99;
}
.header-container {}

.header-container-wrapper .page-center{
  padding-left:30px !important;
  padding-right:30px !important;
}
.custom-header-group{
  background-color: white;
}
.custom-bottom-header {
  background-color: white;
}
.custom-bottom-header .page-center{
  padding: 0 25px 0 30px !important;
}
.custom-top-header {
  background-color: #000;
  margin-bottom: -8px;
}
.custom-top-header .social-media-wrap {
  margin-left: -15px;
}
.custom-top-header .social-media-wrap {
  float: right;
}
.custom-top-header .header-info-wrap {
  float: left;
}

.custom-top-header .tb-links svg {
  height: 18px;
  width: 18px;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -4px;
}
.custom-top-header .tb-links svg path{
  fill: rgba(255,255,255,.5);
}
.tb-links a {
  color: #c0c0c0 !important;
  font-size: 16px;
  line-height: 1em;
  margin-right: 14px;
  white-space: nowrap;
  padding-top: 1px !important;
  display: inline-block;
  vertical-align: middle;
}
.tb-links a:hover {
  color: white !important;
  text-decoration: none !important;
}
.custom-logo img {
  max-width: 300px !important;
}
.custom-logo{
  padding: 10px 0;
  text-align: left;
  padding-top: 17px;
}
.flexin.tb-links {
  padding-top: 3px;
}
.custom-top-header .social-icon {
  height: 40px;
  width: 40px;
  display: inline-block;
  margin-left: 0;
}
.custom-top-header .social-icon a:hover .linkedin-icon {
  fill: #fff;
}
.custom-top-header .social-icon a:hover svg .linkedin-icon-1 {
  fill: #fff;
}
.custom-top-header .social-icon a:hover svg .youtube-icon-1{
  fill: #fff;
}
.custom-top-header .social-icon {
  margin-left: -1px;
}
.menu-is-not-here a.flexin {
  display: none;
}
.menu-is-not-here .social-media-wrap.hidden-xs {
  display: none;
}
.menu-is-not-here .tb-links a.pp {
  display: block;
  padding-bottom: 19px;
  margin-top: 8px;
}
.menu-is-not-here .custom-bottom-header {
  padding-bottom: 7px;
}

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

.body-container-wrapper {
  position:relative;
  z-index:99;
}
.body-container {}

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

.banner-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 61vh !important;
  height: 61vh;
  margin-top: -5px;
  position: relative;
  background-color: #000;
  text-align:center;

}
.banner-area h1 {
  color: white;
  font-size: 80px;
  padding-left: 30px;
  text-align: center;
  position: relative;
  z-index: 10;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1em;
  font-family: 'PT Sans Narrow',sans-serif;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.banner-area:after {
  background-color: rgba(10,10,10, 0.2);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #0a0a0a;
  background-color: rgba(10,10,10, 0.2);
}
.banner-area .page-center{
  position:relative;
  z-index:11;
}

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

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

.custom-footer{
  background-color: #000;
  color: #a0a0a0;
}

.custom-footer-menu-group {
  background-color: #000;
  color: #a0a0a0;
  font-size: 18px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.custom-footer .custom-copyright {
  padding-top: 20px;
  padding-bottom: 43px;
}
.custom-footer a{
  color: #a0a0a0;
}
.custom-footer a:hover{
  color: #fff;
}
.custom-copyright p {
  margin: 0;
  font-size: 14px;
  color: #a0a0a0;
  text-decoration: none;
  text-align: center;
  line-height: 1.5em;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
}
.custom-copyright p a{
  margin: 0;
  font-size: 14px;
  color: #a0a0a0;
  text-decoration: none;
  text-align: center;
  line-height: 1.5em;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
}
.custom-copyright p a:hover{
  color: #a0a0a0;
}

.custom-footer ul li a{
  line-height: 1.5em;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
  color: #a0a0a0;
  text-decoration: none !important;
  transition: none !important;
}

.custom-footer ul li:first-child a{
  color: #f0f0f0;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: 'PT Sans Narrow',sans-serif;
  display:inline-block;
  line-height: 20px;
  cursor:text;
}
.custom-contact h3{
  color: #f0f0f0;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: 'PT Sans Narrow',sans-serif;
  padding: 0 0 3px;
  margin:0;
  line-height:20px;
}
.custom-contact p {
  margin: 0;
  margin-bottom: 10px;
}
.custom-contact p {
  margin: 0;
  margin-bottom: 10px;
  color: #a0a0a0;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
}
.custom-products {
  padding-left: 43px;
}
.footer-social-icon h3 {
  color: #f0f0f0;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: 'PT Sans Narrow',sans-serif;
  padding: 0 0 5px;
  margin:0;
  line-height: 1em;
}
.social-icon {
  height: 40px;
  width: 40px;
  display: inline-block;
  margin-left: -4px;
}
.social-media-wrap a {
  display: inline-block;
  color: #a0a0a0;
  text-decoration: none !important;
  transition: none !important;
}
.social-media-wrap a:hover {
  color: #fff;
}
.social-media-wrap a svg{
  height: 40px;
  width: 40px;
  display: inline-block;
}
.social-media-wrap {
  margin-left: -15px;
}
.social-media-wrap a:hover svg path{
  fill:#fff;
}
.social-media-wrap a:hover svg .youtube-icon{
  fill:#fff;
}
.social-media-wrap a:hover svg path.linkedin-icon{
  fill:#fff;
}
.social-media-wrap a:hover .linkedin-icon{
  fill: #fff;
}
.footer-social-icon {
  padding-left: 5px;
  padding-top: 2px;
}
.social-icon:first-child{
  margin-left:0px;
}

a#back-to-top:hover svg path {
  fill: #fff;
  transition: fill .2s ease-in-out;
  -moz-transition: fill.2s ease-in-out;
  -webkit-transition: fill .2s ease-in-out;
}

a#back-to-top svg path {
  color: #fff;
  fill: #fff;
  fill: #606060;
  transition: fill .2s ease-in-out;
  -moz-transition: fill.2s ease-in-out;
  -webkit-transition: fill .2s ease-in-out;
}
a#back-to-top {
  height: 60px;
  width: 60px;
  display: inline-block;
  float: right;
  padding: 0!important;
  color: #a0a0a0;
  text-decoration: none !important;
  transition: none !important;
  position: fixed;
  right: 60px;
  bottom: 375px;
  font-size: 18px;
  line-height: 27px;
}

.body-container-wrapper{
  position:relative;
  background:#fff;
}
.footer-container-wrapper .footer-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}


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


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

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

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    float:right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    float: left;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #000;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 75px;
    font-style: normal;
    margin: 0 14px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    display: block;    
    font-family: "PT Sans Narrow", sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    height: 3px;
    bottom: 18px;
    transition: 0.3s cubic-bezier(0.75,-0.5,0.25,1.5);
    transform: translate3d(0, 0, 0);
    background-color: #D34727;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #606060;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after{
    left: 0;
    right: 0;
  }
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    padding: 15px 39px 25px 29px !important;
    background-color: #b53a26 !important;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: auto !important;
    z-index: 1000 !important;
    top: 75px;
    left: 15px !important;
    position:relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul:before{
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-bottom: 8px solid #b53a26;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -8px;
    left: 30px;
    z-index: 1000 !important;
    transition: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-family: 'PT Sans',sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    color: rgba(255,255,255,.85) !important;
    display: inline-block !important;
    padding: 15px 0 5px !important;
    white-space: nowrap;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    position:relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:after{
    content:'';
    text-decoration: none;
    display:inline-block;
    position: absolute;
    left: 50%;
    right: 50%;
    height: 2px;
    bottom:0;
    transition: 0.3s cubic-bezier(0.75,-0.5,0.25,1.5);
    transform: translate3d(0, 0, 0);
    background-color: rgba(255,255,255,.8);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover:after{
    left:0;
    right:0;
  }

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

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


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

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

@media (max-width: 767px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: -2px;           /* Position Button at right of screen */
    right: 0px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding:0;
    background: transparent; /* Background color */
    border:none;
    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; 
  }
  /* Toggle Button Icon */
  .mobile-trigger:after{
    content: "\e80a";
    display: block;
    font: 110% wptouch-icons,sans-serif;
    padding: 18px;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 47px !important;
    min-width: 47px !important;
    height: 46px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    display: block;
    -webkit-box-shadow: inset rgba(0,0,0,.15) 1px 0 0;
    box-shadow: inset rgba(0,0,0,.15) 1px 0 0;
    border-left: 1px solid rgba(255,255,255,.1);
    float: right;
  }
  .child-trigger:before {
    font-family: wptouch-icons;
    content: "\e80f";
    color: rgba(0,0,0,.65);
    text-shadow: rgba(255,255,255,.3) 0 1px 0;
    padding: 15px;
    float: right;
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
  }

  .child-trigger.child-open{
    -webkit-box-shadow: inset rgba(0,0,0,.2) 0 4px 4px;
    box-shadow: inset rgba(0,0,0,.2) 0 4px 4px;
    border: none;
  }

  .child-trigger.child-open:before{
    content: "\e80e";
    font-weight: 400;
    font-style: normal;
  }
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    /* position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 0;
  }

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

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

  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    padding-top: 15px;

    padding-bottom: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    display: block;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 32px;
    color: rgba(0,0,0,.65);
    text-shadow: rgba(255,255,255,.3) 0 1px 0;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: 1px solid rgba(0,0,0,.08);
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    border:none;
    list-style: disc !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: rgba(0,0,0,.65);
    text-shadow: rgba(255,255,255,.3) 0 1px 0;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


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


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

/* Blog Post and Listing Body Class */

body.hs-blog-listing{
  background-color: #f0f0f0;
}

.blog .content-wrapper {
  padding-top: 50px;
  padding-bottom: 30px;
}
h4.topic-filte {
  padding: 0 0 10px;
  margin: 0;
  font-family: 'PT Sans',sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #202020;
  line-height: 1em;
  padding-bottom: 0;
  display: inline-block;
}
.active-topic-code{
  font-family: 'PT Sans',sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #202020;
  line-height: 1em;
  margin-bottom: 20px;
}
.active-topic-code ul li {
  display: inline-block;
}
.active-topic-code ul li a{
  padding: 0 0 10px;
  margin: 0;
  font-family: 'PT Sans',sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #202020;
  line-height: 1em;
  padding-bottom: 0;
  display: inline-block;
  color: #D34727;
  font-style: normal;
  text-decoration: none;
  transition: color .1s ease-in-out;
  -moz-transition: color .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out;
  padding-right: 6px;
}
.active-topic-code ul li a:hover{
  color: #B93E22;
}



/* Blog Post */
.hs-blog-post .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}
.hs-blog-post .hs-featured-image-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

.hs-blog-post .section.post-header h1 {
  padding: 0 0 10px;
  margin: 0;
  color: black !important;
  font-size: 40px !important;
  text-align: left;
  margin-top: 20px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow',sans-serif;
}
.section.post-footer {
  padding: 25px 25px 10px;
  background-color: rgba(211,71,39, 1);
  max-width: 700px;
  display: block;
  margin-bottom: 30px;
}
.post-banner-area {
  background: url(images/bosstek-header-hexagons.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  color: white;
  padding: 20px 30px;
  min-height: 270px;
  background-color: #000;
}
.fancy-header {
  position: relative;
}
.fancy-header {
  margin-bottom: 20px;
}
.fancy-header h2 {
  padding: 0 0 10px;
  margin: 0;
  padding-bottom: 5px !important;
  font-size: 30px;
  color: white;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow',serif;
  line-height: 1em;
}
span.cap-it{
  font-size: 18px;
  line-height: 1.5em;
  font-family: 'PT Sans Narrow',sans-serif;
  padding: 0 0 5px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
}
.fancy-header span {
  position: absolute;
  right: 0;
  top: 0;
}
.fancy-header:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #000;
}
.fancy-header:after {
  height: 3px;
  background: rgba(255,255,255,.5);
}
a.topic-link {
  display: inline-block;
  margin: 0 5px 5px 0;
  width: auto;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
  border: 1px solid rgba(255,255,255,.5);
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  margin: 0;
  padding: 0 8px 0 10px;
}
a.topic-link:focus {
  background-color: rgba(0,0,0,.75);
  border: 1px solid #000;
} 

.hs-blog-post .custom-listing-form {
  display: none !important;
}
.hs-blog-post .fl-post-feed-meta {
  color: #666;
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
  margin-bottom: 35px;
}
.hs-blog-post .fl-post-feed-meta span {
  font-style: normal;
  font-style: normal;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 7px;
  border-bottom: 1px dotted #777;
}

/* Blog Listing */
.hs-blog-listing .post-header {
  float: left !important;
  max-width: 81% !important;
  width: 81% !important;
  margin-bottom: 0;
  margin-right: auto;
  padding: 30px;
}
.hs-blog-listing .clearfix {
  float: left !important;
  max-width: 300px !important;
  width: 300px !important;
}

.active-topic-code ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}

.custom-listing-form{
  position:relative;
  z-index:99;
}

.custom-listing-form span#hs_cos_wrapper_module_1532863019063341_ {
  max-width: 1000px;
  margin: 0 auto;
}
.custom-listing-form {
  background: #D34727;
  color: #FFF;
  font-size: 20px;
  padding: 50px 0;
  margin: 0 !important;
}
.custom-listing-form .hs-form-field {
  margin-bottom: 20px;
}
.custom-listing-form form.hs-form fieldset .hs-form-field {
  padding: 0 15px 0 7px !important;
}
/* Blog Columns Wrapper */
.blog .content-wrapper {}


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

.blog .blog-content {
  width: 100%;
}

.blog .blog-sidebar {
  display: none;
}

.custom-listing-form form#hsForm_82149a25-067b-41b1-a3a5-6c974992ffaf_6557 {
  max-width: 1000px !important;
  margin: 0 auto;
  padding: 25px 25px 10px;
}

/* 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,
h2.post-listing-simple {
  text-decoration: none;
  color: black;
  font-style: normal;
  text-decoration: none;
  transition: color .1s ease-in-out;
  -moz-transition: color .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out;
  font-size: 35px;
  margin: 0 !important;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow',serif;
}

.post-header h2 a,
h2.post-listing-simple a {
  text-decoration: none;
  color: black;
  font-style: normal;
  text-decoration: none;
  transition: color .1s ease-in-out;
  -moz-transition: color .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out;
  font-size: 35px;
  margin: 0 !important;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow',serif;
}
.post-header h2 a:hover,
h2.post-listing-simple a:hover {
  color:#606060;
}

.fl-post-feed-meta {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight:400;
  line-height:27px;
  color:#000000;
  font-family:"PT Sans", sans-serif;
}


/* Blog Author and Avatar */
#hubspot-author_data {
  margin: 0 0 10px;
  padding: 0;
  display: inline-block;
}

#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%;
}
#hubspot-author_data a.author-link:hover {
  color: #fff;
}

#hubspot-author_data a.author-link {
  color: #cccccc;
  font-size: 18px;
  line-height: 27px;
}

.hs-author-name {
  font-family: 'PT Sans Narrow',sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #D34727;
  line-height: 1em;
}

/* Use this to set up different styling for your blog posts */
.post-item{
  padding: 0;
  margin-bottom: 20px;
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}
.blog-listing-wrapper .post-listing .post-item {
  padding: 0;
  margin-bottom: 20px;
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}

.blog-listing-wrapper .post-listing .post-item:last-child{
  margin
}



.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: auto;
  max-width: 300px;
  height: auto;
  width: auto;
  display: block !important;
  float: left !important;
  margin: 0;
}

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

/* Blog Topics List */
#hubspot-topic_data {
  margin: 4px 0;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: 'PT Sans Narrow',sans-serif;
  font-weight: 700;
  padding: 0;
  margin-bottom: 10px;
  color: white;
}
#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;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  margin-right: 10px !important;
}

.hs-blog-social-share-list{
  list-style:none;
  margin:0;
  padding:0;
}
.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom_listing_comments{
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

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

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}



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



#comments-listing {
  border: 1px solid #ccc;

  margin-bottom: 30px;

  margin-top: 30px;

}


.comment.depth-0 {

  border-bottom: 1px solid #000 !important;

  border-top: medium none !important;

  margin: 0 10px 10px !important;

  padding: 0 15px !important;

}


.comment-body {

  border-bottom: medium none;

  color: inherit;

  display: block;

  padding: 0;

}


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

}


.comment-from h4 {

  margin: 0;

  padding-top: 15px;

}



.comment-from h4 a {

  text-decoration: none;

}


.comment-date {

  color: inherit !important;

  display: block !important;

  text-align: left;

}



/* Pagination */
.blog-pagination {}
.blog-pagination a{
  transition: color .1s ease-in-out;
  -moz-transition: color .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out;
  color: #D34727;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #e6e6e6;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px;
  background: #f5f5f5;
  line-height: 1.6em;
  font-size: 18px;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
}
.blog-pagination a:hover{
  background: #fff;
}
.blog-pagination a.active{
  line-height: 1.6em;
  border: 1px solid #e6e6e6;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px;
  text-decoration: none;
  background: #fff;
  font-family: 'PT Sans', sans-serif;
  color: black;
  font-size: 18px;
  font-weight: 400;
  cursor:text;
}
.blog-pagination-left {
  display: inline-block;
}
.blog-pagination-center {
  display: inline-block;
}
.blog-pagination-right {
  display: inline-block;
}

.blog-pagination {
  text-align: center;
  padding: 40px 0;
}


.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 =============== */
h4.topic-filte-author {
  font-family: 'PT Sans Narrow',sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #D34727;
  line-height: 1em;
  display: inline-block;
}

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


#comments-listing.no-comments {
  border: none;
}

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

.nc_wrapper.bottom{
  width: 100%!important;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.swp_social_panel.swp_flatFresh.swp_default_full_color.swp_individual_full_color.swp_other_full_color.scale-100.scale-fullWidth.nc_floater.swp_three {
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  line-height: 1;
  margin-bottom: 20px!important;
  margin-top: 20px!important;
  overflow: hidden;
  padding: 0;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  direction: ltr;
  -ms-flex-align: stretch;
  -ms-flex-line-pack: center;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100% !important;
}
div.swp_social_panel .nc_tweetContainer {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  float: left;
  font-family: Lato;
  height: 32px;
  margin: 0 5px 3px;
  min-width: 34px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
.swp_social_panel.swp_default_full_color .swp_facebook, body .swp_social_panel.swp_other_full_color:hover .swp_facebook, html body .swp_social_panel.swp_individual_full_color .swp_facebook:hover {
  background: #3a589e;
  border: 1px solid #2e4675;
}
div.swp_social_panel:not(.swp_social_panelSide) .nc_tweetContainer {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.swp_social_panel:not(.swp_social_panelSide) .nc_tweetContainer:nth-child(1) {
  margin-left: 0;
}
.swp_social_panel .nc_tweetContainer a.nc_tweet, .swp_social_panel .total_shares .swp_count {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato,sans-serif;
  font-size: 18px!important;
  font-weight: 700;
  height: 30px;
  text-decoration: none;
  text-decoration: none!important;
  text-transform: none;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.nc_tweetContainer a {
  color: #fff;
}
.swp_social_panel span.swp_count {
  font-size: 14px;
}
.swp_social_panel a .swp_count.swp_hide {
  margin: 0 auto;
  display: inline-block;
}
.iconFiller {
  display: block;
  float: left;
  height: 30px;
  overflow: hidden;
  -webkit-transition: width .1s linear;
  transition: width .1s linear;
}
.swp_social_panel .iconFiller {
  width: 30px;
}
.swp_social_panel span.iconFiller {
  font-size: 18px;
  margin: 0 auto;
}
span.spaceManWilly {
  display: block;
  width: 120px;
}
.sw {
  display: inline-block;
  font-family: sw-icon-font!important;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  text-transform: none!important;
  -ms-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.swp_social_panel .sw {
  float: left;
  height: 30px;
  line-height: 32px;
  margin: 0 5px;
  text-shadow: none!important;
  width: 20px;
}
.sw:before {
  display: block!important;
}
i.swp_facebook_icon:before {
  content: "j";
}
.swp_social_panel .total_shares .swp_count, span.swp_share {
  line-height: 30px;
}
span.swp_share {
  display: block;
  float: right;
  float: left;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  margin: 0 0 0 6px;
  max-width: none !important;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  font-family: Lato,sans-serif;
}
.swp_social_panel.swp_default_full_color .swp_facebook, body .swp_social_panel.swp_other_full_color:hover .swp_facebook, html body .swp_social_panel.swp_individual_full_color .swp_facebook:hover {
  background: #3a589e;
  border: 1px solid #2e4675;
}

.swp_social_panel.swp_default_full_color .swp_twitter, body .swp_social_panel.swp_other_full_color:hover .swp_twitter, html body .swp_social_panel.swp_individual_full_color .swp_twitter:hover {
  background: #429cd6;
  border: 1px solid #3c87b2;
}
.swp_social_panel.swp_default_full_color .swp_linkedin, body .swp_social_panel.swp_other_full_color:hover .swp_linkedin, html body .swp_social_panel.swp_individual_full_color .swp_linkedin:hover {
  background: #0d77b7;
  border: 1px solid #0c6591;
}
.swp_social_panel.swp_default_full_color .swp_google_plus, body .swp_social_panel.swp_other_full_color:hover .swp_google_plus, html body .swp_social_panel.swp_individual_full_color .swp_google_plus:hover {
  background: #df4b37;
  border: 1px solid #c44133;
}
i.swp_twitter_icon:before {
  content: "s";
}
i.swp_linkedin_icon:before {
  content: "f";
}
i.swp_google_plus_icon:before {
  content: "h";
}
.nc_tweetContainer:hover{
  flex:1.11697 1 0%
}

.nc_tweetContainer:hover span.iconFiller {
  width: 61px;
}
.nc_tweetContainer.swp_linkedin:hover span.iconFiller,
.nc_tweetContainer.swp_twitter:hover span.iconFiller,
.nc_tweetContainer.swp_facebook:hover span.iconFiller {
  width: 82px;
}

.nc_tweetContainer.swp_linkedin:hover{
  flex:1.16514 1 0%
}
.nc_tweetContainer.swp_twitter:hover{
  flex:1.16476 1 0%
}


.swp_social_panel:not(.swp_social_panelSide) .nc_tweetContainer:nth-last-child(1) {
  margin-right: 0;
}
.swp_social_panel .nc_tweetContainer a.nc_tweet, .swp_social_panel .total_shares .swp_count {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato,sans-serif;
  font-size: 18px!important;
  font-weight: 700;
  height: 30px;
  text-decoration: none;
  text-decoration: none!important;
  text-transform: none;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.fixed-social-icon {
  width: 100% !important;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  display: none !important;
}
.sticky .fixed-social-icon {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display:block !important;
}


.header-search{
  display:none !important;
}
.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: auto;
  max-width: 100%;
  height: 500px;
  width: 100%;
  display: block !important;
  float: none !important;
  margin: 0;
  object-fit: cover;
}

.recent-title a {
  font-family: 'PT Sans Narrow',serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: black;
  line-height: 1em;
  transition: color .1s ease-in-out;
  -moz-transition: color .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out;
  color: #cccccc;
  margin: 0 0 20px 0 !important;
}
.recent-title a:hover{
  color:#fff;
}
.recent-date {
  margin-bottom: 10px;
  color: #cccccc;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
}

.recent-group .recent-date{
  display:inline-block;
  color:#fff;
}
.custom-form-title h1 {
  padding: 0 0 10px;
  margin: 0;
  font-family: 'PT Sans Narrow',serif;
  line-height: 1em;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  font-size: 70px;
  padding-top: 0;
  font-weight: 700;
  text-align: center;
}
.custom-form-title p {
  text-align: center;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
}
.span4.recent-feature {
  width: 100% !important;
  height: auto;
  overflow: hidden;
  margin-left: 0;
}
.recent-content {
  display: block;
  left: 0;
  max-width: 50% !important;
  height: 100%;
  background-color: #333333;
  background-color: rgba(51,51,51,0.5);
  position: absolute;
  top: 0;
  z-index: 5;
  width: 50%;
  float: left;
  z-index: 10;
  padding: 50px;
  color: #ffffff;
  margin-left: 0 !important;
}
.recent-group {
  position: relative;
}
button#slick-slide-control01:before,
button#slick-slide-control00:before,
button#slick-slide-control02:before,
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


.slick-dots{
  bottom: 0 !important;
}

.tb-links a:hover svg path {
  color: #fff;
  fill:#fff;
}

.tb-links a:hover svg g {
  color: #fff;
}
.comment-body {
  color: #fff;
} 
.hs-blog-listing .content-wrapper {
  background-color: #f0f0f0;
}

.hs-blog-listing .banner-area {
  height: 50vh !important;
  min-height: 50vh !important;
}
.hs-blog-listing .banner-area:after {
  display:none;
}

.custom-listing-form .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 50% !important;
  max-width: 50% !important;
}

.custom-listing-form .hs_mobilephone.hs-mobilephone.hs-fieldtype-text.field.hs-form-field input {
  width: 49%;
}

.widget-type-cell.custom-listing-form {
  padding: 25px 25px 10px;
}

.custom-partner-submit-form {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 25px 10px;
}
.custom-partner-submit-form form#hsForm_82149a25-067b-41b1-a3a5-6c974992ffaf_3311 {
  max-width: 1100px;
  padding: 25px 25px 10px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.custom-listing-form .page-center{
  max-width: 965px;
  float: none !important;
  margin: 30px auto !important;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */


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

.subscription-template .body-container #email-prefs-form .email-edit {
  max-width: 100% !important;
}
.hs-search-field,
.body-container .hs_cos_wrapper_type_blog_subscribe, 
.body-container .hs_cos_wrapper_type_google_search, 
.body-container .hs_cos_wrapper_type_form, 
.body-container .hs_cos_wrapper_type_password_prompt,
.body-container #email-prefs-form,
.body-container #comment-form{
  padding: 25px 25px 25px;
  background-color: rgba(211,71,39, 1);
  max-width:700px;
  display:block;
  margin-bottom:30px;
}

.hs-search-field h3,
.body-container .hs_cos_wrapper_type_blog_subscribe h3, 
.body-container .hs_cos_wrapper_type_google_search h3, 
.body-container .hs_cos_wrapper_type_form h3, 
.body-container .hs_cos_wrapper_type_password_prompt h3,
.body-container #email-prefs-form h3,
.body-container #comment-form h3{
  color:#fff;
}


.subscription-template-form .body-container #email-prefs-form{
  max-width: 100%;
  border-top:none;
  border-bottom:none;
  padding: 0px;
  background-color: transparent;
  display:block;
}

.body-container #hs_cos_wrapper_blog_subscription {
  background: none;
  max-width: 100%;
}

/* Form Field */
.hs-form-field {
  padding-bottom: 15px;
}
  
/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {
  font-family: "PT Sans",sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 5px 0 4px 0;
  width: auto;
  line-height:30px;
  
}
.hs-form-field > label {}

ul.hs-error-msgs.inputs-list label {
  display: block;
  padding: 0;
  font-family: "PT Sans",sans-serif;
  font-size: 14px;
  text-align: left;
  font-style: normal;
  max-width: 100%;
  font-weight: normal;
  color: #fff;
}

ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
}
.hs_error_rollup ul {
  margin-top: 0;
}
.hs-input.invalid.error {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  -webkit-appearance: none;
  color: #000000;
  background-color: #FFFFFF;
  border-color: #D34727;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-family: "PT Sans",sans-serif;
  line-height: 1.3;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  background-color: #FFFFFF;
  border-color: #F4D1C9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(244,209,201, 0.6);
  outline:0;
}
body.password-template input {
  margin-bottom: 15px;
}

.hs_recaptcha {
  margin: 15px 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;
  margin-bottom: 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"] {}

#comment-form input.hs-button.primary {
  margin-top: 10px;
}


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

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

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

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

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

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


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

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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .1em;
  width: auto;
  font-family: "PT Sans",sans-serif;
  font-size: 16px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #D34727;
  border-width: 2px;
  border-color: #F4D1C9;
  border-style: solid;
  color: #F4D1C9;
  cursor: pointer;
  font-weight: normal;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-shadow: none;
  padding: 8px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-shadow: 0 1px 1px #D34727;
  -webkit-box-shadow: 0 1px 1px #D34727;
  box-shadow: 0 1px 1px #D34727;
  margin: 0 0 20px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  white-space: normal !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  text-decoration: none;
  background: #D34727;
  border-color: #fff;
  color: #fff;

}

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


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


/* 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) {
  .custom-footer-menu-group {
    background-color: #000;
    color: #a0a0a0;
    font-size: 18px;
    padding-top: 70px;
    padding-bottom: 64px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 18px;
    margin: 0 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    left:12px;
  }
  .custom-logo img {
    max-width: 257.14px !important;
  }
  .custom-logo {
    padding-top: 20px;
  }
  .blog .content-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .blog .content-wrapper {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .body-container-wrapper .page-center{
    padding-left: 40px;
    padding-right: 40px;
  }
  .post-header h2 a, h2.post-listing-simple a{
    font-size:30px;
  }
  .post-header h2, h2.post-listing-simple{
    font-size:35px;
  }
  a#back-to-top {
    height: 50px;
    width: 50px;
    right: 43px;
  }

  .footer-container-wrapper .page-center {
    padding-left: 40px;
    padding-right: 40px;
  }
  .recent-group-wrapper {
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .custom-form-title h1{
    font-size:50px;
  }
  h4.topic-filte-author,
  .hs-author-name{
    font-size:50px;
  }
  .custom-footer .custom-copyright {
    padding-top: 0;
    padding-bottom: 31px;
  }
  .custom-footer-menu-group {
    background-color: #000;
    color: #a0a0a0;
    font-size: 16px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  a#back-to-top {
    height: 40px;
    width: 40px;
    right: 43px;
  }
  .custom-footer ul li:first-child a{
    font-size:18px;
  }
  .custom-contact h3{
    font-size:18px;
  }
  .footer-social-icon h3{
    font-size:18px;
  }
  .custom-footer ul li a{
    font-size:16px;
  }
  .custom-contact p{
    font-size:16px;
  }
  .custom-footer a{
    font-size:16px;
  }
  .header-container-wrapper .page-center {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .custom-logo img {
    max-width: 214.28px !important;
  }
  .custom-logo {
    padding-top: 15px;
    text-align: center;
    width: 100% !important;
    padding-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    margin: 0 10px;
    line-height: 50px;
  }
  .custom-menu-primary.js-enabled {
    width: 100% !important;
    text-align: center;
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    position: relative;
    display: inline-block;
    margin-left: -5px !important;
    margin-right: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    float: none;
    padding-left: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
    bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    top:50px;
    padding: 10px 20px 20px 10px !important;
    text-align: left;
  }
  .blog .content-wrapper {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .body-container-wrapper .page-center{
    padding-left: 20px;
    padding-right: 20px;
  }
  h4.topic-filte{
    font-size:20px;
  }
  .active-topic-code ul li a{
    font-size:20px;
  }
  .hs-blog-post .section.post-header h1{
    font-size:30px;
  }
  .custom-recent-post {
    overflow: hidden !important;
  }
}


@media (max-width: 890px) {
  a#back-to-top {
    height: 40px;
    width: 40px;
    right: 41px;
  }
  .recent-group-wrapper {
    overflow: hidden !important;
  }
}

@media (max-width: 850px) {
  a#back-to-top {
    bottom: 412px;
  }
}

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

@media (max-width: 767px) {
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }
  .custom-products {
    padding-left: 43px;
    display: none !important;
  }
  .custom-contact {
    width: 100% !important;
    text-align: center;
  }
  .header-container-wrapper .page-center, .body-container-wrapper .page-center, .footer-container-wrapper .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-social-icon {
    padding-left: 5px;
    padding-top: 20px;
    text-align: center;
  }
  .custom-footer-menu-group {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .custom-footer .custom-copyright {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .custom-footer .custom-copyright {
    text-align: center;
  }
  .custom-footer .custom-copyright p{
    text-align: none;
  }
  .custom-top-header {
    display: none !important;
  }
  .custom-logo img {
    max-width: 174.24px !important;
  }
  .custom-logo {
    padding-top: 7px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 256px;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    display: block !important;
    background-color: #ffffff !important;
    right: -256px !important;
    transition: all 0.3s ease;
    left: auto !important;
    top: 0 !important;
    overflow-x:hidden;
  }
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    right: 0 !important;
    transition: all 0.3s ease;
  }
  .header-container-wrapper {
    min-height: 55px;
  }
  .body-container-wrapper,
  .header-container-wrapper,
  .footer-container-wrapper{
    position: relative;
    transition: all 0.3s ease;
  }
  .mobile-open .body-container-wrapper, .mobile-open .header-container-wrapper, .mobile-open .footer-container-wrapper {
    right: 256px;
    transition: all 0.3s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    float: none;
    padding-left: 5px;
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    display: block;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 32px;
    color: rgba(0,0,0,.65);
    text-shadow: rgba(255,255,255,.3) 0 1px 0;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    font-family: 'PT Sans',sans-serif;
    letter-spacing: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    text-align: left;
    margin-top: -1px;
    padding-top: 1px !important;
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding-left: 10px !important;
    list-style: disc !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin-left: 0px !important;
  }
  .hs-blog-listing .clearfix {
    float: none!important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .blog-listing-wrapper .post-listing .post-item{
    padding: 0;
    margin-bottom: 20px;
    background-color: #FFF;
    display: -webkit-box;
    display: -webkit-box;
    display: block;
    /* display: none; */
    align-items: none;
    justify-content: none;
    -webkit-align-items: non;
    -webkit-box-align: none;
    -webkit-box-pack: none;
    -webkit-justify-content: none;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: none;
    flex-direction: row;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: auto;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block !important;
    float: left !important;
    margin: 0;
  }
  .hs-featured-image-wrapper {
    float: left !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .hs-blog-listing .post-header{
    float:none !important;
    width:100% !important;
    max-width:100% !important;
  }
  .post-header h2, h2.post-listing-simple{
    padding: 0 0 10px;
  }
  .post-header h2 a, h2.post-listing-simple a{
    font-size:25px;
  }
  .post-header h2 a, h2.post-listing-simple a{
    font-size:25px;
  }
  .custom-bottom-header {
    background-color: white;
    padding-bottom: 11px;
  }
  .header-search{
    display:block !important;
  }
  #search-toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    top: -2px;
  }
  #search-toggle:after {
    content: "\e809";
    display: block;
    font: 110% wptouch-icons,sans-serif;
    padding: 18px;
    font-size: 18px;
    font-weight: 400;
  }
  #search-dropper {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 330ms ease-in-out;
  }
  #search-dropper.toggled {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    top: 10px;
    right: -16px;
    left: 0; 
    z-index: 999;
    background-color: rgba(0,0,0,.1);
    overflow: hidden;
    /* max-height: 0; */
    -webkit-transition: max-height 330ms ease-in-out;
    margin-top: 6px;
  }
  #wptouch-search-inner {
    background-color: rgba(0,0,0,.1);
    text-align: center;
    padding: 5px;
  }
  #searchform {
    display: block;
    margin-top: -4px;
    margin-bottom: 20px
  }
  #wptouch-search-inner input[type=text] {
    width: 73%;
    -webkit-appearance: none;
    padding: 4px;
    background-color: rgba(255,255,255,.9);
    font-size: 90%;
    border-style: none;
    border-radius: 2px;
    max-height: 24px !important;
    font-size: 16px;
    color: #000000;
  }
  #wptouch-search-inner input[type=submit] {
    margin: 0em;
    font: 400 13.3333px Arial !important;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.2);
    padding: 1px 10px 4px;
    -webkit-appearance: none;
    background-color: rgba(255,255,255,.1);
    color: rgba(0,0,0,.8);
    font-size: 95%;
    vertical-align: bottom;
    font-size:16px !important;
    box-shadow: none;
    font-family: 'PT Sans',sans-serif !important;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .header-container-wrapper .page-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .search-open #search-dropper {
    max-height: 60px;
  }
  .menu-list-open .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    -webkit-box-shadow: inset rgba(0,0,0,.25) 0 0 4px;
    box-shadow: inset rgba(0,0,0,.25) 0 0 4px;
    border-top-color: rgba(0,0,0,.2);
    border-top: 1px solid rgba(255,255,255,.1);
    background: rgba(0,0,0,.03);
    -webkit-box-shadow: inset rgba(0,0,0,.25) 0 0 4px;
    box-shadow: inset rgba(0,0,0,.25) 0 0 4px;
    padding-top:0;
    padding-bottom:0;
  }
  .menu-list-open .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a{
    padding-top:15px;
    padding-bottom:15px;
  }
  .custom-listing-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 32px;
  }
  h1 {
    font-size: 40px;
  }
  .body-container-wrapper {
    position: relative 1i;
    background: #fff;
    margin-bottom: 0 !important;
  }
  body{
    font-size:18px;
  }
  .custom-footer ul li:first-child a,
  .custom-contact h3 {
    font-size: 18px;
    padding-bottom: 5px !important;
    color: #f0f0f0 !important;
    padding: 0 0 10px;
    margin: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px !important;
    font-weight: 700 !important;
    letter-spacing: .05em !important;
    text-transform: uppercase !important;
    line-height: 1.2em !important;
  }
  .footer-container-wrapper {
    position: relative;
    z-index: 999 !important;
    text-align: center;
  }
  .custom-contact {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  .custom-contact a {
    color: #fff;
    padding-top: 15px;
    display: block;
  }
  .custom-contact a:last-child {
    font-family: 'PT Sans Narrow',sans-serif !important;
    color: #FFF !important;
    border: none !important;
    background-color: #D34727 !important;
    font-size: 18px !important;
    line-height: 1em !important;
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 20px 10px !important;
    margin: 0 10px 20px 0 !important;
    display: inline-block !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    color: white !important;
    margin-top: 20px !important;
  }
  a.fl-button {
    font-family: 'PT Sans Narrow',sans-serif !important;
    color: #FFF !important;
    border: none !important;
    background-color: #D34727 !important;
    font-size: 18px !important;
    line-height: 1em !important;
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 20px 10px !important;
    margin: 0 10px 20px 0 !important;
    display: inline-block;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    color: white !important;
  }
  .custom-footer ul li a{
    color:#fff;
  }
  .footer-social-icon h3 {
    display: none;
  }
  .linkedin-icon {
    fill: #fff;
  }
  .facebook-icon {
    fill: #fff;
  }
  .icon-twitter:before, .wptouch-icon-twitter:before {
    content: '\e81b';
  }
  ul.social-links-wrap {
    margin-right: 3%;
    margin-left: 3%;
    list-style:none;
    margin: 0 0 18px .5em;
    padding: 0;
    padding-top: 15px;
  }
  .social-links-wrap li {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 6px;
    margin-right: 6px;
  }
  li .social-footer-badges {
    border: none;
    box-shadow: none;
    margin-top: 10px;
    background-color: transparent;
    color: white !important;
  }
  [class*=" icon-"]:before, [class*=" wptouch-icon-"]:before, [class^=icon-]:before, [class^=wptouch-icon-]:before {
    font-family: wptouch-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
  }
  .icon-facebook-sign:before, .wptouch-icon-facebook-sign:before {
    content: '\e81f';
  }
  .icon-youtube:before, .wptouch-icon-youtube:before {
    content: '\e826';
  }
  .icon-linkedin-sign:before, .wptouch-icon-linkedin-sign:before {
    content: '\e827';
  }
  body [class*=" wptouch-icon-"]:before, body [class^=wptouch-icon-]:before {
    width: auto;
  }
  ul.social-links-wrap a.social-footer-badges {
    font-size: 19px !important;
  }
  .custom-footer ul li a{
    line-height:22px;
  }
  a.social-footer-badges.no-ajax.wptouch-icon-twitter {
    font-size: 19px !important;
  }
  .hs-blog-listing .banner-area h1 {
    font-size: 60px;
    margin-left: 0;
    padding-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    border: none;
    list-style: disc !important;
    display: list-item;
    list-style-position: inside;
    margin-left: 31px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    color:#000;
  }
  a#back-to-top {
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: black;
    color: #fff;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 80%;
    right: 0;
    z-index:999;
  }
  a#back-to-top svg {
    display: none;
  }
  a#back-to-top:after {
    content: "Back to top";
  }
  a#back-to-top:before {
    content: "\e843";
    font-family: wptouch-icons;
    font-weight: 400;
    font-style: normal;
    padding-right: 5px;
  }

  .blog  a#back-to-top{
    display:block !important;
  }

  .custom-listing-form span#hs_cos_wrapper_module_1532863019063341_ {
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 0 !important;
    padding-left: 0px !important;
  }
  .custom-listing-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px;
  }
  form.hs-form-82149a25-067b-41b1-a3a5-6c974992ffaf_cca4d49f-0a06-4171-a44d-d55a9869a812 .form-columns-2 .hs-form-field .hs-input, form.hs-form-82149a25-067b-41b1-a3a5-6c974992ffaf_cca4d49f-0a06-4171-a44d-d55a9869a812 .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
  .banner-area h1 {
    padding-left: 0;
    margin-left: 0;
    font-size: 60px;
  }
  .custom-form-title h1 {
    font-size: 30px;
  }
  .custom-recent-post{
    overflow:hidden !important;
  }

  .recent-content {
    display: block;
    left: 0;
    max-width: 100% !important;
    height: 100%;
    background-color: #333333;
    /* background-color: rgba(51,51,51,0.5); */
    position: relative;
    top: 0;
    z-index: 5;
    width: 50%;
    float: left;
    z-index: 10;
    padding: 50px;
    color: #ffffff;
    position: relative;
    z-index: 10;
    padding: 50px;
    color: #ffffff;
    background-color: #333333;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .custom-listing-form .hs_mobilephone.hs-mobilephone.hs-fieldtype-text.field.hs-form-field input {
    width: 100%;
  }
  .hs-author-name{
    font-size:50px;
  }
  .span4.recent-feature {
    margin-bottom: 20px;
  }
  .recent-title {
    margin: 0 0 20px 0 !important;
  }
  .menu-is-not-here .custom-quick-links {
    margin-bottom: 30px;
  }
  .footer-container-wrapper {
    padding-top: 0 !important;
  }
  .footer-container-wrapper .footer-container {
    position: static;
  }
  .post-item{
    display:block;
  }
  .custom-partner-submit-form {
    padding: 25px 25px 10px;
  }
}   


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

@media (max-width: 479px) {

  .subscription-template .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }

  #captcha_wrapper {
    overflow-x: auto;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    display: block !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 350px) {

  .hs_recaptcha.hs-recaptcha.field.hs-form-field > div {
    max-width: 300px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .banner-area h1{
    font-size:40px;
    padding-left: 0;
    margin-left: 0;
  }

  .recent-title a{
    white-space: normal !important;
    margin: 0;
    word-wrap: break-word;
  }
}


@media (min-width: 768px) {
  .custom-header-group {
    background-color: white;
    position: fixed;
    width: 100% !important;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    opacity: 1 !important;
    animation: none !important;
  }
}



