﻿@font-face {
    font-family: 'Articulate';
    src: url(/Pages/Styles/fonts/Articulate-Regular.ttf);
}

@font-face {
    font-family: "brandon grotesque";
    src: url(/Pages/Styles/fonts/Brandon_blk.otf);
    font-weight: 900;
}

@font-face {
    font-family: "brandon grotesque";
    src: url(/Pages/Styles/fonts/Brandon_bld.otf);
    font-weight: 700;
}

@font-face {
    font-family: "brandon grotesque";
    src: url(/Pages/Styles/fonts/Brandon_med.otf);
    font-weight: 500;
}

@font-face {
    font-family: "brandon grotesque";
    src: url(/Pages/Styles/fonts/Brandon_reg.otf);
    font-weight: normal;
}

@font-face {
    font-family: "brandon grotesque";
    src: url(/Pages/Styles/fonts/brandon-grotesque-light-58a8a4b38001d.otf);
    font-weight: 100;
}


body {
    padding: 0;
    margin: 0;
    /*font-family: "brandon grotesque",Open Sans,Arial,sans-serif !important;*/
    font-family: 'Helvetica', 'Arial', sans-serif;
}

    body p {
        line-height: 1.5;
    }

nav, footer, input[type="button"], input[type="submit"], a.inputbutton, a.inputbutton:link {
    /*font-family: 'Articulate',sans-serif;*/
    /*font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
    /*font-family: "brandon grotesque",Open Sans,Arial,sans-serif !important;*/
    font-family: 'Helvetica', 'Arial', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "brandon grotesque",Open Sans,Arial,sans-serif !important;
}

a:link, .header .responsivelogintxt a:link, a:visited {
    color: var(--yellow);
}

a:hover {
    color: var(--hover-colour);
    background-color: transparent !important;
    text-decoration: underline;
}

.maintitle-bs, a.a-selected {
    border-bottom: 2px solid var(--yellow);
}

a.a-unselected {
    border-bottom: 2px solid #C2C2C2;
}

button.featjobbutton {
    background: var(--yellow);
}

.TabTheme1 .ajax__tab_header .ajax__tab_outer:hover, .ajax__tab_default .ajax__tab_tab:hover {
    background: var(--hover-colour);
    color: var(--navy-blue) !important;
}

.join-now a:hover {
    color: var(--yellow);
}

.TabTheme1 .ajax__tab_active .ajax__tab_outer {
    border: solid 1px #797979;
    border-bottom-color: #FFFFFF;
    background-color: var(--yellow) !important;
}

.TableColumnarData tr.ColumnFooter, .TableColumnarData tr.ColumnFooter a {
    background: var(--yellow) !important;
}

input[type="button"].gray, input[type="submit"].gray, a.inputbutton.gray {
    background: var(--navy-blue) !important;
    border: 1px solid var(--yellow);
    color: var(--yellow);
}

nav a:active, nav a:focus, footer a:focus, footer a:active {
    background: none;
}

a:link,
footer a:link {
    text-decoration: none;
}

.MainTitle {
    border-bottom: 2px solid var(--yellow);
}

@media (min-width: 1550px) {
    footer .col-xs-1, footer .col-sm-1, footer .col-md-1, footer .col-lg-1, footer .col-xs-2, footer .col-sm-2, footer .col-md-2, footer .col-lg-2, footer .col-xs-3, footer .col-sm-3, footer .col-md-3, footer .col-lg-3, footer .col-xs-4, footer .col-sm-4, footer .col-md-4, footer .col-lg-4, footer .col-xs-5, footer .col-sm-5, footer .col-md-5, footer .col-lg-5, footer .col-xs-6, footer .col-sm-6, footer .col-md-6, footer .col-lg-6, footer .col-xs-7, footer .col-sm-7, footer .col-md-7, footer .col-lg-7, footer .col-xs-8, footer .col-sm-8, footer .col-md-8, footer .col-lg-8, footer .col-xs-9, footer .col-sm-9, footer .col-md-9, footer .col-lg-9, footer .col-xs-10, footer .col-sm-10, footer .col-md-10, footer .col-lg-10, footer .col-xs-11, footer .col-sm-11, footer .col-md-11, footer .col-lg-11, footer .col-xs-12, footer .col-sm-12, footer .col-md-12, footer .col-lg-12 {
        padding-left: 1.02rem;
        padding-right: 1.02rem;
    }
}



:root {
    --navy-blue: white;
    --yellow: #0f0f0f;
    --grey: #8f8f90;
    --black: #121212;
    --footer-bg: #373b3e;
    --hover-colour: #767676;
    --cst-grey: #0d0d0d;
    --cst-bg: #F6FAFB;
    --text-color: #4f4f4f;
    --complementary-highlight: #F2F2F2;
    --main-primary: #000000;
    --main-background: #F2F2F2;
    --main-light: #333333;
    --main-dark: #333333;
    --main-text: #FFFFFF;
    --main-header-text: #000000;
    --heading-text-color: #000000;
    --complementary-primary: #FFFFFF;
    --complementary-dark: #595959;
    --complementary-light: #BFBFBF;
    --complementary-text: #000000;
    --bg-dark: #272727;
    --bg-dark-2: #373B3E;
    --gray-1000: #000000;
    --gray-900: #333333;
    --gray-700: #595959;
    --gray-500: #707070;
    --gray-300: #BFBFBF;
    --gray-100: #F2F2F2;
    --white: #FFFFFF;
    --dark-tint-75: linear-gradient(rgba(51, 51, 51, 0.75), rgba(51, 51, 51, 0.75));
    --semantic-success-primary: #2F9B65;
    --semantic-success-background: #D6F1E4;
    --semantic-success-highlight: #32BA76;
    --semantic-success-dark: #2A6C4C;
    --semantic-error-primary: #AC052E;
    --semantic-error-background: #FFCCD8;
    --semantic-error-highlight: #D90034;
    --semantic-error-dark: #910F30;
    --space-0: 0;
    --space-xs: 2px;
    --space-s: 4px;
    --space-m: 8px;
    --space-l: 16px;
    --space-xl: 24px;
    --space-xxl: 32px;
    --space-xxxl: 48px;
    --border-radius-0: 0;
    --border-radius-xs: 0;
    --border-radius-s: 0;
    --border-radius-m: 0;
    --border-radius-l: 2px;
    --border-radius-xl: 4px;
    --border-radius-xxl: 4px;
    --border-radius-circle: 4px;
    --font-size-3: 18px;
    --font-size-2: 16px;
    --font-size-1: 14px;
    --font-size-0: 12px;
    --contact-us-form-ascx-background: url(https://images.fitnessintl.com/images/ContactUs/CST/Background.jpg);
}

.button-default-large {
    background-color: var(--main-primary) !important;
    font-family: 'brandon grotesque', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--main-text) !important;
    padding: 8px 16px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

    .button-default-large:hover {
        background-color: var(--main-dark) !important;
        color: var(--main-text) !important;
        cursor: pointer;
    }

.button-complementary-large {
    background-color: var(--complementary-primary) !important;
    font-family: 'brandon grotesque', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--complementary-text) !important;
    padding: 8px 16px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

    .button-complementary-large:hover {
        background-color: var(--complementary-light) !important;
        color: var(--complementary-text) !important;
        cursor: pointer;
    }

.button-secondary-large {
    background-color: var(--gray-100) !important;
    font-family: 'brandon grotesque', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: var(--gray-900) !important;
    padding: 8px 16px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

    .button-secondary-large:hover {
        background-color: var(--gray-100) !important;
        color: var(--gray-900) !important;
        cursor: pointer;
        opacity: 0.75;
    }

    .button-secondary-large.disabled {
        background-color: var(--gray-100) !important;
        color: var(--gray-300) !important;
        cursor: not-allowed;
    }

        .button-secondary-large.disabled:hover {
            opacity: 1;
        }

.button-outline-large {
    background-color: var(--white) !important;
    font-family: 'brandon grotesque', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--main-primary) !important;
    padding: 8px 16px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--main-primary);
    text-transform: uppercase;
}

    .button-outline-large:hover {
        background-color: var(--white) !important;
        color: var(--main-light) !important;
        cursor: pointer;
        border: 1px solid var(--main-light);
    }

    .button-outline-large.disabled {
        color: var(--gray-300) !important;
        border: 1px solid var(--gray-300);
    }

        .button-outline-large.disabled:hover {
            background-color: var(--white) !important;
            color: var(--gray-300) !important;
            cursor: not-allowed;
        }

.button-text-large {
    background-color: var(--white) !important;
    font-family: 'brandon grotesque', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--gray-700) !important;
    min-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid var(--gray-700);
    text-transform: uppercase;
}

    .button-text-large:hover {
        background-color: var(--white) !important;
        color: var(--main-primary) !important;
        cursor: pointer;
        border-bottom: 1px solid var(--main-primary);
    }

    .button-text-large.disabled {
        color: var(--gray-300) !important;
        border-bottom: 1px solid var(--gray-300);
    }

        .button-text-large.disabled:hover {
            background-color: var(--white) !important;
            color: var(--gray-300) !important;
            cursor: not-allowed;
        }

.button-default-medium {
    background-color: var(--main-primary) !important;
    font-family: 'brandon grotesque', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: var(--main-text) !important;
    padding: 8px 16px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
}

    .button-default-medium:hover {
        background-color: var(--main-dark) !important;
        color: var(--main-text) !important;
        cursor: pointer;
    }

.button-complementary-medium {
    background-color: var(--complementary-primary) !important;
    font-family: 'brandon grotesque', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: var(--complementary-text) !important;
    padding: 8px 16px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
}

    .button-complementary-medium:hover {
        background-color: var(--complementary-dark) !important;
        color: var(--main-text) !important;
        cursor: pointer;
    }

.button-secondary-medium {
    background-color: var(--gray-100) !important;
    font-family: 'brandon grotesque', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: var(--gray-900) !important;
    padding: 8px 16px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
}

    .button-secondary-medium:hover {
        background-color: var(--gray-100) !important;
        color: var(--gray-900) !important;
        cursor: pointer;
        opacity: 0.75;
    }

    .button-secondary-medium.disabled {
        background-color: var(--gray-100) !important;
        color: var(--gray-300) !important;
        cursor: not-allowed;
    }

        .button-secondary-medium.disabled:hover {
            opacity: 1;
        }

.button-outline-medium {
    background-color: var(--white) !important;
    font-family: 'brandon grotesque', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: var(--main-primary) !important;
    padding: 8px 16px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: 1px solid var(--main-primary);
    text-transform: uppercase;
}

    .button-outline-medium:hover {
        background-color: var(--white) !important;
        color: var(--main-light) !important;
        cursor: pointer;
        border: 1px solid var(--main-light);
    }

    .button-outline-medium.disabled {
        color: var(--gray-300) !important;
        border: 1px solid var(--gray-300);
    }

        .button-outline-medium.disabled:hover {
            background-color: var(--white) !important;
            color: var(--gray-300) !important;
            cursor: not-allowed;
        }

.button-text-medium {
    background-color: var(--white) !important;
    font-family: 'brandon grotesque', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: var(--gray-700) !important;
    min-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid var(--gray-700);
    text-transform: uppercase;
}

    .button-text-medium:hover {
        background-color: var(--white) !important;
        color: var(--main-primary) !important;
        cursor: pointer;
        border-bottom: 1px solid var(--main-primary);
    }

    .button-text-medium.disabled {
        color: var(--gray-300) !important;
        border-bottom: 1px solid var(--gray-300);
    }

        .button-text-medium.disabled:hover {
            background-color: var(--white) !important;
            color: var(--gray-300) !important;
            cursor: not-allowed;
        }

.button-default-small {
    background-color: var(--main-primary) !important;
    font-family: 'brandon grotesque', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: var(--main-text) !important;
    padding: 8px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    text-transform: uppercase;
}

    .button-default-small:hover {
        background-color: var(--main-dark) !important;
        color: var(--main-text) !important;
        cursor: pointer;
    }

.button-complementary-small {
    background-color: var(--complementary-primary) !important;
    font-family: 'brandon grotesque', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: var(--complementary-text) !important;
    padding: 8px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    text-transform: uppercase;
}

    .button-complementary-small:hover {
        background-color: var(--complementary-dark) !important;
        color: var(--main-text) !important;
        cursor: pointer;
    }

.button-secondary-small {
    background-color: var(--gray-100) !important;
    font-family: 'brandon grotesque', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: var(--gray-900) !important;
    padding: 8px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    text-transform: uppercase;
}

    .button-secondary-small:hover {
        background-color: var(--gray-100) !important;
        color: var(--gray-900) !important;
        cursor: pointer;
        opacity: 0.75;
    }

    .button-secondary-small.disabled {
        background-color: var(--gray-100) !important;
        color: var(--gray-300) !important;
        cursor: not-allowed;
    }

        .button-secondary-small.disabled:hover {
            opacity: 1;
        }

.button-outline-small {
    background-color: var(--white) !important;
    font-family: 'brandon grotesque', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: var(--main-primary) !important;
    padding: 8px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border: 1px solid var(--main-primary);
    text-transform: uppercase;
}

    .button-outline-small:hover {
        background-color: var(--white) !important;
        color: var(--main-light) !important;
        cursor: pointer;
        border: 1px solid var(--main-light);
    }

    .button-outline-small.disabled {
        color: var(--gray-300) !important;
        border: 1px solid var(--gray-300);
    }

        .button-outline-small.disabled:hover {
            background-color: var(--white) !important;
            color: var(--gray-300) !important;
            cursor: not-allowed;
        }

.button-text-small {
    background-color: var(--white) !important;
    font-family: 'brandon grotesque', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: var(--gray-700) !important;
    min-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-bottom: 1px solid var(--gray-700);
    text-transform: uppercase;
}

    .button-text-small:hover {
        background-color: var(--white) !important;
        color: var(--main-primary) !important;
        cursor: pointer;
        border-bottom: 1px solid var(--main-primary);
    }

    .button-text-small.disabled {
        color: var(--gray-300) !important;
        border-bottom: 1px solid var(--gray-300);
    }

        .button-text-small.disabled:hover {
            background-color: var(--white) !important;
            color: var(--gray-300) !important;
            cursor: not-allowed;
        }

.button-icon-primary {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-primary);
    transition: background 1s ease-out;
    border-radius: var(--border-radius-xxl);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

    .button-icon-primary:hover {
        background: var(--main-light);
        transition: background 1s ease-out;
        cursor: pointer;
    }

.button-icon-complementary {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--complementary-primary);
    transition: background 1s ease-out;
    border-radius: var(--border-radius-xxl);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

    .button-icon-complementary:hover {
        background: var(--complementary-highlight);
        transition: background 1s ease-out;
        cursor: pointer;
    }

