﻿@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400;0,600;0,800;1,400&display=swap');

/* ----- BUTTONS ----- */
:not(#x) .gov-btn, :not(#x) newsroom-web-part .btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  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) .gov-btn:hover, :not(#x) .gov-btn:disabled, :not(#x) .gov-btn:visited, :not(#x) .gov-btn:active, :not(#x) .gov-btn:active:focus, :not(#x) newsroom-web-part .btn:hover, :not(#x) newsroom-web-part .btn:disabled, :not(#x) newsroom-web-part .btn:visited, :not(#x) newsroom-web-part .btn:active, :not(#x) newsroom-web-part .btn:active:focus {
  border-color: transparent;
  box-shadow: none;
  text-decoration: none;
}

:not(#x) .gov-btn-sm, :not(#x) newsroom-web-part .btn-default {
  font-size: 0.95rem;
  padding: 0.45rem 1.45rem;
}

:not(#x) .gov-btn-default, :not(#x) .gov-btn-default:visited, :not(#x) newsroom-web-part .btn-default, :not(#x) newsroom-web-part .btn-default:visited {
  background-color: rgba(0, 0, 0, 0.06);
  color: #282828;
}
:not(#x) .gov-btn-default:hover, :not(#x) .gov-btn-default:focus, :not(#x) newsroom-web-part .btn-default:hover, :not(#x) newsroom-web-part .btn-default:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #282828;
}
:not(#x) .gov-btn-default:active, :not(#x) .gov-btn-default:active:focus, :not(#x) .gov-btn-default:disabled, :not(#x) newsroom-web-part .btn-default:active, :not(#x) newsroom-web-part .btn-default:active:focus, :not(#x) newsroom-web-part .btn-default:disabled {
  background-color: rgba(0, 0, 0, 0.15);
  color: #282828;
}

:not(#x) .gov-btn-default-alt, :not(#x) .gov-btn-default-alt:visited {
  background-color: #282828;
  color: white;
}
:not(#x) .gov-btn-default-alt:hover, :not(#x) .gov-btn-default-alt:focus {
  background-color: #444;
  color: white;
}
:not(#x) .gov-btn-default-alt:active, :not(#x) .gov-btn-default-alt:active:focus, :not(#x) .gov-btn-default-alt:disabled {
  background-color: black;
  color: #999;
}

:not(#x) .gov-btn-primary, :not(#x) .gov-btn-primary:visited {
  background-color: #123a83;
  color: white;
}
:not(#x) .gov-btn-primary:hover, :not(#x) .gov-btn-primary:focus {
  background-color: #10498d;
  color: white;
}
:not(#x) .gov-btn-primary:active, :not(#x) .gov-btn-primary:active:focus, :not(#x) .gov-btn-primary:disabled {
  background-color: #0e2c62;
  color: white;
}

:not(#x) .gov-btn-secondary, :not(#x) .gov-btn-secondary:visited {
  background-color: #0e5f9b;
  color: white;
}
:not(#x) .gov-btn-secondary:hover, :not(#x) .gov-btn-secondary:focus {
  background-color: #123a83;
  color: white;
}
:not(#x) .gov-btn-secondary:active, :not(#x) .gov-btn-secondary:active:focus, :not(#x) .gov-btn-secondary:disabled {
  background-color: #123a83;
  color: white;
}

:not(#x) .gov-btn-info, :not(#x) .gov-btn-info:visited {
  background-color: #0e5f9b;
  color: #282828;
}
:not(#x) .gov-btn-info:hover, :not(#x) .gov-btn-info:focus {
  background-color: #349eed;
  color: #282828;
}
:not(#x) .gov-btn-info:active, :not(#x) .gov-btn-info:active:focus, :not(#x) .gov-btn-info:disabled {
  background-color: #0f5695;
  color: black;
}

:not(#x) .gov-btn-warning, :not(#x) .gov-btn-warning:visited {
  background-color: #d9c22e;
  color: #282828;
}
:not(#x) .gov-btn-warning:hover, :not(#x) .gov-btn-warning:focus {
  background-color: #dbc069;
  color: #282828;
}
:not(#x) .gov-btn-warning:active, :not(#x) .gov-btn-warning:active:focus, :not(#x) .gov-btn-warning:active:hover, :not(#x) .gov-btn-warning:disabled {
  background-color: #ad8e29;
  color: black;
}

:not(#x) .gov-btn-danger, :not(#x) .gov-btn-danger:visited {
  background-color: #a22525;
  color: white;
}
:not(#x) .gov-btn-danger:hover, :not(#x) .gov-btn-danger:focus {
  background-color: #821e1e;
  color: white;
}
:not(#x) .gov-btn-danger:active, :not(#x) .gov-btn-danger:active:focus, :not(#x) .gov-btn-danger:active:hover, :not(#x) .gov-btn-danger:active:focus:hover, :not(#x) .gov-btn-danger:disabled {
  background-color: #611616;
  color: white;
}

:not(#x) .gov-btn-success, :not(#x) .gov-btn-success:visited {
  background-color: #0e7a33;
  color: #282828;
}
:not(#x) .gov-btn-success:hover, :not(#x) .gov-btn-success:focus {
  background-color: #18ce56;
  color: #282828;
}
:not(#x) .gov-btn-success:active, :not(#x) .gov-btn-success:active:focus, :not(#x) .gov-btn-success:active:hover, :not(#x) .gov-btn-success:active:focus:hover, :not(#x) .gov-btn-success:disabled {
  background-color: #0b6229;
  color: black;
}

:not(#x) .gov-btn-outline, :not(#x) .gov-btn-outline:visited {
  background-color: transparent;
  border-color: #282828;
  color: #282828;
}
:not(#x) .gov-btn-outline:hover, :not(#x) .gov-btn-outline:focus {
  border-color: #282828;
  background-color: #282828;
  color: white;
}
:not(#x) .gov-btn-outline:active, :not(#x) .gov-btn-outline:active:focus, :not(#x) .gov-btn-outline:active:hover, :not(#x) .gov-btn-outline:active:focus:hover, :not(#x) .gov-btn-outline:disabled {
  border-color: black;
  background-color: black;
  color: #999;
}

:not(#x) .gov-btn-floating {
  will-change: transform;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.5s ease, transform 0.5s ease;
}
:not(#x) .gov-btn-floating, :not(#x) .gov-btn-floating:visited {
  background-color: white;
  color: #282828;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.09), 0 0.2rem 0.56rem rgba(0, 0, 0, 0.065), 0 0.12rem 0.1rem rgba(0, 0, 0, 0.03);
}
:not(#x) .gov-btn-floating:hover, :not(#x) .gov-btn-floating:focus {
  background-color: white;
  color: #282828;
  box-shadow: 0 0.7rem 2.6rem rgba(0, 0, 0, 0.12), 0 0.3rem 1.5rem rgba(0, 0, 0, 0.09), 0 0.15rem 0.65rem rgba(0, 0, 0, 0.04);
  transform: translateY(-1px) scale(1.03);
}
:not(#x) .gov-btn-floating:active, :not(#x) .gov-btn-floating:active:focus, :not(#x) .gov-btn-floating:active:hover, :not(#x) .gov-btn-floating:active:focus:hover, :not(#x) .gov-btn-floating:disabled {
  background-color: #f4f4f4;
  color: #282828;
  box-shadow: none;
  transform: translateY(1px) scale(1);
}

