/* ==========================================================================
   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('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@import url('//fonts.googleapis.com/css?family=Lato:100,300,regular,700,900%7COpen+Sans:300%7CIndie+Flower:regular%7COswald:300,regular,700&subset=latin%2Clatin-ext');
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed%3Aregular%7COpen+Sans%3A400%2C300%2C800%2C700%2C600%7CRaleway%3A100%2C300%2C600%2C700%2C800');
@import url('//cdnjs.cloudflare.com/ajax/libs/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; }


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

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

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

body {
   /* visibility: hidden; --HS Support 7.5.18 */
  	position: relative;
		z-index: -1;
}
.blog {
  z-index: -1;
}

.content-container, .main-content-container{
    position:absolute;
    left: 0;
    top:0;
    right:0;
    bottom:0;
    z-index: -1;
}
.header-content-container {
  max-height: 100px;
}
.content-container {
  z-index: 1;
}
.content-section, .main-content-section{
    width:1920px;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    /*-webkit-transition: all 500ms linear !important;
    transition: all 10ms linear !important;*/
    position: absolute;
}
.footer-content-container {
  top: auto;
}
.main-content-section{ 
  	width:1600px;
}
.footer-container-wrapper {
 visibility: hidden; 
}

@media (min-width: 1921px) {
  .content-container, .main-content-container{
      position:relative;
  }
  .content-section, .main-content-section{
        width:auto;
        position: relative;
    		-webkit-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        -moz-transform:scale(1);
        transform:scale(1);
    }
  .footer-container-wrapper {
 		visibility: visible; 
  }
  .dark-header-wrapper {
   background-color: #222223; 
  }
}
  /*Retina*/
@media only screen and ( min-width: 1681px) and (-webkit-min-device-pixel-ratio : 1.5), 
only screen and ( min-width: 1681px) and (min-device-pixel-ratio : 1.5) { 
    .content-container, .main-content-container{
      position:relative;
    }
    .content-section, .main-content-section{
          width:auto;
          position: relative;
          -webkit-transform:scale(1);
          -ms-transform:scale(1);
          -o-transform:scale(1);
          -moz-transform:scale(1);
          transform:scale(1);
      }
}

/*End Retina*/

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    background: #fff;
    color: #333;
    font-family:Roboto, "Arial", "Sans-Serif";
    font-size: 14px;
    line-height: 24px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
 
}
.sidebar .widget-type-blog_subscribe form > .hs-form-field input[type=radio] {
    float: left; 
}
.sidebar .widget-type-blog_subscribe form > .hs-form-field input[type=email] {
    width: 80% !important; 
}
@media(max-width: 1200px) {
  .main-content-section{ 
  		width:1000px;
	}
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .sidebar .widget-type-blog_subscribe form > .hs-form-field input[type=email] {
    width: 90% !important; 
  }
  .sidebar .widget-type-blog_subscribe.blog-subscription form > .hs_submit input {
      margin-top: -136px !important;
      margin-right: -217px !important;
    	padding: 12px !important;
      margin-left: 0 !important;
  }
}
.footer-container .row-fluid .custom_footer-top  .page-center {
    padding-left:15px;
    padding-right:15px;
}

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

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


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

/** 
 * Transition 
 *
 *  
 */


/** 
 * Border Radius 
 *
 *  
 */

/** 
 * Box Shadow  
 *
 *  
 */

/** 
 * Transform
 *
 *  
 */



/** 
 * Animation
 *
 *  
 */






/** 
 * Filter
 *
 *  
 */


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

/* Basic text */
p {
    margin:0 0 20px;
    color: #565656;
    font-size: 20px;
    line-height: 32px;
    font-style: normal;
    font-weight: 400;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;
    color: #111;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {display: none;}

h1 {
    color: #383838;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
}
h2 {
    color: #383838;
    font-size: 40px;
    line-height: 55px;
    font-weight: 800;
}
h3 {
    color: #383838;
    font-size: 30px;
    line-height: 50px;
    font-weight: 800;
}
h4 {
    color: #383838;
    font-size: 25px;
    line-height: 45px;
    font-weight: 800;
}
h6 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 14px;
}
h5 {
    color: #383838;
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}
.blog-sidebar h3:first-child,
.sidebar h3:first-child{
  color: #383838;
  font-size: 25px;
  line-height: 45px;
  font-weight: 800;
  margin: 0 0 10px 0;
  position: relative;
}
.blog-sidebar h3:first-child:after,
.sidebar h3:first-child:after{
  border-top: 4px solid #444;
  content: "";
  display: block;
  margin-top: 14px;
  width: 60px;
}
h3.form-title{
  font-size: 18px;
  line-height: 20px;
  color: #303030;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h3.form-title:after{
  border-top: 3px solid #303030;
  display: block;
  margin-top: 10px;
  width: 30px;
  content: "";
}

.sidebar h3.form-title,
.blog-sidebar h3.form-title{
    color: #383838;
  font-size: 25px;
  line-height: 45px;
  font-weight: 800;
  margin: 0 0 10px 0;
  position: relative;
  text-transform:none;
  letter-spacing:0;
}
.sidebar h3.form-title:after,
.blog-sidebar h3.form-title:after{
    border-top: 4px solid #444;
  content: "";
  display: block;
  margin-top: 14px;
  width: 60px;
    
}

