@charset "UTF-8";
/**
  !! WARNING !!

  STYLES COMPILED FROM SOURCE FILES (SCSS) DO NOT MODIFY.
  FAILING TO COMPLY WILL RESULT IN LOSS OF WORK.
**/
@media all and (min-width: 400px) {
  .news-events-slider .slide {
    padding: 8px 24px 170px 24px;
  }
}
@media all and (min-width: 500px) {
  .build-hsr-cta .centered-content {
    padding: 20px 0 0 0;
  }

  .build-hsr-cta .build-hsr-cta__content {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 520px;
  }

  .split-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0;
  }

  .half.link-list, .home-gallery {
    -ms-flex: 0 1 calc(67% - 3em);
        flex: 0 1 calc(67% - 3em);
  }

  .general-content .half.link-list {
    -ms-flex: 0 1 47%;
        flex: 0 1 47%;
  }

  .home-gallery {
    margin: 0 4vw 0 0;
    height: auto;
  }

  .home-misc-info {
    box-sizing: border-box;
    -ms-flex: 0 1 33%;
        flex: 0 1 33%;
  }
}
@media all and (min-width: 550px) {
  .logo-wrapper a img[src="/images/chsra_logo_sm_wh.svg"] {
    display: none !important;
  }

  .logo-wrapper a img[src="/images/ca_author_logo.svg"] {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    transition: left .5s ease, width .25s ease;
  }

  button.mobile-menu span {
    background: #fff;
  }

  nav.main-nav.slide-in {
    top: 68px;
  }

  .img-in-copy.right {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 22.5em;
  }

  .img-in-copy.left {
    float: left;
    margin: 0 1em 1em 0;
    max-width: 22.5em;
  }

  .img-in-copy.wide {
    float: left;
    margin: 0 0 1em 0;
    width: 100%;
  }
}
@media all and (min-width: 609px) {
  .show {
    margin: 0 0 16px 0;
  }
}
@media all and (min-width: 700px) {
  .home-updates .centered-content {
    padding: 42px 0;
    width: auto;
  }
}
@media all and (min-width: 800px) {
  .build-hsr-cta {
    background: url(/images/bridgebg_yl.jpg) no-repeat center bottom;
    background-size: cover;
  }
}
@media all and (min-width: 900px) {
  .child-page section#calendar {
    width: 100%;
    max-width: 1000px;
  }

  .gallery-wrapper {
    height: 65vw;
  }

  .entry {
    margin: 0 0 0 16px;
  }
}
@media all and (min-width: 950px) {
  .img-in-copy.right {
    margin: 0 0 1.5em 1.5em;
  }

  .img-in-copy.left {
    margin: 0 1.5em 1.5em 0;
  }

  .img-in-copy.wide {
    margin: 0 0 1.5em 0;
  }

  .home-gallery {
    margin: 0 3em 0 0;
  }
}
@media all and (min-width: 1050px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media all and (min-width: 1100px) {
  .three-column-list {
    -moz-columns: 2;
         columns: 2;
  }
}
@media all and (min-width: 1100px) and (max-width: 1299px) {
  .news-events-slider .slide {
    height: auto;
  }
}
@media all and (min-width: 1200px) {
  .link-list ul.half li {
    margin: 0 0 4px 0;
  }

  .three-column-list {
    -moz-columns: 3;
         columns: 3;
  }
  .three-column-list li {
    page-break-inside: avoid;
         break-inside: avoid;
  }
}
@media all and (min-width: 1300px) {
  .owl-carousel .owl-nav button.owl-next {
    right: -2.5%;
    width: 40px;
    height: 50px;
    background: url(/images/next_icon.png) no-repeat center;
    background-size: contain;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: -2.5%;
    width: 40px;
    height: 50px;
    background: url(/images/prev_icon.png) no-repeat center;
    background-size: contain;
  }

  .owl-carousel .owl-nav button.owl-next:hover {
    background: url(/images/next_icon.png) no-repeat center;
    background-size: contain;
  }

  .owl-carousel .owl-nav button.owl-prev:hover {
    background: url(/images/prev_icon.png) no-repeat center;
    background-size: contain;
  }
}
@media all and (min-width: 1400px) {
  .img-in-copy.right {
    margin: 0 0 2.25em 2.25em;
  }

  .img-in-copy.left {
    margin: 0 2.25em 2.25em 0;
  }

  .img-in-copy.wide {
    margin: 0 0 2.25em 0;
  }

  .img-wrapper img {
    width: 100%;
    height: auto;
  }

  .gallery-wrapper {
    height: 55vw;
  }

  .video.gallery-wrapper img {
    height: 100%;
  }
}
.et_pb_row {
  max-width: 1280px;
}

.full-width-header-content .header-content {
  width: 100% !important;
  max-width: 1280px !important;
}
.full-width-header-content .header-content .et_pb_header_content_wrapper {
  background: #fff;
  padding: 3rem;
}
@media (min-width: 550px) {
  .full-width-header-content .header-content .et_pb_header_content_wrapper {
    padding-right: 1rem;
  }
}

.a11y-panel-primary {
  color: white;
}
.a11y-panel-primary a:link, .a11y-panel-primary a:visited {
  color: white;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.a11y-panel-primary a:hover, .a11y-panel-primary a:focus {
  color: white;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%) !important;
}
.a11y-panel-gold a:link, .a11y-panel-gold a:visited {
  color: #333333;
  background-image: linear-gradient(to right, #333333 50%, transparent 50%);
}
.a11y-panel-gold a:hover, .a11y-panel-gold a:focus {
  color: #000000;
  background-image: linear-gradient(to right, #000000 50%, transparent 50%) !important;
}
.a11y-panel-orange-dark a:link, .a11y-panel-orange-dark a:visited {
  color: #ffffff;
  background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);
}
.a11y-panel-orange-dark a:hover, .a11y-panel-orange-dark a:focus {
  color: #000000;
  background-image: linear-gradient(to right, #000000 50%, transparent 50%) !important;
}

.actions {
  margin-top: 1.5em;
}
@media (min-width: 1100px) {
  .actions {
    margin-top: 3em;
  }
  .actions__image-link {
    display: block;
    float: right;
    margin-right: -6em;
    margin-left: 6em;
    position: relative;
  }
}
@media (max-width: 1099px) {
  .actions {
    margin: 0;
  }
  .actions__image-link {
    display: none;
  }
}

.breadcrumb {
  padding: 0 1rem .5rem 0 !important;
  list-style: none !important;
}
.breadcrumb li {
  margin-bottom: 1rem !important;
  height: 16px;
  line-height: 16px;
}

.split-button__group {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.split-button__group .split-button__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin-bottom: 1rem;
}
.split-button__group a.split-button__link--visual {
  border: 2px solid #007fad;
  color: #007fad;
  padding: 1rem 1.5rem;
  min-width: calc(100% - 4.5rem);
  font-weight: bold;
  font-size: 1.1em;
  background: #fff url(/wp-content/custom/images/next_icon_thick.svg) no-repeat 95% !important;
  background-size: .625rem !important;
}
.split-button__group a.split-button__link--visual:hover, .split-button__group a.split-button__link--visual:focus {
  background: #007fad url(/wp-content/custom/images/next_icon_wh.svg) no-repeat 95% !important;
  background-size: .625rem !important;
  color: #fff;
}
.split-button__group a.split-button__link--text {
  background: #007fad;
  color: #fff;
  font-weight: bold;
  text-align: center;
  min-width: 4.5rem;
  font-size: .75em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  line-height: 1.2;
  border: 2px solid #007fad;
  border-left: none;
}
.split-button__group a.split-button__link--text:hover, .split-button__group a.split-button__link--text:focus {
  background: #fff;
  color: #007fad;
}

.mfp-bottom-bar .mfp-title {
  color: #4a4a4a;
  padding-left: 1rem;
}
.mfp-bottom-bar .mfp-counter {
  right: 1rem;
  color: #4a4a4a;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a, .et_pb_gallery .et_pb_gallery_pagination ul li a {
  color: #4a4a4a;
}
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active {
  color: #22407d;
}

.et_pb_ca_siblingPages .widgettitle {
  color: white;
}
.et_pb_ca_siblingPages ul {
  list-style: none;
  padding: 0 !important;
}
.et_pb_ca_siblingPages a:link, .et_pb_ca_siblingPages a:visited {
  color: #ffffff;
  padding: 1rem 0;
  background-image: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
}
.et_pb_ca_siblingPages a:hover, .et_pb_ca_siblingPages a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  background-image: none !important;
}
.et_pb_ca_siblingPages .current_page_item a {
  font-weight: bold !important;
}

@media (max-width: 1099px) {
  #business-plan {
    padding-top: 4.5em;
  }
  #business-plan .nav-ribbon__title {
    font-size: .8125em;
  }
  #business-plan .nav-ribbon__button {
    margin-left: 0;
    margin-right: 0;
  }
}
#business-plan .hero__landing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
#business-plan .hero__image {
  margin: 1.5em auto 0;
  max-width: 56.25em;
  width: 100%;
}
#business-plan .banner__content p:last-of-type {
  margin-bottom: 0;
}
@media all and (-ms-high-contrast: none) {
  #business-plan .section {
    display: block;
  }
  #business-plan .hero__landing {
    text-align: center;
  }
}
#business-plan .inview-content {
  overflow: hidden;
}
#business-plan .inview-content .content__column {
  margin-left: auto;
  margin-right: auto;
  transform: translateY(100%);
  transition: transform 750ms ease-in-out, opacity 1000ms ease-in-out;
  opacity: 0;
  width: 90%;
}
@media (min-width: 900px) {
  #business-plan .inview-content .content__column {
    width: 47.5%;
  }
}
#business-plan .inview-content.in-viewport .content__column {
  transform: translateY(0);
  opacity: 1;
}
#business-plan #key-milestones,
#business-plan #key-facts-statewide,
#business-plan #key-facts6 {
  line-height: 1.375em;
}
#business-plan #key-milestones .content__column,
#business-plan #key-facts-statewide .content__column,
#business-plan #key-facts6 .content__column {
  max-width: 27.5em;
}
@media (max-width: 899px) {
  #business-plan #key-milestones .content__column + .content__column,
  #business-plan #key-facts-statewide .content__column + .content__column,
  #business-plan #key-facts6 .content__column + .content__column {
    margin-top: 3em;
  }
}
@media (min-width: 900px) {
  #business-plan #key-milestones .content__column,
  #business-plan #key-facts-statewide .content__column,
  #business-plan #key-facts6 .content__column {
    margin-left: 3em;
    margin-right: 3em;
    max-width: auto;
  }
}
#business-plan #key-milestones .content__column img,
#business-plan #key-facts-statewide .content__column img,
#business-plan #key-facts6 .content__column img {
  height: 5em;
}
@media (max-width: 899px) {
  #business-plan #key-milestones .content__column img,
  #business-plan #key-facts-statewide .content__column img,
  #business-plan #key-facts6 .content__column img {
    display: block;
    margin: 0 auto;
  }
}
#business-plan #key-milestones .content__column h3,
#business-plan #key-facts-statewide .content__column h3,
#business-plan #key-facts6 .content__column h3 {
  color: #fff;
  font-size: 1.875em;
  font-weight: 600;
  line-height: 1.1em;
  margin: .4em 0;
  text-transform: none;
}
@media (min-width: 900px) {
  #business-plan #key-milestones .content__column h3,
  #business-plan #key-facts-statewide .content__column h3,
  #business-plan #key-facts6 .content__column h3 {
    min-height: 2.2em;
    padding-right: .8em;
  }
}
#business-plan #key-milestones .content__column sup,
#business-plan #key-facts-statewide .content__column sup,
#business-plan #key-facts6 .content__column sup {
  font-size: .875rem;
  font-weight: 500;
  line-height: .5em;
}
#business-plan #key-milestones ul li,
#business-plan #key-facts-statewide ul li,
#business-plan #key-facts6 ul li {
  list-style: none;
}
#business-plan #key-milestones ul li:before,
#business-plan #key-facts-statewide ul li:before,
#business-plan #key-facts6 ul li:before {
  color: #009cc5;
  content: "\25AA";
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  margin-left: -1em;
  vertical-align: bottom;
  width: 1em;
}
#business-plan #key-milestones ul li + li,
#business-plan #key-facts-statewide ul li + li,
#business-plan #key-facts6 ul li + li {
  margin-top: .5em;
}
#business-plan #key-milestones ol,
#business-plan #key-facts-statewide ol,
#business-plan #key-facts6 ol {
  counter-reset: listitems;
  list-style: none;
  padding-left: 0;
  padding-right: 1.5em;
}
#business-plan #key-milestones ol li,
#business-plan #key-facts-statewide ol li,
#business-plan #key-facts6 ol li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  counter-increment: listitems;
  margin-bottom: 1.75rem;
}
#business-plan #key-milestones ol li::before,
#business-plan #key-facts-statewide ol li::before,
#business-plan #key-facts6 ol li::before {
  background: #8f267f;
  border-radius: 100%;
  color: #fff;
  content: counter(listitems);
  -ms-flex-preferred-size: 1.75rem;
      flex-basis: 1.75rem;
  font-size: 1rem;
  font-weight: bold;
  height: 1.75rem;
  line-height: 1.75rem;
  min-width: 1.75rem;
  text-align: center;
}
#business-plan #key-milestones ol li span,
#business-plan #key-facts-statewide ol li span,
#business-plan #key-facts6 ol li span {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: .75rem;
  padding-left: .9375rem;
}
#business-plan #key-milestones,
#business-plan #key-facts-statewide,
#business-plan #key-facts6 {
  background-color: #324158;
  padding-top: 3em;
  padding-bottom: 3em;
}
#business-plan #key-milestones .content__row,
#business-plan #key-facts-statewide .content__row,
#business-plan #key-facts6 .content__row {
  -ms-flex-pack: center;
      justify-content: center;
}
#business-plan #key-milestones .content__column,
#business-plan #key-facts-statewide .content__column,
#business-plan #key-facts6 .content__column {
  max-width: 30em;
}
@media (min-width: 900px) {
  #business-plan #key-milestones .content__column,
  #business-plan #key-facts-statewide .content__column,
  #business-plan #key-facts6 .content__column {
    margin-left: 5em;
    margin-right: 5em;
    max-width: 30em;
  }
}
@media (min-width: 900px) {
  #business-plan #key-milestones .content__column h3,
  #business-plan #key-facts-statewide .content__column h3,
  #business-plan #key-facts6 .content__column h3 {
    min-height: 0;
    padding-right: 0;
  }
}
#business-plan #key-facts-statewide h2,
#business-plan #key-facts6 h2 {
  margin-bottom: 1em;
}
#business-plan #key-facts-statewide .content__column span,
#business-plan #key-facts6 .content__column span {
  font-size: 1.5em;
  font-weight: 200;
  line-height: 1.333em;
}
#business-plan ul.graphical--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#business-plan ul.graphical--list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
#business-plan ul.graphical--list li img {
  display: block;
  height: 5em !important;
  min-height: 5em !important;
  min-width: 5em !important;
  width: 5em !important;
}
#business-plan ul.graphical--list li span {
  font-size: 1.875em;
  line-height: 1.2em;
  margin-left: .6em;
}
#business-plan ul.graphical--list li + li {
  margin-top: 1.5em !important;
}
#business-plan ul.graphical--list li:before {
  display: none !important;
}
@media all and (-ms-high-contrast: none) {
  #business-plan .info-buckets__column, #business-plan .info-buckets__grid {
    display: block;
    -ms-flex-direction: initial;
        flex-direction: initial;
  }
  #business-plan .info-bucket__graphic.chart-bucket {
    padding-bottom: .25em;
    padding-top: .25em;
  }
}
#business-plan .info-bucket__graphic {
  max-width: 100%;
}
#business-plan .info-bucket__graphic .content__column--50.text--centered img + strong {
  display: block;
}
#business-plan .link-us-stages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  #business-plan .link-us-stages {
    display: block;
  }
}
@media (max-width: 899px) {
  #business-plan .link-us-stages img {
    max-width: 100%;
  }
}
#business-plan .link-us-stages .link-us-stages__body {
  font-size: .75em;
  line-height: 1.25em;
}
@media (min-width: 550px) {
  #business-plan .link-us-stages .link-us-stages__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
#business-plan .link-us-stages .link-us-stages__heading {
  color: #324158 !important;
  font-size: 1.333em;
  font-weight: bold;
  line-height: 1em;
  margin: .1875em;
  width: 100%;
}
#business-plan .link-us-stages .link-us-stages__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
#business-plan .link-us-stages .link-us-stages__column--phaseA {
  -ms-flex: 0 1 75%;
      flex: 0 1 75%;
  min-width: 75%;
}
#business-plan .link-us-stages .link-us-stages__column--phaseB {
  -ms-flex: 0 1 25%;
      flex: 0 1 25%;
  min-width: 25%;
}
#business-plan .link-us-stages .link-us-stages__group {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 550px) {
  #business-plan .link-us-stages .link-us-stages__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
