/*------------------------------------*\
    
    WebFX WYSIWYG Customizations - Global styling for all ACF WYSIWYG's

    Add custom WYSIWYG styling to this file if it should be applied to all ACF WYSIWYG's on the site
    Otherwise, put your block-specific styles in individual block stylesheets

\*------------------------------------*/

.wysiwyg {
  color: #404040;
  position: relative;
}

.bg-white {
  background: #ffffff;
}

.bg-gradient {
  position: relative;
  z-index: 1;
}

.bg-light-gray,
.bg-gradient {
  background: #eef0f7;
}

.bg-blue {
  background: #273b91;
  color: #ffffff;
}

.bg-orange {
  background: #e96325;
  color: #ffffff;
}

.bg-green {
  background: #8cb23e;
  color: #ffffff;
}

.bg-blue h1,
.bg-orange h1,
.bg-green h1,
.bg-blue h2,
.bg-orange h2,
.bg-green h2,
.bg-blue h3,
.bg-orange h3,
.bg-green h3,
.bg-blue h4,
.bg-orange h4,
.bg-green h4,
.bg-blue h5,
.bg-orange h5,
.bg-green h5,
.bg-blue h6,
.bg-orange h6,
.bg-green h6,
.bg-blue .subtitle,
.bg-orange .subtitle,
.bg-green .subtitle {
  color: #ffffff;
}

.bg-orange .subtitle::before {
  background: linear-gradient(to right, #273b91 0%, #ffffff 100%);
}

.bg-blue ul li:before,
.bg-orange ul li:before {
  background: #ffffff;
}

.bg-blue .fx-wysiwyg-content a:not(.btn),
.bg-orange .fx-wysiwyg-content a:not(.btn) {
  color: #ffffff;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 3px 2px;
  text-decoration: none;
  transition: background-size 0s;
  word-break: break-word;
}

.bg-blue .fx-wysiwyg-content a:not(.btn):hover,
.bg-orange .fx-wysiwyg-content a:not(.btn):hover {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.25) 100%
  );
  color: #ffffff;
  background-repeat: repeat-x;
  background-size: 2px 30px;
  background-position: 0 100%;
  transition: background-size 0.3s;
}

.bg-blue .btn-primary,
.bg-orange .btn-primary {
  color: #273a91;
  background: #ffffff;
}

.bg-blue .btn-primary:hover {
  color: #ffffff;
  background: #7783ba;
}

.bg-orange .btn-primary:hover {
  color: #fff;
  background: #f6bda2;
}

.bg-blue .btn-secondary,
.bg-orange .btn-secondary {
  color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.6) inset,
    0 0 8px rgba(255, 255, 255, 0.6);
}

.bg-blue .btn-secondary:hover {
  color: #ffffff;
  border: 2px solid #a1afeb;
  box-shadow: none;
}

.bg-orange .btn-secondary:hover {
  color: #eedfdf;
  border: 2px solid #eedfdf;
  box-shadow: none;
  background: none;
}

.bg-blue .btn-tertiary,
.bg-orange .btn-tertiary {
  color: #ffffff;
  text-decoration: none;
  background: none;
}

.bg-blue .btn-tertiary:hover {
  color: #a1afeb;
}

.bg-orange .btn-tertiary:hover {
  color: #f6bea3;
  background: none;
}