/* Anchor Links */
a { 
    color: #26B8F3;
    text-decoration: none;
    outline:none;
}
a:hover, a:focus { color: #26B8F3; }

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper{
  min-height: 122px;
  -webkit-transition: opacity .3s ease,min-height .3s ease;
	-moz-transition: opacity .3s ease,min-height .3s ease;
	-ms-transition: opacity .3s ease,min-height .3s ease;
	-o-transition: opacity .3s ease,min-height .3s ease;
	transition: opacity .3s ease,min-height .3s ease;;
}
.header-container {}

/* Main Header */
.header-container .custom_main-header{
  z-index: 999;
  width: 100%;
  position: relative;
  background-color: #222223;
  padding: 0 50px;
  min-height: 90px;
  border-bottom: 1px solid #222;
  -webkit-transition: opacity .3s ease,min-height .3s ease;
	-moz-transition: opacity .3s ease,min-height .3s ease;
	-ms-transition: opacity .3s ease,min-height .3s ease;
	-o-transition: opacity .3s ease,min-height .3s ease;
	transition: opacity .3s ease,min-height .3s ease;;
  color:#fff;
  padding-top:2px;
}
.header-container .row-fluid .custom_main-header .page-center{
  padding: 0;
}
.custom_main-header *{
  color:#fff;
}
.container-fluid .row-fluid .custom_main-header .page-center{
  max-width: 100%;
}
.header-container .widget-type-logo{
  float: left;
  width: auto;
  margin-left:0;
  padding-top: 31.5px;
}
.header-container .widget-type-logo img{
  max-width: 230px;
}


/* Header Search */
.custom_main-header .page-center{
  position: relative;
}
.header-container .custom_header-search{
  float: right;
  width: auto;
  margin-left:0;
}
.custom_header-search form{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  height:100%;
}
.search-open  .custom_header-search form{
  opacity:1;
  visibility:visible;
}
a#top-search-trigger{
    z-index: 11;
  width: 30px;
  font-size: 16px;
  display: block;
  height: 5px;
  line-height: 18px;
  margin-top: -1px;
  position: relative;
  cursor: pointer;
  color: #fff;
}
a#top-search-trigger i{
  line-height: normal;
  margin-top: 56px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
}
a#top-search-trigger i.fa-close{
  opacity: 0;
}
.search-open a#top-search-trigger i.fa-close{
  opacity: 1;
}
.search-open a#top-search-trigger i.fa-search{
  opacity: 0;
}
.custom_header-search a.hs-button.primary{
  display: none;
}
.custom_header-search label{
  display: none;
}
.custom_header-search form{
  background-color: #222223;
}
.custom_header-search form .input{
  padding:0 15px;
  height: 100%;
}
.custom_header-search form > div{
  height: 100%;
}
.custom_header-search form input{
  padding: 31px 70px 0 0;
  font-size: 30px;
  height: 100%;
  letter-spacing: 2px;
  outline: 0 none;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.33333;
  margin:0;
  background: transparent;
  border:0;
  width: 100%;
  left:15px;
  position:relative;
}

.sticky-header .search-module {
    top: 34px;
}


/* Placeholder Text */
.custom_header-search form input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5);
} /* Webkit Browsers */
.custom_header-search form input:-moz-placeholder {
    color: rgba(255,255,255,0.5);
} /* Firefox 18- */
.custom_header-search form input::-moz-placeholder {
    color: rgba(255,255,255,0.5);
} /* Firefox 19+ */
.custom_header-search form input:-ms-input-placeholder {
    color: rgba(255,255,255,0.5);
} /* IE10 */
   
@media  (min-width: 760px){
    /* Sticky Header */
    .sticky-header .header-container-wrapper{
      min-height: 60px;
    }
    .sticky-header .header-container .custom_main-header{
      position: fixed;
      min-height: 60px;
      padding: 0 30px;
      -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
    transform: translateY(-100%);;
      border:0
    }
    .sticky-header.sticky-header-visible .header-container .custom_main-header{
      -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);;
      -webkit-transition: opacity .3s ease,min-height .3s ease, transform .6s ease;
	-moz-transition: opacity .3s ease,min-height .3s ease, transform .6s ease;
	-ms-transition: opacity .3s ease,min-height .3s ease, transform .6s ease;
	-o-transition: opacity .3s ease,min-height .3s ease, transform .6s ease;
	transition: opacity .3s ease,min-height .3s ease, transform .6s ease;;
    }
    .sticky-header .header-container .widget-type-logo{
      padding-top:8px;
    }
    .sticky-header .custom-menu-primary .hs-menu-wrapper > ul{
      padding-top:0px;
    }
    .sticky-header a#top-search-trigger i{
      margin-top:25px;
    }
    .sticky-header .custom_header-search form input{
      padding-bottom:0;
      left:-15px;
      font-size: 20px;
      padding-top:0px;
    }
    .sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        min-height:60px;
        line-height:40px;
    }
    .sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
      margin-top:-3px;
      background-color: #111
    }
    .sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul li{
      border-bottom: 1px solid #222;
    }
    .sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before{
        display:none;
    }
}

.search-module {
      top: 48px;
    position: absolute;
    right: 444px;
}


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

.body-container-wrapper {
    padding: 80px 0 50px;
}
.body-container {
    
}