#business-plan .link-us-stages .link-us-stages__segment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  list-style: none;
  margin: 0 .25em;
  width: 100%;
}
#business-plan .link-us-stages .link-us-stages__segment > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #fdb81e;
  box-sizing: border-box;
  font-weight: bold;
  height: 2.4em;
  line-height: 1em;
  margin-bottom: .25em;
  padding: .2em;
  text-transform: uppercase;
}
#business-plan .link-us-stages .link-us-stages__column--phaseB .link-us-stages__segment > span {
  background-color: #22407d;
  color: white;
}
#business-plan .link-us-stages .link-us-stages__content {
  display: block;
  margin: 0;
  padding-left: 1.6666em;
}
#business-plan .link-us-stages .link-us-stages__map {
  position: relative;
}
#business-plan .link-us-stages .link-us-stages__map img {
  display: block;
}
#business-plan .link-us-stages .link-us-stages__marker {
  background: #f6d226;
  color: #1b2531;
  border-radius: 100%;
  font-size: 1.25em;
  font-weight: 700;
  height: 1.5em;
  line-height: 1.5em;
  margin: -.75em 0 0 -.75em;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 1.5em;
}
#business-plan .link-us-stages .link-us-stages__marker--alt {
  background: #8f267f;
  color: white;
}
#business-plan .timeline {
  font-size: 1.125em;
}
#business-plan .timeline:after {
  background-color: #324158;
  left: 40%;
}
#business-plan .timeline:before {
  border-color: #324158 transparent transparent;
  border-style: solid;
  border-width: 1em;
  content: '';
  height: 0;
  left: 40%;
  margin-left: -1em;
  top: 100%;
  width: 0;
  position: absolute;
}
@media all and (-ms-high-contrast: none) {
  #business-plan .timeline:before {
    margin-left: -6px;
  }
}
#business-plan .timeline .timeline__body {
  list-style: none;
  margin: 0;
  padding: 0;
}
#business-plan .timeline .timeline__year {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: .66667em;
  margin-left: calc(40% - 12.5em);
  margin-top: .66667em;
  width: calc(50% + 12.5em);
}
#business-plan .timeline .timeline__year--2 {
  margin-top: 2.5em;
}
#business-plan .timeline .timeline__year--3 {
  margin-top: 3em;
}
#business-plan .timeline .timeline__label {
  color: #009cc5;
  box-sizing: border-box;
  -ms-flex-preferred-size: 9.375em;
      flex-basis: 9.375em;
  font-size: 1.333em;
  font-weight: 700;
  line-height: 1em;
  margin: .75em 0;
  -ms-flex-order: 1;
      order: 1;
  padding-right: 1em;
  position: relative;
  text-align: right;
  width: 9.375em;
}
#business-plan .timeline .timeline__event {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
  -ms-flex-preferred-size: calc(100% - 12.5em);
      flex-basis: calc(100% - 12.5em);
  margin-bottom: 0;
  margin-top: 0;
  -ms-flex-order: 2;
      order: 2;
  padding-left: 1.333em;
  width: calc(100% - 12.5em);
}
#business-plan .timeline .timeline__event span {
  font-size: .8333em;
}
#business-plan .timeline .timeline__event span + strong {
  margin-top: .5em;
}
#business-plan .members__listing h3 {
  font-size: 1.125rem;
  margin: 0;
  text-transform: none;
}
#business-plan .members__listing p {
  margin: .5em 0 1.5em;
}
@media (max-width: 549px) {
  #business-plan .content--video-embed + .content--right-aligned {
    text-align: center;
  }
  #business-plan .stylized-map .dialog .dialog__close {
    display: none;
  }
}

.et_pb_tabs_controls li a {
  background-image: none !important;
}

.pagination {
  border-top: 1px solid #e2e2e2;
  text-align: right;
  padding-top: .7rem;
}
.pagination .page-numbers {
  margin: .5rem !important;
}

.ds-random-header .et-pb-arrow-prev,
.ds-random-header .et-pb-arrow-next,
.ds-random-header .et-pb-controllers {
  display: none;
}

