
.alias-mission{
    background-color: #4f4d91b3;
}

.alias-vision{
    background-color: #007b7fb3;
}

ul.flex-container.numbers h6 {
    font-size: 10px;
    margin: 0;
}

ul.flex-container.numbers {
    margin: 0;
    list-style: none !important;
    gap: 10px;
}


ul.flex-container.numbers p {
    margin: 0 !important;
}

.header-f .cta-a .cta__links-wrapper a:nth-child(2),
.header-g .cta-a .cta__links-wrapper a:nth-child(2) {
    margin: 0 0 10px 5px;
    display: flex !important;
}


.accordion {
  width: 100%;
  margin: 0 auto;
}

.accordion-item{
    margin: 10px 0;
}
.accordion-header {
  cursor: pointer;
  padding: 10px;
}

.accordion-content {
  display: none;
  padding: 0 10px 10px;
}

.accordion-header::after {
    content: "+";
    position: relative;
    float: right;
    top: -50px;
    font-size: 33px;
    color: #fff;
    transition: transform 0.5s;
    font-weight: 400;
}

.accordion-header.active::after {
  content: "-";
  transform: rotate(180deg); /* Rotate the minus icon */
  position: relative;
  top:-50px;
  font-size: 33px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
  }
  .col20 {
    width: calc(19% - 4px);
    padding: 10px;
  }

  .col25 {
    width: calc(24.6% - 4px);
  }

  .col30 {
    width: 31%;
    padding: 10px;
  }

  .col70 {
    width: 69%;
    padding: 10px;
  }

  .col50 {
    width: 48%;
    padding: 10px;
  }

  .spaced {
    justify-content: space-between;
  }

  .flipped {
    flex-direction: row-reverse;
  }

  .a-center {
    align-items: center;
  }

  .around {
    justify-content: space-around;
  }

  @media screen and (max-width: 768px) {
    .col50,
    .col30,
    .col70,
    .col20,
    .col25 {
      width: 100%;
    }

    .alias-pcontent img {
      display: block;
      margin: auto;
      float: none !important;
    }
    .hide_mobile {
      display: none !important;
    }

    .align-left,
    .align-right,
    .align-center {
      display: block !important;
      margin: auto !important;
      float: none !important;
    }
    .section--inner.container.section--light.fix-hover {
      padding-top: 0px !important;
    }
    #ple_column-0 {
      padding-top: 10px !important;
      padding-bottom: 0 !important;
    }
    #ple_column-1 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .section-overlap-container:has(
        .header-a,
        .header-b,
        .header-c,
        .header-d,
        .header-e,
        .header-f,
        .header-g,
        .header-h
      )
      .section__bg--light-4
      .section--inner::before {
      box-shadow: none;
    }
  }


@media (min-width: 992px) {
    .banner-a .banner__title {
        font-size: 3rem;
        line-height: 3rem;
        letter-spacing: 0px;
    }
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}