/* ==========================================================================
   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
   10. Journeyfornt Additions
   ========================================================================== */


/* ==========================================================================
   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&subset=latin,latin-ext');
@import url('//fonts.googleapis.com/css?family=Lato:100,300,400,700,900&subset=latin-ext');


/* 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-wrappe330r.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;
    background-color: #313232;
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.eot);
    src: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.eot) format('embedded-opentype'), 
        url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.woff) format('woff'),
        url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.ttf) format('truetype'),
        url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.svg) format('svg')
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
    content: "\2a"
}
.glyphicon-plus:before {
    content: "\2b"
}
.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac"
}
.glyphicon-minus:before {
    content: "\2212"
}
.glyphicon-cloud:before {
    content: "\2601"
}
.glyphicon-envelope:before {
    content: "\2709"
}
.glyphicon-pencil:before {
    content: "\270f"
}
.glyphicon-glass:before {
    content: "\e001"
}
.glyphicon-music:before {
    content: "\e002"
}
.glyphicon-search:before {
    content: "\e003"
}
.glyphicon-heart:before {
    content: "\e005"
}
.glyphicon-star:before {
    content: "\e006"
}
.glyphicon-star-empty:before {
    content: "\e007"
}
.glyphicon-user:before {
    content: "\e008"
}
.glyphicon-film:before {
    content: "\e009"
}
.glyphicon-th-large:before {
    content: "\e010"
}
.glyphicon-th:before {
    content: "\e011"
}
.glyphicon-th-list:before {
    content: "\e012"
}
.glyphicon-ok:before {
    content: "\e013"
}
.glyphicon-remove:before {
    content: "\e014"
}
.glyphicon-zoom-in:before {
    content: "\e015"
}
.glyphicon-zoom-out:before {
    content: "\e016"
}
.glyphicon-off:before {
    content: "\e017"
}
.glyphicon-signal:before {
    content: "\e018"
}
.glyphicon-cog:before {
    content: "\e019"
}
.glyphicon-trash:before {
    content: "\e020"
}
.glyphicon-home:before {
    content: "\e021"
}
.glyphicon-file:before {
    content: "\e022"
}
.glyphicon-time:before {
    content: "\e023"
}
.glyphicon-road:before {
    content: "\e024"
}
.glyphicon-download-alt:before {
    content: "\e025"
}
.glyphicon-download:before {
    content: "\e026"
}
.glyphicon-upload:before {
    content: "\e027"
}
.glyphicon-inbox:before {
    content: "\e028"
}
.glyphicon-play-circle:before {
    content: "\e029"
}
.glyphicon-repeat:before {
    content: "\e030"
}
.glyphicon-refresh:before {
    content: "\e031"
}
.glyphicon-list-alt:before {
    content: "\e032"
}
.glyphicon-lock:before {
    content: "\e033"
}
.glyphicon-flag:before {
    content: "\e034"
}
.glyphicon-headphones:before {
    content: "\e035"
}
.glyphicon-volume-off:before {
    content: "\e036"
}
.glyphicon-volume-down:before {
    content: "\e037"
}
.glyphicon-volume-up:before {
    content: "\e038"
}
.glyphicon-qrcode:before {
    content: "\e039"
}
.glyphicon-barcode:before {
    content: "\e040"
}
.glyphicon-tag:before {
    content: "\e041"
}
.glyphicon-tags:before {
    content: "\e042"
}
.glyphicon-book:before {
    content: "\e043"
}
.glyphicon-bookmark:before {
    content: "\e044"
}
.glyphicon-print:before {
    content: "\e045"
}
.glyphicon-camera:before {
    content: "\e046"
}
.glyphicon-font:before {
    content: "\e047"
}
.glyphicon-bold:before {
    content: "\e048"
}
.glyphicon-italic:before {
    content: "\e049"
}
.glyphicon-text-height:before {
    content: "\e050"
}
.glyphicon-text-width:before {
    content: "\e051"
}
.glyphicon-align-left:before {
    content: "\e052"
}
.glyphicon-align-center:before {
    content: "\e053"
}
.glyphicon-align-right:before {
    content: "\e054"
}
.glyphicon-align-justify:before {
    content: "\e055"
}
.glyphicon-list:before {
    content: "\e056"
}
.glyphicon-indent-left:before {
    content: "\e057"
}
.glyphicon-indent-right:before {
    content: "\e058"
}
.glyphicon-facetime-video:before {
    content: "\e059"
}
.glyphicon-picture:before {
    content: "\e060"
}
.glyphicon-map-marker:before {
    content: "\e062"
}
.glyphicon-adjust:before {
    content: "\e063"
}
.glyphicon-tint:before {
    content: "\e064"
}
.glyphicon-edit:before {
    content: "\e065"
}
.glyphicon-share:before {
    content: "\e066"
}
.glyphicon-check:before {
    content: "\e067"
}
.glyphicon-move:before {
    content: "\e068"
}
.glyphicon-step-backward:before {
    content: "\e069"
}
.glyphicon-fast-backward:before {
    content: "\e070"
}
.glyphicon-backward:before {
    content: "\e071"
}
.glyphicon-play:before {
    content: "\e072"
}
.glyphicon-pause:before {
    content: "\e073"
}
.glyphicon-stop:before {
    content: "\e074"
}
.glyphicon-forward:before {
    content: "\e075"
}
.glyphicon-fast-forward:before {
    content: "\e076"
}
.glyphicon-step-forward:before {
    content: "\e077"
}
.glyphicon-eject:before {
    content: "\e078"
}
.glyphicon-chevron-left:before {
    content: "\e079"
}
.glyphicon-chevron-right:before {
    content: "\e080"
}
.glyphicon-plus-sign:before {
    content: "\e081"
}
.glyphicon-minus-sign:before {
    content: "\e082"
}
.glyphicon-remove-sign:before {
    content: "\e083"
}
.glyphicon-ok-sign:before {
    content: "\e084"
}
.glyphicon-question-sign:before {
    content: "\e085"
}
.glyphicon-info-sign:before {
    content: "\e086"
}
.glyphicon-screenshot:before {
    content: "\e087"
}
.glyphicon-remove-circle:before {
    content: "\e088"
}
.glyphicon-ok-circle:before {
    content: "\e089"
}
.glyphicon-ban-circle:before {
    content: "\e090"
}
.glyphicon-arrow-left:before {
    content: "\e091"
}
.glyphicon-arrow-right:before {
    content: "\e092"
}
.glyphicon-arrow-up:before {
    content: "\e093"
}
.glyphicon-arrow-down:before {
    content: "\e094"
}
.glyphicon-share-alt:before {
    content: "\e095"
}
.glyphicon-resize-full:before {
    content: "\e096"
}
.glyphicon-resize-small:before {
    content: "\e097"
}
.glyphicon-exclamation-sign:before {
    content: "\e101"
}
.glyphicon-gift:before {
    content: "\e102"
}
.glyphicon-leaf:before {
    content: "\e103"
}
.glyphicon-fire:before {
    content: "\e104"
}
.glyphicon-eye-open:before {
    content: "\e105"
}
.glyphicon-eye-close:before {
    content: "\e106"
}
.glyphicon-warning-sign:before {
    content: "\e107"
}
.glyphicon-plane:before {
    content: "\e108"
}
.glyphicon-calendar:before {
    content: "\e109"
}
.glyphicon-random:before {
    content: "\e110"
}
.glyphicon-comment:before {
    content: "\e111"
}
.glyphicon-magnet:before {
    content: "\e112"
}
.glyphicon-chevron-up:before {
    content: "\e113"
}
.glyphicon-chevron-down:before {
    content: "\e114"
}
.glyphicon-retweet:before {
    content: "\e115"
}
.glyphicon-shopping-cart:before {
    content: "\e116"
}
.glyphicon-folder-close:before {
    content: "\e117"
}
.glyphicon-folder-open:before {
    content: "\e118"
}
.glyphicon-resize-vertical:before {
    content: "\e119"
}
.glyphicon-resize-horizontal:before {
    content: "\e120"
}
.glyphicon-hdd:before {
    content: "\e121"
}
.glyphicon-bullhorn:before {
    content: "\e122"
}
.glyphicon-bell:before {
    content: "\e123"
}
.glyphicon-certificate:before {
    content: "\e124"
}
.glyphicon-thumbs-up:before {
    content: "\e125"
}
.glyphicon-thumbs-down:before {
    content: "\e126"
}
.glyphicon-hand-right:before {
    content: "\e127"
}
.glyphicon-hand-left:before {
    content: "\e128"
}
.glyphicon-hand-up:before {
    content: "\e129"
}
.glyphicon-hand-down:before {
    content: "\e130"
}
.glyphicon-circle-arrow-right:before {
    content: "\e131"
}
.glyphicon-circle-arrow-left:before {
    content: "\e132"
}
.glyphicon-circle-arrow-up:before {
    content: "\e133"
}
.glyphicon-circle-arrow-down:before {
    content: "\e134"
}
.glyphicon-globe:before {
    content: "\e135"
}
.glyphicon-wrench:before {
    content: "\e136"
}
.glyphicon-tasks:before {
    content: "\e137"
}
.glyphicon-filter:before {
    content: "\e138"
}
.glyphicon-briefcase:before {
    content: "\e139"
}
.glyphicon-fullscreen:before {
    content: "\e140"
}
.glyphicon-dashboard:before {
    content: "\e141"
}
.glyphicon-paperclip:before {
    content: "\e142"
}
.glyphicon-heart-empty:before {
    content: "\e143"
}
.glyphicon-link:before {
    content: "\e144"
}
.glyphicon-phone:before {
    content: "\e145"
}
.glyphicon-pushpin:before {
    content: "\e146"
}
.glyphicon-usd:before {
    content: "\e148"
}
.glyphicon-gbp:before {
    content: "\e149"
}
.glyphicon-sort:before {
    content: "\e150"
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}
.glyphicon-sort-by-order:before {
    content: "\e153"
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}
.glyphicon-sort-by-attributes:before {
    content: "\e155"
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}
.glyphicon-unchecked:before {
    content: "\e157"
}
.glyphicon-expand:before {
    content: "\e158"
}
.glyphicon-collapse-down:before {
    content: "\e159"
}
.glyphicon-collapse-up:before {
    content: "\e160"
}
.glyphicon-log-in:before {
    content: "\e161"
}
.glyphicon-flash:before {
    content: "\e162"
}
.glyphicon-log-out:before {
    content: "\e163"
}
.glyphicon-new-window:before {
    content: "\e164"
}
.glyphicon-record:before {
    content: "\e165"
}
.glyphicon-save:before {
    content: "\e166"
}
.glyphicon-open:before {
    content: "\e167"
}
.glyphicon-saved:before {
    content: "\e168"
}
.glyphicon-import:before {
    content: "\e169"
}
.glyphicon-export:before {
    content: "\e170"
}
.glyphicon-send:before {
    content: "\e171"
}
.glyphicon-floppy-disk:before {
    content: "\e172"
}
.glyphicon-floppy-saved:before {
    content: "\e173"
}
.glyphicon-floppy-remove:before {
    content: "\e174"
}
.glyphicon-floppy-save:before {
    content: "\e175"
}
.glyphicon-floppy-open:before {
    content: "\e176"
}
.glyphicon-credit-card:before {
    content: "\e177"
}
.glyphicon-transfer:before {
    content: "\e178"
}
.glyphicon-cutlery:before {
    content: "\e179"
}
.glyphicon-header:before {
    content: "\e180"
}
.glyphicon-compressed:before {
    content: "\e181"
}
.glyphicon-earphone:before {
    content: "\e182"
}
.glyphicon-phone-alt:before {
    content: "\e183"
}
.glyphicon-tower:before {
    content: "\e184"
}
.glyphicon-stats:before {
    content: "\e185"
}
.glyphicon-sd-video:before {
    content: "\e186"
}
.glyphicon-hd-video:before {
    content: "\e187"
}
.glyphicon-subtitles:before {
    content: "\e188"
}
.glyphicon-sound-stereo:before {
    content: "\e189"
}
.glyphicon-sound-dolby:before {
    content: "\e190"
}
.glyphicon-sound-5-1:before {
    content: "\e191"
}
.glyphicon-sound-6-1:before {
    content: "\e192"
}
.glyphicon-sound-7-1:before {
    content: "\e193"
}
.glyphicon-copyright-mark:before {
    content: "\e194"
}
.glyphicon-registration-mark:before {
    content: "\e195"
}
.glyphicon-cloud-download:before {
    content: "\e197"
}
.glyphicon-cloud-upload:before {
    content: "\e198"
}
.glyphicon-tree-conifer:before {
    content: "\e199"
}
.glyphicon-tree-deciduous:before {
    content: "\e200"
}



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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {
  /*font-size: 10px;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  /*font-size: 16px;*/
  font-size: 1em;
  /*color: #313232;*/
  color: #6a6b6d;
  /*line-height: 1.42857143;*/
  line-height: 1.5;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;

}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}


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

@media (min-width: 992px) and (max-width:1199px) {
  .container-fluid .row-fluid .page-center {max-width:970px;}
}

@media (min-width: 768px) and (max-width:991px){
  .container-fluid .row-fluid .page-center {max-width:750px;}
}


/* 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 20px;} 
small {}
b, strong {
  font-weight: 700;
}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #313232;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 62px;
  font-weight: 700;
}
h2 {
  font-size: 52px;
  font-weight: 700;
}
h3 {
  font-size: 44px;
  font-weight: 700;
}
h4 {
  font-size: 38px;
  font-weight: 700;
}
h5 {   
  font-size: 30px;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  /*font-weight: 300;*/
  margin: 0 0 1px;
  line-height: 24px;
}

/* Anchor Links */
a { 
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #23527c;
  text-decoration: underline;
}

/* Lists */
ul, ol {
  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;
}