.ds-random-header .et_pb_gallery_items {
  pointer-events: none;
}

.ds-random-header-cta {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

@media only screen and (max-width: 1279px) {
  .ds-random-header .et_pb_gallery_item {
    width: auto;
  }
}
#main-content .entry-content .et_builder_inner_content > .et_pb_section.random-image-gallery > .et_pb_row {
  max-width: 100% !important;
}

.random-image-gallery .et_pb_module_header {
  display: inline-block;
  padding: 1rem 1.5rem;
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 899px) {
  .ds-random-header .et_pb_gallery_item.et_pb_gallery_item_0_0.et-pb-active-slide {
    right: 0;
  }

  .ds-random-header-cta {
    position: relative;
    padding: 0 !important;
  }
  .ds-random-header-cta .et_pb_cta_0.et_pb_promo {
    padding: 0 !important;
  }
  .ds-random-header-cta .et_pb_module_header {
    display: block;
    margin-bottom: 0;
  }
  .ds-random-header-cta .et_pb_promo_description ul {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
  }
  .ds-random-header-cta .et_pb_promo_description ul li {
    display: block !important;
    padding: 0 !important;
  }
  .ds-random-header-cta .et_pb_promo_description .btn {
    display: block !important;
    margin: 0 !important;
    border-radius: 0;
    border-top: 1px solid #003447;
  }
}
p.lead {
  font-size: 1.15rem;
  color: #5a74a3;
  font-weight: bold;
}

.upcoming-event .panel-heading {
  font-weight: bold;
}
.upcoming-event .panel {
  height: calc(100% - 22px);
}

/* --------------------------------
    links
    /links.scss
-------------------------------- */
a.link-normal {
  background-image: none !important;
}

/* -------------------------------------------------------------------------- *\
 * Necessary styling for the dialog to work
 * -------------------------------------------------------------------------- */
/**
 * When `<dialog>` is properly supported, the overlay is implied and can be
 * styled with `::backdrop`, which means the DOM one should be removed.
 */
[data-a11y-dialog-native] .dialog-overlay {
  display: none;
}

/**
 * When `<dialog>` is not supported, its default display is `inline` which can
 * cause layout issues.
 */
dialog[open] {
  display: block;
}

.dialog[aria-hidden="true"] {
  display: none;
}

/* -------------------------------------------------------------------------- *\
 * Styling to make the dialog look like a dialog
 * -------------------------------------------------------------------------- */
.dialog-overlay {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.66);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.66);
}

.dialog-content {
  background-color: white;
  border: none;
  box-sizing: border-box;
  height: 100%;
  left: 50%;
  margin: 0;
  max-height: 90vh;
  padding: 0;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}
.dialog-content .dialog-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: inherit;
}
.dialog-content .dialog-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 3px solid #fdb81e;
  height: 2.5em;
  padding: 0 .75em;
}
.dialog-content .dialog-title {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: 0.000000001px;
      flex-basis: 0.000000001px;
  color: #4a4a4a;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
}
.dialog-content .dialog-close {
  cursor: pointer;
  font-size: 1.5em;
  line-height: 1em;
  opacity: .74;
}
.dialog-content .dialog-close:hover, .dialog-content .dialog-close:focus {
  opacity: 1;
}
.dialog-content .dialog-body {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: 0.000000001px;
      flex-basis: 0.000000001px;
  overflow: auto;
  padding: 1.5em;
}
.dialog-content .dialog-body p,
.dialog-content .dialog-body ul,
.dialog-content .dialog-body ol {
  font-size: 1em;
}
.dialog-content .dialog-body > *:first-of-type {
  margin-top: 0;
}

/* -------------------------------------------------------------------------- *\
 * Extra dialog styling to make it shiny
 * -------------------------------------------------------------------------- */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes appear {
  from {
    transform: translate(-50%, -40%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.dialog:not([aria-hidden='true']) > .dialog-overlay {
  animation: fade-in 200ms 1 both;
}

.dialog:not([aria-hidden='true']) > .dialog-content {
  animation: appear 400ms 150ms 1 both;
}

.dialog-overlay {
  background-color: rgba(43, 46, 56, 0.9);
}

.maps {
  height: calc(100vh - 6em);
  min-height: 37.5em;
  padding-top: 4.5em;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .maps {
    height: calc(100vh - 10.5em);
    padding-top: 0;
  }
}

.maps__embed {
  border: none;
  min-height: 37.5em;
  height: inherit;
  width: 100%;
}

.cultural-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: .625em -.75em 2em;
}

.cultural-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-bottom: 1px solid #d0d3d7;
  background-image: none !important;
  margin: .75em;
  max-width: calc(50% - 1.5em);
  -ms-flex-preferred-size: calc(50% - 1.5em);
      flex-basis: calc(50% - 1.5em);
}
@media (min-width: 1100px) {
  .cultural-item {
    max-width: calc(25% - 1.5em);
    -ms-flex-preferred-size: calc(25% - 1.5em);
        flex-basis: calc(25% - 1.5em);
  }
}

.cultural-item__content {
  position: relative;
}

.cultural-item__overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(95, 123, 181, 0.9);
  border-radius: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: opacity 200ms ease-in-out;
  width: 100%;
}

.cultural-item:hover .cultural-item__overlay,
.cultural-item:focus .cultural-item__overlay {
  opacity: 1;
}

.cultural-item__description {
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.16667em;
  padding: 0 .83333em;
  text-align: center;
}

.cultural-item__icon {
  width: 100%;
}

.cultural-item__title {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.16667em;
  margin: .75em 0 1em;
  text-align: center;
}
a.cultural-item:focus .cultural-item__title {
  display: block;
}

/* .cultural-resource {
	position: relative;
}
.cultural-item .detail-overlay {
	@include --layout-vertical;
	@include --layout-center-center;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: rgba(95,123,181, 0);
	transition: background-color .22s ease-in-out;
}
.cultural-item .detail-overlay .detail-text {
	color: rgba(255,255,255, .0);
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.3rem;
	text-align: center;
	padding: 15px;
	transition: color .22s ease-in-out;
}
.cultural-item:hover .detail-overlay {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 500px;
	background-color: rgba(95,123,181, .9);
}
.cultural-item:hover .detail-text {
	opacity: 1;
}
.cultural-item .text-wrap {
	margin: 20px 0 0;
	text-align: center;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.4rem;
}

@media (min-width: $breakpoint-large) {
  .cultural-item {
		max-width: calc(25% - 1.5em);
	}
	.cultural-item .text-wrap{
		margin: 20px 0 0;
		text-align:center;
		font-weight: 600;
		font-size: 1.1em;
		line-height: 1.4rem;
	}
} */
.info-image .info-image__description {
  font-style: italic;
  font-weight: 600;
}
.info-image .info-image__body {
  margin: 0 -1.5em;
  overflow: hidden;
  position: relative;
  width: calc(100% + 3em);
}
.info-image .info-image__body--portait {
  max-width: 37.5em;
}
@media (min-width: 550px) {
  .info-image .info-image__body {
    margin: 0 auto;
    width: 100%;
  }
}
.info-image .info-image__img {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}
.info-image .info-image__trigger {
  background-color: #007fad;
  border: .15em solid #fff;
  border-radius: 100%;
  box-shadow: -0.05em 0.1em 0.5em rgba(0, 0, 0, 0.16), -0.05em 0.1em 0.25em rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  height: 1.8em;
  line-height: 1em;
  transform: translate(-0.9em, -0.9em);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  text-align: center;
  z-index: 2;
  width: 1.8em;
}
.info-image .info-image__trigger:hover {
  transform: translate(-0.9em, -0.9em) scale(1.2);
}
.info-image .info-image__trigger:hover, .info-image .info-image__trigger:focus {
  box-shadow: -0.05em 0.1em 0.75em 0.125em rgba(0, 0, 0, 0.16), -0.05em 0.1em 0.375em 0.0625em rgba(0, 0, 0, 0.26);
}

.popup {
  background: #22407d;
  box-shadow: -1px 2px 10px rgba(0, 0, 0, 0.16), -1px 2px 5px rgba(0, 0, 0, 0.26);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 250ms ease;
  opacity: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 550px) {
  .popup {
    bottom: 50%;
    height: auto;
    left: 50%;
    margin-left: -10em;
    right: 50%;
    top: 50%;
    width: 20em;
  }
}
.popup[hidden] {
  display: none;
}
.popup.show {
  opacity: 100;
}
.popup .popup__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  background: #007fad;
  color: #fff;
  padding: .75em 1.5em;
}
@media (min-width: 550px) {
  .popup .popup__header {
    padding: .75em .875em;
  }
}
.popup .popup__header-text {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: 0.000000001px;
      flex-basis: 0.000000001px;
  font-size: 1.25em;
  font-weight: 700;
}
.popup .popup__body {
  background: #22407d;
  color: #fff;
  overflow: auto;
  padding: 1.5em;
}
.popup .popup__body h2 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
}
@media (min-width: 550px) {
  .popup .popup__body {
    overflow: initial;
  }
}
.popup .popup__close {
  cursor: pointer;
  font-size: 1.5em;
  height: 1em;
  position: relative;
  text-indent: -1000em;
  width: 1.5em;
  background: none;
  border: none;
}
.popup .popup__close:before {
  color: #fff;
  content: '\4d';
  font-family: 'cagov' !important;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  left: 0;
  line-height: 1;
  margin-top: -.125em;
  position: absolute;
  speak: none;
  text-indent: initial;
  text-transform: none;
}

.popup__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.station-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: -.75em 0 0;
  padding: 0 0 32px 0;
  border-bottom: 1px solid #d0d3d7;
}

.swap-grid[aria-hidden=true] {
  display: none;
}

.station {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  margin: .75em 0;
  transition: color 280ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.station-top {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  background: #fff;
  border-top: 6px solid #23417f;
  color: #22407d;
  position: relative;
}
@media (min-width: 550px) {
  .station {
    -ms-flex-preferred-size: calc(50% - .75em);
        flex-basis: calc(50% - .75em);
    min-width: calc(50% - .75em);
  }
}

.hsr-project-grid .station {
  color: #22407d;
}

.station.blank, .station.blank:hover {
  box-shadow: none;
  cursor: default;
  z-index: -1;
}

.station.blank * {
  display: none;
}

.station:hover,
.station:focus {
  text-decoration: none !important;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.125), 0 5px 5px rgba(0, 0, 0, 0.11);
}

.station.hidden {
  max-width: 0;
  max-height: 0;
  margin: 0 !important;
  opacity: 0;
  overflow: hidden;
}

