/* Screen widths */
/* Site Colors */
.overlay-green {
  background: #78AC60;
}
.overlay-blue {
  background: #6CA8D7;
}
.blur {
  backdrop-filter: blur(23.70000076px);
}
.shadow {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
h1,
.h1 {
  font-size: 3.6rem;
  color: #000000;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}
h2,
.h2 {
  font-size: 2.4rem;
  color: #000000;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-size: 2rem;
  color: #000000;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}
h4,
.h4 {
  font-size: 2rem;
  color: #000000;
  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-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  position: relative;
  background: #FFF;
  font-family: 'Source Sans 3';
  /** 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 .wrapper-banner {
  overflow-x: hidden;
}
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: #ADD8F0;
}
body h1,
body .h1 {
  font-size: 3.6rem;
  color: #000000;
  line-height: 1.5;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 767px) {
  body h1,
  body .h1 {
    font-size: 3.5rem;
  }
}
body h2,
body .h2 {
  font-size: 2.4rem;
  color: #000000;
  line-height: 1.5;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 767px) {
  body h2,
  body .h2 {
    font-size: 3rem;
  }
}
body h3,
body .h3 {
  font-size: 2rem;
  color: #000000;
  line-height: 1.5;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 767px) {
  body h3,
  body .h3 {
    font-size: 2.4rem;
  }
}
body h4,
body .h4 {
  font-size: 2rem;
  color: #000000;
  line-height: 1.5;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 767px) {
  body h4,
  body .h4 {
    font-size: 2.2rem;
  }
}
body #block-drupalbase-custom-content .bodytext {
  font-size: 2rem;
}
body .wrapper-content-lower-middle {
  color: #000000;
}
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: #000000;
}
body p {
  font-family: 'Source Sans 3';
}
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 h2,
body .block h2 {
  margin: 2rem 0;
}
body #main h2#block-sitemap-menu,
body .block h2#block-sitemap-menu {
  margin-top: 0;
}
body #main h3,
body .block h3 {
  margin: 1.5rem 0;
}
body #main .material-icons,
body .block .material-icons {
  font-size: inherit;
  line-height: 0;
  position: relative;
  top: 2px;
}
body a {
  color: #4A6C3A;
}
body a:hover,
body a:focus {
  color: #1b2715;
}
body .material-icons,
body .alert-icon {
  font-family: "Material Icons" !important;
}
body.path-frontpage .region-content-top {
  margin: 36px 0;
}
body .contextual-region .contextual .contextual-links a {
  color: #333 !important;
}
body .align-center img {
  margin-right: auto !important;
  margin-left: auto !important;
}
body .align-center {
  justify-self: center;
}
body .white-bck {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem 3rem;
  background: #FFFFFF;
  border-radius: 4px;
}
body .gray-bck {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem 3rem;
  background: #EDEDED;
  border: 1px solid #ccc;
  border-radius: 4px;
}
body .green-bck {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem 3rem;
  background: #78AC60;
  border-radius: 4px;
}
body .dots-bck {
  padding: 2rem;
  background: url('/sites/default/files/dots-bck-thin.png');
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  color: #FFFFFF;
}
body .dots-bck h2,
body .dots-bck h3,
body .dots-bck h4 {
  color: #FFFFFF;
  margin-top: 0 !important;
}
body a {
  color: #4A6C3A;
  text-decoration: underline;
}
body a[href$=".docx"]:after,
body a[href$=".doc"]:after {
  content: "\e5ed";
  font-family: 'Font Awesome 6 Pro';
  left: 6px;
  position: relative;
  font-size: 2rem;
}
body a[href$=".pdf"]:after {
  content: "\f1c1";
  font-family: 'Font Awesome 6 Pro';
  left: 6px;
  position: relative;
  font-size: 2rem;
}
body a[href$=".xlsx"]:after,
body a[href$=".xls"]:after {
  content: "\e64d";
  font-family: 'Font Awesome 6 Pro';
  left: 6px;
  position: relative;
  font-size: 2rem;
}
body a[href$=".pptx"]:after {
  content: "\e64a";
  font-family: 'Font Awesome 6 Pro';
  left: 6px;
  position: relative;
  font-size: 2rem;
}
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;
  }
}
