@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,300;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,300;1,600&display=swap");
/* ----- BUTTONS ----- */
:not(#x) .oda-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) .oda-btn:hover, :not(#x) .oda-btn:disabled, :not(#x) .oda-btn:visited, :not(#x) .oda-btn:active, :not(#x) .oda-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) .oda-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) .oda-btn-sm, :not(#x) newsroom-web-part .btn-default {
  font-size: 0.95rem;
  padding: 0.45rem 1.45rem;
}

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

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

:not(#x) .oda-btn-primary, :not(#x) .oda-btn-primary:visited {
  background-color: #8E3337;
  color: white;
}
:not(#x) .oda-btn-primary:hover, :not(#x) .oda-btn-primary:focus {
  background-color: #c05055;
  color: white;
}
:not(#x) .oda-btn-primary:active, :not(#x) .oda-btn-primary:active:focus, :not(#x) .oda-btn-primary:disabled {
  background-color: #6b2629;
  color: white;
}

:not(#x) .oda-btn-secondary, :not(#x) .oda-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) .oda-btn-secondary:hover, :not(#x) .oda-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) .oda-btn-secondary:active, :not(#x) .oda-btn-secondary:active:focus, :not(#x) .oda-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) .oda-btn-info, :not(#x) .oda-btn-info:visited {
  background-color: #0e5f9b;
  color: #282828;
}
:not(#x) .oda-btn-info:hover, :not(#x) .oda-btn-info:focus {
  background-color: #349eed;
  color: #282828;
}
:not(#x) .oda-btn-info:active, :not(#x) .oda-btn-info:active:focus, :not(#x) .oda-btn-info:disabled {
  background-color: #0f5695;
  color: black;
}

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

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

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

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

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

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

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

.oda-icon-style-1, .oda-icon-style-2, .oda-icon-style-3, .oda-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;
}
.oda-icon-style-1::before, .oda-icon-style-1::after, .oda-icon-style-2::before, .oda-icon-style-2::after, .oda-icon-style-3::before, .oda-icon-style-3::after, .oda-icon-style-4::before, .oda-icon-style-4::after {
  position: absolute;
  top: 48.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.oda-icon-style-1::after, .oda-icon-style-2::after, .oda-icon-style-3::after, .oda-icon-style-4::after {
  opacity: 1 !important;
}

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

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

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

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

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

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

.oda-section-row-3 {
  display: flex;
  flex-wrap: wrap;
}
.oda-section-row-3 > * {
  flex: 1 1 auto;
}
@media (min-width: 1000px) {
  .oda-section-row-3 {
    flex-wrap: nowrap;
  }
  .oda-section-row-3 > * {
    flex: 0 0 33.333%;
  }
}

.oda-section {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.oda-section .oda-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.oda-section .oda-section-bg .oda-bg-layer-grayscale {
  filter: grayscale(100%);
}
.oda-section .oda-section-bg .oda-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.oda-section .oda-section-bg .oda-bg-layer > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.oda-section .oda-section-bg .oda-bg-layer > img.oda-img-top-center {
  top: 0;
  transform: translateX(-50%);
}
.oda-section .oda-section-bg .oda-overlay-red-80 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8e3337;
}
.oda-section .oda-section-bg .oda-overlay-black-30 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.oda-section .oda-section-bg .oda-overlay-black-40 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.oda-section .oda-section-bg .oda-overlay-black-50 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.oda-section .oda-section-bg .oda-overlay-black-60 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.oda-section .oda-section-bg .oda-overlay-black-70 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.oda-section .oda-section-bg .oda-bg-overlay-green-80 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(110, 158, 117, 0.85);
}
.oda-section .oda-section-bg .oda-bg-overlay-green-0-80 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 121, 77, 0.85);
}
.oda-section .oda-section-bg .oda-bg-overlay-danger-80 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(192, 49, 49, 0.85);
}
.oda-section .oda-section-bg .oda-bg-overlay-danger-100 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c03131;
}
.oda-section .oda-section-bg .oda-bg-overlay-white-50 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.62);
}
.oda-section .oda-section-bg .oda-bg-overlay-white-80 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}
.oda-section .oda-section-bg .oda-bg-overlay-sand-80 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 235, 216, 0.88);
}
.oda-section .container {
  position: relative;
}
.oda-section .oda-container-padded {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.oda-section.oda-section-red {
  background: #802433;
}
.oda-section.oda-section-grey {
  background: #f4f4f4;
}
.oda-section.oda-section-blue {
  background: #3c4b90;
}
.oda-section.oda-section-green {
  background: #47b289;
}
.oda-section.oda-section-reverse {
  color: white;
}
.oda-section.oda-section-margin {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.oda-section.oda-section-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.oda-section.oda-section-no-padding-top {
  padding-top: 0;
}
.oda-section.oda-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.oda-section.oda-section-big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.oda-section.oda-section-bigger {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.oda-section.oda-section-biggest {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.oda-section.oda-section-rounded {
  border-radius: 0.4rem;
  overflow: hidden;
}

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

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

.oda-section-style-1 .oda-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%);
}
.oda-section-style-1 .oda-bg-layer {
  background: center/cover no-repeat url("/workforceboard/PublishingImages/training-unsplash.jpg");
}
@media (min-width: 1280px) {
  .oda-section-style-1 .oda-bg-layer {
    left: 30% !important;
    width: 70% !important;
  }
}
.oda-section-style-1 .oda-bg-layer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
}

.oda-section-style-2 {
  background: 100% -100%/25rem auto no-repeat url("/odaroadmap/PublishingImages/grocery-illustration.svg");
  overflow: hidden;
}

.oda-section-style-3 .oda-fit-cover {
  height: 100%;
  object-fit: cover;
}

.oda-section-style-5 {
  background: #6fab2c;
}
.oda-section-style-5 .oda-section-bg {
  opacity: 0.1;
}

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

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

.oda-box-style-3 {
  margin: 1em 0;
  border-radius: 0.8rem;
  border: solid 1px #ddd;
  background: white;
  padding: 1.5rem 2rem;
}

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

@media (min-width: 480px) {
  html {
    font-size: 14.7px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 15.225px;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 15.75px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16.275px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16.8px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 17.85px;
  }
}
body.user-anonymous, #s4-bodyContainer {
  /* Don't apply font to SharePoint UI when logged in */
  font-family: "Overpass", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #282828;
}

