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


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

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













































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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=PT+Sans%3A400%2C600%2C700%7CMuli%3A400%2C600%2C700%7COpen+Sans%3A400%2C600%2C700%7CRoboto%3A400%2C500%2C600%2C700%7CRaleway%3A400%2C600%2C700');
@import url('//stackpath.bootstrapcdn.com/font-awesome/4.7.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; }
@font-face {
font-family: 'FontAwesome';
src: url('https://cdn2.hubspot.net/hubfs/HUBID/fontawesome-webfont.eot?v=4.7.0');
src: url('https://cdn2.hubspot.net/hubfs/HUBID/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/HUBID/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://cdn2.hubspot.net/hubfs/HUBID/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://cdn2.hubspot.net/hubfs/HUBID/Font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://cdn2.hubspot.net/hubfs/HUBID/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}

/* ==========================================================================
   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: normal 15px / 27px "Raleway", Helvetica, Arial, Verdana, sans-serif;
	word-spacing: normal;
	color: #8f9194;
}

body {
	font: normal 15px / 27px "Raleway", Helvetica, Arial, Verdana, sans-serif;
	word-spacing: normal;
	color: #8f9194;
	background: #fff;
	background-size: auto;
}

#site-wrapper {
  overflow: hidden;
}

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

@media screen and (min-width: 778px) {
  	.container-fluid .row-fluid .page-center {padding: 0 50px;}
}

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

/* Screen Reader */
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
}

.assistive-text {
	position: absolute!important;
	clip: rect(1px,1px,1px,1px);
}

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

/* Basic text */
p {margin: 0 0 10px;} 
small {font-size: 75%;}
strong {font-weight: 700;}
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; }

img {vertical-align: baseline;}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
	margin-bottom: 10px;
	clear: both;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	color: #333333;
	font: normal bold 50px / 57px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

@media (max-width: 800px) {
 h1 {
    font-size: 45px;
    line-height: 52px;
  }
}

h2 {
	color: #333333;
	font: normal bold 45px / 52px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

h3 {
	color: #333333;
	font: normal 25px / 32px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

h4 {
	color: #333333;
	font: normal bold 22px / 30px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

h5 {
	color: #333333;
	font: normal bold 20px / 30px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

h6 {
	color: #333333;
	font: normal bold 18px / 25px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.hs_cos_wrapper_type_header h1 {
	font: normal bold 45px / 52px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	color: #333333;
}

.hs_cos_wrapper_type_header h1:after {
	content: "";
	height: 4px;
	width: 50px;
	background-color: #eb5d13;
	display: block;
	margin-top: 20px;
	margin-bottom: 27px;
}

/* Anchor Links */
a {	
	text-decoration: underline;
  color: #eb5d13;
}

a:hover, a:focus { 	  
	text-decoration: none;
  color: #eb5d13; 
}

/* Lists */
ul, ol {
	margin: 0 0 10px 20px;
  padding: 0;
}

ul ul, ul ol, ol ol, ol ul {}
li {}

.widget-module ul {
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
}

.widget-module ul li:first-child {padding-top: 0;}
.widget-module ul li {
	display: block;
	overflow: hidden;
	padding: 15px 0 0;
}

.widget-module ul li a {
	color: #333333;
	text-decoration: none;
	display: inline-block;		
}	

.widget-module ul li a:hover {color: #eb5d13;}

/* RSS */
.hs-rss-module {padding: 0 0 5px;}
.hs-rss-item:first-child {padding-top: 0;}
.hs-rss-item {
	display: block;
	overflow: hidden;
	padding: 15px 0 0;
	margin: 0;
	display: flex;	
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
	width: auto;
	display: block;
	order: 0;
	margin: 5px 20px 5px 0;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper a {
	position: relative;
	display: block;
	background-size: cover;
	background-position: center center;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	content: "";
	-webkit-transition: all 450ms ease;
	transition: all 450ms ease;
	background-color: rgba(235,93,19,0.35);		
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper a:hover:after {opacity: 1;}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper a img {
	object-fit: cover;
	width:  100%;
	height:  100%;
	opacity: 0;
}

.hs-rss-item-image-wrapper img {
	max-width: 158px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	order: 1;
}

.hs-rss-title {
	color: #333333;
	text-decoration: none;
	display: inline-block;	
}

.hs-rss-title:hover {color: #eb5d13;}
.hs-rss-byline {
	color: #85868c;
	font-size: 13px;
	line-height: 23px;
	opacity: 1;		
}

/* Block Quotes */
blockquote {
	color: #333333;
	font: normal bold 22px / 30px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	background-color: #f7f7f7;
}

blockquote * {
  color: #333333;
}

blockquote p {}
blockquote small {}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid rgba(238,238,238,0.12);
	margin: 0 0 10px;
}

td {
	border-top: 1px solid rgba(238,238,238,0.12);
	padding: 5px 10px 5px 5px;
}


/* =============== 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 {
	background-image: url('//cdn2.hubspot.net/hubfs/3489908/STRATENET_March2018/Layout/AQ-bg-lignes.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #eb5d13;
	position: relative;
}

.header-container {}

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


/* ==========================================================================
   Custom Header                                                 
   ========================================================================== */
#custom_header {}

/* Custom Header Top
   ========================================================================== */
#custom_header .custom_header-top { 
	padding: 0 44px;
	background: rgba(255,255,255,0.25);	
}

#custom_header .custom_header-top .page-center {max-width: 1200px;padding: 0;}
#custom_header .custom_header-top .page-center > div > .row-fluid {
  /* Display Flex */
  display: -webkit-;
    display: -moz-;
    display: -ms-box;
    display: -ms-;
    display: ;
	position: relative;
	color: #ffffff;
}

#custom_header .custom_header-top .page-center > div > .row-fluid:before,
#custom_header .custom_header-top .page-center > div > .row-fluid:after {display: none;}

#custom_header .custom_header-top .custom_left-column,
#custom_header .custom_header-top .custom_right-column {
  /* Display Flex */
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
  /* ALign Items Flex */
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
  /* Flex */
  -webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;;
  /* Justify Content Flex */
  -webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;;
  /* Flex Flow */
  -webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;;	

	float: none;
	width: auto;
	margin: 0;
}

#custom_header .custom_header-top .custom_right-column {
  -webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;;
	-ms-flex-pack: end;
}

#custom_header .custom_header-top .custom_right-column > div > div {
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
}

#custom_header .custom_header-top .row-fluid:before,
#custom_header .custom_header-top .row-fluid:after {display: none;}

@media (min-width: 778px) {
	#custom_header .custom_header-top { padding: 0 50px; }
}

/* =============== Header Language =============== */
#custom_header .custom_header-lang {
	display: inline-block;
	margin-right: 10px;
	float: none;
	width: auto;
	font: 600 13px / 19px "Muli", Helvetica, Arial, Verdana, sans-serif;
	vertical-align:  middle;
}

.custom_header-lang .hs-menu-wrapper {
	border: 1px solid transparent;
	padding: 7px;	
}

.custom_header-lang .hs-menu-wrapper > ul {display: block;}
.custom_header-lang .hs-menu-wrapper > ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	line-height: 1;
	color: #ffffff;
}

.custom_header-lang .hs-menu-wrapper > ul li a:hover {opacity: 0.7;}
.custom_header-lang .hs-menu-wrapper > ul li a img {
	display: inline;
	vertical-align: middle;
	width: 18px;
	height: 12px;
}

.custom_header-lang .hs-menu-wrapper > ul li a img + span {margin-left: .4em;}
.custom_header-lang .hs-menu-wrapper > ul li a span { vertical-align: middle; }

/* =============== Header Links =============== */
#custom_header .custom_header-links {
	float: none;
	width: auto;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.custom_header-links .hs-menu-wrapper ul {display: block;}
.custom_header-links .hs-menu-wrapper ul li {
	display: inline-block;
	float: none!important;	
	position: relative;
	vertical-align: middle;	
}

.custom_header-links .hs-menu-wrapper ul li a {
	color: #ffffff;
	font: 600 13px / 19px "Muli", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	text-decoration: none;
  /* Display Flex */
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
  /* ALign Items Flex */
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
	position: relative;		
}

.custom_header-links .hs-menu-wrapper > ul li.active > a,
.custom_header-links .hs-menu-wrapper > ul li.active-branch > a,
.custom_header-links .hs-menu-wrapper > ul li a:hover {opacity: 0.7;}

@media screen and (min-width: 778px) {
	.custom_header-links .hs-menu-wrapper ul {
		display: block;
		line-height: 0;			
	}

	.custom_header-links .hs-menu-wrapper ul li {margin: 0 16px 0 0;}
	.custom_header-links .hs-menu-wrapper ul li:last-child { margin-right: 0; }
}

/* Custom Header Bottom
   ========================================================================== */
#custom_header .custom_header-bottom {padding: 0 44px;}
#custom_header .custom_header-bottom > .page-center {
	max-width: 1212px;
	padding: 0;
}

#custom_header .custom_header-bottom > .page-center > div > .row-fluid:before,
#custom_header .custom_header-bottom > .page-center > div > .row-fluid:after {display: none;}
#custom_header .custom_header-bottom > .page-center > div > .row-fluid {
	min-height: 90px;
	/* Display Flex  */
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
	/* Align Flex Item  */
  -webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;;
	/* Align Flex Content  */
  -ms-flex-line-pack: stretch;
	-webkit-align-content: stretch;
	-moz-align-content: stretch;
	-ms-align-content: stretch;
	align-content: stretch;;
	/* Flex Justify Content  */
	-ms-flex-pack: justify;
  -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;;
	/* Flex Flow  */
  -webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;;
}