.station[hidden] {
  display: none;
}

.station.show {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.hsr-project-grid .station-top {
  background: #FFF;
  border: 0px;
}

.phase2-station .station-top {
  border-top: 6px solid #ffd618;
}

.hsr-station-grid .phase2-station .station-top {
  border-top: 0;
}

.station-top img {
  display: inline-block;
  margin: 20px 4px 0 4px;
  width: 32px;
  height: 32px;
  vertical-align: top;
}

.station-name {
  display: inline-block;
  margin: 0 40px 0 0;
  padding: 16px 0 32px 0;
  width: calc(100% - 88px);
}

h3.station-loc {
  color: inherit;
  font-size: 2.375em;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 16px 0;
  padding: 0 0 8px 0;
  text-transform: none;
}

.hsr-project-grid .station-loc {
  border-bottom: 0;
}

.hsr-project-grid .station-loc span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1em;
}

.station-site {
  font-weight: 600;
  margin: 0;
  line-height: 1.125em;
  color: #007FAD;
}

.hsr-project-grid .station-site {
  position: absolute;
  bottom: 20px;
  color: #007FAD;
}

.station-site span {
  font-weight: normal;
}

.hsr-project-grid .station-site span {
  font-style: italic;
}

.station-bottom {
  -ms-flex: 0 1;
      flex: 0 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button.expand-grid {
  cursor: pointer;
  display: block;
  margin: 0 auto 2rem auto;
  padding: 8px 24px;
  background: #f0f2f3;
  font-size: 18px;
  font-weight: 700;
}

button.expand-grid span {
  display: inline-block;
}

button.expand-grid img {
  display: inline-block;
  margin: 0 0 0 8px;
  width: 8px;
  height: 32px;
  transform: rotate(90deg);
  vertical-align: middle;
}

button.expand-grid.expanded img {
  transform: rotate(-90deg);
}

.station-media a, .related .related__link, .launch-button {
  background: url(/wp-content/custom/images/next_icon_wh.svg) #007FAD no-repeat 95% center;
  background-size: .625em;
  border: .125em solid transparent;
  color: #fff;
  display: block;
  font-weight: 600;
  margin: .5em 0;
  padding: 1em 2.25em 1em 1em;
  position: relative;
  text-decoration: none;
  transition: background-color .12s ease;
}
.station-media a:hover, .station-media a:focus, .related .related__link:hover, .related .related__link:focus, .launch-button:hover, .launch-button:focus {
  color: #007FAD;
  border-color: #007FAD;
  background-image: url(/wp-content/custom/images/next_icon_thick.svg);
  background-color: #fff;
}
.station-media a .icon-nav-external-link, .related .related__link .icon-nav-external-link, .launch-button .icon-nav-external-link {
  display: none;
}

.related div.related__link:hover, .related div.related__link:focus {
  color: #fff;
  border-color: transparent;
  background: url(/wp-content/custom/images/next_icon_wh.svg) #007FAD no-repeat 95% center;
  background-size: 10px;
}
.related div.related__link a {
  color: #fff;
}

.related {
  position: relative;
  margin: 32px 0;
}

.related .related__link, .related .related__link:hover, .related div.related__link:hover {
  background-position: 98.5% center;
}

.related .related__link span {
  font-style: italic;
  font-weight: normal;
}

.gallery-wrapper img {
  width: 100%;
}

.station-details {
  clear: both;
  position: relative;
}

.station-details > button {
  color: #007FAD;
  font-weight: 600;
}

.station-details .entry:first-of-type {
  margin-top: 1.5em;
}

.station-details .entry > button {
  position: relative;
  margin: 12px 0;
  padding: 0 32px 0 0;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
}

.station-details > .entry > button.open {
  font-weight: 700;
  border-bottom: 0px solid #fff;
  color: #4d4d4d;
}

.station-details .entry-details ol {
  list-style: decimal;
  margin: 0 0 16px 32px;
}

.station-details .entry-details li {
  padding: 4px 0;
}

.station-details .entry .entry {
  border-bottom: none !important;
  margin-left: 0;
  margin-bottom: 15px;
  padding: 5px 15px;
  background-color: #f3f5f6;
}

.station-details .entry .entry > button {
  border-bottom: none !important;
  padding: 0;
  font-size: 1rem;
}

@media (min-width: 550px) {
  .station-details > button {
    position: absolute;
    top: 16px;
    right: 0;
  }

  .station-details dl {
    margin: 1rem 0 1rem 16px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .station-guidelines {
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 900px) {
  .station-top img {
    margin: 20px 4%;
    width: 40px;
    height: 40px;
  }

  .station-name {
    margin: 0 40px 0 0;
    width: calc(90% - 84px);
  }
}
.statistics {
  height: inherit;
  margin: -1.5em;
  overflow: hidden;
  position: relative;
}
@media (max-width: 899px) {
  .statistics {
    margin-bottom: 0;
    margin-top: 3em;
  }
}
.statistics__item {
  box-sizing: border-box;
  height: 100%;
  padding: 1.5em;
  position: relative;
  z-index: 3;
}
.statistics__item[aria-hidden=true] {
  display: none;
}
.statistics__body {
  position: relative;
  z-index: 3;
}
.statistics__background {
  height: 100%;
  margin-left: -1.5em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.statistics .statistics__title,
.statistics .statistics__footer,
.statistics .statistics__toggle {
  color: #fff;
}
.statistics .statistics__title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 .5em;
  text-transform: none;
}
.statistics .statistics__title span {
  display: inline-block;
  font-size: .66667em;
  font-weight: 500;
  line-height: 1em;
}
@media (min-width: 900px) {
  .statistics .statistics__title {
    height: 2em;
    line-height: 1.4em;
    margin: 0;
  }
}
.statistics .statistics__toggle {
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-decoration: underline;
}
.statistics .statistics__toggle:hover, .statistics .statistics__toggle:focus {
  color: #fff;
}
.statistics .statistics__data {
  margin: 0 auto 1.5em;
  position: relative;
}
.statistics .statistics__chart,
.statistics .statistics__filler {
  height: 100%;
  width: 100%;
}
.statistics .statistics__chart {
  position: relative;
  z-index: 3;
}
.statistics #programGoalsChart2 {
  position: absolute;
  top: 0;
  z-index: 2;
}
.statistics .statistics__filler {
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (max-width: 380px) {
  .statistics .statistics__chart,
  .statistics .statistics__filler {
    margin-left: -1.5em;
  }
}
.statistics .statistics__image {
  width: 100%;
}

#statisticsParticipation {
  margin-left: 0;
  margin-right: 0;
  height: auto;
  width: auto;
  max-width: 100%;
}

.statistics_in-content {
  background: #22407d;
  margin: 0;
  padding: .75em .75em 0;
}

.stats-participation {
  background-color: transparent;
  background-image: url("/wp-content/uploads/2021/01/smallBusinessParticipationBkg.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  color: #fff;
  padding-bottom: 1.25em;
}
@media (min-width: 900px) {
  .stats-participation {
    background-position: 60% 50%;
  }
}
.stats-participation .stats-participation__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: .75em .1875em;
  position: relative;
}
.stats-participation .stats-participation__group:before {
  background: rgba(255, 255, 255, 0.2);
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 90% !important;
}
.stats-participation .stats-participation__numeral {
  font-weight: 600;
  -ms-flex: 0 0 3.75rem;
      flex: 0 0 3.75rem;
  margin-right: .75rem;
  width: 3.75rem;
}
.stats-participation .stats-participation__numeral--right {
  text-align: right;
}
.stats-participation .stats-participation__numeral--auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
}
.stats-participation .stats-participation__numeral,
.stats-participation .stats-participation__text {
  display: inline-block;
}
.stats-participation .stats-participation__stat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.stats-participation .stats-participation__stat--primary {
  padding: .375em 0;
}
.stats-participation .stats-participation__stat--primary .stats-participation__numeral {
  font-size: 2.5em;
  line-height: 1.875rem;
}
.stats-participation .stats-participation__stat--primary .stats-participation__text {
  font-size: 1em;
  line-height: 1.25rem;
}
.stats-participation .stats-participation__stat--secondary {
  padding: .375em 0;
}
.stats-participation .stats-participation__stat--secondary .stats-participation__numeral {
  font-size: 2.5em;
  line-height: 1.875rem;
}
.stats-participation .stats-participation__stat--secondary .stats-participation__text {
  font-size: .875em;
  line-height: .9375rem;
}
.stats-participation .stats-participation__stat--tertiary {
  padding: .125em 0;
}
.stats-participation .stats-participation__stat--tertiary .stats-participation__numeral {
  font-size: 1.5em;
  line-height: 1em;
}
.stats-participation .stats-participation__stat--tertiary .stats-participation__text {
  font-size: .875em;
  line-height: 1.5rem;
}
@media (min-width: 550px) {
  .stats-participation .stats-participation__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.stats-participation .stats-participation__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
@media (min-width: 550px) {
  .stats-participation .stats-participation__column {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    width: 50%;
  }
}
.stats-participation .stats-participation__column .stats-participation__group:last-of-type:after {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 90%;
}
.stats-participation .stats-participation__column .stats-participation__group {
  padding-bottom: .75em;
  padding-top: 1em;
}
.stats-participation .stats-participation__spacer {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: 0.000000001px;
      flex-basis: 0.000000001px;
}
.stats-participation .stats-participation__heading {
  color: #fff;
  font-size: .875em;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 .625rem;
  padding: 0 !important;
}
.stats-participation .stats-participation__icon {
  font-size: .875em;
  margin-right: .5em;
}
.stats-participation .stats-participation__icon--orange {
  color: #f4952c;
}
.stats-participation .stats-participation__icon--green {
  color: #8dc740;
}
.stats-participation .stats-participation__icon--yellow {
  color: #f8d82d;
}

#statisticsGoal {
  background-color: transparent;
  background-image: url("/wp-content/uploads/2020/08/statistics__bkg.jpg");
  background-repeat: no-repeat;
  background-position: 50% -12px;
  background-size: contain;
}

#statisticsParticipation {
  margin-left: 0;
  margin-right: 0;
  height: auto;
  width: auto;
  max-width: 100%;
}

.statistics_in-content {
  background: #22407d;
  margin: 0;
  padding: .75em .75em 0;
}