.heading-1 {
    font-family: "brandon grotesque" !important;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    text-transform: uppercase;
}

.heading-2 {
    font-family: "brandon grotesque" !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
}

.heading-3 {
    font-family: "brandon grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    text-transform: uppercase;
}

.sub-header-2 {
    font-family: "brandon grotesque" !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.job-title-text {
    font-family: "brandon grotesque" !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.text-paragraph-2 {
    font-family: "brandon grotesque" !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.48px;
}

.text-paragraph-1 {
    font-family: "brandon grotesque" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.16px;
}

.text-header-1 { /*used in locations club cards only*/
    font-family: "brandon grotesque" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.text-subheader-3 { /*used in club stuff managers names only*/
    font-family: "brandon grotesque" !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.cst-upparecase {
    text-transform: uppercase;
}

.text-label-small {
    font-family: "brandon grotesque" !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.3px;
}

@media (max-width: 584px) {
    .heading-1 {
        font-size: 32px;
        line-height: 34px;
    }

    .heading-2 {
        font-size: 28px;
        line-height: 30px;
    }

    .heading-3 {
        font-size: 24px;
        line-height: 24px;
    }

    .sub-header-2 {
        font-size: 24px;
        line-height: 28px;
    }

    .job-title-text {
        font-size: 18px;
    }

    .text-header-1 {
        font-size: 15px;
        line-height: 20px;
    }

    .text-paragraph-1 {
        line-height: 24px;
    }

    .text-subheader-3 {
        font-size: 15px;
        line-height: 20px;
    }
}

.tag-default-default {
    width: auto;
    height: 30px;
    background: var(--main-background);
    border-radius: var(--border-radius-xl);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 4px;
}

.tag-xs-default {
    width: auto;
    height: 22px;
    background: var(--main-background);
    border-radius: var(--border-radius-xl);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 8px;
    gap: 4px;
}

.tag-default-icon {
    width: 30px;
    height: 30px;
    background: var(--main-background);
    border-radius: var(--border-radius-xl);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.tag-xs-icon {
    width: 22px;
    height: 22px;
    background: var(--main-background);
    border-radius: var(--border-radius-xl);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

p, h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
}

.nav-logo a img {
    width: 100%;
    height: auto;
    max-height: 30px;
    object-fit: contain;
    height: intrinsic;
    filter: invert(1);
}



.color-black {
    color: black;
}

.searchbox {
    position: unset !important;
}

.m-0 {
    margin: 0
}

.m-1 {
    margin: .25rem
}

.m-2 {
    margin: .5rem
}

.m-3 {
    margin: 1rem
}

.m-4 {
    margin: 1.5rem
}

.m-5 {
    margin: 3rem
}

.m-auto {
    margin: auto
}

.mx-0 {
    margin-right: 0;
    margin-left: 0
}

.mx-1 {
    margin-right: .25rem;
    margin-left: .25rem
}

.mx-2 {
    margin-right: .5rem;
    margin-left: .5rem
}

.mx-3 {
    margin-right: 1rem;
    margin-left: 1rem
}

.mx-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem
}

.mx-5 {
    margin-right: 3rem;
    margin-left: 3rem
}

.mx-auto {
    margin-right: auto;
    margin-left: auto
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: 1rem
}

.mt-4 {
    margin-top: 1.5rem
}

.mt-5 {
    margin-top: 3rem
}

.mt-auto {
    margin-top: auto
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: 1rem
}

.mb-4 {
    margin-bottom: 1.5rem
}

.mb-5 {
    margin-bottom: 3rem
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: 1rem
}

.p-4 {
    padding: 1.5rem
}

.p-5 {
    padding: 3rem
}

.px-0 {
    padding-right: 0;
    padding-left: 0
}

.px-1 {
    padding-right: .25rem;
    padding-left: .25rem
}

.px-2 {
    padding-right: .5rem;
    padding-left: .5rem
}

.px-3 {
    padding-right: 1rem;
    padding-left: 1rem
}

.px-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.px-5 {
    padding-right: 3rem;
    padding-left: 3rem
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: .25rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-3 {
    padding-top: 1rem
}

.pt-4 {
    padding-top: 1.5rem
}

.pt-5 {
    padding-top: 3rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-3 {
    padding-bottom: 1rem
}

.pb-4 {
    padding-bottom: 1.5rem
}

.pb-5 {
    padding-bottom: 3rem
}

/*



.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}



.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}



.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}



.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}*/

.d-none {
    display: none;
}

.header-cs-h4 {
    text-transform: uppercase;
}

.img-fluid {
    width: 100%;
}

.flex-column {
    flex-direction: column;
}

.modal.fade .modal-dialog {
    transform: translate(0, -15%);
}

header_ddb img {
    width: 14px;
    height: 14px;
}

@media (max-width: 769px) {
    .d-none {
        display: none !important;
    }

    .col.mobile-acc-search {
        display: flex;
    }


        .col.mobile-acc-search img,
        .col.mobile-loc-menu img {
            width: 22px;
        }

    .free-pass a {
        color: white !important;
    }

    .laf-logo-menu-mobile img {
        width: 100% !important;
    }

    .mobile-menu-items .search-location .map img {
        width: auto;
    }

    .footer a:link {
        /*color: #001e80 !important;*/
        text-decoration: underline;
        padding: 6px 6px 6px 0px;
        text-decoration: none;
    }

    .video-box > img {
        min-height: 80;
        min-height: 800px;
    }

    div#clubSection {
        display: none !important;
    }

    .rc-anchor-light.rc-anchor-normal {
        width: 100%;
    }

    .miles-text {
        float: right !important;
    }

    .modal.fade .modal-dialog {
        transform: translate(0, -10%);
    }

    ul.mainList li a:link {
        padding: 0;
    }
}

@media (min-width:992px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block;
    }

    .d-md-flex {
        display: flex;
    }

    p.text-md-end {
        text-align: right !important;
    }
}

@media (min-width:1200px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block;
    }

    .d-lg-flex {
        display: flex;
    }
}

.font-bold {
    font-weight: bold;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}


.content p {
    /*text-align: unset;*/
}

    .content p.text-center {
        text-align: center;
    }



.align-items-center {
    align-items: center;
}

nav {
    background: transparent;
    line-height: 1.4;
}

.nav-top {
    background: var(--yellow);
    width: 100%;
    min-height: 30px;
    color: var(--navy-blue);
    font-size: 14px;
    font-weight: 600;
}

.nav-middle {
    width: 100%;
    display: none !important;
}

.nav-social-media {
    margin-left: 5%;
}

.nav-search-cart {
    padding: 0px 10px;
}

    .nav-search-cart > * {
        margin: 0 15px;
    }

.nav-social-media > * {
    margin: 0;
    margin-bottom: 15px;
    width: 7.25rem;
    height: 7.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 50%;
    font-size: 0.8rem;
    color: var(--yellow);
    /*filter: invert(1);*/
}

.nav-social-media {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .nav-social-media > * img {
        height: 60%;
    }

    .nav-social-media > * a {
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .nav-social-media > * a:hover {
            background: transparent;
        }

.search-location {
    border: solid 1px #dedede;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}

    .search-location .map {
        padding: 5px 8px;
        color: white;
        background: var(--yellow);
    }

        .search-location .map img {
            height: 14px;
        }

label {
    margin-bottom: 0;
}


.search-location input[type = 'text'] {
    border: none;
    outline: none;
    max-width: 100px;
    padding: 0 10px;
    text-align: center;
}

.nav-logo {
    padding: 10px 20px;
    max-height: 90px;
    display: flex;
    align-items: center;
}

.nav-menu-list ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    height: 100%;
}

    .nav-menu-list ul li {
        padding-left: 35px;
    }

    .nav-menu-list ul li {
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .nav-menu-list ul li a {
            color: var(--navy-blue);
            text-transform: uppercase;
            font-weight: 500;
            letter-spacing: 1px;
            font-size: 1.6rem;
            font-size: 13px;
            line-height: 1;
            padding-right: 0;
        }

.nav-search-cart a {
    width: 15px;
    height: 15px;
}

.free-pass,
.join-now {
    padding: 10px 15px;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background: var(--yellow);
    color: white;
    border: solid 1px var(--yellow);
}

nav .free-pass, nav .join-now {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-size: 13px;
}

nav .free-pass, nav .join-now {
    background: transparent;
    color: white !important;
    border: solid 1px white;
    margin: 10px;
    padding: 10px;
    border-radius: 7px;
    min-height: unset;
    height: unset;
}

nav.fixed-top .free-pass, nav.fixed-top .join-now {
    /*border: none;*/
    background: var(--navy-blue);
}

    nav.fixed-top .free-pass a, nav.fixed-top .join-now a {
        color: var(--yellow) !important;
    }

nav .free-pass a, nav .join-now a {
    font-weight: 500;
}

nav .free-pass a, nav .join-now a {
    color: white !important;
}

.free-pass {
    margin-left: 15px;
}

.join-now {
    background: var(--navy-blue);
    color: var(--yellow);
}

.carousel-item img {
    max-height: 700px;
    object-fit: cover;
}

.slider-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    color: white;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    margin-left: 35px;
    margin-top: 10px;
}

.banner-top-text {
    font-size: 18px;
}

.banner-text-main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-weight: 900;
    color: var(--yellow);
    line-height: 50px;
}

    .banner-text-main p:nth-of-type(2n) {
        font-size: 45px;
        color: white;
        font-weight: 500;
    }


    .banner-text-main button {
        margin: 50px;
        font-size: 14px;
        font-weight: 900;
        padding: 20px 20px;
        background: var(--yellow);
        color: var(--navy-blue);
        border: none;
        border-radius: 4px;
        line-height: 1px;
    }

.slider-text p.sub-text {
    font-weight: normal;
    text-align: center;
    max-width: 500px;
    font-size: 12px;
    position: relative;
    bottom: 50px;
    align-self: center;
}

.offer-card {
    border: solid 1px rgba(0, 0, 0, 0.13);
    margin-top: 30px;
    margin-bottom: 20px;
    border-right: none;
    padding: 0;
    text-align: center;
}

    .offer-card:last-of-type,
    .offer-card:nth-of-type(2) {
        border-right: solid 1px rgba(0, 0, 0, 0.13);
    }

    .offer-card h5 {
        font-weight: 700;
        color: var(--navy-blue);
        text-align: center;
        padding: 20px;
        font-size: 24px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.13);
        margin: 0;
    }

    .offer-card ul {
        display: flex;
        flex-direction: column;
        text-align: left;
        align-items: center;
        color: var(--grey);
    }

    .offer-card p {
        color: var(--grey);
        font-size: 18px;
    }

    .offer-card h3 {
        font-size: 50px;
        text-align: center;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .offer-card h3 span:first-of-type {
            font-size: 20px;
            font-weight: normal;
            color: var(--grey);
            padding-right: 10px;
        }

.btn-primary, .btn.btn-success {
    background: var(--yellow);
    border: none;
    font-weight: bold;
    color: var(--navy-blue);
}

    .btn-primary:hover, .btn.btn-success:hover {
        background: var(--hover-colour) !important;
    }

.secondary-header {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
}

    .secondary-header span {
        display: block;
        font-size: 45px;
    }

.header-three {
    font-weight: bold;
    font-size: 40px;
}

    .header-three .fa-heart {
        color: #ff3e2f !important;
    }

.btn-secondary {
    background: var(--navy-blue);
    border: none;
    font-weight: bold;
    color: white;
}

.home-page-video img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.home-page-video {
    position: relative;
}

.play-btn-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 60px;
}

.play-btn {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: solid 5px rgba(255, 255, 255, 0.8);
}

.map-container h3 {
    font-weight: bold;
    font-size: 50px;
    color: black;
    text-align: right;
}

.map-container p {
    font-size: 20px;
    font-weight: normal;
}

.map-container h3 span {
    font-size: 40px;
}

.map-container .search-location {
    width: 45%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .map-container .search-location input {
        width: 70%;
        margin: 0;
        max-width: 10000px !important;
        text-align: left !important;
        height: 100%;
    }

        .map-container .search-location input:focus {
            background: none !important;
        }

.search-location > img {
    height: 28px;
    width: 10%;
    object-fit: cover;
    object-position: center;
    margin-top: -2px;
    /* padding-right: 0; */
    margin-right: 10px;
    cursor: pointer;
}

footer {
    background: var(--navy-blue);
    color: var(--cst-grey);
    font-size: 14px;
    box-shadow: 0 0 10px #0000001a;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

    footer p {
        max-width: 80%;
        color: var(--cst-grey);
    }

    footer p {
        max-width: 80%;
        color: var(--cst-grey);
        font-size: 2.4rem;
        font-weight: normal;
    }

    footer h5 {
        font-weight: bold;
        font-size: 14px;
    }

.container-f {
    padding: 2% 4%;
    padding-bottom: 0px;
}

footer ul {
    list-style: none;
    padding: 0;
}

    footer ul li {
        padding-bottom: 20px;
        max-width: 80%;
    }

    footer ul a {
        color: var(--hover-colour);
    }

.signup-box input[type = 'text'],
.signup-box .btn-primary {
    height: 40px;
    border-radius: 4px;
    border: none;
}

.signup-box input[type = 'text'] {
    margin-right: 5px;
    width: 70%;
}

footer .free-pass,
footer .join-now {
    width: 100%;
    border-radius: 7px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

footer .free-pass, footer .join-now {
    width: 100%;
    border-radius: 7px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    footer .free-pass a:link, footer .join-now a:link {
        font-size: 22px;
        font-weight: bold;
    }

.free-pass:hover, .join-now:hover {
    background: var(--hover-colour)
}

footer .free-pass {
    background: var(--yellow);
    color: var(--navy-blue);
    margin: 0;
    margin-right: 20px;
}

.footer-terms {
    /*background: var(--yellow);*/
    background: var(--navy-blue);
}

    .footer-terms p {
        max-width: 100%;
        font-size: 2.08rem;
        font-weight: 100;
        text-align: center;
    }
/*.about-stay > .row {
    border-bottom: solid 1px #00000036;
}*/

.footer-bottom-links ul p {
    color: var(--hover-colour);
}

.footer-bottom-links ul {
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
}

.footer-bottom-links li {
    padding: 0;
    font-size: 12px;
}

.locations-us-canada {
    font-weight: bold;
}

    .locations-us-canada h3 {
        font-size: 22px;
        font-weight: bold;
        text-decoration: underline;
        text-decoration-color: rgba(128, 128, 128, 0.171);
    }

    .locations-us-canada a {
        color: var(--navy-blue);
    }

    .locations-us-canada p {
        width: 20%;
        text-align: center;
        padding-bottom: 20px;
    }

.home-page-video.vid-two .play-btn-box {
    background: hsla(44, 89%, 69%, 0.4);
}

.home-page-video.vid-two.vid-three .play-btn-box {
    background: hsla(227, 66%, 24%, 0.4);
}



.home-page-video {
    margin-bottom: 5px;
}

    .home-page-video .vid-text {
        position: absolute;
        top: 10%;
        left: 8%;
        width: 35%;
    }

    .home-page-video.vid-two.vid-three .vid-text {
        left: unset;
        right: 8%;
        text-align: right;
        color: white;
    }

    .home-page-video .vid-text h3 {
        font-size: 35px;
        font-weight: bold;
        padding-bottom: 10px;
    }

.from-our-members-section {
    margin-bottom: 5px;
    background: var(--footer-bg);
    color: white;
}


.testimonial .designation {
    color: var(--grey);
    font-size: 14px;
}

.testimonial img {
    width: 35px;
    height: 35px;
    margin-right: 20px;
}

.from-our-members-section p {
    font-size: 12px;
}

.testimonial p {
    font-weight: 500;
    font-size: 16px;
}

.joinad {
    margin-bottom: 5px;
    position: relative;
}

.joinad-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.joinad img {
    max-height: 370px;
    object-fit: cover;
    width: 100%;
}

.joinad-text {
    background: #ffffff63;
}

.joinad p {
    color: var(--yellow);
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 6px;
    line-height: 35px;
    text-align: center;
    padding-bottom: 60px;
    font-size: 6rem;
    line-height: 6.2rem;
    letter-spacing: 0;
}

.freepass-color-sec .joinad-text {
    padding: 8.5rem 0;
}

.joinad .pass-join > * {
    margin-bottom: 20px;
    font-size: 20px;
    border-radius: 4px;
    box-shadow: none;
}

.joinad .pass-join .free-pass {
    margin-left: 0;
}


.career-op {
    background: var(--hover-colour);
    color: black;
    margin-bottom: 5px;
}

    .career-op h3 {
        font-weight: 900;
        font-size: 35px;
    }

    .career-op img.pt-img {
        max-height: 1200px;
    }

    .career-op .opportunities {
        font-size: 12px;
        text-align: center;
        padding-bottom: 0%;
        min-height: 140px;
    }

        .career-op .opportunities img {
            height: 80px;
            object-fit: cover;
            width: 100%;
        }

.h-line {
    border-bottom: solid 1px rgba(0, 0, 0, 0.411);
}

.op-icons p i {
    font-size: 40px;
}

.op-icons > .col:first-of-type {
    color: var(--navy-blue);
}

.query-box {
    background: var(--hover-colour);
}

    .query-box input[type = 'text'],
    .query-box textarea {
        background: transparent;
        border: none;
        min-height: 45px;
        padding: 15px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.192);
    }

        .query-box input[type = 'text']::placeholder,
        .query-box textarea::placeholder {
            color: rgb(82, 82, 82);
        }

    .query-box .signup-box input {
        background: white;
    }

    .query-box .signup-box button {
        background: var(--footer-bg);
        color: var(--yellow);
    }

    .query-box h3 {
        font-weight: bold;
        font-size: 40px;
    }

        .query-box h3:nth-of-type(2) {
            color: white;
        }

.mobile-navigation {
    background: transparent;
    min-height: 60px;
    transition-duration: 1s;
}

    .mobile-navigation .mobile-logo {
        height: 100%;
    }

.mobile-acc-search a {
    color: var(--navy-blue);
    padding-right: 15px;
}

.mobile-loc-menu a {
    color: var(--yellow);
    padding-left: 15px;
}

.col.mobile-loc-menu .laf-logo-menu-mobile img {
    max-width: 200px;
    margin-left: 30px;
}

.mobile-navigation .menu-dropdown {
    width: 100%;
    /* padding: 20px 0; */
    padding: 0;
    list-style: none;
    margin: 0;
}

.mobile-navigation .sidemenu {
    position: fixed;
    background: rgba(0, 0, 0, 0.301);
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -1px;
    /* padding: 20px 0; */
    padding: 0;
    margin: 0;
    max-height: 100vh;
    height: 100vh;
    filter: invert(1);
}

    .mobile-navigation .sidemenu .mobile-menu-social > * {
        display: none;
    }

.mobile-navigation .mobile-menu-items {
    float: right;
    width: 80%;
    height: calc(100% + 5px);
    background: white;
}


.mobile-navigation .menu-dropdown li {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.096);
    font-weight: bold;
}

    .mobile-navigation .menu-dropdown li:first-of-type {
        border-top: solid 1px rgba(0, 0, 0, 0.096);
    }

@media (max-width:450px) {
    .carousel-item img {
        height: 580px;
        object-position: 80%;
    }

    .banner-text-main {
        font-size: 35px;
        line-height: 1;
    }

        .banner-text-main p:nth-of-type(2n) {
            font-size: 25px;
        }

        .banner-text-main h5 {
            font-weight: bold;
            font-size: 12px;
            color: white;
        }

    .slider-text p.sub-text {
        position: absolute;
        width: 200%;
        left: -17%;
        bottom: 10px;
        max-width: unset;
        background: rgba(255, 255, 255, 0.452);
        padding: 10px 10px;
        line-height: 10px;
        font-size: 9px;
    }

    .offer-card {
        margin-bottom: 10px;
        margin-top: 10px;
        border-right: solid 1px rgba(0, 0, 0, 0.13);
    }

        .offer-card .btn {
            font-size: 28px;
            padding: 10px;
            font-weight: bold;
            border-radius: 2px;
            width: 90%;
        }

    .secondary-header {
        font-size: 24px;
    }

        .secondary-header span {
            font-size: 20px;
        }

    .home-page-video img {
        /* height: 270px; */
        height: 590px;
    }

    .play-btn-box {
        font-size: 30px;
    }

    .play-btn {
        width: 80px;
        height: 80px;
    }

    .map-container h3 {
        font-size: 40px;
        text-align: center;
    }

        .map-container h3 span {
            font-size: 27px;
        }

    .career-op h3 {
        font-size: 30px;
        text-align: center;
    }

    .career-op .opportunities {
        font-size: 6px;
    }

    .home-page-video.vid-two img {
        padding-top: 100px;
    }

    .home-page-video .vid-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0 !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        color: var(--black) !important;
    }

    .top-mobile-text {
        background: white;
        padding-top: 20px;
    }

    .home-page-video .vid-text h3 {
        font-size: 25px;
    }

    .top-mobile-text p {
        max-width: 250px;
        color: var(--grey);
    }

    .vid-text .btn-secondary,
    .vid-text .btn-primary {
        background: var(--yellow);
        color: var(--navy-blue);
        border: solid 10px white;
        border-radius: 0;
    }

    .from-our-members-section h3 {
        font-size: 40px;
    }

    .career-op .opportunities img {
        height: 240px;
    }

    .career-op .opportunities {
        font-size: 16px;
        font-weight: bold;
    }

    footer {
        font-size: 10px;
    }

        footer h5 {
            font-size: 12px;
        }

        footer .free-pass,
        footer .join-now {
            font-size: 16px;
            padding: 7px;
        }

        footer .free-pass {
            margin-bottom: 12px;
        }

    .footer-terms p {
        font-size: 9px;
        padding-bottom: 5px !important;
    }

    .signup-box .btn-primary {
        font-size: 11px;
    }

    .laf-logo-menu-mobile img {
        width: 80%;
        object-fit: contain;
        height: 75px;
    }

    .mobile-menu-botom {
        border-top: solid 2px var(--navy-blue);
    }

    .mobile-menu-social {
        color: var(--navy-blue);
        font-size: 30px;
        position: absolute;
        bottom: 10px;
        right: 0;
        width: 80%;
    }

    .free-pass, .join-now {
        font-size: 25px;
    }

    .toptop.button .btn {
        width: 100%;
        min-height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: bold;
        background: var(--yellow);
        color: var(--navy-blue) !important;
    }

    .content p {
        /*text-align: center !important;*/
        line-height: 1.5 !important;
        color: grey;
    }

    .toptop p {
        color: grey !important;
    }

    .container-f .pass-join {
        min-width: 100px;
        padding-top: 11px;
    }

    .career-op .toptop.button {
        background: none;
    }

        .career-op .toptop.button .btn.btn-secondary {
            background: var(--navy-blue);
            color: white !important;
        }

    .carousel-btns-below {
        position: relative;
        margin-top: -25px;
    }

        .carousel-btns-below > * {
            width: 100%;
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .query-box .btn-secondary {
        width: 85%;
        min-height: 45px;
        font-size: 18px;
    }

    .mobile-menu-social {
        display: flex;
        justify-content: space-around;
        padding-bottom: 10px;
    }

        .mobile-menu-social img {
            height: 25px;
        }

    .mobile-menu-items {
        font-size: 3.6vw;
    }

    .map-container .search-location input {
        width: 70%;
    }

    .search-location > img {
        height: 22px;
        width: 8%;
    }

    .map-container .search-location label img {
        width: 20px !important;
    }

    .map-container .search-location {
        width: 60%;
    }
}

@media (max-width:350px) {
    .map-container .search-location input {
        width: 65%;
    }
}


nav a:hover,
footer a:hover {
    background: none;
}

.free-pass a {
    color: white;
}

/*footer changes*/
.nav-social-media > * a {
    padding: 0 !important;
}

.footer a:hover {
    background-color: unset;
    padding: unset;
}

footer ul a {
    color: var(--hover-colour) !important;
    text-decoration: none !important;
}

footer h5 {
    color: white;
}

.footer {
    padding: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto
}



@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width:769px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }

    .banner-text-main p {
        padding-bottom: 20px;
    }

    .play-social {
        max-width: 270px;
    }

    .about-stay > .row {
        justify-content: space-between;
        padding: 0 4px;
    }

    .play-social-group {
        /*max-width: 63%;*/
        max-width: 100%; /*cst new design changes*/
        justify-content: space-between;
        padding: 0;
    }

    .about-sec-main {
        min-width: 390px;
        /*width: 37%;*/
    }

    .map-container .justify-content-md-end {
        justify-content: flex-end;
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px
    }
}

.search-bar-nav {
    border: solid 1px #dedede;
    border-radius: 7px;
}

    .search-bar-nav input {
        border: none;
        border-bottom-left-radius: 7px;
        border-top-left-radius: 7px;
    }

    .search-bar-nav button {
        border: none;
        border-bottom-right-radius: 7px;
        border-top-right-radius: 7px;
        background-color: white;
    }

    .search-bar-nav img {
        width: 15px;
        height: 15px;
    }

.w-100 {
    width: 100%;
}


/*slider css homepage*/
.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(100%)
    }

    .active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range:-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range:-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd
    }

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.content .banner-text-main p {
    font-size: 60px;
    color: var(--yellow);
    line-height: 50px;
}

.content .banner-text-main h5 {
    font-weight: 900;
}

.content p.banner-top-text, p.sub-text {
    color: white;
}

.content p.banner-top-text {
    font-weight: 900;
}

@media(max-width: 769px) {
    .content .banner-text-main p {
        font-size: 30px;
        color: var(--yellow);
        line-height: 30px;
    }

    .TableColumnarData td {
        max-width: 30px;
    }

    .mobile-menu-items .free-pass, .mobile-menu-items .join-now {
        padding: 10px 7px;
        min-height: 47px;
    }

        .mobile-menu-items .free-pass a {
            padding: 0;
            width: 100%;
            text-align: center;
        }

    .mobile-menu-items .free-pass {
        width: 55% !important;
    }

    .mobile-menu-items .join-now {
        width: 45% !important;
        box-sizing: border-box;
    }

    .sidemenu .mobileStackButton {
        border: solid 1px black;
        margin-left: 3px !important;
        margin-right: 10px !important;
        margin-top: 2px !important;
        margin-bottom: 2px !important;
        border-radius: 7px;
    }

    .mobile-menu-items .mobileStackButton {
        padding: 5px 5px;
        min-height: 35px;
        width: 95% !important;
    }

    .sidemenu .mobileStackButton a {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/*slider css homepage*/
@media(max-width: 991px) {
    .sidemenu .mobileStackButton {
        border: solid 1px black;
        margin-left: 3px !important;
        margin-right: 10px !important;
        margin-top: 2px !important;
        margin-bottom: 2px !important;
        border-radius: 7px;
    }

    .mobile-menu-items .mobileStackButton {
        padding: 5px 5px;
        min-height: 35px;
        width: 95% !important;
    }

    .sidemenu .mobileStackButton a {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.play-btn img {
    width: 100% !important;
    height: 100% !important;
}

.play-btn {
    border: none !important;
}

.op-icons p img {
    width: 50px;
}

.row.op-icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .row.op-icons > .col {
        width: 50%;
    }

.content .text-center p {
    text-align: center;
}

.query-box input[type = 'text'], .query-box textarea {
    outline: none;
    border: none !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.192) !important;
}

.we-love img {
    width: 30px;
    margin-bottom: 8px;
    /* margin-left: 5px; */
    /* margin-right: 5px; */
}

.row.op-icons .h-line {
    width: 100%;
}

.map-container .search-location label img {
    width: 27px;
    background: var(--navy-blue);
    padding: 5px;
    height: 30px;
}

.footer a:link {
    text-decoration: none !important;
}

footer .free-pass a, footer .join-now a {
    font-size: 19px;
    font-weight: bold;
}

nav .search-location > img {
    width: 14%;
}

nav .search-location {
    display: none;
}

.login-btn-top {
    position: absolute;
    right: 50px;
    filter: invert(1);
}

    .login-btn-top a:after {
        content: "LOGIN";
        padding-left: 17px;
        position: relative;
        top: 3px;
        font-weight: 400;
    }

    .login-btn-top img {
        height: 25px;
    }

/*h1.MainTitle, .h1.MainTitle {
    display: none;
}*/

/* guest pass page */
.slider-image {
    position: relative;
}

    .slider-image .text-container {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .slider-image img {
        max-height: 410px;
        object-fit: cover;
        object-position: top;
    }

    .slider-image .text-container h1 {
        color: var(--yellow);
        font-size: 70px;
        font-weight: 700;
        text-shadow: 0 0 10px black;
        line-height: 1.1;
    }

        .slider-image .text-container h1:nth-last-of-type(2) {
            color: white;
        }

.gym-trial h1 {
    font-weight: bold;
    color: black;
    text-align: center;
}

.gym-trial .sub-h1 {
    font-size: 18px;
    color: var(--navy-blue);
}

.gym-trial h6 {
    font-size: 16px;
    color: var(--navy-blue);
    font-weight: normal;
}

.gym-trial .sub-h1 span a {
    font-size: 16px;
    color: var(--yellow);
}

.gym-trial .sub-h1 img {
    height: 25px;
    width: auto;
}

.form-items input {
    background: #ffde85;
    border-radius: 12px;
    border: none;
    outline: none;
    padding: 10px 25px;
    margin-bottom: 12px;
    width: 100%;
}

    .form-items input::placeholder {
        color: var(--navy-blue);
    }

.checkbox-terms {
    line-height: 1.1;
    font-size: 12px;
    color: var(--navy-blue);
}

.tagus h1 {
    color: var(--yellow);
    font-weight: bold;
    font-size: 70px;
    text-shadow: 3px 3px 0 var(--navy-blue);
    line-height: 0.8;
}

    .tagus h1 span {
        font-size: 50px;
    }

.img-gallary {
    width: 60%;
}

@media (max-width: 769px) {
    .slider-image .text-container h1 {
        font-size: 50px;
        text-align: center;
    }

    .login-btn-top {
        display: none;
    }

    .slider-image .text-container h1 span {
        display: block;
        font-size: 35px;
    }

    .tagus h1 {
        font-size: 35px;
    }

        .tagus h1 span {
            font-size: 25px
        }

    .gym-trial .sub-h1,
    .gym-trial .sub-h1 span a {
        font-size: 14px;
    }

    .gym-trial h6 {
        font-size: 12px;
    }

    .gym-trial .sub-h1 img {
        height: 15px;
    }

    .checkbox-terms input {
        margin-right: 10px;
    }

    .checkbox-terms {
        font-size: 10px;
    }

    .btn-exp {
        width: 90%;
        padding: 10px 25px;
    }

    .img-gallary {
        width: 100%;
    }
}

/* waiver page */

.slider-waiver img {
    height: 500px;
    max-height: 500px;
}

.slider-image.slider-waiver .text-container h1 {
    font-size: 100px;
}

    .slider-image.slider-waiver .text-container h1:nth-of-type(2) {
        font-size: 140px;
    }

.waiver h1 {
    font-weight: bold;
    font-size: 50px;
}

.waiver h2 {
    font-size: 25px;
    color: var(--navy-blue);
}

.waiver-box {
    border: solid 1px black;
    padding: 20px;
}

    .waiver-box p {
        margin-bottom: 30px;
    }

.waiver-agree > * {
    display: inline;
}

.waiver-agree .btn-cc {
    display: block;
}

    .waiver-agree .btn-cc .btn {
        display: block;
        padding: 20px 60px;
        font-size: 25px;
    }

.waiver-agree input[type='text'] {
    background: #ffde85;
    border-radius: 12px;
    border: none;
    outline: none;
    padding: 10px 25px;
    margin-bottom: 12px;
    min-width: 265px;
    margin-left: 10px;
    margin-right: 10px;
}

.location-box img {
    max-width: 300px;
}

.location-box h3 {
    font-size: 30px;
    padding-top: 5px;
}

.location-box h5 {
    font-size: 20px;
}

.gym-trial .sub-h1 p {
    display: flex;
}

    .gym-trial .sub-h1 p span {
        width: 200px;
    }

.qr-mobile canvas {
    display: none;
}



.app-icon img {
    border-radius: 25px;
}

@media (max-width: 769px) {
    .waiver-box {
        max-height: 510px;
        overflow: scroll;
    }

    .waiver-agree .btn-cc .btn {
        display: block;
        padding: 20px;
        font-size: 16px;
    }

    .slider-waiver h1 {
        font-size: 70px !important;
    }

        .slider-waiver h1:nth-of-type(2) {
            font-size: 90px !important;
        }

    footer .free-pass {
        background: white !important;
    }

        footer .free-pass a {
            color: var(--navy-blue) !important;
        }
}


@media print {
    * {
        -webkit-print-color-adjust: exact;
    }

    body {
        -webkit-print-color-adjust: exact !important;
    }

    nav, .shop-laf {
        display: none;
    }

    footer {
        display: none;
    }

    .slider-image .text-container h1 {
        text-shadow: none;
    }

    .shop-gallary img {
        max-height: 400px;
        width: auto;
    }

    .slider-image.confirmation-page img.bg-image,
    .slider-image.get-card-box img.bg-image {
        max-height: unset;
        height: 100vh;
    }
}

.freepass-guideline .lah4 {
    font-size: 30px !important;
    padding-bottom: 20px !important;
    display: block;
}

.freepass-guideline {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
}

@page {
    size: auto; /* auto is the initial value */
    margin: 0; /* this affects the margin in the printer settings */
}
/* amenities */
.card-blocks-am .card-cba {
    position: relative;
    padding: 0;
    margin: 0;
    aspect-ratio: 1/1;
    max-width: 49%;
    margin: 0.5%;
}

    .card-blocks-am .card-cba > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 0;
        margin: 0;
    }

    .card-blocks-am .card-cba .text-content-cba,
    .sub-blog .text-content-sb {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000bd;
        color: white;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.sub-blog {
    position: relative;
}

    .sub-blog img {
        width: 100%;
        max-width: 100%;
        max-height: 400px;
        object-fit: cover;
        object-position: top;
    }

    .sub-blog .text-content-sb {
        position: absolute;
        left: 0;
        top: 0;
    }

.tex-dumbells p {
    font-size: 20px;
    font-weight: normal;
    color: var(--grey);
}

.tex-dumbells h3 {
    font-size: 30px;
}

@media (max-width:769px) {
    .card-blocks-am .card-cba {
        max-width: 99%;
    }

        .card-blocks-am .card-cba > img {
            min-height: 550px;
        }

        .card-blocks-am .card-cba button {
            width: 95% !important;
        }

    .slider-image.slider-waiver.slider-amenities .text-container h1:nth-of-type(2) {
        font-size: 60px !important;
    }
}
/* eqipment */
.video-comp-equip {
    position: relative;
}

    .video-comp-equip .vid-container {
        position: absolute;
        top: 0;
        left: 0;
        color: white;
        font-size: 40px;
        background: #14266628;
        transition-duration: 0.5s;
    }

        .video-comp-equip .vid-container:hover {
            background: #1426664d;
        }

    .video-comp-equip img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-comp-equip .play-btn {
        width: 100px;
        height: 100px;
    }

.video-comp-equip {
    padding: 0;
    cursor: pointer;
}

.vid-box-equip {
    padding: 20px 0 !important;
}

    .vid-box-equip h3 {
        font-weight: bold;
    }

@media (max-width:769px) {
    .vid-box-equip {
        padding: 0 !important;
        padding-bottom: 10px !important;
    }
}
/* pool and spa */

.vid-box-equip {
    max-width: 100vw;
    overflow: hidden;
}

.pool-spa-dyk p {
    max-width: 90%;
}

@media (max-width: 769px) {
    .pool-spa-dyk img {
        height: 400px;
    }
}
/* third party */

.toptext-tp h5 {
    font-size: 20px;
    font-weight: normal;
    color: var(--grey);
}

.disclaim-tp {
    font-size: 14px;
}





.carousel-pass-join {
    padding: 0;
}

.mobile-navigation .mobile-menu-items {
    max-height: 100vh;
    overflow: scroll;
}

.mobile-menu-social {
    background: white;
    height: 10vh;
    display: none !important;
}

@media (max-width: 769px) {
    .carousel {
        padding: 0;
        margin: 0;
    }

    .secondary-header {
        line-height: 1.3 !important;
    }

    .joinad,
    .video-box,
    .home-page-video {
        padding-left: 0;
        padding-right: 0;
    }

    .container-f.about-stay p {
        text-align: left !important;
    }

    .container-f.about-stay .about-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 16px;
    }

    footer .navigate {
        padding: 2% 8%;
    }
}

@media (max-width: 450px) {
    .mobile-menu-social {
        bottom: 0;
    }

    .mobile-menu-items .search-location {
        min-width: 175px;
    }
}

nav {
    position: relative;
    z-index: 999;
    transition: all 0.3s ease-out;
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 10px #0000002e;
    box-shadow: none;
}

    nav .nav-bottom {
        transition-duration: 1s;
    }

    nav.fixed-top .nav-bottom {
        background: var(--yellow);
        filter: invert(1);
    }

        nav.fixed-top .nav-bottom .nav-menu-list .nav-drop-down {
            filter: invert(1);
        }

.nav-menu-list .nav-drop-down ul li a {
    color: var(--yellow) !important;
}

.nav-drop-down ul li:hover a {
    color: var(--navy-blue) !important;
}

.fixed-top {
    box-shadow: 0 0 10px #0000001f;
}

.nav-menu-list ul li {
    position: relative;
}

.nav-drop-down {
    position: absolute;
    z-index: 9999;
    background: white;
    padding: 10px;
    top: 55px;
    left: 20%;
    margin-left: -5px;
    width: 100%;
    min-width: 120px;
    display: none;
    min-width: 185px;
    box-shadow: 0 5px 10px #0000002b;
}

    .nav-drop-down ul {
        display: block;
        width: 100%;
        margin: 0 !important;
    }

        .nav-drop-down ul li {
            width: 100%;
            /* min-width: 253px; */
            padding: 5px 10px;
            display: block;
            text-align: left;
            border-bottom: solid 1px #0000000f;
            transition-duration: 0.25s;
        }

            .nav-drop-down ul li:last-of-type {
                border: none;
            }

            .nav-drop-down ul li:hover {
                background: var(--yellow);
                color: white;
            }

                .nav-drop-down ul li:hover a {
                    color: white;
                }

.nav-menu-list ul li:hover .nav-drop-down {
    display: block;
    /* background: red; */
    margin-top: -5px;
}

.nav-drop-down:hover {
    display: block;
}



footer ul a:link {
    color: var(--hover-colour) !important
}

footer ul li a {
    color: var(--yellow) !IMPORTANT;
    /*font-size: 1.7rem !important;*/
    font-size: 2.08rem !important; /*new cst design font*/
}


footer h6 {
    color: var(--yellow);
    padding-bottom: 16px;
    font-size: 2rem;
    display: none;
}

footer ul li {
    padding-bottom: 1.28rem;
}

footer ul {
    padding-bottom: 10px;
}

.mobile-navigation .menu-dropdown li ul {
    display: none;
}

.mobile-navigation .menu-dropdown li.active ul {
    display: block;
}

.mobile-navigation .menu-dropdown li ul {
    background: #80808038;
    padding: 0 20px;
}

.mobile-loc-menu p {
    padding-left: 15px;
    color: var(--yellow);
}

.mobile-navigation .menu-dropdown:last-of-type {
    padding-bottom: 20px;
}

@media (min-width: 769px) {
    footer .navigate .col-lg {
        width: 20%;
    }

    nav .nav-bottom {
        background: var(--yellow);
        filter: invert(1);
    }

    .nav-bottom-margin-c {
        height: 95px;
    }

    /*.nav-bottom-margin-c {
        height: 80px;
    }*/

    .footer-n-w-fix {
        min-width: 385px;
        /*min-width: unset; new cst design*/
        width: unset;
    }

    .play-apple-store-sec {
        display: none !important;
    }
}

.popup {
    z-index: 99999;
}

.row.op-icons > .col a {
    font-size: 16px;
    font-weight: bold;
    color: var(--grey);
}

.row.op-icons > .col.active a {
    color: var(--navy-blue);
}

.row.op-icons > .col {
    border-bottom: solid 2px var(--grey);
    padding-bottom: 10px;
}

    .row.op-icons > .col.active {
        border-bottom: solid 2px var(--navy-blue);
        padding-bottom: 10px;
    }

.top-club-pos-card .btn.btn-secondary {
    font-size: 10px;
    width: 100%;
}

.top-club-pos-card {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-bottom: 30px;
    position: relative;
}

.top-club-pos h5 {
    font-size: 14px;
    text-align: center;
    padding-bottom: 11px;
}

.top-club-pos h6 {
    font-size: 12px;
    text-transform: unset;
    letter-spacing: 0px;
    padding: 5px 0;
}

.top-club-pos p {
    text-align: center;
    font-size: 11px;
    line-height: 1.4;
    max-width: 85%;
    padding-bottom: 5px;
}

.top-club-pos img {
    height: 80px;
    width: 100%;
    object-fit: cover;
}

.job-apply-here {
    text-align: center;
    padding-bottom: 20px;
}

    .job-apply-here .btn {
        font-size: 12px;
    }

    .job-apply-here p {
        padding-bottom: 10px;
    }

.top-club-pos {
    border-bottom: solid 1px #0000002e;
    margin-bottom: 15px;
}

/*carousel cards*/
.club-pos-carousel .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
}

.club-pos-carousel .carousel-indicators .active {
    background: var(--navy-blue) !important;
    background-size: unset;
}

.club-pos-carousel .carousel-indicators {
    margin-bottom: -1rem;
}

    .club-pos-carousel .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border: 0;
        border-radius: 50%;
    }

.club-pos-carousel img {
    height: 140px;
}

.club-pos-carousel h5 {
    text-align: center;
    padding: 20px 0 10px 0;
    font-size: 17px;
    border-bottom: solid 2px var(--navy-blue);
    color: var(--navy-blue);
}

.club-pos-carousel p {
    padding-top: 15px;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.carousel-control-next, .carousel-control-prev {
    display: none;
}
/*carousel cards*/

.drop-down-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.drop-down-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}

.mobile-loc-menu a, .mobile-loc-menu p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.3rem;
}

.mobile-loc-menu li {
    padding: 10px 0 !important;
}

.mobile-navigation .menu-dropdown li:first-of-type {
    border-top: none;
}

.col.mobile-acc-search img, .col.mobile-loc-menu img {
    max-height: 35px;
    margin: 20px 19px;
}

ul.menu-dropdown.mobile-menu-botom li {
    text-align: right;
    border: none;
    padding-right: 15px !important;
}

    ul.menu-dropdown.mobile-menu-botom li a {
        text-transform: unset;
        color: #adadad;
        font-weight: 400;
    }

ul.menu-dropdown.mobile-menu-botom {
    padding-top: 30px;
}

.drop-down-arrow:after {
    content: '';
    width: 11px;
    height: 14px;
    background: url(/Pages/Images/NewNav/chevron-down-solid.svg);
    margin-left: 14px;
    filter: invert(1);
}

/*.query-box h3,
.query-box p {
    text-align: left !important;
}*/

div#updContact {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    justify-content: stretch;
}

    div#updContact > * {
        width: 100%;
    }

