/* ==========================================================================
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
========================================================================== */


/* ==========================================================================
0. STANRARD CRO CODE                                           
========================================================================== */


}
/*Consent Fields*/
.legal-consent-container .hs-dependent-field {
    font-weight: 500;
    font-size:0.9rem;
  margin-top:20px;
}
.legal-consent-container .hs-richtext {
    font-size: 0.75rem;
}
/*End*/
.optimizely-b{
  display:none;
}
div#hs_form_target_module_13885066546126190 .hs-form {
    text-align: center;
}

.optimizely-a
}

.optimizely-b{
  display:none;
}

/*LANGSWITCHER*/
.lang_switcher_class {
    position: fixed;
    z-index: 999999;
    top: 20px;
    right: 30%;
    font-family: norms;
}

.globe_class {
    background-image: url(https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/0%20CRO%20Assets/noun_Language_1825533.svg);
    width: 22px;
    height: 22px;
}
    
.globe_class::after{
content:"Language";
font-size:0.8rem;
  margin-left: 30px!important;
}

.lang_list_class li:first-child {
    padding-top: 15px;
    border-top: 1px solid #000;
    border: none;
  z-index: 99999;
}
.lang_list_class li {
    border: none;
  padding: 10px 15px;
}
 .lang_list_class li:hover {
    background-color:#c0e0ff;
   font-weight:600;
   color:black;
}   

.lang_list_class::before {
    display: none;
}

.lang_list_class {
    margin-top: 0px;
    width: 100px;
    margin-left: 30px;
}


@media only screen and (max-width:768px){
  .lang_switcher_class {
    position: absolute;
    z-index: 999999;
    top: 13px;
    right: 70%;
    font-family: norms;
}
}

/*LANGSWITCHER END*/


/*Colors*/
.light{
  background-color:#f7f7f7;
}
/*Text*/
.heavy{
  font-weight:600;
}
.bold{
  font-weight:500;
}
.small {
  font-size: 0.95rem;
}
.tile {
font-weight: 500;
}
h3.cro{
  font-weight:600;
}
/*Checkmarks and Flex Options*/

.checkmark{
  display:flex;
  align-items: start;
}
.checkmark img {
    margin-right: 10px;
  max-width: 20px;
}
.checkmark img {
    margin-right: 10px;
  max-width: 20px;
}

/*Flex Layouts*/
.flex-column{
  display:flex;
  flex-direction:column;
}

/*Text Alignments*/

.vertical-align{
  display:flex;
}
.center-align{
  text-align:center;
}
.left-align{
  text-align:left;
}

/*Margins and Max Width*/

.max-width{
  margin-left:auto;
  margin-right:auto;
}
.desktop-width{
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
}
.content-group-item{
  margin-bottom:15px;
}
.top-margin{
  margin-top:50px;
}
.ultra{
  padding:80px 0;
}

/*Image*/
  .image{
    display:block;
    margin-bottom:auto;
    margin-top:auto;
  }
/*Buttons*/
.bt:hover{
  cursor:pointer;
}
.bt {
  padding:10px 20px;
  border-radius:3px;
  font-weight:500!important;
  font-family:norms, sans-serif;
  font-size:0.9rem!important;
}
 .bt-blue{
   color: #fff;
    background-color: #05f;
   text-decoration:none;
   border:none;
}

.bt-blue:hover{
  cursor:pointer!important;
  transition: background-color 0.5s ease;
  background-color:#03f;
}
.bt-outline{
  background-color:transparent;
  color:#05f;
   border-color:#05f;
}
.bt-outline:hover{
  background-color:white;
  cursor:pointer!important;
}
 .hero-ctas{
  display: flex;
  margin-left:auto;
   margin-right:auto;
    text-align:center;
}
.ctas{
  display:flex;
  justify-content:center;
  margin: 0 auto;
}
.cta-section{
  display:flex;
}
.cta{
  text-align:center;
}
/*END*/
@media only screen and (max-width:767px){
.mobile-top-margin{
  margin-top:50px;
  }
h1.cro{
  font-size:2.0rem;
}
h3.cro{
  font-size:1.55rem;
}
     .checkmark{
    justify-content:center;
  }
    .mobile-left-align{
    text-align:left;
  }
  .mobile-center-align{
    text-align:center;
  }
    .grid-text{
      text-align:center;
  }
      .layout{
  display:flex;
  }
  
  .mobile-image-first{
    flex-direction:column;
  }
  .mobile-content-first{
    flex-direction:column-reverse;
  }
  .two-one-layout, .one-one-layout{
  display:flex;
     flex-direction:column;
  }
 .one-two-layout{
   display:flex;
   flex-direction:column-reverse;
  }

  .copy{
    padding:40px 20px;
  }
.mobile-giga{
    padding:40px 0;
  }
  .mobile-mega{
    padding:20px 0;
  }
  .mobile-none{
    padding: 0;
  }
   .autopadding{
    padding:30px;
  }



   .ctas{
    flex-direction:column;
  }
  .ctas a:nth-of-type(2) button{
    margin-top:15px;
  }
      .cta-section{
    justify-content:center;
  }
     .cta-section a:first-of-type {
    margin-bottom: 10px;
}
.cta-section button {
    width: 90%;
}
.cta-section {
    justify-content: center;
    flex-direction: column;
}
   .hero-ctas{
flex-direction:column;
}
  .hero-ctas button:first-of-type{
    margin-bottom:10px;
  }
  
  .desktop{
    display:none;
  }
  .hybrid-align{
    text-align:center;
  }
  

 
  .miniphone{
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    max-width:220px;
  }

}
@media only screen and (min-width:768px){
     .ctas a:nth-of-type(2) button{
    margin-left:15px;
  }
    .layout{
  display:flex;
  }
  
 .stretch{
   justify-content:stretch;
  }
 
 .space-between{
   justify-content:space-between;
  }
  .end{
    justify-content:end;
  }
  .center{
    justify-content:center;
  }
  
 .desktop-image-first{
   flex-direction:row;
  }
  .desktop-content-first{
   flex-direction:row-reverse;
  }
.copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
  }
      .desktop-image-giga{
    padding:50px;
  }
  .desktop-image-mega{
    padding:20px;
  }
.desktop-left-align{
    text-align:left;
  }
  .desktop-center-align{
    text-align:center;
  }
