.dealers-full-list-wrapper .dealers-full-list-info {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}

.dealers-full-list-wrapper .dealers-full-list {
    display: flex;
    flex-wrap: wrap;
    counter-reset: item;
}

.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item {
    width: 50%;
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}

.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-header h3 {
    font-size: 20px;
}

.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-header h3 .dealers-full-list-item-count {
    margin-right: .1em;
    color: var(--polaris-color-polaris-blue);
}

.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-header h3 .dealers-full-list-item-count::before {
    content: counter(item);
    counter-increment: item;
}

.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-header h3 .dealers-full-list-item-count::after {
    content: '. ';
}

.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-content {
    margin-top: 1em;
}

.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-content>p+p {
    margin-top: 1em;
}

.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-content>p>.fa {
    float: left;
    line-height: 1.5;
    vertical-align: middle;
}

.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-content>p>a {
    display: block;
    margin-left: 2em;
    color: #000;
    text-decoration: underline;
}

.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-content>p>a:hover {
    color: var(--polaris-color-polaris-blue);
}

.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-content .commercial-link {
    font-weight: 700;
    text-transform: uppercase;
}

.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-certifications-list {
    display: flex;
    margin-top: 15px;
}

.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-certifications-list .dealers-full-list-item-certifications-list-item {
    padding-right: 10px;
}

.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-certifications-list .dealers-full-list-item-certifications-list-item.certification-msd,
.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-certifications-list .dealers-full-list-item-certifications-list-item.certification-brand {
    cursor: pointer;
}

.dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-certifications-list .dealers-full-list-item-certifications-list-item.certification-brand>img {
    display: block;
    width: auto;
    height: 10px;
}

.dealers-full-list-msd-modal,
.dealers-full-list-brands-modal {
    display: none;
}

.dealers-full-list-msd-modal.is-active,
.dealers-full-list-brands-modal.is-active {
    display: block;
}

.dealers-full-list-msd-modal .overlay,
.dealers-full-list-brands-modal .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
}

.dealers-full-list-msd-modal .dealers-full-list-msd-modal-content,
.dealers-full-list-brands-modal .dealers-full-list-brands-modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1199px;
    padding: 50px;
    background: #fff;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.dealers-full-list-msd-modal .dealers-full-list-msd-modal-content .dealers-full-list-msd-modal-close,
.dealers-full-list-brands-modal .dealers-full-list-brands-modal-content .dealers-full-list-brands-modal-close {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -150%);
}

.dealers-full-list-msd-modal .dealers-full-list-msd-modal-content .dealers-full-list-msd-modal-close::before,
.dealers-full-list-msd-modal .dealers-full-list-msd-modal-content .dealers-full-list-msd-modal-close::after,
.dealers-full-list-brands-modal .dealers-full-list-brands-modal-content .dealers-full-list-brands-modal-close::before,
.dealers-full-list-brands-modal .dealers-full-list-brands-modal-content .dealers-full-list-brands-modal-close::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    background-color: #000;
    transform: translate(-50%, -50%) rotateZ(45deg);
}

.dealers-full-list-msd-modal .dealers-full-list-msd-modal-content .dealers-full-list-msd-modal-close::after,
.dealers-full-list-brands-modal .dealers-full-list-brands-modal-content .dealers-full-list-brands-modal-close::after {
    transform: translate(-50%, -50%) rotateZ(-45deg);
}

.dealers-full-list-msd-modal .dealers-full-list-msd-modal-content .dealers-full-list-msd-modal-content-heading h3 {}

.dealers-full-list-msd-modal .dealers-full-list-msd-modal-content .dealers-full-list-msd-modal-content-body .dealers-full-list-msd-modal-content-body-certification,
.dealers-full-list-brands-modal .dealers-full-list-brands-modal-content .dealers-full-list-brands-modal-content-body .dealers-full-list-brands-modal-content-body-certification {
    display: flex;
    margin-top: 25px;
    align-items: flex-start;
}

.dealers-full-list-msd-modal .dealers-full-list-msd-modal-content .dealers-full-list-msd-modal-content-body .dealers-full-list-msd-modal-content-body-certification .dealers-full-list-msd-modal-content-body-certification-image,
.dealers-full-list-brands-modal .dealers-full-list-brands-modal-content .dealers-full-list-brands-modal-content-body .dealers-full-list-brands-modal-content-body-certification .dealers-full-list-brands-modal-content-body-certification-image {
    width: 10%;
    height: auto;
    margin-right: 25px;
}

.dealers-full-list-msd-modal .dealers-full-list-msd-modal-content .dealers-full-list-msd-modal-content-body .dealers-full-list-msd-modal-content-body-certification .dealers-full-list-msd-modal-content-body-certification-description,
.dealers-full-list-brands-modal .dealers-full-list-brands-modal-content .dealers-full-list-brands-modal-content-body .dealers-full-list-brands-modal-content-body-certification .dealers-full-list-brands-modal-content-body-certification-description {
    width: 90%;
}

.dealers-full-list-msd-modal .dealers-full-list-msd-modal-content .dealers-full-list-msd-modal-content-body .dealers-full-list-msd-modal-content-body-certification .dealers-full-list-msd-modal-content-body-certification-description p,
.dealers-full-list-brands-modal .dealers-full-list-brands-modal-content .dealers-full-list-brands-modal-content-body .dealers-full-list-brands-modal-content-body-certification .dealers-full-list-brands-modal-content-body-certification-description p {
    font-size: 12px;
}

@media screen and (max-width: 1199px) {
    .dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item .dealers-full-list-item-certifications-list .dealers-full-list-item-certifications-list-item.certification-brand>img {
        height: 7px;
    }
}

@media screen and (max-width: 767px) {
    .dealers-full-list-wrapper .dealers-full-list .dealers-full-list-item {
        width: 100%;
    }
}