.contact-table th.fieldLabel {
    width: 50%;
}

.contact-table {
    width: 100%;
    max-width: 260px;
}

@media (min-width: 769px) {
    .contact-table {
        position: absolute;
        /*float: right;*/
        right: -5vw;
        top: 12px;
    }
}

.top-club-pos-card .videolink_overlay {
    width: 26px !important;
    height: 26px !important;
    position: absolute;
    cursor: pointer;
    top: 13% !important;
    left: 45% !important;
}

.top-club-pos .videolink_overlay {
    top: 10% !important;
}

.top-club-pos-card img {
    border-radius: 12px;
}

.top-club-pos {
    text-align: center;
    font-size: 11px;
    line-height: 1.4;
    padding-bottom: 5px;
}

.top-club-pos-card h6 {
    font-size: 12px !important;
    text-transform: unset !important;
    letter-spacing: 0px !important;
    padding: 5px 0 !important;
    text-align: center !important;
}

.job-apply-here.mobile-apply {
    margin-top: 30px;
}

.club-pos-carousel img {
    border-radius: 12px;
}
/*fixes for older pages */
.flex-wrap {
    flex-wrap: wrap;
}

body form > .container {
    max-width: unset;
    margin: 0 !important;
    padding: 0 !important;
}

.content {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}