main a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]), oda-alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]), .alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]) {
  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 a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):hover, main a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):active, main a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):visited, oda-alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):hover, oda-alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):active, oda-alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):visited, .alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):hover, .alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):active, .alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):visited {
  color: #6e9e75;
  text-decoration: underline;
  text-decoration-style: solid;
}
main a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):focus, oda-alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):focus, .alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):focus {
  outline-offset: 2px;
  color: #cba636;
}
main a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):visited, oda-alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):visited, .alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):visited {
  color: #45794d;
}
main a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):hover, oda-alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):hover, .alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):hover {
  background-color: rgba(203, 166, 54, 0.08);
}
main a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):active, oda-alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):active, .alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):active {
  background-color: rgba(203, 166, 54, 0.2);
}
main a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):hover:visited, oda-alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):hover:visited, .alert a:not(.oda-anchor-reset):not(.btn):not(.or-calendar-event-link):not([class*=leaflet]):hover:visited {
  background-color: rgba(0, 0, 0, 0.08);
}
main a.nic-anchor-reset, oda-alert a.nic-anchor-reset, .alert a.nic-anchor-reset {
  text-decoration: none;
}
main a.nic-anchor-reset, main a.nic-anchor-reset:hover, main a.nic-anchor-reset:active, main a.nic-anchor-reset:focus, main a.nic-anchor-reset:visited, oda-alert a.nic-anchor-reset, oda-alert a.nic-anchor-reset:hover, oda-alert a.nic-anchor-reset:active, oda-alert a.nic-anchor-reset:focus, oda-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 .oda-section-reverse a:not(.oda-anchor-reset):not(.oda-btn):not(.btn), footer a:not(.oda-anchor-reset):not(.oda-btn):not(.btn) {
  color: inherit !important;
  text-decoration: underline;
  text-decoration-style: solid !important;
}
main .oda-section-reverse a:not(.oda-anchor-reset):not(.oda-btn):not(.btn):hover, main .oda-section-reverse a:not(.oda-anchor-reset):not(.oda-btn):not(.btn):active, main .oda-section-reverse a:not(.oda-anchor-reset):not(.oda-btn):not(.btn):visited, footer a:not(.oda-anchor-reset):not(.oda-btn):not(.btn):hover, footer a:not(.oda-anchor-reset):not(.oda-btn):not(.btn):active, footer a:not(.oda-anchor-reset):not(.oda-btn):not(.btn):visited {
  color: inherit !important;
  text-decoration: underline;
  text-decoration-style: solid;
}
main .oda-section-reverse a:not(.oda-anchor-reset):not(.oda-btn):not(.btn):visited, footer a:not(.oda-anchor-reset):not(.oda-btn):not(.btn):visited {
  text-decoration-style: dotted !important;
}
main .oda-section-reverse a:not(.oda-anchor-reset):not(.oda-btn):not(.btn):focus, footer a:not(.oda-anchor-reset):not(.oda-btn):not(.btn):focus {
  outline-offset: 2px;
  color: #ddd;
}

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

h1, h2, h3, h4, h5, h6, .oda-h1, .oda-h2, .oda-h3, .oda-h4, .oda-h5, .oda-h6 {
  font-family: "Overpass", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
}