@media screen and (min-width: 778px) { 
	#custom_header .custom_header-bottom {padding: 0 50px;} 
	#custom_header .custom_header-bottom > .page-center { max-width: 1200px; }
}

/* =============== Custom Header Logo =============== */
#custom_header .custom_header-bottom .custom_logo {
	line-height: 0;
	font-size: 0;
	width: auto;
	float: none;
	margin: 0;
	/* Display Flex  */
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
	/* Align Flex Item  */
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
}

.custom_logo a {padding: 15px 0px 15px 0px;display: block;}
#custom_header .custom_logo a.fixedHeader {display: none;}

/* =============== Custom Header Mini Widgets =============== */
#custom_header .custom_header-bottom .custom_header-mini-widgets {
	/* Display Flex  */
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
	/* Align Items Flex */
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
	margin: 0;
	float: none;
	width: auto;	
}


#custom_header .custom_header-mini-widgets > div > .row-fluid:before,
#custom_header .custom_header-mini-widgets > div > .row-fluid:after {display: none;}

#custom_header .custom_header-mini-widgets > div > .row-fluid {
	/* Display Flex */
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
	/* Align Items Flex */
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
}

#custom_header .custom_header-mini-widgets > div > .row-fluid > .widget-span {
	position: relative;
	vertical-align: middle;
	float: none;
	width: auto;
	display: inline-block;
	margin: 0 10px;
}

#custom_header .custom_header-mini-widgets > div > .row-fluid > .widget-span:first-child {margin-left: 0;}
#custom_header .custom_header-mini-widgets > div > .row-fluid > .widget-span:last-child {margin-right: 0;}

/* Custom Header Mini Nav */
.custom_mini-nav .hs-menu-wrapper > ul li {
	position: relative;
	vertical-align: middle;	
	display: inline-block;
	float: none!important;
}

.custom_mini-nav .hs-menu-wrapper > ul li a {
  font: normal bold 15px / 19px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #db652f;
  background-color: #FFF;
  padding: 10px 15px;
  border-radius:40px;
  text-decoration: none !important;
  box-shadow: 0 2px 4px rgba(14,27,35,.25);
  /* Display Flex */
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
  /* Align Items Flex */
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;		
}

.custom_mini-nav .hs-menu-wrapper > ul li a:hover {background-color: #F4F4F4;}

@media screen and (min-width: 778px) {
	.custom_mini-nav .hs-menu-wrapper > ul li {margin-left: 16px;}
	.custom_mini-nav .hs-menu-wrapper > ul li:first-child {margin-left: 0;} 
  .custom_mini-nav .hs-menu-wrapper > ul li a:hover {opacity: 0.7;}
}

/* Custom Header Socials */
.custom_header-socials a:first-child {margin-left: 0;}
.custom_header-socials a:last-child {margin-right: 0;}
.custom_header-socials a {
	/* Display Flex */
  display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;;
	/* Align Items Flex */
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
	/* Justify Content Flex */
  -webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;;
  
	position: relative;
	text-align: center;
	width: 30px;
	height: 30px;
	margin: 0 2px;
	line-height: 30px;
  text-decoration: none;
}

.custom_header-socials a:before,
.custom_header-socials a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	content: "";
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-transition: opacity 150ms;
	transition: opacity 150ms;
}

.custom_header-socials a:before {
	background-color: rgba(255,255,255,0.3);	
	opacity: 1;
}

.custom_header-socials a:after {opacity: 0;}

.custom_header-socials a:hover {text-decoration: none;}
.custom_header-socials a:hover:before {opacity: 0;}
.custom_header-socials a:hover:after {opacity: 1;}
.custom_header-socials a .soc-font-icon{
	color: #eb5d13;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	background: none !important;
	font-size: 22px;
	line-height: 30px;
}

/* Custom Header Landing Page
   ========================================================================== */
#custom_header.custom-lp .custom-menu-primary,
#custom_header.custom-lp .custom_header-links,
#custom_header.custom-lp .custom_mini-nav,
#custom_header.custom-lp .custom_header-bottom .mobile-trigger,
#custom_header.custom-lp .custom_header-socials {visibility: hidden;opacity: 0;}

#custom_header.custom-lp .custom_header-links {display: none;}

/* Custom Header Fix
   ========================================================================== */
#custom_header-fix .custom_header-bottom {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	background: rgba(235,93,19,0.95);
	-webkit-animation: fade-out-anim .8s ease 0s 1 normal both;
	animation: fade-out-anim .8s ease 0s 1 normal both;
	will-change: opacity;
	padding: 0 44px;	
	visibility: hidden;
  opacity: 0;
}

body > .custom_header-bottom {display: none;}
#custom_header-fix.fixed .custom_header-bottom {
	-webkit-animation: opacity-lat .7s ease 0s 1 normal both;
	animation: opacity-lat .7s ease 0s 1 normal both;
	animation-delay: .1s;
}

#custom_header-fix .custom_header-bottom > .page-center {
	margin: 0 auto;
	min-height: 60px;
  padding: 0;
}

#custom_header-fix .custom_header-bottom > .page-center > div > div.row-fluid:before,
#custom_header-fix .custom_header-bottom > .page-center > div > div.row-fluid:after {display: none;}
#custom_header-fix .custom_header-bottom > .page-center > div > div.row-fluid {
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
  -webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;;
  -webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;;
}

#custom_header-fix .custom_header-bottom > .page-center > div > div.row-fluid > .widget-span {
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
	line-height: 0;
	float: none;
	width: auto;
	margin: 0;
}

#custom_header-fix .custom_header-bottom > .page-center > div > div.row-fluid > .widget-span.custom_logo {padding: 10px 0;}

#custom_header-fix .custom_logo a {display: none;padding: 0;}
#custom_header-fix .custom_logo a.fixedHeader {display: inline;}
#custom_header-fix .custom_header-bottom > .page-center .custom-menu-primary {
  -webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	-ms-flex-grow: 1;
  flex-grow: 1;;
	-ms-flex-pack: end;		
  -webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;;
}

#custom_header-fix .custom_header-bottom > .page-center .custom_header-mini-widgets > div > div.row-fluid:after,
#custom_header-fix .custom_header-bottom > .page-center .custom_header-mini-widgets > div > div.row-fluid:before {display: none;}
#custom_header-fix .custom_header-bottom > .page-center .custom_header-mini-widgets > div > div.row-fluid {
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
}

