﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.min-h-400 {
    min-height: 400px !important;
}

.min-h-450 {
    min-height: 450px !important;
}

.min-h-500 {
    min-height: 500px !important;
}

.min-h-550 {
    min-height: 550px !important;
}

/* New 767px */
@media (max-width: 576px) {
    .min-h-sm-550 {
        min-height: 550px !important;
    }
}

.min-h-600 {
    min-height: 600px !important;
}

.min-h-650 {
    min-height: 650px !important;
}

.min-h-700 {
    min-height: 700px !important;
}

.min-h-750 {
    min-height: 750px !important;
}

.min-h-800 {
    min-height: 800px !important;
}

.btn-rounded-light {
    border-radius: .5rem !important;
}

.btn-rounded-light-left {
    border-bottom-left-radius: .5rem !important;
    border-top-left-radius: .5rem !important;
}

.btn-rounded-light-right {
    border-bottom-right-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

.text-rounded-light {
    border-radius: .5rem !important;
}

.text-rounded-light-left {
    border-bottom-left-radius: .5rem !important;
    border-top-left-radius: .5rem !important;
}

.text-rounded-light-right {
    border-bottom-right-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

.text-gold {
    color: #9b8012;
}

.btn-group-outline-color {
    margin: 1px 0 0 1px;
}

    .btn-group-outline-color::after {
        display: block;
        clear: both;
        content: "";
    }

    .btn-group-outline-color[class*="-sm"] .btn {
        height: calc(1.5em + 1.25rem + 2px);
        line-height: calc(1.5em + 1.25rem + 2px);
    }

    .btn-group-outline-color[class*="-lg"] .btn {
        height: calc(1.5em + 2.125rem + 2px);
        line-height: calc(1.5em + 2.125rem + 2px);
    }

    .btn-group-outline-color .btn {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
        position: relative;
        float: left;
        padding: 0 1.25rem;
        height: calc(1.5em + 1.875rem + 2px);
        margin-top: -1px;
        margin-left: -1px;
        font-size: 0.875rem;
        line-height: calc(1.5em + 1.875rem);
        border: 1.5px solid #dddddd;
        z-index: 5;
    }

        .btn-group-outline-color .btn:hover {
            color: #000;
            border-color: #a3a3a3;
        }

        .btn-group-outline-color .btn.active {
            /*original blue color #01295a*/
            /*potential blue color #013c85*/
            /*potential blue color #003e89 */
            color: #000;
            border: 2px solid #0049a3;
            z-index: 10;
        }

.text-white .btn-group-outline-color .btn {
    border: 1px solid rgba(255, 255, 255, 0.25);
}

    .text-white .btn-group-outline-color .btn:hover {
        color: #fff;
    }

    .text-white .btn-group-outline-color .btn.active {
        color: #fff;
        border: 1px solid #000;
        z-index: 10;
    }

.btn-outline-gray-light {
    /*original color #6c757d*/
    /*potential color #87919a*/
    color: #919191;
    border-color: #919191;
}

    .btn-outline-gray-light:hover {
        color: #fff;
        /*background-color: #6c757d;*/
        background-color: transparent;
        border-color: #919191;
    }

    .btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
        box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
    }

    .btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
        color: #919191;
        background-color: transparent;
    }

    .btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-gray-light.dropdown-toggle {
        color: #fff;
        background-color: #919191;
        border-color: #919191;
    }

        .btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-gray.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
        }

.fs-15 {
    font-size: 0.9375rem !important;
    line-height: 1.4em;
}

.fs-75 {
    font-size: 4.6875rem !important;
    line-height: 1.4em;
}

.border-input-text-blue {
    border: 2px solid #0049a3 !important;
}

.border-input-btn-blue {
    border: 1.5px solid #0049a3 !important;
}

.border-input-btn-gray {
    border: 1.5px solid #dddddd !important;
}

.validation-message {
    color: red;
}

.form-control:focus {
    border-color: #013A80 !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: rgba(0, 0, 0, 0.0) !important;
    opacity: 1;
}

.credit-card-visa {
    background: url(/images/shop/checkout/visa.svg) no-repeat right;
    background-size: 12%;
    background-origin: content-box;
}

.credit-card-mastercard {
    background: url(/images/shop/checkout/mastercard.svg) no-repeat right;
    background-size: 11%;
    background-origin: content-box;
}

