/* 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;
}
.black-bg {
  background-color: #2F2E2E;
}
.text-black {
  color: #2F2E2E;
}
.white-bg {
  background-color: #FFFFFF;
}
.text-white {
  color: #FFFFFF;
}
.base-bg {
  background-color: #F5F7F4;
}
.text-base {
  color: #F5F7F4;
}
.base-dark-bg {
  background-color: #F0F2EF;
}
.text-base-dark {
  color: #F0F2EF;
}
.base-light-bg {
  background-color: #FAFCF9;
}
.text-base-light {
  color: #FAFCF9;
}
.base-blue-bg {
  background-color: #EAF1F8;
}
.text-base-blue {
  color: #EAF1F8;
}
.base-text-bg {
  background-color: #70706F;
}
.text-base-text {
  color: #70706F;
}
.primary-lighter-bg {
  background-color: #9AC2E9;
}
.text-primary-lighter {
  color: #9AC2E9;
}
.primary-light-bg {
  background-color: #3884E2;
}
.text-primary-light {
  color: #3884E2;
}
.primary-bg {
  background-color: #193F6F;
}
.text-primary {
  color: #193F6F;
}
.primary-dark-bg {
  background-color: #16264B;
}
.text-primary-dark {
  color: #16264B;
}
.teal-bg {
  background-color: #004A48;
}
.text-teal {
  color: #004A48;
}
.teal-light-bg {
  background-color: #006357;
}
.text-teal-light {
  color: #006357;
}
.teal-lighter-bg {
  background-color: #007C69;
}
.text-teal-lighter {
  color: #007C69;
}
.purple-bg {
  background-color: #3E1449;
}
.text-purple {
  color: #3E1449;
}
.purple-light-bg {
  background-color: #531B62;
}
.text-purple-light {
  color: #531B62;
}
.purplel-lighter-bg {
  background-color: #68227A;
}
.text-purplel-lighter {
  color: #68227A;
}
.ocean-bg {
  background-color: #175177;
}
.text-ocean {
  color: #175177;
}
.ocean-light-bg {
  background-color: #1F729E;
}
.text-ocean-light {
  color: #1F729E;
}
.ocean-lighter-bg {
  background-color: #27A1C6;
}
.text-ocean-lighter {
  color: #27A1C6;
}
.green-bg {
  background-color: #2F571A;
}
.text-green {
  color: #2F571A;
}
.green-light-bg {
  background-color: #548128;
}
.text-green-light {
  color: #548128;
}
.green-lighter-bg {
  background-color: #72A331;
}
.text-green-lighter {
  color: #72A331;
}
.orange-bg {
  background-color: #7E3214;
}
.text-orange {
  color: #7E3214;
}
.orange-bg {
  background-color: #A84E1A;
}
.text-orange {
  color: #A84E1A;
}
.orange-bg {
  background-color: #D27121;
}
.text-orange {
  color: #D27121;
}
.success-bg {
  background-color: #28A745;
}
.text-success {
  color: #28A745;
}
.warning-bg {
  background-color: #FFC008;
}
.text-warning {
  color: #FFC008;
}
.info-bg {
  background-color: #27A1C6;
}
.text-info {
  color: #27A1C6;
}
.history-bg {
  background-color: #68227A;
}
.text-history {
  color: #68227A;
}
.danger-bg {
  background-color: #DC3545;
}
.text-danger {
  color: #DC3545;
}
.white-bg {
  background-color: #FDFDFD;
}