#custom_header-fix .custom_header-bottom > .page-center .custom_header-mini-widgets > div > div.row-fluid > .widget-span:first-child {margin-left: 0;}
#custom_header-fix .custom_header-bottom > .page-center .custom_header-mini-widgets > div > div.row-fluid > .widget-span:last-child {margin-right: 0;}
#custom_header-fix .custom_header-bottom > .page-center .custom_header-mini-widgets > div > div.row-fluid > .widget-span {
	position: relative;
	vertical-align: middle;
	float: none;
	margin: 0 10px;
	display: inline-block;
	float: none;
	width: auto;
	font: normal 15px / 27px "Raleway", Helvetica, Arial, Verdana, sans-serif;
}

@media screen and (min-width: 778px) {
	#custom_header-fix .custom_header-bottom {padding: 0 50px;}
	#custom_header-fix .custom_header-bottom > .page-center {max-width: 1200px;}
}


@media screen and (max-width: 1140px) {
  	#custom_header-fix {display: none;}
}



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

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

.body-container .row-fluid .content-wrapper {
		padding-top: 50px;
  	padding-bottom: 50px;
}

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



.sidebar .widget-type-global_widget, /* Global Module */
.sidebar .widget-type-rich_text,  /* Rich Text */
.sidebar .widget-type-text, /* One Line Of Text */
.sidebar .widget-type-page_footer, /*  Global Footer */
.sidebar .widget-type-logo, /* Global Logo */
.sidebar .widget-type-linked_image, /* Image */
.sidebar .widget-type-image_slider, /* Slider */
.sidebar .widget-type-header, /* Header */
.sidebar .widget-type-section_header,  /* Section Header */
.sidebar .widget-type-form, /* Form */
.sidebar .widget-type-social_sharing, /* Social Sharing */
.sidebar .widget-type-follow_me, /* Follow Me */
.sidebar .widget-type-post_listing, /* Post Listing */
.sidebar .widget-type-post_filter, /* Post Filter */
.sidebar .widget-type-blog_subscribe, /* Blog Subscribe */
.sidebar .widget-type-cta, /* CTA */
.sidebar .widget-type-menu, /* Vertical & Horizontal Menu */
.sidebar .widget-type-simple_menu, /* Simple Menu */
.sidebar .widget-type-raw_html, /* Custom HTML */
.sidebar .widget-type-raw_jinja, /* HubL Template (custom jinja) */
.sidebar .widget-type-google_search, /* Google Search */
.sidebar .widget-type-space, /* Horizontal Spacer */
.sidebar .widget-type-rss_listing,  /* RSS */ 
.sidebar .widget-type-password_prompt,  /* Password Prompt */
.sidebar .widget-type-email_simple_subscription, /*Backup Unsubscribe */
.sidebar .widget-type-email_subscriptions,  /*Subscription Preferences */
.sidebar .widget-type-email_subscriptions_confirmation,  /*Subscriptions Update Confirmation*/
.sidebar .widget-type-blog_content, /* Blog */
.sidebar .widget-type-blog_comments /* Comments */ {
	background: #f1f1f1 none repeat center center;	
	padding: 25px 25px 15px;
	color: #85868c;
	font-size: 14px;
	line-height: 25px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin-top: 30px;
}

/* Modules that stay in Flexible */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_global_widget, /* Global Module */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_rich_text,/* Rich Text */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_text,/* One Line Of Text */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_page_footer,/*  Global Footer */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_logo,/* Global Logo */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_linked_image,/* Image */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_image_slider,/* Slider */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_header,/* Header */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_simple_menu,/* Simple Menu */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_section_header, /* Section Header */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_form, /* Form */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_social_sharing,/* Social Sharing */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_follow_me,/* Follow Me */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_post_listing,/* Post Listing */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_post_filter,/* Post Filter */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_blog_subscribe,/* Blog Subscribe */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_cta, /* CTA */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_raw_html, /* Custom HTML */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_google_search,/* Google Search */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_space,/* Horizontal Spacer */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_rss_listing /* RSS */  {
	background: #f1f1f1 none repeat center center;
	padding: 25px 25px 15px;
	color: #85868c;
	font-size: 14px;
	line-height: 25px;
	-webkit-border-radius: 1px;
	border-radius: 1px;		
	margin-top: 30px;
}

.sidebar > div:first-child .widget-span,
.sidebar > div:first-child .widget-span > div {margin-top: 0;}
.sidebar > div:first-child .widget-type-widget_container > span > div:first-child {margin-top: 0;}

.sidebar h3:first-child,
.blog-sidebar h3:first-child {
	font: normal bold 22px / 30px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	color: #333333;	
  margin-bottom: 16px;
}

.blog-sidebar form.hs-form,
.sidebar form.hs-form {margin-bottom: 16px;}

.blog-sidebar form.hs-form .hs-form-field ul.inputs-list,
.sidebar form.hs-form .hs-form-field ul.inputs-list {margin: 16px 0 8px;}

.blog-sidebar form.hs-form .input,
.sidebar form.hs-form .input {margin-top: 8px;}

.blog-sidebar form.hs-form .inputs-list .hs-form-radio,
.sidebar form.hs-form .inputs-list .hs-form-radio {
	overflow: hidden;
	position: relative;
	margin: 0 0 16px;
	line-height: 1.2;  
}

.blog-sidebar form.hs-form .hs-form-field .inputs-list .hs-form-radio input,
.sidebar form.hs-form .hs-form-field .inputs-list .hs-form-radio input {
	width: auto;
	display: inline-block;
	vertical-align: middle;	
	line-height: normal;
	margin: 6px 0 0 1px;	
}

.blog-sidebar form.hs-form .hs-form-field .inputs-list .hs-form-radio span,
.sidebar form.hs-form .hs-form-field .inputs-list .hs-form-radio span {
	display: -moz-inline-stack;
	display: inline-block;
	letter-spacing: inherit;
	vertical-align: middle;
	cursor: pointer;
	margin: 2px 0 0 4px;
	line-height: 1.5;
	font-size: .875em;		
}

.blog-sidebar form.hs-form .hs-form-field .inputs-list .hs-form-radio input:checked + span,
.sidebar form.hs-form .hs-form-field .inputs-list .hs-form-radio input:checked + span {font-weight: 700;}

.blog-sidebar form.hs-form .hs_submit,
.sidebar form.hs-form .hs_submit {margin-top: 16px;}

.blog-sidebar form.hs-form .hs_submit .hs-button.primary,
.sidebar form.hs-form .hs_submit .hs-button.primary {
	margin: 0 0 16px 0;
  background-color: #eb5d13;
}

.blog-sidebar form.hs-form .hs_submit .hs-button.primary:hover,
.sidebar form.hs-form .hs_submit .hs-button.primary:hover {background: #333333;}

@media only screen and (min-width: 641px) {
	.blog-sidebar form.hs-form .inputs-list,
	.sidebar form.hs-form .inputs-list {width: calc(100% + 16px);}
  
  .body-container .blog-sidebar .hs_error_rollup > ul,
  .body-container .sidebar .hs_error_rollup > ul {width: 100%!important;}
  
  .blog-sidebar form.hs-form .hs-form-field,
  .sidebar form.hs-form .hs-form-field {padding-right: 16px;}

	.blog-sidebar form.hs-form .inputs-list .hs-form-radio,
	.sidebar form.hs-form .inputs-list .hs-form-radio {
		width: 33.3%;
		display: -moz-inline-stack;
		display: inline-block;
		margin: 0 0 2px;
		padding: 0;
		min-height: 28px;
		vertical-align: top;
		font-size: 90%;	
		line-height: 1.3;
	}

	.blog-sidebar form.hs-form .hs-form-field .inputs-list .hs-form-radio span,
	.sidebar form.hs-form .hs-form-field .inputs-list .hs-form-radio span {
		max-width: 75%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align: middle;
	}
  
  .blog-sidebar form.hs-form .hs_submit .hs-button.primary,
	.sidebar form.hs-form .hs_submit .hs-button.primary {
		margin: 0 0 0 0;
  }
}


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

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

/* Back To Top */
#toTop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 44px;
	height: 44px;
	opacity: 0;
	z-index: -1;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	background-color: #000;
	background-color: rgba(0,0,0,.2);	
	-webkit-border-radius: 1px;
	border-radius: 1px;	
  cursor: pointer;
}

