/* Screen widths */
/* Site Colors */
.grad-green {
  background: linear-gradient(90deg, #1B452A 26.44%, #025531 100%);
}
.grad-overlay {
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.95) 8.17%, rgba(104, 100, 100, 0.7) 73.56%, rgba(102, 102, 102, 0.06) 100%);
}
.shadow {
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.heading {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
  color: #1000000;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}
h2,
.h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #1000000;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  color: #1000000;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}
h4,
.h4 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  color: #1000000;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 2.2rem;
  }
}
.text-lg {
  font-size: 2.2rem;
  line-height: 1.5;
}
.text-md {
  font-size: 2rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-xs {
  font-size: 1.2rem;
  line-height: 1.5;
}
.focus-ring {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
  box-shadow: 0 0 0 4px #025531;
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
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 #D5ECE2;
}
table tr th {
  background: #D5ECE2;
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: #FFFFFF;
  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;
  }
}
