﻿/*
 * The intent for this css file is to provide color/branding changes only.
 */

html,
body {
    color: #000;
    background: #fff;
}


/*Scrollbar*/

html {
    --scrollbarBG: #EBEBEB;
    --thumbBG: #4a4a4a;
}

*::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

    *::-webkit-scrollbar-track {
        background: var(--scrollbarBG);
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--thumbBG);
        border-radius: 6px;
        border: 3px solid var(--scrollbarBG);
    }


/*End of scrollbar*/


/*Colors*/

.bg-primary {
    background-color: #fff !important;
}

.bg-secondary {
    background-color: #B32926 !important;
}

.bg-light-gray {
    background-color: rgb(235, 235, 235);
}

.color-primary,
a.color-primary:hover,
a.color-primary:focus {
    color: #000000 !important;
}

.color-secondary,
a.color-secondary:hover,
a.color-secondary:focus {
    color: #B32926 !important;
}

.color-white {
    color: #e7e6e6;
}

.pencil-color {
    color: #e86100;
}

.trashcan-color {
    color: rgb(68, 68, 68);
}

.border-primary {
    border-color: #000000 !important;
}

.border-secondary {
    border-color: #B32926 !important;
}

.line-after-primary:after {
    border-color: #000000;
}

.line-after-secondary:after {
    border-color: #B32926;
}

.border-medium-gray {
    border-color: #979797 !important;
}


/*Typography*/

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    color: #000;
}

.display-1,
display-2,
display-3 {
    color: #000;
}

p {
    color: #000000;
}

/*
label,
legend {
    color: #000000;
}
*/

    .required > label:before,
    label.required:before,
    legend.required:before,
    .mark-required:before {
        color: #D12421;
    }

a {
    color: #000000;
}

    a:hover,
    a:focus {
        color: #000000;
    }

.error-message {
    color: #D12421;
    text-transform: none;
}

.error legend {
    color: #D12421;
}


/*Error messages in a modal*/

.ads-modal .error-message,
.ads-modal .error legend {
    color: #D12421;
}

.bg-primary a {
    color: #111;
}

    .bg-primary a:hover,
    .bg-primary a:focus {
        color: #111;
    }


/*Table styling*/

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #fff;
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #dee2e6;
    }

    .table-primary thead th {
        background-color: #4a4a4a;
        color: #f2f2f2;
        font-family: Tungsten;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: 0.35px;
    }


/*Buttons*/