#toTop.on {
	right: 10px;
	opacity: 1;
	z-index: 109;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
}

#toTop:before {
	display: block;
	width: 44px;
	height: 44px;
	content: "";
	background-image: url('//cdn2.hubspot.net/hubfs/3489908/STRATENET_March2018/Layout/white-arrow-up.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

#toTop:hover {
	background-color: #000;
	background-color: rgba(0,0,0,.5);
}

/* ==========================================================================
   Custom Footer                                                 
   ========================================================================== */
#custom_footer {background: #222222 none repeat center top;}

/* Custom Footer Top
   ========================================================================== */
#custom_footer .custom_footer-top {
	padding-top: 50px;
	padding-bottom: 30px;
}

#custom_footer .custom_footer-top > .page-center > .row-fluid-wrapper {
	word-spacing: -4px;
	font-size: 0;
	line-height: 0;
	margin: 0 -20px;
}

#custom_footer .custom_footer-top > .page-center > .row-fluid-wrapper > div.row-fluid {
	font: normal 14px / 25px "Raleway", Helvetica, Arial, Verdana, sans-serif;
	word-spacing: normal;
	color: #85868c;
}

#custom_footer .custom_footer-top > .page-center > .row-fluid-wrapper > div.row-fluid > .widget-span {margin-bottom: 30px;}
#custom_footer .custom_footer-top > .page-center > .row-fluid-wrapper > div.row-fluid > .widget-span.span3 {
	width: 25%;
	padding: 0 20px;
	margin: 0 0 30px;
	display: inline-block;
	vertical-align: top;
}

#custom_footer .custom_footer-top div.hs_cos_wrapper {margin-bottom: 10px;}
#custom_footer .custom_footer-top div.hs_cos_wrapper.widget-type-header,
#custom_footer .custom_footer-top div.hs_cos_wrapper.widget-type-form {margin-bottom: 0;}

#custom_footer .custom_footer-top h3 {
	font: normal bold 22px / 30px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	color: #ffffff;
	margin: 0 0 15px;
}

#custom_footer .custom_footer-top a {
	text-decoration: none;
	color: #ffffff;
}

#custom_footer .custom_footer-top a:hover {
  text-decoration: none;
  color: #eb5d13;
}

@media screen and (max-width: 778px) {
	#custom_footer .custom_footer-top > .page-center {padding: 0 20px;}
	#custom_footer .custom_footer-top > .page-center > .row-fluid-wrapper > div.row-fluid > .widget-span {
		width: 100%!important;
	}

	#custom_footer .custom_footer-bottom > .page-center {padding: 0 20px;}
}


/* =============== Footer Top Form =============== */
#custom_footer .custom_footer-top .hs-form-field {margin-top: 0;}
#custom_footer .custom_footer-top .hs-form-field > label {display: inline;}
#custom_footer .custom_footer-top .hs-form-field > label span {color: inherit;margin: 0;}
#custom_footer .custom_footer-top .hs-form-field .input {margin: 0;}
#custom_footer .custom_footer-top .hs-form-field .hs-input {margin-bottom: 10px;max-width: 176px;;}
#custom_footer .custom_footer-top .hs_submit {margin: 0;padding: 0;}
#custom_footer .custom_footer-top .hs_submit .hs-button.primary {
	background-color: #eb5d13;
	font: normal bold 15px / 17px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	padding: 12px 18px 11px 18px;
	min-height: 38px;
	line-height: 38px;
	padding-top: 0;
	padding-bottom: 0;
	display: inline-block;
}

#custom_footer .custom_footer-top .hs_submit .hs-button.primary:hover {background: #333333;}

/* =============== Footer Top Vertical Menu =============== */
#custom_footer .custom_footer-top .hs-menu-wrapper.hs-menu-flow-vertical > ul li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

#custom_footer .custom_footer-top .hs-menu-wrapper.hs-menu-flow-vertical > ul li {
	margin: 9px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid rgba(133,134,140,0.15);
}

#custom_footer .custom_footer-top .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
	display: inline-block;
	text-decoration: none;
	padding-right: 15px;
	position: relative;		
}

#custom_footer .custom_footer-top .hs-menu-wrapper.hs-menu-flow-vertical > ul li.active-branch > a,
#custom_footer .custom_footer-top .hs-menu-wrapper.hs-menu-flow-vertical > ul li.active > a {
	color: #eb5d13;
}


/* =============== Footer Top Social Ico =============== */
#custom_footer .custom_footer-top .custom_footer-socials > div {margin-bottom: 0;}
#custom_footer .custom_footer-top .soc-ico {
	overflow: hidden;
	padding: 5px 0 10px;
}

#custom_footer .custom_footer-top .soc-ico a {
  display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;;
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
  -webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;;
	margin: 2px;
	width: 26px;
	height: 26px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	line-height: 26px;
	text-decoration: none;	
	color: #85868c;
}

#custom_footer .custom_footer-top .soc-ico a:before,
#custom_footer .custom_footer-top .soc-ico a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	content: "";
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-transition: opacity 150ms;
	transition: opacity 150ms;
}

#custom_footer .custom_footer-top .soc-ico a:before {
	background-color: rgba(133,134,140,0.15);
	opacity: 1;
}

#custom_footer .custom_footer-top .soc-ico a:after {
	background-color: #eb5d13;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 0;
}


#custom_footer .custom_footer-top .soc-ico a span {color: #85868c;}
#custom_footer .custom_footer-top .soc-ico a:hover > span {color: #fff;}
#custom_footer .custom_footer-top .soc-ico a:hover:before {opacity: 0;}
#custom_footer .custom_footer-top .soc-ico a:hover:after {opacity: 1;}


/* Custom Footer Bottom
   ========================================================================== */
#custom_footer .custom_footer-bottom {
	background: #2d2d2d none repeat center top;
	font-size: 13px;
	line-height: 23px;
	color: #d3d3d3;		
	position: relative;
}

#custom_footer .custom_footer-bottom > .page-center > div > div.row-fluid:before,
#custom_footer .custom_footer-bottom > .page-center > div > div.row-fluid:after {display: none;}
#custom_footer .custom_footer-bottom > .page-center > div > div.row-fluid {
	padding: 10px 0 10px 0;
	min-height: 60px;
	/* Display Flex */
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
	/* Align Items Flex */
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;: ;
	/* Justify Content Flex */
  -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;;
			
}

@media screen and (max-width: 990px) {
	#custom_footer .custom_footer-bottom > .page-center > div > div {
    -webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;;
    -webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;;	
	}

}


/* =============== Copyright =============== */
#custom_footer .custom_footer-bottom .custom_copyright {
	float: left;
	width: auto;
	margin: 0;
	margin-right: 10px;	
}

#custom_footer .custom_footer-bottom table {
	border: 0;
	margin:  0;
}

#custom_footer .custom_footer-bottom table td {
	border: 0;
	padding: 0;
}

/* =============== Footer Links =============== */
#custom_footer .custom_footer-bottom .custom_footer-links {
	/* Display Flex */
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
	/* Flex Grow */
  -webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	-ms-flex-grow: 1;
  flex-grow: 1;;
	/* Justify Content */
  -webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;;

	margin-left: 10px;
	margin-right: 0;
	float: right;
	width: auto;
}

.custom_footer-links .hs-menu-wrapper {
	display: inline-block;
	position: relative;
	vertical-align: middle;		
}

.custom_footer-links .hs-menu-wrapper > ul {display: block;}
.custom_footer-links .hs-menu-wrapper > .menu-select {display: none;}
.custom_footer-links .hs-menu-wrapper > ul li {
	display: inline-block;
	position: relative;
	vertical-align: baseline;
}

.custom_footer-links .hs-menu-wrapper > ul li a {
	color: #d3d3d3;	
  /* Display Flex */
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
  /* Align Items */
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
	text-decoration: none;
	position: relative;
}

.custom_footer-links .hs-menu-wrapper > ul li a:hover {text-decoration: underline;}

