/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

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

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 15px;
}


/* fixes at go live 17th Dec 2015 */


.glyphicon-arrow-right:before {
  content: "\e092";
  font-size: 24px;
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
  font-size: 26px;
}

h1 {
    font-family: 'TitilliumText25L250wt', Arial, Verdana ;
    color: #1390c7;
    font-size: 32px;
    font-weight: normal;
    line-height: normal;
	margin: 20px 0px 0px 0px;
	text-transform: none;
}

h2.panelhead-home {
	font-family: 'TitilliumText25L250wt', Arial, Verdana ;
	font-size: 26px;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	color: #647b81;
	text-transform: none;	
}

h2.cta {
	font-family: 'TitilliumText25L250wt', Arial, Verdana ;
	font-size: 26px;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	color: #43494b;
	text-transform: none;	
}

.new-faq-header h2 {
    color: #ffffff;
    font-family: 'TitilliumText25L250wt',Arial,Verdana;
    font-size: 28px;
    text-transform: none;
    margin: 0 auto;
}

.new-faq-header h2 a:link, .new-faq-header h2 a:visited {
    color: white;
}

.new-faq-header h2 a:hover {
    text-decoration: underline;
}

.faq-prompt {
    float: right;
    font-style: italic;
    margin-right: 20px;
    color: #647b81;
    text-transform: none;
    font-size: 20px;"
}

.header-cta {
    float: right;
    margin-left: 20px;
}

body {
    padding-top: 112px;
}

.header-container-wrapper {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}

.custom_menu-container {
    background: #ffffff;
    border-bottom: 1px solid #c9d9dd;
}

.nav-phone-16 {
    color: #a4def5;
	float: right;
    margin-right: 2px;    
}

.nav-strap-16 {
	float: right;
    margin-right: -4px;
}

.cta-inline {
    float: right;
    margin-left: 20px;
}




@media (min-width: 768px) {

.custom-logo {
        margin-top: 10px !important;
}


}




/* forms */



#message-44593d46-188a-42b6-b500-9db4cd1d4f00 {
    height: 90px;
    
}

/* modal */

.remodal .hs-form .hs-button {
    border-radius: 0px !important;
    font-family: 'BebasNeueRegular', Arial, Verdana !important;
	font-size: 20px !important;
	padding: 10px 10px 10px 10px !important;
    background-color: #e0396e !important;
	background-image: none !important;
    border: 0px solid #e0396e !important;
    color: #FFFFFF !important;
    text-shadow: none !important;	
	box-shadow: none !important;	
	font-weight: normal !important;	
	margin-left: 20px !important; 	
}


.remodal .hs-form.stacked label, .remodal .hs-form label  {
	font-family: 'TitilliumText25L400wt', Arial, Verdana !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	color: #647b81 !important;
}

.remodal .hs-form .hs-input {
	font-family: 'TitilliumText25L250wt', Arial, Verdana  !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	color: #1390c7 !important;
	font-weight: normal !important;
}

.remodal .hs-form .actions {
    padding: 0px 20px 0px 0px  !important;
}