header h1, header h2, header h3, header .oda-h1, header .oda-h2, header .oda-h3, main h1, main h2, main h3, main .oda-h1, main .oda-h2, main .oda-h3, footer h1, footer h2, footer h3, footer .oda-h1, footer .oda-h2, footer .oda-h3, html .ms-WPBody h1, html .ms-WPBody h2, html .ms-WPBody h3, html .ms-WPBody .oda-h1, html .ms-WPBody .oda-h2, html .ms-WPBody .oda-h3, html .ms-TPBody h1, html .ms-TPBody h2, html .ms-TPBody h3, html .ms-TPBody .oda-h1, html .ms-TPBody .oda-h2, html .ms-TPBody .oda-h3, .ms-rtestate-field h1, .ms-rtestate-field h2, .ms-rtestate-field h3, .ms-rtestate-field .oda-h1, .ms-rtestate-field .oda-h2, .ms-rtestate-field .oda-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;
}
header h4, header h5, header h6, header .oda-h4, header .oda-h5, header .oda-h6, main h4, main h5, main h6, main .oda-h4, main .oda-h5, main .oda-h6, footer h4, footer h5, footer h6, footer .oda-h4, footer .oda-h5, footer .oda-h6, html .ms-WPBody h4, html .ms-WPBody h5, html .ms-WPBody h6, html .ms-WPBody .oda-h4, html .ms-WPBody .oda-h5, html .ms-WPBody .oda-h6, html .ms-TPBody h4, html .ms-TPBody h5, html .ms-TPBody h6, html .ms-TPBody .oda-h4, html .ms-TPBody .oda-h5, html .ms-TPBody .oda-h6, .ms-rtestate-field h4, .ms-rtestate-field h5, .ms-rtestate-field h6, .ms-rtestate-field .oda-h4, .ms-rtestate-field .oda-h5, .ms-rtestate-field .oda-h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 800;
}
header th, main th, footer th, html .ms-WPBody th, html .ms-TPBody th, .ms-rtestate-field th {
  font-weight: bold;
}
header h1, header .oda-h1, main h1, main .oda-h1, footer h1, footer .oda-h1, html .ms-WPBody h1, html .ms-WPBody .oda-h1, html .ms-TPBody h1, html .ms-TPBody .oda-h1, .ms-rtestate-field h1, .ms-rtestate-field .oda-h1 {
  font-size: 3.2rem;
}
header h2, header .oda-h2, main h2, main .oda-h2, footer h2, footer .oda-h2, html .ms-WPBody h2, html .ms-WPBody .oda-h2, html .ms-TPBody h2, html .ms-TPBody .oda-h2, .ms-rtestate-field h2, .ms-rtestate-field .oda-h2 {
  font-size: 2.2rem;
}
header h3, header .oda-h3, main h3, main .oda-h3, footer h3, footer .oda-h3, html .ms-WPBody h3, html .ms-WPBody .oda-h3, html .ms-TPBody h3, html .ms-TPBody .oda-h3, .ms-rtestate-field h3, .ms-rtestate-field .oda-h3 {
  font-size: 1.8rem;
}
header h4, header .oda-h4, main h4, main .oda-h4, footer h4, footer .oda-h4, html .ms-WPBody h4, html .ms-WPBody .oda-h4, html .ms-TPBody h4, html .ms-TPBody .oda-h4, .ms-rtestate-field h4, .ms-rtestate-field .oda-h4 {
  font-size: 1.5rem;
}
header h5, header .oda-h5, main h5, main .oda-h5, footer h5, footer .oda-h5, html .ms-WPBody h5, html .ms-WPBody .oda-h5, html .ms-TPBody h5, html .ms-TPBody .oda-h5, .ms-rtestate-field h5, .ms-rtestate-field .oda-h5 {
  font-size: 1.25rem;
}
header h6, header .oda-h6, main h6, main .oda-h6, footer h6, footer .oda-h6, html .ms-WPBody h6, html .ms-WPBody .oda-h6, html .ms-TPBody h6, html .ms-TPBody .oda-h6, .ms-rtestate-field h6, .ms-rtestate-field .oda-h6 {
  font-size: 1rem;
}
header .oda-heading-alt, main .oda-heading-alt, footer .oda-heading-alt, html .ms-WPBody .oda-heading-alt, html .ms-TPBody .oda-heading-alt, .ms-rtestate-field .oda-heading-alt {
  font-family: "Avenir", Trebuchet, "Trebuchet MS", "Overpass", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
}
header h1.oda-heading-alt, header .oda-h1.oda-heading-alt, main h1.oda-heading-alt, main .oda-h1.oda-heading-alt, footer h1.oda-heading-alt, footer .oda-h1.oda-heading-alt, html .ms-WPBody h1.oda-heading-alt, html .ms-WPBody .oda-h1.oda-heading-alt, html .ms-TPBody h1.oda-heading-alt, html .ms-TPBody .oda-h1.oda-heading-alt, .ms-rtestate-field h1.oda-heading-alt, .ms-rtestate-field .oda-h1.oda-heading-alt {
  font-size: 2.72rem;
  letter-spacing: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
header h2.oda-heading-alt, header .oda-h2.oda-heading-alt, main h2.oda-heading-alt, main .oda-h2.oda-heading-alt, footer h2.oda-heading-alt, footer .oda-h2.oda-heading-alt, html .ms-WPBody h2.oda-heading-alt, html .ms-WPBody .oda-h2.oda-heading-alt, html .ms-TPBody h2.oda-heading-alt, html .ms-TPBody .oda-h2.oda-heading-alt, .ms-rtestate-field h2.oda-heading-alt, .ms-rtestate-field .oda-h2.oda-heading-alt {
  font-size: 1.65rem;
  letter-spacing: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 900;
}
header h3.oda-heading-alt, main h3.oda-heading-alt, footer h3.oda-heading-alt, html .ms-WPBody h3.oda-heading-alt, html .ms-TPBody h3.oda-heading-alt, .ms-rtestate-field h3.oda-heading-alt {
  font-size: 1.35rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
header h4.oda-heading-alt, header h5.oda-heading-alt, header h6.oda-heading-alt, header .oda-h4.oda-heading-alt, header .oda-h5.oda-heading-alt, header .oda-h6.oda-heading-alt, main h4.oda-heading-alt, main h5.oda-heading-alt, main h6.oda-heading-alt, main .oda-h4.oda-heading-alt, main .oda-h5.oda-heading-alt, main .oda-h6.oda-heading-alt, footer h4.oda-heading-alt, footer h5.oda-heading-alt, footer h6.oda-heading-alt, footer .oda-h4.oda-heading-alt, footer .oda-h5.oda-heading-alt, footer .oda-h6.oda-heading-alt, html .ms-WPBody h4.oda-heading-alt, html .ms-WPBody h5.oda-heading-alt, html .ms-WPBody h6.oda-heading-alt, html .ms-WPBody .oda-h4.oda-heading-alt, html .ms-WPBody .oda-h5.oda-heading-alt, html .ms-WPBody .oda-h6.oda-heading-alt, html .ms-TPBody h4.oda-heading-alt, html .ms-TPBody h5.oda-heading-alt, html .ms-TPBody h6.oda-heading-alt, html .ms-TPBody .oda-h4.oda-heading-alt, html .ms-TPBody .oda-h5.oda-heading-alt, html .ms-TPBody .oda-h6.oda-heading-alt, .ms-rtestate-field h4.oda-heading-alt, .ms-rtestate-field h5.oda-heading-alt, .ms-rtestate-field h6.oda-heading-alt, .ms-rtestate-field .oda-h4.oda-heading-alt, .ms-rtestate-field .oda-h5.oda-heading-alt, .ms-rtestate-field .oda-h6.oda-heading-alt {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
header h4.oda-heading-alt, header .oda-h4.oda-heading-alt, main h4.oda-heading-alt, main .oda-h4.oda-heading-alt, footer h4.oda-heading-alt, footer .oda-h4.oda-heading-alt, html .ms-WPBody h4.oda-heading-alt, html .ms-WPBody .oda-h4.oda-heading-alt, html .ms-TPBody h4.oda-heading-alt, html .ms-TPBody .oda-h4.oda-heading-alt, .ms-rtestate-field h4.oda-heading-alt, .ms-rtestate-field .oda-h4.oda-heading-alt {
  font-size: 1.125rem;
}
header h5.oda-heading-alt, header .oda-h5.oda-heading-alt, main h5.oda-heading-alt, main .oda-h5.oda-heading-alt, footer h5.oda-heading-alt, footer .oda-h5.oda-heading-alt, html .ms-WPBody h5.oda-heading-alt, html .ms-WPBody .oda-h5.oda-heading-alt, html .ms-TPBody h5.oda-heading-alt, html .ms-TPBody .oda-h5.oda-heading-alt, .ms-rtestate-field h5.oda-heading-alt, .ms-rtestate-field .oda-h5.oda-heading-alt {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
header h6.oda-heading-alt, header .oda-h6.oda-heading-alt, main h6.oda-heading-alt, main .oda-h6.oda-heading-alt, footer h6.oda-heading-alt, footer .oda-h6.oda-heading-alt, html .ms-WPBody h6.oda-heading-alt, html .ms-WPBody .oda-h6.oda-heading-alt, html .ms-TPBody h6.oda-heading-alt, html .ms-TPBody .oda-h6.oda-heading-alt, .ms-rtestate-field h6.oda-heading-alt, .ms-rtestate-field .oda-h6.oda-heading-alt {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
header p, main p, footer 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;
}
header ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination):not(.or-navigation-list), header ol, main ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination):not(.or-navigation-list), main ol, footer ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination):not(.or-navigation-list), footer ol, html .ms-WPBody ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination):not(.or-navigation-list), html .ms-WPBody ol, html .ms-TPBody ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination):not(.or-navigation-list), html .ms-TPBody ol, .ms-rtestate-field ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination):not(.or-navigation-list), .ms-rtestate-field ol {
  margin-bottom: 1.5em;
}
header ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination):not(.or-navigation-list) li, header ol li, main ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination):not(.or-navigation-list) li, main ol li, footer ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination):not(.or-navigation-list) li, footer ol li, html .ms-WPBody ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination):not(.or-navigation-list) li, html .ms-WPBody ol li, html .ms-TPBody ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination):not(.or-navigation-list) li, html .ms-TPBody ol li, .ms-rtestate-field ul:not(.list-unstyled):not(.dropdown-menu):not(.or-data-tables-pagination):not(.or-navigation-list) li, .ms-rtestate-field ol li {
  line-height: 1.2;
  padding-left: 1rem;
  margin-bottom: 1em;
}
header .table > thead > tr > th, header .table > tbody > tr > th, header .table > tfoot > tr > th, header .table > thead > tr > td, header .table > tbody > tr > td, header .table > tfoot > tr > td, 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, footer .table > thead > tr > th, footer .table > tbody > tr > th, footer .table > tfoot > tr > th, footer .table > thead > tr > td, footer .table > tbody > tr > td, footer .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;
}
header .table-condensed > thead > tr > th, header .table-condensed > tbody > tr > th, header .table-condensed > tfoot > tr > th, header .table-condensed > thead > tr > td, header .table-condensed > tbody > tr > td, header .table-condensed > tfoot > tr > td, 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, footer .table-condensed > thead > tr > th, footer .table-condensed > tbody > tr > th, footer .table-condensed > tfoot > tr > th, footer .table-condensed > thead > tr > td, footer .table-condensed > tbody > tr > td, footer .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;
}
header .oda-form-control, main .oda-form-control, footer .oda-form-control, html .ms-WPBody .oda-form-control, html .ms-TPBody .oda-form-control, .ms-rtestate-field .oda-form-control {
  box-shadow: none;
  border-radius: 0.6rem;
  height: 3rem;
  font-size: 1.08rem;
  line-height: 2.2rem;
}
header select.oda-form-control, main select.oda-form-control, footer select.oda-form-control, html .ms-WPBody select.oda-form-control, html .ms-TPBody select.oda-form-control, .ms-rtestate-field select.oda-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;
}
header select.oda-form-control:hover, main select.oda-form-control:hover, footer select.oda-form-control:hover, html .ms-WPBody select.oda-form-control:hover, html .ms-TPBody select.oda-form-control:hover, .ms-rtestate-field select.oda-form-control:hover {
  background-color: #f4f4f4;
}

