/* Editable */
.col-2-locations {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

/* accordion */
span.accordion-icon {
    top: -20px !important;
    font-size: 39px !important;
    float: right;
    position: relative;
    right: 10px;
}
  .aff a:hover {
    position: relative;
    top: -20px;
	transition: 0.3s;
}
.aff a {
    transition: 0.3s;
}
.abt a:hover {
    position: relative;
    top: -20px;
	transition: 0.3s;
}
.abt a {
    filter: brightness( 100% ) contrast( 200% ) saturate( 100% ) blur( 0px ) hue-rotate( 129deg );
    transition: 0.3s;
}
.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 13px 0px;
}
.accordion-header {
    padding: 14px;
    cursor: pointer;
    border-radius: 11px;
    border: 1px solid #ccc;
    margin: 10px 0px;
}

.accordion-content {
    display: none;
    background-color: #F2F2F257;
    font-family: "Overpass", Sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2em;
    padding: 20px 20px 20px 20px;
}
.regen-ortho .accordion-header {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin: 0;
}
.regen-ortho .accordion-content {
    background: transparent;
    margin-left: 15px;
}
.regen-ortho .accordion-header h4 {
    margin: 0;
}
.regen-ortho span.accordion-icon.icon {
    letter-spacing: -50px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 18px;
    top: 7px;
}
.regen-ortho .accordion-header {
    background: #000;
}
.regen-ortho .accordion-header, .regen-ortho .accordion-header h4 {
    color: #fff;
}
.regen-ortho .accordion-content {
    background-color: #FFFBF5;
    margin-left: 0;
    padding-left: 35px;
}
.regen-ortho span.accordion-icon.icon {
    color: #ff0000;
    font-size: 14px;
    line-height: 18px;
}
 /* accordion */
 
/* Colors */
.section--dark .cta__button.component__button--1,
.section--dark .copyright__link, 
.section--dark #copyright__link,
.section--dark .breadcrumb__item a,
.location__phone--link {
    color: #fff!important;
}

/* Media */
@media(max-width: 767px) {
    .col-2-locations {
        width: 100%;
    }
}