@media screen and (min-width: 778px) {
	.custom_footer-links .hs-menu-wrapper > ul li {margin-left: 16px;}
	.custom_footer-links .hs-menu-wrapper > ul li:first-child {margin-left: 0;}
}

@media screen and (max-width: 990px) {
	#custom_footer .custom_footer-bottom .custom_footer-links,
	#custom_footer .custom_footer-bottom .custom_copyright {margin: 0;}
	.custom_footer-links .hs-menu-wrapper > ul {display: none;}
	.custom_footer-links .hs-menu-wrapper > .menu-select {
		display: block;
		position: relative;
		opacity: 1;
		visibility: visible;
		color: #d3d3d3;		
		overflow: hidden;
	}

	.custom_footer-links .hs-menu-wrapper > .menu-select select {
		line-height: 25px;
		padding: 0;
		height: 36px;
		font-size: 14px;
		border: 0;
		opacity: 0;
		width: 166px;
		position: absolute;
		z-index:  20;
	}
		
	.custom_footer-links .hs-menu-wrapper > .menu-select > span {
		color: #d3d3d3;
		font-size: 13px;
		line-height: 23px;
		padding-left: 20px;
		position: relative;
	}

	.custom_footer-links .hs-menu-wrapper > .menu-select > span:before {
		position: absolute;
		top: 50%;
		left: 0;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		content: "";
		background-position: 0 center;
		background-repeat: no-repeat;
		background-image: url('//cdn2.hubspot.net/hubfs/3489908/STRATENET_March2018/Layout/select.svg');
	}
}


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

/* =============== Vertical Menu =============== */
.sidebar .hs-menu-wrapper.hs-menu-flow-vertical li {}
.sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul > li:first-child > a {border-top: 1px solid rgba(133,134,140,0.15);}
.sidebar .hs-menu-wrapper.hs-menu-flow-vertical li a {
	display: block;
	text-decoration: none;
	padding-right: 15px;
	position: relative;
	color: #777777;
	text-decoration: none;	
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid rgba(133,134,140,0.15);
}

/* No Flyouts */
.sidebar .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts li a {white-space: normal!important;}
.sidebar .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts li.active-branch > a,
.sidebar .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts li.active > a,
.sidebar .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts li a:hover {
	color: #eb5d13;
	background-color: rgba(235,93,19,0.07);
}

.sidebar .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts ul ul {padding-left: 10px;}

/* Flyouts */
@media (max-width: 767px) {
  .sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts li a {white-space: normal!important;}
  .sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts li.active-branch > a,
  .sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts li.active > a,
  .sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts li a:hover {
    color: #eb5d13;
    background-color: rgba(235,93,19,0.07);
  }

  .sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul ul {padding-left: 10px;}
}

@media (min-width: 768px) {
  .sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts li:first-child > a {border-top: 1px solid rgba(133,134,140,0.15);}

  .sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts li.active-branch > a,
  .sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts li.active > a,
  .sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts li:hover > a {
    color: #eb5d13;
    background-color: rgba(235,93,19,0.07);		
  }

  .sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul ul {background-color: #fff;}
}

/* =============== Custom Menu Primary =============== */
#custom_header .custom_header-bottom .custom-menu-primary {
	/* Display Flex */
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
	/* Flex Flow */
  -webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;;
	/* Align Items Flex */
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;	
	/* Justify Content Flex */
	-ms-flex-pack: end;
  -webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;;
	/* Flex Grow */
  -webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	-ms-flex-grow: 1;
  flex-grow: 1;;	

	margin: 0;
	float: none;
	width: auto;
}


/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
	/* Display Flex */
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
	/* Flex Flow */
  -webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;;
	/* Align Items Flex */
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;	
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
	/* Display Flex */
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
	position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	font: normal 14px / 18px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;  
  display: block;
  text-decoration: none;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {padding-right: 20px;}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 10px;
	width: 8px;
	height: 8px;
	content: "";
	background-image: url('//cdn2.hubspot.net/hubfs/3489908/STRATENET_March2018/Layout/white-down-arrow.svg');
	background-repeat: no-repeat;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a > span {
  display: block;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a > span:after {
	content: "";
	position: absolute;
	display: block;
	left: 1px;
	bottom: -15px;
	overflow: hidden;
	width: 0;
	height: 4px;
	pointer-events: none;
	background-color: #c94b08;
	opacity: .85;
	-webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.275);
	transition: all .3s cubic-bezier(.175,.885,.32,1.275);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a > span:after,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a > span:after,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover > span:after {width: 100%;}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	width: 280px;
	top: 100%;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out!important;
}

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