.content-wrapper {
    color: #565656;
    font-size: 20px;
    line-height: 32px;
    font-style: normal;
    font-weight: 400;
    padding-bottom:30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.sidebar > .row-fluid-wrapper .widget-span,
.blog-sidebar > .row-fluid-wrapper .widget-span{
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.sidebar > .row-fluid-wrapper .widget-type-header,
.blog-sidebar > .row-fluid-wrapper .widget-type-header,
.sidebar > .row-fluid-wrapper .widget-span.widget-type-cta{
  margin-bottom: 0;
  padding-bottom:0;
  border:0;
}
.thank-you .sidebar > .row-fluid-wrapper .widget-span,
.sidebar > .row-fluid-wrapper:last-child .widget-span,
.blog-sidebar > .row-fluid-wrapper:last-child .widget-span{
  margin-bottom: 0;
  padding-bottom:0;
  border:0;
}
/* =============== Footer =============== */

.footer-container-wrapper{
  color: #ccc;
  background-color: #101010;
}
.footer-container {}

.custom_footer-bottom{
  border-top: 1px solid #222;
  min-height: 80px;
  padding: 30px 0;
  
}
.custom_copyright{
  text-align: center;
  color: #ccc;
  font-size: 12px;
  text-transform: none;
  padding-top: 10px;
}
.custom_copyright p{
   color: #ccc;
}
.custom_copyright a{
  color:#fff;
}

/* Footer Top */
.custom_footer-top{
  padding: 61px 0 40px 0;
}
.footer-container .widget-type-logo img{
  max-width: 230px;
}
.footer-container h3:first-child{
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 45px;
  margin: 0 0 25px 0;
}
.custom_footer-top p{
  padding-bottom: 15px;
  padding-top: 15px;
}
#custom_col .widget-type-logo{
  margin-bottom: 24px;
}
.footer-container a{
  color: #fff
}
.custom_footer-socials{
  padding-top:18px;
}
.custom_footer-socials ul{
  list-style-type: none;
  padding:0;
}
.custom_footer-socials ul li{
  float: left;
}
.custom_footer-socials ul li a{
  float: left;
  cursor: pointer;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  margin: 0 8px 8px 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.custom_footer-socials ul li a i{
  color: #ccc;
}
.custom_footer-socials ul li a:hover i{
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform:translateY(-100%);
	}
	50% {
		opacity:0;
		-webkit-transform:translateY(100%);
	}
	51% {
		opacity:1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform:translateY(-100%);
	}
	50% {
		opacity:0;
		-moz-transform:translateY(100%);
	}
	51% {
		opacity:1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform:translateY(-100%);
	}
	50% {
		opacity:0;
		transform:translateY(100%);
	}
	51% {
		opacity:1;
	}
}

.footer-container #custom_col{
  padding-bottom: 20px;
}
.custom_footer-about p:last-child{
  padding-top:27px;
}
.custom_footer-contact a{
  word-wrap:normal;
}

.footer-container .widget-type-post_listing ul,
.footer-container .widget-type-post_filter ul{
  margin-top: 0;
  margin-bottom: 10px;
  padding:0;
  list-style-type: none;
}
.footer-container .widget-type-post_listing ul li,
.footer-container .widget-type-post_filter ul li{
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px 2px;
}
.footer-container .widget-type-post_listing ul li:last-child,
.footer-container .widget-type-post_filter ul li:last-child{
    border:0;
}
#custom_col .widget-type-linked_image img{
  margin:5px 0;
}