@media (min-width: 576px) {
    .content {
        max-width: 540px;
    }
}


@media (min-width: 769px) {
    .content {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .content {
        width: 970px;
    }
}


@media (min-width: 1200px) {
    .content {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .content {
        max-width: 1600px;
    }
}

footer .free-pass {
    margin-bottom: 20px
}


nav {
    box-shadow: 0 0 10px #0000002e;
    box-shadow: none;
}

.content {
    max-width: 100vw;
    overflow: hidden;
}

.mobile-menu-items .row {
    margin: 0px;
}

.lightbox.level2 .popupContainer {
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
}

.friendsContainer input.gray {
    margin: 0 10px;
}

@media (max-width: 769px) {
    .lightbox.level2 .friendsContainer input[type="text"] {
        width: 100%;
    }

    .footer-n-w-fix > .col-lg-6, .footer-n-w-fix > .col-lg-12 {
        width: 100%;
        padding-left: 0;
    }

    .footerlistitem {
        padding: 0;
        width: 44%;
        white-space: nowrap;
    }

    .friendsContainer {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        padding: 0;
    }

    .nav-bottom-margin-c {
        height: 100px;
    }

    .mobile-navigation {
        background: var(--yellow);
        filter: invert(1);
    }

    .friendsContainer > * {
        width: 100% !important;
    }

    .friendsContainer .searchClear {
        float: right !important;
        position: absolute;
        width: auto !important;
        right: 10px;
        top: 15px;
    }
}


@media (max-width:769px) {
    .footer-terms .container {
        padding-left: 5%;
        padding-right: 5%;
    }

    .free-pass {
        margin: 0;
    }

    .container-f.navigate > div {
        padding: 0 !important;
        padding-left: 0 !important;
    }

    .feedbackForm p {
        text-align: left !important;
    }
}

.content p {
    margin: 10px 0 10px 0;
    padding: 0;
}

.content div#updContact > * {
    width: unset;
}

footer {
    margin-top: 15px;
}

.PaddingBoxCenter5px {
    padding: 5px;
    text-align: center;
}


.content {
    padding-left: 25px;
    padding-right: 25px;
}

.fade {
    opacity: 1;
}

.modal-dialog {
    margin: 115px auto;
}

footer .free-pass {
    margin-bottom: 12px;
}

.cards-mobile-gift a {
    width: 50%;
    font-size: 12px;
    border: solid 1px var(--navy-blue);
    margin: 6px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: bold;
}

.footer a:active,
.footer a:focus {
    background: none;
    border: none;
}

@media(min-width:769px) and (max-width:992px) {
    .col.mobile-acc-search img, .col.mobile-loc-menu img,
    .mobile-acc-search a {
        width: 22px;
        filter: invert(1);
    }

    .col.mobile-acc-search {
        display: flex;
    }

        .col.mobile-acc-search img, .col.mobile-loc-menu img, .mobile-acc-search a {
            width: 22px;
            margin-left: 10px;
        }
}


.nav-search-cart a.gift {
    width: unset;
    height: unset;
    background: var(--yellow);
    padding: 5px 15px;
    border-radius: 50px;
    color: var(--navy-blue);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    font-size: 10px;
}

    .nav-search-cart a.gift img {
        max-height: 22px;
        padding-right: 10px;
    }

.nav-top a:link {
    color: var(--yellow);
    text-decoration: none;
    text-align: center;
    padding: 5px;
    font-size: 10px;
}


/*fixes for older pages */
@media (min-width:576px) {
    .nav-top {
        font-size: 1.6rem;
        font-weight: 100;
        letter-spacing: 0.16rem;
    }

        .nav-top a:link {
            font-size: 1.6rem;
            padding: 8px 20px;
            font-weight: 100;
            opacity: 1;
            letter-spacing: 1;
        }
}

@media (min-width: 450px) and (max-width: 769px) {
    .mobile-navigation .mobile-menu-items {
        max-height: 100vh;
        overflow: scroll;
        max-width: 300px;
    }

    .laf-logo-menu-mobile img {
        min-height: 100px;
        object-fit: contain;
    }

    .carousel-btns-below {
        position: relative;
        margin-top: -25px;
    }

    .free-pass, .join-now {
        margin-left: 0;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.phase1 .leftCol .content {
    width: 100%;
}

.lightbox.level2,
#divClusterClubs {
    z-index: 1001;
}


.phase1 .leftCol {
    top: 15px;
    left: -10px;
}

/*@media (max-width:1100px) and (min-width: 769px) {
    .nav-bottom {
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
        justify-content: center !important;
        height: 140px;
    }

    .nav-menu-list ul li {
        padding-left: 30px;
    }

    .nav-search-cart {
        padding-top: 12px;
    }

    .nav-social-media {
        display: none !important;
    }

    .nav-middle {
        width: 100%;
        flex-wrap: wrap;
        align-items: center !important;
        justify-content: center !important;
    }
}*/

.footer a:active, .footer a:focus {
    padding: 6px;
    padding-left: 0;
}

.footer a:hover {
    padding: 6px;
    padding-left: 0px;
}

ul li a.ot-sdk-show-settings {
    font-weight: bold;
}



ul li a.ot-sdk-show-settings {
    font-weight: bold;
}

.modal-body footer {
    background: unset;
    border: unset;
}

@media (max-width:850px) and (min-width:767px) {

    nav {
        position: fixed;
        width: 100%;
        top: 0;
    }

    .mobile-navigation {
        display: flex !important;
    }

    .nav-middle, .nav-bottom {
        display: none !important;
    }

    .col.mobile-acc-search img, .col.mobile-loc-menu img {
        width: 22px;
        max-width: 280px;
    }

    .mobile-navigation .mobile-logo img {
        max-width: 220px;
        object-position: center;
    }

    div#carouselExampleControls {
        margin-top: 90px;
    }

    ul li {
        display: block;
    }

    .laf-logo-menu-mobile img {
        min-height: 100px;
        object-fit: contain;
    }

    .laf-logo-menu-mobile img {
        width: auto !important;
        max-width: 280px;
        padding-left: 23px;
    }

    .mobile-loc-menu .laf-logo-menu-mobile a {
        font-size: 23px;
    }

    .carousel-pass-join {
        display: flex !important;
    }

    .mobile-navigation .mobile-menu-items {
        min-height: 102vh;
        overflow: scroll;
        width: 50%;
    }


    .search-location .map img {
        width: auto;
    }

    .pricing-block {
        width: 120% !important;
        position: relative;
        left: -10%;
    }
}

div#redirModalheader a.close {
    top: -22px;
    position: relative;
}

