﻿@font-face {
    font-family: "Source Code Pro";
    src: url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');
}

@font-face {
    font-family: "DIN Next LT Pro Black";
    src: url(../fonts/CCJ/DINNextLTPro-Black.otf)
}

@font-face {
    font-family: "DIN Next LT Pro Black Condensed";
    src: url(../fonts/CCJ/DINNextLTPro-BlackCondensed.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Black Italic";
    src: url(../fonts/CCJ/DINNextLTPro-BlackItalic.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Bold";
    src: url(../fonts/CCJ/DINNextLTPro-Bold.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Bold Condensed";
    src: url(../fonts/CCJ/DINNextLTPro-BoldCondensed.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Bold Italic";
    src: url(../fonts/CCJ/DINNextLTPro-BoldItalic.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Condensed";
    src: url(../fonts/CCJ/DINNextLTPro-Condensed.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Heavy";
    src: url(../fonts/CCJ/DINNextLTPro-Heavy.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Heavy Condensed";
    src: url(../fonts/CCJ/DINNextLTPro-HeavyCondensed.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Heavy Italic";
    src: url(../fonts/CCJ/DINNextLTPro-HeavyItalic.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Italic";
    src: url(../fonts/CCJ/DINNextLTPro-Italic.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Light";
    src: url(../fonts/CCJ/DINNextLTPro-Light.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Light Condensed";
    src: url(../fonts/CCJ/DINNextLTPro-LightCondensed.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Light Italic";
    src: url(../fonts/CCJ/DINNextLTPro-LightItalic.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Medium";
    src: url(../fonts/CCJ/DINNextLTPro-Medium.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Medium Condensed";
    src: url(../fonts/CCJ/DINNextLTPro-MediumCond.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Medium Italic";
    src: url(../fonts/CCJ/DINNextLTPro-MediumItalic.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Regular";
    src: url(../fonts/CCJ/DINNextLTPro-Regular.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Ultra Light";
    src: url(../fonts/CCJ/DINNextLTPro-UltraLight.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Ultra Light Condensed";
    src: url(../fonts/CCJ/DINNextLTPro-UltraLightCond.otf);
}

@font-face {
    font-family: "DIN Next LT Pro Ultra Light Italic";
    src: url(../fonts/CCJ/DINNextLTPro-UltraLightIt.otf);
}

:root {
    --bg-pampas: #F9F9F9; /*#E5E5E5;*/
    --black-5: rgba(0, 0, 0, 0.2);
    --black-5: rgba(0, 0, 0, 0.298);
    --black-4: rgba(0, 0, 0, 0.502);
    --black-22: rgba(0, 0, 0, 0.6);
    --black-32: rgba(0, 0, 0, 0.8);
    --black: rgba(0, 0, 0, 1);
    --bunting: rgba(5, 29, 73, 1);
    --bunting-2: rgba(19, 29, 64, 1);
    --eerie-black: rgba(26, 25, 25, 1);
    --san-juan: #11214a !important; /*rgba(55, 74, 109, 1);*/
    --tapa: rgba(125, 116, 116, 1);
    --granite-gray: rgba(102, 102, 102, 1);
    --gunsmoke: rgba(133, 133, 133, 1);
    --sandal: rgba(161, 139, 111, 1);
    --shadow: rgba(137, 110, 75, 1);
    --hillary: rgba(175, 158, 133, 1);
    --silver-chalice: rgba(176, 171, 171, 1);
    --heathered-gray: rgba(184, 168, 147, 0.2);
    --pearl-bush: rgba(231, 226, 219, 1);
    --pampas: #F9F9F9; /*#E5E5E5;*/
    --white-2: rgba(255, 255, 255, 0.502);
    --white-4: rgba(255, 255, 255, 0.698);
    --white-3: rgba(255, 255, 255, 0.8);
    --white: rgba(255, 255, 255, 1);
    --font-size-xxxxs: 12px;
    --font-size-m: 18px;
    --font-size-l: 20px;
    --font-size-l: 50px;
    --font-size-xl: 30px;
    --font-size-s2: 16px;
    --font-size-xs2: 15px;
    --font-size-xxs2: 14px;
    --font-size-xxxs2: 13px;
    --font-family-din_next_lt_pro-light: "DIN Next LT Pro Light";
    --font-family-din_next_lt_pro-medium: "DIN Next LT Pro Medium";
    --font-family-din_next_lt_pro-regular: "DIN Next LT Pro Regular";
    --font-family-source_code_pro: "Source Code Pro";
}

.dinnextltpro-medium-gunsmoke-14px {
    color: var(--gunsmoke);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: var(--font-size-xxs2);
    font-weight: 500;
    font-style: normal;
}

.dinnextltpro-medium-black-16px {
    color: var(--black-32);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: var(--font-size-s2);
    font-weight: 500;
    font-style: normal;
}

.dinnextltpro-medium-pearl-bush-11px {
    color: var(--pearl-bush);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
}

.dinnextltpro-medium-white-40px {
    color: var(--white);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
}

.dinnextltpro-regular-normal-gunsmoke-14px {
    color: var(--gunsmoke);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-xxs2);
    font-weight: 400;
    font-style: normal;
}

.dinnextltpro-regular-normal-white-24px {
    color: var(--white);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
}

.dinnextltpro-regular-normal-black-16px {
    color: var(--black-5);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-s2);
    font-weight: 400;
    font-style: normal;
}

.dinnextltpro-regular-normal-shadow-16px {
    color: var(--shadow);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-s2);
    font-weight: 400;
    font-style: normal;
}

.dinnextltpro-regular-normal-black-18px {
    color: var(--black);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-m);
    font-weight: 400;
    font-style: normal;
}

.dinnextltpro-regular-normal-tapa-14px {
    color: var(--tapa);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-xxs2);
    font-weight: 400;
    font-style: normal;
}

.dinnextltpro-regular-normal-white-18px {
    color: var(--white);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

.dinnextltpro-regular-normal-white-16px {
    color: var(--white);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-s2);
    font-weight: 400;
    font-style: normal;
}

.dinnextltpro-regular-normal-black-16px {
    color: var(--black-22);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-s2);
    font-weight: 400;
    font-style: normal;
}

.dinnextltpro-medium-bunting-20px {
    color: var(--bunting-2);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 500;
}

.dinnextltpro-regular-normal-bunting-16px {
    color: var(--bunting);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
}

.dinnextltpro-medium-bunting-16px {
    color: var(--bunting);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500;
}

.border-1px-black-5 {
    border-width: 1px;
    border-style: solid;
    border-color: var(--black-5);
}

.dinnextltpro-medium-black-16px2 {
    color: var(--black);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: var(--font-size-s2);
    font-weight: 500;
    font-style: normal;
}

.dinnextltpro-regular-normal-black-12px {
    color: var(--black);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-xxxxs);
    font-weight: 400;
    font-style: normal;
}

.dinnextltpro-light-white-12px {
    color: var(--white-2);
    font-family: var(--font-family-din_next_lt_pro-light);
    font-size: var(--font-size-xxxxs);
    font-weight: 300;
    font-style: normal;
}

.dinnextltpro-regular-normal-silver-chalice-12px {
    color: var(--silver-chalice);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-xxxxs);
    font-weight: 400;
    font-style: normal;
}

.dinnextltpro-light-white-14px {
    color: var(--white-2);
    font-family: var(--font-family-din_next_lt_pro-light);
    font-size: var(--font-size-xxs);
    font-weight: 300;
    font-style: normal;
}

.dinnextltpro-regular-normal-eerie-black-14px {
    color: var(--eerie-black);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-xxs);
    font-weight: 400;
    font-style: normal;
}

.dinnextltpro-medium-shadow-16px {
    color: var(--shadow);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: var(--font-size-s);
    font-weight: 500;
    font-style: normal;
}

.dinnextltpro-regular-normal-black-32px {
    color: var(--black);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
}

.dinnextltpro-medium-hillary-15px {
    color: var(--hillary);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: var(--font-size-xs);
    font-weight: 500;
    font-style: normal;
}

.dinnextltpro-medium-white-50px {
    color: var(--white);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: var(--font-size-l);
    font-weight: 500;
    font-style: normal;
}

.dinnextltpro-regular-normal-san-juan-16px {
    color: var(--san-juan);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-s2);
    font-weight: 400;
    font-style: normal;
}

.dinnextltpro-regular-normal-sandal-16px {
    color: var(--sandal);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-s2);
    font-weight: 400;
    font-style: normal;
}

.dinnextltpro-medium-black-24px {
    color: var(--black);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
}

.dinnextltpro-regular-normal-black-14px {
    color: var(--black-4);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-xxs2);
    font-weight: 400;
    font-style: normal;
}

h1 {
    color: #a18b6f;
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: var(--font-size-m);
    font-weight: 500;
    text-transform: uppercase;
}

h2 {
    color: var(--bunting-2);
    font-size: 40px;
}

h3 {
    color: var(--bunting);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
    text-transform: uppercase;
}

p {
    color: var(--black-3);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-m);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
}

.bg-video {
    background-color: var(--pampas);
    position: relative;
}
.bg-video > * {
    z-index: 1;
}
    .bg-video:before {
        content: '';
        background: var(--eerie-black);
        width: 100vw;
        height: 100%;
        position: absolute;
        right: 0;
        left: 0;
        z-index: 0;
    }
    .bg-video:after {
        content: '';
        background: var(--pampas);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 0;
    }


h4 {
    color: var(--black);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
}

.para-c {
    color: var(--black-22);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-xxs);
    font-weight: 400;
    font-style: normal;
}

.enrich-your-life,
.enrich-your-life div.card-body {
    background-color: var(--pearl-bush) !important;
}

.about-us div.container-fluid {
    padding: 0;
}

.about-us div.card {
    border: 0;
}

.about-us,
.about-us div.card-body {
    background-color: var(--pampas) !important;
    padding: 0;
}

.bg-reciprocity-list-1 {
    background-color: var(--pampas) !important;
}

.bg-reciprocity-list-2 {
    background-color: var(--pearl-bush) !important;
}

.enrich-your-life {
    border-radius: 10px;
    max-width: Calc(100% - 3rem);
}

    .enrich-your-life.home-content {
        min-height: 30vw;
        /*background: url('/Media/Home/Mascot Banner.png') no-repeat;*/
        background-size: cover;
        max-width: none;
        border-radius: 0;
    }

.outer {
    margin: 0 auto;
    background-color: var(--eerie-black);
    display: grid;
    place-items: center;
    grid-template-areas: "inner-div";
}

.rectangle {
    height: 250px;
    /*background: linear-gradient(to right, var(--pampas) 50%, var(--eerie-black) 50%);*/
    background: linear-gradient(to right, var(--pampas) calc(58.33333333% + 2px), var(--eerie-black) Calc(41.66666667% + 2px))
}

@media (max-width: 991px) {
    .rectangle {
        height: 150px;
    }
}

.rectangle-2 {
    height: 250px;
}

.inner {
    grid-area: inner-div;
    margin-top: -150px;
}

.testimony-arrow {
    display: inline-block;
    background-image: url(../assets/imgs/testimony-arrow.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
}

.bg-btn-blue {
    background-color: var(--pampas);
    border: 2px solid var(--san-juan);
    color: var(--san-juan);
    border-radius: 43px !important;
}

    .bg-btn-blue:hover {
        background-color: var(--san-juan);
        border-color: var(--white);
        color: #FFF;
    }


/* .bg-btn-black {
    border: 1px solid var(--shadow);
    border-radius: 43px !important;
} */


/* .bg-btn-gold {
    background-color: var(--shadow);
    border-radius: 43px !important;
} */

.bg-btn-white {
    border-radius: 43px !important;
    border: 1px solid var(--san-juan);
}

.bg-btn-white-sandal {
    border-radius: 43px !important;
    border: 1px solid var(--sandal);
}

.membership-info h1 {
    color: var(--black);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
}

.membership-info p {
    color: var(--black-4);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-s);
    font-weight: 400;
    font-style: normal;
}

.membership-info h2 {
    color: var(--eerie-black);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
}

.membership-info h3 {
    color: var(--black-3);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: var(--font-size-s);
    font-weight: 500;
    font-style: normal;
}

.membership-info ul {
    color: var(--black-22);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-s);
    font-weight: 400;
    font-style: normal;
    list-style: initial;
}

.membership-grid h1 {
    color: var(--black);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-xl);
    font-weight: 400;
    font-style: normal;
    min-height: 44px;
}

.membership-grid p {
    color: var(--black);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-s2);
    font-weight: 400;
    font-style: normal;
}

.table-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.membership-grid {
    grid-auto-rows: 1fr;
}

.membership-grid p {
    display: flex;
}

.price {
    text-align: right;
}

.table-col-price {
    text-align: right;
}

.membership-fees div[class$="paragraph"] p {
    height: 10vh;
}

@media (min-width: 992px) and (max-width: 1325px) {
    .membership-fees div[class$="paragraph"] p {
        height: 11vh;
    }
}

@media (max-width: 992px) {
    .membership-fees div[class$="paragraph"] p {
        height: auto;
    }
}

.membership-fees div[class$="heading"] h1,
.membership-fees div[class$="title"] h1 {
    /*height: 70px;*/
}

.membership-extra-info {
    letter-spacing: 0;
    line-height: 21px;
    width: 287px;
}

.procedure {
    background-color: var(--eerie-black);
    border: 1px solid var(--black);
    border-radius: 4px;
}

.procedure h1 {
    color: var(--white);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}

    .procedure p, .procedure p a {
        color: var(--white-3);
    }

.border-top-bottom {
    border-top: 1px solid #5C5A58;
    border-bottom: 1px solid #5C5A58;
}

.border-top {
    border-top: 1px solid #5C5A58;
}

.procedure article.article {
    color: var(--white-3);
    font-family: var(--font-family-din_next_lt_pro-light);
    font-size: var(--font-size-s2);
    font-weight: 300;
    font-style: normal;
}

.pink-square {
    width: 69%;
    height: 404px;
    background-color: #F7F2EE;
    z-index: 1;
}

.dining-menu {
    z-index: 2;
    position: relative;
}

.dining-menu h3 {
    color: var(--black);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}

.dining-menu p {
    color: var(--granite-gray);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-xs2);
    font-weight: 400;
    font-style: normal;
}