/* Back To Top */
#back-to-top{
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;;
  bottom: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  line-height: 24px;
  padding: 8px 14px 9px;
  position: fixed;
  right: 10px;
  z-index: 199;
}
#back-to-top:hover{
  background-color: #219c99
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:760px) {
    /* Parent List */
    .header-container .custom-menu-primary{
        float:left;
        width:auto;
        margin-left:0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul{
        display:block;
        padding-left:45px;
        padding-top: 32.5px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        padding: 5px 20px !important;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;;
        color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
        color: #219c99;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a{
      border-right: 1px solid #4e4e4f;
    }
    /*.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f107";
      padding-left: 3px;
      font-size: 14px;
      text-align: center;
      width: 22px;
    }*/
    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul ul{
      border: 1px solid rgba(0,0,0,.15);
      background-color: #222223;
      margin-top: 36px;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      min-width: 230px;
      -webkit-box-shadow: 0 13px 42px 11px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 13px 42px 11px rgba(0,0,0,0.05);
    -ms-box-shadow: 0 13px 42px 11px rgba(0,0,0,0.05);
	-o-box-shadow: 0 13px 42px 11px rgba(0,0,0,0.05);
    box-shadow: 0 13px 42px 11px rgba(0,0,0,0.05);;
      padding: 0;
      border-style: solid none none;
      border-width: 3px 0 0;
      border-radius: 0;
      font-size: 14px;
      border-color: transparent;
      -webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
      border-bottom: 1px solid #222;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 16px;
      font-weight: 700;color: #f1f1f2;
      padding: 5px 20px;
      text-transform: uppercase;
      -webkit-transition: padding .3s ease-in-out;
      transition: padding .3s ease-in-out;
      line-height: 1.42857143;
      min-height: 40px;
      white-space: normal !important;
    }
    .custom-menu-primary .hs-menu-wrapper ul ul > li.active-branch > a,
    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a{
      color: #219c99;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before{
      content:"";
      display: block;
      position: absolute;
      top:-40px;
      width:100%;
      height:40px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul{
      margin:0;
    }
}

/* Vertical Menu */
.body-container .hs-menu-flow-vertical ul{
  background-color: #222223;
  -webkit-box-shadow: 0 13px 42px 11px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 13px 42px 11px rgba(0,0,0,0.05);
    -ms-box-shadow: 0 13px 42px 11px rgba(0,0,0,0.05);
	-o-box-shadow: 0 13px 42px 11px rgba(0,0,0,0.05);
    box-shadow: 0 13px 42px 11px rgba(0,0,0,0.05);;
    font-size: 16px;
}
.body-container .hs-menu-flow-vertical ul li a{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #f1f1f2;
  padding: 5px 20px;
  text-transform: uppercase;
  line-height: 30px;
  min-height: 40px;
  white-space: normal !important;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;;
}
.body-container .hs-menu-flow-vertical ul li a:hover,
.body-container .hs-menu-flow-vertical ul li.active-branch > a{
  color: #219c99;
}
.body-container .hs-menu-flow-vertical.flyouts ul ul{
  min-width: 230px;
  -webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;;
}
.body-container .hs-menu-flow-vertical.no-flyouts ul ul{
  padding-left:15px;
  width: auto;
  font-size: 15px;
}
@media (max-width: 759px){
    .body-container .hs-menu-flow-vertical.flyouts ul ul{
      min-width: 0px;
    }
    .body-container .hs-menu-flow-vertical.flyouts ul ul{
      padding-left:15px;
      width: auto;
      font-size: 15px;
    }
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:760px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;   
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        margin-top: 5px;
        background-color: #222223;
        width: 160px;
        padding-top: 45px;
        padding-bottom: 14px;
        letter-spacing: -.2px;
        list-style: none;
        padding-left: 15px;
        min-width: 260px;
        margin-left: -52px;
    }
  	.custom-menu-primary .hs-menu-wrapper > ul ul>li {
        padding: 15px 25px;
    		padding-left: 0;
		}
  	.custom-menu-primary .hs-menu-wrapper > ul ul>li>a {
      font-size: 18px;
      font-weight: 700;
      color: #f1f1f2;
      padding: 5px 20px;
      text-transform: uppercase;
      display: block;
      min-height: unset;
    }
}


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

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

@media (max-width: 759px){
  .signup-separator {
        margin: 10px auto;
    		width: 172px;
        border-top: 1px solid #4e4e4f;
  }
  i.search-icon {
    margin-right: -2px;
  }
  .mobile-search-block {
      display: none;
      width: 100% !important;
      background: #222223 !important;
      padding: 15px 15px 15px 10px !important;
  }
  .mobile-search-block .search-block{
      margin: 0 !important;
      width: 87% !important;
  }
  .mobile-search-block .search-block input{
      height: 33px !important;
      font-size: 12px !important;
  }
  .mobile-search-block  .search-x {
      color: #f1f1f2 !important;
      float: right !important;
      font-size: 42px !important;
      line-height: 20px !important;   
      margin-top: -30px !important;
      font-weight: 300 !important;
      font-family: 'Roboto', sans-serif !important;
  }
  .mobile-search-block .search-result{
      left: 10px !important;
      width: calc(100% - 69px) !important;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: relative;
    padding: 7px 10px;
    margin-top: 6px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    padding-left: 0;
    float: left;
  }
  .mobile-trigger:hover{
    
  }

  /* Change button when menu is open 
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after{
    right:-2px;
  }*/

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before {
    top: -6px !important;
  }
    .mobile-trigger i:after {
      top: 6px!important;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    border-radius: 1px;
    background-color: #f1f1f2; /* Icon color */
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;;
  }
  .mobile-trigger i:before{ top: -5px; } /* Position top line */
  .mobile-trigger i:after{ top: 5px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }
    .mobile-trigger i:after,
    .mobile-trigger i:before{
        -webkit-transform-origin: 2.85714px center;
        transform-origin: 2.85714px center;
        -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;;
        right:0;
    }
    /*.mobile-open .mobile-trigger i:before{
      -webkit-transform: rotate3d(0,0,1,-45deg);
      transform: rotate3d(0,0,1,-45deg);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: -6px;
    }
    .mobile-open .mobile-trigger i:after{
      -webkit-transform: rotate3d(0,0,1,45deg);
      transform: rotate3d(0,0,1,45deg);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 6px;
    }
    .mobile-open .mobile-trigger i{
      background: transparent;
    }*/

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

  .child-trigger{
    display: none !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 30px !important; /* Button height */  
    line-height:30px;
    text-align:right;
    padding-right:10px;
    color:#ccc;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
      color:#ccc;
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .header-container .custom-menu-primary{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin:0;
    width:100%;
    margin-left:0;
    min-height:0;
    float:left;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
      overflow: hidden;
      display: none;
      background-color: #222223;
      margin-left: -10px;
      background: #222223;
      width: 242px;
      border: none;
      position: absolute;
      z-index: 1000;
      margin-top: -10px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul{
      padding:51px 0 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 5px 20px;
    text-transform: uppercase;
    line-height:normal;
    border-bottom: 1px solid #222;
    color: #ccc;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #219c99;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding-left:10px;
    width:auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color:#888;
  }

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

  }

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

  }
  .row-fluid [class*="span"].search-module {
    	display: none;
  }
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.5;
  margin: 0 0 10px 0;
  text-rendering: optimizelegibility;
}
.post-header h3,
h3.post-listing-simple{
  margin-bottom: 4px;
  font-size: 26px;
  line-height: 30px;
}
.post-header h3 a,
h3.post-listing-simple a{
  
}
.hs-blog-listing .content-wrapper,
.hs-blog-listing .main-content p{
    color: #333;
  font-size: 14px;
  line-height: 24px;
}

/* Blog Author and Avatar */
#hubspot-author_data{
    margin:0 0 20px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.85;
}
#hubspot-author_data a{
  color: #111;
}
#hubspot-author_data a:hover{
  color: #26B8F3;
}
#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%;
}
.hs-blog-post #hubspot-author_data a{
  color:inherit;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.blog-listing-wrapper .post-listing .post-item:last-child{
    border:0;
    padding-bottom:0;
}
.hs-blog-listing .post-body p:last-child,
.hs-blog-listing .post-body ul:last-child{
  margin-bottom: 0;
}
.blog-post-wrapper .post-body {}

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

.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  margin-bottom: 5px;
}

.hs-blog-listing .featured-img-listing-alt {
    float: left;
    width: 100%;
 		margin-bottom: 20px;
}

.featured-img-rss-alt {
    float: left;
    width: 100%;
 		margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
    margin-top: 5px;
}


/* Read More Link */

.featured-image-alt {
	font-size: 14px; 
  padding-bottom: 45px !important;
}

a.more-link{
  margin-bottom: 20px;
  opacity: 0.85;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #111;
  display: inline-block;
}
a.more-link:hover{
  color: #26B8F3;
}

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

