﻿@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,400;1,700&display=swap");
/* ----- BUTTONS ----- */
:not(#x) .wb-btn, :not(#x) newsroom-web-part .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
  margin-right: 1em;
  margin-bottom: 1em;
  border-radius: 100rem;
  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;
}
:not(#x) .wb-btn:hover, :not(#x) .wb-btn:disabled, :not(#x) .wb-btn:visited, :not(#x) .wb-btn:active, :not(#x) .wb-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) .wb-btn .far.fa-angle-right, :not(#x) newsroom-web-part .btn .far.fa-angle-right {
  font-size: 1.4em;
  margin-left: 0.4em;
  vertical-align: bottom;
  line-height: 1;
}

:not(#x) .wb-btn-sm, :not(#x) newsroom-web-part .btn-default {
  font-size: 0.95rem;
  padding: 0.45rem 1.45rem;
}

:not(#x) .wb-btn-default, :not(#x) .wb-btn-default:visited {
  background-color: rgba(0, 0, 0, 0.06);
  color: #282828;
}
:not(#x) .wb-btn-default:hover, :not(#x) .wb-btn-default:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #282828;
}
:not(#x) .wb-btn-default:active, :not(#x) .wb-btn-default:active:focus, :not(#x) .wb-btn-default:disabled {
  background-color: rgba(0, 0, 0, 0.15);
  color: #282828;
}

:not(#x) .wb-btn-default-alt, :not(#x) .wb-btn-default-alt:visited {
  background-color: #282828;
  color: white;
}
:not(#x) .wb-btn-default-alt:hover, :not(#x) .wb-btn-default-alt:focus {
  background-color: #444;
  color: white;
}
:not(#x) .wb-btn-default-alt:active, :not(#x) .wb-btn-default-alt:active:focus, :not(#x) .wb-btn-default-alt:disabled {
  background-color: black;
  color: #999;
}

:not(#x) .wb-btn-primary, :not(#x) .wb-btn-primary:visited {
  background-color: #6e9e75;
  color: white;
}
:not(#x) .wb-btn-primary:hover, :not(#x) .wb-btn-primary:focus {
  background-color: #609268;
  color: white;
}
:not(#x) .wb-btn-primary:active, :not(#x) .wb-btn-primary:active:focus, :not(#x) .wb-btn-primary:disabled {
  background-color: #517856;
  color: white;
}

:not(#x) .wb-btn-secondary, :not(#x) .wb-btn-secondary:visited, :not(#x) newsroom-web-part .btn-default, :not(#x) newsroom-web-part .btn-default:visited {
  background-color: #0e5f9b;
  color: white;
}
:not(#x) .wb-btn-secondary:hover, :not(#x) .wb-btn-secondary:focus, :not(#x) newsroom-web-part .btn-default:hover, :not(#x) newsroom-web-part .btn-default:focus {
  background-color: #123a83;
  color: white;
}
:not(#x) .wb-btn-secondary:active, :not(#x) .wb-btn-secondary:active:focus, :not(#x) .wb-btn-secondary: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: #123a83;
  color: white;
}

:not(#x) .wb-btn-info, :not(#x) .wb-btn-info:visited {
  background-color: #0e5f9b;
  color: #282828;
}
:not(#x) .wb-btn-info:hover, :not(#x) .wb-btn-info:focus {
  background-color: #349eed;
  color: #282828;
}
:not(#x) .wb-btn-info:active, :not(#x) .wb-btn-info:active:focus, :not(#x) .wb-btn-info:disabled {
  background-color: #0f5695;
  color: black;
}

:not(#x) .wb-btn-warning, :not(#x) .wb-btn-warning:visited {
  background-color: #cba636;
  color: #282828;
}
:not(#x) .wb-btn-warning:hover, :not(#x) .wb-btn-warning:focus {
  background-color: #d9be6c;
  color: #282828;
}
:not(#x) .wb-btn-warning:active, :not(#x) .wb-btn-warning:active:focus, :not(#x) .wb-btn-warning:active:hover, :not(#x) .wb-btn-warning:disabled {
  background-color: #ac8c2c;
  color: black;
}

:not(#x) .wb-btn-danger, :not(#x) .wb-btn-danger:visited {
  background-color: #c03131;
  color: white;
}
:not(#x) .wb-btn-danger:hover, :not(#x) .wb-btn-danger:focus {
  background-color: #9a2727;
  color: white;
}
:not(#x) .wb-btn-danger:active, :not(#x) .wb-btn-danger:active:focus, :not(#x) .wb-btn-danger:active:hover, :not(#x) .wb-btn-danger:active:focus:hover, :not(#x) .wb-btn-danger:disabled {
  background-color: #731d1d;
  color: white;
}

:not(#x) .wb-btn-success, :not(#x) .wb-btn-success:visited {
  background-color: #5a8c61;
  color: #282828;
}
:not(#x) .wb-btn-success:hover, :not(#x) .wb-btn-success:focus {
  background-color: #7fad86;
  color: #282828;
}
:not(#x) .wb-btn-success:active, :not(#x) .wb-btn-success:active:focus, :not(#x) .wb-btn-success:active:hover, :not(#x) .wb-btn-success:active:focus:hover, :not(#x) .wb-btn-success:disabled {
  background-color: #48704e;
  color: black;
}

:not(#x) .wb-btn-outline, :not(#x) .wb-btn-outline:visited {
  background-color: transparent;
  border-color: #282828;
  color: #282828;
}
:not(#x) .wb-btn-outline:hover, :not(#x) .wb-btn-outline:focus {
  border-color: #282828;
  background-color: #282828;
  color: white;
}
:not(#x) .wb-btn-outline:active, :not(#x) .wb-btn-outline:active:focus, :not(#x) .wb-btn-outline:active:hover, :not(#x) .wb-btn-outline:active:focus:hover, :not(#x) .wb-btn-outline:disabled {
  border-color: black;
  background-color: black;
  color: #999;
}