.credit-card-discover {
    background: url(/images/shop/checkout/discover.svg) no-repeat right;
    background-size: 11%;
    background-origin: content-box;
}

.credit-card-american-express {
    background: url(/images/shop/checkout/american-express.svg) no-repeat right;
    background-size: 11%;
    background-origin: content-box;
}

.credit-cards {
    background: url(/images/shop/checkout/credit-cards.svg) no-repeat right;
    background-size: 50%;
    background-origin: content-box;
    background-blend-mode: color-dodge;
}

.btn-outline-none {
    outline: 0 !important;
}
.btn-outline-none:focus {
    outline:0 !important;
}

.image-progress {
    padding-bottom: 3px;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-left: -7px;
}

.badge-cart {
    background-color: #01295a;
}

.bg-lighter {
/*  background-color: rgba(0, 0, 0, 0.025) !important;*/
    background-color: #f5f5f5 !important;
}

/* Syncfusion DatePicker */
.e-date-wrapper {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 8px;
    padding-right: 10px;
    width: 50% !important;
    border-radius: .5rem !important;
    border: 1px solid #dddddd !important;
}

.e-input-group-icon.e-date-icon:hover {
    background-color: white !important;
    color: black !important;
}

.e-input-group-icon.e-date-icon:active {
    box-shadow: none !important;
}

.e-input-group-icon.e-date-icon {
    background-color: white !important;
    color: black !important;
}

.e-input-group-icon {
    border: 0px !important;
}

.e-datepicker {
    font-family: "Open Sans", sans-serif !important;
    font-size: .9375rem !important;
    background: white !important;
    cursor: default;
}

/*.e-selected span.e-day {
    background-color:#0049a3 !important;
}*/

/*.e-today span.e-day {
    background-color: #0049a3 !important;
    border-color: #0049a3 !important;
}*/

/* Added to keep modal window from shifting page due to scroll bars being hidden */
.modal-open {
    padding-right: 0 !important;
}

html {
    overflow-y: scroll !important;
}

.show-scroll-y {
    overflow-y: scroll !important;
}

/*.hide-scroll-y {
    overflow-y: hidden !important;
}*/

.hide-scroll-y::-webkit-scrollbar {
    display: none;
}

Hide scrollbar for IE, Edge and Firefox
.hide-scroll-y {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.list-disc ul {
    /*padding-left: 1em !important;
    margin-left: 1em;*/
}

.list-disc li {
    list-style-type: disc !important;
}

.form-cell {
    padding-bottom:24px;
}

.text-underline {
    border-bottom: 1px dotted #013A80 !important;
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}

.spinner {
    border: 8px solid silver;
    border-top: 8px solid #337AB7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 48%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    text-align: center !important;
}

.form-group-v {
    margin: 0;
}

    .form-group-v label {
        font-size: 16px !important;
        font-family: "Muli", sans-serif !important;
        text-transform: none;
        letter-spacing: .1em;
    }

.btn-primary {
    color: #fff;
    background-color: #023a7f;
    border-color: #023a7f;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #012d64;
        border-color: #012d64;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0 rgba(105, 164, 105, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #023a7f;
        border-color: #023a7f;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #012d64;
        border-color: #012d64;
    }

    .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 rgba(105, 164, 105, 0.5);
    }

.display-expand {
    animation-name: display-reveal;
    animation-duration: .3s;
}

@keyframes display-reveal {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.header-min-height {
    min-height: 5.25rem;
}

/* Bootstrap 5.3 Placeholder */
.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
}

    .placeholder.btn::before {
        display: inline-block;
        content: "";
    }

.placeholder-xs {
    min-height: 0.6em;
}

.placeholder-sm {
    min-height: 0.8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}

.placeholder-light::-webkit-input-placeholder {
    color: #a4a3a3 !important;
}

.placeholder-light:-moz-placeholder {
    color: #a4a3a3 !important;
}

.placeholder-light::-moz-placeholder {
    color: #a4a3a3 !important;
}

.placeholder-light:-ms-input-placeholder {
    color: #a4a3a3 !important;
}

