/* Screen widths */
/* Site Colors */
html {
  font-size: 10px;
}
body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1B1B1B;
  position: relative;
  background: #FFF;
  /*.region-header-end {
		#block-drupalbase-custom-licenselookup {
			display: block;
			float: right;
      z-index: 9;
		}
	}*/
  /** 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;
}
@media screen and (max-width: 991px) {
  body.path-frontpage .container {
    max-width: 100%;
    width: 100%;
  }
}
body.page-node-317 .main-content .row.two-col,
body.page-node-318 .main-content .row.two-col {
  margin-bottom: 20px;
  padding-top: 6px;
  padding-bottom: 12px;
  border-bottom: 1pt solid #ddd;
}
body.page-node-317 .main-content .row.two-col p,
body.page-node-318 .main-content .row.two-col p {
  margin-bottom: 1rem;
}
body.page-node-317 .main-content .row.two-col .col-first,
body.page-node-318 .main-content .row.two-col .col-first {
  width: 15%;
}
body.page-node-317 .main-content .row.two-col .col-second,
body.page-node-318 .main-content .row.two-col .col-second {
  width: 70%;
}
body.page-node-317 .main-content .row.two-col:last-child,
body.page-node-318 .main-content .row.two-col:last-child {
  border-bottom: none;
}
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 .region-header-start {
  width: 100%;
}
body .region-header-start img {
  max-width: 192px;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 6px;
}
body .field--type-image img {
  margin: 0 !important;
}
body div.align-center .field--name-field-media-image img {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .visually-hidden.skip-link.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  background-color: #fff;
  color: #244052;
}
body .node__content {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem !important;
}
body #block-drupalbase-custom-content .bodytext {
  font-size: 2rem;
}
body a {
  color: #084390;
  text-underline-position: under;
  text-decoration-thickness: 1px;
  transition: 0.5s ease;
}
body a:hover {
  color: #008a27;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5 {
  font-weight: 600;
  color: #244052;
}
body h1,
body .h1 {
  font-size: 3.7rem;
  line-height: 49px;
}
body h2,
body .h2 {
  font-size: 3rem;
  line-height: 39px;
}
body .sidebar h2 {
  font-size: 2.5rem;
}
body h3,
body .h3 {
  font-size: 2.25rem;
  line-height: 27px;
}
body h4,
body .h4 {
  font-size: 2rem;
  line-height: 20px;
}
body h5,
body .h5 {
  font-size: 1.6rem;
  line-height: 18px;
}
body h6,
body .h6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.5px;
}
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;
}
@media screen and (max-width: 991px) {
  body #main.container {
    max-width: 900px;
    width: 100%;
  }
}
body #main h2 {
  margin: 2rem 0 1.3rem;
}
body #main h2#block-sitemap-menu {
  margin-top: 0;
}
body #main h3 {
  margin: 1.5rem 0;
}
body #main .btn {
  padding: 0.9rem 1.8rem;
}
body #main .btn-lg {
  font-size: 2rem;
  padding: 1.2rem 1.8rem;
}
body #main li {
  margin-bottom: 7px;
}
body #main a {
  font-size: 1.6rem;
  text-underline-position: under;
  text-decoration-thickness: 1px;
  text-decoration-color: #316bb7;
}
body #main a:not(.btn):hover {
  text-decoration: none;
}
body #main a .material-icons {
  font-size: inherit;
  line-height: 0;
  position: relative;
  top: 2px;
}
body .grecaptcha {
  z-index: 20;
}
