﻿@font-face {
    font-family: "Bridgestone";
    src: url("/Fonts/OpenType/BridgestoneType-Regular.otf") format("embedded-opentype"), url("/Fonts/TrueType/BridgestoneType-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bridgestone";
    src: url("/Fonts/OpenType/BridgestoneType-Italic.otf") format("embedded-opentype"), url("/Fonts/TrueType/BridgestoneType-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Bridgestone";
    src: url("/Fonts/OpenType/BridgestoneType-Medium.otf") format("embedded-opentype"), url("/Fonts/TrueType/BridgestoneType-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bridgestone";
    src: url("/Fonts/OpenType/BridgestoneType-MediumIt.otf") format("embedded-opentype"), url("/Fonts/TrueType/BridgestoneType-MediumIt.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Bridgestone";
    src: url("/Fonts/OpenType/BridgestoneType-Bold.otf") format("embedded-opentype"), url("/Fonts/TrueType/BridgestoneType-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bridgestone";
    src: url("/Fonts/OpenType/BridgestoneType-BoldItalic.otf") format("embedded-opentype"), url("/Fonts/TrueType/BridgestoneType-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: "Bridgestone", sans-serif;
}

body {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #ed1d2e;
    --bs-secondary: #0065ad;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ff9900;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #48578b;
    --bs-primary-rgb: 236.64, 28.56, 45.9;
    --bs-secondary-rgb: 0, 101, 173;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 153, 0;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 72, 87, 139;
    --bs-primary-text-emphasis: #5f0b12;
    --bs-secondary-text-emphasis: #002845;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #663d00;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #fbd2d5;
    --bs-secondary-bg-subtle: #cce0ef;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #ffebcc;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #f8a4ab;
    --bs-secondary-border-subtle: #99c1de;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffd699;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", "Bridgestone", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Bridgestone", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #ececec;
    --bs-body-bg-rgb: 236, 236, 236;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #ed1d2e;
    --bs-link-color-rgb: 236.64, 28.56, 45.9;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #bd1725;
    --bs-link-hover-color-rgb: 189, 23, 37;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(237, 29, 46, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

main {
    background-color: #ececec;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1280px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .container-md, .container-sm, .container {
        max-width: calc(100% - 32px);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .locator-container {
        max-width: 1140px;
    }
}

.page-title {
    margin: 0;
    padding: 1.5rem 0;
}

@media screen and (max-width: 768px) {
    .page-title {
        font-size: 20px;
        line-height: 20px;
        padding: 10px 0;
    }
}

.cmp-posFinder {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0;
}

    .cmp-posFinder .cmp-posFinder__map {
        max-width: 530px;
    }

@media screen and (min-width: 752px) {
    .cmp-posFinder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0;
        height: 700px;
        gap: 30px;
    }

        .cmp-posFinder .cmp-posFinder__map {
            max-width: 100%;
        }
}

.cmp-posFinder .search-box {
    position: relative;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .cmp-posFinder .search-box {
        padding-bottom: 10px;
    }
}

.cmp-posFinder .search-box .c-searchForm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cmp-posFinder .search-box .c-searchIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    border: 1px solid rgba(160, 164, 159, 0.2);
    background-color: #fff;
    width: 100%;
}

    .cmp-posFinder .search-box .c-searchIcon .location-icon {
        cursor: pointer;
        padding: 0 9px 0 0;
        background-color: #fff;
    }

.cmp-posFinder .search-box .c-searchForm__input {
    border: 0;
    color: #231f20;
    padding: 10px 0 10px 9px;
    width: 100%;
}

    .cmp-posFinder .search-box .c-searchForm__input:focus {
        outline: none;
    }

.cmp-posFinder .search-box .locationFinder {
    display: flex;
    padding-top: 15px;
}

.cmp-posFinder .cmp-posFinder__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 28px;
    flex-grow: 1;
}

@media (max-width: 768px) {
    .cmp-posFinder .cmp-posFinder__left {
        margin-bottom: 0;
    }
}

@media (min-width: 1001px) {
    .cmp-posFinder .cmp-posFinder__left {
        max-width: 716px;
    }
}

.cmp-posFinder .cmp-posFinder__left .service-point-total {
    padding-bottom: 6px;
}

.cmp-posFinder .cmp-posFinder__left .cmp-posFinder__header {
    flex-shrink: 0;
}

.cmp-posFinder .cmp-posFinder__left .cmp-posFinder__sidebar {
    flex-grow: 1;
    overflow: auto;
}

.cmp-posFinder .mobile-tab-posFinder {
    display: none;
}

@media screen and (max-width: 1000px) {
    .cmp-posFinder .mobile-tab-posFinder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 20px 0 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.cmp-posFinder .mobile-tab-posFinder .tab-posFinder {
    border-bottom: solid 4px transparent;
    color: #231f20;
    text-align: center;
    padding: 0 32px 11px 34px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .cmp-posFinder .mobile-tab-posFinder .tab-posFinder {
        font-size: 13px;
    }
}

.cmp-posFinder .mobile-tab-posFinder .tab-posFinder.pos-active {
    border-bottom: solid 4px #ed1d2e;
}

    .cmp-posFinder .mobile-tab-posFinder .tab-posFinder.pos-active > svg {
        fill: #ed1d2e;
    }

.border-0 {
    border: 0 !important;
}

.font-size-16 {
    font-size: 16px !important;
}

#map {
    min-height: 672px;
}

.c-pos {
    padding: 10px 13px;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

    .c-pos .c-pos__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .c-pos .c-pos__header .c-pos__right {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: end;
            -ms-flex-item-align: baseline;
            align-self: baseline;
            width: 40%;
            padding-left: 10px;
            flex-direction: row;
        }

    .c-pos .c-pos__left,
    .c-pos .c-pos__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-gap: 6px;
        display: flex;
    }

    .c-pos .c-pos__left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 65%;
        padding-right: 20px;
        flex-direction: row;
    }

    .c-pos .c-pos__distance {
        color: #949494;
        font-size: 14px;
        margin-left: 8px;
    }

    .c-pos .c-pos__right .c-pos__review {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .c-pos .c-pos__right .c-pos__review .c-pos__data-medium-star {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-left: 3px;
            padding-right: 2px;
        }

            .c-pos .c-pos__right .c-pos__review .c-pos__data-medium-star img {
                transform: translateY(-2px);
            }

        .c-pos .c-pos__right .c-pos__review .c-pos__average-rating {
            padding-left: 0;
            padding-right: 5px;
            font-size: 14px;
            font-weight: 400;
        }

    .c-pos .c-pos__review-count {
        font-size: 14px;
        font-weight: 400;
        color: #a0a49f;
    }

    .c-pos .c-pos__details {
        display: flex;
        grid-gap: 10px;
    }

        .c-pos .c-pos__details .c-pos__right, .c-pos .c-pos__details .c-pos__left {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            grid-gap: 6px;
        }

        .c-pos .c-pos__details .c-pos__left {
            flex-wrap: wrap;
            width: 65%;
            padding-right: 20px;
        }

        .c-pos .c-pos__details .c-pos__right {
            width: 35%;
            padding-top: 7px;
        }

    .c-pos .c-pos__notes .notes-upper  {
        font-size: 14px;
    }

    .c-pos .notes-lower {
        font-size: 14px;
    }

    .c-pos .c-pos__address {
        line-height: 1.43;
        letter-spacing: normal;
        color: #231f20;
        padding: 0 0 8px 0;
    }

        .c-pos .c-pos__address .address-description {
            font-size: 14px;
        }

        .c-pos .c-pos__address .address-number {
            font-size: 14px;
            padding: 4px 0;
        }

        .c-pos .c-pos__address .address-email {
            font-size: 14px;
            padding: 4px 0;
        }

        .c-pos .c-pos__address .address-details {
            font-size: 14px;
            padding: 4px 0;
        }

    .c-pos .c-pos__features {
        position: relative;
        overflow: hidden;
        padding: 0 0 8px 0;
    }

        .c-pos .c-pos__features ul {
            color: rgba(58, 62, 61, 0.6);
            width: 350px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

            .c-pos .c-pos__features ul li {
                display: inline;
                padding: 0 5px;
                border-left: solid 1px rgba(58, 62, 61, 0.6);
            }

                .c-pos .c-pos__features ul li:first-child {
                    border-left: none;
                    padding: 0 5px 0 0;
                }

    .c-pos .c-pos__phone, .c-pos .c-pos__time {
        color: #231f20;
        font-weight: 400;
    }

    .c-pos .c-pos__time {
        padding-top: 8px;
    }

p, .text-p, .text-p :is(p,h1,h2,h3,h4,h5,h6) {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #231f20
}

a {
    color: currentColor;
    cursor: pointer;
    text-decoration: none
}

    a:hover {
        color: #231f20 !important;
    }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #000;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}

h1, .h1, .text-h1, .text-h1 :is(p,h1,h2,h3,h4,h5,h6) {
    font-size: 48px;
}

@media screen and (max-width: 768px) {
    h1, .h1, .text-h1, .text-h1 :is(p,h1,h2,h3,h4,h5,h6) {
        font-size: 20px;
        line-height: 20px;
    }
}

h2, .h2, .text-h2, .text-h2 :is(p,h1,h2,h3,h4,h5,h6) {
    font-size: 30px;
}

h3, .h3, .text-h3, .text-h3 :is(p,h1,h2,h3,h4,h5,h6) {
    font-size: 24px;
    line-height: 24px;
}

h4, .h4, .text-h4, .text-h4 :is(p,h1,h2,h3,h4,h5,h6) {
    font-size: 20px;
}

@media (max-width: 768px) {
    h4, .h4, .text-h4, .text-h4 :is(p,h1,h2,h3,h4,h5,h6) {
        font-size: 14px;
    }
}

h5, .h5, .text-h5, .text-h5 :is(p,h1,h2,h3,h4,h5,h6) {
    font-size: 16px;
}

.dl-tel {
    font-size: 14px;
    text-decoration: underline;
}

.dl-email {
    font-size: 14px;
    text-decoration: underline;
}

@media screen and (max-width: 1000px) {
    .cmp-posFinder {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pos-hide-mobile {
        height: 0;
        visibility: hidden;
    }

    #posfinder-results {
        padding: 0;
    }

    .cmp-posFinder .cmp-posFinder__results .c-pos {
        padding: 5px 0 0;
    }

    .c-pos-mobile {
        display: inline-block;
    }

    .c-pos-desktop {
        display: none;
    }

    .c-pos .c-pos__features ul {
        width: 100%;
    }

    .c-pos .c-pos__time {
        font-size: 12px;
        line-height: 1.6;
    }

    .c-pos .c-pos__title {
        font-size: 14px;
        padding-right: 11px;
    }

    .c-pos .c-pos__distance-from {
        padding-bottom: 2px;
        padding-top: 2px;
    }

    .c-pos .c-pos__header,
    .c-pos .c-pos__details .c-pos__left {
        padding: 0 11px;
    }

    .c-pos .c-pos__details {
        flex-direction: column;
    }

        .c-pos .c-pos__details .c-pos__left,
        .c-pos .c-pos__details .c-pos__right {
            width: 100%;
        }

        .c-pos .c-pos__details .c-pos__right {
            flex-direction: column;
            gap: 0;
        }
}

.cmp-posFinder .search-box .c-searchForm__dropdown {
    border: 0;
    color: #231f20;
    padding: 10px 0 10px 9px;
    width: 100%;
}

.filter-ps.active {
    background-color: #000;
    color: #fff;
}

.filter-n.active {
    background-color: #000;
    color: #fff;
}

.filter-r.active {
    background-color: #000;
    color: #fff;
}

.filter-f.active {
    background-color: #000;
    color: #fff;
}