.location-feed .card--location {
  height: auto;
  max-width: unset;
  top: unset !important;
  flex: 0 0 calc(33.333% - 25px);
}
@media (max-width: 991.98px) {
  .location-feed .card--location {
    flex: 0 0 calc(50% - 25px);
  }
}
@media (max-width: 767.98px) {
  .location-feed .card--location {
    flex: 0 0 auto;
  }
}
.location-feed .card--location:nth-child(odd) {
  background-color: #833177;
}
.location-feed .card--location:nth-child(even) {
  background-color: #13294B;
}
.location-feed .card--location .card-body {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 40px;
}
.location-feed .card--location .card-body h2, .location-feed .card--location .card-body h3, .location-feed .card--location .card-body p {
  letter-spacing: normal;
  margin: 0;
}
.location-feed .card--location .card-body p {
  font-size: 16px;
}
.location-feed .card--location .card-body a {
  color: #ffffff;
  text-decoration: none;
}
.location-feed .card--location .card-body > a {
  font-size: 19px;
  margin-top: auto;
}
.location-feed .swiper {
  position: relative;
}
@media (max-width: 767.98px) {
  .location-feed .swiper {
    margin: 0 -15px;
    padding: 0 30px;
  }
}
.location-feed .swiper-container-initialized .card--location {
  flex: 0 0 auto;
}
.location-feed .swiper--controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .location-feed .swiper--controls {
    top: 230px;
    transform: translateY(0);
  }
}
.location-feed .swiper--controls-prev, .location-feed .swiper--controls-next {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 0;
  border: none;
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (max-width: 767.98px) {
  .location-feed .swiper--controls-prev, .location-feed .swiper--controls-next {
    display: block;
    height: 50px;
    width: 50px;
  }
}
.location-feed .swiper--controls-prev:after, .location-feed .swiper--controls-next:after {
  content: "\f10f";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #F91E26;
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .location-feed .swiper--controls-prev:after, .location-feed .swiper--controls-next:after {
    font-size: 18px;
  }
}
.location-feed .swiper--controls-prev.swiper-button-disabled, .location-feed .swiper--controls-next.swiper-button-disabled {
  opacity: 0;
}
.location-feed .swiper--controls-next {
  right: -30px;
}
@media (max-width: 767.98px) {
  .location-feed .swiper--controls-next {
    right: 0;
  }
}
.location-feed .swiper--controls-prev {
  left: -30px;
}
.location-feed .swiper--controls-prev:after {
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .location-feed .swiper--controls-prev {
    left: 0;
  }
}
.location-feed .swiper--pagination {
  align-items: center;
  justify-content: center;
  display: none;
  gap: 5px;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .location-feed .swiper--pagination {
    display: flex;
  }
}
.location-feed .swiper--pagination button {
  font-size: 18.66px;
  font-weight: 700;
  border-radius: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  padding: 13px 21px;
  align-items: flex-start;
  border: none;
  transition: all 0.33s ease;
  transition-delay: 0;
  background: none;
  border: none;
  display: block;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  line-height: 0;
  background-color: #C4BFB6;
  padding: 0;
}
.location-feed .swiper--pagination button.active {
  display: block;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  line-height: 0;
  background-color: #F91E26;
}
.location-feed--horizontal {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .location-feed--horizontal {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .location-feed--horizontal {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .location-feed--horizontal {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .location-feed--horizontal {
    max-width: 1200px;
  }
}
.location-feed--horizontal-header {
  margin: 0 auto 50px;
  max-width: 75%;
  text-align: center;
}
@media (max-width: 991.98px) {
  .location-feed--horizontal-header {
    max-width: 100%;
  }
}
.location-feed--horizontal-link {
  text-align: center;
}
.location-feed--horizontal-link a {
  font-size: 18.66px;
  font-weight: 700;
  border-radius: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  padding: 13px 21px;
  align-items: flex-start;
  border: none;
  transition: all 0.33s ease;
  transition-delay: 0;
  background: #F91E26;
  color: #ffffff;
  text-decoration: none;
}
.is-tabbing .location-feed--horizontal-link a:focus {
  background: #ffffff;
  color: #F91E26;
}
@media (hover: hover) {
  .location-feed--horizontal-link a:hover {
    background: #ffffff;
    color: #F91E26;
  }
}
.location-feed--horizontal .node--type-location {
  border-bottom: 1px solid #C4BFB6;
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 195px repeat(2, 1fr) auto;
  grid-template-rows: auto;
  margin: 50px 0;
  padding: 0 0 50px;
}
@media (max-width: 991.98px) {
  .location-feed--horizontal .node--type-location {
    grid-gap: 25px 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .location-feed--horizontal .node--type-location {
    grid-template-columns: 100%;
  }
}
.location-feed--horizontal .node--type-location .er-wait-time {
  font-weight: bold;
}
.location-feed--horizontal .node--type-location .er-wait-time .text--label {
  font-weight: normal;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .location-feed--horizontal .node--type-location .er-wait-time .text--label {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .location-feed--horizontal .node--type-location .er-wait-time {
    grid-column: 1/-1;
  }
}
.location-feed--horizontal .node--type-location .er-wait-time .wait-time {
  width: 80%;
  color: #F91E26;
  border: 1px solid #13294B;
  font-size: 20px;
  line-height: 1.25em;
  text-align: center;
  border-radius: 12px;
  padding: 10px 25px 12px;
  margin: 0 auto 5px;
}
@media (max-width: 767.98px) {
  .location-feed--horizontal .node--type-location .er-wait-time .wait-time {
    width: auto;
    font-size: 18px;
    padding: 10px 12px 12px;
    margin: 0;
    display: inline-block;
  }
}
.location-feed--horizontal .node--type-location .location-address {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.location-feed--horizontal .node--type-location .location-address .name {
  font-size: 22px;
  line-height: 29px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  margin-top: var(--global-spacing);
  margin-bottom: var(--global-spacing);
  margin: 0;
}
@media (max-width: 575.98px) {
  .location-feed--horizontal .node--type-location .location-address .name {
    font-size: 20px;
    line-height: 25px;
  }
}
.location-feed--horizontal .node--type-location .location-address a {
  text-decoration: none;
}
.location-feed--horizontal .node--type-location .location-address .detail-page-link a {
  font-size: 18.66px;
  font-weight: 700;
  border-radius: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  padding: 13px 21px;
  align-items: flex-start;
  border: none;
  transition: all 0.33s ease;
  transition-delay: 0;
  background: #F91E26;
  color: #ffffff;
}
.is-tabbing .location-feed--horizontal .node--type-location .location-address .detail-page-link a:focus {
  background: #ffffff;
  color: #F91E26;
}
@media (hover: hover) {
  .location-feed--horizontal .node--type-location .location-address .detail-page-link a:hover {
    background: #ffffff;
    color: #F91E26;
  }
}
.location-feed--horizontal .node--type-location .location-hours h4 {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 18.66px;
  line-height: 27.99px;
  margin-bottom: initial;
  margin: 0;
}
.location-feed--horizontal .node--type-location .location-hours p + h4 {
  margin-top: 25px;
}
.location-feed .container--location-feed {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991.98px) {
  .location-feed .container--location-feed {
    max-width: 100%;
  }
}
.location-feed .container--location-feed .vocabulary-location {
  background-color: #833177;
  border-radius: 12px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px;
}
.location-feed .container--location-feed .vocabulary-location .office-name {
  font-size: 22px;
  line-height: 29px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  margin-top: var(--global-spacing);
  margin-bottom: var(--global-spacing);
  margin: 0;
}
@media (max-width: 575.98px) {
  .location-feed .container--location-feed .vocabulary-location .office-name {
    font-size: 20px;
    line-height: 25px;
  }
}
.location-feed .container--location-feed .vocabulary-location a {
  position: relative;
  color: #13294B;
  font-family: "Lexend", sans-serif;
  font-size: 18.66px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.33s ease;
  transition-delay: 0;
  color: #ffffff;
  text-decoration-color: transparent;
}
.is-tabbing .location-feed .container--location-feed .vocabulary-location a:focus {
  color: #F91E26;
}
@media (hover: hover) {
  .location-feed .container--location-feed .vocabulary-location a:hover {
    color: #F91E26;
  }
}
.location-feed .container--location-feed .vocabulary-location a:hover {
  color: #ffffff;
  text-decoration-color: #ffffff;
}
.location-feed .container--location-feed .vocabulary-location .directions {
  margin-top: 40px;
}
/*# sourceMappingURL=location-feed.css.map */