.remodal .hs-form input, .remodal .hs-form textarea, .remodal .hs-form select {
    border: 1px solid #cccccc !important;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

body .remodal form.hs-form fieldset .hs-form-field {

	padding: 10px;
	text-align: left;
}


.hs-button-large {
    border-radius: 0px !important;
	font-family: 'BebasNeueRegular', Arial, Verdana !important;
	font-size: 24px !important;
	padding: 10px 10px 10px 10px !important;
    background-color: #e0396e !important;
	background-image: none !important;
    border: 0px solid #e0396e !important;
    color: #FFFFFF !important;
    text-shadow: none !important;	
	box-shadow: none !important;	
	font-weight: normal !important;	
	text-decoration: none;
}

.hs-button-small {
    border-radius: 0px !important;
    font-family: 'BebasNeueRegular', Arial, Verdana !important;
	font-size: 18px !important;
	padding: 10px 10px 10px 10px !important;
    background-color: #e0396e !important;
	background-image: none !important;
    border: 0px solid #e0396e !important;
    color: #FFFFFF !important;
    text-shadow: none !important;	
	box-shadow: none !important;	
	font-weight: normal !important;	
	text-decoration: none;
}


/* embedded */

.hs-form.stacked label, .hs-form label  {
	font-family: 'TitilliumText25L400wt', Arial, Verdana !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	color: #647b81 !important;
}

.body-container .hs-form .hs-input {
	font-family: 'TitilliumText25L250wt', Arial, Verdana  !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	color: #1390c7 !important;
	font-weight: normal !important;
	height: 30px;
}

body form.hs-form fieldset .hs-form-field {
    padding: 0 20px 0 0;
}

.hs-form.stacked .actions {
	margin-top: 0px;
	margin-bottom: 0px;
}

.body-container .hs-form .hs-button {
    border-radius: 0px !important;
	font-family: 'BebasNeueRegular', Arial, Verdana !important;
	font-size: 20px !important;
	padding: 10px 10px 10px 10px !important;
    background-color: #e0396e !important;
	background-image: none !important;
    border: 0px solid #e0396e !important;
    color: #FFFFFF !important;
    text-shadow: none !important;	
	box-shadow: none !important;	
	font-weight: normal !important;	
	margin-left: 0px !important; 	
}

/* case studies / white papers /testimonials 2015*/

.image-right {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	vertical-align: center;
}

.image-left {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	vertical-align: center;
}


.new-quote {
	margin-top: 80px;
	padding: 20px 20px 20px 20px;
	text-align: center;	
	background: #eff3f4;
	font-family: 'TitilliumText25L250wt', Arial, Verdana ;
	font-size: 20px;
	color: #43494b;		
}  

.new-quote-blue {
	padding: 20px 20px 60px 20px;
	min-height: 120px;
	color: #ffffff;
	background: url(https://www.triaster.co.uk/images/15-quote-bg-blue.png) no-repeat bottom center;
	font-family: 'TitilliumText25L250wt', Arial, Verdana ;
	font-size: 20px;
}  

.new-quote-purple {
	padding: 20px 20px 60px 20px;
	min-height: 120px;	
	color: #ffffff;
	background: url(https://www.triaster.co.uk/images/15-quote-bg-purple.png) no-repeat bottom center;
	font-family: 'TitilliumText25L250wt', Arial, Verdana ;
	font-size: 20px;
}  

.new-quote-magenta {
	padding: 20px 20px 60px 20px;
	min-height: 120px;	
	color: #ffffff;
	background: url(https://www.triaster.co.uk/images/15-quote-bg-magenta.png) no-repeat bottom center;
	font-family: 'TitilliumText25L250wt', Arial, Verdana ;
	font-size: 20px;
}  

.new-quote-green {
	padding: 20px 20px 60px 20px;
	min-height: 120px;	
	color: #ffffff;
	background: url(https://www.triaster.co.uk/images/15-quote-bg-green.png) no-repeat bottom center;
	font-family: 'TitilliumText25L250wt', Arial, Verdana ;
	font-size: 20px;
}  

.new-quote-orange {
	padding: 20px 20px 60px 20px;
	min-height: 120px;
	color: #ffffff;
	background: url(https://www.triaster.co.uk/images/15-quote-bg-orange.png) no-repeat bottom center;
	font-family: 'TitilliumText25L250wt', Arial, Verdana ;
	font-size: 20px;
}  

.new-quote-logo {
	margin-top: -65px;
	margin-bottom: 20px;
	border: 3px solid #eff3f4;
	text-align: center;
}  

a.quote-blue:link, a.quote-blue:visited {
	color: #43494b;
	text-decoration: none;
}

a.quote-blue:hover {
	color: #43bdee;
	text-decoration: none;	
}

a.quote-orange:link, a.quote-orange:visited {
	color: #43494b;
	text-decoration: none;
}

a.quote-orange:hover {
	color: #f1941b;
	text-decoration: none;	
}

a.quote-purple:link, a.quote-purple:visited {
	color: #43494b;
	text-decoration: none;
}

a.quote-purple:hover {
	color: #603e90;
	text-decoration: none;	
}

a.quote-magenta:link, a.quote-magenta:visited {
	color: #43494b;
	text-decoration: none;
}

a.quote-magenta:hover {
	color: #e0396e;
	text-decoration: none;	
}

a.quote-green:link, a.quote-green:visited {
	color: #43494b;
	text-decoration: none;
}

a.quote-green:hover {
	color: #50ac31;
	text-decoration: none;	
}

/* Case Study 2015 */

.hold-case-studies {
	padding: 30px 0px 0px 0px;
}  

.hold-case-studies h1 {
	font-family: 'BebasNeueRegular', Arial, Verdana;
	color: #1390c7;
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.hold-case-studies h2 {
	font-family: 'BebasNeueRegular', Arial, Verdana;
	color: #1390c7;
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.hold-case-studies h3 {
	font-family: 'TitilliumText25L250wt', Arial, Verdana ;
	font-size: 26px;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	text-align: center;	
	color: #43494b;	
}

.new-cs {
	margin-top: 80px;
	padding: 20px 20px 20px 20px;
	text-align: center;	
	background: #eff3f4;
	font-family: 'TitilliumText25L250wt', Arial, Verdana ;
	font-size: 20px;
	color: #43494b;		
}  

.new-cs-header {
	margin: -20px -20px 20px -20px;
	padding: 60px 20px 20px 20px;	
	text-align: center;	
	background: #43bdee;
	font-family: 'TitilliumText25L250wt', Arial, Verdana ;
	font-size: 20px;
	color: #ffffff;		
}  

.new-cs-header-alt {
	margin: -20px -20px 20px -20px;
	padding: 20px 20px 20px 20px;	
	text-align: center;	
	background: #43bdee;
	font-family: 'TitilliumText25L250wt', Arial, Verdana ;
	font-size: 20px;
	color: #ffffff;		
}  

.new-cs-usa {
	position: absolute;
	top: 0px;
	left: 15px;
	z-index: 2;
}  

.new-cs-header-alt {
	margin: -20px -20px 20px -20px;
	padding: 20px 20px 20px 20px;	
	text-align: center;	
	background: #43bdee;
	font-family: 'TitilliumText25L250wt', Arial, Verdana ;
	font-size: 20px;
	color: #ffffff;		
}  

.new-cs-usa-para{
	padding: 0px 120px 0px 120px;	
}

.new-cs-logo-hold {
	margin-bottom: -70px;
}  

.new-cs-logo {
	margin-top: -65px;
	margin-bottom: 20px;
	border: 3px solid #eff3f4;
	text-align: center;
}  

.new-cs a:link, .new-cs a:visited {
	color: #43494b;
	text-decoration: none;
}

.new-cs a:hover {
	color: #43bdee;
	text-decoration: none;
}

.new-wp {
	margin-top: 80px;
	margin-bottom: 40px;	
}

	
.new-wp-header {
	padding: 20px 20px 20px 20px;	
	text-align: center;	
	background: #43bdee;
	font-family: 'TitilliumText25L250wt', Arial, Verdana ;
	font-size: 20px;
	color: #ffffff;
}  

.new-wp-content {
	padding: 20px 20px 20px 20px;
	text-align: left;	
	background: #eff3f4;
	font-family: 'TitilliumText25L250wt', Arial, Verdana ;
	font-size: 20px;
	color: #43494b;		
	min-height: 180px;
}  


.new-wp a:link, .new-wp a:visited {
	text-decoration: none;
	color: #43494b;		
}

.new-wp a:hover {
	text-decoration: none;
	color: #43bdee;
}

.new-wp-header a:link, .new-wp-header a:visited {
	text-decoration: none;
	color: #ffffff;		
}

.new-wp-header a:hover {
	text-decoration: none;
	color: #ffffff;
}

.new-wp-logo {
	margin-top: -65px;
	margin-bottom: 10px;
	border: 3px solid #eff3f4;
	text-align: center;
}  


.hold-new-cta {
	padding: 30px 0px 0px 0px;
}  

.new-cta {
	padding-top: 30px;
	text-align: center;
}

.new-cta img {
	display: inline;
}

.new-cta h2 {
	color: #43494b;
}

/*
 *  Remodal - v1.0.6
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}












/* buttons*/

/* Buttons */

.sidepanel:link,
.btn:link,
.dropdown-menu > li > a {
	text-decoration: none;
}

.btn, .btn-lg, .btn-ex-lg, .btn-md {
  border-radius: 0px;
}

.btn-blue-core {
	font-family: 'BebasNeueRegular', Arial, Verdana;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    background-color: #1390c7;
    border: 0px solid #1390c7;
    color: #FFFFFF;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
}

.btn-blue-core:link, .btn-blue-core:visited  {
    color: #FFFFFF;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;	
}

.btn-blue-core:hover {
	font-family: 'BebasNeueRegular', Arial, Verdana;
    background-color: #23a5de;
    border-color: #23a5de;
    color: #FFFFFF;
}

.btn-blue {
	font-family: 'BebasNeueRegular', Arial, Verdana;
	font-size: 14px;
	padding: 4px 8px 0px 8px;
    background-color: #1390c7;
    border: 0px solid #1390c7;
    color: #FFFFFF;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
}

.btn-blue:link, .btn-blue:visited  {
    color: #FFFFFF;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;	
}

.btn-blue:hover {
	font-family: 'BebasNeueRegular', Arial, Verdana;
    background-color: #23a5de;
    border-color: #23a5de;
    color: #FFFFFF;
}

.btn-lightblue {
	font-family: 'BebasNeueRegular', Arial, Verdana;
	font-size: 18px;
	padding: 5px 10px 5px 10px;
    background-color: #23a5de;
    border: 0px solid #23a5de;
    color: #FFFFFF;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
}

.btn-lightblue:link, .btn-lightblue:visited  {
    color: #FFFFFF;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;	
}

.btn-lightblue:hover {
	font-family: 'BebasNeueRegular', Arial, Verdana;
    background-color: #2fb5f0;
    border-color: #2fb5f0;
    color: #FFFFFF;
}


.btn-purple {
	font-family: 'BebasNeueRegular', Arial, Verdana;
	font-size: 18px;
	padding: 5px 10px 5px 10px;
    background-color: #603e90;
    border: 0px solid #603e90;
    color: #FFFFFF;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
}

.btn-purple:link, .btn-purple:visited  {
    color: #FFFFFF;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;		
}

.btn-purple:hover {
	font-family: 'BebasNeueRegular', Arial, Verdana;
    background-color: #7654a5;
    border-color: #7654a5;
    color: #FFFFFF;
}

.btn-magenta {
	font-family: 'BebasNeueRegular', Arial, Verdana;
	font-size: 18px;
	padding: 5px 10px 5px 10px;
    background-color: #e0396e;
    border: 0px solid #e0396e;
    color: #FFFFFF !important;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
}

.btn-magenta:link, .btn-magenta:visited  {
    color: #FFFFFF !important;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;	
}

.btn-magenta:hover {
	font-family: 'BebasNeueRegular', Arial, Verdana;
    background-color: #f44e83;
    border-color: #f44e83;
    color: #FFFFFF !important;
}

.btn-green {
	font-family: 'BebasNeueRegular', Arial, Verdana;
	font-size: 18px;
	padding: 5px 10px 5px 10px;
    background-color: #50ac31;
    border: 0px solid #50ac31;
    color: #FFFFFF;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
}

.btn-green:link, .btn-green:visited  {
    color: #FFFFFF;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;	
}

.btn-green:hover {
	font-family: 'BebasNeueRegular', Arial, Verdana;
    background-color: #66be48;
    border-color: #66be48;
    color: #FFFFFF;
}

.btn-orange {
	font-family: 'BebasNeueRegular', Arial, Verdana;
	font-size: 18px;
	padding: 5px 10px 5px 10px;
    background-color: #f1941b;
    border: 0px solid #f1941b;
    color: #FFFFFF;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
}

.btn-orange:link, .btn-orange:visited  {
    color: #FFFFFF;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;	
}

.btn-orange:hover {
	font-family: 'BebasNeueRegular', Arial, Verdana;
    background-color: #ffa42d;
    border-color: #ffa42d;
    color: #FFFFFF;
}


.btn-blue-alt {
    font-family: 'BebasNeueRegular', Arial, Verdana;
	font-size: 15px;
	padding: 5px 10px 5px 10px;
    background-color: #1390c7;
    border: 0px solid #1390c7;
    color: #FFFFFF;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
    cursor: pointer;
    cursor: hand;
    float: right;
    margin-bottom: 10px;
    display: block;
}

.btn-blue-alt:link, .btn-blue-alt:visited  {
    color: #FFFFFF;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;	
}

.btn-blue-alt:hover {
	font-family: 'BebasNeueRegular', Arial, Verdana;
    background-color: #23a5de;
    border-color: #23a5de;
    color: #FFFFFF;
}












/* dropdown */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.open > .dropdown-menu {
  display: block;
}

/* 2016 Landing Pages*/ 

#v2-landing-page-splash {
    margin-top: -45px;
    min-height: 419px;
    min-width: 100%;
    position: relative;    
}

#v2-landing-page-splash .caption {
    width: 100%;
    padding: 20px 10px 20px 10px;
    position: absolute;
    bottom: 0px;
    background: url(//cdn2.hubspot.net/hubfs/744854/images/bg-carousel-caption.png) repeat;
}

#v2-landing-page-splash h1 {
    color: #ffffff;
    line-height: 1em;
    font-family: BebasNeueRegular;
    font-size: 36px;
    text-align: center;
    margin: 0px auto;    
    max-width: 80%;
}

#v2-landing-page-splash h2 {
    color: #ffffff; 
    font-family: 'TitilliumText25L250wt', Arial, Verdana;
    font-size: 28px; 
    text-align: center;    
    margin: 0px auto;    
    max-width: 80%;    
}



.landing-page-splash {
    background: url(//cdn2.hubspot.net/hubfs/744854/images/bg-landing-page-splash.jpg) top center no-repeat;    
}

.landing-page-splash-connector {
    background: url(//cdn2.hubspot.net/hubfs/744854/images/bg-landing-page-splash-connector-12-18-v2.jpg) top center no-repeat;    
}

.landing-page-splash-faq {
    background: url(//cdn2.hubspot.net/hubfs/744854/images/bg-landing-page-splash-faq-v3.jpg) top center no-repeat;    
}

.landing-page-splash-problems {
    background: url(//cdn2.hubspot.net/hubfs/744854/images/bg-landing-page-splash-problems-v2.jpg) top center no-repeat;    
}

.landing-page-pn-2019 {
    color: #43494b;  
    font-size: 20px;
    padding-top: 160px;
  }

 .landing-page-pn-2019 .hero h1 {
    font-family: 'TitilliumText25L600wt',Arial,Verdana;
    font-size: 34px;
    text-align: center;
   font-weight: normal;
       color: #ffffff;
}

 .landing-page-pn-2019 .hero h2 {
   padding-top: 20px;
    text-align: center;
        font-family: 'BebasNeueRegular',Arial,Verdana;
    color: #ffffff;
    font-size: 32px;
   font-weight: normal;   
   max-width: 800px;
   margin: 0 auto;
} 

 .landing-page-pn-2019 .hero h2 a:link,  .landing-page-pn-2019 .hero h2 a:visited {
    color: #e1c5ff;
   text-decoration: none;
} 

 .landing-page-pn-2019 .hero h2 a:hover {
    color: #e1c5ff;
   text-decoration: underline;
} 



 .landing-page-pn-2019 h3 {
    font-family: 'TitilliumText25L250wt',Arial,Verdana;
    font-size: 28px;
   font-weight: normal;   
   max-width: 800px;
   margin: 0 auto;
   color: #1390c7;
   margin-bottom: 30px;
} 

.landing-page-pn-2019 .far, .landing-page-pn-2019 .fas {
   color: #1390c7;
}

@media (max-width: 767px) {
   
.landing-page-pn-2019 {
      padding-top: 80px;
}
  
.landing-page-pn-2019 .far, .landing-page-pn-2019 .fas {
   margin: 0 auto;
   display: block;
  text-align: center;
}
  
.landing-page-pn-2019 p {
   
  text-align: center !important;
  margin-bottom: 30px;
}  
  
}   



.landing-page-pn-2019 {
    background: #dff2fe url(https://cdn2.hubspot.net/hubfs/744854/images/bg-pn-2019.png) top center no-repeat;    
}



#pn-2019-form {
    background: #31084a url(https://cdn2.hubspot.net/hubfs/744854/images/bg-pn-form-2019-v3.jpg?noresize) top center no-repeat;  
    padding-bottom: 60px;
}

#pn-2019-form .hbspt-form {
    max-width: 800px !important;
    margin: 0 auto;
}  

form#hsForm_18559b45-4dae-4873-9147-d1bc5dff97a4 .hs-richtext, form#hsForm_18559b45-4dae-4873-9147-d1bc5dff97a4 .legal-consent-container label {
    line-height: 16px !important;
}

.faq-refine-search {
    max-width: 100%;
    margin: 0px auto;
    width: 60%;
    height: 45px;
    font-size: 20px !important;
    text-align: center;
}



.landing-page-hold h1 {
    color: #ffffff;
    line-height: 1em;
    font-family: BebasNeueRegular;
    font-size: 38px
}

.landing-page-hold {
    width: 100%;
    height: 380px;
}

.landing-page-connector-hold h1 {
    color: #ffffff;
    line-height: 1em;
    font-family: BebasNeueRegular;
    font-size: 38px
}

.landing-page-connector-hold {
    width: 100%;
    height: 380px;
}

.landing-page-connector-thankyou-hold h1 {
    color: #ffffff;
    line-height: 1em;
    font-family: BebasNeueRegular;
    font-size: 38px
}

.landing-page-connector-thankyou-hold {
    width: 100%;
    height: 380px;
}


.landing-page-subhead {
    color: #ffffff; 
    float: left;
    width: 40%;
    font-family: 'TitilliumText25L250wt', Arial, Verdana;
    font-size: 28px;    
}

.landing-page-subhead-connector {
    color: #ffffff; 
    font-family: 'TitilliumText25L250wt', Arial, Verdana;
    font-size: 28px;    
}

.landing-page-pic {
    float: right;
    width: 60%;
}


.body-container .lp-form .hs-form .hs-button {
    font-family: 'BebasNeueRegular', Arial, Verdana !important;
	font-size: 28px !important;
	padding: 20px 20px 20px 20px !important;
    background-color: #e0396e !important;
    border: 0px solid #e0396e !important;
    color: #FFFFFF !important;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
}

.body-container .lp-form .hs-form .hs-button:after {
  content: "\e092";
}    
   
   

   
/*SLIDE-IN CTA
--------------------------------------------- */
#slidebox{
    width:300px;
    z-index: 10;
    padding:20px;
    background-color:#fff;
    border-top:3px solid #E28409;
    position:fixed;
    bottom:0px;
    right:-460px;
    -moz-box-shadow:-2px 0px 5px #aaa;
    -webkit-box-shadow:-2px 0px 5px #aaa;
    box-shadow:-2px 0px 5px #aaa;
}

a.close{
    background: transparent url(//cdn2.hubspot.net/hub/53/file-527841348-gif/close.gif) no-repeat top left;
    width:13px;
    height:13px;
    position:absolute;
    cursor:pointer;
    top:10px;
    right:10px;
    text-decoration: none;
}
a.close:hover{
    background-position:0px -13px;
    text-decoration: none;    
}



#slidebox textarea.hs-input {
    height: 100px !important;
}

#slidebox label {
    display: none;
    width: 0px;
}

#slidebox .input {
    margin-left:0px;
}

#slidebox .hs-form .hs-input, .hs-form textarea.hs-input {
    width: 250px !important;
    max-width: 250px !important;
}

#slidebox .hs-form .actions {
    padding: 0px 0px 0px 0px;
    margin-top: -10px;
}

#slidebox h3 {
    font-size: 24px;
    text-transform: none;
}


