/* Screen widths */
/* 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;
}
.merriweather {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.rosario {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5rem;
  color: #000000;
  line-height: 1.1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}
h2,
.h2 {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  color: #5B5A80;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #5B5A80;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}
h4,
.h4 {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #000000;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 2.2rem;
  }
}
.text-lg {
  font-size: 3rem;
  line-height: 1.5;
}
.text-md {
  font-size: 2.3rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 2rem;
  line-height: 1.5;
}
.text-xs {
  font-size: 1.4rem;
  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: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.3rem;
  font-weight: 400;
  color: #000000;
  position: relative;
  background: #EEF0E2;
  /** Frontpage styling **/
  /** recaptcha v3 badge **/
}
body .container {
  --bs-gutter-x: 1.4rem;
}
@media screen and (max-width: 991px) {
  body .container {
    --bs-gutter-x: 4.4rem;
  }
}
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: #EEF0E2 !important;
  --bs-list-group-bg: #EEF0E2;
}
body .wrapper-banner {
  overflow: hidden;
  margin-top: -50px;
  padding-bottom: 200px;
}
@media screen and (max-width: 991px) {
  body .wrapper-banner {
    padding-bottom: 180px;
  }
}
body.path-frontpage #main-wrapper {
  margin-top: -150px;
}
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: #E1595C;
}
body #block-drupalbase-custom-content .bodytext {
  font-size: 2rem;
}
body #block-drupalbase-custom-content blockquote {
  background: #CFCFE5;
  padding: 2rem;
  border-left: 12px solid #5B5A80;
  border-radius: 0 40px 40px 0;
}
body #block-drupalbase-custom-content blockquote p {
  margin-bottom: 0;
}
body p {
  font-size: 2.3rem;
}
body ul:not(.list-group) li {
  margin-bottom: 8px;
}
body caption {
  font-style: italic;
}
body h1,
body .h1 {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5rem;
  color: #000000;
  line-height: 1.1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body h1,
  body .h1 {
    font-size: 4rem;
  }
}
body h2,
body .h2 {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  color: #5B5A80;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  body h2,
  body .h2 {
    font-size: 3rem;
  }
}
body h3,
body .h3 {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #5B5A80;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  body h3,
  body .h3 {
    font-size: 2.4rem;
  }
}
body h4,
body .h4 {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #000000;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  body h4,
  body .h4 {
    font-size: 2.2rem;
  }
}
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,
body .text-white p {
  color: #FBFCF3;
}
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 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: #5B5A80;
  font-weight: bold;
}
body #main a:not(.btn):visited {
  color: #5B5A80;
}
body #main a:not(.btn):hover,
body #main a:not(.btn):focus {
  color: #231F20;
}
body #main ul:not(.list-group) li,
body #main ol li {
  font-size: 2.3rem;
}
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 #block-drupalbase-custom-copyright {
  padding-top: 20px;
}
body #block-drupalbase-custom-copyright .field--name-field-media-image {
  width: 65%;
  margin: auto;
}
body #block-drupalbase-custom-copyright .field--name-field-media-image svg {
  width: 100%;
}
body #block-drupalbase-custom-copyright .field--name-field-media-image svg g,
body #block-drupalbase-custom-copyright .field--name-field-media-image svg path {
  fill: #e5f2fe;
}
@media screen and (max-width: 767px) {
  body #block-drupalbase-custom-copyright .field--name-field-media-image {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 425px) {
  body #block-drupalbase-custom-copyright .field--name-field-media-image {
    width: 80%;
  }
}
body #block-drupalbase-custom-copyright .field--name-field-media-image:hover g,
body #block-drupalbase-custom-copyright .field--name-field-media-image:hover path {
  fill: #8eedfb;
}
body #block-drupalbase-custom-copyright .social {
  margin: 15px;
  text-align: center;
  font-size: 2.3rem;
}
body #block-drupalbase-custom-copyright .social a {
  color: #e5f2fe !important;
}
body #block-drupalbase-custom-copyright .social a:hover {
  color: #8eedfb !important;
}
body #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;
  }
}
