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


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

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


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

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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=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%3A300%2C100%7CSource+Sans+Pro%3A300%7COpen+Sans%3A600%7CLato%3A300%2Cregular%7CRoboto+Condensed%3A300%2Cregular&subset=greek-ext%2Clatin%2Cvietnamese%2Clatin-ext%2Ccyrillic-ext%2Ccyrillic%2Cgreek&ver=cf61d9730081e38a3a4a2fafdcd35171');
@import url('https://cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Docs/dlmenuAnimation.css');
@import url('https://fonts.googleapis.com/css?family=Bitter|Roboto+Slab');

/* Fixflo_April2017-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: white;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'scalia-icons';
	src:url('//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Fonts/scalia-icons/scalia-icons.eot');
	src:url('//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Fonts/scalia-icons/scalia-icons.eot') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Fonts/scalia-icons/scalia-icons.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Fonts/scalia-icons/scalia-icons.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Fonts/scalia-icons/scalia-icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'scalia-socials';
	src:url('//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Fonts/scalia-socials/scalia-socials.eot');
	src:url('//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Fonts/scalia-socials/scalia-socials.eot') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Fonts/scalia-socials/scalia-socials.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Fonts/scalia-socials/scalia-socials.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Fonts/scalia-socials/scalia-socials.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'scalia-user-icons';
	src:url('//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Fonts/scalia-user-icons/scalia-user-icons.eot');
	src:url('//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Fonts/scalia-user-icons/scalia-user-icons.eot') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Fonts/scalia-user-icons/scalia-user-icons.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Fonts/scalia-user-icons/scalia-user-icons.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Fonts/scalia-user-icons/scalia-user-icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



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

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

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

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

body {
    background: #fff;
    color: #384554;
    font-family:'Karla','Arial','Sans-Serif';
    font-size: 18px;
    line-height: 27px;
}

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

/* Highlighted Text 
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}*/
.row-fluid .span12 {width: 100%;}
@-webkit-viewport {width:device-width;}
@-moz-viewport {Sitewidth:device-width;}
@-ms-viewport {width:device-width;}
@-o-viewport {width:device-width;}

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

/* Basic text */
p { margin: 0 0 1.421em;} 
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; }

.widget-type-header h1 {
    color: #4c5867;
    font-weight: 300;
    font-size: 64px;
    line-height: 1.4em;
    text-align:center;
}

/* Anchor Links */
a { 
    color: #4499a6;
    text-decoration:none;
}
a:hover, a:focus { 
    color: #384554;
    text-decoration:none;
}

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all 0.06s;
}

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

@media (min-width:980px) {

    .sticky_header .header-container {
        top:-40px;
    }
    .sticky_header .custom_logo a img {opacity:0;}
    .sticky_header .custom_logo a img.small {
        opacity: 1;
        margin-left: -100px;
        position: relative;
        top: -1px;
    }
    .sticky_header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding-top: 28px;
        padding-bottom: 28px;
        position:relative;
        top:-2px;
    }
    .sticky_header #custom_header-bottom .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {margin-top:-2px;}

}

@media (max-width: 991px) {
    #hubspot-messages-iframe-container {
        display: none!important;
        visibility: hidden!important;
    }
}

/* =====================================================    
    Header Top
==================================================== */
.header-container-wrapper {
    display: none!important;
    visibility: hidden!important;
}

#custom_header-top {
    color: #384554;
    background-color: #f1f5f8;
    padding: 5px 0;
    height:40px;
}

/* footer social */
#custom_header-top .custom_header-social {
    float: right;
    width:auto;
    line-height: 30px;
}
.custom_header-social .socials-item {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}
.custom_header-social .socials-item a {
    display: block;
    position: relative;
    height: 50px;
    width: 30px;
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    background:#fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.custom_header-social .socials-item a:hover:after {color: #384554;}
.custom_header-social .socials-item a:after {
    position: absolute;
    font-family: 'scalia-socials';
    font-size: 23px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    color: #99A3B0;
    font-size: 16px;
    text-align: center;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.socials-item.twitter a:after {content: '\e603';}
.socials-item.facebook a:after {content: '\e601';}
.socials-item.linkedin a:after {content: '\e604';}
.socials-item.googleplus a:after {content: '\e602';}

/* header search */
#custom_header-top .custom_header-search {
    float:left;
    width:auto;
    margin:0;
    padding-right: 30px;
}
#custom_header-top .custom_header-search label {display:none;}
#custom_header-top .custom_header-search .input {
    position:relative;
}
#custom_header-top .custom_header-search input {
    font-size: 15px;
    width: 190px;
    padding: 0 30px 0 10px;
    padding-right: 29px;
    line-height: 30px;
    vertical-align: top;
    margin:0;
    box-sizing: content-box;
    min-height:auto;
    max-height: -webkit-fill-available;
}
#custom_header-top .custom_header-search .hs-button.primary {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 29px;
    height: 29px;
    padding: 0;
    margin-top: 0;
    background: transparent;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    margin:0;
    border:0 none;
    box-shadow: none;
}
#custom_header-top .custom_header-search .hs-button.primary:after {
    position: absolute;
    content: '\e612';
    font-family: 'scalia-icons';
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    width: 29px;
    text-align: center;
    top: 0;
    left: 0;
    color: #99a3b0;
}
/* header contact */
#custom_header-top .custom_header-contact {
    float: left;
    line-height: 30px;
    margin:0;
}
.custom_header-contact .sc-contacts-phone,
.custom_header-contact .sc-contacts-email {
    float: left;
    font-size: 14px;
    padding-right: 25px;
}
.custom_header-contact .sc-contacts-phone:before,
.custom_header-contact .sc-contacts-email:before {
    font-family: 'scalia-icons';
    margin-right: 0.33em;
    vertical-align: top;
    display: inline-block;
    width: 14px;
    text-align: center;
    color: #99A3B0;
}
.custom_header-contact .sc-contacts-phone:before {content: '\e625';}
.custom_header-contact .sc-contacts-email:before {content: '\e626';}

