/* MODULES HEADER */

.modules-header__background {
  background: #51a3e2 center url(../../media/modules-header/NewsroomHeaderBG.jpg);
  min-height: 20vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
}

.modules-header__background-2 {
  background: center no-repeat url(../../media/modules-header/icons_NewsroomHeader.png);
  height: 100%;
  width: 100%;
  top: 6rem;
  position: absolute;
}

/* BANNER */

.banner__background {
  background: #f8f8f8;
  min-height: 30vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}

/* CTA */

.cta__icon-container {
  display: block;
  min-height: 30vh;
}

.cta__icon-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.cta__icon-container img.top:hover {
  opacity: 0;
}

.slick-prev::before, .slick-next::before {
  color: #343434 !important;
}

/* TAB FEATURES DECK */

.tab-features-deck__background {
  background: #f8f8f8;
  -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
  clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
}

.features-deck__subtext li {
  margin: .75rem;
}

.tab-content > .active {
  display: flex;
}

/* FEATURES DECK */

.features-deck__background {
  background: #f8f8f8;
  min-height: 30vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}

.features-deck__card {
  border: 0;
  box-shadow: none;
  margin: 1.5rem 0;
  align-items: center;
  background-color: transparent;
}

.features-deck__icon-container {
  display: flex;
  justify-content: center;
}

.features-deck__icon-container a {
  display: flex;
  justify-content: center;
  width: 100%;
}

.features-deck__icon-container img {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.features-deck__icon-container img:hover {
  transform: scale(1.05);
}

.features-deck__body h5:hover,
.features-deck__body h6:hover {
  color: #51a3e2;
}

/* TESTIMONIAL */

.testimonial__background {
  position: relative;
  top: -3rem;
  background: #51a3e2;
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
  height: auto;
}

.testimonial__avatar-img {
  border: 4px solid #fff;
  border-radius: 50%;
  height: 150px;
  width: auto;
}

.testimonial__icon {
  height: 75px;
  border-radius: 50%;
}

.testimonial__subtext {
  line-height: 2;
}

/* TRUSTED CLIENTS */

.trusted-clients__client-logo-container {
  display: block;
  width: 100px;
}

.trusted-clients__client-logo {
  transition: 0.2s ease-in-out;
}

.trusted-clients__client-logo:hover {
  opacity: 0.8;
}

/* REQUEST INFO */

.request-info__background {
  background: #51a3e2;
  min-height: 50vh;
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
}

.request-info__title {
  color: #f8f8f8;
}

/* Override mdb dropdown colors */
.dropdown-content li > a,
.dropdown-content li > span {
  color: #51a3e2;
}

.dropdown-primary .dropdown-content li a,
.dropdown-primary .dropdown-content li span:hover,
.dropdown-primary .dropdown-content li.active {
  background-color: #51a3e2 !important;
  border-radius: 0.25rem;
}

@media (max-width: 372px) {
  .g-recaptcha {
    transform: scale(0.825);
  }
}