/* Colors */
.grey-light-bg {background-color: #F7F8F9}


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



/* ==========================================================================
Snippet Codes                                            
========================================================================== */

.value-prop-items {
  text-align: left;
  margin-top: 15px;
}

.value-prop-item-header {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  color: #313232;
}

/* Custom Banner
========================================================================== */
.custom-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner-image {display: none!important;}

/* Fonts
========================================================================== */
.p-mid {font-size: 14px;}

/* =============== Font Weights =============== */   
/*.p-light {font-weight: 300;}*/

/* Backgrounds
========================================================================== */

/* =============== Gradients =============== */   
/* Blue Gradient */
.grad-blue {
  background: #3EBB9C;
  background: -webkit-linear-gradient(left top, #3EBB9C, #48A8D7);
  background: -o-linear-gradient(bottom right, ##3EBB9C, #48A8D7);
  background: -moz-linear-gradient(bottom right, ##3EBB9C, #48A8D7);
  background: linear-gradient(to bottom right, ##3EBB9C, #48A8D7);
  color: #fff!important;
} 
/* Custom Columns
========================================================================== */
#custom_section .custom_column {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}
#custom_section .page-center > div {
  margin-right: -15px;
  margin-left: -15px;
}


@media (min-width: 992px) {
  #custom_section .custom_column.span1,
  #custom_section .custom_column.span2,
  #custom_section .custom_column.span3,
  #custom_section .custom_column.span4, 
  #custom_section .custom_column.span5,
  #custom_section .custom_column.span6,
  #custom_section .custom_column.span7,
  #custom_section .custom_column.span8, 
  #custom_section .custom_column.span9,
  #custom_section .custom_column.span10, 
  #custom_section .custom_column.span11,
  #custom_section .custom_column.span12 {float: left;}

  #custom_section .custom_column.span12 {width: 100%;}
  #custom_section .custom_column.span11 {width: 91.66666667%;}
  #custom_section .custom_column.span10 {width: 83.33333333%;}
  #custom_section .custom_column.span9 {width: 75%;}
  #custom_section .custom_column.span8 {width: 66.66666667%;}
  #custom_section .custom_column.span7 {width: 58.33333333%;}
  #custom_section .custom_column.span6 {width: 50%;}
  #custom_section .custom_column.span5 {width: 41.66666667%;}
  #custom_section .custom_column.span4 {width: 33.33333333%;}
  #custom_section .custom_column.span3 {width: 25%;}
  #custom_section .custom_column.span2 {width: 16.66666667%;}
  #custom_section .custom_column.span1 {width: 8.33333333%;}
}

/* =============== Boostrap Columns =============== */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  clear: both;
  content: "";
}

.row:after {
  display: table;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {width: 100%;}
.col-xs-11 {width: 91.66666667%;}
.col-xs-10 {width: 83.33333333%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}

.col-xs-pull-12 {right: 100%;}
.col-xs-pull-11 {right: 91.66666667%;}
.col-xs-pull-10 {right: 83.33333333%;}
.col-xs-pull-9 {right: 75%;}
.col-xs-pull-8 {right: 66.66666667%;}
.col-xs-pull-7 {right: 58.33333333%;}
.col-xs-pull-6 {right: 50%;}
.col-xs-pull-5 {right: 41.66666667%;}
.col-xs-pull-4 {right: 33.33333333%;}
.col-xs-pull-3 {right: 25%;}
.col-xs-pull-2 {right: 16.66666667%;}
.col-xs-pull-1 {right: 8.33333333%;}
.col-xs-pull-0 {right: auto;}
.col-xs-push-12 {left: 100%;}
.col-xs-push-11 {left: 91.66666667%;}
.col-xs-push-10 {left: 83.33333333%;}
.col-xs-push-9 {left: 75%;}
.col-xs-push-8 {left: 66.66666667%;}
.col-xs-push-7 {left: 58.33333333%;}
.col-xs-push-6 {left: 50%;}
.col-xs-push-5 {left: 41.66666667%;}
.col-xs-push-4 {left: 33.33333333%;}
.col-xs-push-3 {left: 25%;}
.col-xs-push-2 {left: 16.66666667%;}
.col-xs-push-1 {left: 8.33333333%;}
.col-xs-push-0 {left: auto;}
.col-xs-offset-12 {margin-left: 100%;}
.col-xs-offset-11 {margin-left: 91.66666667%;}
.col-xs-offset-10 {margin-left: 83.33333333%;}
.col-xs-offset-9 {margin-left: 75%;}
.col-xs-offset-8 {margin-left: 66.66666667%;}
.col-xs-offset-7 {margin-left: 58.33333333%;}
.col-xs-offset-6 {margin-left: 50%;}
.col-xs-offset-5 {margin-left: 41.66666667%;}
.col-xs-offset-4 {margin-left: 33.33333333%;}
.col-xs-offset-3 {margin-left: 25%;}
.col-xs-offset-2 {margin-left: 16.66666667%;}
.col-xs-offset-1 {margin-left: 8.33333333%;}
.col-xs-offset-0 {margin-left: 0;}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float: left;}
  .col-sm-12 {width: 100%;}
  .col-sm-11 {width: 91.66666667%;}
  .col-sm-10 {width: 83.33333333%;}
  .col-sm-9 {width: 75%;}
  .col-sm-8 {width: 66.66666667%;}
  .col-sm-7 {width: 58.33333333%;}
  .col-sm-6 {width: 50%;}
  .col-sm-5 {width: 41.66666667%;}
  .col-sm-4 {width: 33.33333333%;}
  .col-sm-3 {width: 25%;}
  .col-sm-2 {width: 16.66666667%;}
  .col-sm-1 {width: 8.33333333%;}
  .col-sm-pull-12 {right: 100%;}
  .col-sm-pull-11 {right: 91.66666667%;}
  .col-sm-pull-10 {right: 83.33333333%;}
  .col-sm-pull-9 {right: 75%;}
  .col-sm-pull-8 {right: 66.66666667%;}
  .col-sm-pull-7 {right: 58.33333333%;}
  .col-sm-pull-6 {right: 50%;}
  .col-sm-pull-5 {right: 41.66666667%;}
  .col-sm-pull-4 {right: 33.33333333%;}
  .col-sm-pull-3 {right: 25%;}
  .col-sm-pull-2 {right: 16.66666667%;}
  .col-sm-pull-1 {right: 8.33333333%;}
  .col-sm-pull-0 {right: auto;}
  .col-sm-push-12 {left: 100%;}
  .col-sm-push-11 {left: 91.66666667%;}
  .col-sm-push-10 {left: 83.33333333%;}
  .col-sm-push-9 {left: 75%;}
  .col-sm-push-8 {left: 66.66666667%;}
  .col-sm-push-7 {left: 58.33333333%;}
  .col-sm-push-6 {left: 50%;}
  .col-sm-push-5 {left: 41.66666667%;}
  .col-sm-push-4 {left: 33.33333333%;}
  .col-sm-push-3 {left: 25%;}
  .col-sm-push-2 {left: 16.66666667%;}
  .col-sm-push-1 {left: 8.33333333%;}
  .col-sm-push-0 {left: auto;}
  .col-sm-offset-12 {margin-left: 100%;}
  .col-sm-offset-11 {margin-left: 91.66666667%;}
  .col-sm-offset-10 {margin-left: 83.33333333%;}
  .col-sm-offset-9 {margin-left: 75%;}
  .col-sm-offset-8 {margin-left: 66.66666667%;}
  .col-sm-offset-7 {margin-left: 58.33333333%;}
  .col-sm-offset-6 {margin-left: 50%;}
  .col-sm-offset-5 {margin-left: 41.66666667%;}
  .col-sm-offset-4 {margin-left: 33.33333333%;}
  .col-sm-offset-3 {margin-left: 25%;}
  .col-sm-offset-2 {margin-left: 16.66666667%;}
  .col-sm-offset-1 {margin-left: 8.33333333%;}
  .col-sm-offset-0 {margin-left: 0;}
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float: left;}
  .col-md-12 {width: 100%;}
  .col-md-11 {width: 91.66666667%;}
  .col-md-10 {width: 83.33333333%;}
  .col-md-9 {width: 75%;}
  .col-md-8 {width: 66.66666667%;}
  .col-md-7 {width: 58.33333333%;}
  .col-md-6 {width: 50%;}
  .col-md-5 {width: 41.66666667%;}
  .col-md-4 {width: 33.33333333%;}
  .col-md-3 {width: 25%;}
  .col-md-2 {width: 16.66666667%;}
  .col-md-1 {width: 8.33333333%;}
  .col-md-pull-12 {right: 100%;}
  .col-md-pull-11 {right: 91.66666667%;}
  .col-md-pull-10 {right: 83.33333333%;}
  .col-md-pull-9 {right: 75%;}
  .col-md-pull-8 {right: 66.66666667%;}
  .col-md-pull-7 {right: 58.33333333%;}
  .col-md-pull-6 {right: 50%;}
  .col-md-pull-5 {right: 41.66666667%;}
  .col-md-pull-4 {right: 33.33333333%;}
  .col-md-pull-3 {right: 25%;}
  .col-md-pull-2 {right: 16.66666667%;}
  .col-md-pull-1 {right: 8.33333333%;}
  .col-md-pull-0 {right: auto;}
  .col-md-push-12 {left: 100%;}
  .col-md-push-11 {left: 91.66666667%;}
  .col-md-push-10 {left: 83.33333333%;}
  .col-md-push-9 {left: 75%;}
  .col-md-push-8 {left: 66.66666667%;}
  .col-md-push-7 {left: 58.33333333%;}
  .col-md-push-6 {left: 50%;}
  .col-md-push-5 {left: 41.66666667%;}
  .col-md-push-4 {left: 33.33333333%;}
  .col-md-push-3 {left: 25%;}
  .col-md-push-2 {left: 16.66666667%;}
  .col-md-push-1 {left: 8.33333333%;}
  .col-md-push-0 {left: auto;}
  .col-md-offset-12 {margin-left: 100%;}
  .col-md-offset-11 {margin-left: 91.66666667%;}
  .col-md-offset-10 {margin-left: 83.33333333%;}
  .col-md-offset-9 {margin-left: 75%;}
  .col-md-offset-8 {margin-left: 66.66666667%;}
  .col-md-offset-7 {margin-left: 58.33333333%;}
  .col-md-offset-6 {margin-left: 50%;}
  .col-md-offset-5 {margin-left: 41.66666667%;}
  .col-md-offset-4 {margin-left: 33.33333333%;}
  .col-md-offset-3 {margin-left: 25%;}
  .col-md-offset-2 {margin-left: 16.66666667%;}
  .col-md-offset-1 {margin-left: 8.33333333%;}
  .col-md-offset-0 {margin-left: 0;}
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {float: left;}
  .col-lg-12 {width: 100%;}
  .col-lg-11 {width: 91.66666667%;}
  .col-lg-10 {width: 83.33333333%;}
  .col-lg-9 {width: 75%;}
  .col-lg-8 {width: 66.66666667%;}
  .col-lg-7 {width: 58.33333333%;}
  .col-lg-6 {width: 50%;}
  .col-lg-5 {width: 41.66666667%;}
  .col-lg-4 {width: 33.33333333%;}
  .col-lg-3 {width: 25%;}
  .col-lg-2 {width: 16.66666667%;}
  .col-lg-1 {width: 8.33333333%;}
  .col-lg-pull-12 {right: 100%;}
  .col-lg-pull-11 {right: 91.66666667%;}
  .col-lg-pull-10 {right: 83.33333333%;}
  .col-lg-pull-9 {right: 75%;}
  .col-lg-pull-8 {right: 66.66666667%;}
  .col-lg-pull-7 {right: 58.33333333%;}
  .col-lg-pull-6 {right: 50%;}
  .col-lg-pull-5 {right: 41.66666667%;}
  .col-lg-pull-4 {right: 33.33333333%;}
  .col-lg-pull-3 {right: 25%;}
  .col-lg-pull-2 {right: 16.66666667%;}
  .col-lg-pull-1 {right: 8.33333333%;}
  .col-lg-pull-0 {right: auto;}
  .col-lg-push-12 {left: 100%;}
  .col-lg-push-11 {left: 91.66666667%;}
  .col-lg-push-10 {left: 83.33333333%;}
  .col-lg-push-9 {left: 75%;}
  .col-lg-push-8 {left: 66.66666667%;}
  .col-lg-push-7 {left: 58.33333333%;}
  .col-lg-push-6 {left: 50%;}
  .col-lg-push-5 {left: 41.66666667%;}
  .col-lg-push-4 {left: 33.33333333%;}
  .col-lg-push-3 {left: 25%;}
  .col-lg-push-2 {left: 16.66666667%;}
  .col-lg-push-1 {left: 8.33333333%;}
  .col-lg-push-0 {left: auto;}
  .col-lg-offset-12 {margin-left: 100%;}
  .col-lg-offset-11 {margin-left: 91.66666667%;}
  .col-lg-offset-10 {margin-left: 83.33333333%;}
  .col-lg-offset-9 {margin-left: 75%;}
  .col-lg-offset-8 {margin-left: 66.66666667%;}
  .col-lg-offset-7 {margin-left: 58.33333333%;}
  .col-lg-offset-6 {margin-left: 50%;}
  .col-lg-offset-5 {margin-left: 41.66666667%;}
  .col-lg-offset-4 {margin-left: 33.33333333%;}
  .col-lg-offset-3 {margin-left: 25%;}
  .col-lg-offset-2 {margin-left: 16.66666667%;}
  .col-lg-offset-1 {margin-left: 8.33333333%;}
  .col-lg-offset-0 {margin-left: 0;}
}

/* Predictors Bar
========================================================================== */
.predictors-bar {
  border-radius: 5px;
  padding: 40px 15px 60px 15px;
  margin-bottom: 80px;
  box-shadow: 10px 10px 40px #808284;
}

@media (min-width: 768px) {
  #custom_section .col-sm-10 {
    margin-left: 8.33333333%;
    width: 83.33333333%;
  }
}

/* =============== Predictors Bar - Top Column =============== */
.predictors-bar .custom_predictors-top-column {
  text-align: center;
  margin: 0 0 40px;
}

/* =============== Predictors Bar Columns =============== */
.custom_predictors-columns .custom_predictors-col {
  position: relative;
  min-height: 1px;
  padding-right: 2px;
  padding-left: 2px;
  color: #fff; /* JF Add*/
}