/* =====================================================    
    Header Bottom
==================================================== */
.landing-page #custom_header-bottom {min-height:90px;}
#custom_header-bottom {
    background: -webkit-linear-gradient(left, rgba(0,130,201,.92), rgba(87,188,179,.92));
    background: -o-linear-gradient(right, rgba(0,130,201,.92), rgba(87,188,179,.92));
    background: -moz-linear-gradient(right, rgba(0,130,201,.92), rgba(87,188,179,.92));
    background: linear-gradient(to right, rgba(0,130,201,.92), rgba(87,188,179,.92));
}



#custom_header-bottom .page-center {position:relative;}

#custom_header-bottom .custom_left-column {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    width:auto;
}
#custom_header-bottom .custom_right-column {
    float:right;
    width:auto;
    margin:0;
}


/* custom logo */
.custom_logo .logo-2x, 
.custom_logo .logo-3x {
    display: none!important;
}
.custom_logo .logo {
    display: inline-block;
    vertical-align: middle;
    min-height: 1px;
    min-width: 1px;
    position: relative;
    top: 1px;
}
.custom_logo a img {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    vertical-align: middle;
}
.custom_logo a img.small {
    opacity: 0;
    position: relative;
    transition: none;
}


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


.body-container-wrapper {padding-top:0;}
.body-container {}

.content-wrapper {
    padding:145px 0 45px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

/* =====================================================   
    Footer bottom
==================================================== */
#custom_footer-bottom {
    background-image: url(//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Images/footer-bg.png);
    position: relative;
    padding: 45px 0 45px;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}
#custom_footer-bottom .page-center > div {margin:0 -15px}
#custom_footer-bottom h3:first-child {
    color: #58abb7;
    line-height: 40px;
    font-size: 29px;
    font-weight: 300;
}

/* copyright */
.custom_footer-copyright {
    padding-left: 15px;
    padding-right: 15px;
}
.custom_footer-copyright .footer-site-info {
    color: #728194;
    font-size: 89.5%;
}
/* footer textwidget */
.custom_footer-textwidget {
    color: #f1f5f8;
}

/* footer columns */
#custom_footer-bottom a {color:#58abb7;}
#custom_footer-bottom a:hover {color:#fff;} 

#custom_footer-bottom .custom_footer-column {
    float: none;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 30px;
    margin-left:0;
    padding-left: 15px;
    padding-right: 15px;
    width:25%;
    color: #f1f5f8;
    font-size:18px;

}
#custom_footer-bottom .row-one > div > div {font-size:0;}

/* footer - contact */
.custom_footer-contact {margin-top: -9px;}
.custom_footer-contact .sc-contacts-item {
    padding: 9px 0;
    padding-left: 32px;
}
.custom_footer-contact .sc-contacts-item:before {
    color: #58abb7;
    vertical-align: top;
}
.custom_footer-contact .sc-contacts-item:before {
    position: absolute;
    margin-left: -29px;
}
.custom_footer-contact .sc-contacts-phone:before {
    font-family:scalia-icons;
    content: '\e605';
    font-size: 21px;
    float: left;
    position: absolute;
    padding-right: 15px;
}
.custom_footer-contact .sc-contacts-email:before {
    font-family: scalia-icons;
    content: '\e607';
    float: left;
    font-size: 21px;
    float: left;
    margin-top: 2px;
    padding-right: 15px;
    position: absolute;
}
.custom_footer-contact .sc-contacts-website:before {
    font-family: scalia-icons;
    content: '\e62b';
    float: left;
    display: inline-block;
    padding-right: 12px;
    font-size: 21px;
}

/* footer RSS */
#custom_footer-bottom .widget-type-rss_listing .hs-rss-module {
    border: 1px solid #D2DAE1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#custom_footer-bottom .widget-type-rss_listing .hs-rss-item {
    padding-bottom: 10px;
    margin:0;
    border-bottom: 1px solid #D2DAE1;
}
#custom_footer-bottom .widget-type-rss_listing .hs-rss-item:last-child {border:0 none;}
#custom_footer-bottom .widget-type-rss_listing .hs-rss-item:before {
    content: '\e606';
    float: left;
    font-family: "scalia-icons";
    font-size: 23px;
    padding-left: 13px;
    padding-right: 6px;
    position: absolute;
    padding-top: 9px;
    color: #d2dae1;
}
#custom_footer-bottom .widget-type-rss_listing .hs-rss-item-text {
    margin-left: 48px;
    padding-top: 9px;
    padding-right: 10px;
    color: #58abb7;
}
/* =====================================================   
    Footer top
==================================================== */
#custom_footer-top{
    padding: 1.421em 0;
    background-color: #2c2e3a;
}
#custom_footer-top .page-center > div {margin:0 -15px;}

