/* ==========================================================================
   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 =============== */
@import url('//fonts.googleapis.com/css?family=Roboto');
@font-face {
  font-family: "HelveticaNeueW01-45Ligh";
  src: url("//cdn2.hubspot.net/hubfs/3838930/Rewireinc%20Nov%202017%20Sitemap/Fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot") format("eot"), 
	   url("//cdn2.hubspot.net/hubfs/3838930/Rewireinc%20Nov%202017%20Sitemap/Fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), 
	   url("//cdn2.hubspot.net/hubfs/3838930/Rewireinc%20Nov%202017%20Sitemap/Fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-LT-W01_35-Light1475496";
  src: url("//cdn2.hubspot.net/hubfs/3838930/Rewireinc%20Nov%202017%20Sitemap/Fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot") format("eot"), 
	   url("//cdn2.hubspot.net/hubfs/3838930/Rewireinc%20Nov%202017%20Sitemap/Fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"), 
	   url("//cdn2.hubspot.net/hubfs/3838930/Rewireinc%20Nov%202017%20Sitemap/Fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("//cdn2.hubspot.net/hubfs/3838930/Rewireinc%20Nov%202017%20Sitemap/Fonts/opensans-regular-webfont.eot") format("embedded-opentype"), 
	   url("//cdn2.hubspot.net/hubfs/3838930/Rewireinc%20Nov%202017%20Sitemap/Fonts/opensans-regular-webfont.woff") format("woff"), 
	   url("//cdn2.hubspot.net/hubfs/3838930/Rewireinc%20Nov%202017%20Sitemap/Fonts/opensans-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-LT-W01_85-Heavy1475544";
  src: url("//cdn2.hubspot.net/hubfs/3838930/Rewireinc%20Nov%202017%20Sitemap/Fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot") format("eot"),
	   url("//cdn2.hubspot.net/hubfs/3838930/Rewireinc%20Nov%202017%20Sitemap/Fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"), 
	   url("//cdn2.hubspot.net/hubfs/3838930/Rewireinc%20Nov%202017%20Sitemap/Fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype");
}
@font-face {
  font-family: "Brandon-Grot-W01-Light";
  src: url("//cdn2.hubspot.net/hubfs/3838930/Rewireinc%20Nov%202017%20Sitemap/Fonts/e00ba30a-0bf3-4c76-9392-8641fa237a92.eot") format("eot"),
	   url("//cdn2.hubspot.net/hubfs/3838930/Rewireinc%20Nov%202017%20Sitemap/Fonts/9362bca5-b362-4543-a051-2129e2def911.woff") format("woff"), 
	   url("//cdn2.hubspot.net/hubfs/3838930/Rewireinc%20Nov%202017%20Sitemap/Fonts/85060878-ca6c-43cc-ac31-7edccfdca71b.ttf") format("truetype");
}
/* EX: @import url('http://example.com/example_style.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                                             
   ========================================================================== */

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

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

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: rgb(240, 240, 240);
} 

body {
    background: #fff;
    color: #333;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390FF;
}
::selection {
  color: #fff;
  background: #3390FF;
}


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

/* Basic text */
p {
    margin: 0 0 22px;
}
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 {
    margin : 10px 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 53px;
    color: #8F2929;
    line-height: normal;
    letter-spacing: normal;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    line-height: 1.2em;
    font-weight: normal;
}
h2 {
    font: normal normal normal 48px/1.25em avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #2F2E2E;
    line-height: 1.25em;
}
h3 {
    font: normal normal normal 48px/1.25em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-size: 35px;
    color: #8F2929;
    line-height: 1.25em;
}
h4 {
    font: normal normal normal 24px/1.46em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    line-height: normal;
    letter-spacing: normal;
}
h5 {
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    font-size: 21px;
    color: #2F2E2E;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
h6 {
    font-size: 20px;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    line-height: 1.46em;
    color: #8F2929;
}

/* Anchor Links */
a {
    cursor: pointer;
    text-decoration: underline; /*changed by Hubspot support for links to be underlined */
    /* color: inherit; changed by Hubspot support for links to be blue (browser default) */
}
a:hover, a:focus {
    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 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    z-index: 10;
    background-color: rgba(255, 255, 255, 1);
    min-height: 76px !important;
}
.custom-logo a {
    cursor: pointer;
    width: 235px;
    height: 46px;
    display: block;
}
.custom-logo img {
    width: 235px;
    height: 46px;
    object-fit: cover;
}
.custom-logo {
    padding: 15px 0 15px;
}




















/******************************25-june-2018*****************************/


.outer-better-title .header-text {
    text-align: center;
}
.outer-better-title .header-text h1 {
    font-size: 42px;
    font-weight: 700;
    color: #646464;
    padding: 50px 0 70px;

}
.outer-better-title .header-text h1 {
    font-size: 42px!important;
    font-weight: 700!important;
    color: #646464!important;
    padding: 50px 0 70px!important;
}
.outer-better-title .experience-info .left-section h2, .outer-better-title .experience-info .right-section h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 0.3px;
    padding-bottom: 14px;
    margin: 0;
    color: #646464;
}
.experience-info .left-section {
    width: 50%;
    float: left;
      padding-right: 24px;
}
.experience-info .right-section {
    float: left;
    width: 50%;
}
.outer-better-title .experience-info .left-section p, .outer-better-title .experience-info .right-section p {
    color: #757575;
    font-size: 20px;
    margin-bottom: 40px;
}

.outer-better-title .experience-info .left-section p a:hover, .outer-better-title .experience-info .right-section p a:hover {
    box-shadow: 0 2px 0 #005175;
}
.outer-better-title .experience-info .left-section p a, .outer-better-title .experience-info .right-section p a {
    color: #005175;
    box-shadow: 0 1px 0 #005175;
    margin-bottom: 26px;
      text-decoration: none;
}
.testimonial-sec img {
    display: block;
    padding-bottom: 14px;
    width: 80px;
}
.outer-better-title .experience-info .left-section p i {
    font-size: 20px;
    color: #757575;
    font-style: italic;
}
.testimonial-sec .testimonial-content-sec p {
    margin-bottom: 18px!important;
}
.testimonial-sec .testimonial-content-sec p.company-name {
    font-weight: 600;
    font-size: 18px;
    color: #676767;
}

.experience-info {
    float: left;
    width: 100%;
      padding-bottom: 50px;
}
.outer-better-title .hs_cos_wrapper:nth-child(2) .experience-info {
    float: left;
    width: 100%;
}
.outer-member-coach .coach-text h3 {
  color: #fff;
    font-size: 48px;
    line-height: 62px;
    font-style: italic;
  text-align:center;
      padding: 0 220px;
  font-weight: normal;
}

.outer-member-coach {
    text-align: center;
    padding: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 225px;
}
div#offer-background-image {
    padding: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}
.outer-explainer-section {
        background-repeat: no-repeat;
    display: flex !important;
    flex-direction: column;
    padding: 32px 0;
    background-position: center -40px;
    background-size: 840px 722px;
    padding-top: 0;
    padding-bottom: 60px;
}
.outer-explainer-section .outer-core-text-header .core-text-header {
    text-align: center;
}

.outer-explainer-section .outer-core-text-header {
    text-align: center !important;
    margin: 0 auto !important;
    float: none !important;
}
.outer-explainer-section .outer-core-text-header .core-text-header {
    text-align: center;
    margin: 0 auto;
    width: 40%;
    float: none;
    padding: 250px 0 90px 0;
}
.outer-explainer-section .outer-core-text-header .core-text-header h3 {
    color: #fff;
}
.outer-explainer-section .outer-core-text-header .core-text-header h3 {
    color: #fff;
    font-size: 32px;
    line-height: 34px;
    margin: 0;
    font-style: italic;
}
.outer-explainer-section .outer-core-text-header .core-text-header h2 {
    color: #fff;
    font-size: 70px;
    line-height: 42px;
        margin: 0 0 10px 0;
    font-style: italic;
}
.outer-explainer-section .core-section {
    max-width: 398px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.09);
      position: relative;
}
.core-outer .core-section.row-one-col-one:before {
    position: absolute;
    content: "";
    height: 176px;
    width: 10px;
    right: -121px;
    background: url(https://www.rewireinc.com/hubfs/Rewire%20Experience%20page%20imgs/do-agib-2.png?t=1529987215726);
    background-size: 14px;
    background-position: center;
    top: -18px;
}

.core-outer .core-section.row-one-col-one:after {
   position: absolute;
    content: "";
    height: 8px;
    width: 118px;
    right: -119px;
    background: url(https://www.rewireinc.com/hubfs/Rewire%20Experience%20page%20imgs/do-agib-2.png?t=1529987215726);
    background-size: 14px;
    bottom: 133px;
    background-position: center;
}


.core-section.row-one-col-two:before{
 position: absolute;
    content: "";
    height: 176px;
    width: 10px;
    background: url(https://www.rewireinc.com/hubfs/Rewire%20Experience%20page%20imgs/do-agib-2.png?t=1529987215726);
    background-size: 14px;
    background-position: center;
    top: -18px;
    left: -126px;
}
.core-section.row-one-col-two:after {
    position: absolute;
    content: "";
    height: 8px;
    width: 118px;
    background: url(https://www.rewireinc.com/hubfs/Rewire%20Experience%20page%20imgs/do-agib-2.png?t=1529987215726);
    background-size: 14px;
    bottom: 133px;
    background-position: center;
    left: -120px;
}


.core-outer.core-outer-2 .core-section.row-two-col-one:before{
 position: absolute;
    content: "";
    height: 400px;
    width: 10px;
    background: url(https://www.rewireinc.com/hubfs/Rewire%20Experience%20page%20imgs/do-agib-2.png?t=1529987215726);
    background-size: 14px;
    background-position: center;
    top: -353px;
    right: -61px;
}
.core-outer.core-outer-2 .core-section.row-two-col-one:after{
position: absolute;
    content: "";
    height: 8px;
    width: 63px;
    background: url(https://cdn2.hubspot.net/hubfs/3838930/Rewire%20Experience%20page%20imgs/do-agib-2.png?t=1529987215726);
    background-size: 14px;
    bottom: 256px;
    background-position: center;
    right: -59px;
}
.core-outer.core-outer-2 .core-section.row-two-col-two:before{
	    position: absolute;
    content: "";
    height: 400px;
    width: 10px;
    background: url(https://www.rewireinc.com/hubfs/Rewire%20Experience%20page%20imgs/do-agib-2.png?t=1529987215726);
    background-size: 14px;
    background-position: center;
    top: -353px;
    left: -64px;
}
.core-outer.core-outer-2 .core-section.row-two-col-two:after{
	     position: absolute;
    content: "";
    height: 8px;
    width: 63px;
    background: url(https://cdn2.hubspot.net/hubfs/3838930/Rewire%20Experience%20page%20imgs/do-agib-2.png?t=1529987215726);
    background-size: 14px;
    bottom: 256px;
    background-position: center;
    left: -63px;
}









.outer-explainer-section .core-section .text-part {
    padding: 42px;
}

.outer-explainer-section .core-section .text-part h2 {
      font-size: 36px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 0.3px;
    padding-bottom: 14px;
    margin: 0;
    color: #646464;
}
.outer-explainer-section .core-section .text-part p {
      margin-bottom: 30px;
  color: #757575;
    font-size: 20px;
}


.outer-explainer-section .core-section .text-part p span a:hover {
    box-shadow: 0 2px 0 #005175;
}
.outer-explainer-section .core-section .text-part p span a {
    color: #005175;
    box-shadow: 0 1px 0 #005175;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
  font-size: 20px;
}
.outer-explainer-section .core-section .text-part p:nth-child(3) {
    margin-bottom: 0px;
}

.core-outer {
    padding-bottom: 30px;
}
.core-section.row-one-col-two {
    float: right;
  position:relative;
}
.core-outer.core-outer-2 {
    max-width: 950px;
    float: none;
    margin: 0 auto !important;
}
.core-outer.core-outer-2 .core-section.row-two-col-two {
    float: right;
}
.card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.08);
}

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

.body-container-wrapper {
    font-size: 16px;
    color: #2F2E2E;
    font-family: avenir-lt-w01_35-light1475496, sans-serif;
    line-height: 24px;
}
.body-container .content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}
.custom-banner-area {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex !important;
    align-items: flex-end;
    padding-bottom: 60px;
    padding-top: 80px;
    justify-content: left;
    background-attachment: fixed;
    background-position: center;
}
.custom-banner-area:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #92272747;
    position: absolute;
}
.custom-banner-heading-wrapper h1 {
    font: normal normal normal 72px/1.18em avenir-lt-w01_85-heavy1475544,sans-serif;
    letter-spacing: normal;
    margin: 0;
    font-size: 61px;
    line-height: 1.18em;
    color: #FFFFFF;
   
}
.custom-banner-heading-wrapper.right p {
    padding-bottom: 24px;
    padding-right: 180px;
}
.custom-banner-heading-wrapper.right h1 {
    padding-bottom: 18px;
      padding-right: 32px;
}
.custom-banner-heading-wrapper p {
    font: normal normal normal 24px/1.46em avenir-lt-w01_35-light1475496,sans-serif;
    letter-spacing: normal;
    margin: 0;
    line-height: 1.46em;
    color: #FFFFFF;
}

.custom-banner-heading-wrapper {
    position: relative;
    padding-bottom: 70px;
}
.custom-banner-area a {
    text-decoration: none;
    background-color: rgba(143, 41, 41, 1);
    border: solid rgba(47, 46, 46, 1) 0px;
    cursor: pointer;
    text-align: center;
    font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    transition: all 0.4s ease;
    color: #FFFFFF;
    display: inline-block;
    padding: 12px 15px 12px;
    min-width: 210px;
    left: 0;
    bottom: 0;
}
.custom-banner-area a:hover {
    background-color: rgba(240, 240, 240, 1);
    border-color: rgba(47, 46, 46, 1);
    color: #8F2929;
}
.custom-banner-area .page-center {
    padding: 0;
    position: relative;
    width: 100%;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
.custom-footer {
    background-color: rgba(35, 35, 35, 0.6);
    padding-top: 17px;
}
.custom-footer-contact-info {
    text-align: center;
}
.custom-footer h3 {
    font: normal normal normal 48px/1.25em avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #2F2E2E;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    font-size: 20px;
    text-align: center;
}
.custom-footer-contact-link img {
    width: 230px;
    height: 231px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.custom-footer-contact-link {
    max-width: 230px;
    margin: 0 auto;
    position: relative;
    min-height: 231px;
    padding-top: 72px;
    margin-top: -12px;
}
.custom-footer-contact-link p {
    font: normal normal normal 24px/1.46em avenir-lt-w01_35-light1475496,sans-serif;
    letter-spacing: normal;
    margin: 0;
    font-size: 20px;
    line-height: 1.3em;
    text-align: center;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.custom-footer-contact-link p a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
}
.custom-footer-follow-us ul {
    margin: 21px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.custom-footer-follow-us ul li {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 15px;
}
.custom-footer-follow-us ul li:nth-child(3),.custom-footer-follow-us ul li:last-child {
    margin-right: 0;
}
.custom-footer .hs_cos_wrapper_type_form {
    display: block;
    padding: 0;
    max-width: 100%;
    margin: 0;
    background-color: transparent;
}
.custom-footer .form-title {
    padding: 8px 22px 0;
    color: rgba(255,255,255,1);
    font: normal normal normal 24px/1.46em avenir-lt-w01_35-light1475496,sans-serif;
    margin: 0;
}
.custom-footer form {
    padding: 20px 20px 4px;
    text-align: center;
}
.custom-footer form .hs-form-field > label {
    display: none;
}
.custom-footer form input[type="email"] {
    text-align: start;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    background: 0 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border-style: solid;
    padding: 8px;
    border-width: 0px;
    border-color: rgba(97,97,94,1);
    background-color: rgba(245,245,245,0.49);
    color: rgba(255,255,255,1);
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    margin-bottom: 10px;
    max-width: 255px;
    margin: 0 auto 10px;
}
.custom-footer form input[type="submit"] {
    max-width: 255px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding: 9px 24px;
    border-style: solid;
    margin: 0;
    background-color: rgba(255,255,255,0.12) !important;
    border-color: rgba(143,41,41,1);
    border-width: 0px;
    color: rgba(255,255,255,1);
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    border-radius: 0;
    width: 100%;
}
.custom-footer-copyright p {
    font: normal normal normal 14px/1.43em 'Open Sans',sans-serif; 
    letter-spacing: normal;
    line-height: 1.43em;
    text-align: center;
    color: #96968F;
    padding-left: 15px;
    margin-bottom: 0;
    margin-top: 8px;
}
.custom-footer-copyright p a {
    text-decoration: underline;
    color: inherit;
}

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



.custom-menu-primary .hs-menu-wrapper > ul {
    float: right; 
    padding-top: 13px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a { 
    display: inline-block;
    text-align: center;
    padding: 0 16.5px;
    color: #2F2E2E;
    transition: color 0.4s ease;
    line-height: 50px;
    font-size: 14px;
    text-decoration: none;
    font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
    font-weight: 400;
}
.custom-menu-primary .hs-menu-wrapper > ul ul { 
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1px; 
    text-align: center;
    top: 114%;
    width: auto;
    left: 50% !important;
    transform: translateX(-50%);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #2f2e2e;
    transition: color .4s ease;
    font-size: 14px;
    text-decoration: none;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: 400;
    white-space: nowrap !important;
    line-height: 29px;
    padding: 0 8px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #8f2929;
    transition: all 0.4s ease;
}
/**08-08-18**/
.coaching-page .container-fluid .row-fluid .page-center {
	max-width: 1175px;
}
.coaching-page .custom-banner-heading-wrapper.right {
	max-width: 58%;
}
.coaching-page .custom-banner-area {
	background-position: center 23px;
	background-size: 120%;
}
/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .team-member-wrapper.left {
        float: right;
    }
    .team-member-wrapper.right {
        float: left;
    }
    .team-member-wrapper.center {
        width: auto;
        margin: auto;
        display: inline-block;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
        color: #8f2929;
        transition: all 0.4s ease;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:after {
        content: "";
        clear: both;
        height: 15px;
        width: 100%;
        display: block;
        background: transparent;
        position: absolute;
    }
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-mobile-logo-img,
    .custom-menu-primary.custom-mobile-menu {
        display: none !important;
    }
}


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

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

@media (max-width: 767px){
.custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #8f2929;
    transition: all 0.4s ease;
}
.custom-desktop-logo-img {
    display: none;
}
.custom-menu-primary.custom-desktop-menu {
    display: none !important;
}
  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }

  /* ===== Mobile Toggle Button ===== */
/*.custom-header {
    position: static !important;
}*/
.custom-header .page-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.custom-logo {
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
}
.custom-logo a {
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
}
.custom-logo img {
    width: 100%;
    max-width: 242px;
    height: auto;
    margin: 0;
}
/*.custom-menu-primary.js-enabled {
    padding-top: 0;
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(47, 46, 46, 1);
    height: 100%;
    width: 100%;
    overflow-y: auto;
    z-index: 99;
    text-align: center;
}*/
.mobile-trigger {
    display: inline-block!important;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 10px;
    left: auto;
    width: 50px;
    height: 50px;
    padding: 13px 15px;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: rgba(47, 46, 46, 1);
    z-index: 9999;
}
.custom-landing-pages .mobile-trigger {
    display: none !important;
}

  /* Toggle Button Icon */
.mobile-trigger i {
    display: inline;
    position: relative;
    top: -3px;
    transform: rotate(0); 
    transition: transform 0.3s ease-in-out;
}
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 20px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: rgba(47, 46, 46, 1);
    display: inline-block;
    transform: rotate(0); 
    transition: transform 0.3s ease-in-out;
}
.mobile-trigger i:before {
    top: -8px;
}
.mobile-trigger i:after {
    top: 8px;
}
.mobile-open .mobile-trigger i:after {
    display: none;
}
.mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before {
    width: 17px;
    height: 3px;
    background-color: #fff;
    transition: transform 0.3s ease-in-out;
}
.mobile-open .mobile-trigger i {
    top: -4px;
    transform: rotate(45deg);
    left: 1px;
}
.mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(-90deg);    
}
 
  /* ===== Mobile Menu Styles ===== */  

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

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        height: 100%;
        padding-top: 80px;
        overflow-y: auto !important;
        padding-bottom: 28px;
    }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%; /* Full screen width */
  }
.custom-menu-primary > .cell-wrapper {
    width: 100%;
}
  /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul {
        padding-top: 0;
        text-align: center;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li {
        padding: 0 20px 0 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a,
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        font: normal normal normal 14px/1.43em 'Open Sans',sans-serif;
        padding: 10px 22px 10px 22px;
        text-align: center;
        color: #FFFFFF;
        cursor: pointer;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        letter-spacing: 2px;
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul li {
        font-size: 14px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        font-size: 90%;
        line-height: 1.43em;
        padding: 11px 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
        content: '\ff0b';
        color: #FFFFFF;
        padding: 0;
        display: inline-block;
        width: 22px;
        text-align: right;
        margin-right: 17px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a.child-open:before {
        content: "\ff0d";
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
        transition: all 0.4s ease;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: transparent;
        border-radius: 0;
    }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children {
        padding-left: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul{
        transform: translateX(0%);
        padding-left: 20px;
    }
}


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


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

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

/* Blog Post */
.hs-blog-post {}
.section.post-header h1 {
    margin: 0px 0 5px;
    font: normal normal normal 32px/1.25em avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #2F2E2E;
    letter-spacing: normal;
    font-size: 32px;
    font-family: brandon-grot-w01-light,sans-serif;
    line-height: 1.2em;
}
.hs-blog-post a.author-link {
    font-style: italic;
}
.hs-blog-post .hs-blog-social-share {
    border-top: 0;
    border-bottom: 0;
    height: auto;
}
.custom-recent-post-item {
    margin-top: 27px;
}
.custom-recent-left {
    max-width: 30%;
    float: left;
    margin-right: 15px;
}
.custom-recent-right {
    float: left;
    max-width: 64%;
}
.custom-recent-post-item:before, 
.custom-recent-post-item:after {
    content: "";
    display: table;
    clear: both;
}
.custom-recent-right h4 {
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
}
.custom-recent-right h4 a {
    text-decoration: none;
    color: #2F2E2E;
}
.custom-recent-right h4 a:hover {
    text-decoration: underline;
    color: #2F2E2E;
}
span.custom-recent-post-date {
    font: normal normal normal 16px/1.55em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    line-height: normal;
    letter-spacing: normal;
    font-style: italic;
}
.blog .blog-sidebar .widget-span.custom-recent-posts {
    margin-bottom: 25px;
}
.custom-recent-left img {
    width: 100%;
    object-fit: cover;
}
/* Blog Listing */
.hs-blog-listing {}
.blog .header-container {
    min-height: 76px;
}
.post-header h2 {
    font: normal normal normal 32px/1.25em avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #2F2E2E;
    margin: 0;
    letter-spacing: normal;
    line-height: 1.2em;
    margin-bottom: 3px;
}
.post-header h2 a {
    color: #2F2E2E;
    text-decoration: none;
}
.post-header h2 a:hover {
    text-decoration: underline;
}
span.custom-post-date {
    font: normal normal normal 16px/1.55em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    display: inline-block;
    margin-right: 5px;
}
span.seperator {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}
a.author-link {
    font: normal normal normal 16px/1.55em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
}
a.author-link:hover {
    text-decoration: underline;
}
div#hubspot-author_data {
    margin-bottom: 15px;
}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: inline-block !important;
    float: none;
    margin: 0;
}
.post-body {
    line-height: normal;
    letter-spacing: normal;
    font: normal normal normal 16px/1.55em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    margin-bottom: 20px;
}
.post-body p {
    margin: 0;
    line-height: normal;
}
.hs-featured-image-wrapper {
    margin-bottom: 15px;
}
.post-item {
    margin-bottom: 65px;
}
a.more-link {
    transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
    border-radius: 100px;
    background-color: rgba(143, 41, 41, 1);
    border: solid rgba(47, 46, 46, 1) 0px;
    cursor: pointer;
    text-align: center;
    font: normal normal normal 16px/1.55em avenir-lt-w01_35-light1475496,sans-serif;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    line-height: 40px;
    padding: 0 21px;
    text-decoration: none;
}
a.more-link:hover {
    background-color: rgba(240, 240, 240, 1);
    border-color: rgba(47, 46, 46, 1);
    color: #8F2929;
}
.blog-pagination {
    padding-top: 20px;
    text-align: center;
}
.blog-pagination > div {
    display: inline-block;
}
.blog-pagination a {
    transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
    border-radius: 100px;
    background-color: rgba(143, 41, 41, 1);
    border: solid rgba(47, 46, 46, 1) 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: normal normal normal 16px/1.55em avenir-lt-w01_35-light1475496,sans-serif;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    padding: 0px 10px;
    line-height: 30px;
    margin-left: 6px;
}
.blog-pagination a:hover {
    background-color: rgba(240, 240, 240, 1);
    border-color: rgba(47, 46, 46, 1);
    color: #8F2929;
    text-decoration: none;
}
.blog-pagination a.active {
    opacity: 0.5;
}
.blog-pagination a.active:hover {
    background-color: rgba(143, 41, 41, 1);
    border: solid rgba(47, 46, 46, 1) 0px;
    color: #fff;
    cursor: text;
}
.blog-sidebar h3 {
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    line-height: normal;
    letter-spacing: normal;
    padding: 0 0 12px;
    border-bottom: 2px solid rgba(143, 41, 41, 1);
    margin: 0;
}
.blog .body-container .page-center {
    padding-top: 86px;
    padding-left: 26px !important;
    padding-right: 25px !important;
}
.custom-sidebar-archives ul {
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}
.custom-sidebar-archives ul li {
    margin-bottom: 15px;
}
.custom-sidebar-archives ul li a {
    font: normal normal normal 16px/1.55em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    font-style: italic;
}
.custom-sidebar-archives ul li a:hover {
    text-decoration: underline;
}
.custom-sidebar-archives span.filter-link-count {
    display: none;
}
.blog .blog-sidebar .widget-span {
    margin-top: 10px;
    margin-bottom: 10px;
}
.custom-sidebar-tags ul {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
}
.custom-sidebar-tags ul li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 7px;
}
.custom-sidebar-tags ul li a {
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    line-height: normal;
    letter-spacing: normal;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
}
.custom-sidebar-tags ul li a:hover {
    text-decoration: underline;
}
.custom-sidebar-tags span.filter-link-count {
    display: none;
}


/* Blog Columns Wrapper */
.blog .content-wrapper {}


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

.blog .blog-content {}

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

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

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

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

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

/* Blog Commments */
#comments-listing.no-comments {
   border: none;
}
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
    padding:15px;
}
.custom_listing_comments {
   border: 1px solid #E2E2E2;
   display: block;
   margin-bottom: 10px;
   padding: 15px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}
.comment-date {
    display: block !important;
    text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body {
    border-bottom: medium none;
    display: block;
    padding: 0;
}
.comment-reply-to{
    margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


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


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

/* Form Field */
.hs-form-field {}
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form {
    display: block;
    padding: 30px;
    max-width: 600px;
    margin: 0 0 25px;
    background-color: #F0F0F0;
}
/* Descriptions */
.hs-field-desc {}
.form-title {
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    line-height: 1.25em;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #2F2E2E;
    margin: 0 0 15px;
    letter-spacing: normal;
}

/* Labels and Legends */
label {
    display: block;
    margin: 0 0 5px;
}
.hs-form-field > label {}
ul.hs-error-msgs.inputs-list label {
    font: normal 14px 'Helvetica Neue', Helvetica, sans-serif;
    color: #8B0000;
}
/* 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 {
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: block;
    text-align: start;
    margin: 0em;
    border: 0px solid rgba(47, 46, 46, 1);
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    padding: 5px 10px;
    font: normal normal normal 13px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 12px;
}

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 {
    outline: none;
    box-shadow: none;
}

/* 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"] {}
input[type="checkbox"] {}

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
} /* Webkit Browsers */
:-moz-placeholder {
    color: #fff;
    opacity: 0.6;
} /* Firefox 18- */
::-moz-placeholder {
    color: #fff;
    opacity: 0.6;
} /* Firefox 19+ */
:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
} /* IE10 */



.hs-contact-row1-flexy .hs_cos_wrapper_type_form .hs-input::-webkit-input-placeholder {
    color: #000;
}
.hs-contact-row1-flexy .hs_cos_wrapper_type_form .hs-input:-moz-placeholder {
    color: #000;
}
.hs-contact-row1-flexy .hs_cos_wrapper_type_form .hs-input::-moz-placeholder {
    color: #000;
}
.hs-contact-row1-flexy .hs_cos_wrapper_type_form .hs-input:-ms-input-placeholder {
    color: #000;
}




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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: center;
    outline: 0;
    width: auto;
    vertical-align: baseline;
    background: transparent;
    border: 1px solid rgba(47, 46, 46, 1);
    cursor: pointer;
    background-color: rgba(143, 41, 41, 1);
    color: #FFFFFF;
    line-height: 55px;
    margin: 10px 0px 15px;
    display: inline-block;
    font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    padding: 16px 12px 15px;
}

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

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


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

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


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

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


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

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


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

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

.mobileActionsMenuwrapper {
    position: fixed;
    z-index: 98;
    width: 100%;
    right: 0;
    left: 0;
    -webkit-transition: bottom .2s ease-in-out;
    transition: bottom .2s ease-in-out;
    bottom: -58px;
}
div#MOBILE_ACTIONS_MENUknobContainer {
    text-align: center;
    width: 100%;
}
.mobileActionsMenuwrapper.item-show {
    bottom: 0;
}
li.mobileActionsMenu_navigation {
    cursor: pointer;
}
.mobileActionsMenuknob {
    pointer-events: auto;
    width: 150px;
    height: 40px;
    margin: 0 auto;
    background-image: url(https://cdn2.hubspot.net/hubfs/3838930/Rewire%20December2017%20Theme/Images/quickAction_darkSprite.png);
    background-position: 50% -430px;
    background-size: 430px;
}
.mobileActionsMenumenuContainer {
    display: table;
    width: 100%;
    background-color: #3e3e3e;
    background-position: 50% 60%;
    background-size: 100% 23px;
    background-repeat: no-repeat;
    background-image: url(https://cdn2.hubspot.net/hubfs/3838930/Rewire%20December2017%20Theme/Images/quickActions_dark_bg.png);
    height: 53px;
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.5);
    pointer-events: auto;
}
.mobileActionsMenumenuContainer ul {
    display: table-row;
    list-style: none;
}
.mobileActionsMenumenuContainer ul li {
    display: table-cell;
    text-align: center;
    height: 53px;
    border: 1px solid #575757;
    border-left-color: #363636;
}
.mobileActionsMenumenuContainer ul li.mobileActionsMenu_navigation a {
    background-position: -13px -4px;
}
.mobileActionsMenumenuContainer ul li a {
    background-image: url(https://cdn2.hubspot.net/hubfs/3838930/Rewire%20December2017%20Theme/Images/quickAction_darkSprite.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    direction: ltr;
    white-space: nowrap;
    text-indent: -9999em;
    background-size: 420px;
}
.mobileActionsMenumenuContainer ul li.mobileActionsMenu_phone a {
    background-position: -78px -4px;
}
.mobileActionsMenumenuContainer ul li.mobileActionsMenu_email a {
    background-position: -141px -4px;
}

.mobile-open .mobile-trigger {
    position: fixed;
}

body.landing-page:not(.hs-tq) .mobile-trigger {
    display: none !important;
}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
   




.custom-footer-form-wrapper ul.hs-error-msgs.inputs-list {
    margin: 0 0 10px;
}
.custom-footer-form-wrapper .widget-type-form {
    color: rgba(255,255,255,1);
    font: normal normal normal 24px/1.46em avenir-lt-w01_35-light1475496,sans-serif;
    text-align: center;
}
.custom-footer-form-wrapper ul.hs-error-msgs.inputs-list label {
    color: red;
    text-align: center;
    font-size: 14px;
    font-family: HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,sans-serif;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1025px){
    .hs-people-developers-row1-flexy .hs_cos_wrapper_type_custom_widget:nth-child(7) {
        clear: left;
    }
}
.popup-main-box .popup-box .content-box { 
    overflow: auto;
    max-height: 100vh;
}
.team-middle-wrappper {
    text-align: center;
}


.popup-main-box.timeline .popup-box .content-box p {
    padding: 0 10px;
}

.popup-main-box.timeline .close-button {
    position: static !important;
    width: auto !important;
    padding: 8px 49px;
    height: auto;
    border-radius: 100px;
}
.popup-main-box.timeline * {}

.popup-main-box.timeline .popup-inner-box {
    max-width: 677px;
    padding: 0;
}

.popup-main-box.timeline .popup-box {
    background: rgb(240, 240, 240);
    text-align: center;
    padding: 0;
    max-height: 750px;
}

.popup-main-box.timeline .popup-box h1 {
    background-color: rgba(143, 41, 41, 1);
    padding: 30px 0;
    line-height: 1.25em;
    color: #fff;
    font: normal normal normal 48px/1.25em avenir-lt-w01_85-heavy1475544,sans-serif;
    margin: 0 0 10px;
}

.popup-main-box.timeline .popup-box h3 {
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.55em;
    background-color: rgba(143, 41, 41, 1);
    margin-bottom: 25px;
    padding: 5px 0;
}

.popup-main-box.timeline .popup-box .content-box { 
    font-size: 14px;
    line-height: 1.55em;
    padding: 0;
}
.popup-main-box.timeline .popup-box ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.popup-main-box.timeline .popup-box ul li:first-child {
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}

.popup-main-box.timeline .popup-box h6 {
    font-size: 14px;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #96968F;
    font-weight: normal;
}
.popup-main-box.timeline.popup-open {
    opacity: 1;
    visibility: visible;
}



.method-layout .row-4-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.hs-membership-tools .custom-main-group form.hs-form .hs-input::-webkit-input-placeholder { 
    color: #000;
    opacity: 0.4;
}
.hs-membership-tools .custom-main-group form.hs-form .hs-input::-moz-placeholder {
    color: #000;
   opacity: 0.4;
}
.hs-membership-tools .custom-main-group form.hs-form .hs-input:-moz-placeholder {
    color: #000;
    opacity: 0.4;
}
.hs-membership-tools .custom-main-group form.hs-form .hs-input:-ms-input-placeholder {
    color: #000;
    opacity: 0.4;
}

.method-layout .row-1-group ul.hs-error-msgs.inputs-list label {
    text-align: center;
    color: red;
    font-size: 14px;
    font-family: HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,sans-serif;
    -webkit-font-smoothing: antialiased;
}

.method-layout .row-1-group .hs-input.invalid.error { 
    border-color: #ec4d4d !important;
    box-shadow: 0 0 0 1px #ec4d4d;
}
    
    
    
    
@media(max-width: 1367px){
    .custom-lizard-quiz {
        margin: 0 auto;
    }
}


.what-we-do-layout .custom-bottom-pane-with-button:after{ 
    display: none;
}


.popup-main-box .btn.dark {
    width: 100%;
    max-width: 389px;
}
.custom-footer-form-wrapper {
    -webkit-font-smoothing: antialiased;
}
.hs-coaching-row3.testimonial-group {
    background-color: rgb(245, 245, 245);
}


.home-layout .row-4-group.testimonial-group {
    background-color: rgb(245, 245, 245);
}
.hs-people-developers .hs_cos_gallery button.slick-prev.slick-arrow:after {
    content: "";
    display: block;
    width: 39px;
    height: 40px;
    -webkit-mask: url(https://cdn2.hubspot.net/hubfs/3838930/Rewire%20December2017%20Theme/Images/arrow-left.png?t=1513053784640) no-repeat center;
    background-color: black;
}
.hs-people-developers .hs_cos_gallery button.slick-next.slick-arrow:after {
    content: "";
    display: block;
    width: 39px;
    height: 40px;
    background-color: black;
    -webkit-mask: url(https://cdn2.hubspot.net/hubfs/3838930/Rewire%20December2017%20Theme/Images/arrow-right%20%281%29.png?t=1513053784640) no-repeat center;
}


@-moz-document url-prefix() {
    .method-layout .custom-form form .hs-button.primary.large {
        height: 48px;
    }
    .method-layout .custom-form form .hs-form-field .hs-input {
        padding: 8px 8px;
    }
}


   
/*-----keynotes-----*/   
   
    .what-we-do-layout.hs-keynotes .two-column-equal-with-bg .custom-column .custom-heading h4 {
        padding-top: 10px;
    }
    
    .what-we-do-layout.hs-keynotes .two-column-equal-with-bg .custom-column .custom-content {
        padding: 20px 10px 10px;
    }
    
    .what-we-do-layout.hs-keynotes .two-column-equal-with-bg {
        padding-bottom: 30px;
    }
    
    .what-we-do-layout.hs-keynotes .row-1-group {
        padding-bottom: 30px;
    }
    
    .what-we-do-layout.hs-keynotes .row-2-group .page-center {
        padding-top: 10px;
    }
    
    .hs-keynotes .heading-with-content {
        max-width: 814px;
    }
    .hs-keynotes  .testimonial-wrapper .testimonial-content p {
        min-height: 262px;
    }
    
    .hs-keynotes .testimonial-group .page-center {
        padding-bottom: 0;
    }
    
    
    
/*-----keynotes-----*/   

.custom-bottom-pane-with-button:after {
    content: "";
    background-color: rgb(191, 191, 191);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.custom-bottom-pane-with-button>div {
    position: relative;
    z-index: 99;
}   



/*-------------membership-tools start--------------------*/

.hs-membership-tools .custom-main-group form.hs-form input.hs-button.primary.large {
    padding: 13px 25px;
    color: rgba(255,255,255,1);
    background-color: rgba(143,41,41,1);
    border-color: rgba(143,41,41,1);
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    margin-top: 30px;
}

.hs-membership-tools .custom-main-group form.hs-form input.hs-button.primary.large:hover {
    background-color: rgba(150,150,143,1);
    color: rgba(47,46,46,1);
}
.hs-membership-tools * {}

.hs-membership-tools .hs_cos_wrapper_type_form {
    padding: 0;
    background: transparent;
    max-width: 100%;
}
.hs-membership-tools .body-container-wrapper {
    padding: 32px 0 0;
}
.hs-membership-tools .custom-main-group .hs_cos_wrapper_type_form h3.form-title {
    margin: 0;
}

.hs-membership-tools .custom-main-group form.hs-form .hs-form-field > label {
    color: rgba(47,46,46,1);
    font: normal normal normal 24px/1.46em avenir-lt-w01_35-light1475496,sans-serif;
    padding-top: 8px;
    min-height: 43px;
}

.hs-membership-tools .custom-main-group form.hs-form .hs-richtext h1 {
    color: rgba(143,41,41,1);
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    padding-bottom: 6px;
}
.hs-membership-tools .custom-main-group form.hs-form .hs-richtext p {
    color: rgba(143,41,41,1);
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif; 
    margin-bottom: 25px;
}

.hs-membership-tools .custom-main-group form.hs-form .hs-input {
    border: 1px solid rgba(222,242,136,1);
    border-radius: 3px;
    padding: 0 10px;
    height: 32px;
    background: rgba(255,255,255,1);
    color: rgba(76,76,76,1);
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    max-width: 447px;
}

.hs-membership-tools form.hs-form * {}

.hs-membership-tools .custom-main-group form.hs-form span.hs-form-required {
    color: rgba(255,0,0,1);
    margin-left: 6px;
    margin-top: 5px;
}

.hs-membership-tools .custom-main-group form.hs-form textarea.hs-input {
    max-width: 100%;
}

.hs-membership-tools .custom-main-group {}

.hs-membership-tools .custom-main-group .page-center {
    max-width: 920px;
}




/*---------------membership-tools start---------------------*/ 




/*-------people-developers start-----*/


.hs-people-developers * {}

.hs-people-developers .custom-banner-heading-wrapper h1 {
    padding-bottom: 35px;
}

.hs-people-developers .custom-banner-heading-wrapper>section {
    padding-left: 190px;
    max-width: 559px;
}

.hs-people-developers .custom-banner-area a {
    min-width: auto;
    padding: 8px 17px;
}

.hs-people-developers .custom-banner-heading-wrapper>section p {
    margin-bottom: 41px;
}

.hs-people-developers .custom-banner-heading-wrapper.left {
    padding-bottom: 30px;
}
.hs-people-developers-row1 * {}

.hs-people-developers-row1 {
    background-color: rgb(240, 240, 240);
    text-align: center;
    padding: 70px 0 127px;
}

.hs-people-developers-row1 .widget-type-rich_text h3 {
    color: #2F2E2E;
    position: relative;
}

.hs-people-developers-row1 .widget-type-rich_text h3:after {
    content: "";
    border-bottom: 2px dotted rgba(143, 41, 41, 1);
    display: block;
    max-width: 263px;
    margin: 30px auto 40px;
}

.hs-people-developers-row1 .widget-type-rich_text p {
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    line-height: 1.7em;
    max-width: 710px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.hs-people-developers-row1 .widget-type-rich_text {
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    max-width: 718px;
    margin: 0 auto !important;
    float: none;
    line-height: 1.7em;
}

.hs-people-developers-row1 .widget-type-rich_text strong, .hs-people-developers-row1 .widget-type-rich_text p strong {
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif; 
}
.hs-people-developers-row2 .widget-type-header h1 {
    text-align: center;
    font: normal normal normal 40px/1.25em avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #2F2E2E;
    letter-spacing: 0.15em;
    font-size: 24px;
    padding: 50px 0 70px;
} 
.hs-people-developers-row2 .widget-type-gallery .slick-slide-inner-wrapper img {
    height: 107px !important;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.8s ease;
    cursor: pointer;
    object-fit: cover;
}
.hs-people-developers-row2 .widget-type-gallery .slick-slide-inner-wrapper img:hover { 
    opacity: 1;
}

.hs-people-developers-row2 .widget-type-gallery .slick-slide-inner-wrapper {
}
.hs-people-developers-row2 .widget-type-gallery .hs_cos_gallery_slide.slick-slide {
    margin-left: 26px;
    margin-right: 26px;
}
.hs-people-developers .hs_cos_gallery { 
    padding: 10px 0 68px;
}
.hs-people-developers-row3 .testimonial-title h1 {
    color: #2F2E2E;
}

.hs-people-developers-row3 .testimonial-content-group { 
    padding-top: 50px;
    padding-bottom: 50px;
}

.hs-people-developers-row4 * {}

.hs-people-developers-row4 {
    padding-bottom: 50px;
}



.hs-people-developers-row4 .testimonial-title {
    padding: 75px 0 80px;
}

.hs-people-developers-row4 .testimonial-title h1 {
    color: #2F2E2E;
}

.hs-people-developers-row4 .page-center {
    max-width: 1370px !important;
}

.team-member-wrapper {
    text-align: center;
    padding: 20px 10px 65px;
}

.team-member-wrapper .top-image-wrapper {
    max-width: 280px;
    border-radius: 50%;
    overflow: hidden;
    height: 280px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.team-member-wrapper .top-image-wrapper img {
    width: 280px;
    height: 280px;
    object-fit: cover;
}

.team-member-content {}

.team-member-content h3 {
    font-size: 32px;
    padding-bottom: 10px;
}

.team-member-content p {  
    color: #2F2E2E;
    letter-spacing: 0.15em;
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    font-size: 13px;
    line-height: 1.5em;
}
.popup-wrapper-inner-box .image-content {
    width: 280px;
    height: 278px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgba(143, 41, 41, 1);
    float: right;
}
.popup-box:after {
    background-color: rgb(240, 240, 240);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
}
.popup-box .content-box {
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 10px;
}
.popup-box .box-content svg {
    fill: #8F2929;
}
.popup-box .box-content h6 {
    margin: 0 0 20px;
    color: #2F2E2E;
    font-size: 18px;
}
.popup-wrapper-inner-box .image-content img {
    border: 4px solid #fff;
    width: 268px;
    height: 268px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.popup-wrapper-inner-box .bio-content {
}

.popup-wrapper-inner-box .bio-content h2 {
    margin-bottom: 0;
}

.popup-wrapper-inner-box .bio-content {
    color: #2F2E2E;
    font-size: 12px;
    line-height: 1.4em;
}

.popup-wrapper-inner-box .bio-content p {
    margin: 0;
}

.popup-wrapper-inner-box .bio-content p:nth-child(2) {
    padding-bottom: 10px;
}

p {
}

.popup-wrapper-inner-box .lb1imageItemlink {
    display: inline-block;
    margin: 0 0 20px;
}

.popup-wrapper-inner-box .bio-content p:nth-child(5) {
    margin-bottom: 20px;
}

.popup-wrapper-inner-box .bio-content p:nth-child(6) {
    letter-spacing: 0.15em;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}

.popup-wrapper-inner-box .bio-content p:last-child {
    margin: 3px 0 10px;
    font-size: 14px;
}
.popup-wrapper-inner-box .bottom-full-width-content {
    text-align: left;
    line-height: 1.6em;
    font-size: 14px;
    padding-top: 30px;
    max-width: 780px;
    margin: 0 auto;
}
.popup-wrapper-inner-box .bottom-full-width-content ul p {
    margin: 0;
}

.popup-wrapper-inner-box .bottom-full-width-content p {
    margin: 0;
}

.popup-wrapper-inner-box .bottom-full-width-content ul {
    margin: 0;
}

.popup-wrapper-inner-box .top-two-col-wrapper {
    max-width: 730px;
    margin: 0 auto;
}
.hs-people-developers .hs_cos_gallery .hs_cos_gallery_main {
    padding: 0;
}
.hs-people-developers .hs_cos_gallery button.slick-arrow {
    position: absolute;
    width: 39px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 0;
        z-index: 999;
}
.hs-people-developers .hs_cos_gallery:hover button.slick-arrow {
        opacity: .5;
}
.hs-people-developers .hs_cos_gallery button.slick-arrow:hover {
        opacity: 0.8;
}
.hs-people-developers .hs_cos_gallery button.slick-arrow:before{
    display: none;
}
/*.hs-people-developers .hs_cos_gallery button.slick-prev.slick-arrow {
    -webkit-mask: url(https://cdn2.hubspot.net/hubfs/3838930/Rewire%20December2017%20Theme/Images/arrow-left.png) no-repeat center;
}

.hs-people-developers .hs_cos_gallery button.slick-next.slick-arrow {
    -webkit-mask: url('https://cdn2.hubspot.net/hubfs/3838930/Rewire%20December2017%20Theme/Images/arrow-right%20%281%29.png') no-repeat center;
}*/


.hs-workshops .custom-bottom-pane-with-button:after{
    display: none;
}
.header-container-wrapper {
    position: relative;
    z-index: 999;
}
.popup-box.popup-size {
    height: 100%;
    overflow-y: auto;
}
.home-layout .row-1-group h1 {
    font-size: 23px;
}


.custom-footer form input[type="email"].hs-input.invalid.error {
    border-color: #ec4d4d;
    box-shadow: 0 0 0 1px #ec4d4d;
}


/*-------people-developers end-----*/
   
/*-----forum start------*/  
   
.popup-main-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    padding: 10px;
}
.popup-main-box.pop-up-open {
    opacity: 1;
    visibility: visible;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(143, 41, 41, 0.49);
}
.popup-box {
    background-color: rgb(240, 240, 240); 
    z-index: 989;
    padding: 0;
    position: absolute;
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    background-image: url(https://cdn2.hubspot.net/hubfs/3838930/Rewire%20December2017%20Theme/Images/pattern.png?t=1513060548770);
    width: 100%;
    left: 0;
}
.popup-inner-box {
    position: relative;
    z-index: 99;
    max-width: 1000px;
    margin: auto;
    height: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -ms-flex;
    align-items:center;
    justify-content:center;
    vertical-align:center;
}

    

    
.popup-size .popup-box {
    position: relative;
}
.popup-size .popup-inner-box {
    position: relative;
}
.popup-size .popup-main-box.pop-up-open {
    height: 100vh;
    overflow-y: auto;
}
.divider {
    border-bottom: 2px dotted rgba(143, 41, 41, 1);
    max-width: 777px;
    margin: 0 auto 0;
}
.pop-up.content {
    max-width: 538px;
    margin: 0 auto 0;
    padding: 30px 0;
}
.three-col-box-wrapper>div {
    width: 33.333%;
    float: left;
    max-width: 173px;
    margin: 0 70px;
    display: flex;
}

.three-col-box-wrapper:after {
    content: "";
    clear: both;
    display: block;
}

.box-content {
    background-color: rgba(143, 41, 41, 0.28);
    padding: 10px;
    line-height: normal;
}

.three-col-box-wrapper {
    display: flex !important;
    padding-bottom: 30px;
}

.popup-button {
    padding-bottom: 20px;
}
.close-button {
    width: 35px;
    height: 35px;
    position: absolute !important;
    top: 15px;
    right: 10px;
    bottom: 0;
    fill: #000000;
    fill-opacity: 1;
    stroke: rgba(237, 21, 102, 1);
    stroke-width: 0px;
    cursor: pointer;
}
.custom-banner-heading-wrapper.left {
    max-width: 685px;
}
.hs-forum * {
}

.hs-forum .custom-banner-heading-wrapper p {
    font-size: 22px;
    line-height: 1.46em;
    padding: 0 0 5px;
}

.hs-forum .custom-banner-heading-wrapper h1 {
    padding-bottom: 20px;
}

.hs-forum .custom-banner-heading-wrapper {
    padding-bottom: 0;
}

.hs-forum .custom-banner-area {
    padding-bottom: 43px;
}

.hs-forum .custom-banner-area a {
    padding: 8px 23px 8px;
}

.hs-forum .custom-banner-heading-wrapper p span {
    font-size: 22px;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    line-height: 1.46em;
    display: inline-block;
    margin: 0 6px;
}

.hs-forum .custom-forum .full-width-heading-button-group h3 {
    display: inline-block;
    vertical-align: middle;
}

.hs-forum .custom-button-group {
    display: inline-block;
}

.hs-forum .custom-forum .full-width-heading-button-group .page-center {
    max-width: 1020px;
}

.hs-forum .custom-forum .full-width-heading-button-group {
    padding: 31px 0 55px;
}

.hs-forum .custom-forum .custom-button-group .btn.white {
    padding: 9px 37px;
}

.hs-forum .custom-forum  .custom-button-group>div {
    margin: 0 -40px 0 80px;
}
.hs-forum-row1 * {}

.hs-forum-row1 {
    position: relative;
    padding: 40px 0 70px;
}

.hs-forum-row1>div {
    position: relative;
    z-index: 9;
}

.hs-forum-row1:before {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(199, 199, 197);
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.hs-forum-row1-flexy .section-header-top-image .custom-image img {
    max-width: 100% !important;
}

.hs-forum-row1-flexy .section-header-top-image .custom-image {
    padding-bottom: 20px;
}

.hs-forum-row1-flexy .section-header-top-image .bordered {
    margin: 39px auto 50px;
}

.hs-forum-row1-flexy .section-header-top-image .content {
    max-width: 746px !important;
}

.hs-forum-row1-flexy .two-column-equal-with-bg>div.custom-column.col-2 h4 {
    color: #2F2E2E !important;
}

.hs-forum-row1-flexy .two-column-equal-with-bg>div.custom-column.col-1 h4 {
    color: #8F2929;
}

.hs-forum-row1-flexy .two-column-equal-with-bg>div.custom-column.col-1 {
    border-right: 1px solid rgba(143, 41, 41, 1);
}
.hs-coaching-row2.hs-forum-row2 .page-center {
    max-width: 1460px !important;
}

.hs-forum-row2 .hs-coaching-row2-flexy .heading-with-content .custom-content {
    padding: 30px 50px 20px;
}

.hs-forum-row2 * {}

.hs-forum-row2 .hs-coaching-row2-flexy .heading-with-content .custom-content p {
    font-size: 16px;
    line-height: 1.3em;
    text-align: center;
}

.hs-coaching-row2.hs-forum-row2 {
    padding-bottom: 106px;
}


.hs-forum-row3 {
    position: relative;
    padding: 0 0 0;
}

.hs-forum-row3 * {
}

.hs-forum-row3 .widget-type-section_header { 
    text-align: center;
    position: relative;
    padding: 40px 0 0;
}

.hs-forum-row3 .widget-type-section_header h1 {
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    font-size: 35px;
    color: #2F2E2E;
    line-height: normal;
    margin-bottom: 10px;
}
.hs-forum-row3>div {
    position: relative;
    /*z-index: 9;*/
}
.hs-forum-row3 .widget-type-section_header p.secondary-header {
    color: #8F2929;
    letter-spacing: 0.1em;
    font-size: 21px;
    text-align: center;
    line-height: normal;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    margin-bottom: 29px;
}
.hs-forum-row3:before {
    content: "";
    clear: both;
    display: block;
    background-color: rgb(191, 191, 191);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.hs-forum-row3 .widget-type-section_header:after { 
    content: "";
    border-bottom: 2px dotted rgba(143, 41, 41, 1);
    display: block;
    max-width: 263px;
    margin: 0 auto;
}
a.round-content.modal-button {
    padding-left: 5px;
    padding-right: 5px;
}
.hs-forum-row3-flexy * {
}
.one-col-modal-wrapper .Top-werapper {
    text-align: center;
}
.hs-forum-row3-flexy .hs_cos_wrapper_type_custom_widget {
    width: auto;
    display: inline-block;
    text-align: center;
    margin-right: 2%;
    vertical-align: top;
    margin-left: 2%;
}

.modal-content-wrapper {
    max-width: 196px;
    margin: 0 auto;
}

.Top-werapper {
    background-color: rgba(255, 255, 255, 1);
    transition: border 0.4s ease 0s, background-color 0.4s ease 0s;
    border: solid rgba(43, 108, 163, 1) 0px;
    border-radius: 50%;
    width: 206px;
    height: 206px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: initial;
    cursor: pointer;
}

.Top-werapper .round-content {
    font: normal normal normal 20px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    transition: color 0.4s ease 0s;
    color: #8F2929;
}

.modal-content-wrapper .bottom-content {
    margin: 35px 0 0; 
}

.modal-content-wrapper .bottom-content h6 {
    font-size: 14px;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #96968F;
    line-height: normal;
    letter-spacing: normal;
}

.hs-forum-row3 .widget-type-rich_text {
    text-align: center;
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    padding: 60px 0 50px;
}

.hs-forum-row3 .widget-type-rich_text p {
    margin: 0;
    line-height: normal;
}

.hs-forum-row3 .widget-type-rich_text p a {
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}

.hs-forum-row3-flexy {
    padding: 82px 0 0;
    text-align: center;
}

.Top-werapper:hover {
    background-color: rgba(97, 97, 94, 1);
    border: solid rgba(0, 46, 93, 1) -5px;
    transition: border 0.4s ease 0s, background-color 0.4s ease 0s;
}

.Top-werapper:hover a.round-content {
    color: #fff;
}

.hs-forum-row4 {
    background-color: rgb(143, 41, 41);
    padding: 40px 10px 40px;
}


.hs-forum-row4 .widget-type-rich_text blockquote {
    background-color: rgba(199, 199, 197, 1);
    max-width: 836px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 10px 10px;
}
.hs-forum-row4 .widget-type-rich_text blockquote h3 {
    color: #2F2E2E;
}

.hs-forum-row4 .widget-type-rich_text blockquote .btn {
    margin: 15px 0 20px;
}
.hs-forum-row4 .widget-type-rich_text blockquote h6 {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: normal;
}
.middle-pane-full-width .full-width-heading-button-group {
    padding-bottom: 48px;
}




   
   
/*------forum end ------*/



body.custom-system-page .header-container {
    min-height: 76px; 
}
.blog-post-wrapper .post-body img {
    margin-bottom: 10px;
}

/*----------- coaching Start--------------*/


.custom-banner-heading-wrapper p span {
    font-size: 20px;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    line-height: 1.46em;
    color: #8F2929;
}
.custom-banner-heading-wrapper.right {
    max-width: 68%;
    float: left;
    text-align: left;
}
.custom-banner-heading-wrapper p h6 {
    display: inline;
}
.hs-coaching .custom-banner-heading-wrapper p {
    font-size: 20px;
    line-height: 1.46em;
}
.full-width-heading-button-group {
    background-color: rgb(143, 41, 41);
    text-align: center;
    padding: 25px 0;
}
.full-width-heading-button-group h3 {
    margin: 0;
    color: #fff;
}
.btn {
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border: solid rgba(47, 46, 46, 1) 0px;
    cursor: pointer !important;
    font: normal normal normal 18px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    transition: color 0.4s ease, background-color 0.4s ease;
    color: #2F2E2E;
    padding: 9px 69px;
    line-height: normal;
}

.custom-button-group>div {
    display: inline-block;
    margin: 0 40px;
}

.custom-button-group {
    padding: 24px 0 0;
}
.btn.white:hover {
    background-color: rgb(143, 41, 41);
}
.section-header-top-image {
    text-align: center;
}
.hs-coaching-row1 {
    position: relative;
    padding-bottom: 93px;
}
.hs-coaching-row1:before {
    content: "";
    background-color: rgb(199, 199, 197);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.299;
}
.hs-coaching-row1>div {
    position: relative;
    z-index: 9;
}
body:not(.what-we-do-layout) .section-header-top-image .custom-image img {
    max-width: 265px;
}
body:not(.what-we-do-layout) .custom-image {
    padding: 4px 0 10px;
}
body:not(.what-we-do-layout) .bordered {
    border-bottom: 2px dotted rgba(143, 41, 41, 1);
    max-width: 263px;
    margin: 46px auto 44px;
}

body:not(.what-we-do-layout) .section-header-top-image .content {
    max-width: 736px;
    margin: 0 auto;
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    font-size: 20px;
    text-align: center;
    line-height: 1.3em;
}   
body:not(.what-we-do-layout) .two-column-equal-with-bg>div {
    width: 50%;
    float: left;
}

body:not(.what-we-do-layout) .two-column-equal-with-bg {
    padding: 30px;
    background-color: rgba(199, 199, 197, 1);
    max-width: 899px;
    margin: 50px auto 0;
}

body:not(.what-we-do-layout) .two-column-equal-with-bg:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
}

.hs-coaching .two-column-equal-with-bg>div.custom-column.col-1 {
    border-right: 1px solid rgba(143, 41, 41, 1);
}

body:not(.what-we-do-layout) .two-column-equal-with-bg .custom-heading {
    text-align: center;
    padding-bottom: 30px;
}

body:not(.what-we-do-layout) .custom-heading h4 {
    margin: 0;
}

body:not(.what-we-do-layout) .two-column-equal-with-bg .custom-content {
    padding: 0 10px 0 20px;
    font-size: 15px;
    line-height: 24px;
}

.two-column-equal-with-bg * {
}


body:not(.what-we-do-layout) .two-column-equal-with-bg>div.custom-column.col-2 {
    padding-left: 18px;
}

body:not(.what-we-do-layout) .two-column-equal-with-bg>div.custom-column.col-2 .custom-content {
    line-height: 22px;
}

body:not(.what-we-do-layout) .two-column-equal-with-bg>div.custom-column.col-2 h4 {
    color: #8F2929;
}

.btn.dark {
    background-color: rgba(143, 41, 41, 1);
    color: #fff;
    padding: 9px 19px;
    font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
}

.btn.dark:hover {
    color: #8F2929;
    background: #fff;
}
body:not(.what-we-do-layout) .two-column-equal-with-bg .custom-button {
    text-align: center;
}
.hs-coaching .custom-banner-area a {
    padding: 8px 24px;
    min-width: auto;
}

.hs-coaching * {}

.hs-coaching .custom-banner-heading-wrapper {
    padding-bottom: 75px;
}
.hs-coaching .custom-banner-heading-wrapper h1 {
    padding-bottom: 15px;
}

.hs-coaching-row2 * {
}

.hs-coaching-row2-flexy * {
}

.hs-coaching-row2-flexy .heading-with-content {
    max-width: 490px;
}
.hs-coaching-row2-flexy .hs_cos_wrapper_type_custom_widget {
    max-width: 50%;
    display: block;
    vertical-align: top;
    padding-top: 10px;
    width: 100%;
    float: left;
}
.hs-coaching-row2 .page-center {
    max-width: 1445px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.hs-coaching-row2 {
    background: #F0F0F0;
    padding: 60px 0 80px;
}

.hs-coaching-row2-flexy .heading-with-content .custom-heading h4 {
    font: normal normal normal 24px/1.46em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}

.hs-coaching-row2-flexy .heading-with-content .custom-content {
    padding: 13px 25px;
}

.hs-coaching-row2-flexy .heading-with-content .custom-content h6 {
    font-size: 16px;
    margin: 0;
    line-height: normal;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
}
.hs-coaching-row2-flexy .heading-with-content .custom-content p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 18px;
    line-height: 17px;
}
.hs-coaching-row2-flexy .hs_cos_wrapper_type_custom_widget:last-child {
    /*float: right;*/
    padding-left: 10px;
}

.hs-coaching-row2-flexy .heading-with-content .custom-heading {
    padding: 17px 0 17px;
}

.hs-coaching-row2-flexy .heading-with-content .custom-content p:last-child {
    margin-bottom: 0;
}
.hs-coaching .testimonial-content-group {
    padding-top: 85px;
    padding-bottom: 85px;
}
.hs-coaching-row2-flexy .hs_cos_wrapper_type_custom_widget:first-child {
    float: left;
}
@media (max-width: 1018px){
    .hs-coaching-row2-flexy .hs_cos_wrapper_type_custom_widget:first-child {
        float: none;
    }
    .hs-coaching-row2-flexy .hs_cos_wrapper_type_custom_widget {
        max-width: 490px;
        display: block;
        padding-top: 10px;
        margin: 0 auto;
    }
    .hs-coaching-row2-flexy .hs_cos_wrapper_type_custom_widget:last-child {
        float: none;
        padding-left: 0;
    }
}







/*------------ coaching end -------------*/

/*------------ contact start -------------*/
textarea {
    min-height: 128px;
}
.hs-contact .body-container-wrapper {
    background-color: #F0F0F0;
}

.hs-contact * {}

.hs-contact-row1-flexy * {}


.hs-contact-row1-flexy .hs_cos_wrapper_type_rich_text {
    text-align: center;
    padding: 25px 0 0;
}

.hs-contact-row1-flexy blockquote {
    background: #96968F;
    margin: 20px auto 40px;
    max-width: 436px;
    padding: 18px 10px 10px;
    color: #fff;
}

.hs-contact-row1-flexy blockquote>span {
    font-weight: normal;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    letter-spacing: 0.05em;
    display: block;
    padding-bottom: 4px;
}

.hs-contact-row1-flexy blockquote ul {
    margin: 0;
    padding: 0 0 9px;
    list-style: none;
}

.hs-contact-row1-flexy blockquote ul li {
    margin-right: 7px;
    display: inline-block;
}

.hs-contact-row1-flexy blockquote ul li img {
    max-width: 26px;
}

.hs-contact-row1-flexy blockquote p {
    margin: 0 0 10px;
}

.hs-contact-row1-flexy blockquote + p {
    max-width: 674px;
    margin: 0 auto;
    line-height: 24px;
}
.hs-contact-row1-flexy .hs_cos_wrapper_type_form {
    max-width: 720px;
    margin: 0 auto;
    padding: 30px 0 38px;
    background: transparent;
}
.hs-contact-row1-flexy .hs_cos_wrapper_type_form * {} 

.hs-contact-row1-flexy .hs_cos_wrapper_type_form .hs-form-field > label {
    display: none;
}
.hs-contact-row1-flexy .hs_cos_wrapper_type_form input.hs-button.primary.large {
    padding: 15px 56px;
    margin-top: 0;
}

.hs-contact-row1-flexy .hs_cos_wrapper_type_form .actions {
    text-align: center;
    margin-top: -30px;
}
.custom-lizard-quiz h1.custom-heading sup {
    font-size: 9px;
    color: #2F2E2E;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;   
    top: -4em;
}



/*------------ contact end -------------*/

/*--------what-we-do-layout start ---------*/


.what-we-do-layout .custom-banner-heading-wrapper {
    position: relative;
    padding-bottom: 34px;
    max-width: 500px;
}
.what-we-do-layout .custom-banner-heading-wrapper p {
    margin-bottom: 20px;
}
.what-we-do-layout .custom-banner-area a {
    font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    display: inline-block;
    padding: 8.5px 15px;
    max-width: 172px;
    width: 100%;
}
.what-we-do-layout .row-1-group {
    position: relative;
    min-height: 562px !important;
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
}
.what-we-do-layout .row-1-group:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(191, 191, 191);
    opacity: 0.3;
}
.what-we-do-layout .row-1-group .page-center {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.what-we-do-layout .two-column-equal-with-bg {
    background-color: rgba(199, 199, 197, 1);
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 20px 20px;
}
.what-we-do-layout .two-column-equal-with-bg .custom-column {
    width: 50%;
    float: left;
    padding: 0 25px;
}
.what-we-do-layout .two-column-equal-with-bg .custom-column.col-2 {
    border-left: 2px solid #ab7877;
}
.what-we-do-layout .two-column-equal-with-bg:after {
    content: "";
    display: table;
    clear: both;
}
.what-we-do-layout .two-column-equal-with-bg .custom-column .custom-heading {
    text-align: center;
}
.what-we-do-layout .two-column-equal-with-bg .custom-column .custom-heading h4 {
    font: normal normal normal 24px/1.46em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    margin: 6px 0 10px;
    line-height: normal;
    letter-spacing: normal;
}
.what-we-do-layout .two-column-equal-with-bg .custom-column.col-2 .custom-heading h4 {
    color: #8F2929;
}
.what-we-do-layout .two-column-equal-with-bg .custom-column .custom-content {
    padding-top: 20px;
}
.what-we-do-layout .two-column-equal-with-bg .custom-column .custom-content p {
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1.1em;
    margin: 0 0 16px;
}
.what-we-do-layout .two-column-equal-with-bg .custom-column .custom-content p strong {
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}
.what-we-do-layout .two-column-equal-with-bg .custom-column .custom-button {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}
.what-we-do-layout .two-column-equal-with-bg .custom-column .custom-button a {
    font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    display: inline-block;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    background-color: rgba(143, 41, 41, 1);
    border: solid rgba(47, 46, 46, 1) 0px;
    max-width: 166px;
    width: 100%;
    padding: 8.5px 20px;
}
.what-we-do-layout .two-column-equal-with-bg .custom-column .custom-button a:hover {
    color: #8F2929;
    background-color: rgba(240, 240, 240, 1);
    border-color: rgba(47, 46, 46, 1);
}
.what-we-do-layout .row-2-group {
    background-color: rgb(245, 245, 245);
}
.what-we-do-layout .row-2-group .page-center {
    padding: 30px 0;
}
.what-we-do-layout .section-header-top-image .custom-image {
    padding-bottom: 20px;
}
.what-we-do-layout .section-header-top-image .custom-heading h1 {
    position: relative;
    padding-bottom: 38px;
}
.what-we-do-layout .section-header-top-image .custom-heading h1:after {
    content: "";
    border-bottom: 2px dotted rgba(143, 41, 41, 1);
    width: 263px;
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.what-we-do-layout .section-header-top-image .custom-heading {
    padding-bottom: 40px;
}
.what-we-do-layout .section-header-top-image .content {
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    line-height: 1.3em;
    text-align: center;
    color: #2F2E2E;
    font-size: 18px;
    letter-spacing: normal;
    padding-bottom: 40px;
}

/*----*/
.row-3-group.bg-img-wrapper {
    background-position: center;
    background-size: cover;
    min-height: 759px;
    position: relative;
}
.row-3-group.bg-img-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(191, 191, 191);
    opacity: 0.3;
	top: 0;
    bottom: 0;
}
.row-3-group.bg-img-wrapper .page-center {
    padding: 82px 0;
    position: relative;
}
.heading-with-content {
    max-width: 906px;
    margin: 0 auto;
}
.heading-with-content .custom-heading h4 {
    font: normal normal normal 24px/1.46em avenir-lt-w01_35-light1475496,sans-serif;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #2F2E2E;
    font-size: 35px;
    text-align: center;
}
.heading-with-content .custom-heading {
    background-color: rgba(255, 255, 255, 0.68);
    padding: 19px 0;
    margin: 0 0 20px;
}
.heading-with-content .custom-content {
    background-color: rgba(255, 255, 255, 0.68);
    padding: 39px 50px;
    text-align: center;
}
.heading-with-content .custom-content p {
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.3em;
    margin: 0 0 20px;
}
.heading-with-content .custom-content p:last-child {
    margin: 0;
}
.testimonial-group {
    background-color: rgb(240, 240, 240);
}
.testimonial-group .page-center {
    max-width: 1500px !important;
    padding: 50px 30px 23px;
}
.testimonial-title {
    padding: 20px 0;
}
.testimonial-title h1 {
    font: normal normal normal 48px/1.25em avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #8F2929;
    font-size: 35px;
    letter-spacing: normal;
    line-height: 1.25em;
    text-align: center;
    margin: 0;
}
.testimonial-content-group {
    padding: 110px 0 30px;
}
.testimonial-content-group .hs_cos_wrapper_type_custom_widget {
    width: 33.33%;
    float: left;
    text-align: center;
}
.testimonial-wrapper {
    max-width: 327px;
    margin: 0 auto;
}
.testimonial-wrapper .top-img-wrapper {
    padding-bottom: 54px;
}
.testimonial-wrapper .testimonial-content {
    padding: 0 13.5px;
}
.testimonial-wrapper .testimonial-content p {
    font: normal normal normal 16px/1.55em avenir-lt-w01_35-light1475496,sans-serif;
    font-style: italic;
    color: #2F2E2E;
    letter-spacing: normal;
    line-height: 1.55em;
    margin: 0;
    min-height: 222px;
}
.testimonial-wrapper .testimonial-content h6 {
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    font-size: 14px;
    letter-spacing: 0.25em;
    line-height: 1.5em;
    text-align: center;
    margin: 0;
    position: relative;
    padding-top: 52px;
}
.testimonial-wrapper .testimonial-content h6:before {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid rgba(143, 41, 41, 1);
    width: 135px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 16px;
}
.testimonial-wrapper .testimonial-content span {
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    font-size: 12px;
    display: block;
    letter-spacing: normal;
    line-height: 1.5em;
    text-align: center;
}
.testimonial-wrapper .testimonial-content span b {
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
}

.custom-footer-form ul.hs-error-msgs.inputs-list label {
    color: red;
    font-size: 14px;
    font-family: HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 0 10px;
}
.what-we-do-layout .custom-banner-heading-wrapper p span {
   font-size: 24px;
   font-family: avenir-lt-w01_35-light1475496,sans-serif;
}
.custom-bottom-pane-with-button {
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
}
.custom-bottom-pane-with-button .page-center {
   padding: 40px 0;
   text-align: center;
}
.custom-bottom-pane-with-button h2 {
   font: normal normal normal 24px/1.46em avenir-lt-w01_35-light1475496,sans-serif;
   font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
   font-size: 35px;
   line-height: normal;
   letter-spacing: normal;
   margin: 17px 0 21px;
   padding: 0 0 10px;
   position: relative;
}
.custom-bottom-pane-with-button h2:after {
   content: "";
   display: block;
   margin: 0 auto;
   left: 0;
   right: 0;
   border-bottom: 2px dotted rgba(143, 41, 41, 1);
   width: 263px;
   bottom: -4px;
   position: absolute;
}
.custom-bottom-pane-with-button .custom-content p {
   font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
   color: #2F2E2E;
   letter-spacing: normal;
   line-height: 1.3em;
   margin: 0 0 26px;
}
.custom-bottom-pane-with-button .custom-content p:last-child {
   margin-bottom: 0;
}
.custom-bottom-pane-with-button .custom-button .custom-column { 
   display: inline-block;
   margin: 0 40px;
}
.custom-bottom-pane-with-button .custom-button .custom-column a {
   font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
   transition: color 0.4s ease 0s;
   color: #FFFFFF;
   display: inline-block;
   background-color: rgba(143, 41, 41, 1);
   border: solid rgba(47, 46, 46, 1) 0px;
   min-width: 258px; 
   width: 100%;
   padding: 8.5px 10px;
    transition: all 0.3s ease;
}
.custom-bottom-pane-with-button .custom-button {
   padding: 35px 0 5px;
}
.custom-bottom-pane-with-button .custom-button .custom-column a:hover {
   background-color: rgba(240, 240, 240, 1);
   border-color: rgba(47, 46, 46, 1);
   color: #8F2929;
}
.heading-with-content .custom-content h3 {
    margin: 0;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #8F2929;
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: normal;
}

.what-we-do-layout .testimonial-wrapper .top-img-wrapper svg {
   fill: #8F2929;
   fill-opacity: 1;
   stroke: rgba(153, 153, 153, 1);
}



/*------what-we-do-layout end--------*/




/*------corporateprogram start--------*/


.custom-banner-heading-wrapper {
    padding-bottom: 10px;
}

.hs-corporateprogram .custom-banner-area {
    align-items: center;
}

.hs-corporateprogram * {}

.hs-corporateprogram .custom-banner-heading-wrapper h1 {
    padding-bottom: 15px;
}

.hs-corporateprogram .custom-banner-heading-wrapper p {
    margin-bottom: 10px;
}

.hs-corporateprogram .full-width-heading-button-group h3 {
    display: inline-block;
}

.hs-corporateprogram .custom-button-group {
    display: inline-block;
    margin-left: 20px;
}

.hs-corporateprogram .custom-button-group>div {
    margin: 0 13px;
}

.hs-corporateprogram .full-width-heading-button-group .page-center {
    max-width: 1220px;
}

.hs-corporateprogram a.btn.white {
    padding: 6px 24px;
    font: normal normal normal 20px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
}

.hs-corporateprogram .full-width-heading-button-group {
    padding-bottom: 45px;
    padding-top: 27px;
}
.hs-corporateprogram .custom-button-group>div.col-2 {}

.hs-corporateprogram .custom-button-group>div.col-2 .btn.white {
    min-width: 169px;
}
.hs-corporateprogram-row1 {
    position: relative;
    padding-bottom: 60px;
}
.hs-corporateprogram-row1:after {
    content: "";
    background-color: rgb(199, 199, 197);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.299;
}

.hs-corporateprogram-row1>div {
    position: relative;
    z-index: 2;
}

.hs-corporateprogram-row1 .hs_cos_wrapper_type_section_header {
    text-align: center;
    position: relative;
    padding: 48px 0 0;
}

.hs-corporateprogram-row1 .hs_cos_wrapper_type_section_header h1 {
    color: #2F2E2E;
    font-size: 35px;
    margin: 9px 0 11px;
}

.hs-corporateprogram-row1 .hs_cos_wrapper_type_section_header p.secondary-header {
    color: #8F2929;
    letter-spacing: 0.1em;
    font-size: 20px;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    line-height: normal;
}

.hs-corporateprogram-row1 .hs_cos_wrapper_type_section_header:after {}

.hs-corporateprogram-row1 .hs_cos_wrapper_type_section_header:after {
    content: "";
    border-bottom: 2px dotted rgba(143, 41, 41, 1);
    display: block;
    max-width: 263px;
    margin: 30px auto 50px;
}
.hs-corporateprogram-row1-flexy .heading-with-content .custom-content {
    background: #C7C7C5;
    padding: 10px 50px 30px;
}

.hs-corporateprogram-row1-flexy .heading-with-content {
    max-width: 842px;
}

.hs-corporateprogram-row1-flexy * {}

.hs-corporateprogram-row1-flexy .heading-with-content .custom-content h6 {
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 0;
    font-weight: normal;
}
.hs-corporateprogram-row2 {
    position: relative;
    background-size: cover;
    padding: 14px 0 74px;
    background-position: center;
    background-repeat: no-repeat;
}

.hs-corporateprogram-row2:after {  
    content: "";
    display: block;
    background-color: rgb(47, 46, 46);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.hs-corporateprogram-row2 * {
    color: #fff;
}

.hs-corporateprogram-row2>div {
    position: relative;
    z-index: 2;
}

.hs-corporateprogram-row2 .bordered {
    border-color: #fff !important;
    margin: 38px auto 47px !important;
}

.hs-corporateprogram-row2 .section-header-top-image .content {
    color: #fff !important;
    max-width: 947px !important;
}
.hs-corporateprogram-row3 {
    position: relative;
    background-color: rgb(245, 245, 245);
    padding: 60px 0 65px;
}

.btn-gourp>.btn {
    position: absolute;
    font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    padding: 6px 21px;
}

a.btn.dark.col-1 {}

.hs-corporateprogram-row3 .page-center>div {position: relative;} 

.btn-gourp>.btn.dark.col-1 {
    top: 17.5%;
    right: 10.7%;
}
.btn-gourp>.btn.col-2 {
    top: 32%;
    left: 12%;
}
.btn-gourp>.btn.dark.col-3 {
    top: 48%;
    right: 10.7%;
}

.btn-gourp>.btn.dark.col-4 {
    bottom: 34.3%;
    left: 12%;
}
.btn-gourp>.btn.col-5 {
    bottom: 19%;
    right: 10.7%;
}
.btn-gourp>.btn.dark.col-6 {
    bottom: 2.9%;
    left: 12%;
}

.full-width-button {
    text-align: center;
    padding: 46px 10px 46px;
    background-color: rgb(143, 41, 41);
}

.hs-corporateprogram .full-width-button a.btn.white {
    padding: 9px 24px;
    width: 100%;
    max-width: 630px;
}

.hs-corporateprogram .full-width-button a.btn.white:hover {
    background-color: rgba(87, 87, 87, 1);
    border-color: rgba(47, 46, 46, 1);
    color: #fff;
} 
.hs-corporateprogram-row4.testimonial-group .page-center {
    padding: 20px 30px 23px;
}
.hs-corporateprogram-row4 .testimonial-title h1 {
    color: #2F2E2E;
}

.hs-corporateprogram-row4 .testimonial-wrapper .top-img-wrapper svg {
    fill: #8F2929;
}

.hs-corporateprogram-row4 .testimonial-wrapper .testimonial-content h6 {
    padding-top: 82px;
}
.hs-corporateprogram-row4 .testimonial-content-group {
    padding: 40px 0 67px;
}







/*------corporateprogram end--------*/



/*-------- lizard-quiz start -------*/

.full-width-layout .custom-main-group .page-center {
    max-width: 1500px !important;
}
.custom-lizard-quiz {
    max-width: 980px;
    margin: auto;
    padding: 51px 0;
}
.custom-lizard-quiz h1.custom-heading {
    font: normal normal normal 48px/1.25em avenir-lt-w01_85-heavy1475544,sans-serif;
    text-align: center;
    font-size: 53px;
    color: #8F2929;
    line-height: 1.2em;
    letter-spacing: normal;
    margin: 0;
}
.custom-lizard-quiz h3.custom-sub-heading {
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    margin: 0;
}
.custom-lizard-quiz .custom-middle-column:after {
    content: "";
    display: table;
    clear: both;
}
.custom-lizard-quiz .custom-middle-column .col-1 {
    width: 36.532%;
    text-align: center;
    padding-top: 52px;
}
.custom-lizard-quiz .custom-middle-column .custom-column {
    float: left;
}
.custom-lizard-quiz .custom-middle-column .col-1 p {
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    color: #2f2e2e;
    letter-spacing: normal;
    margin: 0;
    line-height: 22.1px;
}
.custom-lizard-quiz .custom-middle-column .custom-column.col-2 {
    width: 45%;
    float: right;
    margin-right: 6.735%;
}
.custom-lizard-quiz .custom-middle-column .custom-column blockquote {
    border: 3px solid rgba(199, 199, 197, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    max-width: 354px;
    margin: 39px 0 53px;
    padding: 17px 10px;
}
.custom-lizard-quiz .custom-middle-column .custom-column blockquote p {
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    font-size: 17px;
    color: #2F2E2E;
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    letter-spacing: normal;
    margin: 0;
    line-height: 1.3em;
}
.custom-lizard-quiz .custom-middle-column .custom-column blockquote p span {
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}
.custom-lizard-quiz .custom-bottom-button {
    text-align: center;
}
.custom-lizard-quiz .custom-bottom-button a {
    font: normal normal normal 20px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    background-color: rgba(143, 41, 41, 1);
    border: solid rgba(47, 46, 46, 1) 0px;
    display: inline-block;
    max-width: 478px;
    width: 100%;
    padding: 8.5px 10px;
}
.custom-lizard-quiz .custom-bottom-button {
    text-align: center; 
    padding: 21px 0 36px;
}

.custom-lizard-quiz h1.custom-heading span:after {
    background-image: url(https://cdn2.hubspot.net/hubfs/3838930/Rewire%20December2017%20Theme/Images/3f5c78_b4f659a…_mv2_d_1600_1600_s_2.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    right: -21px;
}
.custom-lizard-quiz h1.custom-heading span {
   position: relative;
   display: inline-block;
}
.custom-lizard-quiz .custom-bottom-button a:hover {
    background-color: rgba(240, 240, 240, 1);
    border-color: rgba(47, 46, 46, 1);
    color: #8F2929;
}


/*-------- lizard-quiz end -------*/


/*------- home start ------------*/

.home-layout .custom-banner-heading-wrapper {
    padding-bottom: 0;
}
.home-layout .custom-banner-heading-wrapper p {
    margin-bottom: 71px;
    margin-top: 3px;
}
.home-layout .custom-banner-heading-wrapper p span { 
    font: normal normal normal 24px/1.46em avenir-lt-w01_35-light1475496,sans-serif;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}
.home-layout .row-1-group {
    padding: 40px 0;
}
.home-layout .row-1-group .page-center {
    max-width: 100%;
}
.home-layout .row-1-group {
    padding: 18px 0 30px;
}
.five-column-equal-image .custom-column {
    width: 19.5%;
    text-align: center;
    display: inline-block;
    vertical-align: middle; 
}
.home-layout .row-2-group {
    background-color: rgb(240, 240, 240);
}
.home-layout .row-2-group {
    background-color: rgb(240, 240, 240);
    padding: 38px 0;
}
.home-layout .row-2-group .page-center {
    text-align: center;
}
.home-layout .row-2-group h1 {
    color: #2F2E2E;
    margin: 11px 0 6px;
}
.home-layout .row-2-group h4 {
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #61615E;
    margin: 0 0 13px;
    line-height: 1.5em;
}
.home-layout .row-2-group p {
    font: normal normal normal 16px/1.55em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    line-height: 1.55em;
    font-size: 18px;
    letter-spacing: normal;
}
.home-layout .row-2-group p strong {
    font-weight: bold;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}
.home-layout .row-2-group h6 a.custom-red-button {
    font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    display: inline-block;
    background-color: rgba(143, 41, 41, 1);
    border: solid rgba(47, 46, 46, 1) 0px;
    max-width: 388px;
    width: 100%;
    padding: 9px 10px;
}
.home-layout .row-2-group h6 {
    margin: 0;
    padding-top: 14px;
    padding-bottom: 22px;
}
.home-layout .row-2-group h6 a.custom-red-button:hover {
    color: #8F2929;
    background-color: rgba(240, 240, 240, 1);
    border-color: rgba(47, 46, 46, 1);
}
.home-layout .row-3-group {
    background-color: #8F2929;
    margin-top: 3px;
}
.home-layout .row-3-group .page-center {
    padding: 69px 0;
    text-align: center;
    max-width: 100%;
}
.home-layout #our-clients .home-heading h1 {
	color: #fff;
}
.home-layout .home-heading h1 {
    color: #2F2E2E;
    font-size: 50px;
    line-height: 1.25em;
    margin: 0;
}
.home-layout .row-3-group .five-column-equal-image .custom-column {
    width: 20%;
    float: left;
}
.home-layout .row-3-group .five-column-equal-image {
    padding-top: 76px;
}
.home-layout .row-3-group .five-column-equal-image h1 {
    font-size: 18px;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #2F2E2E;
    line-height: 1.25em;
    letter-spacing: normal;
}
.home-layout .row-3-group .five-column-equal-image .custom-column > a {
    min-height: 237px !important;
    display: block;
}
.home-layout .row-3-group .five-column-equal-image .custom-column > h1 {
    min-height: 44px !important;
    display: table;
    width: 100%;
}
.home-layout .row-3-group .five-column-equal-image .custom-column > h1 a {
    display: table-cell;
    vertical-align: middle;
}
.home-layout .row-3-group .page-center {
    padding: 69px 0 99px;
    text-align: center;
    max-width: 100%;
}
.home-layout .row-4-group .page-center {
    padding: 35px 30px 39px;
}
.home-layout .row-4-group .testimonial-content-group {
    padding: 60px 0 30px;
}
.home-layout .row-5-group .page-center {
    text-align: center;
    padding: 35px 19px;
    max-width: 1450px !important;
}
.home-layout .row-5-group .custom-rec-posts {
    padding-top: 55px;
    margin: 0 -10px;
    padding-bottom: 60px;
}
.home-layout .row-5-group .custom-rec-posts:after {
    content: "";
    display: table;
    clear: both;
}
.home-layout .row-5-group .custom-rec-posts .hs-rss-item {
    margin: 0;
    width: 25%;
    float: left;
    padding: 0 10px;
}
.home-layout .custom-rec-posts .hs-rss-item-image-wrapper { 
    display: block;
    border-radius: 50%;
    border: 4px solid rgba(143, 41, 41, 1);
    background-color: rgba(143, 41, 41, 1);
    overflow: hidden;
    max-height: 307px;
    max-width: 320px;
}
.home-layout .custom-rec-posts .hs-rss-item-image-wrapper .hs-rss-featured-image {
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-layout .custom-rec-posts .hs-rss-item-text {
    margin-top: 9px;
}
.home-layout .custom-rec-posts .hs-rss-item-text h3 {
    color: #2F2E2E;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    font-size: 16px;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    font-style: italic;
    text-align: left;
}

/*---- home end -------*/



/*-------method start-------------*/

.method-layout .custom-banner-area {
    padding-bottom: 38px;
}
.method-layout .custom-banner-heading-wrapper.left {
    max-width: 100%;
    padding: 0;
}
.method-layout .custom-banner-heading-wrapper h1 {
    letter-spacing: normal;
    font: normal normal normal 72px/1.18em avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #FFFFFF;
    font-weight: normal;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    font-style: normal;
    font-size: 40px;
    line-height: 1.1em;
}
.method-layout .custom-banner-area h3 {
    font: normal normal normal 32px/1.25em avenir-lt-w01_85-heavy1475544,sans-serif;
    margin: 0;
    color: #FFFFFF;
    font-size: 35px;
    letter-spacing: normal;
    line-height: 1.2em;
    margin-bottom: 25px;
	position: relative;
}
.method-layout .custom-banner-area h3:after {
    content: "";
    border-bottom: 3px solid rgba(255, 255, 255, 1);
    max-width: 649px;
    position: absolute;
    display: inline-block;
    bottom: -15px;
    left: 0;
    width: 100%;
}
.method-layout .custom-banner-area h3 a {
    padding: 0;
    background: transparent;
    font: inherit;
	color: #fff;
}
.method-layout .row-1-group {
    background-color: rgb(240, 240, 240);
}
.method-layout .row-1-group .page-center {
    text-align: center;
    padding: 60px 0;
}
.method-layout .row-1-group .hs_cos_wrapper_type_form {
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
}
.method-layout .row-1-group .form-title {
    color: rgba(143,41,41,1);
    font: normal normal normal 35px/43px avenir-lt-w01_85-heavy1475544,sans-serif;
    margin: 0;
}
.method-layout .custom-form form {
    padding: 20px 20px 13px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.method-layout .custom-form form label {
    margin: 0;
}
.method-layout .custom-form form label span.hs-form-required {
    display: none;
}
.method-layout .custom-form form .hs-form-field {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 1 0 100px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    min-height: 35px;
    margin-bottom: 0;
    margin-right: 12px;
}
.method-layout .custom-form form .hs-form-field .hs-input {
    background: 0 0;
    text-overflow: ellipsis;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(97,97,94,1);
    background-color: rgba(199,199,197,1);
    color: rgba(143,41,41,1);
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    max-width: 100%;
    width: 100%;
	padding: 9px 8px;
    margin: 0;
}
.method-layout .custom-form form .hs-form-field .input {
    width: 100%;
}
.method-layout .custom-form form .hs_submit {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.method-layout .custom-form form .hs-button.primary.large {
    padding: 10px 24px;
    border-style: solid;
    margin: 0;
    color: rgba(255,255,255,1);
    font: normal normal normal 18px/22px avenir-lt-w01_85-heavy1475544,sans-serif;
    background-color: rgba(143,41,41,1);
    border-color: rgba(143,41,41,1);
}
.method-layout .custom-form form .hs-form-field .hs-input::-webkit-input-placeholder {color: rgba(143,41,41,1);}
.method-layout .custom-form form .hs-form-field .hs-input:-moz-placeholder {color: rgba(143,41,41,1);} /* Firefox 18- */
.method-layout .custom-form form .hs-form-field .hs-input::-moz-placeholder {color: rgba(143,41,41,1);} /* Firefox 19+ */
.method-layout .custom-form form .hs-form-field .hs-input:-ms-input-placeholder {color: rgba(143,41,41,1);} /* IE10 */
.method-layout .row-2-group.bg-img-wrapper {
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    min-height: 1125px !important;
}
.method-layout .row-2-group.bg-img-wrapper .page-center {
    padding: 50px 0;
}
.method-layout .custom-section-header {
    text-align: center;
}
.method-layout .custom-section-header .section-header:after {
    content: "";
    border-bottom: 2px dotted rgba(143, 41, 41, 1);
    position: absolute;
    display: block;
    max-width: 284px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.method-layout .custom-section-header .section-header {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 33px;
}
.method-layout .custom-section-header h1 {
    font: normal normal normal 48px/1.25em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-size: 53px;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: normal;
    margin: 0 0 15px;
}
.method-layout .custom-section-header p.secondary-header {
    color: #2F2E2E;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
	margin: 0;
}
.method-layout .row-2-group .custom-top-content {
    text-align: center;
    padding-bottom: 47px;
}
.method-layout .row-2-group .custom-top-content h6 {
    margin: 0;
}
.method-layout .row-2-group .custom-top-content h6 a:hover {
    background-color: rgba(240, 240, 240, 1);
    color: rgba(143, 41, 41, 1);
}

.method-layout .row-2-group .custom-top-content h6 a {
    font: normal normal normal 20px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    transition: all 0.4s ease;
    color: #FFFFFF;
    display: inline-block;
    background-color: rgba(143, 41, 41, 1);
    border: solid rgba(47, 46, 46, 1) 0px;
    max-width: 478px;
    padding: 8.5px 10px;
    width: 100%;
}
.method-layout .row-2-group .right-content p {
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    letter-spacing: normal;
    font-size: 17px;
    line-height: 1.3em;
    margin: 0 0 22px;
}
.method-layout .row-2-group .right-content blockquote {
    border: 3px solid rgba(199, 199, 197, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 17px 10px;
    margin: 60px auto;
    max-width: 354px;
}
.method-layout .row-2-group .right-content blockquote p {
    margin: 0;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #2F2E2E;
    line-height: 1.3em;
}
.method-layout .row-2-group .custom-bottom-content {
    padding: 26px 0;
}
.method-layout .row-2-group .custom-bottom-content blockquote {
    background-color: rgba(143, 41, 41, 1);
    margin: 0;
    padding: 17px 10px;
}
.method-layout .row-2-group .custom-bottom-content blockquote p {
    font: normal normal normal 20px/1.5em avenir-lt-w01_35-light1475496,sans-serif;
    color: #FFFFFF;
    letter-spacing: normal;
    font-size: 17px;
    line-height: 1.3em;
    text-align: center;
}
.method-layout .row-2-group .custom-bottom-content blockquote p:last-child {
    margin: 0;
}
.method-layout .row-2-group .custom-bottom-content blockquote p strong {
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}
.method-layout .row-3-group {
    background-color: rgb(250, 250, 250);
}
.method-layout .row-3-group .page-center {
    max-width: 100%;
    padding: 94px 0 91px;
}
.method-layout .row-3-group .custom-section-header h1 {
    margin: 0;
}
.method-layout .row-3-group .custom-section-header .section-header {
    padding-bottom: 24px;
}
.three-column-bg-image-with-heading {
    padding: 62px 0 0;
}
.three-column-bg-image-with-heading:after {
    content: "";
    display: table;
    clear: both;
}
.three-column-bg-image-with-heading .custom-column {
    width: 33.33%;
    float: left;
}
.three-column-bg-image-with-heading .custom-column .custom-inner {
    max-width: 329px;
    margin: 0 auto;
    position: relative;
    display: block;
    border-radius: 50%;
    border: 4px solid rgba(143, 41, 41, 1);
    background-color: rgba(143, 41, 41, 1);
    overflow: hidden;
}
.three-column-bg-image-with-heading .custom-column .custom-inner img {
    object-fit: cover;
    height: 322px;
}
.three-column-bg-image-with-heading .custom-column .custom-inner h1 {
    font: normal normal normal 32px/1.25em avenir-lt-w01_85-heavy1475544,sans-serif;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #FFFFFF;
    text-align: center;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    line-height: normal;
    letter-spacing: normal;
}
.method-layout .row-4-group .page-center {
    max-width: 100%;
}
.method-layout .row-4-content .custom-inner {
    max-width: 490px;
    margin: 0 auto;
    float: none;
    text-align: center;
}
.method-layout .row-4-image, .method-layout .row-4-content {
    margin: 0;
    width: 50%;
}
.method-layout .row-4-content {
    padding: 50px 0 40px;
}
.method-layout .row-4-content h1 {
    margin: 3px 0 1px;
    font-weight: normal;
}
.method-layout .row-4-content p {
    color: #2F2E2E;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
	margin: 0;
}
.method-layout .row-4-content hr {
    width: 284px;
    background: transparent;
    border-bottom: 2px dotted rgba(143, 41, 41, 1);
    margin: 12px auto;
}
.method-layout .row-4-content blockquote {
    max-width: 304px;
    margin: 0 auto;
    text-align: left;
    padding: 24px 0 0;
}
.method-layout .row-4-content blockquote h3 {
    font: normal normal normal 32px/1.25em avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #2F2E2E;
    margin: 0 0 40px;
    line-height: normal;
    letter-spacing: normal;
}
.method-layout .row-4-content blockquote h3 span {
    font-size: 35px;
    color: #8F2929;
}
.method-layout .row-4-content blockquote h3:last-child {
    margin-bottom: 0;
}


.method-layout .custom-form .form-title + div {
   padding: 20px 20px 13px;
}
.method-layout .custom-form form {
   display: block;
   position: relative;
   padding: 0;
}
.method-layout .custom-form form .hs-form-field {
   display: block;
   width: 100%;
}
.method-layout .custom-form form .hs-form-field .hs-input {
   width: 80%;
}
.method-layout .custom-form form .hs-button.primary.large {
   position: absolute;
   top: 0;
   right: 0;
   padding: 10px 24px 10px 17px;
}
ul.hs-error-msgs.inputs-list {
   text-align: left;
   padding: 0;
   list-style: none;
}


/*-----------method end-------------*/


/*-----------who-we-are end-------------*/

.hs-people-developers-row1-flexy .hs_cos_wrapper_type_custom_widget {
    width: 33.333%;
    float: left;
}
.hs-people-developers-row1-flexy * {}


.team-member-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0; 
     visibility: hidden; 
    transition: all 0.5s ease;
    padding: 10px;
}
.popup-wrapper-inner-box .content-box {
    overflow: auto;
    max-height: 100vh;
    position: relative;
    z-index: 9;
    padding: 50px;
}    
.popup-wrapper-main-box {
    max-width: 980px;
    position: relative;
    z-index: 99;
    margin: auto;
    height: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-member-button {
    display: block;
}

.team-member-popup-wrapper.popup-open { 
    opacity: 1;
    visibility: visible;
}
.popup-wrapper-inner-box {
    position: absolute;
    z-index: 999;
    background-color: rgb(240, 240, 240);
    width: 100%;
}












/*-----------who-we-are end-------------*/

/* Styles that do not fit into any of the available sections above can go here. */


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

@media (max-width: 1250px) { 
    .custom-banner-area {
        background-position: center; 
    }
}


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

@media (max-width: 1024px) {
    .team-member-wrapper.left, .team-member-wrapper.right,.team-member-wrapper.center{
        float: none;
    }
    .hs-people-developers-row1-flexy .hs_cos_wrapper_type_custom_widget {
        width: 50%;
    }
    .method-layout .row-2-group.bg-img-wrapper .page-center {
       padding: 50px 10px;
    }
    .method-layout .row-2-group .left-content img { 
       width: 100% !important;
       height: auto !important;
    }
    .three-column-bg-image-with-heading .custom-column {
       padding: 0 10px;
    }
    .three-column-bg-image-with-heading .custom-column .custom-inner img {
       object-fit: cover;
       height: 100%;
       width: 100%;
       position: absolute;
       top: 0;
       bottom: 0;
    }
    .three-column-bg-image-with-heading .custom-column .custom-inner {
       padding-bottom: 100%;
    }
    .three-col-box-wrapper>div {
        width: 30.333%;
        float: left;
        max-width: 100%;
        margin: 0 10px;
    }
    .hs-forum .custom-forum .custom-button-group>div {
        margin: 10px 40px 0;
    }
    .hs-corporateprogram .custom-button-group>div {
        margin: 10px 13px;
    }
    .btn-gourp>.btn.dark.col-1 {
        top: 18.5%;
        right: 10.7%;
    }
    .btn-gourp>.btn.col-2 {
        top: 33%;
        left: 12%;
    }
    .btn-gourp>.btn.dark.col-3 {
        top: 49%;
        right: 10.7%;
    }
    
    .btn-gourp>.btn.dark.col-4 {
        bottom: 33.3%;
        left: 12%;
    }
    .btn-gourp>.btn.col-5 {
        bottom: 18%;
        right: 10.7%;
    }
    .btn-gourp>.btn.dark.col-6 {
        bottom: 1.9%;
        left: 12%;
    }
    .custom-lizard-quiz .custom-middle-column .custom-column.col-2 {
        margin: 0;
    }
    .custom-lizard-quiz .custom-middle-column .custom-column {
        width: 50% !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .custom-lizard-quiz .custom-middle-column .custom-column blockquote {
        max-width: 100%;
    }
    .container-fluid .row-fluid .page-center {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 900px) and (min-width: 768px) {
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        padding: 0 10px;
    }
}
@media (max-width: 825px) and (min-width: 768px) {
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        font-size: 13px;
        padding: 0 8px;
    }
}

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

@media (max-width: 767px) {
    .popup-main-box.timeline .popup-box .content-box {
        padding: 0;
    }
    .popup-box .content-box {
        padding-top: 30px;
    }
    .hs-membership-tools .custom-main-group form.hs-form .hs-form-field > label {
        min-height: auto;
    }
    .hs-contact-row1-flexy .hs_cos_wrapper_type_form .actions {
        text-align: center;
        margin-top: 0;
    }
    .hs-membership-tools .custom-main-group form.hs-form .hs-input {
        max-width: 100%;
    }
    .hs-membership-tools form.hs-form .hs-form-field {
        width: 100% !important;
        padding: 0 0 10px;
    }
    .hs-people-developers-row1-flexy .hs_cos_wrapper_type_custom_widget {
        width: 100%;
    }
    .method-layout .custom-form form .hs-form-field .hs-input {
       width: 100%;
    }
    .method-layout .custom-form form .hs-button.primary.large {
       position: static;
       padding: 10px 24px;
    }
    .method-layout .custom-form form {
       display: block;
    }
    .method-layout .custom-form form .hs-form-field {
       display: block;
       margin: 0 0 10px;
    }
    .method-layout .row-2-group .right-content blockquote {
       max-width: 100%;
    }
    .three-column-bg-image-with-heading .custom-column {
       width: 100%;
       float: none;
    margin-bottom: 30px;
    }
    .three-column-bg-image-with-heading .custom-column .custom-inner {
       padding-bottom: 100%;
       max-width: 100%;
    }
    .three-column-bg-image-with-heading {
       padding: 10px 0 0;
    }
    .method-layout .row-4-image, .method-layout .row-4-content {
       margin: 0;
       width: 100%;
    }
    .method-layout .row-4-content blockquote {
       max-width: 100%;
    }
    .method-layout .row-4-content .custom-inner {
       max-width: 100%;
    }
    .three-col-box-wrapper {
        display: block !important;
    }
    .three-col-box-wrapper>div {
        width: auto;
        float: none;
        max-width: 100%;
        margin: 10px;
        display: block;
    }
    .hs-forum-row3-flexy .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .five-column-equal-image .custom-column { 
        width: 100%;
        float: none;
        display: block;
        margin: 0 0 30px;
    }
    .home-layout .row-3-group .five-column-equal-image .custom-column {
        width: 100%;
        float: none;
    }
    .home-layout .row-3-group .five-column-equal-image .custom-column > a {
        min-height: auto !important;
    }
    
    .home-layout .row-3-group .five-column-equal-image .custom-column > h1 a {
        display: block;
        vertical-align: middle;
    }
    .home-layout .row-3-group .five-column-equal-image .custom-column > h1 {
        margin: 10px 0;
    }
    .home-layout .row-3-group .page-center {
        padding: 30px 10px;
    }
    .home-layout .row-1-group {
        padding: 30px 0;
    }
    .home-layout .row-4-group .page-center {
        padding: 30px 10px;
    }
    .home-layout .row-5-group .page-center {
        padding: 35px 10px;
    }
    .home-layout .row-5-group .custom-rec-posts .hs-rss-item { 
        width: 100%;
        float: none;
        margin: 0 0 30px;
    }
    .home-layout .custom-rec-posts .hs-rss-item-image-wrapper img.hs-rss-featured-image {
        width: 100%;
    }
    .home-layout .custom-rec-posts .hs-rss-item-image-wrapper {
        margin: 0 auto;
    }
    .home-layout .custom-rec-posts .hs-rss-item-text h3 {
        text-align: center;
    }
    .btn-gourp>.btn {
        padding: 1% 2%;
        font-size: 77%;
    }
    .btn-gourp>.btn.dark.col-1 {
        top: 18.5%;
        right: 6.7%;
    }
    .btn-gourp>.btn.col-2 {
        top: 33%;
        left: 8%;
    }
    .btn-gourp>.btn.dark.col-3 {
        top: 49%;
        right: 5.7%;
    }
    .btn-gourp>.btn.dark.col-4 {
        bottom: 32.3%;
        left: 7%;
    }
    .btn-gourp>.btn.col-5 {
        bottom: 17%;
        right: 5.7%;
    }
    .btn-gourp>.btn.dark.col-6 {
        bottom: 0.9%;
        left: 7%;
    }
    .custom-lizard-quiz .custom-middle-column .custom-column {
        width: 100% !important;
        float: none !important;
        padding: 20px 10px;
        text-align: center;
    }
    .row-3-group.bg-img-wrapper {
        min-height: auto;
    }
    .custom-footer {
        padding-top: 7px;
        position: relative;
    }
    .custom-footer form {
        padding: 20px 20px 40px;
        max-width: 300px;
        margin: 0 auto;
    }
    .custom-footer:before {
        background-color: rgb(199, 199, 197);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: "";
        z-index: -1;
    }
    
    .custom-footer h3 {
        font-size: 16px;
        margin-bottom: 5px;
        position: relative;
        z-index: 9;
    }
    .custom-footer-follow-us ul {
        margin: 0 0 10px;
    }
    .custom-footer-follow-us ul li img {
        width: 35px;
        height: 35px;
        object-fit: cover;
    }
    
    .custom-footer-contact-link img {
        width: 157px;
        height: 157px;
        object-fit: cover;
        left: 50%;
        transform: translateX(-50%);
        top: -30px;
    }
    
    .custom-footer-contact-link {
        max-width: 230px;
        padding-top: 0;
        margin-top: 0;
        min-height: auto;
        text-align: center;
        padding-bottom: 20px;
    }
    
    .custom-footer-contact-link p {
        font-size: 17px;
    }
    
    .custom-footer-follow-us ul {
    }
    
    .custom-footer-follow-us {
        position: relative;
    }
    
    .custom-footer-follow-us h3 {
        margin-bottom: 0;
    }

    .hs_cos_wrapper_type_password_prompt,
    .hs_cos_wrapper_type_email_simple_subscription,
    .hs_cos_wrapper_type_form,
    .hs_cos_wrapper_type_blog_subscribe,
    .widget-type-google_search,
    #comment-form {
        max-width: 100%;
    }
    .body-container .content-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .custom-banner-area {
        min-height: 460px !important;
    }
    .blog-pagination > div {
        display: block;
        margin-bottom: 15px;
    }
    .blog-pagination {
        margin-bottom: 20px;
    }
    .blog .body-container .page-center {
        padding-top: 30px;
    }
    .custom-recent-left {
        max-width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .custom-recent-right {
        float: none;
        max-width: 100%;
    }
    
    .what-we-do-layout .two-column-equal-with-bg .custom-column {
       width: 100%;
       float: none;
       padding: 0;
       margin-bottom: 20px;
    }
    .what-we-do-layout .two-column-equal-with-bg .custom-column.col-2 {
       border-top: 2px solid #ab7877;
       border-left: none;
       padding-top: 10px;
    }
    .custom-button-group>div ,
    .custom-bottom-pane-with-button .custom-button .custom-column{
       display: block;
       margin: 10px 0;
    }
    .testimonial-content-group .hs_cos_wrapper_type_custom_widget {
       width: 100%;
       float: none;
       margin-bottom: 30px;
    }
    .testimonial-content-group {
       padding: 30px 0 0;
    }
    .testimonial-wrapper {
       max-width: 100%;
       margin: 0 auto 50px;
    }
    .testimonial-wrapper .top-img-wrapper {
       padding-bottom: 10px;
    }
    .testimonial-wrapper .testimonial-content h6 {
       padding-top: 30px;
    }
    .testimonial-wrapper .testimonial-content p {
       min-height: auto;
    }
    .custom-bottom-pane-with-button .custom-button {
       padding: 20px 0 5px;
    }
    body:not(.what-we-do-layout) .two-column-equal-with-bg>div {
        width: 100%;
        float: none;
        padding-left: 0 !important;
        border: 0 !important;
        padding-bottom: 20px; 
    }
    body:not(.what-we-do-layout) .two-column-equal-with-bg .custom-content {
        padding: 0 10px 0 0;
    }
    
}  


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

@media (max-width: 479px) {
    h2 {
        font-size: 30px;
    }
    h1, .home-layout .home-heading h1 {
        font-size: 35px;
    }
    .hs-people-developers .custom-banner-heading-wrapper>section {
        padding-left: 0;
        max-width: 100%;
    }
    .custom-lizard-quiz h1.custom-heading span:after {
        right: 0;
    }
    .hs-corporateprogram-row2 .section-header-top-image .custom-heading h1 {
        font-size: 22px;
    }
    .container-fluid .row-fluid .page-center {
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-banner-area {
        min-height: 457px !important;
    }
    .custom-banner-heading-wrapper h1 {
        line-height: 1.18em;
        color: #FFFFFF;
        font-size: 29px;
    }
    .custom-banner-heading-wrapper p {
        line-height: 1.46em;
        color: #FFFFFF;
        font-size: 19px;
    }
    .custom-banner-heading-wrapper {
        padding-bottom: 40px;
    }
    .custom-banner-area a {
        font-size: 16px;
        padding: 8px 15px 8px;
        min-width: 210px;
    }
}





@media (max-width: 1200px) {
  .outer-member-coach .coach-text h3 {
    padding: 0 130px;
}
  .core-outer .core-section.row-one-col-one:before, .core-outer .core-section.row-one-col-one:after {
    display:none;
}
  .core-section.row-one-col-two:before,  .core-section.row-one-col-two:after {
     display:none;
}
  .core-outer.core-outer-2 .core-section.row-two-col-one:before,  .core-outer.core-outer-2 .core-section.row-two-col-one:after {
    display:none;
}
  .core-outer.core-outer-2 .core-section.row-two-col-two:before,  .core-outer.core-outer-2 .core-section.row-two-col-two:after {
    display:none;
}
    /***08-08-18***/
  .coaching-page .custom-banner-area {
	background-size: 150%; background-position: 35% 23px !important;
}
}

@media (max-width: 991px) {
  
  .outer-better-title .experience-info .left-section h2, .outer-better-title .experience-info .right-section h2 {
    font-size: 34px;
}
  .outer-better-title .experience-info .left-section p, .outer-better-title .experience-info .right-section p {
    margin-bottom: 20px;
}
  .outer-better-title .header-text h1 {
    font-size: 40px!important;
}
  .outer-member-coach .coach-text h3 {
    padding: 0 0px;
}
  .outer-explainer-section .core-section .text-part h2 {
    font-size: 32px;
}
  .outer-explainer-section .core-section .text-part {
    padding: 24px;
    min-height: 294px;
}
.outer-explainer-section {
    padding-bottom: 60px;
}  
  .custom-banner-heading-wrapper.right h1 {
    font-size: 50px;
}
  .custom-banner-heading-wrapper.right p {
    padding-right: 114px;
}
  
    .coaching-page .container-fluid .row-fluid .page-center {
	max-width: 980px;
}
    /***08-08-18***/
  .coaching-page .custom-banner-area {
	background-size: cover; background-position: 25% 23px !important;
}
}


@media (max-width: 767px) {
  .experience-info .left-section {
    width: 100%;
    padding-right: 0px;
}
  .outer-better-title .header-text h1 {
    font-size: 34px!important;
    padding: 50px 0 40px!important;
}
  .outer-better-title .experience-info .left-section h2, .outer-better-title .experience-info .right-section h2 {
    font-size: 30px;
}
  .experience-info .right-section {
    width: 100%;
}
  .experience-info .left-section img {
    display: none;
}
  .left-section.mobile-image {
    display: block !important;
}
  .left-section.mobile-image img {
    display: block !important;
}
  div#offer-background-image {
    padding: 50px 0px;
}
  .outer-explainer-section .outer-core-text-header .core-text-header {
    width: 62%;
}
  .outer-explainer-section .core-section .text-part {
    padding: 40px;
    min-height: auto;
}
  .outer-explainer-section .core-section {
    max-width: 100%;
}
  .core-section {
    margin-bottom: 40px;
}
  .core-outer {
    padding-bottom: 0px;
}
 
 .outer-explainer-section .outer-core-text-header .core-text-header {
    width: 100%;
    padding: 185px 0 144px 0;
}
  .outer-explainer-section {
    background-position: center -80px;
    background-size: 840px;
     padding-bottom: 30px;
}
  .custom-banner-heading-wrapper.right {
    max-width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
}
.custom-banner-heading-wrapper.right h1 {
    padding: 0 0 10px;
}
  .custom-banner-heading-wrapper.right p {
    padding-right: 0px;
}
  /***08-08-18***/
  .coaching-page .custom-banner-heading-wrapper.right {
	max-width: 100%;
}
  .coaching-page .custom-banner-area {
	background-position: center !important;
}
}


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


@media (max-width: 599px) {
  .outer-member-coach .coach-text h3 {
    font-size: 36px;
    line-height: 45px;
}
  .custom-banner-heading-wrapper.right h1 {
    padding: 0 0 10px;
    font-size: 43px;
    line-height: 48px;
}
  .custom-banner-heading-wrapper.right p {
    padding-right: 0px;
    font-size: 20px;
}
}

@media (max-width: 479px) {
  .outer-better-title .header-text h1 {
    font-size: 30px!important;
    padding: 50px 0 24px!important;
}
  .outer-better-title .experience-info .left-section h2, .outer-better-title .experience-info .right-section h2 {
    font-size: 24px;
    padding-bottom: 10px;
}
  .outer-member-coach .coach-text h3 {
    font-size: 24px;
    line-height: 32px;
}
  .outer-explainer-section .core-section .text-part {
    padding: 20px;
}
  .outer-explainer-section .core-section .text-part h2 {
    font-size: 24px;
    padding-bottom: 8px;
}
  .outer-explainer-section .core-section .text-part p span a {
    font-size: 15px;
}
  .outer-explainer-section .core-section .text-part p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: normal;
}
  .custom-banner-heading-wrapper.right h1 {
    font-size: 30px;
    line-height: 32px;
}




  
}