.post-item-footer{
  margin-bottom: 12px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.post-item-footer > div{
  border-right: 2px solid #f6f6f6;
  float: left;
  margin-right: 18px;
  padding: 8px 18px 8px 0;
}
.post-item-footer > div:last-child{
  border:0;
}
.post-item-footer a{
  color: #111;
}
.post-item-footer a:hover{
  color: #26B8F3;
}
ul.social-list{
  margin:0;
  padding:0;
  list-style-type: none;
  position: relative;
  top:2px;
}
ul.social-list li{
  line-height: 20px;
  font-size: 14px;
  border-radius: 3px;
  height: 22px;
  margin: 0 5px 10px;
  display: inline-block;
}
.likely__icon_twitter{
    fill: #00b7ec;
}
.likely__icon_facebook{
  fill: #425497;
}
.likely__icon_linkedin{
  fill: #0077b5;
}
.likely__icon_gplus{
  fill: #dd4241;
}

/* 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{
  text-align: center;
  margin-bottom:6px;
}
ul.pagination{
  display: inline-block;
  margin: 20px 0;
  vertical-align: middle;
  padding:0;
}
ul.pagination > li{
  display: inline;
}
ul.pagination > li > a{
  color: #b0b0b0;
  padding: 8px 14px;
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
}
ul.pagination > li:first-child > a{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
ul.pagination > li:last-child > a{
    border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
ul.pagination > li > a:hover{
  color: #333;
  background-color: #eee;
  border-color: #ddd;
}
ul.pagination > li.active > a{
  background-color: #26B8F3;
  border-color: #26B8F3;
  color: #fff;
  pointer-events: none;
}

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


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

.blog .blog-sidebar {}

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

/* Sidebar Newsletter */
.widget-type-blog_subscribe input.hs-button{
  font-family: fontawesome, Arial, sans-serif;
}
.blog-sidebar .hs-form-field > label{
  display: block;
  margin:0;
  text-transform: none;
  line-height: 24px;
  font-size:12px;
  font-weight:400;
}
.blog-sidebar .hs-form-field > label .hs-form-required{
  display: none;
}
/* Sidebar Newsletter */
.sidebar .widget-type-blog_subscribe form{
  display: inline-table;
  vertical-align: middle;
  position: relative;
  border-collapse: separate;
}
.sidebar .widget-type-blog_subscribe form > .hs-form-field{
  /*display: table-cell;*/
  vertical-align: bottom;
  position:relative;
}
.sidebar .widget-type-blog_subscribe form > .hs-form-field input[type=email]{
  border: 1px solid #ebebeb;
  height: 40px;
  -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
	-o-border-radius: 0;
    border-radius: 0;;
  margin:0;
  display: block;
  padding:12px 18px;
  line-height: 1.33333;
  color: #555;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family: inherit;
}
.sidebar .widget-type-blog_subscribe form > .hs-form-field input:focus{
    border-color: #66afe9;
}
.sidebar .widget-type-blog_subscribe form > .hs_submit{
  width: auto;
  position: relative;
  display: table-cell;
  line-height: 12px;
  margin:0;
  vertical-align: bottom;
}
.sidebar .widget-type-blog_subscribe form > .hs_submit input{
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;;
  display: block;
  margin-bottom: 0;
  line-height: 16px;
  font: normal normal normal 12px/1 FontAwesome;
  min-height: 40px;
}

.sidebar .widget-type-blog_subscribe form > .hs-form-field ul.hs-error-msgs{
  position: absolute;
  top:100%;
  width:auto;
  background: #fff;
  font-size: 11.8px;
  color:#000;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
  padding:10px 20px;
  line-height: normal;
  margin-top:12px;
  left:-10px;
}
.sidebar .widget-type-blog_subscribe .hs_error_rollup{
  display: none;
  
}

.body-container .widget-type-post_filter:not(.custom_tags) ul,
.body-container .widget-type-post_listing:not(.custom_tags) ul{
  list-style-type: none;
  padding:0;
  font-size: 14px;
  line-height: 24px;
}
.body-container .widget-type-post_filter:not(.custom_tags) ul li,
.body-container .widget-type-post_listing:not(.custom_tags) ul li{
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px 2px;
}
.body-container .widget-type-post_filter:not(.custom_tags) ul li a,
.body-container .widget-type-post_listing:not(.custom_tags) ul li a{
  color: #111;
}
.body-container .widget-type-post_filter:not(.custom_tags) ul li:last-child,
.body-container .widget-type-post_listing:not(.custom_tags) ul li:last-child{
  border:0;
}
.body-container .widget-type-post_filter:not(.custom_tags) ul li a:hover,
.body-container .widget-type-post_listing:not(.custom_tags) ul li a:hover{
  color: #26B8F3;
}


/* Sidebar RSS */
.sidebar .hs-rss-item {
  margin: 0 0 1.5em;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.sidebar .hs-rss-item:last-child{
  margin:0;
}

.sidebar  .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  float: left;
  margin: .3em .75em .75em 0;
  width: 64px;
}
.sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: calc(100% - 80px);
    float: right;
    padding-right: 0;
    box-sizing: border-box;
}
/*comment when fixed*/
.hs-blog-post .sidebar  .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  display: none;
}
.hs-blog-post .sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  	width: 100%;
}
.sidebar .hs-rss-item .hs-rss-title{
  font-size: 14px;
  font-weight: 600;
  margin: -4px 0 0;
  line-height: 20px;
  display: block;
  color: #565656;
}
.sidebar .hs-rss-byline{
  font-size: 11px;
  color: #aaa;
  line-height: 1.65714286em;
  opacity: 1;
}
.sidebar .hs-rss-byline .hs-rss-date:before{
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 4px;
  margin-left: 1px;
}


/* Sidebar Tags */
.custom_tags ul{
   list-style-type: none;
    padding:0;
    font-size: 14px;
  line-height: 24px;
}
.custom_tags ul li{
  font-size: 11px;
  border: 1px solid rgba(0,0,0,0.2);
  color: #777;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 2px 5px 0;
  padding: 5px 7px;
  text-transform: uppercase;
  -webkit-transition: all 0.27s cubic-bezier(0,0,0.58,1) 0s;
  transition: all 0.27s cubic-bezier(0,0,0.58,1) 0s;
}
.custom_tags ul li a{
  color: #777;
}