.promo-text {
    width: 160px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    border-color: white;
    border-top-color: initial;
    border-top-style: initial;
    border-top-width: 0px;
    border-right-color: initial;
    border-right-style: initial;
    border-right-width: 0px;
    border-bottom-color: rgb(255,255,255);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: initial;
    border-left-style: initial;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: unset;
    background: 0 0;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff;
    outline: none;
}

.promo-text:focus {
}

.promo-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bfbfbf;
    opacity: 1; /* Firefox */
}

.promo-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bfbfbf;
}

.promo-text:-ms-input-placeholder { /* Microsoft Edge */
    color: #bfbfbf;
}

.border-2 {
    border: 1.5px solid #dddddd !important;
}

.border-top-2 {
    border-top: 1.5px solid #dddddd !important;
}

.border-right-2 {
    border-right: 1.5px solid #dddddd !important;
}

.border-bottom-2 {
    border-bottom: 1.5px solid #dddddd !important;
}

.border-left-2 {
    border-left: 1.5px solid #dddddd !important;
}

.font-handwriting {
    font-family: "adobe-handwriting-ernie", sans-serif;
    font-weight: 200;
    font-style: normal;
}

/* Copy from here*/

/* SYNCFUSION */

.img-container {
    width: 100%;
}

.e-carousel {
    height: auto;
}

.e-blazor-carousel {
    height: auto;
}

.control-section {
    height: auto;
}

.default-carousel-section {
    height: auto;
}

.content-wrapper {
    height: auto;
}

.default-carousel-section .carousel-sample {
    margin: 0 auto 2em;
    max-width: 500px;
    height: auto;
}

.default-carousel .e-carousel-items .e-carousel-item .img-container {
    height: auto;
}

.default-carousel .e-carousel-items .e-carousel-item .img-caption {
    bottom: 5em;
    color: black;
    font-size: 12px;
    height: auto;
    position: relative;
    padding: 0.3em 1em;
    text-align: center;
    width: 100%;
}

.img-caption {
    color: grey;
    margin-top: .75em;
    font-size: clamp(0.75rem, 0.697rem + 0.224vw, 1rem);
    height: auto;
    position: relative;
    padding: .25em .5em;
    text-align: center;
    width: 100%;
}

.control-container {
    background-color: #adb5bd;
    height: auto;
    margin: 0 auto;
    width: 500px;
}

.e-carousel .slide-content {
    align-items: center;
    display: flex;
    font-size: 1.25rem;
    height: auto;
    width: 100%;
    justify-content: center;
}

.e-carousel .e-btn:active,
.e-carousel .e-btn:hover {
    background-color: transparent !important;
}

.e-carousel .e-btn svg {
    fill: none;
    stroke: white;
    stroke-linecap: square;
    stroke-width: 8px;
    height: 2rem;
    vertical-align: middle;
    width: 2rem;
    margin: 0;
    padding: 0;
}

.e-carousel .prev-btn:active,
.e-carousel .prev-btn:hover,
.e-carousel .prev-btn:focus,
.e-carousel .next-btn:active,
.e-carousel .next-btn:hover,
.e-carousel .next-btn:focus {
    background-color: transparent !important;
}

.carousel-100vw {
    background-size: cover;
    background-position: center;
    height: 70vh;
    width: 100vw;
}

.carousel-90vw {
    background-size: cover;
    background-position: center;
    height: 60vh;
    width: 90vw;
}

@media (max-width: 768px) {
    .carousel-90vw {
        background-size: cover;
        background-position: center;
        height: 60vh;
        width: 85vw;
    }
}
/* Photo Carousel */
.e-carousel .prev-btn-photo-carousel::before {
    font-family: "Bootstrap-icons";
    content: '\F284';
    font-weight: bolder;
    background-color: #FFFFFF;
    height: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    width: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    text-align: center;
    align-content: center;
    border-radius: 100%;
    display: inline-block;
    font-size: clamp(1rem, 0.895rem + 0.448vw, 1.5rem);
    color: #585858;
    transition: 600ms;
    position: relative;
}

.e-carousel .next-btn-photo-carousel::before {
    font-family: "Bootstrap-icons";
    content: '\F285';
    font-weight: bolder;
    background-color: #FFFFFF;
    height: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    width: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    text-align: center;
    align-content: center;
    border-radius: 100%;
    display: inline-block;
    font-size: clamp(1rem, 0.895rem + 0.448vw, 1.5rem);
    color: #585858;
    transition: 600ms;
    position: relative;
}

