#google_map {
    width: 100%;
    height: 20rem;
    margin-bottom: 1rem;
}
.validation-summary-errors {
    color: red!important;
}
.validation-summary-errors ul {
    padding-left: 0!important;
}
.validation-summary-errors ul li {
    list-style: none!important;
}
.balanced{text-wrap:balance;}
@font-face {
    font-family: 'Gotham-Bold';
    src: url('/fonts/Gotham-Bold.woff2') format('woff2'), url('/fonts/Gotham-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*:focus {
    box-shadow: none !important;
    outline: none!important;
}
body {
    font-family: "Gotham-Bold", sans-serif;
}
.ff-slant {
    font-family: 'Gotham-Bold', sans-serif;
}
:root {
    --primary: #002935;
    --secondary: #83D0F5;
    --info: #76B729;
    --accent: #FFED00;
}
html {
    position: relative;
    min-height: 100%;
}
.modal-content,
.modal-header,
.modal-body,
.modal-footer {
    border: 0!important;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
h1,h2,h3,h4,h5{
    letter-spacing:-1px;
}
.fs-7{
    font-size:0.8rem;
}
.bg-accent{
    background:var(--accent)!important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

header {
    position: relative;
}
main {
    min-height: 600px;
}
.mainLogo img {
    height: 100px;
    margin-bottom: -40px;
    max-width:100%;
}
@media screen and (max-width: 768px){
    .mainLogo img {
        height: 80px;
        margin-bottom: -20px;
    }
}
.responsivePouch {
    display: none;
}
.mainLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:5;
}
.mainNav ul {
    padding: 0!important;
    margin: 0;
}
.mainNav ul li {
    display: inline-flex;
}
.mainNav ul li a {
    text-decoration: none;
    color: var(--primary);
    padding: 0 10px;
}
.active ul li a{
    color:white!important;
}
.freeSessionsCounter {
    padding: 0.2rem .2rem .2rem .75rem;
    border-radius: 16px 50px 50px 16px;
    margin-right: 15px;
    margin-left: 15px;
}
.fressSessionCircle {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}
.filterButtons {
    border: 2px solid var(--primary);
}
.searchForm {
    border-radius: 12px;
}
@media screen and (max-width: 995px) {
    header {
        z-index: 2;
        position: sticky;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
    }
    header .container {
        position: relative;
        z-index: 2;
    }
    .userAccount {
        display: none;
    }
    .toggleNav {
        left: 15px;
    }
    .toggleLogin {
        right: 15px;
    }
    .toggleNav,
    .toggleLogin {
        position: relative;
        z-index: 100;
    }
    .toggleNav i,
    .toggleLogin i {
        color: white;
        font-size: 24px;
        cursor: pointer;
    }
    .mainNav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        min-height: 100vh;
        background-color: var(--primary);
        display: flex;
        align-items: center;
        flex-direction: column;
        transition: transform 0.3s ease-in-out;
        transform: translateY(-100%);
    }
    .mainNav.active {
        transform: translateY(0);
    }
    .mainNav ul {
        margin-top: 100px;
    }
    .mainNav ul li {
        display: block;
        text-align: center;
    }
    .mainNav ul li a {
        font-size: 30px!important;
    }
    .responsivePouch {
        margin-top: 50px;
        display: block;
    }
}
main {
    background: white;
    background: linear-gradient(0deg, rgba(255,255,255,1) 60%, rgba(131,208,245,1) 100%);
    background-size: 100% 2000px;
    background-repeat:no-repeat;
    position: relative;
    /*z-index: 1;*/
    padding-top: 1em;
    padding-bottom: 1em;
}
    .offer-section .card {
        border-radius: 12px;
    }
#registerForm label,
.barcodeBox label {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.25rem;
    padding-bottom: 5px;
}
.terms-instructions input {
    float: none!important;
    margin-left: -0.5em!important;
}
.terms-instructions .form-check-input {
    margin-top: .10em;
    margin-right: .5em;
}
.loginBox {
    border-radius: 12px;
}
.loginBox label {
    font-weight: bold;
    font-size: 1.25rem;
    color: var(--primary);
}
.passwordRules {
    border-radius: 9px;
    border: 2px dashed var(--White, #FFF);
}
.password-requirement .text-success {
    color: #ffffff!important;
}
.timeRemaining {
    border-radius: 8px;
}
.redemptionRemainder .square {
    border-radius: 8px;
    background-color: var(--info);
    padding: 10px;
    font-weight: bold;
}
    .redemptionRemainder .square h2,
    .redemptionRemainder .square p {
        margin: 0;
        padding: 0;
    }

    .offerHeaderImage {
        position: relative;
    }
.attractionLogo {
    position: absolute;
    bottom: 30px;
    left: 30px;
    border-radius: 10px;
    overflow: hidden;
    height: 100px;
}
.resultLogo {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 80px!important;
    height: 80px!important;
    border-radius: 6px;
    object-fit: scale-down!important;
    background-color: white;
}
.attractionLogoResult {
    position: absolute;
    top: 0;
    left: 0;
}
.offer-card {
    border-radius: 8px;
}
.offer-card .card-header {
    position: relative;
}
.offer-card img {
    height: 175px;
    width: 100%;
    object-fit: cover;
}
.catIcon {
    position: relative;
}
.catIcon i {
    position: absolute;
    right: 5px;
    bottom: 15px;
    font-size: 14px;
    color: var(--primary);
}
.catIcon img {
    margin-bottom: 10px;
}
@media screen and (max-width: 995px) {
    .catIcon img {
        width: 100%;
    }
    .catIcon i {
        right: 20px;
        bottom: 15px;
    }
}
    .clamp {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .locationList {
        columns: 2;
        color: var(--primary);
        margin: 0;
        list-style: none;
    }

    @media screen and (max-width: 995px) {
        .locationList {
            columns: 1;
        }
    }

    @media screen and (max-width: 520px) {
        .locationList {
            columns: 1;
        }
    }

    .cat-filter {
        --filter-size: 16px;
    }

        .cat-filter input {
            border-radius: 8px;
            display: inline-block;
            width: var(--filter-size);
            height: var(--filter-size);
        }

        .cat-filter label {
            line-height: var(--filter-size);
            display: inline-block;
        }

    #toggleMe {
        transition: height .25s ease;
        overflow: hidden;
    }

        #toggleMe:not(.active) {
            display: none;
        }

    .content-box p {
        color: var(--primary);
    }

    .card-text i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
    }

    .offer-section .card .card-img-top {
        border-radius: 10px;
        overflow: hidden;
        height: 375px;
        object-fit: cover;
    }

    .heroImage {
        width: 100%;
    }

        .heroImage img {
            width: 100%;
        }

    .findBarcode {
        width: 100%;
    }

        .findBarcode img {
            width: 100%;
        }

    .footerWave {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        pointer-events:none;
    }

        .footerWave img {
            width: 100%;
        }

    .howBoxes .card {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
    }

    .cardRibbon {
        position: absolute;
        top: 0;
        left: 30px;
        height: 50px;
        z-index: 1;
        background:var(--primary);
        color:white;
        border-radius: 0 0 6px 6px;
        width:40px;
        text-align:center;
        padding-top:10px;
        font-size:1.5rem;
        font-weight:bold;
    }

    .iconBox,
    .iconBox-alt {
        border-radius: 6px;
        margin-bottom: 20px;
    }

        .iconBox img {
            padding: 40px 10px;
            width: 175px;
        }

        .iconBox-alt img {
            padding: 10px;
            width: 125px;
        }

    @media screen and (max-width: 995px) {
        .iconBox img {
            width: 150px;
        }
    }

    .accountButtons a {
        padding: 3px 25px;
        border-radius: 8px;
        outline: 0;
        border: 3px solid var(--primary)
    }

    .accountButtons button,
    .results-load-more {
        border-radius: 8px;
        outline: 0;
        border: 3px solid var(--primary)
    }

    .accountButtons .col-auto:nth-child(2) a {
        background-color: transparent;
        color: var(--primary);
    }

    .footerNav ul li {
        list-style: none;
        display: inline-flex;
    }

    .footerNav a {
        text-decoration: none;
        font-size: 1.25rem;
        color: white;
    }

    .card {
        width: 100%;
        background: var(--bs-light);
    }

    .circle {
        margin: 10px 0px;
        width: 50px;
        height: 50px;
        background: var(--bs-gray-400);
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        border-radius: 70px;
    }

    .square {
        margin: 5px;
        background-color: black;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .col .square h2,
    .col .square p {
        display: inline-block;
    }

    ul.password-requirement {
        column-count: 1;
        list-style: none;
    }

    @media screen and (min-width: 768px) {
        ul.password-requirement {
            column-count: 2;
            column-gap: 2rem;
        }
    }

    @media screen and (min-width: 992px) {
        ul.password-requirement {
            column-count: 3;
            column-gap: 2rem;
        }
    }

    ul.password-requirement li div.fauxCheck {
        display: none;
    }

    .footer a {
        display: inline-block;
        text-decoration: none;
        margin: 6px;
    }

    .text-password-edit {
        color: rgba(255,255,255,0.5);
    }

    /*BOOTSTRAP STUFF*/

    .text-primary {
        color: var(--primary) !important;
    }

    .bg-primary {
        background-color: var(--primary) !important;
    }

    .btn-primary {
        color: var(--white);
        background-color: var(--primary);
        border-color: var(--primary);
    }

        .btn-primary:hover {
            color: var(--white);
            background-color: var(--primary);
            border-color: var(--primary);
        }

    .btn-outline-primary {
        color: var(--primary);
        background-color: transparent;
        border-color: var(--primary);
    }

        .btn-outline-primary:hover {
            color: var(--white);
            background-color: var(--primary);
            border-color: var(--primary);
        }

        .btn-outline-primary.disabled, .btn-outline-primary:disabled {
            color: var(--primary);
            background-color: transparent;
        }

        .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
            color: var(--white);
            background-color: var(--primary);
            border-color: var(--primary);
        }

    .btn-primary.disabled, .btn-primary:disabled {
        color: var(--white);
        background-color: var(--primary);
        border-color: var(--primary);
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: var(--white);
        background-color: var(--primary);
        border-color: var(--primary);
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5), 0 0 0 0.2rem var(--primary);
        }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5), 0 0 0 0.2rem var(--primary);
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5), 0 0 0 0.2rem var(--primary);
        background-color: var(--primary);
        border-color: var(--primary);
    }

    .border-primary {
        border-color: var(--primary) !important;
    }

    .badge-primary {
        color: var(--white);
        background-color: var(--primary);
    }

    a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
        background-color: var(--primary) !important;
    }

    .text-info {
        color: var(--info) !important;
    }

    .bg-info {
        background-color: var(--info) !important;
    }

    .btn-info {
        color: var(--white);
        background-color: var(--info);
        border-color: var(--info);
    }

        .btn-info:hover {
            color: var(--white);
            background-color: var(--info);
            border-color: var(--info);
        }

    .btn-outline-info {
        color: var(--info);
        background-color: transparent;
        border-color: var(--info);
    }

        .btn-outline-info:hover {
            color: var(--white);
            background-color: var(--info);
            border-color: var(--info);
        }

        .btn-outline-info.disabled, .btn-outline-info:disabled {
            color: var(--info);
            background-color: transparent;
        }

        .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
            color: var(--white);
            background-color: var(--info);
            border-color: var(--info);
        }

    .btn-info.disabled, .btn-info:disabled {
        color: var(--white);
        background-color: var(--info);
        border-color: var(--info);
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: var(--white);
        background-color: var(--info);
        border-color: var(--info);
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5), 0 0 0 0.2rem var(--info);
        }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5), 0 0 0 0.2rem var(--info);
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5), 0 0 0 0.2rem var(--info);
        background-color: var(--info);
        border-color: var(--info);
    }

    .border-info {
        border-color: var(--info) !important;
    }

    .badge-info {
        color: var(--white);
        background-color: var(--info);
    }

    a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
        background-color: var(--info) !important;
    }

    .text-secondary {
        color: var(--secondary) !important;
    }

    .bg-secondary {
        background-color: var(--secondary) !important;
    }

    .btn-secondary {
        color: var(--white);
        background-color: var(--secondary);
        border-color: var(--secondary);
    }

        .btn-secondary:hover {
            color: var(--white);
            background-color: var(--secondary);
            border-color: var(--secondary);
        }

    .btn-outline-secondary {
        color: var(--secondary);
        background-color: transparent;
        border-color: var(--secondary);
    }

        .btn-outline-secondary:hover {
            color: var(--white);
            background-color: var(--secondary);
            border-color: var(--secondary);
        }

        .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
            color: var(--secondary);
            background-color: transparent;
        }

        .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
            color: var(--white);
            background-color: var(--secondary);
            border-color: var(--secondary);
        }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: var(--white);
        background-color: var(--secondary);
        border-color: var(--secondary);
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: var(--white);
        background-color: var(--secondary);
        border-color: var(--secondary);
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5), 0 0 0 0.2rem var(--secondary);
        }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5), 0 0 0 0.2rem var(--secondary);
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5), 0 0 0 0.2rem var(--secondary);
        background-color: var(--secondary);
        border-color: var(--secondary);
    }

    .border-secondary {
        border-color: var(--secondary) !important;
    }

    .badge-secondary {
        color: var(--white);
        background-color: var(--secondary);
    }

    a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
        background-color: var(--secondary) !important;
    }
    .sessions .session.match {
        display: block;
    }
    #clearSearch{
        pointer-events: none;
        opacity: 0.5!important;
    }
    #clearSearch.active{
        pointer-events: initial;
        opacity: 1!important;
    }
    .sessions.defaultState .session:nth-child(-n+12) {
        display: block;
    }
    .noResults{
        display: none;
    }
    .session{
        padding: 10px;
        border: 1px dashed #CCCCCC;
        margin-bottom: 10px;
        display: none;
        position: relative;
        border-radius: 6px;
    }
    .more{
        display: none;
    }
    .session address{
        display: none;
    }
    .session h6{
        position: absolute;
        top: 10px;
        right: 10px;
        color: #FFFFFF;
        padding: 3px 8px;
        background: var(--secondary);
        border-radius: 100vh;
        font-size: 12px;
    }
    .session span{
        font-size: 15px;
        font-weight: 400;
        display: block;
        margin-bottom: 4px;
    }
    .session p{
         color: var(--bs-secondary);
        font-size: 12px;
        margin: 0;
    }
    .session h4{
        font-family: 'Gotham-Bold', sans-serif;
        color: var(--primary);
        margin: 0 0 6px 0;
    }
    .modal .seshMapContainer{
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .container .seshMapContainer{
        width: 100%;
        height: 300px;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
    }
    .seshMap{
        position: absolute;
        width: 100%;
        top: -50px;
        height: calc(100% + 64px);
    }
    .sessionSearch{
        border-radius: 4px;
        gap: 1em;
        overflow: hidden;
        display: flex;
        align-items: center;
        width: 100%;
        background: #FFFFFF;
        margin: 0;
    }
    .sessionSearch i{
        width: 40px;
        text-align: center;
    }
    .sessionSearch input{
        background: #FFFFFF;
        border: 0;
        padding: 14px 10px;
        outline: 0;
        width: 100%;
    }


    .actionBar.active{
        transform: translateY(0%)
    }
    .actionBar{
        position: fixed;
        bottom: 0;
        width: 100%;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
        padding: 2em 0 0.5em 0;
        z-index: 101;
        transform: translateY(100%);
        transition: transform 0.4s ease;
    }

    .actionBar a{
        font-size: 13px;
        display: block;
        text-align: center;
        padding: 10px;
        text-decoration: none;
        font-weight: bold;
        border-radius: 10px;
        background-color: white;
        color: var(--primary);
    }
    .registerBtn a{
        background-color: var(--secondary);
        color: var(--primary)!important;
    }
    .browseBtn a{
        background-color: #ffffff;
        color: #024089;
    }
    .partners{
        max-width: 700px;
        width: 100%;
        overflow: hidden;
        margin: 1.2em auto;
        display: flex;
        mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent 100%);
        -webkit-mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent 100%);
    }
    .partners img{
        height: 60px;
        position: relative;
        animation: tick 40s linear infinite;
    }
    @keyframes tick{
        from{
            transform: translateX(0%)
        }
        to{
            transform: translateX(-100%)
        }
    }




.loginBox input{
    accent-color:var(--secondary);
    color:var(--primary);
    border:0;
    padding:1em;
}
.powered-by {
    max-height: 150px;
    max-width: 100%;
}
.character{
    max-height:400px;
    margin-top:2em;
    margin-bottom:4em;
    z-index:10;
    position:relative;
}
.main-title{
    letter-spacing:-3px;
    font-weight:bolder;
}

.roman{
    list-style:lower-roman;
}