.stats-participation {
  background-color: transparent;
  background-image: url("/wp-content/uploads/2021/01/smallBusinessParticipationBkg.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  color: #fff;
  padding-bottom: 1.25em;
}
@media (min-width: 900px) {
  .stats-participation {
    background-position: 60% 50%;
  }
}
.stats-participation .stats-participation__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: .75em .1875em;
  position: relative;
}
.stats-participation .stats-participation__group:before {
  background: rgba(255, 255, 255, 0.2);
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 90% !important;
}
.stats-participation .stats-participation__numeral {
  font-weight: 600;
  -ms-flex: 0 0 3.75rem;
      flex: 0 0 3.75rem;
  margin-right: .75rem;
  width: 3.75rem;
}
.stats-participation .stats-participation__numeral--right {
  text-align: right;
}
.stats-participation .stats-participation__numeral--auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
}
.stats-participation .stats-participation__numeral,
.stats-participation .stats-participation__text {
  display: inline-block;
}
.stats-participation .stats-participation__stat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.stats-participation .stats-participation__stat--primary {
  padding: .375em 0;
}
.stats-participation .stats-participation__stat--primary .stats-participation__numeral {
  font-size: 2.5em;
  line-height: 1.875rem;
}
.stats-participation .stats-participation__stat--primary .stats-participation__text {
  font-size: 1em;
  line-height: 1.25rem;
}
.stats-participation .stats-participation__stat--secondary {
  padding: .375em 0;
}
.stats-participation .stats-participation__stat--secondary .stats-participation__numeral {
  font-size: 2.5em;
  line-height: 1.875rem;
}
.stats-participation .stats-participation__stat--secondary .stats-participation__text {
  font-size: .875em;
  line-height: .9375rem;
}
.stats-participation .stats-participation__stat--tertiary {
  padding: .125em 0;
}
.stats-participation .stats-participation__stat--tertiary .stats-participation__numeral {
  font-size: 1.5em;
  line-height: 1em;
}
.stats-participation .stats-participation__stat--tertiary .stats-participation__text {
  font-size: .875em;
  line-height: 1.5rem;
}
@media (min-width: 550px) {
  .stats-participation .stats-participation__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.stats-participation .stats-participation__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
@media (min-width: 550px) {
  .stats-participation .stats-participation__column {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    width: 50%;
  }
}
.stats-participation .stats-participation__column .stats-participation__group:last-of-type:after {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 90%;
}
.stats-participation .stats-participation__column .stats-participation__group {
  padding-bottom: .75em;
  padding-top: 1em;
}
.stats-participation .stats-participation__spacer {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: 0.000000001px;
      flex-basis: 0.000000001px;
}
.stats-participation .stats-participation__heading {
  color: #fff;
  font-size: .875em;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 .625rem;
  padding: 0 !important;
}
.stats-participation .stats-participation__icon {
  font-size: .875em;
  margin-right: .5em;
}
.stats-participation .stats-participation__icon--orange {
  color: #f4952c;
}
.stats-participation .stats-participation__icon--green {
  color: #8dc740;
}
.stats-participation .stats-participation__icon--yellow {
  color: #f8d82d;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 22.5em;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .swiper-slide img {
    /* IE10+ specific styles go here */
    height: auto;
  }
}

.section__gallery .section__gallery-button--prev {
  background-image: url(/wp-content/custom/images/prev_icon_wh.svg);
  left: .5em;
  right: auto;
}

.section__gallery .section__gallery-button--next {
  background-image: url(/wp-content/custom/images/next_icon_wh.svg);
  right: .5em;
  left: auto;
}

.section__gallery .section__gallery-button--next, .section__gallery .section__gallery-button--prev {
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 44px;
  margin-top: -22px;
  opacity: .74;
  position: absolute;
  top: 50%;
  transition: opacity .2s ease;
  width: 27px;
  z-index: 10;
}

/* --------------------------------
    Search Results Overrides
    /_search-results.scss
-------------------------------- */
#google-search-results #___gcse_0 {
  display: none;
}
#google-search-results #___gcse_0 + hr {
  display: none;
}
#google-search-results table, #google-search-results td, #google-search-results tr {
  border: none;
}
#google-search-results .gsc-control-searchbox-only input.gsc-input {
  border: 1px solid #757575 !important;
}
#google-search-results .gsc-control-searchbox-only input.gsc-search-button, #google-search-results .gsc-control-searchbox-only button.gsc-search-button {
  opacity: 1;
  top: 6px;
  background: #007fad;
  border: 1px solid #007fad;
}
#google-search-results .gsc-control-searchbox-only input.gsc-search-button:hover, #google-search-results .gsc-control-searchbox-only input.gsc-search-button:focus, #google-search-results .gsc-control-searchbox-only button.gsc-search-button:hover, #google-search-results .gsc-control-searchbox-only button.gsc-search-button:focus {
  background: #22407d;
}
#google-search-results .gsc-control-searchbox-only input.gsc-search-button:focus, #google-search-results .gsc-control-searchbox-only button.gsc-search-button:focus {
  outline: 1px solid black;
}
#google-search-results .gsc-result-info {
  padding: 0;
  color: #767676;
}
#google-search-results .gsc-result-info-container {
  padding: 0 !important;
}
#google-search-results .gs-webResult .gs-visibleUrl {
  color: #22407d;
}
#google-search-results .gs-result, #google-search-results .gs-title, #google-search-results .gs-snippet, #google-search-results .gs-fileFormat {
  font-size: 1rem !important;
}
#google-search-results .gcsc-more-maybe-branding-root a {
  background: none !important;
}

.text-orange {
  color: #d0490f !important;
}
.text-purple {
  color: #5e3b74 !important;
}
.text-green {
  color: #51830f !important;
}
.text-gold {
  color: #f6d226 !important;
}
.text-blue {
  color: #22407d !important;
}

sup {
  font-size: .8rem;
  vertical-align: top;
  top: .5em;
}

.et_pb_bg_layout_dark a:link, .et_pb_bg_layout_dark a:hover, .et_pb_bg_layout_dark a:focus, .et_pb_bg_layout_dark a:visited {
  color: white;
}

.remove-link-decoration a {
  background-image: none !important;
}

/*
  Divi and CAWEB both incorrectly address accessibility of toggles. Symsoft applied a patch in JS that
  moves the button role to the heading (.et_pb_toggle_title) rather than the parent container div.
  Applying the button role to the parent caused JAWS not to change browse modes and lead to an issue where
  the toggle could not be activated with JAWS screen reader despite having the correct role.

  The CSS below adds a focus indicator around the heading for keyboard accessibility.
 */
.et_pb_toggle_title:focus {
  outline: 2px solid #007fad !important;
  outline-offset: 10px !important;
}

.profile-bannerround-image img {
  border-radius: 50%;
}

.timeline {
  font-size: 1.125em;
  margin: 2em 0;
}
.timeline, .timeline ul {
  list-style: none !important;
  padding-left: 0 !important;
  position: relative;
}
.timeline:after,
.timeline .timeline__section:after {
  content: '';
  height: 100%;
  left: 33%;
  margin-left: -.1875em;
  position: absolute;
  right: 67%;
  top: 0;
  width: .375em;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .timeline:after,
  .timeline .timeline__section:after {
    margin-left: 8px;
  }
}
.timeline:after {
  background-color: #d0d3d7;
}
.timeline .timeline__section {
  padding: 1em 0;
  position: relative;
}
.timeline .timeline__section:after {
  z-index: 2;
}
.timeline .timeline__section-heading {
  box-sizing: border-box;
  font-size: 1.3333em;
  font-weight: 400;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 1.375em;
  text-align: right;
  text-transform: none;
  width: 33%;
}
.timeline .timeline__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: 1.66667em;
  margin-left: calc(33% - 12.5em);
  margin-top: 1.66667em;
  width: calc(50% + 12.5em);
}
.timeline .timeline__item-heading,
.timeline .timeline__item-date {
  font: 400 1em/1.3333em "Source Sans Pro", sans-serif;
  z-index: 3;
}
.timeline .timeline__item-heading {
  box-sizing: border-box;
  color: #4a4a4a;
  -ms-flex-preferred-size: calc(100% - 12.5em);
      flex-basis: calc(100% - 12.5em);
  margin-bottom: 0;
  margin-top: 0;
  -ms-flex-order: 2;
      order: 2;
  text-transform: none;
  padding-left: 1.875em;
  width: calc(100% - 12.5em);
}
.timeline .timeline__item-date {
  box-sizing: border-box;
  -ms-flex-preferred-size: 12.5em;
      flex-basis: 12.5em;
  -ms-flex-order: 1;
      order: 1;
  padding-right: 1.875em;
  position: relative;
  text-align: right;
  width: 12.5em;
}
.timeline .timeline__item-date:after {
  background: #fff;
  border: 0.25em solid #d0d3d7;
  border-radius: 50%;
  display: block;
  content: '';
  height: 40px;
  position: absolute;
  right: -1.1875em;
  top: -.5em;
  width: 40px;
}
.timeline .timeline__item--completed .timeline__item-date:before {
  content: '\4e';
  font-family: 'CaGov' !important;
  font-size: 1.16667em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -.5em;
  top: 2px;
  z-index: 4;
  color: green;
}
.timeline .timeline__section--phase-1:after {
  background-color: #22407d;
}
.timeline .timeline__section--phase-1 .timeline__item-date:after {
  border-color: #22407d;
}
.timeline .timeline__section--phase-2:after {
  background-color: #fdb81e;
}
.timeline .timeline__section--phase-2 .timeline__item-date:after {
  border-color: #fdb81e;
}
.timeline .timeline__section:last-of-type {
  padding-bottom: 0;
}
.timeline .timeline__section:last-of-type .timeline__item:last-of-type {
  margin-bottom: 0;
}