/* Sidebar Featured Image */
.blog-sidebar .row-fluid .custom_sidebar-featured{
  margin:0;
  border:0;
  padding:0;
}
.blog-sidebar .row-fluid .custom_sidebar-featured img{
  margin-bottom: 10px;
}
/* =============== Blog Author Page and Author Bio =============== */

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

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

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

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

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

/* Author Page */
.hs-blog-post .post-header{
  margin-top:-4px;
}
.post-header h1,
h1.hs-author-name{
  color: #565656;
  font-size: 43px;
  text-transform: none;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
}
.hs-author-avatar {
    max-width: 100px;
    margin: 15px 20px 15px 0;
    float: left;
}
.hs-blog-post .hs-author-avatar,
.hs-blog-post .hs-author-social-section {
    display: none;
}
.hs-author-avatar img {
    border-radius: 50%;
}
.hs-author-profile {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #666;
}
.hs-author-profile:after {
	display: table;
	content:'';
	clear: both;
}
.hs-author-profile .hs-author-bio {
    padding-top: 15px;
}
.hs-author-profile .hs-author-social-section {
    margin: 15px 0 0;
}
.blog-pagination {
    text-align: center;
}
.blog-pagination i{
  font-size: 18px;
}
.blog-pagination a.previous-posts-link {
    float:left
}
.blog-pagination a.next-posts-link {
    float:right;
}
h3.hs-author-listing-header {
    margin:10px 0 20px;
}

/* Post Template */
.hs-blog-post .body-container-wrapper{
  padding-top:70px;
  padding-bottom: 0;
}
.hs-blog-post .content-wrapper{
  padding-bottom: 20px;
}

/* Post Meta */
.post-meta{
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 21px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  vertical-align: middle;
  margin-top:-4px;
}

.post-meta:before,
.post-meta:after {
	content: "";
	display: table;
}
.post-meta:after {
	clear: both;
}
.post-meta > div{
  color: #777;
  font-size: 13px;
  margin-right: 16px;
  border-right: none;
  float: left;
  padding: 8px 18px 8px 0;
}
.post-meta a{
  color: #777;
}
.post-meta .post-socials{
  float: right;
  margin:0;
  padding-right:0;
}
.post-meta ul.social-list li{
  margin-bottom: 4px;
}
ul.social-list li:last-child{
  margin-right:3px;
}
.post-meta .post-date:before{
  content: "\f133";
  font-family: FontAwesome;
  margin-right: 0px;
  margin-left: 1px;
}
.post-meta .post-tags:before{
  content: "\f02b";
  font-family: FontAwesome;
  margin-right: 5px;
  margin-left: 1px;
  color: #777;
}
.post-meta .post-tags{
  opacity: 0.85;
  margin-left:4px;
}
#comment-form .hs-form-booleancheckbox{
  margin-bottom: 24px
}
#comment-form input.hs-button{
  margin-bottom: 0;
}
.dark-main-header {
  background-color: #222223;
  height: 90px;
}

@media (min-width: 1921px) {
  .custom_main-header {
      max-width: 1920px;
      margin: auto;
      padding: 0 30px;
  }
}
@media (min-width: 760px) {
    .middle-content .row-fluid #custom_col.sidebar.left{
      padding-right: 25px;
    }
    .middle-content .row-fluid #custom_col.main-content{
        padding-right: 25px;
    }
    .middle-content .row-fluid #custom_col.sidebar.right{
        padding-left: 25px;
    }
    .hs-blog-post .custom_row .blog-content#custom_col{
      padding-right:25px;
    }
    .hs-blog-post .custom_row .blog-sidebar#custom_col{
      padding-left:25px;
    }
    .hs-blog-post .custom_row .blog-sidebar{
        padding-top:6px;
    }
}
@media (max-width: 759px) {
  .container-fluid .row-fluid .custom_main-header .page-center {
      max-width: 100% !important;
  }
  .middle-content > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-flow: row wrap;
  }
  .middle-content .sidebar.left {
    width: 100%;
    -webkit-box-flex: 1 0 100%; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 0 100%; /* OLD - Firefox 19- */
    -webkit-flex: 1 0 100%; /* Chrome */
    -ms-flex: 1 0 100%; /* IE 10 */
    flex: 1 0 100%; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 3;  
    -moz-box-ordinal-group: 3;     
    -ms-flex-order: 3;     
    -webkit-order: 3;  
    order: 3;
  }
  .middle-content .main-content {
    width: 100% !important;
    -webkit-box-flex: 1 0 100%; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 0 100%; /* OLD - Firefox 19- */
    -webkit-flex: 1 0 100%; /* Chrome */
    -ms-flex: 1 0 100%; /* IE 10 */
    flex: 1 0 100%; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 1;  
    -moz-box-ordinal-group: 1;     
    -ms-flex-order: 1;     
    -webkit-order: 1;  
    order: 1;
  }
  .middle-content .sidebar.right {
    width: 100% !important;
    -webkit-box-flex: 1 0 100%; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 0 100%; /* OLD - Firefox 19- */
    -webkit-flex: 1 0 100%; /* Chrome */
    -ms-flex: 1 0 100%; /* IE 10 */
    flex: 1 0 100%; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 2;  
    -moz-box-ordinal-group: 2;     
    -ms-flex-order: 2;     
    -webkit-order: 2;  
    order: 2;
  }
    .post-header h1,
    h1.hs-author-name{
        font-size:40px;
    }
    .row-fluid .custom_sidebar-featured,
  	.featured-image-alt {
      display: none !important;
    }
    .hs-blog-post .row-fluid  .main-content{
      margin-bottom: 80px;
    }
}
@media (max-width: 479px) {
	.hs-author-profile .hs-author-avatar{
        float:none;
        margin-right:auto;
        margin-left: auto;
   }
	.hs-author-profile .hs-author-bio {
		padding-top: 0;
	}
	.post-header h1,
	h1.hs-author-name{
	    font-size:30px;
	}
	.post-meta .post-socials{
      float:none;
      clear:both;
    }
    .post-meta .post-tags{
      float: none;
      width: 100%;
      clear: both;
    }
}
/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    display: inline-block;
    color: #444;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    width:100%;
    outline:none;
    font:inherit;
    margin-bottom: 24px;
    padding: 10px 15px;
    border: 1px solid #cfcfcf;
    outline: 0;
    font-family: Raleway,sans-serif;
    font-weight: 500;
    font-size: 14px;
    background-color: #fff;
    color: #797979;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: auto;
    line-height: 1.33333;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

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

