/* ==========================================================================
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=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@import url('//fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('//fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
/* @import url('//fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('//fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');


@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:100,200,300,400,700italic,400italic');


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

body {
  background: #fff;
  color: #000;
  font-family: "Arial", "Sans-Serif";
  font-size: 14px;
  line-height: 22px;
}

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

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


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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Nunito, sans-serif;
  color: #000000;
  font-weight: bolder;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 36px;
  line-height: 34px;  
  margin: 0 0 19px;
}
h2 {
  font-size: 25px;
  color: #ef0b2b;
  line-height: 25px;
  margin: 0;
}
h3 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  margin: 0;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  margin: 0 0 5px;
}
h5 {}
h6 {}

/* Anchor Links */
a { color: #00f;outline: none; }
a:hover, a:focus { color: #00f; }

/* 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 {}
.hs_header_group {
  background: rgba(25,58,92,1);
  min-height: 107px !important;
}
.hs_header_group .page-center {
  min-height: 107px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding: 0 30px;
}
.hs_header_group .page-center>div>.row-fluid {
  display: flex;
  align-items: center;
}
.hs_header_group .hs_heade_con_info {
  text-align: right;
  margin: 0 0 0 14px;
  float: right;
}
.hs_header_group .hs_heade_con_info p {
  font-family: Nunito, sans-serif;
  font-size: 27px;
  color: #fcda32;
  line-height: 22px;
  margin: 0;
}

.hs_head_logo_group .hs_heade_logo_sep {
  position: relative;
  width: 2px;
  height: 100%;
  margin: 0;
  padding: 0 18px;
}
.hs_head_logo_group .hs_heade_logo_sep>div {
  display: block;
  background: rgba(255,255,255,1);
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  left: 0;
  position: relative;
  top: 18px;
  z-index: 3;
  height: 44px;
  width: 2px;
  visibility: visible;
}
.hs_head_logo_group .hs_heade_logo2 {
  margin: 0;
  padding: 19px 0 0 13px;
}
























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

.body-container-wrapper {}
.body-container {}
.body-container .page-center {
  padding: 20px 15px;
}

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


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

.footer-container-wrapper {}
.footer-container {}
.hs_footer_group {
  background-color: #fff;
}
.hs_footer_group .page-center {
  min-height: 54px;
  padding: 0 23px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.hs_copyright p {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #454545;
}







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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

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


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

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

@media (max-width: 767px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

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

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

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

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

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .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;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

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

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

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


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


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

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

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

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

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


/* =============== 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 */
.blog-post-wrapper h2,
.post-header h2{
  margin-bottom: 10px;
}

.blog-post-wrapper h2 a,
.post-header h2 a{
  text-decoration: none;
}

/* 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 {
  margin-top: 5px;
}
#hubspot-author_data .hs-author-avatar img {
  width: 70px;
  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 {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.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{
  display: inline-block;
  padding: 15px 0;
}

/* Blog Topics List */
#hubspot-topic_data{
  color: #888888;
  font-weight:700;
  margin: 10px 0;
}
#hubspot-topic_data a.topic-link {}
.post-listing #hubspot-author_data{
  margin-top: 0;
}
.hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-form .input ul li{
  padding: 0 !important;
}

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}

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

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

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination .previous-posts-link {
  display: block;
}
.blog-pagination .all-posts-link {
  display: block;
}
.blog-pagination .next-posts-link {
  display: block;
}

/* 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-sidebar .cell-wrapper{
  margin-bottom: 15px;
}
.blog-sidebar h4,
.blog-sidebar h3,
.blog-sidebar h3.form-title {
  margin: 0 0 15px;
  padding: 10px 0 0 ;
}
.blog-sidebar .widget-module ul {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 0;
}
.blog-sidebar .widget-module ul li{
  padding: 0 0 10px;
}
.blog-sidebar .widget-module ul li a span.filter-link-count {
  display: none;
}


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

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

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

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

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

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

@media(max-width: 767px) {
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    margin: 15px 0;
  }
}


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


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

.blog .section.post-footer form,
.custom_error_message form,
.body-container .hs-search-field,
.body-container .widget-type-form,
.landing-page.one-column .body-container .hs_cos_wrapper_type_form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription {
  max-width: 500px;
  width: 100%;
  background: rgba(36,108,169,1);
  margin: 15px 0;
  padding: 20px 35px;
  display: block;
}

h3.form-title {
  color: #fff;
  margin-bottom: 10px;
}  
/* Form Field */
.hs-form-field {
  display: block;
  margin-bottom: 12px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-family: Roboto;
  font-weight: 700;
  font-size: 12px;
  line-height: 13px;
  color: #fff;
  display: block;
  margin-bottom: 4px;
}
.hs-form-field > label span.hs-form-required {
  margin-left: 3px;
}

/* 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 {
  width: 100%;
  max-width: 500px;
  display: block;
  min-height: 32px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding: 0 9px;
  background-color: #fff;
  color: #000;
  border: 1px solid #acacac;
  outline: 0;
}

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 {}

/* 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 */
form.hs-form ul.hs-error-msgs.inputs-list {
  margin: 3px 0;
  list-style: none;
  background-color: #FFD0D0;
  padding: 8px 15px;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #DF3935;
}
form.hs-form ul.hs-error-msgs.inputs-list li {
  list-style: square;
  margin-left: 20px;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 16px;
}
.hs-error-msgs label {
  color: #DF3935;
  font-size: 12px;
  line-height: 16px;
}
.submitted-message {
  color: #fff !important;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 3px;
  min-height: 30px;
  background: rgba(220,50,54,1);
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: Roboto;
  text-align: center;
  border: 0;
  text-transform: uppercase;
  padding: 5px 8px;
  min-width: 150px;
  outline: 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: rgba(209,38,41,1);
  box-shadow: none;
  color: #fff;
}

.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 {
  background: #102446;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.5);
  box-shadow: 5px 30px -10px rgba(0,0,0,0.5);
  transition: all 0.4s ease 0s;
}
.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 {}
input[type="search"] {
  -webkit-appearance: none;
}
.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
  margin-top: 5px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px;
  text-decoration: none;
  color: #fff;
}
.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
  color: #fff;
}

/*===================Thank You====================*/
body.hs_thank_you_page {}
.hs_header_group.hs_thankyou_head {
  background: rgba(7,50,87,1);
  -webkit-box-shadow: 0px 4px 5px 0px rgba(217,217,217,1);
  -moz-box-shadow: 0px 4px 5px 0px rgba(217,217,217,1);
  box-shadow: 0px 4px 5px 0px rgba(217,217,217,1);
  margin-bottom: 5px;
}
.hs_header_group.hs_thankyou_head .page-center {
  padding: 0 10px;
  min-height: 171px;
}
.hs_header_group.hs_thankyou_head .hs_heade_con_info p {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}
.hs_thankyou_head .hs_heade_logo img {
  margin: 17px 0 0 -37px;
  width: 284px !important;
}