/* footer social */
#custom_footer-top .custom_footer-social  {
    float:right;
    width:auto;
    padding-left:15px;
    padding-right:15px;
}
.custom_footer-social .footer-socials-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}
.custom_footer-social .footer-socials-item a {
    display: block;
    position: relative;
    height: 50px;
    width: 30px;
    font-size: 0;
    line-height: 0;
    color: #4499a6;
}
.custom_footer-social .footer-socials-item a:hover:after {color: #ff7070;}
.custom_footer-social .footer-socials-item a:after {
    position: absolute;
    font-family: 'scalia-socials';
    font-size: 23px;
    left: 0;
    top: 0;
    color: #4c5867;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.footer-socials-item.twitter a:after {content: '\e603';}
.footer-socials-item.facebook a:after {content: '\e601';}
.footer-socials-item.linkedin a:after {content: '\e604';}
.footer-socials-item.googleplus a:after {content: '\e602';}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    display: inline-block;
    float:right;
    width:auto;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    display: inline-block;
    float: none!important;
    position:relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    padding: 25px 15px;
    color: #ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {padding-top: 25px;}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding: 15px 25px;
    font-weight: 300;
    text-decoration: none;
    background-color: #ec7a63;
    color: #ffffff;
    border-radius: 6px;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {color: #d4d4d4;}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    position: absolute;
    width: 16px;
    height: 9px;
    left: 50%;
    margin-left: -8px;
    bottom: 10px;
    font-family: 'scalia-icons';
    font-weight: normal;
    content: '\e602';
    font-size: 16px;
    line-height: 9px;
    transition: all 0.01s linear;
    -moz-transition: all 0.01s linear;
    -webkit-transition: all 0.01s linear;
    visibility: hidden;
}
@media (min-width:980px){
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
        visibility: visible;
        transition: all 0.01s linear;
        -moz-transition: all 0.01s linear;
        -webkit-transition: all 0.01s linear;
    }
    
    /* Child List */
    #custom_header-bottom .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1 );
        -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1 );
        -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1 );      
        top: 100%;
        left: 0;
        width: 280px;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        opacity: 0;
        transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }
    /*.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
        content: '';
        position: absolute;
        bottom: -3px;
        left: -3px;
        right: -3px;
        height: 3px;
       background-color: rgba(76, 88, 103, 0.2);
    }*/
    
    ul.active-branch li ul li.hs-menu-item:hover,
    ul.active-branch li ul li.hs-menu-item a:hover {
      background-color: #f1f5f8;
      color: #58ABB7;
    }
  
    #custom_header-bottom .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        opacity:1;
        visibility: visible;
    }
    
    /* column menu - child  */
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {
        padding: 0;
        background: #fff;
        min-width: 300px; /*** HubSPot Support Change ***/
        font-size: 0;
    }
  
  /*
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul {left: -298px!important;}
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {left: -141px!important;}
  */
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li {
        float:none!important;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        width: 300px;
         transition:none;
    }   
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(2),
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(2) /***{margin-left:31px;} ***/

    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a {
        /***border-bottom: 1px solid #d2dae1; ***/
        display: block;
        margin-bottom: 0;
        /* padding:0 0 10px;*/
        /**text-transform:uppercase; **/
        transition:none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > a:hover,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a:hover {
        background:none;
        color: #4C5867;
    }
    
    /* LVL 3 */
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul {
        opacity:1!important;
        visibility:visible!important;
        position:static!important;
        display:none;
        padding-top:2px;
        min-height: 32px;
        transition:none!important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1):hover > ul > li > ul,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2):hover > ul > li > ul {display:block;}
    
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li > a {
        position: relative;
        padding:0 12px 0 34px;
        vertical-align: middle;
        margin-left: -12px;
        margin-bottom:2px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        overflow: hidden;
        display: inline-block!important;
        font-size: 17px;
        line-height: 30px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li:last-child > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li:last-child > a {margin-bottom:0;}
    
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li.active-branch > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li.active > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li > a:hover,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li > a:hover {
        background-color: #d4d4d4;
        color:#fff;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li > a:before,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li > a:before {
        display: block;
        float: left;
        margin-left: -22px;
        font-family: 'scalia-user-icons';
        font-weight: normal;
        content: '\e7cf';
        font-size: 14px;
        vertical-align: middle;
        width: 15px;
         text-align: center;   
         color: #99A3B0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li > a:hover:before,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li > a:hover:before,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li.active-branch > a:before,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li.active > a:before {
        color:#fff;
    }
    
    
    
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #4C5867;
    background-color: #ffffff;
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 15px;
    text-align:left;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
        background-color: #f1f5f8;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {color:#58ABB7;}


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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:980px) {
    .custom-menu-primary .hs-menu-wrapper {}
    .custom-menu-primary .hs-menu-wrapper > ul ul {}
    
    
    .custom_mobile-menu {display:none;}
}


/* ==========================================================================
   Mobile Menu - Custom Multi-Level Menu / DL Menu
   ========================================================================== */



