@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:wght@400;500;600;700&family=Inter:wght@100;200;300;400;500;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");
html {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 125%;
  font-optical-sizing: auto;
}

body,
button,
input,
textarea,
select,
p,
legend,
.fui-input,
.fui-radio-label,
.fui-checkbox-label,
.btn {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.6;
}

p {
  margin-bottom: 30px;
}

.lead,
.lead p {
  font-size: calc(clamp(16px, 1vw, 18px) * 1.2);
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-wrap: pretty;
  margin-bottom: 40px;
}

small,
.small {
  font-size: calc(clamp(16px, 1vw, 18px) * 0.8);
  line-height: 120%;
}

h1, .stats-animated .number-wrapper,
h2,
h3,
h4 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  text-wrap: balance;
  margin: 20px 0 20px 0;
}

h1, .stats-animated .number-wrapper {
  font-size: clamp(30px, 3vw, 36px);
  font-weight: 600;
  line-height: 1;
}

h2 {
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.2;
}

h3 {
  font-size: clamp(18px, 3vw, 22px);
  line-height: 1.2;
}

h4 {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.2;
}

strong {
  font-weight: 600;
}

legend {
  font-weight: 600;
}

html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  color: #000000;
}

body.open {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  body.open {
    overflow: auto;
  }
}

.site-wrapper {
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .container,
  .hero {
    width: 90%;
    max-width: 1300px;
    min-width: 800px;
  }
}