main .oda-section-reverse a:not(.oda-anchor-reset), footer a:not(.oda-anchor-reset) {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: solid !important;
}
main .oda-section-reverse a:not(.oda-anchor-reset):hover, main .oda-section-reverse a:not(.oda-anchor-reset):active, main .oda-section-reverse a:not(.oda-anchor-reset):visited, footer a:not(.oda-anchor-reset):hover, footer a:not(.oda-anchor-reset):active, footer a:not(.oda-anchor-reset):visited {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: solid;
}
main .oda-section-reverse a:not(.oda-anchor-reset):visited, footer a:not(.oda-anchor-reset):visited {
  text-decoration-style: dotted !important;
}
main .oda-section-reverse a:not(.oda-anchor-reset):focus, footer a:not(.oda-anchor-reset):focus {
  outline-offset: 2px;
  color: #ddd;
}
main .oda-section-reverse a:not(.oda-anchor-reset):hover, footer a:not(.oda-anchor-reset):hover {
  background-color: rgba(40, 40, 40, 0.5);
}
main .oda-section-reverse a:not(.oda-anchor-reset):active, footer a:not(.oda-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: 83rem) {
  :not(#x) .container {
    padding: 0;
    margin-left: calc((100vw - 80rem) / 2);
    margin-right: calc((100vw - 80rem) / 2);
  }
}