.bg-pattern-light {
  background: linear-gradient(
    45deg,
    rgba(238, 240, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.wave-blue {
  position: absolute;
  left: 50%;
  bottom: -86px;
  width: 1018px;
  max-width: initial;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}

.bg-pattern-dark {
  background: linear-gradient(
    45deg,
    rgba(119, 131, 186, 1) 0%,
    rgba(39, 59, 145, 1) 100%
  );
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bg-gradient__container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  opacity: 0.4;
}

.bg-gradient__img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.bg-white-pattern .wave-blue {
  filter: grayscale(100%);
}

body:not(.wp-admin) .large-heading,
body:not(.wp-admin) .large-heading--dark {
  padding-bottom: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 37px;
  line-height: 51px;
  text-transform: uppercase;
  background: rgb(222, 225, 239);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body:not(.wp-admin) .large-heading--dark {
  background: #5160a6;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.large-heading-block p {
  line-height: 1.625em;
}

.wysiwyg.no-Bottom-padding {
  padding-bottom: 0;
}

.wysiwyg.no-Top-padding {
  padding-top: 0;
}

.wysiwyg.no-Both-padding {
  padding-bottom: 0;
  padding-top: 0;
}

@media (min-width: 768px) {
  .body:not(.wp-admin) .large-heading,
  .body:not(.wp-admin) .large-heading--dark {
    padding-bottom: 18px;
    font-size: 91px;
    line-height: 70px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .wave-blue {
    height: 68%;
    width: 1546px;
    bottom: -158px;
  }
}

@media (min-width: 1200px) {
  .wave-blue {
    left: -110px;
    bottom: -290px;
    width: calc(100% + 220px);
    -webkit-transform: none;
    transform: none;
    height: auto;
  }

  .bg-gradient {
    background: linear-gradient(
      45deg,
      rgba(238, 240, 247, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  }
}

.wysiwyg-image-text__image {
  height: 178px;
  padding: 0 22px;
}

.wysiwyg-image-text__image img {
  -o-object-position: top;
  object-position: top;
  border-radius: 0;
}

.wysiwyg-image-text__text {
  padding: 35px 22px 0 22px;
}

.wysiwyg-image-text__text__wrap h4 {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #273a91;
  font-family: "Inter", sans-serif;
  padding: 35px 0 17px;
}

.wysiwyg-image-text__text__wrap h5 {
  font-size: 12px;
  color: #8cb23e;
  display: block;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.career-wysiwyg-image-text .wysiwyg-image-text__text__wrap {
  text-align: center;
}

.career-wysiwyg-image-text .wysiwyg-image-text__text__wrap .btn-group {
  align-items: center;
}

.career-wysiwyg-image-text .subtitle::before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (min-width: 768px) {
  .wysiwyg-image-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }

  .wysiwyg-image-text__text {
    width: calc(50% + 58px);
    padding: 0 16px 0 52px;
  }

  .wysiwyg-image-text__image {
    height: auto;
    padding: 0 0 0 16px;
    width: calc(50% - 58px);
  }

  .career-wysiwyg-image-text {
    display: block;
  }

  .career-wysiwyg-image-text .wysiwyg-image-text__image {
    height: 283px;
    padding: 0 52px 0 52px;
    width: 100%;
  }

  .career-wysiwyg-image-text .wysiwyg-image-text__text {
    width: 100%;
    padding: 35px 52px 0 52px;
  }

  .wysiwyg-image-text__text__wrap h4 {
    padding: 20px 0 17px;
  }
}

@media (min-width: 1200px) {
  .wysiwyg-image-text {
    align-items: center;
  }

  .wysiwyg-image-text__text {
    width: calc(50% + 190px);
    padding: 0 0 0 52px;
  }

  .wysiwyg-image-text__image {
    height: auto;
    padding: 0 0 0 42px;
    width: calc(50% - 190px);
  }

  .wysiwyg-image-text__text__wrap {
    max-width: 821px;
    margin-left: auto;
  }

  .wysiwyg-image-text__image {
    overflow: hidden;
    max-height: 540px;
  }

  .wysiwyg-image-text__image img {
    border-radius: 0;
  }

  body:not(.wp-admin) .large-heading,
  body:not(.wp-admin) .large-heading--dark {
    padding-bottom: 24px;
    font-size: 125px;
    line-height: 99px;
  }

  .large-heading-block p {
    line-height: 1.444em;
    padding: 0 0 15px 0;
  }

  .large-heading-block p:last-child {
    padding: 0;
  }

  .career-wysiwyg-image-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }

  .career-wysiwyg-image-text .wysiwyg-image-text__image {
    height: auto;
    padding: 0;
    width: calc(50% - 15px);
    box-shadow: 0 0 30px rgba(39, 58, 145, 0.25);
    border-radius: 0;
    margin-left: 15px;
  }

  .career-wysiwyg-image-text .wysiwyg-image-text__text {
    width: 50%;
    padding: 0 0 0 21px;
  }

  .career-wysiwyg-image-text .wysiwyg-image-text__text__wrap {
    text-align: left;
    max-width: 621px;
    padding-right: 50px;
  }

  .career-wysiwyg-image-text .subtitle::before {
    left: 0;
    -webkit-transform: unset;
    transform: unset;
  }

  .wysiwyg-image-text__text__wrap h4 {
    padding: 0px 0 10px;
    margin-left: 0;
  }
}

/* Table */
.table-scroll {
  padding-bottom: 0;
  margin-top: 5px;
  margin-bottom: 30px;
  margin-right: -22px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}

.bg-white .table-scroll {
  border: 1px solid #eef0f7;
}

.table-structure {
  padding: 0 0;
  position: relative;
  overflow-x: auto;
  position: relative;
  scrollbar-width: 0;
}

.table-structure::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.table-scroll::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(39, 59, 145, 0) 0%,
    rgba(39, 59, 145, 1) 100%
  );
  pointer-events: none;
}

.table-scroll.endReached::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 1;
  background: rgb(39,59,145);
  background: -moz-linear-gradient(90deg, rgba(39,59,145,0.9051995798319328) 0%, rgba(190,134,255,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(39,59,145,0.9051995798319328) 0%, rgba(190,134,255,0) 100%);
  background: linear-gradient(90deg, rgba(39,59,145,0.9051995798319328) 0%, rgba(190,134,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#273b91",endColorstr="#be86ff",GradientType=1);
  pointer-events: none;
}

.table-structure table {
  border-collapse: collapse;
  width: 664px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  background: #ffffff;
}

.table-structure table thead {
  background-color: #eef0f7;
  color: #273b91;
}

.table-structure table tr th {
  padding: 25px;
  text-align: left;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
  color: #273b91;
  vertical-align: top;
  letter-spacing: 0.08em;
  background-color: #eef0f7 !important;
}

.table-structure table tbody tr {
  background-color: transparent;
}

.table-structure table tbody tr td,
.table-structure table tbody tr th {
  padding: 25px;
  border: 1px solid #eef0f7;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #273b91;
  line-height: 1.57em;
  vertical-align: top;
  width: 33.333%;
}

.disable-border-on-table table,
.disable-border-on-table th,
.disable-border-on-table td,
.disable-border-on-table tr,
.disable-border-on-table .table-scroll {
  border: 1px solid transparent!important;
}

.diable-table-background .table-structure  td th,
.diable-table-background .table-structure  tr td {
  color: #fff;
}

.diable-table-background table,
.diable-table-background .table-scroll {
  background: transparent!important;
}

.diable-table-background .table-structure  table a {
  color: #fff!important;
}


.table-structure table tbody tr:last-child td,
.table-structure table tbody tr:last-child th {
  border-bottom: none;
}

.table-structure table tbody tr td:first-child,
.table-structure table tbody tr th:first-child {
  border-left: none;
}

.table-structure table tbody tr td:last-child,
.table-structure table tbody tr th:last-child {
  border-right: none;
}

@media (max-width:768px){
  .table-structure table tbody tr{
    display: flex;
    flex-direction: column;
  }
  .table-structure table tbody td {
    width:100% !important;
  }
}

@media (min-width: 768px) {
  .table-structure table {
    width: 100% !important;
  }

  .table-scroll {
    padding-bottom: 0;
    margin-bottom: 25px;
    margin-top: 18px;
    margin-right: 0px;
    overflow: hidden;
    max-width: 100%;
    border-radius: 0;
  }

  .table-scroll::before {
    display: none;
  }
}

@media (min-width: 1200px) {
  .table-structure table {
    width: 100%;
  }

  .table-scroll {
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .table-structure table thead tr th {
    padding: 25px;
    font-size: 18px;
  }

  .table-structure table tbody tr td,
  .table-structure table tbody tr th {
    padding: 25px;
    width: auto;
    font-size: 16px;
    line-height: 1.87em;
  }
}

.table-image-top {
  border-radius: 0;
  overflow: hidden;
  height: 177px;
  margin-bottom: 35px;
}

.background-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}

.bg-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(255 255 255 / 57%);
  z-index: -1;
}