:not(#x) .wb-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) .wb-btn-floating, :not(#x) .wb-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) .wb-btn-floating:hover, :not(#x) .wb-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) .wb-btn-floating:active, :not(#x) .wb-btn-floating:active:focus, :not(#x) .wb-btn-floating:active:hover, :not(#x) .wb-btn-floating:active:focus:hover, :not(#x) .wb-btn-floating:disabled {
  background-color: #f4f4f4;
  color: #282828;
  box-shadow: none;
  transform: translateY(1px) scale(1);
}

:not(#x) .wb-section-reverse .wb-btn-default, :not(#x) .wb-section-reverse .wb-btn-default:visited,
:not(#x) .wb-btn-default.wb-btn-reverse,
:not(#x) .wb-btn-default.wb-btn-reverse:visited {
  background-color: rgba(255, 255, 255, 0.9);
  color: #282828;
}
:not(#x) .wb-section-reverse .wb-btn-default:hover, :not(#x) .wb-section-reverse .wb-btn-default:focus,
:not(#x) .wb-btn-default.wb-btn-reverse:hover,
:not(#x) .wb-btn-default.wb-btn-reverse:focus {
  background-color: rgba(255, 255, 255, 0.75);
  color: #282828;
}
:not(#x) .wb-section-reverse .wb-btn-default:active, :not(#x) .wb-section-reverse .wb-btn-default:active:focus, :not(#x) .wb-section-reverse .wb-btn-default:disabled,
:not(#x) .wb-btn-default.wb-btn-reverse:active,
:not(#x) .wb-btn-default.wb-btn-reverse:active:focus,
:not(#x) .wb-btn-default.wb-btn-reverse:disabled {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}

:not(#x) .wb-section-reverse .wb-btn-outline.wb-btn, :not(#x) .wb-section-reverse .wb-btn-outline.wb-btn:visited,
:not(#x) .wb-btn-outline.wb-btn-reverse,
:not(#x) .wb-btn-outline.wb-btn-reverse:visited {
  background-color: transparent;
  border-color: white;
  color: white;
}
:not(#x) .wb-section-reverse .wb-btn-outline.wb-btn:hover, :not(#x) .wb-section-reverse .wb-btn-outline.wb-btn:focus,
:not(#x) .wb-btn-outline.wb-btn-reverse:hover,
:not(#x) .wb-btn-outline.wb-btn-reverse:focus {
  border-color: white;
  background-color: white;
  color: #282828;
}
:not(#x) .wb-section-reverse .wb-btn-outline.wb-btn:active, :not(#x) .wb-section-reverse .wb-btn-outline.wb-btn:active:focus, :not(#x) .wb-section-reverse .wb-btn-outline.wb-btn:active:hover, :not(#x) .wb-section-reverse .wb-btn-outline.wb-btn:active:focus:hover, :not(#x) .wb-section-reverse .wb-btn-outline.wb-btn:disabled,
:not(#x) .wb-btn-outline.wb-btn-reverse:active,
:not(#x) .wb-btn-outline.wb-btn-reverse:active:focus,
:not(#x) .wb-btn-outline.wb-btn-reverse:active:hover,
:not(#x) .wb-btn-outline.wb-btn-reverse:active:focus:hover,
:not(#x) .wb-btn-outline.wb-btn-reverse:disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: black;
}

.wb-icon-style-1, .wb-icon-style-2, .wb-icon-style-3, .wb-icon-style-4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 100rem;
  font-size: 2.4rem;
  text-align: center;
}
.wb-icon-style-1::before, .wb-icon-style-1::after, .wb-icon-style-2::before, .wb-icon-style-2::after, .wb-icon-style-3::before, .wb-icon-style-3::after, .wb-icon-style-4::before, .wb-icon-style-4::after {
  position: absolute;
  top: 48.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wb-icon-style-1::after, .wb-icon-style-2::after, .wb-icon-style-3::after, .wb-icon-style-4::after {
  opacity: 1 !important;
}

.wb-icon-style-1 {
  color: white;
  background-color: #6e9e75;
}
.wb-icon-style-1::after {
  color: #123a83 !important;
}

.wb-icon-style-2 {
  color: white;
  background-color: #cba636 !important;
}
.wb-icon-style-2::after {
  color: #cba636 !important;
}

.wb-icon-style-3 {
  color: white;
  background-color: #c03131 !important;
}
.wb-icon-style-3::after {
  color: #cba636 !important;
}

.wb-icon-style-4 {
  color: white;
  background-color: #45794d !important;
}
.wb-icon-style-4::after {
  color: #cba636 !important;
}

.wb-section-row {
  display: flex;
  flex-wrap: wrap;
}
.wb-section-row > * {
  flex: 1 1 auto;
}
@media (min-width: 850px) {
  .wb-section-row {
    flex-wrap: nowrap;
  }
  .wb-section-row > * {
    flex: 0 0 50%;
  }
}

.wb-section {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.wb-section .wb-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wb-section .wb-section-bg .wb-bg-layer-grayscale {
  filter: grayscale(100%);
}
.wb-section .wb-section-bg .wb-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wb-section .wb-section-bg .wb-bg-layer > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wb-section .wb-section-bg .wb-bg-layer > img.wb-img-top-center {
  top: 0;
  transform: translateX(-50%);
}
.wb-section .wb-section-bg .wb-overlay-black-50 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.wb-section .wb-section-bg .wb-overlay-black-60 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.wb-section .wb-section-bg .wb-overlay-black-70 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.wb-section .wb-section-bg .wb-bg-overlay-green-80 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(110, 158, 117, 0.85);
}
.wb-section .wb-section-bg .wb-bg-overlay-green-0-80 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 121, 77, 0.85);
}
.wb-section .wb-section-bg .wb-bg-overlay-danger-80 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(192, 49, 49, 0.85);
}
.wb-section .wb-section-bg .wb-bg-overlay-danger-100 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c03131;
}
.wb-section .wb-section-bg .wb-bg-overlay-white-80 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}
.wb-section .container {
  position: relative;
}
.wb-section .wb-container-padded {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.wb-section.wb-section-grey {
  background: #fcfcfc;
}
.wb-section.wb-section-reverse {
  color: white;
}
.wb-section.wb-section-margin {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.wb-section.wb-section-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.wb-section.wb-section-no-padding-top {
  padding-top: 0;
}
.wb-section.wb-section-big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.wb-section.wb-section-bigger {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.wb-section.wb-section-biggest {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.wb-section.wb-section-rounded {
  border-radius: 0.4rem;
  overflow: hidden;
}

.wb-section-blue {
  background-color: #123a83;
}

.wb-section-green {
  background-color: #6e9e75;
}

.wb-section-style-1 h2 {
  color: white !important;
}
.wb-section-style-1 .wb-section-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  padding-top: 120%;
  border-radius: 100%;
  background: #45794d;
  box-shadow: 0 0 0 7.5rem rgba(69, 121, 77, 0.67);
  transform: translate(-50%, -50%);
}
.wb-section-style-1 .wb-bg-layer {
  background: center/cover no-repeat url("/workforceboard/PublishingImages/training-unsplash.jpg");
}
@media (min-width: 1280px) {
  .wb-section-style-1 .wb-bg-layer {
    left: 30% !important;
    width: 70% !important;
  }
}
.wb-section-style-1 .wb-bg-layer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
}

.wb-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);
}

.wb-box-style-2 {
  border-radius: 0.8rem;
  margin: 2rem 0;
  padding: 2rem 3rem;
  background: linear-gradient(to right, #64956b, #5a8c61);
  color: white;
}

/* ----- ROOT FONT SIZE / REMs ----- */
html {
  font-size: 13.5px;
  /* calc(((100vh + 100vw) / 2) * 0.006 + 9px); */
}

@media (min-width: 480px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 14.5px;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 15.5px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 17px;
  }
}
body.user-anonymous, #s4-bodyContainer {
  /* Don't apply font to SharePoint UI when logged in */
  font-family: "Libre Franklin", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #282828;
  line-height: 1.5;
}

main :not(.wb-section-reverse) a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link), wb-alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link), .alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link) {
  color: inherit;
  transition: color 0.15s ease, background-color 0.15s ease;
  text-decoration: underline;
  text-decoration-style: solid !important;
  border-radius: 0.2rem;
}
main :not(.wb-section-reverse) a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):hover, main :not(.wb-section-reverse) a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):active, main :not(.wb-section-reverse) a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):visited, wb-alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):hover, wb-alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):active, wb-alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):visited, .alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):hover, .alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):active, .alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):visited {
  color: #6e9e75;
  text-decoration: underline;
  text-decoration-style: solid;
}
main :not(.wb-section-reverse) a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):focus, wb-alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):focus, .alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):focus {
  outline-offset: 2px;
  color: #cba636;
}
main :not(.wb-section-reverse) a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):visited, wb-alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):visited, .alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):visited {
  color: #45794d;
}
main :not(.wb-section-reverse) a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):hover, wb-alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):hover, .alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):hover {
  background-color: rgba(203, 166, 54, 0.08);
}
main :not(.wb-section-reverse) a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):active, wb-alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):active, .alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):active {
  background-color: rgba(203, 166, 54, 0.2);
}
main :not(.wb-section-reverse) a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):hover:visited, wb-alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):hover:visited, .alert a:not(.wb-anchor-reset):not(.btn):not(.or-calendar-event-link):hover:visited {
  background-color: rgba(0, 0, 0, 0.08);
}
main :not(.wb-section-reverse) a.nic-anchor-reset, wb-alert a.nic-anchor-reset, .alert a.nic-anchor-reset {
  text-decoration: none;
}
main :not(.wb-section-reverse) a.nic-anchor-reset, main :not(.wb-section-reverse) a.nic-anchor-reset:hover, main :not(.wb-section-reverse) a.nic-anchor-reset:active, main :not(.wb-section-reverse) a.nic-anchor-reset:focus, main :not(.wb-section-reverse) a.nic-anchor-reset:visited, wb-alert a.nic-anchor-reset, wb-alert a.nic-anchor-reset:hover, wb-alert a.nic-anchor-reset:active, wb-alert a.nic-anchor-reset:focus, wb-alert a.nic-anchor-reset:visited, .alert a.nic-anchor-reset, .alert a.nic-anchor-reset:hover, .alert a.nic-anchor-reset:active, .alert a.nic-anchor-reset:focus, .alert a.nic-anchor-reset:visited {
  color: inherit;
}