.quotes {
  background: transparent;
  border: 1px solid #d0d3d7;
  padding: 3em;
}
@media (max-width: 899px) {
  .quotes {
    margin-left: -1.5em;
    margin-right: -1.5em;
    padding: 1.5em;
  }
}
.quotes .quote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #fff;
  width: 100%;
}
.quotes .quote img {
  display: none;
}
.quotes .quote blockquote {
  box-sizing: border-box;
  margin: 0;
  padding: 1.5em 3em;
}
.quotes .quote blockquote:before {
  background-color: transparent;
  background-image: url("/images/blockquote.png");
  background-position: center;
  background-size: cover;
  content: '';
  display: block;
  height: 1.25em;
  margin-left: -1.125em;
  width: 1.875em;
}
.quotes .quote blockquote p {
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.2727em;
  margin-bottom: 1.0909em;
}
.quotes .quote blockquote p:after {
  content: "”";
}
.quotes .quote blockquote footer {
  font-size: .9375em;
  margin-bottom: 1.6em;
  text-align: right;
}
.quotes .quote blockquote a {
  font-weight: 700;
  text-transform: uppercase;
}
.quotes .quote blockquote a:before {
  content: '\2014';
  display: inline-block;
  margin-right: .25em;
}
@media (min-width: 900px) {
  .quotes .quote {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .quotes .quote img {
    display: block;
    -ms-flex: 0 0 46%;
        flex: 0 0 46%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 46%;
  }
  .quotes .quote blockquote {
    -ms-flex: 0 0 54%;
        flex: 0 0 54%;
    padding-right: 1.5em;
  }
}
.quotes__cta {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media (min-width: 900px) {
  .quotes__cta {
    width: calc(100% - 9.75em);
  }
}
.quotes__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: .375em 0 .75em;
}
.quotes__nav-arrow {
  color: #007fad;
  cursor: pointer;
  font-size: 2.25em;
}

_:-ms-fullscreen, :root .quotes .quote blockquote {
  -ms-flex-preferred-size: calc(54% - 5em);
      flex-basis: calc(54% - 5em);
  width: 54%;
}

.tablepress thead th, .tablepress tfoot th {
  background-color: #f0f2f3;
}
.tablepress.table-break-all * {
  word-break: break-all;
}

.appendix__table {
  border-color: #d0d3d7;
  border-style: solid;
  border-width: 1px 1px 0 0;
  width: 100%;
}
.appendix__table tr th {
  background: #324158;
  color: white;
}
.appendix__table tr th, .appendix__table tr td {
  border-color: #d0d3d7;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: .125em .25em;
  text-align: left;
}

.appendix__caption {
  font-size: .875em;
  line-height: 1.2857em;
}

.bubbles--offset .bubbles {
  margin: -6em auto 4.5em;
  max-width: 1440px;
}
.bubbles--offset.bubbles__wrapper {
  margin-top: 7.5em;
}

.bubbles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bubbles .bubbles__item {
  background: #efefef;
  border-radius: 100%;
  border: .75em solid #fff;
  -ms-flex-preferred-size: calc(50% - 3em);
      flex-basis: calc(50% - 3em);
  margin: 0 .375em;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.bubbles .bubbles__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  color: #22407d;
  font-size: 1.5em;
  font-weight: 700;
  height: 100%;
  position: absolute;
  transform: translateY(0.25rem);
  transition: transform 250ms ease;
  width: 100%;
  z-index: 2;
}
.bubbles .bubbles__image {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}
.bubbles .bubbles__item:hover .bubbles__text,
.bubbles .bubbles__item:focus .bubbles__text {
  transform: translateY(calc(-100%));
}

@media (min-width: 900px) {
  .bubbles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .bubbles .bubbles__item {
    -ms-flex-preferred-size: calc(25% - 3em);
        flex-basis: calc(25% - 3em);
  }

  .bubbles--offset .bubbles {
    margin: -9em auto 1.875em;
  }
  .bubbles--offset.bubbles__wrapper {
    margin-top: 5em;
  }
}
/*
  Service Tiles
  -------------------------------
  Style corrections to service tiles when h2 was used instead of the default h4.
  Resets fonts to the original size of 1.25rem
*/
.service-tile .title {
  font-size: 1.25rem;
}

.stylized-map {
  margin: 3em auto;
  max-width: 90em;
  width: 100%;
}
.stylized-map--vertical {
  max-width: 60em;
}
.stylized-map .body {
  border-color: #d0d3d7;
  border-style: solid;
  border-width: 1px 0;
  height: calc(100vh - 72px);
  min-height: 41.25em;
  position: relative;
}
@media (min-width: 900px) {
  .stylized-map .body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    border-width: 1px;
    height: auto;
    margin: 0 1.5em;
    min-height: 41.25em;
  }
}
.stylized-map--vertical .body {
  height: calc(100vh - 180px);
  min-height: 33.75em;
}
@media (min-width: 900px) {
  .stylized-map--vertical .body {
    display: block;
    height: auto;
    min-height: 41.25em;
  }
}
.stylized-map .nav {
  border-top: 1px solid #d0d3d7;
  list-style: none;
  margin: 0;
  padding: 0;
}
.stylized-map .nav:last-of-type {
  margin-bottom: 0;
}
.stylized-map .nav .nav__item {
  border-bottom: 1px solid #d0d3d7;
}
.stylized-map .nav .nav__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  color: #324158;
  font-weight: 600;
  line-height: 1.25em;
  padding: .5625em 1.875em;
  text-decoration: none;
}
.stylized-map .nav .nav__link:hover, .stylized-map .nav .nav__link:focus {
  background-color: #f0f2f3;
}
.stylized-map .nav .nav__link[aria-selected] {
  background: #22407d;
  color: #fff;
}
.stylized-map .nav--theme1 .nav__link[aria-selected] {
  background: #65a411;
}
.stylized-map .nav--theme2 .nav__link[aria-selected] {
  background: #e76125;
}
.stylized-map .nav--theme3 .nav__link[aria-selected] {
  background: #5e3b74;
}
.stylized-map .nav--theme4 .nav__link[aria-selected] {
  background: #8f267f;
}
.stylized-map .nav--theme5 .nav__link[aria-selected] {
  background: #ffd618;
}
.stylized-map .nav--theme6 .nav__link[aria-selected] {
  background: #009cc5;
}
.stylized-map .nav--theme7 .nav__link[aria-selected] {
  background: #324158;
}
@media (min-width: 900px) {
  .stylized-map--vertical .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    border-bottom: 1px solid #d0d3d7;
    border-top: none;
    min-height: 36px;
    width: 100%;
  }
  .stylized-map--vertical .nav .nav__item {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-preferred-size: 0.000000001px;
        flex-basis: 0.000000001px;
    border-bottom: none;
    text-align: center;
  }
  .stylized-map--vertical .nav .nav__item + .nav__item {
    border-left: 1px solid #d0d3d7;
  }
}
.stylized-map .drawer {
  background: #fff;
  height: 100%;
  overflow-y: hidden;
  width: 100%;
  z-index: 3;
}
.stylized-map .drawer::-webkit-scrollbar {
  width: .375em;
}
.stylized-map .drawer::-webkit-scrollbar-track {
  background: transparent;
  width: .375em;
}
.stylized-map .drawer::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: .1875em;
  transition: background-color 0.5s ease;
}
.stylized-map .drawer:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}
.stylized-map .drawer::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}
.stylized-map .drawer .drawer__header {
  color: #4a4a4a;
  font-size: .875em;
  font-weight: 500;
  margin: 0;
  padding: 1.125rem 1.125rem .375rem;
  text-transform: uppercase;
}
.stylized-map .drawer.expanded {
  transform: translateX(0);
}
.stylized-map .drawer .nav__item {
  width: 100%;
}
.stylized-map .drawer a.nav__link {
  background-image: none;
}
.stylized-map .drawer__toggle {
  background: #22407d;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  height: 2.75rem;
  left: 0;
  line-height: 1em;
  padding: .25em;
  position: absolute;
  top: 0;
  transition: left 250ms ease-out;
  width: 2.75rem;
  z-index: 4;
}
.stylized-map .drawer__toggle i {
  display: block;
  font-style: normal;
  opacity: .7;
  transform: rotate(180deg);
  transition: opacity 100ms;
}
.stylized-map .drawer__toggle:hover i, .stylized-map .drawer__toggle:focus i {
  opacity: 1;
}
.stylized-map .drawer__toggle[aria-expanded="true"] {
  left: calc(100% - 2.5em);
}
.stylized-map .drawer__toggle[aria-expanded="true"] i {
  transform: rotate(0deg);
}
@media (max-width: 899px) {
  .stylized-map .drawer {
    box-shadow: 0 0 0.375em rgba(0, 0, 0, 0.75);
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: transform 250ms ease-out;
  }
}
@media (min-width: 900px) {
  .stylized-map .drawer {
    border-right: 1px solid #d0d3d7;
    display: initial;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    min-width: 25%;
    position: relative;
    width: auto;
  }
  .stylized-map .drawer__toggle {
    display: none;
  }
}
@media (min-width: 900px) {
  .stylized-map--vertical .drawer {
    display: block;
    min-height: 36px;
    width: 100%;
  }
}
.stylized-map .map {
  background: #e8f5fa;
  height: calc(100vh - 72px);
  min-height: 41.25em;
  overflow: hidden;
}
.stylized-map .map__line--active, .stylized-map .map__line--active > path, .stylized-map .map__line--active > line {
  stroke: #8f267f;
}
.stylized-map .map__line--dashed, .stylized-map .map__line--dashed > path, .stylized-map .map__line--dashed > line {
  stroke: #8f267f;
  stroke-dasharray: 6px 6px;
}
.stylized-map .map__line--solid, .stylized-map .map__line--solid > path, .stylized-map .map__line--solid > line {
  stroke: #8f267f;
  stroke-dasharray: none;
}
.stylized-map .map__point--active {
  fill: #8f267f;
  stroke: #8f267f;
}
.stylized-map .map [tabindex] {
  cursor: pointer;
}
@media (max-width: 899px) {
  .stylized-map.active .map__wrapper {
    transform: translateY(-150px);
  }
}
@media (max-width: 899px) {
  .stylized-map.active .map__wrapper.map__wrapper--no-mobile-jump {
    transform: translateY(0);
  }
}
.stylized-map .map__wrapper {
  height: inherit;
  overflow: hidden;
  position: relative;
  transition: transform 125ms;
  width: 100%;
}
.stylized-map .map__wrapper > svg {
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transform: scale(3);
}
.stylized-map--vertical .map {
  height: calc(100vh - 180px);
  min-height: 33.75em;
}
@media (min-width: 900px) {
  .stylized-map .map, .stylized-map--vertical .map {
    -ms-flex-preferred-size: calc(100% - 25%);
        flex-basis: calc(100% - 25%);
    height: 41.25em;
  }
}
.stylized-map .dialog {
  background: #fff;
  border-color: #d0d3d7;
  border-style: solid;
  border-width: 1px 0 0;
  box-sizing: border-box;
  height: inherit;
  overflow-y: auto;
  padding: 1.5em 1px 0.75em 1.5em;
  position: relative;
}
.stylized-map .dialog:not([hidden]) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.stylized-map .dialog .dialog__title {
  color: #22407d;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.08333em;
  margin: 0;
  padding-right: 1em;
}
.stylized-map .dialog .dialog__callout {
  color: #8f267f;
  margin: 0;
}
.stylized-map .dialog .dialog__content {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: 0.000000001px;
      flex-basis: 0.000000001px;
  overflow-y: auto;
  padding-bottom: 0.75em;
  padding-right: 1.5em;
}
.stylized-map .dialog .dialog__content::-webkit-scrollbar {
  width: .375em;
}
.stylized-map .dialog .dialog__content::-webkit-scrollbar-track {
  background: transparent;
  width: .375em;
}
.stylized-map .dialog .dialog__content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: .1875em;
  transition: background-color 0.5s ease;
}
.stylized-map .dialog .dialog__content:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}
.stylized-map .dialog .dialog__content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}
.stylized-map .dialog p, .stylized-map .dialog ul {
  font-size: .9375em;
  line-height: 1.4444em;
}
.stylized-map .dialog p * .stylized-map .dialog p, .stylized-map .dialog ul * .stylized-map .dialog p, .stylized-map .dialog p * .stylized-map .dialog ul, .stylized-map .dialog ul * .stylized-map .dialog ul {
  margin-top: 1em;
}
.stylized-map .dialog li + li {
  margin-top: 1em;
}
.stylized-map .dialog ul li {
  list-style: none;
}
.stylized-map .dialog ul li:before {
  color: #8f267f;
  content: "\25AA";
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  margin-left: -1em;
  vertical-align: bottom;
  width: 1em;
}
.stylized-map .dialog__wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  width: 25%;
}
.stylized-map .dialog__wrapper .launch-button {
  color: #fff;
  background: #007fad;
  border: 2px solid #007fad;
  display: none;
  margin-right: 1.5em;
  margin-top: .5em;
  padding: 1em;
  text-decoration: none;
}
.stylized-map .dialog__wrapper .launch-button:hover, .stylized-map .dialog__wrapper .launch-button:focus {
  color: #007fad;
  background: white;
  background-image: none;
}
.stylized-map .dialog__shade {
  position: relative;
}
.stylized-map .dialog__shade:before {
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  content: '';
  height: 0.75em;
  position: absolute;
  top: -0.75em;
  width: calc(100% - 1.5em);
}
.stylized-map .dialog__close {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007fad;
  cursor: pointer;
  font-size: 1.5em;
  height: 1em;
  overflow: hidden;
  position: absolute;
  top: .5em;
  right: .5em;
  width: 1em;
}
.stylized-map .dialog__close:before {
  content: "";
}
.stylized-map .dialog__close span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
@media (max-width: 899px) {
  .stylized-map .dialog__wrapper {
    bottom: 0;
    height: 200px;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .stylized-map .dialog {
    border-width: 1px;
    border-radius: 0.75em;
    padding-top: 2.25em;
  }
  .stylized-map .dialog p, .stylized-map .dialog ul {
    font-size: 1.125em;
  }
  .stylized-map .dialog .dialog__title {
    font-size: 1.5em;
  }
  .stylized-map .dialog__wrapper {
    height: calc(100% - 3em);
    left: calc(25% + 3em);
    top: 3em;
  }
  .stylized-map .dialog__wrapper .launch-button {
    display: block;
  }
}
@media (min-width: 900px) {
  .stylized-map--vertical .dialog__wrapper {
    left: 1.5em;
    top: 4.5em;
    width: 33%;
  }
  .stylized-map--vertical .dialog p, .stylized-map--vertical .dialog ul {
    font-size: 1em;
  }
  .stylized-map--vertical .dialog li + li {
    margin-top: 0;
  }
  .stylized-map--vertical .dialog p + ul {
    margin-top: -1em;
  }
}
.stylized-map .legend {
  background: #fff;
  border: 1px solid #d0d3d7;
  border-radius: 0.75em;
  max-width: 25%;
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  z-index: 2;
}
.stylized-map .legend .legend__header {
  background: #324158;
  border-top-left-radius: 0.75em;
  border-top-right-radius: 0.75em;
  color: white;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  margin: 0;
  padding: 0.375em 0.75em;
  text-transform: none;
}
.stylized-map .legend .legend__body {
  padding: 0.75em;
}
.stylized-map .legend .legend__items {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.stylized-map .legend .legend__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
}
.stylized-map .legend .legend__item + .legend__item {
  margin-top: .5em;
}
.stylized-map .legend .legend__graphic {
  -ms-flex-preferred-size: 24px;
      flex-basis: 24px;
  margin-right: .375em;
  min-width: 24px;
  text-align: center;
}
.stylized-map .legend .legend__text {
  font-size: .75em;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  line-height: 1em;
}
@media (max-width: 549px) {
  .stylized-map .legend {
    border-right-width: 0;
    border-top-width: 0;
    border-radius: 0;
    right: 0;
    top: 0;
    max-width: 33.33%;
  }
  .stylized-map .legend .legend__header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: .875em;
  }
  .stylized-map .legend .legend__body {
    padding: 0.375em;
  }
  .stylized-map .legend .legend__graphic {
    -ms-flex-preferred-size: 16px;
        flex-basis: 16px;
    min-width: 16px;
  }
  .stylized-map .legend .legend__graphic span {
    width: 16px !important;
  }
  .stylized-map .legend .legend__text {
    font-size: .625em;
  }
}

