.section--dark .banner-e .banner__title {
	text-transform: uppercase;
}

.mobileHeader-logoImg {
    min-height: 100px;
}

.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
	clear: none;
}

.featuredblocks-grid-a .featuredblocks .featuredblock__item .featuredblock__content {
    display: block;
}


@media (max-width: 1199px) {
    .press-article {
        width: 455px;
        padding: 53px 10px;
    }
}

.press-article {
    display: block;
    width: 100%;
    height: 450px;
    background-size: cover !important;
    position: relative;
    float: left;
    text-align: center;
    padding: 53px 30px;
    margin: 0 25px 50px 0;
}

.press-article:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(20, 46, 57, 0.7);
    -webkit-transition: background-color 0.5s 
ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    transition: background-color 0.5s 
ease;
}

@media screen and (min-width: 992px) {
    .banner-e .banner__image img {
        min-height: 600px;
    }
}

  .flex-container {
    display: flex;
    flex-wrap: wrap;
  }

.vertical-align {
    align-items: center;
}

  .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;
  }
@media (max-width: 768px) {
  .flipped {
    flex-direction: column-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 screen and (max-width: 500px) {
      iframe{
          width: 100% !important;
      }

      .featuredblock__item{
    transform: translateX(0) !important;
}
  }