.or-accordion-panel > a {
  display: block !important;
}

main .wb-section-reverse a:not(.wb-anchor-reset), footer a:not(.wb-anchor-reset) {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: solid !important;
}
main .wb-section-reverse a:not(.wb-anchor-reset):hover, main .wb-section-reverse a:not(.wb-anchor-reset):active, main .wb-section-reverse a:not(.wb-anchor-reset):visited, footer a:not(.wb-anchor-reset):hover, footer a:not(.wb-anchor-reset):active, footer a:not(.wb-anchor-reset):visited {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: solid;
}
main .wb-section-reverse a:not(.wb-anchor-reset):visited, footer a:not(.wb-anchor-reset):visited {
  text-decoration-style: dotted !important;
}
main .wb-section-reverse a:not(.wb-anchor-reset):focus, footer a:not(.wb-anchor-reset):focus {
  outline-offset: 2px;
  color: #ddd;
}
main .wb-section-reverse a:not(.wb-anchor-reset):hover, footer a:not(.wb-anchor-reset):hover {
  background-color: rgba(40, 40, 40, 0.5);
}
main .wb-section-reverse a:not(.wb-anchor-reset):active, footer a:not(.wb-anchor-reset):active {
  background-color: #282828;
}

/* ----- BASE HEADING STYLES ----- */
h1, h2, h3, h4, h5, h6 {
  margin-left: 0;
  margin-right: 0;
}

h1, h2, h3, h4, h5, h6, .wb-h1, .wb-h2, .wb-h3, .wb-h4, .wb-h5, .wb-h6 {
  font-family: "Libre Franklin", serif;
  font-weight: 800;
}