.custom-menu-primary .hs-menu-wrapper > ul ul li {
	position: relative;
	display: block;
	padding: 0 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
	padding: 5px 10px 5px 10px;	
	color: #777777;
	position: relative;
	text-decoration: none;	
	font: 14px / 18px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	
	/* Display FLex */
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
	/* Align Items Flex */
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
	/* Align Content Flex */
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	align-content: center;;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {color: #eb5d13;}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
	background-color: rgba(235,93,19,0.07);
	color: #eb5d13;
}


/* Custom Mega Menu */
.custom-menu-primary .hs-menu-wrapper > ul li.custom-mega-menu > ul {
	padding: 10px;
	width: 680px;
}

.custom-menu-primary .hs-menu-wrapper > ul li.custom-mega-menu > ul > li {
	position: static;
	padding: 0 10px 10px;
	width: 280px;
	/* Display Flex */
  display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;;
	/* Flex Flow */
  -webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;;
}

.custom-menu-primary .hs-menu-wrapper > ul li.custom-mega-menu > ul > li > a {
	position: relative;
	padding: 5px 10px 5px 10px;
	color: #222;
	margin-bottom: 10px;
	font: 17px / 20px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	text-decoration: none;	
  background: none!important;

	/* Display Flex */
  display: -webkit-flex!important;
    display: -moz-flex!important;
    display: -ms-flex!importantbox;
    display: -ms-flex!important;
    display: flex!important;;
	/* Align Items Flex */
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
	/* Align Content Flex */
  -ms-flex-line-pack: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	align-content: center;;
}

.custom-menu-primary .hs-menu-wrapper > ul li.custom-mega-menu > ul > li > a > span:after {
	content: " ";
	display: block;
	width: 30px;
	height: 3px;
	background-color: #eb5d13;
	position: relative;
	margin-top: 5px;
	top: 50%;
	right: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul li.custom-mega-menu > ul > li > ul {
	box-shadow: none;
	padding: 0;
	position: static!important;
	opacity: 0!important;
	visibility: hidden!important;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper > ul li.custom-mega-menu:hover > ul > li > ul {
  display: block;
	opacity: 1!important;
	visibility: visible!important;
}

.custom-menu-primary .hs-menu-wrapper > ul li.custom-mega-menu > ul > li > ul > li {
	padding-left: 0;
	padding-right: 0;
	margin: 0 0 2px;
}


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

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

@media (max-width: 1140px){

    /* ===== Mobile Toggle Button ===== */
    .mobile-trigger {
      display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
      -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;	
      -webkit-order: 2;
		-moz-order: 2;
		-ms-flex-order: 2;
		order: 2;;		
    }

    .mobile-trigger > i {
      display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;;
      -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;	
      -webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;;	
      margin-right: 0;
      transition: .3s;
      cursor: pointer;
      user-select: none;
      background-color: #eb5d13;
      width: 36px;
      height: 36px;
      margin-left: 10px;
    }

    .mobile-trigger > i > span {
      display: inline-block;
      width: 22px;
      height: 2px;
      background-color: #ffffff;
      position: relative;
    }

    .mobile-trigger > i > span:before,
    .mobile-trigger > i > span:after {
      display: inline-block;
      width: 22px;
      height: 2px;
      position: absolute;
      left: 0;
      content: '';
      -webkit-transform-origin: 1.5px center;
      transform-origin: 1.5px center;
      -webkit-transition: transform .3s;
      transition: transform .3s;
      background-color: #ffffff;			
    }

    .mobile-trigger > i > span:before {top: 7px;}
    .mobile-trigger > i > span:after {top: -7px;}
  
    .mobile-trigger:hover > i > span:before {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);	
    }

    .mobile-trigger:hover > i > span:after {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
    }
  
    #fixed-mobile-trigger {
      position: fixed;
      visibility: hidden;
      top: 10px;
      right: 10px;
      opacity: 0;
      width: 44px;
      height: 44px;
      margin: 0!important;
      background-color: rgba(0,0,0,.2);
      -webkit-backface-visibility: hidden;
      -webkit-border-radius: 1px;
      border-radius: 1px;		
    }
    #fixed-mobile-trigger.fixed {
      visibility: visible;
      opacity: 1;
    }

    #fixed-mobile-trigger > i {
      margin: 0;
      background-color: transparent;
      width:  100%;
    }

    .close-mobile-trigger {
      position: fixed;
      top: 0;
      width: 30px;
      height: 30px;
      left: auto;
      right: 0;
      z-index: 9999;
      opacity: 0;
      cursor: pointer;
    }
  	.mobile-open .close-mobile-trigger {
      opacity: 1;
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease;
      -webkit-transition-delay: .5s;
      transition-delay: .5s;	
  }
    .close-mobile-trigger span {
      position: relative;
      display: block;
      width: 30px;
      height: 30px;
      margin: 0;
      color: #fff;
      background-color: #eb5d13;	
    }

    .close-mobile-trigger span:after,
    .close-mobile-trigger span:before {
      display: inline-block;
      height: 2px;
      background: #fff;
      position: absolute;
      content: '';
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 50%;
      left: 50%;
      margin: -1px 0 0 -11px;
      width: 22px;
      -webkit-transition: -webkit-transform .1s ease;
      transition: transform .1s ease;
    }

    .close-mobile-trigger span:before {
      -ms-transform: rotate3d(0,0,1,45deg);
      -webkit-transform: rotate3d(0,0,1,45deg);
      transform: rotate3d(0,0,1,45deg);
    }

    .close-mobile-trigger span:after {
      -ms-transform: rotate3d(0,0,1,-45deg);
      -webkit-transform: rotate3d(0,0,1,-45deg);
      transform: rotate3d(0,0,1,-45deg);
    }

    .close-mobile-trigger:hover span:before {
      -ms-transform: rotate3d(0,0,1,0deg);
      -webkit-transform: rotate3d(0,0,1,0deg);
      transform: rotate3d(0,0,1,0deg);
    }

    .close-mobile-trigger:hover span:after {
      -ms-transform: rotate3d(0,0,1,0deg);
      -webkit-transform: rotate3d(0,0,1,0deg);
      transform: rotate3d(0,0,1,0deg);
    }
  
    /* ===== Mobile Child Toggle Buttons ===== */
    .child-trigger {
      display: block !important; /* Hide button on Desktop */
      position: relative;
      -webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;;
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transition: -webkit-transform .3s ease-out;
			transition: transform .3s ease-out;
			background-image: url(//cdn2.hubspot.net/hubfs/3489908/STRATENET_March2018/Layout/plus.svg);
    }
  	
  	.child-trigger.child-open {
  		-ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
  	}
  
  	/* ===== Mobile Custom Logo ===== */  
    #custom_header .custom_header-bottom .custom_logo {
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;;
      -webkit-order: 0;
		-moz-order: 0;
		-ms-flex-order: 0;
		order: 0;;
      line-height: 0;
    }
  
  	#custom_header .custom_header-bottom .custom_logo a {padding: 15px 15px 15px 15px;}

  	/* ===== Mobile Header Mini Widgets ===== */  
    #custom_header .custom_header-bottom .custom_header-mini-widgets {
      -webkit-order: 1;
		-moz-order: 1;
		-ms-flex-order: 1;
		order: 1;;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;;
	-moz-justify-content: flex-end;;
	-ms-flex-pack: flex-end;;
	-ms-justify-content: flex-end;;
	justify-content: flex-end;;;
      -webkit-flex: 1 1 0%;
	-moz-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;;
      -webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;;      
    }

    #custom_header .custom_header-mini-widgets > div > .row-fluid > .widget-span:first-child {margin: 0 10px;}
    #custom_header .custom_header-mini-widgets > div > .row-fluid > .widget-span:last-child {margin: 0 10px;}
  
  	/* Custom Mobile Mini Nav */
  	.custom_mini-nav .hs-menu-wrapper > ul li a {font: 14px / 18px "Open Sans", Helvetica, Arial, Verdana, sans-serif;	}
 
  	/* ===== Mobile Menu Styles ===== */  
    #custom_header .custom_header-bottom .custom-menu-primary {display: none;}
    .custom-menu-mobile {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        min-height: 100%;
        width: 330px;
        max-width: 100%;
        z-index: 9602;
        padding: 30px 30px 0;
        box-sizing: border-box;
        background-color: #333333;
        -ms-transform: translate3d(-100%,0,0);
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);	

        -ms-transform: translate3d(100%,0,0);
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -ms-transition: right .5s ease;
        -webkit-transition: right .5s ease;
        transition: right .5s ease;

        display: block;
      
        overflow-x: hidden;
        overflow-y: auto;
      }
  
      .mobile-open .custom-menu-mobile {right: 330px;}

      .custom-menu-shadow {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .4s;
        transition: all .4s;
        background-color: rgba(255,255,255,0.15);

      }

      .mobile-open .custom-menu-shadow {
        opacity: 1;
        visibility: visible;
        z-index: 9601;
      }

      #mobile-menu > div {
        position: relative;
        height: 100%;
        max-width: 100%;
        outline: 0;
        direction: ltr;	
      }

      #mobile-menu > div > span > .hs-menu-wrapper {
        display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
        -webkit-flex-flow: column nowrap;
	-moz-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;;
        width: 100%;
        min-height: 100%;
        position: relative;
      }

      #mobile-menu > div > span > .hs-menu-wrapper > ul {
        display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
        -webkit-flex-flow: column nowrap;
	-moz-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;;
        -webkit-flex: 10 1 auto;
	-moz-flex: 10 1 auto;
	-ms-flex: 10 1 auto;
	flex: 10 1 auto;;
        padding-bottom: 30px;
        -webkit-border-radius: 1px;
        border-radius: 1px;		
      }

      #mobile-menu > div > span > .hs-menu-wrapper > ul li {
        position: relative;
        display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
        -webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;;	
      }

      #mobile-menu > div > span > .hs-menu-wrapper > ul li a {
        position: relative;
        display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
        -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
        -webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	-ms-flex-grow: 1;
  flex-grow: 1;;
        padding: 16px 30px 16px 0;	
        font: bold 16px / 20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
        color: #ffffff;
        text-transform: none;
        text-decoration: none;
        width: auto;
      }
  
  		#mobile-menu > div > span > .hs-menu-wrapper > ul li.active > a,
  		#mobile-menu > div > span > .hs-menu-wrapper > ul li.active-branch > a,
  		#mobile-menu > div > span > .hs-menu-wrapper > ul li a:hover {color: #eb5d13;}

      #mobile-menu > div > span > .hs-menu-wrapper > ul li:first-child:before {display: none;}
      #mobile-menu > div > span > .hs-menu-wrapper > ul li:before {
        content: "";
        position: absolute;
        top: -.5px;
        height: 0;
        border-top: solid 1px rgba(255,255,255,0.08);
        width: 100%;
        max-width: 100%;
        left: 0;
      }
  
      #mobile-menu > div > span > .hs-menu-wrapper > ul ul {
        position: relative;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 0 16px 20px;
        visibility: visible;
        opacity: 1;
        z-index: auto;	
      }

      #mobile-menu > div > span > .hs-menu-wrapper > ul ul li {
        display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
        -webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;;
        position: relative;	
      }

      #mobile-menu > div > span > .hs-menu-wrapper > ul ul li:before {display: none;}
      #mobile-menu > div > span > .hs-menu-wrapper > ul ul li a {
        position: relative;
        display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
        -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
        -ms-flex-line-pack: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	align-content: center;;
        -webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	-ms-flex-grow: 1;
  flex-grow: 1;;

        text-decoration: none;
        padding: 6.5px 30px 6.5px 0;	
        font: 500 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
        color: #ffffff;
        text-transform: none;
      }
  
      #mobile-menu > div > span > .hs-menu-wrapper > ul ul .child-trigger {
        background-image: url('//cdn2.hubspot.net/hubfs/3489908/STRATENET_March2018/Layout/plus-small.svg');
      }
  
  		#mobile-menu > div > span > .hs-menu-wrapper > ul ul ul {padding-bottom: 0;}
}

