.contact-header-title {
    font-family: Tungsten;
    font-size: 60px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 25px;
}

.contact-header-title *{
    font-family: Tungsten;
    font-size: 60px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 25px;
}

.address-social-share-wrapper {
    border-top: solid 1px #979797;
    padding-top: 20px;
}

.select {
    font-family: Forza;
}

.address-wrapper .address-title, .social-title {
    font-family: Vitesse;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.71px;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.address-wrapper {
    margin-bottom: 50px;
}

.social-title {
    text-transform: capitalize;
}

.address {
    font-family: Forza;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
}

.address-wrapper, .social-media {
    width: 50%;
}

.social-media {
    text-align: right;
}

.btn-getdirection {
    padding-left: 0;
    text-align: left;
    padding-right: 0;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    border-radius: 0;
    padding-bottom: 0px;
    min-width: auto;
}

.social-media .social-icons {
    margin: 25px 0px;
}


    .social-media .social-icons .icon-item {
        margin-left: 15px;
        display: inline-block;
    }

        .social-media .social-icons .icon-item .icon-img {
            width: 24px;
        }

.dash-forms-wrapper {
    padding-top: 35px;
    padding-bottom: 55px;
}

.dash-forms-bg {
    background: #f5f5f5;
}

.dash-form-head-title {
    font-family: Tungsten;
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.66;
    letter-spacing: 3.06px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

.dash-forms-tabs {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #6e6e6e;
}

    .dash-forms-tabs .nav-item {
        max-width: 144px;
        font-family: Forza;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.11px;
        text-align: center;
        color: #000000;
        min-width: 25%;
    }

        .dash-forms-tabs .nav-item a {
            border:none;
            font-family: Forza;
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.11px;
            text-align: center;
            color: #000000;
            height: 60px;
            cursor:pointer;
            position:relative;
        }

            .dash-forms-tabs .nav-item a.active {
                border: none;
                background: none;
                font-weight: bold;
                color: #9f0d01;
            }

                .dash-forms-tabs .nav-item a.active::after {
                    content: '';
                    height: 6px;
                    width: 100%;
                    background: #9f0d01;
                    position: absolute;
                    left: 0;
                    top: 55px;
                    border-radius: 8px;
                }

            .dash-forms-tabs .nav-item.active {
                border: none;
                background: none;
                margin-bottom: -2px;
            }
               




.dash-form {
}


    .dash-form .form__group {
        position: relative;
        padding: 15px 0 0;
        margin-top: 10px;
    }

    .dash-form .form__field {
        font-family: inherit;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #d2d2d2;
        outline: 0;
        font-family: Forza;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.7px;
        color: rgba(0, 0, 0, 0.6);
        padding: 7px 0;
        background: transparent;
        transition: border-color 0.2s;
    }

.better-together-form .form__field {
    background: white !important;
}

bt-dd-select {
    background: white !important;
}

.dash-form .form__field::placeholder {
    color: transparent;
}

        .dash-form .form__field:placeholder-shown ~ .form__label {
            font-size: 16px;
            cursor: text;
            top: 20px;
            left:5px;
        }

    .dash-form label {
        font-family: Forza;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.7px;
        color: rgba(0, 0, 0, 0.6);
    }

    .dash-form label,
    .dash-form .form__field:focus ~ .form__label {
        position: absolute;
        top: 0;
        text-align: left;
        display: block;
        transition: 0.2s;
        font-size: 12px;
        color: #6e6e6e;
    }

.better-together-form .dash-form .form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    outline: 0;
    font-family: Forza;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: rgba(0, 0, 0, 0.6);
    padding: 7px 0;
    background: white;
    transition: border-color 0.2s;
}

    .better-together-form .dash-form .form__field:focus ~ .form__label {
        color: white;
    }

    .dash-form .form__field:focus ~ .form__label {
        color: #000;
    }

.better-together-form .form__field:focus ~ .form__label {
    color: white;
}

    .dash-form .form__field:focus {
        padding-bottom: 6px;
        border-bottom: 1px solid #000;
        outline: 1px solid #f5f5f5;
    }

    .dash-form select {
        min-width: auto;
        max-width: 100%;
        font-family: Forza;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.7px;
        color: rgba(0, 0, 0, 0.8) !important;
        width: 100%;
        padding-right: 22px;
        text-align:left;
    }

.better-together-form select {
    color: black !important;
    background: white !important;
    opacity: 1;
    padding-left: 5px;
}

    .better-together-form select option {
        background: white !important;
    }

    .dash-form .box-form {
        border: solid 1px rgba(0, 0, 0, 0.2);
        margin-top: 20px;
    }

        .dash-form .box-form textarea {
            border: none;
        }

        .dash-form .box-form textarea {
            padding: 5px;
        }

            .dash-form .box-form textarea:focus {
                border: none;
            }

        .dash-form .box-form label {
            left: 7px;
            top: 4px;
        }

    .dash-form .text-label {
        font-family: Tungsten;
        font-size: 22px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.27;
        letter-spacing: 2px;
        color: #000000;
    }


.form-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-check label {
    position: relative;
    cursor: pointer;
}

    .form-check label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: solid 1px rgba(0, 0, 0, 0.5);
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 10px;
    }

.form-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid 1px rgba(0, 0, 0, 0.5);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.dash-form .form-check-label {
    text-transform: capitalize;
    font-family: Forza;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #333333;
}

.dash-form .form-check-label.text-transform-initial {
    text-transform: initial;
   
}