.info-buckets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}

.info-buckets__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 75em;
}

.info-buckets__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.info-bucket__text,
.info-bucket__graphic {
  box-sizing: border-box;
  margin-left: 1.5em;
  margin-right: 1.5em;
  max-width: 33.75em;
}
@media (max-width: 549px) {
  .info-bucket__text,
  .info-bucket__graphic {
    margin-left: 0;
    margin-right: 0;
  }
  .info-bucket__text > figure,
  .info-bucket__graphic > figure {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.info-bucket__text .info-bucket__heading,
.info-bucket__graphic .info-bucket__heading {
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 1em;
  text-transform: initial;
}
.info-bucket__text .info-bucket__heading--theme1,
.info-bucket__graphic .info-bucket__heading--theme1 {
  color: #65a411;
}
.info-bucket__text .info-bucket__heading--theme2,
.info-bucket__graphic .info-bucket__heading--theme2 {
  color: #e76125;
}
.info-bucket__text .info-bucket__heading--theme3,
.info-bucket__graphic .info-bucket__heading--theme3 {
  color: #5e3b74;
}
.info-bucket__text .info-bucket__heading--theme4,
.info-bucket__graphic .info-bucket__heading--theme4 {
  color: #8f267f;
}
.info-bucket__text .info-bucket__heading--theme5,
.info-bucket__graphic .info-bucket__heading--theme5 {
  color: #ffd618;
}
.info-bucket__text .info-bucket__heading--theme6,
.info-bucket__graphic .info-bucket__heading--theme6 {
  color: #009cc5;
}
.info-bucket__text .info-bucket__heading--theme7,
.info-bucket__graphic .info-bucket__heading--theme7 {
  color: #324158;
}
.info-bucket__text .info-bucket__sub-heading,
.info-bucket__graphic .info-bucket__sub-heading {
  font-size: 1.125em;
  line-height: 1em;
  margin: 1em 0 .5em;
}
.info-bucket__text .info-bucket__sub-heading--theme1,
.info-bucket__graphic .info-bucket__sub-heading--theme1 {
  color: #65a411;
}
.info-bucket__text .info-bucket__sub-heading--theme2,
.info-bucket__graphic .info-bucket__sub-heading--theme2 {
  color: #e76125;
}
.info-bucket__text .info-bucket__sub-heading--theme3,
.info-bucket__graphic .info-bucket__sub-heading--theme3 {
  color: #5e3b74;
}
.info-bucket__text .info-bucket__sub-heading--theme4,
.info-bucket__graphic .info-bucket__sub-heading--theme4 {
  color: #8f267f;
}
.info-bucket__text .info-bucket__sub-heading--theme5,
.info-bucket__graphic .info-bucket__sub-heading--theme5 {
  color: #ffd618;
}
.info-bucket__text .info-bucket__sub-heading--theme6,
.info-bucket__graphic .info-bucket__sub-heading--theme6 {
  color: #009cc5;
}
.info-bucket__text .info-bucket__sub-heading--theme7,
.info-bucket__graphic .info-bucket__sub-heading--theme7 {
  color: #324158;
}

@media (min-width: 900px) {
  .info-buckets__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .info-bucket__text,
  .info-bucket__graphic {
    max-width: auto;
  }

  .info-buckets__column .info-bucket__text,
  .info-buckets__column .info-bucket__graphic {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .info-bucket--order-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .info-bucket--order-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .info-bucket--order-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .info-bucket--order-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .info-bucket--order-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .info-bucket--order-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .info-bucket--order-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .info-bucket--order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
}
.info-bucket__text {
  font-size: 1.125em;
  line-height: 1.3333em;
  margin-bottom: 0.75em;
}

.info-bucket__graphic {
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 3em;
  position: relative;
}
.info-bucket__graphic--no-elevation {
  box-shadow: none;
}
.info-bucket__graphic--wide {
  max-width: 100%;
}
.info-bucket__graphic + .info-bucket__addendum {
  margin-bottom: 3em;
  margin-top: -3em;
}
@media (max-width: 549px) {
  .info-bucket__graphic + .info-bucket__addendum p {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
}

.info-bucket__chart-description {
  max-width: 800px;
}
.info-bucket__chart-description table {
  border: 1px solid #dbdbdb;
  padding: 0;
  width: 100%;
}
.info-bucket__chart-description table th {
  background: #ebebeb;
  text-align: left;
}
.info-bucket__chart-description table th, .info-bucket__chart-description table td {
  border: 1px solid #dbdbdb;
  margin: 0;
  padding: 4px;
}

.mobility-bucket {
  padding: 1.5em;
}

.mobility-bucket__map {
  width: 50%;
}

.mobility-bucket__content {
  left: 30%;
  position: absolute;
  text-align: center;
  top: 1.5em;
  width: 70%;
}

.mobility-bucket__people {
  width: 4.75em;
}

.aq-bucket {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  min-height: 20.625em;
}
.aq-bucket > span {
  background-size: cover;
  height: inherit;
}
.aq-bucket > p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background: url("/images/factsheet/statewide/arrow.svg");
  background-size: cover;
  color: #fff;
  font-weight: 700;
  height: 6.75em;
  left: 44%;
  margin: -3.375em 0 0 -3.75em;
  position: absolute;
  top: 50%;
  width: 9em;
}
.aq-bucket > p span {
  display: inline-block;
  margin-left: 1.25em;
  line-height: 1.125em;
}

.aq-bucket__traffic {
  background: url("/wp-content/uploads/2021/01/aq-bucket__traffic.jpg");
  width: 44%;
}

.aq-bucket__train {
  background: url("/wp-content/uploads/2021/01/aq-bucket__train.jpg");
  width: 57%;
}

.chart-bucket figure {
  padding: 1.5em;
  margin: 0;
}
.chart-bucket figure p {
  font-size: .875em;
  line-height: 1.2857em;
  margin-bottom: 0;
}

.info-bucket__caption {
  font-size: .875em;
  line-height: 1.2857em;
  margin-bottom: 0;
  margin-top: 0;
}

.job-bucket {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.job-bucket__info-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #8f267f;
  color: #fff;
  padding: 2.25em 0.75em;
}
.job-bucket__info-1 img {
  margin-right: 2.25em;
  width: 4.5em;
}
.job-bucket__info-1 p {
  line-height: 1.25em;
  margin: 0;
  width: 50%;
}

.job-bucket__info-2 {
  background: #da3b26;
  color: #fff;
  font-weight: bold;
  margin: 0;
  text-align: center;
  padding: 0.75em;
}

.job-bucket__image {
  -ms-flex: auto;
      flex: auto;
  background: url("/wp-content/uploads/2021/01/job-bucket.jpg");
  background-position: 50% 0;
  background-size: cover;
}

blockquote {
  font-size: 1rem;
  padding: 0 2rem;
  font-style: italic;
}
blockquote p:last-child {
  margin-bottom: 0;
}

.launch-video {
  display: block;
  position: relative;
  text-decoration: none !important;
}
.launch-video:after {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  box-sizing: border-box;
  color: #fff;
  content: "\e907";
  font-family: 'CaGov' !important;
  font-size: 5em;
  height: 1em;
  left: 50%;
  line-height: 1em;
  margin-left: -.5em;
  margin-top: -.5em;
  position: absolute;
  text-indent: .05em;
  top: 50%;
  width: 1em;
  z-index: 3;
}
.launch-video .launch-video__text {
  background: #324158;
  color: white;
  display: block;
  font-size: 1em;
  line-height: 1em;
  padding: .375em;
  position: absolute;
  right: 1.5em;
  top: 1.5em;
}
.launch-video .launch-video__text i {
  font-style: normal;
}
.launch-video .launch-video__image {
  display: block;
}
.launch-video:hover .launch-video__image, .launch-video:focus .launch-video__image {
  outline: 0.375em solid #ffd618;
}
.launch-video:hover:after, .launch-video:focus:after {
  color: #ffd618;
}

.launch-video__caption {
  display: block;
  font-size: .875em;
  font-style: italic;
}
@media (max-width: 549px) {
  .launch-video__caption {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
  }
}

.utility-header {
  background: #22407d;
}
.utility-header .btn.btn-primary {
  background: #22407d;
  border-color: #22407d;
  color: #d0d4de;
}
.utility-header .btn.btn-primary:hover, .utility-header .btn.btn-primary:focus {
  background-color: #22407d;
  border-color: #22407d;
  color: #ffffff;
  text-decoration: underline;
}
.utility-header .settings-links a:link, .utility-header .settings-links a:visited {
  color: #d0d4de;
}
.utility-header .settings-links a:hover, .utility-header .settings-links a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.utility-header .social-media-links a:link, .utility-header .social-media-links a:visited {
  color: #d0d4de;
}
.utility-header .social-media-links a:hover, .utility-header .social-media-links a:focus {
  color: #ffffff;
}

.navigation-search {
  border-bottom-color: #007fad;
}

.nav-item:hover::after, .nav-item:focus::after {
  background-color: #22407d;
}

.megadropdown .first-level-link .ca-gov-icon-logo.invisible, .singlelevel .first-level-link .ca-gov-icon-logo.invisible {
  font-size: 17px;
}
@media (max-width: 767px) {
  .megadropdown .first-level-link .ca-gov-icon-triangle-down, .singlelevel .first-level-link .ca-gov-icon-triangle-down {
    display: none;
  }
}

#nav-item-search .ca-gov-icon-search {
  visibility: hidden;
  font-size: 17px;
}
#nav-item-search button.first-level-link {
  min-height: 50px;
  height: calc(100% - 5px) !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.top-level-nav li:first-child .first-level-link {
  border-top: 1px solid #E1F2F7;
}

.nav-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: cards-counter;
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.nav-cards .nav-card__container {
  box-sizing: border-box;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin: 0;
  padding: 0.75em;
}
@media (min-width: 550px) {
  .nav-cards .nav-card__container {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 900px) {
  .nav-cards .nav-card__container {
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4);
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 900px) {
  .nav-cards .nav-card__container {
    -ms-flex-preferred-size: calc(33.33% - 1.5em);
        flex-basis: calc(33.33% - 1.5em);
  }
}
.nav-cards .nav-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: rgba(255, 255, 255, 0.07);
  background-image: none !important;
  box-sizing: border-box;
  color: white;
  height: 100%;
  padding: 1.5em;
  padding-left: 2.25em;
  position: relative;
  text-decoration: none;
}
@media (min-width: 550px) {
  .nav-cards .nav-card {
    padding-left: 3.75em;
  }
}
.nav-cards .nav-card:before {
  content: '';
  height: 0;
  border-color: #007fad transparent transparent transparent;
  border-style: solid;
  border-width: 4em 4em 0 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.nav-cards .nav-card:after {
  color: white;
  content: counter(cards-counter);
  counter-increment: cards-counter;
  font-size: 1.375em;
  font-weight: 700;
  left: .75rem;
  position: absolute;
  top: .375rem;
}
.nav-cards .nav-card:hover:before, .nav-cards .nav-card:focus:before {
  border-top-color: #ffd618;
}
.nav-cards .nav-card:hover:after, .nav-cards .nav-card:focus:after {
  color: #324158;
}
.nav-cards .nav-card:hover .nav-card__caption, .nav-cards .nav-card:focus .nav-card__caption {
  color: #ffd618;
  text-decoration: none;
}
.nav-cards .nav-card__title {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: 0.000000001px;
      flex-basis: 0.000000001px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.25em;
  padding-right: 1em;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .nav-cards .nav-card__title {
    font-size: 1.25em;
  }
}
@media (min-width: 1100px) {
  .nav-cards .nav-card__title {
    font-size: 1.5em;
  }
}
.nav-cards .nav-card__caption {
  text-align: right;
  text-decoration: underline;
}

ol.list-circle-purple {
  counter-reset: listitems;
  list-style: none;
  padding-left: 0;
  padding-right: 1.5em;
}
ol.list-circle-purple li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  counter-increment: listitems;
  margin-bottom: 1.75rem;
}
ol.list-circle-purple li:before {
  background: #8f267f;
  border-radius: 100%;
  color: #fff;
  content: counter(listitems);
  -ms-flex-preferred-size: 1.75rem;
      flex-basis: 1.75rem;
  font-size: 1rem;
  font-weight: 700;
  height: 1.75rem;
  line-height: 1.75rem;
  min-width: 1.75rem;
  text-align: center;
  margin-right: 25px;
}

ul.list-square-blue li {
  list-style: none;
}
ul.list-square-blue li:before {
  color: #009cc5;
  content: "\25AA";
  display: inline-block;
  font-size: 2em;
  font-weight: 700;
  margin-left: -1em;
  vertical-align: bottom;
  width: 1em;
}

.horizontal-deep-links ul, .horizontal-deep-links ol {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  text-align: center;
}
.horizontal-deep-links ul li, .horizontal-deep-links ol li {
  display: inline-block;
  margin: .5em 0;
}
@media (max-width: 549px) {
  .horizontal-deep-links ul li, .horizontal-deep-links ol li {
    display: block;
  }
}
@media (min-width: 550px) {
  .horizontal-deep-links ul li:before, .horizontal-deep-links ol li:before {
    content: "";
    border-left: 1px solid #d0490f;
    margin: 1.5em;
  }
  .horizontal-deep-links ul li:first-child:before, .horizontal-deep-links ol li:first-child:before {
    border: none;
    margin: 0;
  }
}
.horizontal-deep-links ul li a, .horizontal-deep-links ol li a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
}

ul.horizontal-divided-links, ol.horizontal-divided-links {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  text-align: center;
}
ul.horizontal-divided-links li, ol.horizontal-divided-links li {
  display: inline-block;
  margin: .5em 0;
}
@media (max-width: 549px) {
  ul.horizontal-divided-links li, ol.horizontal-divided-links li {
    display: block;
  }
}
@media (min-width: 550px) {
  ul.horizontal-divided-links li:before, ol.horizontal-divided-links li:before {
    content: "";
    border-left: 1px solid #4a4a4a;
    margin: 1.5em;
  }
  ul.horizontal-divided-links li:first-child:before, ol.horizontal-divided-links li:first-child:before {
    border: none;
    margin: 0;
  }
}
ul.horizontal-divided-links li a, ol.horizontal-divided-links li a {
  display: inline-block;
}

.entry-content .list-divided {
  list-style: none;
  padding-left: 0 !important;
  height: auto;
}

.list-columns-2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 5.5%;
       column-gap: 5.5%;
}
.list-columns-3 {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 5.5%;
       column-gap: 5.5%;
}

