@charset "UTF-8";

#wpadminbar { 
/*    display:none !important;*/
}

/* CSS Document */
/* === Fonts === */
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Italic-webfont.eot');
    src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Italic-webfont.svg#open_sansital') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic-webfont.svg#open_sansboldital') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Apex';
    src:
        url('../fonts/Apex-Book.woff2') format('woff2'),
        url('../fonts/Apex-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apex';
    src:
        url('../fonts/Apex-BookItalic.woff2') format('woff2'),
        url('../fonts/Apex-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Apex';
    src:
        url('../fonts/Apex-Medium.woff2') format('woff2'),
        url('../fonts/Apex-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apex';
    src:
        url('../fonts/Apex-MediumItalic.woff2') format('woff2'),
        url('../fonts/Apex-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Apex';
    src:
        url('../fonts/Apex-Bold.woff2') format('woff2'),
        url('../fonts/Apex-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apex';
    src:
        url('../fonts/Apex-BoldItalic.woff2') format('woff2'),
        url('../fonts/Apex-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Apex';
    src:
        url('../fonts/Apex-Heavy.woff2') format('woff2'),
        url('../fonts/Apex-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apex';
    src:
        url('../fonts/Apex-HeavyItalic.woff2') format('woff2'),
        url('../fonts/Apex-HeavyItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* === No Swap === */
/* Apex Bold */
@font-face {
    font-family: 'Apex-noswap';
    src:
        url('../fonts/Apex-BoldItalic.woff2') format('woff2'),
        url('../fonts/Apex-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    /* font-display: swap; */
}

/* ========= Page Structure  ========= */
html {
    font-size: 16px;
}

body {
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    color: #333;
    background-color: #0033A1 !important;
    /* background-color: violet; */
}

section.top_content {
    transition: all 0.2s;
    height:100vh;
    position: relative;
    /* border: solid 2px red; */
    /* aspect-ratio: 19.5 / 9; */
    /* aspect-ratio: 9 / 19.5; */
    /* display: none; */
}

section.below_fold {
    position: relative;
    /* top: 2000px; */
}

main {
    /* padding: 20px 0 !important; */
    /* padding: 60px 0 0px !important; */
    /* background-color: #1b294b; */
    background-color: #FFF;
    padding: 0 !important;
}

header {
    background-color: #1b294b;
    background-color: rgba(27, 41, 75, 0.7);
    position: relative;
    z-index: 10;
}

.m_only {
    display: block;
}

.d_only {
    display: none;
}

.maxw {
    max-width: 1200px;
    background-color: #FFF;
    /* background-color: mediumpurple; */
}

.maxw.transparent {
    background-color: transparent;
}

.widecolumn {
    background-color: #FFF;
    padding: 30px;
}

h1, h2, h3, .buttons a, a.btn {
    font-family: Apex, Helvetica, Arial, sans-serif !important;
    line-height: 1 !important;
}

a {
    text-decoration: none;
}

a.btn {
    background-color: #CB0112;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: Apex, Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    border: none;
    margin: 5px 0;
    padding: 15px 20px;
}

.button_group div div, .button_group_2 a {
    display: inline-block;
    width: auto !important;
    margin: 15px 10px 15px 0;
}

.button_group_2 a:last-child {
    margin-right: 0;
}

h1 {
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 3em;
    color: #CB0112;
}

h2 {
    color: #CB0112;
    line-height: 0.9 !important;
    font-weight: 800 !important;
    font-size: 2em !important;
    text-transform: uppercase;
    margin: 0 0 0.5em !important;
}

p {
    font-family: OpenSans, Helvetica, Arial, sans-serif !important;
    line-height: 1.3;
}

a {
    cursor: pointer;
    color: red;
}

a:hover {
    color: darkred;
}

.leadin {
    font-size: 2em;
    font-style: italic;
    margin-bottom: 0;
    color: #0033A1;
    font-weight: bold;
    line-height: 1;
}

em.leadin {
    font-size: 0.5em;
    font-style: italic;
    margin-bottom: 5px;
    color: #0033A1;
    line-height: 1;
    text-transform: none;
    display: block;
    font-weight: bold;
}

h1 span.leadin {
    display: block;
    font-size: 0.5em;
    text-transform: capitalize;    
}

.basic_content {
    padding-top: 60px;
}

.basic_content h2 {
    font-size: 1.4em !important;
    text-transform: none;
    font-weight: bold !important;
    margin: 30px 0 15px 0 !important;
}

.carousel_col {
/*    background-color: #DDD;*/
    padding-top: 30px !important;
    height: auto;
}

.carousel_col.amenity {
/*    padding: 30px 60px;*/
}

.carousel_col img {
    width: 100%;
    height: auto;
}

.slick-prev, .slick-next {
    background-color: red !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 9;
    border-radius: 1000px;
    padding-top: 4px !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
}

.slick-prev {
    left: -10px !important;
}

.slick-next {
    right: -10px !important;
}

.amenity_content {
    margin: 30px 0 0;
/*    background-image: url(../images/workout_anytime_logomark.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;*/
}

.amenity_content > div {
    padding: 0 0px 50px 0px;
}

.hyphenate {
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;    
}

/* ==== Make room for sticky header in EXternal Referrer mode === */
/*.convert_mode .trial_header {
    padding-top: 100px !important;    
}*/

#userwayAccessibilityIcon {
    top: 72px;
}


/* ========= WayPoints Nav ========= */

.convert_mode #nav_sticky.singleClub {
/*    border-top: 8px solid yellow;*/
    position: fixed;
    top: 0 !important;
}

.convert_mode #nav_sticky.singleClub .m_nav,
.convert_mode #nav_sticky.singleClub .find_button {
    display: none;
}

.convert_mode #nav_sticky.singleClub .m_logo {
    text-align: left !important;
}

#nav_sticky {
    /* background-color: #1b294b; */
    background: rgb(0,28,87);
    background: linear-gradient(180deg, rgba(0,28,87,1) 0%, rgba(0,51,161,1) 88%);
    position: fixed;
    top: 0px;
    z-index: 100;
    /*    overflow: hidden;*/
    width: 100%;
    height: 58px;
    box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.75);
    border-bottom: 3px #FFF solid;
    padding: 0 30px 0 30px;
    /* padding-left: 50px; */
}

#nav_sticky .m_logo,
#nav_sticky .m_buttons {
}

#nav_sticky .row {
    justify-content: space-between;
}

#nav_sticky .m_col {
    /* justify-content: flex-end; */
    /* border: red solid 1px; */
    padding: 10px 0 0;

}