main h1, main h2, main h3, main .wb-h1, main .wb-h2, main .wb-h3, html .ms-WPBody h1, html .ms-WPBody h2, html .ms-WPBody h3, html .ms-WPBody .wb-h1, html .ms-WPBody .wb-h2, html .ms-WPBody .wb-h3, html .ms-TPBody h1, html .ms-TPBody h2, html .ms-TPBody h3, html .ms-TPBody .wb-h1, html .ms-TPBody .wb-h2, html .ms-TPBody .wb-h3, .ms-rtestate-field h1, .ms-rtestate-field h2, .ms-rtestate-field h3, .ms-rtestate-field .wb-h1, .ms-rtestate-field .wb-h2, .ms-rtestate-field .wb-h3 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main h4, main h5, main h6, main .wb-h4, main .wb-h5, main .wb-h6, html .ms-WPBody h4, html .ms-WPBody h5, html .ms-WPBody h6, html .ms-WPBody .wb-h4, html .ms-WPBody .wb-h5, html .ms-WPBody .wb-h6, html .ms-TPBody h4, html .ms-TPBody h5, html .ms-TPBody h6, html .ms-TPBody .wb-h4, html .ms-TPBody .wb-h5, html .ms-TPBody .wb-h6, .ms-rtestate-field h4, .ms-rtestate-field h5, .ms-rtestate-field h6, .ms-rtestate-field .wb-h4, .ms-rtestate-field .wb-h5, .ms-rtestate-field .wb-h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 800;
}
main th, html .ms-WPBody th, html .ms-TPBody th, .ms-rtestate-field th {
  font-weight: bold;
}
main h1, main .wb-h1, html .ms-WPBody h1, html .ms-WPBody .wb-h1, html .ms-TPBody h1, html .ms-TPBody .wb-h1, .ms-rtestate-field h1, .ms-rtestate-field .wb-h1 {
  font-size: 3.2rem;
}
main h2, main .wb-h2, html .ms-WPBody h2, html .ms-WPBody .wb-h2, html .ms-TPBody h2, html .ms-TPBody .wb-h2, .ms-rtestate-field h2, .ms-rtestate-field .wb-h2 {
  font-size: 2.2rem;
  color: #6e9e75;
}
main h3, main .wb-h3, html .ms-WPBody h3, html .ms-WPBody .wb-h3, html .ms-TPBody h3, html .ms-TPBody .wb-h3, .ms-rtestate-field h3, .ms-rtestate-field .wb-h3 {
  font-size: 1.8rem;
}
main h4, main .wb-h4, html .ms-WPBody h4, html .ms-WPBody .wb-h4, html .ms-TPBody h4, html .ms-TPBody .wb-h4, .ms-rtestate-field h4, .ms-rtestate-field .wb-h4 {
  font-size: 1.5rem;
}
main h5, main .wb-h5, html .ms-WPBody h5, html .ms-WPBody .wb-h5, html .ms-TPBody h5, html .ms-TPBody .wb-h5, .ms-rtestate-field h5, .ms-rtestate-field .wb-h5 {
  font-size: 1.25rem;
}
main h6, main .wb-h6, html .ms-WPBody h6, html .ms-WPBody .wb-h6, html .ms-TPBody h6, html .ms-TPBody .wb-h6, .ms-rtestate-field h6, .ms-rtestate-field .wb-h6 {
  font-size: 1rem;
}
main .wb-heading-alt, html .ms-WPBody .wb-heading-alt, html .ms-TPBody .wb-heading-alt, .ms-rtestate-field .wb-heading-alt {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h1.wb-heading-alt, main .wb-h1.wb-heading-alt, html .ms-WPBody h1.wb-heading-alt, html .ms-WPBody .wb-h1.wb-heading-alt, html .ms-TPBody h1.wb-heading-alt, html .ms-TPBody .wb-h1.wb-heading-alt, .ms-rtestate-field h1.wb-heading-alt, .ms-rtestate-field .wb-h1.wb-heading-alt {
  font-size: 2.72rem;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h2.wb-heading-alt, main .wb-h2.wb-heading-alt, html .ms-WPBody h2.wb-heading-alt, html .ms-WPBody .wb-h2.wb-heading-alt, html .ms-TPBody h2.wb-heading-alt, html .ms-TPBody .wb-h2.wb-heading-alt, .ms-rtestate-field h2.wb-heading-alt, .ms-rtestate-field .wb-h2.wb-heading-alt {
  font-size: 1.65rem;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h3.wb-heading-alt, html .ms-WPBody h3.wb-heading-alt, html .ms-TPBody h3.wb-heading-alt, .ms-rtestate-field h3.wb-heading-alt {
  font-size: 1.35rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h4.wb-heading-alt, main h5.wb-heading-alt, main h6.wb-heading-alt, main .wb-h4.wb-heading-alt, main .wb-h5.wb-heading-alt, main .wb-h6.wb-heading-alt, html .ms-WPBody h4.wb-heading-alt, html .ms-WPBody h5.wb-heading-alt, html .ms-WPBody h6.wb-heading-alt, html .ms-WPBody .wb-h4.wb-heading-alt, html .ms-WPBody .wb-h5.wb-heading-alt, html .ms-WPBody .wb-h6.wb-heading-alt, html .ms-TPBody h4.wb-heading-alt, html .ms-TPBody h5.wb-heading-alt, html .ms-TPBody h6.wb-heading-alt, html .ms-TPBody .wb-h4.wb-heading-alt, html .ms-TPBody .wb-h5.wb-heading-alt, html .ms-TPBody .wb-h6.wb-heading-alt, .ms-rtestate-field h4.wb-heading-alt, .ms-rtestate-field h5.wb-heading-alt, .ms-rtestate-field h6.wb-heading-alt, .ms-rtestate-field .wb-h4.wb-heading-alt, .ms-rtestate-field .wb-h5.wb-heading-alt, .ms-rtestate-field .wb-h6.wb-heading-alt {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
main h4.wb-heading-alt, main .wb-h4.wb-heading-alt, html .ms-WPBody h4.wb-heading-alt, html .ms-WPBody .wb-h4.wb-heading-alt, html .ms-TPBody h4.wb-heading-alt, html .ms-TPBody .wb-h4.wb-heading-alt, .ms-rtestate-field h4.wb-heading-alt, .ms-rtestate-field .wb-h4.wb-heading-alt {
  font-size: 1.125rem;
}
main h5.wb-heading-alt, main .wb-h5.wb-heading-alt, html .ms-WPBody h5.wb-heading-alt, html .ms-WPBody .wb-h5.wb-heading-alt, html .ms-TPBody h5.wb-heading-alt, html .ms-TPBody .wb-h5.wb-heading-alt, .ms-rtestate-field h5.wb-heading-alt, .ms-rtestate-field .wb-h5.wb-heading-alt {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
main h6.wb-heading-alt, main .wb-h6.wb-heading-alt, html .ms-WPBody h6.wb-heading-alt, html .ms-WPBody .wb-h6.wb-heading-alt, html .ms-TPBody h6.wb-heading-alt, html .ms-TPBody .wb-h6.wb-heading-alt, .ms-rtestate-field h6.wb-heading-alt, .ms-rtestate-field .wb-h6.wb-heading-alt {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
main p, html .ms-WPBody p, html .ms-TPBody p, .ms-rtestate-field p {
  margin-top: 1.4rem;
  margin-bottom: 1.4em;
  line-height: 1.5;
}
main ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination), main ol, html .ms-WPBody ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination), html .ms-WPBody ol, html .ms-TPBody ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination), html .ms-TPBody ol, .ms-rtestate-field ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination), .ms-rtestate-field ol {
  margin-bottom: 1.5em;
}
main ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination) li, main ol li, html .ms-WPBody ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination) li, html .ms-WPBody ol li, html .ms-TPBody ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination) li, html .ms-TPBody ol li, .ms-rtestate-field ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination) li, .ms-rtestate-field ol li {
  line-height: 1.2;
  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 .wb-form-control, html .ms-WPBody .wb-form-control, html .ms-TPBody .wb-form-control, .ms-rtestate-field .wb-form-control {
  box-shadow: none;
  border-radius: 0.6rem;
  height: 3rem;
  font-size: 1.08rem;
  line-height: 2.2rem;
}
main select.wb-form-control, html .ms-WPBody select.wb-form-control, html .ms-TPBody select.wb-form-control, .ms-rtestate-field select.wb-form-control {
  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("/PublishingImages/chevron-down.svg"), transparent;
  transition: background-color 0.3s ease;
}
main select.wb-form-control:hover, html .ms-WPBody select.wb-form-control:hover, html .ms-TPBody select.wb-form-control:hover, .ms-rtestate-field select.wb-form-control:hover {
  background-color: #f4f4f4;
}

main .wb-section-reverse a:not(.wb-anchor-reset), footer a:not(.wb-anchor-reset) {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: solid !important;
}
main .wb-section-reverse a:not(.wb-anchor-reset):hover, main .wb-section-reverse a:not(.wb-anchor-reset):active, main .wb-section-reverse a:not(.wb-anchor-reset):visited, footer a:not(.wb-anchor-reset):hover, footer a:not(.wb-anchor-reset):active, footer a:not(.wb-anchor-reset):visited {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: solid;
}
main .wb-section-reverse a:not(.wb-anchor-reset):visited, footer a:not(.wb-anchor-reset):visited {
  text-decoration-style: dotted !important;
}
main .wb-section-reverse a:not(.wb-anchor-reset):focus, footer a:not(.wb-anchor-reset):focus {
  outline-offset: 2px;
  color: #ddd;
}
main .wb-section-reverse a:not(.wb-anchor-reset):hover, footer a:not(.wb-anchor-reset):hover {
  background-color: rgba(40, 40, 40, 0.5);
}
main .wb-section-reverse a:not(.wb-anchor-reset):active, footer a:not(.wb-anchor-reset):active {
  background-color: #282828;
}

/* ----- 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: 73rem) {
  :not(#x) .container {
    padding: 0;
    margin-left: calc((100vw - 70rem) / 2);
    margin-right: calc((100vw - 70rem) / 2);
  }
}

.wb-decontain {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 73rem) {
  .wb-decontain {
    margin-left: calc((100vw - 70rem) / -2);
    margin-right: calc((100vw - 70rem) / -2);
  }
}

body.sp2016.user-authenticated {
  overflow: hidden;
}

body.sp2016.modal-open {
  overflow: hidden;
}

:not(#x) .workforce-home main, :not(#x) .wildfire-standard-no-container main {
  padding-top: 0;
  padding-bottom: 0;
}
:not(#x) .workforce-home main > .container, :not(#x) .wildfire-standard-no-container main > .container {
  padding-right: 0;
  padding-left: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
:not(#x) .workforce-home main > .container > .row, :not(#x) .wildfire-standard-no-container main > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
:not(#x) .workforce-home main > .container > .row > .col-md-12, :not(#x) .wildfire-standard-no-container main > .container > .row > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

main > .container > .row:first-of-type {
  display: none;
}

.wb-fit-cover {
  width: 100%;
  height: auto;
}
.wb-fit-cover.wb-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;
}

/*Heading*/
#ActivitiesGuidanceTable table thead th {
  text-align: center;
  padding-right: 5px;
}