.e-carousel .prev-btn-photo-carousel:hover::before,
.e-carousel .next-btn-photo-carousel:hover::before {
    color: black;
    transition: 600ms;
    background-color: #E1E1E1;
}

.e-carousel .prev-btn-photo-carousel:active,
.e-carousel .prev-btn-photo-carousel:hover,
.e-carousel .prev-btn-photo-carousel:focus,
.e-carousel .next-btn-photo-carousel:active,
.e-carousel .next-btn-photo-carousel:hover,
.e-carousel .next-btn-photo-carousel:focus {
    background-color: transparent !important;
    color: white;
    transition: 600ms;
    background-color: darkgrey;
    transition: 500ms;
}

.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .photo-indicator {
    background-color: darkgrey;
    cursor: pointer;
    border-radius: 100%;
    justify-content: center;
    height: clamp(0.5rem, 0.447rem + 0.224vw, 0.75rem);
    width: clamp(0.5rem, 0.447rem + 0.224vw, 0.75rem);
    margin-right: clamp(0.6rem, 0.306rem + 1.255vw, 2rem);
    margin-top: 40px;
    bottom: -65%;
    position: relative;
}

.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar.e-active .photo-indicator {
    background-color: white;
    color: #fff;
    transition: 500ms;
    bottom: -65%;
    position: relative;
}

/* Info Carousel */

@media (max-width: 768px) {
    .carousel-info-text-sm {
        position: absolute;
        bottom: 40%;
        text-align: center;
    }

    .carousel-bar-info-text-sm {
        position: absolute;
        bottom: 45%;
        text-align: center;
    }

    .carousel-watertoy-info-text-sm {
        position: absolute;
        bottom: 28%;
        text-align: center;
    }
}

.carousel-info-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
}

.carousel-caption-below {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
}

