﻿.location-select:before {
	background-image:url(images/nav/location-select.svg?bust=202011271139);
}
.related-links-body ul {
	list-style:circle;
	font-size: 0.8em;
}

@media (max-width:767px) {
    .mobile-nav a {
        align-items: center;
    }
}

.topic-select [data-location] .nav > li > a > img {
    height: 5rem;
}

@media (min-width:576px) {
    .topic-select [data-location] .nav > li > a > img {
        height: 7.25rem;
    }
}

.topic-select .nav > li {
    flex-basis: 25%;
}
.topic-select [data-location] .nav > li > a > img {
    width: 4rem;
    height: 4rem;
    border-width: 0;
}

@media (min-width:576px) {
	.topic-select .nav {
		width:26.25rem;
	}
	.topic-select [data-location] .nav > li {
		padding-left:0.75rem;
		padding-right:0.75rem;
	}
}
@media (min-width:768px) {
	.topic-select .nav {
		width:35rem;
	}
	.topic-select .nav > li {
		flex-basis:auto;
	}
    .topic-select [data-location] .nav > li > a > img {
        width: 7.25rem;
        height: 7.25rem;
    }
}
@media (min-width:1200px) {
	.topic-select .nav {
		width:70rem;
	}
}
@media (max-width:575px) {
	.topic-select [data-location=bay-area] .nav > li > a {
		width:auto;
	}
}

.bay-area.owl-carousel .owl-nav button.owl-prev, .bay-area.owl-carousel .owl-nav button.owl-next {
    top: -5rem;
}