#nav_sticky .m_logo {
    text-align: center;
}

#nav_sticky .m_logo img {
    width: 100%;
    max-width: 120px;
    height: auto;
}

#nav_sticky .m_buttons {
    /* display: inline-flex; */
    text-align: right;
    padding-top: 15px;

}

#nav_sticky .m_col.gap {
    display: none;
}

#nav_sticky .logo, #nav_sticky .buttons {
    text-align: center;
}

#nav_sticky .buttons {
    /* padding-top: 15px; */
}

#nav_sticky .buttons a {
    font-size: 1em;
}

#nav_sticky .m_nav {
    /* position: absolute;
    top: 5px;
    left: 15px; */
    color: #FFF;
    z-index: 1;
/*    font-size: 2em;*/
    padding-top: 12px;
    /* padding: 10px 10px 10px 0px; */

}

#nav_sticky .m_nav .closeMenu, #nav_sticky .m_nav .openMenu {

    cursor: pointer;
}

#nav_sticky .m_nav .closeMenu img , #nav_sticky .m_nav .openMenu img {
    width: 30px;
    height: auto;
}

/* Menu Closed */
#nav_sticky .m_nav .openMenu i.iconClose {
    display: none;
}
#nav_sticky .m_nav .openMenu i.iconOpen {
    display: block;
}
/* Menu Open */
#nav_sticky .m_nav .openMenu.on i.iconClose {
    display: block;
}
#nav_sticky .m_nav .openMenu.on i.iconOpen {
    display: none;
}


