/* @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;}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');


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

body {margin:0; padding:0;}

*, *:before, *:after { 
    -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1; /* ie 6/7 */
}

.fullWrap:before, .fullWrap:after {
  content: "";
  display: table;
}
.fullWrap:after {
  clear: both;
}
.fullWrap {
  zoom: 1; /* ie 6/7 */
}

.innerWrap:before, .innerWrap:after {
  content: "";
  display: table;
}
.innerWrap:after {
  clear: both;
}
.innerWrap {
  zoom: 1; /* ie 6/7 */
}

.fullWrap .innerWrap {max-width:1140px; margin:0 auto;}
.fullWrap .insideWrap {max-width:940px; margin:0 auto;}

.body-container, .footer-container, .header-container {
    font-family:'Open Sans', sans-serif;
    color:#5d6266;
    font-weight:300;
}

.lpHeader {
    padding:30px 0;
}
.backSite {
    text-align:right;
}
.backSite p a {
    font-size:21.03px;
    color:#5d6266;
    text-decoration:none;
    background: url('//cdn2.hubspot.net/hubfs/32387/base-template-projects/Transonic/Transonic_BackArrow.png') no-repeat left center;
    padding:0 0 0 45px;
}

.headlineBG {
    background:#005daa;
    text-align:center;
    padding:30px 0 40px;
    margin-bottom:40px;
}
.headlineBG h1 {
    color:#fff;
    font-size:74.99px;
    font-weight:400;
    margin:0;
    line-height: 1.1em;
}
.headlineBG h2 {
    color:#fff;
    font-size:38.89px;
    margin:0;
    font-weight:300;
    line-height: 1.1em;
}


.lpBody h2 {
    font-size:45.63px;
    font-weight:400;
    margin:0;
    line-height:1em;
}
.lpBody h3 {
    font-size:29.7px;
    font-weight:300;
    margin-top:0;
    line-height: 1.3em;
}
.lpBody h4 {
    font-size:22.7px;
    font-weight:300;
    margin-top:0;
    line-height: 1.3em;
}
.lpBody p {
    font-size:20px;
    font-weight:300;
}
.lpBody ul li {
    font-size:20px;
    font-weight:300;
    margin-bottom:10px;
}
.lpBody ul {
    margin-top:0;
}

.imageFloat {
    float:left;
    margin-right:50px;
}


.leadin-content-body h4 {
   font-family: 'Open Sans', sans-serif !important;
}


.form {
    background:#f3f3f3;
    border:1px solid #d5d5d5;
    padding:20px;
    margin-top:55px;
}
.form h3 {
    font-size:43.65px;
    color:#555555;
    margin: 0 0 10px 0;
    line-height: 1em;
}
.form .input ul {padding-left:0;}
.form .input ul li {
    list-style:none;
    background:none;
    padding:0;
    line-height:1.2em;
}

.form .input ul li {
    padding: 0 20px;
    margin:0 0 10px !important;
    background: none;
    position: relative;
    width: 100%;
}

.form ul.hs-error-msgs.inputs-list li {
    width: 100%;
}

.form .input ul li label {
    line-height: 1em;
}
.hs-error-msgs {margin:0 !important;}
.hs-error-msgs li {
    margin:0 0 20px !important;
    padding-bottom: 5px;
}
.form .input ul li label input {
    margin: 0 10px 0 0 !important;
    border:none;
    height:auto !important;
    position: absolute;
    left: 0;
    top: 2px;
}
.form .input input {
    border:1px solid #d5d5d5;
    height:40px;
    font-size:16px;
    margin:5px 0 15px;
}
.form select {
    border:1px solid #d5d5d5;
    height:40px;
    font-size:16px;
    margin:5px 0 15px;
    -moz-appearance: none;
    -webkit-appearance:none;
    background-color: #fff;
    background-image: url("//cdn2.hubspot.net/hubfs/40716/transonic/drop-downarrow.png?t=1475000191293");
    background-position: right center;
    background-repeat: no-repeat;
}

.form textarea {
    height:100px;
    border:1px solid #d5d5d5;
}
.form label {
    font-size:14.62px;
    color:#555555;
    font-weight:400;
}
.form .hs-button {
    background:#005daa;
    display:inline-block;
    width:100%;
    padding:15px 0;
    font-family:'Open Sans', sans-serif;
    cursor:pointer;
    -webkit-appearance: none; 
    -moz-appearance: none;
    margin-top:10px;
    border:none;
    color:#fff;
    font-size:18.21px;
    text-align:center;
    transition:.5s all;
    border:1px solid #005daa;
}
.form .hs-button:hover {
    background:#fff;
    color:#005daa;
    border:1px solid #005daa;
}
.form.no-label .hs-form-field > label{display:none;}
input[type="file"] {font-size:11px !important;}

.lpFooter {
    border-top:3px solid #e2e2e2;
    padding:30px 0;
    margin-top:40px;
}
.footerNews {
    text-align:center;
}
.footerNews a {
    background:#005daa;
    display:inline-block;
    width:300px;
    padding:10px 0;
    color:#fff;
    font-size:15.81px;
    text-decoration:none;
    font-weight:500;
    transition:.5s all;
    border:1px solid #005daa;
    cursor:pointer;
}
.footerNews a:hover {
    background:#fff;
    color:#005daa;
    border:1px solid #005daa;
}
.footerCopy p {
    font-size:12.02px;
    margin-top: 15px;
    text-align:right;
}
.footerSocial img {
    padding-left:15px;
}
.footerSocial {margin-top:10px;}


