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

@font-face { font-family: 'rawline-800';  src: url('https://ematerials.ecraft.com/hubfs/Ecraft_December2017/Fonts/rawline-800.ttf') format('truetype');}

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Open+Sans:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.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;
}

/* 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;
} 
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    background-color: #fff;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    width: 1280px;
    max-width: 95%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

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

/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

/** 
 * Transition 
 *
 *  
 */


/** 
 * Border Radius 
 *
 *  
 */

/** 
 * Box Shadow  
 *
 *  
 */

/** 
 * Transform
 *
 *  
 */



/** 
 * Animation
 *
 *  
 */






/** 
 * Filter
 *
 *  
 */


/* Custom Columns
   ========================================================================== */
.custom_row:after,
.custom_row:before {content: "";display: table;}
.custom_row:after {clear: both;}
.custom_row,
.row-fluid .custom_row,
.custom_row.widget-span,
.row-fluid .custom_row.widget-span {
	width: auto;
	float: none;
	margin-left: -15px;
	margin-right: -15px;
}
.custom_xs-cols .row-fluid #custom_col,
.custom_sm-cols .row-fluid #custom_col,
.custom_md-cols .row-fluid #custom_col,
.custom_lg-cols .row-fluid #custom_col{
	padding-left: 15px;
	padding-right: 15px;
	float: none;
	margin-left: 0;
	position: relative;
	width: 100%;
}
.custom_xs-cols {}
.custom_xs-cols .row-fluid #custom_col {float: left;}
.custom_xs-cols .row-fluid #custom_col.span1 {width: 8.33333333%;}
.custom_xs-cols .row-fluid #custom_col.span2 {width: 16.66666667%;}
.custom_xs-cols .row-fluid #custom_col.span3 {width: 25%;}
.custom_xs-cols .row-fluid #custom_col.span4 {width: 33.33333333%;}
.custom_xs-cols .row-fluid #custom_col.span5 {width: 41.66666667%;}
.custom_xs-cols .row-fluid #custom_col.span6 {width: 50%;}
.custom_xs-cols .row-fluid #custom_col.span7 {width: 58.33333333%;}
.custom_xs-cols .row-fluid #custom_col.span8 {width: 66.66666667%;}
.custom_xs-cols .row-fluid #custom_col.span9 {width: 75%;}
.custom_xs-cols .row-fluid #custom_col.span10 {width: 83.33333333%;}
.custom_xs-cols .row-fluid #custom_col.span11 {width: 91.66666667%;}
.custom_xs-cols .row-fluid #custom_col.span12 {width: 100%;}
.custom_xs-cols .row-fluid #custom_col.pull-12 {right: 100%}
.custom_xs-cols .row-fluid #custom_col.pull-11 {right: 91.66666667%}
.custom_xs-cols .row-fluid #custom_col.pull-10 {right: 83.33333333%}
.custom_xs-cols .row-fluid #custom_col.pull-9 {right: 75%}
.custom_xs-cols .row-fluid #custom_col.pull-8 {right: 66.66666667%}
.custom_xs-cols .row-fluid #custom_col.pull-7 {right: 58.33333333%}
.custom_xs-cols .row-fluid #custom_col.pull-6 {right: 50%}
.custom_xs-cols .row-fluid #custom_col.pull-5 {right: 41.66666667%}
.custom_xs-cols .row-fluid #custom_col.pull-4 {right: 33.33333333%}
.custom_xs-cols .row-fluid #custom_col.pull-3 {right: 25%}
.custom_xs-cols .row-fluid #custom_col.pull-2 {right: 16.66666667%}
.custom_xs-cols .row-fluid #custom_col.pull-1 {right: 8.33333333%}
.custom_xs-cols .row-fluid #custom_col.pull-0 {right: 0}
.custom_xs-cols .row-fluid #custom_col.push-12 {left: 100%}
.custom_xs-cols .row-fluid #custom_col.push-11 {left: 91.66666667%}
.custom_xs-cols .row-fluid #custom_col.push-10 {left: 83.33333333%}
.custom_xs-cols .row-fluid #custom_col.push-9 {left: 75%}
.custom_xs-cols .row-fluid #custom_col.push-8 {left: 66.66666667%}
.custom_xs-cols .row-fluid #custom_col.push-7 {left: 58.33333333%}
.custom_xs-cols .row-fluid #custom_col.push-6 {left: 50%}
.custom_xs-cols .row-fluid #custom_col.push-5 {left: 41.66666667%}
.custom_xs-cols .row-fluid #custom_col.push-4 {left: 33.33333333%}
.custom_xs-cols .row-fluid #custom_col.push-3 {left: 25%}
.custom_xs-cols .row-fluid #custom_col.push-2 {left: 16.66666667%}
.custom_xs-cols .row-fluid #custom_col.push-1 {left: 8.33333333%}
.custom_xs-cols .row-fluid #custom_col.push-0 {left: 0}
.custom_xs-cols .row-fluid #custom_col.offset-12 {margin-left: 100%}
.custom_xs-cols .row-fluid #custom_col.offset-11 {margin-left: 91.66666667%}
.custom_xs-cols .row-fluid #custom_col.offset-10 {margin-left: 83.33333333%}
.custom_xs-cols .row-fluid #custom_col.offset-9 {margin-left: 75%}
.custom_xs-cols .row-fluid #custom_col.offset-8 {margin-left: 66.66666667%}
.custom_xs-cols .row-fluid #custom_col.offset-7 {margin-left: 58.33333333%}
.custom_xs-cols .row-fluid #custom_col.offset-6 {margin-left: 50%}
.custom_xs-cols .row-fluid #custom_col.offset-5 {margin-left: 41.66666667%}
.custom_xs-cols .row-fluid #custom_col.offset-4 {margin-left: 33.33333333%}
.custom_xs-cols .row-fluid #custom_col.offset-3 {margin-left: 25%}
.custom_xs-cols .row-fluid #custom_col.offset-2 {margin-left: 16.66666667%}
.custom_xs-cols .row-fluid #custom_col.offset-1 {margin-left: 8.33333333%}
.custom_xs-cols .row-fluid #custom_col.offset-0 {margin-left: 0}
@media (min-width: 768px) {
	.custom_sm-cols {}
	.custom_sm-cols .row-fluid #custom_col {float: left;}
	.custom_sm-cols .row-fluid #custom_col.span1 {width: 8.33333333%;}
	.custom_sm-cols .row-fluid #custom_col.span2 {width: 16.66666667%;}
	.custom_sm-cols .row-fluid #custom_col.span3 {width: 25%;}
	.custom_sm-cols .row-fluid #custom_col.span4 {width: 33.33333333%;}
	.custom_sm-cols .row-fluid #custom_col.span5 {width: 41.66666667%;}
	.custom_sm-cols .row-fluid #custom_col.span6 {width: 50%;}
	.custom_sm-cols .row-fluid #custom_col.span7 {width: 58.33333333%;}
	.custom_sm-cols .row-fluid #custom_col.span8 {width: 66.66666667%;}
	.custom_sm-cols .row-fluid #custom_col.span9 {width: 75%;}
	.custom_sm-cols .row-fluid #custom_col.span10 {width: 83.33333333%;}
	.custom_sm-cols .row-fluid #custom_col.span11 {width: 91.66666667%;}
	.custom_sm-cols .row-fluid #custom_col.span12 {width: 100%;}
	.custom_sm-cols .row-fluid #custom_col.pull-12 {right: 100%}
	.custom_sm-cols .row-fluid #custom_col.pull-11 {right: 91.66666667%}
	.custom_sm-cols .row-fluid #custom_col.pull-10 {right: 83.33333333%}
	.custom_sm-cols .row-fluid #custom_col.pull-9 {right: 75%}
	.custom_sm-cols .row-fluid #custom_col.pull-8 {right: 66.66666667%}
	.custom_sm-cols .row-fluid #custom_col.pull-7 {right: 58.33333333%}
	.custom_sm-cols .row-fluid #custom_col.pull-6 {right: 50%}
	.custom_sm-cols .row-fluid #custom_col.pull-5 {right: 41.66666667%}
	.custom_sm-cols .row-fluid #custom_col.pull-4 {right: 33.33333333%}
	.custom_sm-cols .row-fluid #custom_col.pull-3 {right: 25%}
	.custom_sm-cols .row-fluid #custom_col.pull-2 {right: 16.66666667%}
	.custom_sm-cols .row-fluid #custom_col.pull-1 {right: 8.33333333%}
	.custom_sm-cols .row-fluid #custom_col.pull-0 {right: 0}
	.custom_sm-cols .row-fluid #custom_col.push-12 {left: 100%}
	.custom_sm-cols .row-fluid #custom_col.push-11 {left: 91.66666667%}
	.custom_sm-cols .row-fluid #custom_col.push-10 {left: 83.33333333%}
	.custom_sm-cols .row-fluid #custom_col.push-9 {left: 75%}
	.custom_sm-cols .row-fluid #custom_col.push-8 {left: 66.66666667%}
	.custom_sm-cols .row-fluid #custom_col.push-7 {left: 58.33333333%}
	.custom_sm-cols .row-fluid #custom_col.push-6 {left: 50%}
	.custom_sm-cols .row-fluid #custom_col.push-5 {left: 41.66666667%}
	.custom_sm-cols .row-fluid #custom_col.push-4 {left: 33.33333333%}
	.custom_sm-cols .row-fluid #custom_col.push-3 {left: 25%}
	.custom_sm-cols .row-fluid #custom_col.push-2 {left: 16.66666667%}
	.custom_sm-cols .row-fluid #custom_col.push-1 {left: 8.33333333%}
	.custom_sm-cols .row-fluid #custom_col.push-0 {left: 0}
	.custom_sm-cols .row-fluid #custom_col.offset-12 {margin-left: 100%}
	.custom_sm-cols .row-fluid #custom_col.offset-11 {margin-left: 91.66666667%}
	.custom_sm-cols .row-fluid #custom_col.offset-10 {margin-left: 83.33333333%}
	.custom_sm-cols .row-fluid #custom_col.offset-9 {margin-left: 75%}
	.custom_sm-cols .row-fluid #custom_col.offset-8 {margin-left: 66.66666667%}
	.custom_sm-cols .row-fluid #custom_col.offset-7 {margin-left: 58.33333333%}
	.custom_sm-cols .row-fluid #custom_col.offset-6 {margin-left: 50%}
	.custom_sm-cols .row-fluid #custom_col.offset-5 {margin-left: 41.66666667%}
	.custom_sm-cols .row-fluid #custom_col.offset-4 {margin-left: 33.33333333%}
	.custom_sm-cols .row-fluid #custom_col.offset-3 {margin-left: 25%}
	.custom_sm-cols .row-fluid #custom_col.offset-2 {margin-left: 16.66666667%}
	.custom_sm-cols .row-fluid #custom_col.offset-1 {margin-left: 8.33333333%}
	.custom_sm-cols .row-fluid #custom_col.offset-0 {margin-left: 0}
}
@media (min-width: 992px) {
	.custom_md-cols {}
	.custom_md-cols .row-fluid #custom_col {float: left;}
	.custom_md-cols .row-fluid #custom_col.span1 {width: 8.33333333%;}
	.custom_md-cols .row-fluid #custom_col.span2 {width: 16.66666667%;}
	.custom_md-cols .row-fluid #custom_col.span3 {width: 25%;}
	.custom_md-cols .row-fluid #custom_col.span4 {width: 33.33333333%;}
	.custom_md-cols .row-fluid #custom_col.span5 {width: 41.66666667%;}
	.custom_md-cols .row-fluid #custom_col.span6 {width: 50%;}
	.custom_md-cols .row-fluid #custom_col.span7 {width: 58.33333333%;}
	.custom_md-cols .row-fluid #custom_col.span8 {width: 66.66666667%;}
	.custom_md-cols .row-fluid #custom_col.span9 {width: 75%;}
	.custom_md-cols .row-fluid #custom_col.span10 {width: 83.33333333%;}
	.custom_md-cols .row-fluid #custom_col.span11 {width: 91.66666667%;}
	.custom_md-cols .row-fluid #custom_col.span12 {width: 100%;}
	.custom_md-cols .row-fluid #custom_col.pull-12 {right: 100%}
	.custom_md-cols .row-fluid #custom_col.pull-11 {right: 91.66666667%}
	.custom_md-cols .row-fluid #custom_col.pull-10 {right: 83.33333333%}
	.custom_md-cols .row-fluid #custom_col.pull-9 {right: 75%}
	.custom_md-cols .row-fluid #custom_col.pull-8 {right: 66.66666667%}
	.custom_md-cols .row-fluid #custom_col.pull-7 {right: 58.33333333%}
	.custom_md-cols .row-fluid #custom_col.pull-6 {right: 50%}
	.custom_md-cols .row-fluid #custom_col.pull-5 {right: 41.66666667%}
	.custom_md-cols .row-fluid #custom_col.pull-4 {right: 33.33333333%}
	.custom_md-cols .row-fluid #custom_col.pull-3 {right: 25%}
	.custom_md-cols .row-fluid #custom_col.pull-2 {right: 16.66666667%}
	.custom_md-cols .row-fluid #custom_col.pull-1 {right: 8.33333333%}
	.custom_md-cols .row-fluid #custom_col.pull-0 {right: 0}
	.custom_md-cols .row-fluid #custom_col.push-12 {left: 100%}
	.custom_md-cols .row-fluid #custom_col.push-11 {left: 91.66666667%}
	.custom_md-cols .row-fluid #custom_col.push-10 {left: 83.33333333%}
	.custom_md-cols .row-fluid #custom_col.push-9 {left: 75%}
	.custom_md-cols .row-fluid #custom_col.push-8 {left: 66.66666667%}
	.custom_md-cols .row-fluid #custom_col.push-7 {left: 58.33333333%}
	.custom_md-cols .row-fluid #custom_col.push-6 {left: 50%}
	.custom_md-cols .row-fluid #custom_col.push-5 {left: 41.66666667%}
	.custom_md-cols .row-fluid #custom_col.push-4 {left: 33.33333333%}
	.custom_md-cols .row-fluid #custom_col.push-3 {left: 25%}
	.custom_md-cols .row-fluid #custom_col.push-2 {left: 16.66666667%}
	.custom_md-cols .row-fluid #custom_col.push-1 {left: 8.33333333%}
	.custom_md-cols .row-fluid #custom_col.push-0 {left: 0}
	.custom_md-cols .row-fluid #custom_col.offset-12 {margin-left: 100%}
	.custom_md-cols .row-fluid #custom_col.offset-11 {margin-left: 91.66666667%}
	.custom_md-cols .row-fluid #custom_col.offset-10 {margin-left: 83.33333333%}
	.custom_md-cols .row-fluid #custom_col.offset-9 {margin-left: 75%}
	.custom_md-cols .row-fluid #custom_col.offset-8 {margin-left: 66.66666667%}
	.custom_md-cols .row-fluid #custom_col.offset-7 {margin-left: 58.33333333%}
	.custom_md-cols .row-fluid #custom_col.offset-6 {margin-left: 50%}
	.custom_md-cols .row-fluid #custom_col.offset-5 {margin-left: 41.66666667%}
	.custom_md-cols .row-fluid #custom_col.offset-4 {margin-left: 33.33333333%}
	.custom_md-cols .row-fluid #custom_col.offset-3 {margin-left: 25%}
	.custom_md-cols .row-fluid #custom_col.offset-2 {margin-left: 16.66666667%}
	.custom_md-cols .row-fluid #custom_col.offset-1 {margin-left: 8.33333333%}
	.custom_md-cols .row-fluid #custom_col.offset-0 {margin-left: 0}
}
@media (min-width: 1200px) {
	.custom_lg-cols {}
	.custom_lg-cols .row-fluid #custom_col {float: left;}
	.custom_lg-cols .row-fluid #custom_col.span1 {width: 8.33333333%;}
	.custom_lg-cols .row-fluid #custom_col.span2 {width: 16.66666667%;}
	.custom_lg-cols .row-fluid #custom_col.span3 {width: 25%;}
	.custom_lg-cols .row-fluid #custom_col.span4 {width: 33.33333333%;}
	.custom_lg-cols .row-fluid #custom_col.span5 {width: 41.66666667%;}
	.custom_lg-cols .row-fluid #custom_col.span6 {width: 50%;}
	.custom_lg-cols .row-fluid #custom_col.span7 {width: 58.33333333%;}
	.custom_lg-cols .row-fluid #custom_col.span8 {width: 66.66666667%;}
	.custom_lg-cols .row-fluid #custom_col.span9 {width: 75%;}
	.custom_lg-cols .row-fluid #custom_col.span10 {width: 83.33333333%;}
	.custom_lg-cols .row-fluid #custom_col.span11 {width: 91.66666667%;}
	.custom_lg-cols .row-fluid #custom_col.span12 {width: 100%;}
	.custom_lg-cols .row-fluid #custom_col.pull-12 {right: 100%}
	.custom_lg-cols .row-fluid #custom_col.pull-11 {right: 91.66666667%}
	.custom_lg-cols .row-fluid #custom_col.pull-10 {right: 83.33333333%}
	.custom_lg-cols .row-fluid #custom_col.pull-9 {right: 75%}
	.custom_lg-cols .row-fluid #custom_col.pull-8 {right: 66.66666667%}
	.custom_lg-cols .row-fluid #custom_col.pull-7 {right: 58.33333333%}
	.custom_lg-cols .row-fluid #custom_col.pull-6 {right: 50%}
	.custom_lg-cols .row-fluid #custom_col.pull-5 {right: 41.66666667%}
	.custom_lg-cols .row-fluid #custom_col.pull-4 {right: 33.33333333%}
	.custom_lg-cols .row-fluid #custom_col.pull-3 {right: 25%}
	.custom_lg-cols .row-fluid #custom_col.pull-2 {right: 16.66666667%}
	.custom_lg-cols .row-fluid #custom_col.pull-1 {right: 8.33333333%}
	.custom_lg-cols .row-fluid #custom_col.pull-0 {right: 0}
	.custom_lg-cols .row-fluid #custom_col.push-12 {left: 100%}
	.custom_lg-cols .row-fluid #custom_col.push-11 {left: 91.66666667%}
	.custom_lg-cols .row-fluid #custom_col.push-10 {left: 83.33333333%}
	.custom_lg-cols .row-fluid #custom_col.push-9 {left: 75%}
	.custom_lg-cols .row-fluid #custom_col.push-8 {left: 66.66666667%}
	.custom_lg-cols .row-fluid #custom_col.push-7 {left: 58.33333333%}
	.custom_lg-cols .row-fluid #custom_col.push-6 {left: 50%}
	.custom_lg-cols .row-fluid #custom_col.push-5 {left: 41.66666667%}
	.custom_lg-cols .row-fluid #custom_col.push-4 {left: 33.33333333%}
	.custom_lg-cols .row-fluid #custom_col.push-3 {left: 25%}
	.custom_lg-cols .row-fluid #custom_col.push-2 {left: 16.66666667%}
	.custom_lg-cols .row-fluid #custom_col.push-1 {left: 8.33333333%}
	.custom_lg-cols .row-fluid #custom_col.push-0 {left: 0}
	.custom_lg-cols .row-fluid #custom_col.offset-12 {margin-left: 100%}
	.custom_lg-cols .row-fluid #custom_col.offset-11 {margin-left: 91.66666667%}
	.custom_lg-cols .row-fluid #custom_col.offset-10 {margin-left: 83.33333333%}
	.custom_lg-cols .row-fluid #custom_col.offset-9 {margin-left: 75%}
	.custom_lg-cols .row-fluid #custom_col.offset-8 {margin-left: 66.66666667%}
	.custom_lg-cols .row-fluid #custom_col.offset-7 {margin-left: 58.33333333%}
	.custom_lg-cols .row-fluid #custom_col.offset-6 {margin-left: 50%}
	.custom_lg-cols .row-fluid #custom_col.offset-5 {margin-left: 41.66666667%}
	.custom_lg-cols .row-fluid #custom_col.offset-4 {margin-left: 33.33333333%}
	.custom_lg-cols .row-fluid #custom_col.offset-3 {margin-left: 25%}
	.custom_lg-cols .row-fluid #custom_col.offset-2 {margin-left: 16.66666667%}
	.custom_lg-cols .row-fluid #custom_col.offset-1 {margin-left: 8.33333333%}
	.custom_lg-cols .row-fluid #custom_col.offset-0 {margin-left: 0}
}

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