@media only screen and (max-device-width: 480px) {
    #slidebox {
       width: 100%;
    }
}


   
   
/* Problems we solve */   
   
#problems-we-solve {
    font-style: normal;
    padding: 10px 0 10px 20px;
    background: #eff3f4;
    font-size: 20px;
}

#problems-we-solve a:link, #problems-we-solve a:visited {
    color: #1390c7;
    text-decoration: none;
}

#problems-we-solve a:hover {
    color: #1390c7;
    text-decoration: underline;
}

.bg-blue-wash {
	background: #dff2fd;	
}
   
#problems-we-solve-alt {
    font-style: normal;
    padding: 30px;
    background: #ffffff;
    font-size: 20px;
  	border-radius: 5px;
  box-shadow: 0 5px 40px rgba(0,0,0,.1);
  margin-top: 30px;
}

#problems-we-solve-alt a:link, #problems-we-solve-alt a:visited {
    color: #1390c7;
    text-decoration: none;
}

#problems-we-solve-alt a:hover {
    color: #1390c7;
    text-decoration: underline;
}

.problems-we-solve-panel {
    font-style: normal;
    padding: 20px;
    background: #ffffff;
    font-size: 16px;
  	border-radius: 5px;
  	box-shadow: 0 5px 40px rgba(0,0,0,.1);
		text-align: center;
    margin-bottom: 30px;
    min-height: 500px;
}