.two-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    grid-auto-rows: 1fr;
}

.vr-line {
    height: 50px;
}

.vr {
    background-color: #CFCFCF !important;
    opacity: 1 !important;
    width: 2px;
}

.bg-pampas {
    background-color: #F9F9F9;  /*#E5E5E5;*/
}

html,
body {
    height: 100%;
    overflow-x: hidden;
    background-color: var(--pampas);
}

html {
    box-sizing: border-box;
}

#bodyBorderContainer {
    border: 0px solid #000;
}

.footer {
    background: #1A1919;
    margin-top: -2px;
    padding: 60px 51px;
    /**/
    text-align: center;
    display: flex;
}

.footer i {
    height: 20px;
    width: 20px;
}

.footer [class*="fa"] {
    color: #AF9E85;
}

.footer h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #AF9E85;
}

.footer p, .footer a:not(.btn) {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #868686;
}

.footer a:not(.btn):hover {
    color: #AF9E85;
}

.footer h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #868686;
}

.footer button {
    min-width: 115px;
}

.footer-logo {
    height: 123px;
    object-fit: cover;
    width: 240px;
}

.bg-btn-colour {
    background-color: var(--hillary) !important;
    border-radius: 10px;
}

.bg-btn-white {
    background-color: var(--white) !important;
    border-radius: 45px;
}