@media (max-width: 979px){
    
    
    /* Remove Custom Menu Primary */
    
    .landing-page .header-container-wrapper .dl-menu-trigger,
    .custom-menu-primary {display: none!important;} 

    
    /* Toggle Button
        ========================================================================== */
  
    .dl-menuwrapper button {}
    .header-container-wrapper .dl-menu-trigger {
        border: 0;
        width: 50px;
        top: 15px;
        height: 44px;
        text-indent: 100%;
        font-size: 0;
        right: 15px;
        line-height: 0;
        z-index: 9999;
        overflow: hidden;
        position: absolute;
        cursor: pointer;
        outline: 0;
        background: transparent;
        padding: 0;
    }
    
    .dl-menuwrapper button:hover, 
    .dl-menuwrapper button.dl-active {}
    
    .dl-menuwrapper > ul {
      box-shadow: 3px 0 0 0 rgba(76, 88, 103, 0.2), -3px 0 0 0 rgba(76, 88, 103, 0.2);
      -moz-box-shadow: 3px 0 0 0 rgba(76, 88, 103, 0.2), -3px 0 0 0 rgba(76, 88, 103, 0.2);
      -webkit-box-shadow: 3px 0 0 0 rgba(76, 88, 103, 0.2), -3px 0 0 0 rgba(76, 88, 103, 0.2);
    }
    .dl-menuwrapper > ul:before {
        content: '';
        position: absolute;
        bottom: -3px;
        left: -3px;
        right: -3px;
        height: 3px;
        background-color: rgba(76, 88, 103, 0.2);
    }
    
    
    .header-container-wrapper .dl-menu-trigger:after, 
    .dl-menuwrapper button:after {
        background: #384554;
        box-shadow: 0 10px 0 0 #384554, 0 20px 0 0 #384554;
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        top: 10px;
        left: 0;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }
    
    .dl-menuwrapper ul {
      padding: 0;
      list-style: none;
      /*-webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;*/
    }
    
    .dl-menuwrapper li {
      position: relative;
    }
    
    .dl-menuwrapper li.active-branch > a,
    .dl-menuwrapper li.active > a {
        background-color: #f1f5f8;
        color: #4C5867;
    }
    
    .dl-menuwrapper li a {
      display: block;
      position: relative;
      padding: 10px 25px;
      font-size: 17px;
      line-height: 30px;
      font-weight: 300;
      outline: none;
      color: #4C5867;
      background-color: #ffffff;
    }
    
    .no-touch .dl-menuwrapper li a:hover {
      background: rgba(255,248,213,0.1);
    }
    
    
    /* Child Toggle Button
        ========================================================================== */
    .dl-menuwrapper li.dl-back > a {
      padding-left: 30px;
      text-align:right;
    }
    
    .dl-menuwrapper li.dl-back:after, 
    .dl-menuwrapper li > a:not(:only-child):after {
        position: absolute;
        width: 9px;
        height: 16px;
        right: 20px;
        top: 50%;
        margin-top: -8px;
        font-weight: normal;
        font-family: 'scalia-icons';
        content: '\e601';
        font-size: 16px;
        line-height: 16px;
        color: #d4d4d4;
    }
    
    .dl-menuwrapper li.dl-back:after {
      left: 28px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    
    .dl-menuwrapper li > a:after {
      right: 10px;
      color: rgba(0,0,0,0.15);
    }
    
    
    
    /* Menu Styles on Mobile Devices
        ========================================================================== */  
    .custom_mobile-menu {
        display: block;
        position: absolute;
        top: 54px;
        left: 0;
        /*overflow-y: auto;
        overflow-x: hidden;*/
        z-index: -1;
        float: left;
        width: 0;
    	height: 100%;
        width:100%!important;
        padding:0 15px;
        transition: all 0s ease-in-out 1s;
    }
    
    .mobile-open .custom_mobile-menu {
        position: absolute;
        z-index: 9999;
    }
    
    /* Shadow Background */
    .dl-menu-shadow {
        background-color: rgba(0, 0, 0, 0.3);
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 45px;
        display: none;
    }
    
    .mobile-open .dl-menu-shadow  {display: block;}
       
    /* Common styles of menus */
    .dl-menuwrapper {
      width: 100%;
      max-width:1200px;
      float: left;
      position: relative;
      /*-webkit-perspective: 1000px;
      -moz-perspective: 1000px;
      perspective: 1000px;
      -webkit-perspective-origin: 50% 200%;
      -moz-perspective-origin: 50% 200%;
      perspective-origin: 50% 200%;*/
    }
    
    .dl-menuwrapper:first-child {
      margin-right: 100px;
    }    

    .dl-menuwrapper .dl-menu {
      margin: 5px 0 0 0;
      position: absolute;
      width: 100%;
      opacity: 0;
      /*pointer-events: none;
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;*/
    }
    
    .dl-menuwrapper .dl-menu.dl-menu-toggle {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    
    .dl-menuwrapper .dl-menu.dl-menuopen {
     /* pointer-events: auto;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px);*/
    }
    /* Hide the inner submenus */
    .dl-menuwrapper li .dl-submenu {
      display: none;
      background:#fff;
    }
    
    /* 
        When a submenu is openend, we will hide all li siblings.
    	For that we give a class to the parent menu called "dl-subview".
    	We also hide the submenu link. 
    	The opened submenu will get the class "dl-subviewopen".
    	All this is done for any sub-level being entered.
    */
    
    .dl-menu.dl-subview li, 
    .dl-menu.dl-subview li.dl-subviewopen > a, 
    .dl-menu.dl-subview li.dl-subview > a {
      display: none;
    }
    
    .dl-menu.dl-subview li.dl-subview, 
    .dl-menu.dl-subview li.dl-subview .dl-submenu, 
    .dl-menu.dl-subview li.dl-subviewopen, 
    .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, 
    .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
      display: block;
    }
    /* Dynamically added submenu outside of the menu context */
    .dl-menuwrapper > .dl-submenu {
      position: absolute;
      width: 100%;
      top: 50px;
      left: 0;
      margin: 0;
    }
    
    
    /* Mobile Menu Styles */
   .dl-menuwrapper > ul.dl-menu {
        background:#fff;
        opacity:0;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-backface-visibility: hidden;
    }
   .mobile-open .dl-menuwrapper > ul.dl-menu {
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity:1;
    }

    /* Level 1 Menu List Styles */
    .custom_mobile-menu #dl-menu > ul > li {}
    .custom_mobile-menu #dl-menu > ul > li > a {}
    
    
    /* Level 1 and Higher Menu List Styles */
    .custom_mobile-menu #dl-menu > ul {}
    .custom_mobile-menu #dl-menu > ul li {}
    
    .custom_mobile-menu #dl-menu > ul li a:hover {
        background-color: #f1f5f8;
        color: #58ABB7;
    }
    
    
    /* Level 2 and Higher Menu List Styles */
    .custom_mobile-menu #dl-menu > ul ul {}
    .custom_mobile-menu #dl-menu > ul ul li {}
    .custom_mobile-menu #dl-menu > ul ul li a {}
    
    
    /* Level 3 and Higher Menu List Styles */
    .custom_mobile-menu #dl-menu > ul ul ul {}
    .custom_mobile-menu #dl-menu > ul ul ul li {}
    .custom_mobile-menu #dl-menu > ul ul ul li a {}
    
    
}





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


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

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

