/* Screen widths */
/* Site Colors */
html,
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1B1B1B;
  position: relative;
  background: #FDFDFD;
}
html a:hover,
body a:hover,
html .nav-link:hover,
body .nav-link:hover {
  text-decoration: none !important;
}
#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a,
ul.list-group {
  background: #FDFDFD !important;
  --bs-list-group-bg: #FDFDFD;
}
.visually-hidden.skip-link.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  background-color: #fff;
  color: #408DD0;
}
.node__content {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.node__content .field--name-body h2 {
  margin-bottom: 0.75rem !important;
}
.node__content .field--name-body h3 {
  margin-bottom: 0.5rem !important;
}
p {
  margin: 0.5rem 0 0 0;
}
p + * {
  margin-top: 1rem !important;
}
.banner-inner p {
  margin: 0 0 0 0;
}
.banner-inner p + * {
  margin-top: 0 !important;
}
a {
  color: #155C91;
}
hr {
  color: #155C91;
  margin: 2rem 0;
}
a[href^="mailto:"] {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
article.node div.row {
  margin: 1rem 0;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: 700;
}
h1,
.h1 {
  font-size: 40px;
  color: #155C91;
}
h2,
.h2 {
  font-size: 32px;
  color: #155C91;
}
h3,
.h3 {
  font-size: 22px;
  color: #1B1B1B;
}
h4,
.h4 {
  font-size: 16px;
  font-style: all-small-caps;
}
h4.listheader,
.h4.listheader {
  background-color: #e3e3e3;
  padding: 1rem;
  margin: 0;
}
h5,
.h5 {
  font-size: 15px;
  font-variant: small-caps;
}
h6,
.h6 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-variant: small-caps;
}
.field--name-field-blurb h1,
.field--name-field-blurb h2 {
  color: #054C77;
}
caption {
  font-style: italic;
}
.d-shadow {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4,
.text-white .h5 {
  color: #F0F0F0 !important;
}
.border,
.border-top,
.border-end,
.border-bottom,
.border-start {
  border-color: #DFE1E2 !important;
}
.material-icons.mi-contact {
  color: #559E8D;
  position: relative;
  top: 5px;
}
#main p.summary {
  font-size: 1.25rem;
  margin-top: 1rem 0 1.75rem;
  padding-bottom: 15px;
  border-bottom: 2px solid #0E5695;
}
#main h2 {
  margin: 3rem 0 1.5rem;
}
#main h2:first-child {
  margin-top: 0;
}
#main h2 + h3 {
  margin-top: 1.8rem !important;
}
#main h2#block-sitemap-menu {
  margin-top: 0;
}
#main h3 {
  margin: 2.25rem 0 1.25rem;
}
#main h3:first-child {
  margin-top: 0;
}
#main #content ul li,
#main #content ol li {
  margin-bottom: 0.5rem;
}
#main #content ol li ol li {
  list-style-type: lower-alpha;
}
#main a:not(.btn):hover {
  text-decoration: underline;
  color: #057738;
}
#main a:not(.btn):visited {
  color: #0A5E2E;
}
#main a .material-icons {
  font-size: inherit;
  line-height: 0;
  position: relative;
  top: 2px;
}
@media print {
  /* All your print styles go here */
  iframe,
  #header,
  #footer,
  #nav,
  .sidebar,
  #block-views-block-related-information-block-1,
  #block-views-block-category-need-something-else,
  #block-webform,
  .grecaptcha-badge {
    display: none !important;
  }
  html,
  body,
  .container {
    width: 100%;
    margin: 0;
  }
  .container,
  .container-fluid {
    margin: 0 0.75rem;
  }
}
