/* Screen widths */
/* ERDC colors WCAG compliant */
/* ERDC colors original (not for text) */
/* Site Colors */
html {
  font-size: 10px;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1B1B1B;
  position: relative;
  background: #FFF;
  /** 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,
body ul.list-group {
  background: #FFF !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: #2d7995;
}
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: #054eae;
}
body a:hover {
  color: #1e3f6a;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5 {
  font-weight: 600;
}
body h1,
body .h1 {
  font-size: 3.7rem;
  line-height: 49px;
  color: #024158;
}
body h2,
body .h2 {
  font-size: 3rem;
  line-height: 39px;
  color: #024158;
}
body .sidebar h2 {
  font-size: 2.5rem;
}
body h3,
body .h3 {
  font-size: 2.25rem;
  line-height: 27px;
  color: #024158;
}
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 blockquote {
  margin-left: 25px;
  margin-right: 70px;
  background: #fafafa;
}
body blockquote p {
  border-left: solid 5px #969696;
  font-family: 'Roboto';
  color: #757575;
  line-height: 1.6;
  margin: 10px 0 20px;
  padding: 10px 30px 15px;
}
body blockquote p:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.3;
  color: #969696;
  margin-right: 10px;
}
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: 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 {
  font-size: 1.6rem;
}
body #main a:not(.btn):hover {
  text-decoration: underline;
  color: #1e3f6a;
}
body #main a .material-icons {
  font-size: inherit;
  line-height: 0;
  position: relative;
  top: 2px;
}
body #main ul,
body #main ol {
  padding-left: 3.5rem;
}
body #main ul li,
body #main ol li {
  padding-bottom: 5px;
}
body #main .contextual-region .contextual-links a {
  color: #333 !important;
}
body .align-center img {
  margin-right: auto !important;
  margin-left: auto !important;
}
body .grecaptcha {
  z-index: 20;
}
body #block-drupalbase-custom-gtranslate {
  margin: 0 0 10px 14px;
}

@media screen and (max-width: 991px) {
  body #block-drupalbase-custom-gtranslate {
    margin: 10px 0 0 0;
  }
}