.custom_predictors-columns .widget-type-widget_container {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  text-align: center;
  padding: 0px 5px;
  border: 1px solid #eee;
  height: 68px;
  padding-top: 20px;
  background-color: #fff;
  margin-bottom: 5px;  
  color: #6a6b6d;
}

.custom_predictors-col.col4 .widget-type-widget_container,
.custom_predictors-col.col5 .widget-type-widget_container {
  padding-top: 0;
}

.custom_predictors-col.col3 .widget-type-widget_container > span,
.custom_predictors-col.col4 .widget-type-widget_container > span,
.custom_predictors-col.col5 .widget-type-widget_container > span {
  display: flex;
  margin-left: -6px;  
}

.custom_predictors-columns .widget-type-widget_container > span > div {
  color: #444;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.custom_predictors-col.col4 .widget-type-widget_container > span > div,
.custom_predictors-col.col5 .widget-type-widget_container > span > div {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.custom_predictors-col.col3 .widget-type-widget_container > span > div {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  color: #6b969d;
  -webkit-animation: rotateWord 18s linear infinite 0s;
  -ms-animation: rotateWord 18s linear infinite 0s;
  animation: rotateWord 18s linear infinite 0s;
}

.custom_predictors-col.col4 .widget-type-widget_container > span > div {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height:100%;
  margin-left: 1px;
  /* color: #6b969d; */
  background-color: #7bb77a;
  -webkit-animation: rotateWord 18s linear infinite 0s;
  -ms-animation: rotateWord 18s linear infinite 0s;
  animation: rotateWord 18s linear infinite 0s;
  min-height: 50px;
  padding: 10px;
}

/* Candidate */
.custom_predictors-col.col3 .widget-type-widget_container > span > div:nth-child(2) {
  -webkit-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
  /*color: #6b889d;*/
}

.custom_predictors-col.col3 .widget-type-widget_container > span > div:nth-child(3) {
  -webkit-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
  /*color: #6b739d;*/
}

.custom_predictors-col.col3 .widget-type-widget_container > span > div:nth-child(4) {
  -webkit-animation-delay: 9s;
  -ms-animation-delay: 9s;
  animation-delay: 9s;
  /*color: #7a6b9d;*/
}

.custom_predictors-col.col3 .widget-type-widget_container > span > div:nth-child(5) {
  -webkit-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
  /*color: #8d6b9d;*/
}

.custom_predictors-col.col3 .widget-type-widget_container > span > div:nth-child(6) {
  -webkit-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
  /*color: #9b6b9d;*/
}

/* Predicted Performance */
.custom_predictors-col.col4 .widget-type-widget_container > span > div:nth-child(2) {
  -webkit-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
  /*color: #6b889d;*/
  background-color: #bbbdbf;
}

.custom_predictors-col.col4 .widget-type-widget_container > span > div:nth-child(3) {
  -webkit-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
  /*color: #6b739d;*/
  background-color: #991c24;
}

.custom_predictors-col.col4 .widget-type-widget_container > span > div:nth-child(4) {
  -webkit-animation-delay: 9s;
  -ms-animation-delay: 9s;
  animation-delay: 9s;
  /*color: #7a6b9d;*/
  background-color: #60875d;
}

.custom_predictors-col.col4 .widget-type-widget_container > span > div:nth-child(5) {
  -webkit-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
  /*color: #8d6b9d;*/
  background-color: #bbbdbf;
}

.custom_predictors-col.col4 .widget-type-widget_container > span > div:nth-child(6) {
  -webkit-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
  /*color: #9b6b9d;*/
  background-color: #c46a6a;
}

/* Predicted Satisfaction */
.custom_predictors-col.col5 .widget-type-widget_container > span > div {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  margin-left: 1px;
  width: 100%;
  height:100%;
  /* color: #6b969d; */
  background-color: #c46a6a;
  -webkit-animation: rotateWord 18s linear infinite 0s;
  -ms-animation: rotateWord 18s linear infinite 0s;
  animation: rotateWord 18s linear infinite 0s;
  min-height: 50px;
  padding: 10px;
}

.custom_predictors-col.col5 .widget-type-widget_container > span > div:nth-child(2) {
  -webkit-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
  /* color: #6b889d; */
  background-color: #bbbdbf;
}

.custom_predictors-col.col5 .widget-type-widget_container > span > div:nth-child(3) {
  -webkit-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
  /* color: #6b739d; */
  background-color: #c46a6a;
}

.custom_predictors-col.col5 .widget-type-widget_container > span > div:nth-child(4) {
  -webkit-animation-delay: 9s;
  -ms-animation-delay: 9s;
  animation-delay: 9s;
  /* color: #7a6b9d; */
  background-color: #60875d;
}

.custom_predictors-col.col5 .widget-type-widget_container > span > div:nth-child(5) {
  -webkit-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
  /* color: #8d6b9d; */
  background-color: #7bb77a;
}

.custom_predictors-col.col5 .widget-type-widget_container > span > div:nth-child(6) {
  -webkit-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
  /* color: #9b6b9d; */
  background-color: #991c24;
}

.custom_predictors-columns .widget-type-widget_container > span > div:not(.hs_cos_wrapper_type_header):not(.hs_cos_wrapper_type_section_header) {text-align: left;}
.custom_predictors-columns .widget-type-widget_container > span > div:not(.hs_cos_wrapper_type_header):not(.hs_cos_wrapper_type_section_header) h1,
.custom_predictors-columns .widget-type-widget_container > span > div:not(.hs_cos_wrapper_type_header):not(.hs_cos_wrapper_type_section_header) h2,
.custom_predictors-columns .widget-type-widget_container > span > div:not(.hs_cos_wrapper_type_header):not(.hs_cos_wrapper_type_section_header) h3,
.custom_predictors-columns .widget-type-widget_container > span > div:not(.hs_cos_wrapper_type_header):not(.hs_cos_wrapper_type_section_header) h4,
.custom_predictors-columns .widget-type-widget_container > span > div:not(.hs_cos_wrapper_type_header):not(.hs_cos_wrapper_type_section_header) h5,
.custom_predictors-columns .widget-type-widget_container > span > div:not(.hs_cos_wrapper_type_header):not(.hs_cos_wrapper_type_section_header) h6 {
  font-size: 20px;
  margin: 0 0 10px;
  text-align: center;
}

/* Disable Animation 
.custom_predictors-columns .widget-type-widget_container {
height: auto;
padding: 20px 0;
}

.custom_predictors-col.col3 .widget-type-widget_container,
.custom_predictors-col.col4 .widget-type-widget_container,
.custom_predictors-col.col5 .widget-type-widget_container {
padding: 20px 5px;
}

.custom_predictors-col.col3 .widget-type-widget_container > span, 
.custom_predictors-col.col4 .widget-type-widget_container > span, 
.custom_predictors-col.col5 .widget-type-widget_container > span {
display: block;
margin-left: 0;
}

.custom_predictors-col.col3 .widget-type-widget_container > span > div,
.custom_predictors-col.col4 .widget-type-widget_container > span > div,
.custom_predictors-col.col5 .widget-type-widget_container > span > div {
position: static;
animation: none!important;
width: 100%;
opacity: 1;
}

*/

@media (min-width: 768px) {
  .custom_predictors-columns .custom_predictors-col {
    width: 20%;
    float: left;
    margin-left: 0;
  }
}

/* Predictors Label */
.custom_predictor-label {
  font-size: 12px;
  color: #808284;
  margin-bottom: 4px;
  padding: 10px 0px;
  /* margin: 0px 5px; */
  text-align: center;
  border: 1px solid #eee;
  background-color: #fff;
}

/* Predictors Titles */
.custom_predictors-columns .widget-type-widget_container .hs_cos_wrapper_type_header h1 {
  color: #444;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0;
}

.custom_predictors-columns .widget-type-widget_container .hs_cos_wrapper_type_section_header h1 {
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 1;
}

.custom_predictors-columns .widget-type-widget_container .hs_cos_wrapper_type_section_header p {
  font-size: 10px;
  margin: 0;
  line-height: 1;
}

@-webkit-keyframes rotateWord {
  0% { opacity: 0; }
  2% { opacity: 0; -webkit-transform: translateY(-30px); }
  5% { opacity: 1; -webkit-transform: translateY(0px);}
  17% { opacity: 1; -webkit-transform: translateY(0px); }
  20% { opacity: 0; -webkit-transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

@-ms-keyframes rotateWord {
  0% { opacity: 0; }
  2% { opacity: 0; -ms-transform: translateY(-30px); }
  5% { opacity: 1; -ms-transform: translateY(0px);}
  17% { opacity: 1; -ms-transform: translateY(0px); }
  20% { opacity: 0; -ms-transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes rotateWord {
  0% { opacity: 0; }
  2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
  5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
  17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
  20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

/* ==========================================================================
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 {}
.header-container {
  padding: 15px 40px 0 40px;
  position:absolute;
  top:0;
  left:0;
  width:100%;
}
.without-top-pane .header-container {
  position:static;
  background:#313232;
  padding: 10px 25px;
  /*margin-bottom:50px;*/
}

#custom_header .custom_left-column{
  padding: 0 0 0 0;
  float:left;
  width:auto;
  margin:0;
}
#custom_header .custom_right-column {
  float:right;
  width:auto;
  margin:0;
}
#custom_header .custom_right-column > div > div > div:first-child {
  float:left;
  width:auto;
}
#custom_header .custom_right-column > div > div > div:nth-child(2) {
  float: right;
  width: auto;
  margin: 0 0 0 15px;
}

/* custom logo */
#custom_header .custom_left-column > div:nth-child(2) {display:none}


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

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

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



/* ==========================================================================
Unique Templates                                                 
========================================================================== */

/* Column One
========================================================================== */
body.one-column .body-container {padding-bottom:60px}


/* Custom Home
========================================================================== */
body.custom_home .body-container {padding-bottom:0}

/* =============== Custom Home - Section One =============== */
body.custom_home #custom_section.custom_section-one {
  padding-top: 60px;
  padding-bottom: 80px;
}

body.custom_home #custom_section.custom_section-one .col1 {
  margin-bottom: 20px;
}

body.custom_home #custom_section.custom_section-one .col2 {
  margin-bottom: 20px;
  border-left: 1px solid rgb(230, 231, 232);
} 

body.custom_home .custom_section-one .widget-type-widget_container h1 {
  margin-top:20px;
  margin-right: 50px;
  text-align: right;
  line-height: 1.25;
  /*font-weight: 300;*/
  color: #48A8D7;
  text-align:right;
}
body.custom_home .custom_section-one .col2 ul {margin-left:10px;}

/* =============== Custom Home - Section Two =============== */
body.custom_home #custom_section.custom_section-two > div > div {
  margin: 0 -15px;
  width: auto;
}


/* =============== Custom Home - Section Three =============== */
body.custom_home #custom_section.custom_section-three {padding: 50px 0px 60px 0px;}

body.custom_home #custom_section.custom_section-seven:after,
body.custom_home #custom_section.custom_section-seven2:after,
body.custom_home #custom_section.custom_section-five:after,
body.custom_home #custom_section.custom_section-three:after {
  content:"";
  display:table;
  clear:both;
}

body.custom_home #custom_section.custom_section-three .hs_cos_wrapper_type_header h2 {
  /*font-weight: 300;*/
  text-align:center;
}

/* Custom Section - Four
========================================================================== */
body.custom_home #custom_section.custom_section-four {
  padding-bottom: 100px;
}

/* custom Right -Image Modul */
body.custom_home #custom_diff-right:after,
body.custom_home #custom_left-image:after,
body.custom_home #custom_right-image:after {
  content:"";
  display:table;
  clear:both;
}
body.custom_home #custom_right-image {padding-bottom: 20px;}
body.custom_home #custom_right-image .left {
  margin-bottom: 20px;
  margin-top: 110px;
}
body.custom_home #custom_right-image .right {
  margin-bottom: 20px;
  float:right;
}
body.custom_home #custom_right-image .left .inner {   
  max-width: 410px;
  margin:15px auto 0 auto;
}
body.custom_home #custom_right-image .right .inner {
  margin: 20px auto 0 10px;
  text-align: center;
}
body.custom_home #custom_right-image img {vertical-align:middle;}

body.custom_home #custom_left-image p,
body.custom_home #custom_right-image p {
  /*font-size: 14px;*/
  font-weight: 400;
  /*line-height: 2;*/
  /*color: #808284;*/
}


/* left img */
body.custom_home #custom_left-image .left img {
  max-width: inherit!important;
  margin-left: -66px;
  vertical-align: middle;
}

body.custom_home #custom_left-image .right > div {
  margin-left: 150px;
  margin-top: 110px;
  margin-bottom:20px;
}


/* right img */
body.custom_home #custom_right-image .right img {
  max-width: inherit!important;
  vertical-align: middle;
  width: inherit!important;
}




/* =============== Custom Home - Section Five =============== */
body.custom_home #custom_section.custom_section-five {
  color: white;
  padding: 70px 0px 80px 0px;
  background: #3EBB9C;
  background: -webkit-linear-gradient(left top, #3EBB9C, #48A8D7);
  background: -o-linear-gradient(bottom right, ##3EBB9C, #48A8D7);
  background: -moz-linear-gradient(bottom right, ##3EBB9C, #48A8D7);
  background: linear-gradient(to bottom right, ##3EBB9C, #48A8D7);
}

body.custom_home .custom_section-five .hs_cos_wrapper_type_header h3 {
  font-weight: 100;
  text-align:center;
  -webkit-font-smoothing: auto;}

/* =============== Custom Home - Section Six =============== */
body.custom_home #custom_section.custom_section-six {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* =============== Custom Home - Section Seven =============== */
body.custom_home #custom_section.custom_section-seven {
  background-color: #F7F7F9;
  color: black;
  padding: 70px 0;
  text-align:center;
}

body.custom_home #custom_section.custom_section-seven .custom_middle-column {
  width: 66.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 16.66666667%;
}


body.custom_home #custom_section.custom_section-seven .custom_bottom-column {
  margin-top: 70px;
  margin-bottom: 30px;
}


