/* Screen widths */
/* Site Colors */
.grad-teal {
  background: radial-gradient(58.17% 198.5% at 0% 0%, #004A48 0%, #007C69 100%);
}
.grad-purple {
  background: linear-gradient(115.93deg, #3E1449 29.87%, #68227A 80.81%);
}
.grad-ocean {
  background: linear-gradient(115.93deg, #175177 29.87%, #27A1C6 80.81%);
}
.grad-green {
  background: linear-gradient(115.93deg, #2F571A 29.87%, #72A331 80.81%);
}
.grad-orange {
  background: linear-gradient(90deg, #7E3214 0%, #D27121 100%);
}
.blur {
  backdrop-filter: blur(23.70000076px);
}
.shadow {
  -webkit-box-shadow: 0px 8px 12px 0px #0000002E;
  -moz-box-shadow: 0px 8px 12px 0px #0000002E;
  box-shadow: 0px 8px 12px 0px #0000002E;
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.heading-font {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.body-font {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  color: #2F2E2E;
  line-height: 1.1;
  margin-bottom: 24px;
  text-shadow: none;
}
h2,
.h2 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  color: #2F2E2E;
  line-height: 1.2;
  margin-bottom: 16px;
  text-shadow: none;
}
h3,
.h3 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.6rem;
  color: #2F2E2E;
  line-height: 1.2;
  margin-bottom: 16px;
  text-shadow: none;
}
h4,
.h4 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #2F2E2E;
  line-height: 1.3;
  margin-bottom: 16px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 2.2rem;
  }
}
h5,
.h5 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  color: #2F2E2E;
  line-height: 1.5;
  margin-bottom: 16px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 2.2rem;
  }
}
h6,
.h6 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.88rem;
  color: #2F2E2E;
  line-height: 1.5;
  margin-bottom: 16px;
}
p {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
.text-lg {
  font-size: 1.7rem;
  line-height: 1.5;
}
.text-md {
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 1.2rem;
  line-height: 1.5;
}
.text-xs {
  font-size: 1rem;
  line-height: 1.5;
}
.focus-ring {
  /* inner indicator */
  outline: 0.25rem solid #2491ff;
  /* outer indicator */
}
.no-focus {
  outline: 0;
}
@media print {
  body .hlside {
    width: 50% !important;
  }
  body .banner,
  body .nav-outer-wrapper,
  body .search-api-page-block-form-search,
  body #block-drupalbase-custom-shareicons,
  body .sidebar_first,
  body .region-header-end {
    display: none !important;
  }
  body #main-wrapper,
  body #header,
  body .wrapper-banner {
    background: none !important;
  }
  body .view-category-page .content-wrapper {
    height: fit-content !important;
    margin-top: 6rem !important;
  }
  body .view-category-page .content-wrapper .image-container {
    display: none !important;
  }
  body .view-category-page .content-wrapper .content {
    padding: 0;
    box-shadow: none !important;
    width: 100% !important;
  }
  body .breadcrumb:not(.breadcrumb-wrap) {
    white-space: normal;
  }
  body .wrapper-banner {
    background: #FFFFFF !important;
  }
  body .sidebar_second,
  body .col-12 {
    width: 100% !important;
  }
  body .header-wrapper .region-header-top {
    display: none;
  }
  body .header-wrapper .region-header-start a img {
    -webkit-box-shadow: 0px 8px 12px 0px #0000002E;
    -moz-box-shadow: 0px 8px 12px 0px #0000002E;
    box-shadow: 0px 8px 12px 0px #0000002E;
    border-radius: 0 0 12px 12px;
  }
  body .featured-topics .row > div {
    width: 100%;
  }
  body .hero-section .hero-text,
  body .card-body {
    width: 100% !important;
    margin: auto !important;
  }
  body .view-news .grid a::after {
    content: " (" attr(href) ") ";
  }
  body .view-news .grid .col-12 {
    width: 100% !important;
  }
  body a::after {
    content: " (" attr(href) ") ";
    font-weight: normal;
  }
  body #main #block-drupalbase-custom-content a::after {
    content: " (" attr(href) ") ";
    font-weight: normal;
  }
}
