/* Screen widths */
/* Site Colors */
.box {
  padding: 3rem 4rem;
  border-radius: 16px;
}
.grad-primary {
  background: linear-gradient(270deg, #7CA39A 0.06%, #273D38 53.45%);
}
.grad-overlay {
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.95) 8.17%, rgba(104, 100, 100, 0.7) 73.56%, rgba(102, 102, 102, 0.06) 100%);
}
.shadow {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.body {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
h1,
.h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}
h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}
h4,
.h4 {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 2.2rem;
  }
}
.text-xl {
  font-size: 3.2rem;
}
.text-lg {
  font-size: 2.4rem;
  line-height: 1.5;
}
.text-md {
  font-size: 2.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 */
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
html {
  font-size: 10px;
}
body {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  position: relative;
  background: #FFF;
  /*.wrapper-content-upper-bottom {
		background-image: url('/sites/default/files/upper-bottom-bck.jpeg');
		background-size: cover;
		background-position: left -145px;
		background-repeat: no-repeat;
		min-height:480px;
		@media @max1440{
			background-position: left -106px;
			min-height:360px;
		}
		@media @max1199{
			background-position: left -38px;
		}
		@media @max991{
			background-position: left top;
			min-height:400px;
		}
		@media @max991{
			background-position: left top;
			min-height:400px;
		}
		@media @max767{
			background-position: left top;
			min-height:240px;
			position: relative;
			.container{
				position: absolute;
				top:240px;
			}
		}
	}*/
  /** 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 {
  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: #273D38;
}
body #block-drupalbase-custom-content {
  max-width: 1180px;
  margin: auto;
}
body #block-drupalbase-custom-content .bodytext {
  font-size: 2rem;
}
body .wrapper-content-lower-middle {
  background-color: #F7F8F9;
  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: #273D38;
}
body .wrapper-content-lower-middle .data-row img {
  height: 80px;
  width: auto;
}
body .wrapper-content-lower-middle .data-row > div {
  border-right: 1px solid #273D38;
}
body .wrapper-content-lower-middle .data-row > div:last-of-type {
  border-right: none;
}
body p {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.6rem;
}
body p.text-align-center {
  margin-left: auto;
  margin-right: auto;
}
body a {
  color: #273D38;
}
body a:hover,
body a:focus,
body a:active {
  color: #456B62;
}
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: #FFFFFF;
  text-decoration: underline;
}
body .opaque-white {
  background-color: rgba(255, 255, 255, 0.6);
}
body .border,
body .border-top,
body .border-end,
body .border-bottom,
body .border-start {
  border-color: #273D38 !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: #273D38;
  font-weight: bold;
}
body #main a:not(.btn):visited {
  color: #273D38;
}
body #main a:not(.btn):hover,
body #main a:not(.btn):focus {
  color: #456B62;
}
body .region-content ul,
body .region-content ol {
  margin-left: 2rem;
}
body .material-icons,
body .alert-icon {
  font-family: "Material Icons" !important;
}
body.path-frontpage .region-content-top {
  margin: 36px 0;
}
body .paragraph {
  background-color: #D3F5F2;
}
body .contextual-region .contextual .contextual-links a {
  color: #333 !important;
}
body .align-center img {
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
}
body .grecaptcha {
  z-index: 20;
}
body #block-drupalbase-custom-copyright {
  margin: 0;
}
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: #FFFFFF;
}
@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 .row .col {
  margin-top: 0;
}
body #block-drupalbase-custom-copyright .social {
  text-align: right;
}
body #block-drupalbase-custom-copyright .social i {
  font-size: 2.4rem;
}
body #block-drupalbase-custom-copyright .social a {
  color: #FFFFFF !important;
}
body #block-drupalbase-custom-copyright .social a:hover {
  color: #5F7878 !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;
  }
}
body #block-drupalbase-custom-wagovvisitblock {
  font-size: 1.6rem;
  padding: 1rem;
}
body #block-drupalbase-custom-wagovvisitblock #wagov-visit-block {
  font-size: 1.4rem;
}
body #block-drupalbase-custom-wagovvisitblock #wagov-visit-block a {
  border-right: 2px solid #000000;
  margin-right: 5px;
}
body #block-drupalbase-custom-wagovvisitblock #wagov-visit-block span {
  border: none;
  padding-left: 0;
}
body #block-drupalbase-custom-wagovvisitblock #wagov-visit-block span.extlink {
  padding-left: 3px;
}