:not(#x) .gov-section-reverse .gov-btn-default, :not(#x) .gov-section-reverse .gov-btn-default:visited,
:not(#x) .gov-btn-default.gov-btn-reverse,
:not(#x) .gov-btn-default.gov-btn-reverse:visited {
  background-color: rgba(255, 255, 255, 0.9);
  color: #282828;
}
:not(#x) .gov-section-reverse .gov-btn-default:hover, :not(#x) .gov-section-reverse .gov-btn-default:focus,
:not(#x) .gov-btn-default.gov-btn-reverse:hover,
:not(#x) .gov-btn-default.gov-btn-reverse:focus {
  background-color: rgba(255, 255, 255, 0.75);
  color: #282828;
}
:not(#x) .gov-section-reverse .gov-btn-default:active, :not(#x) .gov-section-reverse .gov-btn-default:active:focus, :not(#x) .gov-section-reverse .gov-btn-default:disabled,
:not(#x) .gov-btn-default.gov-btn-reverse:active,
:not(#x) .gov-btn-default.gov-btn-reverse:active:focus,
:not(#x) .gov-btn-default.gov-btn-reverse:disabled {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}

:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn, :not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:visited,
:not(#x) .gov-btn-outline.gov-btn-reverse,
:not(#x) .gov-btn-outline.gov-btn-reverse:visited {
  background-color: transparent;
  border-color: white;
  color: white;
}
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:hover, :not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:focus,
:not(#x) .gov-btn-outline.gov-btn-reverse:hover,
:not(#x) .gov-btn-outline.gov-btn-reverse:focus {
  border-color: white;
  background-color: white;
  color: #282828;
}
:not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:active, :not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:active:focus, :not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:active:hover, :not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:active:focus:hover, :not(#x) .gov-section-reverse .gov-btn-outline.gov-btn:disabled,
:not(#x) .gov-btn-outline.gov-btn-reverse:active,
:not(#x) .gov-btn-outline.gov-btn-reverse:active:focus,
:not(#x) .gov-btn-outline.gov-btn-reverse:active:hover,
:not(#x) .gov-btn-outline.gov-btn-reverse:active:focus:hover,
:not(#x) .gov-btn-outline.gov-btn-reverse:disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: black;
}

.gov-icon-style-1, .gov-icon-style-2, .gov-icon-style-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 100rem;
  font-size: 2.4rem;
}
.gov-icon-style-1::before, .gov-icon-style-1::after, .gov-icon-style-2::before, .gov-icon-style-2::after, .gov-icon-style-3::before, .gov-icon-style-3::after {
  position: absolute;
  top: 48.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gov-icon-style-1::after, .gov-icon-style-2::after, .gov-icon-style-3::after {
  opacity: 1 !important;
}

.gov-icon-style-1 {
  color: white;
  background-color: #cea931;
}
.gov-icon-style-1::after {
  color: #123a83 !important;
}

.gov-icon-style-2 {
  color: white;
  background-color: #123a83 !important;
}
.gov-icon-style-2::after {
  color: #cea931 !important;
}

.gov-icon-style-3 {
  color: white;
  background-color: #282828 !important;
}
.gov-icon-style-3::after {
  color: #cea931 !important;
}

.fad:not([class*=gov-icon-style]) {
  color: #104d8f;
}
.fad:not([class*=gov-icon-style])::after {
  color: #666 !important;
}

.gov-section-row {
  display: flex;
  flex-wrap: wrap;
}
.gov-section-row > * {
  flex: 1 1 auto;
}
@media (min-width: 850px) {
  .gov-section-row {
    flex-wrap: nowrap;
  }
  .gov-section-row > * {
    flex: 0 0 50%;
  }
}

.gov-section {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.gov-section .gov-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gov-section .gov-section-bg .gov-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gov-section .gov-section-bg .gov-bg-layer > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gov-section .gov-section-bg .gov-bg-layer > img.gov-img-top-center {
  top: 0;
  transform: translateX(-50%);
}
.gov-section .gov-section-bg .gov-overlay-black-50 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.gov-section .gov-section-bg .gov-overlay-black-60 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.gov-section .gov-section-bg .gov-overlay-black-70 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.gov-section .gov-section-bg .gov-overlay-blue-85 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 58, 131, 0.85);
}
.gov-section .container {
  position: relative;
}
.gov-section .gov-container-padded {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.gov-section.gov-section-grey {
  background: #f4f4f4;
}
.gov-section.gov-section-reverse {
  color: white;
}
.gov-section.gov-section-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.gov-section.gov-section-no-padding-top {
  padding-top: 0;
}
.gov-section.gov-section-big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.gov-section.gov-section-bigger {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.gov-section.gov-section-biggest {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.gov-section.gov-section-rounded {
  border-radius: 0.4rem;
  overflow: hidden;
}

.gov-section-blue {
  background-color: #123a83;
}

.gov-box-style-1 {
  margin: 2em 0;
  border-radius: 0.8rem;
  padding: 2rem 3rem;
  background: white;
  box-shadow: 0 0.8rem 2.8rem rgba(0, 0, 0, 0.09), 0 0.4rem 1.4rem rgba(0, 0, 0, 0.065), 0 0.2rem 0.7rem rgba(0, 0, 0, 0.04);
}

.gov-box-style-2 {
  border-radius: 0.8rem;
  margin: 2rem 0;
  padding: 2rem 3rem;
  background: linear-gradient(to right, #123a83, #0e5f9b);
  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: "Montserrat", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #282828;
}

main :not(.gov-section-reverse) a:not(.gov-anchor-reset), gov-alert a:not(.gov-anchor-reset), .alert a:not(.gov-anchor-reset) {
  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(.gov-section-reverse) a:not(.gov-anchor-reset):hover, main :not(.gov-section-reverse) a:not(.gov-anchor-reset):active, main :not(.gov-section-reverse) a:not(.gov-anchor-reset):visited, gov-alert a:not(.gov-anchor-reset):hover, gov-alert a:not(.gov-anchor-reset):active, gov-alert a:not(.gov-anchor-reset):visited, .alert a:not(.gov-anchor-reset):hover, .alert a:not(.gov-anchor-reset):active, .alert a:not(.gov-anchor-reset):visited {
  color: #104d8f;
  text-decoration: underline;
  text-decoration-style: solid;
}
main :not(.gov-section-reverse) a:not(.gov-anchor-reset):focus, gov-alert a:not(.gov-anchor-reset):focus, .alert a:not(.gov-anchor-reset):focus {
  outline-offset: 2px;
  color: #cea931;
}
main :not(.gov-section-reverse) a:not(.gov-anchor-reset):visited, gov-alert a:not(.gov-anchor-reset):visited, .alert a:not(.gov-anchor-reset):visited {
  color: #123a83;
}
main :not(.gov-section-reverse) a:not(.gov-anchor-reset):hover, gov-alert a:not(.gov-anchor-reset):hover, .alert a:not(.gov-anchor-reset):hover {
  background-color: rgba(206, 169, 49, 0.08);
}
main :not(.gov-section-reverse) a:not(.gov-anchor-reset):active, gov-alert a:not(.gov-anchor-reset):active, .alert a:not(.gov-anchor-reset):active {
  background-color: rgba(206, 169, 49, 0.2);
}
main :not(.gov-section-reverse) a:not(.gov-anchor-reset):hover:visited, gov-alert a:not(.gov-anchor-reset):hover:visited, .alert a:not(.gov-anchor-reset):hover:visited {
  background-color: rgba(0, 0, 0, 0.08);
}
main :not(.gov-section-reverse) a.nic-anchor-reset, gov-alert a.nic-anchor-reset, .alert a.nic-anchor-reset {
  text-decoration: none;
}
main :not(.gov-section-reverse) a.nic-anchor-reset, main :not(.gov-section-reverse) a.nic-anchor-reset:hover, main :not(.gov-section-reverse) a.nic-anchor-reset:active, main :not(.gov-section-reverse) a.nic-anchor-reset:focus, main :not(.gov-section-reverse) a.nic-anchor-reset:visited, gov-alert a.nic-anchor-reset, gov-alert a.nic-anchor-reset:hover, gov-alert a.nic-anchor-reset:active, gov-alert a.nic-anchor-reset:focus, gov-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 .gov-section-reverse a:not(.gov-anchor-reset), footer a:not(.gov-anchor-reset) {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: solid !important;
}
main .gov-section-reverse a:not(.gov-anchor-reset):hover, main .gov-section-reverse a:not(.gov-anchor-reset):active, main .gov-section-reverse a:not(.gov-anchor-reset):visited, footer a:not(.gov-anchor-reset):hover, footer a:not(.gov-anchor-reset):active, footer a:not(.gov-anchor-reset):visited {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: solid;
}
main .gov-section-reverse a:not(.gov-anchor-reset):visited, footer a:not(.gov-anchor-reset):visited {
  text-decoration-style: dotted !important;
}
main .gov-section-reverse a:not(.gov-anchor-reset):focus, footer a:not(.gov-anchor-reset):focus {
  outline-offset: 2px;
  color: #ddd;
}
main .gov-section-reverse a:not(.gov-anchor-reset):hover, footer a:not(.gov-anchor-reset):hover {
  background-color: rgba(40, 40, 40, 0.5);
}
main .gov-section-reverse a:not(.gov-anchor-reset):active, footer a:not(.gov-anchor-reset):active {
  background-color: #282828;
}

/* ----- BASE HEADING STYLES ----- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-left: 0;
  margin-right: 0;
}

h1, h2, h3, h4, h5, h6, .gov-h1, .gov-h2, .gov-h3, .gov-h4, .gov-h5, .gov-h6, .lead b {
  font-weight: 600;
}

main h1, main h2, main h3, main .gov-h1, main .gov-h2, main .gov-h3, html .ms-WPBody h1, html .ms-WPBody h2, html .ms-WPBody h3, html .ms-WPBody .gov-h1, html .ms-WPBody .gov-h2, html .ms-WPBody .gov-h3, html .ms-TPBody h1, html .ms-TPBody h2, html .ms-TPBody h3, html .ms-TPBody .gov-h1, html .ms-TPBody .gov-h2, html .ms-TPBody .gov-h3, .ms-rtestate-field h1, .ms-rtestate-field h2, .ms-rtestate-field h3, .ms-rtestate-field .gov-h1, .ms-rtestate-field .gov-h2, .ms-rtestate-field .gov-h3 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main h4, main h5, main h6, main .gov-h4, main .gov-h5, main .gov-h6, html .ms-WPBody h4, html .ms-WPBody h5, html .ms-WPBody h6, html .ms-WPBody .gov-h4, html .ms-WPBody .gov-h5, html .ms-WPBody .gov-h6, html .ms-TPBody h4, html .ms-TPBody h5, html .ms-TPBody h6, html .ms-TPBody .gov-h4, html .ms-TPBody .gov-h5, html .ms-TPBody .gov-h6, .ms-rtestate-field h4, .ms-rtestate-field h5, .ms-rtestate-field h6, .ms-rtestate-field .gov-h4, .ms-rtestate-field .gov-h5, .ms-rtestate-field .gov-h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 600;
}
main th, html .ms-WPBody th, html .ms-TPBody th, .ms-rtestate-field th {
  font-weight: bold;
}
main h1, main .gov-h1, html .ms-WPBody h1, html .ms-WPBody .gov-h1, html .ms-TPBody h1, html .ms-TPBody .gov-h1, .ms-rtestate-field h1, .ms-rtestate-field .gov-h1 {
  font-family: 'Vollkorn', serif;
  font-size: 3.2rem;
}
main h2, main .gov-h2, html .ms-WPBody h2, html .ms-WPBody .gov-h2, html .ms-TPBody h2, html .ms-TPBody .gov-h2, .ms-rtestate-field h2, .ms-rtestate-field .gov-h2 {
  font-family: 'Vollkorn', serif;
  font-size: 3.2rem;
    line-height: 1.1;
  text-transform: uppercase;
  color: #123a83;
}

h2 span {
	font-size: 1.3em;
}

main h3, main .gov-h3, html .ms-WPBody h3, html .ms-WPBody .gov-h3, html .ms-TPBody h3, html .ms-TPBody .gov-h3, .ms-rtestate-field h3, .ms-rtestate-field .gov-h3 {
  font-family: 'Vollkorn', serif;
  color: #867719;
  font-size: 2.1rem;
  font-weight: 400;
}

main h4, main .gov-h4, html .ms-WPBody h4, html .ms-WPBody .gov-h4, html .ms-TPBody h4, html .ms-TPBody .gov-h4, .ms-rtestate-field h4, .ms-rtestate-field .gov-h4 {
  font-size: 1.5rem;
}
main h5, main .gov-h5, html .ms-WPBody h5, html .ms-WPBody .gov-h5, html .ms-TPBody h5, html .ms-TPBody .gov-h5, .ms-rtestate-field h5, .ms-rtestate-field .gov-h5 {
  font-size: 1.25rem;
}
main h6, main .gov-h6, html .ms-WPBody h6, html .ms-WPBody .gov-h6, html .ms-TPBody h6, html .ms-TPBody .gov-h6, .ms-rtestate-field h6, .ms-rtestate-field .gov-h6 {
  font-size: 1rem;
}
main .gov-heading-alt, html .ms-WPBody .gov-heading-alt, html .ms-TPBody .gov-heading-alt, .ms-rtestate-field .gov-heading-alt {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h1.gov-heading-alt, main .gov-h1.gov-heading-alt, html .ms-WPBody h1.gov-heading-alt, html .ms-WPBody .gov-h1.gov-heading-alt, html .ms-TPBody h1.gov-heading-alt, html .ms-TPBody .gov-h1.gov-heading-alt, .ms-rtestate-field h1.gov-heading-alt, .ms-rtestate-field .gov-h1.gov-heading-alt {
  font-size: 2.72rem;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h2.gov-heading-alt, main .gov-h2.gov-heading-alt, html .ms-WPBody h2.gov-heading-alt, html .ms-WPBody .gov-h2.gov-heading-alt, html .ms-TPBody h2.gov-heading-alt, html .ms-TPBody .gov-h2.gov-heading-alt, .ms-rtestate-field h2.gov-heading-alt, .ms-rtestate-field .gov-h2.gov-heading-alt {
  font-size: 1.65rem;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h3.gov-heading-alt, html .ms-WPBody h3.gov-heading-alt, html .ms-TPBody h3.gov-heading-alt, .ms-rtestate-field h3.gov-heading-alt {
  font-size: 1.35rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h4.gov-heading-alt, main h5.gov-heading-alt, main h6.gov-heading-alt, main .gov-h4.gov-heading-alt, main .gov-h5.gov-heading-alt, main .gov-h6.gov-heading-alt, html .ms-WPBody h4.gov-heading-alt, html .ms-WPBody h5.gov-heading-alt, html .ms-WPBody h6.gov-heading-alt, html .ms-WPBody .gov-h4.gov-heading-alt, html .ms-WPBody .gov-h5.gov-heading-alt, html .ms-WPBody .gov-h6.gov-heading-alt, html .ms-TPBody h4.gov-heading-alt, html .ms-TPBody h5.gov-heading-alt, html .ms-TPBody h6.gov-heading-alt, html .ms-TPBody .gov-h4.gov-heading-alt, html .ms-TPBody .gov-h5.gov-heading-alt, html .ms-TPBody .gov-h6.gov-heading-alt, .ms-rtestate-field h4.gov-heading-alt, .ms-rtestate-field h5.gov-heading-alt, .ms-rtestate-field h6.gov-heading-alt, .ms-rtestate-field .gov-h4.gov-heading-alt, .ms-rtestate-field .gov-h5.gov-heading-alt, .ms-rtestate-field .gov-h6.gov-heading-alt {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
main h4.gov-heading-alt, main .gov-h4.gov-heading-alt, html .ms-WPBody h4.gov-heading-alt, html .ms-WPBody .gov-h4.gov-heading-alt, html .ms-TPBody h4.gov-heading-alt, html .ms-TPBody .gov-h4.gov-heading-alt, .ms-rtestate-field h4.gov-heading-alt, .ms-rtestate-field .gov-h4.gov-heading-alt {
  font-size: 1.125rem;
}
main h5.gov-heading-alt, main .gov-h5.gov-heading-alt, html .ms-WPBody h5.gov-heading-alt, html .ms-WPBody .gov-h5.gov-heading-alt, html .ms-TPBody h5.gov-heading-alt, html .ms-TPBody .gov-h5.gov-heading-alt, .ms-rtestate-field h5.gov-heading-alt, .ms-rtestate-field .gov-h5.gov-heading-alt {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
main h6.gov-heading-alt, main .gov-h6.gov-heading-alt, html .ms-WPBody h6.gov-heading-alt, html .ms-WPBody .gov-h6.gov-heading-alt, html .ms-TPBody h6.gov-heading-alt, html .ms-TPBody .gov-h6.gov-heading-alt, .ms-rtestate-field h6.gov-heading-alt, .ms-rtestate-field .gov-h6.gov-heading-alt {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
main 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(.dropdown-menu), main ol, html .ms-WPBody ul:not(.dropdown-menu), html .ms-WPBody ol, html .ms-TPBody ul:not(.dropdown-menu), html .ms-TPBody ol, .ms-rtestate-field ul:not(.dropdown-menu), .ms-rtestate-field ol {
  margin-bottom: 1.5em;
}
main ul:not(.dropdown-menu) li, main ol li, html .ms-WPBody ul:not(.dropdown-menu) li, html .ms-WPBody ol li, html .ms-TPBody ul:not(.dropdown-menu) li, html .ms-TPBody ol li, .ms-rtestate-field ul:not(.dropdown-menu) li, .ms-rtestate-field ol li {
  line-height: 1.1;
  padding-left: 1rem;
  margin-bottom: 1em;
}
main .table > thead > tr > th, main .table > tbody > tr > th, main .table > tfoot > tr > th, main .table > thead > tr > td, main .table > tbody > tr > td, main .table > tfoot > tr > td, html .ms-WPBody .table > thead > tr > th, html .ms-WPBody .table > tbody > tr > th, html .ms-WPBody .table > tfoot > tr > th, html .ms-WPBody .table > thead > tr > td, html .ms-WPBody .table > tbody > tr > td, html .ms-WPBody .table > tfoot > tr > td, html .ms-TPBody .table > thead > tr > th, html .ms-TPBody .table > tbody > tr > th, html .ms-TPBody .table > tfoot > tr > th, html .ms-TPBody .table > thead > tr > td, html .ms-TPBody .table > tbody > tr > td, html .ms-TPBody .table > tfoot > tr > td, .ms-rtestate-field .table > thead > tr > th, .ms-rtestate-field .table > tbody > tr > th, .ms-rtestate-field .table > tfoot > tr > th, .ms-rtestate-field .table > thead > tr > td, .ms-rtestate-field .table > tbody > tr > td, .ms-rtestate-field .table > tfoot > tr > td {
  padding: 1rem;
}
main .table-condensed > thead > tr > th, main .table-condensed > tbody > tr > th, main .table-condensed > tfoot > tr > th, main .table-condensed > thead > tr > td, main .table-condensed > tbody > tr > td, main .table-condensed > tfoot > tr > td, html .ms-WPBody .table-condensed > thead > tr > th, html .ms-WPBody .table-condensed > tbody > tr > th, html .ms-WPBody .table-condensed > tfoot > tr > th, html .ms-WPBody .table-condensed > thead > tr > td, html .ms-WPBody .table-condensed > tbody > tr > td, html .ms-WPBody .table-condensed > tfoot > tr > td, html .ms-TPBody .table-condensed > thead > tr > th, html .ms-TPBody .table-condensed > tbody > tr > th, html .ms-TPBody .table-condensed > tfoot > tr > th, html .ms-TPBody .table-condensed > thead > tr > td, html .ms-TPBody .table-condensed > tbody > tr > td, html .ms-TPBody .table-condensed > tfoot > tr > td, .ms-rtestate-field .table-condensed > thead > tr > th, .ms-rtestate-field .table-condensed > tbody > tr > th, .ms-rtestate-field .table-condensed > tfoot > tr > th, .ms-rtestate-field .table-condensed > thead > tr > td, .ms-rtestate-field .table-condensed > tbody > tr > td, .ms-rtestate-field .table-condensed > tfoot > tr > td {
  padding: 0.8rem 0.5rem;
}
main :not(.or-data-tables-toolbar-search) > * > .form-control, html .ms-WPBody :not(.or-data-tables-toolbar-search) > * > .form-control, html .ms-TPBody :not(.or-data-tables-toolbar-search) > * > .form-control, .ms-rtestate-field :not(.or-data-tables-toolbar-search) > * > .form-control {
  box-shadow: none;
  border-radius: 0.6rem;
  height: 3rem;
  font-size: 1.08rem;
  line-height: 2.2rem;
}
main select.form-control, html .ms-WPBody select.form-control, html .ms-TPBody select.form-control, .ms-rtestate-field select.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.form-control:hover, html .ms-WPBody select.form-control:hover, html .ms-TPBody select.form-control:hover, .ms-rtestate-field select.form-control:hover {
  background-color: #f4f4f4;
}

main .gov-section-reverse a:not(.gov-anchor-reset), footer a:not(.gov-anchor-reset) {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: solid !important;
}
main .gov-section-reverse a:not(.gov-anchor-reset):hover, main .gov-section-reverse a:not(.gov-anchor-reset):active, main .gov-section-reverse a:not(.gov-anchor-reset):visited, footer a:not(.gov-anchor-reset):hover, footer a:not(.gov-anchor-reset):active, footer a:not(.gov-anchor-reset):visited {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: solid;
}
main .gov-section-reverse a:not(.gov-anchor-reset):visited, footer a:not(.gov-anchor-reset):visited {
  text-decoration-style: dotted !important;
}
main .gov-section-reverse a:not(.gov-anchor-reset):focus, footer a:not(.gov-anchor-reset):focus {
  outline-offset: 2px;
  color: #ddd;
}
main .gov-section-reverse a:not(.gov-anchor-reset):hover, footer a:not(.gov-anchor-reset):hover {
  background-color: rgba(40, 40, 40, 0.5);
}
main .gov-section-reverse a:not(.gov-anchor-reset):active, footer a:not(.gov-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);
  }
}

.gov-decontain {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 73rem) {
  .gov-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) .arp-home main {
  padding-top: 0;
  padding-bottom: 0;
}
:not(#x) .arp-home main > .container {
  padding-right: 0;
  padding-left: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
:not(#x) .arp-home main > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
:not(#x) .arp-home main > .container > .row > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

main > .container > .row:first-of-type {
  display: none;
}

.gov-fit-cover {
  width: 100%;
  height: auto;
}
.gov-fit-cover.gov-fit-wide {
  width: auto;
  height: 100%;
}

.dropdown > ul.dropdown-menu {
  border: none;
  padding: 0.5rem 0;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  max-height: 67vh;
  overflow-y: auto;
}
.dropdown > ul.dropdown-menu > li > a {
  padding: 0.5rem 1.5rem;
  font-size: 0.98rem;
}

th {
  white-space: normal;
}

/*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: #0e7a33;
  color: #fff;
}

#ActivitiesGuidanceTable table thead th:nth-of-type(3) {
  background-color: #cea931;
}

#ActivitiesGuidanceTable table thead th:nth-of-type(4) {
  background-color: #b4611d;
  color: #fff;
}

#ActivitiesGuidanceTable table thead th:nth-of-type(5) {
  background-color: #a22525;
  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;
}

.gov-bg-lower-light {
  background-color: #f0f9f3;
}

.gov-bg-moderate-light {
  background-color: #f8f6f2;
}

.gov-bg-high-light {
  background-color: #f4ece6;
}

.gov-bg-extreme-light {
  background-color: #f8f2f2;
}

.gov-margin-right-0 {
  margin-right: 0;
}

.gov-anchor {
  position: relative;
  top: -10rem;
}

.lang-select {
  cursor: pointer;
}

:not(#x) .label {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 100rem;
}

.label-lower {
  background-color: #0e7a33;
  color: white;
}

.label-moderate {
  background-color: #cea931;
  color: black;
}

.label-high {
  background-color: #b4611d;
  color: white;
}

.label-extreme {
  background-color: #a22525;
  color: white;
}

.gov-top-navigation-sticky .or-navbar {
  color: #282828;
  background: white;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
}
.gov-top-navigation-sticky .or-navbar-brand img:first-of-type {
  opacity: 0;
}
.gov-top-navigation-sticky .or-navbar-brand img:nth-of-type(2) {
  opacity: 1;
}
.gov-top-navigation-sticky .or-navbar-brand:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 768px) {
  .gov-top-navigation-sticky .or-navigation-list > li > a:hover, .gov-top-navigation-sticky .or-navigation-list li.open > a {
    background: rgba(0, 0, 0, 0.07);
  }
}
.gov-top-navigation-sticky .or-navbar-toggle-button > * {
  color: #282828 !important;
}

#agencyWideAlert {
  position: relative;
  z-index: 1;
}
#agencyWideAlert .alert {
  box-shadow: none;
  background-color: #f5ecc4;
  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;
  }
  .arp-home .gov-header .gov-header-content h2 {
	font-size: 5rem !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;
}

@media(min-width: 768px) {
	.or-navbar {
	  min-height: 8rem;
	}
}

@media (max-width: 850px) {
  .or-navbar {
    padding-left: 19rem;
  }
}
.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;
  }
}

.or-navbar-brand {
  width: 25rem;
  display: block;
  padding-left: 6rem;
  color: inherit !important;
  transition: background-color 0.3s ease;
  text-decoration: none !important;
}

@media(min-width: 768px) {
	.or-navbar-brand {
	  padding-left: 8rem;
	  width: 30rem;
	}
}
@media (max-width: 850px) {
  .or-navbar-brand {
    width: 19rem;
    font-size: 0.8rem;
  }
}
.or-navbar-brand img:first-of-type {
  opacity: 1;
}
.or-navbar-brand img:nth-of-type(2) {
  opacity: 0;
}
.or-navbar-brand:hover {
  background: rgba(0, 0, 0, 0.2);
}
.or-navbar-brand img {
  top: 1rem;
  left: 1rem;
  width: 4rem;
  height: auto;
  transform: none;
  transition: opacity 0.3s ease;
}

@media(min-width: 768px) {
	.or-navbar-brand img {
	 	width: 6rem;
	 }
}

.or-navbar-brand h1 {
  margin-top: 1.6rem;
  font-size: 1.12em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 800;
  margin-bottom: 0;
}

@media(min-width: 768px) {
	.or-navbar-brand h1 {
 		margin-top: 1.8rem;
	  	font-size: 1.8em;
	}
}

@media (max-width: 409px) {
  .or-navbar-brand h1 span {
    display: block;
  }
}
.or-navbar-brand p {
  font-family: 'Vollkorn', serif;
  font-style: italic;
  font-size: 1.2em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media(min-width: 768px) {
	.or-navbar-brand p {
	  font-size: 1.7em;
	}
}

html[lang=en-us] .or-navbar-brand p.es.notranslate {
	display: none;
}

html[lang=es] .or-navbar-brand p.en-us {
	display: none;
}

html[lang=es] .or-navbar-brand p.es.notranslate {
	display: block;
}

.or-navigation {
  min-height: 6rem;
}

@media(min-width: 768px) {
	.or-navigation {
	  min-height: 8rem;
	}
}

.or-navigation-list {
  min-height: 6rem;
  justify-content: flex-end;
}

@media(min-width: 768px) {
	.or-navigation-list {
	  min-height: 8rem;
	}
}

.or-navigation-list > li > a {
  font-size: inherit;
  padding: 1rem 1.5rem;
}

@media(min-width: 768px) {
	.or-navigation-list > li > a {
		font-size: 1.3rem;
	}
}

.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 {
	  width: 8rem;
	  height: 8rem;
	}
}

@media (min-width: 768px) {
  .or-navbar-translation-wrapper {
    right: 0;
  }
}

.or-navbar-tranlation-button-icon {
  color: inherit !important;
}

@media (min-width: 768px) {
	.or-navbar-tranlation-button-icon {
	    font-size: 2rem;
	}
}

.gov-header {
  position: relative;
  min-height: 28rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: center 40%/cover no-repeat url("/PublishingImages/flag-bg-arpa.jpg");
  color: white;
}
.arp-home .gov-header {
  min-height: 75vh;
}

.gov-header .gov-header-navigation {
  z-index: 2;
  width: 100%;
  position: fixed;
  left: 0;
}
.gov-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gov-header .checkedOutMessage {
  position: relative;
  z-index: 1;
  width: 100%;
}
.gov-header .gov-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;
}
.arp-home .gov-header .gov-header-content {
  width: 90%;
  max-width: 37rem;
  padding-bottom: 15.34375rem;
}
@media (max-width: 1000px) {
  .arp-home .gov-header .gov-header-content {
    padding-bottom: 5rem;
  }
}

.gov-header .gov-header-content h2 {
  font-family: 'Vollkorn', serif;
	text-transform:uppercase;
  font-size: 3rem;
}

.gov-header .gov-header-content h2 span {
	font-size: 1.2em;
}
.arp-home .gov-header .gov-header-content h2 {
  font-size: 7rem;
  line-height: 4rem;
}

.gov-header .gov-header-content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 24px
}
.gov-header .gov-header-content hr {
  border-color: white;
  width: 10rem;
}

gov-alert .gov-active-alert {
  position: relative;
  z-index: 1;
  background-color: #f5ecc4;
  color: #282828;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  padding-right: 4rem;
}
gov-alert .gov-active-alert p, gov-alert .gov-active-alert .gov-alert-content {
  margin-right: 1rem;
}
gov-alert .gov-active-alert a {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
gov-alert .gov-active-alert .fas.fa-bell {
  margin-right: 0.5rem;
}
gov-alert .gov-active-alert p {
  margin-top: 0;
  margin-bottom: 0;
}
gov-alert .gov-active-alert button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  order: 10;
  font-size: 1.5rem;
  background: none;
  border: none;
  padding: 1rem 1.4rem;
  line-height: 1;
}

gov-counts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 800px) {
  gov-counts {
    margin: 0 -16.5rem;
  }
}
@media (max-width: 1040px) {
  gov-counts .gov-count {
    margin-left: 1.5rem;
    margin-right: 1.5rem !important;
    margin-bottom: 1.5rem;
  }
  gov-counts .gov-count-button {
    flex: 1 1 100%;
  }
  gov-counts .gov-count-button a {
    margin: 0 auto;
    max-width: 20rem;
  }
}
gov-counts .gov-count {
  margin-right: 4rem;
}
gov-counts .gov-amount {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Raleway";
  font-feature-settings: "lnum";
}
gov-counts .gov-unit {
  display: block;
  font-size: 1.4rem;
}
gov-counts .gov-count-button {
  flex-shrink: 1;
}
@media (min-width: 1041px) {
  gov-counts .gov-count-button {
    max-width: 10rem;
  }
}
gov-counts .gov-count-button a {
  position: relative;
  display: block;
  width: 100%;
  border: solid 2px white;
  padding: 1.4rem;
  padding-right: 2.9rem;
  color: white !important;
  border-radius: 0.4rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
gov-counts .gov-count-button a i {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
}
gov-counts .gov-count-button a:hover {
  text-decoration: none;
  background: white;
  color: #123a83 !important;
}
gov-counts .gov-count-modified {
  padding: 2rem;
  flex: 0 0 100%;
}

gov-featured-video {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  margin-top: -14.0625%;
  margin-bottom: 6rem;
  min-height: 19.6875rem;
  border-radius: 0.4rem;
  overflow: hidden;
  background: white;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1000px) {
  gov-featured-video {
    flex-flow: column;
    height: auto;
    margin-top: 3rem;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    border-radius: 0;
  }
  gov-featured-video .gov-video-embed {
    order: 1;
    width: 100% !important;
    padding-top: 56.25%;
  }
  gov-featured-video .gov-video-content {
    padding: 0;
  }
}

.gov-video-embed {
  position: relative;
  flex: 0 0 auto;
  width: 50%;
  z-index: 1;
  background: black;
}
.gov-video-embed a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.gov-video-embed a img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gov-video-embed a .gov-video-embed-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, transparent, rgba(0, 0, 0, 0.5));
  transition: opacity 0.5s ease;
}
.gov-video-embed a:hover .gov-video-embed-overlay {
  opacity: 0;
}
.gov-video-embed a span.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 2.5rem;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 0.3rem;
  border-radius: 100rem;
  padding-left: 0.3rem;
  opacity: 0.8;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5), inset 0 0 1.5rem rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.gov-video-embed a:hover span.fa {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.08);
}
.gov-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gov-video-content {
  padding: 2rem;
}
.gov-video-content .gov-h5 {
  color: #104d8f;
}
.gov-video-content h3 {
  margin-bottom: 1rem;
}
.gov-video-content .gov-video-date {
  font-family: 'Vollkorn', serif;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 2.25rem;
  font-size: 1.36rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

gov-activities {
  display: block;
}
gov-activities a {
  color: inherit !important;
  text-decoration: underline;
  text-decoration-style: solid !important;
}
gov-activities select {
  font-size: inherit !important;
  border-radius: 0.5rem;
}
gov-activities .gov-activities-county-header {
  padding: 3rem 2rem;
  border-radius: 0.6rem;
}
gov-activities .label {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  border-radius: 100rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.96rem;
}
gov-activities .gov-activity {
  padding: 1rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.gov-activity-guidance-list {
  border: solid 1px #ccc;
  border-radius: 0.4rem;
  margin-bottom: 3rem !important;
  max-width: 50rem;
  margin: 0 auto;
}

.gov-activity-guidance-list > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 1rem 1rem;
}

.gov-activity-guidance-list .gov-btn {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 1.5rem !important;
}

.gov-activity-guidance-list > div:not(:last-of-type) {
  border-bottom: solid 1px #ccc;
}

gov-answer-links, gov-guidance-list {
  display: block;
  max-width: 55rem;
  margin: 0 auto;
}
gov-answer-links .gov-answer-link, gov-answer-links .gov-guidance-link, gov-guidance-list .gov-answer-link, gov-guidance-list .gov-guidance-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-top: solid 1px #eee;
  font-size: 1.36rem;
  font-weight: 500;
}
gov-answer-links .gov-answer-link a:not(.gov-btn):not(:hover), gov-answer-links .gov-guidance-link a:not(.gov-btn):not(:hover), gov-guidance-list .gov-answer-link a:not(.gov-btn):not(:hover), gov-guidance-list .gov-guidance-link a:not(.gov-btn):not(:hover) {
  text-decoration: none;
}
gov-answer-links .gov-answer-link a:not(.gov-btn):hover, gov-answer-links .gov-guidance-link a:not(.gov-btn):hover, gov-guidance-list .gov-answer-link a:not(.gov-btn):hover, gov-guidance-list .gov-guidance-link a:not(.gov-btn):hover {
  text-decoration: underline;
}
gov-answer-links .gov-answer-link p, gov-answer-links .gov-guidance-link p, gov-guidance-list .gov-answer-link p, gov-guidance-list .gov-guidance-link p {
  flex: 1 1 auto;
  margin-top: 0;
  margin-right: 1rem;
  margin-bottom: 0;
}
gov-answer-links .gov-answer-link .dropdown, gov-answer-links .gov-answer-link .gov-btn, gov-answer-links .gov-guidance-link .dropdown, gov-answer-links .gov-guidance-link .gov-btn, gov-guidance-list .gov-answer-link .dropdown, gov-guidance-list .gov-answer-link .gov-btn, gov-guidance-list .gov-guidance-link .dropdown, gov-guidance-list .gov-guidance-link .gov-btn {
  flex: 0 0 auto;
}
gov-answer-links .gov-answer-link .gov-btn, gov-answer-links .gov-guidance-link .gov-btn, gov-guidance-list .gov-answer-link .gov-btn, gov-guidance-list .gov-guidance-link .gov-btn {
  margin-bottom: 0;
}

gov-video-list .gov-video {
  border-top: solid 1px #ccc;
  padding: 3rem 0;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 560px) {
  gov-video-list .gov-video {
    flex-wrap: wrap;
  }
}
gov-video-list .gov-video .gov-video-embed {
  width: 40%;
  padding-top: 22.5%;
}
@media (max-width: 800px) {
  gov-video-list .gov-video .gov-video-embed {
    width: 50%;
    padding-top: 28.125%;
  }
}
@media (max-width: 560px) {
  gov-video-list .gov-video .gov-video-embed {
    width: 100%;
    padding-top: 56.25%;
  }
}
gov-video-list .gov-video .gov-video-content {
  padding: 0 3rem;
}
@media (max-width: 560px) {
  gov-video-list .gov-video .gov-video-content {
    padding: 3rem 0 0 0;
  }
}

gov-updates-list .gov-update {
  position: relative;
  padding: 3rem 0;
  border-top: solid 1px #ccc;
}
gov-updates-list .gov-update a[id^=gov-update-] {
  position: absolute;
  display: block;
}

gov-social-toolkit-list {
  display: flex;
  flex-wrap: wrap;
}
gov-social-toolkit-list .gov-social-toolkit {
  display: flex;
  flex-flow: column;
  border-radius: 0.4rem;
  border: solid 1px #ccc;
  margin-bottom: 2rem;
  flex: 0 0 auto;
}
@media (max-width: 479.98px) {
  gov-social-toolkit-list .gov-social-toolkit {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  gov-social-toolkit-list .gov-social-toolkit {
    width: calc((100% - (2rem)) / 2);
    margin-right: 2rem;
  }
  gov-social-toolkit-list .gov-social-toolkit:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  gov-social-toolkit-list .gov-social-toolkit {
    width: calc((100% - (4rem)) / 3);
    margin-right: 2rem;
  }
  gov-social-toolkit-list .gov-social-toolkit:nth-of-type(3n) {
    margin-right: 0;
  }
}
gov-social-toolkit-list .gov-social-toolkit .gov-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  overflow: hidden;
}
gov-social-toolkit-list .gov-social-toolkit .gov-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
gov-social-toolkit-list .gov-social-toolkit .gov-social-toolkit-content {
  flex: 1 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  padding: 1.5rem;
  text-align: center;
}
gov-social-toolkit-list .gov-social-toolkit .gov-social-toolkit-content h3 {
  margin-top: 0;
}
gov-social-toolkit-list .gov-social-toolkit .gov-social-toolkit-content h3 a {
  text-decoration: none;
}
gov-social-toolkit-list .gov-social-toolkit .gov-social-toolkit-content p {
  flex: 1 0 1px;
  margin-top: 0;
}
gov-social-toolkit-list .gov-social-toolkit .gov-social-toolkit-content .gov-btn {
  margin-bottom: 0 !important;
}

gov-recent-updates {
  display: flex;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-top: 2rem;
  padding: 2rem 0;
}
@media (max-width: 999.98px) {
  gov-recent-updates {
    flex-wrap: wrap;
  }
}
@media (min-width: 1000px) {
  gov-recent-updates > * {
    flex: 0 0 auto;
    width: calc((100% - (2rem * 2)) / 3);
  }
  gov-recent-updates > *:not(:nth-of-type(3n)) {
    margin-right: 2rem;
  }
}
gov-recent-updates .gov-update {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
gov-recent-updates .gov-update .gov-update-content {
  flex: 1 0 auto;
  margin-bottom: 1rem;
}

gov-top-answers {
  display: block;
  padding: 3rem 0;
}
gov-top-answers ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}
gov-top-answers ul li {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto;
  width: calc((100% - 4rem) / 2);
  margin-bottom: 3rem !important;
}
@media (max-width: 720px) {
  gov-top-answers ul li {
    width: 100%;
  }
}
gov-top-answers ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 0 1rem 0;
  text-decoration: none !important;
  color: white !important;
}
gov-top-answers ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.35rem;
  background: #cea931;
  transition: width 0.5s ease;
  z-index: 1;
}
gov-top-answers ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
}
gov-top-answers ul li a:hover::before {
  width: 100%;
}
gov-top-answers ul li a span.far {
  margin-left: 1rem;
  margin-right: 0.5rem;
  transition: transform 0.5s ease;
  font-size: 1.5rem;
}
gov-top-answers ul li a:hover span.far {
  transform: translateX(1rem);
}

gov-answer-topics {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 0;
}
gov-answer-topics > a {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.2rem;
  overflow: hidden;
  padding: 4.5rem 2rem;
  font-family: 'Vollkorn', serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-decoration: none !important;
  color: white !important;
  overflow: hidden;
}
@media (min-width: 860px) {
  gov-answer-topics > a {
    width: calc((100% - (0.2rem * 2)) / 3);
  }
  gov-answer-topics > a:not(:nth-child(3n)) {
    margin-right: 0.2rem;
  }
}
@media (min-width: 570px) and (max-width: 859.98px) {
  gov-answer-topics > a {
    width: calc((100% - (0.2rem * 1)) / 2);
  }
  gov-answer-topics > a:not(:nth-child(2n)) {
    margin-right: 0.2rem;
  }
}
@media (max-width: 569.98px) {
  gov-answer-topics > a {
    width: 100%;
    padding: 2rem 2rem !important;
  }
}
gov-answer-topics > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
gov-answer-topics > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(18, 58, 131, 0.9);
  transition: background-color 0.3s ease;
}
gov-answer-topics > a:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
gov-answer-topics > a > div {
  position: relative;
  min-height: 3.65rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
}

.arp-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;
}
.arp-home newsroom-web-part > div {
  padding-bottom: 0 !important;
  margin-bottom: 2rem !important;
  border-bottom: none !important;
  height: 32rem;
  display: flex;
  flex-flow: column;
  flex: 0 0 auto;
  width: calc((100% - (2rem * 2)) / 3);
}
.arp-home newsroom-web-part > div:not(:nth-child(3n)) {
  margin-right: 2rem;
}
@media (max-width: 867px) {
  .arp-home newsroom-web-part > div {
    width: 100%;
    height: auto;
  }
  .arp-home newsroom-web-part > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.arp-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;
}
.arp-home newsroom-web-part > div a:nth-child(2) {
  text-decoration: none !important;
}
.arp-home newsroom-web-part > div a:nth-child(2) h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Vollkorn', serif;
  font-weight: 500;
  font-size: 1.8rem;
}
.arp-home newsroom-web-part > div p:nth-of-type(2):not([data-bind]) {
  font-family: 'Vollkorn', serif;
  font-weight: 300 !important;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.arp-home newsroom-web-part > div p:nth-of-type(2):not([data-bind]) b {
  font-weight: inherit;
}
.arp-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;
}
.arp-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;
}
.arp-home newsroom-web-part > div p:last-of-type[data-bind]::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  background: linear-gradient(to top, white, transparent);
}
@media (max-width: 867px) {
  .arp-home newsroom-web-part > div p:last-of-type[data-bind]::after {
    content: none;
  }
}
.arp-home newsroom-web-part > div p:nth-of-type(2):not([data-bind]) + p:last-of-type[data-bind] {
  padding-top: 0;
}
.arp-home newsroom-web-part > div p:nth-of-type(2):not([data-bind]) + p:last-of-type[data-bind]::before {
  content: none;
}
.arp-home newsroom-web-part > div div:last-of-type .btn {
  margin-bottom: none;
  margin-top: 1.5rem;
}

footer {
  position: relative;
  margin-top: 0;
  background: radial-gradient(circle at center, rgba(18, 58, 131, 0.92), rgba(24, 36, 87, 0.92)), center/200px auto url("/PublishingImages/noise.png"), radial-gradient(circle at center, rgba(18, 58, 131, 0.5), #1b1b46);
  box-shadow: none;
  padding: 4.5rem 5rem;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: white;
}
@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 .gov-footer-nav {
  flex: 0 0 30%;
}
@media (max-width: 1100px) {
  footer .gov-footer-nav {
    flex: 0 1 33.33%;
  }
}
@media (max-width: 920px) {
  footer .gov-footer-nav {
    flex: 0 1 50%;
  }
}
@media (max-width: 680px) {
  footer .gov-footer-nav {
    flex: 0 0 100%;
  }
}
footer .gov-footer-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .gov-footer-nav ul li {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
footer .gov-footer-nav ul a {
  position: relative;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none !important;
}
footer .gov-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 .gov-footer-nav ul a:hover span {
  opacity: 1;
  transform: none;
}
footer .gov-footer-brand {
  flex: 0 0 40%;
  text-align: center;
}
@media (max-width: 1100px) {
  footer .gov-footer-brand {
    flex: 0 1 33.33%;
  }
}
@media (max-width: 920px) {
  footer .gov-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 .gov-footer-brand h3 {
  margin-top: 0;
  font-family: "Crimson Pro";
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
footer .gov-footer-brand h3 span {
  text-transform: none;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0;
}
footer .gov-footer-brand img {
  width: 13rem;
  opacity: 0.37;
  margin: 0 auto;
  margin-top: -1rem;
  margin-bottom: -0.7rem;
  display: block;
}
footer .gov-footer-contact {
  flex: 0 0 30%;
  text-align: right;
  padding-top: 1rem;
  padding-right: 1rem;
}
@media (max-width: 1100px) {
  footer .gov-footer-contact {
    flex: 0 1 33.33%;
  }
}
@media (max-width: 920px) {
  footer .gov-footer-contact {
    flex: 0 1 50%;
  }
}
@media (max-width: 680px) {
  footer .gov-footer-contact {
    flex: 0 0 100%;
    text-align: left;
    margin-top: 2rem;
  }
  footer .gov-footer-contact address {
    margin-left: 1rem;
  }
  footer .gov-footer-contact .gov-footer-icons {
    justify-content: flex-start !important;
  }
}
footer .gov-footer-contact .gov-footer-icons {
  display: flex;
  justify-content: flex-end;
}
footer .gov-footer-contact .gov-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 .gov-footer-contact .gov-footer-icons a:hover {
  background: white !important;
  color: #1b1b46;
}
footer .gov-statewide-links {
  flex: 0 0 100%;
  margin-top: 4rem;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding-top: 1.3rem;
}
footer .gov-statewide-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .gov-statewide-links ul li {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
footer .gov-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;
}

.gov-header + .checkedOutMessage {
  display: none !important;
}

.checkedOutMessage.alert {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  color: white;
}
.checkedOutMessage.alert a {
  color: white !important;
}
.checkedOutMessage.alert .ms-imnSpan {
  display: none;
}

.ms-rte-embedil {
  display: block;
}

.tableauPlaceholder {
  margin: 0 auto;
}

.gov-header-content small {
    color: #d9c22e !important;
}

main {
	font-size: 1.3rem;	
}

.lead {
	font-size: 1.6rem;
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale
}

small {
	color: inherit !important;
}

.or-countdown-alert {
    background-color: #002161!important;
}

dt {
  font-family: 'Vollkorn', serif;
  color: #867719;
  font-weight:400;
  font-size: 1.2em;
}

dd {
    margin-bottom: 0.4em;
}

html {
  font-family: sans-serif;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.text-center {
  text-align: center;
}

.color-white {
  color: #fff;
}

.box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 35px 15px;
  width: 100%;
}

@media screen and (min-width:1380px) {
  .box-container {
    flex-direction: row
  }
}


/* FLIP CARDS */


    :root {
  --time: 0.707s;
}

.cards {
    display: flex;
    flex-wrap: wrap;
}
.card {
  perspective: 40rem;
  cursor:pointer;
}

.card-body {
  display: flex;
  transform-style: preserve-3d;
  transition: var(--time) transform;
}
.card:focus .card-body {
  transform: rotateY(-180deg);
}

.card-front,
.card-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 100%;
}

.card-back {
  transform: rotateX(-180deg) rotateZ(180deg) translate(100%, 0)
}

/* Make it Pretty */

.cards {
  padding: 2rem;
}

.card {
  flex: 0 0 auto;
  width: calc((100% - (2rem * (3 - 1))) / 3);
  transition: z-index, transform calc(var(--time) / 4);
  transition-delay: var(--time), 0s;
  text-decoration: none;
  color: inherit;
  z-index: 0;
  cursor: pointer;
}
.card:hover {
  transition-delay: 0s;
  z-index: 1;
}
.card:active {
  transform: scale(0.975);
}

.card-body {
  border-radius: 0.25rem;
  flex: 1;
}

.card-front,
.card-back {
  align-items: center;
  background-color: white;
  box-sizing: border-box;
  border-radius: 0.25rem;
}

.card-back {
	background: radial-gradient(circle at center, rgba(18, 58, 131, 0.92), rgba(24, 36, 87, 0.92)), center/200px auto url("/PublishingImages/noise.png"), radial-gradient(circle at center, rgba(18, 58, 131, 0.5), #1b1b46);
	color: #fff;
}

.card-back a {
	
	color: #fff;
}

.card-front .card-title {
	text-align: center;
}

.card-front .card-title, .card-back {
	padding: 20px;
}

.card-body {
  padding: 1.5rem;
}

.shadow, .card-front,
.card-back {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.04), 0 8px 8px rgba(0, 0, 0, 0.04), 0 16px 16px rgba(0, 0, 0, 0.04);
}

.flipcard-front h3 {
    font-size: 24px !important;
    font-weight: 700
}

.flipcard-button-open, .flipcard-front {
	cursor:pointer
}
