/* Screen widths */
/* OCLA colors */
/* Site Colors */
.grad-blue {
  background: radial-gradient(58.17% 198.5% at 0% 0%, #0A141F 0%, #15273E 100%);
}
.grad-blue-reverse {
  background: linear-gradient(297deg, #0A141F 0%, #15273E 100%);
}
.grad-green {
  background: linear-gradient(115.93deg, #03332C 29.87%, #011F1A 80.81%);
}
.grad-overlay {
  background: linear-gradient(177.23deg, #101D2EE5 2.52%, #1B304D00 97.98%);
}
.grad-border {
  border-color: #03332C;
  border-image-source: linear-gradient(1deg, #026851 15%, #007b5f 85%);
  border-image-slice: 1;
}
.overlay-green {
  background: #011F1AD5;
}
.overlay-blue {
  background: #101D2EE5;
}
.blur {
  backdrop-filter: blur(23.70000076px);
}
.shadow {
  -webkit-box-shadow: 0px 12px 24px 0px #00000040;
  -moz-box-shadow: 0px 12px 24px 0px #00000040;
  box-shadow: 0px 12px 24px 0px #00000040;
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sans3 {
  font-family: 'Source Sans 3', serif;
  font-weight: 400;
  font-style: normal;
}
.merriweather {
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.rosario {
  font-family: "Rosario", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-family: 'Source Sans 3', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #15273E;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}
h2,
.h2 {
  font-family: 'Source Sans 3', serif;
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #15273E;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-family: 'Source Sans 3', serif;
  font-family: "Rosario", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  color: #1B1B1B;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}
h4,
.h4 {
  font-family: 'Source Sans 3', serif;
  font-family: "Rosario", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  color: #1B1B1B;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 2.2rem;
  }
}
.text-lg {
  font-size: 2.2rem;
  line-height: 1.5;
}
.text-md {
  font-size: 2rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-xs {
  font-size: 1.2rem;
  line-height: 1.5;
}
.focus-ring {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
  box-shadow: 0 0 0 4px #082f52;
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
html {
  font-size: 10px;
}
body {
  font-family: 'Source Sans 3', serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1B1B1B;
  position: relative;
  background: #FFF;
  /** Frontpage styling **/
  /** recaptcha v3 badge **/
}
body a:hover,
body .nav-link:hover {
  text-decoration: none !important;
}
body .row,
body .row > * {
  --bs-gutter-x: 1.5rem;
}
body .notransform {
  transform: none !important;
}
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: #FFF !important;
  --bs-list-group-bg: #FFF;
}
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: #fff;
  color: #0368c0;
}
body #block-drupalbase-custom-content .bodytext {
  font-size: 2rem;
}
body .wrapper-content-middle {
  border-top: 15pt solid #dcd6d2;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
body .wrapper-content-lower-middle {
  background: radial-gradient(58.17% 198.5% at 0% 0%, #0A141F 0%, #15273E 100%);
  -webkit-box-shadow: 0px 12px 24px 0px #00000040;
  -moz-box-shadow: 0px 12px 24px 0px #00000040;
  box-shadow: 0px 12px 24px 0px #00000040;
  color: #FFFFFF;
}
body .wrapper-content-lower-middle h2,
body .wrapper-content-lower-middle .h2,
body .wrapper-content-lower-middle h3,
body .wrapper-content-lower-middle .h3,
body .wrapper-content-lower-middle h4,
body .wrapper-content-lower-middle .h4 {
  color: #FFFFFF;
}
body p {
  max-width: 900px;
}
body ul:not(.list-group) li {
  margin-bottom: 8px;
}
body caption {
  font-style: italic;
}
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: #FFFFFF;
}
body .text-white a:not(.btn) {
  color: #F0F0F0;
}
body .border,
body .border-top,
body .border-end,
body .border-bottom,
body .border-start {
  border-color: #DFE1E2 !important;
}
body #main h1.title {
  color: #467E8B;
  border-bottom: 1px solid #467E8B;
  font-family: "Merriweather", sans-serif;
}
body #main h2 {
  margin: 2rem 0;
}
body #main h2#block-sitemap-menu {
  margin-top: 0;
}
body #main h3 {
  margin: 1.5rem 0;
}
body #main .material-icons {
  font-size: inherit;
  line-height: 0;
  position: relative;
  top: 2px;
}
body #main a:not(.btn) {
  color: #467e8b;
  font-weight: bold;
}
body #main a:not(.btn):hover,
body #main a:not(.btn):focus {
  color: #bd5528;
}
body .material-icons,
body .alert-icon {
  font-family: "Material Icons" !important;
}
body.path-frontpage .region-content-top {
  margin: 36px 0;
}
body .paragraph {
  background-color: #E6EBEA;
}
body .contextual-region .contextual .contextual-links a {
  color: #333 !important;
}
body .align-center img {
  margin-right: auto !important;
  margin-left: auto !important;
}
body .grecaptcha {
  z-index: 20;
}
body .wrapper-footer-bottom {
  background: #2c335e !important;
  border-top: 15pt solid #dcd6d2;
  padding: 20px;
}
body .wrapper-footer-bottom .region-footer-bottom {
  align-items: center;
}
body .wrapper-footer-bottom .region-footer-bottom .block .field--name-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
body .wrapper-footer-bottom .region-footer-bottom .block .field--name-body .footer-button {
  margin-bottom: 10px;
}
body .wrapper-footer-bottom .region-footer-bottom .block .field--name-body .footer-button a {
  background: #ce3e2b;
  transition: 0.3s ease-in-out;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  padding: 6px 12px;
}
body .wrapper-footer-bottom .region-footer-bottom .block .field--name-body .footer-button a:hover {
  background: #b51e0a;
}
body .wrapper-footer-bottom .region-footer-bottom .block .field--name-body ul li {
  list-style: none;
}
body .wrapper-footer-bottom .region-footer-bottom .block .field--name-body ul li a {
  font-size: 1.6rem;
  font-family: 'Source Sans 3', serif;
  text-underline-position: under;
  text-decoration-thickness: 0.5px;
  text-decoration-color: #858585;
}
body .wrapper-footer-bottom .region-footer-bottom .block .field--name-body ul li a:hover {
  color: #fad190 !important;
  text-decoration: none;
}
body .wrapper-footer-bottom .region-footer-bottom #block-drupalbase-custom-copyright {
  padding-top: 20px;
}
body .wrapper-footer-bottom .region-footer-bottom #block-drupalbase-custom-copyright .field--name-field-media-image {
  width: 65%;
  margin: auto;
}
body .wrapper-footer-bottom .region-footer-bottom #block-drupalbase-custom-copyright .field--name-field-media-image svg {
  width: 100%;
}
body .wrapper-footer-bottom .region-footer-bottom #block-drupalbase-custom-copyright .field--name-field-media-image svg g,
body .wrapper-footer-bottom .region-footer-bottom #block-drupalbase-custom-copyright .field--name-field-media-image svg path {
  fill: #e5f2fe;
}
@media screen and (max-width: 767px) {
  body .wrapper-footer-bottom .region-footer-bottom #block-drupalbase-custom-copyright .field--name-field-media-image {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 425px) {
  body .wrapper-footer-bottom .region-footer-bottom #block-drupalbase-custom-copyright .field--name-field-media-image {
    width: 80%;
  }
}
body .wrapper-footer-bottom .region-footer-bottom #block-drupalbase-custom-copyright .field--name-field-media-image:hover g,
body .wrapper-footer-bottom .region-footer-bottom #block-drupalbase-custom-copyright .field--name-field-media-image:hover path {
  fill: #8eedfb;
}
body .wrapper-footer-bottom .region-footer-bottom #block-drupalbase-custom-copyright .social {
  margin: 15px;
  text-align: center;
  font-size: 2.3rem;
}
body .wrapper-footer-bottom .region-footer-bottom #block-drupalbase-custom-copyright .social a {
  color: #e5f2fe !important;
}
body .wrapper-footer-bottom .region-footer-bottom #block-drupalbase-custom-copyright .social a:hover {
  color: #8eedfb !important;
}
body .wrapper-footer-bottom .region-footer-bottom #block-drupalbase-custom-copyright .social a .fontawesome-icon-inline {
  margin: 2px;
}
body #block-drupalbase-custom-wagovlogo .field--name-field-media-image {
  max-width: 130px;
  margin: auto;
  transition: transform 0.5s ease;
}
body #block-drupalbase-custom-wagovlogo .field--name-field-media-image:hover {
  filter: brightness(1.75);
}
@media screen and (max-width: 425px) {
  body #block-drupalbase-custom-wagovlogo .field--name-field-media-image {
    max-width: 100px;
  }
}
