/* Screen widths */
/* Site Colors */
.grad-teal {
  background: radial-gradient(58.17% 198.5% at 0% 0%, #004A48 0%, #007C69 100%);
}
.grad-purple {
  background: linear-gradient(115.93deg, #3E1449 29.87%, #68227A 80.81%);
}
.grad-ocean {
  background: linear-gradient(115.93deg, #175177 29.87%, #27A1C6 80.81%);
}
.grad-green {
  background: linear-gradient(115.93deg, #2F571A 29.87%, #72A331 80.81%);
}
.grad-orange {
  background: linear-gradient(90deg, #7E3214 0%, #D27121 100%);
}
.blur {
  backdrop-filter: blur(23.70000076px);
}
.shadow {
  -webkit-box-shadow: 0px 8px 12px 0px #0000002E;
  -moz-box-shadow: 0px 8px 12px 0px #0000002E;
  box-shadow: 0px 8px 12px 0px #0000002E;
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.heading-font {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.body-font {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  color: #2F2E2E;
  line-height: 1.1;
  margin-bottom: 24px;
  text-shadow: none;
}
h2,
.h2 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  color: #2F2E2E;
  line-height: 1.2;
  margin-bottom: 16px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.8rem;
  }
}
h3,
.h3 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.6rem;
  color: #2F2E2E;
  line-height: 1.2;
  margin-bottom: 16px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2em;
  }
}
h4,
.h4 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #2F2E2E;
  line-height: 1.3;
  margin-bottom: 16px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.8rem;
  }
}
h5,
.h5 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  color: #2F2E2E;
  line-height: 1.5;
  margin-bottom: 16px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.6rem;
  }
}
h6,
.h6 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.88rem;
  color: #2F2E2E;
  line-height: 1.5;
  margin-bottom: 16px;
}
p {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}
.text-lg {
  font-size: 1.7rem;
  line-height: 1.5;
}
.text-md {
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 1.2rem;
  line-height: 1.5;
}
.text-xs {
  font-size: 1rem;
  line-height: 1.5;
}
.focus-ring {
  /* inner indicator */
  outline: 0.25rem solid #2491ff;
  /* outer indicator */
}
.no-focus {
  outline: 0;
}
html {
  font-size: 10px;
}
body {
  font-family: "Inclusive Sans", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  color: #2F2E2E;
  position: relative;
  background: #FFF;
  /** Frontpage styling **/
  /** recaptcha v3 badge **/
}
body.user-logged-in .mm-page {
  padding-top: 39px;
}
body.user-logged-in.toolbar-tray-open .mm-page {
  padding-top: 87px;
}
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 .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: #193F6F;
}
body #block-drupalbase-custom-content .bodytext {
  font-size: 2rem;
}
body.path-frontpage .wrapper-content-middle {
  background-color: #F5F7F4;
}
body .wrapper-content-middle {
  background-color: #F0F2EF;
}
body .wrapper-content-lower-middle {
  color: #2F2E2E;
}
body .wrapper-content-lower-middle .btn.btn-primary {
  font-size: 1.9rem;
  margin-left: 1rem;
}
@media screen and (max-width: 991px) {
  body .wrapper-content-lower-middle .btn.btn-primary {
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
body .wrapper-content-lower-middle h2 {
  color: #193F6F;
}
body .wrapper-content-lower-middle #block-drupalbase-custom-whatwedo p,
body .wrapper-content-lower-middle #block-drupalbase-custom-whatwedo ul li {
  font-size: 1.7rem;
  line-height: 1.5;
  color: #2F2E2E;
}
body .wrapper-content-lower-middle #block-drupalbase-custom-whoweserve p {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  color: #2F2E2E;
  line-height: 1.5;
  margin-bottom: 16px;
  text-shadow: none;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  body .wrapper-content-lower-middle #block-drupalbase-custom-whoweserve p {
    font-size: 1.6rem;
  }
}
body p {
  max-width: 1280px;
  word-break: break-word;
}
body table td p,
body table th p {
  word-break: normal;
}
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: #FAFCF9;
}
body a {
  color: #175177;
  text-decoration: underline;
}
body a:hover {
  color: #092335;
  text-decoration: none;
}
body a .extlink {
  font-size: 1.3rem;
}
body h1,
body .h1 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  color: #2F2E2E;
  line-height: 1.1;
  margin-bottom: 24px;
  text-shadow: none;
}
body h2,
body .h2 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  color: #2F2E2E;
  line-height: 1.2;
  margin-bottom: 16px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  body h2,
  body .h2 {
    font-size: 2.8rem;
  }
}
body h3,
body .h3 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.6rem;
  color: #2F2E2E;
  line-height: 1.2;
  margin-bottom: 16px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  body h3,
  body .h3 {
    font-size: 2em;
  }
}
body h4,
body .h4 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #2F2E2E;
  line-height: 1.3;
  margin-bottom: 16px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  body h4,
  body .h4 {
    font-size: 1.8rem;
  }
}
body h5,
body .h5 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  color: #2F2E2E;
  line-height: 1.5;
  margin-bottom: 16px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  body h5,
  body .h5 {
    font-size: 1.6rem;
  }
}
body h6,
body .h6 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.88rem;
  color: #2F2E2E;
  line-height: 1.5;
  margin-bottom: 16px;
}
body .border,
body .border-top,
body .border-end,
body .border-bottom,
body .border-start {
  border-color: #FAFCF9 !important;
}
body .float-right {
  float: right !important;
}
body .float-left {
  float: left !important;
}
body #main .material-icons {
  font-size: inherit;
  line-height: 0;
  position: relative;
  top: 2px;
}
body #main a:not(.btn) {
  color: #175177;
  font-weight: bold;
}
body #main a:not(.btn):visited {
  color: #175177;
}
body #main a:not(.btn):hover,
body #main a:not(.btn):focus {
  color: #092335;
}
body .material-icons,
body .alert-icon {
  font-family: "Material Icons" !important;
}
body.path-frontpage .region-content-top {
  margin: 36px 0;
}
body .paragraph {
  background-color: #2F571A;
}
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: #9AC2E9;
}
@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: #9AC2E9 !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;
  }
}