#nav_sticky .d_logo,
#nav_sticky .d_buttons {
    display: none;
}

#nav_sticky .star {
    color: #FFF;
    opacity: 0.5;
}


/* ========= Hero Areas ========= */

main {
    /* padding-top: 0 !important;
    position: relative;
    top: -10vw; */
    padding-top: 58px !important;
    background-color: #333;
}

main.toppadding > .container-fluid {
    padding-top: 30px !important;
}

.hero {
    height: 100%;
    padding: 30px;
}

.hero h1, .hero h2, .hero p {
    color: #FFF;
}

.hero h1 {
    font-family: Apex, Helvetica, Arial, sans-serif !important;
    font-weight: 800;
    text-transform: uppercase;
}

.hero h1 span {
    font-size: 2em;
    display: block;
    font-size: 12vmax; /* adjust for mobile */
    font-size: 12vmin; /* adjust for mobile */
}

.hero h1 span.leadin {
    font-size: 0.5em;
    color: #FFF;
    text-transform: capitalize;
} 

.hero.dark {
    padding-top: 10% !important;
    margin-bottom: 40px !important;
}

.hero.dark h1 {
    color: #FFF;
    font-size: 3em;
}

.hero.bg1 {
    background-image: url(/wp-content/uploads/2022/12/workout_anytime_pagehero_1.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

.hero a.btn {
    font-size: 1.2em;
}

.hero .button_group, .hero .button_group_2 {
    display: none;
}

.club.hero a {
    font-weight: bold;
    color: #FFF;
}


.clubpage.home .hero {
    background: url('../../../uploads/2023/07/workout_anytime_clubhero_v2.webp');
    background-position: center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.clubpage.home .hero p {
    margin: 0;
}

.clubpage.home .hero p.phone {
    margin: 15px 0;
    font-size: 1.2em;
    text-decoration: underline;
    padding-left: 28px;
    /* replace FontAwesome */
    background-image: url(/wp-content/uploads/2023/04/circlephone-white.webp);
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: left 3px;    
}

/* Club Home Active */

.club.hero.active {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

/* Club Home Presales + ComingSoon */

.club.hero.presales, 
.club.hero.comingsoon {
    text-align: center;
    padding-top: 10% !important;
}

.club.hero.presales {
    background-image: none;
    background: #7E000B;
    background: rgb(203,1,18);
    background: linear-gradient(180deg, rgba(203,1,18,1) 0%, rgba(126,0,11,1) 67%);
}

.club.hero.comingsoon {
    background-image: none;
    background: rgb(0,28,87);
    background: linear-gradient(180deg, rgba(0,28,87,1) 0%, rgba(0,51,161,1) 88%);
}

.club.hero.presales h1,
.club.hero.comingsoon h1 {
    font-size: 3.5em !important;
}

.club.hero.presales h2,
.club.hero.comingsoon h2 {
    font-size: 2.75em;
}

.club.hero.comingsoon h3 {
    color: #FFF !important;
}

.charter_msg {
    margin: 30px auto 0;
    max-width: 1200px;
    display: block;
}

.charter_msg.msg_1 {
    margin-top: 90px;
}

.charter_msg h2 {
    font-size: 2em;
    text-transform: initial;
    color: #333;
}

.charter_msg h3 {
    font-size: 3em;
} 

.charter_msg p {
    font-size: 1.4em;
    font-family: Apex, Helvetica, Arial, sans-serif !important;
}

.bgvideo_wrapper {
    overflow: hidden;
    position: absolute;
/*    height: 100%;*/
    width: 100vw;
    z-index: 0;
}

.bgvideo_wrapper video {
    height: 100%;
    width: auto;
}

.homepage .herotext {
    text-align: center;
    font-size: 10px;
    width: 100%;
    padding: 6em 2em;
    transition: all 0.2s;
    position: relative;
    z-index: 5;
}


.homepage .hero h1, .homepage .hero p {
    margin: 0;
    line-height: 1;
}

.homepage .hero h1 {
    font-size: 6em;
    -webkit-text-stroke: 2px #FFF;
    -webkit-text-fill-color: transparent;
}

.homepage .hero p {
    font-size: 4em;
    font-family: Apex, Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
}




/* ========= Mobile CTA Buttons ========= */

.mobile_buttons {
    margin-bottom: 0 !important;
    /* display: none; */
}

.mobile_buttons div {
    padding: 0;
    background-color: #333;
}

.mobile_buttons .row div {
    padding: 2px;
}

.mobile_buttons .row div:first-child {
    padding-right: 0px;
}

.mobile_buttons a.btn {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4em;
    border-radius: 0;
}


/* ========= Main Home Page  ========= */


.post1114 .textblock {
    padding-left: 5%;
}

.post1114 h2 {
    font-size: 3em !important;
}

.block figure {
    margin-bottom: 0;
}

.block {
    text-align: center;
}

.block .row > div {
    padding: 30px;
}

.block .row .row > div {
    padding: 5px;
}



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

header .d_nav {
    display: none;
}

nav.mobile {
    position: absolute;
    width: 100%;
    /* background-color: #cb0112; */
    background: rgb(203,1,18);
    background: linear-gradient(180deg, rgba(203,1,18,1) 35%, rgba(113,45,50,1) 100%);
    text-align: center;
    /* top: 130px; */
    top: -500px;
    left: 0;
    z-index: 10;
    padding-top: 40px;
    transition: all 0.5s;
    border-bottom: 3px solid #FFF;
    position: fixed;
}

nav.mobile.open {
    top: 30px;
    position: fixed;
}

nav.mobile ul {
    padding-left: 0;
    display: block;
    width: 100%;
}

nav.mobile li {
    list-style-type: none;
    text-align: center;
}

nav.mobile a {
    font-size: 1.75em;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block !important;
    /* background-color: aqua; */
    font-family: Apex, Helvetica, Arial, sans-serif !important;
     font-weight: 500; 
    color: #FFF !important;
    letter-spacing: 3px;
    font-size: 1em;
    text-decoration: none !important;
/*    width: 100%;*/
}

nav.mobile nav a {
    width: 100%;
}

nav.mobile .social_links {
    position: relative;
    top: auto;
    right: auto;
}

nav.mobile .social_links .sm_icon {
    margin: 3px;
}


.find_button a {
    background-color: #CB0112;
    border-radius: 2px;
    padding: 5px 10px 5px 26px !important;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8em;
    text-decoration: none !important; 
    /* replace FontAwesome */
    background-image: url(/wp-content/uploads/2023/04/magglass.webp);
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: 7px center;

}

.find_button a::before {
/*    font-family: "Font Awesome Kit";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    margin: 0 0 0 -.6em;
    color: #FFF;
    font-size: 1em !important;
    margin-right: 0.6em;
    content: "\f002"*/;
}


.find_button a:hover {
    text-decoration: none;
    background-color: #7E000B;
    border-bottom: none !important;
}


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

.whitebg {
    background-color: #FFF;
}

.darkbg {
    background-color: #1b294b;
}

.redbg {
    background-color: #cb0112;
}

.bluegradbg {
    /* background: rgb(2,31,93);
    background: linear-gradient(180deg, rgba(2,31,93,1) 0%, rgba(0,63,199,1) 100%); */
    background: rgb(0,28,87);
    background: linear-gradient(180deg, rgba(0,28,87,1) 0%, rgba(0,51,161,1) 88%);
}

.ltgraybg {
    background-color: #DEDEDE;
}

.whitetext h1,
.whitetext h2,
.whitetext h2 .leadin,
.whitetext h3,
.whitetext p {
    color: #FFF !important;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.js_warning {
    width: 95%;
    background-color: #FFF;
    text-align: center;
    display: block;
    margin: 12px auto;
    padding: 12px;
}

.button1 {
    text-transform: uppercase;
    border: 2px solid;
    padding: 10px 20px;
    font-family: Apex, Helvetica, Arial, sans-serif !important;
    font-size: 2em;
    font-weight: bold;
    margin: 15px;
    display: inline-block;
}

.button1.red {
    background-color: #cb0112;
    color: #FFF;
    border: #FFF 2px solid;
}

.button1.red:hover {
    background-color: #1b294b;
    text-decoration: none;
}

.clear {
    clear: both;
}

.hidden {
    display: none !important;
}

/* ========= Social Links ========= */

.social_links {
    margin-bottom: 20px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    width: auto !important;
}

.social_links a {
    cursor: pointer;
    text-indent: 99999px;
}

.circle {
    border-radius: 50%;
    margin: 0.15em 0 0.15em 0.3em;
    font-size: 1.6em !important;
    background-color: #00399e;
    color: #FFF;
}

a.circle:hover {
    background-color: #f0071c;
    color: #FFF;
    text-decoration: none;
}

.sm_icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #1b294b;
    /* background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(5,63,173,1) 68%); */
    border-radius: 3px;
    margin: 0.15em 0 0.15em 0.4em;
/*    background-image: url(../images/workout_anytime_sm_icons@2x.png);*/
    background-image: url(../images/workout_anytime_sm_icons_2023_v2.webp);
    background-size: 1100%;
    /* Scaled up 10x because there are 10 icons in sprite */
}

.sm_block22 {
    width: 36px;
    height: 36px;
    background-color: lightblue;
    display: inline-block;
    overflow: hidden;
    margin: 0.15em 0 0.15em 0.4em;
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(5,63,173,1) 20%);
    background-attachment: fixed;
}

.sm_block22 img {
    height: 100%;
    width: auto;
    position: relative;
}

.sm_icon:hover {
    background-color: #f0071c;
}

.sm_icon.facebook {
    background-position: 0 top;
}

.sm_icon.facebook:hover {
    /* background-position: 0 bottom; */
}

.sm_icon.twitter {
    background-position: -100% top;
}

.sm_icon.twitter:hover {
    /* background-position: -100% bottom; */
}

.sm_icon.instagram {
    background-position: -200% top;
}

.sm_block22.instagram img {
    left: -700%;
}

.sm_icon.instagram:hover {
    /* background-position: -200% bottom; */
}

.sm_icon.pinterest {
    background-position: -300% top;
}

.sm_icon.pinterest:hover {
    /* background-position: -300% bottom; */
}

.sm_icon.youtube {
    background-position: -400% top;
}

.sm_icon.youtube:hover {
    /* background-position: -400% bottom; */
}

.sm_icon.google {
    display: none;
}

.sm_icon.tiktok {
    background-position: -500% top;
/*    display: none;*/
}

.sm_icon.tiktok:hover {
    /* background-position: -500% bottom; */
}

.sm_icon.blogger {
    background-position: -600% top;
}

.sm_icon.blogger:hover {
    /* background-position: -600% bottom; */
}

.sm_icon.snapchat {
    background-position: -700% top;
}

.sm_icon.snapchat:hover {
    /* background-position: -700% bottom; */
}

.sm_icon.foursquare {
    background-position: -800% top;
}

.sm_icon.foursquare:hover {
    /* background-position: -800% bottom; */
}

.sm_icon.yelp {
    background-position: -900% top;
}

.sm_icon.yelp:hover {
    /* background-position: -900% bottom; */
}

.sm_icon.clublink {
    background-position: -1000% top;
}

main .container-fluid {
    margin-bottom: 0 !important;
}

/* ================================================ 404 Page ================================================ */

.fourofour {
    padding: 15px 15px 0 !important;
    overflow: hidden;
}

.fourofour figure {
    margin: 0;
}

.fourofour > div {
    padding: 50px 0 0;
    text-align: center;
}

.fourofour h1 {
    font-size: 3em;
    margin-bottom: 1.5em;
}

/* ================================================ Locations Page ================================================ */

.locations h1 {
    font-size: 1.2em;
}

#map_canvas {
    /* background-color: lightcoral; */
    /* height: 50vh; */
    display: block;
    /* transition: all 0.2s; */
}

#map_sidebar {
    padding: 0 15px;
    transition: all 0.2s;
    min-height: 6vh;
}