@media screen and (max-width:1140px) {
   .fullWrap .innerWrap {padding: 0 20px;}
   .fullWrap .insideWrap {padding: 0 20px;}
}

@media screen and (max-width:1050px) {
   .imageFloat {float:none; margin:0;}
}

@media screen and (max-width:768px) {
    .headlineBG h1 {font-size: 54.99px;}    
}

@media screen and (max-width:767px) {
   .lpLogo {text-align:center;}
   .backSite, .footerCopy p, .footerSocial {text-align:center;}
   .footerSocial img {padding-left:0; padding-right:15px;}
   .lpBody h2 {margin-bottom:15px;}
}

@media screen and (max-width:500px) {
    .headlineBG h2 {font-size:35px;}
    .headlineBG h1 {font-size:45px;}
}

@media screen and (max-width:330px) {
    .footerNews a {width:200px;}
    .headlineBG h1 {font-size:35px; margin-bottom:5px;}
    .headlineBG h2 {font-size:22px;}
}


.cosConfirmation .lpBody {text-align:center;}
.cpImage {text-align:center;}
.cpButton p a {
    background:#005daa;
    display:inline-block;
    color:#fff;
    width:250px;
    padding:10px 0;
    font-size:24px;
    cursor:pointer;
    margin-top:60px;
    text-align:center;
    text-decoration:none;
}
.cpButton a {
    background:#005daa;
    display:inline-block;
    color:#fff;
    width:250px;
    padding:10px 0;
    font-size:24px;
    cursor:pointer;
    text-align:center;
    text-decoration:none;
    border:1px solid #005daa;
    transition:.5s all;
}
.cpButton a:hover {
    background:#fff;
    color:#005daa;
    border:1px solid #005daa;
}


@media screen and (max-width:767px) {
    .cpButton p {text-align:center;}
}

@media screen and (max-width:500px) {
    .lpBody h3 {font-size:21px;}
    .lpBody h2 {font-size:35px;}
    .cpButton p a {margin-top:30px;}
}


/* ---- LP ONE COLUMN WITH FORM AT THE BOTTOM ----- */

.lp--headerBG {
    background:#0059a3;
    text-align:center;
    padding:20px 0;
    margin-bottom:40px;
}


.lp--mainBody h1 {
    color:#005daa;
    line-height:58px;
    margin-top:0;
    margin-bottom:10px;
    font-size:48px;
    font-family:'Open Sans', sans-serif;
}
.lp--mainBody h2 {
    font-weight:300;
    line-height:40px;
    font-size:29px;
    margin-top:0;
}
.lp--mainBody p {
    font-weight:300;
    font-size:20px;
    line-height:37px;
}
.lp--mainBody h3 {
    color:#005daa;
    line-height:1.1em;
    margin-top:0;
    margin-bottom:10px;
    font-size:28px;
}
.lp--mainBody ul {padding:0; margin-top:20px;}
.lp--mainBody ul li {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/40716/transonic/BlueArrowBullet.png?t=1472584550556") no-repeat scroll left 10px;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    line-height: 37px;
    list-style: outside none none;
    margin:30px 0 40px;
    padding-left: 30px;
}

.lp-bottomForm-left {
    padding-right:4%;
}
.lp-bottomForm-left p {
    font-family: "Open Sans",sans-serif;
    font-size: 23px;
    font-weight:bold;
    padding-left:30px;
}

.lp--bottomBox {
    background:#f5f5f5;
    border:1px solid #d5d5d5;
    padding:40px;
    margin:50px 0 0;
}
.lp--bottomBox .form {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin-top: 0;
    padding: 0;
}


@media screen and (max-width:768px) {
    .lp--mainBody h1 {font-size:35px;}
    .lp--mainBody h2 {font-size:21px;}
}




.lp-small .lp--mainBody h1 {
    font-size:32px;
    line-height:43px;
}
.lp-small .lp--mainBody p {
    font-size:18px;
    line-height:31px;
}
.lp-small .lp--mainBody h3 {
    font-size:24px;
}
.lp-small .lp--mainBody ul li {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/40716/transonic/BlueArrowBullet.png?t=1494941951921") no-repeat scroll left 2px;
    font-size:18px;
    margin:30px 0 20px;
    line-height:31px;
}

.know-box {
    background:#f5f5f5;
    border:1px solid #d5d5d5;
    text-align:center;
    padding:20px;
    margin:20px 0 0;
}
.know-box h3 {
    font-weight:bold;
    color:#252525;
    font-size:24px;
    line-height:1.2em;
    margin:0 0 20px;
}
.know-box p {
    color:#5d6266l;
    font-size:16px;
    font-weight:300;
}
.know-box p a {
    font-weight:300;
    color:#1079bf;
}
.know-box a {
    font-weight:bold;
    color:#1079bf;
}


.know-about-box {
    padding:20px 0;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    margin:50px 0 0;
}
.know-about-box h3 {
    font-size:19px;
    color:#5d6266;
    margin:0;
}
.know-about-box p {
    color:#5d6266;
    font-size:16px;
    margin:0;
}