#ActivitiesGuidanceTable table thead th:nth-of-type(1) {
  text-align: left;
}

#ActivitiesGuidanceTable table thead th:nth-of-type(2) {
  background-color: #5a8c61;
  color: #fff;
}

#ActivitiesGuidanceTable table thead th:nth-of-type(3) {
  background-color: #cba636;
}

#ActivitiesGuidanceTable table thead th:nth-of-type(4) {
  background-color: #b4611d;
  color: #fff;
}

#ActivitiesGuidanceTable table thead th:nth-of-type(5) {
  background-color: #c03131;
  color: #fff;
}

/*Cells */
#ActivitiesGuidanceTable table tbody td:nth-of-type(2) {
  background-color: #f0f9f3;
  text-align: center;
}

#ActivitiesGuidanceTable table tbody td:nth-of-type(3) {
  background-color: #f8f6f2;
  text-align: center;
}

#ActivitiesGuidanceTable table tbody td:nth-of-type(4) {
  background-color: #f4ece6;
  text-align: center;
}

#ActivitiesGuidanceTable table tbody td:nth-of-type(5) {
  background-color: #f8f2f2;
  text-align: center;
}

.wb-bg-lower-light {
  background-color: #f0f9f3;
}

.wb-bg-moderate-light {
  background-color: #f8f6f2;
}