.problems-we-solve-panel h3 {
	color: #43494b;
  font-size: 24px;
  text-align: center;
  font-family: 'TitilliumText25L400wt',Arial,Verdana;
  text-transform: none;
  margin-top: 10px;
}

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

.problems-we-solve-panel h3 {
  font-size: 20px;
}

  
}


.problems-we-solve-panel hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
	clear: both;
	border-top: 1px solid #c9d9dd;
}



/* Resources */ 

.resources-panel {
    font-style: normal;
    padding: 20px 20px 10px 20px;
    background: #ffffff;
    font-size: 16px;
  	border-radius: 5px;
  	box-shadow: 0 5px 40px rgba(0,0,0,.1);
		text-align: left;
    margin-bottom: 30px;
    min-height: 200px;
}

.resources-panel h3 {
	color: #43494b;
  font-size: 24px;
		text-align: left;
  font-family: 'TitilliumText25L400wt',Arial,Verdana;
  text-transform: none;
  margin-top: 10px;
}

.resources-panel img {
	float: left;
  border-radius: 5px 0px 0px 5px;
  margin: -20px 30px 0px -20px; 
}

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

  .resources-panel img {
  width: 150px;
  height: 150px;
  margin-bottom: 50px;
}
  
}

@media (max-width: 520px) {

  
.resources-panel, .resources-panel h3 {
  text-align: center;
  padding-bottom: 20px;
}
  
.resources-panel img {
	float: none;
  border-radius: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; 
  width: 150px;
  height: 150px;
}

  
}


   
/* faq module */