/* Basic text */
p {
    margin: 0 0 10px;
} 
.content-wrapper p{
    font-size: 1em;
    font-family: 'Open Sans', Lato, Arial, sans-serif;
    line-height: 1.6;
    margin-bottom: 1em;
    color: #333;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    font-size: 3.7em;
    font-weight: 900;
}
.hs_cos_wrapper_type_header h1{
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  font-size: 3.5em;
  font-weight: 900;
}
.hs_cos_wrapper_type_header h1:after{
  content: '';
  margin: 0 auto;
  position: absolute;
  background: #fc0;
  bottom: -25px;
  z-index: -1;
  width: 50px;
  height: 6px;
  left: 50%;
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
h2 {
    font-size: 3.5em;
    font-weight: 900;
}
h3 {
    font-size: 2.2em;
    font-weight: 900;
}
h4 {
    font-size: 1.9em;
    font-weight: 900;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p a, p.thin a {
    font-weight: 700;
}
/* Anchor Links */
a { 
    color: #000;
    outline: 0 none;
    text-decoration: none;
}
a:hover, a:focus {  }

/* Lists */
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

.content-wrapper ul{
    padding-left: 0;
    list-style-type: none;
}
.content-wrapper ul li{
    line-height: 1.6;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    padding-top: 5px;
    margin-left: 0;
    z-index: 10;
}
.content-wrapper ul li:before{
    content: '';
    background-image: url("//cdn2.hubspot.net/hubfs/4023473/Ecraft_December2017/Layout/fa-check-yellow.png");
    width: 16px;
    height: 12px;
    position: absolute;
    top: 14px;
    left: 8px;
    background-size: cover;
}
.content-wrapper .widget-type-post_listing li,
.content-wrapper .widget-type-post_filter li,
.content-wrapper .hs-menu-wrapper li,
.content-wrapper .widget-type-menu li,
.content-wrapper form li,
.content-wrapper .hs-blog-social-share li{
    padding:0;
    margin:0;
}
.content-wrapper .widget-type-post_listing li:before,
.content-wrapper .widget-type-post_filter li:before,
.content-wrapper .hs-menu-wrapper li:before,
.content-wrapper .widget-type-menu li:before,
.content-wrapper form li:before,
.content-wrapper .hs-blog-social-share li:before{
    display:none;
    
}

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

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

.main-content h1:first-child,
.main-content h2:first-child,
.main-content h3:first-child,
.main-content h4:first-child,
.main-content h5:first-child,
.main-content h6:first-child,
.main-content p:first-child,
.main-content ul:first-child,
.main-content ol:first-child,
.sidebar h1:first-child,
.sidebar h2:first-child,
.sidebar h3:first-child,
.sidebar h4:first-child,
.sidebar h5:first-child,
.sidebar h6:first-child,
.sidebar p:first-child,
.sidebar ul:first-child,
.sidebar ol:first-child,
.blog-sidebar h1:first-child,
.blog-sidebar h2:first-child,
.blog-sidebar h3:first-child,
.blog-sidebar h4:first-child,
.blog-sidebar h5:first-child,
.blog-sidebar h6:first-child,
.blog-sidebar p:first-child,
.blog-sidebar ul:first-child,
.blog-sidebar ol:first-child{
    margin-top: 0;
}

h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {display: none;}
/* =============== EU Cookie Confirmation Bar =============== */

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

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

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


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


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

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

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


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

.header-container-wrapper {
    position:relative;
}
.header-container {}
.header-container .widget-type-global_group{
  min-height: 0;
}

/* Main Header */
.header-container .custom_main-header{
  padding-top: 22px;
  z-index: 199;
  position: absolute;
  width: 100%;
  top:0;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  left:0;
}
.header-container .custom_main-header a{
   color: #fff;
}
.header-container .custom_main-header a:hover,
.header-container .custom_main-header li.active > a{
  color: #fc0;
}


/* Top Pane */
.row-fluid .custom_top-pane{
   background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;text-align: center;
  overflow: hidden;
  padding-top: 120px;
  position: relative;
}
.custom_top-pane .page-center{
  padding-top:12em;
  padding-bottom:12em;
}
.custom_top-pane *{
  color:#fff;
}
.custom_top-pane h1{
  font-size: 4em;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  color: #fff;
  text-shadow: 0em .1em .25em rgba(0,0,0,.5);
  max-width: 900px;
  margin: 0 auto 0.554em;
}
.custom_top-pane p{
  max-width: 800px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.6;
}

.custom_top-pane:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 190px;
  z-index: 10;
  background: transparent;
  background: -moz-linear-gradient(top,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 81%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 81%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 81%,rgba(0,0,0,0) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}


/* logo Styling */
.header-container .widget-type-logo{
  float: left;
  width:auto;
  margin:0;
  padding: 15px 0;
}
.header-container .widget-type-logo a{
  margin-top: 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  float: left;
}


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

    /* Menu Wrapper */
    .header-container .custom_menu-wrapper{
      float: right;
      width: auto;
      margin:0;
    }
    .header-container .custom_secondary-menu,
    .header-container .custom-menu-primary,
    .header-container .custom_section-menu{
      float: right;
      width: auto;
    }
    .header-container .custom_secondary-menu ul ul li.active-branch > a{
        font-weight:500;
    }
    
    /* Secondary Menu */
    .custom_secondary-menu .hs-menu-wrapper > ul{
      margin-top: 4px;
      font-size: .75em;
      font-weight: 300;
    }
    .custom_secondary-menu .hs-menu-wrapper > ul > li{
      width:auto;
      display:inline-block;
      float:none !important;
    }
    .custom_secondary-menu .hs-menu-wrapper > ul > li > a{
      padding: 13px 15px;
      vertical-align: middle;
      background-color: transparent;
      display: block;
      -moz-transition: all ease .4s;
      -o-transition: all ease .4s;
      -webkit-transition: all ease .4s;
      transition: all ease .4s;
      
    }
    .custom_secondary-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: "\f078";
      margin-left: 8px;
      font-size: .85em;
      -moz-transition: .2s;
      -o-transition: .2s;
      -webkit-transition: .2s;
      transition: .2s;
    }
    .custom_menu-wrapper .hs-menu-wrapper ul ul{
      min-width: 280px;
      background-color: #000;
      margin-top:-1px;
    }
    .custom_menu-wrapper .hs-menu-wrapper ul ul > li > a{
      font-weight: 500;
      padding: 10px 15px;
      white-space:normal !important;
    }
    .custom_menu-wrapper .hs-menu-wrapper ul ul ul{
        margin-top:0;
    }
    
    .custom_secondary-menu .hs-menu-wrapper > ul > li.active > a,
    .custom_secondary-menu .hs-menu-wrapper > ul > li.active-branch > a{
      font-weight: 900;
      color: #fc0;
    }
    .custom_secondary-menu .hs-menu-wrapper ul ul > li.active-branch > a{
      font-weight: 700;
      color: #fc0;
    }
    
    
    /* Section Menu */
    .custom_section-menu{
      
    }
    .custom_section-menu .hs-menu-wrapper > ul > li{
      float: none !important;
      width: auto;
      display: inline-block;
      font-size: .85em;
    }
    .custom_section-menu .hs-menu-wrapper > ul > li > a{
      padding: 13px 9px;
      -moz-transition: all ease .4s;
      -o-transition: all ease .4s;
      -webkit-transition: all ease .4s;
      transition: all ease .4s;
      position: relative;
    }
    .custom_section-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fc0;
      font-size: .85em;
      margin-left: 12px;
      -moz-transition: .2s;
      -o-transition: .2s;
      -webkit-transition: .2s;
      transition: .2s;
      content: "\f078";
    }
    .custom_section-menu .hs-menu-wrapper ul ul{
      padding-top:1px;
    }
    .custom_section-menu .hs-menu-wrapper ul ul > li > a{
      font-weight: 500;
      font-size: .9em;
      padding: 10px 15px;
      display: block;
    }
    
    .custom_section-menu .hs-menu-wrapper > ul > li.section-parent > a{
      margin-right: 19px;
      padding: 11px 9px;
      font-size: 1.2em;
      color: #fc0;
    }
    .custom_section-menu .hs-menu-wrapper > ul > li.section-parent > a:after{
      content: "»";
      position: absolute;
      right: -14px;
      top: 14px;
      font-weight: 900;
      color: #fff;
      font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 1em;
    }
    .custom_section-menu .hs-menu-wrapper > ul > li.section-parent ul{
      display: none !important;
    }
    
    
    .custom_section-menu.fixed{
        z-index: 98;
        background-color: #000;
        width: 100%;
        max-width: 1200px;
        height: auto;
        padding: 0;
        margin-bottom: 0;
        position: fixed;
        top: 0;
        text-align: center;
        left: 50%;
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
        display:none;
    }
    .custom_section-menu.fixed ul ul{
          text-align: left;
    }
    .custom_section-menu.fixed:after{
      content: "";
      position: absolute;
      top: 0;
      border-width: 48px 48px 0px 0px;
      border-style: solid;
      border-color: #000 transparent transparent #000;
      left: 100%;
    }
    .custom_section-menu.fixed:before{
      content: "";
      position: absolute;
      top: 0;
      border-width: 48px 0 0 48px;
      border-style: solid;
      border-color: #000 #000 transparent transparent;
      right: 100%;
    }
    
    .sticky-header .custom_section-menu.fixed{
        display:block;
    }
    .row-fluid .custom_section-menu{
      min-height: 0;
    }
    .row-fluid .custom_section-menu ul:empty{
      display: none;
    }

}


