.red-block {
  height: 183px;
  background: #AA1229;
}
@media (max-width: 1024px) {
  .red-block {
    padding: 70px 0 25px;
    height: auto;
  }
}
@media (max-width: 980px) {
  .red-block {
    padding: 25px 0 25px;
  }
}
.red-block h1 {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .iframe-map {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .iframe-map iframe {
    height: 300px !important;
  }
}
.location-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.35%;
  width: 102.7%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.location-items > * {
  width: 30.6333333333%;
  margin: 0 1.35% 1.8em;
}
@media (max-width: 1023px) {
  .location-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .location-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 767px) {
  .location-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .location-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.location-items .location-item {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.location-items .location-item .thumb {
  display: block;
  height: 150px;
}
.location-items .location-item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-items .location-item .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #E6E6E6;
  padding: 16px 16px 105px 16px;
  position: relative;
}
.location-items .location-item .info h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  padding-bottom: 10px;
  color: #aa1229;
}
.location-items .location-item .info h3 a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  color: #aa1229;
}
.location-items .location-item .info > div {
  margin-bottom: 10px;
}
.location-items .location-item .info > div p {
  color: #000000;
}
.location-items .location-item .info > div.strong-p p {
  font-weight: 700;
}
.location-items .location-item .info > div.strong-p p strong {
  color: #000000 !important;
}
.location-items .location-item .info .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 16px 16px 16px;
  margin: 0;
}
.location-items .location-item .info .btn-wrap a {
  width: 100%;
  max-width: 100%;
  height: 38px;
  margin: 0 0 8px;
}
.location-items .location-item .info .btn-wrap a:last-child {
  margin: 0 0 0;
}
.location-items .location-item .info .btn-wrap a.btn.btn-rb svg {
  width: 20px;
}
.location-items .location-item.coming-soon .thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: #AA1229;
  position: relative;
}
.location-items .location-item.coming-soon .thumb span {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.location-items .location-item.coming-soon .thumb svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.location-items .location-item.coming-soon .info {
  text-align: center;
  padding: 16px 16px 16px 16px;
  min-height: 260px;
}
.location-items .location-item.coming-soon .info h3 {
  font-size: 24px;
  line-height: 1.3em;
}
.home-location-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.35%;
  width: 102.7%;
}
.home-location-items > * {
  width: 22.3%;
  margin: 0 1.35% 1.6875em;
}
@media (max-width: 1024px) {
  .home-location-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.35%;
    width: 102.7%;
  }
  .home-location-items > * {
    width: 30.6333333333%;
    margin: 0 1.35% 1.8em;
  }
}
@media (max-width: 1023px) {
  .home-location-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .home-location-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 767px) {
  .home-location-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .home-location-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.home-location-items .location-item {
  min-height: 247px;
  position: relative;
}
.home-location-items .location-item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.home-location-items .location-item .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-location-items .location-item .info .info-text {
  position: relative;
  top: 22px;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-location-items .location-item .info .info-text h3 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-location-items .location-item .info .info-text div {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: -10px;
  left: 0;
  right: 0;
}
.home-location-items .location-item .info .info-text div p {
  color: #000000;
}
.home-location-items .location-item .info .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.home-location-items .location-item .info .btn-wrap .btn {
  font-weight: 400;
  height: 36px;
  width: 100%;
}
.home-location-items .location-item:hover .info {
  background: rgba(0, 0, 0, 0.2);
}
.home-location-items .location-item:hover .info-text {
  top: 0;
}
.home-location-items .location-item:hover .info-text h3 {
  padding-bottom: 10px;
  color: #ffffff;
  line-height: 1.3em;
}
.home-location-items .location-item:hover .info-text div {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.home-location-items .location-item:hover .info-text div p {
  color: #ffffff;
}
.home-location-items .location-item:hover .btn-wrap {
  opacity: 1;
}
.home-location-items .location-item.coming-soon {
  background: #E31837;
}
.home-location-items .location-item.coming-soon .coming-soon-item {
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
.home-location-items .location-item.coming-soon .coming-soon-item h3 {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3em;
}
.home-location-items .location-item.coming-soon .coming-soon-item p {
  color: #ffffff;
}
.single-locations h2, .single-locations h2, .single-locations h3, .single-locations h4{
    font-weight: 600;
}
.info-columns.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}
@media only screen and (min-width: 768px){
    .info-columns.flex {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around
    }
}

.service-blurb {
    max-width: 250px;
    margin: 20px auto;
    text-align: center;
}
@media only screen and (min-width: 768px){
    .service-blurb {
        min-height: 350px;
    }
}
.service-blurb img{
    max-width: 150px;
}

.single-locations hr{
    border-top: 1px solid #aa1229;
    margin: 30px 25%;
}

.hiring-banner {
    background: #aa1229;
    padding: 30px;
    text-align: center;
    line-height: 1.5em;
	margin-bottom: 50px;
}
.hiring-banner h2, .hiring-banner h3{
    color: white;
    line-height: 1.5em;
}
.single-locations ol{
    list-style: number;
    margin-left: 50px;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 500;
}
.single-locations ol li{
    margin-bottom: 10px;
}

.va-authorized-section {
    margin: 30px auto 0px;
    padding: 50px 30px;
    background-image:linear-gradient(rgba(152, 22, 24, .8), rgba(152, 22, 24, .8)), url('https://stopwatchurgentcarecom.kinsta.cloud/wp-content/uploads/2023/08/Veterans_Background.jpg');
    background-size: 100%;
    background-position: center;
}
.va-authorized-section h2, .va-authorized-section p, .financing-section h2, .financing-section p{
    color: white!important;
    text-align: center;
}
.financing-section hr{
    border-top: #fff;
}
.financing-section {
    margin: 0px auto 30px;
    padding: 50px 30px;
    background-image:linear-gradient(rgba(243, 132, 17, .9), rgba(243, 132, 17, .9)), url('https://stopwatchurgentcarecom.kinsta.cloud/wp-content/uploads/2023/08/Coins_Background.png');
    background-size: 100%;
    background-position: center;
}
.va-authorized-section img {
    margin: auto;
    display: block;
    max-width: 250px;
}
.readers-choice-banner {
    background: #aa1229;
    padding: 30px;
    display: flex;
    align-items: center;
    margin: 30px auto;
    justify-content: center;
}
.readers-choice-banner h2{
    color: #fff;
    font-size: 28px!important;
    margin-left: 50px;
    max-width: calc(100% - 200px);
}
@media only screen and (min-width: 768px){
    .readers-choice-banner h2{
        font-size: 36px!important;
    }
}  
.readers-choice-banner img{
    width: 150px;
}
@media only screen and (max-width: 500px){
    .readers-choice-banner h2{
        max-width:100%;
    }
    .readers-choice-banner{
        flex-direction: column;
    }
} 