@media screen and (max-width:767px) {
    .mobile-bottom-padding {margin-bottom:25px;}
}


/* ------ NEWSLETTER LP ------ */


.newsletter--sec1-left {
    background:#005daa;
    width:50% !important;
    color:#fff;
    padding: 30px 10% 0 65px;
}
.newsletter--sec1-left h1 {
    font-size:51px;
    line-height:1.1em;
    margin-top: 18px;
}
.newsletter--sec1-left p {
    font-size:20px;
    line-height:1.5em;
}
.newsletter--sec1-right {
    background-image:url('//cdn2.hubspot.net/hubfs/40716/transonic/Newsletter_LP/PersonComputerBG.jpg');
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    width:50% !important;
    margin:0 !important;
    padding:30px 0 60px 60px;
}
.sec1--form {
    color:#fff;
}
.sec1--form h3 {
    font-size:35px;
    font-weight:400;
    line-height: 1.1em;
    margin: 20px 0 10px;
}
.sec1--form .actions {
    text-align:right;
    margin-top:10px;
}
.sec1--form .hs-form fieldset {
    max-width:100% !important;
}
.sec1--form .hs-form .hs_email .hs-input {
    width:100% !important;
}
.sec1--form input, .sec1--form select {
    margin-bottom:15px;
    color:#5d6266;
    font-size:15px;
    border:none;
    height:40px;
}
.hs-form-radio input {
    height:auto !important;
}
.hs-form-radio {
    width:100% !important;
}
.sec1--form .form-columns-1 select {
    width:100%!important;
}
.sec1--form .hs-button {
    background: #8fcab4 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    font-size:20px;
    font-weight:300;
    border:1px solid #8fcab4;
    cursor:pointer;
    transition:.5s all;
    height:auto;
}
.sec1--form .hs-button:hover {
    background:transparent;
    border:1px solid #8fcab4;
}
.inputs-list {
    padding:0;
    margin:10px 0 0;
}
.inputs-list li {
    list-style:none;
    float:left;
    width:100%;
    font-size:13px;
    margin-bottom:10px;
}
.sec1--form .inputs-list input {
    width:auto !important;
    margin:0 5px 0 0;
}

.newsletter--sec2 {
    padding:40px 0;
}
.newsletter--sec2 h2 {
    color:#5d6266;
    font-size:25px;
    font-weight:400;
    line-height:1.5em;
    padding:0 13%;
    margin-top:0;
}
.widget-type-social_sharing img {
    padding-left:10px;
}



.newsletter--sec3 {
    background:#0f68ab;
    color:#fff;
    padding:40px 0;
}
.newsletter--sec3 h2 {
    font-size:37px;
    font-weight:600;
    margin:0;
    padding-right:31%;
}
.newsletter--sec3 ul {margin-top:10px;}
.newsletter--sec3 ul li {
    list-style:none;
    padding-left:50px;
    background:url('//cdn2.hubspot.net/hubfs/40716/transonic/Newsletter_LP/Checkmark2.png') no-repeat left 0;
    font-size:20px;
    line-height:1.3em;
    margin-bottom:20px;
    padding-bottom:10px;
}

.newsletter--slider {
    padding:60px 0;
}
.newsletter--slider h3 {
    text-align:center;
    color:#005daa;
    font-size:33px;
    font-weight:500;
    line-height:1.1em;
    margin:0 0 60px;
}
.lp-slider {
    position:relative;
}


.newsletter--sec4 {
    background-image:url('//cdn2.hubspot.net/hubfs/40716/transonic/Newsletter_LP/NewsletterSec4BG.jpg');
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    color:#fff;
    padding:60px 0;
}
.newsletter--sec4 h2 {
    font-size:37px;
    font-weight:600;
    margin:0;
    padding-right: 15%;
}
.newsletter--sec4 p {
    font-size:20px;
    font-weight:300;
    margin:0;
}