#loader {
  color: #ffffff;
  font-size: 10px;
  margin: 20px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s 3 linear;
  animation: load4 1.3s 3 linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}


.new-faq-header {
    height: 350px;    
    text-align: center;
}

.new-faq-header h1 {
    color: #ffffff;
    line-height: 1em;
    font-family: BebasNeueRegular;
    font-size: 42px;
    margin-top: 60px;
}

.new-faq-header-alt {  
    text-align: center;
}

.new-faq-header-alt h1 {
    color: #ffffff;
    line-height: 1em;
    font-family: BebasNeueRegular;
    font-size: 42px;
    margin-top: 60px;
}

.new-faq-header-alt h2 {
    text-transform: none !important;
}

h3.faq-section-head {
    color: #1390c7;
    font-size: 36px;
    margin-top: 20px;
}

h3.faq-super-header {
    padding: 20px;
    background:#43bdee;    
    color: #ffffff;
}

h3.faq-super-header-alt {
    padding: 20px;
    background:#eff3f4;    
}

h2.faq-header {
font-family: 'TitilliumText25L600wt', Arial, Verdana ;    
    font-size: 24px;
    color: #1390c7; /*#647b81;*/
text-transform: uppercase;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
    background:#eff3f4; 
    margin: 0px;
}

.accordion_header {
/*        font-family: 'TitilliumText25L800wt', Arial, Verdana ;*/
	font-style: normal;
   cursor: pointer;
   cursor: hand; 
   padding: 10px 0px 10px 30px;         
       background:#eff3f4; 
    font-size: 20px;
    text-indent: -5px;
   

}

