/******************** General ********************/

.spacer {
    /* Extra div space */
    margin: 2rem 0;
}

.gry_br {
    /* Border block for a <hr>  */
    border-top: 20px solid #e6e6e6;
}

/* Top & bottom of page bread crumbs */
.l-footer-breadcrumb,
.l-header-breadcrumb {
    display: none;
}

/* Hide News & Events heading on page */
.p-heading-attach {
    display: none;
}


/******************** Main Pages ********************/

/* Main Section Wrapper */
.section {
    container-type: inline-size;
    padding: 2rem 0;
}

.section--no_margin {
    container-type: inline-size;
    padding: 0;
}


/* Buttons */
.bttn_wrap {
    max-width: 25rem;
    width: 100%;
    margin: 0;
}

.bttn_wrap--full_width {
    width: 100%;
}

.bttn_wrap--center {
    margin: 0 auto;
}

.hero__bttn--vid {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}

.bttn {
    padding: 15px 25px;
    font-size: 1.2rem;

    letter-spacing: 2px;
    font-weight: 700;
    display: block;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    cursor: pointer;
    transition-duration: 0.3s;
    line-height: 1.2;
}

.bttn--wht {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;

    &:hover {
        text-decoration: none;
        background-color: #000;
        border: 1px solid #fff;
        color: #fff;
    }
}

.bttn--blk {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;

    &:hover {
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #000;
        color: #000;
    }
}

/******************** Fonts ********************/
.wht {
    color: #fff;
}

.blk {
    color: #000;
}

/******************** Headings ********************/
.center_heading {
    text-align: center;
    margin: 0rem auto 2rem auto;


    h1 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 2.3rem;
        line-height: 1.1;
    }

    h2 {
        text-transform: uppercase;
        letter-spacing: 8px;
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 1.1;
    }

    h3 {
        text-transform: uppercase;
        letter-spacing: 8px;
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 1.1;
    }

}

.center_heading--spaced {
    h3 {
        letter-spacing: 20px;
    }
}


.column_heading {
    h3 {
        letter-spacing: 0px;
        text-transform: uppercase;
        font-weight: 700;
        /* font-size: 3.5rem; */
    }
}



/* Fonts */
.copy--font_1 {
    /* font-size: 1rem; */
}

.copy--font_2 {
    /* font-size: 2rem; */
}

.copy_wht {
    color: #fff !important;
}

.copy_blk {
    color: #000 !important;
}

/******************** Page Components ********************/

/* Thank You Page Banner */
.thank_you_banner {
    position: relative;
    height: 100%;
    max-height: 60vh;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    color: #fff;
}

.thank_you_banner__img {
    display: block;
    opacity: 0.6;
}

.img_desk_hs {
    display: block;
}

.img_mob_hs {
    display: none;
}

.thank_you_banner__content {
    position: absolute;
    transform: translate(0, -50%);
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
}

.thank_you_content__heading {
    font-family: Oswald, 'Lucida Grande', sans-serif;
    margin-bottom: 1rem;
    line-height: 1.1;
    font-weight: 600;
    font-size: 4rem;
}

.thank_you_content__copy {
    margin-bottom: 1rem;
    line-height: 1.1;
    font-weight: 500;
    font-size: 1.3rem;
}

.thank_you_btn_wrap {
    max-width: 50%;
    margin: auto;
}

.thank_you_btn {
    font-weight: 600;
    font-size: 1.2rem;

    a {
        max-width: 50%;
        margin-top: 1rem;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
        transition-duration: 0.3s;
        padding: 1rem 3rem;

        background-color: #fff;
        border: 1px solid #000;
        color: #000;

        &:hover {
            text-decoration: none;
            background-color: #000;
            border: 1px solid #fff;
            color: #fff;
        }
    }

}

/* Promo Carousel */

.caro_heading {
    font-family: Oswald, 'Lucida Grande', sans-serif;
    margin-top: 3rem;
    margin-bottom: 4rem;
    letter-spacing: .8rem;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
}

.promo_slideshow {
    max-width: 90%;
    position: relative;
    margin: 3rem auto;
    box-sizing: border-box
}

.promo_slideshow__slide {
    display: none
}

.promo_slideshow__slide img {
    vertical-align: middle;
}