.e-carousel .e-carousel-indicators .info-indicator {
    position: relative;
    bottom: 275%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .info-indicator {
    background-color: lightgrey;
    border-radius: 50%;
    height: clamp(0.5rem, 0.643rem + 0.286vw, 0.75rem);
    width: clamp(0.5rem, 0.643rem + 0.286vw, 0.75rem);
    margin: clamp(.25rem, 2vw, .8rem);
    position: inherit;
    bottom: auto;
}


.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar.e-active .info-indicator {
    background-color: grey;
    transition: 500ms;
}

.e-carousel .prev-btn-info-carousel:before {
    font-family: "Bootstrap-icons";
    content: '\F284';
    font-weight: bolder;
    background-color: #FFFFFF;
    height: clamp(2.75rem, 2.277rem + 2.017vw, 5rem);
    width: clamp(2.75rem, 2.277rem + 2.017vw, 5rem);
    text-align: center;
    align-content: center;
    border-radius: 100%;
    display: inline-block;
    font-size: clamp(1rem, 0.895rem + 0.448vw, 1.5rem);
    color: #585858;
    transition: 600ms;
    position: absolute;
    left: 10%;
    top: 50%
}

.e-carousel .next-btn-info-carousel:before {
    font-family: "Bootstrap-icons";
    content: '\F285';
    font-weight: bolder;
    background-color: #FFFFFF;
    height: clamp(2.75rem, 2.277rem + 2.017vw, 5rem);
    width: clamp(2.75rem, 2.277rem + 2.017vw, 5rem);
    text-align: center;
    align-content: center;
    border-radius: 100%;
    display: inline-block;
    font-size: clamp(1rem, 0.895rem + 0.448vw, 1.5rem);
    color: #585858;
    transition: 600ms;
    position: absolute;
    right: 10%;
    top: 50%
}

.e-carousel .prev-btn-info-carousel:hover::before,
.e-carousel .next-btn-info-carousel:hover::before {
    color: black;
    transition: 600ms;
    background-color: #E1E1E1;
}

.e-carousel .prev-btn-info-carousel:active,
.e-carousel .prev-btn-info-carousel:hover,
.e-carousel .prev-btn-info-carousel:focus,
.e-carousel .next-btn-info-carousel:active,
.e-carousel .next-btn-info-carousel:hover,
.e-carousel .next-btn-info-carousel:focus {
    background-color: transparent !important;
}

/* Story Carousel */
.e-carousel .prev-btn:before {
    font-family: "Bootstrap-icons";
    content: '\F284';
    font-weight: bolder;
    background-color: #E1E1E1;
    color: black;
    border-color: grey;
    border-style: solid;
    height: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    width: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    text-align: center;
    align-content: center;
    border-radius: 100%;
    display: inline-block;
    font-size: clamp(1rem, 0.895rem + 0.448vw, 1.5rem);
    transition: 1000ms;
}

.e-carousel .next-btn:before {
    font-family: "Bootstrap-icons";
    content: '\F285';
    font-weight: bolder;
    background-color: #E1E1E1;
    color: black;
    border-color: grey;
    border-style: solid;
    height: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    width: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    text-align: center;
    align-content: center;
    border-radius: 100%;
    display: inline-block;
    font-size: clamp(1rem, 0.895rem + 0.448vw, 1.5rem);
    transition: 1000ms;
}

.e-carousel .prev-btn:hover::before,
.e-carousel .next-btn:hover::before {
    transition: 1000ms;
    background-color: darkgrey;
    border-color: darkgrey;
    color: white;
}

/*.e-carousel .prev-btn:focus::before,
.e-carousel .next-btn:focus::before {
    border-color: grey;
    border-style: solid;
    border-radius: 100%;
    background-color: #E1E1E1;
    color: black;
    transition: 1000ms;
} */



.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .indicator {
    background-color: #ECECEC;
    cursor: pointer;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    height: clamp(.35rem, 2vw, .75rem);
    width: clamp(.35rem, 2vw, .75rem);
    margin: clamp(.25rem, 1vw, .45rem);
    position: relative;
    bottom: -40px;
}

.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar.e-active .indicator {
    background-color: black;
    color: #fff;
    bottom: -40px;
    transition: 500ms;
}

.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar {
    padding: .5px;
}

/* Text Carousel */
.text-carousel .e-carousel-navigators {
    position: absolute;
    bottom: 0;
    justify-content: space-between;
    padding-right: 0px;
    padding-left: 0px;
}

.e-carousel .prev-btn-text-carousel::before {
    font-family: "Bootstrap-icons";
    content: '\F284';
    font-weight: bolder;
    background-color: #FFFFFF;
    align-content: center;
    height: clamp(2.5rem, 2.185rem + 1.345vw, 4rem);
    width: clamp(2.5rem, 2.185rem + 1.345vw, 4rem);
    border-radius: 100%;
    display: inline-block;
    font-size: clamp(1rem, 0.895rem + 0.448vw, 1.5rem);
    color: #585858;
    transition: 600ms;
    position: absolute;
    bottom: 0%;
}

.e-carousel .next-btn-text-carousel::before {
    font-family: "Bootstrap-icons";
    content: '\F285';
    font-weight: bolder;
    background-color: #FFFFFF;
    align-content: center;
    height: clamp(2.5rem, 2.185rem + 1.345vw, 4rem);
    width: clamp(2.5rem, 2.185rem + 1.345vw, 4rem);
    border-radius: 100%;
    display: inline-block;
    font-size: clamp(1rem, 0.895rem + 0.448vw, 1.5rem);
    color: #585858;
    transition: 600ms;
    position: absolute;
    bottom: 0%;
}

.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .indicator-text-carousel {
    background-color: #ECECEC;
    cursor: pointer;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    height: clamp(0.5rem, 0.447rem + 0.224vw, 0.75rem);
    width: clamp(0.5rem, 0.447rem + 0.224vw, 0.75rem);
    margin: .45rem;
    margin-top: 40px;
    position: relative;
    bottom: 25%;
}

.e-carousel .e-carousel-navigators {
    position: relative;
    bottom: 0;
    justify-content: center;
}

.e-carousel .prev-btn-text-carousel::before {
    font-family: "Bootstrap-icons";
    content: '\F284';
    font-weight: bolder;
    background-color: #FFFFFF;
    align-content: center;
    height: clamp(2.5rem, 2.185rem + 1.345vw, 4rem);
    width: clamp(2.5rem, 2.185rem + 1.345vw, 4rem);
    border-radius: 100%;
    display: inline-block;
    font-size: clamp(1rem, 0.895rem + 0.448vw, 1.5rem);
    color: #585858;
    transition: 600ms;
    position: absolute;
    bottom: 0%;
}

.e-carousel .next-btn-text-carousel::before {
    font-family: "Bootstrap-icons";
    content: '\F285';
    font-weight: bolder;
    background-color: #FFFFFF;
    align-content: center;
    height: clamp(2.5rem, 2.185rem + 1.345vw, 4rem);
    width: clamp(2.5rem, 2.185rem + 1.345vw, 4rem);
    border-radius: 100%;
    display: inline-block;
    font-size: clamp(1rem, 0.895rem + 0.448vw, 1.5rem);
    color: #585858;
    transition: 600ms;
    position: absolute;
    bottom: 0%;
    right: 5%
}

.e-carousel .prev-btn-text-carousel:hover::before,
.e-carousel .next-btn-text-carousel:hover::before {
    color: black;
    transition: 600ms;
    background-color: #E1E1E1;
}

.e-carousel .prev-btn-text-carousel:active,
.e-carousel .prev-btn-text-carousel:hover,
.e-carousel .prev-btn-text-carousel:focus,
.e-carousel .next-btn-text-carousel:active,
.e-carousel .next-btn-text-carousel:hover,
.e-carousel .next-btn-text-carousel:focus {
    background-color: transparent !important;
}

.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .indicator-text-carousel {
    background-color: #ECECEC;
    cursor: pointer;
    border-radius: 100%;
    justify-content: center;
    height: clamp(.35rem, 2vw, .75rem);
    width: clamp(.35rem, 2vw, .75rem);
    margin: clamp(.25rem, 1vw, .45rem);
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar.e-active .indicator-text-carousel {
    background-color: darkgrey;
    color: #fff;
    transition: 500ms;
}

/* Yacht Carousel*/
.e-carousel .prev-btn-yacht-carousel:before {
    font-family: "Bootstrap-icons";
    content: '\F284';
    font-weight: bolder;
    background-color: black;
    height: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    width: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    text-align: center;
    align-content: center;
    border-radius: 100%;
    display: inline-block;
    font-size: clamp(1rem, 0.895rem + 0.448vw, 1.5rem);
    color: white;
    transition: 600ms;
    position: absolute;
    top: 32%
}

.e-carousel .next-btn-yacht-carousel:before {
    font-family: "Bootstrap-icons";
    content: '\F285';
    font-weight: bolder;
    background-color: black;
    height: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    width: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    text-align: center;
    align-content: center;
    border-radius: 100%;
    display: inline-block;
    font-size: clamp(1rem, 0.895rem + 0.448vw, 1.5rem);
    color: white;
    transition: 600ms;
    position: absolute;
    right: 2%;
    top: 32%
}

.e-carousel .prev-btn-yacht-carousel:hover::before,
.e-carousel .next-btn-yacht-carousel:hover::before {
    color: black;
    transition: 600ms;
    background-color: #E1E1E1;
}

.e-carousel .prev-btn-yacht-carousel:active,
.e-carousel .prev-btn-yacht-carousel:hover,
.e-carousel .prev-btn-yacht-carousel:focus,
.e-carousel .next-btn-yacht-carousel:active,
.e-carousel .next-btn-yacht-carousel:hover,
.e-carousel .next-btn-yacht-carousel:focus {
    background-color: transparent !important;
}

.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .indicator-yacht-carousel {
    background-color: #ECECEC;
    cursor: pointer;
    border-radius: 100%;
    justify-content: center;
    height: clamp(.35rem, 2vw, .75rem);
    width: clamp(.35rem, 2vw, .75rem);
    margin: clamp(.25rem, 1vw, .45rem);
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar.e-active .indicator-yacht-carousel {
    background-color: darkgrey;
    color: #fff;
    transition: 500ms;
}

.img-yacht-carousel {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

/*Food and Drink Carousel*/

.e-carousel .prev-btn-food-drink-carousel:before {
    font-family: "Bootstrap-icons";
    content: '\F284';
    font-weight: bolder;
    background-color: black;
    height: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    width: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    text-align: center;
    align-content: center;
    border-radius: 100%;
    display: inline-block;
    font-size: clamp(1rem, 0.895rem + 0.448vw, 1.5rem);
    color: white;
    transition: 600ms;
    position: absolute;
    top: 32%
}

.e-carousel .next-btn-food-drink-carousel:before {
    font-family: "Bootstrap-icons";
    content: '\F285';
    font-weight: bolder;
    background-color: black;
    height: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    width: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    text-align: center;
    align-content: center;
    border-radius: 100%;
    display: inline-block;
    font-size: clamp(1rem, 0.895rem + 0.448vw, 1.5rem);
    color: white;
    transition: 600ms;
    position: absolute;
    right: 2%;
    top: 32%
}

.e-carousel .prev-btn-food-drink-carousel:hover::before,
.e-carousel .next-btn-food-drink-carousel:hover::before {
    color: black;
    transition: 600ms;
    background-color: #E1E1E1;
}

.e-carousel .prev-btn-food-drink-carousel:active,
.e-carousel .prev-btn-food-drink-carousel:hover,
.e-carousel .prev-btn-food-drink-carousel:focus,
.e-carousel .next-btn-food-drink-carousel:active,
.e-carousel .next-btn-food-drink-carousel:hover,
.e-carousel .next-btn-food-drink-carousel:focus {
    background-color: transparent !important;
}

.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .indicator-food-drink-carousel {
    background-color: #ECECEC;
    cursor: pointer;
    border-radius: 100%;
    justify-content: center;
    height: clamp(.35rem, 2vw, .75rem);
    width: clamp(.35rem, 2vw, .75rem);
    margin: clamp(.25rem, 1vw, .45rem);
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar.e-active .indicator-food-drink-carousel {
    background-color: darkgrey;
    color: #fff;
    transition: 500ms;
}

.img-food-drink-carousel {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.carousel-100vw {
    background-size: cover;
    background-position: center;
    height: 70vh;
    width: 100vw;
}

.carousel-90vw {
    background-size: cover;
    background-position: center;
    height: 60vh;
    width: 90vw;
}

/* Photo Carousel */
.e-carousel .prev-btn-meal-carousel::before {
    font-family: "Bootstrap-icons";
    content: '\F284';
    font-weight: bolder;
    height: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    width: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    display: inline-block;
    font-size: clamp(1.75rem, 1.645rem + 0.448vw, 2.25rem);
    color: black;
    stroke: white;
    stroke-width: 100px;
    position: relative;
    bottom: 0;
}

.e-carousel .next-btn-meal-carousel::before {
    font-family: "Bootstrap-icons";
    content: '\F285';
    font-weight: bolder;
    height: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    width: clamp(3rem, 2.185rem + 1.345vw, 4rem);
    display: inline-block;
    font-size: clamp(1.75rem, 1.645rem + 0.448vw, 2.25rem);
    color: black;
    stroke: white;
    stroke-width: 100px;
    position: relative;
    bottom: 0;
}

.e-carousel .prev-btn-meal-carousel:active,
.e-carousel .prev-btn-meal-carouselfocus,
.e-carousel .next-btn-meal-carousel:active,
.e-carousel .next-btn-meal-carousel:focus {
    background-color: transparent !important;
}


/* text sizing */
.font-xs {
    font-size: clamp(0.7rem, 0.615rem + 0.362vw, 0.9rem)
}

.font-sm {
    font-size: clamp(1rem, 0.926rem + 0.314vw, 1.35rem)
}

.font-md {
    font-size: clamp(1.75rem, 1.592rem + 0.672vw, 2.5rem)
}

.font-lg {
    font-size: clamp(2.5rem, 2.185rem + 1.345vw, 4rem)
}

.font-xl {
    font-size: clamp(3rem, 2.58rem + 1.793vw, 5rem)
}

.font-xxl {
    font-size: clamp(3rem, 2.37rem + 2.689vw, 6rem)
}


/* Image Overlays */

.img-overlay-0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-overlay-10 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.img-overlay-20 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.img-overlay-30 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

/* Carousel Image Overlays */
.carousel-img-overlay-10 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.carousel-img-overlay-20 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.carousel-img-overlay-30 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.default-font {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/*misc*/

.headshot-round {
    width: clamp(9rem, 5.218rem + 16.134vw, 27rem);
    height: clamp(9rem, 5.218rem + 16.134vw, 27rem);
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease-in-out;
}

    .headshot-round:hover {
        transform: scale(1.10);
    }

.carousel-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.carousel-item-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.display-hd {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1920px) {
    .display-hd {
        display: block;
    }
}

body, html {
    overflow-x: hidden;
}