.newsletter--sec5 {
    background-image:url('//cdn2.hubspot.net/hubfs/40716/transonic/Newsletter_LP/Newsletter_Sec5BG.jpg');
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    padding:60px 0;
}
.newsletter--sec5 h2 {
    text-align:center;
    margin:0;
    color:#005daa;
    font-size:47px;
    line-height:1.1em;
}
.newsletter--sec5 p {
    text-align:center;
    margin:0 0 40px;
    color:#5d6266;
    font-size:33px;
    line-height:1.3em;
}
.newsletter--bottomForm {
    display:flex !important;
    justify-content:center;
}
.newsletter--bottomForm .hs-button {
    background: #8fcab4 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    font-size:20px;
    font-weight:300;
    border:1px solid #8fcab4;
    cursor:pointer;
    transition:.5s all;
    box-shadow:none;
    height:auto;
}
.newsletter--bottomForm .hs-button:hover {
    background:transparent;
    border:1px solid #8fcab4;
    color:#8fcab4;
}
.newsletter--bottomForm .actions {
    text-align:center;
    margin-top:20px;
}
.newsletter--bottomForm .hs-form fieldset {
    max-width:100% !important;
}
.newsletter--bottomForm .hs-form .hs_email .hs-input {
    width:100% !important;
}
.newsletter--bottomForm input {
    border: medium none;
    box-shadow: 2px 2px 2px 0px #c4c7c9;
    color: #5d6266;
    font-size: 15px;
    height: 40px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.newsletter--bottomForm select {
    border: medium none;
    box-shadow: 2px 2px 2px 0px #c4c7c9;
    color: #5d6266;
    font-size: 15px;
    height: 40px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.newsletter--bottomForm .form-columns-1 select {
    width:100% !important;
}
.newsletter--bottomForm .inputs-list li {
    position: relative;
    width: 100%;
    padding-left: 20px;
}
.newsletter--bottomForm .inputs-list input {
    width:auto !important;
    margin:0 5px 0 0;
    height:auto !important;
    position: absolute;
    left: 0;
    top: 3px;
}

@media screen and (max-width:1140px) {
    .newsletter--sec1Spacer {display:none !important;}  
    .newsletter--sec1-left {padding: 30px 20px 0;}
    .sec1--form {width:100% !important;}
    .newsletter--sec1-right {padding:30px 20px;}
    
  
}
@media screen and (max-width:900px) {
    .inputs-list li {width:100%;}
    .newsletter--sec1-left h1 {font-size: 31px;}
    .newsletter--sec3 h2 {padding-right:0;}
}
@media screen and (max-width:767px) {
    .newsletter--sec1-left {width:100% !important; padding: 30px 20px 30px;}
    .newsletter--sec1-right {width:100% !important;}
    .newsletter--sec3 ul li {padding-bottom:10px;}
    .newsletter--sec2 h2 {padding:0; font-size:21px;}
    .newsletter--sec5 h2 {font-size:35px;}
    .newsletter--sec5 p {font-size:21px;}
}

/* ----- Newsletter Hero Centered Text Styles ----- */

.news-heroBG {
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    padding:10% 0 5%;
}
.news-heroBG-textCenter {
    text-align:center;
    color:#fff;
}
.news-heroBG-textCenter h1 {
    margin:0;
    font-size:65px;
    font-weight:600;
    line-height:1.2em;
    padding:0 18%;
}
.news-heroBG-textCenter p {
    font-size:26px;
    font-weight:300;
    line-height:1.4em;
    margin: 5px 0 0;
    padding: 0 13%;
}
.roleSubscribe {
    background:#f3f3f3;
    margin-top:10px;
    padding:30px 0 50px;
    position:relative;
}
.lpcp-arrowDown {
    text-align:center;
    margin-top:-41px;
}
.lpForm h3 {
    margin:0 0 20px;
}
.lpForm .hs-form fieldset {
    float: left;
    max-width: 100%;
    width: 100%;
}
.lpForm .hs-form fieldset.form-columns-1 .hs-input {width:100%;}
.lpForm .hs-form-radio .hs-form-radio-display input {width:auto !important;}
.lpForm .hs-button {
    background: #8fcab4 none repeat scroll 0 0;
    border: 1px solid #8fcab4;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: auto;
    padding: 8px 20px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    border-radius:5px;
}
.lpForm .actions {
    margin-top:20px;
    text-align:center;
}
.lpForm .input input, .lpForm .input select {
    height:35px;
    border-radius:5px;
    border:none;
    box-shadow:2px 2px 0 #c0c0c0;
    font-size:15px;
    margin-bottom:15px;
}
.lpForm .hs-form-booleancheckbox input {height:auto; width:auto; margin-right:5px;}


.news-heroPlain {
    padding:50px 0;
}
.news-heroPlain h1 {
    color:#125eab;
    font-size:60px;
    /*font-weight:600;*/
    font-weight:700;
    margin:0;
    line-height: 1.2em;
}
.news-heroPlain p {
    color:#5d6266;
    font-size:26px;
    /*font-weight:300;*/
    font-weight:normal;
    line-height:1.4em;
    margin: 5px 0 0;
}
.lpcp-arrowDown-white {
    text-align:center;
    margin-top:-30px;
}

.social-share {
    text-align:center;
}
.social-share img {
    cursor:pointer;
    padding-left:10px;
}

.news-herorightcontent{ padding-right:60px; padding-top:80px;}
.envoling-formsection .lpForm{ padding:40px 0 0px;}
.envoling-formsection .lpForm h3{ text-align:center; font-size:28px; line-height:34px; margin-bottom:35px;}
.envoling-formsection .lpForm .hs-form{ padding-left:15%; padding-right:15%;}
.envoling-formsection .lpForm .hs-form fieldset.form-columns-1 .hs-input{ width:auto;}
.envoling-formsection .lpForm .hs-form .hs-form-required{ color:#025faa;}

.envoling-formsection .lpForm input[type=text],
.envoling-formsection .lpForm input[type=email],
.envoling-formsection .lpForm input[type=tel]{font-weight:400; height:41px;padding:0 20px; box-shadow:0px 2px 3px rgba(0,0,0,0.24); margin-bottom:10px; }
.envoling-formsection .lpForm .hs-form fieldset{max-width:none}
.envoling-formsection .lpForm select{   height:41px; -webkit-appearance: none; -moz-appearance: none; appearance: none;  box-shadow:0px 2px 3px rgba(0,0,0,0.24);   background-image: url('//cdn2.hubspot.net/hubfs/40716/transonic/drop-downarrow.png'); background-repeat:no-repeat; background-position: right center;  background-color:#fff; font-family:'Open Sans',Arial,Helvetica,sans-serif;}
.envoling-formsection .lpForm textarea{ font-family:'Open Sans',Arial,Helvetica,sans-serif;}
.envoling-formsection .lpForm .hs-form .input{margin-right:0}
.envoling-formsection .lpForm .hs-form .field{padding:0 0 15px 15px}
.envoling-formsection .lpForm .hs-form .field:first-child{padding:0 15px 15px 0}
.envoling-formsection .lpForm .hs-form .input{margin-right:0}
.envoling-formsection .lpForm .hs-form .field{padding:0 0 15px 15px}
.envoling-formsection .lpForm .hs-form .field:first-child{padding:0 15px 15px 0}
.envoling-formsection .lpForm .hs-form .field:first-child+.field{padding:0 15px 15px}
.envoling-formsection .lpForm input[type=submit]{}
.envoling-formsection .lpForm .actions{text-align:center}
.envoling-formsection .lpForm .hs-form-required{color:#ff9016}
.envoling-formsection .lpForm label{font-size:15px;font-weight:400;color:#4d4d4f;text-transform:uppercase; padding-bottom:10px; display:block;}
.envoling-formsection .lpForm ul{margin:0;padding:0;list-style:none}
.envoling-formsection .lpForm ul label{font-size:14px}

.envoling-formsection .lpForm [type="checkbox"]:not(:checked),.envoling-formsection .lpForm [type="checkbox"]:checked {  position: absolute;  left: -9999px;}
.envoling-formsection .lpForm [type="checkbox"]:not(:checked) + span,.envoling-formsection .lpForm [type="checkbox"]:checked + span {  text-transform:none; position: relative;  padding-left: 25px;  cursor: pointer; font-size:13px; color:#5d6266;}
.envoling-formsection .lpForm [type="checkbox"]:not(:checked) +  span:before,.envoling-formsection .lpForm [type="checkbox"]:checked + span:before { border-radius:3px;  content: '';  position: absolute;  left:0; top: 2px;  width: 15px; height: 15px;  box-shadow:0px 2px 3px rgba(0,0,0,0.24); background: url(//cdn2.hubspot.net/hubfs/40716/transonic/unchecked.png) no-repeat;}
.envoling-formsection .lpForm [type="checkbox"]:not(:checked) + span:after,.envoling-formsection .lpForm [type="checkbox"]:checked + span:after {  background:url(//cdn2.hubspot.net/hubfs/40716/transonic/checked.png) no-repeat;
  content:"";  width:18px;  height:17px;  position: absolute;  top: 2px;  left: 0px;  font-size: 18px;  line-height: 0.8;  color: #09ad7e;  transition: all .2s;}
.envoling-formsection .lpForm [type="checkbox"]:not(:checked) + span:after {  opacity: 0;  transform: scale(0);}
.envoling-formsection .lpForm [type="checkbox"]:checked + span:after {  opacity: 1;  transform: scale(1);}

.envoling-formsection .lpForm .hs-button{ transition:all 400ms ease-in;-ms-transition:all 400ms ease-in; -moz-transition:all 400ms ease-in; -webkit-transition:all 400ms ease-in; font-family:'Open Sans',Arial,Helvetica,sans-serif; font-size:16px; font-weight:600; margin-top:15px; border-radius:2px; padding-left:15px; padding-right:15px; min-width:150px; }
.envoling-formsection .lpForm .hs-button:hover{     background: transparent;border: 1px solid #8fcab4;    color: #8fcab4;}



.newsletter--bottomForm  .hs-form .field {
    padding:0 0 15px 0 !important;
}
.newsletter--bottomForm .hs-form fieldset.form-columns-2 .hs-form-field {
    width:100% !important;
    float:none !important;
}


.sharing-button{ text-align:center; display:table !important; margin:0 auto !important; float:none !important;  width:auto !important;}
.sharing-button .addthis_button_facebook_share,.sharing-button .addthis_button_linkedin_counter,.sharing-button .addthis_button_google_plusone { padding-left:25px !important; padding-right:25px !important;}

.row-fluid .book-infosection{ background: -moz-linear-gradient(248deg, #005daa 0%, #005daa 59%, #559eb0 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005daa), color-stop(59%, #005daa), color-stop(100%, #559eb0)); /* safari4+,chrome */
background: -webkit-linear-gradient(248deg, #005daa 0%, #005daa 59%, #559eb0 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(248deg, #005daa 0%, #005daa 59%, #559eb0 100%); /* opera 11.10+ */
background: -ms-linear-gradient(248deg, #005daa 0%, #005daa 59%, #559eb0 100%); /* ie10+ */
background: linear-gradient(202deg, #005daa 0%, #005daa 59%, #559eb0 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005daa', endColorstr='#559eb0',GradientType=0 ); /* ie6-9 */}


.row-fluid .book-infosection .ebookdiscover-wrap{ padding-left:5%; padding-right:5%; }
.row-fluid .book-infosection .ebookdiscover-wrap h2{ padding-right:0;}

.row-fluid  .slider-section h3{ margin-bottom:40px; }
.row-fluid  .lp-slider{ padding-left:15%; padding-right:15%;}

.envoling-formsection .newsletter--bottomForm{ padding-top:0; }

/* Updated on 07-09-2016 */
.LhTopForm {  }
.envoling-formsection .lpForm.LhTopForm .hs-form { padding-left:15px; padding-right:15px; max-width:400px; display:block; margin:0 auto; width:100%; }
.envoling-formsection .LhTopForm input[type=text], .envoling-formsection .LhTopForm input[type=email], .envoling-formsection .LhTopForm input[type=tel],
.envoling-formsection .LhTopForm select { width:100% !important; }

.LhBottomForm {  }
.envoling-formsection .lpForm.LhBottomForm .hs-form { padding-left:15px; padding-right:15px; max-width:400px; display:block; margin:0 auto; width:100%; }
.envoling-formsection .LhBottomForm input[type=text], .envoling-formsection .LhBottomForm input[type=email], .envoling-formsection .LhBottomForm input[type=tel],
.envoling-formsection .LhBottomForm select { width:100% !important; }



@media screen and (max-width:1012px) {
    .lpForm .hs-form fieldset {width:100%; margin-bottom:20px;} 
    .lpForm .actions {text-align:center; float:none; margin-top:0px;}
    .hs-form fieldset.form-columns-3 .hs-form-field {font-size:15px;}
}

@media screen and (max-width:767px) {
    .news-heroBG-textCenter h1, .news-heroPlain h1 {padding:0; font-size:35px;}
    .news-heroBG-textCenter p, .news-heroPlain p {padding:0; font-size:20px;}
    
    .news-herorightcontent{ padding-right:0px; padding-top:0px;}
    
    .envoling-formsection .lpForm .hs-form{ padding-left:0%; padding-right:0%;}
    
     .envoling-formsection .lpForm .hs-form fieldset{ margin-bottom:0}
     
     
     .row-fluid .lp-slider{ padding-left:0; padding-right:0;}
     
    .row-fluid .lp-slider .slick-next {  background-size:100%;    right: -35px;}
    .row-fluid .lp-slider .slick-prev {   background-size:100%;    left: -35px; margin-top:0;}
    .row-fluid .lp-slider .slick-prev:hover,.row-fluid .lp-slider .slick-next:hover{ background-size:100%;}
    .row-fluid .lp-slider .slick-prev{ height: 30px;   width: 30px;  margin-top:-10px;}
    .row-fluid .lp-slider .slick-next{height: 30px;   width: 30px;  margin-top:-10px;}
    .row-fluid .lp-slider{ padding:0 30px;}
}




@media screen and (min-width:768px)  and (max-width:991px){
   .news-herorightcontent { padding-right:0px; padding-top:0px; }
   
   .envoling-formsection .lpForm .hs-form{ padding-left:5%; padding-right:5%;}
   
    .envoling-formsection .lpForm .hs-form fieldset{ margin-bottom:0}
}

@media screen and (max-width:580px) {
    .envoling-formsection .lpForm .hs-form .field:first-child,.envoling-formsection .lpForm .hs-form .field:first-child+.field{ padding-right:0; padding-left:0;}
    .envoling-formsection .lpForm .hs-form .field{ padding-right:0; padding-left:0; width:100%;}
    .envoling-formsection .lpForm .hs-form fieldset{ margin-bottom:0}
    
    .envoling-formsection .lpForm .hs-form-field.smart-field{ padding-bottom:0}
    .envoling-formsection .lpForm .inputs-list li.hs-form-booleancheckbox,.envoling-formsection .lpForm .inputs-list li.hs-form-booleancheckbox label{ margin-bottom:0; padding-bottom:0;}
}

@media screen and (max-width:1199px) {
   .news-herorightcontent { padding-right:0px; padding-top:0px; }
}





/* ----- HEMODIALYSIS LP ------ */

.lp-hemo .news-heroBG-textCenter h1 {padding:0 8%;}
.lp-hemo .news-heroBG {padding:100px 0;}

.grayFooter {
    background:#aeaeaf;
    padding:20px 0;
}

.hemo-content {
    width:60% !important;
    padding:20px 40px 20px 10%;
}
.hemo-form {
    width:40% !important;
    margin:0 !important;
    background:#0561ab;
    padding:20px 40px;
  position:relative;
}
.row-fluid .wrapper { float:none; margin:0 auto !important; width:1140px; max-width:100%; padding:0 15px; }


@media screen and (min-width:1140px) {
.hemo-form .hs_cos_wrapper_type_cta {
  top: 76%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  position:absolute;
}
}
.lp-back {text-align:right;}
.lp-back p a {
    background:url('//cdn2.hubspot.net/hubfs/40716/transonic/Hemodialysis_LP/backArrow.png') no-repeat left center;
    padding-left:20px;
    text-decoration:none;
    color:#5d6266;
    font-size:14px;
}

.hemo-content h2 {
    color:#005daa;
    font-size:27px;
    font-weight:700;
    line-height:1.3em;
}
.hemo-content p {
    color:#5d6266;
    font-size:18px;
    line-height:1.5em;
    font-weight:300;
}
.hemo-content h3 {
    color:#5d6266;
    font-weight:600;
    line-height:1.3em;
    font-size:18px;
    margin:35px 0 0;
}
.hemo-content ul {
    padding:0 0 0 19px;
}
.hemo-content ul li {
    padding-bottom:15px;
}


.hemo-form h3 {
    margin:20px 0 10px;
    color:#fff;
    font-size:35px;
    font-weight:700;
    line-height:1.2em;
}
.hemo-form label {
    color:#fff;
    font-weight:300;
    font-size:15px;
    text-transform:uppercase;
}


  

.lp-hemo .hs-form fieldset.form-columns-1 .hs-input {width:100%;}
.lp-hemo .hs-form fieldset.form-columns-1 .hs-form-radio .hs-input {
    width:auto !important;
    margin-right: 10px;
}
.lp-hemo .input input, .lp-hemo .input select {
    margin:5px 0 10px;
    height:40px;
    font-size:15px;
    border:none;
    border-radius:2px;
    color:#5d6266;
}
.lp-hemo .hs-form fieldset {max-width:100% !important;}
.lp-hemo .actions {text-align:center; margin:20px 0;}
.lp-hemo .hs-button {
    color:#fff;
    padding:10px 20px;
    text-align:center;
    font-size:18px;
    font-weight:300;
    border:none;
    background:#8fcab4;
    cursor:pointer;
}


.hemo-social img {
    padding-right:10px;
}
.hemo-social p {
    margin:6px 0 0;
}
.hemo-copyright {
    text-align:right;
    color:#fff;
    font-size:12px;
    font-weight:300;
}


.lp-hemo form .hs-richtext,
.lp-hemo form legend.hs-field-desc{
    color:#fff;
}

.lp-hemo form fieldset.form-columns-3 .hs-form-field {
    word-break: break-word;
}

@media screen and (max-width:1140px) {
    .hemo-content {padding:20px;} 
    .hemo-form {padding:20px;}
    .lp-hemo .news-heroBG-textCenter h1 {font-size:35px;}
}
@media screen and (max-width:1140px) {
    .hemo-content {
        padding:20px;
        width:100% !important;
    } 
    .hemo-form {
        padding:20px;
        width:100% !important;
    }
    .lp-hemo .news-heroBG {padding:60px 0;}
    .lp-back, .hemo-copyright, .hemo-social, .hemo-logo {text-align:center;}
    .lp-hemo .news-heroBG-textCenter h1 {font-size:24px; padding:0; }
}


/*-=-=-=-=-= Transonic Confirmation2 Page=-=-=-=-=-=-=-=*/
.header_section { padding:20px 20px; }
.tc2_lp .innerWrap { margin:0 auto !important; float:none !important; }
.tc2_lp .headlineBG h2 { font-weight:700; }
.tc_2column { padding:0 0 40px; }
.tc_2column .widget-type-text { font-size:25px; color:#125eab; font-weight:700; text-transform:uppercase; }
.tc_2column h1 , .tc_2column h2 { font-size:60px; font-weight:700; color:#125eab; margin:10px 0 20px; line-height:1.2;  }
.tc_2column p ,.tc_2column { font-size:28px; color:#5d6266; margin:0; }
.download_button a { text-decoration:none; color:#fff; font-size:20px; padding:13px 30px; background:#8fcab4; display:inline-block; margin-top:20px; border-radius:5px; min-width:160px; text-align:center; }
.download_button a:hover { background:#7CBBA4; }
.tc2_lp .newsletter--sec4 { text-align:center; background-position:center center; }
.tc2_lp .newsletter--sec4 h2 { padding-right:0; font-weight:700; }
.tc2_lp .newsletter--sec4 .download_button a { padding:10px 30px; }

.hemoform_cover .hemoLP-form form .hs-fieldtype-radio label { font-size:18px; line-height:26px; font-weight:500; }


@media(min-width:768px){
    .tc2_lp .headlineBG h2 { font-size:60px; font-weight:700; }
    .tc_2column { padding:30px 0 70px; }
    .tc2_lp .newsletter--sec4 p { font-size:25px; }
    
    
}


@media(max-width:991px){
    .tc_2column .widget-type-text { font-size:20px;}
    .tc_2column h1 , .tc_2column h2 { font-size:30px; margin:10px 0 20px; line-height:1.3;  }
    .tc_2column p ,.tc_2column { font-size:24px; }
    .download_button a { min-width:140px; font-size:18px; }
    .tc2_lp .newsletter--sec4 h2 { font-size:30px; }
}


@media(max-width:767px){
    .mtop30 { margin-top:30px; }
}



.hs-form-booleancheckbox input {width: auto !important; margin:0 10px 0 0 !important; height:auto !important;}









/* ---- LP - HERO SMALL - MAIN CONTENT - CONTENT LEFT - FORM RIGHT ---- */
.blue-hero-small {
    background:#005daa;
    color:#fff;
    text-align:center;
    font-weight:bold;
    font-size:50px;
    padding:30px 0;
}
.blue-hero-small h2 {
    margin:0;
}
.lp-main-content {
    padding:30px 0;
}
.lp-vascular-main h2 {
    color: #005daa;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top:0;
}
.lp-vascular-main p {
    color: #5d6266;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
}
.lp-vascular-main h1 {
    color:#125eab;
    font-weight:bold;
    font-size:50px;
    margin-bottom:0;
    line-height:1.3em;
}
.lp-vascular-cta a {
    background:#8fcab4;
    padding:10px 0;
    color:#fff;
    font-size:16px;
    width:250px;
    font-weight:300;
    border-radius:5px;
    text-decoration:none;
    display:inline-block;
    text-align:center;
}

.lp-vascular .hemo-content {
    background:#f0f0f0;
}
.lp-vascular .hemo-form h3 {
    font-size:30px;
}

.lp-vascular [data-reactid=".hbspt-forms-0.0:$5"] {
    float:left;
    width:50%;
}
.lp-vascular .hemo-form {
    padding:20px 100px 20px 40px;
}


@media screen and (max-width:768px) {
    .lp-vascular .hemo-form {padding:20px 40px;}
}
@media screen and (max-width:767px) {
    .blue-hero-small h2, .lp-vascular-main h1 {font-size:34px;}
    .lp-vascular-main h2 {font-size:20px;}
    .lp-vascular [data-reactid=".hbspt-forms-0.0:$5"] {float:none; width:100%;}
    .lp-vascular .hemo-form {padding:20px;}
}




/* ----- Auroflow LP ----- */

.auroflowBody { font-family:'Open Sans', sans-serif; }
.blueLpHeader {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0c5fa7+0,0a589b+100 */
background: #0c5fa7; /* Old browsers */
background: -moz-linear-gradient(top,  #0c5fa7 0%, #0a589b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0c5fa7 0%,#0a589b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0c5fa7 0%,#0a589b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5fa7', endColorstr='#0a589b',GradientType=0 ); /* IE6-9 */

}

.blueLpHeader .innerWrap { padding:25px 0 27px; }

.formSplit { border-bottom:10px solid #fff; position:relative; }
.formSplit .innerWrap { padding:65px 0; }
.formSplit:after { content:''; position:absolute; 
    right:0; top:0; height:100%; width:42%;
    z-index:-1; display:block;
}
.formSplit h1 {
    color: #005da9; font-size:42px; margin:0 0 25px;
}
.formSplit p { font-size:18px; line-height:1.7em; margin:0 0 35px; }
.formSplit .widget-type-form {
    background:rgba(0,0,0, .55);
}
.formSplit .widget-type-form > .cell-wrapper { padding:32px 38px; }
.formSplit .widget-type-form .form-title {
    font-size:33px; margin:0 0 20px; line-height:1.1em; color:#fff;
}
.formSplit .widget-type-form label { color:#fff; font-size:15px; font-family:'Open Sans', sans-serif; display:inline-block; }
.formSplit .widget-type-form label:not(.hs-form-booleancheckbox-display) { text-transform:uppercase; }
.formSplit .widget-type-form .hs-form-field > label { margin:0 0 4px; }
.formSplit .widget-type-form input[type="text"], .formSplit .widget-type-form input[type="email"] {
    margin:0 0 10px; height:43px; border-radius:2px; border:none; box-shadow:none;
}
.formSplit .widget-type-form select {
    height:43px; margin:0 0 15px; border-radius:2px; border:none; box-shadow:none; -webkit-appearance:none; -ms-appearance:none; -moz-appearance:none;
    background:url(https://cdn2.hubspot.net/hubfs/40716/images/2017/LP/auroflow/dropdown.png) no-repeat 95% center #fff;
}
.formSplit .widget-type-form .hs-form-booleancheckbox label { font-size:13px; }
.formSplit .widget-type-form .hs-button.primary { 
    width:100%; display:block; text-align:center; font-size:18px; padding:15px 0; background:#005daa;
    -webkit-appearance:none; color:#fff; font-family:'Open Sans', sans-serif; border:none; box-shadow:none;
    margin:15px 0 0;
}

.aboutResource {
    background:#ebebeb;
    
}
.aboutResource .innerWrap {
    position:relative; padding:65px 0 80px;
}

.aboutResource .innerWrap .widget-type-cell:after { 
    content:url(https://cdn2.hubspot.net/hubfs/40716/images/2017/LP/auroflow/triangle-down.png); position:absolute;
    right:135px;
    top:0;
}

.aboutResource h3 {
    color: #005da9; font-size:25px; margin:0 0 8px;
}

.aboutResource h2 {
    font-size:35px; color: #005da9; margin:0 0 25px;
}

.aboutResource ul { margin:20px 0 35px; padding-left:55px; list-style:none; }
.aboutResource ul li { font-size:20px; color: #5d6266; padding-left:55px; 
    background:url(https://cdn2.hubspot.net/hubfs/40716/images/2017/LP/auroflow/list-item.png) no-repeat left center transparent;
    margin:25px 0;
}

@media screen and (max-width:1140px) {
    .auroflowBody .innerWrap { padding-left:20px!important; padding-right:20px!important; }
}

@media screen and (max-width:767px) {
    .formSplit:after { display:none; }
    
    .aboutResource .innerWrap .widget-type-cell:after {
        left: 50%;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      right:auto;
    }
    .aboutResource ul { padding-left:20px; }
    .formSplit h1 { font-size:28px; }
    .aboutResource h3 { font-size:18px; }
    .aboutResource h2 {
        font-size:24px; 
    }
}

/*== Generic CP Page Styles ==*/
.cp-generic .generic-content {width: 80%; padding:20px 10px 20px 10%;}