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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//cdn2.hubspot.net/hubfs/4110650/Elaunchers_January2018/Css/animate.css');

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */
/* =============== Free-Gifts ============= */ 
.hs-responsive-embed h5{
    margin-top: none;
    margin-bottom: none;
}
.free-gifts-footer{
    color: #FFF;
    text-align:center;
    padding: 13px;
    line-height: 24px;
    background-color: #2f2f2f;
    margin-top: 40px;
}

.main-content .funnel-header{
    text-align: center;
}
.funnel-header h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    display:flex;
    justify-content: center;
    margin-bottom: 30px;
}
.funnel-header img{
    width: 72px;
    height: 63px;
}
.infusion-field label{
    display:none;
}
.infusion-field{
    padding:15px;
}
.infusion-field-input{
    height: 50px;
    border-radius: 6px;
}
.infusion-form{
    background:#2f6699;
    padding: 40px 20px;
    height: 100%;
}
.infusion-recaptcha{
    height: 50px;
    background: #FFF;
    border: none;
    width: 200px;
    font-size: 20px;
    margin-left: 16px;
}

/*=============== Homepage-form ==============*/ 
.span6 .infusion-form{
    background: #FFF;
    padding-top: 10px;
    padding-left: 0px;
}
.span6 .infusion-field{
    padding: 0;
}
.span6 .infusion-recaptcha{
    background: #2f6699;
    color: #FFF;
    display: inline-block;
    padding: 12px 22px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.62857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-left: 0;
    
}
.span6 .grecaptcha-badge{
    display: none;
}
.span6 h5{
    margin-top: 0;
    margin-bottom: 0;
}

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

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

body {
    background: #fff;
    color: #2f2f2f;
    font-family: "Droid Sans", serif !important;
    font-size: 16px;
    line-height: 26px;
    font-style:normal;
    font-weight:400;
    font: normal 400 16px/26px "Droid Sans", serif !important;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #f0f0f0;
  background: #2f6699;
  text-shadow: none;
}
::selection {
  color: #f0f0f0;
  background: #2f6699;
  text-shadow: none;
}


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

