/**
 * #.# Accreditations Module
 *
 * Styles for template-part/modules/accreditations_module.php
**/

.accreditations_module,
.accreditations_module_slider {background-color:var(--black)}

.accreditations_module .content-block p {font-family: var(--medium); font-size: 20px; font-weight: 500; line-height: 38px; margin: 0;color: var(--white);}

.accreditations_module {padding:20px 0px 0px;margin-bottom:-30px}
.accreditations_module .content-block h2,
.accreditations_module .content-block h3{font-size:clamp(32px,calc(32px + (64 - 32) * ((100vw - 375px) / (1440 - 375))),64px);line-height:clamp(64px,calc(64px + (128 - 64) * ((100vw - 375px) / (1440 - 375))),128px);letter-spacing:clamp(-2px,calc(-2px + (-4 - -2) * ((100vw - 375px) / (1440 - 375))),-4px)}
.accreditations_module_slider {padding:30px 0px 70px}
.accreditations_slider .image-block img {width: auto; height: auto; max-height: 100px; max-width: 100%;}
.accreditations_slider .image-block {display:flex;align-items: center;justify-content: center;min-height: 90px;}


.bw_logos .accreditations_slider .image-block img {filter: grayscale(1);}

@media (max-width: 1200px) {
  .accreditations_module_slider .slick-prev,.accreditations_module_slider .slick-next{font-size:0;line-height:0;position:absolute;top:calc(50% - 33px);display:block;width:66px;height:66px;padding:0;cursor:pointer;color:transparent;border:none;outline:none;background-position:center;background-repeat:no-repeat;background-size:15px 14px;z-index:10;background-color:var(--green);border-radius:50%;opacity:1;border:solid 1px var(--green)}
  .accreditations_module_slider  .slick-prev { left: 50px; background-image: url(../../../img/cta-arrow.svg); transform: rotate(225deg);}
  .accreditations_module_slider  .slick-next { right: 50px; background-image: url(../../../img/cta-arrow.svg); transform:  rotate(45deg);}
  .accreditations_module_slider  .slick-prev:hover, 
  .accreditations_module_slider  .slick-next:hover {border:solid 1px var(--black);opacity:1}
  .accreditations_module_slider  .slick-prev.slick-disabled {opacity: 0.1;border:solid 1px var(--green)!important;pointer-events: none; cursor: default;}
}

@media (max-width: 992px) {
  .accreditations_module_slider .slick-prev, .accreditations_module_slider .slick-next {top: calc(50% - 23px); width: 46px;height: 46px;}
  .accreditations_slider .image-block img {max-height: 50px;}
}

@media (max-width: 768px) {
  .accreditations_module_slider .slick-prev {left: 10px;}
  .accreditations_module_slider .slick-next {right: 10px;}
}

@media (max-width: 600px) {

}
