.locator-subtitle {
    margin-bottom: 36px;
}
.locator-subtitle h2 {
    font-weight: bold;
}
.locator-subtitle h2 span {
    display: block;
    margin-top: 10px;
}
.locations-buttons {
    display: flex;
    margin-bottom: 36px;
}
.locations-buttons button {
    background: #006940;
    color: white;
    border: none;
    border-radius: 5px;
    text-align: center;
    width: 23.98%;
    margin: 5px;
    padding: 10px 15px;
    font-weight: bold;
}
.locations-buttons button.active-btn,
.locations-buttons button:hover {
    background: #00a86b;
}
@media (max-width: 615px) {
    .locations-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
    .locations-buttons button {
        width: 47%;
    }
}
@media (max-width: 395px) {
    .locations-buttons button {
        width: 46%;
    }
}

.location-map-wrapper {
    margin-bottom: 72px;
    max-width: 900px;
}
.location-map-wrapper .map-grp-box {
    position: relative;
    width: 100%;
    display: none;
}
.location-map-wrapper .map-grp-box.active-map {
    display: block;
}
.map-grp-box.world-wide img {
    width: 100%;
    pointer-events: none;
}
.location-map-wrapper .map-grp-box .map-grp-bg {
    width: 100%;
}
.location-map-wrapper .map-img-absolute {
    position: absolute;
}
.world-wide .world-msg {
    text-align: center;
    font-weight: bold;
    text-shadow: -2px -2px 2px white, 2px 2px 2px white, -2px 2px 2px white,
        2px -2px 2px white, -4px -4px 22px white, 4px 4px 22px white,
        -4px 4px 22px white, 4px -4px 22px white, -4px -4px 12px white,
        4px 4px 12px white, -4px 4px 12px white, 4px -4px 12px white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.location-map-wrapper .map-grp-box .canada-map-left {
    top: 0;
    left: 0;
    width: 70.3%;
}
.location-map-wrapper .map-grp-box .canada-map-right {
    bottom: 11.6%;
    right: 0;
    width: 41.5%;
}
.location-map-wrapper .map-grp-box .canada-map-ontario {
    bottom: 0;
    right: 23%;
    width: 32.5%;
}
.location-map-wrapper .map-grp-box .usa-map-top-left {
    top: 0%;
    left: 0;
    width: 41.44%;
}
.location-map-wrapper .map-grp-box .usa-map-top-right {
    top: 0%;
    right: 0%;
    width: 60.9%;
}
.location-map-wrapper .map-grp-box .usa-map-bottom-left {
    bottom: 0%;
    left: 0%;
    width: 43%;
}
.location-map-wrapper .map-grp-box .usa-map-bottom-right {
    bottom: 0%;
    right: 0%;
    width: 67.6%;
}
.location-map-wrapper .map-grp-box .oceania {
    top: 0%;
    left: 5%;
    width: 90%;
}

.location-map-wrapper .map-grp-box .map-section-box img {
    width: 100%;
}

.location-map-wrapper .map-grp-box .map-section-box {
    cursor: pointer;
}

.location-map-wrapper .map-grp-box .map-section-box:hover {
    opacity: 0;
}

.distributors-list {
    margin-bottom: 36px;
}
.distributors-list > h2 {
    margin-bottom: 36px;
}
.distributors-list > h1,
.distributors-list > h2 {
    font-weight: bold;
    text-align: center;
}

.distributors-list ul {
    font-size: 20px;
    font-weight: bold;
    margin-left: 8%;
}
.distributors-list ul li {
    position: relative;
    list-style: none;
    list-style-position: outside;
}
.distributors-list ul li::before {
    position: absolute;
    left: -25px;
    font-weight: bold;
    padding-right: 5 px;
    content: "\2713";
    color: #006940;
}

.distributors-info-wrapper {
    margin-top: 36px;
    margin-bottom: 36px;
    width: 100%;
}
.distributors-info-wrapper .distributor-box {
    margin-bottom: 36px;
}
.distributors-info-wrapper .distributor-box .u-flex {
    display: flex;
    align-items: center;
}
.distributors-info-wrapper .distributor-box .region {
    font-weight: bold;
    margin-bottom: 18px;
}
.distributors-info-wrapper .distributor-box.active-distributor-box {
    display: flex;
}
.distributors-info-wrapper .distributor-box .left {
    width: 50%;
    margin-right: 5%;
}
.distributors-info-wrapper .distributor-box .left .logo {
    display: flex;
    align-items: center;
}
.distributors-info-wrapper .distributor-box .left .logo img {
    /* flex: 1 1 30%; */
    max-width: 150px;
    max-height: 150px;
}
.distributors-info-wrapper .distributor-box .left .logo h2 {
    margin-left: 20px;
    font-weight: bold;
}
.distributors-info-wrapper .distributor-box .left .company-info {
    margin-top: 18px;
    margin-bottom: 18px;
}
.distributors-info-wrapper .distributor-box .left .company-info p {
}

.distributors-info-wrapper .distributor-box .right {
    width: 100%;
    max-width: 330px;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}
.distributors-info-wrapper .distributor-box .right li {
    margin-bottom: 10px;
}
.distributors-info-wrapper .distributor-box .right a {
    font-size: 20px;
    color: #006940;
}
.distributors-info-wrapper .distributor-box .right a:hover {
    color: #00a86b;
}

@media (max-width: 700px) {
    .distributors-info-wrapper .distributor-box {
        flex-direction: column;
    }
    .distributors-info-wrapper .distributor-box .right {
        /* max-width: 100%; */
    }
    .distributors-info-wrapper .distributor-box .left {
        width: 100%;
        margin-right: 0;
    }

    .distributors-info-wrapper .distributor-box .left .logo img {
        /* flex: 1 1 30%; */
        max-width: 100px;
        max-height: 100px;
    }
}

@media (max-width: 700px) {
    .distributors-info-wrapper .distributor-box .u-flex {
        /* flex-direction: column; */
    }
    .distributors-info-wrapper .distributor-box .right {
        margin-right: 0;
    }
    .distributors-info-wrapper .distributor-box .left {
        width: 50%;
    }
}
@media (max-width: 750px) {
    .distributors-info-wrapper .distributor-box .u-flex {
        flex-direction: column;
    }
    .distributors-info-wrapper .distributor-box .right {
        margin-right: auto;
    }
    .distributors-info-wrapper .distributor-box .left {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .distributors-info-wrapper .distributor-box .left .logo h2 {
        font-size: 20px;
        margin-left: 5px;
    }
}

.dist-cards-wrapper {
    margin-top: 36px;
    margin-bottom: 72px;
}
.dist-cards-wrapper-title {
    display: none;
}
.dist-cards-wrapper-title h1 {
    font-weight: bold;
    text-align: center;
}
.distributor-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.distributor-cards > div {
    display: none;
    /* display: flex; */
    flex-direction: column;
    width: calc(100% / 4 - 30px);
    /* flex: 1 1 190px; */
    max-width: 250px;
    margin: 15px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-out;
}
@media (max-width: 900px) {
    .distributor-cards > div {
        width: calc(100% / 3 - 30px);
    }
}
@media (max-width: 650px) {
    .distributor-cards > div {
        width: calc(100% / 2 - 30px);
    }
}
@media (max-width: 450px) {
    .distributor-cards > div {
        width: calc(100% / 1 - 30px);
    }
    .distributor-cards > div {
        max-width: 100%;
    }
}
.distributor-cards > div:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.distributor-cards > div.empty-dist-table {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-weight: bold;
}
.distributor-cards > div .title {
    font-size: 18px;
    margin-bottom: auto;
}
.distributor-cards > div .type {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}
.distributor-cards div.active-dist-table {
    display: flex;
}

.distributor-cards > div a {
    display: block;
    background: #006940;
    color: white;
    padding: 5px;
    text-align: center;
    /* justify-self: self-end; */
    /* margin-top: auto; */
}
.distributor-cards > div a:hover {
    text-decoration: none;
    background: #00a86b;
}
/* USA FLAG IN GEORGIA ONLY */
/* OCEANIA NEW MAP */
/* WORLD WIDE SENTENCE IN MIDD */

.hide-map-region {
    opacity: 0;
}

.service-page-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-page-button h3 {
    font-weight: bold;
}
.service-page-button a {
    font-weight: bold;
    font-size: 24px;
    background: #006940;
    color: white;
    padding: 10px 15px;
}

.service-page-button a:hover {
    background: #00a86b;
    text-decoration: none;
}