.oda-decontain {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 83rem) {
  .oda-decontain {
    margin-left: calc((100vw - 80rem) / -2);
    margin-right: calc((100vw - 80rem) / -2);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:not(#x) select.oda-select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 3.1rem;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0.5rem;
  height: 3.3rem;
  font-size: 1.2rem;
  line-height: 2.2rem;
  background: calc(100% - 0.9rem) center/1.3rem auto no-repeat url("/odaroadmap/PublishingImages/chevron-down.svg"), white;
  transition: background-color 0.3s ease;
}
:not(#x) select.oda-select:hover {
  background-color: #f4f4f4;
}

/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 0) {
  .oda-grid-2 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
  .oda-grid-2 > * {
    flex: 0 0 auto;
    width: calc((100% - (4rem)) / 2);
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 480px) {
  .oda-grid-2-xs {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
  .oda-grid-2-xs > * {
    flex: 0 0 auto;
    width: calc((100% - (4rem)) / 2);
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .oda-grid-2-sm {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
  .oda-grid-2-sm > * {
    flex: 0 0 auto;
    width: calc((100% - (4rem)) / 2);
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .oda-grid-2-md {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
  .oda-grid-2-md > * {
    flex: 0 0 auto;
    width: calc((100% - (4rem)) / 2);
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .oda-grid-2-lg {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
  .oda-grid-2-lg > * {
    flex: 0 0 auto;
    width: calc((100% - (4rem)) / 2);
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 0) {
  .oda-grid-3 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
  .oda-grid-3 > * {
    flex: 0 0 auto;
    width: calc((100% - (6rem)) / 3);
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 480px) {
  .oda-grid-3-xs {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
  .oda-grid-3-xs > * {
    flex: 0 0 auto;
    width: calc((100% - (6rem)) / 3);
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .oda-grid-3-sm {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
  .oda-grid-3-sm > * {
    flex: 0 0 auto;
    width: calc((100% - (6rem)) / 3);
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .oda-grid-3-md {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
  .oda-grid-3-md > * {
    flex: 0 0 auto;
    width: calc((100% - (6rem)) / 3);
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .oda-grid-3-lg {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
  .oda-grid-3-lg > * {
    flex: 0 0 auto;
    width: calc((100% - (6rem)) / 3);
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 0) {
  .oda-grid-4 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
  .oda-grid-4 > * {
    flex: 0 0 auto;
    width: calc((100% - (8rem)) / 4);
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 480px) {
  .oda-grid-4-xs {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
  .oda-grid-4-xs > * {
    flex: 0 0 auto;
    width: calc((100% - (8rem)) / 4);
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .oda-grid-4-sm {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
  .oda-grid-4-sm > * {
    flex: 0 0 auto;
    width: calc((100% - (8rem)) / 4);
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .oda-grid-4-md {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
  .oda-grid-4-md > * {
    flex: 0 0 auto;
    width: calc((100% - (8rem)) / 4);
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .oda-grid-4-lg {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
  .oda-grid-4-lg > * {
    flex: 0 0 auto;
    width: calc((100% - (8rem)) / 4);
    margin-right: 2rem;
  }
}

.oda-top-navigation-sticky .or-navbar, :not(.oda-top-navigation-sticky) .or-navbar {
  color: #282828;
  background: white;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.1);
}
.oda-top-navigation-sticky .or-navbar-brand:hover::before, :not(.oda-top-navigation-sticky) .or-navbar-brand:hover::before {
  transform: translate(-50%, -50%) scale(1.05);
}
@media screen and (min-width: 768px) {
  .oda-top-navigation-sticky .or-navigation-list > li > a:hover, .oda-top-navigation-sticky .or-navigation-list li.open > a, :not(.oda-top-navigation-sticky) .or-navigation-list > li > a:hover, :not(.oda-top-navigation-sticky) .or-navigation-list li.open > a {
    background: rgba(0, 0, 0, 0.07);
  }
}
.oda-top-navigation-sticky .or-navbar-toggle-button > *, :not(.oda-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: 17rem;
  padding-right: 2rem;
  min-height: 6.5rem;
  background: transparent;
  color: white;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 850px) {
  .or-navbar {
    padding-left: 19.5rem;
  }
}
.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: 17rem;
  margin-bottom: -0.5rem;
  display: block;
  padding-left: 6.4rem;
  overflow: hidden;
  transition: background-color 0.3s ease;
  text-decoration: none !important;
}
: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: 1.2rem;
  left: 1.2rem;
  width: calc(17rem - 2rem);
  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: 6.5rem;
}

.or-navigation-list {
  min-height: 6.5rem;
  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: 6.5rem;
}

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

.or-navbar-translation-wrapper {
  right: 6.5rem;
  width: 6.5rem;
  height: 6.5rem;
  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;
}

.oda-header {
  position: relative;
  min-height: 32rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: white;
}
.oh4s-home .oda-header {
  background: none;
  min-height: calc((45rem + 67vh) / 2);
}

.oda-header .oda-header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: center/cover no-repeat url("/odaroadmap/harvestforschools/PublishingImages/farm-fields.jpg");
}
.oda-header .oda-header-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oda-header .oda-header-background::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.oh4s-home .oda-header .oda-header-background::after {
  background: rgba(0, 0, 0, 0.43);
}

.oda-header .oda-header-navigation {
  z-index: 2;
  width: 100%;
  position: fixed;
  left: 0;
}
.oda-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.oda-header .checkedOutMessage {
  position: relative;
  z-index: 1;
  width: 100%;
}
.oda-header .oda-header-container {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 90%;
  max-width: 80rem;
}
.oh4s-home .oda-header .oda-header-container {
  padding: 6rem 0;
}

.oda-header .oda-header-content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
  text-align: left;
}
.oda-standard .oda-header .oda-header-content, .oda-standard-no-container .oda-header .oda-header-content {
  flex-flow: column;
  align-items: flex-start;
}

.oda-help .oda-header .oda-header-content {
  flex-flow: column;
  align-items: center;
}

@media (max-width: 850px) {
  .oh4s-home .oda-header .oda-header-content {
    flex-flow: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.oh4s-home .oda-header .oda-header-content .oda-oh4s-logo {
  flex: 0 0 auto;
  width: 10rem;
  height: auto;
  margin-right: 6rem;
}
@media (max-width: 850px) {
  .oh4s-home .oda-header .oda-header-content .oda-oh4s-logo {
    margin-right: 0rem;
    margin-bottom: 3rem;
  }
}
.oh4s-home .oda-header .oda-header-content > div {
  flex: 0 1 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.oda-home .oda-header .oda-header-content {
  padding-top: 10rem;
  padding-bottom: 10rem;
  font-size: 1rem;
}
@media (max-width: 850px) {
  .oda-home .oda-header .oda-header-content {
    flex-flow: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.oda-home .oda-header .oda-header-content .oda-header-container {
  flex: 0 1 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.oda-header .oda-header-content h2 {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}
.oda-home .oda-header .oda-header-content h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0em;
  font-weight: 900;
}
@media (min-width: 850px) {
  .oda-home .oda-header .oda-header-content h2 {
    font-size: 4.3rem;
  }
}

.oh4s-home .oda-header .oda-header-content h2 {
  font-size: 2.2rem;
}
@media (min-width: 850px) {
  .oh4s-home .oda-header .oda-header-content h2 {
    font-size: 3.9rem;
  }
}

.oda-header .oda-header-content h2 span {
  font-weight: 100;
}
.oh4s-home .oda-header .oda-header-content p {
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.5rem;
}

.oda-header .oda-header-content hr {
  border-color: white;
  width: 10rem;
}

.oda-header-home-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
  width: 100%;
  max-width: 70rem;
  background: transparent;
  border-radius: 0.8rem;
}
.oda-header-home-row .lead {
  display: none;
}
.oda-header-home-row > div {
  flex: 0 0 100%;
  padding: 3rem;
  text-align: center;
}
@media (min-width: 850px) {
  .oda-header-home-row > div {
    flex: 0 0 50%;
  }
  .oda-header-home-row > div:first-of-type {
    border-right: solid 0.1rem white;
  }
}
.oda-header-home-row > div h3, .oda-header-home-row > div h4, .oda-header-home-row > div h5 {
  margin-top: 0 !important;
}
.oda-header-home-row > div input, .oda-header-home-row > div select {
  border: none;
  border-radius: 0.4rem;
  box-shadow: none;
  padding: 0.8rem 1.6rem !important;
  font-size: 1.4rem;
  height: auto !important;
}

.oda-header .oda-header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: center/cover no-repeat url("/odaroadmap/PublishingImages/header-odaroadmap-homepage.jpg");
}

.odaroadmap-networking-opportunities-pages-default-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/PublishingImages/header-networking-opportunities.jpg");
}

.odaroadmap-growing-my-business-pages-default-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/PublishingImages/header-growing-my-business.jpg");
}

.odaroadmap-education-pages-default-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/PublishingImages/header-education.jpg");
}

.odaroadmap-human-resources-pages-default-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/PublishingImages/header-human-resources.jpg");
}

.odaroadmap-marketing-pages-default-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/PublishingImages/header-marketing.jpg");
}

.odaroadmap-finance-pages-default-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/PublishingImages/header-finance.jpg");
}

.odaroadmap-operations-pages-default-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/PublishingImages/header-operations.jpg");
}

.odaroadmap-regulatory-support-pages-default-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/PublishingImages/header-regulatory-support.jpg");
}

.odaroadmap-harvestforschools-pages-default-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/harvestforschools/PublishingImages/header-oh4s-header.jpg");
}

.odaroadmap-harvestforschools-pages-central-oregon-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/harvestforschools/PublishingImages/header-central-oregon.jpg");
}

.odaroadmap-harvestforschools-pages-columbia-plateau-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/harvestforschools/PublishingImages/header-columbia-plateau.jpg");
}

.odaroadmap-harvestforschools-pages-mid-columbia-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/harvestforschools/PublishingImages/header-mid-columbia.jpg");
}

.odaroadmap-harvestforschools-pages-north-coast-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/harvestforschools/PublishingImages/header-north-coast.jpg");
}

.odaroadmap-harvestforschools-pages-northeast-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/harvestforschools/PublishingImages/header-northeast-oregon.jpg");
}

.odaroadmap-harvestforschools-pages-portland-metro-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/harvestforschools/PublishingImages/header-portland-metro.jpg");
}

.odaroadmap-harvestforschools-pages-south-coast-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/harvestforschools/PublishingImages/header-south-coast.jpg");
}

.odaroadmap-harvestforschools-pages-southeast-oregon-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/harvestforschools/PublishingImages/header-southeast-oregon.jpg");
}

.odaroadmap-harvestforschools-pages-southern-oregon-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/harvestforschools/PublishingImages/header-southern-oregon.jpg");
}

.odaroadmap-harvestforschools-pages-willamette-valley-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/harvestforschools/PublishingImages/header-willamette-valley.jpg");
}

.odaroadmap-operations-pages-nw-co-packers-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/PublishingImages/slate.jpg");
}

.odaroadmap-pages-help-center-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/PublishingImages/slate.jpg");
}

.odaroadmap-pages-contact-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/PublishingImages/slate.jpg");
}

.odaroadmap-operations-pages-commercial-kitchen-aspx .oda-header .oda-header-background {
  background: center/cover no-repeat url("/odaroadmap/PublishingImages/slate.jpg");
}

oda-call-to-action {
  display: block;
  border-top: solid 0.1rem white;
  border-bottom: solid 0.1rem white;
}
oda-call-to-action .oda-section:not(:first-of-type) {
  border-left: solid 0.1rem white;
}
oda-call-to-action .oda-cta-description {
  margin-bottom: 3rem;
  font-size: 1.3rem;
}
oda-call-to-action .oda-cta-description p:first-of-type {
  margin-top: 0;
}
oda-call-to-action .oda-cta-description p:last-of-type {
  margin-bottom: 0;
}

oda-search-home {
  position: relative;
  display: block;
  width: 100%;
}
.oda-help oda-search-home {
  max-width: 36rem;
  margin: 0 auto;
}

oda-search-home input {
  box-shadow: none;
  width: 100%;
}
.oda-help oda-search-home input {
  display: block;
  font-size: 1.5rem;
  padding: 0.8rem 1.2rem 0.5rem 1.2rem !important;
  height: auto !important;
  border-radius: 0.6rem;
  margin-top: 1.5rem;
}

oda-search-home > button {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 2rem;
  line-height: 0.8;
  z-index: 2;
  border: none;
  padding: 0.8rem 1rem;
  background: none;
  color: black;
}
oda-search-home .oda-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15rem;
  overflow-y: auto;
  background: white;
  padding: 0;
  padding-right: 3rem;
  border-radius: 0.4rem;
  color: black !important;
  z-index: 1;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  text-align: left;
}
oda-search-home .oda-search-results .oda-search-item {
  display: block;
  padding: 1.2rem;
  text-decoration: none !important;
  color: inherit !important;
}
oda-search-home .oda-search-results .oda-search-item.oda-selected {
  background: #f4f4f4;
}
oda-search-home .oda-search-results .oda-search-item-title {
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0;
}
oda-search-home .oda-search-results .oda-highlight {
  background: yellow;
}

oda-top-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -7rem;
  margin-bottom: -2.5rem;
}
oda-top-links .oda-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) {
  oda-top-links .oda-top-links-category {
    width: calc((100% - (5rem)) / 3);
    margin-left: 2.5rem;
  }
  oda-top-links .oda-top-links-category:nth-child(3n+1) {
    margin-left: 0;
  }
}
oda-top-links .oda-top-links-category .oda-top-links-category-header {
  display: block;
  text-decoration: none !important;
  background-color: #6e9e75;
  color: white;
  padding: 1rem;
}
oda-top-links .oda-top-links-category .oda-top-links-category-header h3 {
  margin-top: 0;
  margin-bottom: 0;
}
oda-top-links .oda-top-links-category:nth-of-type(2) .oda-top-links-category-header {
  background-color: #837c67;
}
oda-top-links .oda-top-links-category:nth-of-type(3) .oda-top-links-category-header {
  background-color: #4ea9b0;
}
oda-top-links .oda-top-links-category:nth-of-type(4) .oda-top-links-category-header {
  background-color: #1a476e;
}
oda-top-links .oda-top-links-category:nth-of-type(5) .oda-top-links-category-header {
  background-color: #45794d;
}
oda-top-links .oda-top-links-category ul {
  margin: 0 !important;
  padding: 0 !important;
}
oda-top-links .oda-top-links-category ul li {
  text-indent: 0;
  margin: 0 !important;
  padding: 0 !important;
}
oda-top-links .oda-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;
}
oda-top-links .oda-top-links-category ul li a .oda-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;
}
oda-top-links .oda-top-links-category ul li a:hover .oda-top-link-circle-bg {
  transition: none;
  animation: oda-circle-grow 0.7s ease-in-out 0s 1 forwards;
}
@keyframes oda-circle-grow {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
oda-top-links .oda-top-links-category ul li a .oda-top-link-text {
  position: relative;
  font-weight: 500;
}
oda-top-links .oda-top-links-category ul li:first-of-type a {
  border-top: none;
}

oda-region-map {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 60%;
}
@media (max-width: 479.98px) {
  oda-region-map {
    padding-top: 80%;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
oda-region-map > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
oda-region-map path {
  cursor: pointer;
}

.amcharts-Label-group text {
  font-size: 0.67rem;
  transition: fill 0.22s ease;
}
@media (min-width: 480px) {
  .amcharts-Label-group text {
    font-size: 0.8rem;
  }
}

.amcharts-MapImage:not(.oda-region-map-label-hover):not(.oda-region-map-label-highlighted) .amcharts-Label-group text {
  fill: #63452e !important;
}

.amcharts-Polygon {
  transition: fill 0.18s ease;
}

.amcharts-MapObject:not(.oda-region-map-county-polygon-hover):not(.oda-region-map-county-polygon-highlighted) {
  fill: #e1dcd6 !important;
}

oda-producer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
oda-producer-logos > * {
  position: relative;
  flex: 0 0 auto;
  width: 9rem;
  padding-top: 7rem;
  margin: 1rem 2rem;
}
oda-producer-logos > * img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 850px) {
  oda-producer-logos {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  oda-producer-logos > * {
    flex: 0 0 auto;
    width: calc(33.33% - 2rem);
    padding-top: calc((33.33% - 2rem) / 5 * 3);
  }
}

oda-video-testimonial {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 1199.98px) {
  oda-video-testimonial {
    flex-wrap: wrap;
  }
}
oda-video-testimonial > * {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  oda-video-testimonial > * {
    width: calc((100% - 3rem) / 2);
  }
}
oda-video-testimonial > div {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  oda-video-testimonial .oda-video-testimonial-content {
    margin-top: 3rem;
  }
}
oda-video-testimonial .oda-video-testimonial-content blockquote {
  height: 100%;
  position: relative;
  border-left: none;
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  padding-left: 4rem;
  padding-right: 0rem;
}
oda-video-testimonial .oda-video-testimonial-content blockquote::before {
  content: "“";
  font-size: 6rem;
  position: absolute;
  top: 0;
  left: 0.7rem;
  line-height: 0.9;
  color: #8E3337;
  font-weight: 900;
}
oda-video-testimonial .oda-video-testimonial-content p {
  margin-bottom: 0;
  text-align: right;
  font-size: 1.4rem;
  color: #666;
}
oda-video-testimonial .oda-video-testimonial-content figcaption {
  margin-top: 1.4rem;
  margin-bottom: 0;
  text-align: right;
  font-size: 1.2rem;
  color: #666;
}
oda-video-testimonial .oda-embed-16-9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.2);
  border-radius: 0.8rem;
  overflow: hidden;
}
oda-video-testimonial .oda-embed-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

oda-category-filter {
  display: block;
  background: #eee;
  padding: 2.5rem;
  border-radius: 0.8rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
oda-category-filter .oda-grid-2-md {
  align-items: center;
}
oda-category-filter h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 991.98px) {
  oda-category-filter h2 {
    margin-bottom: 1rem !important;
  }
}
oda-category-filter .far, oda-category-filter .fal {
  margin-left: 1.5rem;
}
@media (max-width: 991.98px) {
  oda-category-filter .far, oda-category-filter .fal {
    display: none;
  }
}

oda-subcategory-links {
  display: block;
  animation: 1s ease 0s 1 normal both running links-fadein;
}
oda-subcategory-links .oda-expert-article-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
oda-subcategory-links .oda-expert-article-row oda-expert-article {
  height: 100%;
}
oda-subcategory-links .oda-expert-article-row oda-expert-article a {
  height: 100%;
}
oda-subcategory-links .oda-expert-article-row .mb {
  margin-bottom: 2rem;
}
oda-subcategory-links oda-expert-article {
  display: flex;
}
oda-subcategory-links .oda-expert-article-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
oda-subcategory-links .oda-expert-article-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
oda-subcategory-links oda-expert-article > a {
  position: relative;
  display: flex;
  border-radius: 0.4rem;
  overflow: hidden;
  background: #f4f4f4;
  color: inherit !important;
  text-decoration: none !important;
}
oda-subcategory-links oda-expert-article > a .oda-expert-article-image {
  position: relative;
  flex: 0 0 15rem;
  overflow: hidden;
}
oda-subcategory-links oda-expert-article > a .oda-expert-article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
oda-subcategory-links oda-expert-article > a .oda-expert-article-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  background: transparent;
  transition: background-color 0.3s ease;
  text-align: center;
}
oda-subcategory-links oda-expert-article > a:hover .oda-expert-article-play-overlay {
  background: rgba(0, 0, 0, 0.27);
}
oda-subcategory-links oda-expert-article > a .oda-expert-article-play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.45);
  width: 4rem;
  height: 4rem;
  border-radius: 8rem;
  transition: transform 0.3s ease;
}
oda-subcategory-links oda-expert-article > a .oda-expert-article-play-icon .fas {
  margin-top: -0.1em;
  margin-right: -0.2rem;
  font-size: 1.5rem;
}
oda-subcategory-links oda-expert-article > a:hover .oda-expert-article-play-icon {
  transform: scale(1.05);
}
oda-subcategory-links oda-expert-article > a .oda-expert-article-content {
  flex: 1 1 auto;
  padding: 2rem;
}
oda-subcategory-links oda-expert-article > a .oda-expert-article-content .oda-expert-article-pre-heading {
  margin-top: 0 !important;
  margin-bottom: 0.3rem !important;
  font-weight: 800;
}
oda-subcategory-links oda-expert-article > a .oda-expert-article-content h4 {
  margin-top: 0.3rem !important;
  margin-bottom: 1.2rem !important;
}
oda-subcategory-links oda-expert-article > a .oda-expert-article-content p:last-child {
  margin-bottom: 0 !important;
}
oda-subcategory-links oda-expert-article > a .oda-expert-article-content .oda-expert-article-read-more span {
  margin-left: 0.6rem;
}
@keyframes links-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
oda-subcategory-links div[class^=oda-grid] {
  align-items: stretch;
}
oda-subcategory-links div[class^=oda-grid] > div {
  margin-bottom: 2rem;
}
oda-subcategory-links div[class^=oda-grid] > div .dropdown-menu a {
  text-decoration: none !important;
  color: inherit !important;
}
oda-subcategory-links .oda-resource-link {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  border: solid 1px #ddd;
  background: white;
  padding: 1.6rem 1.7rem;
  padding-right: 0.7rem;
  color: inherit !important;
  text-decoration: none !important;
  transition: transform 0.5s ease, background-color 0.5s ease;
}
oda-subcategory-links .oda-resource-link .oda-resource-link-logo {
  flex: 0 0 5rem;
  margin-right: 1.2rem;
}
oda-subcategory-links .oda-resource-link .oda-resource-link-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
oda-subcategory-links .oda-resource-link .oda-resource-link-content {
  flex: 0 1 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
oda-subcategory-links .oda-resource-link .oda-resource-link-content .oda-resource-link-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.2rem;
}
oda-subcategory-links .oda-resource-link .oda-resource-link-content .oda-resource-link-description {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 0.95rem;
  color: #666;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
oda-subcategory-links .oda-resource-link .oda-resource-link-symbol {
  flex: 0 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
oda-subcategory-links .oda-resource-link .oda-resource-link-symbol span[class^=fa] {
  font-size: 1.2rem;
}
oda-subcategory-links .oda-resource-link .oda-resource-link-symbol .caret {
  transform: scale(2);
}
oda-subcategory-links .oda-resource-link:not([data-toggle]):hover {
  transform: scale(1.05);
}
oda-subcategory-links .oda-resource-link[data-toggle]:hover {
  background-color: #f0f0f0;
}
oda-subcategory-links .mt {
  margin-top: 1rem;
}

.carousel-pause-button:not(:focus):not(:active):not(:hover) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

oda-image-slider {
  display: block;
  height: 30rem;
}
oda-image-slider ol li {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
oda-image-slider .carousel {
  height: 100%;
}
oda-image-slider .carousel .carousel-inner {
  height: 100%;
}
oda-image-slider .carousel .carousel-inner a {
  height: 100%;
}
oda-image-slider .carousel .carousel-inner a img {
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
}
oda-image-slider a {
  color: white !important;
  opacity: 1 !important;
}
oda-image-slider a .glyphicon {
  font-size: 2.8rem !important;
  margin-top: 0 !important;
  transform: translateY(-50%) !important;
}

oda-office-finder {
  display: block;
}
oda-office-finder oda-office-finder-view-list {
  display: flex;
  flex-wrap: wrap;
}
oda-office-finder oda-office-finder-view-list .oda-location-filter-bar {
  width: 100%;
  flex: 0 0 auto;
  padding: 1.5rem calc(1.5rem - 15px);
  margin-bottom: 2rem;
  border-radius: 0.6rem;
  background-color: #f4f4f4;
}
oda-office-finder oda-office-finder-view-list .oda-location-filter-bar .oda-filter-geolocation {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  oda-office-finder oda-office-finder-view-list .oda-location-filter-bar .col-md-4:not(:last-child) {
    margin-bottom: 1rem;
  }
}
oda-office-finder oda-office-finder-view-list .oda-office-finder-column-left {
  width: 100%;
  flex: 0 0 auto;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  oda-office-finder oda-office-finder-view-list .oda-office-finder-column-left {
    width: calc(33% - 1rem);
  }
}
@media (max-width: 991.98px) {
  oda-office-finder oda-office-finder-view-list .oda-office-finder-column-left {
    order: 1;
  }
}
oda-office-finder oda-office-finder-view-list .oda-office-finder-column-left p:first-child {
  margin-top: 0;
}
oda-office-finder oda-office-finder-view-list .oda-office-finder-column-right {
  width: 100%;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  oda-office-finder oda-office-finder-view-list .oda-office-finder-column-right {
    width: calc(67% - 1rem);
  }
}
oda-office-finder oda-office-finder-view-list .oda-location-grid {
  padding-right: 1rem;
}
oda-office-finder oda-office-finder-view-list .oda-location-grid oda-office-finder-card {
  display: block;
  margin-bottom: 1.5rem;
  border: solid #eee 1px;
  border-radius: 0.4rem;
  padding: 0.1rem 1.5rem 0.6rem 1.5rem;
  background: white;
}
oda-office-finder oda-office-finder-view-list .oda-location-grid oda-office-finder-card h3, oda-office-finder oda-office-finder-view-list .oda-location-grid oda-office-finder-card h4, oda-office-finder oda-office-finder-view-list .oda-location-grid oda-office-finder-card h5, oda-office-finder oda-office-finder-view-list .oda-location-grid oda-office-finder-card h6 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

oda-filter-box {
  display: block;
  position: relative;
}
oda-filter-box .oda-filter-box-input {
  position: relative;
}
oda-filter-box .oda-filter-box-input .oda-filter-box-go {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 1rem;
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  background: #444;
  color: white;
  border: none;
}
oda-filter-box .oda-filter-box-input .oda-filter-box-filter-item {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  height: calc(100% - 0.6rem);
  background: #6fcac7;
  color: white;
  border-radius: 0.4rem;
  padding-left: 0.6rem;
  padding-right: 2.67rem;
}
oda-filter-box .oda-filter-box-input .oda-filter-box-filter-item > span {
  display: flex;
  height: 100%;
  align-items: center;
}
oda-filter-box .oda-filter-box-input .oda-filter-box-filter-item button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: none;
  border: none;
  box-shadow: none;
}
oda-filter-box .oda-filter-box-autocomplete {
  position: absolute;
  background: white;
  width: 100%;
  z-index: 2000;
  max-height: 20rem;
  overflow: auto;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
}
:not(#x) oda-filter-box .oda-filter-box-autocomplete ul {
  list-style-type: none;
  margin: 0;
  padding: 0.5rem 0;
}
:not(#x) oda-filter-box .oda-filter-box-autocomplete ul li {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
}
:not(#x) oda-filter-box .oda-filter-box-autocomplete ul li a {
  display: block;
  padding: 0.5rem 1rem;
}
:not(#x) oda-filter-box .oda-filter-box-autocomplete ul li a.oda-active {
  background: #f4f4f4;
}

oda-map {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 1rem;
}
oda-office-finder-view-list oda-map {
  position: sticky !important;
  top: 1rem;
  padding-top: 100%;
}

oda-map #oda-map-wrapper {
  position: absolute !important;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
oda-office-finder-view-list oda-map #oda-map-wrapper {
  max-height: 67vh;
}

.leaflet-container {
  font: unset !important;
  font-size: 0.9rem !important;
}
.leaflet-container .btn {
  font-size: 1em !important;
}

:not(#x) .leaflet-container a.leaflet-popup-close-button {
  top: 0.2rem;
  right: 0.2rem;
  padding: 0.25rem;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 1.2rem;
}

:not(#x) .leaflet-popup-content b:first-child {
  display: block;
  padding-right: 1rem;
}

:not(#x) .oda-office-finder-pills {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
:not(#x) .oda-office-finder-pills li {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  background: var(--gray-96);
  color: var(--black);
  padding: 0.3rem 0.9rem;
  border-radius: 100rem;
  margin-right: 0.35rem;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
  font-weight: 500;
}

oda-office-finder dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
}
oda-office-finder dl dt {
  flex: 0 0 33%;
}
oda-office-finder dl dd {
  flex: 0 0 67%;
  margin-bottom: 0.7rem;
}

oda-office-finder .alert p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large {
  background-color: rgba(15, 86, 149, 0.5) !important;
  color: white !important;
  font-weight: 600 !important;
}
.marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div {
  background-color: #114489 !important;
  font-weight: 600 !important;
}

.oh4s-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;
}
.oh4s-home newsroom-web-part > div {
  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% - 4rem) / 3);
}
.oh4s-home newsroom-web-part > div:not(:nth-child(3n)) {
  margin-right: 2rem;
}
@media (max-width: 867px) {
  .oh4s-home newsroom-web-part > div {
    width: 100%;
    height: auto;
  }
  .oh4s-home newsroom-web-part > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.oh4s-home newsroom-web-part > div p:first-of-type {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.oh4s-home newsroom-web-part > div a:nth-child(2) {
  text-decoration: none !important;
}
.oh4s-home newsroom-web-part > div a:nth-child(2) h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Georgia";
  font-weight: 500;
  font-size: 1.8rem;
}
.oh4s-home newsroom-web-part > div p:nth-of-type(2):not([data-bind]) {
  display: none;
  font-family: "Georgia";
  font-weight: 300 !important;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.oh4s-home newsroom-web-part > div p:nth-of-type(2):not([data-bind]) b {
  font-weight: inherit;
}
.oh4s-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;
}
.oh4s-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;
}
.oh4s-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, #f4f4f4, transparent);
}
@media (max-width: 867px) {
  .oh4s-home newsroom-web-part > div p:last-of-type[data-bind]::after {
    content: none;
  }
}
.oh4s-home newsroom-web-part > div div:last-of-type .btn {
  margin-bottom: none;
  margin-top: 1.5rem;
}