/* CheckBox Correction*/
.subscription-template .checkbox-row .fakelabel > input[type="checkbox"] {
    top: -1px;
}

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

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

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

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

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

/* Error */
ul.hs-error-msgs{
  padding:0;
  margin:-10px 0 14px;
  color: red;
  font-size: 16px;
  list-style-type:none;
}
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {
    color: #bbbbbb;
    opacity: 1;
} /* Webkit Browsers */
:-moz-placeholder {
    color: #bbbbbb;
    opacity: 1;
} /* Firefox 18- */
::-moz-placeholder {
    color: #bbbbbb;
    opacity: 1;
} /* Firefox 19+ */
:-ms-input-placeholder {
    color: #bbbbbb;
    opacity: 1;
} /* 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 {
    display: inline-block;
    color: #444;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 13px;
    display:none;
}

/* Input */
.widget-type-google_search:not(.custom_header-search) .input{
  width: 100%;
  display: inline-table;
  vertical-align: middle;
  position: relative;
  border-collapse: separate;
  margin-bottom:24px;
}
.widget-type-google_search:not(.custom_header-search) input[type="text"] {
  height: 40px;
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  vertical-align: middle;
  margin:0;
  border-radius: 0;
  border: 1px solid #ebebeb;
  line-height: 1.33333;
  padding: 8px 18px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family: inherit;
}
.widget-type-google_search:not(.custom_header-search) input[type="text"]:focus{
    border-color: #66afe9;
}
.sidebar .widget-type-google_search:not(.custom_header-search) .input{
  margin:0;
}
.widget-type-google_search:not(.custom_header-search) a.hs-button{
  font-size: 0;
  width: auto;
  position: relative;
  vertical-align: middle;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 600;
  height: 40px;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size:0;
  display: table-cell;
  text-align: center;
  width:1%;
}
.widget-type-google_search:not(.custom_header-search) a.hs-button:before{
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  line-height: 14px;
  vertical-align: middle;
}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display:inline-block;
    text-align:center;
    outline:none;
    margin-bottom: 15px;
    padding: 12px 24px;
    background-color: #26B8F3;
    border: 1px solid #26B8F3;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    outline: medium none;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    font-family: inherit;
}

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

.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.body-container form{
  text-align: center;
}
.body-container form *{
    text-align:left;
}
.body-container form .actions,
.body-container .hs_cos_wrapper_type_google_search form > .field > .input {
    text-align: center;
}
.hs-blog-post .body-container form .actions, 
.hs-blog-post .body-container .hs_cos_wrapper_type_google_search form > .field > .input {
   	text-align: left;  
}
/*Button Height Fix*/

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

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


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

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


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

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


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

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


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

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

.sidebar .blog-subscription.widget-type-blog_subscribe form {
  display: block;
}
.sidebar .widget-type-blog_subscribe.blog-subscription  form > .hs-form-field.hs_blog_newsquantifiedjanuary2018_blog_5518588378_subscription {
	display: block;
}
.sidebar .widget-type-blog_subscribe.blog-subscription form > .hs_submit input {
  margin-top: -136px;
  margin-left: 208px;
  float: right;
}
.blog-subscription #hs_form_target_blog_subscription input[type="radio"], .blog-subscription #hs_form_target_blog_subscription input[type="checkbox"] {
 float: left; 
}
.blog-subscription .hs-form-radio {
  clear: both;
}
.blog-subscription .hs-form-radio-display span{
  display: block;
  padding-bottom: 7px;
}




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


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
.hs-blog-post .custom_footer-top p {
    padding-bottom: 0;
    padding-top: 0;
}
.hs-blog-post .custom_footer-about p:last-child {
    padding-top: 12px;
}
.main-header-ul .custom-menu-primary .hs-menu-wrapper > ul li:last-child,
.main-header-ul .custom-menu-primary .hs-menu-wrapper > ul li:nth-last-child(2) {
    float: right !important;
}
.main-header-ul .custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper li:last-child,
.main-header-ul .custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper li:nth-last-child(2) {
    float: left !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sticky-header a#top-search-trigger i {
        margin-top: 23px;
    }
}


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