/* Blog Post */
.hs-blog-listing .hidden-listing, 
.hs-blog-post .hidden-post {display:none}
.hide-title {
    display: none;
}
.hs-blog-listing .hidden-listing.topic-name {
    display: block;
}

/* Post RSS */
.related-posts {margin:50px 0;}
.related-post-items {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    border: 1px solid #D2DAE1;
    padding: 0 15px;
    box-shadow: 0 3px 0 0 rgba(98, 112, 128, 0.1);
    -moz-box-shadow: 0 3px 0 0 rgba(98, 112, 128, 0.1);
    -webkit-box-shadow: 0 3px 0 0 rgba(98, 112, 128, 0.1);
}
.related-post-items .custom_row {margin:0 -15px;}
.related-title h3 {
    text-transform: uppercase;
}
.related-post-items .related-post-item {
    padding: 30px 0 30px 30px;
    width: 33.33333333%;
    float:left;
    margin:0;
}
.related-post-items .related-image {
    display: table-cell;
    padding-right: 14px;
    width: 34%;
}
.related-post-items .related-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 72px;
    width: 72px;
}
.related-post-items .related-element-info {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.38;
}
.related-post-items .related-date {
    color: #99a3b0;
    margin-top: -2px;
    font-size: 89.5%;
}


/* Blog Listing */
.hs-blog-listing {}
.hs-blog-listing .content-wrapper {padding-top:0}
.hs-blog-listing .blog-content {padding-top:85px;}



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

.blog .blog-content {}

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

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

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

.date {
    padding-top: 12px;
    padding-left: 24px;
}
.date .entry-date {
    display: block;
    padding-top: 2px; 
    font-size: 89.5%;
    color: #99a3b0;
}
.date .post-time {font-size:26px;}
.date .post-time  > span {
    display: block;
    font-size: 158%;
    line-height: 1;
    color: #262626;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    padding-left:8px;
}

.post-date {
    color: #99a3b0;
    font-size: 89.5%;
    margin-top: 2px;
}
.block-divider {
    background: url(//cdn2.hubspot.net/hubfs/3011565/Fixflo_April2017/Images/divider-wave.png) repeat-x scroll 50% 0 rgba(0, 0, 0, 0);
    border-top: 0 none;
    height: 8px;
    margin-top: 20px;
    display: block;
    margin-bottom: 24px;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 69px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 3px 0 0 rgba(98, 112, 128, 0.1);
    -moz-box-shadow: 0 3px 0 0 rgba(98, 112, 128, 0.1);
    -webkit-box-shadow: 0 3px 0 0 rgba(98, 112, 128, 0.1);
    padding: 24px;
    margin-left: 165px;
    position: relative;
    border: 1px solid #D2DAE1;
    position:relative;
}

@media (min-width:769px) {
    .blog-listing-wrapper .post-listing .post-item .post-body:after,
    .blog-listing-wrapper .post-listing .post-item .post-body:before {
        content: '';
        position: absolute;
        top: 43px;
        left: -40px;
        border: 20px solid transparent;
    }
    .blog-listing-wrapper .post-listing .post-item .post-body:before {
        border-right: 20px solid #D2DAE1;
    }
    .blog-listing-wrapper .post-listing .post-item .post-body:after {
        border-right: 20px solid #ffffff;
        left: -39px;
    }
}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
    float: left;
    width: 165px;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    width: 130px;
    height: 130px;
    max-width: 100%;
    max-height:100%;
    display: inline-block !important;
    float: none;
    margin:0;  
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.post-banner-image img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

a.hs-featured-image-link {

}

a.hs-featured-image-link img {

}

/* Read More Link */
a.more-link {
    display: inline-block;
    font-size: 89.5%;
}
a.more-link:before {
    color: #ff7070;
    content: '\e601';
    font-family: scalia-icons;
    font-size: 14px;
}
.align-right {text-align:right;}
.custom_listing_comments {
    color: #99a3b0;
    padding-right: 8px;
    font-size: 89.5%;
}
.custom_listing_comments:after {
    content: "|";
    padding-left: 8px;
    vertical-align: top;
    color: #99a3b0;
}
.custom_listing_comments:before {
    content: '\e61e';
    font-family: 'scalia-icons';
    font-size: 21px;
    line-height: 27px;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 6px;
    color: #99a3b0;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {
    font-size: 89.5%;
}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    margin: 20px 0;
    border:0 none;
    height: auto;
}

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