/* BreadCrumbs */
.custom_breadcrumbs-wrapper{
  position: relative;
  border-bottom: 1px solid #eee;
}
.custom_breadcrumbs-wrapper ul.hs-breadcrumb-menu{
  
}
.custom_breadcrumbs-wrapper ul.hs-breadcrumb-menu:after{
  content: '';
  height: 1px;
  width: 100%;
  background-color: #eee;
  position: absolute;
  bottom: 0px;
  left:0;
}
ul.hs-breadcrumb-menu{
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 24px 0;
  color: #323232;
  font-size: 16px;
  background-color: transparent;
}
ul.hs-breadcrumb-menu li{
  padding:0;
}
.hs-breadcrumb-menu-divider::before {
  content: '/';
  padding-left: 0px;
  margin-left: 18px;
  margin-right: 18px;
  line-height: 1;
}
ul.hs-breadcrumb-menu li a{
  line-height: 1;
  font-weight: 900;
  color: #323232;
}
ul.hs-breadcrumb-menu li:first-child > a{
 
}
ul.hs-breadcrumb-menu li a:hover{
  color: #ccc;
}
.widget-type-menu ul:empty{
  display: none;
}
/* =============== Content =============== */

.body-container-wrapper {
    padding-top:40px;
}
.body-container {
   
    
}

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