.tab-content .container {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.expanded > div > .container {
  max-width: 100%;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

* {
  scrollbar-width: auto;
  scrollbar-color: #231651 #ffffff;
}

*::-webkit-scrollbar {
  width: 30px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #231651;
  border-radius: 15px;
  border: 15px none #231651;
}

a {
  color: #ff6b21;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: black;
  text-decoration: underline;
}

figure {
  margin: 0;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

hr {
  border-top: 4px solid #FF6B21;
  height: 0;
  margin: 2vh auto;
  opacity: 1;
}

section {
  margin: 0 auto;
  position: relative;
}

.align-center {
  justify-content: center !important;
  justify-items: center !important;
}

.align-right {
  justify-content: flex-end !important;
  justify-items: end !important;
}

.align-middle {
  align-items: center !important;
}

.align-top {
  align-items: flex-start !important;
}

.align-bottom {
  align-items: flex-end !important;
}

.toc-shadow {
  box-shadow: 5px 5px 0px #ff6b21;
}

div[class*=col-].align-centre {
  margin-left: auto;
  margin-right: auto;
}
div[class*=col-].align-right {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
}

.row-label {
  background-color: #231651;
  color: white;
  padding: 20px;
  position: absolute;
  top: -2vh;
  left: 0;
  margin: 0;
  z-index: 2;
  padding-left: 10vw;
}

.edit-link {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 10px 15px;
  border-radius: 15px;
  z-index: 999999;
  background: black;
  color: white;
}
.edit-link:hover {
  background: #FF6B21;
}

.overlay-top {
  margin-top: -15vh;
}
.overlay-bottom {
  margin-bottom: -15vh;
}

.overlay-top-career {
  margin-top: -15vh;
}
@media only screen and (max-width: 768px) {
  .overlay-top-career {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 1100px) {
  .overlay-top-career {
    margin-top: 0;
    padding-top: 0;
  }
}
.overlay-bottom {
  margin-bottom: -15vh;
}

.bg-teal {
  background-color: #3EE5F3;
}
.bg-pink {
  background-color: #FF8484;
}
.bg-navy {
  background-color: #231651;
  color: white;
}
.bg-navy * {
  color: white;
}
.bg-navy * h1, .bg-navy .stats-animated .number-wrapper,
.bg-navy * h2,
.bg-navy * h3 {
  color: #FF8484;
}
.bg-white {
  background-color: #ffffff;
}

.range {
  background: #231651;
  color: #FF8484;
  border-radius: 30px;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  margin-bottom: 5vh;
}
.range span {
  flex: 1;
  padding: 20px 30px;
  font-weight: 900;
  text-align: center;
}
.range span.active {
  background: #FF8484;
  color: #231651;
}

/*.sa-container{
    display: flex;
    justify-content: center;
    .cb-section-inner{
        width: 100%;
        max-width: 1200px;
    }
}*/
.image-icon img {
  width: 5em;
  height: auto;
}

.icon-title-block-content-header {
  color: #FF6B21;
}

.branding {
  position: relative;
  z-index: 9999;
  display: block;
  width: clamp(260px, 15vw, 390px);
  margin-bottom: 80px;
}
.branding svg, .branding img {
  width: 100%;
  height: auto;
  display: block;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
}
@media only screen and (min-width: 769px) {
  header {
    width: calc(90% + 40px);
    min-width: 1000px;
  }
}
.site-wrapper {
  position: relative;
}
.site-wrapper::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6980392157);
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease, visibility 400ms ease;
  z-index: 999;
  pointer-events: none;
}
body.nav-open .site-wrapper::before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.region-page .nav-primary, body.region-page .nav-toggle, body.region-page .footer-custom, body.region-page footer .nav {
  display: none;
}

body.open .nav-primary {
  grid-template-rows: 1fr;
}
body.open .nav-overlay {
  opacity: 0.6;
  pointer-events: auto;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 100;
  opacity: 0;
  transition: all 200ms cubic-bezier(0.83, 0, 0.17, 1);
  pointer-events: none;
}

.nav-primary {
  transition: all 200ms cubic-bezier(0.83, 0, 0.17, 1);
  background: #ffffff;
  border-bottom: 10px solid #FF6B21;
  display: grid;
  grid-template-rows: 0fr;
}
.nav-primary * {
  overflow: hidden;
}
.nav-primary ol {
  width: 100%;
  list-style: none;
  padding: 40px;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .nav-primary ol {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
  }
}
.nav-primary ol li h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .nav-primary ol li h2 {
    color: #FF6B21;
  }
}
.nav-primary ol li:hover h2 {
  color: #FF6B21;
}
.nav-primary ol li ol {
  display: block;
  padding: 0;
}
.nav-primary ol li ol li {
  border: none;
}
.nav-primary ol li ol li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  padding: 0.5rem 0;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  position: relative;
  z-index: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 107, 33, 0.25);
  white-space: nowrap;
}
.nav-primary ol li ol li a::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #FF6B21;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.nav-primary ol li ol li a:hover, .nav-primary ol li ol li a:focus, .nav-primary ol li ol li a.active {
  color: #ffffff;
  padding-left: 1rem;
}
.nav-primary ol li ol li a:hover::after, .nav-primary ol li ol li a:focus::after, .nav-primary ol li ol li a.active::after {
  width: 100%;
  opacity: 1;
}
.nav-primary ol nav {
  width: 100%;
}
.nav-primary ol nav ol {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.nav-primary ol nav ol li {
  width: 100%;
  padding: 0;
  margin: 0;
}

.nav-primary-tabs {
  display: flex;
}
.nav-primary-tabs a, .nav-primary-tabs button {
  position: relative;
  width: 60px;
  height: 50px;
  background: #FF6B21;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.nav-primary-tabs a:first-child, .nav-primary-tabs button:first-child {
  border-right: 1px solid #ffffff;
}
.nav-primary-tabs a:hover, .nav-primary-tabs a:focus, .nav-primary-tabs button:hover, .nav-primary-tabs button:focus {
  background: #000000;
  text-decoration: none;
}
.nav-primary-tabs a.nav-toggle, .nav-primary-tabs button.nav-toggle {
  gap: 6px;
  padding: 0;
  outline: none;
}
.nav-primary-tabs a.nav-toggle .hamburger-line, .nav-primary-tabs button.nav-toggle .hamburger-line {
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  transform-origin: center;
}
.nav-primary-tabs a.nav-home, .nav-primary-tabs button.nav-home {
  font-size: 2.2rem;
}

@media only screen and (min-width: 769px) {
  .nav-footer {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .nav-footer {
    margin-top: 40px;
  }
}
.nav-footer ol {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .nav-footer ol {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .nav-footer ol {
    margin: 10px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.nav-footer ol li h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
.nav-footer ol li ol {
  display: block;
}
.nav-footer ol li ol li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
}
.nav-footer ol li ol li a:hover {
  color: #FF6B21;
}

.nav-footer-social ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
.nav-footer-social ol li a {
  color: #ffffff;
  font-size: 4.2rem;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
}
.nav-footer-social ol li a:hover {
  color: #FF6B21;
}

.breadcrumbs ol {
  list-style-type: none;
  padding-left: 0;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs ol li:after {
  display: inline-block;
  color: #000;
  content: ">";
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

.entries-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.entries-list .item {
  position: relative;
  display: block;
  flex: 0 calc(33% - 40px);
}
.entries-list .item > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.icon-title-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  /* margin: 10%; */
  padding: 1rem;
  justify-content: space-between;
  min-height: 18rem;
  /* @include breakpoint("desktop") {
      aspect-ratio: 1/1;
  } */
}
.icon-title-block-content {
  /* display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr; */
}
.icon-title-block-content-header {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #FF6B21;
  margin-bottom: 1rem;
}
.icon-title-block-content-header span {
  font-size: 2rem;
}
.icon-title-block-content-header h3 {
  margin: 0;
  text-wrap: balance;
}

.icon-and-text-block {
  text-align: center;
  text-wrap: balance;
}
@media only screen and (min-width: 769px) {
  .icon-and-text-block {
    text-align: left;
  }
}
.icon-and-text-block {
  /* display: grid;
  justify-content: center; */
}
.icon-and-text-block .icon-wrapper {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .icon-and-text-block .icon-wrapper {
    display: block;
  }
}
.icon-and-text-block .icon-wrapper span {
  font-size: 6rem;
  color: #FF6B21;
  display: block;
}
.icon-and-text-block .lead-text {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 769px) {
  .icon-and-text-block .lead-text {
    margin: 0;
  }
}

.pagination {
  margin: 5vh auto 0;
}
.pagination ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.pagination ul li {
  list-style: none;
}
.pagination ul li a,
.pagination ul li span {
  padding: 10px;
  margin: 0 5px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.pagination ul li a:hover, .pagination ul li a:focus,
.pagination ul li span:hover,
.pagination ul li span:focus {
  color: white;
}
.pagination ul li a.current,
.pagination ul li span.current {
  color: #000000;
  border-bottom: 2px solid currentColor;
}

.tab-orange-underline .nav-pills {
  border-bottom: #FF6B21;
  border-bottom-width: 10px;
  border-bottom-style: solid;
}

.card {
  border: none;
  border-radius: 1px;
  padding: 20px;
  position: relative;
}
.card:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: -1;
  background-color: #000000;
  transform: translate(5px, 5px);
}
.card.grey, .card-grey {
  background-color: #F4F7F9;
  color: #000000;
}
.card.white, .card-white {
  background-color: #ffffff;
  color: #000000;
}
.card.orange, .card-orange {
  background-color: #FF6B21;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .nav-pills {
    border: 4px solid #FF6B21;
    padding: 5px;
    flex-direction: column;
  }
  .nav-pills button {
    width: 100%;
    margin: 0;
    padding: 10px;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-size: calc(clamp(16px, 1vw, 18px) * 1.4);
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
    background-color: #F4F7F9;
    color: #000000;
    border: none;
    height: auto;
  }
  .nav-pills button.active {
    background-color: #FF6B21 !important;
    color: #ffffff !important;
    height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .nav-pills {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    gap: 10px;
    z-index: 1;
    border-bottom: 10px solid #FF6B21;
    padding: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .nav-pills {
    flex-direction: column;
    height: auto;
    align-items: stretch;
    gap: 5px;
  }
}
@media only screen and (min-width: 769px) {
  .nav-pills li {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .nav-pills button {
    width: 100%;
    margin: 0;
    padding: 20px 25px 10px 25px;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-size: calc(clamp(16px, 1vw, 18px) * 1.4);
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
    background-color: #F4F7F9;
    color: #000000;
    border: none;
  }
  .nav-pills button:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .nav-pills button:focus, .nav-pills button:active, .nav-pills button.active {
    background-color: #FF6B21 !important;
    color: #ffffff !important;
    padding-bottom: 30px;
  }
  .nav-pills button.active {
    margin-top: 0;
  }
}
footer {
  position: relative;
  z-index: -1;
  padding: 10vh 0;
  background: #000000;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
footer h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
footer .footer-boilerplate {
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  footer .footer-boilerplate {
    padding-right: 40px;
  }
}
footer .footer-nav-column {
  margin-bottom: 30px;
}
footer .copyright {
  opacity: 0.5;
  margin-top: 30px;
}
footer .copyright p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 130%;
}

.btn,
.fui-btn {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 1.1 !important;
  color: #000000 !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 10px 25px 10px 15px !important;
  margin: 0 0 5px 0 !important;
  background-color: #FF6B21 !important;
  border-radius: 1px !important;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1) !important;
  font-family: IBM Plex Sans Condensed, sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.8rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  min-width: 180px !important;
  border: none !important;
}
.btn:after,
.fui-btn:after {
  content: "";
  display: inline-block;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  margin-left: 10px !important;
  border: solid #ffffff !important;
  border-width: 0 2px 2px 0 !important;
  padding: 3px !important;
  border-bottom-right-radius: 1px !important;
  transform: rotate(-45deg) !important;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1) !important;
  position: absolute !important;
  right: 15px !important;
  opacity: 1 !important;
  z-index: 2 !important;
}
.btn:hover, .btn:active, .btn:focus,
.fui-btn:hover,
.fui-btn:active,
.fui-btn:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn:hover:after, .btn:active:after, .btn:focus:after,
.fui-btn:hover:after,
.fui-btn:active:after,
.fui-btn:focus:after {
  right: 10px !important;
}
.btn:disabled,
.fui-btn:disabled {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}
.btn.btn-white,
.fui-btn.btn-white {
  background-color: #ffffff;
  color: #000000;
}
.btn.btn-white:after,
.fui-btn.btn-white:after {
  border-color: #000000;
}
.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus,
.fui-btn.btn-white:hover,
.fui-btn.btn-white:active,
.fui-btn.btn-white:focus {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-white:hover:after, .btn.btn-white:active:after, .btn.btn-white:focus:after,
.fui-btn.btn-white:hover:after,
.fui-btn.btn-white:active:after,
.fui-btn.btn-white:focus:after {
  border-color: #ffffff;
}
.btn.btn-secondary,
.fui-btn.btn-secondary {
  background-color: #000000 !important;
  color: #ffffff !important;
  width: fit-content !important;
  min-width: 0 !important;
}
.btn.btn-secondary:after,
.fui-btn.btn-secondary:after {
  display: none;
}
.btn.btn-secondary:hover,
.fui-btn.btn-secondary:hover {
  background-color: #666666 !important;
  color: #ffffff !important;
}
.btn.btn-secondary:hover:after,
.fui-btn.btn-secondary:hover:after {
  border-color: #ffffff !important;
}

.fui-row {
  gap: 20px !important;
  margin-bottom: 20px !important;
}

label,
.fui-label {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 1.1 !important;
  color: #000000 !important;
  display: block !important;
  margin-bottom: 5px !important;
  font-size: 80% !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.fui-input,
.form-control {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 1.1 !important;
  color: #000000 !important;
  padding: 10px 10px !important;
  margin-bottom: 5px !important;
  border: none !important;
  border-left: 4px solid #FF6B21 !important;
  border-radius: 0 !important;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1) !important;
  box-sizing: border-box !important;
  background: white !important;
  position: relative !important;
}
.fui-input:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  focus-visible: none !important;
  border-left: 4px solid #000000 !important;
}

div[data-field-type=dropdown] {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 1.1 !important;
  color: #000000 !important;
  position: relative !important;
}
div[data-field-type=dropdown]:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 5px;
  transform: translateY(50%) rotate(45deg);
  border: solid #FF6B21;
  border-width: 0 4px 4px 0;
  padding: 4px;
  pointer-events: none;
  z-index: 2;
}

.fui-instructions p {
  font-size: 80% !important;
}

.form-check,
.form-radio {
  display: flex;
  gap: 10px;
  align-items: flex-start !important;
  margin: 0 0 5px 0 !important;
  padding: 0 0 0px 0 !important;
}
.form-check input,
.form-radio input {
  margin: 5px 0 5px 0 !important;
  padding: 0 !important;
  border: 4px solid #FF6B21 !important;
  width: 20px !important;
  height: 20px !important;
}
.form-check label,
.form-radio label {
  text-transform: none !important;
  font-weight: normal !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.form-check input[type=radio]:checked {
  background-color: #FF6B21 !important;
  background-image: none !important;
}
.form-check input[type=checkbox] {
  border-radius: 0px !important;
}
.form-check input[type=checkbox]:checked {
  background-color: #FF6B21 !important;
  background-size: 140% 140%;
}

.form-text {
  color: inherit !important;
}

.iti {
  display: grid !important;
  grid-template-columns: 1fr 3fr auto !important;
}
.iti .iti__country-container {
  position: relative;
}
.iti input {
  width: auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-wrapper {
  width: 100%;
  position: relative;
  background-color: #000000;
  color: #ffffff;
}
.hero-wrapper.wide {
  padding-top: 100px;
}
.hero-wrapper.wide .content {
  width: 70% !important;
  padding-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .hero-wrapper {
    display: flex;
    flex-direction: row;
    padding-left: 10%;
    min-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-wrapper {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 769px) {
  .hero-wrapper .content {
    height: 100%;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-wrapper .content {
    margin-bottom: 20px;
  }
}
.hero-wrapper .content p.lead {
  font-size: 2.4rem;
}
.hero-wrapper .carousel {
  background-color: #000000;
}
@media only screen and (min-width: 769px) {
  .hero-wrapper .carousel {
    width: 55%;
  }
}
.hero-wrapper .carousel.no-slides {
  background-color: transparent !important;
}
.hero-wrapper .carousel.no-slides::after {
  display: none;
}
.hero-wrapper .carousel:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0px;
  width: 50px;
  height: 50%;
  background: #FF6B21;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .hero-wrapper .carousel:after {
    height: 60px;
    bottom: -30px;
  }
}
.hero-wrapper .carousel .carousel-inner {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.hero-wrapper .carousel .carousel-inner .slide {
  width: 100%;
  height: 100%;
}
.hero-wrapper .carousel .carousel-inner .slide .img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-wrapper .carousel .carousel-inner .slide .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-wrapper .carousel .carousel-inner .slide .img-wrapper .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  object-fit: cover;
}
.hero-wrapper .carousel .carousel-inner .slide .img-wrapper .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: auto;
}
.hero-wrapper .carousel .carousel-indicators {
  justify-content: flex-start;
  bottom: 20px;
  right: 0px;
  left: auto;
}
.hero-wrapper .carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ff6b21 !important;
  background: transparent;
  opacity: 1;
  transition: background-color 0.3s ease;
}
.hero-wrapper .carousel .carousel-indicators button.active {
  background: #FF6B21 !important;
}
.hero-wrapper .carousel-fade .carousel-item {
  transition-duration: 1.5s;
}
.hero-wrapper .carousel-fade .active.carousel-item-start,
.hero-wrapper .carousel-fade .active.carousel-item-end {
  transition: opacity 0s 1.5s;
}

@media only screen and (max-width: 768px) {
  .hero-wrapper.home {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .hero-wrapper.home .content {
    width: 30%;
    padding-top: 100px;
  }
  .hero-wrapper.home .content p {
    font-size: 120% !important;
  }
}
@media only screen and (max-width: 768px) {
  .hero-wrapper.home .content {
    padding: 140px 20px 20px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-wrapper.home .carousel {
    height: 300px;
  }
}
@media only screen and (min-width: 769px) {
  .hero-wrapper.home .carousel {
    width: 70%;
  }
}
.hero-wrapper.home .carousel:after {
  height: 50px;
  bottom: -50px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .hero-wrapper.page {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .hero-wrapper.page .content {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-wrapper.page .content {
    padding: 140px 20px 20px 20px;
  }
}
.hero-wrapper.page.no-slides .content {
  width: 80%;
}
.hero-wrapper.page .carousel .carousel-inner .slide .img-wrapper:before {
  display: none;
}
.hero-wrapper.page .carousel .carousel-inner .slide .img-wrapper:after {
  background-color: #FF6B21;
}

@media only screen and (min-width: 769px) {
  .hero-wrapper.vertical {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
    min-width: unset;
  }
}
@media only screen and (min-width: 769px) {
  .hero-wrapper.vertical .carousel {
    width: 100%;
  }
}
.hero-wrapper.vertical .carousel:after {
  width: 50%;
  height: 100px;
  bottom: -50px;
  right: 0;
  left: unset;
}
@media only screen and (min-width: 769px) {
  .hero-wrapper.vertical .carousel .carousel-inner .slide {
    height: 65vh;
    min-height: 400px;
    max-height: 700px;
  }
}
@media only screen and (min-width: 769px) {
  .hero-wrapper.vertical .content {
    width: 50%;
    height: auto;
    min-height: unset;
    justify-content: flex-start;
    padding-right: 0;
    padding: 10% 5vw 40px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-wrapper.vertical .content {
    margin-bottom: 0;
    padding: 20px 0;
  }
}

.story-slider {
  position: relative;
  overflow: hidden;
  background: #000000;
}
@media only screen and (min-width: 769px) {
  .story-slider {
    min-height: 300px;
    aspect-ratio: 16/7;
  }
}
.story-slider-slide {
  display: none;
  background-color: #000000;
}
.story-slider-slide.active {
  display: flex;
  pointer-events: auto;
}
@media only screen and (max-width: 768px) {
  .story-slider-slide.active {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .story-slider-slide {
    display: flex;
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
  }
  .story-slider-slide.active {
    opacity: 1;
    pointer-events: auto;
  }
}
.story-slider-slide-content {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 769px) {
  .story-slider-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, black 75%, rgba(0, 0, 0, 0) 100%);
    padding: 50px 20px 20px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .story-slider-slide-content {
    width: 100%;
    padding: 80px 40px 40px 40px;
  }
}
.story-slider-slide-content .quote {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: clamp(2rem, 2.5vw, 3.5rem);
  line-height: 1.3;
  margin-bottom: 30px;
}
.story-slider-slide-content .quote-attribution {
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  font-style: italic;
  margin-top: 20px;
  color: #FF6B21;
}
.story-slider-slide-content .quote-attribution:before {
  content: "— ";
}
.story-slider-slide-content .lead {
  font-size: clamp(16px, 1vw, 18px);
  opacity: 0.8;
  line-height: 1.6;
}
.story-slider-slide-content .btn {
  width: 50%;
}
.story-slider-slide-image {
  width: 70%;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .story-slider-slide-image {
    width: 100%;
  }
}
.story-slider-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.story-slider-navigation {
  display: flex;
  position: absolute;
  top: calc(50% - 20px);
  left: 40px;
  z-index: 10;
  width: calc(100% - 80px);
  margin: 0 auto;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .story-slider-navigation {
    top: 40px;
    width: calc(100% - 80px);
  }
}
.story-slider-navigation button {
  border: none;
  cursor: pointer;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.story-slider-navigation button:after {
  content: "";
  display: inline-block;
  border: solid #ffffff;
  border-width: 0 4px 4px 0;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .story-slider-navigation button:after {
    padding: 10px;
  }
}
.story-slider-navigation button:after {
  border-bottom-right-radius: 1px;
  transform: rotate(-45deg);
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  position: absolute;
}
.story-slider-navigation button.slide-prev:after {
  transform: rotate(135deg);
}
.story-slider-navigation button:hover:after {
  border-color: #FF6B21;
}
@media only screen and (min-width: 769px) {
  .story-slider[data-animation=fade] .story-slider-slide {
    transition: opacity 0.5s ease;
  }
  .story-slider[data-animation=slide] .story-slider-slide {
    opacity: 1;
    transform: translateX(100%);
  }
  .story-slider[data-animation=slide] .story-slider-slide.active {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 768px) {
  .sidebar {
    margin: 30px;
  }
  .widget-icon-text {
    text-align: center;
  }
}
.widget-resources {
  margin-bottom: 30px;
}
.widget-icon-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.widget-icon-text .icon {
  color: #FF6B21;
  border-radius: 50%;
  font-size: 4.8rem;
}
.widget-projects .projects-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-projects .projects-list .item {
  display: flex;
  text-decoration: none;
  color: inherit;
  align-items: center;
  color: #000000;
  background-color: #F4F7F9;
}
.widget-projects .projects-list .item .thumb {
  width: 50%;
  height: 220px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-projects .projects-list .item .thumb img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.widget-projects .projects-list .item .content {
  width: 100%;
  padding: 30px;
  display: block;
}
.widget-projects .projects-list .item.even {
  flex-direction: row-reverse;
}
.widget-projects .projects-list .item.odd {
  flex-direction: row;
}
.widget-people .people-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-people .people-list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.widget-people .people-list .item .thumb {
  background-size: cover;
  background-position: center;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  width: 40%;
}
.widget-people .people-list .item .content {
  width: 100%;
  padding: 0 0 0 30px;
  display: block;
}
.widget-people .people-list .item .content .job-title {
  margin-bottom: 20px;
}
.widget-people .people-list .item .content .lead {
  font-size: inherit;
  margin: 0;
}
.widget-people .people-list .item .content .lead p {
  font-size: 90%;
  margin: 0;
}
.widget-people .people-list .item.hide-portraits {
  align-items: flex-start;
}
.widget-people .people-list .item.hide-portraits .content {
  padding: 0;
}

.resource-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
}
.resource-list li .item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  padding: 10px;
  border-radius: 1px;
  text-decoration: none;
  background-color: #F4F7F9;
}
.resource-list li .item:hover {
  background-color: #FF6B21;
  color: #ffffff;
}
.resource-list li .item:hover .resource-thumbnail {
  color: #ffffff;
  border-right-color: #ffffff;
}
.resource-list li .item .resource-thumbnail {
  height: 40px;
  width: 40px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  font-size: 2.8rem;
  color: #FF6B21;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resource-list li .item .resource-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
  border-left: 2px solid #FF6B21;
}
.resource-list li .item .resource-content .resource-title * {
  text-transform: none;
  font-size: 1.6rem;
  margin: 0 0 5px 0;
}
.resource-list li .item .resource-content .resource-description {
  font-size: 1.2rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.resources-filters .filter-fields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}
.resources-filters .filter-fields .form-control {
  margin: 0 !important;
}

.archive-listing .archive-listing-inner {
  width: 100%;
}
.archive-listing .read-more-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  font-size: 1rem;
  background-color: #FF6B21;
  color: #000000;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .archive-listing .read-more-link {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .archive-listing .read-more-link {
    width: 40%;
  }
}
.archive-listing .read-more-link:after {
  content: "\f054";
  font: var(--fa-font-solid);
  color: #000000;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
  right: 0.5rem;
  position: relative;
  transition: right 0.4s ease;
}
.archive-listing .read-more-link:hover, .archive-listing .read-more-link:active, .archive-listing .read-more-link:focus {
  background-color: #ed4f00;
}
.archive-listing .read-more-link:hover:after, .archive-listing .read-more-link:active:after, .archive-listing .read-more-link:focus:after {
  right: 0;
}
.archive-listing .read-more-link {
  /* &:hover {
              opacity: 0.9;
          }

          .arrow {
              display: inline-block;
              font-size: 1.25rem;
              font-weight: 700;
          } */
}
.archive-listing.rectangle-layout .archive-rectangle-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.archive-listing.rectangle-layout .rectangle-item {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 224px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .archive-listing.rectangle-layout .rectangle-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .archive-listing.rectangle-layout .rectangle-item {
    min-height: 224px;
  }
}
.archive-listing.rectangle-layout .rectangle-item.design-1 .rectangle-image {
  order: 1;
}
.archive-listing.rectangle-layout .rectangle-item.design-1 .rectangle-content {
  order: 2;
}
.archive-listing.rectangle-layout .rectangle-item.design-2 .rectangle-image {
  order: 2;
}
.archive-listing.rectangle-layout .rectangle-item.design-2 .rectangle-content {
  order: 1;
}
@media (max-width: 767px) {
  .archive-listing.rectangle-layout .rectangle-item.design-2 .rectangle-image {
    order: 1;
  }
  .archive-listing.rectangle-layout .rectangle-item.design-2 .rectangle-content {
    order: 2;
  }
}
.archive-listing.rectangle-layout .rectangle-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 224px;
  position: relative;
}
@media (max-width: 767px) {
  .archive-listing.rectangle-layout .rectangle-image {
    min-height: 200px;
  }
}
.archive-listing.rectangle-layout .rectangle-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .archive-listing.rectangle-layout .rectangle-content {
    padding: 1.5rem;
  }
}
.archive-listing.rectangle-layout .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 1.5rem;
}
.archive-listing.rectangle-layout .content-text {
  flex-grow: 1;
}
@media only screen and (min-width: 769px) {
  .archive-listing.rectangle-layout .content-text {
    width: 85%;
  }
}
.archive-listing.rectangle-layout .entry-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1rem;
}
.archive-listing.rectangle-layout .entry-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.archive-listing.rectangle-layout .entry-title a:hover {
  color: #0066cc;
}
@media (max-width: 767px) {
  .archive-listing.rectangle-layout .entry-title {
    font-size: 1.25rem;
  }
}
.archive-listing.rectangle-layout .entry-job-title {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #666;
  margin: -0.5rem 0 1rem;
}
.archive-listing.rectangle-layout .entry-lead {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.archive-listing.rectangle-layout .content-action {
  display: flex;
  justify-content: flex-start;
}
.archive-listing.rectangle-layout .image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.archive-listing.rectangle-layout .image-placeholder .placeholder-icon {
  font-size: 3rem;
  opacity: 0.7;
}
.archive-listing.rectangle-layout .rectangle-image.project-logo {
  padding: 2rem;
  background-origin: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-listing.rectangle-layout .rectangle-image.project-logo img {
  object-fit: contain;
  max-height: 13rem;
  max-width: 23rem;
}
.archive-listing.grid-layout .archive-grid-wrapper {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .archive-listing.grid-layout .archive-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .archive-listing.grid-layout .archive-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-listing.grid-layout .grid-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #f0f0f0;
  justify-content: space-between;
}
.archive-listing.grid-layout .grid-image {
  position: relative;
  /* width: 100%; */
  /* padding-bottom: 100%; // 1:1 aspect ratio */
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #f0f0f0;
}
.archive-listing.grid-layout .grid-image .image-link {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.archive-listing.grid-layout .grid-image img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s ease;
  mix-blend-mode: multiply;
}
.archive-listing.grid-layout .grid-image:hover img {
  transform: scale(1.05);
}
.archive-listing.grid-layout .grid-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* flex-grow: 1; */
  justify-content: flex-end;
}
.archive-listing.grid-layout .entry-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.archive-listing.grid-layout .entry-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.archive-listing.grid-layout .entry-title a:hover {
  color: #0066cc;
}
@media (max-width: 767px) {
  .archive-listing.grid-layout .entry-title {
    font-size: 1.125rem;
  }
}
.archive-listing.grid-layout .entry-job-title {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #666;
  margin: -0.5rem 0 0;
}
.archive-listing.grid-layout .entry-lead {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
  flex-grow: 1;
}
.archive-listing.grid-layout .content-action {
  margin-top: auto;
  padding-top: 0.5rem;
  display: flex;
  justify-content: flex-start;
}
.archive-listing.grid-layout {
  /* .read-more-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 0.75rem 1.25rem;
      font-weight: 600;
      font-size: 0.9375rem;
      background-color: $sa-color-orange;
      color: $sa-color-black;
      text-decoration: none;
      border-radius: 4px;
      transition: opacity 0.3s ease;

      &:hover {
          opacity: 0.9;
      }

      .arrow {
          display: inline-block;
          font-size: 1.25rem;
          font-weight: 700;
      }
  } */
}
.archive-listing.grid-layout .image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.archive-listing.grid-layout .image-placeholder .placeholder-icon {
  font-size: 3rem;
  opacity: 0.7;
}
.archive-listing.grid-layout .grid-image.project-logo img {
  padding: 2rem;
  box-sizing: border-box;
}
.archive-listing .archive-pagination {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
}
.archive-listing .archive-pagination .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.archive-listing .archive-pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.archive-listing .archive-pagination .page-item .page-link:hover {
  background-color: #0066cc;
  color: #fff;
  border-color: #0066cc;
}
.archive-listing .archive-pagination .page-item.active .page-link {
  background-color: #0066cc;
  color: #fff;
  border-color: #0066cc;
  pointer-events: none;
}
.archive-listing .archive-pagination .page-item.prev .page-link, .archive-listing .archive-pagination .page-item.next .page-link {
  font-weight: 700;
}
.archive-listing .archive-pagination .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.alert {
  padding: 1rem 1.5rem;
  border-radius: 4px;
  margin: 1rem 0;
}
.alert.alert-warning {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  color: #856404;
}
.alert.alert-info {
  background-color: #d1ecf1;
  border: 1px solid #17a2b8;
  color: #0c5460;
}
.alert p {
  margin: 0;
}

.feature {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 224px;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .feature {
    grid-template-columns: 1fr 1fr;
  }
}
.feature .feature__image {
  order: 1;
}
.feature .feature__copy {
  order: 2;
}
.feature.-right .feature__image {
  order: 2;
}
.feature.-right .feature__copy {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .feature.-right .feature__image {
    order: 1;
  }
  .feature.-right .feature__copy {
    order: 2;
  }
}
.feature .feature__image {
  position: relative;
  min-height: 224px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .feature .feature__image {
    min-height: 200px;
  }
}
.feature .feature__image figure {
  width: 100%;
  height: 100%;
}
.feature .feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--img-position, center);
}
.feature .feature__copy {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 768px) {
  .feature .feature__copy {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .feature .feature__copy .feature__title,
  .feature .feature__copy .feature__content {
    width: 90%;
  }
  .feature .feature__copy .feature__title p,
  .feature .feature__copy .feature__content p {
    text-wrap: pretty;
  }
}
.feature .feature__title h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 768px) {
  .feature .feature__title h2 {
    font-size: 1.25rem;
  }
}
.feature .feature__content {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
}
.feature .feature__content p:last-child {
  margin-bottom: 0;
}
.feature .feature__action {
  margin-top: 1.5rem;
}
.feature .feature__action .btn.button-primary {
  /* background-color: $sa-color-orange;
  color: $sa-color-white;
  border: 2px solid $sa-color-orange;

  &:hover,
  &:focus {
      background-color: $sa-color-white;
      color: $sa-color-orange;
      border-color: $sa-color-orange;
  } */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(0.5rem, 2vw, 0.75rem) clamp(0.75rem, 2vw, 1rem);
  background-color: #FF6B21;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none !important;
  max-width: 18rem;
  width: 70%;
  /* font-size: 1rem; */
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  line-height: 1;
  border-radius: 4px;
}
.feature .feature__action .btn.button-primary:after {
  content: "\f054";
  font: var(--fa-font-solid);
  color: #ffffff;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
  right: 0.5rem;
  position: relative;
  transition: right 0.4s ease;
}
.feature .feature__action .btn.button-primary:hover, .feature .feature__action .btn.button-primary:active, .feature .feature__action .btn.button-primary:focus {
  background-color: #ed4f00;
}
.feature .feature__action .btn.button-primary:hover:after, .feature .feature__action .btn.button-primary:active:after, .feature .feature__action .btn.button-primary:focus:after {
  right: 0;
}

.action-tiles .container {
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .action-tiles .container .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.action-tiles .container .column-container {
  width: 100%;
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .action-tiles .container .column-container {
    margin-bottom: 30px;
  }
}

.tile-action-wrapper {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .tile-action-wrapper {
    margin-bottom: 30px;
  }
}
.tile-action-wrapper .tile-action {
  display: flex;
  flex-direction: column;
  background-color: #F4F7F9;
  padding: 20px 20px 50px 20px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #000000;
  position: relative;
}
.tile-action-wrapper .tile-action:hover {
  background-color: #FF6B21;
  color: #ffffff;
  text-decoration: none;
}
.tile-action-wrapper .tile-action:hover .icon, .tile-action-wrapper .tile-action:hover .heading {
  color: #ffffff !important;
}
.tile-action-wrapper .tile-action:hover .tile-actions .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.tile-action-wrapper .tile-action:hover .tile-actions .btn:after {
  border-color: #ffffff !important;
}
.tile-action-wrapper .tile-action .tile-header {
  display: flex;
  align-items: center;
  line-height: 0;
  margin-bottom: 10px;
}
.tile-action-wrapper .tile-action .tile-header .icon {
  color: #FF6B21;
  font-size: 2.8em;
  margin-right: 10px;
}
.tile-action-wrapper .tile-action .tile-header .heading {
  color: #FF6B21;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.tile-action-wrapper .tile-action .tile-actions .btn {
  width: calc(100% - 40px);
  padding: 0 !important;
  transition: none !important;
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto !important;
  color: #000000 !important;
  background-color: transparent !important;
}
.tile-action-wrapper .tile-action .tile-actions .btn:after {
  right: 0;
  border-color: #000000 !important;
}
.tile-action-wrapper .tile-action .tile-actions .btn:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.tile-action-wrapper .tile-action .tile-actions .btn:hover:after {
  border-color: #ffffff !important;
}

.numbers-big,
.numbers-big p {
  text-align: center;
  font-weight: 700;
  font-size: 3em;
  color: #ff6b21;
}

.moneyAmount {
  font-size: clamp(30px, 3vw, 60px);
  font-weight: 900;
  line-height: 90%;
}

.stats-animated {
  text-align: center;
}
.stats-animated .number-wrapper {
  color: #FF6B21;
}

blockquote {
  margin: 40px 60px;
  padding: 20px 20px;
  border-left: 10px solid #ff6b21;
}
blockquote p {
  font-style: italic;
  font-size: 1.8em;
}

.alert {
  padding: 10px 20px;
  border-radius: 5px;
  margin: 20px;
  display: block;
}
.alert.alert-info {
  background-color: #d9edf7;
  color: #31708f;
}