.promo_slideshow__prev_wrapper--desktop,
.promo_slideshow__next_wrapper--desktop {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 0 3%;
    transition: 0.6s ease;

    .fa {
        width: 30px;
        height: 30px;
        font-size: 30px;
        cursor: pointer;
    }
}

.fa--white {
    color: #fff;
}

.fa--black {
    color: #000;
}

.fa--black:hover {
    color: #717171;
    transition: 0.6s ease;
}

.fa--white:hover {
    color: #000;
    transition: 0.6s ease;
}

.promo_slideshow__next_wrapper--desktop {
    left: 100%;
}

.promo_slideshow__prev_wrapper--desktop {
    right: 100%;
}

.promo_slideshow__next_wrapper--mobile,
.promo_slideshow__prev_wrapper--mobile {
    display: none;
}

.promo_slideshow__text {
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.promo_slideshow__controls {
    text-align: center;
    margin: 3rem 0;
}

.promo_slideshow__dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #717171;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.promo_slideshow__active,
.promo_slideshow__dot:hover {
    background-color: #000;
}




/* Hero Banner */
.hero {
    height: 60vh;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

    color: #fff;
    line-height: 1;


    .hero__header {
        /* margin-bottom: 1rem; */

        h1 {
            font-family: Oswald, 'Lucida Grande', sans-serif;
            font-size: 5rem;
            font-weight: 500;
        }

        h2 {
            font-family: Oswald, 'Lucida Grande', sans-serif;
            font-size: 4rem;
            font-weight: 500;
        }

        h3 {
            font-family: Oswald, 'Lucida Grande', sans-serif;
            font-size: 3rem;
            font-weight: 500;
        }
    }

    .hero__subheader {
        margin-bottom: 2.3rem;
    }

    .subheader {
        line-height: 1.2;
        font-size: 1.3rem;
    }

    .subheader--bold {
        font-weight: 700;
    }

}



.head_anchor {
    font-weight: 800;
    color: #fff;
    transition-duration: 0.3s;

    &:hover {
        color: #4b1e78;
    }
}

/* Video Hero  Banner */
.hero--video {
    position: relative;
    height: 100%;
    max-height: 50vh;
    overflow: hidden;

    video {
        width: 100%;
    }
}

/* Parallax Banner  */
.parallax_wrap {
    height: 45vh;
    color: #fff;
    display: flex;

    .paral {
        align-content: center;
    }

    .paral--center {
        align-content: center;
        margin: auto;
        text-align: center;
    }

    .paral__copy_wrap {
        font-size: 1.3rem;
        max-width: 40rem;
        margin-bottom: 2rem;
        line-height: 1.2;
    }

    .paral__copy_heading {
        h3 {
            text-transform: uppercase;
            font-weight: 700;
            /* font-size: 3.5rem; */
        }
    }

    .paral__copy_wrap--center {}

    .paral__heading_wrap--center {}

    .paral__copy_wrap--top_border {
        border-top: 10px #fff solid;
        padding-top: 2rem;
    }

    .paral__copy_wrap--btm_border {
        border-bottom: 10px #fff solid;
        padding-bottom: 2rem;
    }
}

/* Page Width Banner - To be updated depending on local page width (Bootstrap or similar) */
.img_banner {}

.img_banner--static {}

.img_banner--link {

    .img_banner__img {

        cursor: pointer;
        transition-duration: 0.3s;

        img {
            width: 100%;
        }
    }

    .img_banner__img--invert:hover {
        -webkit-filter: invert(75%);
        -moz-filter: invert(75%);
        filter: invert(75%);
    }
}


/* Grid Blocks */
.grid_wrapper {
    display: grid;
    gap: 10px;
}

/* 4 cols on desktop, 2 on mobile */
.grid_4dt_2mb {
    grid-template-columns: repeat(4, 1fr);
}

/* 3 cols on desktop, 1 on mobile */
.grid_3dt_2mb {
    grid-template-columns: repeat(3, 1fr);
}

.grid_item_wrapper {}



.grid_item {
    position: relative;
}

.grid_item__img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition-duration: 0.3s;
}

.grid_item--blur {}

.grid_item--blur:hover {
    .grid_item__img {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }
}

.grid_item--zoom {
    position: relative;
    overflow: hidden;
}

.grid_item--zoom:hover {
    .grid_item__img {
        scale: 1.2;
        opacity: 0.8;
    }
}