.dash-form .subtext-label {
    font-family: Forza;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    margin-top: 5px;
}

.dash-form .rdio {
    position: relative;
}

    .dash-form .rdio input[type="radio"] {
        opacity: 0;
    }

    .dash-form .rdio label {
        padding-left: 10px;
        cursor: pointer;
        margin-bottom: 7px !important;
        position: relative;
    }

        .dash-form .rdio label:before {
            width: 18px;
            height: 18px;
            position: absolute;
            top: 1px;
            left: -17px;
            content: '';
            display: inline-block;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            border: solid 1px rgba(0, 0, 0, 0.5);
            background: #fff;
        }

    .dash-form .rdio input[type="radio"] {
        margin: 0px;
    }

        .dash-form .rdio input[type="radio"]:disabled + label {
            color: #999;
        }

            .dash-form .rdio input[type="radio"]:disabled + label:before {
                background-color: #fbc52d;
            }

        .dash-form .rdio input[type="radio"] + label::after {
            content: '';
            position: absolute;
            top: 5px;
            left: -13px;
            display: inline-block;
            font-size: 11px;
            width: 10px;
            height: 10px;
            background-color: rgba(0, 0, 0, 0.1);
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
        }

        .dash-form .rdio input[type="radio"]:checked + label::after {
            content: '';
            position: absolute;
            top: 5px;
            left: -13px;
            display: inline-block;
            font-size: 11px;
            width: 10px;
            height: 10px;
            background-color: rgba(0, 0, 0, 0.8);
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
        }

.dash-form .rdio-default input[type="radio"]:checked + label:before {
    border-color: rgba(0, 0, 0, 0.8);
}


.dash-form .rdio-primary input[type="radio"]:checked + label::after {
    background-color: rgba(0, 0, 0, 0.8);
}

.dash-form .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}



    .dash-form .radio input[type="radio"], .dash-form .radio-inline input[type="radio"] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px;
    }


.talksoon-modal .modal-dialog .modal-content {
    background: #FFFFFF;
    box-shadow: 2px 2px 20px 1px;
    overflow-x: auto;
    display: block;
    position: relative;
    padding: 45px 30px;
    max-width: 495px;
    max-height: 98vh;
    max-height: calc(var(--vh, 1vh) * 98);
    border: none;
    border-radius: 0;
    margin: 0 auto;
}

.talksoon-modal .modal-content .talksoon-label {
    font-family: Tungsten;
    font-size: 50px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: 2.86px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

.talksoon-modal .modal-content .talksoon-content {
    font-family: Forza;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-top: 15px;
    padding: 10px;
    margin-bottom: 0;
}


.talksoon-modal {
    z-index: 9999999;
}

    .talksoon-modal .close {
        background: url("data:image/svg+xml,%3Csvg xmlns='https://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;
        border: none;
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 20px;
        clear: both;
        width: 20px;
        height: 20px;
        padding: 20px;
        z-index: 1;
        min-width: 20px;
    }

    .talksoon-modal .modal-dialog {
        margin-top: 100px;
    }


    .error{
        position:relative !important;
        color:#D12421 !important;
    }

.dealer-select-wrapper {
    display: none;
}
.contact-page-wrapper .dealer-select-wrapper {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.bg-black .dealer-select-wrapper p {
    color:#fff !important;
}


    .dealer-select-wrapper .dealer-select{
        padding-left: 15px;
    }
    .dealer-select-wrapper .dealer-option-wrapper {
        margin-top: -10px;
        border-bottom: 1px solid black;
        padding-bottom: 10px;
    }
       
.dealer-select-wrapper p{
    margin-top: 10px;
    margin-bottom: 0;
}
    .dealer-select-wrapper .dealer-address {
        display: block;
        font-size: 14px;
        color: #000;
    }

.bg-black .dealer-select-wrapper .dealer-address {
    color: white !important;
}

.bg-black .dealer-select-wrapper .h3 {
    color: white !important;
}

.bg-black .dealer-select-wrapper .dealer-option-wrapper {
    border-bottom: 1px solid white !important;
}

.bg-black .dealer-select-wrapper .btn-blackfilled {
    border: 1px solid white !important;
}

.dealer-select-wrapper .dealer-option-wrapper:last-child {
    border-bottom: none !important;
}

@media(max-width:992px) {
    .contact-header-title {
        font-size: 36px;
    }

    .address-social-flex {
        flex-direction: column;
    }

    .social-media {
        margin-top: 25px;
        text-align: left;
    }

    .social-title {
        text-transform: uppercase;
    }

    .address-wrapper {
        margin-bottom: 35px;
    }


    .talksoon-modal .modal-content .talksoon-label {
        font-size: 36px;
        font-weight: 500;
    }




    .talksoon-modal .modal-content .talksoon-content {
        font-size: 16px;
    }
}

@media(min-width:1024px) {
    .w-lg-80 {
        width: 80%;
    }

    .w-lg-85 {
        width: 85%;
    }
    .w-lg-90 {
        width: 90%;
    }
    .w-lg-100 {
        width: 100%;
    }
}

/*
     FILE ARCHIVED ON 18:18:44 Jul 11, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:34:45 Sep 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.382
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.04
  esindex: 0.007
  cdx.remote: 23.882
  LoadShardBlock: 140.611 (3)
  PetaboxLoader3.datanode: 157.201 (5)
  PetaboxLoader3.resolve: 332.892 (2)
  load_resource: 475.753
  loaddict: 123.191
*/