.accordion_header:hover {
       color: #1390c7;    
}

.accordion_content {
    padding: 0px 20px 20px 20px;
      margin: 20px 0px 10px 0px;   
          font-size: 20px;

}
    

.fa-plus-square:before {
    /*display: none;*/
    color: #1390c7;
    margin-right: 10px;
}    
    
.footer-cta {
     display: none;
}
    
    
    
    
@media (max-width: 991px) {

.landing-page-subhead {
    color: #ffffff; 
    float: none;
    width: 100%;  
}

.landing-page-pic {
    float: none;
    width: 100%;
}

.landing-page-hold {
    width: 100%;
    height: 460px;
}

.landing-page-connector-hold {
    width: 100%;
    height: 360px;
}

.landing-page-connector-thankyou-hold {
    width: 100%;
    height: 360px;
}


}

@media (max-width: 767px) {

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    padding-left: 20px;
}

.header-cta {
     display: none;
}

.footer-cta {
     display: block;
}

.faq-prompt {
    float: none;
    display: block;
}


#v2-landing-page-splash .caption h1 {
    font-size: 30px;
}

#v2-landing-page-splash .caption h2 {
    font-size: 24px;
}

#v2-landing-page-splash .caption {
    margin-bottom: -35px;
}


#v2-landing-page-splash  {
    margin-bottom: 30px;
    margin-right: -15px;
    margin-left: -15px;   
    margin-top: -45px;
    min-height: 419px;
    min-width: 100%;
    position: relative;  
}


