/* 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;
}
table {
  border: 0;
  border-spacing: 0;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1rem 0;
  width: 100%;
}
table table {
  font-size: 1em;
}
tr {
  border-bottom: 1px solid #3D4551;
  padding: 0.1em 0.6em;
  background: transparent;
}
thead > tr {
  border-bottom: 1px solid #193F6F;
}
table tr th {
  background: transparent;
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: #193F6F;
  font-weight: 500;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 0;
  text-align: left;
  /* LTR */
}
table > tbody > tr:nth-of-type(odd) {
  background-color: #F0F0F0;
}
[dir="rtl"] tr td,
[dir="rtl"] tr th {
  text-align: right;
}
/**
     * Responsive tables.
     */
@media screen and (max-width: 37.5em) {
  /* 600px */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}
@media screen and (max-width: 60em) {
  /* 920px */
  th.priority-low,
  td.priority-low {
    display: none;
  }
}