.wb-bg-high-light {
  background-color: #f4ece6;
}

.wb-bg-extreme-light {
  background-color: #f8f2f2;
}

.wb-margin-right-0 {
  margin-right: 0;
}

.wb-anchor {
  position: relative;
  top: -10rem;
}

.lang-select {
  cursor: pointer;
}

:not(#x) .label {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 100rem;
}

.label-lower {
  background-color: #5a8c61;
  color: white;
}

.label-moderate {
  background-color: #cba636;
  color: black;
}

.label-high {
  background-color: #b4611d;
  color: white;
}

.label-extreme {
  background-color: #c03131;
  color: white;
}

.wb-row-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.wb-row-center .wb-col {
  flex: 0 0 48%;
}
@media (max-width: 1000px) {
  .wb-row-center .wb-col {
    flex: 0 0 100%;
  }
}
.wb-row-center .wb-col iframe {
  width: 100%;
}

.well {
  word-wrap: break-word;
}

.wb-video-16-9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.wb-video-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wb-img-crop-16-9 {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
}
.wb-img-crop-16-9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wb-img-crop-rounded {
  border-radius: 0.4rem;
}

.wb-top-navigation-sticky .or-navbar, :not(.wb-top-navigation-sticky) .or-navbar {
  color: #282828;
  background: white;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.1);
}
.wb-top-navigation-sticky .or-navbar-brand:hover::before, :not(.wb-top-navigation-sticky) .or-navbar-brand:hover::before {
  transform: translate(-50%, -50%) scale(1.05);
}
@media screen and (min-width: 768px) {
  .wb-top-navigation-sticky .or-navigation-list > li > a:hover, .wb-top-navigation-sticky .or-navigation-list li.open > a, :not(.wb-top-navigation-sticky) .or-navigation-list > li > a:hover, :not(.wb-top-navigation-sticky) .or-navigation-list li.open > a {
    background: rgba(0, 0, 0, 0.07);
  }
}
.wb-top-navigation-sticky .or-navbar-toggle-button > *, :not(.wb-top-navigation-sticky) .or-navbar-toggle-button > * {
  color: #282828 !important;
}

#agencyWideAlert {
  position: relative;
  z-index: 1;
}
#agencyWideAlert .alert {
  box-shadow: none;
  background-color: #f5ebc4;
  color: #282828;
}

@media screen and (max-width: 767px) {
  .navbar-offcanvas {
    background-image: none;
    background-color: #104d8f;
    color: white !important;
    box-shadow: none;
  }
  .navbar-offcanvas .or-navigation-list > li > a:hover {
    background: #1b1b46 !important;
  }

  .dropdown-menu {
    background: #123a83 !important;
    color: white !important;
  }
}
.or-navbar {
  padding-left: 25rem;
  padding-right: 6rem;
  min-height: 6rem;
  background: transparent;
  color: white;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 1000;
}
@media (max-width: 850px) {
  .or-navbar {
    padding-left: 20rem;
  }
}
.or-navbar a {
  color: inherit !important;
  font-weight: 500;
}
.or-navbar .dropdown ul {
  color: #282828;
}
@media screen and (min-width: 768px) {
  .or-navbar .or-navigation-list > li > a:hover, .or-navbar .or-navigation-list li.open > a {
    border-radius: 0.4rem;
  }
}

:not(#x) .or-navbar-brand {
  width: 25rem;
  display: block;
  padding-left: 6rem;
  overflow: hidden;
  transition: background-color 0.3s ease;
  color: white !important;
  text-decoration: none !important;
}
:not(#x) .or-navbar-brand::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46rem;
  height: 46rem;
  display: block;
  border-radius: 100rem;
  background: #45794d;
  box-shadow: 0 0 0 1rem rgba(110, 158, 117, 0.5);
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease;
}
@media (max-width: 850px) {
  :not(#x) .or-navbar-brand {
    width: 20rem;
    font-size: 0.8rem;
  }
}
:not(#x) .or-navbar-brand img:nth-of-type(2) {
  opacity: 0;
}
:not(#x) .or-navbar-brand:hover::before {
  transform: translate(-50%, -50%) scale(1.033);
}
:not(#x) .or-navbar-brand img {
  top: 1rem;
  left: 1rem;
  width: 4rem;
  height: auto;
  transform: none;
  transition: opacity 0.3s ease;
  opacity: 0.8;
}
:not(#x) .or-navbar-brand h1 {
  position: relative;
  margin-top: 1.6rem;
  font-size: 1.22em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 300;
  margin-bottom: 0;
}
:not(#x) .or-navbar-brand h1 span {
  font-weight: 400;
  font-size: 0.87em;
  opacity: 0.5;
}
@media (max-width: 409px) {
  :not(#x) .or-navbar-brand h1 span {
    display: block;
  }
}

.or-navigation {
  min-height: 6rem;
}

.or-navigation-list {
  min-height: 6rem;
  justify-content: flex-end;
}
.or-navigation-list li:last-of-type .dropdown-menu {
  right: 0;
  left: auto;
}

.or-navigation-list > li > a {
  font-size: 1.1rem;
  padding: 1rem 1.36rem;
}

.or-navbar-toggle-button {
  width: 6rem;
}

.or-navbar-search-wrapper {
  display: none;
}

.or-navbar-translation-wrapper {
  right: 6rem;
  width: 6rem;
  height: 6rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
}
@media (min-width: 768px) {
  .or-navbar-translation-wrapper {
    right: 0;
  }
}

