/* MAPS */
.map-ratio {
    position: absolute;
    width: 100%;
    height: 100%;
}
.map-ratio #mapCustom {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
}
.locations-v2 {
    padding: 110px 0;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-43fc3c2d-1947-4774-9984-1c8787a08b05/Homepage_Assets/map_placeholder_new.png);
    background-size: cover;
    background-position: 70%;
	position: relative;
	z-index: 1;
}
.locations-v2 .location-wrapper {
    padding: 0 0 2vw 0;
    max-width: 480px;
    width: 100%;
    background: #fff;
    border-radius: 50px;
    z-index: 3;
}
.locations-v2 .location-wrapper h4 {
	color: #5791b0;
    font-family: 'Jost';
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
	letter-spacing: 2px;
}
/*.locations-v2 .each-item:not(:last-child) {
    margin-bottom: 10px;
}*/
.locations-v2 .each-item {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
	overflow: hidden;
}
.locations-v2 .each-item .headline {
    padding: 20px 30px;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.1;
    color: #5d3a00;
    font-weight: 400;
    font-family: "Lato";
    display: flex;
    align-items: center;
}
.locations-v2 .each-item .content {
    padding: 0 23px 30px;
	display: none;
}
.locations-v2 .each-item .content * {
    color: #5c6871;
    font-size: 16px;
    line-height: 1.5;
	position: relative;
}
.locations-v2 .each-item .content ul {
    padding-left: 0;
    list-style: none;
    padding: 20px 0;
}
.locations-v2 .each-item .content ul li a {
    font-weight: 500;
}
.locations-v2 .each-item .content ul li .span-2 {
	min-width: 68px;
}
.locations-v2 .each-item .headline.active:after {
    content: "\f068";
}
.locations-v2 .each-item .headline.active {
	transition: .2s;
	color: #5d3a00;
}
.locations-v2 .each-item .headline:after {
    content: "\f067";
    position: absolute;
    font-family: 'FontAwesome';
    right: 30px;
	font-size: 14px;
}
.locations-v2 .each-item .content a:hover {
    color: #5d3a00 !important;
}
.locations-v2:before {
    content: "";
    position: absolute;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-43fc3c2d-1947-4774-9984-1c8787a08b05/Homepage_Assets/activemarker.png);
    top: 12%;
    right: 28%;
	width: 54px;
    height: 69px;
}
.locations-v2:after {
    content: "";
    position: absolute;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-43fc3c2d-1947-4774-9984-1c8787a08b05/Homepage_Assets/activemarker.png);
    bottom: 8%;
    right: 22.5%;
	width: 54px;
	height: 69px;
}
.locations-v2 .location-wrapper .ry-section-sub-heading {
	font-size: 20px;
    letter-spacing: 4px;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Lato";
	text-align: center;
	padding: 20px;
	display: flex;
    flex-direction: column;
	text-transform: uppercase;
	background: #c39d61;
	border-radius: 50px 50px 0 0;
	color: #fff;
}
.locations-v2 .location-wrapper .ry-section-heading {
    font-size: clamp(1.625rem, 1.2426rem + 1.5686vw, 3.125rem);
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Lato";
    text-align: center;
}
.locations-v2 .each-item .content .ry-footer-loc-notes {
    margin-bottom: 20px;
    text-align: left;
}
.accordion-custom .ry-footer-address.ry-footer-detail:first-child {
    margin-bottom: 0; }
.accordion-custom .ry-footer-address.ry-footer-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 1.4; }
.accordion-custom .ry-footer-address.ry-footer-detail:before {
    content: '\f041';
    font-family: fontawesome;
    color: #5d3a00;
    width: 20px !important;
    height: 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 20px; }
.accordion-custom .ry-footer-address.ry-footer-detail span.span-1 {
    display: contents;
    font-size: calc(12px + 2 * ((100vw - 500px) / 940)); }
.locations-v2 .each-item .content .ry-footer-address a {
    margin-left: 38px;
    font-size: calc(12px + 2 * ((100vw - 500px) / 940));
    font-weight: 600;
    color: #333; }
.locations-v2 .each-item .content .ry-footer-address a:before {
    content: '\f0da';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.7em;
    color: #5d3a00;
    font-family: 'FontAwesome'; }
.locations-v2 .each-item .content .ry-footer-address a:hover {
    text-decoration: underline !important; }
.ry-footer-address {
    margin-bottom: 15px; }
.locations-v2 .each-item .content .ry-footer-detail.ry-footer-phone, .locations-v2 .each-item .content .ry-footer-detail.ry-footer-fax,
.locations-v2 .each-item .content .ry-footer-detail.ry-footer-email {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: calc(16px + 2 * ((100vw - 500px) / 940));
    line-height: 20px;
	display: flex;
    align-items: center; }
.locations-v2 .each-item .content .ry-footer-detail.ry-footer-phone:before {
	content: '\f095'; }
.locations-v2 .each-item .content .ry-footer-detail.ry-footer-fax:before {
	content: '\f1ac'; }
.locations-v2 .each-item .content .ry-footer-detail.ry-footer-email:before {
    content: '\f0e0'; }
.ry-footer-detail.ry-footer-fax, .ry-footer-detail.ry-footer-email {
    margin-top: 20px; }
.locations-v2 .each-item .content .ry-footer-detail.ry-footer-phone:before, 
.locations-v2 .each-item .content .ry-footer-detail.ry-footer-fax:before,
.locations-v2 .each-item .content .ry-footer-detail.ry-footer-email:before {
    font-family: "fontAwesome";
    font-weight: 900;
    color: #5d3a00;
    width: 20px !important;
    height: 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 20px; }
a.phone-num {
    font-weight: 400; }
.ry-open-hrs.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: calc(16px + 2 * ((100vw - 500px) / 940));
    line-height: 20px;
    padding: 0 !important;
    margin-top: 20px; }
.ry-open-hrs.content:before {
    content: '\f017';
    font-family: fontawesome;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #666666;
    background: #ededf0;
    margin-right: 25px; }
.ry-open-hrs.content ul {
    padding: 0 !important; }
.locations-v2 .each-item .content .ry-open-hrs.content li {
    margin-bottom: 5px; }
.ry-location-sub-heading p {
    color: #666;
    font-size: calc(15px + 2 * ((100vw - 500px) / 940));
    margin-bottom: 1.2em; }
.section-headline h4 span.span-1 {
    font-weight: 700; }

/* FOOTER */
.ry-footer-copyright .ry-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center; }
.locations-v2 .ry-footer-detail.ry-footer-email a {
    text-transform: lowercase;
}
.locations-v2 .each-item .content ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.ry-open-hrs li .time {
    width: 200px;
    text-align: right;
}
.ry-open-hrs li .doctor-duty {
    margin-left: 5px;
}
.ry-footer-copyright .powered {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}