div#pnlReserve .modal-content {
    top: 0 !important;
}

.confirmation-new-block {
    background: var(--navy-blue);
}


.nav-drop-down ul li a {
    letter-spacing: unset;
    text-transform: none;
}

.footer ul li {
    display: block;
    padding-top: 3px;
    line-height: 1;
}

.footer a:link {
    text-decoration: none !important;
    font-size: 2.08rem !important;
}

footer ul a:link {
    /*color: var(--yellow) !important;*/
    color: #4c4c4c !important;
}

.footer-bottom-links a:link {
    font-size: 2.3rem;
    color: var(--yellow) !important;
    /*text-decoration: underline !important;*/
    font-weight: 100;
    padding: 0 20px;
    opacity: 0.7;
    white-space: nowrap;
}

.do-not-sell-o li a {
    font-weight: 700 !important;
}

.do-not-sell-o li {
    margin: auto;
    font-weight: 900;
}

.pass-join {
    padding: 0;
}

footer .container-f.navigate > .col-lg-12 {
    padding: 0;
}

footer h5 {
    color: var(--cst-grey);
    font-weight: 800;
    font-size: 2.4rem;
    letter-spacing: 1px;
}

footer .free-pass {
    margin-bottom: 50px;
}

    footer .free-pass a:link {
        color: var(--navy-blue) !important;
    }


.joinad-text > div > .d-flex {
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

    .joinad-text > div > .d-flex > .flex-column {
        flex-direction: row !important;
        justify-content: center;
        width: 70%;
    }

.joinad-text .container {
    height: 100%;
    top: 0;
}

.joinad .pass-join > * {
    font-size: 30px;
    font-weight: 300;
    padding: 15px 30px;
}

/*.joinad img {
    filter: grayscale(1) brightness(0.5);
}*/
.joinad p {
    color: var(--yellow);
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 6px;
    line-height: 35px;
    text-align: center;
    padding-bottom: 60px;
    font-size: 6rem;
    line-height: 6.2rem;
    letter-spacing: 0;
}

.joinad .free-pass, .joinad .join-now, .freepass-color-sec .joinad .pass-join .free-pass {
    background: transparent !important;
    min-height: unset !important;
    max-width: unset !important;
    width: unset;
    border: solid 2px var(--yellow) !important;
    color: var(--navy-blue);
    min-width: 25rem;
}

    .joinad .free-pass a, .joinad .join-now a, .freepass-color-sec .joinad .pass-join .free-pass a, .freepass-color-sec .joinad .pass-join .join-now a {
        color: var(--yellow) !important;
    }

.freepass-color-sec .joinad img {
    /*filter: brightness(0.4);*/
}

.footer-bottom-links a:visited {
    color: var(--yellow) !important;
}

.footer-terms p {
    /* background: var(--yellow); */
    color: var(--yellow);
    opacity: 0.7;
}

.mobile-navigation .mobile-logo {
    height: 100%;
}

/*login page css*/

.loginpage .login-section-main {
    position: relative;
    overflow: hidden;
}

    .loginpage .login-section-main img.login-sec-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.login-section {
    max-width: 50%;
    width: 30%;
    min-width: 400px;
    background: var(--navy-blue);
    float: right;
    margin: 31px;
    padding: 30px;
    margin-right: 70px;
}

.loginpage .sec-2-l p {
    font-size: 10px;
    padding: 10px 0;
}

.loginpage button.btn.createacc-l, .loginpage input.btn.createacc-l {
    background: #5c5c5c;
    color: white;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
}




@media (max-width:769px) {

    .search-location input[type = 'text'] {
        max-width: calc(100% - 72px) !important;
        min-width: 100px;
        width: 300px !important;
    }

    .pass-join {
        padding-left: 30px;
        padding-right: 30px;
    }


    footer :not(.freepass-color-sec) .free-pass a, footer :not(.freepass-color-sec) .join-now a {
        font-size: 26px !important;
        font-weight: normal !important;
    }

    footer .freepass-color-sec .free-pass a, footer .freepass-color-sec .join-now a {
        font-size: 20px !important;
        font-weight: normal !important;
    }


    footer .free-pass {
        margin-bottom: 0;
        /*background: black !important;*/
    }

        footer .free-pass a {
            color: black !important;
            /*background: black !important;*/
        }

    .select-select legend + div > .d-flex {
        flex-wrap: wrap;
    }

        .select-select legend + div > .d-flex .w-100.text-center {
            height: 22px;
            font-size: 3rem;
            color: black;
            display: block;
            visibility: visible;
        }

            .select-select legend + div > .d-flex .w-100.text-center span {
                visibility: visible;
                display: block !important;
                width: 100%;
            }

    footer .free-pass, footer .join-now {
        border-radius: 0;
        /* font-size: 117px !important; */
    }

    .login-section {
        /* margin: 5px !important; */
        float: unset;
        width: 100%;
        max-width: unset;
        margin: 0;
    }


    .freepass-color-sec .free-pass, .freepass-color-sec .join-now {
        min-height: unset;
        height: 55px;
        border-radius: 0;
        width: 50%;
        margin: 0;
    }

    .mobile-navigation .mobile-logo img {
        max-width: 220px;
        object-position: center;
    }

    .freepass-color-sec .free-pass {
        background: var(--yellow) !important;
        color: var(--navy-blue) !important;
    }

    .loginpage div#ctl00_MainContent_Login2_signinPanel {
        display: flex;
        align-items: center;
        justify-content: center;
        /* padding: 20px; */
        padding-top: 200px;
    }
}

.sec-1-l {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #00000047;
}

.loginpage h3 {
    font-size: 20px;
}

.input-sec-l input {
    width: 70%;
}

.input-sec-l label {
    width: 18%;
    font-weight: bold;
}

.loginpage input:-webkit-autofill, .loginpage input:-webkit-autofill:hover, .loginpage input:-webkit-autofill:focus, .loginpage input:-webkit-autofill:active {
    background: var(--navy-blue) !important;
}

.loginpage .input-sec-l {
    padding-bottom: 1rem;
    font-size: 3rem;
}

.input-sec-l {
    padding-bottom: 1rem;
    font-size: 3rem;
}

div#userError,
div#pwdError {
    text-align: center;
}

.loginpage button.btn.submit-btn-l,
.loginpage input.btn.submit-btn-l {
    width: 100px;
    background: var(--yellow);
    color: var(--navy-blue);
    margin: 10px 0;
    border-radius: 0;
}

.loginpage .remember-me-l {
    display: flex;
    align-items: center;
    padding-top: 10px;
    font-weight: 500;
}

    .loginpage .remember-me-l input {
        margin-right: 8px;
        transform: scale(1.5);
        position: relative;
        top: 1px;
    }

/*loginpage css end*/
/*joinad sec color*/
.freepass-color-sec {
    position: relative;
}

    .freepass-color-sec .joinad img {
        /* filter: brightness(0.4); */
        max-height: unset;
        object-fit: cover;
        object-position: 0 63%;
    }
    /*joinad sec color end*/


    .freepass-color-sec .joinad .pass-join > * {
        max-width: 300px;
        font-weight: 400;
        font-size: 28px;
    }

    .freepass-color-sec .joinad .pass-join .free-pass {
        border: solid 1px white;
        margin-right: 60px;
    }

    .freepass-color-sec .joinad .pass-join .free-pass {
        margin-right: 60px;
        height: 60px;
    }

        .freepass-color-sec .joinad .pass-join .free-pass a {
            color: var(--yellow) !important;
            padding: 0;
            /*margin-right: 60px;*/
        }

        .freepass-color-sec .joinad .pass-join .join-now a, .freepass-color-sec .joinad .pass-join .free-pass a {
            /* color: black !important; */
            padding: 0;
            color: var(--yellow) !important;
            font-size: 2.5rem;
        }