.desktop-giga{
    padding:40px 0;
  }
  .desktop-mega{
    padding:20px 0;
  }
  .desktop-none{
    padding: 0;
  }  
  .cta-section a:first-of-type {
    margin-right: 15px;
}

  .autopadding-d{
    padding:30px;
  }
  .giga{
  padding: 40px 0;
}
    .hero-ctas button:first-of-type{
    margin-right:10px;
  }
  .vertical-center {
    display: flex;
    margin-bottom: auto;
    margin-top: auto;
}
  h1.cro{
  font-size:2.0rem;
}
h3.cro{
  font-size:1.7rem;
}
  .miniphone{
    margin-left:auto;
    margin-right:auto;
    margin-top:60px;
    width:400px;
  }
  .content{
  padding:40px;
  margin: auto 0;
}
  .mobile{
    display:none;
  }
  .hybrid-align{
    text-align:left;
  }
  .one-two-layout, .two-one-layout, .one-one-layout{
  display:flex;
  }

.one-two-layout > div:first-of-type{
  width:55%;
}
   .hero-ctas{
  margin-left:auto;
   margin-right:auto;
    text-align:center;
}
}


@media only screen and (min-width:1600px){
  .desktop-width{
    max-width:1300px;
  }
  .miniphone{
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    width:280px;
  }
}



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


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

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