/* Basic text */
p {
    margin: 0 0 10px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight:700;    
    color: inherit;
    font-family: inherit;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1{
    font-size:40px; 
    line-height:50px;
}
h2{
    font-size:30px; 
    line-height:40px;
}
h3{
    font-size:25px; 
    line-height:35px;
}
h4{
    font-size:20px; 
    line-height:30px;
}
h5{
    font-size:18px; 
    line-height:28px;
}
h6{
    font-size:16px; 
    line-height:26px;
    font-weight:400;
    margin:0px;
}

/* Anchor Links */
a { 
    color:#2f6699; 
    text-decoration: none; 
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
a:hover, a:focus { 
    color:#2f2f2f;
}
a:active, a:hover {
    outline: 0;
}
a:focus{
    color:inherit;
    text-decoration:none;
}
/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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



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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}

.custom-header.widget-span {
    padding: 15px 0 15px;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,0);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.header-logo{
    position:relative;
}
.header-logo a {
    width: 85px;
    height: 72px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.header-logo a img{
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    position: absolute;
    left: 0;
    top: 0;
}
.brand-color {
    opacity: 0;
}
.sticky .brand-white {
    opacity: 0;
}
.sticky .brand-color {
    opacity: 1;
}
.header-container .row-fluid [class*="span"] {
    min-height: 0 !important;
}
.sticky .widget-span.custom-header {
    background: rgba(255,255,255,0.9);
    padding: 5px 0 5px;
    border-bottom: 1px solid #f0f0f0;
}
.without-banner .widget-span.custom-header{
    background: rgb(81, 124, 156);
}

.without-banner.sticky .widget-span.custom-header{
    background: rgba(255,255,255,0.9);
}
.cm-banner-area.no-banner {
    background: rgb(81, 124, 156);
    min-height: 102px;
}
/* =============== Content =============== */


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

/* Form Field */
.hs-form-field {
   /* margin-bottom: 10px;*/
}

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

/* Labels and Legends */
label {
    display: block!important;
    margin: 0 0 4px;
    line-height: normal;
}
span.hs-form-required {
    color: #ec1d23;
    font-size: 14px;
    margin-left: 4px;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    font: inherit;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Droid Sans', sans-serif;
    padding: 14px 15px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    margin-bottom: 15px;
    max-width:991px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border-color: #2f6699 !important;
    outline: none;
    box-shadow: none;
    color: #2f6699;
}

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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




/********** Free Gifts ***********/ 

.page-center{
    float: none;
    padding: 3% 10%;
}
.main-content{
    
}
.main-content .funnel-header{
    text-align: center;
}
.funnel-header h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    display:flex;
    justify-content: center;
}
.funnel-header img{
    width: 72px;
    height: 63px;
}
label{
    display:none;
}
.infusion-field{
    padding:15px;
}
.infusion-field-input{
    height: 50px;
    border-radius: 6px;
}
.infusion-form{
    background:#2f6699;
    padding: 40px 20px;
    height: 100%;
}
.infusion-recaptcha{
    height: 50px;
    background: #FFF !important;
    border: none;
    width: 200px;
    font-size: 20px;
    margin-left: 16px;
}

/******* KarmaSutra + Professional Op********/ 
.kamasutra p{
    font-size: 18px;
}
.kamasutra h1{
    font-size: 37px;
}
.kamasutra h2{
    font-size: 32px;
}
.kamasutra h3{
    font-size: 24px;
}

.kamasutra-section-1{
    padding-bottom: 40px;
    outline: none;
    background-color: 
    width: 100%;
}
.kamasutra-section-1 h1{
    text-align: center;
}
.kamasutra-section-1 h2{
   text-align: center; 
   padding-top: 10px;
}
.kamasutra-section-1 p{
   text-align: center;
   padding-top: 10px;
}
.kamasutra-section-2{
    padding-top: 40px;
    padding-bottom: 40px;
    outline: none;
    border-color: rgba(47, 47, 47, 0.8);
    background-color: rgb(184, 187, 188);
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-style: solid;
}
.kamasutra-section-2 h2{
    margin-bottom: 30px;
}
.kamasutra-section-2 ul{
    font-size: 24px;
    list-style:none;
    padding: 20px 10px;
    padding-left: 25px;
}
.kamasutra-section-2 li{
    list-style: none;
    margin-bottom: 10px;
}
.kamasutra-section-2 li:before{
    color: rgb(245,136,54);
    content: "✔︎";
    padding-right:10px;
    font-weight: bold;
}
.small-list li{
    font-size: 18px;
    padding: 10px 10px;
    padding-left: 25px;
    margin-bottom: 0;
}
.small-list li:before{
    content: "+";
    font-size: 23px;
    color: rgb(245,136,54);
    font-weight: bold;
}
.image-subheading{
    text-align: center;
}

.scrolltop{
   padding-top: 45px;
   padding-bottom: 45px;
   text-align: center;
}
.scrolltop .kama-button{
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 4px;
    background: rgb(245,136,54);
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    padding: 13px 35px;
    width: 70%;
    margin: 0 auto;
}
.scrolltop .kama-button{
    background-color: #f3710f !important;
}
.scrolltop a{
    color: #FFF;
    font-size: 37px;
    font-weight: 400;
   
}
.kamasutra-section-3 {
    border-bottom: none;
}
.kamasutra .hs-form{
    padding: 20px;
    background-color: rgb(79, 209, 255);
}
.kamasutra .hs-form-field{
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 18px;
    width: 100%;
}
.kamasutra .hs-button{
    background: rgb(207, 95, 10);
    color: rgb(255, 255, 255);
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 4px;
    padding: 13px 35px;
    padding: 13px 35px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}
.kamasutra .hs-button:hover{
    background: #a84d08;
}

/********** Ultimate Phone Conversion ***********/
.ultimate-phone .pop-up-form h1{
		color: rgb(253, 16, 92) !important;
  	font-size: 32px;
}
.ultimate-phone .pop-up-form .hs-button{
		color: rgb(255, 255, 255);
    background-color: rgb(238, 148, 0);
}
.ultimate-phone .pop-up-form .hs-button:hover{
    background-color:#c57b00!important;
}
.ultimate-phone .page-center{
     float: none;
     padding: 3% 18%;
}
.ultimate-phone p{
    font-size: 14px;
}
.ultimate-phone h1{
    font-size: 62px;
    color: rgb(253, 16, 8);
}
.ultimate-phone h2{
    color: rgb(8, 6, 6);
    font-size: 32px;
    padding-bottom: 20px;
}
.ultimate-phone-left-section{
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0.3);
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: none;
    border-bottom: none;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.ultimate-phone-right-section{
    text-align:center;
    padding: 10px 15px;
}
.ultimate-phone-right-section-border{
    border-style: solid;
    border-left: none;
    border-right: none;
    border-width: 1px;
    border-color: rgba(0,0,0,0.3);
}
.ultimate-phone-right-section a{
   padding: 13px 35px;
   color: #FFF;
   background-image: linear-gradient(to bottom,rgba(247,136,40,0.45) 100%,#ed7309 0%);
   margin-top: 30px;
   cursor: pointer;
   font-size: 27px;
   border-radius: 4px;
}
.ultimate-phone-right-section a:before{
    content:"⇣";
    font-weight:bold;
    font-size: 27px;
    padding-right:10px;
}
@media (max-width: 1100px){
    .ultimate-phone .page-center{
        padding: 3% 4% ;
    }
}
/********** Know Your Mindset ***********/ 
.pop-up-form .hs-form{
    background: none !important;
}
.pop-up-form .mindset-header{
    font-size: 48px;
}
.grey-background .hs-form{
    background: rgb(255, 255, 255) !important;
} 
.mindset-header{
    padding-top: 10px;
    padding-bottom: 10px;
}
.grey-background{
    padding: 15px 25px 33px;
    border-color: rgb(140, 154, 197);
    background-color: rgb(237, 237, 237);
    border-width: 3px;
    border-style: solid;
    height: 100%;
    position: relative;
}
.grey-background h1{
    text-align: center;
    font-size: 48px;
}
.grey-background ul{
    font-weight: 700;;
    list-style: none;
    font-size: 19px;
   
}
.grey-background ul li{
    padding: 10px 10px;
    padding-left: 20px;
}
.grey-background ul li:before{
    color: rgb(72,201,27);
    content: "✔︎";
    padding-right:10px;
    font-weight: bold;
    position: absolute;
    left: 10%;
}

.grey-background p{
    font-weight: 700;
    font-size: 14px;
    color: #333;
    text-align: center;
    padding-top: 5px;
}
.know-your-mindset-banner  .row-number-4{
    width: 50%;
    margin: 0 auto;
}
.know-your-mindset-banner{
    background: url('https://cdn2.hubspot.net/hubfs/4110650/office-bg.jpg');
    background-size: cover;
    height: 100%;
    background-attachment:fixed;
}
.know-your-mindset-banner img{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.know-your-mindset-section-2 .mindset-image img{
    float: right;
}
.know-your-mindset-section-2 .mindset-text img{
    padding-right:15px;
    padding-left: 15px;
    
}
.know-your-mindset-section-2{
    padding-top: 50px;
    padding-bottom: 50px;
}
.know-your-mindset-footer{
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    outline: none;
    background-color: rgb(30, 30, 30);
}
.know-your-mindset-footer p{
    color: #fff;
}
.know-your-mindset-footer a{
    color: #0074C7;
    text-decoration: none;
}
@media (max-width: 1300px){
        .pop-up-form{
        width: 90% !important;
    }
    .know-your-mindset-banner .row-number-4{
        width: 90%;
    }
}
}
@media (max-width: 400px){
    .know-your-mindset-section-2 .mindset-text img{
        width: 100% !important;
    }
    .mindset-header{
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .mindset-image{
        width: 100%;
        max-width: 100%;
    }
}
/********* Want to meet the real Parthiv? **********/

.parthiv-section-1{
    background: rgba(31, 31, 31, 0.972549);
}
.parthiv-section-1 h1{
    color: #FFF;
    font-size: 32px;
}
.parthiv-section-1 p{
    color: rgb(169, 169, 169);
    font-size: 21px;
}
.parthiv-section-1 ul{
    color: #FFF;
    font-size: 18px;
    list-style: none;
}
.parthiv-text{
    position: relative;
}
.parthiv-section-1 ul li:before{
    color: #CA2C10;
    content: "✔︎";
    padding-right:10px;
    font-weight: bold;
    position: absolute;
    left: 10%;
}
.blue-background{
    height: 100%;
    background: rgb(81, 124, 156);
    text-align: center;
    padding-top:20px;
    padding-bottom: 20px;
}
.parthiv-section-2 p{
    color: rgb(230, 230, 230);
    font-size: 21px;
}
.meeting{
    color: #FFF;
    background-color: rgba(25, 170, 21, 0.8);
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 4px;
    font-size: 18px;
    padding: 13px 35px;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;

}
.meeting:hover{
    background: #127d0f;
}
/********* Referral *********/
body.referrals{
    background-color: rgb(251, 246, 246);
}

.referral-footer{
    background: rgb(27, 98, 163);
    text-align: center;
    margin-top: 40px !important;
    padding-top: 40px;
    padding-bottom: 40px;
    border-color: rgba(0, 0, 0, 0.45098);
    margin-top: 40px;
    outline: none;
    background-color: rgb(27, 98, 163);
    color: #FFF;
    border-radius: 10px;
}
.referral-section-1{
    background: #FFF;
}
.referral-section-2{
    background: rgb(27, 98, 163);
    margin-top: 40px !important;
    padding-top: 40px;
    padding-bottom: 40px;
    border-color: rgba(0, 0, 0, 0.45098);
    margin-top: 40px;
    border-radius: 10px;
    outline: none;
    background-color: rgb(27, 98, 163);
}
.referral-section-2 h3{
    color: #FFF;
}
.referral-section-2 .hs-button{
    color: rgb(255, 255, 255);
    background-color: rgb(23, 83, 138);
    outline: none;
    text-align: center;
        border: 1px solid rgba(0,0,0,0.13);
    border-bottom: 4px solid rgba(0,0,0,0.13);
    box-shadow: inset 0 1px 1px 0 rgba(255,255,255,0.22);
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
}

/*********** Parent Appreciation ************/ 

.parents-header .row-number-4{
    width: 50%;
    margin: 0 auto;
}
.pop-up-form h1{
    color: #2e2e2e  !important;
}
.pop-up-form p{
    color: #2e2e2e;
}
.pop-up-form .close{
    color: #2e2e2e;
    position: absolute;
    top:0;
    right:0;
    font-size: 40px;
    padding-top: 10px;
    padding-right: 10px;
    transition: .3s ease;
    z-index: 9999999;
}
.pop-up-form .close:hover{
    color:rgb(14, 141, 199);
}
.pop-up-form{
    position: relative;
    z-index: 999999;
    /*margin-top: 100px; */
    padding-top: 40px;
    padding-bottom: 40px;
    border-color: rgb(33, 33, 33);
    outline: none;
    border-style: solid;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    top: 0px;
    width: 720px;
    display: none;
    border-width: 3px;
    border-style: solid;
    border-radius:  10px;
    width: 100% !important;
    padding-left: 50px;
    padding-right: 50px;
  	left: 50%;
  	transform: translateX(-50%);
}
.pop-up-form .hs-input{
     max-width: 100%;
     border: 3px solid rgba(0,0,0,0.2);
     background-color: #F1F1F1;
     font-size: 16px;
     padding: 12px 18px;

}
.pop-up-form .hs-button{
    color: rgb(255, 255, 255);
    background-color: rgb(14, 141, 199);
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 4px;
    padding: 13px 35px;
    font-weight: bold;
}
@media (max-width: 1300px){
    .pop-up-form{
        width: 90% !important;
    }
    .parents-header .row-number-4{
        width: 90%;
    }
}
@media (max-width: 400px){
    .pop-up-form{
        padding-bottom: 40px;
    }
}
.parents-header{
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: rgba(0, 0, 0, 0.439216);
    outline: none;
    background-color: rgb(40, 44, 56);
}
.parents-header .page-center{
    padding-top: 0px;
    padding-bottom: 0px;
}
.parents-header h1{
    color: #FFF;
    text-align: center;
}
.parents-header h2{
    color: #FFF;
    text-align: center;
}
.parents{
    background: #F1F4F8;
}
.parents-section-1 .page-center{
    background: #FFF;
}
.book{
     border: 1px solid rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 4px;
    background: rgb(245,136,54);
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    padding: 13px 35px;
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    font-size: 27px;
    
}
/********** Ultimate Conversion **********/ 
.ultimate-conversion{
    background-color: rgba(255, 255, 255, 0);
}
.ultimate-conversion-section-1 p{
    font-size: 24px;
    line-height: 1.5;
}
.ultimate-conversion-section-1{
    background: rgba(245, 245, 245);
}

.ultimate-conversion-section-1{
    text-align: center;
}
.ultimate-conversion-section-1 h1{
    font-size: 32px;
}
.ultimate-conversion-section-2{
    text-align: center;
    background: rgba(245, 245, 245);
}

.ultimate-conversion-section-2 .curriculum{
    padding-top: 40px;
    padding-bottom: 40px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    margin-top: 34px;
    outline: none;
    background-color: #FFF !important;
} 
.ultimate-conversion-section-2 h1{
    font-size: 32px;
}
.ultimate-conversion-section-2 p{
    font-size: 18px;
    line-height: 1.5;
}
.ultimate-conversion-section-2 ul{
    font-size: 18px;
    list-style: none;
    text-align: left;
}
.conversion-form{
    background: rgb(69, 73, 79);
    border-top-style: solid;
    border-top-color:rgb(65, 182, 193);
    padding-top: 20px;
    padding-bottom: 20px;
    outline: none;
    border-top-width: 10px;
}

 .conversion-form .hs-button{
    color: rgb(255, 255, 255);
    background-color: rgb(65, 182, 193);
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 13px 35px;
    font-size: 21px;
    transition: .3s;
        width: 227.5px;

}
.conversion-form .hs-button:hover{
    background: #359aa4;
}
.conversion-form .hs-form-field{
    font-size: 21px;
    padding: 0px 18px;
    width: 227.5px;
    display: inline-block;
}
.conversion-form .hs-form{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ultimate-conversion-section-2 ul{
    position: relative;
}
.ultimate-conversion-section-2 ul li:before{
    color: rgb(65,182,193);
    content: "✔︎";
    padding-right:10px;
    font-weight: bold;
    position: absolute;
    left: 2%;
}

/********* Ultimate Shock & Awe *********/
.ultimate-header{
    background-color: rgb(225, 230, 235);
    padding-top: 20px;
    padding-bottom: 20px;
}
.ultimate-section-1{
    background-color: rgb(109, 136, 158);
}
.ultimate-top{
    padding-top: 40px;
    padding-bottom: 40px;
    border-color: rgba(0, 0, 0, 0.45098);
    margin-top: 40px;
    outline: none;
    background-color: rgba(0, 0, 0, 0.247059);
    width: 95% !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 20px;
}
.ultimate-top .hs-form{
    color: #FFF;
}
.ultimate-bottom{
    padding-top: 40px;
    padding-bottom: 40px;
    border-color: rgba(0, 0, 0, 0.45098);
    margin-top: 40px;
    outline: none;
    background-color: rgba(0, 0, 0, 0.247059);
    margin-bottom: 40px;
    width: 95% !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 20px;
}
.ultimate-bottom img{
    width: 100% !important;
}
.ultimate-bottom p{
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-right: 3%;
}
.ultimate-bottom h1{
    color: rgb(255, 255, 255);
    font-size: 37px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    text-align: center;
    text-decoration: underline;
}
.ultimate-bottom h2{
    color:rgb(160, 175, 216) ;
    font-size: 24px;
    text-decoration: underline;
}

.ultimate-top .hs-button{
    color: rgb(255, 255, 255);
    padding: 13px 35px;
    background-color: rgb(62, 124, 203);
    font-size: 21px;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    border-left: none !important;
    border-right: none !important;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 100%;
}
.ultimate-top .hs-form{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(0, 0, 0, 0.64);
    border-color: rgba(0, 0, 0, 0.64);
    border-radius: 10px;
    padding: 40px;
    order-width: 3px;
    border-style: solid;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-shadow 0 2px 5px 2px rgba(0,0,0,0.4);
}

.ultimate-section-1 .hs-form .hs-richtext{
    text-align: center;
    color: #FFF;
    font-size: 32px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    font-weight: 700;
}
.sub-header-form{
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    font-weight: 700;
    font-size: 21px;
}
.ultimate-section-1 .hs-responsive-embed {
    margin-top: 20px;
}
/********** Ultimate Shock and Awe TYP ************/ 

.ultimate-typ{
	background: #F1F4F8;
  background-image: url("https://cdn2.hubspot.net/hubfs/4110650/grey-bloom.png");
  background-size: cover;
}
.ultimate-typ .page-center{
	margin-top: 50px;
	margin-bottom: 85px;
}
.ultimate-typ-header{
  padding-top: 30px;
  padding-bottom: 80px;
}
.ultimate-typ-footer{
	padding-top: 85px;
}
.ultimate-typ-section-1{
	text-align: center;
  background: #FFF;
  padding-left: 40px;
  padding-right: 40px; 
  padding-bottom: 40px;
  padding-top: 40px;
  border-color: rgba(53, 53, 53, 0.35);
  margin-top: 23px;
  outline: none;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  transform: scaleX(1) scaleY(1);
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  height: 700px !important;
  max-width: 720px;
}
.ultimate-typ h1{
 color:rgb(44, 100, 133);
 font-size: 48px;
}
.ultimate-typ h2{
  color:rgb(44, 100, 133);
  font-weight:700;
  font-size: 30px;
}
/********** Referall TYP ***********/
.referrals-typ{
 	background: rgb(255, 255, 255);
  color: #2f2f2f;
  text-align: center;
}
.referrals-typ p{
  font-size: 33px;
	line-height: 1.2;
}
/********* Ultimate Phone TYP **********/
.ultimate-phone-typ{
	background: rgb(234, 237, 241);
  color: #2f2f2f;
  padding-top:80px;
  padding-bottom: 80px;
}
.ultimate-phone-typ .page-center{
	width: 90%;
  margin: 0 auto;
  position: relative;
  background: rgb(255, 255, 255);
  padding-right: 90px;
  padding-left: 90px;
	border-style: solid;
  border-width: 5px;
  border-radius: 3px;
  border-color:rgb(158, 167, 178);
  padding-bottom: 40px;
  margin-top: 80px;
}
.ultimate-phone-typ p{
	  color: rgba(47, 47, 47, 0.77);
    font-size: 22px;
    line-height: 33px;
}
.ultimate-phone-typ h1{
	color: rgb(131,159,218);
  font-weight: 700;
  line-height: 33px;
  font-size: 48px;
  margin-top: 10px;
}
.ultimate-phone-typ h2{ 
	font-size: 34px;
  line-height: 33px;
}
.ultimate-phone-typ a{
	text-decoration: none;
  color: rgb(115,180,252);
}
.ultimate-phone-typ a:hover{
	text-decoration: underline; 
}
.ultimate-phone-typ .section-1 {
	padding-bottom: 50px; 
}
.ultimate-phone-typ .hs-button{
	    background-color: rgb(14, 141, 199);
			font-weight: bold;
  		text-align: center;
  		margin-top: 30px;
  		margin-left: auto;
  		margin-right: auto;
  		padding: 20px 20px;
  	  color: rgb(255, 255, 255);
  		border-style: none !important;
  		font-size: 18px;
  		display: block;
}
.phone-typ-footer{
	padding-top: 40px;
}
@media (max-width: 400px){
	.ultimate-phone-typ h1{
  	line-height: 50px;
  }
}
/******** Ultimate Phone Launch 1 *********/
.phone-launch-1{
		color: rgb(47, 47, 47);
  	font-size: 37px;
}
.phone-launch-1 .page-center{
		max-width: 1170px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.phone-launch-1 .page-center .button{
    background-color: rgb(71, 114, 249);
  	padding: 20px 20px;
  	cursor: pointer;
    border-radius: 3px;
} 
.phone-launch-1 .page-center a{
		color: rgb(255, 255, 255);
    font-weight: 600;
  	font-size: 28px;
}
.phone-launch-1 .page-center .button:hover{
		box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset;
  	background: #0c69a8;
}
.phone-launch-footer{
		font-size: 16px;
  	padding-top: 40px;
    padding-bottom: 40px;
    border-top-color: rgba(47, 47, 47, 0.290196);
    outline: none;
  	border-top-style: solid;
  	border-top-width: 2px;
    background-color: #F1F4F8;
}
.phone-launch-header{
	  width: 1170px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
 		padding-top: 20px;
    border-bottom-color: rgba(47, 47, 47, 0.290196);
  	border-bottom-style: solid;
  	border-bottom-width: 2px;
}
.phone-launch-footer a{
		font-style: none;
  	color: rgb(65,106,150);
}
.phone-launch-footer a:hover{
		font-style: underline;
}
.phone-launch-1 .section-2{
		padding-top: 100px;
}
@media (max-width: 1100px){
.phone-launch-1 .page-center a{
  font-size: 16px;
  }
}
/******** imm Launch ********/
.imm-launch .video-container{
	text-align: center;
  padding: 40px 20px;
  border-color: rgba(47, 47, 47, 0.14902);
  background-color: rgba(245, 245, 245, 0.972549);
  border-width: 3px;
  border-style: solid;
  border-radius: 3px;
}
/******* imm Launch 3 *******/
.imm-launch-3 .page-center{
		background: rgb(255, 255, 255);
}
.imm-launch-3 .section-2{
    background-color: rgb(30, 92, 133);
    padding-top: 40px;
    padding-bottom: 40px;
  	color: rgb(255, 255, 255);
}
.imm-launch-3 .section-3 .header h2{
	font-style: italic;
}

.imm-launch-3 .row-number-5{
		background: #F1F4F8;
}
.imm-launch-3 .button{
  background: rgba(8, 194, 54, 0.89);
      width: 40%;
    display: block;
    margin: 40px auto;
}
.imm-launch-3 .button a{
  font-weight: bold;
  		text-align: center;
  		margin-top: 30px;
  		margin-left: auto;
  		margin-right: auto;
  		padding: 20px 20px;
  	  color: rgb(255, 255, 255);
  border-style: none !important;
  font-size: 18px;
  display: block;
}
.imm-launch-3 .section-3 .widget-type-custom_widget{
	padding-top: 30px;
  padding-top: 30px;
}
.imm-launch-3 .section-3 .widget-type-custom_widget p{
  overflow: hidden;
}
.imm-launch-3 .fixed{
	min-height: 480px;  
}
/******* IMM Order *******/ 
.imm-order .button{
  width: 50%;
}
.imm-order .page-center .button{
	margin: 50px auto;
  padding: 20px 20px;
}
body.imm-order{
	background-color: #F1F4F8;
}
/******* Kama TYP *******/ 
.kama-typ{
	background: #FFF;
}
.kama-typ .header-container .page-center{
	max-width: 800px;
}
.kama-typ .body-container .page-center{
	padding-top: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  max-width: 800px;
  margin-top: 0px;
  border-color: rgba(158, 167, 178, 0.31);
  outline: none;
  background-color: rgba(255, 255, 255, 0.298);
  opacity: 1;
  position: relative;
  top: 0px;
  border-width: 1px;
  border-style: solid;
  margin-top: 20px;
  margin-bottom: 20px;
}
.kama-header{
	margin-bottom: 0px;
  outline: none medium;
  background-color: rgb(90, 90, 90);
  opacity: 1;
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  padding: 10px;
}
.kama-typ h1{
 	line-height: 72px;
  font-size: 48px; 
}
.kama-typ h2{
  font-size: 32px;
  line-height: 41px;
}
.kama-typ p, 
.kama-typ a{
  font-size: 23px;
  line-height: normal;
}
.kama-typ h3{
  font-size: 24px;
  line-height: 36px;
  font-weight: 700px;
}
/********* Strategic Advisor to the CEO *********/ 
.ceo p{
	font-size: 16px;
}
.ceo h3{
  padding-top: 20px;
	padding-bottom: 20px;
  font-size: 37px;
	color: #FFF;
}
.ceo .button a{
	color: #FFF;
}
.ceo .button:hover{
	background: #d43c1c;
}
.ceo-section-1{
	background-image: url("https://cdn2.hubspot.net/hubfs/4110650/shutterstock_203892769.jpg");
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}
.ceo-section-1 h1{
	font-size: 48px;
  font-weight: 700;
  color: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ceo-section-2{
  padding-top: 20px;
  padding-bottom: 20px;
  outline: none;
  margin-top: 0px;
  display: block;
  border-color: rgba(0, 0, 0, 0.156863);
  background-color: rgb(247, 246, 252);
  border-width: 3px;
  border-style: solid;
}
.ceo-section-2 img{
	border-radius: 50% !important;
	padding-bottom: 20px;
}
.ceo-section-2 h3{
	color: #333;
}
.ceo-section-2 p{
	color: #333;
}
.ceo-section-3{
	padding-top: 40px;
  padding-bottom: 40px;
  background: url("https://cdn2.hubspot.net/hubfs/4110650/footer_lodyas.png");
}
.ceo-section-3 h3{
	text-align: center;
}
.ceo-section-4{
	background-color: #F1F4F8;
  text-align:center;
}
.ceo-section-4 h3{
	color: #333;
  line-height: 50px;
}
.ceo-section-4 ul{
	text-align: left;
  list-style: circle;
  overflow: hidden;
  font-size: 18px;
}
.ceo-section-4 .page-center{
 	padding-top: 40px;
  padding-bottom: 23px;
  outline: none;
  background-color: rgb(255, 255, 255);
	max-width: 960px !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.ceo-section-4 img{
	margin-top: 30px;
}
.ceo-section-5 .page-center{
	max-width: 960px !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  background: #F1F4F8;
}
.ceo-section-5 h3{
	color: #333;
}
.ceo-section-5{
	padding-top: 40px;
  padding-bottom: 40px;
	text-align: center;
  background: rgb(255, 255, 255);
}
.ceo-section-6{
	text-align: center;
  background: rgb(248, 248, 248);
  margin-bottom: 40px;
}
.ceo-section-6 img{
	margin-top: 30px;
}
.ceo-section-6 h3{
  color: #333;
}
.ceo-section-6 p{
	text-align: left;
}
.ceo-section-6 .page-center{
	max-width: 960px !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  background: rgb(255, 255, 255);
}
.ceo-section-7{
	background: rgb(255, 255, 255);
}
.ceo-section-7 h3{
	color: #333;
  text-align: center;
}
.ceo-section-7 .page-center{
	max-width: 960px !important;
  background: #F1F4F8;
}
.ceo .button{
	color: rgb(239, 247, 253);
  background-color: rgb(228, 83, 53);
  border-bottom: 3px solid rgba(0,0,0,0.2);
  border-left: none !important;
  border-right: none !important;
  padding: 13px 35px;
  text-align: center; 	
  margin-top: 20px;
  margin-bottom: 20px;
}
.ceo .button a{
	font-size: 27px;
}
.ceo .footer{
	text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  outline: none;
  margin-top: 40px;
  background-color: rgb(30, 30, 30);
}
.ceo .hs-footer-company-copyright{
	color: rgba(237, 237, 237, 0.619608);
  font-size: 18px;
}
.ceo .hs-form .hs-button{
	font-size: 27px;
}
.ceo .hs-form .hs-button:before{
	content: '✔︎';
  font-size: 27px;
}
/******* CEO TYP *********/
.ceo-typ .header{
	background: #FFF;
}
.ceo-typ{
	padding-top: 0px;
}
.ceo-typ .page-center{
	border-style: none;
}
.ceo-typ label{
	display: block;
}
.ceo-typ .pop-up-form h1{
	padding-bottom: 0px;
}
.ceo-typ p{
	padding-bottom: 40px;
}
.ceo-typ form{
  border-left-style: solid;
  border-left-width: 1px;
  padding-left: 10px;
}
@media (max-width: 400px){
	border-left-style: none;
}
/******* CEO TYP 2 *******/
.ceo-typ-2 h1{
  font-size: 48px;
}
.ceo-typ-2 h2{
  color: rgb(176,28,28);
  font-size: 32px;
}
.ceo-typ-2 h3{
  font-size: 24px;
  font-style: underline;
}
.ceo-typ-2 .section-1{
  padding-bottom: 30px;
	border-bottom-style:solid;
  border-bottom-color:#333;
  border-bottom-width: 3px;
}
.ceo-typ-2 .section-2{
  padding-bottom: 30px;
	border-bottom-style:solid;
  border-bottom-color:#333;
  border-bottom-width: 3px;
}
.ceo-typ-2 .yellow-box{
  border-color: rgb(220, 14, 14);
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  margin: 24px 100px 0px;
  padding-top: 0px;
  background-color: rgb(248, 250, 215);
  border-width: 3px;
  border-style: dashed;
}
.ceo-typ-2 .white-background{
	padding-left: 20px;
  padding-right: 20px;
  background: rgb(255, 255, 255);
}
.ceo-typ-2 .header{
	border-bottom-style:solid;
  border-bottom-color:#333;
  border-bottom-width: 3px;
  text-align: center;
}
.ceo-typ-2 .header h1{
	color: #333;
  padding-bottom: 0px;
}
.ceo-typ-2 .section-2 img{
	border-radius: 50%;
}
/********* Dentist ********/
.Dentists .pop-up-form{
	top: -900px;
}

.span12.widget-span.widget-type-form.pop-up-form {

    position: absolute;
    top: 0;
    top: 50%;
    right: 50%;
    width: 60% !important;

}