body.custom_home #custom_section.custom_section-seven .custom_top-column .hs_cos_wrapper_type_header {margin-bottom:80px}
body.custom_home #custom_section.custom_section-seven .hs_cos_wrapper_type_header {margin-bottom: 70px;}


/* =============== Custom Home - Section Seven2 =============== */
body.custom_home #custom_section.custom_section-seven2 {
  background-color: #FFF;
  color: black;
  padding: 0 0 70px 0;
  text-align:center;
}

body.custom_home #custom_section.custom_section-seven2 .custom_middle-column {
  /*     width: 66.66666667%; */
  /*     float: left; */
  padding-right: 15px;
  padding-left: 15px;
  /*     margin-left: 16.66666667%; */
}

body.custom_home #custom_section.custom_section-seven2 .custom_bottom-column {
  margin-top: 70px;
  margin-bottom: 30px;
}

body.custom_home #custom_section.custom_section-seven2 .custom_top-column .hs_cos_wrapper_type_header {margin-bottom:80px}
body.custom_home #custom_section.custom_section-seven2 .hs_cos_wrapper_type_header {margin-bottom: 70px;}



/* custom button */
.grad-button {
  text-decoration: none;
  padding: 15px 60px 15px 60px;
  background: linear-gradient(-45deg, #23A6D5, #23D5AB, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  border: none;
  border-radius: 6px;
  font-family: 'lato', sans-serif;
  font-size: 18px;
  /*font-weight: 300;*/
  color:#fff;
  cursor:pointer;
  margin-left:5px;
  display: inline-block;
}
.grad-button:hover {
  color:#fff;
  text-decoration:none;
  background: #4DA9D4;
}
.grad-button:active {    
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  background: #4DA9D4;
  border-color: #204d74;
}

/* Custom Individuals Page
========================================================================== */

/* =============== Custom Individuals - Section One =============== */
body.custom_individuals #custom_section.custom_section-one {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align:center;
} 
body.custom_individuals #custom_section.custom_section-one .section-header {
  padding-right: 15px;
  padding-left: 15px;
}
body.custom_individuals #custom_section.custom_section-two .section-header {padding:0 15px}
body.custom_individuals #custom_section.custom_section-two .section-header p.secondary-header {padding-top:0}
body.custom_individuals #custom_section .hs_cos_wrapper_type_header h1 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
}
body.custom_individuals #custom_section .section-header h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-size: 30px;
  font-weight: 700;
}
body.custom_individuals #custom_section .section-header p.secondary-header {
  font-size: 16px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  font-weight: 400;
}
body.custom_individuals #custom_section.custom_section-one .hs-image-widget  {margin-top:50px;}
body.custom_individuals #custom_section .hs-image-widget {    
  margin-top: 40px;
  margin-bottom: 50px;
  vertical-align: middle;
}
/* =============== Custom Individuals - Section Two =============== */
body.custom_individuals #custom_section.custom_section-two .custom_middle-column {
  padding-top: 60px;
  text-align:center;
}
.text-center,
body.custom_individuals #custom_section.custom_section-two .custom_bottom-column .text-center {text-align: center;}

body.custom_individuals #custom_section.custom_section-two .custom_top-column {
  background-image: url('//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Table_Top2.jpg');
  background-size: cover;
  background-position: center bottom;
  opacity: 1;
  display: block;
  visibility: visible;
}

/* custom gallery */
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main {
  padding: 0 10px;
  padding-bottom: 20px;
  margin: 0;
}
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-dots {
  bottom:24px;
  position: absolute;
  z-index: 15;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  margin:0;
  left: 50%;
  transform: translateX(-50%);
}
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-dots li:first-child {margin-left:4px;}
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  margin-left:4px;
}
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-dots li button {
  border: 0;
  background: none;
  width: 0;
  height: 0;
  padding: 0;
}
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-dots li button:before {display:none;}

/* left - right arrow */
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
  font-size:0;
  height:100%;
  margin:0;
  z-index: 9999;
}
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-arrow:hover, 
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-arrow:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-arrow:hover:before, 
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-arrow:hover:after {color:#fff!important;}


body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-prev {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-next {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-prev:before {
  margin-left: -15px;
  content: "\e079";
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-next:before {
  content: "\e080";
  margin-right: -15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 30px;
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .caption.below h5 {
  padding: 0 10px 0 10px;
  margin-bottom: 0;
  margin-top: 65px;
  color: #ffffff;
  text-align:center;
}
body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .caption.below  p {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  color:#fff;
}

.hs_cos_gallery_main {padding: 0 10px;}
.hs_cos_gallery_main .slick-slide-inner-wrapper {display: block!important;}

@media (min-width: 1400px) {
  .device-container {padding: 20px 200px 5px 200px;}
}

.device-mockup {
  position: relative;
  width: 100%;
  padding-bottom: 61.775701%
}

.device-mockup>.device {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/macbook.png)
}

.device-mockup>.device>.screen {
  position: absolute;
  top: 11.0438729%;
  bottom: 14.6747352%;
  left: 13.364486%;
  right: 13.364486%;
  overflow: hidden
}

.device-mockup>.device>.button {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  cursor: pointer
}

.device-mockup.imac {
  padding-bottom: 81.230769%
}

.device-mockup.imac > .device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/imac.png)
}

.device-mockup.imac>.device>.screen {
  top: 8.20707071%;
  bottom: 31.6919192%;
  left: 6.61538462%;
  right: 6.61538462%
}

.device-mockup.macbook {
  padding-bottom: 61.775701%
}

.device-mockup.macbook > .device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/macbook.png)
}

.device-mockup.macbook>.device>.screen {
  top: 11.0438729%;
  bottom: 14.6747352%;
  left: 13.364486%;
  right: 13.364486%
}

.device-mockup.macbook_2015 {
  padding-bottom: 57.5%
}

.device-mockup.macbook_2015.grey>.device,
.device-mockup.macbook_2015>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/grey.png)
}

.device-mockup.macbook_2015.silver>.device,
.device-mockup.macbook_2015>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/silver.png)
}

.device-mockup.macbook_2015.gold>.device,
.device-mockup.macbook_2015>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/gold.png)
}

.device-mockup.macbook_2015>.device>.screen {
  top: 7.5%;
  bottom: 10.9%;
  left: 12.46%;
  right: 12.56%
}

.device-mockup.iphone5,
.device-mockup.iphone5.portrait {
  padding-bottom: 210.57%
}

.device-mockup.iphone5.landscape {
  padding-bottom: 47.49%
}

.device-mockup.iphone5.black>.device,
.device-mockup.iphone5.portrait.black>.device,
.device-mockup.iphone5>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone5_port_black.png)
}

.device-mockup.iphone5.landscape.black>.device,
.device-mockup.iphone5.landscape>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone5_land_black.png)
}

.device-mockup.iphone5.portrait.white>.device,
.device-mockup.iphone5.white>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone5_port_white.png)
}

.device-mockup.iphone5.landscape.white>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone5_land_white.png)
}

.device-mockup.iphone5.portrait>.device>.screen,
.device-mockup.iphone5>.device>.screen {
  top: 14.78%;
  bottom: 13.78%;
  left: 8.77%;
  right: 7.77%
}

.device-mockup.iphone5.landscape>.device>.screen {
  top: 7.422488%;
  bottom: 8.422488%;
  left: 14.919127%;
  right: 14.019127%
}

.device-mockup.iphone5.portrait>.device>.button,
.device-mockup.iphone5>.device>.button {
  display: block;
  top: 88.3%;
  bottom: 2.5%;
  left: 40%;
  right: 40%
}

.device-mockup.iphone5.landscape>.device>.button {
  display: block;
  top: 40%;
  bottom: 41%;
  left: 88.4%;
  right: 2.3%
}

.device-mockup.iphone_se,
.device-mockup.iphone_se.portrait {
  padding-bottom: 209.83%
}

.device-mockup.iphone_se.landscape {
  padding-bottom: 47.66%
}

.device-mockup.iphone_se.black>.device,
.device-mockup.iphone_se.portrait.black>.device,
.device-mockup.iphone_se>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_se_port_black.png)
}

.device-mockup.iphone_se.landscape.black>.device,
.device-mockup.iphone_se.landscape>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_se_land_black.png)
}

.device-mockup.iphone_se.portrait.white>.device,
.device-mockup.iphone_se.white>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_se_port_white.png)
}

.device-mockup.iphone_se.landscape.white>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_se_land_white.png)
}

.device-mockup.iphone_se.gold>.device,
.device-mockup.iphone_se.portrait.gold>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_se_port_gold.png)
}

.device-mockup.iphone_se.landscape.gold>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_se_land_gold.png)
}

.device-mockup.iphone_se.portrait.rose>.device,
.device-mockup.iphone_se.rose>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_se_port_rose.png)
}

.device-mockup.iphone_se.landscape.rose>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_se_land_rose.png)
}

.device-mockup.iphone_se.portrait>.device>.screen,
.device-mockup.iphone_se>.device>.screen {
  top: 16.28%;
  bottom: 16.28%;
  left: 11.77%;
  right: 11.77%
}

.device-mockup.iphone_se.landscape>.device>.screen {
  top: 11.722488%;
  bottom: 11.722488%;
  left: 16.0191273%;
  right: 16.0191273%
}

.device-mockup.iphone_se.portrait>.device>.button,
.device-mockup.iphone_se>.device>.button {
  display: block;
  top: 86.3%;
  bottom: 5.5%;
  left: 42%;
  right: 42%
}

.device-mockup.iphone_se.landscape>.device>.button {
  display: block;
  top: 42%;
  bottom: 42%;
  left: 86.4%;
  right: 5.1%
}

.device-mockup.iphone6,
.device-mockup.iphone6.portrait {
  padding-bottom: 207.19%
}

.device-mockup.iphone6.landscape {
  padding-bottom: 48.76%
}

.device-mockup.iphone6.black>.device,
.device-mockup.iphone6.portrait.black>.device,
.device-mockup.iphone6>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_6_port_black.png)
}

.device-mockup.iphone6.landscape.black>.device,
.device-mockup.iphone6.landscape>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_6_land_black.png)
}

.device-mockup.iphone6.portrait.white>.device,
.device-mockup.iphone6.white>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_6_port_white.png)
}

.device-mockup.iphone6.landscape.white>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_6_land_white.png)
}

.device-mockup.iphone6.gold>.device,
.device-mockup.iphone6.portrait.gold>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_6_port_gold.png)
}

.device-mockup.iphone6.landscape.gold>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_6_land_gold.png)
}

.device-mockup.iphone6.portrait>.device>.screen,
.device-mockup.iphone6>.device>.screen {
  top: 12.58%;
  bottom: 12.88%;
  left: 6.77%;
  right: 6.77%
}

.device-mockup.iphone6.landscape>.device>.screen {
  top: 6.77%;
  bottom: 6.77%;
  left: 12.58%;
  right: 12.88%
}

.device-mockup.iphone6.portrait>.device>.button,
.device-mockup.iphone6>.device>.button {
  display: block;
  top: 88.6%;
  bottom: 3.2%;
  left: 42%;
  right: 42%
}

.device-mockup.iphone6.landscape>.device>.button {
  display: block;
  top: 42%;
  bottom: 42%;
  left: 88.6%;
  right: 3.2%
}

.device-mockup.iphone6_plus,
.device-mockup.iphone6_plus.portrait {
  padding-bottom: 201.76%
}

.device-mockup.iphone6_plus.landscape {
  padding-bottom: 49.56%
}

.device-mockup.iphone6_plus.black>.device,
.device-mockup.iphone6_plus.portrait.black>.device,
.device-mockup.iphone6_plus>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_6_plus_black_port.png)
}

.device-mockup.iphone6_plus.landscape.black>.device,
.device-mockup.iphone6_plus.landscape>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_6_plus_black_land.png)
}

.device-mockup.iphone6_plus.portrait.white>.device,
.device-mockup.iphone6_plus.white>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_6_plus_white_port.png)
}

.device-mockup.iphone6_plus.landscape.white>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_6_plus_white_land.png)
}

.device-mockup.iphone6_plus.gold>.device,
.device-mockup.iphone6_plus.portrait.gold>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_6_plus_gold_port.png)
}

.device-mockup.iphone6_plus.landscape.gold>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/iphone_6_plus_gold_land.png)
}

.device-mockup.iphone6_plus.portrait>.device>.screen,
.device-mockup.iphone6_plus>.device>.screen {
  top: 11.58%;
  bottom: 11.58%;
  left: 5.97%;
  right: 5.97%
}

.device-mockup.iphone6_plus.landscape>.device>.screen {
  top: 5.97%;
  bottom: 5.97%;
  left: 11.38%;
  right: 11.58%
}

.device-mockup.iphone6_plus.portrait>.device>.button,
.device-mockup.iphone6_plus>.device>.button {
  display: block;
  top: 89.9%;
  bottom: 3.2%;
  left: 43%;
  right: 43%
}

.device-mockup.iphone6_plus.landscape>.device>.button {
  display: block;
  top: 43%;
  bottom: 43%;
  left: 89.9%;
  right: 3.2%
}

.device-mockup.ipad,
.device-mockup.ipad.portrait {
  padding-bottom: 128.406276%
}

.device-mockup.ipad.landscape {
  padding-bottom: 79.9086758%
}

.device-mockup.ipad.black>.device,
.device-mockup.ipad.portrait.black>.device,
.device-mockup.ipad>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_port_black.png)
}

.device-mockup.ipad.portrait.white>.device,
.device-mockup.ipad.white>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_port_white.png)
}

.device-mockup.ipad.landscape.black>.device,
.device-mockup.ipad.landscape>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_land_black.png)
}

.device-mockup.ipad.landscape.white>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_land_white.png)
}

.device-mockup.ipad.portrait>.device>.screen,
.device-mockup.ipad>.device>.screen {
  top: 12.025723%;
  bottom: 12.154341%;
  left: 13.45995%;
  right: 13.45995%
}

.device-mockup.ipad.landscape>.device>.screen {
  top: 13.87755102%;
  bottom: 13.87755102%;
  left: 11.5459883%;
  right: 11.5459883%
}

.device-mockup.ipad.portrait>.device>.button,
.device-mockup.ipad>.device>.button {
  display: block;
  top: 90.2%;
  bottom: 5.5%;
  left: 47.3%;
  right: 47.3%
}