/*--------------------------*/
.hs_thank_you_page .main-content {
  text-align: center;
  padding: 23px 0 74px;
  max-width: 840px;
  margin: 0 auto !important;
  float: none;
}
.hs_thank_you_page .main-content h1 strong {
  font-weight: bolder;
}
.hs_thankyou_foo {
  min-height: 57px;
  background: rgba(238,237,237,1);
}
.hs_thankyou_foo .page-center {
  min-height: 57px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs_thankyou_foo .hs_copyright p {
  font-size: 12px;
  color: #777777;
}
.main-content .hs_sec_header {
  padding: 0 0 43px;
}
.hs_thankyou_head .hs_heade_con_info p.info_1 {
  display: none;
}
@media(min-width: 768px) {
  .main-content .hs_sec_header {
    display: none;
  }
  .hs_thankyou_head .hs_heade_con_info p.info_2 {
    display: none;
  }
  .hs_thankyou_head .hs_heade_con_info p.info_1 {
    display: block;
  }
}

.main-content .hs_sec_header h1 {
  margin: 0;
  font-family: Lora;
  font-size: 50px;
  color: rgb(12, 75, 180);
  text-align: center;
  line-height: .9;
}

/*====================Nutrition Ebook=========================*/
body.hs_nutrition_ebook_page {}
.hs_nutrition_ebook_page .page-center {
  min-height: 51px;
}
.hs_nutrition_ebook_page .hs_copyright p {
  line-height: 22px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.hs_nutrition_ebook_page .hs_thankyou_head {
  box-shadow: none;
  margin: 0;
}
.hs_nutrition_ebook_page .container-fluid .row-fluid .page-center {
  max-width: 1146px;
}
.hs_nutrition_ebook_page .hs_thankyou_head .page-center {
  padding: 0 15px;
  min-height: 200px;
}
.hs_nutrition_ebook_page .hs_thankyou_head .hs_heade_logo img {
  margin: -22px 0 0 -13px;
  width: auto !important;
}
.hs_nutrition_ebook_page .hs_heade_con_info {
  margin: 0;
}
.hs_nutrition_ebook_page .hs_heade_con_info p.info_1 {
  margin: 0 0 10px !important;
}
.hs_nutrition_ebook_page .hs_heade_con_info p a {
  font-size: 28px;
}
.hs_nutrition_ebook_page .hs_heade_con_info p:nth-child(3) {
  font-size: 18px !important;
}






/*--------------------------------*/
.hs_nutrition_ebook_r1 {
  padding: 0 0 118px;
}
.hs_nutrition_ebook_page .page-center {
  padding: 0;
}
.hs_nutrition_ebook_r1 .hs_bbaner_img {
  padding: 0 0 54px;
}
.hs_nutrition_ebook_r1 .hs_bbaner_img img.hs-image-widget {
  width: 100% !important;
}
.hs_nutrition_ebook_r1 .hs_left_column {
  width: calc(100% - 376px);
  margin: 0;
}
.hs_nutrition_ebook_r1 .hs_left_column>span {
  display: block;
  padding-right: 20px;
  padding-left: 10px;
}
.hs_nutrition_ebook_r1 .hs_right_sidebar {
  width: 354px;
  margin: 0;
  padding: 0;
}
.hs_nutrition_ebook_r1 .hs_left_column p {
  line-height: 22px;
}
@media(min-width: 1181px) {
  .hs_nutrition_ebook_r1 .hs_left_column p span {
    line-height: 0;
  }
}

.hs_nutrition_ebook_r1 .hs_left_column h1 {
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.hs_nutrition_ebook_r1 .hs_left_column h1 span {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: rgb(28, 145, 198);
  line-height: 0;
}
.hs_nutrition_ebook_r1 .hs_left_column h2 {
  line-height: 22px;
  margin: 0 0 18px;
}
.hs_nutrition_ebook_r1 .hs_left_column h2 span {
  font-family: Roboto;
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  color: #000000;
  line-height: 0;
}
.hs_nutrition_ebook_r1 .hs_left_column h3 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 22px;
}
.hs_nutrition_ebook_r1 .hs_left_column h3 span {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  color: rgb(0, 0, 0);
  line-height: 0;
}
.hs_nutrition_ebook_r1 .hs_left_column h4 {
  margin-bottom: 16px;
  line-height: 22px;
}
.hs_nutrition_ebook_r1 .hs_left_column h4 span {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: rgb(0, 0, 0);
  line-height: 0;
}
.hs_nutrition_ebook_r1 .hs_left_column ul li span {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  line-height: 1.2;
}




.hs_nutrition_ebook_r1 .hs_right_sidebar {
  background-color: rgba(255,255,255,1);
  border: 1px solid #ccc;
  margin-top: -180px;
  margin-right: 22px;
  float: right;
}
.hs_right_form_content {
  padding: 10px 26px;
}
.hs_right_form_content h3 {
  margin: 10px 0 10px;
  font-size: 36px;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  color: rgb(7, 50, 87);
  line-height: 1.1;
  text-transform: none;
}
.hs_right_form_content p {
  line-height: 22px;
  margin: 0;
}
.hs_right_form_content p span {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  color: rgb(97, 160, 200);
  line-height: 0;
}
.hs_right_form .widget-type-form {
  background-color: rgba(240,240,240,1);
  padding: 13px 30px;
  margin: 14px 0 0;
}
.hs_right_form .hs-form-field {
  margin-bottom: 18px;
}
.hs_right_form .hs-form-field > label {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  margin-bottom: 3px;
}
.hs_right_form .field.hs-form-field input.hs-input {
  border-color: #bbbbbb;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  box-shadow: inset 0px 2px 3px #dddddd;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd;
  -moz-box-shadow: inset 0px 2px 3px #dddddd;
  min-height: 34px;
  font-size: 15px;
  line-height: 15px;
}
.hs_right_form a.hs-button.large.primary {
  text-align: center;
  display: block;
}
.hs_right_form .actions {
  text-align: center;
}
.hs_right_form input.hs-button.primary.large {
  background-color: rgba(239,11,43,1);
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  font-family: Roboto;
  min-height: 49px;
  border-radius: 5px;
  padding: 5px 18px;
  margin: -3px 0 0;
}
.hs_right_form input.hs-button.primary.large:hover {
  background: rgba(227,8,34,1);
  box-shadow: none;
  color: #fff;
}
.hs_nutrition_ebook_r1 .main-content ul {
  margin: 14px 0 30px;
  padding: 0 0 0 35px;
  color: #666;
}
.hs_nutrition_ebook_r1 .main-content ul li {
  font-size: 14px;
  line-height: 17px;
}
.hs_left_column .hs_cos_wrapper_type_module:last-child {
  padding: 20px 0 0;
}
.hs_left_column img[align="left"] {
  display: block;
  float: none;
  margin-bottom: 20px;
}
@media(min-width: 768px) {
  .hs_left_column img[align="left"] {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}


/*--------------------------------*/
.hs_nutrition_ebook_r2 {
  background: rgba(7,50,87,1);
  padding: 18px 0 24px;
}
.hs_nutrition_ebook_page .hs_nutrition_ebook_r2 .page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.hs_nutrition_ebook_r2 .main-content>.row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.hs_nutrition_ebook_r2 .span6.widget-span {
  width: 50%;
  margin: 0;
  padding: 0 15px;
}
.hs_nutrition_ebook_r2 .span6.hs_nutrition_ebook_r2_left {
  width: 56.8%;
  padding: 0 20px 0 0;
  margin-top: -80px;
}
.hs_nutrition_ebook_r2 .span6.widget-span>div {
  padding: 0 15px;
}
.hs_nutrition_ebook_r2 .span6.hs_nutrition_ebook_r2_left>div {
  padding: 0;
}
.hs_nutrition_ebook_r2 .span6.hs_nutrition_ebook_r2_right {
  width: 43.2%;
  float: right;
  margin-top: 15px;
  padding-right: 0;
}

.hs_nutrition_ebook_r2_right p {
  line-height: 22px;
}
.hs_nutrition_ebook_r2_right p>span {
  line-height: 0;
}


/*=======================Nutrition Ebook - PS=========================*/
body.hs_nutrition_ebook_ps {}
.hs_nutrition_ebook_ps .hs_bbaner_img {
  padding: 0 0 15px;
}
.hs_nutrition_ebook_ps .hs_nutrition_ebook_r1 .main-content ul {
  max-width: 610px;
  margin: 0 auto;
  padding: 22px 0 0;
  list-style: none;
}
.hs_nutrition_ebook_ps .hs_nutrition_ebook_r1 .main-content ul li {
  padding-bottom: 16px;
}
.hs_nutrition_ebook_ps .hs_nutrition_ebook_r1 .main-content ul li>span {
  line-height: 0;
}
.hs_nutrition_ebook_ps .hs_right_sidebar {
  margin-top: -140px;
}
.hs_nutrition_ebook_ps .hs_right_form_content p {
  margin-bottom: 16px;
}
.hs_nutrition_ebook_ps .hs_right_form_content p:last-child {
  margin-bottom: 0;
}
.hs_nutrition_ebook_ps .hs_right_form_content h3 {
  padding-bottom: 15px;
}
.hs_nutrition_ebook_ps .hs_heade_con_info p:nth-child(3) {
  font-size: 14px !important;
}

/*==================Become a CPT - Thank You====================*/
body.hs_become_a_cpt_thankyou {}
.hs_become_a_cpt_thankyou .hs_thankyou_head {
  background: rgba(24,59,94,1);
  box-shadow: none;
}
.hs_become_a_cpt_thankyou .hs_thankyou_head .page-center {
  padding: 0 18px;
  min-height: 124px;
}
.hs_become_a_cpt_thankyou .hs_heade_logo img {
  width: 194px !important;
  height: 70px;
  margin: -2px 0 0 12px;
}
.hs_become_a_cpt_thankyou .hs_heade_con_info .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 254px;
  float: right;
}

/*------------------------*/
.hs_become_a_cpt_thankyou_r1 .content-wrapper {
  max-width: 1140px !important;
  padding-bottom: 40px;
  padding-top: 100px;
}
.hs_become_a_cpt_thankyou_r1 .main-content {
  margin: 0;
}
.hs_become_a_cpt_thankyou_r1 .main-content.left {
  float: right;
  width: 41%;
  margin-top: 15px;
}
.hs_become_a_cpt_thankyou_r1 .main-content.right {
  width: 59%;
  text-align: center;
  margin-top: -10px;
}
.hs_become_a_cpt_thankyou_r1 h1 {
  font-family:Nunito, serif;
  font-size:33px;
  font-weight:400;
  color:#256ca8;
  margin:0;
  line-height:1.2;
}
.hs_become_a_cpt_thankyou_r1 p {
  margin-bottom: 16px;
}
.hs_become_a_cpt_thankyou_r1 h3 {
  font-family:Nunito, serif;
  font-size:26px;
  font-weight:400;
  color:#000000;
  margin:0;
  line-height:1.2;
  text-transform: none;
}

/*---------------------------*/
.hs_become_a_cpt_thankyou_r2 {
  background: rgba(236,236,236,1);
}
.hs_become_a_cpt_thankyou_r2 h3 {
  font-family:Nunito, serif;
  font-size:28px;
  font-weight:400;
  color:#256ca8;
  margin:0;
  line-height:1.2;
  text-align:center;
  text-transform: none;
}
a.hs_btn_red {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  border: 1px solid #da002a;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-family: Nunito;
  font-style: normal;
  text-align: center;
  background: rgba(218,0,42,1);
  min-width: 286px;
  padding: 8.5px 8px;
  border-radius: 3px;
}
a.hs_btn_red:hover {
  background: rgba(255,255,255,1);
  color: #DA002A;
  border: 1px solid #da002a;
}
.hs_become_a_cpt_thankyou .hs_thankyou_foo {
  background-color: #fff;
}
.hs_become_a_cpt_thankyou .hs_thankyou_foo .hs_copyright p {
  font-size: 13px;
  color: #474747;
}
.hs_become_a_cpt_thankyou .hs_thankyou_foo .hs_copyright p a {
  color: #474747 !important;
}
.hs_become_a_cpt_thankyou_r2 .main-content {
  max-width: 573px;
  margin: 0 auto !important;
  float: none;
  padding: 25px 10px 13px;
}
.hs_become_a_cpt_thankyou_r2 a.hs_btn_red {
  margin: 20px 0 0;
}

/*=================PES - Thank You======================*/
body.hs_pes_thank_you_page {}



/*---------------------------------*/
.hs_pes_thank_you_r1 {
  padding: 25px 0 0;
}
.hs_pes_thank_you_r1 .main-content {
  max-width: 925px;
  margin: 0 auto !important;
  float: none;
  padding-bottom: 20px;
}
.hs_pes_thank_you_r1 .main-content strong {
  font-weight: bolder;
}

/*===================Part Time - Thank You======================*/
body.hs_part_time_thankyou_page {}
.hs_part_time_head .page-center {
  padding: 0 15px;
}
.hs_part_time_head .hs_heade_con_info p {
  color: #fff;
}
.hs_part_time_head .hs_heade_con_info p:first-child {
  margin-top: -4px;
}
.hs_part_time_head .hs_heade_con_info p strong {
  font-weight: 700;
  font-family: "Roboto Condensed";
}
.hs_part_time_head .hs_heade_logo img {
  margin-left: 23px;
  margin-top: -5px;
}

.hs_part_time_thankyou_page .hs_footer_group {
  background: rgba(245,245,245,1);
  border-top: 1px solid #e8e8e8;
}
.hs_part_time_thankyou_page .hs_footer_group .page-center {
  min-height: 67px;
}
.hs_part_time_thankyou_page .hs_copyright p {
  font-family: Roboto Condensed;
  font-size: 14px;
  color: #454545;
}
@media(min-width: 768px) {
  .hs_part_time_thankyou_page .hs_copyright {
    padding-left: 33px;
  }
}
a.hs_btn_orange {
  display: inline-block;
  border-radius: 3px;
  min-width: 210px;
  background: rgba(233,143,61,1);
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  font-weight: bold;
  font-family: Roboto;
  text-align: center;
  padding: 9.5px 8px;
  text-decoration: none;
}
a.hs_btn_orange:hover {
  background: rgba(221,122,46,1);
  color: #fff;
}

.hs_part_time_top_title {
  text-align: center;
  padding: 5px 0 0;
}
.hs_part_time_top_title h1 {
  font-family: Roboto Condensed;
  color: #123761;
  font-size: 30px;
  text-transform: uppercase;
  font-style: italic;
}
.main-content strong {
  font-weight: bolder;
}
.hs_part_time_thankyou_page .main-content.right {
  padding-left: 10px;
}
.hs_part_time_thankyou_page a.hs_btn_orange+p {
  margin: 9px 00;
}
.hs_part_time_thankyou_page a.hs_btn_orange {
  margin: 6px 0;
}
.hs_video_wrapper {
  display: block;
  padding: 56.25% 0 0 0;
  position: relative;
}
.hs_video_wrapper iframe{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hs_part_time_thankyou_page .body-container .page-center {
  padding-bottom: 35px;
}


/*=======================PES=====================*/
body.hs_pes_page {}

.hs_pes_page .hs_thankyou_foo {
  background-color: #fff;
}
.hs_pes_page .hs_thankyou_foo .page-center {
  min-height: 60px;
}
.hs_pes_page .hs_thankyou_foo .hs_copyright p {
  font-size: 7px;
  line-height: 22px;
  color: #777777;
}

.hs_header_group.hs_pes_head {
  background-color: #fff;
  box-shadow: none;
}
.hs_header_group.hs_pes_head .page-center {
  background: rgba(7,50,87,1);
  padding: 0;
  min-height: 158px;
}
.hs_pes_head .hs_heade_logo img {
  margin: -22px 0 0 20px;
  width: auto !important;
  max-width: 266px;
}
.hs_header_group.hs_pes_head .hs_heade_con_info {
  text-align: right;
  margin: 0 0 0 20px;
  float: right;
}

/*--------------------------*/
.hs_pes_row_1 {}
.page-center.content-wrapper.hs_pes_row_1_inner {
  padding-left: 0;
  padding-right: 0;
  margin-top: 50px;
}
.hs_pes_row_1_form_title {
  background: rgba(4,49,88,1);
  padding: 52px 15px 46px;
}
.hs_pes_row_1 .hs_pes_row_1_form_title h1 {
  font-family: Roboto,sans-serif;
  font-weight: 900;
  color: #ffffff;
  font-size: 55px;
  text-align: center;
  line-height: 1.1;
}
.hs_pes_row_1_form_title h3 {
  font-family: Roboto,sans-serif;
  font-weight: 900;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  line-height: 1.1;
  text-transform: none;
  padding: 5px 0 0;
}

.body-container .hs_pes_row_1_form .widget-type-form {
  margin: 0;
  background-color: rgba(4,49,88,1);
  max-width: 100%;
  padding: 0 0 37px;
}
.hs_pes_row_1_form form {
  margin: 0 auto;
  max-width: 630px;
}
.hs_pes_row_1_form form .hs-form-field {
  margin-bottom: 30px;
}
.hs_pes_row_1_form form .hs-form-field>label {
  display: none;
}
.hs_pes_row_1_form form .hs-form-field>.input>input {
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  box-shadow: inset 0px 2px 3px #dddddd;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd;
  -moz-box-shadow: inset 0px 2px 3px #dddddd;
  border: 1px solid #bbbbbb;
  min-height: 34px;
  font-size: 15px;
  line-height: 15px;
  padding: 0 8px;
}
.hs_pes_row_1_form form .actions {
  text-align: center;
}
.hs_pes_row_1_form form input.hs-button.primary.large {
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  padding: 11.5px 33px;
  border-radius: 2px;
  background-color: #ef0b2b;
  margin: -2px 0 0;
}

.hs_pes_row_1 .lp-element.lp-code {
  max-width: 963px;
  margin: 0 auto;
}
.hs_pes_row_1 .main-content {
  max-width: 963px;
  margin: 0 auto !important;
  float: none !important;
}
.hs_pes_row_1 .hs_pes_row_1_inner .main-content {
  max-width: 100%;
}
.hs_pes_row_1 .main-content h1 {
  font-family: Roboto,sans-serif;
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  line-height: 1.1;
}
.hs_pes_row_1 .hs_pes_row_1_form_title h1 {
  font-size: 55px;
}
.hs_pes_row_1 .main-content ul:not([class]) {
  padding-left: 45px;
  list-style-type: square;
  margin: 14px 0;
  font-size: 14px;
  line-height: 17px;
}
.hs_pes_row_1 .main-content ul:not([class]) li {
  list-style-type: square;
  font-family: Roboto,sans-serif;
  font-weight: 900;
  color: #000000;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.hs_pes_row_1 .main-content .hs_cos_wrapper_type_module:nth-child(4),
.hs_pes_row_1 .main-content .hs_cos_wrapper_type_module:nth-child(2) {
  max-width: 710px;
  margin: 70px auto;
}
.hs_pes_row_1 .main-content .hs_cos_wrapper_type_module:nth-child(4) {
	margin-top: 40px;
  margin-bottom: 0;
}
.hs_pes_row_1 .main-content .hs_cos_wrapper_type_module:nth-child(4) ul {
  padding-left: 26px;
}
.hs_full_width_bg_w_content {
  position: relative;
}
.hs_full_width_bg_w_content:after {
  content: "";
  width: 125px;
  background-color: #ebebeb;
  padding-top: 6px;
  margin: 20px auto;
}
.hs_full_width_bg_w_content_inner {
  padding: 10px;
  position: relative;
}
.hs_full_width_bg_w_content img {
  width: 100%;
}
.hs_full_width_bg_w_con_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.hs_pes_row_1 .hs_full_width_bg_w_con_wrap h1 {
  color: #fff;
  font-size: 52px;
  line-height: 22px;
}
.hs_pes_row_1 .hs_full_width_bg_w_con_wrap p {
  font-family: Nunito,serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 29px;
  text-align: center;
  line-height: 1.45;
}










/*--------------------------*/
.hs_pes_row_2 {}
.hs_pes_row_2 .content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.hs_pes_row_2 .hs_cos_wrapper_type_linked_image {
  margin: 0 0 27px;
  display: block;
}
/*---------------*/
.hs_3col_testimonial_wrap {
  background: rgba(0,0,0,1);
  padding: 20px 20px;
}
.hs_3col_testimonial_wrap h1.hs_title {
  font-family: Roboto,sans-serif;
  font-weight: 900;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  padding: 25px 0 10px;
}
.hs_3col_testimonial_group {
  padding: 0 10px;
  margin: 0 auto 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hs_3col_testimonial_group .span4 {
  width: 33.333%;
  margin: 0;
  max-width: 272px;
}
.hs_3col_testimonial_group p {
  font-family: Nunito,sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
/*---------------*/
.hs_title_with_button {
  background: rgba(225,225,225,1);
  margin: 0 0 83px;
  min-height: 76px;
  position: relative;
}
.hs_title_with_button_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 16px 0 0;
  max-width: 830px;
  margin: 0 auto;
}
.hs_title_with_button h2.hs_title {
  font-family: Roboto,sans-serif;
  font-weight: 900;
  color: #000000;
  font-size: 25px;
  text-align: center;
  line-height: 1.1;
  margin-left:2em;
}
.hs_title_with_button a.hs_btn_red {
  display: inline-block;
  padding: 11px 30px;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  min-width: 1px;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  font-size: 15px;
  background-color: #ef0b2b;
}
.hs_title_with_button a.hs_btn_red:hover {
  color: #fff;
}


/*================Thank You================*/
body.hs_thank-you-page {
  background-color: #EEEEEE;
}
.hs_thank-you-head {
  background-color: transparent;
  min-height: 94px !important;
}
.hs_thank-you-head .page-center {
  min-height: 91px;
}
.hs_thank-you-head .hs_heade_logo {
  margin: 0;
  width: 100% !important;
  text-align: center;
}
.hs_thank-you-head .hs_heade_logo img {
  margin-left: 30px;
}
.hs_thank-you-page .body-container .page-center {
  padding-top: 0;
}

.hs_thank-you-page .main-content {
  background: rgba(123,158,201,1);
  max-width: 760px;
  margin: 0 auto !important;
  float: none;
  padding: 73px 100px;
}
.hs_thank-you-page h1 {
  line-height: 45px;
  padding-bottom: 7px;
}
.hs_thank-you-page .main-content p {
  line-height: 19px;
  font-size: 14px;
  color: #fff;
}
.hs_thank-you-page .main-content strong {
  font-weight: 700;
}
.hs_social_share_wrap {
  padding: 35px 0 28px;
}
.hs_social_share_inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.hs_social_share_inner ul li {
  display: inline-block;
  padding: 0 3px;
}

/*=========================NASM Edge=========================*/
body.hs_nasm_edge_page {}

.hs_thankyou_foo.hs_nasm_edge_foo {
  background: rgba(222,222,222,1);
}
.hs_thankyou_foo.hs_nasm_edge_foo .page-center {
  min-height: 42px;
}
.hs_nasm_edge_foo .hs_copyright a {
  text-decoration: none;
}
@media(min-width: 768px) {
  .hs_nasm_edge_head.hs_thank-you-head .hs_heade_logo img {
    width: 275px !important;
  }
}
.hs_thank-you-head.hs_nasm_edge_head {
  min-height: 75px !important;
}
.hs_nasm_edge_head .page-center {
  min-height: 75px;
}
.hs_nasm_edge_banner_area {
  background-color: rgba(48,35,174,1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hs_nasm_edge_banner_area_inner {
  min-height: 606px;
}
@media(min-width: 768px) {
  .hs_nasm_edge_banner_area_inner {
    min-height: 606px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.hs_nasm_edge_banner_area .page-center {
  padding: 0;
}
.hs_nasm_edge_banner_area .main-content {
  max-width: 46%;
  margin-left: 5.5%;
  padding: 110px 0 0;
}
.hs_nasm_edge_banner_area h1.hs_title {
  line-height: 77px;
  font-size: 28px;
  color: #fff;
  margin: 0;
}
.hs_nasm_edge_banner_area h1.hs_title span {
  font-size: 72px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-style: normal;
  color: rgb(255, 255, 255);
  line-height: 0;
}
.hs_nasm_edge_banner_btn_grp {
  display: block;
  vertical-align: middle;
  margin-top: 10px;
}
.hs_nasm_edge_banner_btn_grp a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hs_nasm_edge_banner_btn_grp a+a {
  margin-left: 8px;
}

/*-----------------------------------*/
.hs_nasm_edge_row_1 {
  background-image: url(//cdn2.hubspot.net/hubfs/2494739/Trainer-Nasm-Oct2018/Image/6e772336-background_0q40dj0q406f00003k.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hs_nasm_edge_row_1 .page-center.content-wrapper {
  max-width: 940px;
  background-color: #fff;
  margin-top: -220px;
  border-radius: 3px;
  padding-bottom: 27px;
}
.hs_2col_right_w_img_wrap .hs_content_wrap {
  width: 60%;
  float: left;
  padding: 30px 25px 0;
}
.hs_content_wrap h2 {
  margin: 0 0 23px;
}
.hs_content_wrap h3 span,
.hs_content_wrap h2 span {
  line-height: 0;
}
.hs_content_wrap h3 {
  margin: 0 0 13px;
}
.hs_2col_right_w_img_wrap .hs_img_wrap {
  width: 50%;
  float: right;
  text-align: right;
  margin-top: -170px;
  max-width: 295px;
}
.hs_content_wrap .hs_row_2_cont h2 {
  margin-left: -5px;
  margin-bottom: 10px;
}
.hs_content_wrap .hs_row_2_cont p img {
  vertical-align: middle;
}


/*-----------------------------------*/
.hs_nasm_edge_2col_equ_img {
  background: rgba(18,50,87,1);
  padding: 30px 15px;
}
.hs_nasm_edge_2col_equ_img .page-center {
  max-width: 1020px !important;
}
.hs_nasm_edge_2col_equ_img .hs_cont_wrap {
  float: none;
  width: 100%;
  margin-right: 0%;
  padding-top: 11px;
}
.hs_nasm_edge_2col_equ_img h1 {
  line-height: 38px;
  font-weight: bolder;
  font-size: 21px;
}
.hs_nasm_edge_2col_equ_img h1 span {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-style: normal;
  line-height: 0;
  font-size: 36px;
  color: rgb(255, 255, 255);
}
.hs_nasm_edge_2col_equ_img h2 {
  line-height: 26px;
  font-size: 21px;
  margin: 40px 0 13px;
}
.hs_nasm_edge_2col_equ_img h2 span {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-style: normal;
  line-height: 0;
  font-size: 28px;
  color: rgb(179, 215, 237);
}
.hs_nasm_edge_2col_equ_img p {
  line-height: 26px;
}
.hs_nasm_edge_2col_equ_img p span {
  font-family: Nunito;
  font-weight: 400;
  font-style: normal;
  color: rgb(255, 255, 255);
  font-size: 18px;
}
.hs_nasm_edge_2col_equ_img .hs_img_wrap {
  margin: 0;
  float: left;
  width: 100%;
  text-align: center;
}
.hs_nasm_edge_2col_equ_img .hs_img_wrap img.hs_img_1 {
  display: none;
}
@media(min-width: 768px) {
  .hs_nasm_edge_2col_equ_img .hs_img_wrap img.hs_img_2 {
    display: none;
  }
  .hs_nasm_edge_2col_equ_img .hs_img_wrap img.hs_img_1 {
    display: inline-block;
  }
  .hs_nasm_edge_2col_equ_img .hs_img_wrap {
    float: left;
    width: 48%;
  }
  .hs_nasm_edge_2col_equ_img .hs_cont_wrap {
    float: right;
    width: 46%;
    margin-right: 6%;
    padding-top: 11px;
  }

}

/*-----------------------------------*/
.hs_2col_w_img_wrap {
  background-color: #fff;
  padding: 10px 0 0; 
}
@media(min-width: 768px) {
  .hs_2col_w_img_wrap .page-center {
    max-width: 1060px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
  }
}
.hs_2col_w_img_wrap .hs_cont_wrap {
  width: 100%;
}
.hs_2col_w_img_wrap h2.hs_title {
  line-height: 26px;
  font-size: 21px;
  margin: 0 0 20px;
}
.hs_2col_w_img_wrap h2.hs_title span {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-style: normal;
  line-height: 0;
  font-size: 28px;
  color: rgb(255, 15, 43);
}

.hs_2col_w_img_wrap h3.hs_subtitle {
  line-height: 35px;
  font-size: 21px;
  margin: 0 0 20px;
}
.hs_2col_w_img_wrap h3.hs_subtitle span {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-style: normal;
  line-height: 0;
  font-size: 28px;
  color: rgb(26, 26, 26);
}
.hs_2col_w_img_wrap p {
  line-height: 32px;
}
.hs_2col_w_img_wrap p span {
  font-family: Nunito;
  font-weight: 400;
  font-style: normal;
  color: rgb(29, 29, 29);
  font-size: 18px;
  line-height: 0;
}
.hs_2col_w_img_wrap .hs_btn_group {
  padding: 25px 0 22px;
}
.hs_2col_w_img_wrap a.hs_btn_red {
  background: rgba(255,15,43,1);
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  font-family: Roboto Condensed;
  border-radius: 41px;
  padding: 13.5px 24px;
  min-width: 1px;
}
.hs_2col_w_img_wrap a.hs_btn_red:hover {
  background: rgba(185,83,204,0);
  box-shadow: none;
  color: #e7d5f2;
  border-color: transparent;
}
.hs_2col_w_img_wrap .hs_img_wrap {
  float: none;
  width: 100%;
  text-align: center;
}
.hs_2col_w_img_wrap .hs_img_wrap img.hs_img_1 {
  display: none;
}
@media(min-width: 768px) {
  .hs_2col_w_img_wrap .hs_img_wrap img.hs_img_2 {
    display: none;
  }
  .hs_2col_w_img_wrap .hs_img_wrap img.hs_img_1 {
    display: inline-block;
  }
  .hs_2col_w_img_wrap .hs_mobile_cont {
    display: none;
  }
  .hs_2col_w_img_wrap .hs_img_wrap {
    float: right;
    width: 36%;
    text-align: right;
  }
  .hs_2col_w_img_wrap .hs_cont_wrap {
    width: 50%;
    float: left;
    padding-left: 2px;
  }

}

/*=======================Life Time Academy=======================*/
body.hs_life_time_academy_page {}


.hs_life_time_academy_bbaner_wrap .content-wrapper {
  padding: 0;
}
.hs_life_time_academy_banner img {
  width: 100% !important;
}

.hs_life_time_academy_r1_sec_head {
  text-align: center;
  padding: 27px 15px;
  max-width: 1055px;
  margin: 0 auto !important;
  float: none !important;
}
.hs_life_time_academy_r1_sec_head p.secondary-header {
  font-family: Nunito, sans-serif;
  font-size: 25px;
  color: #ef0b2b;
  text-align: center;
  line-height: 25px;
  font-weight: bolder;
}
/*---------------------------------*/
.hs_life_time_academy_2col_grp {
  max-width: 1075px;
  margin: 0 auto !important;
  float: none !important;
  padding: 0;
}
.hs_life_time_academy_2col_grp .hs_life_time_academy_r1_left_col {
  width: 51%;
}
.hs_life_time_academy_2col_grp .hs_life_time_academy_r1_right_col {
  margin: 0;
  padding-left: 4%;
}
.hs_life_time_academy_r1_right_col h5 {
  line-height: 22px;
  margin-top: 0;
}

.hs_life_time_academy_r1_form {
  padding-left: 4px;
}
.hs_life_time_academy_r1_form>.widget-type-form {
  max-width: 100%;
  margin-top: 40px;
}
.hs_life_time_academy_r1_form h3.form-title {
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 5px 0 0;
}
.hs_life_time_academy_r1_form form {
  padding: 10px 42px;
}
.hs_life_time_academy_r1_form form .hs-form-field {
  margin-bottom: 9px;
}
.hs_life_time_academy_r1_form form input.hs-button.primary.large {
  margin: 3px 0 0;
}
/*---------------------------------*/
.hs_life_time_academy_r2 {
  margin: 16px 0 0;
}
.hs_life_time_academy_r2 .hs_title_with_button {
  background-color: rgba(186,214,235,1);
  min-height: 125px;
  padding-top: 15px;
  margin: 0;
}
.hs_life_time_academy_r2 .hs_title_with_button_inner {
  max-width: 1070px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 15px 0;
}
.hs_life_time_academy_r2 h2.hs_title {
  font-family: Nunito,sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
}
.hs_life_time_academy_r2 a.hs_btn_red {
  background: rgba(220,50,54,1);
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  font-family: Roboto;
  box-shadow: none;
  min-width: 155px;
  padding: 15.5px 10px;
}
.hs_life_time_academy_r2 a.hs_btn_red:hover {
  background: rgba(209,38,41,1);
  box-shadow: none;
  color: #fff;
}
/*---------------------------------*/
.hs_life_time_academy_r3 {
  background-color: rgba(220,234,245,1);
}
.hs_life_time_academy_r3 .content-wrapper {
  padding: 45px 45px 35px;
  padding-left: 64px;
}
.hs_life_time_academy_r3 .hs_life_time_academy_r3_col_3 {
  margin: 0;
  width: 25%;
}
.hs_life_time_academy_r3 .hs_life_time_academy_r3_col_3>div {
  padding: 0 15px;
  border-right: 2px solid #bad6eb;
}
.hs_life_time_academy_r3 .hs_life_time_academy_r3_col_3.hs_col_4>div {
  border: 0;
}
.hs_life_time_academy_r3_col_3 h5 {
  font-family: Nunito,sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 22px;
}
.hs_life_time_academy_r3_col_3 p {
  font-family: Nunito,sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.8;
  margin: 0 0 5px;
}
.hs_life_time_academy_r3_col_3 p:last-child {
  margin-bottom: 0;
}

/*====================PA Program Options======================*/
body.hs_pa_program_options_page {}

.hs_pa_prog_opt_header .page-center {
  background-color: #073257;
  padding: 30px 15px 19px;
}
.hs_pa_prog_opt_head_title {
  padding-left: 105px;
}
.hs_pa_prog_opt_head_title h3 {
  margin: 7px 0 0.5rem;
  font-size: 25px;
  color: #fff;
  text-transform: none;
  font-family: serif;
  font-weight: 600;
}
.hs_pa_prog_opt_head_info {
  font-size: 16px;
  float: right !important;
  padding-right: 100px;
  text-align: right;
}
.hs_pa_prog_opt_head_info p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-family: serif;
  font-weight: 600;
}
/*_________________________Footer*/
.hs_pa_prog_opt_footer .hs_pa_prog_opt_foo_copy {
  max-width: 355px;
  margin: 30px auto 16px !important;
  float: none;
  padding: 30px;
}
.hs_pa_prog_opt_foo_copy p {
  font-size: 9px;
  font-family: serif;
  color: #bebaba;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
}


/*----------------------------*/
.hs_pa_program_options_page .content-wrapper {
  padding: 45px 0 0;
}
.hs_bbanner_img img.hs-image-widget {
  width: 100% !important;
}

.hs_pa_prog_opt_row_1 {
  text-align: center;
  padding: 30px 15px;
}
.hs_pa_prog_opt_row_1 .hs_cos_wrapper_type_custom_widget {
  max-width: 960px;
  margin: 0 auto;
}
.hs_pa_prog_opt_row_1 h2 {
  font-family: serif;
  font-weight: 900;
  line-height: 1.1;
  font-size: 45px;
  color: rgb(41, 43, 44);
  margin: 0 0 8px;
}
.hs_pa_prog_opt_row_1 p {
  font-size: 20px;
  color: #414042;
  margin: 0 0 1rem;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

/*----------------------------*/
.hs_pa_prog_opt_row_2 {}
.hs_pa_prog_opt_row_2>.row-fluid-wrapper {
  max-width: 960px;
  margin: 0 auto 46px;
}
.hs_pa_prog_opt_row_2 .hs_pa_prog_opt_row_2_left {
  background-color: #246ca9;
  color: #fff;
  text-align: center;
  padding: 56px 56px 57px;
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
}
.hs_pa_prog_opt_row_2 .hs_pa_prog_opt_row_2_left:after {
  content: "";
  display: block;
  position: absolute;
  width: 53px;
  height: 53px;
  background-color: #246ca9;
  right: -15px;
  top: 51%;
  transform: translateY(-50%) rotate(45deg);
}
.hs_pa_prog_opt_row_2 .hs_pa_prog_opt_row_2_left p {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.hs_pa_prog_opt_row_2 .hs_pa_prog_opt_row_2_right {
  margin: 0;
  width: 50%;
  float: left;
  border: solid 2px #959595;
  border-left: 0;
  padding: 8px 60px 8px;
}
.hs_pa_prog_opt_row_2_right p {
  margin: 0 0 1rem;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #292b2c;
}
.hs_pa_prog_opt_row_2_right p strong {
  font-weight: bolder;
}
.hs_pa_prog_opt_row_2_right ul {
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  list-style-image: url(//cdn2.hubspot.net/hubfs/2494739/Trainer-Nasm-Oct2018/Image/forma-1-copy-5.png);
  margin: 0 0 15px;
}
.hs_pa_prog_opt_row_2_right ul li {
  padding-top: 10px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

/*----------------------------*/
.hs_pa_prog_opt_row_3 {
  color: #fff;
  background-color: #959595;
  text-align: center;
  padding: 30px 15px;
  margin: 0 0 30px;
}
.hs_pa_prog_opt_row_3>div>.row-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hs_pa_prog_opt_row_3 .hs_pa_prog_opt_row_3_left {
  min-width: 430px;
  padding-left: 112px;
}
.hs_pa_prog_opt_row_3_left h2 {
  font-size: 45px;
  font-weight: 900;
  font-family: serif;
  color: #fff;
  margin-bottom: .5rem;
  line-height: 1.1;
}
.hs_pa_prog_opt_row_3 .hs_pa_prog_opt_row_3_right {
  margin: 0;
  padding: 0 14px;
}
.hs_pa_prog_opt_row_3 .hs_pa_prog_opt_row_3_right p {
  font-family: serif;
  font-weight: 500;
  margin: 0;
  text-align: left;
  padding: 0 100px 0 0;
  font-size: 16px;
  line-height: 1.5;
}
/*----------------------------*/
.hs_pa_prog_opt_row_4 {}
.hs_pa_prog_opt_row_4 .hs_pa_prog_opt_row_4_content {
  max-width: 960px;
  margin: 0 auto !important;
  float: none;
  text-align: center;
}
.hs_pa_prog_opt_row_4_content h2 {
  font-size: 45px;
  font-family: serif;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 8px;
  color: rgb(41, 43, 44);
}
.hs_pa_prog_opt_row_4_content p {
  font-weight: 900;
  font-family: serif;
  color: #959595;
  margin: 0 0 1rem;
  font-size: 30px;
  line-height: 1;
}
.hs_pa_prog_opt_row_4_content p span {
  color: #f12e1d;
}

/*----------------------------*/
.hs_pa_prog_opt_row_5 {}
.hs_pa_prog_opt_row_5 .hs_cos_wrapper_type_module {
  max-width: 960px;
  margin: 0 auto;
}
.tab-wrapper {
  margin: 30px 0 0;
}
.tab-wrapper .tab_list ul {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  list-style: none;
  width: 100%;
}
.tab-wrapper .tab_list ul li {
  text-align: center;
  background-color: #073157;
  width: 100%;
  max-width: 396px;
  min-height: 130px;
  max-height: 130px;
  padding-top: 30px;
  font-size: 16px;
  margin-right: 4px;
  position: relative;
}
.tab-wrapper .tab_list ul li:last-child {
  margin-right: 0;
}
.tab-wrapper .tab_list ul li a {
  color: inherit;
  text-decoration: none;
}
.tab-wrapper .tab_list ul li h3.hs_title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: serif;
  line-height: 1.1;
  margin: 0 0 .5rem;
}
.tab-wrapper .tab_list ul li p.hs_subtitle {
  font-size: 25px;
  font-family: serif;
  font-weight: 700;
  color: #0195dc;
  line-height: 1.5;
  margin: 0;
}
.tab-wrapper .tab_list ul li p.hs_top_title {
  margin: -20px 0 0;
  font-family: serif;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
.tab-wrapper .tab_list ul li .most-popular-desktop {
  position: absolute;
  background-color: #eb032f;
  top: -20px;
  left: -24px;
  right: 0;
  width: 110%;
}
.tab-wrapper .tab_list ul li .most-popular-desktop p {
  color: #fff;
  margin: 0;
  font-weight: 700;
  font-family: serif;
  font-size: 17px;
  line-height: 1.5;
}
.tab-wrapper .tab_list ul li img {
  margin: 19px 0 0;
  display: none;
}
.tab-wrapper .tab_list ul li:nth-child(2) img {
  margin-top: 9px;
}
.tab-wrapper .tab_list ul li.active img {
  display: block;
}

.tab-wrapper .tab-content .tab-pane {
  background-color: #ececec;
  height: 397px;
  padding: 43px 30px 30px 30px;
  font-family: Nunito;
}
.tab-content .tab-pane h3 {
  font-weight: 800;
  font-size: 25px;
  margin: 0 0 .5rem;
  line-height: 1.1;
  font-family: serif;
  text-transform: none;
}
.tab-content .tab-pane p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  font-family: serif;
}
.tab-content .tab-pane ul {
  font-size: 20px;
  margin: 0 0 .8rem;
}
.tab-content .tab-pane ul li {
  line-height: 1.5;
  font-family: serif;
}








/*----------------------------*/
.hs_pa_prog_opt_row_6 {}
.hs_pa_prog_opt_row_6>div {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 15px 80px;
}
.hs_pa_prog_opt_row_6 p {
  font-family: Nunito;
  margin: 0 0 1rem;
  color: #959595;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: serif;
}
.hs_pa_prog_opt_row_6 h2 {
  padding: 15px 30px 30px;
  font-weight: 700;
  font-size: 45px;
  font-family: serif;
  color: rgb(149, 149, 149);
  margin: 0 0 .5rem;
  line-height: 1.1;
}
.hs_pa_prog_opt_row_6 p img {
  vertical-align: middle;
  margin: 0 7px;
}
.hs_pa_prog_opt_row_6 p:last-child {
  font-weight: 700;
}
/*----------------------------*/
.hs_pa_prog_opt_row_7 {
  background-color: #eb032f;
  font-family: Roboto;
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  padding: 0 20px;
}
.hs_pa_prog_opt_row_7>div>.row-fluid {
  min-height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hs_pa_prog_opt_row_7_left {
  position: relative;
}
.hs_pa_prog_opt_row_7_left>div {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transform: translateY(-50%);
}
.hs_pa_prog_opt_row_7 .hs_pa_prog_opt_row_7_right {
  text-align: center;
  margin: 0;
  max-width: 595px;
}
.hs_pa_prog_opt_row_7_right p {
  font-size: 22px;
  font-family: serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
h(min-width: 768px) {
  .tab-wrapper .tab-content .accordion_list {
    display: none;
  }
}

/*=================Personal Trainer Certification====================*/
body.hs_pers_train_certif_page {}
.hs_head_logo_group .hs_header_logo img {
  margin: 8px 0 0 -10px;
}
#hs_pers_train_certif_head.hs_header_group .hs_heade_con_info {
  margin: 3px 0 0 -3px;
}




/*-----------------------------------*/
.hs_pers_train_certif_r1 {}
.hs_pers_train_certif_r1 .content-wrapper {
  padding: 42px 0 20px;
}
.hs_pers_train_certif_r1 .section-header {
  text-align: center;
  margin-left: -44px;
  padding: 0 0 30px;
}
.hs_pers_train_certif_r1 .section-header h1 {
  font-family: Roboto;
  font-size: 85px;
  color: #040404;
  text-align: center;
  margin: 0 0 7px;
  line-height: 1;
}
.hs_pers_train_certif_r1 .section-header p.secondary-header {
  font-family: Roboto;
  font-size: 47px;
  color: #0c4bb4;
  text-align: center;
  margin: 0;
  line-height: 1;
  font-weight: bolder;
}

.hs_pers_train_certif_r1_2col {
  padding: 0 20px;
}
.hs_pers_train_certif_r1_2col .hs_pers_train_certif_r1_form {
  float: right;
  margin: 5px 0 0;
  width: 45%;
  padding-right: 25px;
}
.hs_pers_train_certif_r1_2col .hs_pers_train_certif_r1_right {
  margin: 0;
  width: 52%;
}
.hs_pers_train_certif_r1_head h1 {
  font-family: Roboto, sans-serif;
  font-size: 34px;
  color: #000000;
  line-height: 1.3;
  font-weight: 900;
}
.hs_pers_train_certif_r1_r_cont {
  padding: 20px 0 0;
}
.hs_pers_train_certif_r1_r_cont h2 {
  font-family: Roboto, sans-serif;
  font-size: 34px;
  color: #1b53b7;
  line-height: 1.3;
  font-weight: bold;
}
.hs_pers_train_certif_r1_r_cont h2:last-of-type {
  margin-bottom: 15px;
}
.hs_pers_train_certif_r1_r_cont ul {
  margin: 14px 0;
  font-size: 14px;
  line-height: 17px;
  padding: 0;
  list-style: none;
}
.hs_pers_train_certif_r1_r_cont ul li {
  font-family: Lato, sans-serif;
  font-size: 20px;
  color: #000000;
  line-height: 1.3;
  letter-spacing: 0;
  padding-left: 45px;
  margin: 0 0 17px;
  background-image: url(//cdn2.hubspot.net/hubfs/2494739/Trainer-Nasm-Oct2018/Image/grey-bar-bullet.png);
  background-repeat: no-repeat;
  background-position: left 11px;
}
.hs_pers_train_certif_r1_r_cont ul li sup {
  font-size: smaller;
}
.hs_pers_train_certif_r1_r_cont p {}
.body-container .hs_pers_train_certif_r1_form>div {
  background: rgba(193,222,240,1);
  margin: 0;
  float: right;
  border: 1px solid #acaaaa;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(217,217,217,0.75);
  -moz-box-shadow: 0px 0px 17px 2px rgba(217,217,217,0.75);
  box-shadow: 0px 0px 17px 2px rgba(217,217,217,0.75);
  max-width: 468px;
  padding: 0;
}
.hs_pers_train_certif_r1_form h3.form-title {
  background-color: rgba(7,50,87,1);
  font-family: Roboto, sans-serif;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 18px 5px 15px;
}
.hs_pers_train_certif_r1_form h3.form-title span {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}
.hs_pers_train_certif_r1_form form {
  padding: 25px 37px 20px;
}
.hs_pers_train_certif_r1_form .hs-form-field>label {
  font-family: Roboto;
  font-weight: bolder;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  display: block;
  margin-bottom: 4px;
}
.hs_pers_train_certif_r1_form .hs-form-field {
  margin-bottom: 18px;
}
.hs_pers_train_certif_r1_form .hs-form-field>.input>input {
  height: 34px;
  font-size: 15px;
  line-height: 15px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  box-shadow: inset 0px 2px 3px #dddddd;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd;
  -moz-box-shadow: inset 0px 2px 3px #dddddd;
  border: 1px solid #bbbbbb;
}
.hs_pers_train_certif_r1_form form .actions {
  text-align: center;
}
.hs_pers_train_certif_r1_form form input.hs-button.primary.large {
  font-size: 17px;
  line-height: 20px;
  font-weight: normal;
  font-family: Roboto;
  padding: 14.5px 8px;
  display: block;
  width: 100%;
  max-width: 198px;
  margin: 0 auto;
  background: rgba(239,11,43,1);
}
.hs_pers_train_certif_r1_form form input.hs-button.primary.large:hover {
  background: rgba(227,8,34,1);
}







/*-----------------------------------*/
.hs_pers_train_certif_r2 {
  position: relative;
  height: 800px;
  overflow: hidden;
}





/*-----------------------------------*/
.hs_pers_train_certif_r3 {
  background-color: rgba(192,229,251,1);
}
.hs_pers_train_certif_r3 .page-center {
  padding-top: 80px;
  padding-bottom: 80px;
}
.hs_pers_train_certif_r3_slider .hs_cos_gallery_main {
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1020px;
}
.hs_pers_train_certif_r3_slider .slick-slide-inner-wrapper {
  width: 100%;
  float: left;
  padding: 0 15px;
  display: flex !important;
  align-items: center;
}
.hs_pers_train_certif_r3_slider .slick-slide-inner-wrapper>img {
  max-width: 308px;
  float: left;
  display: inline-block;
  margin-right: 51px;
  vertical-align: middle;
}
.hs_pers_train_certif_r3_slider .slick-slide-inner-wrapper>.caption.below {
  display: inline-block;
  float: left;
  width: calc(100% - 360px);
  margin-top: 25px;
  padding-left: 5px;
}
.hs_pers_train_certif_r3_slider .slick-slide-inner-wrapper>.caption.below h5 {
  font-family: Roboto, sans-serif;
  font-size: 31px;
  color: #000000;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}
.hs_pers_train_certif_r3_slider .slick-slide-inner-wrapper>.caption.below h5 strong {
  font-style: inherit;
  font-weight: inherit;
}
.hs_pers_train_certif_r3_slider .slick-slide-inner-wrapper>.caption.below p {
  font-family: Roboto, sans-serif;
  font-size: 27px;
  color: #000000;
  line-height: 1.3;
}
.hs_pers_train_certif_r3_slider .slick-slide-inner-wrapper>.caption.below p strong {
  font-style: inherit;
  font-weight: inherit;
}
.hs_pers_train_certif_r3_slider .slick-slide-inner-wrapper>.caption.below img {
  width: auto;
}
.hs_pers_train_certif_r3_slider button.slick-arrow {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 47.5%;
}
.hs_pers_train_certif_r3_slider button.slick-prev.slick-arrow {
  background-image: url(//cdn2.hubspot.net/hubfs/2494739/Trainer-Nasm-Oct2018/Image/prev-arrow.png);
  left: -15px;
}
.hs_pers_train_certif_r3_slider button.slick-next.slick-arrow {
  background-image: url(//cdn2.hubspot.net/hubfs/2494739/Trainer-Nasm-Oct2018/Image/next-arrow.png);
  right: -15px;
}
.hs_pers_train_certif_r3_slider button.slick-arrow:before {
  display: none;
}


/*-----------------------------------*/
.hs_pers_train_certif_r4 {}
.hs_pers_train_certif_r4_cont {
  padding: 0 0 10px;
}
.hs_pers_train_certif_r4_cont p {
  font-family: Roboto, sans-serif;
  font-size: 6px;
  color: #777777;
  text-align: center;
  line-height: 1.2;
}

/*===================Become a CPT=======================*/
body.hs_become_cpt_page {}
.hs_header_group.hs_become_cpt_head {
  background-color: rgba(24,59,94,1);
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.hs_header_group.hs_become_cpt_head .page-center {
  min-height: 124px;
}
.hs_become_cpt_head .hs_head_logo_group .hs_header_logo img {
  margin: 3px 0 0 -10px;
}
.hs_header_group.hs_become_cpt_head .hs_heade_con_info>div {
  max-width: 320px;
  float: right;
  padding-right: 35px;
  margin-top: -4px;
}
.hs_header_group.hs_become_cpt_head .hs_heade_con_info p {
  font-size: 13px;
  line-height: 1.2;
}

.hs_become_cpt_page .hs_footer_group.hs_thankyou_foo {
  background-color: rgba(242,242,242,1);
}
.hs_become_cpt_page .hs_thankyou_foo .page-center {
  min-height: 65px;
}
.hs_become_cpt_page .hs_thankyou_foo .hs_copyright p {
  font-size: 13px;
  font-weight: 400;
  color: #474747;
  line-height: 1.3;
}
.hs_become_cpt_page .hs_thankyou_foo .hs_copyright p a {
  color: #474747 !important;
}
.hs_become_cpt_page .hs_thankyou_foo .hs_copyright p a:first-child {
  margin-left: 3px;
}
/*-------------------------Form Module*/
.hs_become_cpt_content_with_form {
  background-color: rgba(238,238,238,1);
}
.hs_become_cpt_content_with_form .page-center {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 1400px !important;
  padding: 40px 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hs_become_cpt_content_with_form .hs_col_6 {
  width: 62%;
  float: left;
  margin: 0;
}
.hs_become_cpt_content_with_form .hs_col_6.hs_col_form {
  width: 29.4%;
  float: right;
  background-color: #fff;
  padding: 38px 45px;
}
.hs_become_cpt_content_with_form .hs_col_6.hs_col_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  top: -50px;
}
.hs_become_cpt_content_with_form h3.hs_form_title {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 20px;
  line-height: 1.2;
  text-transform: none;
}
.hs_become_cpt_content_with_form h3.hs_cos_wrapper.form-title {
  display: none;
}
.hs_become_cpt_content_with_form .hs-form-field {
  margin-bottom: 18px;
}
.hs_become_cpt_content_with_form .hs-form-field > label {
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #bbbbbb;
}
.hs_become_cpt_content_with_form .hs-form-field >.input>input {
  height: 34px;
  font-size: 15px;
  line-height: 15px;
  background-color: #fff;
  color: #000000;
  border-radius: 2px;
  box-shadow: inset 0px 2px 3px #dddddd;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd;
  -moz-box-shadow: inset 0px 2px 3px #dddddd;
  border-color: #bbbbbb;
}
.hs_become_cpt_content_with_form input.hs-button.primary.large {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-family: Nunito;
  padding: 10px;
  text-transform: none;
  background: rgba(218,0,42,1);
  margin: 0 0 20px;
}
.hs_become_cpt_content_with_form input.hs-button.primary.large:hover {
  /*background: rgba(207,0,33,1);*/
  
  background: #102446;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.5);
  box-shadow: 5px 30px -10px rgba(0,0,0,0.5);
  transition: all 0.4s ease 0s;
}
.hs_become_cpt_content_with_form p.hs_form_b_cont {
  font-family: Nunito, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  line-height: 1.3;
}

/*-------------------------*/
.hs_3col_equ_cont_group .page-center {
  padding: 50px 0 55px;
}
.hs_3col_equ_cont_group .span4 {
  width: 33.33%;
  margin: 0;
}
.hs_3col_equ_cont_group .span4>img {
  display: none;
}
.hs_3col_equ_cont_group .span4 .hs_inner_wrap {
  max-width: 330px;
}
.hs_3col_equ_cont_group .span4 h3,
.hs_4col_equ_cont_group .span3 h3 {
  font-family: Nunito, sans-serif;
  font-size: 27px;
  font-weight: 400;
  color: #256ca8;
  margin: 15px 0 0;
  line-height: 1.2;
  text-transform: none;
}
.hs_3col_equ_cont_group .span4 p,
.hs_4col_equ_cont_group .span3 p {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  line-height: 1.2;
}



/*-------------------------*/
.hs_become_cpt_row_1 {}
.hs_become_cpt_row_1 .content-wrapper {
  padding-top: 40px;
}
.hs_become_cpt_row_1 .hs_cos_wrapper_type_rich_text h3 {
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 400;
  color: #256ca8;
  margin: 14px 0 20px -7px;
  line-height: 1.2;
  letter-spacing: 2px;
}
.hs_personal_trainer_group {
  padding: 0 0 33px;
}
.hs_personal_trainer_item {
  margin: 60px auto 10px;
  max-width: 980px;
  padding: 0 20px 10px;
}
.hs_personal_trainer_item.hs_right .span6.hs_col_1 {
  float: right;
  text-align: center;
}
.hs_personal_trainer_item .span6.hs_col_2 {
  max-width: 450px;
  margin: 20px 0 0;
  padding-left: 8px;
}
.hs_personal_trainer_item .hs_col_2 .hs_counter {
  float: left;
  width: auto;
}
.hs_personal_trainer_item .hs_col_2 .hs_counter h1 {
  font-family: Nunito, sans-serif;
  font-size: 93px;
  font-weight: 400;
  color: #183b5e;
  margin: 0;
  line-height: 1;
}
.hs_personal_trainer_item .hs_col_2 .hs_content {
  float: left;
  width: calc(100% - 59px);
  margin: 5px 0 0;
  padding-left: 8px;
}
.hs_personal_trainer_item .hs_content h3 {
  font-family: Nunito, sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #256ca8;
  margin: 0;
  line-height: 1.2;
  text-transform: none;
}
.hs_personal_trainer_item .hs_content p {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  line-height: 1.3;
}



/*-------------------------*/
.hs_become_cpt_row_2 {}

.hs_become_cpt_row_2 .hs_3col_equ_cont_group .page-center,
.hs_become_cpt_row_2 .hs_4col_equ_cont_group .page-center{
  padding: 65px 0 35px;
}
.hs_become_cpt_row_2 .hs_3col_equ_cont_group .span4>img,
.hs_become_cpt_row_2 .hs_4col_equ_cont_group .span3>img {
  display: none;
  /*display: inline-block;*/
  float: left;
  margin-right: 8px;
}
.hs_3col_equ_cont_group .span4 .hs_inner_wrap h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1.3;
}
.hs_become_cpt_row_2 .hs_3col_equ_cont_group .span4 p,
.hs_become_cpt_row_2 .hs_4col_equ_cont_group .span3 p {
  line-height: 1.3;
}


/*-------------------------*/
.hs_become_cpt_row_3 {}
.hs_become_cpt_row_3_title {
  text-align: center;
}
.hs_become_cpt_row_3_title h1 {
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 400;
  color: #183b5e;
  margin: 15px 0 10px;
  line-height: 1.2;
  letter-spacing: 2px;
}
.hs_become_cpt_row_3_bottom {
  max-width: 840px;
  margin: 50px auto -5px !important;
  float: none !important;
  padding-top: 50px;
}
/*=----------------------Accordion */
.hs_accordion {
  padding: 20px 30px;
  max-width: 1160px;
  margin: 0 auto;
}
.hs_accordion .accordion_group {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
.hs_accordion .accordion_item {
  position: relative;
  flex-basis: 50%;
}
.hs_accordion .accordion_header a img {
  margin-right: 17px;
}
/*
.hs_accordion .accordion_item {
  width: 50%;
  float: left;
  padding: 3px 0 0;
  max-width: 530px;
  position: relative;
}
.hs_accordion .accordion_item+.accordion_item {
  float: right;
  padding-left: 20px;
}
*/
.accordion_item .accordion_header {
  position: relative;
  padding: 17px 0;
  border-bottom: 1px solid #b9c4ce;
}
.accordion_item .accordion_header.is_active {
  border-color: transparent;
}
.accordion_item .accordion_header img {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-top: 10px;
}
.accordion_item .accordion_header a {
  display: inline-block;
  font-family: Nunito, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #183b5e;
  margin: 0;
  line-height: 1.3;
  text-decoration: none;
  padding: 0 0 0 17px;
  float: left;
  width: calc(100% - 20px);
}
.hs_accordion .accordion_item .accordion_content {
  margin-top: -10px;
  position: relative;
}
.hs_accordion .accordion_item .accordion_content_inner {
  padding-left: 40px;
  padding-bottom: 17px;
  border-bottom: 1px solid #b9c4ce;
}
.hs_accordion .accordion_item .accordion_content p {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  margin: 0px;
  line-height: 1.3;
  display: block;
}

/*=======================8 Reasons to Choose NASM=======================*/
body.hs_8reasons_choose_page {}
div#hs_8reasons_choose_head {
  background-color: rgba(24,59,94,1);
}
#hs_8reasons_choose_head .page-center {
  max-width: 1050px;
}
#hs_8reasons_choose_head .hs_heade_con_info {
  margin: 4px 0 0 17px;
}
#hs_8reasons_choose_head .hs_head_logo_group .hs_header_logo {
  padding-left: 70px;
}

/*---------------------------------*/
.hs_8reasons_choose_banner .page-center {
  padding: 0;
  max-width: 1110px !important;
}
.hs_banner_area_with_video {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hs_banner_area_with_video .page-center {
  height: 100%;
  padding: 95px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px !important;
}
.hs_banner_area_with_video h1.hs_title {
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  font-size: 45px;
  line-height: 1.2;
  text-align: center;
  margin: 98px 0 47px;
}
.hs_banner_area_with_video h2.hs_subtitle {
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  font-size: 58px;
  line-height: 1.2;
  text-align: center;
}
.hs_banner_area_with_video .hs_button_grp {
  margin: 70px 0 0;
}
.hs_banner_area_with_video .hs_button_grp .hs_pop_btn {
  display: inline;
  position: relative;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

/*---------------------------------*/
.hs_8reasons_choose_row_1 {}
.hs_8reasons_choose_row_1 .content-wrapper {
  max-width: 1060px !important;
  padding-top: 105px;
}
.hs_8reasons_choose_row_1 .hs_8reasons_choose_row_1_left {
  width: 55%;
}
.hs_8reasons_choose_row_1_left p {
  font-family: Nunito;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1.6;
}
.hs_8reasons_choose_row_1_left p sup {
  top: -1.5em;
}
.hs_8reasons_choose_row_1_left h3 {
  color: #2894d6;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  line-height: 1.5;
  text-transform: none;
}

.hs_8reasons_choose_row_1 .hs_8reasons_choose_row_1_right {
  margin: 0;
  width: 45%;
  max-width: 398px;
  position: relative;
  top: 0;
  right: 0;
  margin-right: 15px;
  margin-top: -210px;
  float: right;
  padding-top: 50px;
  margin-bottom: 25px;
}
@media(min-width: 768px) {
  .sticky .hs_8reasons_choose_row_1 .hs_8reasons_choose_row_1_right {
    position: sticky;
  }
}
.hs_8reasons_choose_row_1 .hs_8reasons_choose_row_1_right>.row-fluid-wrapper {
  margin: 0;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
  position: relative;
  top: 0;
  right: 0;
}
.hs_8reasons_choose_r1_form_cont {
  text-align: center;
  padding: 20px 0;
}
.hs_8reasons_choose_r1_form_cont h3 {
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto Condensed';
  font-size: 45px;
  color: #073257;
  line-height: 1.1;
  margin-bottom: 10px;
}
.hs_8reasons_choose_r1_form_cont h5 {
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto Condensed';
  font-size: 20px;
  color: #2894d6;
  line-height: 1.5;
  margin: 0;
}
.body-container .hs_8reasons_choose_r1_form .widget-type-form {
  background-color: rgba(240,240,240,1);
  padding: 30px 25px 30px;
  margin-top: 10px;
  margin-bottom: 0;
}
.hs_8reasons_choose_r1_form .hs-form-field>label {
  display: none;
}
.hs_8reasons_choose_r1_form .hs-form-field {
  margin-bottom: 30px;
}
.hs_8reasons_choose_r1_form .hs-form-field>.input>input {
  font-size: 16px;
  line-height: 16px;
  background-color: #fff;
  color: #555555;
  border-color: transparent;
  padding: 12.5px 9px;
}
.hs_8reasons_choose_r1_form input.hs-button.primary.large {
  width: 100%;
  min-height: 42px;
  background: rgba(241,46,29,1);
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  font-family: Roboto;
  border-radius: 0;
}
.hs_8reasons_choose_r1_form input.hs-button.primary.large:hover {
  /*background-color: rgba(229,36,22,1);*/
  background: #102446;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.5);
  box-shadow: 5px 30px -10px rgba(0,0,0,0.5);
  transition: all 0.4s ease 0s;  
}


/*---------------------------------*/
.hs_8reasons_choose_row_2 {
  background-color: rgba(40,148,214,1);
}
.hs_8reasons_choose_row_3_title {
  text-align: center;
  padding: 40px 0 0;
}
.hs_8reasons_choose_row_3_title h1 {
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  font-size: 45px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}

.hs_8reasons_choose_row_3_inner {
  background-color: #fff;
  margin: 30px auto -82px !important;
  max-width: 1112px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
  padding: 0 85px 70px;
  float: none !important;
}
.hs_certified_reasons_items.hs_items_1 {
  border-bottom: 2px solid #e1e1e1;
}
.hs_certified_reasons_item {
  position: relative;
  display: inline-block;
  width: 25%;
  margin-right: -4px;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 40px;
  margin-top: 47px;
  cursor: pointer;
}
.reason_off {
  position: relative;
  display: block;
  border-right: 2px solid #e1e1e1;
  min-height: 252px;
}
.hs_certified_reasons_item.hs_item_4 .reason_off {
  border-right: 0;
}
.reason_off img {
  margin-top: 35px;
  margin-bottom: 26px;
  vertical-align: middle;
}
.reason_off p {
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #363636;
  line-height: 1.2;
  margin: 0;
}
.reason_on {
  position: relative;
  display: none;
  background-color: #073257;
  min-height: 252px;
}
.reason_on p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  display: inline-block;
  width: 91%;
  padding: 0 0 0 4%;
  vertical-align: middle;
  margin: 0;
}
.reason_on p span {
  color: #00aeef;
  font-weight: 700;
}
.reason_on p sup {
  top: 0;
}
.reason_on p.p2 {
  display: inline-block;
  width: 1%;
  height: 252px;
  vertical-align: middle;
}

.hs_8reasons_choose_row_3_inner .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  font-size: 35px;
  color: #959595;
  line-height: 1.2;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

/*---------------------------------*/
.hs_8reasons_choose_row_3 {}
.hs_8reasons_choose_row_3 .main-content {
  max-width: 920px;
  margin: 71px auto 3px !important;
  float: none;
  padding: 14px 5px;
}
.hs_8reasons_choose_row_3 ol {
  font-family: Nunito;
  font-weight: 400;
  font-style: italic;
  color: rgb(149, 149, 149);
  font-size:10px;
  padding: 0;
}
.hs_8reasons_choose_row_3 ol li {
  font-family: Nunito;
  font-weight: 400;
  font-style: italic;
  color: rgb(149, 149, 149);
  font-size:10px;
  line-height: 17px;
}

/*==================First Chemper Preview=========================*/
body.hs_1st_chap_prev_page {}



.hs_1st_chap_prev_page .body-container .page-center {
  padding: 0;
  max-width: 1126px !important;
}



/* ------------------------------ */
.hs_1st_chap_prev_r1 {}
.hs_1st_chap_prev_r1 .content-wrapper{}
.hs_1st_chap_prev_banner img {
  width: 100% !important;
}

/* ------------------------------ */
.hs_1st_chap_prev_r2 {}
.hs_1st_chap_prev_r2 .hs_1st_chap_prev_r2_content {
  width: calc(100% - 375px);
  padding: 45px 15px 0 0;
}
.hs_1st_chap_prev_r2 .hs_1st_chap_prev_r2_form_grp {
  margin: 0;
  width: 375px;
  float: right;
  padding-right: 12px;
  margin-top: -246px;
}
.hs_1st_chap_prev_r2_form_content {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 32px 10px 0;
}
.hs_1st_chap_prev_r2_form_content h3 {
  font-size: 36px;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  color: rgb(7, 50, 87);
  text-align: center;
  line-height: 1.05;
}
.hs_1st_chap_prev_r2_form_content h5 {
  line-height: 22px;
  font-weight: 700;
  font-family: Roboto;
  font-size: 16px;
  color: rgb(28, 145, 198);
  font-style: normal;
  text-align: center;
  margin: 17px 0 30px;
}
.body-container .hs_1st_chap_prev_r2_form .widget-type-form {
  margin: 0;
  background-color: rgba(235,235,235,1);
  border: 1px solid #ccc;
  border-top: 0;
  max-width: 100%;
  padding: 24px 23px;
}
.hs_1st_chap_prev_r2_form .hs-form-field {
  margin-bottom: 18px;
}
.hs_1st_chap_prev_r2_form .hs-form-field>label {
  font-weight: bolder;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}
.hs_1st_chap_prev_r2_form .hs-form-field>.input>input {
  font-size: 15px;
  line-height: 15px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  box-shadow: inset 0px 2px 3px #dddddd;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd;
  -moz-box-shadow: inset 0px 2px 3px #dddddd;
  border-color: #bbbbbb;
  padding: 7.5px 9px;
}
.hs_1st_chap_prev_r2_form input.hs-button.primary.large {
  width: 100%;
  background: rgba(239,11,43,1);
  min-height: 32px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  font-family: Roboto;
  max-width: 236px;
  margin: 0 auto;
  display: block;
}
.hs_1st_chap_prev_r2_form input.hs-button.primary.large:hover {
  background: rgba(227,8,34,1);
  box-shadow: none;
  color: #fff;
}

.hs_1st_chap_prev_r2_content .hs_cos_wrapper_type_module:nth-child(3) {
  max-width: 680px;
  margin: 0 auto;
}
.hs_1st_chap_prev_r2_content .hs_cos_wrapper_type_module:nth-child(2) {
  margin: 58px 0 35px;
}
.hs_1st_chap_prev_r2_content img[align="left"] {
  vertical-align: middle;
  margin: -42px 10px 10px 0;
}
.hs_1st_chap_prev_r2_content h1 {
  text-align: center;
  line-height: 53px;
  font-size: 14px;
  margin: 0;
}
.hs_1st_chap_prev_r2_content h2 {
  text-align: center;
  line-height: 42px;
  font-size: 14px;
}
.hs_1st_chap_prev_r2_content h1 span {
  font-size: 50px;
  line-height: 0;
}
.hs_1st_chap_prev_r2_content h2 span {
  font-size: 38px;
  line-height: 0;
}

/* ------------------------------ */
.hs_1st_chap_prev_r3 {}
.hs_bottom .hs_1st_chap_prev_r3 {
  max-width: 1007px;
  margin: 0 auto !important;
  float: none;
}
.hs_1st_chap_prev_r3 .hs_cos_wrapper_type_module:nth-child(2) {
  padding: 62px 0 35px;
}

/* ===================Afaa Page =================*/
.csm-afaa-header-group {
  border-top: 1px solid rgba(25,58,92,1);
}
.csm-afaa-logo {
  padding-top: 6.8px;
  padding-bottom: 7px;
}
.csm-afaa-logo a {
  margin-left: 6px;
}
.csm-afaa-header-group .csm-afaa-header-info {
  width: 50%;
  float: right;
  padding-left: 14.5px;
  margin-left: 0px !important;
  padding-top: 28px;
}
.csm-afaa-header-group .csm-afaa-header-info h4 {
  font-family: Open Sans;
  font-size: 24px;
  color: #0063a5;
  margin-bottom: 8px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
.csm-afaa-header-group .csm-afaa-header-info p {
  font-family: Open Sans;
  font-size: 12px;
  color: #0063a5;
  text-transform: uppercase;
}
/* .csm-afaa-header-group .page-center,
.csm-afaa-section1 .page-center{
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-image: url(//cdn2.hubspot.net/hubfs/2494739/Trainer-Nasm-Oct2018/Image/734fd2aa-afaa-rainbow-1.png?t=1540984930117) 1 round;
  -moz-border-image: url(//cdn2.hubspot.net/hubfs/2494739/Trainer-Nasm-Oct2018/Image/734fd2aa-afaa-rainbow-1.png) 27 round;
  -webkit-border-image: url(//cdn2.hubspot.net/hubfs/2494739/Trainer-Nasm-Oct2018/Image/734fd2aa-afaa-rainbow-1.png) 27 round;
  -o-border-image: url(//cdn2.hubspot.net/hubfs/2494739/Trainer-Nasm-Oct2018/Image/734fd2aa-afaa-rainbow-1.png) 27 round;
  border-image: url(//cdn2.hubspot.net/hubfs/2494739/Trainer-Nasm-Oct2018/Image/734fd2aa-afaa-rainbow-1.png) 27 fill round;
} */
.csm-afaa-header-group .page-center {
  background-image: url(//cdn2.hubspot.net/hubfs/2494739/Trainer-Nasm-Oct2018/Image/734fd2aa-afaa-rainbow-1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 5px;
} 
.csm-afaa-section1 .page-center {
  background-image: url(//cdn2.hubspot.net/hubfs/2494739/Trainer-Nasm-Oct2018/Image/734fd2aa-afaa-rainbow-1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media(min-width: 768px) {
  .hs_group_exercise_foo .page-center {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-image: url(//cdn2.hubspot.net/hubfs/2494739/Trainer-Nasm-Oct2018/Image/734fd2aa-afaa-rainbow-1.png) 1 round;
  }
}
.csm-asaa-footer-group {
  min-height: 67px !important;
  background: rgba(29,29,27,1);
}

.csm-asaa-footer-group p {
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0px;
  padding-top: 23px;
  padding-left: 56px;
  font-family: Open Sans;
  font-size: 14px;
  color: #ffffff;
}
.csm-afaa-section-col1 {
  width: 50% !important;
  text-align: center;
  float: none !important;
  margin: 87px auto 85px!important;
}
.csm-afaa-section-col1 h1 {
  font-family: Open Sans;
  color: #0063a5 !important;
  font-size: 30px !important;
  font-weight: bolder;
  margin-bottom: 38px;
}
.csm-afaa-section-col1 h1 strong {
  font-weight: bolder;
}
.csm-afaa-section-col1 p {
  font-family: Open Sans;
  color: #454545;
  font-size: 18px;
  text-align: center;
}

/* =================== Afaa Page End =================*/
/* =================== Nasm Career Page  =================*/

.csm-nasm-career-header {
  display: block;
  background: rgba(25,58,92,1);
}
.csm-nasm-career-header .csm-nasm-career-logo {
  padding-top: 25px;
  padding-left: 34px;
  padding-bottom: 24px;
}
.csm-nasm-career-header-info h3 {
  font-family: Roboto Condensed;
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
}

.csm-nasm-career-header-info p {
  font-family: Roboto Condensed;
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
}
.csm-nasm-career-header-info {
  width: 29.5% !important;
  float: right !important;
  padding-top: 28px;
}
.csm-nasm-career-header-info h3 strong {
  font-weight: bolder;
  font-style: inherit;
  letter-spacing: -0.8px;
  font-size: 20px;
}
.page-center.csm-nasm-career-row1 {
  position: relative;
}
.csm-nasm-career-form {
  margin-left: 0 !important;
  padding-bottom: 30px;
  display: block;
  background: rgba(255,255,255,1);
  border-style: none;
  border-radius: 0px;
  width: 377px !important;
  position: relative;
  top: 0;
  left: auto;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  margin-top: -40px;
  margin-right: -10px;
  float: right !important;
  margin-top: -695px;
  margin-bottom: 55px;
}

@media(min-width: 768px) {
  .sticky .csm-nasm-career-form.csm-nasm-sticky-form {
    position: sticky;
  }
  .csm-afaa-groupex-section1 {
    position: relative;
  }

}

.body-container .csm-nasm-career-form .widget-type-form {
  padding: 44px 45px 10px 44px;
  background: transparent;
  margin: 0px;
  padding-top: 33px;
}

.csm-nasm-career-form form h2 {
  font-family: Roboto Condensed;
  font-size: 29px;
  color: #193a5c;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 16px;
}

.body-container .csm-nasm-career-form .widget-type-form p {
  font-family: Roboto Condensed;
  color: #123761;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 33px;
}

.csm-nasm-career-form .hs-form-field > label {
  margin-top: 0px;
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  color: #444444;
  height: 19px;
  top: 0px;
  width: auto;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.csm-nasm-career-form .hs-form-field .input .hs-input {
  font-family: 'Roboto Condensed', Arial, sans-serifinherit;
  font-size: 15px;
  line-height: 15px;
  padding: 9px 12px;
  background-color: #fff;
  color: #444444;
  border-radius: 0px;
  border-color: #444444;
}

.csm-nasm-career-form .hs-form-field {
  margin-bottom: 12px;
}

.csm-nasm-career-form .hs-form-field > label span.hs-form-required {
  margin-left: 4px;
}
.csm-nasm-career-form form input.hs-button {
  padding: 10px 12px 9px;
  border-style: none;
  border-radius: 0px;
  z-index: 10;
  display: block;
  text-shadow: none;
  font-size: 19px;
  line-height: 23px;
  font-weight: bold;
  font-family: Roboto;
  text-align: center;
  background: rgba(233,143,61,1);
  min-width: 100%;
  margin-top: 22px;
  font-family: Open Sans;
}
.csm-nasm-career-form form input.hs-button:hover {
  background: rgba(221,122,46,1);
  -pie-background: rgba(221,122,46,1);
  box-shadow: none;
  color: #fff;
}
.csm-nasm-career-page .csm-nasm-career-form form input.hs-button {
  font-family: Roboto,sans-serif;
}
.csm-nasm-career-page .hs-error-msgs label {
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.custom-nasm-career-banner-section {
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255,255,255,0);
  height: 502px;
  position: relative;
  background-size: cover;
}

.csm-nasm-career-col1 {
  padding-top: 18px;
  padding-bottom: 50px;
  padding-left: 10px;
  width: 61% !important;
}
.csm-nasm-career-copyright{
  width: 61% !important;
}

.csm-nasm-career-col1 h1 {
  font-family: 'Roboto Condensed';
  color: #454545;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 1.3;
  font-weight: bolder;
}

.csm-nasm-career-col1 p {
  font-family: 'Roboto Condensed';
  color: #454545;
  font-size: 17px;
}

.csm-nasm-career-col1 h2 {
  font-family: 'Roboto Condensed';
  color: #454545;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.csm-nasm-career-col1 ul {
  margin-left: 16px;
  margin: 14px;
  font-size: 14px;
  line-height: 21px;
  padding-left: 4px;
}

.csm-nasm-career-col1 ul li {
  list-style: disc outside;
  display: list-item;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  padding-left: 0;
}
.csm-nasm-career-col1 ul li:nth-child(2) {
  line-height: 17px;
}
.csm-nasm-career-col1 p:last-of-type, 
.csm-nasm-career-col1 p:nth-last-of-type(2) {
  font-family: 'Roboto Condensed';
  color: #454545;
  line-height: 1.3;
  font-size: 12px;
  margin-bottom: 5px;
}
.csm-nasm-career-footer {
  border-style: solid none none none;
  border-width: 1px;
  border-color: #e8e8e8;
  display: block;
  background: rgba(245,245,245,1);
  font-family: Roboto Condensed;
  font-size: 14px;
  color: #454545;
}
.csm-nasm-career-footer p {
  padding: 23px;
  padding-left: 56px;
  margin: 0px;
}


/* =================== Nasm Career Page End  =================*/
/* =================== Nasm fitness Page  =================*/

.csm-nasm-fitness-header {
  background: rgba(24,59,94,1);
}
.csm-nasm-fitness-logo {
  padding-left: 145px;
  padding-top: 27px;
}
.csm-nasm-fitness-header-info h1 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #f8f503;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

.csm-nasm-fitness-header-info h4 {
  font-family: Nunito, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.csm-nasm-fitness-header-info p {
  font-family: Nunito, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.csm-nasm-fitness-header-info {
  padding-left: 82px;
  padding-top: 12px;
  padding-bottom: 11px;
}
.custom-nasm-career-fitness-section .csm-banner {
  height: 548px;
  position: relative;
}
.custom-nasm-career-fitness-section .page-center,
.csm-nasm-career-section1 .page-center,
.csm-nasm-fitness-row4 .page-center{
  padding: 0px 45px;
}
.custom-nasm-career-fitness-section .page-center p {
  display: block;
  background: rgba(255,255,255,0);
  border-style: none;
  border-radius: 0px;
  left: 45px;
  top: 250px;
  z-index: 10;
  width: 641px;
  height: 236px;
  position: absolute;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-weight: 900;
  font-style: normal;
  font-size: 72px;
  line-height: 1.1;
}
.csm-nasm-fitness-heading h3 {
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto Condensed';
  font-size: 32px;
  color: #61a0c8;
  line-height: 1.1;
  margin-bottom: 5px;
}

.csm-nasm-fitness-heading h5 {
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto Condensed';
  font-size: 25px;
  color: #61a0c8;
  line-height: 1.1;
  margin-bottom: 5px;
  margin-top: 0px;
}

.csm-nasm-fitness-heading h4 {
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto Condensed';
  font-size: 26px;
  color: #073257;
  line-height: 1.3;
}
.csm-nasm-fitness-form.csm-nasm-career-form {
  top: 550px;
  left: 55%;
  margin-left: 0px !important;
  width: 398px !important;
  height: 590px !important;
  position:absolute;
  max-height: calc(100% - -29px);
  overflow-y: auto !important;
  background: #f0f0f0;
}
.csm-nasm-fitness-heading {
  padding: 20px 10px;
  background: #fff;
}
.csm-nasm-fitness-form .widget-type-form {
  background: rgba(240,240,240,1) !important;
  padding: 44px 20px 10px 26px !important;
}
.csm-nasm-fitness-form.csm-nasm-career-form .hs-form-field > label {
  display: none;
}
.csm-nasm-fitness-form.csm-nasm-career-form .hs-form-field {
  margin-bottom: 30px;
}
.csm-nasm-fitness-form.csm-nasm-career-form .hs-form-field .input .hs-input {
  background-color: #fff;
  color: #555555;
  padding: 13px;
  font-size: 16px;
  line-height: 16px;
  padding-left: 14px;
  padding-right: 14px;
  border: 0px;
  font-family: Arial, sans-serif;
}
.csm-nasm-fitness-form.csm-nasm-career-form input.hs-button.primary.large {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  line-height: 19px;
  padding: 11.5px 12px;
}
.csm-nasm-fitness-form.csm-nasm-career-form form input.hs-button {
  background: rgba(241,46,29,1);
}
.csm-nasm-fitness-form.csm-nasm-career-form form input.hs-button:hover {
  background: rgba(229,36,22,1);
  box-shadow: none;
  color: #fff;
}
.csm-nasm-fitness-row1 {
  padding-left: 36px;
  padding-top: 64px;
  width: 54% !important;
}
.csm-nasm-fitness-row1 h2 {
  color: #073257;
  font-family: Roboto;
  font-weight: 900;
  font-style: normal;
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.csm-nasm-fitness-row1 p {
  color: #000000;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.csm-nasm-fitness-row1 h1 {
  color: #000000;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  line-height: 1.4;
  padding-left: 25px;
  border-left: 11px solid #00bff3;
  margin-bottom: 20px;
}
.csm-nasm-fitness-row2,
.csm-nasm-fitness-row3{
  padding-left: 36px;
  padding-right: 34px;
}

.csm-nasm-fitness-row2 .csm-top-fitness {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: #073257;
  text-align: center;
}

.csm-nasm-fitness-row2 .csm-top-fitness p {
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 0;
}
.csm-nasm-fitness-row2 .csm-left-fitness {
  border-right: 3px solid #e5e4e4;
}
.csm-nasm-fitness-row2 .span6 {
  position: relative;
  display: inline-block;
  margin-right: -3px;
  width: 50%;
  vertical-align: top;
  text-align: center;
  background-color: #efefef;
  padding: 20px 10px 40px;
  margin-left: 0px !important;
}
.csm-nasm-fitness-row2 .csm-right-fitness {
  margin-right: 0px !important;
  float: right !important;
}
.csm-nasm-fitness-row2 .span6 h2 {
  font-family: Roboto, sans-serif;
  line-height: 1.9;
  font-size: 38px;
  color: #073257;
  font-weight: 900;
}
.csm-nasm-fitness-row2 .span6 p {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  color: #000000;
  line-height: 1.9;
  margin: 0px;
}
.csm-nasm-fitness-row2 .csm-right-fitness h2 {
  color: #676767;
}
.csm-nasm-fitness-row3 .csm-left-fitness p {
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  color: #f12e1d;
  margin: 0px;
  padding-top: 10px;
}
.csm-nasm-fitness-row3 .csm-right-fitness h4 {
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  color: #8c8b8b;
}
.csm-nasm-fitness-row3 .csm-right-fitness p {
  text-align: center;
}
.csm-nasm-fitness-row3 .csm-right-fitness a {
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #ffffff;
  padding: 15px 60px;
  background-color: #f12e1d;
  text-decoration: none;
  display: inline-block;
}
.csm-nasm-fitness-row3 {
  padding-top: 30px;
}
.csm-nasm-fitness-row4 {
  background: rgba(7,50,87,1);
  padding: 30px 0px;
}

.csm-nasm-fitness-row4 .csm-right-fitness {
  text-align: center;
}

.csm-nasm-fitness-row4 .csm-right-fitness h1 {
  line-height: 1.1;
  text-align: center;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  color: #b1d8ef;
  margin-bottom: 34px;
}

.csm-nasm-fitness-row4 .csm-right-fitness h2 {
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 8px;
}

.csm-nasm-fitness-row4 .csm-right-fitness h3 {
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-style: italic;
  margin: 0 0 4px;
}

.csm-nasm-fitness-row4 .csm-right-fitness p {
  line-height: 1.1;
  text-align: center;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-style: italic;
}

.csm-nasm-fitness-row4 .csm-right-fitness hr {
  height: 3px;
  width: 184px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
  background: #fff;
}
.csm-nasm-fitness-row4 .csm-right-fitness h4 {
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 8px;
  max-width: 320px;
  margin: 0 auto 8px;
}
.csm-nasm-fitness-row4 .csm-right-fitness {
  padding: 20px 10px;
}
.csm-nasm-fitness-row4 .csm-left-fitness {
  padding-top: 64px;
}
div#lp-code-74 {
  max-width: 555px;
  margin: 0 auto;
}

@-moz-document url-prefix() {
  .csm-nasm-fitness-header-info {
    padding-bottom: 9px;
  }
}







/* =================== Nasm fitness Page End  =================*/

/* =================== Nasm Host Facility =================*/

.csm_become_host_facility .container-fluid .row-fluid .page-center {
  max-width: 760px;
}
.csm_become_host_facility .hs_header_logo {
  padding-top: 8px;
  padding-left: 4px;
}
.csm_become_host_facility .hs_header-info {
  padding-top: 47px;
  padding-right: 9px;
}
.csm_become_host_facility .hs_header-info p {
  color: #333333;
}
.csm_become_host_facility .hs_header-info p a {
  color: #3e9ce3;
}
.csm_become_host_facility .hs_bbanner-img img {
  width: 100% !important;
}
.csm_become_host_facility .hs_bbanner-img {
  margin: -8px -15px 31px !important;
  width: auto !important;
}
.hs_become_host_facility_r1 p {
  margin-bottom: 16px;
  line-height: 17px;
  color: #333;
}
.hs_become_host_facility_r1 p {
  margin-bottom: 16px;
  line-height: 17px;
  color: #333;
}
.hs_become_host_facility_r2 .hs_become_host_facility_form {
  float: right;
  width: 50%;
}
.hs_become_host_facility_r2 .hs_become_host_facility_r2_cont {
  margin-left: 0px !important;
  width: 50%;
  padding-right: 20px;
  padding-top: 50px;
}
.hs_become_host_facility_r1, .hs_become_host_facility_r2 {
  margin: 0px -15px !important;
  float: none !important;
  width: auto !important;
}
.hs_become_host_facility_r2 .hs_become_host_facility_r2_cont p {
  line-height: 17px;
  color: #333333;
}
.hs_become_host_facility_form {
  background: rgba(255,255,255,1);
  background: -webkit-linear-gradient(#fff,#d5e8ff);
  background: -moz-linear-gradient(#fff,#d5e8ff);
  background: linear-gradient(#fff,#d5e8ff);
  background: -ms-linear-gradient(#fff,#d5e8ff);
  background: -o-linear-gradient(#fff,#d5e8ff);
  border-style: solid;
  border-width: 5px;
  border-color: #7499c6;
  border-radius: 10px;
  margin-top: 50px;
  position: relative;
}
.body-container .csm-host-facility-form .widget-type-form {
  margin-top: 0px;
  background: transparent;
  padding: 0px;
}
.csm-host-facility-image {
  display: block;
  background: rgba(116,153,198,1);
  border-radius: 5px;
  width: 50px !important;
  height: 42px !important;
  float: right !important;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  top: -44px;
  right: 0px;
}

.hs_become_host_facility_form .hs-form-field > label {
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  color: #333;
  display: inline-block;
  width: 33%;
  padding-right: 1px;
  font-weight: 900;
  font-style: inherit;
}
.hs_become_host_facility_form .hs-form-field {
  margin-bottom: 16px;
}
.hs_become_host_facility_form .hs-form-field > .input {
  height: 37px;
  font-size: 15px;
  line-height: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  width: 70%;
  margin-right: -15px;
}

.body-container .csm-host-facility-form .widget-type-form form {
  padding: 22px;
  padding-top: 15px;
  padding-bottom:0px;
  border-top: 1px solid  #eaeaea;
}

.hs_become_host_facility_form .hs-form-field > .input input {
  border: solid 1px #999;
  background-color: #fafafa;
  border-radius: 5px;
  box-shadow: inset 0px 2px 3px #d9d9d9;
  -webkit-box-shadow: inset 0px 2px 3px #d9d9d9;
  -moz-box-shadow: inset 0px 2px 3px #d9d9d9;
  font-size: 15px;
  line-height: 15px;
  padding: 9px 10px;
}
.hs_become_host_facility_form .csm-form-bottom {

  font-size: 12px;
  color: #666666;
  font-family: arial,helvetica,sans-serif;
  padding-right: 25px;
}
.hs_become_host_facility_form .csm-form-top {
  padding: 20px 20px;
}
.hs_become_host_facility_form .csm-form-top h5 {
  color: #333333;
  font-family: arial,helvetica,sans-serif;
  font-size: 21px;
  line-height: 22px;
  margin: 0px;
}
.hs_become_host_facility_form .csm-form-top p {
  color: #666666;
  font-size: 13px;
  line-height: 18px;
  margin: 0px;
}
.csm-host-facility-form .hs_address {
  display: none;
}
.csm-host-facility-form input.hs-button.primary.large {
  border-style: solid;
  border-radius: 5px;
  z-index: 6;
  background-color: #ef0b2b;
  background: -webkit-linear-gradient(#ef0b2b,#c8010a);
  background: -moz-linear-gradient(#ef0b2b,#c8010a);
  background: -ms-linear-gradient(#ef0b2b,#c8010a);
  background: -o-linear-gradient(#ef0b2b,#c8010a);
  background: linear-gradient(#ef0b2b,#c8010a);
  box-shadow: inset 0px 1px 0px #ff586f, inset 0 -1px 2px #940007;
  text-shadow: 1px 1px #521501;
  color: #fff;
  border-width: 1px;
  border-color: #cd0c27;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  text-align: center;
  padding: 10px;
  text-transform: none;
}
.csm-host-facility-form .actions {
  text-align: right;
}
.csm-host-facility-form input.hs-button.primary.large:hover {
  background-color: #eb7e17;
  background: -webkit-linear-gradient(#f9b327,#d3561a);
  background: -moz-linear-gradient(#f9b327,#d3561a);
  background: -ms-linear-gradient(#f9b327,#d3561a);
  background: -o-linear-gradient(#f9b327,#d3561a);
  background: linear-gradient(#f9b327,#d3561a);
  box-shadow: inset 0px 1px 0px #ffd074, inset 0 -1px 2px #a04113;
  color: #fff;
}
.csm-host-facility-footer {
  font-size: 13px;
  line-height: 20px;
  font-family: arial,helvetica,sans-serif;
  color: #b9b9b9;
  padding: 59px 0px 8px;
}
.csm-host-facility-footer p {
  margin: 0px;
  padding-top: 10px;
}
.csm-host-facility-footer .page-center {
  border-top: 1px solid #eaeaea;
}
.csm-host-facility-footer p a {
  color: #3e9ce3;
}
.hs_become_host_facility_form .csm-form-bottom p {
  margin-bottom: 10px;
}

/* =================== Nasm Host Facility End  =================*/
/* =================== Afaa Group  =================*/
.csm-afaa-groupex-page .csm-afaa-header-group .page-center,
.csm-afaa-groupex-page .csm-afaa-section1 .page-center {
  border: 0px;
}
.csm-afaa-groupex-page .csm-afaa-logo {
  padding-top: 9px;
  padding-left: 4px;
}
.csm-afaa-groupex-page .csm-afaa-header-info {
  padding-top: 30px;
  width: 31.3%;
}
.csm-afaa-groupex-page .csm-afaa-header-info h4 {
  font-family: Roboto Condensed;
  font-size: 19px;
  color: #0063a5;
  margin-bottom: 0;
  line-height: 22px;
  font-weight: normal;
}
.csm-afaa-groupex-page .csm-afaa-header-info p {
  font-family: Roboto Condensed;
  font-size: 10px;
  color: #0063a5;
  text-transform: uppercase;
}
.csm-afaa-groupex-page .csm-afaa-header-info h4 strong {
  font-weight: 900;
}
.csm-afaa-groupex-page .custom-nasm-career-banner-section {
  height: 678px;
}
.csm-afaa-groupex-row1 {
  padding: 0px 40px;
  width: 68% !important;
}

.csm-afaa-groupex-row1 h1 {
  font-family: Open Sans;
  color: #0063a5;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: 100;
  margin-bottom: 4px;
}

.csm-afaa-groupex-row1 p {
  font-family: Open Sans;
  color: #454545;
  font-size: 14px;
  line-height: 22px;
}

.csm-afaa-groupex-row1 h2 {
  font-family: Open Sans;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: 100;
}

.csm-afaa-groupex-row1 ul {
  font-family: Open Sans;
  font-size: 15px;
  margin-top: 5px;
  padding: 0px;
  margin-left: 16px;
  line-height: 17px;
}
.csm-afaa-groupex-row1 ul li {
  font-family: Open Sans;
  font-size: 15px;
  margin-top: 5px;
  list-style: disc outside;
  display: list-item;
}
.csm-afaa-groupex-row1 p:last-of-type {
  font-family: Open Sans;
  color: #000000;
  font-size: 8px;
  line-height: 1.3;
  margin-top: 50px;
}
.csm-afaa-groupex-page .csm-asaa-footer-group {
  padding: 0px;
}
.csm-asaa-footer-group p {
  padding-bottom: 18px;
  font-family: Roboto Condensed;
  font-size: 14px;
  color: #ffffff;
}
.csm-afaa-groupex-top-content {
  padding: 40px 26px 0px;
}

.csm-afaa-groupex-top-content h3 {
  font-family: Roboto Condensed;
  font-size: 20px;
  color: #0063a5;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  font-weight: 100;
  margin-bottom: 0px;
}

.csm-afaa-groupex-top-content h1 {
  font-family: Roboto Condensed;
  color: #e3007e;
  font-size: 29px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 400;
}

.csm-afaa-groupex-top-content p {
  font-family: Open Sans;
  color: #0063a5;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
.csm-afaa-groupex-form form .hs-richtext {
  display: none;
}
.csm-afaa-groupex-page .body-container .csm-nasm-career-form .widget-type-form {
  padding-top: 0px;
}
.csm-afaa-groupex-page .csm-nasm-career-form form input.hs-button {
  background: rgba(227,0,126,1);
}
.csm-afaa-groupex-page .csm-nasm-career-form form input.hs-button:hover {
  background: rgba(216,0,109,1);
  -pie-background: rgba(216,0,109,1);
  box-shadow: none;
  color: #fff;
}
.hs_afaa_thank_you_page .csm-asaa-footer-group p {
  font-family: Open Sans;
}
/* =================== Afaa Group End =================*/











/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.hs_recaptcha.hs-recaptcha.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}
.csm-nasm-fitness-row4 .csm-right-fitness h3 {
  text-transform: inherit;
}
.hs-landing-page .footer-container .page-center {
  padding: 0 15px;
}
#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 10px !important;
  margin-bottom: 10px;
}
.hs_cos_wrapper_type_email_simple_subscription .page-header h1,
.hs_cos_wrapper_type_email_simple_subscription form h3 {
  color: #fff;
}

/*-------------------*/
.csm-nasm-career-section1 .csm-nasm-career-row1 {
  padding-bottom: 50px !important;
}
.csm-nasm-fitness-form.csm-nasm-career-form.csm-nasm-sticky-form {
  position: relative;
  margin-top: -172px;
  top: 0;
  left: 0;
  right: 0;
  margin-right: 60px !important;
  padding-top: 50px;
  background-color: transparent;
  max-height: 100% !important;
  height: auto !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.sticky .csm-nasm-fitness-form.csm-nasm-career-form.csm-nasm-sticky-form {
  position: sticky;
}
.csm-nasm-fitness-form.csm-nasm-career-form.csm-nasm-sticky-form .csm-nasm-sticky-form-inner {
  background: #f0f0f0;
  max-width: calc(100% - -29px);
  overflow-y: auto !important;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
  min-height: 590px;
}

body.hs_pes_page .hs-error-msgs label {
  color: #ff0000;
}
.hs_nasm_career_sidebar.csm-nasm-sticky-form {
  margin-left: 0 !important;
  padding-bottom: 30px;
  padding-top: 50px;
  display: block;
  border-style: none;
  border-radius: 0px;
  width: 377px !important;
  position: relative;
  top: 0;
  left: auto;
  right: 0;
  z-index: 999;
  margin-top: -40px;
  margin-right: -35px;
  float: right !important;
  margin-top: -565px;
  margin-bottom: 25px;
}
.sticky .hs_nasm_career_sidebar.csm-nasm-sticky-form {
  position: sticky;
}
.hs_nasm_career_sidebar.csm-nasm-sticky-form>.row-fluid-wrapper {
  background: rgba(255,255,255,1);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  padding-bottom: 30px;
}
.hs_nasm_career_sidebar .csm-nasm-career-form {
  margin: 0 !important;
  padding: 0;
  background: rgba(255,255,255,1);
  border-style: none;
  border-radius: 0px;
  width: 100% !important;
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none !important;
}
.hs_nasm_career_sidebar .hs-form-field {
  margin-bottom: 18px;
}
.hs_nasm_career_sidebar .hs-form-field .input .hs-input {
  padding: 11px 12px;
}
.csm-afaa-groupex-page .hs-error-msgs label {
  font-family: 'Roboto Condensed', Arial, sans-serif;
}





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


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


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

@media (max-width: 1280px) {
  .hs_thankyou_head .hs_heade_logo img {
    margin-left: 0;
    width: auto !important;
  }
  .hs_pers_train_certif_r1 .section-header {
    margin-left: 0;
  }
  .hs_pers_train_certif_r2 {
    height: 600px;
  }
  .hs_3col_equ_cont_group .page-center {
    padding: 50px 15px 55px;
  }
  .hs_3col_equ_cont_group .span4,
  .hs_4col_equ_cont_group .span3 {
    padding: 0 15px;
  }
  .csm-nasm-career-form {
  	margin-right: 0;
  }
  .csm-afaa-groupex-row1 {
    width: calc(100% - 377px) !important;
  } 
  
  
}

@media (max-width: 1224px) {
/*   .csm-nasm-career-form{
    margin-left: 10% !important;
  } */
  .csm-nasm-career-header-info {
    width: 34.5% !important;
    margin-left: 0px !important;
  }
  .csm-nasm-career-col1,
  .csm-nasm-career-copyright {
    width: 55% !important;
  }
  .csm-nasm-career-header-info{
    padding-top: 18px;
  }
  .hs_nutrition_ebook_r1 .hs_left_column h1 span {
    line-height: 1;
  }

}

@media (max-width: 1180px) {
  .hs_nutrition_ebook_page .page-center {
    padding: 0 15px;
  }
  .hs_header_group.hs_pes_head .hs_heade_con_info {
    margin: 0;
  }
  .hs_pes_head .hs_heade_logo img {
    margin-left: 20px;
  }
  .hs_1st_chap_prev_r2 .hs_1st_chap_prev_r2_content {
    padding: 45px 15px 0;
  }



}


@media(max-width: 1060px) {
  .hs_nutrition_ebook_r2 .span6.hs_nutrition_ebook_r2_right p {
    line-height: 22px !important;
    margin-bottom: 10px;
  }
  
}

@media(max-width: 1050px) {
  .hs_nasm_edge_banner_area .main-content {
    padding: 0;
    margin-top: -5%;
  }
  .hs_pers_train_certif_r3_slider button.slick-prev.slick-arrow {
    left: 0;
  }
  .hs_pers_train_certif_r3_slider button.slick-next.slick-arrow {
    right: 0;
  }


}

@media(min-width: 993px) and (max-width: 1078px) {
  .csm-nasm-fitness-row1 {
    width: 48% !important;
  }
}

@media (max-width: 992px) {
  .csm-nasm-career-col1,
  .csm-nasm-career-copyright{
    width: 50% !important;
  }
/*   .csm-nasm-career-form{
    top: 119px;
    max-height: calc(100vh - 124px);
    margin-left: 5% !important;
  } */
  .csm-nasm-career-header-info {
    width: 40.5% !important;
    padding-right:15px;
  }
  .csm-nasm-fitness-form.csm-nasm-career-form{
    width: 38% !important;
  }
  .hs_become_host_facility_r1, .hs_become_host_facility_r2 {
    margin: 0px !important;
    float: none !important;
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .hs_nutrition_ebook_r2 .span6.hs_nutrition_ebook_r2_left {
    margin-top: 15px;
  }
  .hs_left_column img[align="left"] {
    float: none;
    margin: 0 0 20px;
  }
  .hs_pers_train_certif_r2 {
    height: 400px;
  }
  .hs_certified_reasons_item {
    width: 50%;
  }
  .hs_certified_reasons_items.hs_items_1 {
    border-bottom: 0;
  }
  .reason_off {
    border-color: transparent;
  }
  .hs_8reasons_choose_row_1 .hs_8reasons_choose_row_1_left {
    padding-right: 15px;
  }
  .hs_1st_chap_prev_r2_content h1 span {
    font-size: 40px;
  }
  .hs_1st_chap_prev_r2_content h2 span {
    font-size: 28px;
  }
  .hs_bottom .hs_1st_chap_prev_r3 {
    padding: 0 15px;
  }
  .hs_nutrition_ebook_r1 .hs_left_column h2 {
    line-height: 30px;
  }









}

@media(min-width: 981px) {
  .tab-wrapper .tab-content .accordion_list {
    display: none;
  }
}
@media (max-width: 980px) {
  .tab-wrapper.hidden-phone {
    display: none;
  }
  .tab-wrapper.visible-phone {
    display: block !important;
  }
  /*---------------------------Tabber*/
  .tab-wrapper {
    margin: 60px 0 0;
  }
  .tab-wrapper .tab_list {
    display: none;
  }
  .tab-wrapper .accordion_list {
    background-color: #073157;
    color: #444;
    cursor: pointer;
    padding: 30px 0 18px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
    position: relative;
    min-height: 140px;
    margin-bottom: 30px;
    display: block !important;
  }
  .tab-wrapper .accordion_list a {
    text-decoration: none;
    color: #fff;
  }
  .tab-wrapper .accordion_list h3.hs_title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-family: serif;
    line-height: 1.1;
    margin: 0 0 .5rem;
  }
  .tab-wrapper .accordion_list p.hs_subtitle {
    font-size: 25px;
    font-family: serif;
    font-weight: 700;
    color: #0195dc;
    line-height: 1.5;
    margin: 0;
  }
  .tab-wrapper .accordion_list p.hs_top_title {
    margin: -20px 0 0;
    font-family: serif;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
  }
  .tab-wrapper .accordion_list .most-popular-desktop {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #eb032f;
    position: absolute;
    top: 0;
  }
  .tab-wrapper .accordion_list .most-popular-desktop p {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-family: serif;
    font-size: 17px;
    line-height: 1.5;
  }

  .tab-wrapper .accordion_list img {
    display: none;
    width: 100%;
    position: absolute;
    margin: 27px 0 0;
    left: 0;
    right: 0;
  }
  .tab-wrapper .accordion_list.is_active img {
    display: block;
  }
  .tab-wrapper .accordion_list.hs_acc_2 img {
    margin-top: 20px;
  }
  .tab-wrapper .tab-content {
    padding: 0;
    background-color: #fff;
  }
  .tab-wrapper .tab-content .tab-pane {
    padding: 0;
    height: auto;
    background-color: #fff;
  }
  .tab-wrapper .tab-content .tab-pane .tab-pane-inner {
    padding: 52px 15px;
    height: 100%;
    background-color: #fff;
    margin-top: 50px;
  }
  .tab-content .tab-pane h3 {
    text-align: center;
    font-size: 1.75rem;
    color: rgb(41, 43, 44);
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
  }
  .tab-content .tab-pane p {
    font-size: 1rem;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    text-align: center;
  }
  .tab-content .tab-pane ul li {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
  }
  .hs_become_cpt_content_with_form .page-center {
    padding: 40px 30px;
  }
  .hs_become_cpt_content_with_form .hs_col_6 {
    width: 55%;
  }
  .hs_become_cpt_content_with_form .hs_col_6.hs_col_form {
    width: 40%;
  }
  .hs_1st_chap_prev_r2_content img[align="left"] {
    float: none;
    margin: 0;
  }
  .hs_8reasons_choose_row_1 .hs_8reasons_choose_row_1_right {
    margin-right: 0;
  }
   
}



@media (max-width: 790px) {
  .hs_2col_right_w_img_wrap .hs_content_wrap {
    width: 50%;
  }
  .hs_nasm_edge_2col_equ_img .hs_cont_wrap {
    margin-right: 15px;
  }
  .hs_nasm_career_sidebar.csm-nasm-sticky-form {
    width: 347px !important;
    margin-right: -25px;
  }
  

}


@media(min-width: 768px) {
  .hs_part_time_head .page-center.hs_mobile_heade {
    display: none;
  }

}



/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 767px) {
  .csm-afaa-header-group .page-center {
    max-width: 320px !important;
    background-position: center bottom;
    background-size: auto;
  }
  .csm-afaa-logo a {
    margin-left: -8px;
    text-align: center;
    display: inline-block;
    width: 195px;
    height: 84px;
  }
  .csm-afaa-logo {
    text-align: center;
    padding-top: 14.8px;
    padding-bottom: 0px;
  }
  .csm-afaa-mobile-info a {
    display: block;
    border-style: none;
    border-radius: 0px;
    z-index: 7;
    width: 197px;
    background-color: #0063a5;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    font-family: Roboto;
    text-align: center;
    background-repeat: no-repeat;
    text-decoration: none !important;
    padding-bottom: 5px;
    display: inline-block;
    cursor: pointer;
    font-family: serif;
    margin-left: 3px;
  }
  .csm-afaa-mobile-info p {
    text-align: center;
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    margin-top: -7px;
  }
  .csm-afaa-mobile-info h6 {
    margin: 0px;
    font-family: Roboto Condensed;
    font-size: 8px;
    color: #0063a5;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    padding-bottom: 6px;
  }
  .csm-afaa-section-col1 {
    width: 100% !important;
    max-width:320px;
    margin: 21px auto 16px!important;
  }
  .csm-afaa-section-col1 h1 {
    margin-bottom: 48px;
  }
  .csm-afaa-section1 .page-center {
    background-position: center bottom;
    background-size: auto;
    max-width: 350px !important;
  }
  .csm-asaa-footer-group .page-center {
    max-width: 320px !important;
  }
  .csm-asaa-footer-group .page-center p {
    padding-left: 0px;
    padding-top: 13px;
  }
  .csm-asaa-footer-group{
    padding:0px 15px;
  }
  .csm-nasm-career-header .csm-nasm-career-logo {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
    padding-top: 17px;
    padding-left: 0px;
  }
  .csm-nasm-career-header .csm-nasm-career-logo img {
    width: 211px !important;
    height: 36px;
  }
  .csm-nasm-career-header .page-center {
    max-width: 320px !important;
  }
  .csm-nasm-career-mobile-info h2 {
    font-family: Roboto Condensed;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: -1px;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    margin-left: 8px;
    margin-top: -6px;
  }
  .csm-nasm-career-mobile-info p {
    font-size: 14px;
    line-height: 22px;
    padding-left: 3px;
    margin: 0px;
  }
  .csm-nasm-career-mobile-info p a {
    display: inline-block;
    border-style: none;
    behavior: url(/PIE.htc);
    border-radius: 0px;
    z-index: 7;
    min-width: 197px;
    height: 30px;
    background: rgba(233,143,61,1);
    -pie-background: rgba(233,143,61,1);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    font-family: Roboto;
    text-align: center;
    background-repeat: no-repeat;
  }
  .csm-nasm-career-mobile-info h6 {
    font-family: Roboto Condensed;
    font-size: 8px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
    padding-bottom: 23px;
    padding-top: 3px;
  }
  .csm-nasm-career-form {
    position: static;
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    box-shadow:none !important;
  }
  .body-container .csm-nasm-career-form .widget-type-form {
    max-width: 353px;
    float: none !important;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .body-container .csm-nasm-career-form .widget-type-form p {
    padding-bottom: 9px;
  }
  .csm-nasm-career-form form input.hs-button {
    padding: 4px 12px 5px;
    font-size: 16px;
    line-height: 19px;
  }
  .custom-nasm-career-banner-section {
    height: 146px;
  }
  body.csm-nasm-career-page .container-fluid .row-fluid .page-center {
    max-width: 320px;
    padding: 0 15px;
  }
  .csm-nasm-career-col1, .csm-nasm-career-copyright {
    padding-left: 0px;
    width: 100% !important;
  }
  .csm-nasm-career-footer p {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 10px;
    color: #454545;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px;
  }
  .csm-nasm-career-section1 {
    padding-bottom: 40px;
  }
  .csm-nasm-fitness-header-info h1 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #f8f503;
    text-align: center;
    margin: 0;
    line-height: 1.2;
  }
  .csm-nasm-fitness-header-info h4 {
    font-family: Nunito, sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 0;
    line-height: 1.2;
  }
  .csm-nasm-fitness-header-info p {
    font-family: Nunito, sans-serif;
    font-size: 8px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 0;
    line-height: 1.2;
  }
  .csm-nasm-fitness-logo img {
    width: 114px !important;
    height: 41px;
  }
  .csm-nasm-fitness-logo {
    padding-left: 40px;
    padding-top: 28px;
    float: left !important;
  }
  .csm-nasm-fitness-header-info {
    float: left !important;
    padding-left: 44px;
    padding-top: 17px;
    padding-bottom: 15px;
  }
  .custom-nasm-career-fitness-section .page-center p {
    display: none;
  }
  .custom-nasm-career-fitness-section .csm-banner {
    height: 310px;
    background-repeat: no-repeat;
    background-position: 59%;
    background-size: cover;
  }
  body.csm-nasm-fitness-page .container-fluid .row-fluid .page-center {
    max-width: 400px;
    padding: 0px;
  }
  .csm-nasm-fitness-form.csm-nasm-career-form {
    position: relative;
    top: -50px;
    left: 0px;
    height: auto !important;
    width: 100% !important;
    max-width: 320px;
    margin: 0 auto !important;
    overflow-y: hidden !important;
    padding-bottom: 30px;
  }
  .csm-nasm-fitness-heading h3 {
    font-size: 26px;
  }
  .csm-nasm-fitness-heading h5 {
    font-size: 20px;
  }
  .csm-nasm-fitness-heading h4 {
    font-size: 21px;
  }
  .csm-nasm-fitness-form.csm-nasm-career-form form input.hs-button {
    padding: 12px 15px;
  }
  .csm-nasm-fitness-row1 {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 10px;
    width: 100% !important;
  }
  .csm-nasm-fitness-row1 h2 {
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
  }
  .csm-nasm-fitness-row1 p {
    font-size: 17px;
    line-height: 1.5;
  }
  .csm-nasm-fitness-row1 h1 {
    font-size: 21px;
    line-height: 1.4;
    padding-left: 25px;
  }
  .csm-nasm-fitness-row2 .span6 {
    width: 100%;
  }
  .csm-nasm-fitness-row2 .csm-left-fitness {
    border-right: 0;
    border-bottom: 3px solid #e5e4e4;
  }
  .csm-nasm-fitness-row3 .csm-left-fitness p {
    padding-bottom: 20px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
  }
  .csm-nasm-fitness-row4 .csm-right-fitness h1 {
    font-size: 30px;
  }
  .csm-nasm-fitness-row4 .csm-right-fitness h2 {
    font-size: 14px;
  }
  .csm-nasm-fitness-row4 .csm-right-fitness h3 {
    font-size: 16px;
  }
  .csm-nasm-fitness-row4 .csm-right-fitness hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .csm-nasm-fitness-row4 .csm-right-fitness h4 {
    font-size: 14px;
  }
  div#lp-code-74 {
    max-width: 320px;
  }
  .csm-nasm-fitness-row4 .csm-left-fitness {
    padding-top: 24px;
  }
  .csm-nasm-fitness-row2 .span6 h2{
    font-size: 22px;
  }
  .csm-nasm-fitness-row2 .span6 p{
    font-size: 14px;
    line-height: 1.4;
  }
  .csm_become_host_facility .hs_header_logo {
    text-align: center;
    padding-left: 0px;
    padding-top: 28px;
  }
  .csm_become_host_facility .hs_header-info {
    display: none;
  }
  .csm_become_host_facility .hs_bbanner-img {
    display: none;
  }
  .csm_become_host_facility .body-container .page-center {
    padding: 0px;
  }
  .hs_become_host_facility_r1, .hs_become_host_facility_r2 {
    padding: 0px 17px;
  }
  .hs_become_host_facility_r2 .hs_become_host_facility_form {
    float: none !important;
    width: 100%;
    margin-top: 35px;
  }
  .hs_become_host_facility_r2 .hs_become_host_facility_r2_cont {
    width: 100%;
  }
  .csm-host-facility-footer .page-center {
    max-width: 320px !important;
  }
  .csm-host-facility-footer p {
    text-align: center !important;
  }
  .csm-host-facility-footer {
    padding-top: 20px;
  }
  .csm-afaa-groupex-page  .custom-nasm-career-banner-section {
    height: 311px;
  }
  .csm-afaa-groupex-page .csm-afaa-header-group .page-center {
    border-top-width: 5px;
    border-top-style: solid;
    border-image: url(//cdn2.hubspot.net/hubfs/2494739/Trainer-Nasm-Oct2018/Image/734fd2aa-afaa-rainbow-1.png?t=1540808513020) 1 round;
  }
  .csm-afaa-groupex-page .csm-afaa-mobile-info a {
    padding-bottom: 0px;
    font-size: 16.5px;
    font-family: 'Roboto ', Arial, sans-serif;
    text-decoration: underline !important;
  }
  .csm-afaa-groupex-top-content {
    padding-top: 20px;
  }
  .csm-afaa-groupex-row1 {
    width: 100% !important;
    max-width: 370px;
    margin: 0 auto !important;
  }


}  
@media (max-width: 767px) {
  .blog .section.post-footer form,
  .custom_error_message form,
  .body-container .hs-search-field,
  .body-container .widget-type-form,
  .landing-page.one-column .body-container .hs_cos_wrapper_type_form,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message,
  .body-container .widget-type-email_simple_subscription,
  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 {
    width: 100% !important;
    max-width: 100%;
  }
  .hs_header_group .page-center>div>.row-fluid {
    display: block;
  }
  .hs_header_group .hs_head_logo_group {
    width: 100%;
    padding: 20px 0 0;
  }
  .hs_head_logo_group>div>.row-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hs_head_logo_group .hs_heade_logo img {
    width: 120px !important;
    margin-top: -3px;
  }
  .hs_head_logo_group .hs_heade_logo_sep {
    padding: 0 12px 0 14px;
  }
  .hs_head_logo_group .hs_heade_logo_sep>div {
    height: 32px;
    top: 4px;
  }
  .hs_head_logo_group .hs_heade_logo2 {
    margin: 0 -11px 0 0;
    padding: 12px 0 0 0;
  }
  .hs_head_logo_group .hs_heade_logo2 img {
    width: 136px !important;
  }
  .hs_header_group .hs_heade_con_info {
    float: none;
    width: 100%;
    text-align: center;
    margin: 18px 0 28px;
  }
  .hs_thankyou_head .hs_head_logo_group {
    width: 100%;
    padding: 20px 0 0;
  }
  .hs_thankyou_head .hs_heade_logo {
    margin: 18px 0 20px;
  }
  .hs_thankyou_head .hs_heade_logo img {
    margin-left: -8px;
    width: 284px !important;
  }
  .hs_thankyou_head .hs_heade_con_info {
    text-align: center;
    margin: 15px 0 55px;
  }
  .hs_thankyou_head .hs_heade_con_info>div {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 31px;
  }
  .hs_header_group.hs_thankyou_head .hs_heade_con_info p {
    font-size: 12px;
  }
  .hs_thank_you_page .main-content {
    max-width: 330px;
    padding-top: 15px;
  }
  .hs_nutrition_ebook_page .main-content {
    max-width: 320px;
    margin: 0 auto !important;
    float: none;
  }
  .hs_nutrition_ebook_r1 .hs_left_column {
    width: 100%;
  }
  .hs_nutrition_ebook_r1 .hs_left_column>span {
    padding-right: 0;
  }
  .hs_nutrition_ebook_r1 .hs_right_sidebar {
    position: relative;
    width: 100%;
    margin: -75px auto 30px !important;
    max-width: 89%;
    float: none;
  }
  .hs_nutrition_ebook_r2 .span6.hs_nutrition_ebook_r2_left,
  .hs_nutrition_ebook_r2 .span6.hs_nutrition_ebook_r2_right {
    width: 100%;
    padding: 0;
  }
  .hs_nutrition_ebook_page .hs_thankyou_head .hs_heade_logo img {
    margin: 6px 0 0 0;
    width: auto !important;
  }
  .hs_nutrition_ebook_page .hs_heade_con_info p.info_1 {
    display: block;
  }
  .hs_nutrition_ebook_page .hs_heade_con_info p.info_2 {
    display: none;
  }
  .hs_nutrition_ebook_page .hs_heade_con_info {
    margin: 15px 0 48px;
  }
  .hs_nutrition_ebook_r2_right p {
    line-height: 22px !important;
  }
  .hs_right_form_content {
    padding: 10px;
    text-align: center;
  }
  .hs_right_form .widget-type-form {
    padding: 13px 20px;
  }
  .hs_nutrition_ebook_r1 .hs_left_column h1 {
    line-height: 30px;
  }
  .hs_nutrition_ebook_r1 .hs_left_column h1 span {
    font-size: 28px;
  }
  .hs_nutrition_ebook_r1 .hs_left_column h2 {
    line-height: 32px;
  }
  .hs_nutrition_ebook_r1 .hs_left_column h3 {
    line-height: 26px;
  }
  .hs_nutrition_ebook_r1 .hs_left_column h3 span {
    font-size: 20px;
  }
  .hs_nutrition_ebook_r1 .hs_left_column h4 span {
    font-size: 22px;
  }
  .hs_nutrition_ebook_r1 .hs_left_column h1+h1 span {
    font-size: 36px !important;
  }

  .hs_become_a_cpt_thankyou_r1 .content-wrapper {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .hs_become_a_cpt_thankyou_r1 .main-content {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 320px;
    float: none !important;
    text-align: center;
  }
  .hs_become_a_cpt_thankyou_r1 h1 {
    font-size: 28px;
  }
  .hs_become_a_cpt_thankyou_r1 p {
    margin-bottom: 16px;
    font-size: 16px !important;
  }
  .hs_become_a_cpt_thankyou_r1 h3+p {
    font-size: 14px !important;
  }
  .hs_become_a_cpt_thankyou_r1 h3 {
    padding-top: 8px;
  }
  .hs_become_a_cpt_thankyou_r1 .main-content.right {
    padding: 10px 18px;
    margin-top: 30px !important;
  }
  .hs_become_a_cpt_thankyou .hs_head_logo_group .hs_heade_logo img {
    width: 194px !important;
    margin: -12px 0 0;
  }
  .hs_become_a_cpt_thankyou .hs_thankyou_head .hs_heade_con_info {
    margin: -5px 0 20px 2px;
  }
  .hs_become_a_cpt_thankyou .hs_heade_con_info .hs_cos_wrapper_type_rich_text {
    float: none;
  }
  .hs_footer_group .hs_copyright {
    max-width: 320px;
  }
  .hs_become_a_cpt_thankyou_r2 .main-content {
    max-width: 320px;
    padding: 5px 10px 0;
  }
  .hs_pes_thank_you_r1 .main-content {
    max-width: 320px;
  }
  .body-container .content-wrapper .sidebar.left,
  .body-container .content-wrapper .sidebar,
  .body-container .content-wrapper .sidebar.right,
  .body-container .content-wrapper .main-content {
    max-width: 320px;
    margin: 0 auto;
  }
  .hs_part_time_thankyou_page .hs_footer_group .page-center {
    min-height: 67px;
    justify-content: center;
  }
  .hs_part_time_thankyou_page .main-content.right {
    padding: 15px 0 0;
  }
  .page-center.hs_desktop_heade {
    display: none;
  }
  .hs_mobile_heade .hs_head_logo_group .hs_heade_logo img {
    width: 212px !important;
    margin: -3px 0 0;
  }
  .hs_mobile_heade .hs_heade_con_info p a.hs_btn_orange {
    padding: 5px 3px 11px;
    border-radius: 0;
    font-size: 16px;
    line-height: 19px;
    min-width: 200px;
    margin: 0;
  }
  .hs_mobile_heade .hs_heade_con_info {
    margin-bottom: 23px;
  }

  .hs_3col_testimonial_group {
    display: block;
    padding: 0;
  }
  .hs_3col_testimonial_group .span4 {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .hs_title_with_button_inner {
    display: block;
    padding: 20px 10px;
  }
  .hs_title_with_button_inner .hs_button_group {
    text-align: center;
    padding: 10px 0;
  }
  .hs_pes_row_1 .main-content h1 {
    font-size: 24px;
  }
  .hs_pes_row_1 .main-content ul {
    padding: 0 16px;
    list-style: none;
  }
  .hs_pes_row_1 .main-content ul li {
    font-size: 15px;
    text-align: center;
    list-style: none;
  }
  .hs_pes_row_1 .main-content .hs_cos_wrapper_type_module:nth-child(4) ul li {
    font-weight: 400;
  }
  .hs_full_width_bg_w_content img {
    min-height: 186px;
    object-fit: cover;
  }
  .hs_pes_row_1 .hs_full_width_bg_w_con_wrap h1 {
    font-size: 32px;
  }
  .hs_pes_row_1 .hs_full_width_bg_w_con_wrap p {
    font-size: 18px;
    line-height: 1.4;
  }
  .hs_pes_head .hs_heade_logo img {
    width: 122px !important;
    margin: -20px 0 0;
  }
  .hs_pes_head .hs_heade_logo {
    margin-bottom: 10px;
  }
  .hs_header_group.hs_pes_head .hs_heade_con_info {
    margin: 0;
    padding: 0 0 13px;
  }
  .hs_pes_head .hs_heade_con_info p {
    text-align: center !important;
    line-height: 12px !important;
  }
  .hs_pes_head .hs_heade_con_info p:first-child {
    font-size: 24px !important;
    margin: 0 !important;
    line-height: 20px !important;
  }
  .hs_pes_head .hs_heade_con_info p:nth-child(2) {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .page-center.content-wrapper.hs_pes_row_1_inner {
    margin-top: 22px;
  }
  .hs_pes_row_1_form_title {
    padding: 27px 5px 35px;
  }
  .hs_pes_row_1 .hs_pes_row_1_form_title h1 {
    font-size: 18px;
    margin: 0 0 2px;
  }
  .hs_pes_row_1 .hs_pes_row_1_form_title h3 {
    font-size: 10px;
  }
  .hs_pes_row_1_form form .hs-form-field {
    width: 100% !important;
    padding: 0 5px !important;
    margin-bottom: 17px;
  }
  .hs_pes_row_1_form form input.hs-button.primary.large {
    margin: 0;
  }
  .body-container .hs_pes_row_1_form .widget-type-form {
    padding: 0 0 25px;
  }
  .hs_pes_row_1 .main-content .hs_cos_wrapper_type_module:nth-child(4),
  .hs_pes_row_1 .main-content .hs_cos_wrapper_type_module:nth-child(2) {
    margin: 30px auto;
  }
  .hs_thank-you-head .hs_heade_logo img {
    margin: 10px 0 0 18px;
  }
  .hs_thank-you-page .main-content {
    padding: 20px 30px;
  }  
  .hs_thank-you-page h1 {
    line-height: 32px;
    padding-bottom: 7px;
    font-size: 21.3px;
    margin: 4px 0 15px;
  }
  .hs_thank-you-page h1 > span {
    font-size: 21.3px;
  }
  .hs_thank-you-page .main-content p {
    line-height: 22px;
    font-size: 14px;
    color: #fff;
  }
  .hs_thank-you-page .main-content p span {
    line-height: 22px;
  }
  .hs_thank-you-page .main-content .hs_social_share_wrap p {
    font-size: 12px;
    line-height: 15px;
  }
  .hs_thank-you-page .main-content .hs_social_share_wrap p span {
    font-size: 10px !important;
  }
  .hs_thank-you-page .main-content .hs_social_share_wrap {
    padding-top: 18px;
  }
  .hs_thank-you-head.hs_nasm_edge_head {
    min-height: 52px !important;
  }
  .hs_nasm_edge_head .page-center {
    min-height: 52px;
  }
  .hs_nasm_edge_head .hs_heade_logo img {
    margin: -1px 0 0 -1px;
    max-width: 175px;
  }
  .hs_nasm_edge_row_1 .page-center.content-wrapper {
    margin-top: -300px;
    max-width: 280px;
    padding-bottom: 20px;
  }
  .hs_nasm_edge_banner_area .main-content {
    width: 345px;
    max-width: 345px;
    margin: 34px auto 0;
    transform: scale(0.5);
    transform-origin: 50px 190px;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 50px 190px;
  }
  .hs_2col_right_w_img_wrap .hs_content_wrap {
    width: 100%;
    padding: 0 10px;
  }
  .hs_nasm_edge_row_1 {
    background-image: none;
    background-color: #fff;
  }
  .hs_content_wrap h2 {
    margin: 0 0 10px;
    transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
  }
  .hs_content_wrap h3 {
    margin: 0 0 13px;
    transform: scale(0.62);
    transform-origin: 0 0;
    -webkit-transform: scale(0.62);
    -webkit-transform-origin: 0 0;
    width: 310px;
  }
  .hs_content_wrap p {
    transform: scale(0.57);
    transform-origin: 0 -160px;
    -webkit-transform: scale(0.57);
    -webkit-transform-origin: 0 -160px;
    width: 410px;
  }
  .hs_2col_right_w_img_wrap .hs_mobile_img_wrap {
    margin: -130px auto 0;
  }
  .hs_2col_right_w_img_wrap .hs_mobile_img_wrap img {
    width: 189px;
    height: 387px;
    display: block;
    margin: 0 auto;
  }

  .hs_2col_right_w_img_wrap .hs_row_2_cont h2 {
    transform: scale(0.75);
    transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    margin: 17px 0 5px 10px;
    width: 320px;
  }
  .hs_2col_right_w_img_wrap .hs_row_2_cont p {
    transform: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .hs_2col_right_w_img_wrap .hs_row_2_cont p a+a img {
    max-width: 146px;
    margin: 5px 0 0;
  }
  .hs_nasm_edge_2col_equ_img .page-center {
    max-width: 280px !important;
    padding: 0 15px;
  }
  .hs_nasm_edge_2col_equ_img .hs_cont_wrap {
    padding: 8px 3px;
  }
  .hs_nasm_edge_2col_equ_img h1 {
    transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    margin: 0;
    padding: 0;
    width: 280px;
  }
  .hs_nasm_edge_2col_equ_img h2 {
    transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    margin: 20px 0 8px;
  }
  .hs_nasm_edge_2col_equ_img p {
    transform: scale(0.82);
    transform-origin: 0 0;
    -webkit-transform: scale(0.82);
    -webkit-transform-origin: 0 0;
    width: 280px
  }
  .hs_nasm_edge_2col_equ_img {
    padding-bottom: 2px;
  }
  .hs_nasm_edge_2col_equ_img .hs_img_wrap {
    margin: 46px -22px 0;
    width: auto;
  }
  .hs_2col_w_img_wrap .page-center {
    padding: 22px 0;
    max-width: 280px !important;
  }
  .hs_2col_w_img_wrap h2.hs_title {
    transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    width: 300px;
  }
  .hs_2col_w_img_wrap .hs_cont_wrap .hs_btn_group,
  .hs_2col_w_img_wrap .hs_cont_wrap h3.hs_subtitle {
    display: none;
  }
  .hs_2col_w_img_wrap p {
    transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    width: 300px;
  }

  .hs_footer_group.hs_nasm_edge_foo .hs_copyright {
    max-width: 100%;
    padding: 0 15px;
  }
  .hs_footer_group .hs_copyright h2 {
    transform: scale(0.56);
    transform-origin: center;
    -webkit-transform: scale(0.56);
    -webkit-transform-origin: center;
  }
  .hs_thankyou_foo.hs_nasm_edge_foo .page-center {
    min-height: 35px;
  }
  .hs_2col_w_img_wrap .hs_btn_group {
    padding: 20px 0 14px;
  }
  .hs_2col_w_img_wrap h3.hs_subtitle {
    transform: scale(0.76);
    transform-origin: 0 0;
    -webkit-transform: scale(0.76);
    -webkit-transform-origin: 20px 0;
    line-height: 35px;
    width: 350px;
    margin: 12px 0;
    text-align: center;
  }
  .hs_life_time_academy_banner img {
    width: 100% !important;
    min-height: 160px;
    object-fit: cover;
  }
  .hs_life_time_academy_r1_sec_head {
    padding-top: 0;
    padding-bottom: 0;	
  }
  .hs_life_time_academy_2col_grp>div>.row-fluid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs_life_time_academy_2col_grp .hs_life_time_academy_r1_left_col {
    width: 100%;
    order: 2;
  }
  .hs_life_time_academy_2col_grp .hs_life_time_academy_r1_right_col {
    margin: 0;
    padding: 0 5px;
  }
  .hs_life_time_academy_r1_form>.widget-type-form {
    padding: 20px 10px;
  }
  .hs_life_time_academy_r1_form form {
    padding: 10px 5px;
  }
  .hs_life_time_academy_r2 {
    margin: 0;
  }
  .hs_life_time_academy_r2 .hs_title_with_button_inner {
    max-width: 320px;
    padding: 0 10px;
  }
  .hs_life_time_academy_r2 h2.hs_title {
    margin: 0 0 20px;
  }
  .hs_title_with_button_inner .hs_button_group {
    margin-bottom: 15px;
  }

  .hs_life_time_academy_r3 .hs_life_time_academy_r3_col_3 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px !important;
  }
  .hs_life_time_academy_r3 .hs_life_time_academy_r3_col_3>div {
    border: 0;
  }
  .hs_life_time_academy_r3 .content-wrapper {
    padding: 20px 0 15px;
  }
  .hs_life_time_academy_page .hs_footer_group .page-center {
    min-height: 87px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hs_life_time_academy_page .hs_footer_group .hs_copyright {
    max-width: 280px;
  }

  .hs_pa_prog_opt_header {
    display: none !important;
  }
  .hs_pa_program_options_page .content-wrapper {
    padding: 0;
    margin-top: -1px !important;
  }
  .hs_pa_prog_opt_row_1 h2 {
    font-size: 22px;
  }
  .hs_pa_prog_opt_row_1 p {
    font-size: 1rem;
  }
  .hs_pa_prog_opt_row_2 .hs_pa_prog_opt_row_2_left,
  .hs_pa_prog_opt_row_2 .hs_pa_prog_opt_row_2_right {
    width: 100%;
    padding: 30px 15px;
    border: 0;
  }
  .hs_pa_prog_opt_row_2 .hs_pa_prog_opt_row_2_left:after {
    right: 0;
    top: auto;
    -webkit-transform: translateY(50%) translateX(-50%) rotate(45deg);
    -ms-transform: translateY(50%) translateX(-50%) rotate(45deg);
    transform: translateY(50%) translateX(-50%) rotate(45deg);
    bottom: 13px;
    left: 50%;
  }
  .hs_pa_prog_opt_row_2>.row-fluid-wrapper {
    margin-bottom: 0;
  }
  .hs_pa_prog_opt_row_3 .hs_pa_prog_opt_row_3_left {
    width: 100%;
    padding: 0;
    min-width: 100%;
  }
  .hs_pa_prog_opt_row_3>div>.row-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs_pa_prog_opt_row_3 .hs_pa_prog_opt_row_3_right {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .hs_pa_prog_opt_row_3 .hs_pa_prog_opt_row_3_right p {
    padding: 0;
    text-align: center;
  }
  .hs_pa_prog_opt_row_4 {
    padding: 0 20px;
  }
  .hs_pa_prog_opt_row_4_content h2 {
    font-size: 25px;
  }
  .hs_pa_prog_opt_row_4_content p {
    font-size: 22px;
    line-height: 1.5;
  }
  .hs_pa_prog_opt_row_6 h2 {
    font-size: 2rem;
  }

  .hs_pa_prog_opt_row_7 {
    margin-top: 140px;
  }
  .hs_pa_prog_opt_row_7>div>.row-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs_pa_prog_opt_row_7_left>div {
    position: relative;
    transform: none;
    margin-top: -170px;
  }
  .hs_pa_prog_opt_row_7 .hs_pa_prog_opt_row_7_right {
    text-align: left;
  }
  .hs_pa_prog_opt_footer .hs_pa_prog_opt_foo_copy {
    max-width: 100%;
  }
  .hs_head_logo_group .hs_header_logo img {
    margin: -5px 0 20px;
    max-width: 120px;
  }
  .hs_header_group#hs_pers_train_certif_head .hs_heade_con_info p:first-child {
    font-size: 21px !important;
    line-height: 1 !important;
    margin-bottom: 0 !important;
  }
  .hs_header_group#hs_pers_train_certif_head .hs_heade_con_info p:nth-child(2) {
    font-size: 12px !important;
    line-height: 1 !important;
  }
  .hs_header_group#hs_pers_train_certif_head .hs_heade_con_info p {
    font-size: 8px;
    line-height: 15px;
  }

  .hs_pers_train_certif_r1 .content-wrapper {
    padding: 18px 0 20px;
  }
  .hs_pers_train_certif_r1 .widget-type-section_header {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  .hs_pers_train_certif_r1 .section-header h1 {
    font-size: 22px;
    line-height: 1;
  }
  .hs_pers_train_certif_r1 .section-header p.secondary-header {
    font-size: 20px;
    line-height: 1;
  }
  .hs_pers_train_certif_r1_2col .hs_pers_train_certif_r1_form {
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
  }
  .body-container .hs_pers_train_certif_r1_form>div {
    float: none;
    margin: -10px auto;
    max-width: 280px;
  }
  .hs_pers_train_certif_r1_form h3.form-title {
    font-size: 22px;
    padding: 5px 5px 13px;
  }
  .hs_pers_train_certif_r1_form h3.form-title span {
    font-size: .562rem;
  }
  .hs_pers_train_certif_r1_form form {
    padding: 9px 19px 20px;
  }
  .hs_pers_train_certif_r1_form form .hs-form-field {
    margin-bottom: 18px;
  }
  .hs_pers_train_certif_r1_2col .hs_pers_train_certif_r1_right {
    margin: 0;
    width: 100%;
  }
  .hs_pers_train_certif_r1_head .widget-type-header {
    background-color: rgba(4,49,88,1);
    color: #fff;
    display: block;
    min-height: 84px;
    margin: 40px -20px 0;
  }
  .hs_pers_train_certif_r1_head .widget-type-header>span {
    max-width: 280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 84px;
    justify-content: center;
    padding: 10px 0;
  }
  .hs_pers_train_certif_r1_head h1 {
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    margin: 0;
  }
  .hs_pers_train_certif_r1_r_cont {
    max-width: 280px;
    margin: 0 auto !important;
  }
  .hs_pers_train_certif_r1_r_cont h2 {
    font-size: 21px;
  }
  .hs_pers_train_certif_r1_r_cont ul {
    padding: 0 0 0 14px;
    list-style: disc;
  }
  .hs_pers_train_certif_r1_r_cont ul li {
    font-size: 12px;
    margin: 0 0 4px;
    background-image: none;
    padding: 0;
  }
  .hs_pers_train_certif_r1_r_cont p {
    font-size: 12px !important;
  }
  .hs_pers_train_certif_r3_slider .slick-slide-inner-wrapper {
    display: block !important;
  }
  .hs_pers_train_certif_r3_slider .slick-slide-inner-wrapper>img {
    max-width: 350px;
    margin: 0 auto;
    float: none;
  }
  .hs_pers_train_certif_r3_slider .slick-slide-inner-wrapper>.caption.below {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
  }
  .hs_pers_train_certif_r3_slider .slick-slide-inner-wrapper>.caption.below h5 {
    font-size: 22px;
  }
  .hs_pers_train_certif_r3_slider .slick-slide-inner-wrapper>.caption.below p {
    font-size: 18px;
  }
  .hs_pers_train_certif_r2 {
    height: 300px;
    background-color: rgba(192,229,251,1);
  }
  .hs_pers_train_certif_r3 .page-center {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hs_header_group.hs_become_cpt_head {
    min-height: 90px !important;
  }
  .hs_header_group.hs_become_cpt_head .page-center {
    min-height: 90px;
    max-width: 320px;
  }
  .hs_become_cpt_head .hs_head_logo_group {
    width: auto;
    float: left;
    padding: 8px 0 0;
  }
  .hs_become_cpt_head .hs_head_logo_group .hs_header_logo img {
    margin: 2px 0 0 -10px;
    max-width: 114px;
  }
  .hs_become_cpt_head .hs_heade_con_info {
    text-align: center;
    margin: 0 -2px 0 0;
    float: right;
    width: auto;
  }
  .hs_header_group.hs_become_cpt_head .hs_heade_con_info p:first-child {
    font-size: 18px !important;
  }
  .hs_header_group.hs_become_cpt_head .hs_heade_con_info p:nth-child(2) {
    font-size: 9px !important;
  }
  .hs_header_group.hs_become_cpt_head .hs_heade_con_info p {
    font-size: 8px;
  }
  .hs_header_group.hs_become_cpt_head .hs_heade_con_info>div {
    padding: 0;
  }
  .hs_become_cpt_content_with_form {
    background-color: #fff;
  }
  .hs_become_cpt_content_with_form .page-center {
    padding: 0 15px 30px;
    background-image: none !important;
    display: block;
  }
  .hs_become_cpt_content_with_form .hs_col_6.hs_col_cont {
    width: 100%;
    display: block;
    top: 0;
    float: none;
    max-width: 320px;
    margin: 0 auto;
  }
  .hs_become_cpt_content_with_form .hs_col_6.hs_col_form {
    width: 100%;
    float: none;
    max-width: 290px;
    margin: 30px auto 0;
    padding: 0 15px;
  }
  .hs_become_cpt_content_with_form h3.hs_form_title {
    font-size: 14px;
  }
  .hs_become_cpt_content_with_form .hs_col_content {
    margin: 0 auto;
    position: absolute;
    max-width: 242px;
    left: 0;
    right: 0;
    bottom: 16px;
  }
  .hs_become_cpt_content_with_form .hs_col_content p:first-child {
    font-size: 18px !important;
  }
  .hs_become_cpt_content_with_form .hs_col_content p,
  .hs_become_cpt_content_with_form .hs_col_content p a {
    font-size: 22px !important;
  }
  .hs_3col_equ_cont_group .page-center,
  .hs_4col_equ_cont_group .page-center {
    max-width: 320px !important;
    padding: 10px 15px;
  }
  .hs_3col_equ_cont_group .span4 {
    width: 100%;
    margin-bottom: 40px;
  }
  .hs_3col_equ_cont_group .span4 h3,
  .hs_4col_equ_cont_group .span3 h3 {
    font-size: 20px;
  }
  .hs_3col_equ_cont_group .span4 p {
    font-size: 12px;
  }
  .hs_become_cpt_row_1 .content-wrapper {
    padding-top: 30px;
  }
  .hs_become_cpt_row_1 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 17px;
    margin: 0;
  }
  .hs_personal_trainer_item {
    margin: 25px auto 10px;
    padding: 0 0px 25px;
  }
  .hs_personal_trainer_item.hs_right .span6.hs_col_1 {
    float: none;
  }
  .hs_personal_trainer_item .span6.hs_col_2 {
    float: none;
    padding: 0;
  }
  .hs_personal_trainer_item .hs_col_2 .hs_counter h1 {
    font-size: 67px;
  }
  .hs_personal_trainer_item .hs_content h3 {
    font-size: 19px;
  }
  .hs_personal_trainer_item .hs_content p {
    font-size: 11px;
  }
  .hs_become_cpt_row_2 .hs_3col_equ_cont_group .page-center,
  .hs_become_cpt_row_2 .hs_4col_equ_cont_group .page-center {
    padding: 35px 0 0;
  }
  .hs_become_cpt_row_2 .hs_3col_equ_cont_group .span4,
  .hs_become_cpt_row_2 .hs_4col_equ_cont_group .span3 {
    position: relative;
    margin-bottom: 35px;
  }
  .hs_become_cpt_row_2 .hs_3col_equ_cont_group .span4:after,
  .hs_become_cpt_row_2 .hs_4col_equ_cont_group .span3:after {
    content: "";
    display: table;
    clear: both;
  }
  .hs_become_cpt_row_2 .hs_3col_equ_cont_group .span4>img {
    width: 20px;
  }
  .hs_become_cpt_row_2 .hs_3col_equ_cont_group .span4 .hs_inner_wrap,
  .hs_become_cpt_row_2 .hs_4col_equ_cont_group .span3 .hs_inner_wrap {
    float: left;
    width: calc(100% - 28px);
  }
  .hs_become_cpt_row_2 .hs_3col_equ_cont_group .span4 .hs_inner_wrap h4 {
    font-size: 15px;
  }
  .hs_become_cpt_row_2 .hs_3col_equ_cont_group .span4 p,
  .hs_become_cpt_row_2 .hs_4col_equ_cont_group .span3 p {
    font-size: 13px;
  }
  .hs_become_cpt_row_3_title h1 {
    font-size: 17px;
  }
  .hs_accordion .accordion_item {
    width: 100%;
    float: none !important;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 12px;
    position: relative;
  }
  .accordion_item .accordion_header a {
    font-size: 16px;
  }
  .hs_accordion .accordion_item .accordion_content p {
    font-size: 12px;
  }
  .hs_become_cpt_row_3_bottom {
    max-width: 320px;
  }
  #hs_8reasons_choose_head .page-center {
    max-width: 320px;
  }
  #hs_8reasons_choose_head .hs_head_logo_group .hs_header_logo {
    padding-left: 0;
  }
  #hs_8reasons_choose_head .hs_heade_con_info {
    margin: 5px 0 0;
  }
  .hs_banner_area_with_video {
    max-width: 320px;
    margin: 0 auto;
  }
  .hs_banner_area_with_video .page-center {
    padding: 0 0 50px;
  }
  .hs_banner_area_with_video h1.hs_title {
    font-size: 16px;
    line-height: 1.3;
    margin: 80px 0 5px;
  }
  .hs_banner_area_with_video h2.hs_subtitle {
    font-size: 22px;
  }
  .hs_banner_area_with_video .hs_button_grp {
    margin: 15px 0 10px;
  }
  .hs_banner_area_with_video .hs_button_grp .hs_pop_btn {
    font-size: 18px;
  }

  .hs_8reasons_choose_row_1 .content-wrapper {
    padding-top: 0;
  }
  .hs_8reasons_choose_row_1 .main-content>div>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs_8reasons_choose_row_1 .hs_8reasons_choose_row_1_left {
    padding-right: 0;
    width: 100%;
  }
  .hs_8reasons_choose_row_1 .hs_8reasons_choose_row_1_right {
    width: 100%;
    order: -1;
    /* margin-top: -35px; */
    margin-top: 0; /* Prevents lead form negative margins from blocking hamburger menu functionality on mobile */
    margin-bottom: 30px;
  }
  .hs_8reasons_choose_row_1_left p {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }
  .hs_8reasons_choose_row_1_left h3 {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
  }
  .hs_8reasons_choose_row_3_title {
    max-width: 320px;
    margin: 0 auto !important;
    padding: 0;
  }
  .hs_8reasons_choose_row_3_title h1 {
    font-size: 27px;
    line-height: 1;
  }
  .hs_8reasons_choose_row_3_inner {
    max-width: 310px;
    padding: 0 0 50px;
  }
  .hs_certified_reasons_item {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
  .reason_off {
    border-bottom: 2px solid #e1e1e1;
  }
  .hs_8reasons_choose_row_3_inner .hs_cos_wrapper_type_rich_text h2 {
    font-size: 30px;
    padding: 0 10px;
  }
  .hs_8reasons_choose_row_3 .main-content {
    max-width: 320px;
    padding: 15px 15px;
  }
  .hs_8reasons_choose_r1_form_cont h3 {
    font-size: 20px;
  }
  .hs_8reasons_choose_r1_form_cont h3 br {
    display: none;
  }
  .hs_8reasons_choose_r1_form_cont h5 {
    font-size: 16px;
  }


  .hs_1st_chap_prev_r2 .main-content>div>.row-fluid {
    display: flex;
    flex-direction: column;
  }
  .hs_1st_chap_prev_r2 .hs_1st_chap_prev_r2_content {
    padding: 10px 15px 0;
    width: 100%;
  }
  .hs_1st_chap_prev_r2 .hs_1st_chap_prev_r2_form_grp {
    width: 100%;
    order: -1;
    margin: -50px auto 70px;
    padding: 0;
    max-width: 290px;
  }
  .hs_1st_chap_prev_r2_form_content h5 {
    margin-bottom: 10px;
  }
  .body-container .hs_1st_chap_prev_r2_form .widget-type-form {
    padding: 43px 20px 35px 28px;
  }
  .hs_1st_chap_prev_r2_content .hs_cos_wrapper_type_module:nth-child(2)>span {
    transform: scale(0.99);
    transform-origin: 0 0;
    -webkit-transform: scale(0.99);
    -webkit-transform-origin: 0 0;
    display: block;
  }
  .hs_1st_chap_prev_r2_content .hs_cos_wrapper_type_module:nth-child(3) p>span {
    line-height: 0;
  }
  .hs_1st_chap_prev_r3 .hs_cos_wrapper_type_module:nth-child(2) {
    padding: 44px 0 0;
  }
  .hs_1st_chap_prev_r3 .hs_cos_wrapper_type_module:nth-child(2) p {
    margin: 0;
  }
  .hs_bottom .hs_1st_chap_prev_r3 {
    padding: 30px 0 0;
  }
  .hs_thank-you-page .hs_cos_wrapper_type_rich_text h1 {
    transform: scale(0.76);
    transform-origin: 0 0;
    -webkit-transform: scale(0.76);
    -webkit-transform-origin: 0 0;
    text-align: center;
    width: 100%;
    min-width: 360px;
  }
  .hs_thank-you-page .hs_cos_wrapper_type_rich_text p {
    transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform: scale(0.86);
    -webkit-transform-origin: 0 0;
    width: 300px;
  }
  .csm-afaa-groupex-page .csm-afaa-header-info {
    width: 100%;
    padding-left: 15px;
  }
  .csm-asaa-footer-group .page-center p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-landing-page .footer-container .page-center {
    max-width: 320px;
    padding: 0;
  }
  .hs_thank_you_page .hs_thankyou_head .hs_heade_con_info p {
    text-align: center;
  }
  .csm-nasm-career-page .csm-nasm-career-form.visible-phone {
    padding-bottom: 0;
  }
  .hs_pa_prog_opt_row_2_right p {
    text-align: center;
  }
  .tab-wrapper .accordion_list p.hs_top_title {
    margin-top: 0;
  }
  .tab-wrapper .accordion_list {
    padding-bottom: 30px;
  }
  #hs_pers_train_certif_head.hs_header_group .hs_heade_con_info {
    margin: 3px auto 0;
    max-width: 280px;
  }
  .hs_header_group#hs_pers_train_certif_head .hs_heade_con_info p {
    text-align: center;
  }
  .hs_header_group#hs_pers_train_certif_head .hs_heade_con_info p:first-child {
    text-align: center !important;
  }
  .hs_become_a_cpt_thankyou .hs_thankyou_head .hs_head_logo_group {
    padding: 20px 0 0;
  }
  .csm-afaa-header-group {
    border-top: 0;
  }
  .hs_pes_thank_you_page .hs_thankyou_head .hs_heade_logo img {
    margin-left: -8px;
  }
  .hs_pes_thank_you_page .hs_thankyou_head .hs_heade_con_info {
    margin: 15px 0;
  }
  .hs_pes_thank_you_page .hs_thankyou_head .hs_heade_con_info p {
    text-align: center;
    font-size: 14px;
  }
  .hs_pes_thank_you_r1 {
    padding: 0;
  }
  .hs_2col_w_img_wrap a.hs_btn_red {
    font-size: 18px;
    line-height: 22px;
    padding: 13.5px 10px;
  }
  .hs_nasm_edge_banner_area_inner {
    min-height: 393px;
  }
  .hs_nasm_edge_banner_btn_grp a {
    display: block;
  }
  .hs_nasm_edge_banner_btn_grp a+a {
    margin-left: -10px;
    margin-top: 10px;
  }
  
  
  
  

}  


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

@media (max-width: 479px) {
  .hs_nutrition_ebook_r2 .span6.hs_nutrition_ebook_r2_left {
    padding: 0 15px;
  }
  .hs_pers_train_certif_r2 {
    height: 250px;
  }
  .hs_accordion {
    padding: 20px 0;
  }
  .hs_bottom .hs_1st_chap_prev_r3 {
    padding: 30px 10px 0;
  }
  .hs_thank-you-page .hs_cos_wrapper_type_rich_text h1,
  .hs_thank-you-page .hs_cos_wrapper_type_rich_text p {
    width: 100%;
    min-width: 100%;
    transform-origin: 100px 0;
    -webkit-transform-origin: 100px 0;
  }
  .csm-nasm-fitness-header-info {
    float: none !important;
    text-align: center;
    padding-left: 0px;
  }
  .csm-nasm-fitness-logo {
    float: none !important;
    text-align: center;
    padding-left: 0px;
  }
  .hs_become_host_facility_form .hs-form-field > label, 
  .hs_become_host_facility_form .hs-form-field > .input {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .hs_become_a_cpt_thankyou .hs_heade_con_info>div {
    padding: 0 5px;
  }
  .hs_become_a_cpt_thankyou .hs_thankyou_head .hs_heade_con_info>div {
    max-width: 290px;
  }
  @-moz-document url-prefix() { 
    .hs_pes_thank_you_page .hs_thankyou_head .hs_heade_logo img {
      width: 273px !important;
    }
    .hs_life_time_academy_page .hs_header_group .hs_head_logo_group {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
    }
    
  }

}


@media (max-width: 380px) {
  .hs_header_group .hs_heade_con_info p {
    font-size: 25px;
  }
  .hs_life_time_academy_page .hs_header_group .hs_heade_con_info p {
    font-size: 27px;
  }
  .hs_thankyou_head .hs_heade_logo img {
    margin-left: 0;
    width: auto !important;
  }
  .hs_thankyou_head .hs_heade_con_info>div {
    padding: 0 15px;
  }
  a.hs_btn_red {
    min-width: 200px;
  }
  .hs-landing-page .footer-container .page-center {
    padding: 0 15px;
  }


}