@charset "UTF-8";
@font-face {
  font-family: "Fenwick Oregon";
  src: url("/transparency/Theme%20Files/Fonts/fenwick-oregon-bold-webfont.woff2") format("woff2"), url("/transparency/Theme%20Files/Fonts/fenwick-oregon-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.far, .fal {
  font-family: "Font Awesome 5 Pro";
}

/* ----- BUTTONS ----- */
:not(#x) .gov-btn, :not(#x) newsroom-web-part .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
  margin-right: 1em;
  margin-bottom: 1em;
  border-radius: 0rem;
  font-size: 1.02rem;
  font-weight: 500;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  border: solid 0.16rem transparent;
  text-decoration: none;
  padding: 1rem 2rem;
  font-size: 1.18rem;
  line-height: 0.98;
  border-radius: 10px;
}
:not(#x) .gov-btn:hover, :not(#x) .gov-btn:disabled, :not(#x) .gov-btn:visited, :not(#x) .gov-btn:active, :not(#x) .gov-btn:active:focus, :not(#x) newsroom-web-part .btn:hover, :not(#x) newsroom-web-part .btn:disabled, :not(#x) newsroom-web-part .btn:visited, :not(#x) newsroom-web-part .btn:active, :not(#x) newsroom-web-part .btn:active:focus {
  border-color: transparent;
  box-shadow: none;
  text-decoration: none;
}
:not(#x) .gov-btn i.far, :not(#x) .gov-btn i.fab, :not(#x) .gov-btn i.fal, :not(#x) .gov-btn i.fa, :not(#x) .gov-btn i.fas, :not(#x) .gov-btn i.fad, :not(#x) .gov-btn span.far, :not(#x) .gov-btn span.fab, :not(#x) .gov-btn span.fal, :not(#x) .gov-btn span.fa, :not(#x) .gov-btn span.fas, :not(#x) .gov-btn span.fad, :not(#x) newsroom-web-part .btn i.far, :not(#x) newsroom-web-part .btn i.fab, :not(#x) newsroom-web-part .btn i.fal, :not(#x) newsroom-web-part .btn i.fa, :not(#x) newsroom-web-part .btn i.fas, :not(#x) newsroom-web-part .btn i.fad, :not(#x) newsroom-web-part .btn span.far, :not(#x) newsroom-web-part .btn span.fab, :not(#x) newsroom-web-part .btn span.fal, :not(#x) newsroom-web-part .btn span.fa, :not(#x) newsroom-web-part .btn span.fas, :not(#x) newsroom-web-part .btn span.fad {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: -0.2rem;
  font-size: 1.3em;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
:not(#x) .gov-btn:hover i.far, :not(#x) .gov-btn:hover i.fab, :not(#x) .gov-btn:hover i.fal, :not(#x) .gov-btn:hover i.fa, :not(#x) .gov-btn:hover i.fas, :not(#x) .gov-btn:hover i.fad, :not(#x) .gov-btn:hover span.far, :not(#x) .gov-btn:hover span.fab, :not(#x) .gov-btn:hover span.fal, :not(#x) .gov-btn:hover span.fa, :not(#x) .gov-btn:hover span.fas, :not(#x) .gov-btn:hover span.fad, :not(#x) newsroom-web-part .btn:hover i.far, :not(#x) newsroom-web-part .btn:hover i.fab, :not(#x) newsroom-web-part .btn:hover i.fal, :not(#x) newsroom-web-part .btn:hover i.fa, :not(#x) newsroom-web-part .btn:hover i.fas, :not(#x) newsroom-web-part .btn:hover i.fad, :not(#x) newsroom-web-part .btn:hover span.far, :not(#x) newsroom-web-part .btn:hover span.fab, :not(#x) newsroom-web-part .btn:hover span.fal, :not(#x) newsroom-web-part .btn:hover span.fa, :not(#x) newsroom-web-part .btn:hover span.fas, :not(#x) newsroom-web-part .btn:hover span.fad {
  transform: translateX(0.36em);
}

:not(#x) .gov-btn-sm, :not(#x) newsroom-web-part .btn-default {
  font-size: 0.95rem;
  padding: 0.45rem 1.45rem;
}

:not(#x) .gov-btn-default, :not(#x) .gov-btn-default:visited, :not(#x) newsroom-web-part .btn-default, :not(#x) newsroom-web-part .btn-default:visited {
  background-color: rgba(0, 0, 0, 0.06);
  color: #282828;
}
:not(#x) .gov-btn-default:hover, :not(#x) .gov-btn-default:focus, :not(#x) newsroom-web-part .btn-default:hover, :not(#x) newsroom-web-part .btn-default:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #282828;
}
:not(#x) .gov-btn-default:focus, :not(#x) newsroom-web-part .btn-default:focus {
  outline-color: black;
}
:not(#x) .gov-btn-default:active, :not(#x) .gov-btn-default:active:focus, :not(#x) .gov-btn-default:disabled, :not(#x) newsroom-web-part .btn-default:active, :not(#x) newsroom-web-part .btn-default:active:focus, :not(#x) newsroom-web-part .btn-default:disabled {
  background-color: rgba(0, 0, 0, 0.15);
  color: #282828;
}

:not(#x) .gov-btn-default-alt, :not(#x) .gov-btn-default-alt:visited {
  background-color: #282828;
  color: white;
}
:not(#x) .gov-btn-default-alt:hover, :not(#x) .gov-btn-default-alt:focus {
  background-color: #444;
  color: white;
}
:not(#x) .gov-btn-default-alt:focus {
  outline-color: #282828;
}
:not(#x) .gov-btn-default-alt:active, :not(#x) .gov-btn-default-alt:active:focus, :not(#x) .gov-btn-default-alt:disabled {
  background-color: black;
  color: #999;
}

:not(#x) .gov-btn-info, :not(#x) .gov-btn-info:visited {
  background: #b1e3f2;
  color: black !important;
}
:not(#x) .gov-btn-info:hover, :not(#x) .gov-btn-info:focus {
  background-color: #94cbe2;
  color: black;
}
:not(#x) .gov-btn-info:focus {
  outline-color: #17468c;
}
:not(#x) .gov-btn-info:active, :not(#x) .gov-btn-info:active:focus, :not(#x) .gov-btn-info:disabled {
  background-color: #7bd0e9;
  color: black;
}

:not(#x) .gov-btn-secondary, :not(#x) .gov-btn-secondary:visited {
  background-color: #1b6d4a;
  color: white;
}
:not(#x) .gov-btn-secondary:hover, :not(#x) .gov-btn-secondary:focus {
  background-color: #13543b;
  color: white;
}
:not(#x) .gov-btn-secondary:focus {
  outline-color: #1b6d4a;
}
:not(#x) .gov-btn-secondary:active, :not(#x) .gov-btn-secondary:active:focus, :not(#x) .gov-btn-secondary:disabled {
  background-color: #13543b;
  color: white;
  border-radius: 10px;
}

:not(#x) .gov-btn-primary, :not(#x) .gov-btn-primary:visited {
  background-color: #0e5f9b;
  color: white;
  border-radius: 10px;
}
:not(#x) .gov-btn-primary:hover, :not(#x) .gov-btn-primary:focus {
  background-color: #0f69ab;
  color: white;
}
:not(#x) .gov-btn-primary:focus {
  outline-color: #0e5f9b;
}
:not(#x) .gov-btn-primary:active, :not(#x) .gov-btn-primary:active:focus, :not(#x) .gov-btn-primary:disabled {
  background-color: #17468c;
  color: white;
}

:not(#x) .gov-btn-warning, :not(#x) .gov-btn-warning:visited {
  background-color: #ede5ab;
  color: #282828;
}
:not(#x) .gov-btn-warning:hover, :not(#x) .gov-btn-warning:focus {
  background-color: #f2ecc2;
  color: #282828;
}
:not(#x) .gov-btn-warning:focus {
  outline-color: #dbcb57;
}
:not(#x) .gov-btn-warning:active, :not(#x) .gov-btn-warning:active:focus, :not(#x) .gov-btn-warning:active:hover, :not(#x) .gov-btn-warning:disabled {
  background-color: #e1d475;
  color: black;
}

:not(#x) .gov-btn-danger, :not(#x) .gov-btn-danger:visited {
  background-color: #823143;
  color: white;
}
:not(#x) .gov-btn-danger:hover, :not(#x) .gov-btn-danger:focus {
  background-color: #682736;
  color: white;
}
:not(#x) .gov-btn-danger:focus {
  outline-color: #823143;
}
:not(#x) .gov-btn-danger:active, :not(#x) .gov-btn-danger:active:focus, :not(#x) .gov-btn-danger:active:hover, :not(#x) .gov-btn-danger:active:focus:hover, :not(#x) .gov-btn-danger:disabled {
  background-color: #4e1d28;
  color: white;
}

:not(#x) .gov-btn-success, :not(#x) .gov-btn-success:visited {
  background-color: #add8b7;
  color: #282828;
}
:not(#x) .gov-btn-success:hover, :not(#x) .gov-btn-success:focus {
  background-color: #c2e2c9;
  color: #282828;
}
:not(#x) .gov-btn-success:focus {
  outline-color: #add8b7;
}
:not(#x) .gov-btn-success:active, :not(#x) .gov-btn-success:active:focus, :not(#x) .gov-btn-success:active:hover, :not(#x) .gov-btn-success:active:focus:hover, :not(#x) .gov-btn-success:disabled {
  background-color: #78bf89;
  color: black;
}

:not(#x) .gov-btn-outline, :not(#x) .gov-btn-outline:visited {
  background-color: transparent;
  border-color: #282828;
  color: #282828;
}
:not(#x) .gov-btn-outline:hover, :not(#x) .gov-btn-outline:focus {
  border-color: #282828;
  background-color: #282828;
  color: white;
}
:not(#x) .gov-btn-outline:focus {
  outline-color: #282828;
}
:not(#x) .gov-btn-outline:active, :not(#x) .gov-btn-outline:active:focus, :not(#x) .gov-btn-outline:active:hover, :not(#x) .gov-btn-outline:active:focus:hover, :not(#x) .gov-btn-outline:disabled {
  border-color: black;
  background-color: black;
  color: #999;
}

:not(#x) .gov-btn-floating {
  will-change: transform;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.5s ease, transform 0.5s ease;
}
:not(#x) .gov-btn-floating, :not(#x) .gov-btn-floating:visited {
  background-color: white;
  color: #282828;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.09), 0 0.2rem 0.56rem rgba(0, 0, 0, 0.065), 0 0.12rem 0.1rem rgba(0, 0, 0, 0.03);
}
:not(#x) .gov-btn-floating:hover, :not(#x) .gov-btn-floating:focus {
  background-color: white;
  color: #282828;
  box-shadow: 0 0.7rem 2.6rem rgba(0, 0, 0, 0.12), 0 0.3rem 1.5rem rgba(0, 0, 0, 0.09), 0 0.15rem 0.65rem rgba(0, 0, 0, 0.04);
  transform: translateY(-1px) scale(1.03);
}
:not(#x) .gov-btn-floating:focus {
  outline-color: white;
}
:not(#x) .gov-btn-floating:active, :not(#x) .gov-btn-floating:active:focus, :not(#x) .gov-btn-floating:active:hover, :not(#x) .gov-btn-floating:active:focus:hover, :not(#x) .gov-btn-floating:disabled {
  background-color: #f4f4f4;
  color: #282828;
  box-shadow: none;
  transform: translateY(1px) scale(1);
}

:not(#x) .gov-box-reverse .gov-btn-default, :not(#x) .gov-box-reverse .gov-btn-default:visited,
:not(#x) .gov-section-reverse .gov-btn-default,
:not(#x) .gov-section-reverse .gov-btn-default:visited,
:not(#x) .gov-btn-default.gov-btn-reverse,
:not(#x) .gov-btn-default.gov-btn-reverse:visited {
  background-color: rgba(255, 255, 255, 0.9);
  color: #282828;
}
:not(#x) .gov-box-reverse .gov-btn-default:hover, :not(#x) .gov-box-reverse .gov-btn-default:focus,
:not(#x) .gov-section-reverse .gov-btn-default:hover,
:not(#x) .gov-section-reverse .gov-btn-default:focus,
:not(#x) .gov-btn-default.gov-btn-reverse:hover,
:not(#x) .gov-btn-default.gov-btn-reverse:focus {
  background-color: rgba(255, 255, 255, 0.75);
  color: #282828;
}
:not(#x) .gov-box-reverse .gov-btn-default:focus,
:not(#x) .gov-section-reverse .gov-btn-default:focus,
:not(#x) .gov-btn-default.gov-btn-reverse:focus {
  outline-color: white;
}
:not(#x) .gov-box-reverse .gov-btn-default:active, :not(#x) .gov-box-reverse .gov-btn-default:active:focus, :not(#x) .gov-box-reverse .gov-btn-default:disabled,
:not(#x) .gov-section-reverse .gov-btn-default:active,
:not(#x) .gov-section-reverse .gov-btn-default:active:focus,
:not(#x) .gov-section-reverse .gov-btn-default:disabled,
:not(#x) .gov-btn-default.gov-btn-reverse:active,
:not(#x) .gov-btn-default.gov-btn-reverse:active:focus,
:not(#x) .gov-btn-default.gov-btn-reverse:disabled {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}

:not(#x) .gov-box-reverse .gov-btn-outline.gov-btn, :not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:visited,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:visited,
:not(#x) .gov-btn-outline.gov-btn-reverse,
:not(#x) .gov-btn-outline.gov-btn-reverse:visited {
  background-color: transparent;
  border-color: white;
  color: white;
}
:not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:hover, :not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:focus,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:hover,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:focus,
:not(#x) .gov-btn-outline.gov-btn-reverse:hover,
:not(#x) .gov-btn-outline.gov-btn-reverse:focus {
  border-color: white;
  background-color: white;
  color: #282828;
}
:not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:focus,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:focus,
:not(#x) .gov-btn-outline.gov-btn-reverse:focus {
  outline-color: white;
}
:not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:active, :not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:active:focus, :not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:active:hover, :not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:active:focus:hover, :not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:disabled,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:active,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:active:focus,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:active:hover,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:active:focus:hover,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:disabled,
:not(#x) .gov-btn-outline.gov-btn-reverse:active,
:not(#x) .gov-btn-outline.gov-btn-reverse:active:focus,
:not(#x) .gov-btn-outline.gov-btn-reverse:active:hover,
:not(#x) .gov-btn-outline.gov-btn-reverse:active:focus:hover,
:not(#x) .gov-btn-outline.gov-btn-reverse:disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: black;
}

.gov-section-row {
  display: flex;
  flex-wrap: wrap;
}
.gov-section-row > * {
  flex: 1 1 auto;
}
@media (min-width: 850px) {
  .gov-section-row {
    flex-wrap: nowrap;
  }
  .gov-section-row > * {
    flex: 0 0 50%;
  }
}

.gov-section-row-2 {
  display: flex;
  flex-wrap: wrap;
}
.gov-section-row-2 > * {
  flex: 1 1 auto;
}
@media (min-width: 850px) {
  .gov-section-row-2 {
    flex-wrap: nowrap;
  }
  .gov-section-row-2 > * {
    flex: 0 0 50%;
  }
}

.gov-section-row-3 {
  display: flex;
  flex-wrap: wrap;
}
.gov-section-row-3 > * {
  flex: 1 1 auto;
}
@media (min-width: 1000px) {
  .gov-section-row-3 {
    flex-wrap: nowrap;
  }
  .gov-section-row-3 > * {
    flex: 0 0 33.333%;
  }
}

.gov-section, gov-header-section {
  position: relative;
  padding-top: 7.4rem;
  padding-bottom: 7.4rem;
}
.gov-section .gov-section-bg, .gov-section .gov-header-bg, gov-header-section .gov-section-bg, gov-header-section .gov-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gov-section .gov-section-bg .gov-bg-layer-grayscale, .gov-section .gov-header-bg .gov-bg-layer-grayscale, gov-header-section .gov-section-bg .gov-bg-layer-grayscale, gov-header-section .gov-header-bg .gov-bg-layer-grayscale {
  filter: grayscale(100%);
}
.gov-section .gov-section-bg .gov-bg-layer, .gov-section .gov-header-bg .gov-bg-layer, gov-header-section .gov-section-bg .gov-bg-layer, gov-header-section .gov-header-bg .gov-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gov-section .gov-section-bg .gov-bg-layer > img, .gov-section .gov-header-bg .gov-bg-layer > img, gov-header-section .gov-section-bg .gov-bg-layer > img, gov-header-section .gov-header-bg .gov-bg-layer > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gov-section .gov-section-bg .gov-bg-layer > img.gov-img-top-center, .gov-section .gov-header-bg .gov-bg-layer > img.gov-img-top-center, gov-header-section .gov-section-bg .gov-bg-layer > img.gov-img-top-center, gov-header-section .gov-header-bg .gov-bg-layer > img.gov-img-top-center {
  top: 0;
  transform: translateX(-50%);
}
.gov-section .gov-section-bg .gov-overlay-black-10, .gov-section .gov-header-bg .gov-overlay-black-10, gov-header-section .gov-section-bg .gov-overlay-black-10, gov-header-section .gov-header-bg .gov-overlay-black-10 {
  background: rgba(0, 0, 0, 0.1);
}
.gov-section .gov-section-bg .gov-overlay-black-15, .gov-section .gov-header-bg .gov-overlay-black-15, gov-header-section .gov-section-bg .gov-overlay-black-15, gov-header-section .gov-header-bg .gov-overlay-black-15 {
  background: rgba(0, 0, 0, 0.15);
}
.gov-section .gov-section-bg .gov-overlay-black-20, .gov-section .gov-header-bg .gov-overlay-black-20, gov-header-section .gov-section-bg .gov-overlay-black-20, gov-header-section .gov-header-bg .gov-overlay-black-20 {
  background: rgba(0, 0, 0, 0.2);
}
.gov-section .gov-section-bg .gov-overlay-black-25, .gov-section .gov-header-bg .gov-overlay-black-25, gov-header-section .gov-section-bg .gov-overlay-black-25, gov-header-section .gov-header-bg .gov-overlay-black-25 {
  background: rgba(0, 0, 0, 0.25);
}
.gov-section .gov-section-bg .gov-overlay-black-30, .gov-section .gov-header-bg .gov-overlay-black-30, gov-header-section .gov-section-bg .gov-overlay-black-30, gov-header-section .gov-header-bg .gov-overlay-black-30 {
  background: rgba(0, 0, 0, 0.3);
}
.gov-section .gov-section-bg .gov-overlay-black-35, .gov-section .gov-header-bg .gov-overlay-black-35, gov-header-section .gov-section-bg .gov-overlay-black-35, gov-header-section .gov-header-bg .gov-overlay-black-35 {
  background: rgba(0, 0, 0, 0.35);
}
.gov-section .gov-section-bg .gov-overlay-black-40, .gov-section .gov-header-bg .gov-overlay-black-40, gov-header-section .gov-section-bg .gov-overlay-black-40, gov-header-section .gov-header-bg .gov-overlay-black-40 {
  background: rgba(0, 0, 0, 0.4);
}
.gov-section .gov-section-bg .gov-overlay-black-45, .gov-section .gov-header-bg .gov-overlay-black-45, gov-header-section .gov-section-bg .gov-overlay-black-45, gov-header-section .gov-header-bg .gov-overlay-black-45 {
  background: rgba(0, 0, 0, 0.45);
}
.gov-section .gov-section-bg .gov-overlay-black-50, .gov-section .gov-header-bg .gov-overlay-black-50, gov-header-section .gov-section-bg .gov-overlay-black-50, gov-header-section .gov-header-bg .gov-overlay-black-50 {
  background: rgba(0, 0, 0, 0.5);
}
.gov-section .gov-section-bg .gov-overlay-black-55, .gov-section .gov-header-bg .gov-overlay-black-55, gov-header-section .gov-section-bg .gov-overlay-black-55, gov-header-section .gov-header-bg .gov-overlay-black-55 {
  background: rgba(0, 0, 0, 0.55);
}
.gov-section .gov-section-bg .gov-overlay-black-60, .gov-section .gov-header-bg .gov-overlay-black-60, gov-header-section .gov-section-bg .gov-overlay-black-60, gov-header-section .gov-header-bg .gov-overlay-black-60 {
  background: rgba(0, 0, 0, 0.6);
}
.gov-section .gov-section-bg .gov-overlay-black-65, .gov-section .gov-header-bg .gov-overlay-black-65, gov-header-section .gov-section-bg .gov-overlay-black-65, gov-header-section .gov-header-bg .gov-overlay-black-65 {
  background: rgba(0, 0, 0, 0.65);
}
.gov-section .gov-section-bg .gov-overlay-black-70, .gov-section .gov-header-bg .gov-overlay-black-70, gov-header-section .gov-section-bg .gov-overlay-black-70, gov-header-section .gov-header-bg .gov-overlay-black-70 {
  background: rgba(0, 0, 0, 0.7);
}
.gov-section .gov-section-bg .gov-overlay-black-75, .gov-section .gov-header-bg .gov-overlay-black-75, gov-header-section .gov-section-bg .gov-overlay-black-75, gov-header-section .gov-header-bg .gov-overlay-black-75 {
  background: rgba(0, 0, 0, 0.75);
}
.gov-section .gov-section-bg .gov-overlay-black-80, .gov-section .gov-header-bg .gov-overlay-black-80, gov-header-section .gov-section-bg .gov-overlay-black-80, gov-header-section .gov-header-bg .gov-overlay-black-80 {
  background: rgba(0, 0, 0, 0.8);
}
.gov-section .gov-section-bg .gov-overlay-black-85, .gov-section .gov-header-bg .gov-overlay-black-85, gov-header-section .gov-section-bg .gov-overlay-black-85, gov-header-section .gov-header-bg .gov-overlay-black-85 {
  background: rgba(0, 0, 0, 0.85);
}
.gov-section .gov-section-bg .gov-overlay-black-90, .gov-section .gov-header-bg .gov-overlay-black-90, gov-header-section .gov-section-bg .gov-overlay-black-90, gov-header-section .gov-header-bg .gov-overlay-black-90 {
  background: rgba(0, 0, 0, 0.9);
}
.gov-section .gov-section-bg .gov-overlay-black-95, .gov-section .gov-header-bg .gov-overlay-black-95, gov-header-section .gov-section-bg .gov-overlay-black-95, gov-header-section .gov-header-bg .gov-overlay-black-95 {
  background: rgba(0, 0, 0, 0.95);
}
.gov-section .gov-section-bg .gov-overlay-black-100, .gov-section .gov-header-bg .gov-overlay-black-100, gov-header-section .gov-section-bg .gov-overlay-black-100, gov-header-section .gov-header-bg .gov-overlay-black-100 {
  background: black;
}
.gov-section .gov-section-bg .gov-overlay-black-60, .gov-section .gov-header-bg .gov-overlay-black-60, gov-header-section .gov-section-bg .gov-overlay-black-60, gov-header-section .gov-header-bg .gov-overlay-black-60 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.gov-section .gov-section-bg .gov-overlay-black-70, .gov-section .gov-header-bg .gov-overlay-black-70, gov-header-section .gov-section-bg .gov-overlay-black-70, gov-header-section .gov-header-bg .gov-overlay-black-70 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.gov-section .gov-section-bg .gov-overlay-green-80, .gov-section .gov-header-bg .gov-overlay-green-80, gov-header-section .gov-section-bg .gov-overlay-green-80, gov-header-section .gov-header-bg .gov-overlay-green-80 {
  background: rgba(27, 109, 74, 0.9);
}
.gov-section .gov-section-bg .gov-overlay-white-90, .gov-section .gov-header-bg .gov-overlay-white-90, gov-header-section .gov-section-bg .gov-overlay-white-90, gov-header-section .gov-header-bg .gov-overlay-white-90 {
  background: rgba(216, 241, 249, 0.9);
}
.gov-section .gov-section-bg .gov-bg-overlay-green-0-80, .gov-section .gov-header-bg .gov-bg-overlay-green-0-80, gov-header-section .gov-section-bg .gov-bg-overlay-green-0-80, gov-header-section .gov-header-bg .gov-bg-overlay-green-0-80 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 68, 52, 0.85);
}
.gov-section .gov-section-bg .gov-bg-overlay-white-80, .gov-section .gov-header-bg .gov-bg-overlay-white-80, gov-header-section .gov-section-bg .gov-bg-overlay-white-80, gov-header-section .gov-header-bg .gov-bg-overlay-white-80 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}
.gov-section .gov-section-bg .gov-overlay-blue-85, .gov-section .gov-header-bg .gov-overlay-blue-85, gov-header-section .gov-section-bg .gov-overlay-blue-85, gov-header-section .gov-header-bg .gov-overlay-blue-85 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(16, 53, 122, 0.85);
  transform: translate(-50%, -50%);
}
.gov-section .container, gov-header-section .container {
  position: relative;
}
.gov-section .gov-container-padded, gov-header-section .gov-container-padded {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.gov-section.gov-section-centered, gov-header-section.gov-section-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gov-section.gov-section-grey, gov-header-section.gov-section-grey {
  background: #f4f4f4;
}
.gov-section.gov-section-reverse, gov-header-section.gov-section-reverse {
  color: white;
}
.gov-section.gov-section-no-padding, gov-header-section.gov-section-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.gov-section.gov-section-no-padding-top, gov-header-section.gov-section-no-padding-top {
  padding-top: 0;
}
.gov-section.gov-section-big, gov-header-section.gov-section-big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.gov-section.gov-section-bigger, gov-header-section.gov-section-bigger {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.gov-section.gov-section-biggest, gov-header-section.gov-section-biggest {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.gov-section.gov-section-rounded, gov-header-section.gov-section-rounded {
  border-radius: 0.4rem;
  overflow: hidden;
}

.gov-section-blue {
  background-color: #152761;
}

.gov-section-green {
  background-color: #13543b;
}

.gov-section-bio-3 {
  position: relative;
  padding: 7.5rem 0;
  margin-bottom: 3.5rem;
  background: #f4f4f4;
}
.gov-section-bio-3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc((100vw - 82rem) / 2 + 27.3333333333rem);
  background: #1e4434;
}
@media (max-width: 991.98px) {
  .gov-section-bio-3::before {
    width: 100%;
    height: 15rem;
  }
}
.gov-section-bio-3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  width: 26rem;
  height: 22rem;
  background: center top/cover no-repeat url("/transparency/PublishingImages/oregon-seal-black.svg");
  opacity: 0.07;
}
.gov-section-bio-3 .gov-bio-photo {
  position: absolute;
  top: 0;
  left: 0%;
  width: calc(33% + 3.7rem);
  height: calc(100% + 7.5rem + 3.7rem);
}
@media (max-width: 991.98px) {
  .gov-section-bio-3 .gov-bio-photo {
    position: relative;
    width: 20rem;
    height: 20rem;
    overflow: hidden;
    margin-bottom: 3rem;
  }
}
.gov-section-bio-3 .gov-bio-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .gov-section-bio-3 .gov-bio-photo img {
    object-fit: fill;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
}
.gov-section-bio-3 .gov-bio-content {
  position: relative;
  padding-left: calc(33% + 3.7rem + 3.7rem);
  padding-right: 3.7rem;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .gov-section-bio-3 .gov-bio-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.gov-section-bio-3 .gov-bio-content h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.gov-section-bio-3 .gov-bio-content h3 em {
  display: block;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-transform: capitalize;
  font-size: 1.17rem;
  letter-spacing: 0.112em;
  line-height: 1;
  font-style: normal;
  margin-bottom: 0.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gov-section-bio-3 .gov-bio-content h3 span {
  display: inline-block;
  font-family: "Calibri", Arial, sans-serif"
  font-weight: 100;
  font-size: 3.76rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: -0.012em;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: solid 0.4rem #186B4D;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.gov-section-bio-3 .gov-bio-content .gov-bio-lead {
  font-size: 1.41rem;
  font-family: "Calibri", Arial, sans-serif"
  line-height: 1.33333;
  font-weight: 600;
}
.gov-section-bio-3 .gov-bio-content p:not(.gov-bio-lead) {
  font-size: 1rem;
  line-height: 1.76;
}
.gov-section-bio-3 .gov-bio-content .gov-btn {
  margin-top: 2rem;
}

.gov-box-reverse {
  color: white;
}

.gov-box-style-1 {
  margin: 2em 0;
  border-radius: 0.8rem;
  padding: 2rem 3rem;
  background: white;
  box-shadow: 0 0.8rem 2.8rem rgba(0, 0, 0, 0.09), 0 0.4rem 1.4rem rgba(0, 0, 0, 0.065), 0 0.2rem 0.7rem rgba(0, 0, 0, 0.04);
}

.gov-box-style-2 {
  border-radius: 0.8rem;
  margin: 2rem 0;
  padding: 2rem 3rem;
  background: linear-gradient(to right, #1E4434, #2f6a51);
  color: white;
}

/* ----- ROOT FONT SIZE / REMs ----- */
html {
  font-size: 13px;
  /* calc(((100vh + 100vw) / 2) * 0.006 + 9px); */
}

body {
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 480px) {
  html {
    font-size: 13.5px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 14.5px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 15.5px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }

  body {
    font-size: 1rem;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 16.5px;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 2300px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 2500px) {
  html {
    font-size: 19px;
  }
}
@media (min-width: 3000px) {
  html {
    font-size: 20px;
  }
}
body.user-anonymous, #s4-bodyContainer {
  /* Don't apply font to SharePoint UI when logged in */
  font-family: "Calibri", Arial, sans-serif;
  font-size: 1rem;
  color: #282828;
}

.or-accordion-panel > a {
  display: block !important;
}

.ms-webpartzone-cell {
  margin: 0 !important;
}

/* ----- BASE HEADING STYLES ----- */
h1, h2, h3, h4, h5, h6 {
  margin-left: 0;
  margin-right: 0;
}
h1.ms-webpart-titleText, h2.ms-webpart-titleText, h3.ms-webpart-titleText, h4.ms-webpart-titleText, h5.ms-webpart-titleText, h6.ms-webpart-titleText {
  font-size: 1rem !important;
}

h1, h2, h3, h4, h5, h6, .gov-h1, .gov-h2, .gov-h3, .gov-h4, .gov-h5, .gov-h6 {
  font-family: "Calibri" Arial, sans-serif;
  font-weight: 600;
}

main h1, main h2, main h3, main .gov-h1, main .gov-h2, main .gov-h3, html .ms-WPBody h1, html .ms-WPBody h2, html .ms-WPBody h3, html .ms-WPBody .gov-h1, html .ms-WPBody .gov-h2, html .ms-WPBody .gov-h3, html .ms-TPBody h1, html .ms-TPBody h2, html .ms-TPBody h3, html .ms-TPBody .gov-h1, html .ms-TPBody .gov-h2, html .ms-TPBody .gov-h3, .ms-rtestate-field h1, .ms-rtestate-field h2, .ms-rtestate-field h3, .ms-rtestate-field .gov-h1, .ms-rtestate-field .gov-h2, .ms-rtestate-field .gov-h3 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main h4, main h5, main h6, main .gov-h4, main .gov-h5, main .gov-h6, html .ms-WPBody h4, html .ms-WPBody h5, html .ms-WPBody h6, html .ms-WPBody .gov-h4, html .ms-WPBody .gov-h5, html .ms-WPBody .gov-h6, html .ms-TPBody h4, html .ms-TPBody h5, html .ms-TPBody h6, html .ms-TPBody .gov-h4, html .ms-TPBody .gov-h5, html .ms-TPBody .gov-h6, .ms-rtestate-field h4, .ms-rtestate-field h5, .ms-rtestate-field h6, .ms-rtestate-field .gov-h4, .ms-rtestate-field .gov-h5, .ms-rtestate-field .gov-h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 600;
}
main th, html .ms-WPBody th, html .ms-TPBody th, .ms-rtestate-field th {
  font-weight: bold;
}
main h1, main .gov-h1, html .ms-WPBody h1, html .ms-WPBody .gov-h1, html .ms-TPBody h1, html .ms-TPBody .gov-h1, .ms-rtestate-field h1, .ms-rtestate-field .gov-h1 {
  font-size: 4rem;
}
main h2, main .gov-h2, html .ms-WPBody h2, html .ms-WPBody .gov-h2, html .ms-TPBody h2, html .ms-TPBody .gov-h2, .ms-rtestate-field h2, .ms-rtestate-field .gov-h2 {
  font-size: 3.2rem;
}
main h3, main .gov-h3, html .ms-WPBody h3, html .ms-WPBody .gov-h3, html .ms-TPBody h3, html .ms-TPBody .gov-h3, .ms-rtestate-field h3, .ms-rtestate-field .gov-h3 {
  font-size: 2.2rem;
}
main h4, main .gov-h4, html .ms-WPBody h4, html .ms-WPBody .gov-h4, html .ms-TPBody h4, html .ms-TPBody .gov-h4, .ms-rtestate-field h4, .ms-rtestate-field .gov-h4 {
  font-size: 1.8rem;
}
main h5, main .gov-h5, html .ms-WPBody h5, html .ms-WPBody .gov-h5, html .ms-TPBody h5, html .ms-TPBody .gov-h5, .ms-rtestate-field h5, .ms-rtestate-field .gov-h5 {
  font-size: 1.5rem;
}
main h6, main .gov-h6, html .ms-WPBody h6, html .ms-WPBody .gov-h6, html .ms-TPBody h6, html .ms-TPBody .gov-h6, .ms-rtestate-field h6, .ms-rtestate-field .gov-h6 {
  font-size: 1.2rem;
}
main .gov-heading-alt, html .ms-WPBody .gov-heading-alt, html .ms-TPBody .gov-heading-alt, .ms-rtestate-field .gov-heading-alt {
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h1.gov-heading-alt, main .gov-h1.gov-heading-alt, html .ms-WPBody h1.gov-heading-alt, html .ms-WPBody .gov-h1.gov-heading-alt, html .ms-TPBody h1.gov-heading-alt, html .ms-TPBody .gov-h1.gov-heading-alt, .ms-rtestate-field h1.gov-heading-alt, .ms-rtestate-field .gov-h1.gov-heading-alt {
  font-size: 2.72rem;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h2.gov-heading-alt, main .gov-h2.gov-heading-alt, html .ms-WPBody h2.gov-heading-alt, html .ms-WPBody .gov-h2.gov-heading-alt, html .ms-TPBody h2.gov-heading-alt, html .ms-TPBody .gov-h2.gov-heading-alt, .ms-rtestate-field h2.gov-heading-alt, .ms-rtestate-field .gov-h2.gov-heading-alt {
  font-size: 1.65rem;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h3.gov-heading-alt, html .ms-WPBody h3.gov-heading-alt, html .ms-TPBody h3.gov-heading-alt, .ms-rtestate-field h3.gov-heading-alt {
  font-size: 1.35rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h4.gov-heading-alt, main h5.gov-heading-alt, main h6.gov-heading-alt, main .gov-h4.gov-heading-alt, main .gov-h5.gov-heading-alt, main .gov-h6.gov-heading-alt, html .ms-WPBody h4.gov-heading-alt, html .ms-WPBody h5.gov-heading-alt, html .ms-WPBody h6.gov-heading-alt, html .ms-WPBody .gov-h4.gov-heading-alt, html .ms-WPBody .gov-h5.gov-heading-alt, html .ms-WPBody .gov-h6.gov-heading-alt, html .ms-TPBody h4.gov-heading-alt, html .ms-TPBody h5.gov-heading-alt, html .ms-TPBody h6.gov-heading-alt, html .ms-TPBody .gov-h4.gov-heading-alt, html .ms-TPBody .gov-h5.gov-heading-alt, html .ms-TPBody .gov-h6.gov-heading-alt, .ms-rtestate-field h4.gov-heading-alt, .ms-rtestate-field h5.gov-heading-alt, .ms-rtestate-field h6.gov-heading-alt, .ms-rtestate-field .gov-h4.gov-heading-alt, .ms-rtestate-field .gov-h5.gov-heading-alt, .ms-rtestate-field .gov-h6.gov-heading-alt {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
main h4.gov-heading-alt, main .gov-h4.gov-heading-alt, html .ms-WPBody h4.gov-heading-alt, html .ms-WPBody .gov-h4.gov-heading-alt, html .ms-TPBody h4.gov-heading-alt, html .ms-TPBody .gov-h4.gov-heading-alt, .ms-rtestate-field h4.gov-heading-alt, .ms-rtestate-field .gov-h4.gov-heading-alt {
  font-size: 1.125rem;
}
main h5.gov-heading-alt, main .gov-h5.gov-heading-alt, html .ms-WPBody h5.gov-heading-alt, html .ms-WPBody .gov-h5.gov-heading-alt, html .ms-TPBody h5.gov-heading-alt, html .ms-TPBody .gov-h5.gov-heading-alt, .ms-rtestate-field h5.gov-heading-alt, .ms-rtestate-field .gov-h5.gov-heading-alt {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
main h6.gov-heading-alt, main .gov-h6.gov-heading-alt, html .ms-WPBody h6.gov-heading-alt, html .ms-WPBody .gov-h6.gov-heading-alt, html .ms-TPBody h6.gov-heading-alt, html .ms-TPBody .gov-h6.gov-heading-alt, .ms-rtestate-field h6.gov-heading-alt, .ms-rtestate-field .gov-h6.gov-heading-alt {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
main .gov-heading-style-2, html .ms-WPBody .gov-heading-style-2, html .ms-TPBody .gov-heading-style-2, .ms-rtestate-field .gov-heading-style-2 {
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: solid 0.36rem #d3ecf3;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-transform: capitalize;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}
main .gov-heading-style-2 .gov-amp, html .ms-WPBody .gov-heading-style-2 .g@charset "UTF-8";
@font-face {
  font-family: "Fenwick Oregon";
  src: url("/transparency/Theme%20Files/Fonts/fenwick-oregon-bold-webfont.woff2") format("woff2"), url("/transparency/Theme%20Files/Fonts/fenwick-oregon-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.far, .fal {
  font-family: "Font Awesome 5 Pro";
}

/* ----- BUTTONS ----- */
:not(#x) .gov-btn, :not(#x) newsroom-web-part .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
  margin-right: 1em;
  margin-bottom: 1em;
  border-radius: 0rem;
  font-size: 1.02rem;
  font-weight: 500;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  border: solid 0.16rem transparent;
  text-decoration: none;
  padding: 1rem 2rem;
  font-size: 1.18rem;
  line-height: 0.98;
  border-radius: 10px;

}
:not(#x) .gov-btn:hover, :not(#x) .gov-btn:disabled, :not(#x) .gov-btn:visited, :not(#x) .gov-btn:active, :not(#x) .gov-btn:active:focus, :not(#x) newsroom-web-part .btn:hover, :not(#x) newsroom-web-part .btn:disabled, :not(#x) newsroom-web-part .btn:visited, :not(#x) newsroom-web-part .btn:active, :not(#x) newsroom-web-part .btn:active:focus {
  border-color: transparent;
  box-shadow: none;
  text-decoration: none;
}
:not(#x) .gov-btn i.far, :not(#x) .gov-btn i.fab, :not(#x) .gov-btn i.fal, :not(#x) .gov-btn i.fa, :not(#x) .gov-btn i.fas, :not(#x) .gov-btn i.fad, :not(#x) .gov-btn span.far, :not(#x) .gov-btn span.fab, :not(#x) .gov-btn span.fal, :not(#x) .gov-btn span.fa, :not(#x) .gov-btn span.fas, :not(#x) .gov-btn span.fad, :not(#x) newsroom-web-part .btn i.far, :not(#x) newsroom-web-part .btn i.fab, :not(#x) newsroom-web-part .btn i.fal, :not(#x) newsroom-web-part .btn i.fa, :not(#x) newsroom-web-part .btn i.fas, :not(#x) newsroom-web-part .btn i.fad, :not(#x) newsroom-web-part .btn span.far, :not(#x) newsroom-web-part .btn span.fab, :not(#x) newsroom-web-part .btn span.fal, :not(#x) newsroom-web-part .btn span.fa, :not(#x) newsroom-web-part .btn span.fas, :not(#x) newsroom-web-part .btn span.fad {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: -0.2rem;
  font-size: 1.3em;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
:not(#x) .gov-btn:hover i.far, :not(#x) .gov-btn:hover i.fab, :not(#x) .gov-btn:hover i.fal, :not(#x) .gov-btn:hover i.fa, :not(#x) .gov-btn:hover i.fas, :not(#x) .gov-btn:hover i.fad, :not(#x) .gov-btn:hover span.far, :not(#x) .gov-btn:hover span.fab, :not(#x) .gov-btn:hover span.fal, :not(#x) .gov-btn:hover span.fa, :not(#x) .gov-btn:hover span.fas, :not(#x) .gov-btn:hover span.fad, :not(#x) newsroom-web-part .btn:hover i.far, :not(#x) newsroom-web-part .btn:hover i.fab, :not(#x) newsroom-web-part .btn:hover i.fal, :not(#x) newsroom-web-part .btn:hover i.fa, :not(#x) newsroom-web-part .btn:hover i.fas, :not(#x) newsroom-web-part .btn:hover i.fad, :not(#x) newsroom-web-part .btn:hover span.far, :not(#x) newsroom-web-part .btn:hover span.fab, :not(#x) newsroom-web-part .btn:hover span.fal, :not(#x) newsroom-web-part .btn:hover span.fa, :not(#x) newsroom-web-part .btn:hover span.fas, :not(#x) newsroom-web-part .btn:hover span.fad {
  transform: translateX(0.36em);
}

:not(#x) .gov-btn-sm, :not(#x) newsroom-web-part .btn-default {
  font-size: 0.95rem;
  padding: 0.45rem 1.45rem;
}

:not(#x) .gov-btn-default, :not(#x) .gov-btn-default:visited, :not(#x) newsroom-web-part .btn-default, :not(#x) newsroom-web-part .btn-default:visited {
  background-color: rgba(0, 0, 0, 0.06);
  color: #282828;
}
:not(#x) .gov-btn-default:hover, :not(#x) .gov-btn-default:focus, :not(#x) newsroom-web-part .btn-default:hover, :not(#x) newsroom-web-part .btn-default:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #282828;
}
:not(#x) .gov-btn-default:focus, :not(#x) newsroom-web-part .btn-default:focus {
  outline-color: black;
}
:not(#x) .gov-btn-default:active, :not(#x) .gov-btn-default:active:focus, :not(#x) .gov-btn-default:disabled, :not(#x) newsroom-web-part .btn-default:active, :not(#x) newsroom-web-part .btn-default:active:focus, :not(#x) newsroom-web-part .btn-default:disabled {
  background-color: rgba(0, 0, 0, 0.15);
  color: #282828;
}

:not(#x) .gov-btn-default-alt, :not(#x) .gov-btn-default-alt:visited {
  background-color: #282828;
  color: white;
}
:not(#x) .gov-btn-default-alt:hover, :not(#x) .gov-btn-default-alt:focus {
  background-color: #444;
  color: white;
}
:not(#x) .gov-btn-default-alt:focus {
  outline-color: #282828;
}
:not(#x) .gov-btn-default-alt:active, :not(#x) .gov-btn-default-alt:active:focus, :not(#x) .gov-btn-default-alt:disabled {
  background-color: black;
  color: #999;
}

:not(#x) .gov-btn-info, :not(#x) .gov-btn-info:visited {
  background: #152761;
  color: White !important;
}
:not(#x) .gov-btn-info:hover, :not(#x) .gov-btn-info:focus {
  background-color: #203b92;
  color: White;
}
:not(#x) .gov-btn-info:focus {
  outline-color: #17468c;
}
:not(#x) .gov-btn-info:active, :not(#x) .gov-btn-info:active:focus, :not(#x) .gov-btn-info:disabled {
  background-color: #7bd0e9;
  color: black;
}
---
:not(#x) .gov-btn-secondary, :not(#x) .gov-btn-secondary:visited {
  background-color: #2f6a51;
  color: white;
}
:not(#x) .gov-btn-secondary:hover, :not(#x) .gov-btn-secondary:focus {
  background-color: #1E4434;
  color: white;
}
:not(#x) .gov-btn-secondary:focus {
  outline-color: #1b6d4a;
}
:not(#x) .gov-btn-secondary:active, :not(#x) .gov-btn-secondary:active:focus, :not(#x) .gov-btn-secondary:disabled {
  background-color: #13543b;
  color: white;
}

:not(#x) .gov-btn-primary, :not(#x) .gov-btn-primary:visited {
  background-color: #2f6a51;
  color: white;
  border-radius: 10px;
}
:not(#x) .gov-btn-primary:hover, :not(#x) .gov-btn-primary:focus {
  background-color: #1E4434;
  color: white;
}
:not(#x) .gov-btn-primary:focus {
  outline-color: #0e5f9b;
}
:not(#x) .gov-btn-primary:active, :not(#x) .gov-btn-primary:active:focus, :not(#x) .gov-btn-primary:disabled {
  background-color: #17468c;
  color: white;
}

:not(#x) .gov-btn-warning, :not(#x) .gov-btn-warning:visited {
  background-color: #5b2839;
  color: white;
}
:not(#x) .gov-btn-warning:hover, :not(#x) .gov-btn-warning:focus {
  background-color: #8e3e59;
  color: white;
}
:not(#x) .gov-btn-warning:focus {
  outline-color: #dbcb57;
}
:not(#x) .gov-btn-warning:active, :not(#x) .gov-btn-warning:active:focus, :not(#x) .gov-btn-warning:active:hover, :not(#x) .gov-btn-warning:disabled {
  background-color: #e1d475;
  color: black;
}

:not(#x) .gov-btn-danger, :not(#x) .gov-btn-danger:visited {
  background-color: #823143;
  color: white;
}
:not(#x) .gov-btn-danger:hover, :not(#x) .gov-btn-danger:focus {
  background-color: #682736;
  color: white;
}
:not(#x) .gov-btn-danger:focus {
  outline-color: #823143;
}
:not(#x) .gov-btn-danger:active, :not(#x) .gov-btn-danger:active:focus, :not(#x) .gov-btn-danger:active:hover, :not(#x) .gov-btn-danger:active:focus:hover, :not(#x) .gov-btn-danger:disabled {
  background-color: #4e1d28;
  color: white;
}

:not(#x) .gov-btn-success, :not(#x) .gov-btn-success:visited {
  background-color: #add8b7;
  color: #282828;
}
:not(#x) .gov-btn-success:hover, :not(#x) .gov-btn-success:focus {
  background-color: #c2e2c9;
  color: #282828;
}
:not(#x) .gov-btn-success:focus {
  outline-color: #add8b7;
}
:not(#x) .gov-btn-success:active, :not(#x) .gov-btn-success:active:focus, :not(#x) .gov-btn-success:active:hover, :not(#x) .gov-btn-success:active:focus:hover, :not(#x) .gov-btn-success:disabled {
  background-color: #78bf89;
  color: black;
}

:not(#x) .gov-btn-outline, :not(#x) .gov-btn-outline:visited {
  background-color: transparent;
  border-color: #282828;
  color: #282828;
}
:not(#x) .gov-btn-outline:hover, :not(#x) .gov-btn-outline:focus {
  border-color: #282828;
  background-color: #282828;
  color: white;
}
:not(#x) .gov-btn-outline:focus {
  outline-color: #282828;
}
:not(#x) .gov-btn-outline:active, :not(#x) .gov-btn-outline:active:focus, :not(#x) .gov-btn-outline:active:hover, :not(#x) .gov-btn-outline:active:focus:hover, :not(#x) .gov-btn-outline:disabled {
  border-color: black;
  background-color: black;
  color: #999;
}

:not(#x) .gov-btn-floating {
  will-change: transform;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.5s ease, transform 0.5s ease;
}
:not(#x) .gov-btn-floating, :not(#x) .gov-btn-floating:visited {
  background-color: white;
  color: #282828;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.09), 0 0.2rem 0.56rem rgba(0, 0, 0, 0.065), 0 0.12rem 0.1rem rgba(0, 0, 0, 0.03);
}
:not(#x) .gov-btn-floating:hover, :not(#x) .gov-btn-floating:focus {
  background-color: white;
  color: #282828;
  box-shadow: 0 0.7rem 2.6rem rgba(0, 0, 0, 0.12), 0 0.3rem 1.5rem rgba(0, 0, 0, 0.09), 0 0.15rem 0.65rem rgba(0, 0, 0, 0.04);
  transform: translateY(-1px) scale(1.03);
}
:not(#x) .gov-btn-floating:focus {
  outline-color: white;
}
:not(#x) .gov-btn-floating:active, :not(#x) .gov-btn-floating:active:focus, :not(#x) .gov-btn-floating:active:hover, :not(#x) .gov-btn-floating:active:focus:hover, :not(#x) .gov-btn-floating:disabled {
  background-color: #f4f4f4;
  color: #282828;
  box-shadow: none;
  transform: translateY(1px) scale(1);
}

:not(#x) .gov-box-reverse .gov-btn-default, :not(#x) .gov-box-reverse .gov-btn-default:visited,
:not(#x) .gov-section-reverse .gov-btn-default,
:not(#x) .gov-section-reverse .gov-btn-default:visited,
:not(#x) .gov-btn-default.gov-btn-reverse,
:not(#x) .gov-btn-default.gov-btn-reverse:visited {
  background-color: rgba(255, 255, 255, 0.9);
  color: #282828;
}
:not(#x) .gov-box-reverse .gov-btn-default:hover, :not(#x) .gov-box-reverse .gov-btn-default:focus,
:not(#x) .gov-section-reverse .gov-btn-default:hover,
:not(#x) .gov-section-reverse .gov-btn-default:focus,
:not(#x) .gov-btn-default.gov-btn-reverse:hover,
:not(#x) .gov-btn-default.gov-btn-reverse:focus {
  background-color: rgba(255, 255, 255, 0.75);
  color: #282828;
}
:not(#x) .gov-box-reverse .gov-btn-default:focus,
:not(#x) .gov-section-reverse .gov-btn-default:focus,
:not(#x) .gov-btn-default.gov-btn-reverse:focus {
  outline-color: white;
}
:not(#x) .gov-box-reverse .gov-btn-default:active, :not(#x) .gov-box-reverse .gov-btn-default:active:focus, :not(#x) .gov-box-reverse .gov-btn-default:disabled,
:not(#x) .gov-section-reverse .gov-btn-default:active,
:not(#x) .gov-section-reverse .gov-btn-default:active:focus,
:not(#x) .gov-section-reverse .gov-btn-default:disabled,
:not(#x) .gov-btn-default.gov-btn-reverse:active,
:not(#x) .gov-btn-default.gov-btn-reverse:active:focus,
:not(#x) .gov-btn-default.gov-btn-reverse:disabled {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}

:not(#x) .gov-box-reverse .gov-btn-outline.gov-btn, :not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:visited,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:visited,
:not(#x) .gov-btn-outline.gov-btn-reverse,
:not(#x) .gov-btn-outline.gov-btn-reverse:visited {
  background-color: transparent;
  border-color: white;
  color: white;
}
:not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:hover, :not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:focus,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:hover,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:focus,
:not(#x) .gov-btn-outline.gov-btn-reverse:hover,
:not(#x) .gov-btn-outline.gov-btn-reverse:focus {
  border-color: white;
  background-color: white;
  color: #282828;
}
:not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:focus,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:focus,
:not(#x) .gov-btn-outline.gov-btn-reverse:focus {
  outline-color: white;
}
:not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:active, :not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:active:focus, :not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:active:hover, :not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:active:focus:hover, :not(#x) .gov-box-reverse .gov-btn-outline.gov-btn:disabled,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:active,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:active:focus,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:active:hover,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:active:focus:hover,
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:disabled,
:not(#x) .gov-btn-outline.gov-btn-reverse:active,
:not(#x) .gov-btn-outline.gov-btn-reverse:active:focus,
:not(#x) .gov-btn-outline.gov-btn-reverse:active:hover,
:not(#x) .gov-btn-outline.gov-btn-reverse:active:focus:hover,
:not(#x) .gov-btn-outline.gov-btn-reverse:disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: black;
}

.gov-section-row {
  display: flex;
  flex-wrap: wrap;
}
.gov-section-row > * {
  flex: 1 1 auto;
}
@media (min-width: 850px) {
  .gov-section-row {
    flex-wrap: nowrap;
  }
  .gov-section-row > * {
    flex: 0 0 50%;
  }
}

.gov-section-row-2 {
  display: flex;
  flex-wrap: wrap;
}
.gov-section-row-2 > * {
  flex: 1 1 auto;
}
@media (min-width: 850px) {
  .gov-section-row-2 {
    flex-wrap: nowrap;
  }
  .gov-section-row-2 > * {
    flex: 0 0 50%;
  }
}

.gov-section-row-3 {
  display: flex;
  flex-wrap: wrap;
}
.gov-section-row-3 > * {
  flex: 1 1 auto;
}
@media (min-width: 1000px) {
  .gov-section-row-3 {
    flex-wrap: nowrap;
  }
  .gov-section-row-3 > * {
    flex: 0 0 33.333%;
  }
}

.gov-section, gov-header-section {
  position: relative;
  padding-top: 7.4rem;
  padding-bottom: 7.4rem;
}
.gov-section .gov-section-bg, .gov-section .gov-header-bg, gov-header-section .gov-section-bg, gov-header-section .gov-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gov-section .gov-section-bg .gov-bg-layer-grayscale, .gov-section .gov-header-bg .gov-bg-layer-grayscale, gov-header-section .gov-section-bg .gov-bg-layer-grayscale, gov-header-section .gov-header-bg .gov-bg-layer-grayscale {
  filter: grayscale(100%);
}
.gov-section .gov-section-bg .gov-bg-layer, .gov-section .gov-header-bg .gov-bg-layer, gov-header-section .gov-section-bg .gov-bg-layer, gov-header-section .gov-header-bg .gov-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gov-section .gov-section-bg .gov-bg-layer > img, .gov-section .gov-header-bg .gov-bg-layer > img, gov-header-section .gov-section-bg .gov-bg-layer > img, gov-header-section .gov-header-bg .gov-bg-layer > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gov-section .gov-section-bg .gov-bg-layer > img.gov-img-top-center, .gov-section .gov-header-bg .gov-bg-layer > img.gov-img-top-center, gov-header-section .gov-section-bg .gov-bg-layer > img.gov-img-top-center, gov-header-section .gov-header-bg .gov-bg-layer > img.gov-img-top-center {
  top: 0;
  transform: translateX(-50%);
}
.gov-section .gov-section-bg .gov-overlay-black-10, .gov-section .gov-header-bg .gov-overlay-black-10, gov-header-section .gov-section-bg .gov-overlay-black-10, gov-header-section .gov-header-bg .gov-overlay-black-10 {
  background: rgba(0, 0, 0, 0.1);
}
.gov-section .gov-section-bg .gov-overlay-black-15, .gov-section .gov-header-bg .gov-overlay-black-15, gov-header-section .gov-section-bg .gov-overlay-black-15, gov-header-section .gov-header-bg .gov-overlay-black-15 {
  background: rgba(0, 0, 0, 0.15);
}
.gov-section .gov-section-bg .gov-overlay-black-20, .gov-section .gov-header-bg .gov-overlay-black-20, gov-header-section .gov-section-bg .gov-overlay-black-20, gov-header-section .gov-header-bg .gov-overlay-black-20 {
  background: rgba(0, 0, 0, 0.2);
}
.gov-section .gov-section-bg .gov-overlay-black-25, .gov-section .gov-header-bg .gov-overlay-black-25, gov-header-section .gov-section-bg .gov-overlay-black-25, gov-header-section .gov-header-bg .gov-overlay-black-25 {
  background: rgba(0, 0, 0, 0.25);
}
.gov-section .gov-section-bg .gov-overlay-black-30, .gov-section .gov-header-bg .gov-overlay-black-30, gov-header-section .gov-section-bg .gov-overlay-black-30, gov-header-section .gov-header-bg .gov-overlay-black-30 {
  background: rgba(0, 0, 0, 0.3);
}
.gov-section .gov-section-bg .gov-overlay-black-35, .gov-section .gov-header-bg .gov-overlay-black-35, gov-header-section .gov-section-bg .gov-overlay-black-35, gov-header-section .gov-header-bg .gov-overlay-black-35 {
  background: rgba(0, 0, 0, 0.35);
}
.gov-section .gov-section-bg .gov-overlay-black-40, .gov-section .gov-header-bg .gov-overlay-black-40, gov-header-section .gov-section-bg .gov-overlay-black-40, gov-header-section .gov-header-bg .gov-overlay-black-40 {
  background: rgba(0, 0, 0, 0.4);
}
.gov-section .gov-section-bg .gov-overlay-black-45, .gov-section .gov-header-bg .gov-overlay-black-45, gov-header-section .gov-section-bg .gov-overlay-black-45, gov-header-section .gov-header-bg .gov-overlay-black-45 {
  background: rgba(0, 0, 0, 0.45);
}
.gov-section .gov-section-bg .gov-overlay-black-50, .gov-section .gov-header-bg .gov-overlay-black-50, gov-header-section .gov-section-bg .gov-overlay-black-50, gov-header-section .gov-header-bg .gov-overlay-black-50 {
  background: rgba(0, 0, 0, 0.5);
}
.gov-section .gov-section-bg .gov-overlay-black-55, .gov-section .gov-header-bg .gov-overlay-black-55, gov-header-section .gov-section-bg .gov-overlay-black-55, gov-header-section .gov-header-bg .gov-overlay-black-55 {
  background: rgba(0, 0, 0, 0.55);
}
.gov-section .gov-section-bg .gov-overlay-black-60, .gov-section .gov-header-bg .gov-overlay-black-60, gov-header-section .gov-section-bg .gov-overlay-black-60, gov-header-section .gov-header-bg .gov-overlay-black-60 {
  background: rgba(0, 0, 0, 0.6);
}
.gov-section .gov-section-bg .gov-overlay-black-65, .gov-section .gov-header-bg .gov-overlay-black-65, gov-header-section .gov-section-bg .gov-overlay-black-65, gov-header-section .gov-header-bg .gov-overlay-black-65 {
  background: rgba(0, 0, 0, 0.65);
}
.gov-section .gov-section-bg .gov-overlay-black-70, .gov-section .gov-header-bg .gov-overlay-black-70, gov-header-section .gov-section-bg .gov-overlay-black-70, gov-header-section .gov-header-bg .gov-overlay-black-70 {
  background: rgba(0, 0, 0, 0.7);
}
.gov-section .gov-section-bg .gov-overlay-black-75, .gov-section .gov-header-bg .gov-overlay-black-75, gov-header-section .gov-section-bg .gov-overlay-black-75, gov-header-section .gov-header-bg .gov-overlay-black-75 {
  background: rgba(0, 0, 0, 0.75);
}
.gov-section .gov-section-bg .gov-overlay-black-80, .gov-section .gov-header-bg .gov-overlay-black-80, gov-header-section .gov-section-bg .gov-overlay-black-80, gov-header-section .gov-header-bg .gov-overlay-black-80 {
  background: rgba(0, 0, 0, 0.8);
}
.gov-section .gov-section-bg .gov-overlay-black-85, .gov-section .gov-header-bg .gov-overlay-black-85, gov-header-section .gov-section-bg .gov-overlay-black-85, gov-header-section .gov-header-bg .gov-overlay-black-85 {
  background: rgba(0, 0, 0, 0.85);
}
.gov-section .gov-section-bg .gov-overlay-black-90, .gov-section .gov-header-bg .gov-overlay-black-90, gov-header-section .gov-section-bg .gov-overlay-black-90, gov-header-section .gov-header-bg .gov-overlay-black-90 {
  background: rgba(0, 0, 0, 0.9);
}
.gov-section .gov-section-bg .gov-overlay-black-95, .gov-section .gov-header-bg .gov-overlay-black-95, gov-header-section .gov-section-bg .gov-overlay-black-95, gov-header-section .gov-header-bg .gov-overlay-black-95 {
  background: rgba(0, 0, 0, 0.95);
}
.gov-section .gov-section-bg .gov-overlay-black-100, .gov-section .gov-header-bg .gov-overlay-black-100, gov-header-section .gov-section-bg .gov-overlay-black-100, gov-header-section .gov-header-bg .gov-overlay-black-100 {
  background: black;
}
.gov-section .gov-section-bg .gov-overlay-black-60, .gov-section .gov-header-bg .gov-overlay-black-60, gov-header-section .gov-section-bg .gov-overlay-black-60, gov-header-section .gov-header-bg .gov-overlay-black-60 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.gov-section .gov-section-bg .gov-overlay-black-70, .gov-section .gov-header-bg .gov-overlay-black-70, gov-header-section .gov-section-bg .gov-overlay-black-70, gov-header-section .gov-header-bg .gov-overlay-black-70 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.gov-section .gov-section-bg .gov-overlay-green-80, .gov-section .gov-header-bg .gov-overlay-green-80, gov-header-section .gov-section-bg .gov-overlay-green-80, gov-header-section .gov-header-bg .gov-overlay-green-80 {
  background: rgba(27, 109, 74, 0.9);
}
.gov-section .gov-section-bg .gov-overlay-white-90, .gov-section .gov-header-bg .gov-overlay-white-90, gov-header-section .gov-section-bg .gov-overlay-white-90, gov-header-section .gov-header-bg .gov-overlay-white-90 {
  background: rgba(216, 241, 249, 0.9);
}
.gov-section .gov-section-bg .gov-bg-overlay-green-0-80, .gov-section .gov-header-bg .gov-bg-overlay-green-0-80, gov-header-section .gov-section-bg .gov-bg-overlay-green-0-80, gov-header-section .gov-header-bg .gov-bg-overlay-green-0-80 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 68, 52, 0.85);
}
.gov-section .gov-section-bg .gov-bg-overlay-white-80, .gov-section .gov-header-bg .gov-bg-overlay-white-80, gov-header-section .gov-section-bg .gov-bg-overlay-white-80, gov-header-section .gov-header-bg .gov-bg-overlay-white-80 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}
.gov-section .gov-section-bg .gov-overlay-blue-85, .gov-section .gov-header-bg .gov-overlay-blue-85, gov-header-section .gov-section-bg .gov-overlay-blue-85, gov-header-section .gov-header-bg .gov-overlay-blue-85 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 75%;
  background: rgba(47, 106, 81, 1);
  transform: translate(-50%, -50%);
}
.gov-section .container, gov-header-section .container {
  position: relative;
}
.gov-section .gov-container-padded, gov-header-section .gov-container-padded {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.gov-section.gov-section-centered, gov-header-section.gov-section-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gov-section.gov-section-grey, gov-header-section.gov-section-grey {
  background: #f4f4f4;
}
.gov-section.gov-section-reverse, gov-header-section.gov-section-reverse {
  color: white;
}
.gov-section.gov-section-no-padding, gov-header-section.gov-section-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.gov-section.gov-section-no-padding-top, gov-header-section.gov-section-no-padding-top {
  padding-top: 0;
}
.gov-section.gov-section-big, gov-header-section.gov-section-big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.gov-section.gov-section-bigger, gov-header-section.gov-section-bigger {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.gov-section.gov-section-biggest, gov-header-section.gov-section-biggest {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.gov-section.gov-section-rounded, gov-header-section.gov-section-rounded {
  border-radius: 0.4rem;
  overflow: hidden;
}

.gov-section-blue {
  background-color: #152761;
}

.gov-section-green {
  background-color: #13543b;
}

.gov-section-bio-3 {
  position: relative;
  padding: 7.5rem 0;
  margin-bottom: 3.5rem;
  background: #f4f4f4;
}
.gov-section-bio-3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 20%;
  width: calc((100vw - 82rem) / 2 + 27.3333333333rem);
  background: #1E4434;
}
@media (max-width: 991.98px) {
  .gov-section-bio-3::before {
    width: 100%;
    height: 15rem;
  }
}
.gov-section-bio-3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  width: 26rem;
  height: 22rem;
  background: center top/cover no-repeat url("/transparency/PublishingImages/oregon-seal-black.svg");
  opacity: 0.07;
}
.gov-section-bio-3 .gov-bio-photo {
  position: absolute;
  top: 0;
  left: 0%;
  width: calc(33% + 3.7rem);
  height: calc(100% + 7.5rem + 3.7rem);
}
@media (max-width: 991.98px) {
  .gov-section-bio-3 .gov-bio-photo {
    position: relative;
    width: 20rem;
    height: 20rem;
    overflow: hidden;
    margin-bottom: 3rem;
  }
}
.gov-section-bio-3 .gov-bio-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .gov-section-bio-3 .gov-bio-photo img {
    object-fit: fill;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
}
.gov-section-bio-3 .gov-bio-content {
  position: relative;
  padding-left: calc(33% + 3.7rem + 3.7rem);
  padding-right: 3.7rem;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .gov-section-bio-3 .gov-bio-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.gov-section-bio-3 .gov-bio-content h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.gov-section-bio-3 .gov-bio-content h3 em {
  display: block;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-transform: capitalize;
  font-size: 1.17rem;
  letter-spacing: 0.112em;
  line-height: 1;
  font-style: normal;
  margin-bottom: 0.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gov-section-bio-3 .gov-bio-content h3 span {
  display: inline-block;
  font-family: "Calibri", Arial, sans-serif";
  font-weight: 100;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: -0.012em;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: solid 0.4rem #2a5f49;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.gov-section-bio-3 .gov-bio-content .gov-bio-lead {
  font-size: 1.41rem;
  font-family: "Calibri", Arial, sans-serif";
  line-height: 1.33333;
  font-weight: 400;
}
.gov-section-bio-3 .gov-bio-content p:not(.gov-bio-lead) {
  font-size: 1rem;
  line-height: 1.76;
}
.gov-section-bio-3 .gov-bio-content .gov-btn {
  margin-top: 2rem;
}

.gov-box-reverse {
  color: white;
}

.gov-box-style-1 {
  margin: 2em 0;
  border-radius: 0.8rem;
  padding: 2rem 3rem;
  background: white;
  box-shadow: 0 0.8rem 2.8rem rgba(0, 0, 0, 0.09), 0 0.4rem 1.4rem rgba(0, 0, 0, 0.065), 0 0.2rem 0.7rem rgba(0, 0, 0, 0.04);
}

.gov-box-style-2 {
  border-radius: 0.8rem;
  margin: 2rem 0;
  padding: 2rem 3rem;
  background: linear-gradient(to right, #2f6a51, #1E4434); 
  color: white;
}

/* ----- ROOT FONT SIZE / REMs ----- */
html {
  font-size: 13px;
  /* calc(((100vh + 100vw) / 2) * 0.006 + 9px); */
}

body {
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 480px) {
  html {
    font-size: 13.5px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 14.5px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 15.5px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }

  body {
    font-size: 1rem;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 16.5px;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 2300px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 2500px) {
  html {
    font-size: 19px;
  }
}
@media (min-width: 3000px) {
  html {
    font-size: 20px;
  }
}
body.user-anonymous, #s4-bodyContainer {
  /* Don't apply font to SharePoint UI when logged in */
  font-family: "Calibri", Arial, sans-serif;
  font-size: 1rem;
  color: #282828;
}

.or-accordion-panel > a {
  display: block !important;
}

.ms-webpartzone-cell {
  margin: 0 !important;
}

/* ----- BASE HEADING STYLES ----- */
h1, h2, h3, h4, h5, h6 {
  margin-left: 0;
  margin-right: 0;
}
h1.ms-webpart-titleText, h2.ms-webpart-titleText, h3.ms-webpart-titleText, h4.ms-webpart-titleText, h5.ms-webpart-titleText, h6.ms-webpart-titleText {
  font-size: 1rem !important;
}

h1, h2, h3, h4, h5, h6, .gov-h1, .gov-h2, .gov-h3, .gov-h4, .gov-h5, .gov-h6 {
  font-family: "Calibri", Arial, sans-serif";
  font-weight: 400;
}

main h1, main h2, main h3, main .gov-h1, main .gov-h2, main .gov-h3, html .ms-WPBody h1, html .ms-WPBody h2, html .ms-WPBody h3, html .ms-WPBody .gov-h1, html .ms-WPBody .gov-h2, html .ms-WPBody .gov-h3, html .ms-TPBody h1, html .ms-TPBody h2, html .ms-TPBody h3, html .ms-TPBody .gov-h1, html .ms-TPBody .gov-h2, html .ms-TPBody .gov-h3, .ms-rtestate-field h1, .ms-rtestate-field h2, .ms-rtestate-field h3, .ms-rtestate-field .gov-h1, .ms-rtestate-field .gov-h2, .ms-rtestate-field .gov-h3 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main h4, main h5, main h6, main .gov-h4, main .gov-h5, main .gov-h6, html .ms-WPBody h4, html .ms-WPBody h5, html .ms-WPBody h6, html .ms-WPBody .gov-h4, html .ms-WPBody .gov-h5, html .ms-WPBody .gov-h6, html .ms-TPBody h4, html .ms-TPBody h5, html .ms-TPBody h6, html .ms-TPBody .gov-h4, html .ms-TPBody .gov-h5, html .ms-TPBody .gov-h6, .ms-rtestate-field h4, .ms-rtestate-field h5, .ms-rtestate-field h6, .ms-rtestate-field .gov-h4, .ms-rtestate-field .gov-h5, .ms-rtestate-field .gov-h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 400;
}
main th, html .ms-WPBody th, html .ms-TPBody th, .ms-rtestate-field th {
  font-weight: bold;
}
main h1, main .gov-h1, html .ms-WPBody h1, html .ms-WPBody .gov-h1, html .ms-TPBody h1, html .ms-TPBody .gov-h1, .ms-rtestate-field h1, .ms-rtestate-field .gov-h1 {
  font-size: 4rem;
}
main h2, main .gov-h2, html .ms-WPBody h2, html .ms-WPBody .gov-h2, html .ms-TPBody h2, html .ms-TPBody .gov-h2, .ms-rtestate-field h2, .ms-rtestate-field .gov-h2 {
  font-size: 3.2rem;
}
main h3, main .gov-h3, html .ms-WPBody h3, html .ms-WPBody .gov-h3, html .ms-TPBody h3, html .ms-TPBody .gov-h3, .ms-rtestate-field h3, .ms-rtestate-field .gov-h3 {
  font-size: 2.2rem;
}
main h4, main .gov-h4, html .ms-WPBody h4, html .ms-WPBody .gov-h4, html .ms-TPBody h4, html .ms-TPBody .gov-h4, .ms-rtestate-field h4, .ms-rtestate-field .gov-h4 {
  font-size: 1.8rem;
}
main h5, main .gov-h5, html .ms-WPBody h5, html .ms-WPBody .gov-h5, html .ms-TPBody h5, html .ms-TPBody .gov-h5, .ms-rtestate-field h5, .ms-rtestate-field .gov-h5 {
  font-size: 1.5rem;
}
main h6, main .gov-h6, html .ms-WPBody h6, html .ms-WPBody .gov-h6, html .ms-TPBody h6, html .ms-TPBody .gov-h6, .ms-rtestate-field h6, .ms-rtestate-field .gov-h6 {
  font-size: 1.2rem;
}
main .gov-heading-alt, html .ms-WPBody .gov-heading-alt, html .ms-TPBody .gov-heading-alt, .ms-rtestate-field .gov-heading-alt {
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h1.gov-heading-alt, main .gov-h1.gov-heading-alt, html .ms-WPBody h1.gov-heading-alt, html .ms-WPBody .gov-h1.gov-heading-alt, html .ms-TPBody h1.gov-heading-alt, html .ms-TPBody .gov-h1.gov-heading-alt, .ms-rtestate-field h1.gov-heading-alt, .ms-rtestate-field .gov-h1.gov-heading-alt {
  font-size: 2.72rem;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h2.gov-heading-alt, main .gov-h2.gov-heading-alt, html .ms-WPBody h2.gov-heading-alt, html .ms-WPBody .gov-h2.gov-heading-alt, html .ms-TPBody h2.gov-heading-alt, html .ms-TPBody .gov-h2.gov-heading-alt, .ms-rtestate-field h2.gov-heading-alt, .ms-rtestate-field .gov-h2.gov-heading-alt {
  font-size: 1.65rem;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h3.gov-heading-alt, html .ms-WPBody h3.gov-heading-alt, html .ms-TPBody h3.gov-heading-alt, .ms-rtestate-field h3.gov-heading-alt {
  font-size: 1.35rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h4.gov-heading-alt, main h5.gov-heading-alt, main h6.gov-heading-alt, main .gov-h4.gov-heading-alt, main .gov-h5.gov-heading-alt, main .gov-h6.gov-heading-alt, html .ms-WPBody h4.gov-heading-alt, html .ms-WPBody h5.gov-heading-alt, html .ms-WPBody h6.gov-heading-alt, html .ms-WPBody .gov-h4.gov-heading-alt, html .ms-WPBody .gov-h5.gov-heading-alt, html .ms-WPBody .gov-h6.gov-heading-alt, html .ms-TPBody h4.gov-heading-alt, html .ms-TPBody h5.gov-heading-alt, html .ms-TPBody h6.gov-heading-alt, html .ms-TPBody .gov-h4.gov-heading-alt, html .ms-TPBody .gov-h5.gov-heading-alt, html .ms-TPBody .gov-h6.gov-heading-alt, .ms-rtestate-field h4.gov-heading-alt, .ms-rtestate-field h5.gov-heading-alt, .ms-rtestate-field h6.gov-heading-alt, .ms-rtestate-field .gov-h4.gov-heading-alt, .ms-rtestate-field .gov-h5.gov-heading-alt, .ms-rtestate-field .gov-h6.gov-heading-alt {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
main h4.gov-heading-alt, main .gov-h4.gov-heading-alt, html .ms-WPBody h4.gov-heading-alt, html .ms-WPBody .gov-h4.gov-heading-alt, html .ms-TPBody h4.gov-heading-alt, html .ms-TPBody .gov-h4.gov-heading-alt, .ms-rtestate-field h4.gov-heading-alt, .ms-rtestate-field .gov-h4.gov-heading-alt {
  font-size: 1.125rem;
}
main h5.gov-heading-alt, main .gov-h5.gov-heading-alt, html .ms-WPBody h5.gov-heading-alt, html .ms-WPBody .gov-h5.gov-heading-alt, html .ms-TPBody h5.gov-heading-alt, html .ms-TPBody .gov-h5.gov-heading-alt, .ms-rtestate-field h5.gov-heading-alt, .ms-rtestate-field .gov-h5.gov-heading-alt {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
main h6.gov-heading-alt, main .gov-h6.gov-heading-alt, html .ms-WPBody h6.gov-heading-alt, html .ms-WPBody .gov-h6.gov-heading-alt, html .ms-TPBody h6.gov-heading-alt, html .ms-TPBody .gov-h6.gov-heading-alt, .ms-rtestate-field h6.gov-heading-alt, .ms-rtestate-field .gov-h6.gov-heading-alt {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
main .gov-heading-style-2, html .ms-WPBody .gov-heading-style-2, html .ms-TPBody .gov-heading-style-2, .ms-rtestate-field .gov-heading-style-2 {
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: solid 0.36rem #1E4434;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-transform: capitalize;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}
main .gov-heading-style-2 .gov-amp, html .ms-WPBody .gov-heading-style-2 .gov-amp, html .ms-TPBody .gov-heading-style-2 .gov-amp, .ms-rtestate-field .gov-heading-style-2 .gov-amp {
  font-family: "Calibri", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}
main p, html .ms-WPBody p, html .ms-TPBody p, .ms-rtestate-field p {
  margin-top: 1.4rem;
  margin-bottom: 1.4em;
  line-height: inherit;
}
main ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list), main ol, html .ms-WPBody ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list), html .ms-WPBody ol, html .ms-TPBody ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list), html .ms-TPBody ol, .ms-rtestate-field ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list), .ms-rtestate-field ol {
  margin-bottom: 1.5em;
}
main ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) li, main ol li, html .ms-WPBody ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) li, html .ms-WPBody ol li, html .ms-TPBody ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) li, html .ms-TPBody ol li, .ms-rtestate-field ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) li, .ms-rtestate-field ol li {
  padding-left: 1rem;
  margin-bottom: 1em;
}
main .table > thead > tr > th, main .table > tbody > tr > th, main .table > tfoot > tr > th, main .table > thead > tr > td, main .table > tbody > tr > td, main .table > tfoot > tr > td, html .ms-WPBody .table > thead > tr > th, html .ms-WPBody .table > tbody > tr > th, html .ms-WPBody .table > tfoot > tr > th, html .ms-WPBody .table > thead > tr > td, html .ms-WPBody .table > tbody > tr > td, html .ms-WPBody .table > tfoot > tr > td, html .ms-TPBody .table > thead > tr > th, html .ms-TPBody .table > tbody > tr > th, html .ms-TPBody .table > tfoot > tr > th, html .ms-TPBody .table > thead > tr > td, html .ms-TPBody .table > tbody > tr > td, html .ms-TPBody .table > tfoot > tr > td, .ms-rtestate-field .table > thead > tr > th, .ms-rtestate-field .table > tbody > tr > th, .ms-rtestate-field .table > tfoot > tr > th, .ms-rtestate-field .table > thead > tr > td, .ms-rtestate-field .table > tbody > tr > td, .ms-rtestate-field .table > tfoot > tr > td {
  padding: 1rem;
}
main .table-condensed > thead > tr > th, main .table-condensed > tbody > tr > th, main .table-condensed > tfoot > tr > th, main .table-condensed > thead > tr > td, main .table-condensed > tbody > tr > td, main .table-condensed > tfoot > tr > td, html .ms-WPBody .table-condensed > thead > tr > th, html .ms-WPBody .table-condensed > tbody > tr > th, html .ms-WPBody .table-condensed > tfoot > tr > th, html .ms-WPBody .table-condensed > thead > tr > td, html .ms-WPBody .table-condensed > tbody > tr > td, html .ms-WPBody .table-condensed > tfoot > tr > td, html .ms-TPBody .table-condensed > thead > tr > th, html .ms-TPBody .table-condensed > tbody > tr > th, html .ms-TPBody .table-condensed > tfoot > tr > th, html .ms-TPBody .table-condensed > thead > tr > td, html .ms-TPBody .table-condensed > tbody > tr > td, html .ms-TPBody .table-condensed > tfoot > tr > td, .ms-rtestate-field .table-condensed > thead > tr > th, .ms-rtestate-field .table-condensed > tbody > tr > th, .ms-rtestate-field .table-condensed > tfoot > tr > th, .ms-rtestate-field .table-condensed > thead > tr > td, .ms-rtestate-field .table-condensed > tbody > tr > td, .ms-rtestate-field .table-condensed > tfoot > tr > td {
  padding: 0.8rem 0.5rem;
}
main :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]), html .ms-WPBody :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]), html .ms-TPBody :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]), .ms-rtestate-field :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]) {
  box-shadow: none;
  border-radius: 0.6rem;
  font-size: 1.08rem;
  line-height: 2.2rem;
}
main :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]):not(textarea), html .ms-WPBody :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]):not(textarea), html .ms-TPBody :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]):not(textarea), .ms-rtestate-field :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]):not(textarea) {
  height: 3rem;
}
main *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]), html .ms-WPBody *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]), html .ms-TPBody *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]), .ms-rtestate-field *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]) {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 3.1rem;
  cursor: pointer;
  background: calc(100% - 0.9rem) center/1.3rem auto no-repeat url("/transparency/PublishingImages/chevron-down.svg"), transparent;
  transition: background-color 0.3s ease;
}
main *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):hover, html .ms-WPBody *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):hover, html .ms-TPBody *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):hover, .ms-rtestate-field *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):hover {
  background-color: #f4f4f4;
}

/* ----- CONTAINERS + SCAFFOLDING ----- */
main {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

:not(#x) .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
@media (min-width: 85rem) {
  :not(#x) .container {
    padding: 0;
    margin-left: calc((100vw - 82rem) / 2);
    margin-right: calc((100vw - 82rem) / 2);
  }
}
@media (min-width: 85rem) {
  :not(#x) .container {
    margin-left: calc((100vw - 82rem) / 2);
    margin-right: calc((100vw - 82rem) / 2);
  }
}

.gov-decontain {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 85rem) {
  .gov-decontain {
    margin-left: calc((100vw - 82rem) / -2);
    margin-right: calc((100vw - 82rem) / -2);
  }
}
@media (min-width: 85rem) {
  .gov-decontain {
    margin-left: calc((100vw - 82rem) / -2);
    margin-right: calc((100vw - 82rem) / -2);
  }
}

.gov-container-narrow {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
@media (min-width: 51rem) {
  .gov-container-narrow {
    padding: 0;
    margin-left: calc((100vw - 48rem) / 2);
    margin-right: calc((100vw - 48rem) / 2);
  }
}

body.sp2016.user-authenticated {
  overflow: hidden;
}

body.sp2016.modal-open {
  overflow: hidden;
}

:not(#x) .gov-home main, :not(#x) .gov-standard-full-width main, :not(#x) .gov-page-layout-priority main, :not(#x) .gov-page-layout-policy main {
  padding-top: 0;
  padding-bottom: 0;
}
:not(#x) .gov-home main > .container, :not(#x) .gov-standard-full-width main > .container, :not(#x) .gov-page-layout-priority main > .container, :not(#x) .gov-page-layout-policy main > .container {
  padding-right: 0;
  padding-left: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
:not(#x) .gov-home main > .container > .row, :not(#x) .gov-standard-full-width main > .container > .row, :not(#x) .gov-page-layout-priority main > .container > .row, :not(#x) .gov-page-layout-policy main > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
:not(#x) .gov-home main > .container > .row > .col-md-12, :not(#x) .gov-standard-full-width main > .container > .row > .col-md-12, :not(#x) .gov-page-layout-priority main > .container > .row > .col-md-12, :not(#x) .gov-page-layout-policy main > .container > .row > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

main > .container > .row:first-of-type {
  display: none;
}

.gov-fit-cover {
  width: 100%;
  height: auto;
}
.gov-fit-cover.gov-fit-wide {
  width: auto;
  height: 100%;
}

.dropdown > ul.dropdown-menu {
  border: none;
  padding: 0.5rem 0;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  max-height: 67vh;
  overflow-y: auto;
}
.dropdown > ul.dropdown-menu > li > a {
  padding: 0.5rem 1.5rem;
  font-size: 0.98rem;
}

th {
  white-space: normal;
}

.gov-bg-lower-light {
  background-color: #f0f9f3;
}

.gov-bg-moderate-light {
  background-color: #f8f6f2;
}

.gov-bg-high-light {
  background-color: #f4ece6;
}

.gov-bg-extreme-light {
  background-color: #f8f2f2;
}

.gov-margin-right-0 {
  margin-right: 0;
}

.gov-anchor {
  position: relative;
  top: -10rem;
}

.lang-select {
  cursor: pointer;
}

:not(#x) .label {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 100rem;
}

.gov-introduction {
  font-size: 1.6rem;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  color: #152761;
}

.gov-lead, .lead {
  font-size: 1.3rem;
  line-height: 1.75;
  font-family: "Calibri", Arial, sans-serif;
  font-weight: 600;
}

.gov-has-dropcap::first-letter {
  float: left;
  font-size: 3.2em;
  line-height: 1;
  margin-right: 0.5rem;
  margin-top: 0.1em;
  color: #0e5f9b;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  background: #ede5ab;
  text-shadow: 0.2rem 0.2rem 0 0.2rem #823143;
  padding: 1rem 0.7rem;
}

.gov-article {
  margin: 0 auto;
}
.gov-article blockquote {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Source Serif Pro", serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-left: none;
}
.gov-article blockquote p {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
:not(#x) p {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.gov-article blockquote::before {
  content: "“";
  color: #b1e3f2;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.85;
  position: absolute;
  top: -1.6rem;
  left: -2rem;
}
.gov-article blockquote::after {
  content: "”";
  color: #b1e3f2;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.85;
  position: absolute;
  bottom: -2rem;
  right: 0rem;
}
.gov-article hr {
  border-bottom: solid 0.4rem #152761;
  width: 10rem;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.gov-article .pull-left {
  width: 100%;
}
@media (min-width: 1400px) {
  .gov-article .pull-left {
    float: left;
    margin-left: -17rem;
    margin-right: 2.5rem;
    width: calc(30% + 17rem);
  }
}
.gov-article .pull-right {
  width: 100%;
}
@media (min-width: 1400px) {
  .gov-article .pull-right {
    float: right;
    margin-left: 2.5rem;
    margin-right: -17rem;
    width: calc(30% + 17rem);
  }
}
.gov-article p:not(.lead):not(.gov-lead) {
  font-size: 1.14em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gov-article .gov-lead, .gov-article .lead {
  position: relative;
  font-weight: 500;
}
.gov-article .gov-lead:first-of-type::first-letterq, .gov-article .lead:first-of-type::first-letterq {
  float: left;
  font-size: 3.2em;
  line-height: 1;
  margin-right: 0.85rem;
  margin-top: 0.1em;
  color: #0e5f9b;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  background: #add8b7;
  padding: 1rem 0.7rem;
}
.gov-article .gov-first-clause {
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.06em;
  font-size: 0.97em;
  line-height: 1;
  color: #152761;
}

.gov-img-crop-4-3 {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}
.gov-img-crop-4-3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

:not(#x) .gov-link-list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.28rem;
}
:not(#x) .gov-link-list li {
  margin: 0;
  padding: 0;
}
:not(#x) .gov-link-list li a {
  position: relative;
  display: block;
  text-decoration: none !important;
  padding: 1.1rem 1.6rem;
  padding-right: 5rem;
  border-bottom: 0.1rem #191947 solid;
  text-align: left;
  color: inherit !important;
}
:not(#x) .gov-link-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #10357a;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
}
:not(#x) .gov-link-list li a:hover::before {
  transform: scaleX(1);
}
:not(#x) .gov-link-list li a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  font-size: 1.3em;
  transform: translateY(-50%);
}
:not(#x) .gov-link-list li:last-of-type a {
  border-bottom: none;
}

::selection {
  background-color: #1b6d4a;
  color: white;
}

main a,
footer a,
.alert a {
  color: inherit;
  text-decoration: none;
}

main a:focus,
footer a:focus,
.alert a:focus,
main a:hover,
footer a:hover,
.alert a:hover {
  color: inherit;
  text-decoration: none;
  text-decoration-style: initial;
}

main a:visited,
footer a:visited,
.alert a:visited {
  color: inherit;
  text-decoration: none;
}

a.btn:focus,
button.btn:focus,
a:focus,
.btn:focus,
.dropdown-toggle:focus {
  outline: initial;
}

:not(#x) *:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 4px;
  outline-color: inherit;
}

main p, main ul, main ol, main td {
  /* v These should only apply to uls v */
}
main p:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href], main ul:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href], main ol:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href], main td:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href] {
  color: #0e5f9b;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  padding: 0 0.12rem;
  transition: text-decoration-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
main p:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:visited, main ul:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:visited, main ol:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:visited, main td:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:visited {
  color: #0e5f9b;
}
main p:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:focus, main ul:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:focus, main ol:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:focus, main td:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:focus {
  color: #0e5f9b;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 4px;
  outline-color: inherit;
}
main p:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:hover, main ul:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:hover, main ol:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:hover, main td:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  text-decoration-color: transparent;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.045);
}

.gov-link {
  color: #0e5f9b;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  padding: 0 0.12rem;
  transition: text-decoration-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
.gov-link:visited {
  color: #0e5f9b;
}
.gov-link:focus {
  color: #0e5f9b;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 4px;
  outline-color: inherit;
}
.gov-link:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  text-decoration-color: transparent;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.045);
}

.gov-header-navigation {
  position: relative;
  z-index: 3;
}

.or-navbar-sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gov-navbar {
  display: flex;
  align-items: center;
  padding: 2rem;
  color: white;
}
@media (max-width: 768px) {
  .gov-navbar {
    padding: 1rem;
  }
}
.gov-navbar .or-navbar-translation-wrapper a.dropdown-toggle {
  color: white !important;
}
.gov-navbar .gov-navbar-search-button {
  color: inherit;
  font-size: 2.1rem;
  padding: 0.5rem;
  margin: 0rem 2.5rem 0rem 1.5rem;
}
@media (max-width: 1139.98px) {
  .gov-navbar .gov-navbar-search-button {
    display: none;
  }
}

.gov-navbar-brand {
  display: flex;
  align-items: center;
  color: inherit !important;
  text-decoration: none !important;
}
.gov-navbar-brand .gov-navbar-logo-wrapper {
  position: relative;
}
.gov-navbar-brand .gov-navbar-logo-wrapper .gov-navbar-logo, .gov-navbar-brand .gov-navbar-logo-wrapper .gov-navbar-logo-reverse {
  width: 5.55rem;
  height: auto;
}
@media (max-width: 768px) {
  .gov-navbar-brand .gov-navbar-logo-wrapper .gov-navbar-logo, .gov-navbar-brand .gov-navbar-logo-wrapper .gov-navbar-logo-reverse {
    width: 4rem;
  }
}
.gov-navbar-brand .gov-navbar-logo-wrapper .gov-navbar-logo {
  opacity: 0;
}
.gov-navbar-brand .gov-navbar-logo-wrapper .gov-navbar-logo-reverse {
  position: absolute;
  top: 0;
  left: 0;
}
.gov-navbar-brand .gov-navbar-brand-title {
  margin-left: 1.5rem;
  line-height: 1.25;
  font-size: 1.07rem;
}
@media (max-width: 768px) {
  .gov-navbar-brand .gov-navbar-brand-title {
    font-size: 0.9rem;
    margin-left: 0.75rem;
  }
}
.gov-navbar-brand .gov-navbar-brand-title em {
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-size: 1em;
  letter-spacing: 0.017em;
}
.gov-navbar-brand .gov-navbar-brand-title span {
  display: block;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-transform: capitalize;
  font-size: 1.14em;
  letter-spacing: 0.04em;
}

.gov-navbar-mobile-spacer {
  flex: 1 0 auto;
}
@media (min-width: 1000px) {
  .gov-navbar-mobile-spacer {
    display: none;
  }
}

.gov-short-menu {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 999.98px) {
  .gov-short-menu {
    display: none;
  }
}
.gov-short-menu li a {
  color: inherit !important;
  text-decoration: none !important;
  font-size: 1.27em;
  padding: 1.7rem 2rem;
}
.gov-short-menu li:last-of-type {
  margin-right: 1%;
}

:not(#x) body:not(.gov-home) gov-header-section {
  position: relative;
  padding: 11rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  :not(#x) body:not(.gov-home) gov-header-section .gov-header-bg.gov-header-bg-default img {
    transform: translate(-50%, -60%);
  }
}
:not(#x) body:not(.gov-home) gov-header-section .gov-header-container {
  position: relative;
  flex: 0 0 auto;
  width: calc(100vw - 3rem);
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 85rem) {
  :not(#x) body:not(.gov-home) gov-header-section .gov-header-container {
    width: calc((82rem + 100vw) / 2);
  }
}
:not(#x) body:not(.gov-home) gov-header-section .gov-header-container .gov-header-subpage-box {
  max-width: 40rem;
  padding: 4rem 3rem;
  margin-bottom: -2rem;
  background: rgba(30, 68, 52, 0.9);
  border-radius: 10px;
}
:not(#x) body:not(.gov-home) gov-header-section .gov-header-container .gov-header-subpage-box h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}

:not(#x) body.gov-page-layout-priority main > .container > [id$=titleAndMetadataEditModePanel], :not(#x) body.gov-page-layout-policy main > .container > [id$=titleAndMetadataEditModePanel] {
  max-width: 60rem;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
}
:not(#x) body.gov-page-layout-priority main > .container > [id$=govCustomHeaderEditModePanel], :not(#x) body.gov-page-layout-policy main > .container > [id$=govCustomHeaderEditModePanel] {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

:not(#x) body.gov-page-layout-priority gov-header-section .gov-header-bg div[class*=gov-overlay],
:not(#x) body.gov-page-layout-policy gov-header-section .gov-header-bg div[class*=gov-overlay] {
  background-color: rgba(16, 53, 122, 0.9);
}
:not(#x) body.gov-page-layout-priority gov-header-section .gov-header-container,
:not(#x) body.gov-page-layout-policy gov-header-section .gov-header-container {
  align-items: stretch;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  z-index: 1;
}
@media (min-width: 59rem) {
  :not(#x) body.gov-page-layout-priority gov-header-section .gov-header-container,
:not(#x) body.gov-page-layout-policy gov-header-section .gov-header-container {
    padding-left: calc((100vw - 56rem) / 2);
    padding-right: calc((100vw - 56rem) / 2);
  }
}
:not(#x) body.gov-page-layout-priority gov-header-section .gov-header-container .gov-header-subpage-box,
:not(#x) body.gov-page-layout-policy gov-header-section .gov-header-container .gov-header-subpage-box {
  text-align: center;
  max-width: none;
  margin-bottom: -10rem;
  background: white;
  color: #282828;
}
:not(#x) body.gov-page-layout-priority gov-header-section .gov-header-container .gov-header-subpage-box h2,
:not(#x) body.gov-page-layout-policy gov-header-section .gov-header-container .gov-header-subpage-box h2 {
  font-size: 3.4rem;
}
@media (max-width: 768px) {
  :not(#x) body.gov-page-layout-priority gov-header-section .gov-header-container .gov-header-subpage-box h2,
:not(#x) body.gov-page-layout-policy gov-header-section .gov-header-container .gov-header-subpage-box h2 {
    font-size: 3rem;
  }
}

:not(#x) body:not(.form-mode-edit).gov-page-layout-priority .gov-section-article,
:not(#x) body:not(.form-mode-edit).gov-page-layout-policy .gov-section-article {
  padding-top: 12.5rem;
}

:not(#x) body.gov-page-layout-priority gov-header-section .gov-header-container .gov-header-subpage-box img,
:not(#x) body.gov-page-layout-policy gov-header-section .gov-header-container .gov-header-subpage-box img {
  display: block;
  margin: 1rem auto;
  margin-bottom: 1.1rem;
  width: 5rem;
  height: auto;
}

gov-alert .gov-active-alert {
  position: relative;
  z-index: 1;
  background-color: #f9f3d3;
  color: #282828;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  padding-right: 4rem;
}
gov-alert .gov-active-alert p, gov-alert .gov-active-alert .gov-alert-content {
  margin-right: 1rem;
}
gov-alert .gov-active-alert a {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
gov-alert .gov-active-alert .fas.fa-bell {
  margin-right: 0.5rem;
}
gov-alert .gov-active-alert p {
  margin-top: 0;
  margin-bottom: 0;
}
gov-alert .gov-active-alert button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  order: 10;
  font-size: 1.5rem;
  background: none;
  border: none;
  padding: 1rem 1.4rem;
  line-height: 1;
}

gov-navbar-height {
  display: block;
}

gov-full-menu {
  display: block;
}
gov-full-menu button {
  background: transparent !important;
  border: none !important;
}
gov-full-menu .gov-full-menu-button {
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 768px) {
  gov-full-menu .gov-full-menu-button {
    font-size: 0.85rem;
  }
}
gov-full-menu .gov-full-menu-button span.far {
  display: block;
  font-size: 2em;
  transform: scaleX(1.5);
}
gov-full-menu .gov-full-menu-button span.gov-full-menu-button-text {
  display: block;
  text-transform: capitalize;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.19em;
  margin-left: 0.1rem;
  margin-top: 0rem;
}

.gov-full-menu-window {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-flow: column;
  color: black;
  z-index: 100;
  overflow-y: auto;
  transition: transform 1s ease, opacity 1s ease;
}
:not(#x) .gov-full-menu-window:not(.needs-element) {
  display: none !important;
}

.gov-full-menu-window.needs-element {
  will-change: opacity;
}
.gov-full-menu-window.hidden {
  display: flex !important;
  animation: 0.3s ease 0s 1 forwards closeNav;
}
@keyframes closeNav {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.gov-full-menu-window:not(.hidden) {
  animation: 0.3s ease 0s 1 forwards openNav;
}
@keyframes openNav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.gov-full-menu-body {
  flex: 1 0 100%;
  position: relative;
  background: center/cover no-repeat url("/transparency/PublishingImages/capitol-bg-white.jpg"), white;
  padding: 10rem 0rem 5rem 0;
}

.gov-full-menu-container {
  position: relative;
  display: flex;
  flex-flow: column;
  min-height: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  transition: transform 1s ease;
}
@media (min-width: 88rem) {
  .gov-full-menu-container {
    padding: 0;
    margin-left: calc((100vw - 82rem) / 2);
    margin-right: calc((100vw - 82rem) / 2);
  }
}

.gov-full-menu-top {
  flex: 1 0 auto;
  display: flex;
}
@media (max-width: 820px) {
  .gov-full-menu-top {
    flex-wrap: wrap;
  }
}

.gov-full-menu-left {
  flex: 0 0 70%;
  display: flex;
  flex-flow: column;
}
@media (max-width: 820px) {
  .gov-full-menu-left {
    flex: 0 0 100%;
  }
}
.gov-full-menu-left .gov-full-menu-links {
  flex: 1 0 auto;
  display: block;
  column-count: 2;
}
@media (max-width: 820px) {
  .gov-full-menu-left .gov-full-menu-links {
    column-count: 1;
  }
}
.gov-full-menu-left .gov-full-menu-links > div {
  margin-bottom: 2.71rem;
  line-height: 1;
}
.gov-full-menu-left .gov-full-menu-links a {
  position: relative;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.45rem;
  letter-spacing: -0.01em;
  color: inherit !important;
  text-decoration: none !important;
  padding-bottom: 0.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gov-full-menu-left .gov-full-menu-links a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 1.45em);
  height: 0.16rem;
  background-color: #0e5f9b;
  transform-origin: center left;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.gov-full-menu-left .gov-full-menu-links a:hover::before {
  transform: scaleX(1);
}
.gov-full-menu-left .gov-full-menu-links a i {
  color: #80bbd8;
  flex: 0 0 auto;
  vertical-align: middle;
  margin-top: -0.2rem;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.gov-full-menu-left .gov-full-menu-links a:hover i {
  transform: translateX(0.36em);
}
@media (min-width: 1140px) {
  .gov-full-menu-left .gov-full-menu-links .gov-full-menu-link-search {
    display: none;
  }
}

.gov-full-menu-right {
  position: relative;
  flex: 0 0 30%;
  text-align: right;
}
@media (max-width: 820px) {
  .gov-full-menu-right {
    flex: 0 0 100%;
    text-align: left;
  }
}
.gov-full-menu-right::after {
  display: block;
  position: absolute;
  bottom: 2rem;
  right: -20rem;
  width: 65rem;
  height: 32rem;
  background: right bottom/contain no-repeat url("/transparency/PublishingImages/capitol-line.jpg");
  opacity: 0.08;
  z-index: -1;
}
.gov-full-menu-right .gov-site-title {
  line-height: 1.364;
  margin-top: 0;
  margin-bottom: 1.155rem;
}
.gov-full-menu-right .gov-site-title span {
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.815rem;
  text-transform: capitalize;
  letter-spacing: 0.022em;
  font-weight: 500;
}
.gov-full-menu-right .gov-site-title i {
  font-size: 1.562rem;
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-weight: 400;
}
.gov-full-menu-right p {
  margin-top: 0;
  margin-bottom: 0.715rem;
  font-size: 1.188rem;
  line-height: 1.485;
}
.gov-full-menu-right .gov-social-links {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.1rem;
}
@media (max-width: 820px) {
  .gov-full-menu-right .gov-social-links {
    justify-content: flex-start;
  }
}
.gov-full-menu-right .gov-social-links a {
  font-size: 1.815rem;
  margin-left: 1.496rem;
  color: #0e5f9b !important;
  text-decoration: none !important;
}
.gov-full-menu-right .gov-social-links a:first-child {
  margin-left: 0;
}

.gov-full-menu-bottom {
  flex: 0 0 auto;
  width: 100%;
}
.gov-full-menu-bottom .gov-secondary-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4.88rem;
  border-top: solid 0.1rem black;
  padding-top: 2.53rem;
}
.gov-full-menu-bottom .gov-secondary-links a {
  margin-right: 3rem;
  color: inherit !important;
  text-decoration: none !important;
  font-size: 1.06rem;
  font-weight: 600;
  text-align: center;
}
.gov-full-menu-bottom .gov-secondary-links a:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  text-decoration: underline !important;
  text-decoration-thickness: 0.1em !important;
}
.gov-full-menu-bottom .gov-secondary-links a:last-child {
  margin-right: 0;
}

.gov-full-menu-close {
  position: absolute;
  top: 2.5rem;
  right: 1.8rem;
}
.gov-full-menu-close .fal {
  font-size: 3rem;
  padding: 0.6rem 1rem;
}

gov-carousel {
  position: relative;
  display: flex;
  flex-flow: column;
  min-height: calc((100vh + 56.25vw) / 2);
}
gov-carousel #gov-carousel-sr {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffe0;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 1.2rem;
  display: flex;
  flex-flow: column;
}
gov-carousel #gov-carousel-sr.gov-carousel-sr-visible {
  padding: 2rem;
  border: solid black 0.5rem;
}
gov-carousel #gov-carousel-sr:not(.gov-carousel-sr-visible) {
  height: 0;
  overflow: hidden;
}
gov-carousel .gov-carousel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
gov-carousel .gov-carousel-bg .gov-carousel-bg-color-overlay {
  position: absolute;
  top: 0;
  left: 62%;
  width: 38%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, black 50%);
  mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, black 50%);
  z-index: 3;
  transition: background-color 1s ease;
}
body.user-authenticated gov-carousel .gov-carousel-bg .gov-carousel-bg-color-overlay {
  -webkit-mask-image: initial;
  mask-image: initial;
  opacity: 0.9;
}

gov-carousel .gov-carousel-bg .gov-carousel-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 81%;
  height: 100%;
}
gov-carousel .gov-carousel-bg .gov-carousel-bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.user-anonymous gov-carousel .gov-carousel-bg .gov-carousel-bg-image img {
  opacity: 0;
  transition: opacity 1s ease;
}

@keyframes carousel-bg-fade-out {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body.user-authenticated gov-carousel .gov-carousel-bg .gov-carousel-bg-image img {
  animation: 1s ease 0s 1 forwards carousel-bg-fade-out;
  will-change: opacity;
}

gov-carousel .gov-carousel-bg .gov-carousel-bg-image img.gov-carousel-bg-active {
  z-index: 1;
}
body.user-anonymous gov-carousel .gov-carousel-bg .gov-carousel-bg-image img.gov-carousel-bg-active {
  opacity: 1;
}

@keyframes carousel-bg-fade-in {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.user-authenticated gov-carousel .gov-carousel-bg .gov-carousel-bg-image img.gov-carousel-bg-active {
  animation: 1s ease 0s 1 forwards carousel-bg-fade-in;
}

gov-carousel .gov-carousel-bg .gov-carousel-bg-image .gov-carousel-bg-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
gov-carousel #gov-carousel-content {
  flex: 1 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10rem;
}
gov-carousel .gov-carousel-slides {
  position: relative;
  width: 100%;
}
gov-carousel .gov-carousel-slide {
  position: absolute;
  top: 50%;
  left: calc(62% - 11.5rem);
  width: calc(11.5rem + 38% - 11.5rem);
  height: auto;
  background: white;
  transform: translateY(-50%);
  padding: 4rem;
  padding-bottom: 1rem;
  overflow: hidden;
  will-change: opacity;
  border-radius: 30px;
}
gov-carousel .gov-carousel-slide:not(.gov-carousel-slide-last-viewed):not(.gov-carousel-slide-active) {
  opacity: 0;
}
gov-carousel .gov-carousel-slide.gov-carousel-slide-last-viewed {
  z-index: 1;
  animation: 1s ease-in 0s 1 both active-fadeout;
}
gov-carousel .gov-carousel-slide.gov-carousel-slide-last-viewed .gov-carousel-pause {
  opacity: 0;
}
@keyframes active-fadeout {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
gov-carousel .gov-carousel-slide.gov-carousel-slide-active {
  z-index: 2;
  animation: 1s ease-out 0s 1 both active-fadein;
}
@keyframes active-fadein {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
gov-carousel .gov-carousel-slide h3 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 2.12rem;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.94em;
  text-transform: capitalize;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-bottom: 1.24rem;
  border-bottom: solid 0.3rem #ccc;
  transition: border-color 1s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
gov-carousel .gov-carousel-slide .gov-carousel-slide-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
}
gov-carousel .gov-carousel-slide .gov-carousel-slide-title .gov-carousel-slide-icon {
  display: none;
  flex: 0 0 auto;
  margin-right: 1.5rem;
  width: 5.5rem;
  height: 5.5rem;
}
gov-carousel .gov-carousel-slide .gov-carousel-slide-title .gov-carousel-slide-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
gov-carousel .gov-carousel-slide .gov-carousel-slide-title h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  line-height: 0.98;
  font-weight: 600;
}
@media (min-width: 1000px) and (max-width: 1330px) {
  gov-carousel .gov-carousel-slide .gov-carousel-slide-title h4 {
    font-size: 3.2rem;
  }
}
gov-carousel .gov-carousel-slide .gov-carousel-slide-description {
  font-size: 1.18rem;
  line-height: 1.6;
  font-weight: 400;
}
gov-carousel .gov-carousel-slide a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 1.5rem 2rem;
  color: black;
  font-size: 1.18rem;
  line-height: 0.98;
  transition: background-color 1s ease;
}
gov-carousel .gov-carousel-slide a span {
  margin-top: -0.2rem;
  margin-left: 1.1rem;
  font-size: 1.3em;
  vertical-align: middle;
}
gov-carousel .gov-carousel-slide .gov-carousel-pause {
  position: relative;
  width: 5rem;
  height: 5rem;
  margin: 2rem 0 1rem 0;
  transition: opacity 0.2s ease;
}
gov-carousel .gov-carousel-slide .gov-carousel-pause button {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
}
gov-carousel .gov-carousel-slide .gov-carousel-pause .gov-carousel-progress svg {
  width: 100%;
  height: 100%;
  display: block;
}
gov-carousel .gov-carousel-slide .gov-carousel-pause .gov-carousel-progress circle {
  fill: none;
  stroke: black;
  stroke-width: 4;
  stroke-dasharray: 251.3272;
  stroke-dashoffset: 251.3272;
}
gov-carousel .gov-carousel-prev, gov-carousel .gov-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 8rem;
  background: center/contain no-repeat url("/transparency/PublishingImages/carousel-arrow-left.svg");
  border: none;
  color: white;
}
gov-carousel .gov-carousel-next {
  right: 3rem;
  transform: translateY(-50%) scaleX(-1);
}
gov-carousel .gov-carousel-prev {
  left: 3rem;
}
gov-carousel .gov-carousel-indicator {
  position: relative;
  display: inline-flex;
  left: calc(62% + 3rem);
}
@media (max-width: 999.98px) {
  gov-carousel .gov-carousel-indicator {
    display: none;
    position: absolute;
    top: 20rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
gov-carousel .gov-carousel-indicator > a {
  margin: 0 0.2rem;
  margin-top: 3.5rem;
  width: 1rem;
  height: 1rem;
  border: solid 0.1rem white;
  border-radius: 100rem;
  color: white;
}
gov-carousel .gov-carousel-indicator > a.active {
  background-color: white;
}
@media (max-width: 999.98px) {
  gov-carousel {
    min-height: 0px;
  }
  gov-carousel .gov-carousel-bg {
    width: 100%;
    height: 100%;
  }
  gov-carousel .gov-carousel-bg .gov-carousel-bg-image {
    width: 100%;
    height: 35rem;
  }
  gov-carousel .gov-carousel-bg .gov-carousel-bg-color-overlay {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(100% - 35rem);
    -webkit-mask-image: none;
    mask-image: none;
  }
  gov-carousel #gov-carousel-content {
    width: 90%;
    margin: 0 auto;
    padding-top: 15rem;
    padding-bottom: 2rem;
  }
  gov-carousel #gov-carousel-content .gov-carousel-slide {
    position: absolute;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 3rem;
    padding-bottom: 1rem;
  }
  gov-carousel #gov-carousel-content .gov-carousel-slide .gov-carousel-slide-title {
    margin-bottom: 1.2rem;
  }
  gov-carousel #gov-carousel-content .gov-carousel-slide .gov-carousel-slide-title h4 {
    font-size: 2.4rem;
    line-height: 1;
  }
  gov-carousel #gov-carousel-content .gov-carousel-slide .gov-carousel-slide-description {
    font-size: 1em;
  }
  gov-carousel #gov-carousel-content .gov-carousel-slide .gov-carousel-pause {
    margin: 1rem 0 1rem 0;
  }
  gov-carousel .gov-carousel-next, gov-carousel .gov-carousel-prev {
    top: 17.5rem;
    width: 3rem;
    height: 6rem;
  }
  gov-carousel .gov-carousel-next {
    right: 2rem;
  }
  gov-carousel .gov-carousel-prev {
    left: 2rem;
  }
}

gov-carousel-2 {
  position: relative;
  display: flex;
  flex-flow: column;
  min-height: calc((100vh + 56.25vw) / 2);
}
gov-carousel-2 #gov-carousel-sr {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffe0;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 1.2rem;
  display: flex;
  flex-flow: column;
}
gov-carousel-2 #gov-carousel-sr.gov-carousel-sr-visible {
  padding: 2rem;
  border: solid black 0.5rem;
}
gov-carousel-2 #gov-carousel-sr:not(.gov-carousel-sr-visible) {
  height: 0;
  overflow: hidden;
}
gov-carousel-2 .gov-carousel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-color-overlay {
  position: absolute;
  top: 0;
  left: 62%;
  width: 38%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, black 50%);
  mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, black 50%);
  z-index: 3;
  transition: background-color 1s ease;
}
body.user-authenticated gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-color-overlay {
  -webkit-mask-image: initial;
  mask-image: initial;
  opacity: 0.9;
}

gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 81%;
  height: 100%;
}
gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.user-anonymous gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image img {
  opacity: 0;
  transition: opacity 1s ease;
}

@keyframes carousel-bg-fade-out {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body.user-authenticated gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image img {
  animation: 1s ease 0s 1 forwards carousel-bg-fade-out;
  will-change: opacity;
}

gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image img.gov-carousel-bg-active {
  z-index: 1;
}
body.user-anonymous gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image img.gov-carousel-bg-active {
  opacity: 1;
}

@keyframes carousel-bg-fade-in {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.user-authenticated gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image img.gov-carousel-bg-active {
  animation: 1s ease 0s 1 forwards carousel-bg-fade-in;
}

gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image .gov-carousel-bg-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
gov-carousel-2 #gov-carousel-content {
  flex: 1 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10rem;
}
gov-carousel-2 .gov-carousel-slides {
  position: relative;
  width: 100%;
}
gov-carousel-2 .gov-carousel-slide {
  position: absolute;
  top: 50%;
  left: calc(62% - 11.5rem);
  width: calc(11.5rem + 38% - 11.5rem);
  height: auto;
  background: white;
  transform: translateY(-50%);
  padding: 4rem;
  padding-bottom: 1rem;
  overflow: hidden;
  will-change: opacity;
}
gov-carousel-2 .gov-carousel-slide:not(.gov-carousel-slide-last-viewed):not(.gov-carousel-slide-active) {
  opacity: 0;
}
gov-carousel-2 .gov-carousel-slide.gov-carousel-slide-last-viewed {
  z-index: 1;
  animation: 1s ease-in 0s 1 both active-fadeout;
}
gov-carousel-2 .gov-carousel-slide.gov-carousel-slide-last-viewed .gov-carousel-pause {
  opacity: 0;
}
@keyframes active-fadeout {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
gov-carousel-2 .gov-carousel-slide.gov-carousel-slide-active {
  z-index: 2;
  animation: 1s ease-out 0s 1 both active-fadein;
}
@keyframes active-fadein {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
gov-carousel-2 .gov-carousel-slide h3 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 2.12rem;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.94em;
  text-transform: capitalize;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-bottom: 1.24rem;
  border-bottom: solid 0.3rem #ccc;
  transition: border-color 1s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-slide-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-slide-title .gov-carousel-slide-icon {
  display: none;
  flex: 0 0 auto;
  margin-right: 1.5rem;
  width: 5.5rem;
  height: 5.5rem;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-slide-title .gov-carousel-slide-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-slide-title h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8rem;
  line-height: 0.98;
  font-weight: 400;
}
@media (min-width: 1000px) and (max-width: 1330px) {
  gov-carousel-2 .gov-carousel-slide .gov-carousel-slide-title h4 {
    font-size: 3.2rem;
  }
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-slide-description {
  font-size: 1.18rem;
  line-height: 1.6;
  font-weight: 400;
}
gov-carousel-2 .gov-carousel-slide a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 1.5rem 2rem;
  color: black;
  font-size: 1.18rem;
  line-height: 0.98;
  transition: background-color 1s ease;
}
gov-carousel-2 .gov-carousel-slide a span {
  margin-top: -0.2rem;
  margin-left: 1.1rem;
  font-size: 1.3em;
  vertical-align: middle;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-pause {
  position: relative;
  width: 5rem;
  height: 5rem;
  margin: 2rem 0 1rem 0;
  transition: opacity 0.2s ease;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-pause button {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-pause .gov-carousel-progress svg {
  width: 100%;
  height: 100%;
  display: block;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-pause .gov-carousel-progress circle {
  fill: none;
  stroke: black;
  stroke-width: 4;
  stroke-dasharray: 251.3272;
  stroke-dashoffset: 251.3272;
}
gov-carousel-2 .gov-carousel-prev, gov-carousel-2 .gov-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 8rem;
  background: center/contain no-repeat url("/transparency/PublishingImages/carousel-arrow-left.svg");
  border: none;
  color: white;
}
gov-carousel-2 .gov-carousel-next {
  right: 3rem;
  transform: translateY(-50%) scaleX(-1);
}
gov-carousel-2 .gov-carousel-prev {
  left: 3rem;
}
gov-carousel-2 .gov-carousel-indicator {
  position: relative;
  display: inline-flex;
  left: calc(62% + 3rem);
}
@media (max-width: 999.98px) {
  gov-carousel-2 .gov-carousel-indicator {
    display: none;
    position: absolute;
    top: 30rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
gov-carousel-2 .gov-carousel-indicator > a {
  margin: 0 0.2rem;
  margin-top: 3.5rem;
  width: 1rem;
  height: 1rem;
  border: solid 0.1rem white;
  border-radius: 100rem;
  color: white;
}
gov-carousel-2 .gov-carousel-indicator > a.active {
  background-color: white;
}
@media (max-width: 999.98px) {
  gov-carousel-2 {
    min-height: 0px;
  }
  gov-carousel-2 .gov-carousel-bg {
    width: 100%;
    height: 100%;
  }
  gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image {
    width: 100%;
    height: 35rem;
  }
  gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-color-overlay {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(100% - 35rem);
    -webkit-mask-image: none;
    mask-image: none;
  }
  gov-carousel-2 #gov-carousel-content {
    width: 90%;
    margin: 0 auto;
    padding-top: 15rem;
    padding-bottom: 2rem;
  }
  gov-carousel-2 #gov-carousel-content .gov-carousel-slide {
    position: absolute;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 3rem;
    padding-bottom: 1rem;
  }
  gov-carousel-2 #gov-carousel-content .gov-carousel-slide .gov-carousel-slide-title {
    margin-bottom: 1.2rem;
  }
  gov-carousel-2 #gov-carousel-content .gov-carousel-slide .gov-carousel-slide-title h4 {
    font-size: 2.4rem;
    line-height: 1;
  }
  gov-carousel-2 #gov-carousel-content .gov-carousel-slide .gov-carousel-slide-description {
    font-size: 1em;
  }
  gov-carousel-2 #gov-carousel-content .gov-carousel-slide .gov-carousel-pause {
    margin: 1rem 0 1rem 0;
  }
  gov-carousel-2 .gov-carousel-next, gov-carousel-2 .gov-carousel-prev {
    top: 17.5rem;
    width: 3rem;
    height: 6rem;
  }
  gov-carousel-2 .gov-carousel-next {
    right: 2rem;
  }
  gov-carousel-2 .gov-carousel-prev {
    left: 2rem;
  }
}

gov-featured-resources {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
gov-featured-resources > .gov-featured-resources-more-button {
  flex: 0 0 100%;
  padding: 2rem;
  background: #1E4434;
  transition: background-color 0.3s ease;
  color: white !important;
  text-decoration: none !important;
  font-size: 1.25rem;
  line-height: 1.1;
  text-align: center;
}
gov-featured-resources > .gov-featured-resources-more-button:hover {
  background: #752c3c;
}
gov-featured-resources > .gov-featured-resources-more-button:focus {
  outline-offset: -4px !important;
}
gov-featured-resources > .gov-featured-resources-more-button span {
  vertical-align: middle;
  margin-top: -0.2rem;
  margin-left: 1rem;
  font-size: 1.8rem;
  transition: transform 0.3s ease;
}
gov-featured-resources > .gov-featured-resources-more-button:hover span {
  transform: translateX(0.5em);
}
gov-featured-resources .gov-featured-resource {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  padding: 2.76rem;
  color: white !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  gov-featured-resources .gov-featured-resource {
    width: calc((100% - 0.2rem) / 3);
    min-height: calc((21.4285714286vw + 21rem) / 2);
    border-top: solid 0.1rem white;
    border-left: solid 0.1rem white;
    border-bottom: solid 0.1rem white;
  }
  gov-featured-resources .gov-featured-resource:first-child {
    border-left: none;
  }
  gov-featured-resources .gov-featured-resource h3 {
    margin-bottom: 0;
    font-size: 2.47rem;
  }
}
@media (max-width: 991.98px) {
  gov-featured-resources .gov-featured-resource {
    border-bottom: solid 0.1rem white;
  }
  gov-featured-resources .gov-featured-resource:first-child {
    border-top: solid 0.1rem white;
  }
  gov-featured-resources .gov-featured-resource h3 {
    margin-bottom: 1.5rem;
    font-size: 2.18rem;
  }
}
gov-featured-resources .gov-featured-resource .gov-featured-resource-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
gov-featured-resources .gov-featured-resource .gov-featured-resource-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
gov-featured-resources .gov-featured-resource .gov-featured-resource-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease;
}
gov-featured-resources .gov-featured-resource:hover .gov-featured-resource-bg::after {
  background: rgba(23, 70, 140, 0.9);
}
gov-featured-resources .gov-featured-resource:nth-of-type(2):hover .gov-featured-resource-bg::after {
  background: rgba(19, 84, 59, 0.9);
}
gov-featured-resources .gov-featured-resource:nth-of-type(3):hover .gov-featured-resource-bg::after {
  background: rgba(130, 49, 67, 0.9);
}
gov-featured-resources .gov-featured-resource .gov-featured-resource-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
gov-featured-resources .gov-featured-resource h3 {
  margin-top: 0.25em;
  line-height: 1;
  font-weight: 400;
}
gov-featured-resources .gov-featured-resource p {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.48rem;
  border-bottom: solid 0.1rem white;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-transform: capitalize;
  font-size: 0.88em;
  letter-spacing: 0.06em;
  line-height: 1;
}
gov-featured-resources .gov-featured-resource p span {
  vertical-align: middle;
  margin-top: -0.2rem;
  margin-left: 0.2rem;
  font-size: 0.85em;
}

gov-priorities, gov-policies {
  display: block;
  text-align: center;
}
gov-priorities > a, gov-policies > a {
  display: inline-block;
  color: white !important;
  text-decoration: none !important;
  background-color: #193c7c;
  padding: 1.5rem 2rem;
  color: white;
  font-size: 1.18rem;
  line-height: 0.98;
}
gov-priorities > a span, gov-policies > a span {
  margin-top: -0.2rem;
  margin-left: 1.1rem;
  font-size: 1.3em;
  vertical-align: middle;
}
gov-priorities .gov-priorities-list, gov-priorities .gov-policies-list, gov-policies .gov-priorities-list, gov-policies .gov-policies-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: left;
}
gov-priorities .gov-priority, gov-priorities .gov-policy, gov-policies .gov-priority, gov-policies .gov-policy {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 2.4rem 3rem 2.4rem 2.4rem;
  color: inherit !important;
  text-decoration: none !important;
  transition: background-color 0.5s ease;
}
@media (max-width: 991.98px) {
  gov-priorities .gov-priority, gov-priorities .gov-policy, gov-policies .gov-priority, gov-policies .gov-policy {
    width: 100%;
    border-bottom: solid 0.1rem #ddd;
  }
}
@media (min-width: 992px) {
  gov-priorities .gov-priority, gov-priorities .gov-policy, gov-policies .gov-priority, gov-policies .gov-policy {
    width: 33%;
    border-bottom: solid 0.1rem #ddd;
  }
  gov-priorities .gov-priority:not(:nth-of-type(3n)), gov-priorities .gov-policy:not(:nth-of-type(2n)), gov-policies .gov-priority:not(:nth-of-type(2n)), gov-policies .gov-policy:not(:nth-of-type(2n)) {
    border-right: solid 0.1rem #ddd;
  }
  gov-priorities .gov-priority:last-child, gov-priorities .gov-policy:last-child, gov-policies .gov-priority:last-child, gov-policies .gov-policy:last-child {
    border-bottom: solid 0.1rem #ddd;
  }
  gov-priorities .gov-priorities-list:not(.odd) .gov-priority:nth-last-child(2) {
    border-bottom: solid 0.1rem #ddd;
  }
}
gov-priorities .gov-priority > img, gov-priorities .gov-policy > img, gov-policies .gov-priority > img, gov-policies .gov-policy > img {
  flex: 0 0 auto;
  width: 5.65rem;
  height: auto;
  margin-right: 2.4rem;
}
gov-priorities .gov-priority .gov-priority-content, gov-priorities .gov-priority .gov-policy-content, gov-priorities .gov-policy .gov-priority-content, gov-priorities .gov-policy .gov-policy-content, gov-policies .gov-priority .gov-priority-content, gov-policies .gov-priority .gov-policy-content, gov-policies .gov-policy .gov-priority-content, gov-policies .gov-policy .gov-policy-content {
  flex: 0 1 100%;
}
gov-priorities .gov-priority .gov-priority-content > *, gov-priorities .gov-priority .gov-policy-content > *, gov-priorities .gov-policy .gov-priority-content > *, gov-priorities .gov-policy .gov-policy-content > *, gov-policies .gov-priority .gov-priority-content > *, gov-policies .gov-priority .gov-policy-content > *, gov-policies .gov-policy .gov-priority-content > *, gov-policies .gov-policy .gov-policy-content > * {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88rem;
  line-height: 1.06;
}
gov-priorities .gov-priority .gov-priority-content > * .gov-amp, gov-priorities .gov-priority .gov-policy-content > * .gov-amp, gov-priorities .gov-policy .gov-priority-content > * .gov-amp, gov-priorities .gov-policy .gov-policy-content > * .gov-amp, gov-policies .gov-priority .gov-priority-content > * .gov-amp, gov-policies .gov-priority .gov-policy-content > * .gov-amp, gov-policies .gov-policy .gov-priority-content > * .gov-amp, gov-policies .gov-policy .gov-policy-content > * .gov-amp {
  font-style: italic;
}
gov-priorities .gov-priority .gov-priority-content > * .gov-nbsp, gov-priorities .gov-priority .gov-policy-content > * .gov-nbsp, gov-priorities .gov-policy .gov-priority-content > * .gov-nbsp, gov-priorities .gov-policy .gov-policy-content > * .gov-nbsp, gov-policies .gov-priority .gov-priority-content > * .gov-nbsp, gov-policies .gov-priority .gov-policy-content > * .gov-nbsp, gov-policies .gov-policy .gov-priority-content > * .gov-nbsp, gov-policies .gov-policy .gov-policy-content > * .gov-nbsp {
  white-space: nowrap;
}
gov-priorities .gov-priority > span, gov-priorities .gov-policy > span, gov-policies .gov-priority > span, gov-policies .gov-policy > span {
  margin-left: 2.4rem;
  font-size: 2.4rem;
  transition: transform 0.5s ease;
}
gov-priorities .gov-priority:hover, gov-priorities .gov-policy:hover, gov-policies .gov-priority:hover, gov-policies .gov-policy:hover {
  background: #f4f4f4;
}
gov-priorities .gov-priority:hover > span, gov-priorities .gov-policy:hover > span, gov-policies .gov-priority:hover > span, gov-policies .gov-policy:hover > span {
  transform: translateX(1rem);
}

@font-face {
  font-family: "Fenwick Oregon";
  src: url("/transparency/Theme%20Files/Fonts/fenwick-oregon-bold-webfont.woff2") format("woff2"), url("/transparency/Theme%20Files/Fonts/fenwick-oregon-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.far, .fal {
  font-family: "Font Awesome 5 Pro";
}

gov-news-item {
  display: block;
  overflow: hidden;
}
:not(#x) gov-news-item > a:focus {
  outline-offset: -4px;
}

gov-news-item .gov-news-date {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(16, 53, 122, 0.9);
  color: white;
  z-index: 1;
  width: 6.5rem;
  padding: 1rem 0;
  border-bottom-right-radius: 0.5rem;
  text-align: center;
}
gov-news-item .gov-news-date i {
  display: block;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: 0.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
gov-news-item .gov-news-date b {
  display: block;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 3.53rem;
  font-weight: 400;
  line-height: 0.9;
}
gov-news-item .gov-news-featured {
  position: relative;
  display: block;
  height: 15rem;
  margin: -2.5rem;
  margin-bottom: 0;
}
gov-news-item .gov-news-featured img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
gov-news-item .gov-news-featured::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
}
:not(#x) gov-news-item h4 {
  margin-top: 6.6552rem;
}
:not(#x) gov-news-item .gov-news-featured + h4 {
  margin-top: 2.82rem;
}
:not(#x) gov-news-item h4 {
  font-size: 1.88rem;
  line-height: 1.125;
  font-weight: 600;
}

gov-news-item .gov-news-item-footer {
  display: flex;
  justify-content: space-between;
}
gov-news-item .gov-news-item-footer .gov-news-item-readmore {
  color: inherit !important;
  text-decoration: none !important;
  font-size: 0.71em;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.06em;
  padding-bottom: 0.36em;
  border-bottom: solid 0.15rem;
}
gov-news-item .gov-news-item-footer .gov-news-source img {
  width: 6rem;
  height: auto;
}
gov-news-item .gov-news-item-footer .gov-news-source span {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #d3ecf3;
  text-transform: capitalize;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.7em;
}

@font-face {
  font-family: "Fenwick Oregon";
  src: url("/transparency/Theme%20Files/Fonts/fenwick-oregon-bold-webfont.woff2") format("woff2"), url("/transparency/Theme%20Files/Fonts/fenwick-oregon-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.far, .fal {
  font-family: "Font Awesome 5 Pro";
}

gov-tweet-item {
  display: block;
}
gov-tweet-item .gov-tweet-wrapper {
  color: inherit !important;
  text-decoration: none !important;
}
gov-tweet-item .gov-tweet-wrapper > p {
  font-size: 1.1rem;
  line-height: 1.4444;
}
gov-tweet-item .gov-tweet-wrapper > p:first-child {
  margin-top: 0;
}
gov-tweet-item .gov-tweet-wrapper > p:last-child {
  margin-bottom: 0;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer img.gov-tweet-profile-pic {
  flex: 0 0 auto;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer .gov-tweet-footer-content {
  flex: 1 1 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  line-height: 1;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer .gov-tweet-footer-content .gov-tweet-footer-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-family: "Calibri", Arial, sans-serif;
  font-weight: 600;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer .gov-tweet-footer-content .gov-tweet-footer-meta {
  margin-top: 0.34rem;
  margin-bottom: 0;
  font-size: 1.06rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer .gov-tweet-footer-content .gov-tweet-footer-meta span:first-of-type {
  margin-right: 0.5rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer .gov-tweet-footer-content .gov-tweet-footer-meta span:last-of-type {
  margin-left: 0.5rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer span[class^=fa] {
  flex: 0 0 auto;
  font-size: 2.2rem;
  color: #55acee;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-media {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 0.5rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-media.gov-tweet-video span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100rem;
  font-size: 2.8rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-url-preview {
  display: flex;
  border: solid 1px #d6d6d6;
  border-radius: 0.5rem;
  overflow: hidden;
  color: inherit !important;
  text-decoration: none !important;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-url-preview .gov-tweet-url-thumb {
  position: relative;
  flex: 0 0 auto;
  width: 9rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-url-preview .gov-tweet-url-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-url-preview .gov-tweet-url-content {
  flex: 0 1 100%;
  padding: 1.2rem;
  line-height: 1.38;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-url-preview .gov-tweet-url-content p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-url-preview .gov-tweet-url-content p:last-child {
  margin-bottom: 0;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-url-preview .gov-tweet-url-content .gov-tweet-url-title {
  font-weight: 700;
  font-size: 1rem;
}

gov-newsfeed {
  display: block;
}
gov-newsfeed .gov-newsfeed-filter {
  margin-top: 2rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
}
gov-newsfeed .gov-newsfeed-filter button {
  position: relative;
  border: none;
  background: transparent;
  margin: 0 0.1rem;
  padding: 0.4rem 1.2rem;
  padding-left: 0.8rem;
  font-size: 1.2rem;
  border-radius: 100rem;
  transition: background-color 0.5s ease;
}
gov-newsfeed .gov-newsfeed-filter button > span {
  padding-right: 0.1rem;
  opacity: 0;
}
gov-newsfeed .gov-newsfeed-filter button.active {
  background-color: #d3ecf3;
}
gov-newsfeed .gov-newsfeed-filter button.active > span {
  opacity: 1;
}
gov-newsfeed .gov-newsfeed-grid {
  margin-top: 5rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
}
@media (max-width: 880px) {
  gov-newsfeed .gov-newsfeed-grid {
    height: auto !important;
  }
}
gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item {
  position: absolute;
  width: calc((100% - 2rem) / 2);
  margin-bottom: 2rem;
  transition: transform 0.8s ease;
}
gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item[data-column="0"] {
  left: 0;
}
gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item[data-column="1"] {
  left: calc(50% + 1rem);
}
@media (max-width: 880px) {
  gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item {
    position: relative !important;
    width: 100%;
    top: auto !important;
  }
  gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item[data-column="0"] {
    left: auto !important;
  }
  gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item[data-column="1"] {
    left: auto !important;
  }
}
gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item > a {
  position: relative;
  display: block;
  background: white;
  padding: 2.5rem;
  border: solid 1px #d6d6d6;
  border-radius: 0.8rem;
  overflow: hidden;
}
gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item:hover {
  transform: translateY(-1rem);
}

gov-slider {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 5rem;
}
gov-slider .gov-slider-scroll-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.gov-slider-3 .gov-slider-scroll-wrapper {
  display: flex;
  align-items: stretch;
  width: calc((100vw - 7.5rem) + ((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) * 2));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.gov-slider-3 .gov-slider-scroll-wrapper::-webkit-scrollbar {
  height: 0;
}
.gov-slider-3 .gov-slider-scroll-wrapper .gov-slide {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: calc(((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) + (((100vw - 7.5rem) - 0rem) / 1) + 1rem));
  padding-right: calc(1rem);
  padding-left: calc((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
  transition: opacity 0.6s ease;
}
.gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:not(.gov-slide-visible) {
  opacity: 0.5;
}
.gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:not(:first-child) {
  margin-left: calc(0px - (((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
}
.gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:last-child {
  width: calc(((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) + (((100vw - 7.5rem) - 0rem) / 1) + (((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem)));
  padding-right: calc((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
}
@media (min-width: 42.5rem) {
  .gov-slider-3 .gov-slider-scroll-wrapper {
    display: flex;
    align-items: stretch;
    width: calc((100vw - 7.5rem) + ((((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem) * 2));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: calc(((((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem) + (((100vw - 7.5rem) - 1.5rem) / 2) + 1.5rem));
    padding-right: calc(1.5rem);
    padding-left: calc((((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem));
    transition: opacity 0.6s ease;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:not(.gov-slide-visible) {
    opacity: 0.5;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:not(:first-child) {
    margin-left: calc(0px - (((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem));
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:last-child {
    width: calc(((((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem) + (((100vw - 7.5rem) - 1.5rem) / 2) + (((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem)));
    padding-right: calc((((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem));
  }
}
@media (min-width: 77.5rem) {
  .gov-slider-3 .gov-slider-scroll-wrapper {
    display: flex;
    align-items: stretch;
    width: calc(70rem + (((((70rem - 4rem) / 3) * 0.5) + 2rem) * 2));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: calc((((((70rem - 4rem) / 3) * 0.5) + 2rem) + ((70rem - 4rem) / 3) + 2rem));
    padding-right: calc(2rem);
    padding-left: calc(((((70rem - 4rem) / 3) * 0.5) + 2rem));
    transition: opacity 0.6s ease;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:not(.gov-slide-visible) {
    opacity: 0.5;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:not(:first-child) {
    margin-left: calc(0px - ((((70rem - 4rem) / 3) * 0.5) + 2rem));
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:last-child {
    width: calc((((((70rem - 4rem) / 3) * 0.5) + 2rem) + ((70rem - 4rem) / 3) + ((((70rem - 4rem) / 3) * 0.5) + 2rem)));
    padding-right: calc(((((70rem - 4rem) / 3) * 0.5) + 2rem));
  }
}

.gov-slider-2 .gov-slider-scroll-wrapper {
  display: flex;
  align-items: stretch;
  width: calc((100vw - 7.5rem) + ((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) * 2));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.gov-slider-2 .gov-slider-scroll-wrapper::-webkit-scrollbar {
  height: 0;
}
.gov-slider-2 .gov-slider-scroll-wrapper .gov-slide {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: calc(((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) + (((100vw - 7.5rem) - 0rem) / 1) + 1rem));
  padding-right: calc(1rem);
  padding-left: calc((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
  transition: opacity 0.6s ease;
}
.gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:not(.gov-slide-visible) {
  opacity: 0.5;
}
.gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:not(:first-child) {
  margin-left: calc(0px - (((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
}
.gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:last-child {
  width: calc(((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) + (((100vw - 7.5rem) - 0rem) / 1) + (((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem)));
  padding-right: calc((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
}
@media (min-width: 62.5rem) {
  .gov-slider-2 .gov-slider-scroll-wrapper {
    display: flex;
    align-items: stretch;
    width: calc(55rem + (((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem) * 2));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: calc((((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem) + ((55rem - 1.5rem) / 2) + 1.5rem));
    padding-right: calc(1.5rem);
    padding-left: calc(((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem));
    transition: opacity 0.6s ease;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:not(.gov-slide-visible) {
    opacity: 0.5;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:not(:first-child) {
    margin-left: calc(0px - ((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem));
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:last-child {
    width: calc((((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem) + ((55rem - 1.5rem) / 2) + ((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem)));
    padding-right: calc(((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem));
  }
}
@media (min-width: 77.5rem) {
  .gov-slider-2 .gov-slider-scroll-wrapper {
    display: flex;
    align-items: stretch;
    width: calc(70rem + (((((70rem - 2rem) / 2) * 0.5) + 2rem) * 2));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: calc((((((70rem - 2rem) / 2) * 0.5) + 2rem) + ((70rem - 2rem) / 2) + 2rem));
    padding-right: calc(2rem);
    padding-left: calc(((((70rem - 2rem) / 2) * 0.5) + 2rem));
    transition: opacity 0.6s ease;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:not(.gov-slide-visible) {
    opacity: 0.5;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:not(:first-child) {
    margin-left: calc(0px - ((((70rem - 2rem) / 2) * 0.5) + 2rem));
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:last-child {
    width: calc((((((70rem - 2rem) / 2) * 0.5) + 2rem) + ((70rem - 2rem) / 2) + ((((70rem - 2rem) / 2) * 0.5) + 2rem)));
    padding-right: calc(((((70rem - 2rem) / 2) * 0.5) + 2rem));
  }
}

.gov-slider-prev {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  width: 4.5rem;
  height: 4.5rem;
  border: none;
  overflow: hidden;
  border-radius: 100rem;
  font-size: 1.5rem;
  background: white;
  color: #152761;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
}
.gov-slider-prev:focus {
  outline-color: white !important;
}
.gov-slider-prev:disabled {
  opacity: 0.2;
}

.gov-slider-next {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 4.5rem;
  height: 4.5rem;
  border: none;
  overflow: hidden;
  border-radius: 100rem;
  font-size: 1.5rem;
  background: white;
  color: #152761;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
}
.gov-slider-next:focus {
  outline-color: white !important;
}
.gov-slider-next:disabled {
  opacity: 0.2;
}

gov-accomplishments {
  display: block;
}

:not(#x) .gov-slide .gov-accomplishment {
  position: relative;
  background: white;
  padding: 2rem;
  padding-top: 7rem;
  height: 100%;
  border: 1rem black solid;
  text-align: left;
  color: #282828;
}
:not(#x) .gov-slide .gov-accomplishment i[class^=fa] {
  position: absolute;
  top: -1rem;
  left: -1rem;
  display: block;
  padding: 2rem 2rem;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: #0e5f9b;
  background: #add8b7;
}
:not(#x) .gov-slide .gov-accomplishment p {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-size: 1.16em;
}
:not(#x) .gov-slide .gov-accomplishment p b {
  font-weight: bold;
  color: #0e5f9b;
}
:not(#x) .gov-slide .gov-accomplishment p:last-child {
  margin-bottom: 0;
}
:not(#x) .gov-slide:nth-of-type(4n+1) .gov-accomplishment {
  border-color: #add8b7;
}
:not(#x) .gov-slide:nth-of-type(4n+1) .gov-accomplishment i[class^=fa] {
  background: #add8b7;
  color: #152761;
}
:not(#x) .gov-slide:nth-of-type(4n+2) .gov-accomplishment {
  border-color: #ede5ab;
}
:not(#x) .gov-slide:nth-of-type(4n+2) .gov-accomplishment i[class^=fa] {
  background: #ede5ab;
  color: #13543b;
}
:not(#x) .gov-slide:nth-of-type(4n+3) .gov-accomplishment {
  border-color: #b1e3f2;
}
:not(#x) .gov-slide:nth-of-type(4n+3) .gov-accomplishment i[class^=fa] {
  background: #b1e3f2;
  color: #13543b;
}
:not(#x) .gov-slide:nth-of-type(4n) .gov-accomplishment {
  border-color: #f2c9bb;
}
:not(#x) .gov-slide:nth-of-type(4n) .gov-accomplishment i[class^=fa] {
  background: #f2c9bb;
  color: #152761;
}

gov-calls-to-action {
  display: block;
}
gov-calls-to-action .gov-section.gov-palette-light-blue .gov-overlay {
  background: rgba(216, 241, 249, 0.9);
}
gov-calls-to-action .gov-section.gov-palette-green .gov-overlay {
  background: rgba(27, 109, 74, 0.9);
}
gov-calls-to-action .gov-section.gov-palette-blue .gov-overlay {
  background: rgba(16, 53, 122, 0.85);
}

.wildfire-home newsroom-web-part {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 2rem 0 0rem 0;
  margin: 1rem 0 3rem 0;
}
.wildfire-home newsroom-web-part > div {
  padding-bottom: 0 !important;
  margin-bottom: 2rem !important;
  border-bottom: none !important;
  height: 32rem;
  display: flex;
  flex-flow: column;
  flex: 0 0 auto;
  width: calc((100% - 4rem) / 3);
}
.wildfire-home newsroom-web-part > div:not(:nth-child(3n)) {
  margin-right: 2rem;
}
@media (max-width: 867px) {
  .wildfire-home newsroom-web-part > div {
    width: 100%;
    height: auto;
  }
  .wildfire-home newsroom-web-part > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.wildfire-home newsroom-web-part > div p:first-of-type {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.wildfire-home newsroom-web-part > div a:nth-child(2) {
  text-decoration: none !important;
}
.wildfire-home newsroom-web-part > div a:nth-child(2) h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.8rem;
}
.wildfire-home newsroom-web-part > div p:nth-of-type(2):not([data-bind]) {
  font-weight: 300 !important;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.wildfire-home newsroom-web-part > div p:nth-of-type(2):not([data-bind]) b {
  font-weight: inherit;
}
.wildfire-home newsroom-web-part > div p:last-of-type[data-bind] {
  position: relative;
  line-height: 1.8;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 1rem;
}
.wildfire-home newsroom-web-part > div p:last-of-type[data-bind]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 1px;
  background: #ccc;
}
.wildfire-home newsroom-web-part > div p:last-of-type[data-bind]::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  background: linear-gradient(to top, white, transparent);
}
@media (max-width: 867px) {
  .wildfire-home newsroom-web-part > div p:last-of-type[data-bind]::after {
    content: none;
  }
}
.wildfire-home newsroom-web-part > div p:nth-of-type(2):not([data-bind]) + p:last-of-type[data-bind] {
  padding-top: 0;
}
.wildfire-home newsroom-web-part > div p:nth-of-type(2):not([data-bind]) + p:last-of-type[data-bind]::before {
  content: none;
}
.wildfire-home newsroom-web-part > div div:last-of-type .btn {
  margin-bottom: none;
  margin-top: 1.5rem;
}

footer {
  padding: 0;
  position: relative;
  margin-top: 0;
  box-shadow: none;
  border-top: none;
  overflow: hidden;
}
footer .gov-footer-section-top {
  padding: 5rem 0;
  background: #f8f8f8;
}
footer .gov-footer-section-bottom {
  padding: 7.7rem 0;
  background: white;
}
footer .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  footer .container {
    flex-flow: column;
    flex-wrap: wrap;
  }
  footer .container .gov-footer-left {
    flex: 0 0 auto;
    order: 1;
  }
  footer .container .gov-footer-right {
    flex: 0 0 auto;
    order: 0;
    text-align: center;
    margin-bottom: 5rem;
  }
  footer .container .gov-footer-right .gov-social-links {
    justify-content: center;
  }
}
footer .gov-footer-top {
  position: relative;
  flex: 0 0 100%;
  z-index: 1;
}
footer .gov-footer-left {
  position: relative;
  flex: 0 0 66.67%;
  z-index: 1;
}
footer .gov-footer-left gov-footer-links {
  display: block;
  column-count: 2;
}
footer .gov-footer-left gov-footer-links > div {
  margin-bottom: 2.2rem;
  line-height: 1;
}
footer .gov-footer-left gov-footer-links a {
  position: relative;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.18rem;
  color: inherit !important;
  text-decoration: none !important;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  font-size: 1rem;
  padding-bottom: 0.6rem;
}
footer .gov-footer-left gov-footer-links a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 1.4rem);
  height: 0.2rem;
  background: #add8b7;
  transform-origin: center left;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
footer .gov-footer-left gov-footer-links a:hover::before {
  transform: scaleX(1);
}
footer .gov-footer-left gov-footer-links a i {
  color: #add8b7;
  vertical-align: middle;
  margin-top: -0.2rem;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
footer .gov-footer-left gov-footer-links a:hover i {
  transform: translateX(0.36em);
}
footer .gov-footer-left gov-footer-links a .gov-nobreak {
  white-space: nowrap;
}
footer .gov-footer-left .gov-secondary-links {
  display: flex;
  margin-top: 4.88rem;
  border-top: solid 0.4rem #c9e2e9;
  padding-top: 2.53rem;
}
@media (max-width: 820px) {
  footer .gov-footer-left .gov-secondary-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .gov-footer-left .gov-secondary-links a {
    margin-bottom: 1.5rem;
  }
}
footer .gov-footer-left .gov-secondary-links a {
  margin-right: 3rem;
  color: #333;
  text-decoration: none !important;
  font-size: 1.06rem;
  font-weight: 600;
  text-align: center;
}
footer .gov-footer-left .gov-secondary-links a:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  text-decoration: underline !important;
  text-decoration-thickness: 0.1em !important;
}
footer .gov-footer-left .gov-secondary-links a:last-child {
  margin-right: 0;
}
footer gov-footer-emblem {
  position: absolute;
  bottom: -13.23rem;
  right: -5.88rem;
  width: 31.18rem;
  height: 31.18rem;
}
footer gov-footer-emblem svg {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
footer gov-footer-emblem svg path {
  fill: #91772F;
  fill: #0E5F9B;
  fill: #98bfdf;
  fill: rgba(255, 255, 255, 0.14);
  fill: #d3ecf3;
  fill: #e0e0e0;
}
footer .gov-footer-right {
  position: relative;
  flex: 0 0 33.33%;
  text-align: right;
}
footer .gov-footer-right .gov-site-title {
  line-height: 1.24;
  margin-top: 0;
  margin-bottom: 1.05rem;
}
footer .gov-footer-right .gov-site-title span {
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.65rem;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  font-weight: 500;
}
footer .gov-footer-right .gov-site-title i {
  font-size: 1.42rem;
  font-family: "Calibri", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}
footer .gov-footer-right p {
  margin-top: 0;
  margin-bottom: 0.65rem;
  font-size: 1.08rem;
  line-height: 1.5;
}
footer .gov-footer-right .gov-social-links {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.3rem;
  color: #17468c;
}
footer .gov-footer-right .gov-social-links a {
  font-size: 1.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  transition: color 0.3s ease, background-color 0.3s ease;
}
footer .gov-footer-right .gov-social-links a:hover {
  color: white;
  background-color: #17468c;
}
footer .gov-footer-right .gov-social-links a:focus {
  outline-color: #17468c !important;
}
footer .gov-footer-right .gov-social-links a:last-child {
  margin-right: -0.7rem;
}
footer .gov-footer-right .gov-social-links a:not(:last-child) {
  margin-right: 0.2rem;
}

:not(#x) .helpfulPoll {
  flex: 0 0 100%;
  margin-top: 0;
  margin-bottom: 0;
}
:not(#x) .helpfulPoll .well {
  padding: 0 !important;
  box-shadow: none;
  border: none;
  background-color: transparent;
  margin: 0 auto;
}
:not(#x) .helpfulPoll .fa {
  margin-right: 0.67rem;
  color: black;
}
:not(#x) .helpfulPoll .btn-group {
  margin: 0 0.67rem;
}
:not(#x) .helpfulPoll .btn-group .btn {
  background: transparent !important;
  border: solid 0.1rem #10357a !important;
  color: #10357a !important;
  border-radius: 0rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  transition: color 0.3s ease, background-color 0.3s ease;
}
:not(#x) .helpfulPoll .btn-group .btn:focus {
  outline-color: #10357a !important;
}
:not(#x) .helpfulPoll .btn-group .btn:hover {
  background: #10357a !important;
  color: white !important;
}
:not(#x) .helpfulPoll .btn-group .btn:first-child {
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
  border-right-width: 0;
}
:not(#x) .helpfulPoll .btn-group .btn:nth-child(2) {
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
}
:not(#x) .helpfulPoll .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  padding-right: 1.05rem;
}
:not(#x) .helpfulPoll .btn-group > .btn:last-child:not(:first-child), :not(#x) .helpfulPoll .btn-group > .dropdown-toggle:not(:first-child) {
  padding-left: 1.05rem;
}

div > #suiteBarDelta {
  display: none;
}

#suiteBarTop {
  z-index: 12;
}

#s4-ribbonrow {
  z-index: 11;
}

.gov-header + .checkedOutMessage {
  display: none !important;
}

.checkedOutMessage.alert {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  color: white;
}
.checkedOutMessage.alert a {
  color: white !important;
}
.checkedOutMessage.alert .ms-imnSpan {
  display: none;
}

.ms-rte-embedil {
  display: block;
}

.tableauPlaceholder {
  margin: 0 auto;
}

a.btn-primary {
  color: #fff !important;
  text-decoration: none !important;
}

table.dataTable td a[style*=font-size] {
  font-size: 1em !important;
}

:not(#x) .gsc-input-box {
  border: none;
  background: none;
  height: auto !important;
}

:not(#x) .gsib_a {
  padding: 0;
}

:not(#x) .gssb_e {
  display: block;
  max-width: 40rem !important;
  margin: 0 auto !important;
}

:not(#x) .gsc-input {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

:not(#x) input.gsc-input {
  display: block;
  background-position: 95% center !important;
  border: #ccc solid 1px !important;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  padding: 0.75rem 1.2rem !important;
  max-width: 40rem;
  margin: 0 auto !important;
}ov-amp, html .ms-TPBody .gov-heading-style-2 .gov-amp, .ms-rtestate-field .gov-heading-style-2 .gov-amp {
  font-family: "Calibri", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}
main p, html .ms-WPBody p, html .ms-TPBody p, .ms-rtestate-field p {
  margin-top: 1.4rem;
  margin-bottom: 1.4em;
  line-height: inherit;
}
main ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list), main ol, html .ms-WPBody ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list), html .ms-WPBody ol, html .ms-TPBody ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list), html .ms-TPBody ol, .ms-rtestate-field ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list), .ms-rtestate-field ol {
  margin-bottom: 1.5em;
}
main ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) li, main ol li, html .ms-WPBody ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) li, html .ms-WPBody ol li, html .ms-TPBody ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) li, html .ms-TPBody ol li, .ms-rtestate-field ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) li, .ms-rtestate-field ol li {
  padding-left: 1rem;
  margin-bottom: 1em;
}
main .table > thead > tr > th, main .table > tbody > tr > th, main .table > tfoot > tr > th, main .table > thead > tr > td, main .table > tbody > tr > td, main .table > tfoot > tr > td, html .ms-WPBody .table > thead > tr > th, html .ms-WPBody .table > tbody > tr > th, html .ms-WPBody .table > tfoot > tr > th, html .ms-WPBody .table > thead > tr > td, html .ms-WPBody .table > tbody > tr > td, html .ms-WPBody .table > tfoot > tr > td, html .ms-TPBody .table > thead > tr > th, html .ms-TPBody .table > tbody > tr > th, html .ms-TPBody .table > tfoot > tr > th, html .ms-TPBody .table > thead > tr > td, html .ms-TPBody .table > tbody > tr > td, html .ms-TPBody .table > tfoot > tr > td, .ms-rtestate-field .table > thead > tr > th, .ms-rtestate-field .table > tbody > tr > th, .ms-rtestate-field .table > tfoot > tr > th, .ms-rtestate-field .table > thead > tr > td, .ms-rtestate-field .table > tbody > tr > td, .ms-rtestate-field .table > tfoot > tr > td {
  padding: 1rem;
}
main .table-condensed > thead > tr > th, main .table-condensed > tbody > tr > th, main .table-condensed > tfoot > tr > th, main .table-condensed > thead > tr > td, main .table-condensed > tbody > tr > td, main .table-condensed > tfoot > tr > td, html .ms-WPBody .table-condensed > thead > tr > th, html .ms-WPBody .table-condensed > tbody > tr > th, html .ms-WPBody .table-condensed > tfoot > tr > th, html .ms-WPBody .table-condensed > thead > tr > td, html .ms-WPBody .table-condensed > tbody > tr > td, html .ms-WPBody .table-condensed > tfoot > tr > td, html .ms-TPBody .table-condensed > thead > tr > th, html .ms-TPBody .table-condensed > tbody > tr > th, html .ms-TPBody .table-condensed > tfoot > tr > th, html .ms-TPBody .table-condensed > thead > tr > td, html .ms-TPBody .table-condensed > tbody > tr > td, html .ms-TPBody .table-condensed > tfoot > tr > td, .ms-rtestate-field .table-condensed > thead > tr > th, .ms-rtestate-field .table-condensed > tbody > tr > th, .ms-rtestate-field .table-condensed > tfoot > tr > th, .ms-rtestate-field .table-condensed > thead > tr > td, .ms-rtestate-field .table-condensed > tbody > tr > td, .ms-rtestate-field .table-condensed > tfoot > tr > td {
  padding: 0.8rem 0.5rem;
}
main :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]), html .ms-WPBody :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]), html .ms-TPBody :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]), .ms-rtestate-field :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]) {
  box-shadow: none;
  border-radius: 0.6rem;
  font-size: 1.08rem;
  line-height: 2.2rem;
}
main :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]):not(textarea), html .ms-WPBody :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]):not(textarea), html .ms-TPBody :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]):not(textarea), .ms-rtestate-field :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]):not(textarea) {
  height: 3rem;
}
main *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]), html .ms-WPBody *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]), html .ms-TPBody *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]), .ms-rtestate-field *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]) {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 3.1rem;
  cursor: pointer;
  background: calc(100% - 0.9rem) center/1.3rem auto no-repeat url("/transparency/PublishingImages/chevron-down.svg"), transparent;
  transition: background-color 0.3s ease;
}
main *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):hover, html .ms-WPBody *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):hover, html .ms-TPBody *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):hover, .ms-rtestate-field *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):hover {
  background-color: #f4f4f4;
}

/* ----- CONTAINERS + SCAFFOLDING ----- */
main {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

:not(#x) .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
@media (min-width: 85rem) {
  :not(#x) .container {
    padding: 0;
    margin-left: calc((100vw - 82rem) / 2);
    margin-right: calc((100vw - 82rem) / 2);
  }
}
@media (min-width: 85rem) {
  :not(#x) .container {
    margin-left: calc((100vw - 82rem) / 2);
    margin-right: calc((100vw - 82rem) / 2);
  }
}

.gov-decontain {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 85rem) {
  .gov-decontain {
    margin-left: calc((100vw - 82rem) / -2);
    margin-right: calc((100vw - 82rem) / -2);
  }
}
@media (min-width: 85rem) {
  .gov-decontain {
    margin-left: calc((100vw - 82rem) / -2);
    margin-right: calc((100vw - 82rem) / -2);
  }
}

.gov-container-narrow {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
@media (min-width: 51rem) {
  .gov-container-narrow {
    padding: 0;
    margin-left: calc((100vw - 48rem) / 2);
    margin-right: calc((100vw - 48rem) / 2);
  }
}

body.sp2016.user-authenticated {
  overflow: hidden;
}

body.sp2016.modal-open {
  overflow: hidden;
}

:not(#x) .gov-home main, :not(#x) .gov-standard-full-width main, :not(#x) .gov-page-layout-priority main, :not(#x) .gov-page-layout-policy main {
  padding-top: 0;
  padding-bottom: 0;
}
:not(#x) .gov-home main > .container, :not(#x) .gov-standard-full-width main > .container, :not(#x) .gov-page-layout-priority main > .container, :not(#x) .gov-page-layout-policy main > .container {
  padding-right: 0;
  padding-left: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
:not(#x) .gov-home main > .container > .row, :not(#x) .gov-standard-full-width main > .container > .row, :not(#x) .gov-page-layout-priority main > .container > .row, :not(#x) .gov-page-layout-policy main > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
:not(#x) .gov-home main > .container > .row > .col-md-12, :not(#x) .gov-standard-full-width main > .container > .row > .col-md-12, :not(#x) .gov-page-layout-priority main > .container > .row > .col-md-12, :not(#x) .gov-page-layout-policy main > .container > .row > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

main > .container > .row:first-of-type {
  display: none;
}

.gov-fit-cover {
  width: 100%;
  height: auto;
}
.gov-fit-cover.gov-fit-wide {
  width: auto;
  height: 100%;
}

.dropdown > ul.dropdown-menu {
  border: none;
  padding: 0.5rem 0;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  max-height: 67vh;
  overflow-y: auto;
}
.dropdown > ul.dropdown-menu > li > a {
  padding: 0.5rem 1.5rem;
  font-size: 0.98rem;
}

th {
  white-space: normal;
}

.gov-bg-lower-light {
  background-color: #f0f9f3;
}

.gov-bg-moderate-light {
  background-color: #f8f6f2;
}

.gov-bg-high-light {
  background-color: #f4ece6;
}

.gov-bg-extreme-light {
  background-color: #f8f2f2;
}

.gov-margin-right-0 {
  margin-right: 0;
}

.gov-anchor {
  position: relative;
  top: -10rem;
}

.lang-select {
  cursor: pointer;
}

:not(#x) .label {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 100rem;
}

.gov-introduction {
  font-size: 1.6rem;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  color: #152761;
}

.gov-lead, .lead {
  font-size: 1.3rem;
  line-height: 1.75;
  font-family: "Calibri", Arial, sans-serif;
  font-weight: 600;
}

.gov-has-dropcap::first-letter {
  float: left;
  font-size: 3.2em;
  line-height: 1;
  margin-right: 0.5rem;
  margin-top: 0.1em;
  color: #0e5f9b;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  background: #ede5ab;
  text-shadow: 0.2rem 0.2rem 0 0.2rem #823143;
  padding: 1rem 0.7rem;
}

.gov-article {
  margin: 0 auto;
}
.gov-article blockquote {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Source Serif Pro", serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-left: none;
}
.gov-article blockquote p {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
:not(#x) p {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.gov-article blockquote::before {
  content: "“";
  color: #b1e3f2;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.85;
  position: absolute;
  top: -1.6rem;
  left: -2rem;
}
.gov-article blockquote::after {
  content: "”";
  color: #b1e3f2;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.85;
  position: absolute;
  bottom: -2rem;
  right: 0rem;
}
.gov-article hr {
  border-bottom: solid 0.4rem #152761;
  width: 10rem;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.gov-article .pull-left {
  width: 100%;
}
@media (min-width: 1400px) {
  .gov-article .pull-left {
    float: left;
    margin-left: -17rem;
    margin-right: 2.5rem;
    width: calc(30% + 17rem);
  }
}
.gov-article .pull-right {
  width: 100%;
}
@media (min-width: 1400px) {
  .gov-article .pull-right {
    float: right;
    margin-left: 2.5rem;
    margin-right: -17rem;
    width: calc(30% + 17rem);
  }
}
.gov-article p:not(.lead):not(.gov-lead) {
  font-size: 1.14em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gov-article .gov-lead, .gov-article .lead {
  position: relative;
  font-weight: 500;
}
.gov-article .gov-lead:first-of-type::first-letterq, .gov-article .lead:first-of-type::first-letterq {
  float: left;
  font-size: 3.2em;
  line-height: 1;
  margin-right: 0.85rem;
  margin-top: 0.1em;
  color: #0e5f9b;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  background: #add8b7;
  padding: 1rem 0.7rem;
}
.gov-article .gov-first-clause {
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.06em;
  font-size: 0.97em;
  line-height: 1;
  color: #152761;
}

.gov-img-crop-4-3 {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}
.gov-img-crop-4-3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

:not(#x) .gov-link-list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.28rem;
}
:not(#x) .gov-link-list li {
  margin: 0;
  padding: 0;
}
:not(#x) .gov-link-list li a {
  position: relative;
  display: block;
  text-decoration: none !important;
  padding: 1.1rem 1.6rem;
  padding-right: 5rem;
  border-bottom: 0.1rem #191947 solid;
  text-align: left;
  color: inherit !important;
}
:not(#x) .gov-link-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #10357a;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
}
:not(#x) .gov-link-list li a:hover::before {
  transform: scaleX(1);
}
:not(#x) .gov-link-list li a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  font-size: 1.3em;
  transform: translateY(-50%);
}
:not(#x) .gov-link-list li:last-of-type a {
  border-bottom: none;
}

::selection {
  background-color: #1b6d4a;
  color: white;
}

main a,
footer a,
.alert a {
  color: inherit;
  text-decoration: none;
}

main a:focus,
footer a:focus,
.alert a:focus,
main a:hover,
footer a:hover,
.alert a:hover {
  color: inherit;
  text-decoration: none;
  text-decoration-style: initial;
}

main a:visited,
footer a:visited,
.alert a:visited {
  color: inherit;
  text-decoration: none;
}

a.btn:focus,
button.btn:focus,
a:focus,
.btn:focus,
.dropdown-toggle:focus {
  outline: initial;
}

:not(#x) *:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 4px;
  outline-color: inherit;
}

main p, main ul, main ol, main td {
  /* v These should only apply to uls v */
}
main p:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href], main ul:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href], main ol:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href], main td:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href] {
  color: #0e5f9b;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  padding: 0 0.12rem;
  transition: text-decoration-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
main p:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:visited, main ul:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:visited, main ol:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:visited, main td:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:visited {
  color: #0e5f9b;
}
main p:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:focus, main ul:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:focus, main ol:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:focus, main td:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:focus {
  color: #0e5f9b;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 4px;
  outline-color: inherit;
}
main p:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:hover, main ul:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:hover, main ol:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:hover, main td:not(.gov-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list) a:not(.gov-link-reset):not(.btn):not(.gov-btn)[href]:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  text-decoration-color: transparent;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.045);
}

.gov-link {
  color: #0e5f9b;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  padding: 0 0.12rem;
  transition: text-decoration-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
.gov-link:visited {
  color: #0e5f9b;
}
.gov-link:focus {
  color: #0e5f9b;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 4px;
  outline-color: inherit;
}
.gov-link:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  text-decoration-color: transparent;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.045);
}

.gov-header-navigation {
  position: relative;
  z-index: 3;
}

.or-navbar-sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gov-navbar {
  display: flex;
  align-items: center;
  padding: 2rem;
  color: white;
}
@media (max-width: 768px) {
  .gov-navbar {
    padding: 1rem;
  }
}
.gov-navbar .or-navbar-translation-wrapper a.dropdown-toggle {
  color: white !important;
}
.gov-navbar .gov-navbar-search-button {
  color: inherit;
  font-size: 2.1rem;
  padding: 0.5rem;
  margin: 0rem 2.5rem 0rem 1.5rem;
}
@media (max-width: 1139.98px) {
  .gov-navbar .gov-navbar-search-button {
    display: none;
  }
}

.gov-navbar-brand {
  display: flex;
  align-items: center;
  color: inherit !important;
  text-decoration: none !important;
}
.gov-navbar-brand .gov-navbar-logo-wrapper {
  position: relative;
}
.gov-navbar-brand .gov-navbar-logo-wrapper .gov-navbar-logo, .gov-navbar-brand .gov-navbar-logo-wrapper .gov-navbar-logo-reverse {
  width: 5.55rem;
  height: auto;
}
@media (max-width: 768px) {
  .gov-navbar-brand .gov-navbar-logo-wrapper .gov-navbar-logo, .gov-navbar-brand .gov-navbar-logo-wrapper .gov-navbar-logo-reverse {
    width: 4rem;
  }
}
.gov-navbar-brand .gov-navbar-logo-wrapper .gov-navbar-logo {
  opacity: 0;
}
.gov-navbar-brand .gov-navbar-logo-wrapper .gov-navbar-logo-reverse {
  position: absolute;
  top: 0;
  left: 0;
}
.gov-navbar-brand .gov-navbar-brand-title {
  margin-left: 1.5rem;
  line-height: 1.25;
  font-size: 1.07rem;
}
@media (max-width: 768px) {
  .gov-navbar-brand .gov-navbar-brand-title {
    font-size: 0.9rem;
    margin-left: 0.75rem;
  }
}
.gov-navbar-brand .gov-navbar-brand-title em {
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-size: 1em;
  letter-spacing: 0.017em;
}
.gov-navbar-brand .gov-navbar-brand-title span {
  display: block;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-transform: capitalize;
  font-size: 1.14em;
  letter-spacing: 0.04em;
}

.gov-navbar-mobile-spacer {
  flex: 1 0 auto;
}
@media (min-width: 1000px) {
  .gov-navbar-mobile-spacer {
    display: none;
  }
}

.gov-short-menu {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 999.98px) {
  .gov-short-menu {
    display: none;
  }
}
.gov-short-menu li a {
  color: inherit !important;
  text-decoration: none !important;
  font-size: 1.27em;
  padding: 1.7rem 2rem;
}
.gov-short-menu li:last-of-type {
  margin-right: 1%;
}

:not(#x) body:not(.gov-home) gov-header-section {
  position: relative;
  padding: 11rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  :not(#x) body:not(.gov-home) gov-header-section .gov-header-bg.gov-header-bg-default img {
    transform: translate(-50%, -60%);
  }
}
:not(#x) body:not(.gov-home) gov-header-section .gov-header-container {
  position: relative;
  flex: 0 0 auto;
  width: calc(100vw - 3rem);
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 85rem) {
  :not(#x) body:not(.gov-home) gov-header-section .gov-header-container {
    width: calc((82rem + 100vw) / 2);
  }
}
:not(#x) body:not(.gov-home) gov-header-section .gov-header-container .gov-header-subpage-box {
  max-width: 40rem;
  padding: 4rem 3rem;
  margin-bottom: -2rem;
  background: rgba(30, 68, 52, 0.9);
  border-radius: 10px;
}
:not(#x) body:not(.gov-home) gov-header-section .gov-header-container .gov-header-subpage-box h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}

:not(#x) body.gov-page-layout-priority main > .container > [id$=titleAndMetadataEditModePanel], :not(#x) body.gov-page-layout-policy main > .container > [id$=titleAndMetadataEditModePanel] {
  max-width: 60rem;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
}
:not(#x) body.gov-page-layout-priority main > .container > [id$=govCustomHeaderEditModePanel], :not(#x) body.gov-page-layout-policy main > .container > [id$=govCustomHeaderEditModePanel] {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

:not(#x) body.gov-page-layout-priority gov-header-section .gov-header-bg div[class*=gov-overlay],
:not(#x) body.gov-page-layout-policy gov-header-section .gov-header-bg div[class*=gov-overlay] {
  background-color: rgba(16, 53, 122, 0.9);
}
:not(#x) body.gov-page-layout-priority gov-header-section .gov-header-container,
:not(#x) body.gov-page-layout-policy gov-header-section .gov-header-container {
  align-items: stretch;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  z-index: 1;
}
@media (min-width: 59rem) {
  :not(#x) body.gov-page-layout-priority gov-header-section .gov-header-container,
:not(#x) body.gov-page-layout-policy gov-header-section .gov-header-container {
    padding-left: calc((100vw - 56rem) / 2);
    padding-right: calc((100vw - 56rem) / 2);
  }
}
:not(#x) body.gov-page-layout-priority gov-header-section .gov-header-container .gov-header-subpage-box,
:not(#x) body.gov-page-layout-policy gov-header-section .gov-header-container .gov-header-subpage-box {
  text-align: center;
  max-width: none;
  margin-bottom: -10rem;
  background: white;
  color: #282828;
}
:not(#x) body.gov-page-layout-priority gov-header-section .gov-header-container .gov-header-subpage-box h2,
:not(#x) body.gov-page-layout-policy gov-header-section .gov-header-container .gov-header-subpage-box h2 {
  font-size: 3.4rem;
}
@media (max-width: 768px) {
  :not(#x) body.gov-page-layout-priority gov-header-section .gov-header-container .gov-header-subpage-box h2,
:not(#x) body.gov-page-layout-policy gov-header-section .gov-header-container .gov-header-subpage-box h2 {
    font-size: 3rem;
  }
}

:not(#x) body:not(.form-mode-edit).gov-page-layout-priority .gov-section-article,
:not(#x) body:not(.form-mode-edit).gov-page-layout-policy .gov-section-article {
  padding-top: 12.5rem;
}

:not(#x) body.gov-page-layout-priority gov-header-section .gov-header-container .gov-header-subpage-box img,
:not(#x) body.gov-page-layout-policy gov-header-section .gov-header-container .gov-header-subpage-box img {
  display: block;
  margin: 1rem auto;
  margin-bottom: 1.1rem;
  width: 5rem;
  height: auto;
}

gov-alert .gov-active-alert {
  position: relative;
  z-index: 1;
  background-color: #f9f3d3;
  color: #282828;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  padding-right: 4rem;
}
gov-alert .gov-active-alert p, gov-alert .gov-active-alert .gov-alert-content {
  margin-right: 1rem;
}
gov-alert .gov-active-alert a {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
gov-alert .gov-active-alert .fas.fa-bell {
  margin-right: 0.5rem;
}
gov-alert .gov-active-alert p {
  margin-top: 0;
  margin-bottom: 0;
}
gov-alert .gov-active-alert button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  order: 10;
  font-size: 1.5rem;
  background: none;
  border: none;
  padding: 1rem 1.4rem;
  line-height: 1;
}

gov-navbar-height {
  display: block;
}

gov-full-menu {
  display: block;
}
gov-full-menu button {
  background: transparent !important;
  border: none !important;
}
gov-full-menu .gov-full-menu-button {
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 768px) {
  gov-full-menu .gov-full-menu-button {
    font-size: 0.85rem;
  }
}
gov-full-menu .gov-full-menu-button span.far {
  display: block;
  font-size: 2em;
  transform: scaleX(1.5);
}
gov-full-menu .gov-full-menu-button span.gov-full-menu-button-text {
  display: block;
  text-transform: capitalize;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.19em;
  margin-left: 0.1rem;
  margin-top: 0rem;
}

.gov-full-menu-window {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-flow: column;
  color: black;
  z-index: 100;
  overflow-y: auto;
  transition: transform 1s ease, opacity 1s ease;
}
:not(#x) .gov-full-menu-window:not(.needs-element) {
  display: none !important;
}

.gov-full-menu-window.needs-element {
  will-change: opacity;
}
.gov-full-menu-window.hidden {
  display: flex !important;
  animation: 0.3s ease 0s 1 forwards closeNav;
}
@keyframes closeNav {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.gov-full-menu-window:not(.hidden) {
  animation: 0.3s ease 0s 1 forwards openNav;
}
@keyframes openNav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.gov-full-menu-body {
  flex: 1 0 100%;
  position: relative;
  background: center/cover no-repeat url("/transparency/PublishingImages/capitol-bg-white.jpg"), white;
  padding: 10rem 0rem 5rem 0;
}

.gov-full-menu-container {
  position: relative;
  display: flex;
  flex-flow: column;
  min-height: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  transition: transform 1s ease;
}
@media (min-width: 88rem) {
  .gov-full-menu-container {
    padding: 0;
    margin-left: calc((100vw - 82rem) / 2);
    margin-right: calc((100vw - 82rem) / 2);
  }
}

.gov-full-menu-top {
  flex: 1 0 auto;
  display: flex;
}
@media (max-width: 820px) {
  .gov-full-menu-top {
    flex-wrap: wrap;
  }
}

.gov-full-menu-left {
  flex: 0 0 70%;
  display: flex;
  flex-flow: column;
}
@media (max-width: 820px) {
  .gov-full-menu-left {
    flex: 0 0 100%;
  }
}
.gov-full-menu-left .gov-full-menu-links {
  flex: 1 0 auto;
  display: block;
  column-count: 2;
}
@media (max-width: 820px) {
  .gov-full-menu-left .gov-full-menu-links {
    column-count: 1;
  }
}
.gov-full-menu-left .gov-full-menu-links > div {
  margin-bottom: 2.71rem;
  line-height: 1;
}
.gov-full-menu-left .gov-full-menu-links a {
  position: relative;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.45rem;
  letter-spacing: -0.01em;
  color: inherit !important;
  text-decoration: none !important;
  padding-bottom: 0.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gov-full-menu-left .gov-full-menu-links a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 1.45em);
  height: 0.16rem;
  background-color: #0e5f9b;
  transform-origin: center left;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.gov-full-menu-left .gov-full-menu-links a:hover::before {
  transform: scaleX(1);
}
.gov-full-menu-left .gov-full-menu-links a i {
  color: #80bbd8;
  flex: 0 0 auto;
  vertical-align: middle;
  margin-top: -0.2rem;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.gov-full-menu-left .gov-full-menu-links a:hover i {
  transform: translateX(0.36em);
}
@media (min-width: 1140px) {
  .gov-full-menu-left .gov-full-menu-links .gov-full-menu-link-search {
    display: none;
  }
}

.gov-full-menu-right {
  position: relative;
  flex: 0 0 30%;
  text-align: right;
}
@media (max-width: 820px) {
  .gov-full-menu-right {
    flex: 0 0 100%;
    text-align: left;
  }
}
.gov-full-menu-right::after {
  display: block;
  position: absolute;
  bottom: 2rem;
  right: -20rem;
  width: 65rem;
  height: 32rem;
  background: right bottom/contain no-repeat url("/transparency/PublishingImages/capitol-line.jpg");
  opacity: 0.08;
  z-index: -1;
}
.gov-full-menu-right .gov-site-title {
  line-height: 1.364;
  margin-top: 0;
  margin-bottom: 1.155rem;
}
.gov-full-menu-right .gov-site-title span {
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.815rem;
  text-transform: capitalize;
  letter-spacing: 0.022em;
  font-weight: 500;
}
.gov-full-menu-right .gov-site-title i {
  font-size: 1.562rem;
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-weight: 400;
}
.gov-full-menu-right p {
  margin-top: 0;
  margin-bottom: 0.715rem;
  font-size: 1.188rem;
  line-height: 1.485;
}
.gov-full-menu-right .gov-social-links {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.1rem;
}
@media (max-width: 820px) {
  .gov-full-menu-right .gov-social-links {
    justify-content: flex-start;
  }
}
.gov-full-menu-right .gov-social-links a {
  font-size: 1.815rem;
  margin-left: 1.496rem;
  color: #0e5f9b !important;
  text-decoration: none !important;
}
.gov-full-menu-right .gov-social-links a:first-child {
  margin-left: 0;
}

.gov-full-menu-bottom {
  flex: 0 0 auto;
  width: 100%;
}
.gov-full-menu-bottom .gov-secondary-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4.88rem;
  border-top: solid 0.1rem black;
  padding-top: 2.53rem;
}
.gov-full-menu-bottom .gov-secondary-links a {
  margin-right: 3rem;
  color: inherit !important;
  text-decoration: none !important;
  font-size: 1.06rem;
  font-weight: 600;
  text-align: center;
}
.gov-full-menu-bottom .gov-secondary-links a:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  text-decoration: underline !important;
  text-decoration-thickness: 0.1em !important;
}
.gov-full-menu-bottom .gov-secondary-links a:last-child {
  margin-right: 0;
}

.gov-full-menu-close {
  position: absolute;
  top: 2.5rem;
  right: 1.8rem;
}
.gov-full-menu-close .fal {
  font-size: 3rem;
  padding: 0.6rem 1rem;
}

gov-carousel {
  position: relative;
  display: flex;
  flex-flow: column;
  min-height: calc((100vh + 56.25vw) / 2);
}
gov-carousel #gov-carousel-sr {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffe0;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 1.2rem;
  display: flex;
  flex-flow: column;
}
gov-carousel #gov-carousel-sr.gov-carousel-sr-visible {
  padding: 2rem;
  border: solid black 0.5rem;
}
gov-carousel #gov-carousel-sr:not(.gov-carousel-sr-visible) {
  height: 0;
  overflow: hidden;
}
gov-carousel .gov-carousel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
gov-carousel .gov-carousel-bg .gov-carousel-bg-color-overlay {
  position: absolute;
  top: 0;
  left: 62%;
  width: 38%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, black 50%);
  mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, black 50%);
  z-index: 3;
  transition: background-color 1s ease;
}
body.user-authenticated gov-carousel .gov-carousel-bg .gov-carousel-bg-color-overlay {
  -webkit-mask-image: initial;
  mask-image: initial;
  opacity: 0.9;
}

gov-carousel .gov-carousel-bg .gov-carousel-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 81%;
  height: 100%;
}
gov-carousel .gov-carousel-bg .gov-carousel-bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.user-anonymous gov-carousel .gov-carousel-bg .gov-carousel-bg-image img {
  opacity: 0;
  transition: opacity 1s ease;
}

@keyframes carousel-bg-fade-out {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body.user-authenticated gov-carousel .gov-carousel-bg .gov-carousel-bg-image img {
  animation: 1s ease 0s 1 forwards carousel-bg-fade-out;
  will-change: opacity;
}

gov-carousel .gov-carousel-bg .gov-carousel-bg-image img.gov-carousel-bg-active {
  z-index: 1;
}
body.user-anonymous gov-carousel .gov-carousel-bg .gov-carousel-bg-image img.gov-carousel-bg-active {
  opacity: 1;
}

@keyframes carousel-bg-fade-in {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.user-authenticated gov-carousel .gov-carousel-bg .gov-carousel-bg-image img.gov-carousel-bg-active {
  animation: 1s ease 0s 1 forwards carousel-bg-fade-in;
}

gov-carousel .gov-carousel-bg .gov-carousel-bg-image .gov-carousel-bg-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
gov-carousel #gov-carousel-content {
  flex: 1 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10rem;
}
gov-carousel .gov-carousel-slides {
  position: relative;
  width: 100%;
}
gov-carousel .gov-carousel-slide {
  position: absolute;
  top: 50%;
  left: calc(62% - 11.5rem);
  width: calc(11.5rem + 38% - 11.5rem);
  height: auto;
  background: white;
  transform: translateY(-50%);
  padding: 4rem;
  padding-bottom: 1rem;
  overflow: hidden;
  will-change: opacity;
  border-radius: 30px;
}
gov-carousel .gov-carousel-slide:not(.gov-carousel-slide-last-viewed):not(.gov-carousel-slide-active) {
  opacity: 0;
}
gov-carousel .gov-carousel-slide.gov-carousel-slide-last-viewed {
  z-index: 1;
  animation: 1s ease-in 0s 1 both active-fadeout;
}
gov-carousel .gov-carousel-slide.gov-carousel-slide-last-viewed .gov-carousel-pause {
  opacity: 0;
}
@keyframes active-fadeout {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
gov-carousel .gov-carousel-slide.gov-carousel-slide-active {
  z-index: 2;
  animation: 1s ease-out 0s 1 both active-fadein;
}
@keyframes active-fadein {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
gov-carousel .gov-carousel-slide h3 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 2.12rem;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.94em;
  text-transform: capitalize;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-bottom: 1.24rem;
  border-bottom: solid 0.3rem #ccc;
  transition: border-color 1s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
gov-carousel .gov-carousel-slide .gov-carousel-slide-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
}
gov-carousel .gov-carousel-slide .gov-carousel-slide-title .gov-carousel-slide-icon {
  display: none;
  flex: 0 0 auto;
  margin-right: 1.5rem;
  width: 5.5rem;
  height: 5.5rem;
}
gov-carousel .gov-carousel-slide .gov-carousel-slide-title .gov-carousel-slide-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
gov-carousel .gov-carousel-slide .gov-carousel-slide-title h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8rem;
  line-height: 0.98;
  font-weight: 600;
}
@media (min-width: 1000px) and (max-width: 1330px) {
  gov-carousel .gov-carousel-slide .gov-carousel-slide-title h4 {
    font-size: 3.2rem;
  }
}
gov-carousel .gov-carousel-slide .gov-carousel-slide-description {
  font-size: 1.18rem;
  line-height: 1.6;
  font-weight: 400;
}
gov-carousel .gov-carousel-slide a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 1.5rem 2rem;
  color: black;
  font-size: 1.18rem;
  line-height: 0.98;
  transition: background-color 1s ease;
}
gov-carousel .gov-carousel-slide a span {
  margin-top: -0.2rem;
  margin-left: 1.1rem;
  font-size: 1.3em;
  vertical-align: middle;
}
gov-carousel .gov-carousel-slide .gov-carousel-pause {
  position: relative;
  width: 5rem;
  height: 5rem;
  margin: 2rem 0 1rem 0;
  transition: opacity 0.2s ease;
}
gov-carousel .gov-carousel-slide .gov-carousel-pause button {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
}
gov-carousel .gov-carousel-slide .gov-carousel-pause .gov-carousel-progress svg {
  width: 100%;
  height: 100%;
  display: block;
}
gov-carousel .gov-carousel-slide .gov-carousel-pause .gov-carousel-progress circle {
  fill: none;
  stroke: black;
  stroke-width: 4;
  stroke-dasharray: 251.3272;
  stroke-dashoffset: 251.3272;
}
gov-carousel .gov-carousel-prev, gov-carousel .gov-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 8rem;
  background: center/contain no-repeat url("/transparency/PublishingImages/carousel-arrow-left.svg");
  border: none;
  color: white;
}
gov-carousel .gov-carousel-next {
  right: 3rem;
  transform: translateY(-50%) scaleX(-1);
}
gov-carousel .gov-carousel-prev {
  left: 3rem;
}
gov-carousel .gov-carousel-indicator {
  position: relative;
  display: inline-flex;
  left: calc(62% + 3rem);
}
@media (max-width: 999.98px) {
  gov-carousel .gov-carousel-indicator {
    display: none;
    position: absolute;
    top: 20rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
gov-carousel .gov-carousel-indicator > a {
  margin: 0 0.2rem;
  margin-top: 3.5rem;
  width: 1rem;
  height: 1rem;
  border: solid 0.1rem white;
  border-radius: 100rem;
  color: white;
}
gov-carousel .gov-carousel-indicator > a.active {
  background-color: white;
}
@media (max-width: 999.98px) {
  gov-carousel {
    min-height: 0px;
  }
  gov-carousel .gov-carousel-bg {
    width: 100%;
    height: 100%;
  }
  gov-carousel .gov-carousel-bg .gov-carousel-bg-image {
    width: 100%;
    height: 35rem;
  }
  gov-carousel .gov-carousel-bg .gov-carousel-bg-color-overlay {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(100% - 35rem);
    -webkit-mask-image: none;
    mask-image: none;
  }
  gov-carousel #gov-carousel-content {
    width: 90%;
    margin: 0 auto;
    padding-top: 15rem;
    padding-bottom: 2rem;
  }
  gov-carousel #gov-carousel-content .gov-carousel-slide {
    position: absolute;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 3rem;
    padding-bottom: 1rem;
  }
  gov-carousel #gov-carousel-content .gov-carousel-slide .gov-carousel-slide-title {
    margin-bottom: 1.2rem;
  }
  gov-carousel #gov-carousel-content .gov-carousel-slide .gov-carousel-slide-title h4 {
    font-size: 2.4rem;
    line-height: 1;
  }
  gov-carousel #gov-carousel-content .gov-carousel-slide .gov-carousel-slide-description {
    font-size: 1em;
  }
  gov-carousel #gov-carousel-content .gov-carousel-slide .gov-carousel-pause {
    margin: 1rem 0 1rem 0;
  }
  gov-carousel .gov-carousel-next, gov-carousel .gov-carousel-prev {
    top: 17.5rem;
    width: 3rem;
    height: 6rem;
  }
  gov-carousel .gov-carousel-next {
    right: 2rem;
  }
  gov-carousel .gov-carousel-prev {
    left: 2rem;
  }
}

gov-carousel-2 {
  position: relative;
  display: flex;
  flex-flow: column;
  min-height: calc((100vh + 56.25vw) / 2);
}
gov-carousel-2 #gov-carousel-sr {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffe0;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 1.2rem;
  display: flex;
  flex-flow: column;
}
gov-carousel-2 #gov-carousel-sr.gov-carousel-sr-visible {
  padding: 2rem;
  border: solid black 0.5rem;
}
gov-carousel-2 #gov-carousel-sr:not(.gov-carousel-sr-visible) {
  height: 0;
  overflow: hidden;
}
gov-carousel-2 .gov-carousel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-color-overlay {
  position: absolute;
  top: 0;
  left: 62%;
  width: 38%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, black 50%);
  mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, black 50%);
  z-index: 3;
  transition: background-color 1s ease;
}
body.user-authenticated gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-color-overlay {
  -webkit-mask-image: initial;
  mask-image: initial;
  opacity: 0.9;
}

gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 81%;
  height: 100%;
}
gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.user-anonymous gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image img {
  opacity: 0;
  transition: opacity 1s ease;
}

@keyframes carousel-bg-fade-out {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body.user-authenticated gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image img {
  animation: 1s ease 0s 1 forwards carousel-bg-fade-out;
  will-change: opacity;
}

gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image img.gov-carousel-bg-active {
  z-index: 1;
}
body.user-anonymous gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image img.gov-carousel-bg-active {
  opacity: 1;
}

@keyframes carousel-bg-fade-in {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.user-authenticated gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image img.gov-carousel-bg-active {
  animation: 1s ease 0s 1 forwards carousel-bg-fade-in;
}

gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image .gov-carousel-bg-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
gov-carousel-2 #gov-carousel-content {
  flex: 1 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10rem;
}
gov-carousel-2 .gov-carousel-slides {
  position: relative;
  width: 100%;
}
gov-carousel-2 .gov-carousel-slide {
  position: absolute;
  top: 50%;
  left: calc(62% - 11.5rem);
  width: calc(11.5rem + 38% - 11.5rem);
  height: auto;
  background: white;
  transform: translateY(-50%);
  padding: 4rem;
  padding-bottom: 1rem;
  overflow: hidden;
  will-change: opacity;
}
gov-carousel-2 .gov-carousel-slide:not(.gov-carousel-slide-last-viewed):not(.gov-carousel-slide-active) {
  opacity: 0;
}
gov-carousel-2 .gov-carousel-slide.gov-carousel-slide-last-viewed {
  z-index: 1;
  animation: 1s ease-in 0s 1 both active-fadeout;
}
gov-carousel-2 .gov-carousel-slide.gov-carousel-slide-last-viewed .gov-carousel-pause {
  opacity: 0;
}
@keyframes active-fadeout {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
gov-carousel-2 .gov-carousel-slide.gov-carousel-slide-active {
  z-index: 2;
  animation: 1s ease-out 0s 1 both active-fadein;
}
@keyframes active-fadein {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
gov-carousel-2 .gov-carousel-slide h3 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 2.12rem;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.94em;
  text-transform: capitalize;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-bottom: 1.24rem;
  border-bottom: solid 0.3rem #ccc;
  transition: border-color 1s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-slide-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-slide-title .gov-carousel-slide-icon {
  display: none;
  flex: 0 0 auto;
  margin-right: 1.5rem;
  width: 5.5rem;
  height: 5.5rem;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-slide-title .gov-carousel-slide-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-slide-title h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8rem;
  line-height: 0.98;
  font-weight: 600;
}
@media (min-width: 1000px) and (max-width: 1330px) {
  gov-carousel-2 .gov-carousel-slide .gov-carousel-slide-title h4 {
    font-size: 3.2rem;
  }
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-slide-description {
  font-size: 1.18rem;
  line-height: 1.6;
  font-weight: 400;
}
gov-carousel-2 .gov-carousel-slide a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 1.5rem 2rem;
  color: black;
  font-size: 1.18rem;
  line-height: 0.98;
  transition: background-color 1s ease;
}
gov-carousel-2 .gov-carousel-slide a span {
  margin-top: -0.2rem;
  margin-left: 1.1rem;
  font-size: 1.3em;
  vertical-align: middle;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-pause {
  position: relative;
  width: 5rem;
  height: 5rem;
  margin: 2rem 0 1rem 0;
  transition: opacity 0.2s ease;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-pause button {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-pause .gov-carousel-progress svg {
  width: 100%;
  height: 100%;
  display: block;
}
gov-carousel-2 .gov-carousel-slide .gov-carousel-pause .gov-carousel-progress circle {
  fill: none;
  stroke: black;
  stroke-width: 4;
  stroke-dasharray: 251.3272;
  stroke-dashoffset: 251.3272;
}
gov-carousel-2 .gov-carousel-prev, gov-carousel-2 .gov-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 8rem;
  background: center/contain no-repeat url("/transparency/PublishingImages/carousel-arrow-left.svg");
  border: none;
  color: white;
}
gov-carousel-2 .gov-carousel-next {
  right: 3rem;
  transform: translateY(-50%) scaleX(-1);
}
gov-carousel-2 .gov-carousel-prev {
  left: 3rem;
}
gov-carousel-2 .gov-carousel-indicator {
  position: relative;
  display: inline-flex;
  left: calc(62% + 3rem);
}
@media (max-width: 999.98px) {
  gov-carousel-2 .gov-carousel-indicator {
    display: none;
    position: absolute;
    top: 30rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
gov-carousel-2 .gov-carousel-indicator > a {
  margin: 0 0.2rem;
  margin-top: 3.5rem;
  width: 1rem;
  height: 1rem;
  border: solid 0.1rem white;
  border-radius: 100rem;
  color: white;
}
gov-carousel-2 .gov-carousel-indicator > a.active {
  background-color: white;
}
@media (max-width: 999.98px) {
  gov-carousel-2 {
    min-height: 0px;
  }
  gov-carousel-2 .gov-carousel-bg {
    width: 100%;
    height: 100%;
  }
  gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-image {
    width: 100%;
    height: 35rem;
  }
  gov-carousel-2 .gov-carousel-bg .gov-carousel-bg-color-overlay {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(100% - 35rem);
    -webkit-mask-image: none;
    mask-image: none;
  }
  gov-carousel-2 #gov-carousel-content {
    width: 90%;
    margin: 0 auto;
    padding-top: 15rem;
    padding-bottom: 2rem;
  }
  gov-carousel-2 #gov-carousel-content .gov-carousel-slide {
    position: absolute;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 3rem;
    padding-bottom: 1rem;
  }
  gov-carousel-2 #gov-carousel-content .gov-carousel-slide .gov-carousel-slide-title {
    margin-bottom: 1.2rem;
  }
  gov-carousel-2 #gov-carousel-content .gov-carousel-slide .gov-carousel-slide-title h4 {
    font-size: 2.4rem;
    line-height: 1;
  }
  gov-carousel-2 #gov-carousel-content .gov-carousel-slide .gov-carousel-slide-description {
    font-size: 1em;
  }
  gov-carousel-2 #gov-carousel-content .gov-carousel-slide .gov-carousel-pause {
    margin: 1rem 0 1rem 0;
  }
  gov-carousel-2 .gov-carousel-next, gov-carousel-2 .gov-carousel-prev {
    top: 17.5rem;
    width: 3rem;
    height: 6rem;
  }
  gov-carousel-2 .gov-carousel-next {
    right: 2rem;
  }
  gov-carousel-2 .gov-carousel-prev {
    left: 2rem;
  }
}

gov-featured-resources {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
gov-featured-resources > .gov-featured-resources-more-button {
  flex: 0 0 100%;
  padding: 2rem;
  background: #1E4434;
  transition: background-color 0.3s ease;
  color: white !important;
  text-decoration: none !important;
  font-size: 1.25rem;
  line-height: 1.1;
  text-align: center;
}
gov-featured-resources > .gov-featured-resources-more-button:hover {
  background: #752c3c;
}
gov-featured-resources > .gov-featured-resources-more-button:focus {
  outline-offset: -4px !important;
}
gov-featured-resources > .gov-featured-resources-more-button span {
  vertical-align: middle;
  margin-top: -0.2rem;
  margin-left: 1rem;
  font-size: 1.8rem;
  transition: transform 0.3s ease;
}
gov-featured-resources > .gov-featured-resources-more-button:hover span {
  transform: translateX(0.5em);
}
gov-featured-resources .gov-featured-resource {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  padding: 2.76rem;
  color: white !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  gov-featured-resources .gov-featured-resource {
    width: calc((100% - 0.2rem) / 3);
    min-height: calc((21.4285714286vw + 21rem) / 2);
    border-top: solid 0.1rem white;
    border-left: solid 0.1rem white;
    border-bottom: solid 0.1rem white;
  }
  gov-featured-resources .gov-featured-resource:first-child {
    border-left: none;
  }
  gov-featured-resources .gov-featured-resource h3 {
    margin-bottom: 0;
    font-size: 2.47rem;
  }
}
@media (max-width: 991.98px) {
  gov-featured-resources .gov-featured-resource {
    border-bottom: solid 0.1rem white;
  }
  gov-featured-resources .gov-featured-resource:first-child {
    border-top: solid 0.1rem white;
  }
  gov-featured-resources .gov-featured-resource h3 {
    margin-bottom: 1.5rem;
    font-size: 2.18rem;
  }
}
gov-featured-resources .gov-featured-resource .gov-featured-resource-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
gov-featured-resources .gov-featured-resource .gov-featured-resource-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
gov-featured-resources .gov-featured-resource .gov-featured-resource-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease;
}
gov-featured-resources .gov-featured-resource:hover .gov-featured-resource-bg::after {
  background: rgba(23, 70, 140, 0.9);
}
gov-featured-resources .gov-featured-resource:nth-of-type(2):hover .gov-featured-resource-bg::after {
  background: rgba(19, 84, 59, 0.9);
}
gov-featured-resources .gov-featured-resource:nth-of-type(3):hover .gov-featured-resource-bg::after {
  background: rgba(130, 49, 67, 0.9);
}
gov-featured-resources .gov-featured-resource:nth-of-type(4):hover .gov-featured-resource-bg::after {
  background: rgba(23, 70, 140, 0.9);
}
gov-featured-resources .gov-featured-resource:nth-of-type(5):hover .gov-featured-resource-bg::after {
  background: rgba(19, 84, 59, 0.9);
}
gov-featured-resources .gov-featured-resource:nth-of-type(6):hover .gov-featured-resource-bg::after {
  background: rgba(130, 49, 67, 0.9);
}

gov-featured-resources .gov-featured-resource .gov-featured-resource-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
gov-featured-resources .gov-featured-resource h3 {
  margin-top: 0.25em;
  line-height: 1;
  font-weight: 600;
}
gov-featured-resources .gov-featured-resource p {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.48rem;
  border-bottom: solid 0.1rem white;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-transform: capitalize;
  font-size: 0.88em;
  letter-spacing: 0.06em;
  line-height: 1;
}
gov-featured-resources .gov-featured-resource p span {
  vertical-align: middle;
  margin-top: -0.2rem;
  margin-left: 0.2rem;
  font-size: 0.85em;
}

gov-priorities, gov-policies {
  display: block;
  text-align: center;
}
gov-priorities > a, gov-policies > a {
  display: inline-block;
  color: white !important;
  text-decoration: none !important;
  background-color: #193c7c;
  padding: 1.5rem 2rem;
  color: white;
  font-size: 1.18rem;
  line-height: 0.98;
}
gov-priorities > a span, gov-policies > a span {
  margin-top: -0.2rem;
  margin-left: 1.1rem;
  font-size: 1.3em;
  vertical-align: middle;
}
gov-priorities .gov-priorities-list, gov-priorities .gov-policies-list, gov-policies .gov-priorities-list, gov-policies .gov-policies-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: left;
}
gov-priorities .gov-priority, gov-priorities .gov-policy, gov-policies .gov-priority, gov-policies .gov-policy {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 2.4rem 3rem 2.4rem 2.4rem;
  color: inherit !important;
  text-decoration: none !important;
  transition: background-color 0.5s ease;
}
@media (max-width: 991.98px) {
  gov-priorities .gov-priority, gov-priorities .gov-policy, gov-policies .gov-priority, gov-policies .gov-policy {
    width: 100%;
    border-bottom: solid 0.1rem #ddd;
  }
}
@media (min-width: 992px) {
  gov-priorities .gov-priority, gov-priorities .gov-policy, gov-policies .gov-priority, gov-policies .gov-policy {
    width: 33%;
    border-bottom: solid 0.1rem #ddd;
  }
  gov-priorities .gov-priority:not(:nth-of-type(3n)), gov-priorities .gov-policy:not(:nth-of-type(2n)), gov-policies .gov-priority:not(:nth-of-type(2n)), gov-policies .gov-policy:not(:nth-of-type(2n)) {
    border-right: solid 0.1rem #ddd;
  }
  gov-priorities .gov-priority:last-child, gov-priorities .gov-policy:last-child, gov-policies .gov-priority:last-child, gov-policies .gov-policy:last-child {
    border-bottom: solid 0.1rem #ddd;
  }
  gov-priorities .gov-priorities-list:not(.odd) .gov-priority:nth-last-child(2) {
    border-bottom: solid 0.1rem #ddd;
  }
}
gov-priorities .gov-priority > img, gov-priorities .gov-policy > img, gov-policies .gov-priority > img, gov-policies .gov-policy > img {
  flex: 0 0 auto;
  width: 5.65rem;
  height: auto;
  margin-right: 2.4rem;
}
gov-priorities .gov-priority .gov-priority-content, gov-priorities .gov-priority .gov-policy-content, gov-priorities .gov-policy .gov-priority-content, gov-priorities .gov-policy .gov-policy-content, gov-policies .gov-priority .gov-priority-content, gov-policies .gov-priority .gov-policy-content, gov-policies .gov-policy .gov-priority-content, gov-policies .gov-policy .gov-policy-content {
  flex: 0 1 100%;
}
gov-priorities .gov-priority .gov-priority-content > *, gov-priorities .gov-priority .gov-policy-content > *, gov-priorities .gov-policy .gov-priority-content > *, gov-priorities .gov-policy .gov-policy-content > *, gov-policies .gov-priority .gov-priority-content > *, gov-policies .gov-priority .gov-policy-content > *, gov-policies .gov-policy .gov-priority-content > *, gov-policies .gov-policy .gov-policy-content > * {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88rem;
  line-height: 1.06;
}
gov-priorities .gov-priority .gov-priority-content > * .gov-amp, gov-priorities .gov-priority .gov-policy-content > * .gov-amp, gov-priorities .gov-policy .gov-priority-content > * .gov-amp, gov-priorities .gov-policy .gov-policy-content > * .gov-amp, gov-policies .gov-priority .gov-priority-content > * .gov-amp, gov-policies .gov-priority .gov-policy-content > * .gov-amp, gov-policies .gov-policy .gov-priority-content > * .gov-amp, gov-policies .gov-policy .gov-policy-content > * .gov-amp {
  font-style: italic;
}
gov-priorities .gov-priority .gov-priority-content > * .gov-nbsp, gov-priorities .gov-priority .gov-policy-content > * .gov-nbsp, gov-priorities .gov-policy .gov-priority-content > * .gov-nbsp, gov-priorities .gov-policy .gov-policy-content > * .gov-nbsp, gov-policies .gov-priority .gov-priority-content > * .gov-nbsp, gov-policies .gov-priority .gov-policy-content > * .gov-nbsp, gov-policies .gov-policy .gov-priority-content > * .gov-nbsp, gov-policies .gov-policy .gov-policy-content > * .gov-nbsp {
  white-space: nowrap;
}
gov-priorities .gov-priority > span, gov-priorities .gov-policy > span, gov-policies .gov-priority > span, gov-policies .gov-policy > span {
  margin-left: 2.4rem;
  font-size: 2.4rem;
  transition: transform 0.5s ease;
}
gov-priorities .gov-priority:hover, gov-priorities .gov-policy:hover, gov-policies .gov-priority:hover, gov-policies .gov-policy:hover {
  background: #f4f4f4;
}
gov-priorities .gov-priority:hover > span, gov-priorities .gov-policy:hover > span, gov-policies .gov-priority:hover > span, gov-policies .gov-policy:hover > span {
  transform: translateX(1rem);
}

@font-face {
  font-family: "Fenwick Oregon";
  src: url("/transparency/Theme%20Files/Fonts/fenwick-oregon-bold-webfont.woff2") format("woff2"), url("/transparency/Theme%20Files/Fonts/fenwick-oregon-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.far, .fal {
  font-family: "Font Awesome 5 Pro";
}

gov-news-item {
  display: block;
  overflow: hidden;
}
:not(#x) gov-news-item > a:focus {
  outline-offset: -4px;
}

gov-news-item .gov-news-date {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(16, 53, 122, 0.9);
  color: white;
  z-index: 1;
  width: 6.5rem;
  padding: 1rem 0;
  border-bottom-right-radius: 0.5rem;
  text-align: center;
}
gov-news-item .gov-news-date i {
  display: block;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: 0.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
gov-news-item .gov-news-date b {
  display: block;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 3.53rem;
  font-weight: 400;
  line-height: 0.9;
}
gov-news-item .gov-news-featured {
  position: relative;
  display: block;
  height: 15rem;
  margin: -2.5rem;
  margin-bottom: 0;
}
gov-news-item .gov-news-featured img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
gov-news-item .gov-news-featured::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
}
:not(#x) gov-news-item h4 {
  margin-top: 6.6552rem;
}
:not(#x) gov-news-item .gov-news-featured + h4 {
  margin-top: 2.82rem;
}
:not(#x) gov-news-item h4 {
  font-size: 1.88rem;
  line-height: 1.125;
  font-weight: 600;
}

gov-news-item .gov-news-item-footer {
  display: flex;
  justify-content: space-between;
}
gov-news-item .gov-news-item-footer .gov-news-item-readmore {
  color: inherit !important;
  text-decoration: none !important;
  font-size: 0.71em;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.06em;
  padding-bottom: 0.36em;
  border-bottom: solid 0.15rem;
}
gov-news-item .gov-news-item-footer .gov-news-source img {
  width: 6rem;
  height: auto;
}
gov-news-item .gov-news-item-footer .gov-news-source span {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #d3ecf3;
  text-transform: capitalize;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.7em;
}

@font-face {
  font-family: "Fenwick Oregon";
  src: url("/transparency/Theme%20Files/Fonts/fenwick-oregon-bold-webfont.woff2") format("woff2"), url("/transparency/Theme%20Files/Fonts/fenwick-oregon-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.far, .fal {
  font-family: "Font Awesome 5 Pro";
}

gov-tweet-item {
  display: block;
}
gov-tweet-item .gov-tweet-wrapper {
  color: inherit !important;
  text-decoration: none !important;
}
gov-tweet-item .gov-tweet-wrapper > p {
  font-size: 1.1rem;
  line-height: 1.4444;
}
gov-tweet-item .gov-tweet-wrapper > p:first-child {
  margin-top: 0;
}
gov-tweet-item .gov-tweet-wrapper > p:last-child {
  margin-bottom: 0;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer img.gov-tweet-profile-pic {
  flex: 0 0 auto;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer .gov-tweet-footer-content {
  flex: 1 1 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  line-height: 1;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer .gov-tweet-footer-content .gov-tweet-footer-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-family: "Calibri", Arial, sans-serif;
  font-weight: 600;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer .gov-tweet-footer-content .gov-tweet-footer-meta {
  margin-top: 0.34rem;
  margin-bottom: 0;
  font-size: 1.06rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer .gov-tweet-footer-content .gov-tweet-footer-meta span:first-of-type {
  margin-right: 0.5rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer .gov-tweet-footer-content .gov-tweet-footer-meta span:last-of-type {
  margin-left: 0.5rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-footer span[class^=fa] {
  flex: 0 0 auto;
  font-size: 2.2rem;
  color: #55acee;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-media {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 0.5rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-media.gov-tweet-video span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100rem;
  font-size: 2.8rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-url-preview {
  display: flex;
  border: solid 1px #d6d6d6;
  border-radius: 0.5rem;
  overflow: hidden;
  color: inherit !important;
  text-decoration: none !important;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-url-preview .gov-tweet-url-thumb {
  position: relative;
  flex: 0 0 auto;
  width: 9rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-url-preview .gov-tweet-url-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-url-preview .gov-tweet-url-content {
  flex: 0 1 100%;
  padding: 1.2rem;
  line-height: 1.38;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-url-preview .gov-tweet-url-content p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-url-preview .gov-tweet-url-content p:last-child {
  margin-bottom: 0;
}
gov-tweet-item .gov-tweet-wrapper .gov-tweet-url-preview .gov-tweet-url-content .gov-tweet-url-title {
  font-weight: 700;
  font-size: 1rem;
}

gov-newsfeed {
  display: block;
}
gov-newsfeed .gov-newsfeed-filter {
  margin-top: 2rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
}
gov-newsfeed .gov-newsfeed-filter button {
  position: relative;
  border: none;
  background: transparent;
  margin: 0 0.1rem;
  padding: 0.4rem 1.2rem;
  padding-left: 0.8rem;
  font-size: 1.2rem;
  border-radius: 100rem;
  transition: background-color 0.5s ease;
}
gov-newsfeed .gov-newsfeed-filter button > span {
  padding-right: 0.1rem;
  opacity: 0;
}
gov-newsfeed .gov-newsfeed-filter button.active {
  background-color: #d3ecf3;
}
gov-newsfeed .gov-newsfeed-filter button.active > span {
  opacity: 1;
}
gov-newsfeed .gov-newsfeed-grid {
  margin-top: 5rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
}
@media (max-width: 880px) {
  gov-newsfeed .gov-newsfeed-grid {
    height: auto !important;
  }
}
gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item {
  position: absolute;
  width: calc((100% - 2rem) / 2);
  margin-bottom: 2rem;
  transition: transform 0.8s ease;
}
gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item[data-column="0"] {
  left: 0;
}
gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item[data-column="1"] {
  left: calc(50% + 1rem);
}
@media (max-width: 880px) {
  gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item {
    position: relative !important;
    width: 100%;
    top: auto !important;
  }
  gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item[data-column="0"] {
    left: auto !important;
  }
  gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item[data-column="1"] {
    left: auto !important;
  }
}
gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item > a {
  position: relative;
  display: block;
  background: white;
  padding: 2.5rem;
  border: solid 1px #d6d6d6;
  border-radius: 0.8rem;
  overflow: hidden;
}
gov-newsfeed .gov-newsfeed-grid .gov-newsfeed-item:hover {
  transform: translateY(-1rem);
}

gov-slider {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 5rem;
}
gov-slider .gov-slider-scroll-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.gov-slider-3 .gov-slider-scroll-wrapper {
  display: flex;
  align-items: stretch;
  width: calc((100vw - 7.5rem) + ((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) * 2));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.gov-slider-3 .gov-slider-scroll-wrapper::-webkit-scrollbar {
  height: 0;
}
.gov-slider-3 .gov-slider-scroll-wrapper .gov-slide {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: calc(((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) + (((100vw - 7.5rem) - 0rem) / 1) + 1rem));
  padding-right: calc(1rem);
  padding-left: calc((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
  transition: opacity 0.6s ease;
}
.gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:not(.gov-slide-visible) {
  opacity: 0.5;
}
.gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:not(:first-child) {
  margin-left: calc(0px - (((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
}
.gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:last-child {
  width: calc(((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) + (((100vw - 7.5rem) - 0rem) / 1) + (((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem)));
  padding-right: calc((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
}
@media (min-width: 42.5rem) {
  .gov-slider-3 .gov-slider-scroll-wrapper {
    display: flex;
    align-items: stretch;
    width: calc((100vw - 7.5rem) + ((((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem) * 2));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: calc(((((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem) + (((100vw - 7.5rem) - 1.5rem) / 2) + 1.5rem));
    padding-right: calc(1.5rem);
    padding-left: calc((((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem));
    transition: opacity 0.6s ease;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:not(.gov-slide-visible) {
    opacity: 0.5;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:not(:first-child) {
    margin-left: calc(0px - (((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem));
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:last-child {
    width: calc(((((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem) + (((100vw - 7.5rem) - 1.5rem) / 2) + (((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem)));
    padding-right: calc((((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem));
  }
}
@media (min-width: 77.5rem) {
  .gov-slider-3 .gov-slider-scroll-wrapper {
    display: flex;
    align-items: stretch;
    width: calc(70rem + (((((70rem - 4rem) / 3) * 0.5) + 2rem) * 2));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: calc((((((70rem - 4rem) / 3) * 0.5) + 2rem) + ((70rem - 4rem) / 3) + 2rem));
    padding-right: calc(2rem);
    padding-left: calc(((((70rem - 4rem) / 3) * 0.5) + 2rem));
    transition: opacity 0.6s ease;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:not(.gov-slide-visible) {
    opacity: 0.5;
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:not(:first-child) {
    margin-left: calc(0px - ((((70rem - 4rem) / 3) * 0.5) + 2rem));
  }
  .gov-slider-3 .gov-slider-scroll-wrapper .gov-slide:last-child {
    width: calc((((((70rem - 4rem) / 3) * 0.5) + 2rem) + ((70rem - 4rem) / 3) + ((((70rem - 4rem) / 3) * 0.5) + 2rem)));
    padding-right: calc(((((70rem - 4rem) / 3) * 0.5) + 2rem));
  }
}

.gov-slider-2 .gov-slider-scroll-wrapper {
  display: flex;
  align-items: stretch;
  width: calc((100vw - 7.5rem) + ((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) * 2));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.gov-slider-2 .gov-slider-scroll-wrapper::-webkit-scrollbar {
  height: 0;
}
.gov-slider-2 .gov-slider-scroll-wrapper .gov-slide {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: calc(((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) + (((100vw - 7.5rem) - 0rem) / 1) + 1rem));
  padding-right: calc(1rem);
  padding-left: calc((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
  transition: opacity 0.6s ease;
}
.gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:not(.gov-slide-visible) {
  opacity: 0.5;
}
.gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:not(:first-child) {
  margin-left: calc(0px - (((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
}
.gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:last-child {
  width: calc(((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) + (((100vw - 7.5rem) - 0rem) / 1) + (((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem)));
  padding-right: calc((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
}
@media (min-width: 62.5rem) {
  .gov-slider-2 .gov-slider-scroll-wrapper {
    display: flex;
    align-items: stretch;
    width: calc(55rem + (((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem) * 2));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: calc((((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem) + ((55rem - 1.5rem) / 2) + 1.5rem));
    padding-right: calc(1.5rem);
    padding-left: calc(((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem));
    transition: opacity 0.6s ease;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:not(.gov-slide-visible) {
    opacity: 0.5;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:not(:first-child) {
    margin-left: calc(0px - ((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem));
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:last-child {
    width: calc((((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem) + ((55rem - 1.5rem) / 2) + ((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem)));
    padding-right: calc(((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem));
  }
}
@media (min-width: 77.5rem) {
  .gov-slider-2 .gov-slider-scroll-wrapper {
    display: flex;
    align-items: stretch;
    width: calc(70rem + (((((70rem - 2rem) / 2) * 0.5) + 2rem) * 2));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: calc((((((70rem - 2rem) / 2) * 0.5) + 2rem) + ((70rem - 2rem) / 2) + 2rem));
    padding-right: calc(2rem);
    padding-left: calc(((((70rem - 2rem) / 2) * 0.5) + 2rem));
    transition: opacity 0.6s ease;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:not(.gov-slide-visible) {
    opacity: 0.5;
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:not(:first-child) {
    margin-left: calc(0px - ((((70rem - 2rem) / 2) * 0.5) + 2rem));
  }
  .gov-slider-2 .gov-slider-scroll-wrapper .gov-slide:last-child {
    width: calc((((((70rem - 2rem) / 2) * 0.5) + 2rem) + ((70rem - 2rem) / 2) + ((((70rem - 2rem) / 2) * 0.5) + 2rem)));
    padding-right: calc(((((70rem - 2rem) / 2) * 0.5) + 2rem));
  }
}

.gov-slider-prev {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  width: 4.5rem;
  height: 4.5rem;
  border: none;
  overflow: hidden;
  border-radius: 100rem;
  font-size: 1.5rem;
  background: white;
  color: #152761;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
}
.gov-slider-prev:focus {
  outline-color: white !important;
}
.gov-slider-prev:disabled {
  opacity: 0.2;
}

.gov-slider-next {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 4.5rem;
  height: 4.5rem;
  border: none;
  overflow: hidden;
  border-radius: 100rem;
  font-size: 1.5rem;
  background: white;
  color: #152761;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
}
.gov-slider-next:focus {
  outline-color: white !important;
}
.gov-slider-next:disabled {
  opacity: 0.2;
}

gov-accomplishments {
  display: block;
}

:not(#x) .gov-slide .gov-accomplishment {
  position: relative;
  background: white;
  padding: 2rem;
  padding-top: 7rem;
  height: 100%;
  border: 1rem black solid;
  text-align: left;
  color: #282828;
}
:not(#x) .gov-slide .gov-accomplishment i[class^=fa] {
  position: absolute;
  top: -1rem;
  left: -1rem;
  display: block;
  padding: 2rem 2rem;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: #0e5f9b;
  background: #add8b7;
}
:not(#x) .gov-slide .gov-accomplishment p {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-size: 1.16em;
}
:not(#x) .gov-slide .gov-accomplishment p b {
  font-weight: bold;
  color: #0e5f9b;
}
:not(#x) .gov-slide .gov-accomplishment p:last-child {
  margin-bottom: 0;
}
:not(#x) .gov-slide:nth-of-type(4n+1) .gov-accomplishment {
  border-color: #add8b7;
}
:not(#x) .gov-slide:nth-of-type(4n+1) .gov-accomplishment i[class^=fa] {
  background: #add8b7;
  color: #152761;
}
:not(#x) .gov-slide:nth-of-type(4n+2) .gov-accomplishment {
  border-color: #ede5ab;
}
:not(#x) .gov-slide:nth-of-type(4n+2) .gov-accomplishment i[class^=fa] {
  background: #ede5ab;
  color: #13543b;
}
:not(#x) .gov-slide:nth-of-type(4n+3) .gov-accomplishment {
  border-color: #b1e3f2;
}
:not(#x) .gov-slide:nth-of-type(4n+3) .gov-accomplishment i[class^=fa] {
  background: #b1e3f2;
  color: #13543b;
}
:not(#x) .gov-slide:nth-of-type(4n) .gov-accomplishment {
  border-color: #f2c9bb;
}
:not(#x) .gov-slide:nth-of-type(4n) .gov-accomplishment i[class^=fa] {
  background: #f2c9bb;
  color: #152761;
}

gov-calls-to-action {
  display: block;
}
gov-calls-to-action .gov-section.gov-palette-light-blue .gov-overlay {
  background: rgba(216, 241, 249, 0.9);
}
gov-calls-to-action .gov-section.gov-palette-green .gov-overlay {
  background: rgba(27, 109, 74, 0.9);
}
gov-calls-to-action .gov-section.gov-palette-blue .gov-overlay {
  background: rgba(16, 53, 122, 0.85);
}

.wildfire-home newsroom-web-part {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 2rem 0 0rem 0;
  margin: 1rem 0 3rem 0;
}
.wildfire-home newsroom-web-part > div {
  padding-bottom: 0 !important;
  margin-bottom: 2rem !important;
  border-bottom: none !important;
  height: 32rem;
  display: flex;
  flex-flow: column;
  flex: 0 0 auto;
  width: calc((100% - 4rem) / 3);
}
.wildfire-home newsroom-web-part > div:not(:nth-child(3n)) {
  margin-right: 2rem;
}
@media (max-width: 867px) {
  .wildfire-home newsroom-web-part > div {
    width: 100%;
    height: auto;
  }
  .wildfire-home newsroom-web-part > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.wildfire-home newsroom-web-part > div p:first-of-type {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.wildfire-home newsroom-web-part > div a:nth-child(2) {
  text-decoration: none !important;
}
.wildfire-home newsroom-web-part > div a:nth-child(2) h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.8rem;
}
.wildfire-home newsroom-web-part > div p:nth-of-type(2):not([data-bind]) {
  font-weight: 300 !important;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.wildfire-home newsroom-web-part > div p:nth-of-type(2):not([data-bind]) b {
  font-weight: inherit;
}
.wildfire-home newsroom-web-part > div p:last-of-type[data-bind] {
  position: relative;
  line-height: 1.8;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 1rem;
}
.wildfire-home newsroom-web-part > div p:last-of-type[data-bind]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 1px;
  background: #ccc;
}
.wildfire-home newsroom-web-part > div p:last-of-type[data-bind]::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  background: linear-gradient(to top, white, transparent);
}
@media (max-width: 867px) {
  .wildfire-home newsroom-web-part > div p:last-of-type[data-bind]::after {
    content: none;
  }
}
.wildfire-home newsroom-web-part > div p:nth-of-type(2):not([data-bind]) + p:last-of-type[data-bind] {
  padding-top: 0;
}
.wildfire-home newsroom-web-part > div p:nth-of-type(2):not([data-bind]) + p:last-of-type[data-bind]::before {
  content: none;
}
.wildfire-home newsroom-web-part > div div:last-of-type .btn {
  margin-bottom: none;
  margin-top: 1.5rem;
}

footer {
  padding: 0;
  position: relative;
  margin-top: 0;
  box-shadow: none;
  border-top: none;
  overflow: hidden;
}
footer .gov-footer-section-top {
  padding: 5rem 0;
  background: #f8f8f8;
}
footer .gov-footer-section-bottom {
  padding: 7.7rem 0;
  background: white;
}
footer .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  footer .container {
    flex-flow: column;
    flex-wrap: wrap;
  }
  footer .container .gov-footer-left {
    flex: 0 0 auto;
    order: 1;
  }
  footer .container .gov-footer-right {
    flex: 0 0 auto;
    order: 0;
    text-align: center;
    margin-bottom: 5rem;
  }
  footer .container .gov-footer-right .gov-social-links {
    justify-content: center;
  }
}
footer .gov-footer-top {
  position: relative;
  flex: 0 0 100%;
  z-index: 1;
}
footer .gov-footer-left {
  position: relative;
  flex: 0 0 66.67%;
  z-index: 1;
}
footer .gov-footer-left gov-footer-links {
  display: block;
  column-count: 2;
}
footer .gov-footer-left gov-footer-links > div {
  margin-bottom: 2.2rem;
  line-height: 1;
}
footer .gov-footer-left gov-footer-links a {
  position: relative;
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.18rem;
  color: inherit !important;
  text-decoration: none !important;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  font-size: 1rem;
  padding-bottom: 0.6rem;
}
footer .gov-footer-left gov-footer-links a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 1.4rem);
  height: 0.2rem;
  background: #add8b7;
  transform-origin: center left;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
footer .gov-footer-left gov-footer-links a:hover::before {
  transform: scaleX(1);
}
footer .gov-footer-left gov-footer-links a i {
  color: #add8b7;
  vertical-align: middle;
  margin-top: -0.2rem;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
footer .gov-footer-left gov-footer-links a:hover i {
  transform: translateX(0.36em);
}
footer .gov-footer-left gov-footer-links a .gov-nobreak {
  white-space: nowrap;
}
footer .gov-footer-left .gov-secondary-links {
  display: flex;
  margin-top: 4.88rem;
  border-top: solid 0.4rem #c9e2e9;
  padding-top: 2.53rem;
}
@media (max-width: 820px) {
  footer .gov-footer-left .gov-secondary-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .gov-footer-left .gov-secondary-links a {
    margin-bottom: 1.5rem;
  }
}
footer .gov-footer-left .gov-secondary-links a {
  margin-right: 3rem;
  color: #333;
  text-decoration: none !important;
  font-size: 1.06rem;
  font-weight: 600;
  text-align: center;
}
footer .gov-footer-left .gov-secondary-links a:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  text-decoration: underline !important;
  text-decoration-thickness: 0.1em !important;
}
footer .gov-footer-left .gov-secondary-links a:last-child {
  margin-right: 0;
}
footer gov-footer-emblem {
  display: block;
  position: absolute;
  bottom: -13.23rem;
  right: -5.88rem;
  width: 31.18rem;
  height: 31.18rem;
}
footer gov-footer-emblem svg {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
footer gov-footer-emblem svg path {
  fill: #91772F;
  fill: #0E5F9B;
  fill: #98bfdf;
  fill: rgba(255, 255, 255, 0.14);
  fill: #d3ecf3;
  fill: #e0e0e0;
}
footer .gov-footer-right {
  position: relative;
  flex: 0 0 33.33%;
  text-align: right;
}
footer .gov-footer-right .gov-site-title {
  line-height: 1.24;
  margin-top: 0;
  margin-bottom: 1.05rem;
}
footer .gov-footer-right .gov-site-title span {
  font-family: "Fenwick Oregon", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.65rem;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  font-weight: 500;
}
footer .gov-footer-right .gov-site-title i {
  font-size: 1.42rem;
  font-family: "Calibri", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}
footer .gov-footer-right p {
  margin-top: 0;
  margin-bottom: 0.65rem;
  font-size: 1.08rem;
  line-height: 1.5;
}
footer .gov-footer-right .gov-social-links {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.3rem;
  color: #17468c;
}
footer .gov-footer-right .gov-social-links a {
  font-size: 1.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  transition: color 0.3s ease, background-color 0.3s ease;
}
footer .gov-footer-right .gov-social-links a:hover {
  color: white;
  background-color: #17468c;
}
footer .gov-footer-right .gov-social-links a:focus {
  outline-color: #17468c !important;
}
footer .gov-footer-right .gov-social-links a:last-child {
  margin-right: -0.7rem;
}
footer .gov-footer-right .gov-social-links a:not(:last-child) {
  margin-right: 0.2rem;
}

:not(#x) .helpfulPoll {
  flex: 0 0 100%;
  margin-top: 0;
  margin-bottom: 0;
}
:not(#x) .helpfulPoll .well {
  padding: 0 !important;
  box-shadow: none;
  border: none;
  background-color: transparent;
  margin: 0 auto;
}
:not(#x) .helpfulPoll .fa {
  margin-right: 0.67rem;
  color: black;
}
:not(#x) .helpfulPoll .btn-group {
  margin: 0 0.67rem;
}
:not(#x) .helpfulPoll .btn-group .btn {
  background: transparent !important;
  border: solid 0.1rem #10357a !important;
  color: #10357a !important;
  border-radius: 0rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  transition: color 0.3s ease, background-color 0.3s ease;
}
:not(#x) .helpfulPoll .btn-group .btn:focus {
  outline-color: #10357a !important;
}
:not(#x) .helpfulPoll .btn-group .btn:hover {
  background: #10357a !important;
  color: white !important;
}
:not(#x) .helpfulPoll .btn-group .btn:first-child {
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
  border-right-width: 0;
}
:not(#x) .helpfulPoll .btn-group .btn:nth-child(2) {
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
}
:not(#x) .helpfulPoll .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  padding-right: 1.05rem;
}
:not(#x) .helpfulPoll .btn-group > .btn:last-child:not(:first-child), :not(#x) .helpfulPoll .btn-group > .dropdown-toggle:not(:first-child) {
  padding-left: 1.05rem;
}

div > #suiteBarDelta {
  display: none;
}
gov-btn-secondary
#suiteBarTop {
  z-index: 12;
}

#s4-ribbonrow {
  z-index: 11;
}

.gov-header + .checkedOutMessage {
  display: none !important;
}

.checkedOutMessage.alert {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  color: white;
}
.checkedOutMessage.alert a {
  color: white !important;
}
.checkedOutMessage.alert .ms-imnSpan {
  display: none;
}

.ms-rte-embedil {
  display: block;
}

.tableauPlaceholder {
  margin: 0 auto;
}

a.btn-primary {
  color: #fff !important;
  text-decoration: none !important;
}

table.dataTable td a[style*=font-size] {
  font-size: 1em !important;
}

:not(#x) .gsc-input-box {
  border: none;
  background: none;
  height: auto !important;
}

:not(#x) .gsib_a {
  padding: 0;
}

:not(#x) .gssb_e {
  display: block;
  max-width: 40rem !important;
  margin: 0 auto !important;
}

:not(#x) .gsc-input {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

:not(#x) input.gsc-input {
  display: block;
  background-position: 95% center !important;
  border: #ccc solid 1px !important;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  padding: 0.75rem 1.2rem !important;
  max-width: 40rem;
  margin: 0 auto !important;
}