.device-mockup.ipad.landscape>.device>.button {
  display: block;
  top: 47.3%;
  bottom: 47.3%;
  left: 90.8%;
  right: 4.9%
}

.device-mockup.ipad_air,
.device-mockup.ipad_air.portrait {
  padding-bottom: 141.27%
}

.device-mockup.ipad_air.landscape {
  padding-bottom: 70.79%
}

.device-mockup.ipad_air.grey>.device,
.device-mockup.ipad_air.portrait.grey>.device,
.device-mockup.ipad_air>.device {background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_air_gray_port.png)}

.device-mockup.ipad_air.portrait.silver>.device,
.device-mockup.ipad_air.silver>.device {background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_air_silver_port.png)}

.device-mockup.ipad_air.landscape.grey>.device,
.device-mockup.ipad_air.landscape>.device {background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_air_gray_land.png)}

.device-mockup.ipad_air.landscape.silver>.device {background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_air_silver_land.png)}

.device-mockup.ipad_air.portrait>.device>.screen,
.device-mockup.ipad_air>.device>.screen {
  top: 9.025723%;
  bottom: 9.154341%;
  left: 7.45995%;
  right: 6.45995%
}

.device-mockup.ipad_air.landscape>.device>.screen {
  top: 6.877551%;
  bottom: 6.877551%;
  left: 9.545988%;
  right: 9.545988%
}

.device-mockup.ipad_air.portrait>.device>.button,
.device-mockup.ipad_air>.device>.button {
  display: block;
  top: 93.2%;
  bottom: 2.5%;
  left: 47.3%;
  right: 47.3%
}

.device-mockup.ipad_air.landscape>.device>.button {
  display: block;
  top: 47.3%;
  bottom: 47.3%;
  left: 93.1%;
  right: 2.1%
}

.device-mockup.ipad_air_2,
.device-mockup.ipad_air_2.portrait {
  padding-bottom: 141.38%
}

.device-mockup.ipad_air_2.landscape {
  padding-bottom: 70.73%
}

.device-mockup.ipad_air_2.grey>.device,
.device-mockup.ipad_air_2.portrait.grey>.device,
.device-mockup.ipad_air_2>.device {background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_air_2_gray_port.png)}

.device-mockup.ipad_air_2.portrait.silver>.device,
.device-mockup.ipad_air_2.silver>.device {background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_air_2_silver_port.png)}


.device-mockup.ipad_air_2.gold>.device,
.device-mockup.ipad_air_2.portrait.gold>.device {background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_air_2_gold_port.png)}

.device-mockup.ipad_air_2.landscape.grey>.device,
.device-mockup.ipad_air_2.landscape>.device {background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_air_2_gray_land.png)}

.device-mockup.ipad_air_2.landscape.silver>.device {background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_air_2_silver_land.png)}

.device-mockup.ipad_air_2.landscape.gold>.device {background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_air_2_gold_land.png)}

.device-mockup.ipad_air_2.portrait>.device>.screen,
.device-mockup.ipad_air_2>.device>.screen {
  top: 9.025723%;
  bottom: 8.854341%;
  left: 6.15995%;
  right: 6.15995%
}

.device-mockup.ipad_air_2.landscape>.device>.screen {
  top: 6.277551%;
  bottom: 6.277551%;
  left: 8.545988%;
  right: 8.545988%
}

.device-mockup.ipad_air_2.portrait>.device>.button,
.device-mockup.ipad_air_2>.device>.button {
  display: block;
  top: 93.2%;
  bottom: 2.1%;
  left: 46.3%;
  right: 46.5%
}

.device-mockup.ipad_air_2.landscape>.device>.button {
  display: block;
  top: 46.5%;
  bottom: 46.8%;
  left: 93.5%;
  right: 1.9%
}

.device-mockup.ipad_pro,
.device-mockup.ipad_pro.portrait {
  padding-bottom: 138.63%
}

.device-mockup.ipad_pro.landscape {
  padding-bottom: 72.14%
}

.device-mockup.ipad_pro.grey>.device,
.device-mockup.ipad_pro.portrait.grey>.device,
.device-mockup.ipad_pro>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_pro_port_black.png)
}

.device-mockup.ipad_pro.portrait.silver>.device,
.device-mockup.ipad_pro.silver>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_pro_port_silver.png)
}

.device-mockup.ipad_pro.gold>.device,
.device-mockup.ipad_pro.portrait.gold>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_pro_port_gold.png)
}

.device-mockup.ipad_pro.landscape.grey>.device,
.device-mockup.ipad_pro.landscape>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_pro_land_black.png)
}

.device-mockup.ipad_pro.landscape.silver>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_pro_land_silver.png)
}

.device-mockup.ipad_pro.landscape.gold>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/ipad_pro_land_gold.png)
}

.device-mockup.ipad_pro.portrait>.device>.screen,
.device-mockup.ipad_pro>.device>.screen {
  top: 7.025723%;
  bottom: 6.854341%;
  left: 5.15995%;
  right: 5.15995%
}

.device-mockup.ipad_pro.landscape>.device>.screen {
  top: 5.177551%;
  bottom: 5.177551%;
  left: 6.945988%;
  right: 6.945988%
}

.device-mockup.ipad_pro.portrait>.device>.button,
.device-mockup.ipad_pro>.device>.button {
  display: block;
  top: 94.9%;
  bottom: 1.5%;
  left: 47.3%;
  right: 47.1%
}

.device-mockup.ipad_pro.landscape>.device>.button {
  display: block;
  top: 47.5%;
  bottom: 47.5%;
  left: 94.8%;
  right: 1.5%
}

.device-mockup.galaxy_s3,
.device-mockup.galaxy_s3.portrait {
  padding-bottom: 178.787879%
}

.device-mockup.galaxy_s3.landscape {
  padding-bottom: 55.9322034%
}

.device-mockup.galaxy_s3.black>.device,
.device-mockup.galaxy_s3.portrait.black>.device,
.device-mockup.galaxy_s3>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/s3_port_black.png)
}

.device-mockup.galaxy_s3.landscape.black>.device,
.device-mockup.galaxy_s3.landscape>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/s3_port_black.png)
}

.device-mockup.galaxy_s3.portrait.white>.device,
.device-mockup.galaxy_s3.white>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/s3_port_white.png)
}

.device-mockup.galaxy_s3.landscape.white>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/s3_land_white.png)
}

.device-mockup.galaxy_s3.portrait>.device>.screen,
.device-mockup.galaxy_s3>.device>.screen {
  top: 12.3728814%;
  bottom: 15.5367232%;
  left: 13.8383838%;
  right: 13.8383838%
}

.device-mockup.galaxy_s3.landscape>.device>.screen {
  top: 13.8383838%;
  bottom: 13.8383838%;
  left: 12.3728814%;
  right: 15.5367232%
}

.device-mockup.galaxy_s5,
.device-mockup.galaxy_s5.portrait {
  padding-bottom: 194.188862%
}

.device-mockup.galaxy_s5.landscape {
  padding-bottom: 51.496259%
}

.device-mockup.galaxy_s5.black>.device,
.device-mockup.galaxy_s5.portrait.black>.device,
.device-mockup.galaxy_s5>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/galaxy_s5_port_black.png)
}

.device-mockup.galaxy_s5.landscape.black>.device,
.device-mockup.galaxy_s5.landscape>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/galaxy_s5_land_black.png)
}

.device-mockup.galaxy_s5.portrait.white>.device,
.device-mockup.galaxy_s5.white>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/galaxy_s5_port_white.png)
}

.device-mockup.galaxy_s5.landscape.white>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/galaxy_s5_land_white.png)
}

.device-mockup.galaxy_s5.portrait>.device>.screen,
.device-mockup.galaxy_s5>.device>.screen {
  top: 10.2%;
  bottom: 10.1%;
  left: 6.3%;
  right: 6.4%
}

.device-mockup.galaxy_s5.landscape>.device>.screen {
  top: 6.6%;
  bottom: 6.2%;
  left: 10.15%;
  right: 10%
}

.device-mockup.galaxy_tab4,
.device-mockup.galaxy_tab4.landscape {
  padding-bottom: 72.689464%
}

.device-mockup.galaxy_tab4.black>.device,
.device-mockup.galaxy_tab4.landscape.black>.device,
.device-mockup.galaxy_tab4>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/galaxy_tab4_land_black.png)
}

.device-mockup.galaxy_tab4.landscape.white>.device,
.device-mockup.galaxy_tab4.white>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/galaxy_tab4_land_white.png)
}

.device-mockup.galaxy_tab4.landscape>.device>.screen,
.device-mockup.galaxy_tab4>.device>.screen {
  top: 11.5%;
  bottom: 11.5%;
  left: 5.4%;
  right: 5.2%
}

.device-mockup.lumia920,
.device-mockup.lumia920.portrait {
  padding-bottom: 172.796353%
}

.device-mockup.lumia920.landscape {
  padding-bottom: 56.3330381%
}

.device-mockup.lumia920.portrait>.device,
.device-mockup.lumia920>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/lumia920_port.png)
}

.device-mockup.lumia920.landscape>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/lumia920_land.png)
}

.device-mockup.lumia920.portrait>.device>.screen,
.device-mockup.lumia920>.device>.screen {
  top: 10.6420405%;
  bottom: 18.9973615%;
  left: 13.5258359%;
  right: 13.5258359%
}

.device-mockup.lumia920.landscape>.device>.screen {
  top: 12.2641509%;
  bottom: 12.2641509%;
  left: 10.5403012%;
  right: 18.6005314%
}

.device-mockup.nexus7,
.device-mockup.nexus7.portrait {
  padding-bottom: 156.521739%
}

.device-mockup.nexus7.landscape {
  padding-bottom: 63.6678201%
}

.device-mockup.nexus7.portrait>.device,
.device-mockup.nexus7>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/nexus7_port.png)
}

.device-mockup.nexus7.landscape>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/nexus7_land.png)
}

.device-mockup.nexus7.portrait>.device>.screen,
.device-mockup.nexus7>.device>.screen {
  top: 13.1365741%;
  bottom: 12.7893519%;
  left: 13.7681159%;
  right: 13.7681159%
}

.device-mockup.nexus7.landscape>.device>.screen {
  top: 13.7681159%;
  bottom: 13.7681159%;
  left: 13.0911188%;
  right: 13.0911188%
}

.device-mockup.surface,
.device-mockup.surface.landscape {
  padding-bottom: 64.7584973%
}

.device-mockup.surface.landscape>.device,
.device-mockup.surface>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/surface.png)
}

.device-mockup.surface.landscape>.device>.screen,
.device-mockup.surface>.device>.screen {
  top: 14.5488029%;
  bottom: 14.9171271%;
  left: 9.36195587%;
  right: 9.36195587%
}

.device-mockup.samsung_tv,
.device-mockup.samsung_tv.landscape {
  padding-bottom: 64.68%
}

.device-mockup.samsung_tv.landscape>.device,
.device-mockup.samsung_tv>.device {
  background-image: url(//3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Journeyfront_November2017/Images/Gallery%20Images/samsung_tv.png)
}

.device-mockup.samsung_tv.landscape>.device>.screen,
.device-mockup.samsung_tv>.device>.screen {
  top: 2.148803%;
  bottom: 12.817127%;
  left: 1.261956%;
  right: 1.361956%
}
/* =============== Custom Individuals - Section Animated =============== */
body.custom_individuals #custom_section.custom_section-animated {
  background-color: white;
  overflow: hidden;
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
body.custom_individuals #custom_section.custom_section-animated > div > div:first-child {
  min-width: 20000px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f7f5f5;
  font-style: italic;
  position: relative;
  animation: ticker1animate 650s linear infinite;
}
body.custom_individuals #custom_section.custom_section-animated > div > div:nth-child(2) {
  min-width: 20000px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  animation: ticker2animate 650s infinite;
}
body.custom_individuals #custom_section.custom_section-animated .custom_titles .hs_cos_wrapper_type_text {
  margin-right: 30px;
  float:left;
  width:auto;
  font-size: 14px;
  color: #313232;
}
body.custom_individuals #custom_section.custom_section-animated .custom_images .hs_cos_wrapper_type_linked_image {
  margin-top: 5px;
  margin-right: 30px;
  float:left;
  width:auto;
}
body.custom_individuals #custom_section.custom_section-animated  .hs-image-widget {margin:0;}


@keyframes ticker1animate {
  0%   {left: -10000px;}
  50% {left: 0px;}
  100% {left: -10000px;}
}
@keyframes ticker2animate {
  0%   {left: 0px;}
  50% {left: -10000px;}
  100% {left: 0px;}
}


/* =============== Custom Individuals - Section Three =============== */
body.custom_individuals #custom_section.custom_section-three {
  background-color: #34799B;
  color: white;
  padding: 150px 10px;
  text-align:center;
}
body.custom_individuals #custom_section.custom_section-three:after {
  content:"";
  display:table;
  clear:both;
}
body.custom_individuals #custom_section.custom_section-three .section-header h1 {
  font-size: 38px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.1;
}
body.custom_individuals #custom_section.custom_section-three .section-header p.secondary-header {
  font-weight: 400;
  font-size: 19px;
  margin: auto;
  padding: 0 20px 0 20px;
  font-style: italic;
  max-width: 750px;
}
/* =============== Custom Individuals - Section Four =============== */
body.custom_individuals #custom_section.custom_section-four {
  font-size: 14px;
  color:#fff;
  text-align: left;
  font-weight: 400;
  height: 760px;
  background-position: center;
  background-size: cover;
  padding-top: 230px;
}
body.custom_individuals #custom_section.custom_section-four > div {
  margin-left: 8.33333333%;
  width: 83.33333333%;
  margin-top: -120px;
  padding-right: 15px;
  padding-left: 15px;
}
body.custom_individuals #custom_section.custom_section-four > div > div {
  padding-right: 15px;
  padding-left: 15px;
}
body.custom_individuals #custom_section.custom_section-four .hs_cos_wrapper_type_header h1 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
  text-align: left;
  max-width: 600px;
  margin-bottom: 30px;
  line-height: 1.1;
  color:#fff;
}
a.take-the-free-btn {
  background-color: #4DA9D4;
  border-radius: 6px;
  font-family: 'lato', sans-serif;
  font-size: 18px;
  /*font-weight: 300;*/
  padding: 20px 60px;
  cursor: pointer;
  transition-duration: 0s;
  text-decoration: none;
  padding: 15px 60px 15px 60px;
  color: #fff;
}

