/* Screen widths */
/* Site Colors */
/* True Site Colors */
.grad-blue {
  background: radial-gradient(58.17% 198.5% at 0% 0%, #161615 0%, #013567 100%);
}
.grad-blue-reverse {
  background: linear-gradient(297deg, #161615 0%, #013567 100%);
}
.grad-green {
  background: linear-gradient(115.93deg, #03332C 29.87%, #011F1A 80.81%);
}
.grad-overlay {
  background: linear-gradient(177.23deg, #101D2EE5 2.52%, #1B304D00 97.98%);
}
.grad-border {
  border-color: #03332C;
  border-image-source: linear-gradient(1deg, #026851 15%, #007b5f 85%);
  border-image-slice: 1;
}
.overlay-green {
  background: #011F1AD5;
}
.overlay-blue {
  background: #101D2EE5;
}
.blur {
  backdrop-filter: blur(23.70000076px);
}
.shadow {
  -webkit-box-shadow: 0px 12px 24px 0px #00000040;
  -moz-box-shadow: 0px 12px 24px 0px #00000040;
  box-shadow: 0px 12px 24px 0px #00000040;
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.myriad-pro {
  font-family: "myriad-pro-semi-condensed", Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.myriad-pro-semi-condensed {
  font-family: "myriad-pro-semi-condensed", Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
}
h1,
.h1 {
  font-family: "myriad-pro-semi-condensed", Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
  font-size: 3.6rem;
  font-weight: 700;
  color: #996007;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.2rem;
  }
}
h2,
.h2 {
  font-family: "myriad-pro-semi-condensed", Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
  font-size: 2.5rem;
  font-weight: 900;
  color: #013567;
  line-height: 1.5;
  margin: 15px 0px 0px;
  text-transform: uppercase;
}
h3,
.h3 {
  font-family: "myriad-pro-semi-condensed", Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
  font-size: 2.4rem;
  font-weight: 900;
  color: #996007;
  line-height: 1.6;
  margin: 15px 0px 0px;
}
h4,
.h4 {
  font-family: "myriad-pro-semi-condensed", Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #013567;
  line-height: 1.5;
  margin: 15px 0px 0px;
}
h5,
.h5 {
  font-family: "myriad-pro-semi-condensed", Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
  color: #013567;
  font-size: 1.9rem;
  font-weight: 900;
  margin: 15px 0 0px 0;
}
h6,
.h6 {
  font-family: "myriad-pro-semi-condensed", Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
  color: #996007;
  font-size: 1.9rem;
  font-weight: 900;
  margin: 15px 0 0px 0;
}
.text-lg {
  font-size: 2rem;
  line-height: 1.5;
}
.text-md {
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 1.4rem;
  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 #082f52;
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
table {
  border: 0;
  border-spacing: 0;
  font-size: initial;
  margin: 1rem 0;
  width: 100%;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
}
table table {
  font-size: 1em;
}
tr {
  border-bottom: 1px solid #3D4551;
  padding: 0.1em 0.6em;
  background: transparent;
}
thead > tr {
  border-bottom: 1px solid #024b8b;
}
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: #024b8b;
  font-weight: 700;
}
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;
  }
}
