/* Styles for About Us ACF Modules */

.section-video,
.two_column_section.section-text-image-tertiary {
  padding-top: 72px;
  padding-bottom: 72px;
}

@media (min-width: 1280px) {
  .section-video,
  .two_column_section.section-text-image-tertiary {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-video .section-text-image-primary__copy-wrap {
    margin-top: 6rem;
  }
  .section-video .section-text-image-primary {
      padding-bottom: 14.4rem;
  }
}


/* TABS Section */
.tabs_section {
  background: #234b66;
  background: radial-gradient(50% 50% at 50% 50%, #234b66 0%, #001926 100%);
  color: #ffffff;
  padding-bottom: 0;
  padding-top: 72px;
}
@media (min-width: 768px) {
  .tabs_section {
      padding-top: 56px;
  }
}
@media (min-width: 1280px) {
  .tabs_section {
      padding-top: 100px;
  }
}
.tabs_section .section_subheading {
  font-size: 13px;
  font-weight: 500;
  line-height: 15.23px;
  letter-spacing: 0.4642857015132904px;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 768px) {
  .tabs_section .section_subheading {
    padding-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .tabs_section .section_heading {
    margin-bottom: 40px;
  }
}
.tabs_section .section_heading {
  font-size: 28px;
  font-weight: 300;
  line-height: 34.05px;
  letter-spacing: 0.1px;
  color: #ffffff;
  position: relative;
  padding-bottom: 1.5rem;
}
@media (min-width: 1280px) {
  .tabs_section .section_heading {
    font-size: 48px;
    line-height: 54px;
    padding-bottom: 2.5rem;
  }
}
.tabs_section .section_heading:after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 72px;
}
.tabs_section h2,
.tabs_section h3,
.tabs_section h4,
.tabs_section h5,
.tabs_section h6,
.tabs_section p
.tabs_section a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .nav-tabs {
    display: none;
  }
  .tab-content .info {
    display: block !important;
    margin-bottom: 72px;
  }
  .tab-content {
    margin-bottom: -72px;
  }
  h2.tab-content_mobile {
    display: block;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: -0.28999999165534973px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .tab-content_mobile {
    display: none;
  }
  .nav-tabs {
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    margin-top: 2.4rem;
    margin-bottom: 3rem;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 3px #348ED1;
    position: relative;
  }
  .nav-tabs a {
    color: #ffffff;
    opacity: .5;
    border-left: solid 2px transparent;
    padding: 0 1rem;
    display: flex;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
  }
  .nav-tabs a:hover,
  .nav-tabs a:focus {
    opacity: 1;
  }
  .nav-tabs a.current {
    border-color: #ffffff;
    opacity: 1;
  }
  .tab-content {
    position: relative;
    min-height: 540px;
  }
  .info {
    position: absolute;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
  }
  .info:not(.active) {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
}
@media (min-width: 900px) {
  .tab-content {
    min-height: 480px;
  }
}
@media (min-width: 1140px) {
  .tab-content {
    min-height: 430px;
  }
}
@media (min-width: 1280px) {
  .nav-tabs {
    font-size: 44px;
    margin-top: 104px;
    margin-bottom: 104px;
    padding-bottom: 58px;
  }
  .tab-content {
    min-height: 530px;
  }
}
@media (min-width: 768px) {
  .pulsating-circle {
    position: relative;
    top: 60px;
    transform: translateX(-50%) translateY(-50%);
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 1280px) {
  .pulsating-circle {
    top: 104px;
  }
}
@media (min-width: 768px) {
  .nav-tabs a.current .pulsating-circle:before {
      content: '';
      position: relative;
      display: block;
      width: 154px;
      height: 154px;
      box-sizing: border-box;
      margin-left: -104px;
      margin-top: -74px;
      border-radius: 77px;
      background-color: rgba(64,136,163,0.7);
      border: 3px solid rgba(106,197,222,1);
      animation: pulse-ring 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }
  .pulsating-circle:after {
      content: '';
      position: absolute;
      left: -30px;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: white;
      border-radius: 77px;
      box-shadow: 0 0 8px rgba(0,0,0,.3);
      animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s infinite;
  }
}
@media (min-width: 1280px) {
  .pulsating-circle:after {
    left: -50px;
  }
  .nav-tabs a.current .pulsating-circle:before {
    margin-left: -124px;
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}
.tab_arrows {
  display: none;
}
.tab-content .tab-content_panel {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .tab-content-wrapper {
    position: relative;
  }
  .tab-content .tab-content_panel {
    gap: 2rem;
    flex-direction: row;
  }
  .tab-content_left,
  .tab-content_right {
    width: calc(50% - 1rem);
  }
  .tab-content_right img {
    height: 243px;
    width: 100%;
    object-fit: cover;
    margin-top: 1rem;
  }
  .tab_arrows {
    display: block;
    position: absolute;
    right: 0;
    top: 400px;
  }
  .tab_arrows .tabs_arrow {
    display: inline-block;
    margin-left: 0.5rem;
    opacity: .5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .tabs_tab_arrows .tabs_arrow:hover {
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .tab-content .tab-content_panel {
    gap: 4rem;
  }
  .tab-content_right img {
    height: 422px;
  }
  .tab_arrows {
    top: 690px;
  }
}
.tab-content h5 {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.23076921701431274px;
  margin-bottom: 20px;
}
@media (min-width: 786px) {
  .tab-content h5 {
    margin-top: 1rem;
  }
}
@media (min-width: 1280px) {
  .tab-content h5 {
    margin-bottom: 1.3rem;
  }
}
.tab-content_panel h2 {
font-size: 25px;
line-height: 31px;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .tab-content_panel h2 {
    font-size: 28px;
  line-height: 34.05px;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tab-content_panel h2 {
    font-size: 44px;
    line-height: 51.56px;
    margin-bottom: 2.5rem;
  }
}
.tab-content p {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.10000000149011612px;
}
@media (min-width: 1280px) {
  .tab-content p {
    font-size: 21px;
    line-height: 31px;
  }
}
.tab-content h6 {
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.10000000149011612px;
}

/* Three Columns Section */
.three_columns_section {
  background: #001926;
  background-image: url(/wp-content/uploads/Metrics-Timeline-BK-Desktop.png);
  background-image: url(/wp-content/uploads/Metrics-Timeline-BK-Desktop.png), linear-gradient(to bottom,#001926 0%,#234b66 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 72px;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .section-three-columns__wrapper {
    flex-wrap: wrap;
  }
  .three_columns_section .section-content__cta {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .three_columns_section {
    background-size: contain;
  }
  .section-three-columns__wrapper {
    justify-content: stretch;
    align-items: start;
  }
  .section-three-columns__wrapper {
      margin-top: 56px;
      margin-bottom: 24px;
  }
  .section-three-col__module:last-child {
    margin-bottom: 2.5rem !important;
  }
  .three_columns_section .section-three-col__module {
    padding: 1rem 1.5rem;
  }
  .section-three-col__module:first-of-type {
    padding-left: 0;
  }
  .three_columns_section .section-three-col__module:not(:first-of-type) {
    border-left: solid 1px #3E9FC7;
  }
}
@media (min-width: 1280px) {
  .three_columns_section {
      padding-bottom: 180px;
      padding-top: 260px;
  }
}
.section-three-column_heading {
  font-size: 30.96px;
  font-weight: 300;
  line-height: 34.83px;
  color: #ffffff;
  margin-bottom: 0.5rem;
 }
 @media (min-width: 768px) {
  .section-three-column_heading {
    margin-bottom: 1.5rem;
  }
}
 @media (min-width: 1280px) {
  .section-three-column_heading {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1px;
  }
}
.section-three-column_desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.20637516677379608px;
  color: #C8C8C8;
 }
 @media (min-width: 1280px) {
  .section-three-column_desc {
    font-size: 21px;
    line-height: 31px;
    letter-spacing: -0.3199999928474426px;
  }
}

.three_columns_section .section-content__cta {
  text-align: center;
}
.three_columns_section .section-content__cta .button {
  border-color: #ffffff;
    border-radius: 0.1875rem;
    border-style: solid;
    border-width: 0.0625rem;
    color: #ffffff;
    background-color: transparent;
    font-size: 0.9375rem;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 2rem;
    text-align: center;
    transition-duration: 0.3s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0.125rem 0.3125rem 0 rgba(57, 57, 60, 0.1), inset 0 -0.0625rem 0 0 rgba(0, 0, 0, 0.1);
 }


/* Cards Section */
 .section-cards {
  padding-top: 72px;
  padding-bottom: 16px;
  background-color: #F7FDFF;
 }
 @media (min-width: 1280px) {
    .section-cards {
      padding-top: 180px;
      padding-bottom: 100px;
    }
 }
 .section-cards__heading {
  text-align: center;
 }

.section-cards__heading .section_heading {
  position: relative;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -0.28999999165534973px;
  margin-bottom: 1.2rem;
 }
 @media (min-width: 1280px) {
  .section-cards__heading .section_heading {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 0.9rem;
  }
 }
 .section-cards__heading .section_heading span {
  display: block;
  position: relative;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #348ed1 -0.16%, #234b66 90.2%);
  background-clip: text;
  -webkit-background-clip: text;
}
 .section-cards__heading .section_description {
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  position: relative;
  letter-spacing: -0.28999999165534973px;
  margin-bottom: 2.3rem;
  padding-bottom: 1.7rem !important;
}
@media (min-width: 768px) {
  .section-cards__heading .section_description {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (min-width: 1280px) {
  .section-cards__heading .section_description {
    margin-bottom: 3rem;
    padding-bottom: 2.7rem !important;
  }
}
.section-cards__heading .section_description:after {
  background-color: #0089FD;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 72px;
  --tw-translate-x: -50%;
  left: 50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px) {
  .section-cards__wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
}
@media (min-width: 768px) {
  .section-cards__wrapper .content_item.half,
  .section-cards__wrapper .content_item.one-third,
  .section-cards__wrapper .content_item.one-fourth {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1280px) {
  .section-cards__wrapper .content_item.half {
    width: calc(50% - 1rem);
  }
  .section-cards__wrapper .content_item.one-third {
    width:calc(33% - 1.25rem);
  }
  .section-cards__wrapper .content_item.one-fourth {
    width: calc(25% - 1.5rem);
  }
}
.section-cards__wrapper img {
  width: 100%;
  object-fit: cover;
  height: 221px;
  margin-bottom: 1rem;
 }
@media (min-width: 768px) {
  .section-cards__wrapper img {
    height: 243px;
  }
 }
@media (min-width: 1280px) {
  .section-cards__wrapper img {
    height: 324px;
  }
 }
.section-cards__wrapper .item_title {
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.10000000149011612px;
    margin-top: 20px;
 }
 .section-cards__wrapper .content_item {
  margin-bottom: 56px;
 }
@media (min-width: 768px) {
  .section-cards__wrapper .content_item {
    padding-bottom: 2rem;
  }
}
.section-cards__wrapper .content_item .item_description {
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.26153844594955444px;
  color: #767375;
  margin: 10px 0 15px;
}
@media (min-width: 768px) {
  .section-cards__wrapper .content_item.half .item_description {
    font-size: 21px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.10000000149011612px;
    color: #1D1F23;
    margin: .5rem auto;
  }
 }

/* Two Columns Section */
 .two_column_section.section-text-image-tertiary {
  background-color: #F7FDFF;
 }
 @media (max-width: 767px) {
 .two_column_section .section-text-image-tertiary__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
 .two_column_section .section-text-image-tertiary__copy {
    min-height: auto;
    min-width: 50%;
 }
}
.two_column_section .button {
  box-shadow: 0 0.125rem 0.3125rem 0 rgba(57, 57, 60, 0.1), inset 0 0.125rem 0 0 rgba(0, 0, 0, 0.1);
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color:  #348ED1;
  border-color:  #348ED1;
  border-radius: 0.1875rem;
  border-style: solid;
  border-width: 0.0625rem;
  color: #ffffff;
  font-size: 0.9375rem;
  justify-content: center;
  letter-spacing: 0.00675rem;
  line-height: 1.3125rem;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
}
