.screen-reader {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.scroll, .cps-shortcode-ziptool .wrapper .form div#ca-por-search-results {
  overflow-y: scroll;
  border-radius: 5px;
  scrollbar-width: thin;
  scrollbar-color: #888 #f2f2f2;
}
.scroll::focus, .cps-shortcode-ziptool .wrapper .form div#ca-por-search-results::focus {
  opacity: 0.9;
}
.scroll::-webkit-scrollbar, .cps-shortcode-ziptool .wrapper .form div#ca-por-search-results::-webkit-scrollbar {
  width: 20px;
}
.scroll::-webkit-scrollbar-thumb, .cps-shortcode-ziptool .wrapper .form div#ca-por-search-results::-webkit-scrollbar-thumb {
  border-radius: 0.25em;
}
.scroll::-webkit-scrollbar-track, .cps-shortcode-ziptool .wrapper .form div#ca-por-search-results::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

.cps *:focus {
  box-shadow: inset 0 0 0 2px #333;
}
.cps-shortcode-ziptool {
  width: 100%;
  filter: blur(5px);
  transition: 0.2s;
  background: #AACBEA;
}
.cps-shortcode-ziptool.ready {
  filter: none;
}
.cps-shortcode-ziptool .icon {
  width: 20px;
  display: inline-flex;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
.cps-shortcode-ziptool .icon.rtr-flag-orange {
  height: 36px;
  width: 24px;
  background-image: url(../icons/rtr-flag-orange.svg);
}
.cps-shortcode-ziptool .icon.book {
  background-image: url(../icons/book.svg);
}
.cps-shortcode-ziptool .icon.email {
  background-image: url(../icons/email.svg);
}
.cps-shortcode-ziptool .icon.pin {
  background-image: url(../icons/pin.svg);
}
.cps-shortcode-ziptool .icon.flag {
  background-image: url(../icons/flag.svg);
}
.cps-shortcode-ziptool .icon.home {
  background-image: url(../icons/home.svg);
}
.cps-shortcode-ziptool .icon.phone {
  background-image: url(../icons/phone.svg);
}
.cps-shortcode-ziptool .icon.pin {
  background-image: url(../icons/pin.svg);
}
.cps-shortcode-ziptool .icon.vignette {
  background-image: url(../icons/vignette.svg);
}
.cps-shortcode-ziptool .icon.world {
  background-image: url(../icons/world.svg);
}
.cps-shortcode-ziptool .icon.wrench {
  background-image: url(../icons/wrench.svg);
}
.cps-shortcode-ziptool .wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
.cps-shortcode-ziptool .wrapper .top {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.cps-shortcode-ziptool .wrapper .top .county-name {
  background: red;
}
.cps-shortcode-ziptool .wrapper .top .left, .cps-shortcode-ziptool .wrapper .top .right {
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  position: relative;
  align-content: flex-start;
}
.cps-shortcode-ziptool .wrapper .top .left {
  max-width: 650px;
}
@media only screen and (min-width: 600px) {
  .cps-shortcode-ziptool .wrapper .top .left {
    flex-basis: calc(100% - 220px);
  }
}
@media only screen and (min-width: 782px) {
  .cps-shortcode-ziptool .wrapper .top .left {
    flex-basis: calc(100% - 450px);
  }
}
.cps-shortcode-ziptool .wrapper .top .left .header {
  display: flex;
  flex-direction: column;
  max-width: 550px;
}
.cps-shortcode-ziptool .wrapper .top .left .header .title {
  color: #264493;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 30px;
  padding: 0 0 30px;
  position: relative;
  font-weight: 900;
  font-size: 40px;
}
.cps-shortcode-ziptool .wrapper .top .left .header .title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  max-width: 110px;
  height: 2px;
  background: #F15A25;
  display: block;
  bottom: 0;
}
.cps-shortcode-ziptool .wrapper .top .left .header .blurb {
  color: #264493;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 50px;
}
.cps-shortcode-ziptool .wrapper .top .right {
  display: none;
}
@media only screen and (min-width: 600px) {
  .cps-shortcode-ziptool .wrapper .top .right {
    flex-basis: 300px;
    display: flex;
  }
}
@media only screen and (min-width: 782px) {
  .cps-shortcode-ziptool .wrapper .top .right {
    flex-basis: 350px;
    flex-grow: 1;
    flex-direction: row;
    justify-content: center;
  }
}
.cps-shortcode-ziptool .wrapper .bottom {
  display: flex;
  flex-direction: row;
}
.cps-shortcode-ziptool .wrapper .footer * {
  color: #0D3C60;
}
@media only screen and (min-width: 990px) {
  .cps-shortcode-ziptool .wrapper .ca-county-details {
    display: none;
  }
}
.cps-shortcode-ziptool .wrapper .ca-county-details__county-name {
  font-size: 32px;
  margin: 15px 0 0;
  padding: 0 0 15px;
  font-weight: 700;
}
.cps-shortcode-ziptool .wrapper .ca-county-details__msg {
  margin: 0;
  padding: 0 0 15px;
  font-size: 16px;
}
.cps-shortcode-ziptool .wrapper .ca-county-details__all-zips {
  margin: 0;
  padding: 0 0 15px;
  font-size: 12px;
}
.cps-shortcode-ziptool .wrapper #ca-911-btn {
  background: #F15A25;
  color: white;
  font-weight: bolder;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .cps-shortcode-ziptool .wrapper #ca-911-btn {
    width: 210px;
    position: absolute;
    z-index: 20;
    right: 0;
    top: 45px;
  }
}
.cps-shortcode-ziptool .wrapper #ca-911-btn p {
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
  margin: 0;
}
.cps-shortcode-ziptool .wrapper #ca-por-map {
  z-index: 10;
  /*background-image: url('../ca-placeholder.png');
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center;*/
}
@media only screen and (min-width: 495px) {
  .cps-shortcode-ziptool .wrapper #ca-por-map {
    display: block;
    width: 250px;
    height: 450px;
  }
}
@media only screen and (min-width: 782px) {
  .cps-shortcode-ziptool .wrapper #ca-por-map {
    width: 400px;
    height: 500px;
  }
}
.cps-shortcode-ziptool .wrapper #ca-por-map .mapboxgl-map .mapboxgl-canvas-container canvas:first-child {
  opacity: 0 !important;
}
.cps-shortcode-ziptool .wrapper .form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 782px) {
  .cps-shortcode-ziptool .wrapper .form {
    max-width: 400px;
    margin: 0;
  }
}
.cps-shortcode-ziptool .wrapper .form p {
  padding: 0;
  margin: 0;
}
.cps-shortcode-ziptool .wrapper .form p.title {
  font-style: italic;
  font-size: 14px;
  font-weight: 700;
}
.cps-shortcode-ziptool .wrapper .form p.form-items {
  display: flex;
}
.cps-shortcode-ziptool .wrapper .form input#ca-por-search-input {
  flex: 0 0 calc(100% - 100px);
  border-radius: 5px;
  border: 1px solid;
  font-size: 16px;
  padding: 15px;
  margin-right: 10px;
}
.cps-shortcode-ziptool .wrapper .form button#ca-por-geo-btn {
  flex: 0 0 50px;
  border: 0 none;
  background: transparent;
  cursor: pointer;
}
.cps-shortcode-ziptool .wrapper .form button#ca-por-geo-btn:hover, .cps-shortcode-ziptool .wrapper .form button#ca-por-geo-btn:focus {
  box-shadow: inset 0 0 0 2px #333;
}
.cps-shortcode-ziptool .wrapper .form div#ca-por-search-results {
  border-radius: 5px;
  z-index: 10;
  left: 0;
  right: 0;
  font-size: 16px;
  background: #e9e9e9;
  flex: 1 1 100%;
  max-height: 25vh;
}
@media only screen and (min-width: 782px) {
  .cps-shortcode-ziptool .wrapper .form div#ca-por-search-results {
    top: 110px;
    position: absolute;
  }
}
.cps-shortcode-ziptool .wrapper .form div#ca-por-search-results .ca-por-search-result {
  display: none;
}
.cps-shortcode-ziptool .wrapper .form div#ca-por-search-results .ca-por-search-result a:focus {
  box-shadow: inset 0 0 0 2px #333;
  background: #0D3C60;
  color: white;
}
.cps-shortcode-ziptool .wrapper .form div#ca-por-search-results p.no-results {
  padding: 30px;
  margin: 0;
}
.cps-shortcode-ziptool .wrapper .form div#ca-por-search-results a {
  padding: 10px 15px;
  display: block;
}
.cps-shortcode-ziptool .wrapper .form div#ca-por-search-results a:focus, .cps-shortcode-ziptool .wrapper .form div#ca-por-search-results a:hover {
  background: #0D3C60;
  color: white;
  text-decoration: underline;
}
@media only screen and (max-width: 989px) {
  .cps-shortcode-ziptool .wrapper .footer {
    display: none;
  }
}
.cps-shortcode-ziptool .wrapper div#ca-por-details {
  width: 100%;
  gap: 30px;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details a {
  text-decoration: none;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details .section-row {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .cps-shortcode-ziptool .wrapper div#ca-por-details .section-row {
    flex-direction: row;
  }
  .cps-shortcode-ziptool .wrapper div#ca-por-details .section-row .left {
    flex-basis: 50%;
  }
  .cps-shortcode-ziptool .wrapper div#ca-por-details .section-row .right {
    flex-basis: 50%;
  }
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section[data-section=gvp_office] .section-title {
  background: #F68B1F;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section[data-section=organization] .section-title {
  background: #F4B220;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section[data-section=additional_resource] .section-title {
  background: #A194B4;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section[data-section=court_links] .section-title {
  background: #0D3C60;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section[data-section=court_links] .card {
  border: 0 none;
  background: none;
  margin: 0;
  padding: 0;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section[data-section=court_links] .card .information {
  padding: 0;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section[data-section=court_links] .card .information ul.info {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
@media only screen and (min-width: 990px) {
  .cps-shortcode-ziptool .wrapper div#ca-por-details article section[data-section=court_links] .card .information ul.info {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section[data-section=court_links] .card .information ul.info li {
  margin: 0;
  padding: 0;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section[data-section=court_links] .card .information ul.info li.court_local_link .title {
  background: #264493;
  font-style: italic;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section[data-section=court_links] .card .information ul.info li.court_self_help_link .title {
  background: #0D3C60;
  font-style: italic;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section[data-section=court_links] .card .information ul.info li .mini-card {
  padding: 5px;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 3px;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section[data-section=court_links] .card .information ul.info li .mini-card .title {
  border-radius: 3px;
  padding: 5px;
  color: white;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  align-items: center;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section[data-section=court_links] .card .information ul.info li .mini-card .name {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  padding: 10px;
  margin: 0;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section[data-section=court_links] .card .information ul.info li .mini-card .website {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section .card {
  color: #0D3C60;
  border-radius: 3px;
  padding: 0.7em;
  background: white;
  margin-bottom: 1em;
  padding: 0.5em;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section .card .section-title {
  border-radius: 3px;
  overflow: hidden;
  padding: 5px;
  color: white;
  font-weight: bold;
  font-style: italic;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  align-items: center;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section .card .section-title > .icon {
  width: 20px;
  height: 20px;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section .card a {
  color: #0D3C60;
  text-decoration: underline;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section .card a:hover {
  color: #F68B1F;
  text-decoration: underline;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section .card .information {
  padding: 5px;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section .card .information .icon {
  margin-bottom: -5px;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section .card .information p.title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0;
  font-style: italic;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section .card .information ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5em;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section .card .information li {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none;
  font-size: 14px;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section .card .information li span.data {
  display: inline-block;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section .card .information li strong {
  font-weight: 700;
}
.cps-shortcode-ziptool .wrapper div#ca-por-details article section .card .information li strong span {
  font-weight: 400;
}
.cps-shortcode-highlights {
  padding: 1em 0.5em;
}
.cps-shortcode-highlights.dark-mode {
  background: #0D3C60;
}
.cps-shortcode-highlights.dark-mode ul, .cps-shortcode-highlights.dark-mode li {
  color: white;
}
.cps-shortcode-highlights > .wrapper {
  display: flex;
  gap: 1em;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 782px) {
  .cps-shortcode-highlights > .wrapper {
    flex-direction: row;
  }
}
.cps-shortcode-highlights ul, .cps-shortcode-highlights li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.cps-shortcode-highlights ul.prompts-list {
  flex-basis: 40%;
  gap: 1em;
  display: flex;
  flex-direction: column;
}
.cps-shortcode-highlights ul.prompts-list li {
  display: flex;
  padding-left: 32px;
  cursor: pointer;
}
.cps-shortcode-highlights ul.prompts-list li.active {
  font-weight: bold;
}
.cps-shortcode-highlights ul.prompts-list li.active .radio.off {
  display: none;
}
.cps-shortcode-highlights ul.prompts-list li.active .radio.on {
  display: inline-flex;
}
.cps-shortcode-highlights ul.prompts-list li span.radio {
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: white;
  border: 3px solid #a6c7e6;
}
.cps-shortcode-highlights ul.prompts-list li span.radio.off {
  display: inline-flex;
}
.cps-shortcode-highlights ul.prompts-list li span.radio.on {
  display: none;
  background-color: #f4b220;
}
.cps-shortcode-highlights ul.pos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  border-top: 2px dotted #a57035;
  padding-top: 1em;
}
@media only screen and (min-width: 782px) {
  .cps-shortcode-highlights ul.pos-list {
    padding-top: 0;
    border-top: 0px none;
    border-left: 2px dotted #a57035;
    flex-basis: 60%;
  }
}
.cps-shortcode-highlights ul.pos-list li {
  flex-grow: 1;
  flex: 0 0 calc(50% - 1rem);
  padding: 1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  background: #264493;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.5s;
  border-radius: 3px;
  font-weight: bold;
  line-height: 1.1;
}
.cps-shortcode-highlights ul.pos-list li.highlight {
  color: white;
}

/*# sourceMappingURL=ca-por-search.css.map */