.list-unstyled {
  list-style: none !important;
  padding-left: 0 !important;
}

.list-square {
  padding-left: 1.5em;
}
.list-square li {
  list-style-type: square;
  list-style-position: outside;
  list-style-image: url("data:image/gif;base64,R0lGODlhEAAKAPAAADJBWAAAACH5BAEAAAEALAAAAAAQAAoAAAIWhI+hiw3L3IFKTmoNDfnhvHUh+FlbAQA7");
}
.list-square li + li {
  margin-top: 1em;
}

/* Translate Press */
/* Improves color contrast to comply with AA Contrast requirements.  */
#trp-floater-ls.trp-color-dark {
  background: #1a1a1a;
}

#trp-floater-ls-language-list a:hover, #trp-floater-ls-language-list a:focus {
  color: white;
}

/* Extends WordPress Image Alignment Styles */
img.alignleft {
  margin-right: 35px !important;
}

img.alignright {
  margin-left: 35px !important;
}

/* !!! MENU PATCH DELETE AFTER CAWEB OFFICIAL FIX !!! */
@media (min-width: 768px) and (max-width: 991px) {
  /* FORCE MENU INTO NEW LINE BELOW LOGO AND REPOSITION */
  #navigation {
    display: block;
    padding-left: 0;
    margin-top: -44px;
  }

  /* REPOSITION SEARCH SO IT RESTS BELOW MENU */
  #head-search {
    top: 104px !important;
  }
}
/* !!! END MENU PATCH !!! */