@font-face {
    font-family: 'norms';
    src: url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/TTNorms-Regular.eot');
    src: url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/TTNorms-Regular.woff2') format('woff2'),
         url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/TTNorms-Regular.woff') format('woff'),
         url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/TTNorms-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'norms';
    src: url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/TTNorms-Medium.eot');
    src: url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/TTNorms-Medium.woff2') format('woff2'),
         url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/TTNorms-Medium.woff') format('woff'),
         url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/TTNorms-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'norms';
    src: url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/TTNorms-Bold.eot');
    src: url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/TTNorms-Bold.woff2') format('woff2'),
         url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/TTNorms-Bold.woff') format('woff'),
         url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/TTNorms-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*Circuit*/

@font-face {
    font-family: 'circuit';
    src: url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/Circuit.eot');
    src: url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/Circuit.woff2') format('woff2'),
         url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/Circuit.woff') format('woff'),
         url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/Circuit.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'circuit';
    src: url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/CircuitOutlineS.eot');
    src: url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/CircuitOutlineS.woff2') format('woff2'),
         url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/CircuitOutlineS.woff') format('woff'),
         url('https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/fonts/CircuitOutlineS.ttf') format('truetype');
    font-style: italic;
}

/* 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 {
  font-family: norms, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  height: 100%;
  background-color: #fff;
  color: #000;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  font-family: norms, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #000;
}

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

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


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


h1 {
font-size:52px;
margin: 0 0 12px 0;
  color:#000;
  font-family: circuit, sans-serif;
  font-weight:400;
  line-height:56px;
}

h2 {
font-size:36px;
margin: 0 0 12px 0;
  color:#000;
  font-family: circuit, sans-serif;
  font-weight:400;
  line-height:40px;
  letter-spacing: normal !important;
}

/* Basic text */
p {} 
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 a, h2 a, h3 a, h4 a, h5 a, h6 a {}


h3 {
  font-size: 28px;
  font-weight:400;
}
h4 {
   font-size: 28px;
  line-height: 1.4736842105;
}
h5 {
   font-size: 28px;
  line-height: 1.4736842105;
}
h6 {
   font-size: 26px;
  line-height: 1.5;
}

/* Anchor Links */
a {
  color: #0055ff;
  text-decoration:none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s; 
  cursor: pointer;
}
a:hover, a:focus { }

/* Lists */
ul, ol {
  margin: 0 0 10px;
  padding-left: 25px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

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

.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  z-index: 1500;
  height:61px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-shadow: 0 0 4px rgba(24, 35, 62, 0.15);
  box-shadow: 0 0 4px rgba(24, 35, 62, 0.15)
}
.cm-home-layout .custom-header {
  background-color: transparent;
  box-shadow: none;
}
.co-landing-layout .custom-header {
  position: relative;
}
.scroll.cm-home-layout .custom-header{
  background-color:#fff;
  -webkit-box-shadow: 0 0 4px rgba(24, 35, 62, 0.15);
  box-shadow: 0 0 4px rgba(24, 35, 62, 0.15) 
}
.custom-header .page-center {
  max-width: 100% !important;
}

.custom-header-logo {
  width: auto !important;
  padding-top: 15px;
  padding-left: 24px;
}
.custom-header-logo img {
  width: 142px;
}

.cm-header-login {
  width: auto !important;
  margin-left: 0 !important;
  float: right !important;
}

.cm-header-login a:first-child {
  margin-top: 11px;
  margin-right: 8px;
  display: inline-block;
  padding: 12px 8px 9px;
  font-weight: 600;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #0055ff;
  color: #fff;
  position: relative;
  min-width: 120px;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  border: 1px solid #0055ff;
  border-radius: 4px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.cm-header-login a:first-child:hover{
  background-color: #0f4bc2;
  border-color: #0f4bc2; 
}
.cm-header-login a:last-child {
  color: #000;
  min-width: auto;
  margin-top: 11px;
  margin-right: 8px;
  padding: 12px 8px 9px;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
  vertical-align: middle;
  text-align: center;
  outline: none;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

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

.cm-home-layout .cm-inner-banner-area a.second-btn {
  color: #0055ff;
  background-color: #ffffff;
  margin-left: 25px;
  margin-right: 25px;
}
.cm-home-layout .cm-inner-banner-area a.second-btn:hover {
  color: #ffffff;
  background-color: #0055ff;
}

.body-container-wrapper {}
.body-container {

}
.body-container .page-center{ 
  padding: 48px 24px;
  max-width:1000px !important;
}
.banner-area {
  position: relative;
  overflow: hidden;
  color: #000;
  margin-top: -1px;
  background-color: #ffffff;
}

.cm-banner-image {
  height: 100vh;
  width: 100vw;
  min-height: 550px;
  max-height: 1100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.landing-layout-row1 .cm-banner-image {
  height: 50vh;
  width: 100vw;
  min-height: 350px;
  max-height: 1100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.text-banner-image {
  height: 500px;
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.banner-area .page-center {
  color: #000;
  text-align: left;
  padding: 0 40px;
  line-height: 1.4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1230px !important;
  margin: 0 auto !important;
  position: absolute;
  width: 100%;
}
.cm-home-layout .banner-area .page-center {
  text-align: center;
  transform: translate(-50%,-60%)
  -webkit-transform: translate(-50%,-60%);
}
.landing-layout-row1 .banner-area .page-center {
    text-align: center;
}
.banner-title h1 {
  font-size: 3rem;
  line-height: 1.1;
  font-family: circuit, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1px;
  color: #000;
}
.banner-subtitle h2 span,
.banner-title h1 span{
  display:block; 
}
.banner-subtitle h2 {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 650px;
  margin-top: 16px;
  font-weight: 400;
  font-family: norms, sans-serif;
  text-transform: none;
  letter-spacing: 0;
}
.cm-home-layout .banner-title h1 {
  font-size: 4.25rem;
}
.cm-home-layout .banner-subtitle h2 {
  font-size: 1.125rem;
  line-height: 1.33;
}
.cm-inner-banner-area a {
  border: 1px solid;
  border-radius: 3px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  margin: 32px 0;
  background-color: #0055ff;
  border-color: #0055ff;
  color: #fff;
  width: auto;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  min-width: 120px;
  padding: 16px 16px 14px;
  vertical-align: middle;
  text-align: center;
  outline: none;
  cursor: pointer;
  overflow: visible;
  font-weight: 600;
  line-height: 1;
}
.cm-home-layout .cm-inner-banner-area a {
  margin: 8px auto 16px;
}
.banner-text-cta a {
  border: 1px solid;
  border-radius: 3px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  margin: 8px 0;
  background-color: #0055ff;
  border-color: #0055ff;
  color: #fff;
  width: auto;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  min-width: 240px;
  padding: 16px 16px 14px;
  vertical-align: middle;
  text-align: center;
  outline: none;
  cursor: pointer;
  overflow: visible;
  font-weight: 600;
  line-height: 1;
}

.cm-inner-banner-area a:hover{
  background-color: #0f4bc2;
  border-color: #0f4bc2; 
}
.cm-home-layout .banner-subtitle h2{
  margin-left: auto;
  margin-right: auto;
}
.cm-column-container * {
  min-height: 0 !important;
}

.banner-video {
  position: relative;
  overflow: hidden;
  color: #000;
  margin-top: -1px;
  background-color: #ffffff;
}

.video-banner-image {
  height: 100vh;
  width: 100vw;
  min-height: 550px;
  max-height: 1100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.banner-video .page-center {
  color: #000;
  text-align: center;
  padding: 0 40px;
  line-height: 1.4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1020px !important;
  margin: 0 auto !important;
  position: absolute;
  width: 100%;
}
.cm-inner-banner-video .videocta {
  font-family: circuit, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.9;
  text-decoration: none;
  position: relative;
  vertical-align: middle;
  outline: none;
  overflow: visible;
  margin-top: 20px;
}
.cm-inner-banner-video a:hover{
  text-decoration: underline; 
}
.videocta img {
  width: 45px;
  margin-right: 15px;
}
.banner-video .page-center .cm-inner-banner-video{
  text-align:left; 
}
.visible-mobile {
  display: none;
}

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


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

.footer-container-wrapper {}
.footer-container {}
.custom-footer {
  position: relative;
  padding: 16px 24px;
  background-color: #000333;
  color: #fff;
}

.custom-footer .page-center {
  padding: 0 24px;
}

.custom-footer .page-center > .row-fluid-wrapper {
  margin-left: -24px;
}
.mr {
  margin-right: 16px !important;
}
.app-download-icons--small .svg svg {
  width: 117px;
  height: 38px;
}
.custom-bottom-footer {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  text-align: left;
  padding: 32px 0;
}

.cm-footer-fitness {
  width: 50% !important;
  padding-left: 24px;
}

.custom-footer-links {
  width: 50% !important;
  padding-left: 24px;
  margin-left: 0 !important;
}

h5.footer__header.mt0 {
  margin: 0 0 16px;
  text-transform: none;
  color: #fff;
}

ul.app-download-icons.app-download-icons--small {
  line-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

ul.app-download-icons.app-download-icons--small li {
  display: inline-block;
  padding: 0 16px 16px;
  font-weight: 700;
}
.download-appstore__line, 
.download-playstore__line {
  fill: #ffffff;
}
.download-appstore__border,
.download-playstore__border {
  stroke: #ffffff;
}
ul.cm-footer-social-icons{
  margin:0;
  padding:0;
  list-style:none;
  display:block;
}

ul.cm-footer-social-icons li {
  display: inline-block;
  padding: 0 8px 0;
  font-weight: 700;
}

ul.cm-footer-social-icons li a {
  color: #7b8194;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-size: auto 100%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
}
.icon--fb-white {
  background-image: url(//1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass_November2018%20Theme/Images/p%C3%AD%C3%AB.svg);
}
.icon--tw-white {
  background-image: url(//1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass_November2018%20Theme/Images/%C3%80%C3%88%C3%AB.svg);
}
.icon--ig-white {
  background-image: url(//1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass_November2018%20Theme/Images/insta.svg);
}
.icon--pt-white {
  background-image: url(//1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass_November2018%20Theme/Images/pint.svg);
}
.icon--sp-white {
  background-image: url(//1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass_November2018%20Theme/Images/p%C3%AD.svg);
}
.icon--tb-white {
  background-image: url(//1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass_November2018%20Theme/Images/tumblr.svg);
}
.custom-footer-copyright-menu ul {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin: 24px 0 0 16px !important;
}

.custom-footer-copyright-menu ul li {
  padding: 0px 11.7px 0 0px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.custom-footer-copyright-menu ul li a {
  color: #7b8194;
}

.custom-footer-menu ul {
  width: 100%;
}

.custom-footer-menu .hs-menu-wrapper >  ul > li {
  width: 33.3333333% !important;
  padding-left: 24px;
}

.custom-footer-menu {
  padding: 16px 0 17px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  cursor: text;
  font-size: 1.1875rem;
  font-family: norms, sans-serif;
  font-weight: 600;
  line-height: 1.4736842105;
  color: #fff;
  margin: 16px 0 16px;
}

.custom-footer-menu .hs-menu-wrapper ul ul > li > a {
  display: inline-block !important;
  color: #7b8194;
  margin-bottom: 8px;
}

/* =============== Floating Right Form =============== */

.hoverbg .page-center {
  max-width: 1230px !important;
}
.hoverbg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
  min-height: 100vh !important;
}
.righthovercol {
  background-color: #fff;
  padding: 30px;
}
.righthovercol h2 {
  font-family: circuit,sans-serif;
  font-weight: 400;
  font-size: 2rem;
  margin: 15px 0;
}
.righthovercol select { 
  border-radius: 3px;
  background: url(https://1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass%20Logos,%20Fonts,%20Headers%20and%20Titles/up-down-select-arrows.png) 100% 50% no-repeat;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  padding: 10px 7px 7px;
}
.righthovercol .hs-form-required {
  display:none;
}
.lefthovercol {
margin-bottom: 58%;
}
.legalcopy {
  
}


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


/* =============== Custom Menu Primary =============== */
/* CRO CODE*/
  .custom-header [aria-label="Navigation Menu"] .hs-menu-depth-2:hover {
    background-color: #c0e0ff;
    /* cursor: pointer; */
}

.custom-menu-primary .hs-menu-wrapper {
position: absolute;
right: 0;
}

@media only screen and (min-width:991px){
.header-container-wrapper .hs-item-has-children::after {
    color: #05f;
    content: ' ▾';
    margin-left: 5px;
}
  ul.hs-menu-children-wrapper {
    top: 40px;
}

.header-container-wrapper .hs-menu-depth-2 {
    font-size: 1rem;
    padding: 20px 20px;
    background-color: #eef5fb;
    padding-top: 18px;
    width: 200px;
    font-weight: 500;
}
  .header-container-wrapper .hs-menu-depth-2 a{
    color:black;
  }
  .header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
    margin-bottom:10px;
    background-color: #05f;
     padding: 6px 20px;
    border-radius: 50px;
    color: white;
    margin-top: -6px;
  }
  
}
@media only screen and (max-width:991px){
  .header-container-wrapper .hs-menu-item hs-menu-depth-2 active active-branch{
    color:#05f;
  }
  .header-container-wrapper .hs-menu-wrapper > ul ul li a {
    text-indent: 0px;
}
  .header-container-wrapper .hs-menu-children-wrapper{
    display:inline!important;
    color:#05f;
  }
  .header-container-wrapper .hs-menu-wrapper > ul ul li a {
    text-indent: 0px;

  }
}
@media only screen and (max-width:600px){
  .hero input.hs-button.primary.large{
    width:100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(odd) {
    background-color: #f7f7f7!important;
}
}
/* END CRO CODE*/
.custom-menu-primary {
  font-size: 1rem;
  line-height: 1.5;
  margin: 19px 0 0 40px !important;
  width: auto !important;
}
.custom-menu-primary .hs-menu-wrapper > ul{
  display:block; 
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-right: 28px;
  padding-bottom: 15px;
  border-bottom: 2px solid transparent;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}


/* 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:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active {
    border-bottom: 2px solid #000;
  }
}


.globediv {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.lang_switcher_class {
  float: right;
}
.lang_list_class {
  width: 200px;
}


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

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

@media (max-width: 991px){
  .cm-header-login a:first-child{
    display:none !important; 
  }
  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    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: 0;       /**************************************/
    width: 43px;
    height: 50px; 
    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; 
    background-image: url('//1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass_November2018%20Theme/Images/Canvas.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50%;
    z-index:999;
  }


  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    background-image: url('//1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass_November2018%20Theme/Images/Group.svg');
    background-size: 12px;
    background-position: 50%;
  }

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

  /* 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: fixed;
    top: 50px;
    left: 0;
    padding: 0;
    height: calc(100vh - 50px);
    background-color:#fff;
    overflow-y:auto !important;
  }
  .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{
    color: #000;
    padding: 24px 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight:400;
    font-family: norms,sans-serif;
  }
  .custom-header-logo {
    padding-top: 9px;
    padding-left: 16px;
  }
  .cm-header-login a:last-child {
    margin-top: 5px;
  }
  /* Level 1 and Higher Menu List Styles */
  .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{
  }

  /* 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. LANDING PAGE/BLOG                                        
========================================================================== */


/* =============== General Landing Page Styles =============== */

/* Landing Page Format */
.lp-header-bg {
    background-color: #14192e;
    padding: 15px;
}
.refer-banner {
    background-size: cover !important;
    background-position: 100% 50% !important;
    background-repeat: no-repeat !important;
    min-height: 300px !important;
    margin-top: 60px;
}
.refer-banner .section-header {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 300px;
}
.lp-footer-bg {
    padding-top: 28px;
    background-color: #f4f7f9;
}
.lp-footer-bg .page-center {
    max-width: 1230px !important;
    padding: 0 30px;
}
.lp-copyright {
    padding: 20px 9px 9px;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 15px;
}
@media (max-width: 991px) {
  .refer-banner {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .refer-banner img {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .refer-banner h1 {
    font-size: 2em;
  }
  .refer-banner, .refer-banner .section-header {
    min-height: 200px !important;
  }
}

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

/* Blog Post and Listing Body Class */
.blog .body-container .page-center{
  max-width: 1336px !important; 
}

/* 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 */
.post-header h2 {}
.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin:0 0 30px;
  padding:0 0 30px;
}
.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-width: 210px;
  height: auto;
  width: auto;
  display: block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display:block;
  margin:15px 0;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display:inline-block;
  padding-right:7px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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

.blog .blog-sidebar .cell-wrapper{
  margin:0 0 30px;
}

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

/*Author Page*/
.hs-author-profile {
  margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  margin: 10px 0;
}
.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}
.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}
h3.hs-author-listing-header {}


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


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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
}

/* 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 {
  margin:0 0 12px;
  width: 100%;
  background: #fff;
  display:block;
  font-size: 16px;
  border: 1px solid #d6d9e2;
  border-radius: 6px;
  padding: 11px 8px 8px;
  vertical-align: middle;
  box-shadow: none;
  line-height:nomal;
  font-weight:400;
  font-family:norms, sans-serif;
  color:#000;
}
.hs-input.invalid.error {
  border-color: #ea203e;
}
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"] { margin-right: 7px; }

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

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

/* Error */
.hs-error-msgs label{
  color: red;
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* 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="submit"] {
  margin-top: 15px;
}
#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;
  background-color: #0055ff;
  color: #fff;
  font-size: 1rem;
  margin:8px 0 0;
  padding: 12px 20px 10px;
  font-weight: 600;
  line-height: 1;
  font-family:norms, sans-serif;
  border: 1px solid #0055ff;
  border-radius: 3px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #0f4bc2;
  border-color: #0f4bc2;
}

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.landing-page.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 50%;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul{
  padding:0 0 15px; 
}

.grecaptcha-badge {
  margin: 10px 0;
}
input[type="search"]{
  -webkit-appearance: none; 
}

.hs-search-field__bar{
  max-width: 600px;
}
.cm-site-search .custom-header-wrapper,
.error-template.one-column .custom-header-wrapper, 
.password-template.one-column .custom-header-wrapper, 
.subscription-template.one-column .custom-header-wrapper{
  min-height:61px !important; 
}

/* Home Page Styling */

.cm-partner h2,
.why-video {
  text-align: center;
}
.cm-partner {
  padding: 72px 32px;
  max-width: 1000px;
  margin: 0 auto;
}
.cm-partner .page-center{
  padding:0 !important; 
}
.cm-partner-inner-grp {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 48px 0 32px;
}

.cm-partner-inner {
  flex: 1 1;
  text-align: center;
  margin: 0 16px;
  border: 0;
}

.cm-partner-inner img {
  width: 25%;
  margin-bottom: 16px;
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
}
.cm-partner-grp .why-video img {
  max-width: 850px;
  width: 100%;
  cursor: pointer;
}

.cm-partner-inner h3 {
  font-size: 1.1875rem;
  margin-bottom: 16px;
  line-height: 1.3333333333;
  font-family: norms, sans-serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
}
.cm-partner-inner p {
  color: #7f7f7f;
}
.cm-image-content-grp {
  padding: 48px 24px;
}
.cm-image-offset-grp.above {
  padding-top: 48px;
}
.cm-image-offset-grp.below {
  padding-bottom: 48px;
}
.cm-image-content-grp .page-center {
  padding: 0;
}
.cm-image-content-inner.row-fluid,
.cm-image-offset-inner.row-fluid,
.cm-feature-inner.row-fluid,
.cm-rating-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; 
}
.image-position-right .cm-image-content-inner.row-fluid,
.image-position-right .cm-image-offset-inner.row-fluid {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; 
}
.cm-image-content-inner.row-fluid:before, 
.cm-image-content-inner.row-fluid:after,
.cm-image-offset-inner.row-fluid:before,
.cm-image-offset-inner.row-fluid:after,
.cm-feature-inner.row-fluid:before,
.cm-feature-inner.row-fluid:after,
.cm-rating-inner:before,
.cm-rating-inner:after {
  content: none;
}
.module-col.col-right {
  padding: 16px;
  text-align: left;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-text-col, .module-col.col-right.form-text-col {
  padding: 0 16px;
}
.module-col.col-right h2 {
  font-size: 2rem;
  line-height: 1.125;
  margin-bottom: 16px;
  font-family: circuit, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1px;
}

.module-col.col-right p {
  margin: 0;
}
.cm-image-content-grp .module-col,
.cm-image-offset-grp .module-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 16px);
  flex: 0 0 calc(50% - 16px);
}
.module-col.col-right a, .module-col.col-left a {
  margin-top: 24px !important;
  background-color: #0055ff;
  border-color: #0055ff;
  color: #fff;
  padding-top: 16px;
  padding-bottom: 14px;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  min-width: 120px;
  padding: 16px 16px 14px;
  vertical-align: middle;
  text-align: center;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  overflow: visible;
  border: 1px solid #0055ff;
  border-radius: 3px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.module-col.col-right a:hover{
  background-color: #0f4bc2;
  border-color: #0f4bc2; 
}

.image-position-left .col-left.offset {
  transform: translateX(-60px);
}

.image-position-right .col-left.offset {
  transform: translateX(60px);
}

.cm-rating-title h2 {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 1.125;
  font-family: circuit, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  width: auto;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.cm-rating-form-wrapper {
  padding: 72px 32px;
}

.cm-rating-form-wrapper .page-center {
  padding: 0;
}

.cm-rating-form h3 {
  margin: 0;
}

.cm-rating-form p {
  color: #ffffff;
  margin: 0;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  opacity: 0.6;
  text-align: left;
}

.cm-rating-form form {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  border: 1px #fff solid;
}
.cm-rating-title, .cm-rating-form, .cm-rating-form .hs_email {
  flex: 1;
}
.cm-rating-form {
  padding-left: 15px;
}
.cm-rating-form > span > div {
  position: relative;
  max-width: 770px;
  margin: 0 auto;
}
.cm-rating-form input[type="email"] {
  color: #ffffff;
  background-color: #0055ff;
  border: 0;
  border-radius: 0;
  padding: 11px 11px 8px;
  margin: 0;
}
.cm-rating-form input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}
.cm-rating-form input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
.cm-rating-form input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}
.cm-rating-form input::-webkit-input-placeholder,
.cm-rating-form input::-moz-input-placeholder,
.cm-rating-form input::-ms-input-placeholder,
.cm-rating-form input:-moz-input-placeholder {
  color: #ffffff;
}
.cm-rating-form .hs-error-msgs label {
  color: #ffffff;
  font-weight: 700;
}
.cm-rating-form input[type="submit"] {
  background-color: #ffffff;
  color: #0055ff;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 12px 20px;
}
.cm-rating-form .hs-form-field > label{
  display:none; 
}
.cm-rating-form .hs_error_rollup {
  display: none;
}
.cm-rating-form .submitted-message {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}
.pricing-faq li {
  padding: 24px 0;
  cursor: pointer;
  line-height:1;
  font-size: 1.1875rem;
  border-bottom: 1px solid #d6d9e2;
}
.pricing-faq li:first-child {
  padding-top: 0; 
}
.pricing-faq li:last-child {
  border-bottom: none;
}
.cm-accordian .page-center {
  padding: 72px 24px !important;
}
.cm-accordian ul {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}
.cm-accordian h2 {
  margin-bottom: 48px;
  text-align: center;
}

.cm-accordian p {
  margin: 16px 0 0;
  color: #7b8194;
  font-family: norms, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  display: none;
}
.cm-accordian .active p{
  display:block; 
}
.pricing-faq__arrow {
  float: right;
  position: relative;
  width: 18px;
  height: 18px;
  font-size: 1.1875rem;
  font-family: norms, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-left: 24px;
}
.pricing-faq__arrow::before,
.pricing-faq__arrow::after{
  content: "";
  position: absolute;
  background-color: #000333;
  transition: transform 0.25s ease-out;
}
/* Vertical line */
.pricing-faq__arrow::before{
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
/* horizontal line */
.pricing-faq__arrow::after{
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.active .pricing-faq__arrow::before{
  transform: rotate(90deg);
}
.active .pricing-faq__arrow::after {
  transform: rotate(180deg);
}
.cm-feature-detail-wrapper h3 {
  font-size: 2rem;
  line-height: 1.125;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  font-family: norms, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-weight: 500;
}
.cm-feature-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 15px 8px 0;
}
.cm-feature-type.active, .cm-feature-type span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.features__details__overview.active {
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.features__details__overview {
  display: none;
}
.features__details__overview__img img.active {
  opacity: 1;
}
.features__details__overview__img img:first-child {
  opacity: 1;
}
.cm-feature-detail-wrapper .page-center {
  padding: 57px 0 0;
}
.features__details__overview__img {
  background-image: url(//1935467.fs1.hubspotusercontent-na1.net/hubfs/1935467/ClassPass/images/phone_background.png);
  background-repeat: no-repeat;
  background-size: 300px auto;
  background-position: 50% 61px;
  width: 300px;
  height: auto;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.features__details__overview__inner {
  height: 400px;
  width: 273px;
  margin-left: 1px;
}

.features__details__overview__img img {
  width: 273px;
  position: absolute;
  transition: opacity .3s;
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
  border: 0;
  opacity: 0;
  clip: rect(0px,275px,405px,0px);
}

.features__details__overview__txt {
  padding-top: 61px;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.features__details__overview__txt h4 {
  color: #ffffff;
  font-family: 'Circuit',sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.05;
}
.features__details__overview__txt > ul {
  max-width: 370px;
  margin:0;
  padding:0;
  list-style:none;
}
.features__details__overview__txt > ul > li {
  padding: 14px 0;
  cursor: pointer;
}
.features__details__overview__txt h5{
  font-family: norms, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  color: rgba(255,255,255,0.7);
  margin:0;
}
.features__details__overview__txt>ul:not(:hover)>li:first-child h5,
.features__details__overview__txt>ul>li:hover h5 {
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  margin-bottom: 0;
  font-family: norms, sans-serif;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: #ffffff;
}
.features__details__overview__txt>ul:not(:hover)>li:first-child p,
.features__details__overview__txt>ul>li:hover p {
  color: #ffffff;
  font-family: norms, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.hs-content-id-8269696126 .banner-subtitle h2, .hs-content-id-8269696126 .banner-title h1,
.hs-content-id-8270824978 .banner-subtitle h2, .hs-content-id-8270824978 .banner-title h1,
.hs-content-id-8272140365 .banner-subtitle h2, .hs-content-id-8272140365 .banner-title h1,
.hs-content-id-6588047930 .banner-subtitle h2,
.hs-content-id-6588047930 .banner-title h1 {
  color: #fff;
}
.features__details__overview__txt li p {
  margin: 0;
  color: rgba(255,255,255,0.7);
}
.features__details__overview__txt li:hover p {
  color: #ffffff;
}
.cm-partner-slider,
.cm-customer-slider {
  text-align: center;
}
.cm-partner-slider-grp .page-center,
.cm-customer-slider-grp .page-center {
  padding: 72px 24px !important;
}
.cm-partner-slider h2,
.cm-customer-slider h2 {
  margin-bottom: 32px;
  text-align: center;
  font-family: norms, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 2rem;
  line-height: 1.125;
}
.testimonials__item-inner {
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  font-family: norms, sans-serif;
}

.cm-customer-slider blockquote {
  font-size: 2rem;
  margin: 0 0 32px;
  font-weight: 700;
  color: #03f;
  padding: 0;
  font-family: norms, sans-serif;
}

.cm-customer-slider blockquote:before {
  content: '\201C';
  display: block;
  height: 41px;
  line-height: 1;
  font-size: 87px;
}

.testimonials__item__source h3 {
  font-size: 1.1875rem;
  margin-bottom: 8px;
  line-height: 1;
  font-family: norms, sans-serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.testimonials__item__source p {
  margin: 0;
  color: #7b8194;
}

.testimonials__item__source {
  margin-bottom: 32px;
}
.cm-customer-slider a {
  background-color: #0055ff;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  min-width: 120px;
  margin: 0;
  padding: 12px 40px 10px;
  vertical-align: middle;
  text-align: center;
  outline: none;
  cursor: pointer;
  overflow: visible;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #0055ff;
  border-radius: 3px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.cm-customer-slider a:hover {
  background-color: #0f4bc2;
  border-color: #0f4bc2;
}
.resource-slider a:hover {
  background-color: #0055ff;
  border-color: #0055ff;
  color: #fff;
}
.cm-partner-slider span.isvg.loaded.svg,
.cm-customer-slider span.isvg.loaded.svg {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
}
.cm-partner-slider span.isvg.loaded.svg svg,
.cm-customer-slider span.isvg.loaded.svg svg {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
}
.cm-partner-slider span.isvg.loaded.svg svg path,
.cm-customer-slider span.isvg.loaded.svg svg path {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
  stroke: #000;
}
.resource-slider.slick-dotted.slick-slider {
  margin: 0;
}
.resource-slider-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.resource__item {
  padding: 250px 24px 120px;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}
.resource-slider h2 {
  color:#fff;
  margin-bottom: 32px;
  text-align: center;
  font-family: circuit, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 3.375rem;
  line-height: 1.125;
}
.resource-slider a {
  background-color: #fff;
  color: #0055ff;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  margin: 0 0 64px;
  padding: 14px 30px 12px;
  vertical-align: middle;
  text-align: center;
  outline: none;
  cursor: pointer;
  overflow: visible;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.resource-slider .slick-dots {
  top: 80%;
}

.cm-fitness-goal .page-center {
  padding: 72px 24px !important;
}
.cm-fitness-goal, .cm-partner-logo-inner {
  text-align: center; 
}
.cm-fitness-goal h2 {
  margin-bottom: 32px;
}

.cm-fitness-goal h1 {
  font-size: 62px;
  font-family: circuit, sans-serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0;
}

.cm-fitness-goal p {
  color: #7b8194;
  font-family: norms, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 0 32px;
}
.cm-partner-logo .page-center {
  padding: 72px 24px
}
.cm-partner-logo .cm-partner-logo-header {
  max-width: 550px;
  margin: 0 auto 40px;
}
.partner-logo-image {
  width: 100%;
}

.cm-ready-grp {
  padding: 72px 24px;
  text-align: center;
}

.cm-ready-grp .page-center {
  padding: 0;
}

.cm-ready {
  max-width: 750px;
  margin: 0 auto;
  padding: 16px;
}

.cm-ready a{
  background-color: #0055ff;
  color: #fff;
  padding-right: 40px;
  padding-left: 40px;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  min-width: 120px;
  margin: 0;
  padding: 12px 16px 10px;
  vertical-align: middle;
  text-align: center;
  outline: none;
  cursor: pointer;
  overflow: visible;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #0055ff;
  border-radius: 3px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.cm-ready a:hover{
  background-color: #0f4bc2;
  border-color: #0f4bc2;
}
.simple-hero {
  padding: 72px 24px 0px;
  text-align: center;
}

.simple-hero__content {
  max-width: 750px;
  margin: 0 auto;
  padding: 16px 16px 0;
}

.simple-hero .page-center {
  padding: 0 !important;
}

.simple-hero__content p {
  margin: 0;
}
.cm-partner-slider blockquote{
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 0 32px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #05f;
  padding:32px 0 0;
  font-family: circuit, sans-serif;
}
.testimonial__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 224px;
  height: 54px;
}

.testimonial__logo img {
  display: inline-block !important;
  max-width: 224px;
  max-height: 54px;
  vertical-align: middle;
}

.testimonials__item.slick-slide {
  position: relative;
}
.cm-partner-slider blockquote:before{
  content: '';
  display: block;
  height: 41px;
  font-size: 64px;
  line-height: 1; 
  font-size: 87px;
}
.cm-partner-slider .slick-dots li.slick-active button:before{
  color: #05f !important;
}

/* SlickJS CSS */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}
.features__details__overview__txt .slick-dots li button:before,
.features__details__overview__txt .slick-dots li.slick-active button:before,
.resource-slider .slick-dots li button:before,
.resource-slider .slick-dots li.slick-active button:before {
  color: white !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.cs-ebooks-wrapper {
  padding: 0 16px 60px;
  max-width: 850px;
  margin: 0 auto;
}
.cs-ebooks-title {
  border-bottom: 1px solid #D6D6D6;
  display: none;
  justify-content: center;
  padding: 24px;
}
.cs-ebooks-title.scroll {
  position: fixed;
  top: 61px;
  left: 50%;
  transform: translate(-50%,0);
  background: #ffffff;
  width: 100%;
  border: 0;
  padding: 16px;
}
.cs-ebooks-title-item a {
  font-family: norms, sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #999999;
  margin: 0 16px;
}
.cs-ebooks-title-item a:hover {
  text-decoration: underline;
}
.cs-ebooks-title-item.active {
  color: #0055ff;
  text-transform: decoration;
}
.cs-ebooks-container {
  padding: 60px 0 0;
}
.cs-ebooks-container h3 {
  font-family: Circuit, sans-serif;
  font-size: 2.625rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #000333;
  text-align: center;
}
.cs-ebooks-inner {
  padding: 32px 0 8px;
  border-bottom: 1px solid #D6D6D6;
  display: none;
  height: 0;
  opacity: 0;
}
.cs-ebooks-inner-wrapper {
  display: flex;
  flex-direction: row;
}
.cs-ebooks-inner:nth-child(-n+4),
.cs-ebooks-inner.active {
  display: block;
  height: auto;
  opacity: 1;
}
.cs-ebooks-type-button {
  padding-left: 16px;
  padding-bottom: 16px;
  flex: 0 0 auto;
}
.cs-ebooks-type-button img {
  height: 13px;
  vertical-align: text-top;
}
.cs-ebooks-type {
  font-size: 1.125rem;
  overflow: auto;
  width: 100%;
}
.cs-ebooks-type h4 {
  font-size: 1.25rem;
  font-weight: 500;
  max-width: 650px;
}
.cs-ebooks-type h4 span {
  font-weight: 300;
}
.cs-ebooks-type p {
  max-width: 650px;
}
.cs-ebooks-expand-btn {
  margin: 36px auto;
  text-align: center;
}
.cs-ebooks-expand-btn span {
  font-size: 0.875rem;
  color: #0055ff;
  padding: 12px 20px;
  border: 1px solid #0055ff;
  border-radius: 3px;
  display: inline-block;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  cursor: pointer;
}
.cs-ebooks-expand-btn span:hover {
  background-color: #0055ff;
  color: #fff;
}

.ac-BlogWrapper h2 {
  text-align: center;
}
.ac-BlogContainer {
  display: flex;
}
.ac-BlogPost {
  padding: 20px;
  flex: 1;
}
.ac-BlogImage {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.ac-Title {
  font-family: TT Norms;
  font-size: 20px;
  line-height: 1.4;
  color: #000333;
  font-weight: 500;
  margin-top: 15px;
}
.ac-BlogInner p {
  font-family: TT Norms;
  font-size: 16px;
  line-height: 1.5;
  color: #000333;
}
.ac-cta {
  text-align: center;
}
.ac-cta a {
  font-size: 0.875rem;
  color: #0055ff;
  padding: 12px 35px;
  border: 1px solid #0055ff;
  border-radius: 3px;
  display: inline-block;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 991px){
  .cm-header-login a:last-child {
    margin-right: 45px; 
  }
  .custom-header{
    height: 50px; 
  }
}
@media (max-width: 943px) {
  .custom-bottom-footer {
    font-size: 0.75rem;
    line-height: 1.3333333333;
    text-align: left;
    padding: 32px 0 30px;
  }
}


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

@media (max-width: 767px) {
  .landing-page.one-column .body-container form, 
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }
  .cm-header-login {
    position: absolute;
    top: 0;
    right: 0;
  }
  .custom-header{
    height:50px; 
  }
  .hs-search-field__bar{
    max-width: 100%	;
  }
  .subscribe-options label{
    margin:0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  }    
  .body-container .page-center{
    padding: 48px 32px; 
  }
  .custom-footer-links,
  .cm-footer-fitness {
    width: 100% !important;
  }
  .custom-footer-copyright-menu ul li {
    width: auto !important;
    display: inline-block !important;
  }
  .custom-footer {
    padding: 16px 0;
  }
  .custom-footer-links {
    margin: 16px auto !important;
  }
  ul.cm-footer-social-icons li:first-child {
    margin: 0 0 0 -16px;
  }
  .custom-footer-copyright-menu ul {
    margin: 0 !important;
  }
  .custom-footer-copyright-menu ul li {
    padding: 16px 8px 0 0px;
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
  .custom-bottom-footer {
    padding: 32px 0;
  }
  ul.cm-footer-social-icons li {
    padding: 16px 8px 0;
  }
  h5.footer__header.mt0 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .custom-footer-menu .hs-menu-wrapper ul ul > li:last-child > a {
    margin-bottom: 16px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: calc(50% - 4px) !important;
    display: inline-block !important;
    vertical-align: top;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li > a {
    margin: 32px 0 16px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .custom-footer-menu {
    padding: 16px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 1.0625rem;
    line-height: 1.4117647059;
  }
  .custom-menu-primary.js-enabled {
    width: auto !important;
    display: inline-block;
    margin-left:0 !important;
  }
  .custom-header-logo {
    display: inline-block !important;
  }
  .custom-header-logo img {
    width: 40px;
  }
  .cm-home-layout .banner-area .page-center {
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    position: relative;
    padding: 28px 20px;
  }
  .banner-subtitle h2 {
    font-size: 1.0625rem;
    line-height: 1.4117647059;
  }
  .cm-home-layout .banner-title h1 {
    font-size: 3rem;
  }
  .cm-inner-banner-area a {
    font-size: 1.0625rem;
    margin: 0 auto;
    width: 240px;
  }
  .cm-inner-banner-area {
    transform: translateY(20px);
    text-align: center;
  }
  .cm-home-layout .cm-inner-banner-area {
    transform: none;
  }
  .cm-home-layout .cm-banner-image {
    height: 275px;
    min-height: 275px;
  }
  .banner-subtitle h2 span,
  .banner-title h1 span {
    display: inline;
  }
  .cm-partner {
    padding: 48px 32px;
  }
  .cm-partner-inner {
    flex: 1 0 100%;
    margin: 16px;
  }
  .cm-partner-inner-grp {
    flex-direction: column;
  }
  .cm-partner-inner img {
    width: 25%;
  }
  .cm-image-content-inner.row-fluid,
  .cm-image-offset-inner.row-fluid,
  .cm-rating-inner {
    display: block;
  }
  .image-position-left .col-left.offset,
  .image-position-right .col-left.offset {
    transform: none;
  }
  .cm-image-offset-grp.above,
  .cm-image-offset-grp.below {
    padding: 0;
  }
  .cm-image-content-grp {
    padding: 32px 16px;
  }
  .cm-image-content-grp .page-center{
    padding: 0 !important;
  }
  .cm-image-content-grp .module-col.col-right,
  .cm-image-offset-grp .module-col.col-right {
    display: block;
    text-align: center;
    padding: 24px 0 0;
  }
  .module-col.col-right a {
    font-size: 1.0625rem;
  }
  .cm-rating-form-wrapper .page-center {
    padding: 0 !important;
  }
  .cm-rating-form-wrapper {
    padding: 48px 32px;
  }
  .cm-rating-form p, .cm-rating-title h2,
  .cm-rating-form .submitted-message {
    text-align: center;
  }
  .cm-rating-form form {
    overflow: hidden;
  }
  .cm-rating-form .hs-form {
    margin-bottom: 0;
  }
  .cm-rating-form {
    padding-left: 0;
  }
  .cm-accordian .page-center {
    padding: 32px 16px !important;
  }
  .cm-accordian h2 {
    margin-bottom: 32px;
  }
  .pricing-faq li {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .cm-feature-detail-wrapper .page-center {
    padding: 0;
  }
  .cm-feature-detail-wrapper h3 {
    max-width: 360px;
    margin: 0 auto 16px;
    padding: 0;
  }
  .features__details__overview.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-wrap: wrap;
    height: auto;
  }
  .features__details__overview__img img {
    position: relative;
    opacity: 1;
  }
  .cm-feature-type {
    background-color: #251b9e;
  }
  .cm-feature-type.active {
    background-color: #0055ff;
  }
  .features__details__overview__img {
    background-position: 50% 0;
    margin: 0 auto;
    padding-top: 40px;
  }
  .features__details__overview__txt {
    text-align: center;
  }
  .features__details__overview__txt ul {
    margin: 0 auto;
  }
  .features__details__overview__txt h5 {
    margin-bottom: 8px !important;
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
    color: #ffffff;
  }
  .features__details__overview__txt li {
    padding: 16px 0;
    cursor: pointer;
    text-align: center;
  }
  .features__details__overview__txt li p {
    margin-bottom: 16px;
    color: #ffffff;
    padding: 0 24px;
  }
  .cm-partner-slider-grp .page-center {
    padding: 32px 24px !important;
  }
  .cm-customer-slider-grp .page-center {
    padding: 32px 16px !important;
  }
  .cm-customer-slider blockquote:before {
    content: '\201C';
    display: block;
    height: 41px;
    font-size: 64px;
    line-height: 1;
  }

  .cm-partner-slider blockquote,
  .cm-customer-slider blockquote {
    margin-bottom: 16px;
    color: #03f;
    font-weight: 400;
    font-size: 1.25rem;
  }
  .cm-partner-slider h2,
  .cm-customer-slider h2 {
    margin-bottom: 32px;
    font-size: 1.5rem;
  }
  .resource-slider h2 {
    margin-bottom: 32px;
    font-size: 2.25rem;
  }
  .resource__item {
    padding: 160px 24px 70px;
  }
  .cm-customer-slider a,
  .resource-slider a {
    font-size: 1.0625rem;
    padding: 12px 16px 10px;
  }
  .cm-fitness-goal .page-center {
    padding: 32px 16px !important;
  }
  .cm-fitness-goal h1 {
    font-family: circuit, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2;
  }
  .cm-ready-grp {
    padding: 32px 0;
    text-align: center;
  }
  .cm-ready-grp .page-center{
    padding: 0 !important;
  }
  .cm-ready {
    padding: 16px 16px 0;
  }
  .cm-ready a {
    font-size: 1.0625rem;
  }
  .simple-hero {
    padding: 32px 0 0px;
    text-align: center;
  }
  .hoverbg {
	  background-size: 100%;
	  background-position: top;
  }

  .cs-ebooks-container h3 {
    font-size: 1.75rem;
  }
  .cs-ebooks-type h4 span {
    display: block;
  }
  .cs-ebooks-inner-wrapper {
    flex-direction: column;
  }
  .cs-ebooks-type-button {
    padding-left: 0;
  }
  
  .ac-BlogPost:nth-child(n+2) {
    display: none;
  }
}


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

@media (max-width: 479px) {
  .cm-home-layout .cm-inner-banner-area a.second-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .visible-mobile {
    display: inherit;
  }
  .hidden-mobile {
    display: none;
  }
  .banner-title h1 {
    font-size: 2rem;
    line-height: 1.125;
    font-family: circuit, sans-serif;
    font-weight: 400;
  }
  .video-banner-image.visible-mobile {
    height: 100vw;
    min-height: 100vw;
  }
  .banner-video .page-center .cm-inner-banner-video {
    text-align: center;
  }
  .banner-video .page-center {
    left: 0;
    -webkit-transform: none;
    transform: none;
    position: relative;
    padding: 40px 20px 20px;
  }
  .banner-video .page-center span {
    display: inline;
  }
  .cm-inner-banner-video .banner-title h1 {
    color: #000333 !important;
    font-size: 2rem;
  }
  .cm-inner-banner-video .banner-subtitle h2 {
    color: #000333 !important;
  }
  .cm-inner-banner-video .videocta {
    position: absolute;
    top: 0;
    margin-top: -55%;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 2rem;
    line-height: 1;
  }
  .videocta img {
    display: block;
    margin: 0 auto 15px;
  }
  .banner-title.visible-mobile, .banner-subtitle.visible-mobile {
    text-align: center;
  }
  .grecaptcha-badge{
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }
  .cm-feature-detail-wrapper h3 {
    font-size: 1rem;
  }
  .features__details__overview__txt h4 {
    font-size: 2.4rem;
    padding: 0 24px;
  }
  .resource-slider h2 span {
    display: block;
  }
}
@media (max-width: 375px){
  .cm-inner-banner-area a {
    display: block;
  }
}
@media (max-width:340px){
    .banner-title h1 {
    font-size: 1.5rem;
  }
}