.sidebar h3:first-child,
.blog-sidebar h3:first-child{
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 17px;
  font-weight: 900;
  font-style: italic;
  font-size: 1.3em;
  text-transform: none;
}

.sidebar > .row-fluid-wrapper,
.blog-sidebar > .row-fluid-wrapper{
    margin-bottom:47px;
}
.sidebar > .row-fluid-wrapper:last-child,
.blog-sidebar > .row-fluid-wrapper:last-child{
    margin-bottom:0;
}

.widget-type-post_listing ul li,
.widget-type-post_filter ul li,
.content-wrapper .widget-type-post_listing ul li,
.content-wrapper .widget-type-post_filter ul li{
  padding: 0px 0px 6px 0px;
}
.widget-type-post_listing ul li a,
.widget-type-post_filter ul li a{
  text-decoration: none;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  font-size: 13px;
  display: block;
  position: relative;
  padding-right:25px;
}
.widget-type-post_filter ul li a span{
  display: inline;
  float: right;
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
	-o-border-radius: 5px;
    border-radius: 5px;;
  background-color: #eee;
  color: #555;
  width: 25px;
  font-weight: 900;
  font-size: 12px;
  padding: 2px 0px;
  position: absolute;
  right: 0;
  text-align: center;
}



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

.footer-container-wrapper{
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 60px;
  color: #fff;
  overflow: hidden;
}
.footer-container-wrapper *{
  color:#fff;
}
.footer-container {}