/* Pagination */
.blog-pagination {
    position: relative;
    text-align: center;
    margin-top:20px;
}
.blog-pagination .next-posts-link {
    margin: 20px 0;
    vertical-align: middle;
    background-color: #58abb7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    font-weight: 300;
    font-size: 22px;
    line-height: 34px;
    position: relative;
    display: inline-block;
    padding: 0.4546em 1.1364em 0.4546em 2em;
    text-transform: uppercase;
    color:#fff;
}
.blog-pagination .next-posts-link:hover {background:#79BCC6} 
.blog-pagination .next-posts-link:before {
    content: '\e601';
    font-family: 'scalia-icons';
    font-weight: normal;
    float: left;
    margin-left: -1.4em;
    font-size: 82.6%;
    vertical-align: middle;
}

.sc-button-sep-holder {
    width: 39%;
    position: absolute;
    line-height: 100px;
    top: 50%;
}

.sc-button-sep-holder.left {left:0;}
.sc-button-sep-holder.right {right:0;}


.sc-button-separator-double {
    border-top: 1px solid #58abb7;
    border-bottom: 1px solid #58abb7;
    height: 4px;
}


/* POST pagination */
.custom_post-pagination .post-previous-link {
    float:left;
    width:auto;
}
.custom_post-pagination .post-previous-link:before {
    content: '\e603';
    color: #ff7070;
    font-size: 15px;
    padding-right: 10px;
    font-family: scalia-icons;
    display: block;
    float: left;
}
.custom_post-pagination .post-next-link {
    float:right;
    width:auto;
}
.custom_post-pagination .post-next-link:after {
    content: '\e601';
    font-size: 15px;
    padding-left: 10px;
    font-family: scalia-icons;
    display: block;
    float: right;
    color: #ff7070;
}

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

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

.blog .blog-sidebar h3:first-child {
    line-height: 40px;
    font-size: 29px;
    margin-top:0;
    margin-bottom: 0.63em;
    font-weight: 300;
    color: #4c5867;
}

/* Blog Modules */
.blog .blog-sidebar {padding-top:30px;}
.blog .blog-sidebar .widget-span {
    font-size: 89.5%;
    margin:0;
}
.blog .blog-sidebar .widget-module,
.blog .blog-sidebar .custom_blog-search {
    margin-bottom:30px;
}

/* Post Filter & Post Listing Style */
.widget-module ul {
    margin:0;
    padding:0;
    list-style:none;
}
.widget-module ul li {
    display:inline-block;
}
.widget-module ul li a {
    padding-right: 12px;
    text-decoration: none;
    color: #a19f96;
    font-size:12px;
}
.widget-module ul li a:hover {color: #384554;}

/* categories */
.custom_categories .widget-module ul li {
    color: #99a3b0;
    padding: 15px 15px 15px 0;
}
.custom_categories .widget-module ul li a {
    text-transform: uppercase;
    color: #4C5867;
    padding:0 0 0 25px;
    font-size:17px;
    font-weight:300;  
}
.custom_categories .widget-module ul li a:hover {color: #58ABB7;}

/* blog RSS */
.blog-sidebar .hs-rss-module {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #D2DAE1;
    box-shadow: 0 3px 0 0 rgba(98, 112, 128, 0.1);
    -moz-box-shadow: 0 3px 0 0 rgba(98, 112, 128, 0.1);
    -webkit-box-shadow: 0 3px 0 0 rgba(98, 112, 128, 0.1);
    margin-bottom:30px;
}
.blog-sidebar .hs-rss-item {
    margin:0;
    border-bottom: 1px solid #D2DAE1;
    padding-bottom: 10px;
}
.blog-sidebar .hs-rss-item:last-child {border:0 none;}
.blog-sidebar .hs-rss-item:before {
    content: '\e606';
    color: #d2dae1;
    float: left;
    font-family: "scalia-icons";
    font-size: 23px;
    padding-left: 13px;
    padding-right: 6px;
    position: absolute;
    padding-top: 9px;
} 
.blog-sidebar .hs-rss-item-text a {
    display: block;
    margin-left: 48px;
    padding-top: 9px;
    padding-right: 10px;
    color: #a19f96;
}
.blog-sidebar .hs-rss-item-text a:hover {color: #384554;} 

/* custom text-widget */
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
    color: #FFF;
    border-color: #ec7a63;
    background-color: #ec7a63;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
    line-height: normal;
    font-size: 18px;
    padding: 10px 25px;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:focus, 
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #ff4b3c;
    background-color: #ff4b3c;
}

/* blog serch module */
.blog-sidebar .custom_blog-search h3:first-child {margin-top:20px;}
.blog-sidebar .widget-type-google_search {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    background-color: #f1f5f8;    
    text-align: center;
    padding:38px 5px 38px;
    margin-bottom: 3px;
}
.blog-sidebar .widget-type-google_search  input {
    margin-bottom: 13px;
    font-size:16.11px;
}
.blog-sidebar .widget-type-google_search .hs-button.primary {
    background-color: #58abb7;
    color: #ffffff;
    border:0 none;
    line-height: 34px;
    font-size: 22px;
    padding: 0.4546em 1.1364em 0.4546em 2em;
    text-transform: uppercase;
    font-weight:300;
    text-shadow:none;
    box-shadow:none;
    border-radius:4px;
    margin-bottom:0;
    margin-top:14px;
}
.blog-sidebar .widget-type-google_search .hs-button.primary:hover {background:#79BCC6;}

.blog-sidebar .widget-type-google_search .hs-button.primary:before {
    content: '\e601';
    font-family: 'scalia-icons';
    font-weight: normal;
    float: left;
    margin-left: -1.4em;
    font-size: 82.6%;
    vertical-align: middle;
}

/* custom disclaimer */
.custom_blog-disclaimer a {color: #a19f96;}
.custom_blog-disclaimer a:hover {color: #384554;}


/* custom blog join */
.blog-sidebar .custom_blog-mail {margin-top:30px;}
.blog-sidebar .custom_blog-mail .widget-type-blog_subscribe form {
    background-color: #fafafa;
    border-radius: 15px;
    padding: 25px 25px 25px 25px;
}
.blog-sidebar .custom_blog-mail .widget-type-blog_subscribe label {
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
    font-size: 16.11px;
    color: #384554;
}
.blog-sidebar .custom_blog-mail .widget-type-blog_subscribe input {
    line-height:23px;
    padding:8px 16px;
    margin-top: 16px;
    font-size:16.11px;
    color:#555;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    text-shadow: none;
}
.blog-sidebar .custom_blog-mail .widget-type-blog_subscribe .invalid.error:focus {
     border-color: #e7908e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217,83,79,.15);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(217,83,79,.15);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217,83,79,.15);
}
.blog-sidebar .custom_blog-mail .widget-type-blog_subscribe form.hs-form .hs-form-field ul.inputs-list {display:none!important;}
.blog-sidebar .custom_blog-mail .widget-type-blog_subscribe .hs-button.primary.large {
    color: #fff;
    background-color: #d9534f;
    border-color: #b52b27;
    margin-bottom:0;
    line-height:31px;
    text-align: center;
    font-size:22px;
    font-weight:400;
}
.blog-sidebar .custom_blog-mail .widget-type-blog_subscribe .hs-button.primary.large:hover {
    color: #fff;
    background-color: #b52b27;
    border-color: #761c19;
}


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


/* POST Author */
.about-author-sec {
    background-color: #f1f5f8;
    padding:25px 30px 25px;
    margin: 55px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.about-author-sec img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width:70px;
    height:70px;
}

.about-author-sec h3 {
    margin-top: 14px;
    color: #262626;
    line-height: 31px;
    font-size: 26px;
    font-weight: 300;
    font-family: 'Source Sans Pro';
}
.about-author-sec .span10 {margin:0!important;}
.blog-sidebar .about-author-sec {
    margin:0;
    background: #fafafa;
    border-radius: 15px;
    padding: 15px 25px;
}
.blog-sidebar .about-author-sec img {
    max-width:90px;
    max-height:90px;
}
.blog-sidebar .about-author-sec h3 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
    padding: 3px 0 1px 9px;
    text-transform:uppercase;
    color: #384554;
    line-height: 27px;
    font-family: 'Karla';
}

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


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

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

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

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

.fakelabel input {margin-top:8px;}
.inputs-list span {vertical-align: top;}
#email-prefs-form .email-edit {min-width:100%!important}

/* 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 {
    border: 1px solid #d2dae1;
    color: #384554;
    box-shadow: inset 0 3px 0 0 rgba(98, 112, 128, 0.1);
    -moz-box-shadow: inset 0 3px 0 0 rgba(98, 112, 128, 0.1);
    -webkit-box-shadow: inset 0 3px 0 0 rgba(98, 112, 128, 0.1);
    padding: 0 10px;
    min-height:34px;
    line-height: 34px;
    width: 100%;
    margin-bottom: 14px;
    outline:0 none;
    font-size: 18px;
    font-family: 'Karla';
    border-radius: 6px;
    background: rgba(255,255,255,0.95);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    line-height: 34px;
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
    padding:10px 25px;
    text-transform: uppercase;
    display:inline-block;
    border-radius:8px;
    background: #f1892a;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    border:0 none;
    margin:15px 0 20px;
    outline:0 none;
}

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

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


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

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


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

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


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

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


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

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
/* Vertical Menu */
.body-container .hs-menu-wrapper.hs-menu-flow-vertical {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin:25px 0;
    padding:10px 0;
    border:2px solid #DADDE0;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
    color: #4C5867;
    font-size: 17px;
    font-weight: 300;
    padding:0 10px;
    white-space:normal!important;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {color: #4499a6;}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {
    border:2px solid #DADDE0;    
    padding:10px 0;
    background:#fff;
    min-width:200px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a {
    color: #4C5867;
    font-size: 17px;
    font-weight: 300;
    padding:0 25px;
    white-space:normal!important;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a:hover {color: #4499a6;}


.full-width-banner img { width: 100% !important;}


/* blog banner */
#custom_blog-banner {
    background: #fafafa;
    padding: 40px 0px 40px 0px;
    border-bottom: 25px #ffffff;
    color: #4c5867;
}
#custom_blog-banner .page-center {
    padding-top: 7px;
    padding-bottom: 7px;
}
#custom_blog-banner h1 {
    color: #4c5867;
    font-weight: 300;
    font-size: 64px;
    line-height: 1.4em;
    text-align: center;
    margin:0;
}

/* to top */
#toTop {
    position: fixed;
    right: 30px;
    bottom: 0;
    z-index: 10000;
    opacity: 0.5;
    line-height: 0;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
#toTop:before {
    font-family: 'scalia-icons';
    content: '\e600';
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    width: 54px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #4a4f56;
    color: #ffffff;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
/* FF */
@-moz-document url-prefix() {
    
    .custom_logo .logo {top:2px;}
    
    .sticky_header .custom_logo a img.small {
        opacity: 1;
        margin-left: -90px;
        position: relative;
        top: 2px;
        left: 1px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li > a {margin-bottom:1px}
    
    .sticky_header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {padding: 10px 15px 10px 15px;}
    .sticky_header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding-top: 10px;
        padding-bottom: 32px;
        position: relative;
        top: -1px;
    }
    .sticky_header #custom_header-bottom .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {margin-top: -5px!important;}
    .sticky_header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {bottom:20px;}
    
}

/* IE FIX */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    
    #custom_header-top .custom_header-search input {min-height:30px;}
    
    
}



/* =============== Screen sizes smaller than .page-center =============== */
@media (width:1200px) {
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul, 
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {left: -175.5%!important;}
}
@media (max-width:1200px) {
    /* header */
    #custom_header-top {display:none}   
    
    /* blog */
    .sc-button-sep-holder.right {padding-left:15px;}
    .sc-button-sep-holder.left {padding-right:15px;}
    
}

@media (max-width:1199px) {
    /* footer */
    #custom_footer-bottom .custom_footer-column {margin-top: 1.421em;} 

    /* blog post */
    .related-post-items .related-post-item {width:50%;padding-right:10px;}
}

@media (min-width:980px) and (max-width: 1200px) {
    /* header */
    #custom_header-bottom .custom_left-column {
        display: block;
        width: 100%;
        text-align:center;
    }
    #custom_header-bottom .custom_right-column {
        display: block;
        text-align: center;
        width:99%;
        float:none;
    }
    
    .landing-page #custom_header-bottom { min-height: auto;}
    .custom-menu-primary .hs-menu-wrapper > ul {
        float:none;
        display:block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul, 
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {left: -132px!important;}
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul, 
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul {text-align:left;}
    
    /* header fix */
    .sticky_header .header-container {top: -74px;}
    .sticky_header .custom-menu-primary .hs-menu-wrapper > ul > li > a {top:0;}
    
    .custom_logo .logo {top:0!important;}

    /* content */
    /*  .body-container-wrapper {padding-top: 157px;} Lara test, this was making a huge top padding on medium devices */
    .landing-page .body-container-wrapper {padding-top: 41px;}
    
    
    /* blog - POST */
    .related-post-items .related-image {width: 40%;}
    
}  

@media (min-width:768px) and (max-width: 1200px) {
    /* logo */
    .custom_logo .logo-1x {display:none!important;}
    .custom_logo .logo-2x {display:inline-block!important;}
    
    .custom_logo .logo {top:3px;}
    .custom_logo a img {
        max-width: 62px;
        margin-left: 0;
    }
    .custom_logo a img.small {display:none;}    
}

@media (min-width:900px) and (max-width:1200px) {
    
    .custom_logo .logo {
        top: 0px;
    }
    .custom_logo a img {
        max-width: 97px!important;
        margin-left: 0!important;
    }
    
}   
@media (width:1024px) {
    
    .custom_logo a img {
        max-width: 62px!important; 
        margin-left: 13px!important;
    }
      
}

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

@media (max-width: 979px) {
    
    /* header */
    .header-container {
        position:relative;
    } 
    .landing-page #custom_header-bottom,
    #custom_header-bottom {min-height:74px;}
    
    #custom_header-bottom .custom_right-column {
        float:none;
        width:100%;
    }
    /* logo */
    .custom_logo {
        position:absolute;
        z-index:9;
    }
    
    /* content */
    .body-container-wrapper {padding:0;}
    
    /* Blog - LISTING */
    .span3.blog-sidebar,
    .span9.blog-content {
        width:100%;
        float:none;
        margin:0;
    }
    .blog-sidebar .widget-type-google_search  input {width:90%;}
    .blog-sidebar .widget-type-google_search {
        padding-left:0;
        padding-right:0;
    }
    
    /* footer */
    #custom_footer-top > div {padding-top:1.421em;}
    
}  
@media (width:900px) and (max-width:1023px) {
    .header-container-wrapper .dl-menu-trigger {margin-top:6px;}
    
    .landing-page #custom_header-bottom,
    #custom_header-bottom {min-height: 87px;}
    
    .custom_mobile-menu {top:67px;}
    
    
} 

@media (min-width:768px) and (max-width:979px) {
    
    /* footer */
    #custom_footer-bottom .custom_footer-column {
        width: 50%;
    }
    
}

@media (max-width: 768px) {
    
    /* content */
    #toTop {right:0;}
    h1 {
        font-size: 60px;
        line-height: 1.3 ;
    }
    
    
    /* blog */
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        width: 72px;
        height: 72px;
        float: right;
    }
    .blog-listing-wrapper .post-listing .post-item .post-body {margin-left:0;}

    .blog-listing-wrapper .post-listing .post-item .post-body:before,
    .blog-listing-wrapper .post-listing .post-item .post-body:after {
        content:'';
        position: absolute;
        top: -59px;
        left: 26px;
        display:block;
        border: 30px solid transparent;
    }
    .blog-listing-wrapper .post-listing .post-item .post-body:before {
        border-bottom: 30px solid #D2DAE1;
        left:26px;
    }
    .blog-listing-wrapper .post-listing .post-item .post-body:after {
        border-bottom: 30px solid #ffffff;
        top: -58px;
    }
    
    #custom_blog-banner h1 {line-height:1.3em;}
    
    .hs-featured-image-wrapper {
        text-align: left;
        width: 100%;
        padding:25px 15px 24px;
        float:none;
    }
    
    .date {padding:0;}
    .date .post-time  > span {text-align:left;}
    
}  
@media (max-width: 767px){
    
    /* header */
    #custom_header-bottom .custom_left-column {position:absolute;}


    /* logo */
    .custom_logo .logo {top:5px;}
    .custom_logo a img {
        max-width: 48px;
        margin-left: 0;
    }
    .custom_logo a img.small {display:none;}   
    
    /* content */
    .body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {
        border: 0 none;
        padding: 0;
    }
    /* footer */
    #custom_footer-bottom .custom_footer-column {width:100%;}

    /* blog - LISTING */
    #custom_blog-banner .page-center {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    
    .blog-sidebar .widget-type-google_search input {width: 94%;}
    
    .related-post-items .related-image {width: 40%;}
    .about-author-sec img {max-width:70px;}


}

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

@media (max-width: 479px) {
    
    /* blog post */
    .related-post-items .related-post-item {
        padding-right:10px;
        width:100%;
    }
}

@media (max-width: 467px) {
  #hubspot-messages-iframe-container, #hubspot-messages-iframe-container > iframe {
    display:none;
    visibility: collapse;
  } 
  
  h3 {
    line-height: 32px;
    font-size: 24px;
  }
}

/* =============== Lara's tests =============== */

.whitebox {
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 0px 10px #EBEAE9;
  text-align: center; 
  margin-bottom: 10px;
}


body.registration-page {
    background: linear-gradient(
        rgba(0, 0, 0, 0.5), 
        rgba(0, 0, 0, 0.5)
    ), url('https://register.fixflo.com/Content/Images/regbg-xs.jpg');
    background-position-x: center;
    background-color: black;
    color: #fff;
}

@media (min-width: 992px) {
  body.registration-page {
    background: linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ), url('https://register.fixflo.com/Content/Images/regbg.jpg');
    background-position-x: center;
    background-color: black;
    color: #fff;
  }

  body.registration-page {
    background: linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ), url('https://register.fixflo.com/Content/Images/regbg.jpg');
    background-position-x: center;
    background-color: black;
    color: #fff;
  }
}

body.registration-page h3 {
  color: #fff;
}
