/* Screen widths */
/* Site Colors */
/** Shared styles **/
.shadow {
  -webkit-box-shadow: 0px 12px 24px rgba(53, 67, 74, 0.2);
  -moz-box-shadow: 0px 12px 24px rgba(53, 67, 74, 0.2);
  box-shadow: 0px 12px 24px rgba(53, 67, 74, 0.2);
}
.inset-shadow {
  -webkit-box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.4) inset;
  -moz-box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.4) inset;
  box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.4) inset;
}
.inset-shadow-2 {
  -webkit-box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.2) inset;
  -moz-box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.2) inset;
  box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.2) inset;
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.card-base {
  background-color: #FAFCFC;
  border-radius: 8px;
  border: 1px solid #0B4D4E;
  color: #1B2225;
  padding: 16px;
  -webkit-box-shadow: 0px 12px 24px rgba(53, 67, 74, 0.2);
  -moz-box-shadow: 0px 12px 24px rgba(53, 67, 74, 0.2);
  box-shadow: 0px 12px 24px rgba(53, 67, 74, 0.2);
}
.card-base h2,
.card-base h3 {
  color: #073334;
}
.card-base:hover,
.card-base:focus-visible {
  background-color: #DEEFE7;
  border: 2px solid #0B4D4E;
  padding: 15px;
}
.card-base:hover:active,
.card-base:focus-visible:active {
  background-color: #0B4D4E;
  color: #FAFCFC;
}
.card-base:hover:active h2,
.card-base:focus-visible:active h2,
.card-base:hover:active a,
.card-base:focus-visible:active a {
  color: #FAFCFC;
}
.card-base:active {
  background-color: #0B4D4E;
  color: #FAFCFC;
}
.card-base:active *,
.card-base:active a {
  color: #FAFCFC;
}
.gradient-1 {
  background: var(--Primary-grad, linear-gradient(180deg, #003D59 0%, #002333 100%));
}
.gradient-2 {
  background: var(--Secondary-grad, linear-gradient(180deg, #0B4D4E 0%, #073334 100%));
}
html {
  font-size: 10px;
}
body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.6rem !important;
  font-weight: 400;
  line-height: 1.75;
  color: #1B2225;
  position: relative;
  background: #FAFCFC;
  /** Typography **/
  /** End Typography **/
  /** Links and Buttons **/
  /** End Links and Buttons **/
  /** Backgrounds **/
  /** End Backgrounds **/
  /** Buttons **/
  /** End Buttons **/
  /** recaptcha v3 badge **/
}
body h1,
body .h1 {
  font-family: 'Merriweather', sans-serif;
  font-weight: 400;
  font-size: 3.9rem;
  color: #003D59;
  margin-bottom: 2.4rem;
  line-height: 1.5;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  body h1,
  body .h1 {
    font-size: 2.9rem;
  }
}
body h2,
body .h2 {
  font-family: 'Merriweather', sans-serif;
  font-weight: 400;
  font-size: 3.1rem;
  color: #003D59;
  margin-bottom: 1.6rem;
  line-height: 1.5;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  body h2,
  body .h2 {
    font-size: 2.4rem;
  }
}
body h3,
body .h3 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  color: #003D59;
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
  line-height: 1.5;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  body h3,
  body .h3 {
    font-size: 2rem;
  }
}
body h4,
body .h4 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #003D59;
  margin-bottom: 0.8rem;
  line-height: 1.5;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  body h4,
  body .h4 {
    font-size: 1.8rem;
  }
}
body caption {
  font-style: italic;
}
body p {
  margin-bottom: 1.6rem;
}
body p,
body li {
  max-width: 800px;
}
body .lead {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  body .lead {
    font-size: 2rem;
  }
}
body .lead:not(:last-child) {
  margin-bottom: 64px;
}
body a {
  color: #003D59;
  text-decoration-thickness: 1px;
}
body a:hover {
  color: #002333;
}
body a:hover,
body .nav-link:hover {
  text-decoration: none !important;
}
body .bg-gray {
  background-color: #E1E7E9;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.4) inset;
  -moz-box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.4) inset;
  box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.4) inset;
  padding: 48px 0;
  margin-top: 64px;
}
body .bg-gray h2:first-child {
  margin-top: 0;
}
body .bg-green {
  background-color: #0B4D4E;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.2) inset;
  -moz-box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.2) inset;
  box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.2) inset;
  padding: 48px 0;
}
body .bg-green h2:first-child {
  margin-top: 0;
}
body .bg-green * {
  color: #FAFCFC !important;
}
body .bg-green h3 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
  text-underline-offset: 2px;
}
body .row,
body .row > * {
  --bs-gutter-x: 2.4rem;
}
body .gutter-lg {
  --bs-gutter-x: 3.2rem;
}
body .notransform {
  transform: none !important;
}
body .alert-heading {
  margin-top: 0;
}
body .banner button.accordion-button:focus {
  outline: 2px solid #2491ff;
  outline-offset: 2px;
}
body #page,
body #main-wrapper,
body .region-primary-menu .menu-item a.is-active,
body .region-primary-menu .menu-item--active-trail a,
body ul.list-group {
  background: #FAFCFC !important;
  --bs-list-group-bg: #FAFCFC;
}
body .region-header-start {
  width: 100%;
}
body .field--type-image img {
  margin: 0 !important;
}
body .visually-hidden.skip-link.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  background-color: #FAFCFC;
  color: #003D59;
}
body .contextual-region .contextual .contextual-links a {
  color: #1B2225 !important;
}
body #block-drupalbase-custom-content .bodytext {
  font-size: 2rem;
}
body hr {
  margin: 12px 0;
  border-top: 1px solid #8FA4AE;
}
body .d-shadow {
  -webkit-box-shadow: 0px 12px 24px rgba(53, 67, 74, 0.2);
  -moz-box-shadow: 0px 12px 24px rgba(53, 67, 74, 0.2);
  box-shadow: 0px 12px 24px rgba(53, 67, 74, 0.2);
}
body .text-white h1,
body .text-white h2,
body .text-white h3,
body .text-white h4,
body .text-white h5,
body .text-white .h1,
body .text-white .h2,
body .text-white .h3,
body .text-white .h4,
body .text-white .h5 {
  color: #FAFCFC !important;
}
body .border,
body .border-top,
body .border-end,
body .border-bottom,
body .border-start {
  border-color: #D2DBDF !important;
}
body .btn {
  padding: 8px 12px;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  font-weight: 500;
  width: auto;
}
body .btn-default,
body .btn-secondary {
  background-color: #FAFCFC;
  border-color: #003D59;
  color: #003D59;
}
body .btn-default:hover,
body .btn-secondary:hover,
body .btn-default:focus,
body .btn-secondary:focus {
  background-color: #003D59;
  border-color: #003D59;
  color: #FAFCFC;
}
body .btn-primary {
  background-color: #002333;
  border-color: #002333;
  color: #FAFCFC;
}
body .btn-primary:hover,
body .btn-primary:focus {
  background-color: #003D59;
  border-color: #003D59;
  color: #FAFCFC;
}
body .btn-info {
  background-color: transparent;
  border-color: transparent;
  color: #002333;
}
body .btn-info:hover {
  background-color: transparent;
  border-color: transparent;
  color: #003D59;
}
body .btn-sm {
  padding: 0.2rem 1.2rem;
}
body .btn-auto {
  width: auto;
}
body .text-muted {
  color: #50646F !important;
}
body svg.ext,
body svg.mailto {
  width: 16px;
  height: 16px;
  fill: #1B2225;
  margin-left: 0.4rem;
  vertical-align: baseline;
  padding-right: 0;
}
body svg.ext path,
body svg.mailto path {
  stroke: #1B2225;
  stroke-width: 1px;
}
body #main ul,
body #main ol {
  margin-bottom: 1.6rem;
}
body #main ul li p,
body #main ol li p {
  margin-bottom: 0;
}
body #main .block ~ .block {
  margin-bottom: 6.4rem;
}
body .grecaptcha {
  z-index: 20;
}
body #block-drupalbase-custom-content h2 {
  margin-top: 6.4rem;
}
body.path-frontpage #main-wrapper h2 {
  text-align: center;
  border-bottom: 1px solid #8FA4AE;
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 100%;
}
body.path-frontpage .public-comment-link {
  margin-top: 2rem;
}
body.path-frontpage .more-link,
body.path-frontpage .public-comment-link {
  text-align: center;
}
body.path-frontpage .more-link a,
body.path-frontpage .public-comment-link a {
  padding: 8px 12px;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  font-weight: 500;
  width: auto;
  background-color: #FAFCFC;
  border-color: #003D59;
  color: #003D59;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}
body.path-frontpage .more-link a:hover,
body.path-frontpage .public-comment-link a:hover,
body.path-frontpage .more-link a:focus,
body.path-frontpage .public-comment-link a:focus {
  background-color: #003D59;
  border-color: #003D59;
  color: #FAFCFC;
}
body.path-frontpage .more-link a svg.ext,
body.path-frontpage .public-comment-link a svg.ext {
  width: 20px;
  height: 20px;
  fill: #003D59;
}
body.path-frontpage .more-link a svg.ext path,
body.path-frontpage .public-comment-link a svg.ext path {
  stroke: #003D59;
  stroke-width: 2px;
}
body.path-frontpage .more-link a:hover svg.ext,
body.path-frontpage .public-comment-link a:hover svg.ext {
  fill: #FAFCFC;
}
body.path-frontpage .more-link a:hover svg.ext path,
body.path-frontpage .public-comment-link a:hover svg.ext path {
  stroke: #FAFCFC;
  stroke-width: 2px;
}
body.page-node-type-events time.datetime {
  font-weight: 600;
}
body.page-node-13917 #block-testifyingdisclaimer {
  display: none;
}
body #block-drupalbase-custom-subscribehere .field--name-body > p {
  max-width: 100%;
}
body #block-drupalbase-custom-footer4 .content li {
  color: #fff;
}