#mobile-menu .custom_header-mini-widgets > div > div.row-fluid {display: none;}
@media screen and (max-width: 778px) {
	#mobile-menu .custom_header-mini-widgets > div > div.row-fluid {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flexbox !important;
		display: -ms-flex !important;
		display: flex !important;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 30px;	
	}

	#mobile-menu .custom_header-mini-widgets .widget-span {
		width: auto;
		float: none;
		margin: 5px 20px 5px 0;
		display: block;
		overflow: hidden;
	}
	
	#mobile-menu .custom_header-mini-widgets .custom_header-lang {	
		font: 500 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	}
	
	#mobile-menu .custom_header-mini-widgets .custom_header-links,
	#mobile-menu .custom_header-mini-widgets .custom_mini-nav {
		font: 500 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
		text-transform: none;
		color: #ffffff;
	}
	
	#mobile-menu .custom_header-mini-widgets .custom_header-links .hs-menu-wrapper > ul {line-height: 0;}
	#mobile-menu .custom_header-mini-widgets .custom_header-links .hs-menu-wrapper > ul li {margin-left: 16px;}
	#mobile-menu .custom_header-mini-widgets .custom_header-links .hs-menu-wrapper > ul li:first-child {margin-left: 0;}
	#mobile-menu .custom_header-mini-widgets .custom_header-links .hs-menu-wrapper > ul li a,
	#mobile-menu .custom_header-mini-widgets .custom_mini-nav .hs-menu-wrapper > ul li a {font: 500 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;}

	#mobile-menu .custom_header-mini-widgets .custom_header-socials {}
  
  #mobile-menu .custom_header-mini-widgets .custom_header-lang li {float: left;}
  #mobile-menu .custom_header-mini-widgets .hs-menu-wrapper ul img {display: inline-block;}
  #mobile-menu .custom_header-mini-widgets .hs-menu-wrapper ul img + span {display: inline-block;}
  #mobile-menu .custom_header-mini-widgets .hs-menu-wrapper ul * {width: auto;}
}

@media screen and (max-width: 778px) {
  
	#custom_header .custom_header-top {display: none;}
	
  #custom_header .custom_header-bottom {padding: 0 20px;}
  #custom_header .custom_header-bottom > .page-center > div > .row-fluid {min-height: 60px;}
	#custom_header .custom_header-bottom .custom_header-mini-widgets > div {display: none;}
	#custom_header .custom_header-bottom .custom_header-mini-widgets {
		-webkit-order: 0;
		-moz-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 1 1 0%;
		-moz-flex: 1 1 0%;
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		-ms-flex-positive: 1;
		-ms-flex-negative: 1;
		-ms-flex-preferred-size: 0%;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: start;
	}

	#custom_header .custom_header-bottom .custom_logo{
		-webkit-order: 1;
		-moz-order: 1;
		-ms-flex-order: 1;
		order: 1;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-flex-pack: center;
		-ms-justify-content: center;
		justify-content: center;
	}

	#custom_header .custom_header-bottom .mobile-trigger {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-flex-order: 2;
		order: 2;
		-webkit-flex: 1 1 0%;
		-moz-flex: 1 1 0%;
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		-ms-flex-positive: 1;
		-ms-flex-negative: 1;
		-ms-flex-preferred-size: 0%;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-flex-pack: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		-ms-flex-pack: end;
	}

}

@media screen and (max-width: 330px) {
	.mobile-open .custom-menu-mobile {right: 100%;}
}


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


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

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

/* Blog Post */
.hs-blog-post {}
body.hs-blog-post .single-share-box {
  margin-top: 50px;
}

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

/* Blog Columns Wrapper */
.blog .body-container .row-fluid .content-wrapper {padding-top: 35px;}

@media (max-width: 778px) {
	.blog .body-container .row-fluid .content-wrapper {padding-top: 85px;}
}

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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

.post-header h3 {
	font: bold 20px / 30px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 5px;
	color: #333333;	
}

.post-header h3 a {
	color: #333333;
	-webkit-transition: color .35s;
	transition: color .35s;
	display: inline-block;
	text-decoration: none;		
}

.post-header h3 a:hover {
	color: #eb5d13;	
}

.blog_sharing{
  display: flex;
  justify-content: center;
}

 .share_facebook{
    border-color: rgba(76,105,199,.3) !important;
  color: #4c69c7;
}
 .share_facebook:hover{
    color: #4c69c7;
   border-color:rgba(76,105,199,1)!important;
  
}
.share_twitter {
    border-color: rgba(42,190,235,.3)!important;
    font-size: 15px;
    color: #2abeeb;
}
.share_twitter:hover{
   color: #2abeeb;
  border-color: rgba(42,190,235,1)!important;
   }
.share_google {
    border-color: rgba(230,66,53,.3)!important;
    color: #e64235;
}
.share_google:hover{
   color: #e64235;
  border-color:rgba(230,66,53,1)!important;
  }
 .share_pinterest {
    border-color: rgba(207,40,52,.3)!important;
    font-size: 16px;
    color: #cf2834;
}
.share_pinterest:hover {
   color: #cf2834;
  border-color:rgba(207,40,52,1)!important;
  }
.share_linkedin {
    border-color: rgba(0,123,199,.3)!important;
    color: #007bc7;
}
.share_linkedin:hover{
  color: #007bc7;
  border-color:(0,123,199,1)!important;
  }


.blog_sharing a {
    display: inline-block;
    width: 50px;
    height: 30px;
    min-width: 50px;
    min-height: 30px;
    margin: 0 4px 4px 0;
    border: 1px solid;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 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 {
	display: -ms-grid;
	display: grid;
	-webkit-transition: all .33s;
	transition: all .33s;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	grid-column-gap: 30px;
	grid-row-gap: 30px;  
}

@media screen and (max-width: 1199px) {
	.blog-listing-wrapper .post-listing {grid-template-columns: repeat(3,1fr);}
}

@media screen and (max-width: 991px) {
	.blog-listing-wrapper .post-listing {grid-template-columns: repeat(2,1fr);}
}

@media screen and (max-width: 767px) {
	.blog-listing-wrapper .post-listing {grid-template-columns: repeat(1,1fr);}
}

.blog-listing-wrapper .post-listing .post-item {
	display: block;
	padding: 0;
	opacity: 0;
	-webkit-animation: dt_fadeIn .4s ease forwards;
	animation: dt_fadeIn .4s ease forwards;  
}

@-webkit-keyframes dt_fadeIn {
  to {
    opacity: 1
  }
}

@-moz-keyframes dt_fadeIn {
  to {
    opacity: 1
  }
}

@keyframes dt_fadeIn {
  to {
    opacity: 1;
  }
}

.blog-listing-wrapper .post-listing .post-item .post-item-inner {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
	-webkit-flex-flow: column nowrap;
	-moz-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;;
	height: 100%;
	-webkit-animation: fadeInFromNone .5s ease-out;
	animation: fadeInFromNone .5s ease-out;		
	margin-top: 0;
}

.blog-listing-wrapper .post-listing .post-item .post-body {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 5px;
	overflow: hidden;
}

@media all and (-ms-high-contrast:none) {
  .blog-listing-wrapper .post-listing {display: block;margin: -15px;font-size: 0;line-height: 0;}
  .blog-listing-wrapper .post-listing .post-item {
    display: inline-block;
    width: 33.33%;
    padding: 15px;
    font: normal 15px /27px "Raleway", Helvetica, Arial, Verdana, sans-serif
  }
}

@media all and (-ms-high-contrast:none) and (max-width: 991px) {
  .blog-listing-wrapper .post-listing .post-item {
    width: 50%;
  }
}


@media all and (-ms-high-contrast:none) and (max-width: 767px) {
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
  }
}