a.take-the-free-btn:active,
a.take-the-free-btn:focus,
a.take-the-free-btn:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

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

.footer-container-wrapper {}
.footer-container {
  background-color: #313232;
  padding: 100px 0px;
  color: #808284;
  text-align: left;
}
#custom_footer .custom_left-column {
  /*     width: 33.33333333%; */
  /*     width: 20%; */
  /*     margin-left: 16.66666667%; */
  margin-bottom: 20px;
  position: relative;
  padding-right: 15px;
  padding-left: 16%;
  float:left;
  text-align: left;
}
#custom_footer .custom_right-column {
  /*     width: 41.66666667%; */
  /*     width: 80%; */
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  margin:0;
}
#custom_footer .custom_footer-section {
  /*     width: 33.33333333%; */
  max-width: 150px;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  margin-left:0;
  text-align: left;
  margin-bottom: 20px;
}

/* footer copyright */
.custom_footer-copyright p {
  /*font-weight: 100;*/
  font-size: 14px;
  margin-top: 10px;
}

/* footer menu */
.custom_footer-menu .hs-menu-wrapper > ul {}
.custom_footer-menu .hs-menu-wrapper > ul > li {}
.custom_footer-menu .hs-menu-wrapper > ul > li > a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  line-height: 15px;
  margin-bottom: 2px;
}
.custom_footer-menu .hs-menu-wrapper > ul > li > a:hover {}
#custom_footer .custom_footer-menu .hs-menu-wrapper > ul ul {
  opacity:1;
  visibility:visible;
  position:static;
}
.custom_footer-menu .hs-menu-wrapper > ul ul a {
  color: #808284;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  display: inline-block!important;
   padding: 10px 0;
}
.custom_footer-menu .hs-menu-wrapper > ul ul a:hover {
  color: #bbbdbf;
  text-decoration: none;
}

.custom_footer-subscribe h3.form-title {
  font-size: 14px;
  text-align: left;
  color: #808285;
  margin-bottom: 0;
}

.custom_footer-subscribe .hs-form-required {
  display: none;
}

.custom_footer-subscribe .hs-input {
  float: left;
  margin-bottom: 8px;
  background-color: #E5E5E5;
}

.custom_footer-subscribe .hs-button.primary {
  background: transparent;
  min-width: 85px;
  font-size: 14px;
  padding: 3px;
  float: left;
}


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

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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display:block;
  margin-right: -15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  float: none!important;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  position: relative;
  display: block;
  color: #d8d5d5;
  padding:14px;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  background-color: none;
  transition: all 0.5s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  text-decoration: none;
  background-color: transparent;
  color: #48A8D7;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  width:100%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #d8d5d5;
  padding:10px 15px;
  font-weight: normal;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  background-color: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  text-decoration: none;
  color: #48A8D7;
}

/* ===============  Custom Menu Primary - Individuals Page   =============== */

.custom_individuals .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  color: #d8d5d5;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  border: solid 1px #A19A97;
  padding: 9px 18px 9px 18px;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  letter-spacing: .1px;
  margin: 15px 15px 0 0;
  transition: all 0.5s ease;
  position: relative;
  padding: 10px 15px;
  line-height:20px;
}
.custom_individuals .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
  text-decoration: none;
  background-color: #eee;
  color: #23527c;
}


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

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


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

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

@media (max-width: 767px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 20px;
    /*     left: 88%; */
    left: calc(100vw - 50px);
    width: auto;
    height: auto;
    z-index:10;
  }

  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    border-color: transparent;
  }

  .mobile-trigger span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
  }
  .mobile-trigger span:last-child {transform-origin: 0% 100%;}

  .mobile-open .mobile-trigger span:first-child {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }
  .mobile-open .mobile-trigger span:nth-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);    
    background: #232323;
  }

  .mobile-open .mobile-trigger span:last-child {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);    
    background: #232323;
  }



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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: -2px;
    right: 60px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 15px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #808285; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
  }

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

  /* menu */
  #custom_header .custom_right-column {
    position: absolute;
    width: 300px;
    margin: -38px 0 0 0;
    padding: 50px 30px;
    padding-top: 90px;
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    float: none;
    right: 0;
    z-index:9;
    transform: translate(0, -100%);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    display:none;
    box-shadow: 0px 0px 20px #888888;

  }
  #custom_header .custom_right-column.show {display:block;}
  .mobile-open #custom_header .custom_right-column {
    transform: scale(1.0, 1.0);
    opacity: 1;
  }



  /* 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{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    padding: 10px 0;
    font-size: 22px;
    color: #337ab7;
    /*     text-align: center; */
    text-align:left;
  }

  /* individuals menu */
  .custom_individuals .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a { color: #337ab7;}


  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #23527c;
    text-decoration: underline;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
/*     text-indent: 10px; /* Indent Child lists */ */
    font-size: 16px; /* Font size of child lists */
    padding-left: 10px; /* Indent Child lists */
    padding-bottom: 15px;
  }

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

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


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


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

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

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

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

/* Blog Columns Wrapper */
.blog .content-wrapper {
  padding-top:30px;
  padding-bottom:30px;
}


/* =============== 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 {
  font-size: 52px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {font-size:26px;}
.post-header h2 a {color:inherit;}

/* Blog Author and Avatar */
#hubspot-author_data {font-style: italic;font-size: 0.9em;overflow: hidden;margin-bottom: 20px;}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {padding-top: 10px;margin:10px 0;}
#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%;
  border-radius: 50%;
}


/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  /*margin-bottom: 40px;*/
  /*padding-bottom: 40px;*/
  /*border-bottom: 1px solid #ccc;*/
}
.blog-listing-wrapper .post-listing .post-item .post-body {margin-top: 20px;}
.blog-post-wrapper .post-body {margin-top: 20px;}

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

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

/* Read More Link */
a.more-link {}

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

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

/* Blog Commments */
.custom_listing_comments {border: 1px solid #ccc;padding: 10px;margin: 10px 0;}
#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: 20px 0;}
.blog-pagination a {margin: 0 5px;}
.blog-pagination a.previous-posts-link {float:left;}
.blog-pagination a.all-posts-link {clear:both;}
.blog-pagination a.next-posts-link {float:right;}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {font-size:26px;}
h2.post-listing-simple a {color:inherit;}


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

.blog .blog-sidebar h3:first-child {
  color: #48A8D7;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {margin-bottom:30px;}

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {
  margin: 35px 0 10px 0;
  font-size: 24px;
}
.hs-author-profile .hs-author-bio {
  line-height: 1.3;
  margin-bottom: 10px;    
}

.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {border-radius: 50%;}
h3.hs-author-listing-header {
  margin: 20px 0;
  font-size: 27px;
}


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

@media (max-width:767px) {

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

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {max-width:100%;float:none;margin:0;}
  .blog-sidebar {padding-top: 45px;}


}

@media (max-width: 479px) {

  .hs-author-profile .span2 {float: none;}
  .hs-author-profile .span10 {overflow: hidden;padding-left: 0;}

}


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


/* =============== Global Form Styles =============== */
.fakelabel input { position:relative;top:5px;}
.inputs-list span {vertical-align: top;}
#email-prefs-form .email-edit {min-width:100%!important}

button::-moz-focus-inner, 
input::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
form {position:relative;}

h3.form-title {
  color: #48A8D7;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}


/* custom form */
.hs-custom-form .hs-form-required {display:none;}
.hs_cos_wrapper_type_form .hs-custom-form .hs-button.primary.large {margin-top:70px;}

.hs-custom-form  p.top-text {
  font-size: 14px;
  color: #808284;
  text-align:center;
  margin-bottom:30px;
}
.modal-subtitle-top {
  position: absolute;
  bottom:65px;
  font-size: 12px;
  color: #808284;
  border-top: 1px solid #eee;
  padding-top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.modal-subtitle a,
.modal-subtitle-top a {color: #4DA9D4;}

.modal-subtitle a:hover,
.modal-subtitle-top a:hover {
  color: #4DA9D4;
  text-decoration: underline;
}
.modal-subtitle {
  font-size: 12px;
  color: #808284;
  margin-top: 20px;
  text-align:center;
}


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

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

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

.invalid.error {border: 1px solid red!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 #cccccc;
  color: #313232;
  background-color: white;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.467;
  margin-bottom: 13px;
  box-shadow: none;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  width: 100%;
  min-height: 48px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.235;
  border-radius: 5px;
  outline:0 none;
  margin-top: 5px; /* JF Add */
}

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 {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  font-size: 14px;
  line-height: 1.467;
  padding: 0px 12px;
  padding-top: 6px;
  height: auto;
  min-height:150px;
}
textarea:focus {}

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

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

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

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

/* Error */
.hs-error-msgs .label {
  color: #ff0000;
  text-align: center;
  display: block;
}

/* Placeholder Text */
::-webkit-input-placeholder {color: #999;} /* Webkit Browsers */
:-moz-placeholder {color: #999;} /* Firefox 18- */
::-moz-placeholder {color: #999;} /* Firefox 19+ */
:-ms-input-placeholder {color: #999;} /* 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) =============== */
.align-center,
.actions {text-align:center}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 5px;
  /*font-weight: 300;*/
  background-color: #4DA9D4;
  border: 1px solid #4DA9D4;
  transition: all 0.5s ease;
  text-align: center;
  min-width: 150px;
  display:inline-block;
  font-size:17px;
  color:#fff;
  font-family:'Lato', Helvetica, Arial, sans-serif;
  outline:0 none;
}

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

.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                                      
========================================================================== */
/* custom top pane */
#custom_top-pane {
  /*height: 700px;*/
  height: 730px;
  background-position: center center;
  background-size: cover;
  text-align:center;
}

#custom_top-pane .custom_inner {
  /*padding-top: 135px;*/
  padding-top: 170px;
}
#custom_top-pane h1 {
  color: white;
  font-size: 48px;
  letter-spacing: 1px;
  font-weight: 900;
  line-height: 1.2;
  margin-top:0;
}
#custom_top-pane p {
  max-width: 530px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  color: white;
  font-size: 18px;
  /*font-weight: 300;*/
  line-height: 1.5;
}
#custom_top-pane p.custom_bottom-text {
  /*font-weight: 300;*/
  font-size: 16px;
  color: #E6E7E8;
  margin-top: 19px;
}
#custom_top-pane  a.custom_btn {
  margin-top: 265px;
  text-decoration: none;
  padding: 20px 60px;
  background: linear-gradient(-45deg, #23A6D5, #23D5AB, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  border-radius: 6px;
  font-family: 'lato', sans-serif;
  font-size: 18px;
  /*font-weight: 300;*/
  display:inline-block;
  color:#fff;
  /*     margin-left: 5px; */
}
#custom_top-pane a.custom_btn:hover {background: #4DA9D4;}


/************ home page 2019 redesign - custom top pane *************/
.home-2 #custom_top-pane {
  /*height: 700px;*/
  height: 730px;
  background-position: center center;
  background-size: cover;
  text-align:left;
}

.home-2 #custom_top-pane .custom_inner {
  /*padding-top: 135px;*/
  padding-top: 170px;
  margin-left: 15%;
  margin-right: 40%;
}

.home-2 #custom_top-pane h1 {
  color: white;
  font-size: 75px;
  letter-spacing: -3px;
  font-weight: 300;
  line-height: 1;
  margin-top:0;
  /*     margin-left: -15px; */
  max-width: 500px;
}
.home-2 #custom_top-pane p {

  /*   max-width: 530px; 

  margin-left: auto;
  margin-right: auto;
  align-items: center; */
  margin-top: 30px;
  margin-left: 0px;
  color: white;
  font-size: 20px;
  /*font-weight: 300;
  line-height: 1.5; */
}
.home-2 #custom_top-pane  a.custom_btn {
  margin-top: 70px;
  text-decoration: none;
  padding: 13px 40px;
  background: #48A8D7;
  color:#fff;
  /*     background: linear-gradient(-45deg, #23A6D5, #23D5AB, #23A6D5, #23D5AB); */
  /*     background-size: 400% 400%; */
  /*     -webkit-animation: Gradient 15s ease infinite; */
  /*     -moz-animation: Gradient 15s ease infinite; */
  /*     animation: Gradient 15s ease infinite; */
  border-radius: 5px;
  font-family: 'lato', sans-serif;
  font-size: 18px;
  /*font-weight: 300;*/
  display:inline-block;
  transition: 0.5s;
}
.home-2 #custom_top-pane a.custom_btn:hover {background: #4FB7EC;}

.home-2 a.grad-button {
  background: #48A8D7;
}


/************ home page 2019 redesign (Closed Loop) - custom top pane *************/
.home-3 #custom_top-pane {
  /*height: 700px;*/
  height: 730px;
  background-position: center center;
  background-size: cover;
  /*     text-align:left; */
}

.home-3 #custom_top-pane .custom_inner {
  padding-top: 135px;
  /*     padding-top: 170px; */
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;

}

.home-3 h2 {
  font-weight: 300;
  font-size: 3em;
  letter-spacing: -2px;
}

.home-3 #custom_top-pane h1 {
  color: white;
  font-size: 75px;
  letter-spacing: -3px;
  font-weight: 300;
  line-height: 1;
  margin-top:0;
  /*     margin-left: -15px; */
  /*     max-width: 500px; */
}
.home-3 #custom_top-pane p {

  /*   max-width: 530px; 

  margin-left: auto;
  margin-right: auto;
  align-items: center; */
  margin-top: 15px;
  /*     margin-left: 0px; */
  color: white;
  font-size: 20px;
  /*font-weight: 300;
  line-height: 1.5; */
}
.home-3 #custom_top-pane  a.custom_btn {
  margin-top: 70px;
  text-decoration: none;
  padding: 13px 40px;
  background: #48A8D7;
  color:#fff;
  /*     background: linear-gradient(-45deg, #23A6D5, #23D5AB, #23A6D5, #23D5AB); */
  /*     background-size: 400% 400%; */
  /*     -webkit-animation: Gradient 15s ease infinite; */
  /*     -moz-animation: Gradient 15s ease infinite; */
  /*     animation: Gradient 15s ease infinite; */
  border-radius: 5px;
  font-family: 'lato', sans-serif;
  font-size: 18px;
  /*font-weight: 300;*/
  /*     display:inline-block; */
  transition: 0.5s;
  display: none;
}
.home-3 #custom_top-pane a.custom_btn:hover {background: #4FB7EC;}

