/* Screen widths */
/* Site Colors */
.shadow {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
h1,
.h1 {
  font-size: 3.7rem;
  color: #082f52;
}
h2,
.h2 {
  font-size: 3rem;
  color: #5a0a0c;
}
h3,
.h3 {
  font-size: 2.25rem;
  color: #082f52;
}
h4,
.h4 {
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 1.6rem;
}
h6,
.h6 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.text-lg {
  font-size: 2rem;
}
.text-md {
  font-size: 1.6rem;
}
.text-sm {
  font-size: 1.4rem;
}
.text-xs {
  font-size: 1.2rem;
}
.focus-ring {
  /* inner indicator */
  outline: 2px #f6f5f3 solid;
  outline-offset: 2px !important;
  /* outer indicator */
  box-shadow: 0 0 0 4px #084390;
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
html {
  font-size: 10px;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #1B1B1B;
  position: relative;
  background: #f6f5f3;
  /** 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.path-frontpage h2 {
  text-transform: uppercase;
  font-size: 2.3rem;
}
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: #f6f5f3 !important;
  --bs-list-group-bg: #FFF;
}
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: #0368c0;
}
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;
}
body a:hover {
  color: #5c5d5f;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5 {
  font-weight: 600;
}
body caption {
  font-style: italic;
}
body .d-shadow {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
body .btn {
  font-size: 1.6rem;
}
body .btn.btn-default {
  box-shadow: inset 0 0 0 0.125rem;
  --bs-btn-color: #38819e;
  --bs-btn-border-color: #38819e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #38819e;
  --bs-btn-hover-border-color: #38819e;
  --bs-btn-focus-shadow-rgb: 0, 94, 162;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #38819e;
  --bs-btn-active-border-color: #38819e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #38819e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #38819e;
  --bs-gradient: none;
}
body .more-link {
  float: right;
  display: flex;
}
body .more-link a {
  line-height: 1.5rem;
  font-weight: 600;
  color: #fff !important;
  padding: 1rem 2rem;
  margin-top: 20px;
  border-radius: 4px;
  border: 2px solid #38819e;
  background-color: #38819e;
  text-decoration: none;
}
body .more-link a:hover,
body .more-link a:focus {
  background-color: #084390;
  color: #fff !important;
  border-color: #084390;
}
body .narrow {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
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: 2rem 0;
}
body #main h2#block-sitemap-menu {
  margin-top: 0;
}
body #main h3 {
  margin: 1.5rem 0;
}
body #main .btn {
  padding: 0.9rem;
}
body #main a:not(.btn):hover {
  text-decoration: underline;
  color: #5c5d5f;
}
body #main a:not(.btn):visited {
  color: #151381;
}
body #main a .material-icons {
  font-size: inherit;
  line-height: 0;
  position: relative;
  top: 2px;
}
body #main .paragraph--type--callout h2 {
  font-size: 2.5rem;
  padding: 0;
  margin: 0 1.6rem 2rem 1.6rem;
}
body #main .paragraph--type--callout .field--name-field-body {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  body #main .paragraph--type--callout {
    width: 100%;
    float: none;
  }
}
body #main blockquote {
  margin-left: 20px;
  background-color: #fff;
  color: #5c5d5f;
  border-left: 2px solid #084390;
  padding: 20px;
}
body #main blockquote p {
  margin-bottom: 0;
}
body #main dl {
  padding-left: 20px;
}
body #main dl dd {
  margin-bottom: 1rem;
}
body #main .item-list ul {
  list-style: disc;
  margin-left: 20px;
}
body #main .item-list ul li {
  margin-bottom: 10px;
}
body #main .lead {
  font-size: 2rem;
}
body #main #block-drupalbase-custom-content ul,
body #main #block-drupalbase-custom-content ol {
  padding-left: 40px;
}
body:not(.front) #main-wrapper {
  border-top: 7px solid #38819e;
  padding-top: 20px;
}
body .align-center img {
  margin-right: auto !important;
  margin-left: auto !important;
}
body .align-center .field--type-image {
  display: flex;
}
body .grecaptcha {
  z-index: 20;
}