/* Footer Menu */
.custom_footer-menu .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;
}
.custom_footer-menu ul li a img{
  height: 18px;
  width: auto;
  margin-bottom: 2px;
  margin-right: 10px;
  vertical-align: middle;
}
.custom_footer-menu .hs-menu-wrapper > ul > li{
  margin: 5px 0;
}
.custom_footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children{
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  white-space: normal;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.custom_footer-menu .hs-menu-wrapper > ul ul > li{
  margin: 5px 0;
}
.custom_footer-menu .hs-menu-wrapper > ul > li a{
  white-space: normal !important;
}
.footer-container #custom_col.right > .row-fluid-wrapper > .row-fluid > .custom_row > .row-fluid-wrapper{
  margin-bottom: 30px;
}
.custom_footer-about{
  padding-bottom: 1.2em;
  margin-top: 17px;
  margin-bottom: 17px;
  line-height: 1.2em;
}
.custom_footer-about p{
    
}
.custom_footer-adress{
  margin:17px 0;
  line-height: 1.3em;
}
.footer-container #custom_col.right > .row-fluid-wrapper > .row-fluid > .custom_row > .row-fluid-wrapper .widget-span:not(#custom_col){
    margin:17px 0;
}
.custom_footer-adress p{
  font-size: 17px;
}
.custom_footer-adress p strong{
    font-weight: 700;
    font-size: 19px;
}
.custom_footer-adress p:last-child{
  margin:0;
}
.custom_footer-adress p a{
  color: #fc0;
}

.custom_footer-socials{
  margin:0 !important;
  text-align: right;
  padding-top: 27px;
}
.custom_footer-socials a i{
  font-size: 36px;
  color: #fc0;
  margin: 0 10px;
  display: inline-block;
}

.custom_footer-logo{
  padding-bottom: 30px;
}
.custom_footer-menu .hs-menu-wrapper > ul > li:first-child{
  margin-top:0;
}
.custom_footer-menu .hs-menu-wrapper > ul > li > a{
  font-weight: bold;
}
.custom_footer-menu .hs-menu-wrapper > ul > li > ul{
  padding-bottom: 10px;
  margin-bottom:10px;
  border-bottom: 1px solid #2e2e2e;
}
.custom_footer-menu .hs-menu-wrapper > ul > li:first-child{
  margin-bottom:0;
  padding-bottom:0;
}
.custom_footer-menu .hs-menu-wrapper > ul > li:last-child > ul{
  margin-bottom: 0;
  padding-bottom:0;
  border:0;
}
.custom_footer-menu .hs-menu-wrapper  ul > li > a{
  display: inline-block;
}
.custom_footer-menu .hs-menu-wrapper > ul > li:nth-child(4) > a{
   font-weight: 400;
}
.custom_footer-menu .hs-menu-wrapper > ul > li > ul{
    padding-bottom: 11px;
}
.custom_footer-menu .hs-menu-wrapper > ul > li:nth-child(3) > a{
      margin-top:2px;
    }
@-moz-document url-prefix() {
    
    .custom_footer-menu .hs-menu-wrapper > ul > li:nth-child(3) > a{
      margin-top:2px;
    }
    .custom_footer-menu .hs-menu-wrapper > ul > li:nth-child(4){
      margin-top:-1px;
    }
    .custom_footer-logo{
      padding-bottom: 31px;
    }
    
}




@media screen and (-webkit-min-device-pixel-ratio:0) {
  .custom_footer-about > div{
      margin-bottom:-1px;
  }
   .custom_footer-menu .hs-menu-wrapper > ul > li:nth-child(3) > a{
      margin-top:1px;
      margin-bottom:2px;
    }
}


/* Back to Top */
#back-to-top{
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 90;
}
#back-to-top img{
  width: 60px;
  padding: 20px;
  border: 1px solid #fc0;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
	-o-border-radius: 50%;
    border-radius: 50%;;
  background-color: rgba(255,204,0,.1);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,.15);
	-o-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);;
}

.footer-container .widget-type-page_footer{
  padding-top:10px;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:768px) {
    /* Parent List */
    .custom_menu-wrapper .hs-menu-flow-horizontal > ul{
      display: block;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        width:auto;
        display:inline-block;
        float:none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        margin-left: 15px;
        padding: 13px 15px;
        vertical-align: middle;
        background-color: transparent;
        display: block;
        -moz-transition: all ease .4s;
        -o-transition: all ease .4s;
        -webkit-transition: all ease .4s;
        transition: all ease .4s;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      color: #fc0;
      font-size: .85em;
      margin-left: 14px;
      -moz-transition: .2s;
      -o-transition: .2s;
      -webkit-transition: .2s;
      transition: .2s;
      content: "\f078";
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}
    
    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
      margin-left:15px;
      padding-top:1px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li{}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        font-weight: 500;
        font-size: .9em;
        padding: 10px 15px;     
        display: block;
        white-space:normal !important
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}
    
    
    
    .custom_menu-wrapper .hs-menu-wrapper.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
        opacity: 1 !important;
        visibility: visible !important;
        display:none;
        -webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;;
    }
    .custom_menu-wrapper .hs-menu-wrapper.flyouts > ul li.hs-item-has-children.open > ul.hs-menu-children-wrapper {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .custom_menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
        opacity: 1 !important;
        visibility: visible !important;
        display:none;
    }
    .custom_menu-wrapper .hs-menu-wrapper > ul > li.open > a{
      box-shadow: inset 0 -100px 0 0 #000;
      color: #fc0;
      background-color: #000;
    }
    .custom_menu-wrapper .hs-menu-wrapper > ul > li.open > a:after{
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }
    .custom_menu-wrapper .custom_section-menu .hs-menu-wrapper > ul > li.open > a:after{
        -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
    transform: rotate(180deg);;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a{
      font-weight: 700;
      color: #fc0;
    }

}