/* ========================================== Club Home Page ========================================== */
/* Small devices (landscape phones, 576px and up) */


/* ========================== Responsive Start ========================== */
/* Small devices (landscape phones, 576px and up) */

@media (min-width: 395px) {
    #nav_sticky .buttons a {
        font-size: 1em;
    }

}

@media (min-width: 576px) {

    h2 {
        font-size: 2em !important;
    }

    /* === Home Page  === */

    /* ==== Club Pages === */
    .club_hero p.title {
        font-size: 6em;
    }
}

/* Medium devices (tablets, 768px and up) */
/* ====== DESKTOP ====== */
@media (min-width: 768px) {

    #userwayAccessibilityIcon {
        bottom: 12px;
        top: auto;
    }    

    h1 {
        font-size: 5em;
    }

    main, footer {
        padding-top: 0 !important;
        position: relative;
        /* padding-top: 15vw !important; /* need to resolve into two modes: overlapping and non-overlapping nav */ */
    }

    main.navOverlap, main.navOverlap + footer {
        top: -17vw;
    }

    /* Turn off overlap if Presales Page */
    main.navOverlap:has(div.presales), main.navOverlap:has(div.presales) + footer,
    main.navOverlap:has(div.comingsoon), main.navOverlap:has(div.comingsoon) + footer {
        top: 0;
    }

    .m_only, nav.mobile {
        display: none !important;
    }

    .d_only {
        display: block;
    }

    header .d_nav {
/*        display: flex;
        justify-content: space-between;
        padding: 20px;
        margin: 0;*/
        position: relative;
        display: inline-block;
        width: 100%;
    }

    header .d_nav .d_logo {
/*        max-width: 400px;*/
        max-width: 170px;
        position: absolute;
        left: 15px;
        top: 15px;
        transition: all 0.2s;
        z-index: 10;
    }

    header .d_logo a {
        display: block;
/*        background-color: aqua;*/
    }

    header .d_logo img {
        width: 100%;
        height: auto;
        pointer-events: none
    }

    /* ==== Make room for sticky header in External Referrer mode === */
    .convert_mode .club.hero {
        padding-top: 30% !important;    
    }

    .convert_mode .club.hero.presales,
    .convert_mode .club.hero.comingsoon {
        padding-top: 15% !important;    
    }

    .convert_mode .clubheader_1,
    .convert_mode .trial_header,
    .convert_mode .singleClub .choose_button,
    .convert_mode .singleClub .error_msg,
    .convert_mode .pageContent,
    .convert_mode .form_header {
        padding-top: 100px !important;
    }    

    .top_nav {
        text-align: center;
/*        background-color: coral;*/
        padding: 3vw 0;
        transition: all 0.2s;
    }

    .clubSite .top_nav, .singleClub .top_nav {
        padding: 75px 0 25px;
    }

    .top_nav ul {
        margin-bottom: 0;
/*        margin-top: 20px;*/
        position: relative;
        text-align: right;
    }

    .top_nav li {
        display: inline-block  !important;
/*        margin: 0 5px 15px;*/
        margin: 0 2px 0;
    }

    .top_nav li a {
        text-decoration: none;
        color: #FFF !important;
        text-transform: uppercase;
        letter-spacing: 1px;
/*        padding-bottom: 10px;*/
        transition: all 0.2s;
/*        background-color: palegoldenrod;*/
        border-bottom: 3px solid transparent;
/*        font-size: 0.8em;*/
        font-size: 0.7em;
        padding-bottom: 5px;
        
    }

    .top_nav li a:hover, 
    .top_nav li.current-menu-item a,
    .top_nav li:has(.current-menu-item) a
     {
        text-decoration: none;
        border-bottom: 3px solid red;
    }

    /* submenu */
    .top_nav li li a {
        border-bottom: none !important;
    }

    .top_nav li.has-child a:hover {
        border-bottom: 3px solid transparent;        
    }

    .top_nav span {
/*        color: #DDD;*/
        margin-left: 5px;
    }

    .top_nav li:last-child span {
/*        display: none;*/
    }

    /* NEW GUTERNBERG MENU BUILDER */
    .wp-block-navigation {
        display: inline-block;
    }
    .wp-block-navigation__container {
        justify-content: end !important;
    }
    /* =========================== */

    /* Subnav */

    /* Turn on to force show ul ul */