.laItemRow:hover {
    background-color: #808080;
}

.content .contact-us-container {
    height: 906px;
}

.contact-us-container h1, .contact-us-container h2, .contact-us-container .text-block-title, .contact-us-container .contact-us-form-header-text, .contact-us-modal .contact-us-modal-title, .contact-us-create-account .contact-us-create-account-text {
    text-transform: uppercase;
}


.contact-us-container .text-block-title, .contact-us-container .contact-us-form-header-text {
    font-weight: 700;
}

.main-block .contact-us-content .text-block-title {
    color: var(--main-primary);
}

.contact-us-container .text-block-description {
    color: #595959;
}

.contact-us-container * {
    border-radius: 0 !important;
    font-family: "brandon grotesque" !important;
}

.confirmation-main-block .text-block-title {
    text-wrap: auto;
}

.contact-us-header * {
    color: var(--main-text) !important;
}

.contact-us-container .contact-us-header .contact-us-title, .contact-us-modal .contact-us-modal-title {
    font-weight: 700;
}

.contact-us-container .contact-us-header .description, .contact-us-container .contact-us-header .action-tip, .contact-us-container .contact-us-submit-button, .contact-us-create-account .contact-us-create-account-text, .confirmation-main-block .text-block-description {
    font-weight: 500 !important;
}

.contact-us-container .icon-block {
    border-radius: 4px !important;
}

.contact-us-container .next-button, .contact-us-container .back-button {
    background-color: var(--main-primary);
}

    .contact-us-container .main-block:hover .next-button, .contact-us-container .main-block:hover .back-button, .contact-us-container .next-button:hover, .contact-us-container .back-button:hover {
        background: var(--main-light);
    }

.contact-us-modal .contact-us-create-account input[type="button"].contact-us-create-account-button {
    border: none;
    border-radius: 0 !important;
}

.contact-us-container h1, .contact-us-container h2, .contact-us-container .text-block-title, .contact-us-modal .contact-us-modal-title, .contact-us-create-account .contact-us-create-account-text {
    text-transform: uppercase;
}

.contact-us-container .text-block-title {
    font-weight: 700;
}

.contact-us-container .text-block-description {
    color: #595959;
}

.contact-us-container * {
    border-radius: 0 !important;
    font-family: "brandon grotesque" !important;
}

.contact-us-header * {
    color: var(--main-text) !important;
}

.contact-us-container .contact-us-header .contact-us-title, .contact-us-modal .contact-us-modal-title {
    font-weight: 700;
}

.contact-us-container .contact-us-header .description, .contact-us-container .contact-us-header .action-tip, .contact-us-container .contact-us-submit-button, .contact-us-create-account .contact-us-create-account-text {
    font-weight: 500 !important;
}

.contact-us-container .icon-block {
    border-radius: 4px !important;
}

.contact-us-container .next-button, .contact-us-container .back-button {
    background-color: var(--main-primary);
}

    .contact-us-container .main-block:hover .next-button, .contact-us-container .main-block:hover .back-button, .contact-us-container .next-button:hover, .contact-us-container .back-button:hover {
        background: var(--main-light);
    }

.contact-us-modal .contact-us-create-account input[type="button"].contact-us-create-account-button {
    border: none;
    border-radius: 0 !important;
}

.laItemRow.selected {
    background-color: #808080;
    color: #000;
}

.ClubNameList a {
    text-decoration: none;
    font-weight: 900;
}

.SubMainHeader, .SubMainHeader td {
    background: var(--yellow);
}

.TextRateAmount, .SupScript {
    color: var(--yellow);
}


div#pnlMainContent .laItemRow a, div#pnlMainContent .ClubAddress, div#pnlMainContent .ClubNameList a {
    color: var(--yellow);
}


div#pnlMainContent .selected .laItemRow a, div#pnlMainContent .selected .ClubAddress, div#pnlMainContent .selected .ClubNameList a {
    color: var(--navy-blue);
}

.login-cst-new {
    position: relative;
    padding: 85px 30px;
}

    .login-cst-new img.image-sec-cst-login {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .login-cst-new .login-container {
        background: var(--navy-blue);
        padding: 9rem;
        border-radius: 5px;
    }

    .login-cst-new .remember-me-l {
        padding: 30px 0;
    }

        .login-cst-new .remember-me-l label {
            font-size: 3rem;
            padding-left: 10px;
            font-weight: 100;
        }

        .login-cst-new .remember-me-l input[type='checkbox'] {
            transform: scale(1.5);
        }

.forgot-pass-c a {
    text-decoration: underline;
    font-size: 1.5rem;
    color: #7e7e7e;
}

.login-cst-new h1 {
    font-size: 12rem;
    font-weight: 900;
    color: white;
    margin-bottom: 50px;
}

    .login-cst-new h1 span {
        font-weight: 500;
    }

.login-cst-new h5 {
    font-size: 5rem;
    padding-bottom: 21px;
}

.login-cst-new .input-sec-l label {
    font-size: 3.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.login-cst-new .input-sec-l input, .login-cst-new .input-sec-l label {
    min-height: 36px;
    width: 100%;
}

.login-cst-new .button-sec-login input {
    width: 100%;
    border: solid 3px black;
    border-radius: 2px;
    background: var(--navy-blue);
    color: var(--yellow);
    font-weight: 400;
    padding: 15px;
    font-size: 3rem;
    margin: 0;
}

    .login-cst-new .button-sec-login input:first-of-type {
        margin-right: 20px;
    }

    .login-cst-new .button-sec-login input:last-of-type {
        background: var(--yellow);
        color: var(--navy-blue);
    }

.login-bottom-sec {
    padding: 80px 40px;
    background: var(--yellow);
    color: var(--navy-blue);
    padding-left: 80px;
}

    .login-bottom-sec h2 {
        font-size: 9rem;
        line-height: unset;
        font-weight: normal;
    }

        .login-bottom-sec h2.boxed-l {
            background: white;
            color: var(--yellow);
            line-height: 10rem;
            display: inline-block;
            font-weight: bold;
            margin-top: 8px !important;
        }

.nav-top a {
    opacity: 1 !important;
    font-size: 1.6rem !important;
    padding: 8px 20px !important;
    font-weight: 100 !important;
}

.login-bottom-sec p {
    font-size: 4rem;
    font-weight: 100;
}

input:focus, select:focus, textarea:focus {
    background-color: #ffffff !important;
    border: solid 2px black !important;
    color: #000000 !important;
}

.login-cst-new .button-sec-login input:last-of-type:focus {
    background: grey !important;
    outline: none;
}

.progress-bar {
    background-color: #333;
}

.MainHeader {
    background: #303030;
}
/* css for new cst career */
div#tableJobAds a {
    padding: 20px 10px;
    margin: 0;
}

    div#tableJobAds a.a-selected {
        background: #161616;
        color: var(--navy-blue);
        border-bottom: 2px solid #161616;
    }

.jobTitle, .btnInfo a, td.h3, .laJobSelector a {
    color: var(--navy-blue);
}

.job-list-table {
    background: #161616;
    /*background: red;*/
    color: var(--navy-blue);
}

.titile-desc-ta button.featjobbutton, .titile-desc-tas button.featjobbutton {
    background: #161616;
    border: solid 1px var(--navy-blue);
    width: auto;
    padding: 5px 40px;
    font-family: 'brandon grotesque';
    font-weight: 500;
    border-radius: 0;
}

.laJobContent .titile-desc-ta {
    margin-right: 28px;
}

.titile-desc-ta {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    height: 100%;
}

.verticalCol {
    border-bottom: 1px solid var(--yellow);
    background-color: var(--yellow);
    color: #fff;
    padding: 1px;
}

.desc-more-info {
    align-items: center;
}

    .desc-more-info .btnInfo {
        padding: 0;
    }

.job-feature-selector {
    min-height: 90px;
}

.titile-desc-ta:after, .laJobContent:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1%;
    background: #525252;
    height: 1px;
    width: 98%;
    border-radius: 20px;
}

.desc-more-info {
    align-items: center;
    justify-content: start;
    text-align: left;
    min-width: 60%;
}

    .desc-more-info .btnInfo a {
        color: #7c7c7c;
    }

.desc-ta {
    padding-right: 20px;
    font-size: 1.9rem;
    font-weight: 100;
}

.jobTitle {
    width: 20%;
    text-align: left;
    font-weight: normal;
    font-size: 2.4rem;
}

td.h3 {
    text-align: left;
    padding: 10px;
    padding-top: 35px;
    font-weight: 400;
    font-size: 2.1rem;
    letter-spacing: 2px;
    opacity: 0.8;
    text-decoration: underline;
}

div#tableJobAds a.a-selected:hover {
    background: var(--hover-colour) !important;
    color: var(--yellow);
}

.job-list-table .separator {
    padding-top: 0;
    width: calc(100% + 10px) !important;
    left: -6px;
    top: -1px;
}

.laJobHolder {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .laJobHolder > * > * {
        width: 100% !important;
    }

.laJobContent {
    border: none;
    height: 100%;
    position: relative;
}

.laJobSelector {
    height: 70px;
    margin-left: -15px;
    margin-right: -15px;
}

    .laJobSelector:last-of-type {
        margin-bottom: 0;
    }

.titile-desc-tas {
    font-size: 2rem;
}

.moreinfo-btn {
    padding: 20px;
    display: none;
}

.laJobContent .desc-more-info {
    /*min-width: 75%;*/
    /*justify-content: space-between;*/
    padding-right: 60px;
}


.location-page h1.MainTitle {
    font-size: 3rem;
    font-weight: 800;
    color: black;
    margin-top: 8rem;
    border-bottom: solid 1px #ccc;
}

.location-page input.btn
/*, input[type="submit"].yellow:not(.confirmation-btn)*/ {
    border-radius: 0;
    /*width: 100% !important;*/
    max-width: unset;
    color: white !important;
    text-transform: uppercase;
    padding: 7px; /*10px;*/
    font-weight: 800;
    font-size: 1.3rem;
}

.location-page input[type="submit"].yellow {
    color: white !important;
    border: none;
}

.location-page .tblClubSearch {
    border: none;
}

.location-page .ClubTitle {
    font-weight: bold;
    font-size: 2.2rem;
    max-width: 25rem;
    display: inline-block;
    color: var(--yellow);
}

.location-page .tblClubSearch > div > div:not(.alignCenter) {
    width: 100%;
    text-align: left;
    align-items: center;
    display: flex;
    padding: 10px 0;
    font-size: 2rem;
    font-weight: 500;
    min-width: 10vw;
}

.location-page .tblClubSearch input, .location-page .tblClubSearch select {
    width: 100% !important;
    min-height: 35px;
    margin: 0;
    margin-left: 15px;
}

.location-page .orJoin {
    color: var(--yellow);
    font-weight: 500;
    font-size: 2rem;
}

footer .free-pass, footer .join-now {
    margin: 0;
    margin-right: 20px;
    border-radius: 0;
    padding: 0 !IMPORTANT;
    min-height: 70px;
}

    footer .free-pass a:visited, footer .join-now a:visited {
        color: unset;
    }

.footer-terms-2 p:last-of-type {
    text-align: center;
    padding: 20px;
}

footer .free-pass {
    background: var(--navy-blue);
    color: var(--yellow);
    margin: 0;
    margin-right: 20px;
    margin-bottom: 15px;
}

footer .join-now {
    background: var(--yellow);
    color: var(--navy-blue);
    margin: 0;
    margin-right: 20px;
}

.login-between {
    min-width: 1.92rem;
    margin-left: 1.92rem;
    margin-right: 1.92rem;
    margin-top: -5px;
    filter: invert(1);
}

.footer .join-now a:link {
    color: white !important;
}

.phone-text h1 {
    font-size: 4rem;
}

.timing-section th, .timing-section td {
    font-size: 2.5rem;
    padding-top: 10px;
}

footer .free-pass a:link {
    color: black !important;
}

.d-c-none {
    display: none;
}

.d-none.d-c-block {
    display: block !important;
}

div#holderStandardContact {
    display: flex;
    width: 100% !IMPORTANT;
    align-items: center;
    justify-content: center;
}

.phone-block {
    width: 100%;
}

.strech-fix-cst {
    width: 100% !important;
}


.location-page input.btn
/*, input[type="submit"].yellow:not(.confirmation-btn)*/ {
    border-radius: 0;
    /* width: 100% !important; */
    max-width: unset;
    color: white !important;
    text-transform: uppercase;
    padding: 7px;
    font-weight: 800;
    font-size: 2rem;
    font-weight: 500;
    width: 100%;
    padding: 15px;
}

.location-page input[type="submit"].yellow.btnWaitlist {
    background: transparent !important;
    color: black !important;
    border: solid 3px black;
}

.header-block-career {
    padding: 12rem 0;
    padding-bottom: 3rem;
}

    .header-block-career h1 {
        text-align: center;
        font-weight: 800;
        font-size: 8rem;
        padding-bottom: 5rem;
    }

div#tableJobAds {
    display: none;
}

.header-block-career p {
    /* padding-top: 4rem; */
    font-size: 3rem;
    font-weight: 100;
    line-height: 1.3;
    padding-bottom: 3rem;
}


@media(min-width: 1400px) and (max-width: 1910px) {
    /*html {
        font-size: 8px;
    }*/
}


@media (max-width: 1540px) {
    html {
        font-size: 7.5px;
    }

    .login-bottom-sec h2 {
        font-size: 7rem;
    }

    .login-bottom-sec p {
        font-size: 2.5rem;
    }
}