/* Vertical Menu */
.body-container .hs-menu-flow-vertical ul{
  background-color: #000;
  padding:10px 0;
}
.body-container .hs-menu-flow-vertical ul li a{
  font-weight: 500;
  font-size: .9em;
  padding: 10px 15px;
  display: block;
  white-space: normal !important;
  color:#fff;
}
.body-container .hs-menu-flow-vertical ul li a:hover{
  color: #fc0;
}
.body-container .hs-menu-flow-vertical ul li.active-branch > a{
  font-weight: 700;
  color: #fc0;
}
.body-container .hs-menu-flow-vertical.flyouts ul ul{
  min-width: 200px;
  margin-top:-10px;
}
.body-container .hs-menu-flow-vertical.no-flyouts ul ul{
  margin:0;
  padding:0;
  min-width: 0;
}
.body-container .hs-menu-flow-vertical.no-flyouts ul ul li a{
  padding-left:30px;
}
.body-container .hs-menu-flow-vertical.no-flyouts ul ul ul li a{
  padding-left:45px;
}
.body-container .hs-menu-flow-vertical.no-flyouts ul ul ul ul li a{
  padding-left:60px;
}
.body-container .hs-menu-flow-vertical.no-flyouts ul ul ul ul ul li a{
  padding-left:75px;
}
@media (max-width: 767px){
    .body-container .hs-menu-flow-vertical.flyouts ul ul{
      margin:0;
      padding:0;
      min-width: 0;
    }
    .body-container .hs-menu-flow-vertical.flyouts ul ul li a{
      padding-left:30px;
    }
    .body-container .hs-menu-flow-vertical.flyouts ul ul ul li a{
      padding-left:45px;
    }
    .body-container .hs-menu-flow-vertical.flyouts ul ul ul ul li a{
      padding-left:60px;
    }
    .body-container .hs-menu-flow-vertical.flyouts ul ul ul ul ul li a{
      padding-left:75px;
    }    
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper{
        display:block !important;
    }
    .row-fluid .custom_mobile-header{
        display:none;
    }
    .without-top-pane .header-container .custom_main-header{
      background: #000;
      padding-bottom: 22px;
    }
}


/* =============== 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; /**************************************/
    float: right;
    margin-right: 15px;
    border-radius: 4px;
    background-color: #fff;
    margin-top: 16px;
    padding: 5px 15px;
    border: 1px solid #111;
    color: #111;
    font-size: 15px;
    right:0;
    top:0;
  }
  .mobile-trigger:hover{
    
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

  }

 

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    border: 1px solid transparent;
    padding: 6px 12px;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;;
    background-color: #000;
    color: #fc0;
    border-color: #fc0;
    font-size: .741em;
    position: absolute;
    right: 0;
    top: 1px;
    width:auto;
    cursor:pointer;
  }
  .child-trigger:before{
      content:"+AVAA";
    }
    .child-open.child-trigger:before{
      content:"SULJE";
    }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     

  .header-container .custom-menu-primary.mobile{
      z-index: 190;
      background-color: #000;
      width: 100%;
      margin: 0;
      padding: 32px 15px 33px;
      position: fixed;
      overflow: auto;
      height: calc(100% - 68px);
      left: 0;
      top: 68px;
      display:none;
    }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled ul ul ul.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;
  }

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

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    display:inline-block;
    width:100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2){
      margin-top:1px;
  }
   .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(2) > a{
     min-height:39px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
      color:#fff;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        padding: 10px 0;
        text-align: center;
        display: block;
        background: -moz-linear-gradient(#000 0%,#000 49%,#fff 50%,#fff 51%,#000 52%,#000 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#000),color-stop(49%,#000),color-stop(50%,#fff),color-stop(51%,#fff),color-stop(52%,#000),color-stop(100%,#000));
        background: -webkit-linear-gradient(#000 0%,#000 49%,#fff 50%,#fff 51%,#000 52%,#000 100%);
        background: -o-linear-gradient(#000 0%,#000 49%,#fff 50%,#fff 51%,#000 52%,#000 100%);
        background: linear-gradient(#000 0%,#000 49%,#fff 50%,#fff 51%,#000 52%,#000 100%);
        line-height: 24px;
        margin:0 10px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a > span{
      background-color: #000;
      display: inline-block;
      padding: 0 40px;
      color: #fff;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 900;
      width: auto;
      position: relative;
      top: 1px;
      
    }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #fff;
    position: relative;
    font-size: 14px;
    padding: 9px 0 7px;
    font-weight: 900;
    line-height: 1.4;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
      color:#fff;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul{
    padding-left: 30px;
    position:relative;
    margin:1px 0 -1px;
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    font-weight:400;
    font-weight: 400;
    padding: 8px 20px;
    line-height: 20px;
    display: block;
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    padding: 10px;
    line-height: 20px;
    font-size: 13px;
  }
  .custom-menu-primary ul li a img{
      margin-right: 10px;
      height: 20px;
      width: auto;
      margin-bottom: 2px;
      display:initial;
      vertical-align:middle;
    }
    .custom-menu-primary.mobile .hs-menu-wrapper > ul  li.active-branch > a{
      color: #fc0;
      font-weight: 900;
    }
}


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


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

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

/* Blog Post */
.hs-blog-post {}
.post-header h1{
  font-size: 2em;
  margin-top: 0px;
  font-weight: 900;
}
.hs-blog-post #hubspot-author_data{
  font-style: italic;
  font-size: 1em;
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.6;
  margin-bottom:0;
  font-weight: 400;
  color: #000;
}
.hs-blog-post p#hubspot-topic_data{
  margin-top:40px;
}
.hs-blog-post p#hubspot-topic_data a{
  border: 1px solid #fc0;
  border-radius: 3px;
  margin-right: 4px;
  padding: 4px 8px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
  color: #fc0;
}

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

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

.blog .custom_top-pane h1{
 margin-bottom: 38px;
}
.blog .custom_top-pane .page-center{
  padding-bottom:7em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
   .blog .custom_top-pane h1{
     margin-bottom: 37px;
     position:relative;
     top:2px;
    }
}
/* =============== Blog Content Column =============== */

.blog .blog-content {}

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

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

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

.hs-featured-image-wrapper{
  float: left;
  width: 38%;
  min-height: 260px;
  margin-right:2%;
}
.post-item-right{
  overflow: hidden;
}
.post-header h2,
h2.post-listing-simple{
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 900;
}
#hubspot-author_data{
  font-style: italic;
  font-size: 1em;
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    display:inline-block;
    width:100%;
    margin-bottom: 40px;
}
.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: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0
}

/* Read More Link */
a.more-link{
  border: 2px solid #fc0;
  font-weight: 900;
  font-size: 1em;
  color: #000;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: none;
  display: inline-block;
  padding: .6em 1.3em .7em;
  line-height: 1.6em;
  background-color: transparent;
  letter-spacing: 0;
  -moz-transition: .4s;
  -o-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
}
a.more-link:after{
  content: '\00BB';
  margin-left: .5em;
  margin-top: -.1em;
}
a.more-link:hover{
  color: #fff;
  background-color: #fc0;
}