/*    .top_nav ul ul {
        opacity: 1 !important;
        visibility: visible !important;
        height: auto !important;
        width: auto !important;
    }*/

    .top_nav ul ul {
/*        padding-left: 12px;*/
        background-color: #132B65 !important;
        margin-top: 0;
        border-radius: 3px;
    }

    .top_nav li li {
        margin: 0;
    }

    .top_nav li li a {
/*        background-color: yellowgreen;*/
/*        justify-content: start;*/
        text-align: left;
        padding: 5px 5px 5px 5px;
        border-bottom: none;        
        display: block;
        border-left: 3px solid red;        
    }

    .top_nav li li a span {
/*        display: block;*/
    }

    .top_nav li li a:hover {
        border-bottom: none !important;
        color: #A6B8DD;
    }

    /* button hidden in this instance */
    .top_nav li button {
        display: none !important;
    }

    .top_nav .find_button {
        position: relative;
        margin-left: 15px;
/*        top: -5px;*/
    }

    .top_nav .find_button a {
        border-bottom: none !important;
/*        padding-top: 0 !important;*/
    }

    .logobar {
        /* background-color: darkolivegreen; */
        padding: 30px;
        display: none;
    }

    .logobar img {
        max-width: 300px;
    }

    .logobar .buttons {
        text-align: right;
    }

    .buttons a {
        color: #FFF;
        font-size: 2em;
        /* margin: 0 12px; */
        text-transform: uppercase;
        font-weight: normal;
    }

    .buttons a:first-child {
        margin-right: 18px;
    }

    .grad_strip {
        display: block;
        background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(5,63,173,1) 68%);
        height: 10px;
    }

    #nav_sticky {
        height: 73px;
    }

    #nav_sticky .m_nav,
    #nav_sticky .m_logo,
    #nav_sticky .m_buttons {
        display: none;
    }

    #nav_sticky .d_logo,
    #nav_sticky .d_buttons {
        display: block;
    }

    #nav_sticky .d_logo {
        /* padding-top: 10px; */
        max-width: 380px;
    }

    #nav_sticky .d_buttons {
        text-align: right;
        padding-top: 6px;
    }

    #nav_sticky .d_buttons a {
        text-decoration: none;
        margin-right: 15px;
        background-color: #CB0112;
        border-radius: 2px;
        padding: 5px 10px 5px 18px !important;
        color: #FFF;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 0.8em;
    }

    #nav_sticky {
        padding: 15px;
        top: -500px;
    }

    #nav_sticky .logo {
        text-align: left;
        /* background-color: darkgreen; */
    }

    #nav_sticky .logo img {
        margin-top: 5px;
        max-width: 350px;
    }

    #nav_sticky .m_logo img {
        max-height: 40px;
        width: auto;
        /* background-color: powderblue; */
        display: block;
    }

    #nav_sticky .buttons {
        text-align: right;
    }

    #nav_sticky .buttons a {
        font-size: 1.5em;
    }

    /* === Homepage WHITE Header  === */

    .frontpage header {
        background-color: #FFF;
    }

    .frontpage .top_nav li a {
        color: #1B294B !important;
    }

    .frontpage .top_nav li.find_button a, 
    .frontpage .top_nav li li a {
        color: #FFF !important;
    }

    /* === Hero Areas  === */

    .hero {
        padding-top: 20% !important;
        padding-bottom: 10% !important;
    }

    .hero .button_group, .hero .button_group_2 {
        display: block;
    }

    .hero .button_group, .hero .button_group_2 .tourLink {
        display: none;
    }    

    .clubpage.home .hero {
/*        background-size: 100% auto;*/
        display: block;
    }

    .hero.dark h1 {
        font-size: 6em;
    }

    .presales.home .hero h1,
    .clubpage.home .hero h1 {
        font-size: 3em;
    }

     .club.hero.presales h1,
    .club.hero.comingsoon h1 {
        font-size: 12vw !important;
        margin-bottom: 0.5em;
    }

    .club.hero.presales h2 {
        font-size: 2em !important;        
    }

    .club.hero.comingsoon h2 {
        font-size: 3em;        
    }

    .club.hero.presales p {
        font-size: 2em;
    }

    /* === Home Page  === */

    .post1114 {
        background-image: 100% auto;
        background-position: center -50vw;
    }

    .post1114 .hero {
        background-position: center 25%;
        padding-top: 8% !important;
        padding-bottom: 10% !important;
    }

    .post1114 .herotext {
        text-align: left;
        font-size: inherit;
        padding: 8em;
    }

    .mobile_buttons {
            display: none;
    }

    .block {
        text-align: left;
    }

    /* === Locations Page === */

    .locations h1 {
        font-size: 2em;
        font-variant-numeric: lining-nums !important;
        font-feature-settings: "lnum" !important;
    }

    /* === Other === */

    .amenity_content > div {
        padding: 0 50px 50px 50px;
    }    

    .show_second_dtop {
        order: 2;
    }    

    .slick-prev {
        left: -25px !important;
    }

    .slick-next {
        right: -25px !important;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {


    header .d_nav .d_logo {
        max-width: 25vw;
    }

    .top_nav {
        text-align: right;
/*        padding-top: 20px;*/
    }

    .top_nav li {
        padding-top: 12px;
    }

    .top_nav li a {
        font-size: 0.9em;
        letter-spacing: 2px;
    }

    .find_button a {
        padding: 10px 20px;
        text-decoration: none;
    }

    #nav_sticky .buttons a {
        font-size: 2em;
    }

    /* === Hero Areas  === */

    .hero {
        padding-left: 5%;
    }    

    .hero.presales {
        padding-left: 30px;
    }

    /* === Home Page  === */

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    main.navOverlap, main.navOverlap + footer {
        top: -10vw;
    }

    header .d_nav .d_logo {
        max-width: 360px;
    }

    .top_nav {
        padding: 45px 0;
    }

    .top_nav li a {
        font-size: 1em;
        letter-spacing: 3px;
    }

    /* === Home Page  === */

    .bgvideo_wrapper video {
/*        width: 100%;
        height: auto;*/
    }


    .homepage .herotext {
        /* background-color: lightpink; */
/*        width: 45vw !important;*/
    }

}

@media (min-width: 1280px) {

    .top_nav a {
        margin: 0 8px 0;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    /* === Home Page  === */

    .bgvideo_wrapper video {
        width: 100%;
        height: auto;
    }    
/*    .clubpage.home .hero {
        background-size: 100% auto;
    }*/
}

@media (min-width: 1600px) {
    .clubpage.home .hero {
        background-size: 100% auto;
    }    
}
