/*
 * General
*/
/*************** Facelift Style Adjustments Start  */
.wh-pre {
  white-space: pre-line;
}
.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fs-big {
  font-size: 64px;
}
.fs-ultra {
  font-size: 180px;
  line-height: 1;
}
.text-blue {
  color: #0054a4;
}
.gap-3 {
  gap: 2rem;
}
.border-btm {
  border-bottom: solid 0.5px white;
}
.text-dark-blue {
  color: #061278;
}
/* Footer */
.text-foot-blue {
  color: #0f2a95;
}
.text-foot-blue:hover {
  color: #0f2a95;
}
.foot-items a {
  font-size: 24px;
  color: #0f2a95;
}
.foot-items a:hover {
  color: #0f2a95;
  text-decoration: none;
}
.foot-sec-info a {
  color: #0f2a95;
}
.foot-certfications {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}
/*************** Facelift Style Adjustments End  */
.justify-content-se {
  justify-content: space-evenly;
}
.display-flex {
  display: flex;
}
.flex-direction-col {
  flex-direction: column;
}
.flex-direction-row {
  flex-direction: row;
}
.w-100prc {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
p.highlight {
  font-weight: 500;
  font-size: 22px;
}
.h4-mh-45 {
  min-height: 45px;
}
.h5-mh-70 {
  min-height: 70px;
}
.tr-w-13dot3prc {
  width: 13.3333% !important;
}
.tr-w-20prc {
  width: 20% !important;
}
.tr-w-25prc {
  width: 25% !important;
}
.tr-w-30prc {
  width: 30% !important;
}
.silent-text {
  font-size: 13px;
}
.silent-text a {
  color: #fff;
  font-weight: 300;
}
.silent-text a:focus {
  color: #fff;
  text-decoration: underline;
}
/*
 ********* Side Nav
*/
@media (max-width: 1280px) {
  .c-side-nav {
    display: none;
  }
}
/*
 ********* Section Main
*/
.key-stats {
  grid-template-columns: repeat(16, 1fr);
}
.key-stat-item:nth-child(1) .key-stat-item__text,
.key-stat-item:nth-child(3) .key-stat-item__text,
.key-stat-item:nth-child(7) .key-stat-item__text {
  min-width: 13em;
  max-width: 15em;
}
.key-stats > div:nth-child(5) {
  grid-area: 2 / 7 / 3 / 15;
}
.key-stats > div:nth-child(6) {
  grid-area: 1 / 15 / 2 / 17;
}
.key-stats > div:nth-child(7) {
  grid-area: 2 / 15 / 3 / 17;
}
.key-stats > div:nth-child(8) {
  grid-area: 1 / 10 / 2 / 15;
  border-left: 2px solid #ffffff;
}
.key-stats > div:nth-child(8)::before {
  content: "";
  background-image: url(../media/bullet-white.svg);
  display: block;
  position: absolute;
  height: 45px;
  width: 45px;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.main-section-2 .key-stat-item:nth-child(8) .key-stat-item__inner {
  -webkit-transform: translate(29%, -50%);
  -ms-transform: translate(29%, -50%);
  transform: translate(29%, -50%);
}
section.main-section-3 .key-stat-item:nth-child(8) .key-stat-item__inner {
  -webkit-transform: translate(5%, -50%);
  -ms-transform: translate(5%, -50%);
  transform: translate(5%, -50%);
}
.key-stat-item:nth-child(8) .key-stat-item__text,
.key-stat-item:nth-child(3) .key-stat-item__text,
.key-stat-item:nth-child(7) .key-stat-item__text {
  min-width: auto;
  max-width: 12em;
}
.key-stats > div:nth-child(9) {
  grid-area: 2 / 10 / 3 / 15;
  border-left: 2px solid #ffffff;
  border-top-color: transparent;
}
.key-stats > div:nth-child(9)::after {
  content: "";
  background-image: url(../media/bullet-white.svg);
  display: block;
  position: absolute;
  height: 45px;
  width: 45px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.key-stat-item:nth-child(9) .key-stat-item__inner {
  -webkit-transform: translate(5%, 50%);
  -ms-transform: translate(5%, 50%);
  transform: translate(5%, 50%);
}
.key-stat-item:nth-child(9) .key-stat-item__text,
.key-stat-item:nth-child(3) .key-stat-item__text,
.key-stat-item:nth-child(7) .key-stat-item__text {
  min-width: auto;
  max-width: 12em;
}
section#main .c-section__title {
  line-height: 1.2;
}
.table-disclaimer {
  color: #4c4747;
}
section#main .main-section-6 .data-labels {
  display: block;
  width: 80%;
  margin: 0 auto;
}
section#main .main-section-6 .data-labels .data-label {
  padding: 0.3rem 0;
}
section#main .main-section-6 .data-labels .data-label span {
  display: inline-block;
  vertical-align: middle;
}
/*
 ********* Section #1
*/
section#section-1 .heading {
  min-height: 110px;
}
/*
 ********* Section #2
*/
section#section-2 .blue-num {
  color: #3976b9;
}
/*
 ********* Section #4
*/