.landing-page-connector-hold {
    width: 100%;
    height: 440px;
}

.landing-page-connector-thankyou-hold {
    width: 100%;
    height: 420px;
}



.landing-page-splash {
    background: url(//cdn2.hubspot.net/hubfs/744854/images/bg-landing-page-splash-mobile.jpg) repeat-x;    
}


.landing-page-splash-connector {
    background: url(//cdn2.hubspot.net/hubfs/744854/images/bg-landing-page-splash-connector-mobile-12-18-v2.jpg) no-repeat top center;    
}

.landing-page-splash-faq {
    background: url(//cdn2.hubspot.net/hubfs/744854/images/bg-landing-page-splash-faq-mobile-v3.jpg) top center no-repeat;    
}

.landing-page-splash-problems {
    background: url(//cdn2.hubspot.net/hubfs/744854/images/bg-landing-page-splash-problems-mobile-v2.jpg) top center no-repeat;    
}

.hide-mobile {
display: none; 
}

}

@media (max-width: 767px) {
.cta-inline {
    display: none;
}

    }

@media (min-width: 1024px) {
    
    
.hide-desktop {
    
display: none;    


}    
    
    
    }
    
@media (max-width: 500px) {
    
.new-faq-header h2 {
    font-size: 24px;
}
}   
    
    
#hs_form_target_blog_subscription-2017 .hs-form.stacked label {
    color: #ffffff !important;
}

#hs_form_target_blog_subscription-2017 .hs-form .actions {
    padding: 0px 20px 18px 18px;
}

#hs_form_target_blog_subscription-2017 .hs-input {
    max-width: 200px;
}

#hs_form_target_blog_subscription-2017 .hs-form-field {
    float: none;
}