.home-3 a.grad-button {
  background: #48A8D7;
}



/************ home page 2019 redesign (light 1) - custom top pane *************/
.home-light-1 #custom_top-pane {
  /*height: 700px;*/
  height: 730px;
  background-position: center center;
  background-size: cover;
  text-align:left;
}

.home-light-1 #custom_top-pane .custom_inner {
  padding-top: 12em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.home-light-1 h2 {
  font-weight: 300;
  font-size: 3em;
  letter-spacing: -2px;
}

.home-light-1 #custom_top-pane h1 {
  color: #313232;
  font-size: 75px;
  letter-spacing: -2px;
  font-weight: 900;
  line-height: 1;
  margin-top:0;
  margin-left: -15px;
  max-width: 800px;
}

.home-light-1 #custom_top-pane p {
  max-width: 530px; 
  margin: 15px 0 0 0;
  color: #313232;
  font-size: 20px;
  text-align: left;
}

.home-light-1 #custom_top-pane  a.custom_btn {
  margin-top: 70px;
  text-decoration: none;
  padding: 13px 40px;
  background: #48A8D7;
  color:#fff;
  /*     background: linear-gradient(-45deg, #23A6D5, #23D5AB, #23A6D5, #23D5AB); */
  /*     background-size: 400% 400%; */
  /*     -webkit-animation: Gradient 15s ease infinite; */
  /*     -moz-animation: Gradient 15s ease infinite; */
  /*     animation: Gradient 15s ease infinite; */
  border-radius: 5px;
  font-family: 'lato', sans-serif;
  font-size: 18px;
  /*font-weight: 300;*/
  /*     display:inline-block; */
  transition: 0.5s;
  display: inline-block;
}
.home-light-1 #custom_top-pane a.custom_btn:hover {background: #4FB7EC;}

.home-light-1 a.grad-button {
  background: #48A8D7;
}

.home-light-1 .header-container {
  position: sticky;
  padding: 15px 40px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 5px 0 rgba(0,0,0,.2);

}

@media (max-width: 1350px) {
  .home-light-1 #custom_top-pane .custom_inner {
    max-width: 900px;
  }
}

@media (max-width: 975px) {
  .home-light-1 #custom_top-pane .custom_inner {
    padding-top: 12em;
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .home-light-1 #custom_top-pane h1 {
    font-size: 55px;
    margin-left: 0;
  }
  .home-light-1 #custom_top-pane .custom_inner {
    padding-top: 7em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .home-light-1 #custom_top-pane {
    /*height: 700px;*/
    height: 600px;
  }
  .home-light-1 #custom_top-pane  a.custom_btn {
    margin-top: 40px;
  }

  .home-light-1 .custom_column.col1.alt1 h5 {
    font-weight: 300;
  }
}

@media (max-width: 438px) {
  .home-light-1 #custom_top-pane h1 {
    font-size: 45px;
    margin-left: 0;
  }
  .home-light-1 #custom_top-pane .custom_inner {
    padding-top: 4em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .home-light-1 #custom_top-pane {
    /*height: 700px;*/
    height: 500px;
  }
}



/** Header Light**/
.header-light ul li a {
  color: #808285 !important;
}

.header-light .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  background: white !important;
  box-shadow: 0px 8px 10px #888888;
}

@media (max-width:768px) {
  .header-light .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    box-shadow: none;
  }
}



.header-light .hs-menu-item:hover {
  background: white !important;
}

.header-light .hs-menu-item .hs-menu-depth-2:hover{
  background: #EEEEEE !important;
}

@media (min-width:768px) {
  .body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {
    min-width:200px;
    background-color: #313232;
    padding:10px;
  }
}

/************* Product Page - custom top pane *************/
.product-page #custom_top-pane {
  /*height: 700px;*/
  height: 730px;
  background-position: center center;
  background-size: cover;
  text-align:center;
}

.product-page #custom_top-pane .custom_inner {
  /*padding-top: 135px;*/
  padding-top: 170px;
}
.product-page #custom_top-pane h1 {
  color: white;
  font-size: 75px;
  letter-spacing: -2px;
  font-weight: 300;
  line-height: 1;
  margin-top:0;
  margin: 50px auto 30px auto;
  max-width: 975px;
}
.product-page #custom_top-pane p {
  max-width: 700px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  color: white;
  font-size: 20px;
  /*font-weight: 300;*/
  /*line-height: 1.5;*/
}
.product-page #custom_top-pane p.custom_bottom-text {
  /*font-weight: 300;*/
  font-size: 16px;
  color: #E6E7E8;
  margin-top: 19px;
}
.product-page #custom_top-pane  a.custom_btn {
  margin-top: 80px;
  text-decoration: none;
  padding: 13px 40px;
  background: #48A8D7;
  color:#fff;
  border-radius: 5px;
  font-family: 'lato', sans-serif;
  font-size: 18px;
  /*font-weight: 300;*/
  display:inline-block;
  transition: 0.5s;
}
.product-page #custom_top-pane a.custom_btn:hover {background: #4FB7EC;}

.product-page h2 {
  font-weight: 300;
  font-size: 3em;
  letter-spacing: -2px;
}

.product-page .bottom-title h2 {
  margin-bottom: 1em;
}



/* individuals page */
.custom_individuals #custom_top-pane {height:650px;}
.custom_individuals #custom_top-pane .custom_inner {
  max-width: 800px;
  margin: 0 auto;
}
.custom_individuals #custom_top-pane h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
}
.custom_individuals #custom_top-pane a.custom_btn {
  margin-top: 121px;
  background: #4DA9D4;
  border: none;
  border-radius: 6px;
  margin-left: 0;
  line-height: normal;
}
.custom_individuals #custom_top-pane a.custom_btn:active,
.custom_individuals #custom_top-pane a.custom_btn:focus,
.custom_individuals #custom_top-pane a.custom_btn:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* Vertical Menu */
.body-container .hs-menu-wrapper.hs-menu-flow-vertical {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin:25px 0;
  background-color: #313232;
  padding:10px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
  color: #d8d5d5;
  /* padding:5px 15px; */
  font-weight: normal;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  background-color: none;
  transition: all 0.5s ease;
  white-space:normal!important;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {
  text-decoration: none;
  color: #48A8D7;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul {}
.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: #d8d5d5;
  padding:5px 25px;
  font-weight: normal;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  background-color: none;
  transition: all 0.5s ease;
  white-space:normal!important;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a:hover {
  text-decoration: none;
  color: #48A8D7;
}

@media (min-width:768px) {
  .body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {
    min-width:200px;
    background-color: #313232;
    padding:10px;
  }
}
/* ==========================================================================
Custom Modules                           
========================================================================== */

/* Custom mini card modules 
========================================================================== */
.custom_mini-card-item {
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.custom_mini-card {
  background-color: white;
  border: none;
  border-radius: 5px;
  color: #48A8D7;
  box-shadow: 3px 3px 10px #808284;
  min-height: 213px;
  padding: 19px;
  margin-bottom: 20px;
}

/*.custom_mini-card h1 {font-weight: 300;}*/
.custom_mini-card p {
  /*font-weight: 400;*/
  /*font-size: 14px;*/
  line-height: 1.25em;
}
.custom_mini-card p.p-xsm {
  color: #bbbdbf;
  font-size: 10px;
}


/* Custom product card modules 
========================================================================== */
.custom_product-card-item {
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.product-card-container {
  /*     max-width: 860px; */
  margin: auto;
  background-color: red;
  /*     padding-right: 15px;
  padding-left: 15px; */
  margin-left: 16%;
}

.custom_product-card {
  background-color: #313232;
  border: none;
  /*     border-radius: 5px; */
  color: #48A8D7;
  /*     box-shadow: 3px 3px 10px #808284; */
  /*     max-width: 400px; */
  min-height: 400px;
  padding: 19px;
  margin-bottom: 20px;
  float:left;
  margin: 0px 15px 20px 15px;
  width: 50%;
}


/*.custom_product-card h1 {font-weight: 300;}*/
.custom_product-card p {
  /*font-weight: 400;*/
  /*font-size: 14px;*/
  line-height: 1.25em;
}
.custom_product-card p.p-xsm {
  color: #bbbdbf;
  font-size: 10px;
}


/* Custom Product Card 2
========================================================================== */

.product-card {
  width: 50%;
  height: 400px;
  background-color: blue;
  display: inline-block;
  padding: 20px;
  margin-bottom: 20px;
}

.product-card h1 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

/* Custom product card 3
========================================================================== */
#custom_product-card3 {
  /*height: 700px;*/
  height: 400px;
  background-position: center center;
  background-size: cover;
  text-align:center;
  /*     width: 50%; */
  margin-bottom: 20px;
  float:left;
}

.custom_product-card3:hover {
  box-shadow: 3px 3px 10px #808284;
  /*     border: 1px solid red; */
  background-color: rgba(72,168,215,0.8);
}

.custom_product-card3-item {
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.custom_product-card3 {
  color: #fff;
  padding: 40px;
  background-color: rgba(0,0,0,0.5);
  height: 400px;
}


.custom_product-card3 h1 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

.custom_product-card3 p {
  line-height: 1.25em;
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px;
}
.custom_product-card3 p.p-xsm {
  color: #bbbdbf;
  font-size: 10px;
}

.custom_product-card3 .prod_learn-more {  
  /*     color: #48A8D7; */
  font-size: 18px;
  margin-top: 75px;
  font-weight: 300;
}


/* contol the width and position of the product cards */
.product-card-wrapper {
  text-align: center;
  width: 40%;
  margin-left: 30%;
}

@media (min-width:1420px) and (max-width:1740px) {
  .product-card-wrapper {
    width: 50%;
    margin-left: 25%;
  }
}

@media (min-width:1120px) and (max-width:1439px) {
  .product-card-wrapper {
    width: 60%;
    margin-left: 20%;
  }
}

@media (min-width:920px) and (max-width:1119px) {
  .product-card-wrapper {
    width: 70%;
    margin-left: 15%;
  }
}

@media (min-width:800px) and (max-width:919px) {
  .product-card-wrapper {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width:799px) {
  .product-card-wrapper {
    width: 90%;
    margin-left: 5%;
  }
}

/* How It Works
========================================================================== */
.quote-homepage {
  font-size: 36px;
  font-weight: 300;
  background-color: #313232;
  padding: 100px 0;
  color: #fff;
}

.quote-homepage p {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}


/* How It Works
========================================================================== */
.custom_how-it-work:after {
  content:"";
  display:table;
  clear:both;
} 
.custom_how-it-work-wrapper > div {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .custom_how-it-work-wrapper > div {
    width: 33.33333333%;
    float: left;
  }
}

.custom_how-it-work{
  text-align: center;
  margin-bottom: 26px;
}
.custom_how-it-work img {vertical-align: middle;}
.custom_how-it-work .custom_step {
  font-size: 10px;
  color: #45a8d8;
  margin: 15px;
}

.custom_how-it-work h1 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 3px;
  text-align: center;
  line-height: 20px;
  padding-top: 2px;
}

/* Custom MAKES US DIFFERENT 
========================================================================== */
#custom_diff-right > div {margin-bottom: 20px;}
#custom_diff-right .diff-left {padding-right: 30px;}
#custom_diff-right .diff-right {
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
}
body.custom_home #custom_diff-right h6 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
#custom_diff-right img {
  height: 80px;
  float: right;
  margin-top: 20px;
  vertical-align: middle;
}
#custom_diff-right p {
  /*color: #808284;*/
  /*font-weight: 400;*/
  /*font-size: 14px;*/
}

/* Custom two module
========================================================================== */
.custom_two-module {margin-bottom:40px;}
.custom_two-module:after {
  content:"";
  display:table;
  clear:both;
}
.custom_two-module img {
  width: 100%;
  max-width: 400px;
  vertical-align: middle;
}
.custom_two-module h1 {
  font-size: 18px;
  font-weight: 700;
  text-align:left;
  margin:0;
  line-height:22px;
}
.custom_two-module p {
  font-size: 14px;
  font-weight: 400;
  text-align:left;
}
.custom_two-module .col-sm-10 > div:nth-child(2) {
  margin-top: calc(4.5vw)!important;
}

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

/* FF */
@-moz-document url-prefix() {
  .custom_individuals #custom_top-pane a.custom_btn  {margin-top:122px;}
  body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .slick-dots {bottom:21px;}

}
body.custom_home {overflow-x:hidden;}


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

@media (max-width: 1260px) {

  .body-container-wrapper {overflow-x: hidden;}

  /* custom predictors-top-column - Modul */
  .custom_predictors-top-column h6 {
    padding-right: 15px;
    padding-left: 15px;
  }


  body.custom_home #custom_left-image .left img {
    margin:0;    
    max-width: 100%!important;
  }

  body.custom_home #custom_right-image .right img {max-width:100%!important;}


}

/* =============== Landscape tablet and smaller devices =============== */
@media (min-width:991px) and (max-width:1199px) {

  /* custom mini cards modules */
  .custom_mini-card h1 {font-size:50px;}

  /* custom product cards modules */
  .custom_product-card h1 {font-size:50px;}


  /* footer */
  #custom_footer .custom_footer-section {width: 33.33333333%;}
  #custom_footer .custom_right-column {width:50%;}
  #custom_footer .custom_left-column {margin-left: 8.33333333%;width: 33.33333333%;}
}