footer {
  position: relative;
  margin-top: 0;
  background: top center/120% auto url("/odaroadmap/PublishingImages/footer-bg.svg"), #164A47;
  box-shadow: none;
  padding: 4.5rem 5rem;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: white;
}
footer.oda-footer-oh4s {
  background: #f4f4f4;
  color: black !important;
}
footer.oda-footer-oh4s .oda-statewide-links {
  border-top: solid 1px black;
}
@media (max-width: 490px) {
  footer {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
footer a:not(.oda-btn) {
  border-radius: 0.4rem;
  transition: background-color 0.3s ease;
}
footer a:not(.oda-btn):hover {
  background-color: rgba(0, 0, 0, 0.36) !important;
}
footer .helpfulPoll {
  flex: 0 0 100%;
  border-bottom: solid 1px white;
  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.oda-footer-oh4s .helpfulPoll {
  border-bottom: solid 1px black;
}
footer.oda-footer-oh4s .helpfulPoll .fa {
  color: black;
}
footer.oda-footer-oh4s .helpfulPoll .btn-group .btn {
  border: solid 1px black !important;
  color: black !important;
}
footer.oda-footer-oh4s .helpfulPoll .btn-group .btn:hover {
  background: black !important;
  color: white !important;
}
footer .oda-footer-left {
  flex: 0 0 100%;
  margin-top: 3rem;
}
@media (min-width: 850px) {
  footer .oda-footer-left {
    flex: 1 0 50%;
  }
}
footer .oda-footer-left img {
  width: 18rem;
  height: auto;
}
footer .oda-footer-left .oda-h4 {
  line-height: 1.1;
}
footer .oda-footer-left .oda-footer-addresses {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .oda-footer-left .oda-footer-addresses p {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 700;
}
footer .oda-footer-left .oda-footer-addresses address {
  font-weight: 200;
}
footer .oda-footer-left .oda-footer-addresses > div {
  flex: 0 0 auto;
  margin-right: 1.5rem;
}
footer .oda-footer-right {
  flex: 0 0 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 3rem;
}
@media (min-width: 850px) {
  footer .oda-footer-right {
    flex: 1 0 50%;
    align-items: flex-end;
  }
}
footer .oda-footer-disclaimer {
  margin-top: 6rem;
  font-size: 0.9em;
  text-align: right;
  max-width: 55rem;
}
footer .oda-footer-nav {
  width: 100%;
  margin-top: 3.3rem;
}
:not(#x) footer .oda-footer-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 850px) {
  :not(#x) footer .oda-footer-nav ul {
    column-count: 3;
  }
}
:not(#x) footer .oda-footer-nav ul li {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
:not(#x) footer .oda-footer-nav ul a {
  position: relative;
  padding: 1.5rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none !important;
}
@media (min-width: 850px) {
  :not(#x) footer .oda-footer-nav ul a {
    text-align: right;
  }
}
:not(#x) footer .oda-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;
}
:not(#x) footer .oda-footer-nav ul a:hover span {
  opacity: 1;
  transform: none;
}

footer .oda-statewide-links {
  flex: 0 0 100%;
  margin-top: 4rem;
  border-top: solid 1px white;
  padding-top: 1.3rem;
}
footer .oda-statewide-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .oda-statewide-links ul li {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
footer .oda-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;
}

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

.odaroadmap-harvestforschools-pages-default-aspx div[id*=MainContentPlaceHolder] > .oda-section:first-of-type h3 {
  color: #8a2836 !important;
}

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

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

.oda-lead {
  font-size: 1.8rem;
  font-weight: 300;
  color: #6e9e75;
}

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

.oda-big-sentence {
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
}

.oda-logo-list {
  display: flex;
  align-items: center;
}
.oda-logo-list > * {
  flex: 1 1 auto;
  width: 5rem;
  height: 7rem;
  margin: 1rem;
}
.oda-logo-list > * img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.67;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#oda-details h3 {
  margin-top: 0.5rem !important;
  margin-bottom: 1rem !important;
}
#oda-details li {
  margin-bottom: 0.5rem !important;
}
#oda-details hr {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.oda-farm-illustration {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  height: 90%;
  object-fit: contain;
}

.oda-help-center-links a {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.oda-box-shadow {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}

.oda-col-vertical-center {
  padding-top: 2rem;
  padding-left: 3rem;
}

body.oda-roadmap .ms-rte-embedcode .oda-section-blue .col-md-8 {
  width: 100% !important;
}

.oda-article-link-list {
  display: none;
}
.oda-article-link-list a {
  display: block;
  position: relative;
  background: white;
  padding: 2rem 4.5rem 2rem 2rem;
  color: #282828 !important;
  text-decoration: none !important;
  transition: transform 0.4s ease !important;
  font-size: 1.05em;
}
.oda-article-link-list a:hover {
  background: white !important;
  transform: scale(1.05);
}
.oda-article-link-list a .far {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  font-size: 1.6rem;
  vertical-align: middle;
}
.oda-article-link-list li:not(:last-child) a {
  margin-bottom: 1.5rem;
}

#div_250cef9b-c24c-41d3-99b9-b05557c96435 bootstrap-select > .form-group {
  display: flex;
  flex-flow: column;
}
#div_250cef9b-c24c-41d3-99b9-b05557c96435 bootstrap-select > .form-group > select {
  order: 1;
  margin-bottom: 15px;
}
#div_250cef9b-c24c-41d3-99b9-b05557c96435 bootstrap-select > .form-group > p {
  margin-top: 0;
  margin-bottom: 7px;
}

.carousel-control.left, .carousel-control.right {
  background: none !important;
}