:root {
  --transition-xs: all 0.2s;
  --transition-sm: all 0.3s;
  --transition-md: all 0.4s;
  --transition-lg: all 0.6s;

  --row-gap-xs: 4px;
  --row-gap-sm: 12px;
  --row-gap-md: 16px;
  --row-gap-lg: 24px;
  --row-gap-xl: 36px;

  --text-sm: 14px;
  --text-md: 16px;
  --text-lg: 24px;
  --text-xl: 38px;
}

/* showcase - start */
.showcase-title {
  background-color: var(--light-background);
  color: var(--navy);
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  padding: 20px 20px;
  margin: 94px 0 54px 0;
}

.showcase-subtitle {
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.showcase-fonts,
.showcase-colors {
  display: grid;
  row-gap: 45px;
}

.showcase-fonts span:first-of-type,
.showcase-colors span:first-of-type {
  font-weight: bold;
}

.showcase-fonts span,
.showcase-colors span {
  display: block;
}

.showcase-fonts .col-12 {
  display: grid;
  align-items: center;
}

.showcase-color_box {
  width: 100%;
  height: 150px;
  border: 1px solid lightgray;
  margin-top: 20px;
  margin-bottom: 6px;
}

/* showcase - end */

/* global - start */
:focus-visible {
  outline: 2px solid var(--pioneer-orange);
  outline-offset: 2px;
  transition: 0s !important;
}

img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.video-wrapper { 
  margin: 0 0 1rem; 
}

.form-check label,
.form-check-label {
  pointer-events: none;
}

.list-links {
  padding-left: 0;
  list-style: none;
}

.list-links li {
  line-height: 1.35rem;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.5rem 0 0.75rem 0;
}

.list-links a{
  color: var(--pioneer-orange);
}

.section-padding {
  padding-top: 42px;
  padding-bottom: 42px;
}

.section-padding-top {
  padding-top: 42px;
}

.section-margin {
  margin-top: 42px;
  margin-bottom: 42px;
}

.section-margin-top {
  margin-top: 42px;
}

.content-section {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  line-height: normal;
  margin: 36px 0;
}

.intro-text {
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.separating-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.75rem;
}

.nav-tabs .nav-link {
  font-weight: 700;
  box-shadow: none !important;
}

.overlay-text-large {
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (min-width: 580px) {
  .overlay-text-large {
    font-size: 3.25rem;
    line-height: 3.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .overlay-text-large {
    font-size: 4rem;
    line-height: 4.25rem;
  }
}

.overlay-text-medium {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (min-width: 580px) {
  .overlay-text-medium {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

/* global - end */

/* links - start */
a {
  color: var(--pioneer-orange);
  text-decoration: underline;
}

a:hover,
a:focus-visible,
a:active,
a.active {
  color: #BC460A;
}

.d-arrow-link {
  position: relative;
}

.d-arrow-link::after {
  font: var(--fa-font-solid);
  content: "\f0da";
  font-size: 18px;
  padding-left: 10px;
}

.d-hyperlink-orange {
  color: var(--pioneer-orange);
  text-transform: uppercase;
  font-weight: 700;
  transition: var(--transition-sm);
}

.d-hyperlink-orange:hover,
.d-hyperlink-orange:focus-within {
  color: var(--pioneer-orange-alt);
  text-decoration: underline;
}

/* links - end */

/* buttons - start */
.d-btn {
  position: relative;

  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;

  font-size: 1rem;
  font-weight: 700;
  line-height: 16px;

  display: inline-block;
  width: fit-content;
  padding: 15px 22px 17px 15px;
  border-radius: 0 0;
  transition: var(--transition-sm);
}

.d-btn::after {
  font: var(--fa-font-solid);
  content: "\f0da";
  padding-left: 6px;
}

.btn-primary {
  background-color: var(--pioneer-orange);
  color: var(--white);
  border: 3px solid var(--pioneer-orange);
  border-bottom-color: #d54f0d;
}

.btn-primary:hover,
.btn-primary:focus-within {
  background-color: var(--pioneer-orange-alt);
  color: var(--white);
  border: 3px solid var(--pioneer-orange-alt);
  border-bottom-color: #d54f0d;
}

.btn-secondary {
  background-color: var(--navy);
  color: var(--white);
  border: 3px solid var(--navy);
  border-bottom-color: #001021;
}

.btn-secondary:hover,
.btn-secondary:focus-within {
  background-color: var(--black);
  color: var(--white);
  border: 3px solid var(--black);
  border-bottom-color: #001021;
}

.btn-white {
  background-color: var(--white);
  color: var(--dark-gray);
  border: 2px solid var(--dark-gray);
}

.btn-white:hover,
.btn-white:focus-within {
  background-color: var(--dark-gray);
  color: var(--white);
  border: 2px solid var(--dark-gray);
}

/* buttons - end */

/* skip box - start */
.skip-main-btn {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 10px 20px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;

  background-color: var(--pioneer-orange);
  color: var(--white) !important;
  border: 3px solid var(--pioneer-orange);
  border-bottom-color: #d54f0d;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}

.skip-main-btn:focus-visible {
  position: fixed; /* Fixed so it stays visible while scrolling */
  top: 10px;
  left: 10px;
  z-index: 9999;
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
  white-space: normal;
}

@media (max-width: 991.5px) {
  .skip-main-btn {
    font-size: 18px;
    border-bottom: 4px solid var(--pioneer-orange);
    padding: 24px 20px;
  }
}

/* skip box - end */

/* alert - start */
.d-alert {
  background-color: var(--light-blue);
  color: var(--navy);
  padding: 24px 0;
}

.d-alert .container {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

/* alert - end */

/* icongraphy - start */
.icongraphy {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 40px;
  padding: 10px;
}

.icon-box .icon-image {
  color: var(--white);
  width: 100%;
}

/* icongraphy - end */

/* header stripe - start */
.header-stripe-wrap {
  position: relative;
  overflow: hidden;
}

.header-stripe {
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;

  background-color: var(--navy);
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;

  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0px;
  padding-right: 60px;
}

.header-stripe::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;

  background-color: var(--navy);
  z-index: -1;
  width: 100vw;
}

.header-stripe-left .header-stripe::before {
  right: 0;
}

.header-stripe-right .header-stripe::before {
  left: 0;
}

.header-stripe-left .header-stripe {
  justify-self: start;
}

.header-stripe-right .header-stripe {
  justify-self: end;
  padding-left: 60px;
  padding-right: 0px;
}

.header-stripe-contained.header-stripe-left .header-stripe {
  padding-left: 25px;
}

.header-stripe-contained.header-stripe-right .header-stripe {
  padding-right: 25px;
}

@media (max-width: 991.5px) {
  .header-stripe {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.5rem;

    padding-left: 0;
    padding-right: 0;
  }

  .header-stripe-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;

    background-color: var(--navy);
    z-index: -1;
    width: 100vw;
  }

  .header-stripe::before {
    display: none;
  }

  .header-stripe-left .header-stripe,
  .header-stripe-right .header-stripe {
    justify-self: start;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* header stripe - end */

/* breadcrumb - start */
.d-breadcrumb .breadcrumb {
  margin-top: 8px;
  margin-bottom: 8px;
}

.d-breadcrumb .breadcrumb-item {
  color: var(--dark-gray);
  text-transform: capitalize;
  padding: 0;
}

.d-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  padding: 6px 10px 6px 10px;

  font: var(--fa-font-solid);
  content: "\f0da";
  color: var(--dark-gray);
}

.d-breadcrumb a {
  color: var(--navy);
  text-decoration: underline;
}

.d-breadcrumb a:hover,
.d-breadcrumb a:focus-within {
  color: var(--pioneer-orange);
}

/* breadcrumb - end */

/* table - start */
.dd-table thead tr th {
  background-color: var(--pioneer-orange);
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 900;
  padding: 6px 12px;
}

.dd-table tbody tr {
  border-bottom: 1px solid var(--mid-gray);
}

.dd-table tbody tr td {
  color: var(--mid-gray);
  padding: 6px 12px;
}

.dd-table tbody tr:nth-of-type(even) td {
  background-color: #f8f8f8;
}

.dd-table tbody tr:nth-of-type(odd) td {
  background-color: var(--white);
}

@media (max-width: 991.5px) {
  .dd-table table,
  .dd-table thead,
  .dd-table tbody,
  .dd-table th,
  .dd-table td,
  .dd-table tr {
    display: block;
    width: 100%;
  }

  .dd-table thead {
    display: none;
  }

  .dd-table tbody tr {
    background-color: var(--white);
    border-bottom: none;
    padding: 0 0;
  }

  .dd-table tbody tr:nth-last-of-type(even) {
    background-color: var(--white);
  }

  .dd-table tbody tr:nth-last-of-type(odd) {
    background-color: #f3f3f3;
    border-top: 1px solid var(--mid-gray);
    border-bottom: 1px solid var(--mid-gray);
  }

  .dd-table tbody tr td {
    background-color: inherit;
    border-bottom: none;
  }

  .dd-table tbody tr td {
    display: flex;
    justify-content: space-between;
    padding: 6px 6px;
  }

  /* Pull the label dynamically */
  .dd-table tbody tr td::before {
    content: attr(data-label);
    color: var(--dark-gray);
    font-size: 0.9rem;
    font-weight: 700;
    flex: 1;
    text-align: left;
    margin-right: 10px;
  }
}

/* table - end */

/* hero interior - start */
.hero-interior {
  position: relative;
  display: flex;
  align-items: end;

  width: 100%;
  min-height: 350px;

  background-color: var(--light-background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;

  padding-top: 42px;
  padding-bottom: 42px;
}

.hero-interior > .container {
  position: relative;
  z-index: 1;
}

.hero-interior::before {
  content: "";
  position: absolute;
  background: rgba(63, 63, 63, 0.7);
  width: 100%;
  height: 100%;
  inset: 0;
  overflow: hidden;
}

.hero-interior-title {
  position: relative;
  color: var(--white);
  text-transform: capitalize;
}

/* hero interior - end */

/* card basic - start */
.cards-basic-row {
    row-gap: var(--row-gap-xl);
    justify-content: center;
}

.card-basic {
display: flex;
flex-direction: column;
row-gap: 6px;
height: 100%;
background-color: var(--white);
}
.card-basic .card-title {
font-size: 1.75em;
font-weight: 700;
margin-bottom: 0;
}

.card-basic .card-link {
  color: var(--pioneer-orange);
  text-transform: uppercase;
  text-decoration: none !important;
  transition: var(--transition-sm);
}

.card-basic .card-link:hover,
.card-basic .card-link:focus-within {
  color: var(--pioneer-orange-alt);
}

.card-basic .card-video-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 12px;
}

.card-basic .card-link:hover .card-image-wrapper:not(.overlay) .card-image,
.card-basic
  .card-link:focus-within
  .card-image-wrapper:not(.overlay)
  .card-image {
  opacity: 0.85;
}

.card-basic .card-image-wrapper {
  position: relative;
  margin-bottom: 12px;
}

.card-basic .card-image-wrapper.overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--pioneer-orange);
  opacity: 0.6;
  transition: var(--transition-sm);
}

.card-basic .card-link:hover .card-image-wrapper.overlay::before,
.card-basic .card-link:focus-within .card-image-wrapper.overlay::before {
  opacity: 0.4;
}

.card-basic .card-image {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 1;
  transition: var(--transition-sm);
}

.card-basic .card-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  font-size: 100px;
}

.card-basic .card-icon-image {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  width: auto;
  height: 120px;
}

/* card basic - end */

/* cta bar - start */
.cta-bar {
  position: relative;
  background-color: var(--navy);
  color: var(--white);
  text-transform: uppercase;
  padding: 16px 0;
}

.cta-bar.cta-bar-single {
  padding: 48px 0;
}

.cta-bar-row {
  position: relative;
  row-gap: var(--row-gap-sm);
  z-index: 1;
}

.cta-bar-text {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: end;
color: var(--white);
font-size: 1.75em;
font-weight: 700;
margin-bottom: 0;
}

.cta-bar-small {
  font-size: 1.35rem;
}

.cta-bar-large {
  font-size: 2.5rem;
}

.cta-bar-btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--row-gap-sm);
}

@media (max-width: 991.5px) {
  .cta-bar {
    text-align: center;
    padding: 32px 0;
  }

  .cta-bar-text {
    align-items: center;
  }

  .cta-bar-btns {
    justify-content: center;
  }
}

/* cta bar - end */

/* testimonial box - start */
.testimonial-box p {
  padding: 0;
  margin: 0;
}

.testimonial-box-row {
  background-color: var(--navy);
  color: var(--white);
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding: 26px 32px;
}

.testimonial-title {
  display: flex;
  flex-direction: column;
}

.testimonial-title .title {
color: var(--white);
font-size: 2em;
font-weight: 700;
margin-bottom: 0;
}

.testimonial-title .title-secondary {
color: var(--white);
}

.testimonial-title .title-secondary,
.testimonial-title span {
  font-size: 28px;
}

.testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* testimonial box - end */

/* card staff - start */
.cards-staff-row {
  display: flex;
  justify-content: center;
  row-gap: var(--row-gap-xl);
}

.card-staff-horizantal {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}

.card-staff-horizantal .card-staff-image {
  width: 200px;
  height: 200px;
  border-radius: 50% 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.card-staff-horizantal .card-staff-content {
  display: flex;
  flex-direction: column;
  row-gap: var(--row-gap-xs);
  height: 100%;
  padding: 24px 24px;
}

.card-staff-horizantal .title,
.card-staff-horizantal .text {
color: var(--mid-gray);
font-size: 1rem;
font-weight: 700;
margin-bottom: 0;
}

.card-staff-vertical {
  width: 100%;
  max-width: 500px;
  text-align: center;
  text-decoration: none;
}

.card-staff-vertical .card-staff-image {
  width: 200px;
  height: 200px;
  border-radius: 50% 50%;
  opacity: 0.85;
  object-fit: cover;
}

.card-staff-vertical .card-staff-content {
  display: flex;
  flex-direction: column;
  row-gap: var(--row-gap-xs);
  height: 100%;
  padding: 16px 16px;
}

.card-staff-vertical .title {
color: var(--navy);
font-size: 1rem;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 0;
transition: 0.3s;
}

a.card-staff-vertical:hover .title,
a.card-staff-vertical:focus-within .title {
  color: var(--pioneer-orange);
}

.card-staff-vertical .text {
  color: var(--mid-gray);
}

.card-staff-vertical .card-staff-content a {
  display: block;
  color: var(--navy);
  text-decoration: none;
}

.card-staff-vertical .card-staff-content a:hover,
.card-staff-vertical .card-staff-content a:focus-within {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

@media (max-width: 991.5px) {
  .card-staff-horizantal,
  .card-staff-vertical {
    max-width: 100%;
    text-align: center;
  }
}

/* card staff - end */

/* side nav - start */
.side-nav {
  background-color: var(--white);
}

.side-nav ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  margin: 10px 0;
  padding: 0 0;
}

.side-nav ul li {
  border-bottom: 1px solid #e7e7e8;
  font-size: 1.2rem;
}

.side-nav ul li a {
  display: block;
  color: var(--pioneer-orange);
  text-decoration: none;
  padding: 15px 25px 15px 15px;
  transition: 0.3s;
}

.side-nav ul li a.active,
.side-nav ul li a:hover,
.side-nav ul li a:focus-within {
  background-color: var(--navy);
  color: var(--white);
}

@media (max-width: 991.5px) {
  .side-nav {
    white-space: nowrap;
  }

  .side-nav ul {
    display: flex;
    width: 100%;
    margin: 0 0 0;
    padding: 0;
    overflow-x: auto;
  }

  .side-nav ul li {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .side-nav ul li:last-child a:after,
  .side-nav ul li:last-child span:after {
    content: none;
  }

  .side-nav ul li.active a,
  .side-nav ul li.active span {
    color: var(--pioneer-orange-alt);
    opacity: 0.8;
  }

  .side-nav ul li a,
  .side-nav ul li span {
    position: relative;
    display: block;
    box-sizing: border-box;

    width: auto;
    border: none;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: -0.015em;
    text-align: center;
    text-decoration: none;

    padding: 1rem 1rem;
    transition: 0.3s;
  }

  .side-nav ul li:first-child a,
  .side-nav ul li:first-child span {
    padding-left: 0;
  }

  .side-nav ul li a:hover,
  .side-nav ul li span:hover {
    color: var(--pioneer-orange-alt);
    opacity: 0.8;
  }

  .side-nav ul li a:after,
  .side-nav ul li span:after {
    content: "|";
    display: inline-block;
    width: 0;
    height: 0;
    font-weight: normal;
    margin: 0 0 0 1.5rem;
  }

  .side-nav ul li a.active,
  .side-nav ul li a:hover,
  .side-nav ul li a:focus-within {
    background-color: inherit;
    color: var(--pioneer-orange);
  }

  .side-nav ul li a.active::before {
    font: var(--fa-font-solid);
    content: "\f0d8";
    position: absolute;
    bottom: 2px;
    right: 50%;
    transform: translateX(-50%);
    font-size: 14px;
  }
}
/* side nav - end */

/* secondary nav - start */
.secondary-nav {
  background-color: var(--mid-gray);
  color: var(--white);
}

.secondary-nav-row {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
}

.secondary-nav .link-box {
  display: flex;
  flex-direction: column;
  row-gap: var(--row-gap-sm);
  justify-content: space-between;
  overflow: hidden;
  position: relative;

  min-height: 120px;
  background-color: transparent;
  color: var(--white);
  border-left: 2px solid #8a898d;
  border-right: 2px solid #8a898d;
  text-decoration: none;

  margin-left: -2px;
  padding: 25px 17px 20px 17px;
  transition: var(--transition-sm);
}

.secondary-nav .link-box:hover,
.secondary-nav .link-box:focus-within {
  background-color: var(--pioneer-orange);
}

.secondary-nav .d-arrow-link {
    color: var(--white);
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.secondary-nav span {
  font-size: 14px;
  line-height: 21px;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .secondary-nav .link-box {
    flex: 1 1 20%;
  }
}

@media (max-width: 991.5px) {
  .secondary-nav .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .secondary-nav .link-box:first-of-type {
    width: 100%;
  }

  .secondary-nav .link-box:not(:first-of-type) {
    width: 50%;
  }

  .secondary-nav .link-box {
    border-top: 2px solid #8a898d;
    margin-left: 0;
  }

  .secondary-nav .link-box:nth-child(2),
  .secondary-nav .link-box:nth-child(4) {
    border-right: none;
  }
}

/* secondary nav - end */

/* banner standard - start */
.banner-standard {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  color: var(--white);
}

.banner-standard .overlay-blue {
  background-color: rgba(0, 43, 92, 0.6);
  color: var(--white);
}

.banner-standard .overlay-gray {
  background-color: rgba(113, 112, 115, 0.6);
  color: var(--white);
}

.banner-standard .overlay-orange {
  background-color: rgba(242, 103, 34, 0.6);
  color: var(--white);
  width: fit-content;
  margin-left: auto;
}

.banner-standard-content {
  padding: 66px 14px;
}

.banner-standard-content > .container {
  display: flex;
  flex-direction: column;
  row-gap: var(--row-gap-sm);
}

.banner-standard-content .title {
    color: var(--white);
    text-transform: uppercase;
    /* text-align: right; */
}

.banner-standard-content .text {
	font-size: 1.3rem;
    line-height: 1.6rem;
}
.banner-standard-content .d-btn {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .banner-standard.banner-page {
    padding: 15rem 0 0 0;
  }

  .banner-standard.banner-full .banner-standard-content {
    padding: 6rem 0 6rem 0;
  }
}

@media (max-width: 991.5px) {
  .banner-standard {
    padding: 15rem 0 0 0;
  }

  .banner-standard > .container {
    max-width: 100%;
    padding: 0 0 0 0;
  }
  .banner-standard .overlay-orange {
    width: 100%;
  }

  .banner-standard-content {
    padding: 26px 0;
  }
  .banner-standard-content .title {
/*     text-align: left; */
  }
}

/* banner standard - end */

/* stats colors - start */
.stat-orange {
  background-color: var(--pioneer-orange);
  color: var(--white);
  padding: 24px;
}

a.stat-orange:hover,
a.stat-orange:focus-within {
  background-color: var(--pioneer-orange-lighter);
  color: var(--white);
}

.stat-navy {
  background-color: var(--navy);
  color: var(--white);
  padding: 24px;
}

a.stat-navy:hover,
a.stat-navy:focus-within {
  background-color: var(--navy-lighter);
  color: var(--white);
}

.stat-gray {
  background-color: var(--mid-gray);
  color: var(--white);
  padding: 24px;
}

a.stat-gray:hover,
a.stat-gray:focus-within {
  background-color: #868588;
  color: var(--white);
}

@media (max-width: 991.5px) {
  .stat-gray,
  .stat-navy,
  .stat-orange {
    row-gap: var(--row-gap-xs);
    padding: 16px;
  }
}

/* stats colors - end */

/* stats - start */
.stats .stat-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: var(--row-gap-sm);

  height: 100%;
  aspect-ratio: 1 / 1;
  text-align: center;
  text-decoration: none;

  overflow: hidden;
  transition: var(--transition-sm);
}

.stats a.stat-content::after {
  font: var(--fa-font-solid);
  content: "\f061";
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-size: 24px;
}

.stats .stat-content .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stats .stat-content .icon {
  font-size: 58px;
}

.stats .stat-content .icon-image {
  width: auto;
  height: 70px;
}

.stats .stat-content .title {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 700;
}

.stats .stat-content.stat-lg .title {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 700;
}

.stats .stat-content.stat-lg .text {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

@media (max-width: 1199.5px) {
  .stats .stat-content .icon {
    font-size: 40px;
  }

  .stats .stat-content .icon-image {
    width: auto;
    height: 60px;
  }

  .stats .stat-content .title {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

@media (max-width: 991.5px) {
  .stats .stat-content.stat-lg .title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 700;
  }

  .stats .stat-content .text,
  .stats .stat-content.stat-lg .text {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}

@media (max-width: 767.5px) {
  .stat-sm-navy {
    background-color: var(--navy) !important;
  }
}

/* stats - end */

/* stats checkered - start */
.stat-checkered-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: var(--row-gap-sm);

  background-color: var(--navy);
  color: var(--white);
  text-align: center;

  padding: 32px 32px;
}

.stat-checkered-content .title {
color: var(--white);
font-size: 1.75em;
font-weight: 700;
margin-bottom: 0;
text-transform: uppercase;
}

@media (min-width: 767px) {
  .stat-checkered-content:nth-child(4n + 2),
  .stat-checkered-content:nth-child(4n + 3) {
    background-color: var(--mid-gray);
  }
}

@media (max-width: 767.5px) {
  .stat-checkered-content {
    padding: 24px 24px;
  }

  .stat-checkered-content:nth-child(even) {
    background-color: var(--mid-gray);
  }

  .stat-checkered-content .d-btn {
    width: 100%;
  }
}

/* stats checkered - end */

/* carousel - start */
.carousel-hero {
  overflow: hidden;
}

.carousel-hero .carousel-item {
  position: relative;
  min-height: 600px;
}

.carousel-hero .title {
  font-weight: 900;
}

.carousel-hero picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.carousel-hero picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-hero .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

.carousel-hero .carousel-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: var(--row-gap-sm);
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 2rem 6rem;
  min-height: 600px;
}

.slick-prev {
  left: 20px;
  z-index: 2;
}

.slick-prev .slick-prev-icon:before {
  content: "◀";
}

.slick-next {
  right: 20px;
  z-index: 2;
}

.slick-next .slick-next-icon:before {
  content: "▶";
}

@media (max-width: 991.5px) {
  .carousel-hero .carousel-content {
    padding: 2rem 3rem;
  }

  .slick-prev {
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }
}

/* carousel - end */

/* figure wysiwyg - start */
.figure-wysiwyg {
  width: 100%;
  max-width: 30%;
  margin: 0 0 0 0;
}

.figure-wysiwyg figcaption {
  padding-top: 6px;
}

.figure-wysiwyg.float-end {
  margin: 0 0 2rem 2rem;
}

.figure-wysiwyg.float-start {
  margin: 2rem 2rem 0 0;
}

@media (max-width: 767.8px) {
  .figure-wysiwyg {
    float: none !important;
    max-width: unset;
    margin: 0 0 2rem 0 !important;
  }
}

/* figure wysiwyg - end */

/* full width image - start */
.full-width-image figure {
  margin: 0 0 0 0;
}

.full-width-image figure img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
}

.full-width-image .figure-caption {
  display: inline-block;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* full width image - end */

/* faculty detail - start */
.faculty-detail-image {
  float: inline-end;
}

.faculty-detail-image img {
  width: auto;
  height: 390px;
  object-fit: cover;
}

@media (max-width: 991.5px) {
  .faculty-detail-image {
    float: none;
  }

  .faculty-detail-image img {
    width: 64%;
    height: auto;
    object-fit: cover;
  }
}
/* faculty detail - end */

/* news article - start */
.news-article-intro {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  border-bottom: 1px solid var(--mid-gray);
  padding-bottom: 32px;
}

.news-article-intro .title {
  color: var(--navy);
  text-transform: uppercase;
}

.news-article-intro .info {
  display: block;
}

.news-article-intro .info a {
  margin: 0 4px;
}

.news-article-intro .info span:first-of-type {
  font-weight: 700;
}

/* news article - end */

/* home page - start */ 
.home-video-banner { 
  position: relative; 
} 

.home-video-banner-title { 
  position: absolute; 
  inset: 0; 
  z-index: 1; 

  display: flex; 
  align-items: center; 
  justify-content: center; 

  color: #fff; 
  font-size: clamp(2rem, 5vw, 6rem); 
  font-weight: 700; 
  text-align: center; 
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35); 
  text-transform: uppercase; 
  pointer-events: none; 

  padding: 1rem; 
  margin: 0; 
} 

.home-video-wrapper {
	position: relative;
	background-size: cover;
    background-position: center;
    background-color: black;
    height: 0;
    padding-bottom: 56.25%;
}

.home-video-cta { 
  text-align: center; 
  margin-top: -20px; 
} 

@media (max-width: 991.5px) { 
  .home-video-wrapper { 
    aspect-ratio: 16 / 9; 
  } 

  .home-video-cta { 
    margin-top: 42px; 
  } 
} 
/* home page - end */

/* program finder - start */
.program-card {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 50px;
  height: calc(100% - 50px);
}

.program-card .title {
  font-size: 1.2em;
}

.program-card a {
  margin-top: auto;
}

.mobile-filters {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.mobile-filters .d-btn::after {
  font: var(--fa-font-solid);
  content: "\f0d7";
  padding-left: 10px;
}

.mobile-filter-dropdown {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: var(--white);
  padding: 20px 10px;
  z-index: 2;
}

.social-link {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  text-decoration: none;
  transition: 0.3s;
}

.social-link img {
  width: 75px;
}
/* program finder - end */

/* news listing - start */
.news-filters {
  margin-bottom: 50px;
}

.news-filters-row {
  row-gap: 16px;
}

.news-filters .d-btn {
  display: flex;
  height: 38px;
  align-items: center;
}

.news-list-card {
  margin-bottom: 40px;
}

.news-list-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top;
}

.news-list-card .news-content {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.news-list-card .title {
  color: var(--pioneer-orange);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s;
}

.news-list-card .title:hover,
.news-list-card .title:focus-within {
  text-decoration: underline;
}

.news-list-card .date {
  font-weight: 700;
}

.news-list-paginating {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  text-align: center;
  margin: 20px auto 0 auto;
}

.news-list-paginating .pagination-btn {
  min-width: 25px;
  min-height: 25px;
}

.news-list-paginating button {
  background-color: transparent;
  color: var(--pioneer-orange-darker);
  border: none;
  box-shadow: none;
}

.news-list-paginating button.pagination-arrow,
.news-list-paginating button.active {
  font-weight: 700;
}

.news-list-paginating button[disabled] {
  color: var(--light-gray);
}

@media (max-width: 991.5px) {
  .news-list-card img {
    display: block;
    margin-bottom: 12px;
  }
}
/* news listing - end */

/* program listing - end */
.program-list {
  break-inside: avoid;
  list-style: none;
  padding-left: 0;
}

.program-list .title {
  color: var(--pioneer-orange);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: underline;
  transition: 0.3s;
}

.program-list a.disabled {
  color: var(--mid-gray) !important;
  text-decoration: none;
}

.program-list .sub-links {
  padding-left: 32px;
}

.program-list-row {
  column-count: 2;
  column-gap: 2rem;
}

@media (max-width: 991.5px) {
  .program-list .title {
    font-size: 1.15rem;
  }

  .program-list-row {
    column-count: 1;
  }
}
/* program listing - end */

/* contact page - start */
.contact-listing-title {
  position: relative;

  background-color: var(--white);
  color: var(--pioneer-orange);
  border: 1px solid var(--pioneer-orange);

  text-align: center;
  text-transform: capitalize;

  font-size: 1.2rem;
  font-weight: 700;
  line-height: 16px;

  padding: 18px 22px 18px 15px;
}

.contact-listing-btn {
  width: 100%;
}

.alpha-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.alpha-nav a {
  display: inline-block;
  width: 1.7rem;
  border: solid 1px var(--navy);
  text-decoration: none;
  text-align: center;
  padding: 0.1rem 0;
  transition: 0.3s;
}

.alpha-nav a:hover,
.alpha-nav a:focus-within {
  background-color: var(--pioneer-orange);
  color: var(--white);
}

.alpha-anchor {
  color: var(--mid-gray);
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.back-to-top a {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-size: 0.9rem;
  line-height: 12px;
  text-decoration: none;
  transition: 0.3s;
}

.back-to-top .icon {
  padding-right: 5px;
}

@media (min-width: 992px) {
  .table-contact tr td:first-of-type {
    width: 40%;
  }

  .table-contact tr td:last-of-type {
    width: 40%;
  }
}

@media (max-width: 991.5px) {
  .contact-listing-header-row {
    gap: 12px;
  }

  .alpha-anchor {
    background-color: var(--pioneer-orange);
    color: var(--white);
    font-size: 1.3rem;
    padding: 6px 6px;
  }
}
/* contact page - end */

/* contact aside - start */
.contact-aside {
  display: flex;
  flex-direction: column;
}

.contact-aside .title {
  font-size: 1.25rem;
  background-color: var(--pioneer-orange);
  color: var(--white);
  padding: 0.5rem 1rem;
}

.contact-aside-item {
  padding: 18px 10px;
  border-bottom: 1px solid #ccc;
}

.contact-aside-item .span-left {
  display: inline-block;
  width: 60%;
  text-align: left;
}

.contact-aside-item .span-right {
  display: inline-block;
  width: 38%;
  text-align: right;
}
/* contact aside - end */