.btnJoin {
    height: unset;
}
/* css for new cst career */
@media (max-width:769px) {
    .timing-section {
        margin-left: unset;
    }

    .contact-us-container .contact-us-form-header-text, .confirmation-main-block .text-block-title {
        font-weight: 500;
    }

    .play-apple-store-sec a img {
        width: 45vw;
        max-width: 170px;
    }

    .play-apple-store-sec {
        padding: 20px 0;
        width: 100%;
    }

    div#holderStandardContact {
        flex-wrap: wrap;
    }

    .d-none.d-c-block.phone-block h2 {
        text-align: center;
    }

    .carousel-pass-join {
        flex-wrap: nowrap;
        max-width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .sidemenu .free-pass a, .sidemenu .join-now a {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login-cst-new {
        padding: 0;
        overflow: hidden;
        margin-top: -10px;
    }

    footer h5 {
        color: var(--cst-grey);
        font-weight: 900;
        font-size: 2.4rem;
        letter-spacing: 1px;
    }

    .footer li a:link {
        font-size: 2.72rem !important;
    }

    .footer li {
        padding-bottom: 15px;
    }

    .login-cst-new h1 {
        font-size: 5rem;
        padding: 35px 30px;
        margin-bottom: 0;
    }

    .login-bottom-sec > .d-flex {
        max-width: 100vw !important;
        display: block;
    }

    .login-bottom-sec h2 {
        font-size: 5rem;
    }

    .login-bottom-sec p {
        margin-top: 20px;
    }

    .login-cst-new > .row {
        max-width: 100vw;
        margin: 0;
    }

        .login-cst-new > .row > * {
            padding: 0;
        }

    .login-cst-new .login-container {
        border-radius: 0;
    }

    .login-cst-new img.image-sec-cst-login {
        height: auto;
        min-height: 230px;
    }

    .login-bottom-sec {
        padding: 40px;
    }

    .titile-desc-ta {
        display: flex;
        flex-direction: column;
        align-items: start;
        padding-right: 0;
    }

        .titile-desc-ta > * {
            width: 100%;
            justify-content: start;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            text-align: left;
        }

    .laJobSelector {
        height: unset;
    }

    .moreinfo-btn {
        padding: 0 15px;
        display: none !important;
    }

    .freepass-color-sec .free-pass, .freepass-color-sec .join-now {
        width: 50%;
        max-width: unset !IMPORTANT;
    }

    .joinad .free-pass, .joinad .join-now, .freepass-color-sec .joinad .pass-join .free-pass {
        background: transparent !important;
        border: solid 2px var(--yellow) !important;
        color: var(--yellow) !important;
    }

    footer .freepass-color-sec .free-pass a, footer .freepass-color-sec .join-now a {
        color: var(--yellow) !important;
    }

    .joinad p {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }

    .freepass-color-sec .joinad-text {
        padding: 0;
        height: 120px;
    }

    .joinad p {
        padding-bottom: 0;
    }

    .button-sec-login {
        flex-wrap: wrap;
        width: 100%;
    }

        .button-sec-login > * {
            width: 100% !important;
            margin: 0 !important;
            margin-bottom: 20px !important;
        }

    .header-block-career h1 {
        font-size: 6rem;
    }
}

.footer .col-12.col-lg-6 ul li a {
    color: #0d0d0d !important;
}

.container-f.about-stay p, .footer .col-12.col-lg-6 ul li a {
    color: #4c4c4c !important;
}

.checkboxListWidth {
    width: 100% !important;
}

    .checkboxListWidth td {
        padding: 5px 15px;
    }

.classFormatsCheckbox.checkbox_mobile {
    display: none !important;
}

.classFormatsCheckbox.checkbox_desk {
    display: block !important;
}
/* new mobile header css */
@media (max-width: 769px) {
    .col.mobile-acc-search .laf-logo-menu-mobile img, .col.mobile-loc-menu .laf-logo-menu-mobile img {
        margin: 0 !important;
    }

    .checkboxListWidth td {
        padding: 5px 0px;
    }

    .classFormatsCheckbox.checkbox_mobile {
        display: block !important;
    }

    .classFormatsCheckbox.checkbox_desk {
        display: none !important;
    }

    .col.mobile-acc-search {
        display: none;
    }

    .do-not-sell-o li {
        margin: auto 0;
    }

    .nav-top a {
        font-size: 1.6rem !important;
    }

    .mobile-loc-menu {
        max-width: 25px;
    }

    .col.mobile-acc-search img, .col.mobile-loc-menu img {
        margin: 0;
    }

    .col.mobile-acc-search img, .col.mobile-loc-menu img {
        width: 22px;
        filter: invert(1);
    }

    .col.mobile-acc-search .laf-logo-menu-mobile img, .col.mobile-loc-menu .laf-logo-menu-mobile img {
        filter: unset;
    }

    .mobile-navigation {
        padding: 6px 12px;
    }

    .mobile-loc-menu a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 2px;
    }


    .mobile-navigation .mobile-logo {
        justify-content: flex-start;
    }

        .mobile-navigation .mobile-logo img {
            max-width: unset;
            max-height: 28px;
            width: auto;
            height: 100%;
            filter: invert(1);
        }

    .image-banner-container .background-image-c {
        aspect-ratio: 1000/1248;
        max-width: 100vw;
        height: auto;
    }

    .image-banner-container.n2 {
        max-height: unset;
        /* padding: unset; */
        height: auto;
        width: 100vw;
        aspect-ratio: 1000/1365;
        min-height: unset;
        /*padding-top: 60px;*/
    }

    .welcome-club h1 {
        font-size: 3.5rem;
        letter-spacing: 0px;
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto;
    }

    .gallary-sec h1 {
        font-size: 2.3rem;
        padding: 20px 15px;
    }

    .gallary-sec p {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .home-page-video > img {
        aspect-ratio: 1000/1070;
        width: 100vw;
        height: auto;
        object-position: -77px 0;
    }

    .play-btn-box {
        background: #0000007a;
    }

    .gallary-sec {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 75px !important;
    }

    .col-12.col-lg-5.px-md-2 {
        padding-right: unset !IMPORTANT;
    }

    .d-flex.flex-wrap.pb-4.card-sec-top .col-12.d-flex.align-items-center {
        justify-content: center;
    }

    #homepage-ph-gallary .carousel-item img {
        aspect-ratio: 2/1;
        width: 100vw !important;
        height: auto !important;
    }

    #homepage-ph-gallary .carousel-indicators button img {
        width: 28vw !important;
        height: 28vw !important;
    }

    #homepage-ph-gallary button#btn-btn-left, button#btn-btn-right {
        height: 28vw !important;
    }

    div#homepage-ph-gallary {
        height: calc(30vw + 185px);
    }

    .gallary-sec .col-12.col-lg-5.px-md-2 {
        padding-bottom: 50px;
    }

    .card-sec-top .sec-2 h1 {
        letter-spacing: 0;
        left: -0.5rem;
        font-size: 8vw;
    }

    .card-sec-top .sec-1 h1 {
        -webkit-text-stroke: 1px white;
    }

    .toptop {
        position: absolute;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: transparent !important;
    }

    .video-box .text-content h3 {
        padding-bottom: 0;
    }

    .video-box .text-content h5 {
        font-size: 1.6rem;
        padding-top: 0;
    }

    .video-box .text-content h3:nth-of-type(2) {
        padding-top: 40px;
    }

    .col.mobile-acc-search .laf-logo-menu-mobile img, .col.mobile-loc-menu .laf-logo-menu-mobile img {
        max-height: 28px;
        height: unset;
        margin: 19px 15px;
        max-width: 275px;
        min-height: 28px;
    }

    .laf-logo-menu-mobile {
        min-height: 75px;
    }

    ul.menu-dropdown.mobile-menu-botom li {
        text-align: right !important;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    footer .col-sm-6.col-lg-8 {
        padding: 0;
    }

    .backround-image-v {
        border: solid 7px var(--yellow);
    }

    .video-box {
        margin-bottom: 0 !important;
    }

        .video-box .text-content h5 {
            font-style: normal;
        }

    .amenities-comp {
        padding: 6.813rem 0;
    }

    .amenities-comp-header {
        padding-bottom: 0;
    }

    .amenities-comp h1 {
        font-size: 2.8rem;
    }

    .joinad p {
        font-size: 5rem;
        line-height: 1;
        font-weight: 900;
        padding-bottom: 30px;
    }

    .freepass-color-sec .joinad .pass-join > * > a {
        font-size: 2.1rem !important;
        font-weight: 800 !important;
    }

    .freepass-color-sec .joinad-text {
        height: 100%;
    }

    .freepass-color-sec .joinad img {
        aspect-ratio: 1/1.2;
        width: 100vw;
        height: auto;
        max-height: unset;
        max-width: 100vw;
        min-height: 500px;
    }

    .joinad-text .container {
        overflow: hidden;
    }

    .joinad-text > div > .d-flex > .flex-column {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
    }

    .joinad-text + .d-block.d-md-none {
        display: none !IMPORTANT;
    }

    .freepass-color-sec .joinad .pass-join > * {
        width: unset !important;
        height: unset !IMPORTANT;
        max-width: unset !important;
        margin: 0 !IMPORTANT;
        padding: 15px !important;
        min-width: 185px !important;
        min-height: 24px !IMPORTANT;
        margin-bottom: 20px !important;
    }

    .amenities-box {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .amenities-comp-item img {
        width: 40px;
    }

    .amenities-comp-item p {
        letter-spacing: 0;
        font-size: 0.9rem;
    }

    .amenities-box {
        max-width: 360px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    footer .container-f .pass-join {
        display: none !important;
    }

    .play-social .play-apple-store-sec {
        flex-direction: column;
        padding-top: 0;
    }

    .play-social .playstore-btn {
        width: 100%;
        padding-bottom: 20px;
    }

    .play-social .playstore-btn, .play-social .applestore-btn {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .footer-terms {
        background: var(--navy-blue);
    }

        .footer-terms p {
            color: #686868;
        }

        .footer-terms .container {
            max-width: unset;
            border-top: solid 1px #0000003d;
        }

    .play-social .playstore-btn a, .play-social .applestore-btn a {
        padding: 0;
    }

    .play-social {
        flex-direction: column-reverse;
        display: flex;
        justify-content: flex-end;
        padding: 0;
    }

    .stay-connected-section, .stay-connected-section * {
        margin-bottom: 0 !important;
    }

    .col-sm-6.col-lg-8 {
        width: 50%;
    }

        .col-sm-6.col-lg-8 + .col-lg-4 {
            width: 50%;
            flex-direction: column-reverse;
            display: flex;
            justify-content: flex-end;
        }

        .col-sm-6.col-lg-8 .col-12.col-lg-6 {
            padding-left: 0;
        }

    .play-apple-store-sec {
        flex-wrap: wrap;
    }

        .play-apple-store-sec .playstore-btn {
            padding-bottom: 20px;
        }

    .mobile-loc-menu a {
        justify-content: unset;
    }

    .mobile-loc-menu a, .mobile-loc-menu p {
        font-size: 2.08rem;
    }

    .laf-logo-menu-mobile {
        padding: 0 9px;
    }

    /*.nav-bottom-margin-c {
        height: 90px;
    }*/

    .login-cst-new img.image-sec-cst-login {
        min-height: 350px;
    }

    .login-cst-new h1 {
        margin-top: 115px;
        margin-bottom: 65px;
    }

    .login-cst-new h1 {
        font-size: 7rem;
    }

    .login-cst-new .login-container {
        padding: 4rem;
    }

    .row.d-flex-mob {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
    }

        .row.d-flex-mob .col-9.col-sm-9 {
            width: 70%;
            padding: 0;
        }

        .row.d-flex-mob .col-3.col-sm-3 {
            width: 30%;
            align-items: flex-start;
            padding: 0;
        }

    .login-cst-new .input-sec-l label {
        font-size: 80%;
    }

    .input-sec-l div#userError, .input-sec-l div#pwdError {
        height: unset;
        min-height: unset;
        line-height: 1;
        font-size: 2rem;
    }

    .login-cst-new .remember-me-l {
        padding: 0;
        padding-bottom: 20px;
        /* font-size: 1rem; */
    }

    .login-cst-new .button-sec-login input {
        font-size: 2.5rem;
    }

    .phone-text h1 {
        font-size: 4rem;
        text-align: center;
    }

    .timing-section {
        width: 100% !important;
        /* padding-right: 0; */
        padding-bottom: 14px;
        padding-top: 15px;
    }

        .timing-section th, .timing-section td {
            font-size: 2.2rem;
        }
}
/* new mobile header css */

nav {
    line-height: 1.5;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
}

.exp-btn {
    max-width: 200px;
}

    .exp-btn input {
        width: 100%;
        height: 100%;
        padding: 10px 0 !important;
        border-radius: 0 !important;
        text-transform: uppercase;
    }

        .exp-btn input.outline {
            color: var(--yellow);
            background: var(--navy-blue);
        }

.select-select input[type="submit"] {
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

.freepass-color-sec .joinad .pass-join .free-pass:hover, .freepass-color-sec .joinad .pass-join .join-now:hover {
    background: #00000014 !important;
}

.py-0-c {
    padding: 0 !important;
}

.d-none-c {
    display: none;
}

div.datepicker * {
    position: unset;
}

div.datepicker {
    max-width: 200px;
}

    div.datepicker table {
        border-collapse: collapse;
        width: 100%;
    }

.club-collection-container {
    display: flex;
    flex-wrap: wrap;
}

.datepickerBorderL, .datepickerBorderR, .datepickerBorderTL, .datepickerBorderTR, .datepickerBorderBL, .datepickerBorderBR, .datepickerContainer {
    width: 100% !important;
}

input[type='checkbox']:focus + label {
    /*input[type='checkbox']:not(:checked):focus + label {*/
    background-color: #001e8000 !important;
}

.navtop-fix {
    margin-top: -134px !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.errorLabel {
    display: inline-block;
}

@media (min-width: 1440px) {
    .location-page input.btn
    /*, input[type="submit"].yellow:not(.confirmation-btn)*/ {
        font-size: 1.5rem;
    }
}

@media (min-width: 1550px) {
    footer .p-0 {
        padding: 0;
    }

        footer .p-0.pt-3 {
            padding-top: 1.4rem;
        }

    footer .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .footer .play-apple-store-sec {
        max-width: 270px;
    }

    footer .mt-3 {
        margin-top: 1.4rem;
    }

    footer .mt-lg-0 {
        margin-top: 0 !important;
    }

    footer .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    footer p, .footer a:link, footer h5 {
        font-size: 2.1rem !important;
    }

    .footer-terms p {
        font-size: 1.82rem !important;
    }

    .footer-bottom-links a:link {
        font-size: 2.1rem !important;
    }

    footer ul {
        padding-bottom: 10px;
    }

    .play-social-group {
        max-width: unset;
        padding-left: 50px !important;
        padding-right: 0 !important;
    }

    footer ul li {
        padding-bottom: 2.8rem;
    }

    .nav-social-media > * img {
        height: 44%;
    }

    .footer a:hover, .footer a {
        padding: 0 !important;
    }

    footer ul li a {
        line-height: 1.1;
    }

    .footer .col-12.col-lg-6 ul li a {
        color: #4c4c4c !important;
    }

    footer .pb-3 {
        padding-bottom: 1.4rem;
    }

    footer .py-4 {
        padding-top: 2.1rem;
        padding-bottom: 2.1rem;
    }

    footer .container, footer .container-fluid, footer .container-lg, footer .container-md, footer .container-sm, footer .container-xl, footer .container-xxl {
        padding-left: 1.05rem;
        padding-right: 1.05rem;
    }

    .joinad p {
        font-size: 4.48rem !important;
    }

    .footer-bottom-links a:link {
        padding: 0 20px !important;
    }

    footer .px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    footer .play-social {
        max-width: 260px;
    }

    footer .free-pass {
        margin-bottom: 12px;
    }

        footer .free-pass a, footer .join-now a {
            font-size: 21px;
        }

    .footerlistitem {
        width: 62%;
    }

    .footer-n-w-fix {
        width: 100%;
    }
}

@media (min-width: 1900px) {
    .footer-terms p {
        font-size: 2.08rem !important;
    }

    footer p, .footer a:link, footer h5 {
        font-size: 2.4rem !important;
    }
}

.sidemenu .free-pass a, .sidemenu .join-now a, .sidemenu .join-now:hover a:link, .sidemenu .join-now:hover a:hover, .sidemenu .join-now a:link, .sidemenu .join-now a:hover, .sidemenu .join-now a:active {
    color: var(--yellow) !important;
}

.sidemenu .free-pass, .sidemenu .join-now {
    border: solid 1px black;
    margin: 10px 4px !important;
}

.fixed-top .mobile-navigation {
    background: var(--yellow);
    filter: invert(1);
}

/*new footer app section cst*/
.cst-app-sec {
    background: #1c1c1c;
    height: 315px;
    position: relative;
}




    .cst-app-sec .phone-img {
        /*background: grey;*/
        /*width: 300px;*/
        /*height: 400px;*/
        position: absolute;
        bottom: 0;
        /*border-radius: 12px 12px 0 0;*/
        margin-right: 12%;
    }

    .cst-app-sec div {
        height: 100%;
    }

    .cst-app-sec .text-sec {
        padding: 70px 0 !important;
    }

    .cst-app-sec h3 {
        color: white;
        font-size: 3rem;
    }


        .cst-app-sec h3.d-h-2 {
            /* text-shadow: 0 0 1px white; */
            color: black;
            font-weight: 700;
            -webkit-text-stroke: 1px #fff;
            padding: 40px 0 0;
        }

.about-sec-main {
    display: none !important;
}

.footerlistitem h5 {
    display: none;
}

.container.about-stay {
    max-width: 930px;
}

.nav-social-media .footer-logo img {
    max-width: 422px;
    width: auto;
    max-height: 86px;
}

.n-cst-sec-f {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.d-none.pass-join {
    display: none;
}

.nav-social-media .social-btns a {
    padding-right: 10px !important;
    width: 41px;
}

.stay-connected-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.footerlistitem {
    width: 42.666667%;
}

.footer-terms:before {
    content: "";
    display: block;
    width: calc(100% - 100px);
    border: solid 1px #00000036;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*new footer app section cst*/

@media(max-width: 820px) {
    .text-inner-sec {
        position: unset;
        box-shadow: none;
    }

    footer .navigate .flex-wrap .col-12 {
        width: 50%;
    }

    footer .navigate {
        width: 100%;
    }

    .container.about-stay > .row {
        flex-direction: column-reverse;
    }

    .about-stay {
        padding-top: 45px;
    }

    .footer-terms:before {
        display: none;
    }

    .play-social-group {
        flex-direction: column-reverse;
    }

    .footer-n-w-fix > div {
        width: 50% !important;
        min-width: unset;
        max-width: unset;
    }

    .footer-n-w-fix, .footerlistitem {
        width: 100%;
    }

    .footerlistitem {
        padding: 2% 8%;
    }

    .n-cst-sec-f h5 {
        padding-bottom: 15px;
    }

    .stay-connected-section {
        flex-direction: column-reverse;
        display: flex;
        justify-content: flex-end;
        border-bottom: solid 1px rgb(0 0 0 / 20%);
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .footer-terms p {
        font-size: 8pt;
        text-align: center;
    }

    .cst-app-sec .row {
        display: flex;
        align-items: end;
        justify-content: center;
    }

        .cst-app-sec .row > div {
            max-width: 50vw;
            width: 50vw;
        }

    .app-st-ico, .cst-app-sec .text-sec > .d-flex {
        max-height: 50px;
    }

    .cst-app-sec .text-sec {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cst-app-sec .phone-img {
        width: 265px;
        /* height: 300px; */
        margin-right: -8%;
    }
}

@media(max-width: 769px) {
    .cst-app-sec h3.d-h-2 {
        padding: 10px 0 0;
    }
}

.cst-app-sec {
    background: #1c1c1c;
    background: url('/Pages/Images/CST/Mobile App Banner.jpg');
    background-size: cover;
    background-position: bottom;
    margin-top: 90px;
}

    .cst-app-sec .app-st-ico {
        max-width: 165px;
        padding-right: 10px;
        padding-top: 11px;
    }

    .cst-app-sec .phone-img {
        /*background: grey;*/
        width: 450px;
        height: auto;
        position: absolute;
        bottom: 0;
        border-radius: 12px 12px 0 0;
        margin-right: 12%;
    }

    .cst-app-sec .text-sec {
        padding: 70px 0 !important;
    }

    .cst-app-sec h3 {
        color: white;
        font-size: 1.9rem;
        font-size: 22pt;
    }

        .cst-app-sec h3.d-h-2 {
            /* text-shadow: 0 0 1px white; */
            color: black;
            font-weight: 700;
            -webkit-text-stroke: 1px #fff;
            padding: 40px 0 0;
        }

@media(max-width: 820px) {
    .cst-app-sec .text-sec {
        padding: 20px 0 !important;
    }

    .cst-app-sec .phone-img {
        /*width: 360px;*/
        width: 71vw;
        /*height: 300px;*/
        margin-right: -30%;
    }

    .cst-app-sec h3.d-h-2 {
        padding: 10px 0 0;
    }

    .cst-app-sec h3 {
        /*font-size: 2.94rem;*/
        font-size: 22pt;
    }

    .cst-app-sec {
        min-height: 255px;
        margin-top: 65px;
        height: auto;
    }

    .nav-social-media > .n-cst-sec-f .footer-logo {
        display: flex;
        align-content: center;
        justify-content: center;
        max-width: calc(100vw - 100px);
    }

    .footer-bottom-links .do-not-sell-o .ot-sdk-show-settings {
        font-size: 12pt !important;
    }

    .play-social-group {
        max-width: 100vw;
    }

    .nav-social-media {
        max-width: calc(100vw - 100px);
    }
}

/*responsive fixes for new cst homepage*/

/*class schedule page css */
.class-schedule {
    background: #F2F2F2;
    color: #0D0D0D;
    width: 100%;
    height: 100%;
}

    .class-schedule .cal-container {
        background: white;
    }

    .class-schedule .date-day h4 {
        padding: 0;
        margin: 0;
        font-weight: 400 !important;
        font-size: 3.5rem !IMPORTANT;
        color: var(--grey);
    }

    .class-schedule .date-day {
        color: var(--grey);
        cursor: pointer;
    }

/*.class-schedule .date-day.active {
                border-bottom: solid 2px black;
                font-weight: 900;
                color: var(--black);
            }*/

/*.class-schedule .date-day.active h4 {
                    font-weight: 900 !important;
                    color: var(--black);
                }*/

.top-nv-s {
    padding-bottom: 4rem;
}

.class-schedule .date-day p {
    margin-top: 0;
}

.class-schedule .item-single-cc {
    border-bottom: solid 1px black;
    font-size: 2.2rem;
}

.class-schedule .arr-c {
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.class-schedule .date-sec {
    border-bottom: solid 1px black;
    padding-bottom: 20px;
}

.class-schedule .item-list-cc .item-single-cc p {
    padding: 0;
    margin: 0;
}

.class-schedule .item-single-cc {
    border-bottom: solid 1px black;
}

    .class-schedule .item-single-cc > div {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .class-schedule .item-single-cc .time-item, .class-schedule .item-single-cc .class-item {
        font-weight: 900;
    }

    .class-schedule .item-single-cc .btn-item .btn, .class-schedule .item-single-cc .aspNetDisabled {
        background: white;
        border: solid 2px black;
        border-radius: 0;
        color: black;
        padding: 7px 40px;
        font-size: 2.1rem;
        min-width: 160px;
        width: 180px;
    }

.class-schedule h1 {
    color: var(--Colors-black, #000);
    font-family: var(--Typography-Heading, "Brandon Grotesque");
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 88px; /* 110% */
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    padding: var(--Spacing-HeaderPadding, 80px) 0;
    justify-content: center;
    align-items: center;
}

.top-nv-s h4 {
    font-size: 4rem !important;
    font-weight: 700 !important;
}

.heder-cs select, .heder-cs select:focus {
    font-size: 4rem;
    border: none !important;
    height: 100%;
    padding-right: 9px;
    outline: none;
    background: transparent;
}

.class-schedule .item-single-cc > * {
    width: 100%;
    text-align: left;
}

.heder-cs select option {
    font-size: 2rem;
}
/*.heder-cs:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/Pages/Images/NewNav/chevron-down-solid.svg);
    margin-left: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer;
}*/
.class-schedule .arr-c {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/Pages/Images/NewNav/chevron-down-solid.svg);
    margin-left: 5px;
    /* filter: invert(1); */
    /* width: 100px; */
    display: inline-block;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
}

    .class-schedule .arr-c:focus {
        outline: none;
        border: none !important;
    }

    .class-schedule .arr-c.right {
        transform: rotate(270deg)
    }

.input-con input, .input-con select {
    background: white;
    border: solid 2px var(--grey) !important;
    border-radius: 0 !important;
    color: black;
    padding: 8px 0;
    min-width: 140px;
    text-align: center;
    font-size: 2.1rem;
    min-height: 40px;
}

.class-schedule .item-single-cc .info-item {
    cursor: pointer;
}

.class-schedule .arr-c {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/Pages/Images/NewNav/chevron-down-solid.svg);
    margin-left: 5px;
    /* filter: invert(1); */
    /* width: 100px; */
    display: inline-block;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
}

    .class-schedule .arr-c:focus {
        outline: none;
        border: none !important;
    }

    .class-schedule .arr-c.right {
        transform: rotate(270deg)
    }

.class-schedule .item-single-cc .info-item {
    cursor: pointer;
}

.modal.fade .modal-dialog {
    transform: translate(0, -10%);
    color: var(--black);
}

.embed-responsive {
    padding: 0;
    height: 100%;
}

#classInfoMore .modal-header,
#classTypeModalPopup .modal-header {
    font-size: 2.5rem;
    font-weight: bold;
}

#classInfoMore.modal.fade .modal-dialog,
#classTypeModalPopup.modal.fade .modal-dialog {
    font-size: 2rem;
}

    #classTypeModalPopup.modal.fade .modal-dialog label {
        font-weight: 400;
    }

#classTypeModalPopup .btn-primary, #classTypeModalPopup .btn.btn-success {
    color: white;
}

#classConfirmModalPopup.modal.fade .modal-dialog {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(50vh - 7%);
    min-width: 300px;
    text-align: center;
    font-size: 2rem;
}

#classConfirmModalPopup .message-t-b {
    font-size: 2rem;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

#classConfirmModalPopup .modal-footer {
    padding: 0;
    text-align: center;
}

    #classConfirmModalPopup .modal-footer .btn {
        min-width: calc(50% - 20px);
    }

#classConfirmModalPopup .modal-header {
    font-size: 2.7rem;
    padding: 10px;
}

.heder-cs {
    justify-content: end;
    display: flex;
    background: none;
}

#classTypeModalPopup .modal-dialog {
    width: unset;
    margin-left: auto;
    margin-right: auto;
    max-width: 310px;
}