/* Blog Topics List */
.hs-featured-image-wrapper p#hubspot-topic_data{
  background-color: #fc0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
  min-height: 60px;
  margin:0;
}
.hs-featured-image-wrapper #hubspot-topic_data a.topic-link {
    color: #333;
    font-size: .9em;
}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  padding: 10px 0 0 0;
  height: auto;
  margin-bottom:1em;
}

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

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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

.hs-author-avatar {
    max-width: 100px;
    margin: 15px 20px 15px 0;
    float: left;
}
.hs-blog-post .hs-author-avatar,
.hs-blog-post .hs-author-social-section {
    display: none;
}
.hs-author-avatar img {
    border-radius: 50%;
}
.hs-author-profile {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #666;
}
.hs-author-profile:after {
	display: table;
	content:'';
	clear: both;
}
.hs-author-profile .hs-author-bio {
    padding-top: 15px;
}
.hs-author-profile .hs-author-social-section {
    margin: 15px 0 0;
}
.blog-pagination {
    text-align: center;
}
.blog-pagination a.previous-posts-link {
    float:left;
}
.blog-pagination a.next-posts-link {
    float:right;
}
.blog-pagination a.next-posts-link:after{
  content: '\00BB';
  margin-left: .5em;
  margin-top: -.1em;
}
.blog-pagination a.prev-posts-link:before{
  content: '\00AB';
  margin-left: auto;
  margin-right: .25em;
  float: left;
  margin-top: -.1em;
}
h3.hs-author-listing-header {
    margin:10px 0 20px;
}

.custom_listing_comments{
    display: block;
    margin: 10px 0;
}

.custom_listing_comments {
    border: 1px solid #DDD;
    margin: 20px 0px;
    padding: 15px 20px;
}

.blog-pagination a{
  border: 2px solid #fc0;
  font-weight: 900;
  font-size: 1em;
  color: #000;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: none;
  display: inline-block;
  padding: .6em 1.3em .7em;
  line-height: 1.6em;
  background-color: transparent;
  letter-spacing: 0;
  -moz-transition: .4s;
  -o-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
}
.blog-pagination a:hover{
  color: #fff;
  background-color: #fc0;
}
.hs-author-profile h2.hs-author-name{
  font-size: 3em;
}
@media (max-width:768px){
    .hs-author-profile h2.hs-author-name{
      font-size: 1.75em;
    }
    
}
@media (max-width:767px){
	.blog-sidebar {
    	margin:20px 0px 10px;
	}

	.hs-featured-image-wrapper{
      width: 100%;
      float: none;
      margin-bottom: 20px;
    }
    .post-item-right{
      text-align: center;
    }
    .post-item-right .hs-blog-social-share-list{
      display: inline-block;
      vertical-align: middle;
    }
}
@media (max-width: 480px) {
	.hs-author-avatar {
		margin: 15px 0;
		float: none;
	}
	.hs-author-profile .hs-author-bio {
		padding-top: 0;
	}
	 .hs-author-profile .hs-author-avatar{
    	 float:none;
    	margin-right:auto;
    	margin-left: auto;
	 }
}

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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    font:inherit;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 1.05em;
    padding: 10px 0;
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #fff;
    width: 100%;
    color: #000;
    font-family: sans-serif;
    line-height: normal;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
	-o-border-radius: 2px;
    border-radius: 2px;;
    outline:none;
}

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

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

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

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

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

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

/* Error */
.hs-error-msgs label{}

ul.hs-error-msgs{
  background: #cc3b3b url('//cdn2.hubspot.net/hubfs/4023473/Ecraft_December2017/Layout/icon_close_7_light.png') no-repeat 9px 50%;
  padding: 5px 15px 3px 25px !important;
  font-size: 13px;
  border-radius: 2px;
  line-height: 23px;
  display: inline-block;
  color:#fff;
  margin-bottom: 15px;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    text-align: center;
    color: #000;
    background-color: #fc0;
    border: 1px solid #fc0;
    width: 100%;
    margin-top: .2em;
    font-weight: 900;
    font-size: 1em;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: none;
    display: inline-block;
    padding: .6em 1.3em .7em;
    line-height: 1.6em;
    letter-spacing: 0;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

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

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

/*Button Height Fix*/

button::-moz-focus-inner, 
input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}
/* =============== Form Module Button =============== */

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


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

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


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

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


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

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.hsformerror {z-index: 5 !important;}
.checkbox-row span.fakelabel input {
    float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
.checkbox-row span.fakelabel span {
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
p.header {margin-left: 0 !important;}
.subscribe-options label {margin: 0 !important;}
#email-prefs-form .email-edit {
    max-width: 100% !important;
    width: 100% !important;
}
#hs-pwd-widget-password {margin-top: 0 !important;max-width: 100% !important;width: 100% !important;}



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


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


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

@media (max-width: 1200px) {
    .footer-container .custom_footer-menu{
        margin-bottom:1px;
    }
}
@media (max-width: 991px) {
    .custom_secondary-menu .hs-menu-wrapper > ul{
        font-size:14px;
    }
    .header-container .custom_main-header{
        font-size:17px;
    }
    .custom_section-menu .hs-menu-wrapper > ul > li{
        font-size:1em;
    }
    .custom_section-menu .hs-menu-wrapper > ul > li.section-parent > a{
        font-size:1.08em;
    }
    
    .custom_section-menu .hs-menu-wrapper ul ul{
        padding-top:0;
        margin-top:-2px;
    }
    .custom_section-menu .hs-menu-wrapper ul ul ul{
        margin-top:0;
    }
    
    /* Footer Columns */
    .footer-container .custom_sm-cols .row-fluid #custom_col.left{
      width: 33.33333333%;
    }
    .footer-container .custom_sm-cols .row-fluid #custom_col.right{
      width: 66.66666667%;
    }
    .footer-container .row-fluid #custom_col.custom_partner-logo-column{
      width: 50%;
    }
    .footer-container .row-fluid #custom_col.custom_footer-socials-column{
      width: 66.66666667%;
    }
    .footer-container .row-fluid #custom_col.custom_footer-address-column{
      width: 50%;
    }
    .custom_partner-logo-column img{
      max-width: 100.21%;
      display: block;
      left: -0.104879%;
      position: relative;
      height: 134px;
    }
    .header-container .custom_menu-wrapper{
        max-width: calc(100% - 120px);
    }
    
}
@media (max-width: 1200px) and (min-width:768px){
    .custom_menu-wrapper .custom_secondary-menu .hs-menu-wrapper ul ul{
      -moz-transform: translate(-50%,0);
      -ms-transform: translate(-50%,0);
      -o-transform: translate(-50%,0);
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0);
    }
    
}
@media (max-width: 991px) and (min-width:768px){
    .custom-menu-primary .hs-menu-wrapper> ul > li > ul{
        margin-left:50%;
        padding-top:3px;
    }
    .custom_menu-wrapper .hs-menu-wrapper ul ul{
      -moz-transform: translate(-50%,0);
      -ms-transform: translate(-50%,0);
      -o-transform: translate(-50%,0);
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0);
    }
    
}

