@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


#s-nav {
    position: absolute !important;
}

.site-search {
    border-radius: 20px !important;

}

div.active.slide-item.item {
    border: none !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway" !important;
}

p {
    font-family: "Raleway" !important;
}

a {
    font-family: "Raleway" !important;
}

button {
    font-family: "Raleway" !important;
}


.carousel-custom {
    position: absolute;
    top: 110px !important;
    left: 40% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 75% !important;
    padding-top: 40px;
    padding-bottom: 40px;
}



@media (max-width: 900px) {
    .carousel-custom {
        position: absolute;
        top: -35px !important;
        left: 29% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100% !important;
        padding-top: 46px;
        padding-bottom: 40px;
        color: white !important;
    }
}

#copyright_footer {
    background-color: #0072d7 !important;
    color: #fff;
    text-align: center;
    padding: 15px !important;
    font-size: 12px;
    margin: 0px;
}

#s-menu {
    justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    text-align: right;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 75%;
}

@media (max-width: 900px) {
    #s-menu {
        justify-content: unset;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
        text-align: left;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: block !important;
        max-width: 100%;
    }
}

#s-user a {
    font-weight: 600 !important;
    background-color: white !important;
    color: #179EC9 !important;
    padding: 7px !important;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
    margin: 0px 5px !important;
}

@media screen and (min-width: 1100px) {
    #s-nav .container {
        width: 1475px !important;
    }
}

#tmenu-item6 li a {
    font-weight: 700 !important;
}

/* ==========================================
   NEW SLIDER IMAGES CSS
   ========================================== */

.pc-slider {
    position: relative;
    width: 100vw;
    height: clamp(320px, 36vw, 540px);
    min-height: 0;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: #ffffff;
    box-sizing: border-box;
}

.pc-slider__image {
    position: absolute;
    inset: 0;
}

.pc-slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-slider__content {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    max-width: 1180px;
    padding: clamp(40px, 8vw, 110px) clamp(24px, 5vw, 80px);
}

.pc-slider__eyebrow {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: clamp(18px, 2vw, 30px);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pc-slider__title {
    max-width: 900px;
    margin: 0 0 20px;

    color: #f1e683;

    font-size: clamp(34px, 5vw, 51px);
    font-weight: 800;
    line-height: 1.05;
}

.pc-slider__text {
    max-width: 760px;
    margin: 0 0 32px;

    color: #ffffff;

    font-size: clamp(16px, 1.6vw, 24px);
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

.pc-slider__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
}

.pc-slider__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 180px;
    padding: 14px 24px;

    border: none;
    border-radius: 15px;

    background: #f1e683;
    color: #1c1857;

    font-weight: 800;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;

    text-shadow: none;
    transition: all 0.25s ease;
}

.pc-slider__button:hover {
    background: #ecd611;
    color: #1c1857;
    text-decoration: none;
}

.pc-slider__phone-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: #ffffff;

    font-size: clamp(24px, 2vw, 24px);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.pc-slider__phone-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.pc-slider__phone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: clamp(42px, 3vw, 54px);
    height: clamp(42px, 3vw, 54px);
    flex: 0 0 clamp(42px, 3vw, 54px);

    border-radius: 50%;

    background: #f1e683;
    color: #1c1857;

    font-size: clamp(20px, 1.5vw, 28px);
    line-height: 1;

    text-shadow: none;
}

.pc-slider__phone-text {
    color: #ffffff;
    white-space: nowrap;
}

.pc-slider__eyebrow,
.pc-slider__title,
.pc-slider__text,
.pc-slider__phone-link {
    text-shadow:
        0 2px 4px rgba(0, 0, 0, .75),
        0 4px 12px rgba(0, 0, 0, .50);
}

@media (max-width: 768px) {
    .pc-slider {
        height: 520px;
        min-height: 0;
    }

    .pc-slider__image img {
        object-position: left center;
    }

    .pc-slider__content {
        justify-content: flex-end;
        padding-bottom: 50px;
    }

    .pc-slider__buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .pc-slider__button {
        width: 100%;
        max-width: 260px;
    }
}