/* Table Four */
.table-four thead tr:first-child th:first-child {
  color: #4c4747;
  background-color: #e8e8e8;
}
/* Table Five */
.table-five thead tr th:not(:first-child) {
  text-align: center;
}
.table-five thead tr:first-child th:first-child {
  color: #4c4747;
  background-color: #e8e8e8;
}
.table-five thead tr:nth-child(2) th:nth-child(3) {
  color: #fff;
  background-color: #3975b9;
}
.table-five thead tr:nth-child(2) th:nth-child(4) {
  color: #fff;
  background-color: #a7509f;
}
.table-five thead tr:nth-child(2) th:nth-child(5) {
  color: #fff;
  background-color: #7e52a0;
}
.table-five tr td {
  font-size: 15px;
}
.table-five tr td:first-child {
  border-right: inherit;
  font-weight: inherit;
  min-width: inherit;
  text-align: center;
}
.table-five tr td.title {
  border-right: 1px solid #e8e8e8;
  font-weight: bold;
  min-width: 200px;
  text-align: left;
  font-size: 13px;
}
.table-five tbody tr td:last-child {
  background-color: inherit;
}
/* Table Six */
section#section-4 .table-six thead tr:first-child th {
  background-color: #e8e8e8;
  color: #4c4747;
}
.table-six thead tr:not(:first-child) th {
  font-size: 12px;
  color: #4c4747;
  padding: 0.5rem 1rem;
  text-align: center;
}
.table-six thead tr:nth-child(2) th:nth-child(2) {
  color: #fff;
  background-color: #3975b9;
}
.table-six thead tr:nth-child(2) th:nth-child(3) {
  color: #fff;
  background-color: #7e52a0;
}
.table-six tbody td:not(:first-child) {
  text-align: center;
}
.table-six em {
  font-size: 14px;
  font-weight: bold;
}
#section-4 .data-labels {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#section-4 .data-labels .data-label {
  padding: 0.3rem 0;
}
#section-4 .data-labels .data-label span {
  display: inline-block;
  vertical-align: middle;
}
#section-4 .timeline__item:nth-child(1) .timeline__num {
  color: #3975b9;
}
#section-4 .timeline__item:nth-child(3) .timeline__num {
  color: #a7509f;
}
#section-4 .timeline__item:nth-child(5) .timeline__num {
  color: #7e52a0;
}
@media (min-width: 61.25em) {
  #section-4 .timeline__num {
    font-size: 40px;
  }
}
/*
 ********* Section #5
*/
/* Table One */
section#section-5 .row:nth-child(6) .data-label-subtitle {
  min-height: 160px;
}
section#section-5 .table-one thead tr th {
  font-size: 12px;
  color: #ffffff;
  padding: 0.5rem 1rem;
}
section#section-5 .table-one thead tr th:first-child {
  background-color: #3975b9;
}
section#section-5 .table-one thead tr th:nth-child(2) {
  background-color: #7e52a0;
}
section#section-5 .table-one tbody tr:last-child td:nth-child(2) {
  border-right: 1px solid #e8e8e8;
  font-weight: bold;
  min-width: 200px;
}
/* Table Two */
section#section-5 .table-two thead tr th:first-child {
  background-color: #3975b9;
}
section#section-5 .table-two thead tr th:nth-child(2) {
  background-color: #7e52a0;
}
.table-six tfoot td:not(:first-child) {
  text-align: center;
}

.c-hero-images {
  /* position: absolute; */
}

.c-hero-images > img {
  width: 150px;
  height: 150px;
}