.btn a {
    text-decoration: none !important;
}

.btn a:hover {
    color: initial !important;
}

#navigation {
    border-radius: 15px;
}

.nav-link-black {
    font-family: "DIN Next LT Pro Regular";
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.nav-link-black:hover {
    color: #896E4B;
    font-weight: bold;
}

#carousel-dots-div {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    background-color: rgb(75, 72, 72);
}

.dot:hover,
.dot-active {
    background-color: #FFFFFF;
}

.member-button {
    background: #AF9E85;
    border-radius: 43px;
}

a.nav-link.nav-link-black {
    text-align: left;
}

a.nav-link.nav-link-black.active {
    text-align: left;
    color: #896E4B;
    border-bottom: 4px solid #896E4B;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu a.nav-link.nav-link-black.active {
    text-align: left;
    color: var(--white);
    border-radius: 5px;
    background-color: var(--shadow);
}

.dropdown-toggle::after {
    display: none !important;
}

.nav-link.nav-link-black.dropdown-toggle.p-2.show .caret-vector {
    display: inline-block;
    background-image: url(../assets/imgs/caret-gold.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 8px;
}

.caret-vector {
    display: inline-block;
    background-image: url(../assets/imgs/caret.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 8px;
}

.nav-link + .caret-vector {
    position: absolute;
    top: -2px;
    right: 0;
    height: 100%;
    width: 15px;
    background-size: 10px;
    background-position-y: 50%;
}
.nav-link.nav-link-black.dropdown-toggle.p-2.show + .caret-vector {
    background-image: url(../assets/imgs/caret-gold.png) !important;
}


.modal-close {
    display: inline-block;
    background-image: url(../assets/imgs/close.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}

.vector-right-arrow {
    display: inline-block;
    background-image: url(../assets/imgs/vector-right-arrow.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.members .heading {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    color: #1A1919 !important;
}

.club-info ul {
    padding-left: 1rem;
}

.fas.fa-search.p-2 {
    color: black !important;
}

.input-group-text {
    border: none !important;
}

div#PageHeaderCarousel {
    transition: all 1.5s ease-out .5s;
}

#PageHeaderCarousel .bannerslide,
.singlebannerslide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-out 0.2s;
    opacity: 0;
    background-size: cover !important;
}
    #PageHeaderCarousel .bannerslide.show,
    .singlebannerslide {
        opacity: 1;
    }

.search {
    border-radius: 4px;
}

.page-header {
    /*background: linear-gradient(178.74deg, #000000 -116.79%, rgba(0, 0, 0, 0) 98.93%) no-repeat;*/
    /*background: linear-gradient(183.73deg, #000000 -36.74%, rgba(0, 0, 0, 0) 96.94%);*/
    background-size: cover;
    width: 100%;
    height: Calc(50vh + 90px);
    position: relative;
    padding: 1rem 3rem;
}
    .page-header:before {
        background: linear-gradient(183.73deg, #000000 -36.74%, rgba(0, 0, 0, 0) 96.94%);
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .page-header .header-content {
        position: relative;
        z-index: 2;
        padding: 3rem 0 0;
        height: 100%;
    }
    .page-header .header-content-detail {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        margin: auto;
        justify-content: center;
        align-content: center;
        z-index: 1;
    }

.header-content-seach-panel {
    position: absolute;
    right: 0;
    width: 100%;
    justify-content: flex-end;
    margin-top: 0.5rem;
    z-index: 2;
}

.paragraph-background-ccj-foundation {
    background-size: cover;
    height: 195px;
}

.paragraph-background-ccj-foundation>*,
.paragraph-background-ccj-foundation h4 {
    padding: 0.5rem;
    /* color: var(--white); */
}

.header-title {
    font-family: "DIN Next LT Pro Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #FFFFFF;
}

.header-subtitle.dining,
.header-subtitle.ccj-foundation,
.header-subtitle.history {
    font-family: "DIN Next LT Pro Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #FFFFFF;
}

.header-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.input-control {
    border-right: 0;
    border-radius: 4px;
}

.input-append {
    background-color: #FFFFFF;
    border-left: 0;
}

.social-icon {
    color: #AF9E85;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.activity-caption,
.activity-title {
    color: white !important;
}

.activity-title {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 20px;
}

.activity-caption {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.activity-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.activity-item-img {
    width: 60px;
    height: auto;
}

.activity-item-label {
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    padding: 0 15px;
}

.activity-item-label p {
    font-family: var(--font-family-din_next_lt_pro-medium) !important;
    font-size: 10px !important;
    color: var(--white) !important;
}

.activity-item-img:hover {
    width: 70px;
    height: auto;
    filter: brightness(0%);
}

div.hide {
    display: none;
}

div.hover:hover+div.hide {
    display: block;
}

.testimony-container {
    height: fit-content;
    white-space: nowrap;
    display: flex;
    overflow-x: scroll;
}

.testimony-box {
    min-width: 314px;
    background: #F4F2EF;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin: 2rem;
    padding: 20px 15px;
    position: relative;
    /**/
    max-width: 350px;
    flex: 10 0 auto;
    white-space: normal;
    max-height: none;
    height: max-content;
}

.testimony-box .testimony-title {
    position: relative;
    min-height: 45px;
}

.testimony-box .testimony-title:before {
    content: '';
    width: 26px;
    height: 40px;
    background: url('/Media/quotation_mark.svg') no-repeat;
    position: absolute;
    left: 15px;
}

@media (min-width: 768px) and (max-width: 1400px) {
    .testimony-box .testimony-title:before {
        height: 25px;
        position: relative;
    }
}

.testimony-box .testimony-title p,
.testimony-box .testimony-title span {
    font-weight: bold;
}


.fees-heading h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
}

.fees-heading .heading {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #000000 !important;
}

.fees-heading .heading hr {
    height: 0px;
    left: 147px;
    top: 2371px;
    border: 1px solid #5C5A58;
}

.fees-content {
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-radius: 5px;
    /**/
    align-items: flex-end;
    display: flex;
    height: 208px;
    margin-right: 28px;
    min-width: 258px;
}

.fees-title {
    color: var(--black);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: var(--font-size-s2);
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
    min-height: 19px;
    text-transform: uppercase;
}

.table-header {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #000000;
}

.fees {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */
    color: #000000;
}

div.container-fluid div.heading {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 95.8%;
    color: #A18B6F;
}

div.container-fluid div.subheading {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 34.49px;
}

div.dining {
    position: relative;
    z-index: 100;
}

.bg-btn-white {
    background-color: white;
    border: 1px solid #374A6D;
    box-sizing: border-box;
}
.bg-btn-white.category.active {
        background-color: #1C7B62 !important;
        border: 1px solid #374A6D;
        box-sizing: border-box;
        color: var(--white);
        font-family: var(--font-family-din_next_lt_pro-regular);
        font-size: var(--font-size-xxs2);
 }
    .bg-btn-white.category.active a {
        color: var(--white);
    }
    .bg-btn-white.category {
        border: 1px solid #374A6D;
        box-sizing: border-box;
        border: 1px solid var(--black);
        color: var(--black);
        font-family: var(--font-family-din_next_lt_pro-regular);
        font-size: var(--font-size-xxs2);
    }

.category-ul {
    padding: 0;
}
.category-ul li:first-child{
    padding-left: 0;
}

a.white,
a.blue-80,
a.black {
    text-decoration: none;
}

.carousel-control-next {
    opacity: 1.0 !important;
}

.carousel-indicators [data-bs-target] {
    height: 8px !important;
    width: 8px !important;
    border-radius: 50%;
}

.card {
    border: 1px solid rgba(0, 0, 0, .125);
    width: 18rem;
}

.gold-border {
    border: 1px solid #AF9E85;
}

.btn-gold {
    color: #AF9E85;
}

div.more {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

div.more h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 95.8%;
    text-transform: uppercase;
    color: black;
    /* color: rgba(255, 255, 255, 0.8); */
}

div.more p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 150.2%;
    color: black;
    /* color: rgba(255, 255, 255, 0.5); */
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }
    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}


/* medium and up screens */

@media (min-width: 768px) {
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.wrapper {
    z-index: 3;
}

.wrapped {
    z-index: 2;
}

.wrapped-food {
    z-index: 1 !important;
    right: 9% !important;
    left: 20% !important;
}

.top-75 {
    top: 75%;
}

.dining-info .heading {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 95.8%;
    /* or 18px */
    text-transform: uppercase;
    color: #896E4B;
}

hr.vertical {
    height: 100%;
    width: 0;
    border: 1px solid black;
}

.venue-bg-weddings:nth-child(odd) hr {
    border: 1px solid var(--hillary);
}

.stay .icon-heading {
    font-style: normal;
    font-weight: normal;
    font-size: 19px !important;
    line-height: 95.8% !important;
    /* or 18px */
    text-transform: uppercase;
    color: #131D40 !important;
}

.stay ul li {
    list-style: none;
    padding: 0px !important;
    margin-left: -0.5rem !important;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    /* or 167% */
    color: rgba(0, 0, 0, 0.7);
}

.bg-img {
    background: #282828;
    height: 195px;
    /*filter: blur(12px);*/
}

.bg-shape {
    background: rgba(0, 0, 0, 0.7);
    height: 195px;
}

.bg-content p:nth-child(1) {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 99.8%;
    /* identical to box height, or 22px */
    color: #FFFFFF;
    padding: 2rem;
}

.bg-content p:nth-child(2) {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 99.8%;
    /* identical to box height, or 48px */
    color: #FFFFFF;
}

.sport-link-text {
    color: var(--white);
}

a,
a:hover {
    text-decoration: none;
    color: initial;
}

.committee-heading h1 {
    color: var(--sandal);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
}

.committee-heading h2 {
    color: #ffffffcc;
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: 30px;
    font-weight: 400
}

.committee-heading .col-12 {
    padding: 0 3rem;
}

.people-icons {
    background-color: #282828;
}

.profile {
    border-radius: 50%;
    border: 4px solid #AF9E85;
    max-width: 139px;
}

.staff-info p {
    color: var(--white-4) !important;
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-m);
    font-weight: 400;
    font-style: normal;
}

.bg-back-arrow {
    background: url(../assets/imgs/back-arrow.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 18px;
    height: 14px;
}

.valign-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trainer-name {
    color: var(--shadow);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: var(--font-size-m);
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
}

.trainer-club {
    color: var(--black-22);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-s2);
    font-weight: 400;
    font-style: normal;
}

.trainer-hr {
    border: 1px solid var(--black);
}

.cover-fit {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.heading-trainer {
    color: var(--black-22);
    font-family: var(--font-family-din_next_lt_pro-bold);
    font-size: var(--font-size-xxs2);
    font-weight: 700;
    font-style: normal;
}

.detail-trainer {
    color: var(--black-4);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-xxs2);
    font-weight: 400;
    font-style: normal;
}

.padel-img,
.pickleball-img {
    object-fit: cover;
    height: 85px !important;
    width: 85px !important;
}

.padel-center,
.pickleball-center {
    text-align: center;
}

div.contact h6 {
    color: var(--black-22);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: var(--font-size-m);
    font-weight: 500;
    font-style: normal;
}

div.contact p::first-line {
    color: var(--shadow);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: var(--font-size-m);
    font-weight: 500;
    font-style: normal;
}

div.contact p {
    color: var(--shadow);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-m);
    font-weight: 400;
    font-style: normal;
}

.generic-table p {
    color: rgba(0, 0, 0, 0.7);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    font: var(--font-family-din_next_lt_pro-regular);
}

.generic-table h6 {
    font: var(--font-family-din_next_lt_pro-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}


/* Custom video overlay */

.video_overlay {
    z-index: 1;
}

.video_overlay.paused {
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.5);
    top: 13%;
    height: 75%;
}

.video_overlay.paused:hover {
    opacity: 1;
}

    .video_overlay.paused:before {
        content: '';
        display: block;
        background: transparent;
        height: 120px;
        width: 120px;
        border: 5px solid white;
        border-radius: 100%;
        /* */
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .video_overlay.paused:after {
        content: '';
        background: transparent;
        height: 0px;
        width: 0px;
        border: 0px solid white;
        border-width: 30px 50px;
        border-color: transparent transparent transparent white;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 65px;
        right: 0;
        margin: auto;
        justify-content: center;
        align-items: center;
    }


/*****************************/

.merchandise-container {
    align-items: center;
    background-color: var(--black-haze);
    border-radius: 8px;
    box-shadow: 0px 4px 4px #00000040;
    margin-bottom: 15px;
}

.merchandise-text {
    line-height: 80px;
    margin: 20px;
}

.btn-pro-shop {
    justify-content: end;
}

.results-list ul,
.included ul,
.capacity ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.included h6,
.capacity h6 {
    text-transform: uppercase;
}

.results-list li,
.included li {
    background-image: url(../assets/imgs/list-item.png);
    background-repeat: no-repeat;
    background-position: 0 .6em;
    padding-left: .7em;
    text-decoration: underline;
}

.included li {
    text-decoration: none;
}


/* .included li {
    background-image: url(../assets/imgs/list-item-white.png);
    background-repeat: no-repeat;
    background-position: 0 .6em;
    padding-left: .7em;
} */

.details {
    display: inline-block;
    background-image: url(../assets/imgs/details.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 13px;
}

.rates {
    display: inline-block;
    background-image: url(../assets/imgs/rates.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 13px;
}

.amenities {
    display: inline-block;
    background-image: url(../assets/imgs/amenities.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 13px;
}

.accommodation-info-title {
    color: var(--bunting);
    font-family: var(--font-family-din_next_lt_pro-medium);
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
}

.accommodation-info-content,
.accommodation-info-content p {
    color: var(--black-22);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
}

.accommodation-info-content h6 {
    color: var(--black);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
}

.accommodation-info-content ul {
    list-style: none;
    margin: auto;
    padding: 0 0.4em 0 0.4em;
}

.accommodation p {
    color: var(--black-32);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-s2);
    font-weight: 400;
    font-style: normal;
}

.committeemember {
    border-radius: 50%;
    border: 4px solid var(--bunting);
    height: 168px;
}

.clubcountrydetail {
    display: flex;
    height: 22px;
    margin: 20px
}

.clubcountrydetail img {
    height: 22px;
    width: 17px
}

.verticalLine {
    border-right: thin solid var(--gunsmoke);
}

.reciprocity-border {
    border-color: var(--gunsmoke) !important;
}



/* .venue-bg-weddings:nth-child(odd) {
    background-color: var(--black-22);
} */

/* .hillary {
    color: var(--hillary);
} */

/* .venue-bg-weddings p,
.included,
.capacity {
    color: var(--white);
} */
.venue-bg-weddings p {
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

/* .included,
.capacity {
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
} */

/* .venue-bg-weddings:nth-child(odd) .card-group .card {
    background-color: var(--black);
} */
.img-label {
    color: var(--white);
}
.btn-environment-woodmead {
    justify-content: end;
}
#map {
    height: 100%;
}
.phone {
    display: inline-block;
    background-image: url(../assets/imgs/phone.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 22px;
}
.pin {
    display: inline-block;
    background-image: url(../assets/imgs/pin.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 22px;
}
.coordinates {
    display: inline-block;
    background-image: url(../assets/imgs/direction.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 22px;
}
span .p {
    font: var(--font-family-din_next_lt_pro-regular);
    color: rgb(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 21px;
}
.club-contact-list {
    background: rgba(218, 210, 200, 0.2);
}
.contact-title {
    color: rgba(0, 0, 0, 0.902);
    font-family: var(--font-family-din_next_lt_pro-bold);
    font-size: var(--font-size-s2);
    font-weight: 700;
    font-style: normal;
}
.contact-fullname {
    color: var(--black);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-s2);
    font-weight: 400;
    font-style: normal;
}
.contact-email-phone {
    color: rgba(0, 0, 0, 0.902);
    font-family: var(--font-family-din_next_lt_pro-regular);
    font-size: var(--font-size-xxs2);
    font-weight: 400;
    font-style: normal;
}
button.accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.accordion,
.accordion * {
    border: none;
}
.accordion hr {
    border: 1px solid black;
}
.blog-subtitle {
    text-transform: none;
}

.navbar-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    margin: auto;
    padding: 0.5rem 3rem 0;
}

.img-fluid.animateFadeIn {
    opacity: 0;
}

img.trainer-image {
    max-width: 230px;
    max-height: 230px;
}

/**/



/*

*/
.btn_primary {
    background-color: var(--white);
    border: 2px solid var(--san-juan);
    color: var(--san-juan);
    border-radius: 43px !important;
    /*///*/
}
    .btn_primary:hover {
        background-color: var(--san-juan);
        /*border-color: var(--white);*/
        color: #FFF;
    }
    .btn_primary.disabled {
        opacity: 0.5;
        background-color: var(--san-juan);
        color: #FFF;
    } 

select.btn_primary:hover option {
    background: var(--white);
    color: var(--san-juan);
}
select.btn_primary:focus {
    border-radius: 15px 15px 0 0 !important;
}

.btn_secondary {
    background-color: transparent;
    border: 2px solid var(--hillary);
    color: var(--hillary);
    border-radius: 43px !important;
}

    .btn_secondary:hover {
        background: var(--hillary);
        border-color: #FFF;
        color: #FFF;
    }

/*
    Venue Dark Theme
*/

.theme-dark {
    background: #1A1919;
    color: #FFF;
}

    .theme-dark .btn_primary {
        background: #FFF !important;
        border-color: #FFF !important; /*#AF9E85 !important;*/
        color: #000 !important;
    }
    .theme-dark .btn.btn_primary:hover,
    .theme-dark .btn.btn_secondary:hover {
        color: #FFF !important;
        background: #AF9E85 !important;
        border-color: #AF9E85 !important;
    }


    .theme-dark .btn.bg-btn-white {
        background: #1A1919 !important;
        border: 2px #AF9E85 !important;
    }
    .theme-dark .btn.bg-btn-white a {
        color: #AF9E85 !important;
    }
        .theme-dark .btn.bg-btn-white:hover a{
            color: #FFF !important;
        }

.venue-card {
    background: rgba(218, 210, 200, 0.3);
    height: 100%;
}

    .venue-card .card-img-top .carousel-item img {
        width: 100%;
        height: 275px;
    }


[class*=venue-bg-].theme-dark .venue-card {
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
}
   /* [class*=venue-bg-].theme-dark .venue-card .btn-gold:hover {
        color: #FFF !important;
    }
*/


.theme-dark h3 {
    color: #FFF !important;
}

.theme-dark a P {
    color: #FFF !important;
}


.theme-dark div.contact p::first-line,
.theme-dark div.contact p {
    color: #a18b6f;
}

/*  ------------------------------------------------------------  */

/*
    Cookie Modal
*/

#CookieBox {
    background: white;
    border-top: 2px solid;
    width: 100%;
    min-height: 72px;
    padding: 0.75rem 3rem;
    z-index: 99;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

    #CookieBox .cookie-msg {
        width: 100%;
        font-size: 14px;
    }

    #CookieBox .cookie-actions {
        align-items: center !important;
        display: inherit;
        gap: 15px;
    }

/*padding: 0.75rem 0.5rem;*/

/*  ------------------------------------------------------------  */


[class*="pageHeaderLogo-"]
{
    width: 45%;
    height: auto;
    max-width: 100px;
    max-height: 100px;
}

.pageHeaderLogo-ccj-foundation {
    max-width: 200px;
    max-height: 200px;
}

.reciprocity_item {
    padding: 1rem 1.5rem;    
}


/*.reciprocity_item:nth-child(2n+1) {
    background: var(--pearl-bush) !important;
}*/

.reciprocity_item .img-fluid {
    max-width: 300px;
    max-height: 200px;
}

.recip_country_select {
    max-width: 300px;
}


[data-newslettertype] .btn_primary {
    padding: 3px 15px; 
}



ul.mascot-image-gallery {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}

    ul.mascot-image-gallery li {
        position: relative;
        height: 200px;
        flex-grow: 1;
        /*max-width: 300px;*/
        overflow: hidden;
        border-radius: 8px;
    }

    ul.mascot-image-gallery img.gallery-img {
        min-height: 100%;
        min-width: 100%;
        max-width: 250px;
        max-height: 100%;
        object-fit: cover;
        vertical-align: bottom;
    }


    ul.mascot-image-gallery img.figure-img {
        max-width: 64px;
        max-height: 64px;
        opacity: 0.7;
    }


    ul.mascot-image-gallery span{
        text-shadow: 0px 0px 7px black;
    }