.grid_item__copy {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

.grid_item__header--small {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    /* font-size: 1.4rem; */
    text-align: center;
}

.grid_item__header--large {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    /* font-size: 3.4rem; */
    line-height: 1;
    padding-left: 10px;
    text-align: left;
}

.grid_item__para {}


/* Half Width Centerted Detail Table */
.tab_list {
    width: 60%;
    margin: 2rem auto 1rem auto;
    /* font-size: 1.8rem; */

    table {
        width: 100%;
    }

    td,
    th {
        padding: 5px;
    }

    tr:nth-child(2n) {
        background-color: #e7e7e9;
    }
}

.tab_list__header {
    border-bottom: 2px solid #000;
    font-weight: 700;
    padding: 5px;
}

.tab_list__prod {}

.tab_list__copy {
    padding: 4rem 0;
    /* font-size: 1.8rem; */

    .tab_list__copy_heading {
        letter-spacing: 0px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 1rem;
    }


}



/* Product & Offer Flex Detail */

/* NOTE: mob_reverse is for 50/50 flex columns for correct img and copy stacking on mobile */

.prod,
.prod--mob_reverse {
    display: flex;
    flex-direction: row;

    .prod__img {
        flex: 50%;
    }

    .prod__img--sml {
        flex: 25%;
    }

    .prod__copy {
        flex: 50%;
        display: flex;
        flex-wrap: wrap;
        padding: 0 2rem;

        .copy__para {
            /* padding: 3rem 0 0 0; */
            align-self: flex-start;
            font-size: 1.1rem;

            .copy__heading {
                letter-spacing: 0px;
                text-transform: uppercase;
                font-weight: 700;
                margin-bottom: 1rem;
            }

            .copy__body {
                margin-bottom: 1rem;
            }

            .copy__heading--var {
                letter-spacing: 0px;
                text-transform: uppercase;
                font-weight: 700;
                /* font-size: 3.5rem; */
                margin-bottom: 1rem;
                line-height: 1;
            }
        }

        .copy__bttn {
            align-self: flex-end;
            margin-bottom: 0;
        }
    }

    .prod__copy--center {
        align-content: center;
    }

    .prod__table {
        width: 100%;
        margin: 2rem auto 1rem auto;
        /* font-size: 1.8rem; */

        table {
            width: 100%;
        }

        td,
        th {
            padding: 5px;
        }

        .prod__table_header {
            border-bottom: 2px solid #000;
            font-weight: 700;
            padding: 5px;
        }

        .prod__table_row--border_bottom {
            border-bottom: 1px solid #717171;
        }


    }
}

/* Logo Columns */
.logo_wrap {
    margin: 6rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

    .logo_wrap__item {
        align-content: center;
        /* max-width: 25%; */
        margin: 1rem;

        img {
            width: 100%;
            max-height: 5em;
            padding: .5rem;
        }
    }
}


/* Terms & Conditions Link */
.ts_and_cs_link {
    /* font-size: 1rem; */
    font-weight: 600;

    a {
        cursor: pointer;
        transition-duration: 0.3s;
    }
}


/******************** Terms & Conditions Page ********************/
.terms {
    /* font-size: 1.5rem; */

    li {
        margin-bottom: 10px;
    }

    li::marker {
        font-weight: bold;
    }

    .terms__subheading {
        /* font-size: 1rem; */
        border-bottom: 2px solid #000;
        font-weight: 700;
    }

    .terms__seperator {
        border-bottom: 2px solid #000;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .terms__heading {
        font-weight: 700;

    }

    .terms__body {}

    .terms__prod_table {
        width: 60%;
        margin: 2rem auto 1rem auto;

        table {
            width: 100%;

            th,
            td {
                padding: 5px;
            }
        }

        .prod_table__header {
            border-bottom: 2px solid #000;
            font-weight: 700;
        }

        tr:nth-child(2n) {
            background-color: #e7e7e9;
        }

    }
}

/******************** Terms & Conditions Mark 2 (tacs_promo) ********************/
.tacs_promo_header {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;

    h1 {
        font-size: 2rem;
    }
}

.tacs_promo {
    font-size: 1rem;

    ol {}

    li {
        margin-bottom: 10px;
    }

    li::marker {
        font-weight: 700;
    }

    .tacs_promo_table {
        max-width: 75%;
        margin: 2rem auto;

        table {
            width: 100%;

            th,
            td {
                padding: 5px;
            }

            th {
                border-bottom: 2px solid #000;
                font-weight: 700;
            }

            tr:nth-child(2n) {
                background-color: #e7e7e9;
            }
        }
    }
}

.tacs_promo__heading {
    font-weight: 700;
}

.tacs_promo__body {}

.tacs_promo__seperator {}

/******************** Responsive Styles ********************/
/* @media only screen and (max-width: 900px) { */

@container (max-width: 900px) {
    .thank_you_banner__content {
        top: 50%;
        left: 10%;
        right: 10%;
    }

    .thank_you_content__heading {
        line-height: 1;
        font-size: 3rem;
    }

    .thank_you_content__copy {
        font-size: 1.2rem;
    }

    .thank_you_btn_wrap {
        max-width: 100%;
    }

    .thank_you_btn {
        font-size: 1.1rem;

        a {
            width: 100%;
        }
    }

    .img_desk_hs {
        display: none;
    }

    .img_mob_hs {
        display: block;
    }
}

/* @media only screen and (max-width: 769px) { */

@container (max-width: 769px) {
    .tacs_promo_header {
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-align: left;

        h1 {
            font-size: 1.4rem;
        }
    }

    .tacs_promo {
        font-size: .9rem;
    }

    .tacs_promo {
        .tacs_promo_table {
            max-width: 100%;
            margin-left: -40px;
        }
    }

    /* @media only screen and (max-width: 769px) { */

    .last-margin {
        margin-top: 1rem;
    }

    .section {
        padding: 2rem 0;

    }

    /* Headings */
    .center_heading {
        h1 {
            font-size: 1.5rem;
        }
    }

    /* Buttons */
    .bttn {
        padding: 10px 20px;
    }

    .bttn_wrap {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }

    .hero__bttn--vid {
        top: 70%;
        padding: 0 4rem;
    }

    /* Hero Banner */
    .hero {
        height: 45vh;
        text-align: left;
        align-items: start;

        .hero__header {
            h1 {
                font-size: 3rem;
            }

            h2 {
                font-size: 2rem;

            }

            h3 {
                font-size: 1.8rem;
            }
        }



        .subheader {
            /* font-size: 1.2rem; */
        }
    }

    .hero--video {
        height: 100%;
    }

    /* Parallax Banner */
    .parallax_wrap {
        height: 30vh;

        .paral__copy_wrap {
            max-width: 100%;
            /* font-size: 1.2rem; */
        }
    }

    /* Grid Blocks */

    /* 4 cols on desktop, 2 on mobile */
    .grid_4dt_2mb {
        grid-template-columns: repeat(2, 1fr);

    }

    /* 3 cols on desktop, 1 on mobile */
    .grid_3dt_2mb {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid_item__header--large {
        /* font-size: 2.5rem; */
    }

    /* Product Detail Table */
    .tab_list {
        width: 100%;
    }

    /* Product & Offer Details */
    .prod {
        flex-direction: column;

        .prod__copy {
            padding: 2rem 0;

            .copy__para {
                /* padding: 0; */
            }
        }

        .copy__bttn {
            margin-bottom: 1.5rem;
        }
    }

    .prod--mob_reverse {
        flex-direction: column-reverse;
    }

    .logo_wrap {
        margin: 0;
    }

    /* Terms & Conditions Table */
    .terms {
        .terms__prod_table {
            width: 100%;
        }

        ol {
            margin-left: 0 !important;
        }
    }


    /* Promo Slideshow */
    .caro_heading {
        font-size: 1.5rem;
        margin-top: .5rem;
        margin-bottom: 1.5rem;
    }

    .promo_slideshow {
        max-width: 100%;
        margin: 1em auto;
    }

    .promo_slideshow__controls {
        margin: 0 auto;
    }

    .promo_slideshow__prev_wrapper--desktop,
    .promo_slideshow__next_wrapper--desktop {
        display: none;
    }

    .promo_slideshow__next_wrapper--mobile,
    .promo_slideshow__prev_wrapper--mobile {
        display: inline;

        .fa {
            width: 65px;
            height: auto;
            font-size: 20px;
        }
    }

}

@container (max-width: 600px) {
    /* @media only screen and (max-width: 600px) { */


    /* Buttons */
    .bttn_wrap {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
}