@font-face {
  font-family: source_sans_problack_italic;
  src: url("../../public_assets/fonts/sourcesanspro-blackitalic-webfont.woff2") format("woff2"), url("../../public_assets/fonts/sourcesanspro-blackitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: source_sans_probold;
  src: url("../../public_assets/fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../../public_assets/fonts/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: source_sans_proitalic;
  src: url("../../public_assets/fonts/sourcesanspro-italic-webfont.woff2") format("woff2"), url("../../public_assets/fonts/sourcesanspro-italic-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: source_sans_proregular;
  src: url("../../public_assets/fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../../public_assets/fonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: oswaldbold;
  src: url("../../public_assets/fonts/oswald-bold-webfont.woff2") format("woff2"), url("../../public_assets/fonts/oswald-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: oswaldregular;
  src: url("../../public_assets/fonts/oswald-v16-latin-regular.woff2") format("woff2"), url("../../public_assets/fonts/oswald-v16-latin-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.button.grey {
  color: #fff;
  border-color: #fff;
}

.button.grey:before {
  background: #5a5a5c;
  width: 98.5%;
}

.button.grey:after {
  background: #fff;
}

.button.grey:hover, .button.grey:focus {
  color: #5a5a5c;
}

.button.secondary {
  color: #fff;
  border: 3px solid #1779aa;
}

.button.secondary:before {
  content: "";
  z-index: -1;
  background: #1779aa;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.button.secondary:after {
  content: "";
  z-index: -2;
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.button.secondary:hover, .button.secondary:active {
  color: #1779aa;
  text-decoration: none;
}

.button.secondary:hover:before, .button.secondary:active:before {
  left: 100%;
}

.button.secondary:hover:visited, .button.secondary:active:visited {
  color: #1779aa;
}

.button.secondary:visited {
  color: #fff;
}

.button.secondary.inverted {
  border: 3px solid #fff;
}

.icon {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}

.icon:before {
  content: "";
  cursor: pointer;
  background-size: 16px;
  border: 0;
  outline: none;
  width: 16px;
  height: 16px;
  padding: 0;
  position: absolute;
  top: 2px;
  left: 0;
}

.icon.icon-apple {
  background: url("../../public_assets/images/icon-podcast-apple-white.svg") center no-repeat;
}

.icon.icon-google {
  background: url("../../public_assets/images/icon-podcast-google-cast-white.svg") center no-repeat;
}

.icon.icon-spotify {
  background: url("../../public_assets/images/icon-podcast-spotify-white.svg") center no-repeat;
}

.icon.icon-pocket-casts {
  background: url("../../public_assets/images/icon-podcast-pocket-casts-white.svg") center no-repeat;
}

.icon.icon-x, .icon.icon-twitter {
  background: url("../../public_assets/images/icon-x-white.svg") center no-repeat;
}

.close-icon {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}

.close-icon:before {
  content: "";
  cursor: pointer;
  background: url("../../public_assets/images/close-icon.svg") center / 16px no-repeat;
  border: 0;
  outline: none;
  width: 16px;
  height: 16px;
  padding: 0;
  position: absolute;
  top: 2px;
  left: 0;
}

.map-icon {
  width: 16px;
  height: 22px;
  display: block;
  position: relative;
  top: -5px;
}

.map-icon:before {
  content: "";
  cursor: pointer;
  background: url("../../public_assets/images/icon-map.svg") center / cover no-repeat;
  border: 0;
  outline: none;
  width: 16px;
  height: 22px;
  padding: 0;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}

.warning-icon {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.warning-icon:before {
  content: "";
  cursor: pointer;
  background: url("../../public_assets/images/icon-warning.svg") center / 32px no-repeat;
  border: 0;
  outline: none;
  width: 32px;
  height: 32px;
  padding: 0;
  position: absolute;
  top: 2px;
  left: 0;
}

.loader {
  box-sizing: border-box;
  background: url("../../public_assets/images/location-spinner.png") 0 0 / cover no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  animation: 1.5s linear infinite rotation;
  display: inline-block;
  position: relative;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (width <= 1100px) {
  .site-header .header-extras {
    right: 30px;
  }
}

@media screen and (width <= 800px) {
  .site-header .header-extras {
    right: 60px;
  }
}

.site-header .header-extras .social {
  flex-wrap: nowrap;
  display: flex;
  position: relative;
  left: -10px;
}

.site-header .header-extras .social li a {
  background-position: 0 0;
  background-size: cover;
}

.site-header .header-extras .social li a.tw {
  background-image: url("../../public_assets/images/social-x.svg");
  background-position: 0 0;
}

.site-header .header-extras .social li a.th {
  background-image: url("../../public_assets/images/social-threads.svg");
  background-position: 0 0;
}

.site-header .header-extras .social li a.ig {
  background-image: url("../../public_assets/images/social-instagram.svg");
  background-position: 0 0;
}

.site-header .header-extras .social li a.bs {
    background-image: url("../../public_assets/images/social-bluesky.svg");
    background-position: 0 0;
}

.site-footer .footer-boxes .box .social {
  flex-wrap: nowrap;
  display: flex;
  position: relative;
  left: -10px;
}

@media screen and (width <= 800px) {
  .site-footer .footer-boxes .box .social {
    margin-left: 10px;
  }
}

.site-footer .footer-boxes .box .social li a {
  background-position: 0 0;
  background-size: cover;
}

.site-footer .footer-boxes .box .social li a.tw {
  background-image: url("../../public_assets/images/social-x.svg");
  background-position: 0 0;
}

.site-footer .footer-boxes .box .social li a.th {
  background-image: url("../../public_assets/images/social-threads.svg");
  background-position: 0 0;
}

.site-footer .footer-boxes .box .social li a.ig {
  background-image: url("../../public_assets/images/social-instagram.svg");
  background-position: 0 0;
}

.site-footer .footer-boxes .box .social li a.bs {
    background-image: url("../../public_assets/images/social-bluesky.svg");
    background-position: 0 0;
}

.team .team-member .team-member__heading {
  flex-direction: column-reverse;
  gap: 2em;
  max-width: 100%;
  margin-bottom: .5em;
  display: flex;
}

@media screen and (width >= 900px) {
  .team .team-member .team-member__heading {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

.team .team-member .team-member__heading--content p {
  color: #1779aa;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.team .team-member .team-member__heading--image {
  width: 100%;
  height: auto;
  max-height: 282px;
  overflow: hidden;
}

@media screen and (width >= 900px) {
  .team .team-member .team-member__heading--image {
    width: 150px;
    height: 150px;
  }
}

.team .team-member .team-member__heading--image img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}

@media screen and (width >= 900px) {
  .team .team-member .team-member__heading--image img {
    object-position: center;
  }
}

.sidebar-social ul li a {
  background-size: cover;
}

.sidebar-social ul li a.fb {
  background-size: auto;
}

.sidebar-social ul li a.tw {
  background-image: url("../../public_assets/images/social-x.svg");
  background-position: 0 0;
}

.sidebar-social ul li a.th {
  background-image: url("../../public_assets/images/social-threads.svg");
  background-position: 0 0;
}

.sidebar-social ul li a.ig {
  background-image: url("../../public_assets/images/social-instagram.svg");
  background-position: 0 0;
}

@media screen and (width >= 900px) {
  .post-type-archive-podcasts .podcast-archive__header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    max-width: 1275px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__image-wrapper {
    width: 282px;
    min-width: 282px;
    height: 282px;
  }

  .post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content ul li {
    height: 24px;
  }

  .post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content .podcast-archive__header--profile-content-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content .podcast-archive__header--profile-content-header {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
  }

  .post-type-archive-podcasts .podcast-archive__header .podcast-archive__sub-header .podcast__social {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1275px;
  }

  .post-type-archive-podcasts .podcast-archive__filter {
    flex-direction: row;
    justify-content: space-between;
    gap: 2em;
  }

  .post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-dropdown form {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 3em;
    padding-right: 3em;
  }

  .post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-dropdown form > div {
    width: 49%;
  }

  .post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-clear {
    justify-content: flex-end;
  }

  .podcast-card {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 2em;
    padding: 3em;
  }

  .podcast-card .podcast-card__content-wrapper {
    width: 80%;
  }

  .podcast-card .podcast-card__eyebrow {
    flex-direction: row;
    justify-content: flex-start;
    gap: 2em;
  }

  .podcast-card .podcast-card__image-wrapper {
    width: 20%;
    min-width: 282px;
    height: 282px;
  }
}

@media screen and (width <= 900px) {
  .podcast-card .podcast-card__image-wrapper img {
    width: 100%;
    height: auto;
  }
}

@media screen and (width <= 1300px) {
  body.single-podcasts .inner-page {
    padding: 0 4rem;
  }
}

@media screen and (width <= 1100px) {
  body.single-podcasts .inner-page {
    padding: 0 1rem;
  }
}

@media screen and (width >= 900px) {
  body.single-podcasts .podcast__credits, body.single-podcasts .podcast__social {
    flex-direction: row;
    justify-content: space-between;
  }

  body.single-podcasts .podcast__hosts .podcast__hosts--card {
    flex-direction: row;
    justify-content: flex-start;
    gap: 1em;
  }
}

@media screen and (width <= 1000px) {
  body.single-podcasts .podcast__upper-footer {
    padding: 64px;
  }
}

@media screen and (width <= 900px) {
  body.single-podcasts .podcast__upper-footer {
    flex-wrap: wrap;
    gap: 0;
  }

  body.single-podcasts .podcast__upper-footer .podcast__upper-footer--content {
    width: 100%;
  }

  body.single-podcasts .podcast__upper-footer .podcast__upper-footer--link-wrapper {
    padding-left: 0;
  }
}

@media screen and (width <= 760px) {
  body.single-podcasts .podcast__pre-header {
    padding: 40px;
  }
}

@media screen and (width <= 600px) {
  body.single-podcasts .podcast__header {
    padding: 48px 25px 24px;
  }
}

@media screen and (width <= 900px) {
  body.single-podcasts .podcast__social .podcast__social--connect .button {
    max-width: 80px;
  }
}

@media screen and (width <= 600px) {
  body.single-podcasts .podcast__transcript, body.single-podcasts .podcast__hosts {
    padding: 48px 25px 24px;
  }
}

.post-type-archive-podcasts .podcast-archive__header {
  color: #fff;
  background-color: #1779aa;
  width: 100%;
  margin-bottom: 2em;
}

@media screen and (width >= 900px) {
  .post-type-archive-podcasts .podcast-archive__header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header {
  flex-direction: column-reverse;
  gap: 1em;
  display: flex;
}

@media screen and (width >= 900px) {
  .post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    max-width: 1275px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__image-wrapper {
  width: auto;
  min-width: 300px;
  height: auto;
  overflow: hidden;
}

@media screen and (width >= 900px) {
  .post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__image-wrapper {
    width: 282px;
    min-width: 282px;
    height: 282px;
  }
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__image-wrapper img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content {
  margin: 1em .5em 2em;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content h1 {
  margin-bottom: 12px;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content h1, .post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content h2 {
  color: #fff;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content ul li {
  height: auto;
}

@media screen and (width >= 900px) {
  .post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content ul li {
    height: 24px;
  }
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content .podcast-archive__header--profile-content-wrapper {
  flex-direction: column;
  align-items: center;
  gap: 1em;
  display: flex;
}

@media screen and (width >= 900px) {
  .post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content .podcast-archive__header--profile-content-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content .podcast-archive__header--profile-content-header {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
  }
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content .podcast-archive__header--profile-content-item p {
  font-size: 14px;
  line-height: normal;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content .podcast-archive__header--profile-name {
  font-weight: 600;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content .podcast-archive__header--profile-title-location {
  font-style: italic;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content .podcast-archive__header--profile-images {
  flex-direction: row;
  gap: 0;
  display: flex;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content .podcast-archive__header--profile-images .podcast-archive__header--profile-image-wrapper:last-child {
  margin-left: -1em;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content .podcast-archive__header--profile-images img {
  object-fit: contain;
  object-position: center;
  border: 1px solid #1779aa;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content .podcast-archive__header--description {
  margin: 1em 0;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content .header--link {
  border: 2px solid #fff;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__main-header .podcast-archive__header--content .header--link:before {
  width: 98.5%;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__sub-header {
  color: #fff;
  background-color: #5a5a5c;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5em .5em 1em;
  display: flex;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__sub-header h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__sub-header .podcast__social {
  flex-direction: column;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

@media screen and (width >= 900px) {
  .post-type-archive-podcasts .podcast-archive__header .podcast-archive__sub-header .podcast__social {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1275px;
  }
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__sub-header ul.podcast__social--link-list {
  flex-flow: wrap;
  gap: 8px;
  margin: 1em 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__sub-header .podcast__social--connect h2 {
  margin-bottom: 1.25em;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__sub-header .podcast__social--link-item a {
  text-align: center;
  place-content: center;
  align-items: center;
  display: flex;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__sub-header .podcast__social--link-item .icon {
  width: 22px;
  height: 20px;
  margin-right: 4px;
  top: -2px;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__sub-header .podcast__social--link-item .icon:before {
  background-size: 20px;
  width: 22px;
  height: 20px;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__sub-header .podcast__social--link-item:hover .icon, .post-type-archive-podcasts .podcast-archive__header .podcast-archive__sub-header .podcast__social--link-item:focus .icon {
  filter: brightness(0) saturate() invert(32%) sepia(5%) saturate(185%) hue-rotate(202deg) brightness(98%) contrast(86%);
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__sub-header .podcast__social--connect .icon {
  display: inline-block;
  top: 4px;
}

.post-type-archive-podcasts .podcast-archive__header .podcast-archive__sub-header .podcast__social--connect:hover .icon, .post-type-archive-podcasts .podcast-archive__header .podcast-archive__sub-header .podcast__social--connect:focus .icon {
  filter: brightness(0) saturate() invert(32%) sepia(5%) saturate(185%) hue-rotate(202deg) brightness(98%) contrast(86%);
}

.post-type-archive-podcasts .podcast-archive__content-wrapper {
  width: 100%;
  max-width: 1275px;
  margin: 0 auto 3em;
}

.post-type-archive-podcasts .podcast-archive__filter {
  color: #fff;
  background-color: #363636;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1em;
  min-height: 66px;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

@media screen and (width >= 900px) {
  .post-type-archive-podcasts .podcast-archive__filter {
    flex-direction: row;
    justify-content: space-between;
    gap: 2em;
  }
}

.post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-dropdown {
  width: 100%;
}

.post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-dropdown form {
  flex-direction: column;
  place-content: center flex-start;
  align-items: center;
  gap: 1em;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

@media screen and (width >= 900px) {
  .post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-dropdown form {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 3em;
    padding-right: 3em;
  }
}

.post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-dropdown form > div {
  width: 100%;
}

@media screen and (width >= 900px) {
  .post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-dropdown form > div {
    width: 49%;
  }
}

.post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-dropdown form .podcast-archive__filter-season-wrapper, .post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-dropdown form .podcast-archive__filter-button-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  gap: 0;
  display: flex;
}

.post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-dropdown .podcast-archive__filter-dropdown--selector {
  width: 100%;
}

.post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-dropdown .podcast-archive__filter-dropdown--selector .selectize-dropdown .option:first-child {
  padding: 1rem 0 .5rem 1rem;
  font-size: 1.1em;
  font-weight: bold;
}

.post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-dropdown .podcast-archive__filter-dropdown--selector .selectize-dropdown .active {
  padding-left: 1em;
  font-weight: bold;
}

.post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-label {
  align-self: center;
  min-width: 100px;
  padding-top: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.post-type-archive-podcasts .podcast-archive__filter select > .filter-placeholder {
  display: none;
}

.post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-clear {
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-clear:before {
  background: #363636;
}

@media screen and (width >= 900px) {
  .post-type-archive-podcasts .podcast-archive__filter .podcast-archive__filter-clear {
    justify-content: flex-end;
  }
}

.post-type-archive-podcasts .podcast-archive__content ul.podcast-archive__post-list {
  flex-direction: column;
  gap: 2em;
  margin: 0 0 2em;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.post-type-archive-podcasts .podcast-archive__load-more-wrapper {
  justify-content: center;
  margin-bottom: 2em;
  display: none;
}

.post-type-archive-podcasts .podcast-archive__loader-wrapper .spinner.loader {
  background: url("../../public_assets/images/location-spinner_transparent.png") 0 0 / 104px 104px no-repeat;
  width: 104px;
  height: 104px;
  margin: 0 auto;
  display: none;
  position: relative;
}

.post-type-archive-podcasts .podcast-archive__loader-wrapper .spinner.loader.loading {
  display: block;
}

.podcast-card {
  background-color: #fff;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1em;
  width: 100%;
  padding: .5em;
  display: flex;
  position: relative;
}

@media screen and (width >= 900px) {
  .podcast-card {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 2em;
    padding: 3em;
  }
}

.podcast-card:after {
  content: "";
  background-color: #0000;
  width: 0;
  height: 0;
  transition: width .5s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
}

.podcast-card:hover:after {
  background-color: #1779aa;
  width: 100%;
  height: 8px;
}

.podcast-card h1 a {
  color: #000;
  text-decoration: underline;
}

.podcast-card h1 a:hover, .podcast-card h1 a:focus {
  color: #ef574b;
  text-decoration: none;
}

.podcast-card .podcast-card__content-wrapper {
  width: 100%;
}

@media screen and (width >= 900px) {
  .podcast-card .podcast-card__content-wrapper {
    width: 80%;
  }
}

.podcast-card .podcast-card__content-wrapper .podcast-card__header-wrapper {
  flex-direction: column-reverse;
  width: 100%;
  display: flex;
}

.podcast-card .podcast-card__title {
  font-size: clamp(1.2em, 24px, 2.5rem);
}

.podcast-card .podcast-card__eyebrow {
  flex-direction: column;
  margin-bottom: 1em;
  font-size: 15px;
  display: flex;
}

@media screen and (width >= 900px) {
  .podcast-card .podcast-card__eyebrow {
    flex-direction: row;
    justify-content: flex-start;
    gap: 2em;
  }
}

.podcast-card .podcast-card__excerpt {
  margin-bottom: 1.2em;
}

.podcast-card .podcast-card__image-wrapper {
  width: 100%;
  min-width: 258px;
  height: auto;
  overflow: hidden;
}

@media screen and (width >= 900px) {
  .podcast-card .podcast-card__image-wrapper {
    width: 20%;
    min-width: 282px;
    height: 282px;
  }
}

.podcast-card .podcast-card__image-wrapper img {
  object-fit: cover;
  object-position: center;
  width: 258px;
  height: 258px;
}

@media screen and (width <= 900px) {
  .podcast-card .podcast-card__image-wrapper img {
    width: 100%;
    height: auto;
  }
}

body.single-podcasts .inner-page {
  margin: 5em auto 4em;
  padding: 0 10rem;
}

@media screen and (width <= 1300px) {
  body.single-podcasts .inner-page {
    padding: 0 4rem;
  }
}

@media screen and (width <= 1100px) {
  body.single-podcasts .inner-page {
    padding: 0 1rem;
  }
}

body.single-podcasts .inner-page header {
  padding: 0;
}

body.single-podcasts .podcast__credits, body.single-podcasts .podcast__social {
  flex-direction: column;
  width: 100%;
  display: flex;
}

@media screen and (width >= 900px) {
  body.single-podcasts .podcast__credits, body.single-podcasts .podcast__social {
    flex-direction: row;
    justify-content: space-between;
  }
}

body.single-podcasts ul.podcast__social--link-list {
  flex-flow: wrap;
  gap: 8px;
  list-style-type: none;
  display: flex;
}

body.single-podcasts .podcast__hosts {
  width: 100%;
  display: flex;
}

body.single-podcasts .podcast__hosts .podcast__hosts--card {
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
}

@media screen and (width >= 900px) {
  body.single-podcasts .podcast__hosts .podcast__hosts--card {
    flex-direction: row;
    justify-content: flex-start;
    gap: 1em;
  }
}

body.single-podcasts .podcast__upper-footer {
  color: #fff;
  background-color: #1779aa;
  flex-direction: row;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
  padding: 64px 128px;
  display: flex;
}

@media screen and (width <= 1000px) {
  body.single-podcasts .podcast__upper-footer {
    padding: 64px;
  }
}

@media screen and (width <= 900px) {
  body.single-podcasts .podcast__upper-footer {
    flex-wrap: wrap;
    gap: 0;
  }
}

body.single-podcasts .podcast__upper-footer h2 {
  color: #fff;
}

body.single-podcasts .podcast__upper-footer .podcast__upper-footer--content {
  flex-grow: 2;
}

@media screen and (width <= 900px) {
  body.single-podcasts .podcast__upper-footer .podcast__upper-footer--content {
    width: 100%;
  }
}

body.single-podcasts .podcast__upper-footer .podcast__upper-footer--content h2 {
  margin-bottom: 16px;
  font-family: source_sans_probold, Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  display: block;
}

body.single-podcasts .podcast__upper-footer .podcast__upper-footer--content p {
  font-size: 20px;
  line-height: 28px;
}

body.single-podcasts .podcast__upper-footer .podcast__upper-footer--link-wrapper {
  flex-grow: 1;
  padding: 2em;
}

body.single-podcasts .podcast__upper-footer .podcast__upper-footer--link-wrapper .upper-footer--link {
  color: #fff;
  border: 3px solid #fff;
  min-width: 170px;
  margin-top: 1rem;
  margin-right: 0;
  padding: .6em 2em .4em;
  font-size: 1.06066em;
  display: inline-block;
}

body.single-podcasts .podcast__upper-footer .podcast__upper-footer--link-wrapper .upper-footer--link:before {
  background: #1779aa;
}

body.single-podcasts .podcast__upper-footer .podcast__upper-footer--link-wrapper .upper-footer--link:after {
  background: #fff;
}

body.single-podcasts .podcast__upper-footer .podcast__upper-footer--link-wrapper .upper-footer--link:hover {
  color: #1779aa;
}

@media screen and (width <= 900px) {
  body.single-podcasts .podcast__upper-footer .podcast__upper-footer--link-wrapper {
    padding-left: 0;
  }
}

body.single-podcasts .podcast__pre-header {
  color: #fff;
  background-color: #1779aa;
  padding: 40px 160px;
  font-family: source_sans_probold, Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

@media screen and (width <= 760px) {
  body.single-podcasts .podcast__pre-header {
    padding: 40px;
  }
}

body.single-podcasts .podcast__header {
  background-color: #fff;
  margin-bottom: 32px;
  padding: 48px 64px 24px;
  box-shadow: 4px 4px 4px #cacbcd;
}

@media screen and (width <= 600px) {
  body.single-podcasts .podcast__header {
    padding: 48px 25px 24px;
  }
}

body.single-podcasts .podcast__header h1 {
  color: #5a5a5c;
  font-size: 28px;
  line-height: 35px;
}

body.single-podcasts .podcast__credits {
  margin: 20px 0;
}

body.single-podcasts .podcast__credits .podcast__credits--hosts, body.single-podcasts .podcast__credits .podcast__credits--release-date {
  color: #5a5a5c;
  font-size: 16px;
  line-height: 17px;
}

body.single-podcasts .podcast__social {
  margin-bottom: 40px;
}

body.single-podcasts .podcast__social h2 {
  text-transform: uppercase;
  font-family: source_sans_probold, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

body.single-podcasts .podcast__social .podcast__social--subscribe .podcast__social--link-list {
  margin-top: 10px;
  padding: 0;
}

body.single-podcasts .podcast__social .podcast__social--subscribe .podcast__social--link-list .podcast__social--link-item i {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

body.single-podcasts .podcast__social .podcast__social--subscribe .podcast__social--link-list .podcast__social--link-item .podcast__social--apple i {
  background: url("../../public_assets/images/icon-podcast-apple.svg") center no-repeat;
  top: 2px;
  left: -4px;
}

body.single-podcasts .podcast__social .podcast__social--subscribe .podcast__social--link-list .podcast__social--link-item .podcast__social--spotify i {
  background: url("../../public_assets/images/icon-podcast-spotify.svg") center no-repeat;
  top: 2px;
  left: -4px;
}

body.single-podcasts .podcast__social .podcast__social--subscribe .podcast__social--link-list .podcast__social--link-item .podcast__social--google i {
  background: url("../../public_assets/images/icon-podcast-google.svg") center no-repeat;
  top: 2px;
  left: -4px;
}

body.single-podcasts .podcast__social .podcast__social--subscribe .podcast__social--link-list .podcast__social--link-item .podcast__social--pocket-casts i {
  background: url("../../public_assets/images/icon-podcast-pocket-casts.svg") center no-repeat;
  top: 2px;
  left: -4px;
}

body.single-podcasts .podcast__social .podcast__social--subscribe .podcast__social--link-list .podcast__social--link-item .button {
  flex-wrap: nowrap;
  font-family: source_sans_probold, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

body.single-podcasts .podcast__social .podcast__social--subscribe .podcast__social--link-list .podcast__social--link-item .podcast__social--apple:hover i {
  background: url("../../public_assets/images/icon-podcast-apple-white.svg") center no-repeat;
}

body.single-podcasts .podcast__social .podcast__social--subscribe .podcast__social--link-list .podcast__social--link-item .podcast__social--spotify:hover i {
  background: url("../../public_assets/images/icon-podcast-spotify-white.svg") center no-repeat;
}

body.single-podcasts .podcast__social .podcast__social--subscribe .podcast__social--link-list .podcast__social--link-item .podcast__social--google:hover i {
  background: url("../../public_assets/images/icon-podcast-google-white.svg") center no-repeat;
}

body.single-podcasts .podcast__social .podcast__social--subscribe .podcast__social--link-list .podcast__social--link-item .podcast__social--pocket-casts:hover i {
  background: url("../../public_assets/images/icon-podcast-pocket-casts-white.svg") center no-repeat;
}

body.single-podcasts .podcast__social .podcast__social--connect .button {
  flex-wrap: nowrap;
  margin-top: 10px;
  margin-right: 0;
  padding: .6em 1.8em;
  display: flex;
}

@media screen and (width <= 900px) {
  body.single-podcasts .podcast__social .podcast__social--connect .button {
    max-width: 80px;
  }
}

body.single-podcasts .podcast__social .podcast__social--connect .button .icon-twitter {
  background-image: url("../../public_assets/images/icon-podcast-x.svg");
}

body.single-podcasts .podcast__social .podcast__social--connect .button:hover .icon-twitter {
  background: url("../../public_assets/images/icon-x-white.svg") center no-repeat;
}

body.single-podcasts .podcast__transcript {
  background-color: #fff;
  margin-bottom: 32px;
  padding: 48px 64px 54px;
  box-shadow: 4px 4px 4px #cacbcd;
}

@media screen and (width <= 600px) {
  body.single-podcasts .podcast__transcript {
    padding: 48px 25px 24px;
  }
}

body.single-podcasts .podcast__transcript p {
  font-size: 20px;
  line-height: 28px;
}

body.single-podcasts .podcast__transcript p.wp-caption-text {
  font-size: 14px;
  line-height: 18px;
}

body.single-podcasts .podcast__transcript .podcast__transcript--wrapper {
  max-height: 800px;
  overflow: hidden;
}

body.single-podcasts .podcast__transcript .podcast__transcript--more {
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 45px;
  display: none;
}

body.single-podcasts .podcast__transcript .podcast__transcript--more .button {
  padding: 12px 40px 8px;
  font-family: source_sans_probold, Helvetica, Arial, sans-serif;
  font-size: 18px;
}

body.single-podcasts .podcast__hosts {
  background-color: #fff;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding: 48px 64px 54px;
  box-shadow: 4px 4px 4px #cacbcd;
}

@media screen and (width <= 600px) {
  body.single-podcasts .podcast__hosts {
    padding: 48px 25px 24px;
  }
}

body.single-podcasts .podcast__hosts p {
  font-size: 20px;
  line-height: 28px;
}

body.single-podcasts .podcast__hosts .podcast__hosts--card {
  flex-basis: 100%;
  gap: 24px;
  width: 100%;
  padding-bottom: 0;
}

body.single-podcasts .podcast__hosts .podcast__hosts--card .podcast__hosts--image {
  min-width: 120px;
}

body.single-podcasts .podcast__hosts .podcast__hosts--card .podcast__hosts--image img {
  object-fit: cover;
  width: 120px;
  height: 160px;
}

body.single-podcasts .podcast__hosts .podcast__hosts--card .podcast__hosts--content-wrapper {
  padding-top: 5px;
}

body.single-podcasts .podcast__hosts .podcast__hosts--card .podcast__hosts--content-wrapper h3 {
  font-family: source_sans_probold, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.elections-key {
  flex-direction: column-reverse;
  display: flex;
}

.elections-key .municipal {
  width: 9em;
}

.elections-key .calendar-download-container {
  float: unset;
  margin-right: 0;
}

@media screen and (width <= 900px) {
  .elections-key .calendar-download-container {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
  }
}

.elections-key .calendar-download-container .cd-popup {
  background-color: #ef574b;
  border: none;
  width: calc(100% + 6px);
  padding: 1em;
  left: -3px;
}

.elections-key .calendar-download-container .cd-popup .calendar-download-option {
  color: #fff;
  background-color: #0000;
  padding: .75em;
  font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
  position: relative;
}

.elections-key .calendar-download-container .cd-popup .calendar-download-option:nth-child(2n) {
  color: #fff;
  background-color: #0000;
}

.elections-key .calendar-download-container .cd-popup .calendar-download-option:before {
  content: "";
  background-color: #fff;
  width: 90%;
  height: 0;
  margin: 0;
  padding: 0;
  transition: width .5s ease-in-out;
  display: block;
  position: absolute;
  bottom: -1px;
  right: calc(10% - 32px);
}

.elections-key .calendar-download-container .cd-popup .calendar-download-option:after {
  content: "";
  background-color: #fff;
  width: 90%;
  height: 2px;
  margin: 0;
  padding: 0;
  transition: all .5s ease-in-out;
  display: block;
  position: absolute;
  bottom: -1px;
  right: calc(10% - 32px);
}

.elections-key .calendar-download-container .cd-popup .calendar-download-option:hover, .elections-key .calendar-download-container .cd-popup .calendar-download-option:focus {
  color: #ef574b;
  background-color: #fff;
}

.elections-key .calendar-download-container .cd-popup .calendar-download-option:hover:before, .elections-key .calendar-download-container .cd-popup .calendar-download-option:focus:before {
  width: 100%;
  height: 2px;
  top: -2px;
  right: 0;
}

.elections-key .calendar-download-container .cd-popup .calendar-download-option:hover:after, .elections-key .calendar-download-container .cd-popup .calendar-download-option:focus:after {
  width: 100%;
  right: 0;
}

.elections-key .calendar-download {
  border: 1px solid #ef574b;
  padding: .75em 3em;
  font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
}

@media only screen and (width <= 900px) {
  .elections-key .calendar-download {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: .75em 3em .75em 2em;
  }

  .elections-key .calendar-download:before {
    top: unset;
    left: unset;
  }
}

@media only screen and (width >= 900px) {
  .elections-key {
    flex-direction: row;
    justify-content: space-between;
    margin: 2em 0;
    padding-top: 0;
    display: flex;
  }

  .elections-key .calendar-download-container .cd-popup .calendar-download-option:after {
    right: calc(10% - 16px);
  }

  .elections-key .calendar-download {
    float: unset;
    border: 3px solid #ef574b;
    margin-right: 0;
    position: relative;
  }

  .elections-key .calendar-download:before {
    top: unset;
    left: 1em;
  }

  .elections-key .calendar-download:after {
    content: "";
    border-bottom: 2px solid #ef574b;
    border-right: 2px solid #ef574b;
    width: .65em;
    height: .65em;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 16px;
    transform: rotate(45deg);
  }
}

.elections-tabs {
  position: relative;
}

.elections-tabs .filter-by-state-container {
  align-items: center;
  min-height: 35px;
  margin-bottom: 1em;
  display: flex;
  position: absolute;
  right: 1%;
}

@media screen and (width <= 900px) {
  .elections-tabs .filter-by-state-container {
    display: none;
  }
}

.elections-tabs .filter-by-state-container form {
  gap: 1em;
  display: flex;
}

.elections-tabs .filter-by-state-container .state-search-input {
  border-bottom: 1px solid #5a5a5c;
  gap: 1em;
  display: flex;
}

.elections-tabs .filter-by-state-container label {
  font-family: source_sans_probold, Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.elections-tabs .filter-by-state-container input {
  background: none;
  border: none;
  font-size: 18px;
}

.elections-tabs .filter-by-state-container .search-icon {
  width: 16px;
  height: 16px;
  position: relative;
}

.elections-tabs .filter-by-state-container .search-icon:before {
  content: "";
  cursor: text;
  background: url("../../public_assets/images/search.svg") center / 16px no-repeat;
  border: 0;
  outline: none;
  width: 16px;
  height: 16px;
  padding: 0;
  position: absolute;
  top: 2px;
  left: 0;
}

.elections-tabs .tabs {
  background: none;
  flex-direction: row;
  place-content: center flex-start;
  align-items: center;
  gap: 0;
  padding: 0;
  display: flex;
}

.elections-tabs .tabs li.tab {
  float: none;
  color: #fff;
  background-color: #1779aa;
  margin-left: 0;
}

.elections-tabs .tabs li.tab.active {
  background-color: #5a5a5c;
}

.elections .election-list .state-icon {
  width: 20%;
  min-width: 5px;
  min-height: 5px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.elections .election-list .state-icon:before {
  content: "";
  background: url("../../public_assets/images/state-icons/general.svg") 0 0 / cover;
  width: 85%;
  max-width: 60px;
  height: 5rem;
  display: block;
  position: absolute;
  bottom: calc(5% - 36px);
  right: 25%;
}

@media screen and (width <= 900px) {
  .elections .election-list .state-icon {
    padding-top: 2em;
  }

  .elections .election-list .state-icon:before {
    max-height: 44px;
    top: -5em;
    right: -5%;
  }
}

.elections .election-list ul li {
  flex-direction: column;
  min-height: 385px;
  display: flex;
}

@media screen and (width <= 900px) {
  .elections .election-list ul li {
    padding-top: 3em;
  }

  .elections .election-list ul li .colmatch:after, .elections .election-list ul li .colmatch:before {
    width: 0;
  }
}

@media screen and (width >= 900px) {
  .elections .election-list ul li {
    flex-direction: row;
    min-height: 120px;
  }
}

.elections .election-list ul li .column-pres, .elections .election-list ul li .column-standard, .elections .election-list ul li .column-wide, .elections .election-list ul li .column-end {
  flex-direction: column;
  place-content: center;
  display: flex;
}

@media screen and (width >= 900px) {
  .elections .election-list ul li .column-pres, .elections .election-list ul li .column-standard, .elections .election-list ul li .column-wide, .elections .election-list ul li .column-end {
    float: none;
    place-content: flex-start;
  }
}

@media screen and (width >= 1400px) {
  .elections .election-list ul li .column-pres, .elections .election-list ul li .column-standard, .elections .election-list ul li .column-wide, .elections .election-list ul li .column-end {
    padding-top: 24px;
  }
}

.elections .election-list ul li .column-pres div, .elections .election-list ul li .column-standard div, .elections .election-list ul li .column-wide div, .elections .election-list ul li .column-end div {
  font-family: source_sans_probold, Helvetica, Arial, sans-serif;
}

@media screen and (width >= 900px) {
  .elections .election-list ul li .column-pres .dot, .elections .election-list ul li .column-standard .dot, .elections .election-list ul li .column-wide .dot, .elections .election-list ul li .column-end .dot {
    max-width: 100%;
  }

  .elections .election-list ul li .column-pres .dot:after, .elections .election-list ul li .column-standard .dot:after, .elections .election-list ul li .column-wide .dot:after, .elections .election-list ul li .column-end .dot:after {
    top: -24px;
    right: 5%;
  }
}

@media screen and (width >= 1400px) {
  .elections .election-list ul li .column-pres .dot, .elections .election-list ul li .column-standard .dot, .elections .election-list ul li .column-wide .dot, .elections .election-list ul li .column-end .dot {
    max-width: 100%;
  }

  .elections .election-list ul li .column-pres .dot:after, .elections .election-list ul li .column-standard .dot:after, .elections .election-list ul li .column-wide .dot:after, .elections .election-list ul li .column-end .dot:after {
    top: 2px;
    right: 25%;
  }
}

.elections .election-list ul li a.election-calendar_link {
  color: #1779aa;
  position: relative;
}

.elections .election-list ul li a.election-calendar_link[target="_blank"] .election-calendar_link--text {
  text-align: center;
  display: inline-block;
  position: relative;
}

.elections .election-list ul li a.election-calendar_link[target="_blank"] .election-calendar_link--text:after {
  content: "";
  background: url("../../public_assets/images/icon-external-link.svg") center / contain no-repeat;
  width: .75em;
  height: .75em;
  padding-left: 2em;
  display: inline-block;
  position: absolute;
  top: 15px;
}

@media screen and (width >= 900px) {
  .elections .election-list ul li a.election-calendar_link[target="_blank"] .election-calendar_link--text {
    text-align: left;
    max-width: 75%;
    line-height: 22px;
  }

  .elections .election-list ul li a.election-calendar_link[target="_blank"] .election-calendar_link--text:after {
    padding-left: 0;
    top: 16px;
    right: 10%;
  }
}

@media screen and (width >= 950px) {
  .elections .election-list ul li a.election-calendar_link[target="_blank"] .election-calendar_link--text {
    text-align: left;
    max-width: 75%;
  }

  .elections .election-list ul li a.election-calendar_link[target="_blank"] .election-calendar_link--text:after {
    padding-left: 0;
    top: 4px;
    right: calc(-10% - 6px);
  }
}

@media screen and (width >= 1400px) {
  .elections .election-list ul li a.election-calendar_link[target="_blank"] .election-calendar_link--text {
    text-align: left;
    max-width: 75%;
  }

  .elections .election-list ul li a.election-calendar_link[target="_blank"] .election-calendar_link--text:after {
    padding-left: 0;
    top: calc(5% + 4px);
    right: calc(-4% - 10px);
  }
}

@media screen and (width >= 1500px) {
  .elections .election-list ul li a.election-calendar_link[target="_blank"] .election-calendar_link--text {
    max-width: 100%;
  }

  .elections .election-list ul li a.election-calendar_link[target="_blank"] .election-calendar_link--text:after {
    top: 4px;
    right: calc(-6% - 10px);
  }
}

.elections .election-list ul li a.election-calendar_link[href$=".pdf"] .election-calendar_link--text:after {
  background: url("../../public_assets/images/download.svg") center / contain no-repeat;
  width: 1.25em;
  height: 1.25em;
  top: 12px;
}

@media screen and (width >= 900px) {
  .elections .election-list ul li a.election-calendar_link[href$=".pdf"] .election-calendar_link--text:after {
    top: 14px;
  }
}

@media screen and (width >= 950px) {
  .elections .election-list ul li a.election-calendar_link[href$=".pdf"] .election-calendar_link--text:after {
    top: 4px;
  }
}

@media screen and (width <= 900px) {
  .elections .election-list ul li a.election-calendar_link {
    flex-direction: row-reverse;
    display: flex;
  }

  .elections .election-list ul li a.election-calendar_link .election-calendar_link--text {
    border: 2px solid #1779aa;
    width: 100%;
    padding: .5em 0;
  }

  .elections .election-list ul li a.election-calendar_link .election-calendar_link--text:hover, .elections .election-list ul li a.election-calendar_link .election-calendar_link--text:focus {
    border-color: #fff;
    text-decoration: underline;
  }
}

.elections .election-list ul li .column-end.--large .mobile-label {
  color: #1779aa;
}

.elections .election-list ul li .column-end.--large .election-other.--large {
  cursor: pointer;
  position: relative;
}

.elections .election-list ul li .column-end.--large .election-other.--large .election-other__content {
  text-overflow: clip;
  width: 100%;
  height: 18px;
  overflow: hidden;
}

@media screen and (width >= 900px) {
  .elections .election-list ul li .column-end.--large .election-other.--large .election-other__content {
    height: 36px;
    padding-right: 3em;
    position: relative;
  }
}

.elections .election-list ul li .column-end.--large .election-other.--large .election-other__content .election-other__trigger:after {
  content: "";
  cursor: pointer;
  color: #0d3d55;
  outline-offset: 6px;
  background: url("../../public_assets/images/icon-plus.svg") center / contain no-repeat;
  border-radius: 50%;
  outline: 2px solid #1779aa;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
}

.elections .election-list ul li .column-end.--large.js-expanded .election-other.--large > .election-other__content {
  text-overflow: unset;
  height: 100%;
  overflow: visible;
}

.elections .election-list ul li .column-end.--large.js-expanded .election-other.--large > .election-other__trigger:after {
  color: #fff;
  background: url("../../public_assets/images/icon-minus.svg") center / contain no-repeat;
  outline: 2px solid #fff;
}

.elections .election-list ul li:hover, .elections .election-list ul li:focus {
  color: #fff;
  background-color: #1779aa;
}

.elections .election-list ul li:hover a.election-calendar_link, .elections .election-list ul li:focus a.election-calendar_link {
  color: #fff;
  position: relative;
}

.elections .election-list ul li:hover .column-end.--large .mobile-label, .elections .election-list ul li:focus .column-end.--large .mobile-label, .elections .election-list ul li:hover .column-end.--large .election-other.--large, .elections .election-list ul li:focus .column-end.--large .election-other.--large {
  color: #fff;
}

.elections .election-list ul li:hover .column-end.--large .election-other.--large .election-other__trigger:after, .elections .election-list ul li:focus .column-end.--large .election-other.--large .election-other__trigger:after {
  color: #fff;
  background: url("../../public_assets/images/icon-plus-white.svg") center / contain no-repeat;
  outline: 2px solid #fff;
}

.elections .election-list ul li:hover span.election-calendar_link--text, .elections .election-list ul li:focus span.election-calendar_link--text {
  text-decoration: underline;
}

.elections .election-list ul li:hover span.election-calendar_link--text:after, .elections .election-list ul li:focus span.election-calendar_link--text:after {
  content: "";
  filter: invert() sepia() saturate(0%) hue-rotate(196deg) brightness(108%) contrast(101%);
}

.elections .election-list ul li:hover .state-icon:before, .elections .election-list ul li:focus .state-icon:before {
  filter: invert() sepia() saturate(0%) hue-rotate(196deg) brightness(108%) contrast(101%);
}

@media screen and (width >= 900px) {
  .elections .election-list ul.presidential .column-wide {
    float: none;
    width: 22%;
  }

  .elections .election-list ul.presidential .column-pres {
    width: 18%;
  }
}

.elections .election-list .election-state {
  font-family: source_sans_probold, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  line-height: 24px;
}

@media screen and (width <= 900px) {
  .elections .election-list .election-state {
    margin-bottom: 1em;
  }
}

@media screen and (width >= 900px) and (width <= 1400px) {
  .elections .election-list .election-state {
    max-width: 80%;
  }
}

.elections .election-list .mobile-label {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: normal;
  display: inline;
}

@media screen and (width >= 900px) {
  .elections .election-list .mobile-label {
    display: block;
  }
}

.elections .election-list .election-date {
  font-weight: strong;
}

.elections .election-list .filters .filter span {
  width: 100%;
  padding-left: .5em;
  display: block;
  position: relative;
}

.elections .election-list .filters .filter span:after {
  background: url("../../public_assets/images/icon-filter-up-down.svg") center / contain no-repeat;
  border-bottom: none;
  border-right: none;
  width: .75rem;
  height: .75rem;
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 5%;
  transform: none;
}

.elections .election-list .filters .filter span.up:after {
  top: calc(50% - 8px);
  transform: none;
}

.elections .election-list .filters .filter.active-filter span:after {
  background: url("../../public_assets/images/icon-sort-down-alt.svg") center no-repeat;
  width: 1.5em;
  height: 1.5em;
  top: calc(50% - 12px);
}

.elections .election-list .filters .filter.active-filter span.up:after {
  background: url("../../public_assets/images/icon-sort-up-alt.svg") center no-repeat;
}

@media screen and (width >= 900px) {
  .elections .election-list .filters.presidential {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .elections .election-list .filters.presidential .filter.state {
    width: 20%;
  }

  .elections .election-list .filters.presidential .filter.pres {
    width: 17%;
  }

  .elections .election-list .filters.presidential .filter.middle, .elections .election-list .filters.presidential .filter.last {
    width: 16%;
  }

  .elections .election-list .filters.presidential .filter.middle span, .elections .election-list .filters.presidential .filter.last span {
    max-width: 90%;
  }
}

.back-to-top {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #007bff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 2px 5px #0000004d;
}

.back-to-top:after {
  content: " ";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.elections .state-icon.icon-AL:before {
  background: url("../../public_assets/images/state-icons-no-background/AL.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-AK:before {
  background: url("../../public_assets/images/state-icons-no-background/AK.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-AZ:before {
  background: url("../../public_assets/images/state-icons-no-background/AZ.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-AR:before {
  background: url("../../public_assets/images/state-icons-no-background/AR.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-CA:before {
  background: url("../../public_assets/images/state-icons-no-background/CA.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-CO:before {
  background: url("../../public_assets/images/state-icons-no-background/CO.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-CT:before {
  background: url("../../public_assets/images/state-icons-no-background/CT.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-DE:before {
  background: url("../../public_assets/images/state-icons-no-background/DE.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-DC:before {
  background: url("../../public_assets/images/state-icons-no-background/DC.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-FL:before {
  background: url("../../public_assets/images/state-icons-no-background/FL.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-GA:before {
  background: url("../../public_assets/images/state-icons-no-background/GA.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-GU:before {
  background: url("../../public_assets/images/state-icons-no-background/GU.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-HI:before {
  background: url("../../public_assets/images/state-icons-no-background/HI.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-ID:before {
  background: url("../../public_assets/images/state-icons-no-background/ID.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-IL:before {
  background: url("../../public_assets/images/state-icons-no-background/IL.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-IN:before {
  background: url("../../public_assets/images/state-icons-no-background/IN.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-IA:before {
  background: url("../../public_assets/images/state-icons-no-background/IA.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-KS:before {
  background: url("../../public_assets/images/state-icons-no-background/KS.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-KY:before {
  background: url("../../public_assets/images/state-icons-no-background/KY.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-LA:before {
  background: url("../../public_assets/images/state-icons-no-background/LA.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-ME:before {
  background: url("../../public_assets/images/state-icons-no-background/ME.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-MD:before {
  background: url("../../public_assets/images/state-icons-no-background/MD.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-MA:before {
  background: url("../../public_assets/images/state-icons-no-background/MA.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-MI:before {
  background: url("../../public_assets/images/state-icons-no-background/MI.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-MN:before {
  background: url("../../public_assets/images/state-icons-no-background/MN.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-MS:before {
  background: url("../../public_assets/images/state-icons-no-background/MS.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-MO:before {
  background: url("../../public_assets/images/state-icons-no-background/MO.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-MT:before {
  background: url("../../public_assets/images/state-icons-no-background/MT.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-NE:before {
  background: url("../../public_assets/images/state-icons-no-background/NE.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-NV:before {
  background: url("../../public_assets/images/state-icons-no-background/NV.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-NH:before {
  background: url("../../public_assets/images/state-icons-no-background/NH.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-NJ:before {
  background: url("../../public_assets/images/state-icons-no-background/NJ.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-NM:before {
  background: url("../../public_assets/images/state-icons-no-background/NM.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-NY:before {
  background: url("../../public_assets/images/state-icons-no-background/NY.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-NC:before {
  background: url("../../public_assets/images/state-icons-no-background/NC.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-ND:before {
  background: url("../../public_assets/images/state-icons-no-background/ND.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-OH:before {
  background: url("../../public_assets/images/state-icons-no-background/OH.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-OK:before {
  background: url("../../public_assets/images/state-icons-no-background/OK.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-OR:before {
  background: url("../../public_assets/images/state-icons-no-background/OR.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-PA:before {
  background: url("../../public_assets/images/state-icons-no-background/PA.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-PR:before {
  background: url("../../public_assets/images/state-icons-no-background/PR.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-RI:before {
  background: url("../../public_assets/images/state-icons-no-background/RI.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-SC:before {
  background: url("../../public_assets/images/state-icons-no-background/SC.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-SD:before {
  background: url("../../public_assets/images/state-icons-no-background/SD.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-TN:before {
  background: url("../../public_assets/images/state-icons-no-background/TN.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-TX:before {
  background: url("../../public_assets/images/state-icons-no-background/TX.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-UT:before {
  background: url("../../public_assets/images/state-icons-no-background/UT.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-VI:before {
  background: url("../../public_assets/images/state-icons-no-background/VI.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-USVI:before {
  background: url("../../public_assets/images/state-icons-no-background/USVI.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-VT:before {
  background: url("../../public_assets/images/state-icons-no-background/VT.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-VA:before {
  background: url("../../public_assets/images/state-icons-no-background/VA.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-WA:before {
  background: url("../../public_assets/images/state-icons-no-background/WA.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-WV:before {
  background: url("../../public_assets/images/state-icons-no-background/WV.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-WI:before {
  background: url("../../public_assets/images/state-icons-no-background/WI.svg") 0 0 / contain no-repeat;
}

.elections .state-icon.icon-WY:before {
  background: url("../../public_assets/images/state-icons-no-background/WY.svg") 0 0 / contain no-repeat;
}

.main-modal-container, .modal-window, .modal-container {
  transition: all .5s;
}

.main-modal-container .modal-container {
  opacity: 0;
  visibility: hidden;
  background: #00000080;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
}

.main-modal-container .modal-window {
  color: #000;
  background: #fff;
  border-radius: 12px;
  width: 800px;
  max-width: 100%;
  height: auto;
  min-height: 475px;
  padding: 48px 40px;
  position: fixed;
  top: 50%;
  right: -300px;
  translate: 50% -50%;
}

.main-modal-container .modal-item.open-modal .modal-container {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.main-modal-container .modal-item.open-modal .card-container {
  animation: 1s both card-container-in;
}

.main-modal-container .modal-item.open-modal > .main-container {
  scale: .75;
}

.main-modal-container .modal-item.open-modal .modal-window {
  animation: 1s both modal-window-in;
}

@keyframes modal-window-in {
  0%, 50% {
    border-radius: 50%;
    width: 118px;
  }

  55%, 100% {
    right: 50%;
  }

  60% {
    border-radius: 12px;
    width: 300px;
  }

  75% {
    translate: 50% -50%;
  }
}

@keyframes card-container-in {
  0%, 75% {
    opacity: 0;
  }

  85%, 100% {
    opacity: 1;
  }
}

.location__banner-container {
  width: calc(75% - 2em);
}

@media screen and (width <= 900px) {
  .location__banner-container {
    width: 100%;
  }
}

.location__banner-container .location__banner--default {
  background: none;
  justify-content: flex-end;
  width: 100%;
  min-height: 65px;
  padding-top: 40px;
  display: flex;
}

@media screen and (width <= 700px) {
  .location__banner-container .location__banner--default {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.location__banner-container .location__banner--default .button {
  color: #1779aa;
  margin-right: 0;
  padding: .4em 1.4em .2em 2.2em;
  font-family: source_sans_probold, Helvetica, Arial, sans-serif;
  font-weight: 700;
  position: relative;
}

.location__banner-container .location__banner--default .button:before, .location__banner-container .location__banner--default .button:after {
  background: none;
}

.location__banner-container .location__banner--default .location__banner--update-icon {
  background: url("../../public_assets/images/icon-update-location.png") 0 0 / cover;
  width: 12px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 13px;
}

.location__banner-container .location__banner--located {
  background-color: #fff;
  border: 2px solid #1779aa;
  justify-content: space-between;
  width: 100%;
  min-height: 65px;
  margin-top: 30px;
  padding: 1em;
  display: none;
  position: relative;
}

.location__banner-container .location__banner--located.mobile-show {
  flex-wrap: wrap;
  width: 100%;
}

.location__banner-container .location__banner--located.mobile-show .location__banner--mobile-more .location__banner--mobile-arrow {
  top: 32px;
  right: 20px;
  transform: rotate(180deg);
}

.location__banner-container .location__banner--located.mobile-show .location__banner--update {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.location__banner-container .location__banner--based {
  margin-top: 3px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: source_sans_probold, Helvetica, Arial, sans-serif;
}

.location__banner-container .location__banner--location {
  align-items: center;
  margin-right: 25px;
  display: flex;
}

@media screen and (width <= 700px) {
  .location__banner-container .location__banner--location {
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.location__banner-container .location__banner--location p {
  line-height: 20px;
}

.location__banner-container .location__banner--location-name {
  color: #fff;
  background: #1779aa;
  border: 1px solid #1779aa;
  border-radius: 25px;
  padding: 5px 15px 2px 33px;
  display: inline-block;
  position: relative;
}

.location__banner-container .location__banner--location-icon {
  background: url("../../public_assets/images/icon-location-check.svg") 0 0 / cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 9px;
}

.location__banner-container .location__banner--update {
  display: flex;
}

@media screen and (width <= 1400px) {
  .location__banner-container .location__banner--update {
    display: none;
  }
}

.location__banner-container .location__banner--update span {
  margin-right: 10px;
  font-family: source_sans_probold, Helvetica, Arial, sans-serif;
  display: inline-block;
}

.location__banner-container .location__banner--update .button {
  font-family: source_sans_probold, Helvetica, Arial, sans-serif;
}

.location__banner-container .location__banner--update .geolocation-cancel {
  margin-right: 0;
  padding: .4em .5em .2em;
}

@media screen and (width <= 600px) {
  .location__banner-container .location__banner--update .geolocation-cancel {
    margin-left: auto;
    margin-right: auto;
  }
}

.location__banner-container .location__banner--update .geolocation-cancel:after {
  background: none;
}

.location__banner-container .location__banner--update .geolocation-cancel:hover {
  color: #ef574b;
  text-decoration: underline;
}

.location__banner-container .location__banner--mobile-more {
  display: none;
}

.location__banner-container .location__banner--mobile-more:hover {
  cursor: pointer;
}

@media screen and (width <= 1400px) {
  .location__banner-container .location__banner--mobile-more {
    display: block;
  }
}

.location__banner-container .location__banner--mobile-more .location__banner--mobile-arrow {
  background: url("../../public_assets/images/icon-location-arrow.svg") 0 0 / cover;
  width: 16px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 32px;
  right: 20px;
}

.location__modal-container .geolocation-pending, .location__modal-container .geolocation-failed {
  display: none;
}

.location__modal-container .geolocation-failed .geolocation-failed__warning {
  background-color: #f1f2f2;
  padding: .4em;
}

.location__modal-container .geolocation-failed .geolocation-failed__warning .geolocation-failed__wrapper {
  background-color: #5a5a5c;
  padding: 3em 2em;
}

.location__modal-container .geolocation-failed .geolocation-failed__warning a {
  color: #1779aa;
  position: relative;
}

.location__modal-container .geolocation-failed .geolocation-failed__warning a:after {
  content: "";
  background: url("../../public_assets/images/icon-external-link.svg") center / contain no-repeat;
  width: .75em;
  height: .75em;
  padding-left: 2em;
  display: inline-block;
  position: absolute;
  top: 5px;
}

.location__modal-container .geolocation-failed .geolocation-failed__warning .warning-icon {
  width: 16px;
  height: 16px;
}

.location__modal-container .geolocation-failed .geolocation-failed__warning .warning-icon:before {
  background-size: 16px;
  width: 16px;
  height: 16px;
  top: .9em;
  left: 1em;
}

.location__modal-container .location__modal-card .modal__row {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 2em auto;
  display: flex;
}

.location__modal-container .location__modal-card .modal__row .column {
  flex-direction: column;
  flex-grow: 1;
  flex-basis: auto;
  place-content: center;
  display: flex;
}

.location__modal-container .location__modal-card .modal__row .modal__option-1 {
  position: relative;
}

@media screen and (width >= 900px) {
  .location__modal-container .location__modal-card .modal__row .modal__option-1:after {
    content: "";
    border-right: 1px solid #a7a9ac;
    height: 100%;
    position: absolute;
    right: -2em;
  }

  .location__modal-container .location__modal-card .modal__row {
    flex-direction: row;
    justify-content: space-around;
  }

  .location__modal-container .location__modal-card .modal__row .column {
    max-width: 40%;
  }
}

.location__modal-container .location__modal-card .location__close-icon:hover .close-icon:before, .location__modal-container .location__modal-card .location__close-icon:focus .close-icon:before {
  filter: brightness(0) saturate();
}

.location__modal-container .location__modal-card .location__modal--header {
  flex-direction: row;
  justify-content: center;
  padding: 1em 0;
  display: flex;
  position: relative;
}

.location__modal-container .location__modal-card .location__modal--header button.modal-close {
  padding: .65em;
  position: absolute;
  top: 0;
  right: 0;
}

.location__modal-container .location__modal-card .location__modal--content h3 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 700;
}

.location__modal-container .location__modal-card .location__modal--content h3 .modal__small-font {
  font-size: 12px;
  display: block;
}

.location__modal-container .location__modal-card .location__modal--content .button.selectize-control {
  padding: 0 1.8em;
  overflow: visible;
}

.location__modal-container .location__modal-card .location__modal--content .button.selectize-control .selectize-input {
  border-bottom: none;
  margin-top: 0;
  padding-top: 5px;
}

.location__modal-container .location__modal-card .location__modal--content .button.selectize-control .selectize-input > .item, .location__modal-container .location__modal-card .location__modal--content .button.selectize-control .selectize-input input[type="select-one"]::placeholder {
  color: #1779aa;
  opacity: 1;
  font-style: normal;
}

.location__modal-container .location__modal-card .location__modal--content .button.selectize-control .selectize-input > .item:hover, .location__modal-container .location__modal-card .location__modal--content .button.selectize-control .selectize-input > .item:focus, .location__modal-container .location__modal-card .location__modal--content .button.selectize-control .selectize-input input[type="select-one"]::placeholder:hover, .location__modal-container .location__modal-card .location__modal--content .button.selectize-control .selectize-input input[type="select-one"]::placeholder:focus, .location__modal-container .location__modal-card .location__modal--content .button.selectize-control .selectize-input.dropdown-active > .item {
  color: #fff;
}

.location__modal-container .location__modal-card .location__modal--content .button.selectize-control .selectize-input:after {
  color: #1779aa;
  transform: unset;
  border: 8px solid #0000;
  border-top-color: #1779aa;
  top: 24px;
  right: 0;
}

.location__modal-container .location__modal-card .location__modal--content .button.selectize-control:hover input[type="select-one"]::placeholder, .location__modal-container .location__modal-card .location__modal--content .button.selectize-control:hover input[type="select-one"]::placeholder, .location__modal-container .location__modal-card .location__modal--content .button.selectize-control:focus input[type="select-one"]::placeholder, .location__modal-container .location__modal-card .location__modal--content .button.selectize-control:focus input[type="select-one"]::placeholder {
  color: #fff;
}

.location__modal-container .location__modal-card .location__modal--content .button.selectize-control:hover .selectize-input:after, .location__modal-container .location__modal-card .location__modal--content .button.selectize-control:focus .selectize-input:after {
  color: #fff;
  border-top-color: #fff;
}

.location__modal-container .location__modal-card .location__modal--content .button.selectize-control .selectize-dropdown {
  padding: .4em .1em .2em;
}

.location__modal-container .location__modal-card .location__modal--content .button.selectize-control .selectize-dropdown .selectize-dropdown-content {
  cursor: pointer;
}

@media screen and (width >= 1200px) {
  .location__modal-container .location__modal-card .location__modal--content .button.selectize-control .selectize-dropdown .selectize-dropdown-content {
    max-height: 300px;
  }
}

.location__modal-container .location__modal-card .location__modal--content .button.selectize-control .selectize-dropdown .option:nth-child(2n) {
  color: #1779aa;
}

.location__modal-container .location__modal-card .location__modal--content .button.selectize-control .selectize-dropdown .option.active {
  font-weight: 700;
}

.page-template-page-states .sidebar {
  margin-top: -160px;
}

@media screen and (width <= 900px) {
  .page-template-page-states .sidebar {
    margin-top: 0;
  }
}

.location__jump-to-container {
  width: calc(75% - 2em);
  margin-top: 20px;
}

.location__jump-to-container .jump-to__content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (width <= 1000px) {
  .location__jump-to-container .jump-to__content {
    display: none;
  }
}

.location__jump-to-container .jump-to__all-locations {
  font-family: source_sans_probold, Helvetica, Arial, sans-serif;
}

.location__jump-to-container .jump-to__list {
  align-items: center;
  display: flex;
}

.location__jump-to-container .jump-to__alphabet {
  flex-wrap: nowrap;
  padding-left: 20px;
  display: flex;
}

.location__jump-to-container .jump-to__alphabet li {
  color: #1779aa;
  margin-left: 15px;
  font-family: source_sans_probold, Helvetica, Arial, sans-serif;
  list-style: none;
}

.location__jump-to-container .jump-to__alphabet li a {
  color: #1779aa;
}
/*# sourceMappingURL=theme.css.map */