.or-navbar-tranlation-button-icon {
  color: inherit !important;
}

.wb-header {
  position: relative;
  min-height: 28rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: white;
}
.workforce-home .wb-header {
  min-height: 82vh;
  background: none;
}

.wb-header .wb-header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: center 20%/cover no-repeat url("/workforceboard/PublishingImages/2020/Mount_Hood_reflected_in_Mirror_Lake%2C_Oregon.jpg");
}
.workforce-home .wb-header .wb-header-background {
  background: center 33%/cover no-repeat url("/workforceboard/PublishingImages/science-unsplash.jpg");
}

.pages-wildfire-cleanup-aspx .wb-header .wb-header-background {
  background: center 66%/cover no-repeat url("/PublishingImages/50495928757_f5d9c522d1_k.jpg");
}

.pages-current-conditions-aspx .wb-header .wb-header-background {
  background: center 33%/cover no-repeat url("/PublishingImages/50514889507_13ada39b12_k.jpg");
}

.pages-assistance-aspx .wb-header .wb-header-background {
  background: center/cover no-repeat url("/PublishingImages/50495554001_c6cc815e1f_k.jpg");
}

.pages-news-and-updates-aspx .wb-header .wb-header-background {
  background: center 66%/cover no-repeat url("/PublishingImages/50494847178_866631d5e2_k.jpg");
}

.wb-header .wb-header-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wb-header .wb-header-background::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.workforce-home .wb-header .wb-header-background::after {
  background: rgba(0, 0, 0, 0.5);
}

.wb-header .wb-header-navigation {
  z-index: 2;
  width: 100%;
  position: fixed;
  left: 0;
}
.wb-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wb-header .checkedOutMessage {
  position: relative;
  z-index: 1;
  width: 100%;
}
.wb-header .wb-header-content {
  position: relative;
  flex: 1 0 auto;
  width: 90%;
  max-width: 70rem;
  padding: 5.5rem 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-align: center;
}
.workforce-home .wb-header .wb-header-content {
  width: 90%;
  max-width: 45rem;
  padding-bottom: 8rem;
}
.wb-header .wb-header-content h2 {
  font-size: 3rem;
  margin-bottom: 0;
}
.workforce-home .wb-header .wb-header-content h2 {
  font-size: 4rem;
}

.wb-header .wb-header-content h2 span {
  font-weight: 100;
}
.wb-header .wb-header-content p {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-weight: 400;
}
.wb-header .wb-header-content hr {
  border-color: white;
  width: 10rem;
}