h4.heder-cs {
    display: block;
}

    h4.heder-cs span:last-of-type {
        font-size: 3rem;
    }

.fiter-btn {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

    .fiter-btn a {
        display: block;
        font-weight: 700;
    }

div#classTypeModalPopup .content-in table td {
    height: 30px;
    border-bottom: solid 1px #0000002b;
    border-top: solid 1px #0000002b;
    width: 500px;
    padding: 10px 5px;
}

    div#classTypeModalPopup .content-in table td input {
        transform: scale(1.5);
        margin-right: 20px;
    }

        div#classTypeModalPopup .content-in table td input + label {
            opacity: 0.6;
        }

        div#classTypeModalPopup .content-in table td input:checked + label {
            opacity: 1;
            font-weight: 500 !important;
        }

@media(max-width: 767px) {
    .class-schedule .item-single-cc {
        flex-direction: column;
    }

    /*.class-schedule .date-day:not(.active) {
            display: none;
        }*/

    .dates-in {
        justify-content: center;
    }

    .top-nv-s {
        flex-direction: column;
        max-width: 150px;
    }

    input.btn.btn-add {
        padding: 7px;
    }

    .class-schedule .cal-container {
        padding: 0;
    }

        .class-schedule .date-day h4 {
            font-size: 16px !important;
        }

        .class-schedule .date-day p {
            margin-bottom: 0;
        }

    .class-schedule .date-sec {
        max-width: calc(100% - 92px);
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 6px;
    }

    .class-schedule .date-day.active {
        border-bottom: none;
        background: black;
        border-radius: 3px;
    }

        .class-schedule .date-day.active h4, .class-schedule .date-day.active p {
            color: white;
        }

    .input-con input, .input-con select, .input-con {
        width: 100%;
        margin-top: 20px;
    }

    .heder-cs select, .heder-cs select:focus {
        font-size: 3.3rem;
    }

    .class-schedule .item-single-cc {
        flex-wrap: wrap;
        flex-direction: row;
    }

        .class-schedule .item-single-cc > div:not(.btn-item) {
            width: 100%;
            padding: 0;
        }

        .class-schedule .item-single-cc .btn-item, .class-schedule .item-single-cc .btn-item .btn, .class-schedule .item-single-cc .aspNetDisabled {
            width: 100%;
        }

    .class-c-container > table > tbody > tr > td.active {
        display: block;
        width: 100%;
    }

    .class-c-container > table > tbody > tr > td {
        display: none;
    }

    .modal-open, .modal-open nav {
        padding-right: 0 !important;
    }
}

.privacy-li {
    display: flex;
}

footer ul li .updated {
    color: var(--hover-colour) !important;
    text-decoration: none !important;
    font-weight: normal;
    font-size: 12px;
}

li.d-flex.privacy-li img {
    height: 20px;
    padding-left: 5px;
}

/*class schedule page css */