.blog-post-wrapper .post-body {}

/* Post Item Content */
.post-item-content {
	position: relative;
	z-index: 10;
	margin-top: -80px;
	width: 80%;
	padding: 25px 25px 30px 25px;
	background: #fff;			
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;;		
}

/* Post Item Banner */
.post-item-banner {
	position: relative;
	width: 100%;
	-ms-flex: 0 0 auto;	
}

.post-item-banner > div {
	position: relative;
	display: block;	
}

/* Post Item Banner - Date */
.post-item-banner .date > a {
	position: absolute;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;;
	-webkit-flex-flow: column nowrap;
	-moz-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;;
	top: 10px;
	right: 10px;
	z-index: 30;
	text-decoration: none;
	background: #fff;	
	min-height: 80px;
	min-width: 42px;
	padding: 2px 0;
}

.post-item-banner .date a span {
	font: 700 12px/22px Arial;
	position: relative;	
	display: block;
	color: #222;	
	padding: 1px;
	margin-bottom: 2px;
}

.post-item-banner .date a span.entry-date {
	font: 700 22px/28px Arial;
	margin-bottom: 3px;
	padding: 2px;
}

.post-item-banner .date a span.entry-year:after {display: none;}
.post-item-banner .date a span:after {
	color: #fff;
	background-color: #eb5d13;
	position: absolute;
	height: 2px;
	content: "";
	left: 50%;
	bottom: -2px;
	width: 14px;
	margin-left: -7px;		
}

/* Post Item Banner - Image */
.post-item-banner > div > a {
	line-height: 0;
	overflow: hidden;
	position: relative;
	display: block;	
}

.post-item-banner > div > a > img {
	-webkit-transition: -webkit-transform .3s ease-out,opacity .35s;
	transition: transform .3s ease-out,opacity .35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;	
	opacity: 1;	
	float: none;
	max-width: 100%;
	margin: 0;
}

.post-item-banner > div > a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
	content: "";
	opacity: 0;
	background-color: rgba(235,93,19,0.35);  
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.post-item-banner > div > a:hover:after {opacity: 1;}
.post-item-banner > div:hover > a > img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: -webkit-transform 4s ease-out;
	transition: transform 4s ease-out;
}

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

/* Read More Link */
a.more-link {
	font: normal bold 13px / 15px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	padding: 8px 14px 7px 14px;
	background-color: #222222;
	color: #ffffff;  
	position: relative;
	text-decoration: none;
  display: inline-block;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;  
}

a.more-link:hover {background: #333333;}
a.more-link i {
	margin-right: 0;
	margin-left: 7px;
	font-size: 12px;
}

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

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

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

/* Pagination */
.blog-pagination {
	margin: 40px 0;
	text-align: center;
}

.blog-pagination a {
	font: normal bold 13px / 15px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	padding: 8px 14px 7px 14px;
	background-color: #222222;
	color: #ffffff;  
	position: relative;
	text-decoration: none;
  display: inline-block;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;  
}

.blog-pagination a:hover {background: #333333;}

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

.blog-pagination a.previous-posts-link i {
	margin-right: 7px;
	margin-left: 0;
	font-size: 12px;
}

.blog-pagination a.next-posts-link i {
	margin-right: 0;
	margin-left: 7px;
	font-size: 12px;
}

/* 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 > div:first-child .widget-span {margin-top: 0;}
.blog .blog-sidebar .widget-span {
	background: #f1f1f1 none repeat center center;	
	padding: 25px 25px 15px;
	color: #85868c;
	font-size: 14px;
	line-height: 25px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin-top: 30px;
}

/* =============== Blog Author Page and Author Bio =============== */
.hs-blog-listing .hs-author-profile:after {clear:both;content:"";display: table;}
.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;
    line-height: 1.3;
    margin-bottom: 10px;     
}

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

h3.hs-author-listing-header {margin: 20px 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-social-label {
  display: inline-block;
  margin-right: 8px;
  font-weight: bold;
  vertical-align: middle;
}

.hs-author-social-links a.hs-author-social-link {
  font-size: 30px;
  display: inline-block;
  padding-right: 5px!important;
  vertical-align: middle;
}


@media (max-width:767px) {

	.hs-author-profile .span2 {float: left;}
	.hs-author-profile .span10 {overflow: hidden;padding-left: 15px;}
	.hs-author-profile .hs-author-avatar img {
		max-width: 100px;
		margin-bottom: 10px;
	}

}

@media (max-width: 479px) {
    .hs-author-profile .span2 {float: none;}
    .hs-author-profile .span10 {overflow: hidden;padding-left: 0;}
    
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
      border-width: 0;
      max-height: 100%;
      max-width: 100%;
      height: auto;
      width: auto;
      display: block !important;
      float: none;
      margin: 10px auto;
    } 
}


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

.checkbox-row input {
	position: relative;
	top: 5px;
}

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

/* Form Field */
.hs-form-field {
	margin-top: 16px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
	font: normal 14px / 25px "Raleway", Helvetica, Arial, Verdana, sans-serif;	
  display: -moz-inline-stack;
	display: inline-block;
	clear: both;
}

.hs-form-field > label > .hs-form-required {
	color: #eb5d13;
	margin-left: 4px;
}

/* One Line Inputs */
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

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 {
	color: #8b8d94;
	border: 1px solid #dddddd;
	background-color: #fdfdfd;
	border-radius: 1px;
	margin-bottom: 10px;
	height: 38px;	
	font-family: inherit;
	padding: 5px 4px;
  font-size: 14px;
	line-height: 25px;
  width: 100%;
  outline: 0;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {
	height: 120px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
	-webkit-appearance: none !important;
	-moz-appearance: none;
	background-image: url(https://cdn2.hubspot.net/hubfs/3489908/STRATENET_March2018/Layout/select-1.svg);
	background-position: calc(100% - 15px) center;
	background-repeat: no-repeat;
	font: normal 14px / 25px "Raleway", Helvetica, Arial, Verdana, sans-serif;
}

select:focus {}

/* Multiple Selection Inputs */
.hs_error_rollup,
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

form.hs-form .hs-form-field ul.inputs-list li input {margin: 0 4px 0 0}
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 {}

.body-container .hs-input.invalid,
.body-container .hs-input.error,
.body-container .hs-input.invalid.error {
  	border: 1px solid #790000;
}

/* Error */
.body-container .hs-error-msgs label {
	color: #790000;
	font-weight: 700;
	letter-spacing: normal;
	1 Column Above Body;
	line-height: inherit;
	clear: both;
	font-family: inherit;
}

.body-container .hs_error_rollup {
	color: #790000;
	font-size: 1em;
	font-weight: 700;
	margin-top: 25px;
  margin-bottom: 25px;
	border-top: 2px solid #790000;
	border-bottom: 2px solid #790000;
	padding: 16px 0;
	clear: both;
	width: 100%;
	text-align: center;	
}

.body-container .hs_error_rollup .hs-error-msgs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-container .hs_error_rollup .hs-error-msgs label {
	font: inherit;
}

/* 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_submit {
	padding: 16px 0 10px;
	margin: 0;
	clear: both;
	width: 100%;	
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
	color: #ffffff;
	background-color: #222222;
	min-height: 38px;
	padding: 12px 18px 11px 18px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	position: relative;
	display: inline-block;
	border: none;
	text-decoration: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	font: normal bold 15px / 17px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
  outline: 0;
}

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

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


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

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


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

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


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

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


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

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* 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: 1024px) {}


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

@media screen and (max-width: 778px) {
  .body-container .row-fluid .content-wrapper {padding-left: 20px;padding-right: 20px;}
}

@media screen and (max-width: 767px) {
  .main-content,
  .blog-content,
  .blog-sidebar,
  .sidebar {
    padding-top: 40px;
  }
  
  .main-content:first-child,
  .blog-content:first-child,
  .blog-sidebar:first-child,
  .sidebar:first-child {
    padding-top: 0;
  }  
}


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

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