.btn-primary {
    background-color: #000;
    border-color: #000;
    color: white;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active
    {
        background-color: #000 !important;
        border-color: #000 !important;
        color: white;
    }

    .btn-primary.disabled,
    .btn-primary:disabled
     {
        background-color: #757575;
        color: white;
        border-color: #0a0505;
    }

.btn-outline-primary {
    background-color: transparent !important;
    border: 1px solid #222222 !important;
    color: #222222 !important;
    box-shadow: none !important;
    font-weight: 600;
    text-decoration: none !important;
}

.btn-tertiary {
    background-color: #fff;
    color: #222;
}


.btn-outline-primary:disabled,
.btn-outline-primary:disabled{
    color: #3d3d3d !important;
    border:#757575 !important;
}

.btn-secondary,
.sfid-button,
.sfid-disabled {
    background-color: #B32926;
    color: white;
    border-color: #B32926;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active, 
    .sfid-button:hover,
    .sfid-button:focus,
    .sfid-button:active {
        background-color: #BA2421 !important;
        color: white !important;
        border-color: #BA2421 !important;
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled,
    .sfid-button:disabled,
    .sfid-disabled {
        background-color: #757575;
        color: white;
        border-color: #757575;
    }
    /*Loop changing colors*/
    .btn-secondary.loop-hover {
        animation-name: hoverredbutton;
        animation-duration: 3s;
        animation-iteration-count: 3;
        animation-direction: alternate;
    }
.btn-outline-secondary {
    background-color: transparent;
    border-color: #B32926;
    color: #B32926;
}

    .btn-outline-secondary:hover,
    .btn-outline-secondary:focus,
    .btn-outline-secondary:active {
        border-color: #BA2421 !important;
        color: #BA2421 !important;
        background: transparent !important;
    }

.btn-outline-gray {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
    background: transparent;
}

.btn-outline-white {
    background-color: transparent;
    border-color: #FFF;
    color: #FFF;
}

    .btn-outline-white:hover,
    .btn-outline-white:focus,
    .btn-outline-white:active {
        border-color: #FFF !important;
        color: #000 !important;
        background-color: #FFF;
    }

.btn.btn-link {
    color: #000;
    min-width: initial;
    text-transform: initial;
    font-family: Tungsten;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.1em;
    padding: 0px;
   
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.btn.btn-link.btn-link-small {
    font-size: 12px;
}

.btn.btn-link.no-underline {
    text-decoration: none;;
    text-underline-offset: initial;
    text-underline-offset: initial;
}

.arrow-circle-icon {
    border-color: #B32926;
}

    .arrow-circle-icon:focus {
        outline: #B32926 solid 1px;
        box-shadow: 0 0px 8px #B32926;
    }


    /*Arrow*/

    .arrow-circle-icon::after {
        border-color: #B32926;
    }


/*Icons*/

.x-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23000000' stroke-linecap='square' stroke-width='1' d='M9.5 9.5L1.283 1.283 9.5 9.5l-8.217 8.217L9.5 9.5zm0 0l8.256 8.256L9.5 9.5l8.256-8.256L9.5 9.5z'/%3E%3C/svg%3E%0A");
}

.x-icon-light {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23FFFFFF' stroke-linecap='square' stroke-width='1' d='M9.5 9.5L1.283 1.283 9.5 9.5l-8.217 8.217L9.5 9.5zm0 0l8.256 8.256L9.5 9.5l8.256-8.256L9.5 9.5z'/%3E%3C/svg%3E%0A");
}


/*End of icons*/


/*Image Placeholder Styling*/

.image-placeholder .placeholder-content {
    background: #999;
}

.image-placeholder .placeholder-icon {
    color: #fff;
}

.image-placeholder .placeholder-content p {
    color: #000000;
}


/*End of Image Placeholder Styling*/


/*Date Picker Styling*/

.vdp-datepicker__calendar header span {
    background-color: #B32926;
}

    .vdp-datepicker__calendar header span:hover {
        background-color: rgb(164, 134, 78) !important;
    }

.vdp-datepicker__calendar .cell.selected {
    background: #B32926 !important;
}

.vdp-datepicker .form-control[readonly] {
    background-color: initial;
}


/*End of Date Picker Styling*/


/*Error Styling*/

.form-check.error input[type="checkbox"] + label::before,
.form-check.error input[type="radio"] + label::before,
.form-check.error .checkbox-icon::before,
.form-check.error .radio-icon::before,
.checkbox.error input[type="checkbox"] + label::before,
.checkbox.error input[type="radio"] + label::before,
.checkbox.error .checkbox-icon::before,
.checkbox.error .radio-icon::before,
.radio.error input[type="radio"] + label::before,
.radio.error .radio-icon::before {
    border-color: #D12421;
}

.form-check.error label,
.checkbox.error label,
.radio.error label {
    color: #D12421;
}


/*Checkbox Check Styling*/

.form-check.error input[type="checkbox"] + label::after,
.form-check.error .checkbox-icon::after,
.checkbox.error input[type="checkbox"] + label::after,
.checkbox.error .checkbox-icon::after {
    border-color: #D12421;
}


/*Radio Circle Styling*/

.form-check.error input[type="radio"] + label::after,
.form-check.error .radio-icon::after,
.checkbox.error input[type="radio"] + label::after,
.checkbox.error .radio-icon::after,
.radio.error input[type="radio"] + label::after,
.radio.error .radio-icon::after {
    background: #D12421;
}


/*End of default radio and checkbox styling*/

.image-radio label:hover img,
.image-radio label:hover .image,
.image-radio label:hover .image-placeholder .placeholder-content {
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.image-check input[type="checkbox"]:focus + label img,
.image-check input[type="checkbox"]:focus + label .image,
.image-check input[type="checkbox"]:focus + label .image-placeholder .placeholder-content {
    box-shadow: 0 0px 8px #000;
}

/*Image radio/checkbox styling*/

.image-radio input[type="radio"]:checked + label img,
.image-radio input[type="radio"]:checked + label .image,
.image-radio input[type="radio"]:checked + label .image-placeholder .placeholder-content {
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.image-check input[type="checkbox"]:checked + label img,
.image-check input[type="checkbox"]:checked + label .image,
.image-check input[type="checkbox"]:checked + label .image-placeholder .placeholder-content {
    border-color: #000;
}

.form-check.error .image-radio input[type="radio"]:checked + label img,
.form-check.error .image-radio.error input[type="radio"]:checked + label img,
.form-check.error .image-check input[type="checkbox"]:checked + label img,
.form-check.error .image-radio input[type="radio"]:checked + label .image,
.form-check.error .image-radio.error input[type="radio"]:checked + label .image,
.form-check.error .image-check input[type="checkbox"]:checked + label .image,
.form-check.error .image-radio input[type="radio"]:checked + label .image-placeholder .placeholder-content,
.form-check.error .image-radio.error input[type="radio"]:checked + label .image-placeholder .placeholder-content,
.form-check.error .image-check input[type="checkbox"]:checked + label .image-placeholder .placeholder-content {
    border-color: #D12421;
}


/*End of image radio/checkbox styling*/


/*Button Checkbox Styling*/

.button-check input[type="checkbox"] + label:hover {
    color: white;
    background: #000000;
}

.button-check input[type="checkbox"]:disabled + label {
    background: #e7e6e6;
    color: #5e5e5e;
}

.button-check input[type="checkbox"]:checked + label {
    border-color: #000;
}

.button-check input[type="checkbox"] + label .btn {
    color: #fff;
    background: #B32926;
}

.button-check input[type="checkbox"]:disabled + label .btn {
    border: 1px solid #5e5e5e;
    color: #5e5e5e;
    background: transparent;
}

.button-check.error input[type="checkbox"] + label {
    border-color: #B32926;
}


/*End of Button Checkbox Styling*/

hr {
    border-color: #B32926;
}


/*Menu Styling*/

.main-nav .navbar-nav .nav-item a,
.consumer-footer-nav .navbar-nav .nav-item a {
    color: #111;
}

.main-nav .navbar-nav .nav-item a:hover,
.main-nav .navbar-nav .nav-item a:focus {
    color: #111;
}


/*Submenu*/

.main-nav .nav-item > ul {
    background: #fff;
    color: #111;
}


/*Mobile/Tablet*/

@media (max-width: 1199.98px) {
    /*Mobile Menu*/


    .consumer-footer-nav .btn.btn-secondary {
        background: transparent !important;
        color: #BA2421 !important;
        min-width: initial;
        padding: 0.5rem 1rem;
        border: 0;
        font-size: 16px;
        margin-top: 3px;
        line-height: normal;
        border-radius: initial;
    }

        .consumer-footer-nav .btn.btn-secondary:hover,
        .consumer-footer-nav .btn.btn-secondary:focus {
            text-decoration: underline;
            background: transparent;
        }
}


/*Loader Component Styling*/

.loading .loading-backdrop {
    background-color: rgba(255, 255, 255, 0.3);
}

.loading2 div {
    border-color: #B32926 transparent transparent transparent;
}

/*End of loader component styling*/


/*Custom Modal Component Styling*/

.modal-backdrop,
.keep-nav-modal-backdrop {
    background-color: rgba(0, 0, 0, 0.77);
}

.ads-modal {
    background: #fff;
    color: #000;
}

    .ads-modal .btn-close {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23000000' stroke-linecap='square' stroke-width='1' d='M9.5 9.5L1.283 1.283 9.5 9.5l-8.217 8.217L9.5 9.5zm0 0l8.256 8.256L9.5 9.5l8.256-8.256L9.5 9.5z'/%3E%3C/svg%3E%0A") no-repeat center;
    }

    .ads-modal p,
    .ads-modal h1,
    .ads-modal .h1,
    .ads-modal h2,
    .ads-modal .h2,
    .ads-modal h3,
    .ads-modal .h3,
    .ads-modal h4,
    .ads-modal .h4,
    .ads-modal h5,
    .ads-modal .h5,
    .ads-modal h6,
    .ads-modal .h6,
    .ads-modal a,
    .ads-modal label,
    .ads-modal legend,
    .ads-modal legend.required:before,
    .ads-modal label.required:before {
        color: #000;
    }

    .ads-modal .outline-form input[type=text],
    .ads-modal .outline-form input[type=password],
    .ads-modal .outline-form input[type=email],
    .ads-modal .outline-form input[type=number],
    .ads-modal .outline-form textarea,
    .ads-modal .underline-form input[type=text],
    .ads-modal .underline-form input[type=password],
    .ads-modal .underline-form input[type=email],
    .ads-modal .underline-form input[type=number],
    .ads-modal .underline-form textarea {
        border-color: #000;
        color: #000;
    }

        .ads-modal .outline-form input::placeholder,
        .ads-modal .outline-form textarea::placeholder,
        .ads-modal .underline-form input::placeholder,
        .ads-modal .underline-form textarea::placeholder {
            color: #000;
            opacity: 1;
        }

    .ads-modal input[type="radio"] + label {
        color: #000;
    }

    .ads-modal input[type="checkbox"]:not(:checked) + label::before,
    .ads-modal input[type="radio"]:not(:checked) + label::before,
    .ads-modal .checkbox-icon:not(.checked)::before,
    .ads-modal .radio-icon:not(.checked)::before {
        background: transparent;
    }

    .ads-modal .outline-form select
    {
        background: transparent;
        color: #000;
    }

    .ads-modal .outline-form select option,
    .ads-modal .underline-form select option {
        color: black;
    }


/*End of Custom Modal Component Styling*/


/*Toggle Menu Styling*/

.toggle-menu.collapsed .toggle-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='25' viewBox='0 0 4 25'%3E%3Ctext fill='%23000000' fill-rule='evenodd' font-family='Univers-ExtraBlack, Univers' font-size='12' font-weight='600' transform='translate(-343 -155)'%3E%3Ctspan x='343' y='158'%3E.%3C/tspan%3E%3Ctspan x='343' y='169'%3E.%3C/tspan%3E%3Ctspan x='343' y='180'%3E.%3C/tspan%3E%3C/text%3E%3C/svg%3E");
}

.toggle-menu .toggle-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23000000' stroke-linecap='square' stroke-width='1' d='M9.5 9.5L1.283 1.283 9.5 9.5l-8.217 8.217L9.5 9.5zm0 0l8.256 8.256L9.5 9.5l8.256-8.256L9.5 9.5z'/%3E%3C/svg%3E%0A")
}


/*Tablets and below*/

@media (max-width: 991.7px) {
    .toggle-menu:not(.collapsed) .toggle-icon:after {
        border-color: transparent transparent #000 transparent;
    }

    .toggle-menu-content {
        background: #000;
    }

        .toggle-menu-content .button-menu-item {
            border: 0 !important;
            background: transparent !important;
            color: #fff !important;
        }

            .toggle-menu-content .button-menu-item:hover {
                outline: hidden;
            }

            .toggle-menu-content .button-menu-item:hover,
            .toggle-menu-content .button-menu-item:focus .toggle-menu-content .button-menu-item:active {
                text-decoration: underline !important;
                background: transparent !important;
                border: 0;
            }


    .toggle-menu:not(.collapsed) .modal-background {
        background: rgba(255, 255, 255, 0.65);
    }
}


/*End of toggle menu styling*/


/*Tab Component Styling*/

.tabs button {
    background-color: transparent;
    border-color: #000000;
    color: #000000;
}

    .tabs li.is-active button,
    .tabs button:hover,
    .tabs button:focus,
    .tabs button:active {
        background-color: #000000;
        border-color: #000000;
        color: white;
    }


/*Tablets on Down*/

@media (max-width: 991.7px) {
    .tabs-container .tab-title {
        color: white;
        background: #000000;
    }
}


/*End of tab component styling*/
/*Line tabs component*/
.line-tabs .line-tab.active:after {
    background: #B32926;
}
/*End of line tabs*/
/*Accordion component styling*/

/*
.accordion-container .accordion-item-title {
    color: black;
    background: #ececec;
}
*/


/*End of accordion component styling*/


/*Begin Custom Component styling*/


/*custom select styling*/



/*Select closed icon (hide original image and set background image)*/

.ads-select .v-select .vs__open-indicator {
    fill: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18.121px' height='20px' viewBox='11.439 16.439 18.121 10.121' enable-background='new 11.439 16.439 18.121 10.121' xml:space='preserve'%3E%3Cg transform='rotate(90 20 20)'%3E%3Cg%3E%3Cpath fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='square' d='M17.5,27.5l8-8 M17.5,11.5l8,8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    height: 16px;
    width: 16px;
}

.ads-select.dark > .v-select .vs__open-indicator {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18.121px' height='20px' viewBox='11.439 16.439 18.121 10.121' enable-background='new 11.439 16.439 18.121 10.121' xml:space='preserve'%3E%3Cg transform='rotate(90 20 20)'%3E%3Cg%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='square' d='M17.5,27.5l8-8 M17.5,11.5l8,8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ads-select.dark .vs--disabled .vs__clear,
.ads-select.dark .vs--disabled .vs__dropdown-toggle,
.ads-select.dark .vs--disabled .vs__open-indicator,
.ads-select.dark .vs--disabled .vs__search {
    cursor: not-allowed;
    background-color: inherit;
}

.ads-select.dark .vs--disabled .vs__selected {
    color: #696964;
}

.ads-select.dark .vs--disabled .vs__open-indicator {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18.121px' height='20px' viewBox='11.439 16.439 18.121 10.121' enable-background='new 11.439 16.439 18.121 10.121' xml:space='preserve'%3E%3Cg transform='rotate(90 20 20)'%3E%3Cg%3E%3Cpath fill='none' stroke='%23969692' stroke-width='1.5' stroke-linecap='square' d='M17.5,27.5l8-8 M17.5,11.5l8,8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ads-select.dark .vs--disabled .vs__dropdown-toggle {
    border-bottom-color: #969692;
}

    /*Select open icon (hide original image and set background image)*/

    .ads-select .v-select.vs--open .vs__open-indicator {
        transform: rotate(180deg);
    }

    .ads-select .vs__dropdown-toggle {
        background-color: #FFF;
        border: none;
        border-bottom: 1px solid;
    }

    .ads-select.dark .vs__dropdown-toggle {
        background-color: inherit;
    }

    .ads-select .vs__selected {
        color: #000;
        position: initial !important;
    }

    .ads-select.dark .vs__selected {
        color: #FFF;
    }

    .ads-select.focus .vs__dropdown-toggle,
    .ads-select.focus .vs__selected {
        background-color: #B32926;
        color: white;
    }

    .ads-select.vs__dropdown-menu,
    .ads-select .vs__dropdown-option {
        outline-color: #B32926;
    }


/*end Custom Component styling*/


/*Design Center Styles*/


/*Layered Slider*/

.layered-slider .slider-circle {
    border-color: #B32926;
}

    .layered-slider .slider-circle.active {
        background-color: #B32926;
    }

.thumbnail-container .layered-boat-icon:after {
    background: #979797;
}


/*End of Layered Slider*/


/*Enhancement Photo Widget*/

.enhancement-photo {
    outline-color: #000000;
}

    .enhancement-photo.selected:not(.focus) {
        outline-color: #B32926;
    }


    /*Disabled Styles*/

    .enhancement-photo.disabled {
        background-color: #e7e6e6;
        outline-color: #e7e6e6;
        filter: grayscale(1);
        opacity: 0.8;
    }

        .enhancement-photo.disabled .option-title {
            color: #5e5e5e;
        }

        .enhancement-photo.disabled .btn {
            cursor: not-allowed;
        }


    /*End of disabled styles*/

    .enhancement-photo.focus {
        background: #000000;
        color: white;
    }

        .enhancement-photo.focus .option-title {
            color: white;
        }


    /*Select closed icon (hide original image and set background image)*/

    .enhancement-photo .v-select .vs__open-indicator {
        fill: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%2390723A' stroke-linecap='square' stroke-width='1.2'%3E%3Cpath d='M9.5 2v15M2 9.5h15'/%3E%3C/g%3E%3C/svg%3E");
        height: 20px;
        width: 20px;
    }


    /*Select open icon (hide original image and set background image)*/

    .enhancement-photo .v-select.vs--open .vs__open-indicator {
        fill: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18.121px' height='20px' viewBox='11.439 16.439 18.121 10.121' enable-background='new 11.439 16.439 18.121 10.121' xml:space='preserve'%3E%3Cg transform='rotate(90 20 20)'%3E%3Cg%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='square' d='M17.5,27.5l8-8 M17.5,11.5l8,8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        background-size: 100% 100%;
        height: 20px;
        width: 20px;
        transform: rotate(0deg);
    }

    .enhancement-photo.focus .vs__dropdown-toggle,
    .enhancement-photo.focus .vs__selected {
        background-color: #B32926;
        color: white;
    }

    .enhancement-photo.vs__dropdown-menu,
    .enhancement-photo .vs__dropdown-option {
        outline-color: #B32926;
    }

    .error.enhancement-photo,
    .enhancement-photo.error.selected:not(.focus) {
        outline-color: #D12421;
    }


/*End of Enhancement Photo Widget*/


/*Engine Select Styles*/

.engine-select .engine-option {
    border-color: #757575;
}

    .engine-select .engine-option .heading-container {
        color: #757575;
    }


    /*Selected*/

    .engine-select .engine-option.selected {
        border-color: #D12421;
    }

        .engine-select .engine-option.selected .heading-container {
            color: #D12421;
        }


/*Buttons*/

.engine-select .engine-color-select {
    border-color: #aaa;
    background-color: #d7d7d7;
    color: #5a5a5a;
}


    /*Button Selected*/

    .engine-select .engine-color-select[aria-checked="true"] {
        border-color: #5e5e5e;
        background-color: #000000;
        color: white;
    }


/*End of Engine Select Styles*/
/*Colorswatch Drawer Styles*/
.color-swatch-drawer.error .option-label {
    color: #D12421;
}

/* Series Select Model */
.series-model-main {
    min-height: calc(100vh - 80px);
    min-height: calc(var(--vh, 1vh) * 100 - 80px);
}

.select-model-wrapper2 {
   /* max-width: 1370px; */

   margin-left: 100px;
   margin-right: 100px;
}


.link-text button {
    background: none;
    border: none;
    font-family: Forza;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #000000;
    text-decoration: underline;
    margin-top: 15px;
}

@supports (-webkit-text-stroke: 1px black) {
    .model-content-wrapper h1 {
        -webkit-text-stroke: 1px rgb(70,70,70);
        -webkit-text-fill-color: white;
        font-size: 18rem;
    }

        .model-content-wrapper h1 span.last-word {
            -webkit-text-stroke: 1px #B32926;
            -webkit-text-fill-color: #B32926;
        }
}

.series-wrapper .series-list {
    list-style: none;
    margin: 0;
    padding: 0px;
}

    .series-wrapper .series-list li {
        font-family: Vitesse;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.71px;
        color: #000000;
        margin: 5px 0px;
        padding: 5px 0px;
    }

        .series-wrapper .series-list li a {
            font-size: 18px;
            font-weight: 500;
            text-decoration: none;
            padding: 8px 0px;
        }

.models-wrapper .models-list {
    list-style: none;
    margin: 25px 0px;
    padding: 0px;
    display: flex;
    width: 43%;
    max-width: 600px;
    flex-flow: wrap;
    z-index: 7;
    position: relative;
}

    .models-wrapper .models-list li {
        padding: 2px 10px;
        margin: 0px 15px;
        font-family: Forza;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.63px;
        text-align: center;
        color: #cbcbcb;
        text-transform: uppercase;
        border-bottom: 3px solid #cbcbcb;
        cursor: pointer;
        margin: 12px 10px;
        transition: 0.5s ease-in-out
    }
        .models-wrapper .models-list li button{
            color: inherit;
        }

        .models-wrapper .models-list li.active {
            border-bottom: 3px solid #000;
            font-weight: bold;
            color: black;
        }

            .models-wrapper .models-list li.active button {
                font-weight: bold;
                color: black;
            }
        .models-wrapper .models-list li.active button .last-word{
            color: #B32926;
        }

.boat-selected-image {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 60%;
    transform: translateY(-50%);
    transition: 1s ease-in-out;
    text-align: right;
}

    .boat-selected-image img {
        /* object-fit: contain; */
        height: auto;
        transition: 1s ease-in-out;
        /* margin-top:25px; */
    }

.model-content-wrapper {
    position: relative;
}

@media(min-width:991.8px) {

    .series-wrapper .series-list li.active button {
        position: relative;
    }

    .series-wrapper .series-list li button {
        font-weight: 500;
        font-family: Vitesse;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.71px;
        color: #000000;
    }

    .series-wrapper .series-list li.active button:after {
        content: '';
        position: absolute;
        background: #979797;
        height: 1px;
        left: 0;
        width: 145%;
        margin-left: -25px;
        bottom: 0;
    }
}

.select-model-header-logo {
    position: relative;
    padding-top: 20px;
    height: 45px;
}
.series-model-main.single-year .model-content-wrapper {
    padding-top: 60px;
}

/*Below Tablet View*/

@media (max-width: 991.7px) {

    .link-text {
        text-align: center !important;
    }

        .link-text button {
            font-family: Forza;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.67;
            letter-spacing: normal;
            color: #000000;
        }

    .select-model-header-logo {
        text-align: center;
    }

    .select-model-wrapper {
        background: #fff;
        min-height: initial;
        display: block;
    }

    .series-model-main.single-year .model-content-wrapper {
        padding-top: 36px;
    }

    .model-content-wrapper h1 {
        -webkit-text-stroke: 1px rgba(255,255,255,0.7);
        -webkit-text-fill-color: transparent;
        font-size: 8rem;
    }


    .models-wrapper .models-list {
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }

        .models-wrapper .models-list li:not(.active) {
            border-bottom: none !important;
        }

            .models-wrapper .models-list li.active {
                color: #000 !important;
            }

                .models-wrapper .models-list li.active button {
                    color: #000 !important;
                    font-weight: bold;
                }

    .buttons-wrapper {
        text-align: center;
        padding-top: 0px !important;
    }

    .models-wrapper .models-list li {
        padding: 2px 4px;
        margin: 5px 1px;
    }

        .models-wrapper .models-list li button {
            font-size: 16px;
        }

    .boat-selected-image-mobile {
        position: relative;
    }

        .boat-selected-image-mobile:after {
            content: '';
            width: 100vw;
            height: 50%;
            background: white;
            position: absolute;
            bottom: 0;
            left: -15px;
            z-index: 1;
        }

        .boat-selected-image-mobile img {
            position: relative;
            z-index: 2;
        }


    .series-change-mobile ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .series-change-mobile ul li {
            height: 2px;
            border: solid 2px #e9e9e9;
            background: #e9e9e9;
            width: 40px;
            margin: 10px 10px;
            border-radius: 2px;
        }

            .series-change-mobile ul li.active {
                border: solid 2px #000;
                background: #000;
            }

    .series-title {
        font-family: Tungsten;
        font-size: 33px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.3px;
        text-align: center;
        color: #000000;
    }
}


/*End of Below Tablet View*/
/*Mobile View*/
@media (max-width: 991.7px){
    .select-model-header-logo img {
        max-height: 18px;
    }
}

/* End of Series Select Model */


/*Toggle Switch */

.toggle-switch-wrapper {
    display: flex;
    padding: 30px 0px;
    text-align: center;
    justify-content: center;
    min-height: 55px;
    position: relative;
    z-index: 5;
}

.toggle-switch.btn-group.btn-toggle {
    border-radius: 28px;
    border: solid 1px #9b9b9b;
}

.toggle-switch .btn.btn-lg {
    min-width: 70px;
    padding: 3px 20px;
    border-radius: 24.2px !important;
    transition: 0.8s;
    margin: 1px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 1.5px;
}

    .toggle-switch .btn.btn-lg.active {
        border-radius: 24.2px;
        background-color: #000000;
        color: #fff;
        margin: 1px;
        margin-top: 1.5px;
        margin-bottom: 2px;
        margin-left: 2px;
        margin-right: 2px;
        z-index:initial;
    }


/*Below Tablet View*/

@media (max-width: 991.7px) {
    .toggle-switch-wrapper {
        padding: 0px 0px 12px 0px;
        height: 62px;
    }

    .toggle-switch.btn-group.btn-toggle {
        border: solid 0.5px #cbcbcb
    }
}

/*End of Toggle Switch */

/*Mobile Style */

@media(max-width:576px) {
    .buttons-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/*End of Mobile Style */

/* Option Description Modal */

.optionDescriptionModal .ads-modal {
    min-width: 95vw;
    min-height: 95vh;
    min-height: calc(var(--vh, 1vh) * 95);
}

.optionDescriptionModal .btn {
    float: left;
}

.optionDescriptionModal .option-title {
    font-family: Tungsten;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
}


.optionDescriptionModal .ads-modal-header .ads-header-content {
    margin-top: 0;
}


.optionDescriptionModal .description-section-wrapper .description-content {
    margin-bottom: 20px;
    padding: 5px;
}


    .optionDescriptionModal .description-section-wrapper .description-content .title {
        font-family: Forza;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.71px;
        color: #000000;
        display: inline-block;
        position: relative;
        margin-bottom: 19px;
    }


        .optionDescriptionModal .description-section-wrapper .description-content .title::before {
            content: "";
            position: absolute;
            width: 25%;
            height: 1px;
            bottom: -5px;
            left: 0%;
            border-bottom: 1px solid #4a4a4a;
        }



    .optionDescriptionModal .description-section-wrapper .description-content .content {
        line-height: 1.5;
        letter-spacing: normal;
    }

/*Carousel Styles */
.card-carousel {
    user-select: none;
    position: relative;
}

.progressbar {
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    background-color: rgba(221, 221, 221, 0.25);
    z-index: 1;
}

    .progressbar > div {
        background-color: rgba(255, 255, 255, 0.52);
        height: 100%;
    }

.thumbnails {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.thumbnail-image img {
    max-width: 100%;
    /*max-height: 100%;*/
    max-height: 100px;
}

.thumbnail-image iframe,
.thumbnail-image video
 {
    max-height:100px;
    max-width: 100%;
    object-fit: cover;
}

.remove-border-radius {
    border-radius: 0;
}


.thumbnail-image {
    display: flex;
    cursor: pointer;
    padding: 2px;
    max-width: 200px;
    max-height: 100px;
    flex: 0 0 auto;
}

    .thumbnail-image > img {
        width: 100%;
        height: auto;
        transition: all 250ms;
    }

    .thumbnail-image:hover > img,
    .thumbnail-image.active > img {
        opacity: 0.6;
        box-shadow: 2px 2px 6px 1px rgba(0,0,0, 0.5);
    }

.card-img {
    position: relative;
    margin-bottom: 15px;
    height: calc(100vh - 325px);
    height: calc(var(--vh, 1vh) * 100 - 325px);
    overflow: hidden;
}

    .card-img > img {
        display: block;
        margin: 0 auto;
        height: 100%;
        object-fit: cover;
    }

.card-img > span > iframe,
.card-img > span > video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.actions {
    font-size: 1.5em;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    /*width: 100%;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #585858;
}

.actions > button {
    cursor: pointer;
    transition: all 250ms;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    border: 1px #111 solid;
}

.actions > button.prev > .chevron-left {
    /*necessary to center on the button*/
    left: -1px;
    top: -2px;
}

.actions > button.prev {
    margin-left: 25px;
}

.actions.next {
    right: 0;
}

.actions > button.next {
    margin-right: 25px;
    /*position: absolute;
    right: 0;*/
}

.actions > button:hover {
    color: #eee;
}

/*Only desktop - Option Description styles*/
@media(min-width: 992px) {

    .optionDescriptionModal .media-section-wrapper {
        height: calc(98vh - 175px);
        height: calc(var(--vh, 1vh) * 100 - 215px);
    }

    .optionDescriptionModal .description-section-wrapper {
        height: calc(98vh - 175px);
        height: calc(var(--vh, 1vh) * 100 - 215px);
        overflow-y: auto;
    }
}

/*End of Option Description styles*/
/*Option Description Mobile Styles*/
.optionDescriptionModal .option-title {
    width: auto;
    text-align: left;
}

@media (max-width: 991.7px) {
    .thumbnails::-webkit-scrollbar {
        display: none;
    }

    .media-section-wrapper {
        margin-bottom: 30px;
    }

    .optionDescriptionModal .ads-modal-header .ads-header-content {
        margin-top: 30px;
    }

    .optionDescriptionModal .option-title {
        font-size: 30px;
    }
}

/* End of Option Descripion Modal */

/* Choice Description Wrapper Note :: Many classes are reused from option description wrapper*/
@media(min-width:769px) {
    .option-description-wrapper.choice-description-wrapper .option-head-wrapper {
        display: flex;
    }

        .option-description-wrapper.choice-description-wrapper .option-head-wrapper button {
            align-self: center;
        }

        .option-description-wrapper.choice-description-wrapper .option-head-wrapper .option-title {
            text-align: center;
            width: 80%;
            display: block;
        }
}

/*Mobile Layout*/
@media(max-width:768px) {
    .option-description-wrapper.choice-description-wrapper .option-title {
        text-align: center;
        width: 100%;
        display: block;
    }

    .option-description-wrapper.choice-description-wrapper .option-head-wrapper .option-title {
        text-align: center;
        width: 100%;
        display: block;
        margin-top: 35px;
    }

    .option-description-wrapper.choice-description-wrapper .option-head-wrapper button {
        margin-top: -45px;
        position: absolute;
    }
}


/*End of Choice Description Wrapper*/

/*Boat Specs Modal*/
.boatSpecsModal .ads-modal-header .ads-header-content {
    margin-top: 0;
}

.side-drawer .specs-content {
    padding: 16px 0px;
    border-bottom: solid 1px rgba(148, 148, 148, 0.3);
}

.side-drawer .specs-content:last-child {
    border-bottom: none;
}

.side-drawer .specs-content .label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .2em;
}

.side-drawer .specs-content .value {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .1em;
}

.boatSpecsModal .spec-notes p {
    line-height: 1.13;
    letter-spacing: 0.63px;
    color: #8c8c8c;
    margin-bottom: 5px;
}

/*End of Boat Specs Modal*/

/* Share Modal Styles*/
.share-btn-wrapper button{
    padding-top: 0;
    padding-bottom: 0;
}

/*
.social-share-modal-wrap #socialShareModal {
    padding: 0;
}

.social-share-modal-wrap .ads-modal-body {
    padding: 0;
    overflow-x: hidden
}

.social-share-modal-wrap .ads-modal .ads-modal-header .ads-header-content {
    margin-top: 0;
}

.social-share-modal-wrap .ads-modal .btn-close {
    z-index: 2;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23ffffff' stroke-linecap='square' stroke-width='1' d='M9.5 9.5L1.283 1.283 9.5 9.5l-8.217 8.217L9.5 9.5zm0 0l8.256 8.256L9.5 9.5l8.256-8.256L9.5 9.5z'/%3E%3C/svg%3E%0A") no-repeat center;
}

.social-share-modal-wrap .share-title {
    padding-top: 40px;
    padding-left: 35px;
}

    .social-share-modal-wrap .share-title h3 {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: -15px !important;
    }

    .social-share-modal-wrap .share-title h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 148px;
        font-weight: 600;
        letter-spacing: 5.83px;
    }


.social-share-modal-wrap .ads-modal {
    min-width: 320px;
    max-width: 555px;
}

.social-share-modal-wrap .top-part {
    position: relative;
    background-image: radial-gradient(circle at 67% 103%, rgba(66, 66, 66, 0.5), rgba(8, 8, 8, 0.5) 53%), linear-gradient(to bottom, #9b9b9b, #9b9b9b);
    margin-top: -3px;
}

.social-share-modal-wrap .share-boat-img {
    position: relative;
}

    .social-share-modal-wrap .share-boat-img img {
        position: relative;
        z-index: 2;
    }

    .social-share-modal-wrap .share-boat-img::after {
        content: '';
        width: 100vw;
        height: 50%;
        background: white;
        position: absolute;
        bottom: 0;
        left: 0px;
        z-index: 1;
    }


.social-share-modal-wrap .bottom-part p {
    max-width: 360px;
    margin: auto;
    line-height: 1.5;
}
    */

@media(max-width:991px) {

    /*
    .social-share-modal-wrap .share-title h3 {
        margin-bottom: -10px !important;
    }

    .social-share-modal-wrap .share-title h1 {
        font-size: 62px;
    }

    .social-share-modal-wrap .bottom-part h2 {
        font-size: 30px;
    }

    .social-share-modal-wrap .bottom-part p {
        font-size: 14px;
    }
    */

    .select-model-wrapper2 {
        margin-left: initial;
        margin-right: initial;
    }

    h1.title {
        font-size: 56px;
    }
}

/*
@media(max-width:1280px) {

    .social-share-modal-wrap .share-title h3 {
        margin-bottom: -10px !important;
    }

    .social-share-modal-wrap .share-title h1 {
        font-size: 84px;
    }
}
    
@media(max-width:1368px) {


    .social-share-modal-wrap .share-title h1 {
        font-size: 98px;
    }
}
    */

.tooltip {
    z-index: 5000 !important;
}

.share-icon-wrapper {
    padding-bottom: 26px;
}

.title-tip[data-title]:hover {
    position: relative;
}

    .title-tip[data-title]:hover:before {
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 99999;
        content: attr(data-title);
        margin-top: 0.5em;
        padding: 0.5em;
        min-width: 115px;
        overflow: hidden;
        word-wrap: break-word;
        font-size: 9.6px;
        color: #FFF;
        text-align: center;
        background-color: #222;
        box-sizing: border-box;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        transform: translateX(-50%);
    }

    .title-tip[data-title]:hover:after {
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 99999;
        content: '';
        margin-left: -0.125em;
        width: 0;
        height: 0;
        border: 0.25em dashed transparent;
        border-bottom: 0.25em solid #222;
        font-size: 9.6px;
    }


/* End of Share Modal  Styles*/

@media(max-width:768px) {
    .media-pic-form .col-12 {
        margin-bottom: 10px;
    }
}

@media(max-width:576px){
    .MediaPicker .GrigNavBtns {
        display: flex;
        justify-content: center;
    }
 .MediaPicker .GrigNavBtns button {
            min-width: 95px;
        }


}
@keyframes hoverredbutton {
    0% {
        animation-timing-function: linear;
        background-color: #B32926;
        border-color: #B32926;
        transform: scale(1);
    }

    50% {
        animation-timing-function: linear;
        background-color: #8a1b19;
        border-color: #8a1b19;
        transform: scale(0.96);
    }

    100% {
        animation-timing-function: linear;
        background-color: #B32926;
        border-color: #B32926;
        transform: scale(1);
    }
}
/*End of design center styles*/