wb-top-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -7rem;
  margin-bottom: -2.5rem;
}
wb-top-links .wb-top-links-category {
  flex: 0 0 auto;
  text-align: center;
  margin-bottom: 2.5rem;
  width: 100%;
  background: white;
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  wb-top-links .wb-top-links-category {
    width: calc((100% - (5rem)) / 3);
    margin-left: 2.5rem;
  }
  wb-top-links .wb-top-links-category:nth-child(3n+1) {
    margin-left: 0;
  }
}
wb-top-links .wb-top-links-category .wb-top-links-category-header {
  display: block;
  text-decoration: none !important;
  background-color: #6e9e75;
  color: white;
  padding: 1rem;
}
wb-top-links .wb-top-links-category .wb-top-links-category-header h3 {
  margin-top: 0;
  margin-bottom: 0;
}
wb-top-links .wb-top-links-category:nth-of-type(2) .wb-top-links-category-header {
  background-color: #837c67;
}
wb-top-links .wb-top-links-category:nth-of-type(3) .wb-top-links-category-header {
  background-color: #4ea9b0;
}
wb-top-links .wb-top-links-category:nth-of-type(4) .wb-top-links-category-header {
  background-color: #1a476e;
}
wb-top-links .wb-top-links-category:nth-of-type(5) .wb-top-links-category-header {
  background-color: #45794d;
}
wb-top-links .wb-top-links-category ul {
  margin: 0 !important;
  padding: 0 !important;
}
wb-top-links .wb-top-links-category ul li {
  text-indent: 0;
  margin: 0 !important;
  padding: 0 !important;
}
wb-top-links .wb-top-links-category ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 1.3rem 1rem;
  border-top: solid 1px #e0e0e0;
  text-decoration: none !important;
  color: inherit !important;
}
wb-top-links .wb-top-links-category ul li a .wb-top-link-circle-bg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 240%;
  padding-top: 240%;
  border-radius: 1000rem;
  background: #e4e4e4;
  transition: opacity 0.7s ease;
}
wb-top-links .wb-top-links-category ul li a:hover .wb-top-link-circle-bg {
  transition: none;
  animation: wb-circle-grow 0.7s ease-in-out 0s 1 forwards;
}
@keyframes wb-circle-grow {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
wb-top-links .wb-top-links-category ul li a .wb-top-link-text {
  position: relative;
  font-weight: 500;
}
wb-top-links .wb-top-links-category ul li:first-of-type a {
  border-top: none;
}

wb-newsroom {
  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;
}
wb-newsroom > .wb-newsroom-column {
  padding-bottom: 0 !important;
  margin-bottom: 2rem !important;
  border-bottom: none !important;
  height: 28rem;
  display: flex;
  flex-flow: column;
  flex: 0 0 auto;
  width: calc((100% - (2rem * 2)) / 3);
}
wb-newsroom > .wb-newsroom-column:not(:nth-child(3n)) {
  margin-right: 2rem;
}
@media (max-width: 867px) {
  wb-newsroom > .wb-newsroom-column {
    width: 100%;
    height: auto;
  }
  wb-newsroom > .wb-newsroom-column:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
wb-newsroom > .wb-newsroom-column .wb-newsroom-date {
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
wb-newsroom > .wb-newsroom-column .wb-newsroom-title {
  text-decoration: none !important;
}
wb-newsroom > .wb-newsroom-column .wb-newsroom-title h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Georgia";
  font-weight: 500;
  font-size: 1.8rem;
}
wb-newsroom > .wb-newsroom-column .wb-newsroom-excerpt {
  position: relative;
  line-height: 1.8;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 1rem;
}
wb-newsroom > .wb-newsroom-column .wb-newsroom-excerpt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 1px;
  background: #ccc;
}
wb-newsroom > .wb-newsroom-column .wb-newsroom-excerpt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  background: linear-gradient(to top, #f4f4f4, transparent);
}
@media (max-width: 867px) {
  wb-newsroom > .wb-newsroom-column .wb-newsroom-excerpt::after {
    content: none;
  }
}
wb-newsroom > .wb-newsroom-column .wb-newsroom-readmore {
  margin-bottom: none;
  margin-top: 1.5rem;
}

footer {
  position: relative;
  margin-top: 0;
  background: #45794d;
  box-shadow: none;
  padding: 4.5rem 5rem;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: white;
}
.workforce-home footer {
  background: #1a476e;
}

@media (max-width: 420px) {
  footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
footer a {
  border-radius: 0.4rem;
  transition: background-color 0.3s ease;
}
footer a:hover {
  background-color: rgba(0, 0, 0, 0.36) !important;
}
footer .helpfulPoll {
  flex: 0 0 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  margin-bottom: 3rem;
  padding-bottom: 4rem;
}
footer .helpfulPoll .well {
  padding: 0 !important;
  box-shadow: none;
  border: none;
  background-color: transparent;
  margin: 0 auto;
}
footer .helpfulPoll .fa {
  margin-right: 0.67rem;
  color: white;
}
footer .helpfulPoll .btn-group {
  margin: 0 0.67rem;
}
footer .helpfulPoll .btn-group .btn {
  background: transparent !important;
  border: solid 1px white !important;
  color: white !important;
  border-radius: 100rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  transition: color 0.3s ease, background-color 0.3s ease;
}
footer .helpfulPoll .btn-group .btn:hover {
  background: white !important;
  color: #1b1b46 !important;
}
footer .helpfulPoll .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  padding-right: 1.05rem;
}
footer .helpfulPoll .btn-group > .btn:last-child:not(:first-child), footer .helpfulPoll .btn-group > .dropdown-toggle:not(:first-child) {
  padding-left: 1.05rem;
}
footer .wb-footer-nav {
  flex: 0 0 30%;
}
@media (max-width: 1100px) {
  footer .wb-footer-nav {
    flex: 0 1 33.33%;
  }
}
@media (max-width: 920px) {
  footer .wb-footer-nav {
    flex: 0 1 50%;
  }
}
@media (max-width: 680px) {
  footer .wb-footer-nav {
    flex: 0 0 100%;
  }
}
footer .wb-footer-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .wb-footer-nav ul li {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
footer .wb-footer-nav ul a {
  position: relative;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none !important;
}
footer .wb-footer-nav ul a span {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  opacity: 0;
  font-size: 1.4rem;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
footer .wb-footer-nav ul a:hover span {
  opacity: 1;
  transform: none;
}
footer .wb-footer-brand {
  flex: 0 0 40%;
  text-align: center;
}
@media (max-width: 1100px) {
  footer .wb-footer-brand {
    flex: 0 1 33.33%;
  }
}
@media (max-width: 920px) {
  footer .wb-footer-brand {
    order: -1;
    flex: 0 0 100%;
    padding-bottom: 2rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    margin-bottom: 2rem;
  }
}
footer .wb-footer-brand h3 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
footer .wb-footer-brand h3 span {
  text-transform: none;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0;
}
footer .wb-footer-brand img {
  width: 11rem;
  opacity: 0.5;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: -0.7rem;
  display: block;
}
footer .wb-footer-contact {
  flex: 0 0 30%;
  text-align: right;
  padding-top: 1rem;
  padding-right: 1rem;
}
@media (max-width: 1100px) {
  footer .wb-footer-contact {
    flex: 0 1 33.33%;
  }
}
@media (max-width: 920px) {
  footer .wb-footer-contact {
    flex: 0 1 50%;
  }
}
@media (max-width: 680px) {
  footer .wb-footer-contact {
    flex: 0 0 100%;
    text-align: left;
    margin-top: 2rem;
  }
  footer .wb-footer-contact address {
    margin-left: 1rem;
  }
  footer .wb-footer-contact .wb-footer-icons {
    justify-content: flex-start !important;
  }
}
footer .wb-footer-contact .wb-footer-icons {
  display: flex;
  justify-content: flex-end;
}
footer .wb-footer-contact .wb-footer-icons a {
  margin-left: 1rem;
  font-size: 1.4rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: solid 1px white;
  border-radius: 100rem;
  text-decoration: none !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}
footer .wb-footer-contact .wb-footer-icons a:hover {
  background: white !important;
  color: #45794d;
}
footer .wb-statewide-links {
  flex: 0 0 100%;
  margin-top: 4rem;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding-top: 1.3rem;
}
footer .wb-statewide-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .wb-statewide-links ul li {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
footer .wb-statewide-links ul li a {
  padding: 1rem 1.2rem;
  text-decoration: none !important;
}

div > #suiteBarDelta {
  display: none;
}

#suiteBarTop {
  z-index: 12;
}

#s4-ribbonrow {
  z-index: 11;
}

.wb-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;
}

.input-group .form-control, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: initial !important;
}

.ms-rte-embedil {
  display: block;
}

.tableauPlaceholder {
  margin: 0 auto;
}

a.btn-primary {
  color: #fff !important;
  text-decoration: none !important;
}

.or-countdown-alert {
  display: none;
}

.wb-flex-align-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767.98px) {
  .wb-flex-align-center > * {
    flex: 0 1 23%;
  }
}

.wb-lead {
  font-size: 1.5rem;
  font-weight: 300;
}

.or-calendar-month-view .or-calendar-event-link {
  font-size: 0.8rem;
  line-height: 1.2;
}

h3.panel-title {
  font-size: 1.08rem !important;
}

.ms-rtestate-write, ms-rtestate-field {
  display: block !important;
}