/*@media (max-width: 1350px) {
    .header-container .custom_main-header{
        padding-left:10px;
        padding-right:10px;
    }
}
@media (max-width: 1199px) {
    .container-fluid .row-fluid .page-center{
        max-width:970px;
    }
    
    
    .custom_footer-contact a {
        word-wrap: break-word;
    }
    .footer-container .widget-type-logo img{
        max-width:100%;
    }
    
}
@media (max-width: 1243px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px 13px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-left: 20px;
  }
}
@media (max-width: 1023px) and (min-width:760px){
    /*.custom-menu-primary .hs-menu-wrapper > ul {
        display: block;
        padding-left: 5px;
    }
    /* Sticky Header 
    .sticky-header .header-container .custom_main-header{
        padding-right:0;
    }
    .sticky-header  a#top-search-trigger{
        right:10px;
    }
    .body-container,
    html{
        overflow:hidden;
    }
    
}
@media (max-width: 1199px) and (min-width:760px){
    .blog-sidebar .widget-type-blog_subscribe .hs-form-field{
        padding-top:24px;
    }
    .blog-sidebar .widget-type-blog_subscribe .hs-form-field > label{
        position:absolute;
        top:0;
        width:200px;
    }
    
}*/
/*@media (max-width: 1105px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px 11px !important;
  }
}
@media (max-width: 1075px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px 7px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-left: 10px;
  }
}
@media (max-width: 1000px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px 6px !important;
  }
}*/
@media screen and (min-width: 760px) {
  .custom_main-header .custom-menu-primary {
        width: calc( 100% - 230px );
    }
  .custom_main-header .custom-menu-primary .hs-menu-wrapper > ul{
        width: 100%;
    }
  .custom_main-header .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1) > a {
        border-right: none;
    }
    .custom_main-header .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a {
        border-right: none;
      	padding-right: 0 !important;
    }
}
/*@media screen and (min-width: 992px) {
    .custom_main-header .custom-menu-primary {
        width: calc( 100% - 275px );
    }
    .custom_main-header .custom-menu-primary .hs-menu-wrapper > ul{
        width: 100%;
    }
    .custom_main-header .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1) > a {
        border-right: 1px solid #4e4e4f;
    }
    .custom_main-header .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a {
        border-right: none;
    }
    .sticky-header .header-container .custom_main-header {
        min-height: 90px;
    }
    .sticky-header .custom-menu-primary .hs-menu-wrapper > ul {
        margin-top: 22px;
    }
    .sticky-header .header-container .widget-type-logo {
        padding-top: 33px;
    }
    .sticky-header .header-container .widget-type-logo img {
        max-width: 190px;
    }
}*/
@media (max-width: 759px) {
    /*.row-fluid .custom_header-search{
        display:none;
    }
    .container-fluid .row-fluid .page-center,
    .header-container .row-fluid .custom_main-header .page-center{
        max-width:750px;
    }
    .header-container .custom_main-header{
        min-height:94px;
    }*/
    /* Logo Styling */
    .hs-item-has-children .hs-menu-children-wrapper.open-menu-list .signup-separator{
      display: none !important;
  	}
  	.hs-item-has-children .hs-menu-children-wrapper.open-menu-list{
      height: 100px;
  	}
    .dark-main-header {
      	height: auto;
        background: none;
    }
  	.custom-menu-primary .hs-menu-wrapper > ul {
      margin: 0;
      margin-top: 2px;
      padding: 20px 15px;
      width: 100%;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    }
    .header-container .widget-type-logo{
        padding: 15px 15px;
        float: right;
    		width: 82%;
      	margin-top: 0;
    }
    .header-container .widget-type-logo img{
      	width: 224px !important;
    		margin-top: -4px;
    }
    .header-container .custom_main-header{
        height: 62px;
        padding: 7px 15px 0 10px;
        min-height: unset;
    }
    .header-container-wrapper{
        min-height:0;
    }
    /* Footer Columns */
    .custom_footer-top #custom_col.widget-span{
        width:50%;
        float:left;
    }
    .custom_footer-top #custom_col:nth-child(2n+1){
        clear:left;
    }
    .footer-container .widget-type-logo img{
        max-width:230px;
    }
    .row-fluid .blog-sidebar,
    .row-fluid .blog-content{
        margin-bottom:40px;
    }
    .body-container,
    html{
        overflow-x:hidden;
    }
    .sidebar .widget-type-blog_subscribe form > .hs-form-field ul.hs-error-msgs{
        left:0;
    }
    
}

@media (max-width: 759px) {
    .mobile-trigger{
        right:-2px;
    }
    #back-to-top{
        bottom: 5px;
        right: 5px;
    }   
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 759px) {
    body{
        overflow:hidden;
    }
    .body-container-wrapper{
        padding-top:40px;
        padding-bottom:0;
    }
    .content-wrapper{
        padding-bottom:0;
    }
    .row-fluid .main-content,
    .row-fluid .sidebar,
    .row-fluid .blog-sidebar,
    .row-fluid .blog-content{
        margin-bottom:40px;
    }
    .container-fluid .row-fluid .page-center,
    .header-container .row-fluid .custom_main-header .page-center{
        max-width:700px;
    }
     .custom_footer-top #custom_col.widget-span{
        width:100%;
        float:left;
    }
    #custom_col .widget-type-linked_image {
        text-align:center;
    }
    .mobile-trigger{
        right:0px;
    }
    .post-header h1, h1.hs-author-name {
        font-size: 30px;
    }
    
}  


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

@media (max-width: 480px) {
    .mobile-trigger{
        right:-10px;
    }
}
@media (max-width: 479px) {
    .mobile-trigger{
        right:0px;
    }
    .container-fluid .row-fluid .page-center{
        padding-left:20px;
        padding-right:20px;
    }
    .container-fluid .custom_footer-top #custom_col{
        padding-left:20px;
        padding-right:20px;
    }
    .container-fluid .row-fluid .custom_footer-bottom .page-center{
        padding-left:5px;
        padding-right:5px;
    }
    body, #hubspot-author_data, .post-item-footer,
    .hs-blog-listing .content-wrapper, .hs-blog-listing .main-content p{
        font-size: 13px;
    }
    .blog-sidebar .hs-form-field > label{
        font-size:11px;
    }
}
@media (min-width: 760px) {
.blog-content .hs-featured-image-link img {
    max-width: 500px !important;

  }
}
@media (max-width: 400px) {
  .header-container .widget-type-logo{
    		width: 72.5%;
    }
  .header-container .widget-type-logo .cell-wrapper.layout-widget-wrapper {
    line-height: normal !important;
  }
 	.header-container .widget-type-logo img{
      	width: 132px !important;
    		margin-top: 0;
    } 
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 13px;
  }
}