/* Screen widths */
/*DSB Colors */
/* Site Colors */
html {
  font-size: 10px;
}
body {
  font-family: 'Overpass', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #111212;
  position: relative;
  background: #FFF;
  /** recaptcha v3 badge **/
}
body p {
  font-family: 'Overpass', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #111212;
}
body p a {
  font-size: 2rem;
}
body ul {
  margin-bottom: 1.6rem;
}
body ul li {
  font-family: 'Overpass', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #111212;
  margin-bottom: 0.3rem;
}
body ul.toolbar-menu li {
  font-size: inherit;
}
body .btn {
  font-family: 'Overpass', sans-serif;
  font-size: 2rem;
}
body a:hover,
body .nav-link:hover {
  text-decoration: none;
}
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: #F9F9F9 !important;
  --bs-list-group-bg: #F9F9F9;
}
body #main-wrapper {
  padding-top: 2rem;
}
body .region-header-start {
  width: 100%;
}
body .field--type-image img {
  margin: 0 !important;
}
body .breadcrumb .breadcrumb-item.active {
  font-weight: bold;
}
body .visually-hidden.skip-link.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  background-color: #fff;
  color: #0368c0;
}
body .node__content {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem !important;
}
body .node__content .form-control {
  border: 2px solid #000000;
  border-radius: 51px;
}
body .node__content .form-control:focus {
  outline: 0.25rem solid #4183E6;
}
body .node__content .form-check-input::checked {
  background-color: #354E14;
  border-color: #354E14;
}
body .node__content .form-check-input:focus {
  border: solid 2px red;
}
body .node__content .red-text {
  color: red;
}
body #block-drupalbase-custom-content .bodytext {
  font-size: 2rem;
}
body a {
  color: #11527A;
}
body a:hover {
  color: #082f52;
}
body a:focus {
  color: #082f52;
}
body h1,
body h2,
body .h1,
body .h2,
body h6,
body .h6 {
  font-weight: 500;
  color: #111212;
  font-family: 'Overpass', sans-serif;
}
body h3,
body h4,
body h5,
body .h3,
body .h4,
body .h5 {
  font-weight: 400;
  color: #111212;
  font-family: 'Overpass', sans-serif;
}
body h1,
body .h1 {
  font-size: 3rem;
  max-width: 1200px;
}
body h2,
body .h2 {
  font-size: 2.8rem;
  max-width: 900px;
}
body .sidebar h2 {
  font-size: 3.3rem;
}
body h3,
body .h3 {
  font-size: 2.6rem;
  margin: 32px 0 1.5rem 0;
  max-width: 900px;
}
body h4,
body .h4 {
  font-size: 2.4rem;
  margin-top: 24px;
  max-width: 800px;
}
body h5,
body .h5 {
  font-size: 2.3rem;
  max-width: 800px;
}
body h6,
body .h6 {
  font-size: 2.2rem;
  max-width: 800px;
}
body strong {
  font-weight: 800;
}
body caption {
  font-style: italic;
}
body .d-shadow {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
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: #F0F0F0 !important;
}
body .border,
body .border-top,
body .border-end,
body .border-bottom,
body .border-start {
  border-color: #DFE1E2 !important;
}
body #main h2 {
  margin: 40px 0 2rem 0;
}
body #main h2#block-sitemap-menu {
  margin-top: 0;
}
body #main .btn {
  padding: 1.1rem 2rem 0.9rem;
}
body #main a .material-icons {
  font-size: inherit;
  line-height: 0;
  position: relative;
  top: 2px;
}
body .align-center img {
  margin-right: auto !important;
  margin-left: auto !important;
}
body .grecaptcha {
  z-index: 20;
}
body form.webform-submission-form legend {
  font-size: 2rem !important;
  font-weight: 700;
  color: #232425;
}
body form.webform-submission-form label {
  font-size: 2rem !important;
  font-weight: normal;
  color: #232425;
}
body form.webform-submission-form .form-check-input {
  border: 2px solid transparent;
}
body form.webform-submission-form .form-check-input:checked,
body form.webform-submission-form .form-check-input:focus {
  background-color: #354E14;
  border: 2px solid #354E14;
}
body form.webform-submission-form .btn-primary:hover {
  border: 2px solid #354E14;
}