@media (max-width: 991px) {

  /* custom mini card - Modul */
  .custom_mini-card-item {width:100%;}

  /* custom product card - Modul */
  .custom_product-card-item {width:100%;}

  /* custom diff right - Modul */
  #custom_diff-right {margin-bottom:20px}

  /* gallery */
  body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .caption.below  p {display:none}

}

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

  .body-container-wrapper {overflow-x: hidden;}

  /* pop up pages */
  .hs_cos_wrapper_type_form .hs-custom-form .hs-button.primary.large {margin-top: 90px;}
  .modal-subtitle-top {text-align:center;}


  /* =============== Custom Home - Section Four =============== */
  body.custom_home #custom_right-image .left {margin-top:0;}
  body.custom_home #custom_right-image .left .inner {max-width:100%;}


  /* =============== Custom Home - Section One =============== */
  body.custom_home #custom_section.custom_section-one .col1 {margin-bottom:0;}
  body.custom_home .custom_section-one .widget-type-widget_container h1 {margin-bottom:5px;}

  /*custom right-image Modul */
  body.custom_home #custom_left-image .col-md-6, 
  body.custom_home #custom_right-image .col-md-6 {
    float:left;
    width:50%;
  }
  body.custom_home #custom_right-image img {max-height: 215px;}

  /* =============== Custom individuals - Section One =============== */
  body.custom_individuals #custom_section.custom_section-one {padding-bottom:35px}


  /* =============== Custom individuals - Section Four =============== */
  #custom_section .custom_column {width:100%;}


  /* footer */
  #custom_footer .custom_footer-section {width: 33.33333333%;}
  #custom_footer .custom_right-column {width: 66.66666667%;}
  #custom_footer .custom_left-column {margin-left: 8.33333333%;width:25%;}

}
@media (min-width:768px) and (max-width:1200px) {

  /* footer menu */
  .custom_footer-menu .hs-menu-wrapper > ul > li > a {margin-bottom:3px;}
  .custom_footer-menu .hs-menu-wrapper > ul ul a {
    margin-bottom: -1px;
    line-height: 20px;
    white-space:normal!important;
  }

  body.custom_home #custom_left-image .right > div {margin-left:0;margin-top:0;}

  /**** JOURNEYRONT MEDIA QUERY ADDS  ***/
  .home-2 #custom_top-pane .custom_inner {
    margin-left: 10%;
    margin-right: 32%;
  }

  #custom_top-pane p {
    margin-left: 0px;
  }


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

  /* header */
  .header-container {padding:15px}

  #custom_header .custom_right-column > div > div > div:first-child,
  #custom_header .custom_right-column > div > div > div:nth-child(2) {
    float:none;
    width:100%;
    margin:0;
    text-align:center;
  }
  #custom_header .custom_right-column .widget-type-cta {
    margin-top: 15px!important;
    float: none!important; /*JF Add*/
    margin-right: auto!important; /*JF Add*/
  }

  /* custom logo */
  #custom_header .custom_left-column > div:first-child {display:none;}
  #custom_header .custom_left-column > div:nth-child(2) {display:block}

  /* custom predictors-top-column - Modul */
  .predictors-bar {
    padding-left:0;
    padding-right:0;
  }
  .predictors-bar > div:first-child {
    padding-left:15px;
    padding-right:15px;
  }

  #custom_section .predictors-bar {
    margin-left: 0;
    width: 100%;
  }
  .custom_predictors-columns .custom_predictors-col {
    width:100%;
    float:none;
  }
  .custom_predictors-top-column h6 {
    padding-right: 0;
    padding-left:0;
    line-height:25px;
  }

  /* pop up pages */
  .hs_cos_wrapper_type_form .hs-custom-form .hs-button.primary.large {margin-top: 120px;}
  .modal-subtitle-top {text-align:center;}

  /* =============== Custom Home - Section One =============== */
  body.custom_home #custom_section.custom_section-one .col2 {border:0 none;}


  /* =============== Custom Home - Section Three =============== */
  body.custom_home #custom_section.custom_section-three {padding-bottom: 45px;}


  /* =============== Custom Home - Section Seven =============== */
  body.custom_home #custom_section.custom_section-seven .custom_middle-column {width:100%;margin:0;}
  body.custom_home #custom_section.custom_section-seven .custom_top-column .hs_cos_wrapper_type_header {
    padding: 0 15px;
    text-align: center;
  }

  /* =============== Custom Home - Section Seven2 =============== */
  body.custom_home #custom_section.custom_section-seven2 .custom_middle-column {width:100%;margin:0;}
  body.custom_home #custom_section.custom_section-seven2 .custom_top-column .hs_cos_wrapper_type_header {
    padding: 0 15px;
    text-align: center;
  }

  /* custom right image - Modul */
  body.custom_home #custom_left-image > div .inner {
    margin: 15px 10px 0 auto;
    max-width:100%;
  }
  body.custom_home #custom_right-image .left {margin-top:0;}
  body.custom_home #custom_right-image .right {float:none;}

  body.custom_home #custom_right-image .left .inner {max-width:100%;}
  body.custom_home #custom_right-image .right .inner {margin:0;}

  /* custom how-it-work - Modul */
  .custom_how-it-work {margin-bottom:10px}

  /* custom two-module */
  .custom_two-module p,
  .custom_two-module h1 {text-align:center}

  /* custom top pane */
  #custom_top-pane .custom_inner {
    padding-top: 122px;

  }

  .custom_individuals #custom_top-pane .custom_inner {padding-top: 140px;}

  .custom_individuals #custom_top-pane h1{
    letter-spacing: 1px;
    font-weight: 900;
    line-height: 1.2;
    padding: 0 10px 0 10px;
    font-size: 30px;
    margin-top: 10px;
  }
  #custom_top-pane h1 {
    padding: 0 10px 0 10px;
    font-size: 30px
  }
  #custom_top-pane p {
    padding: 0 10px 0 10px;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 0;
  }
  body.custom_individuals #custom_top-pane p {font-size:14px;}

  .custom_individuals #custom_top-pane a.custom_btn {
    padding: 15px;
    margin-top:86px;
  }
  #custom_top-pane  a.custom_btn {
    margin-top: 270px;
    margin-bottom: 0;
    padding: 15px 60px 15px 60px;
  }

  /* =============== Custom Home - Section One =============== */
  body.custom_home .custom_section-one .widget-type-widget_container h1 {
    font-size: 44px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    line-height: 1.25;
  }
  /* =============== Custom Home - Section Two =============== */
  body.custom_home #custom_section.custom_section-two > div > div {margin:0;}


  /* =============== Custom Home - Section Seven =============== */
  body.custom_home #custom_section.custom_section-seven .custom_bottom-column {margin-top:40px;}
  body.custom_home #custom_section.custom_section-seven .custom_top-column .hs_cos_wrapper_type_header {margin-bottom: 70px;}

  /* =============== Custom Home - Section Seven2 =============== */
  body.custom_home #custom_section.custom_section-seven2 .custom_bottom-column {margin-top:40px;}
  body.custom_home #custom_section.custom_section-seven2 .custom_top-column .hs_cos_wrapper_type_header {margin-bottom: 70px;}


  /* =============== Custom individuals - Section One =============== */
  body.custom_individuals #custom_section.custom_section-one .section-header {
    padding-right: 0;
    padding-left: 0;
  }
  body.custom_individuals #custom_section.custom_section-one .section-header p.secondary-header {
    padding-left: 55px;
    padding-right: 55px;
    margin-bottom:30px;
  }

  /* =============== Custom individuals - Section Four =============== */
  body.custom_individuals #custom_section.custom_section-four > div {
    margin-left: 0;
    width: 100%;
  }
  body.custom_individuals #custom_section.custom_section-four .hs_cos_wrapper_type_header h1 {
    text-align: left;
    max-width: 600px;
    margin-bottom: 30px;
  }

  /* gallery */
  .slick-prev:before, .slick-next:before {font-size:20px!important;} 

  /* footer */
  #custom_footer .custom_footer-section,
  #custom_footer .custom_right-column,
  #custom_footer .custom_left-column {
    float:none;
    width:100%;
    margin:0;
    padding-left: 3%;
  }

  #custom_footer .custom_left-column {margin-bottom:20px;}
  .custom_footer-copyright p {margin-bottom:0;}

  /**** JOURNEYRONT MEDIA QUERY ADDS  ***/
  .home-2 #custom_top-pane h1 {
    font-size: 50px;
    margin-left: auto;
    margin-right: auto;
  }  
  .home-3 #custom_top-pane h1 {
    font-size: 50px;
    margin-left: auto;
    margin-right: auto;
  }  

  .product-page #custom_top-pane h1 {
    font-size: 50px;
  }

  .product-page h2 {
    font-size: 2.5em;  
  }

  .home-2 #custom_top-pane p {
    margin-left: auto;
    margin-right: auto;
  }  

  .home-2 #custom_top-pane .custom_inner {
    padding-top: 120px;
    margin-left: 5%;
    margin-right: 5%;
  }
  .product-page #custom_top-pane .custom_inner {
    padding-top: 120px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .home-2 #custom_top-pane {
    height: 560px;
    text-align: center;
  }
  body.custom_home #custom_left-image .right > div {
    padding-bottom: 70px;
  }
}

@media (min-width:480px) and (max-width:767px) {

  /* =============== Custom individuals - Section Four =============== */
  #custom_section .custom_column {padding-right:0;}
  #custom_section .custom_column p {padding-right:15px;}


}


/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 600px) {

  /* gallery */
  body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main {padding-bottom:0;}
  body.custom_individuals #custom_section.custom_section-two .hs_cos_gallery_main .caption.below h5 {
    font-size: 26px;
    margin-top: 25px;
  }

  body.custom_individuals #custom_section.custom_section-four .hs_cos_wrapper_type_header h1  {font-size:26px;}

}

@media (max-width: 470px) {
  .footer-p-hide {display: none;}
}




/* ==========================================================================
10. Journeyfront Additions                                            
========================================================================== */

.jf-card {
  background-color: white; 
  padding: 20px 40px 40px 40px; 
  border: 1px solid #e6e7e8; 
  border-radius: 5px;
  margin-bottom: 10px;
}


.hs_cos_wrapper_type_form .hs-custom-form .hs-button.primary.large {
  margin-top: 30px;
}

.container-fluid .row-fluid .center-text-block {
  float: none;
  margin-right: auto;
  margin-left:  auto;
  text-align: center;
}

.container-fluid .row-fluid .center-text-block.single {
  max-width: 800px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-right: 5%;
  padding-left: 5%;
}

.container-fluid .row-fluid .center-text-block.tripple {
  max-width: 1000px;
}

.container-fluid .row-fluid .center-text-block.single.alt1{
  max-width: 1000px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0px;
}

.quote-box {
  padding: 0 20px; 
}

body.custom_home #custom_section.custom_section-four.part1 {
  background-color: #F7F8F9;
  padding: 70px 0px;
}

body.custom_home #custom_section.custom_section-four.part2 {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 0px;
}

.part2 .inner {
  float: right;
}

.alt1 h5 {
  font-weight: 300;
  font-size: 48px;
}

.alt1 p {
  font-size: 18px;
}

.alt1 h1 {
  font-weight: 300;
  font-size: 40px;
  color: #000 !important;
}

body.custom_home #custom_section.custom_section-five.alt1 {
  background: #313232;
}


/*========================== Blog Formatting ==============================*/

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 20px;
}
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section li {
  font-size: 17px;
  line-height: 27px;
}

.body-container-wrapper li {
  /*margin-left: 50px;*/
  margin-bottom: 10px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h2, 
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h3, 
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h5, 
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h6 {
  color: #323333;
}

.body-container-wrapper li:before {
  background-color: #323333;
  left: -25px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h2,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h3,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h4,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h5{
  font-weight: 700;
  margin: 40px 0px 15px 0px;
}

.dreampack-01-blog .single-post-hero {
  padding-top: 250px;
}


/*========================== Menu Button Overlap Fix ==============================*/

.menu-button-overlap-fix-left {
  width: 139px !important;
  margin-right: 15px !important;
}

.menu-button-overlap-fix-right {
  width: 82px !important;
  margin-left: 0px !important;
}



/*========================== Font Heading Updates ==============================*/

h1 {
  font-size: 2em; /* 2x body copy size = 32px */
  line-height: 1.375; /* 45px / 36px */
}

li.hs-form-booleancheckbox input {
    margin-right: 15px;
}











@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em; /* 2.5x body copy size = 40px */
    line-height: 1.25;
    /*font-weight: 900;*/
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 3em; /* 3x body copy size = 48px */
    line-height: 1.25; /* keep to a multiple of the 20px line height and something more appropriate for display headings */
  }
}

h2 {
  font-size: 1.625em; /* 1.625x body copy size = 26px */
  line-height: 1.15384615; /* 30px / 26px */
}

@media (min-width: 43.75em) {
  h2 {
    font-size: 2em; /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 2.25em; /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.375em; /* 1.375x body copy size = 22px */
  line-height: 1.13636364; /* 25px / 22px */
}

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em; /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.75em; /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.125em; /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222; /* (22px / 18px */
  }
}

blockquote {
  font-size: 1.25em; /* 20px / 16px */
  line-height: 1.25; /* 25px / 20px */
}

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.5em; /* 24px / 16px = */
    line-height: 1.45833333; /* 35px / 24px */
  }
}

body.custom_home .custom_section-five .hs_cos_wrapper_type_header h3 {
  font-size: 3em;
  color: #fff;
}

/******* PRE-Screen Product Page Adjustments  *******/
body.custom_home.pre-screen #custom_right-image .left {
  margin-top: 60px;
}
body.custom_home.pre-screen #custom_left-image .left {
  margin-bottom: 70px;
}


/*========================== Menu Button Alignment (on mobile only) Fix ==============================*/
@media (max-width: 767px) {

  #custom_header .custom_right-column > div > div > div:first-child,
  #custom_header .custom_right-column > div > div > div:nth-child(2) {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  #custom_header .custom_right-column > div > div > div:nth-child(2) {
    margin: 0;
  }

  #custom_header .custom_right-column > div > div > div:nth-child(2) .widget-type-cta a.cta_button {
    width: 100%;
    max-width: 135px;
    margin: 10px auto;
    display: block;
  }
}