@media (max-width: 899px) {
    .custom_secondary-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
        margin-left:6px;
    }
    
    .custom_section-menu .hs-menu-wrapper > ul > li.section-parent > a{
        font-size:0.78em;
    }
    .custom_section-menu.fixed .hs-menu-flow-horizontal > ul{
        text-align:center;
    }
    .custom_partner-logo-column img{
        height:auto;
    }
    .custom_section-menu.fixed{
        left:0;
        -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
	-o-transform: translate(0);
    transform: translate(0);;
    }
    
}
@media (max-width: 899px) and (min-width:768px){
    .body-container .hs-menu-flow-vertical.flyouts ul ul {
        min-width: 170px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
        margin-left:13px;
        margin-right: -1px;
    }
    .custom_menu-wrapper .hs-menu-flow-horizontal > ul{
        text-align:right;
    }
    .custom_menu-wrapper .hs-menu-flow-horizontal ul ul{
        text-align:left;
    }
    
}
@media (max-width: 768px) {
    h1{
        font-size: 2.5em;
    }
    h2{
        font-size: 2em;
    }
    h3{
        font-size: 1.5em;
    }
    h4{
        font-size: 1.3em;
    }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .content-wrapper {
        padding-bottom:0px;
    }
    .sidebar,
    .main-content,
    .blog-sidebar,
    .blog-content{
        margin-bottom:47px;
    }
    .row-fluid .custom_desktop-header{
        display:none;
    }
    
    .footer-container .custom_sm-cols .row-fluid #custom_col.right,
    .footer-container .custom_sm-cols .row-fluid #custom_col.left{
      width: 100%;
    }
    .custom_footer-socials{
      text-align: left;
    }
    .footer-container .row-fluid #custom_col.custom_footer-address-column,
    .footer-container .row-fluid #custom_col.custom_partner-logo-column{
      float: left;
    }
    .custom_footer-menu .hs-menu-wrapper > ul > li{
      width: 50%;
      float: left
    }
    .custom_footer-menu .hs-menu-wrapper > ul > li a img{
      width: auto;
      display: initial;
    }
    .footer-container .row-fluid #custom_col.custom_footer-socials-column{
        float:left;
    }
    .custom_partner-logo-column img{
        left: -0.136478%;
        max-width: 100.34%;
        width: 100.273% !important;
        min-height: 22.9vw;
    }
    .custom_partner-logo-column:nth-child(2) img{
        left: -0.170134%;
        width: 100.34%;
    }
    .custom_footer-logo img{
        margin-bottom:-1px;
    }
    
    
    /* Mobile Header */
    .header-container .custom_main-header{
        box-shadow: 0 7px 5px -5px rgba(0,0,0,.06);
        background: #fff;
        padding-top:0;
        position: fixed;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .hide-header .header-container .custom_main-header{
       -webkit-transform: translateY(calc(-100% - 45px));
    -moz-transform: translateY(calc(-100% - 45px));
    -ms-transform: translateY(calc(-100% - 45px));
	-o-transform: translateY(calc(-100% - 45px));
    transform: translateY(calc(-100% - 45px));;
    }
    .custom_mobile-header .widget-type-logo{
      padding:0;
      position: relative;
    }
    
    .custom_mobile-header .widget-type-logo img{
      margin-top: -5px;
      height: 100px;
      padding: 15px;
      position: relative;
      z-index: 250;
      -moz-transition-delay: .2s;
      -o-transition-delay: .2s;
      -webkit-transition-delay: .2s;
      transition-delay: .2s;
      -moz-transition: .4s;
      -o-transition: .4s;
      -webkit-transition: .4s;
      transition: .4s;
      display: block;vertical-align: middle;
      width:auto !important;
    }
    
    .header-container .row-fluid .custom_main-header .page-center{
      max-width: 100%;
      width: 100%;
      padding:0;
    }
    .header-container .widget-type-logo a{
      height: auto;
      margin:0;
      height:68px;
    }
    .border-container{
      position: absolute;
      background: #fff none repeat scroll 0 0;
      height: 40px;
      margin-top: -5px;
      z-index: 200;
      border-bottom-right-radius: 2px;
      -webkit-box-shadow: 0 7px 5px -5px rgba(0,0,0,.06);
    -moz-box-shadow: 0 7px 5px -5px rgba(0,0,0,.06);
    -ms-box-shadow: 0 7px 5px -5px rgba(0,0,0,.06);
	-o-box-shadow: 0 7px 5px -5px rgba(0,0,0,.06);
    box-shadow: 0 7px 5px -5px rgba(0,0,0,.06);;
      -moz-transition-delay: .2s;
      -o-transition-delay: .2s;
      -webkit-transition-delay: .2s;
      transition-delay: .2s;
      -moz-transition: .4s;
      -o-transition: .4s;
      -webkit-transition: .4s;
      transition: .4s;
      right: auto;
      left: -100px;
      width: 245px;
      top:100%;
    }
    .border-container:before{
      content: '';
      position: absolute;
      width: 2px;
      background-color: rgba(0,0,0,.04);
      right: -15px;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: 201;
      top: -2px;
      bottom: -10px;
      -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;;
    }
    .border-container:after{
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 38px 38px;
      border-color: transparent transparent transparent #fff;
      content: '';
      position: absolute;
      right: -34px;
      top: 5px;
      z-index: 200;
      -webkit-border-radius: 0 0 0 13px;
    -moz-border-radius: 0 0 0 13px;
    -ms-border-radius: 0 0 0 13px;
	-o-border-radius: 0 0 0 13px;
    border-radius: 0 0 0 13px;;
    }
    .mobile-open .custom_mobile-header .widget-type-logo img{
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      height: 80px;
      margin-bottom:0;
    }
    .mobile-open .border-container{
      -moz-transition-delay: .1s;
      -o-transition-delay: .1s;
      -webkit-transition-delay: .1s;
      transition-delay: .1s;
      -moz-transform: translate(-100%,0);
      -ms-transform: translate(-100%,0);
      -o-transform: translate(-100%,0);
      -webkit-transform: translate(-100%,0);
      transform: translate(-100%,0);
    }
    
    .mobile-open.hide-header .header-container .custom_main-header{
      transform: none;
    }
    .custom_top-pane h1{
        font-size: 2.2em;
        margin:0 0 35px;
    }
    .custom_top-pane:before{
        display:none;
    }

}  
@media (max-width: 667px) {
    .custom_partner-logo-column img{
        min-height: 22.7vw;
    }
}
@media (max-width: 640px) {
     .custom_partner-logo-column img{
        min-height: 22.5vw;
    }
}
@media (max-width: 578px) {
     .custom_partner-logo-column img{
        min-height: 22.3vw;
    }
}
@media (max-width: 480px) {
     .custom_partner-logo-column img{
        min-height: 21.7vw;
    }
    .custom_footer-menu .hs-menu-wrapper > ul > li{
        width:100%;
    }
    .custom_footer-menu .hs-menu-wrapper>ul>li:nth-child(3){
        margin: 1px 0 2px;
    }
    .custom_footer-menu .hs-menu-wrapper>ul>li:nth-child(3) > a{
        margin:0;
    }
    .custom_footer-menu .hs-menu-wrapper> ul > li > ul{
        margin-bottom:5px;
    }
    .custom_footer-menu .hs-menu-wrapper > ul > li:last-child{
        margin-bottom:11px;
    }
}
@media (max-width: 479px) {
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2){
        float:left !important;
    }
        
}
@media (max-width: 414px) {
     .custom_partner-logo-column img{
        min-height: 21.3vw;
    }
    
}
@media (max-width: 400px) {
    .custom_footer-menu .hs-menu-wrapper > ul > li,
    .footer-container .row-fluid #custom_col.custom_partner-logo-column,
    .footer-container .row-fluid #custom_col.custom_footer-address-column{
        width:100%;
    }
    .custom_footer-menu .hs-menu-wrapper>ul>li:nth-child(3){
        margin: 1px 0 2px;
    }
    .custom_footer-menu .hs-menu-wrapper>ul>li:nth-child(3) > a{
        margin:0;
    }
    .custom_footer-menu .hs-menu-wrapper> ul > li > ul{
        margin-bottom:5px;
    }
    .custom_footer-menu .hs-menu-wrapper > ul > li:last-child{
        margin-bottom:11px;
    }
}
@media (width: 320px) {
    .custom_partner-logo-column img{
        max-height:143px;
    }
    .custom_partner-logo-column:first-child img{
        max-height:144px;
        
    }
}