.Crow {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #efefef
}
.swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  width: 60%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #dd9933;
  padding: 10% 5%;
  height: auto;
}
.swiper-slide img {
  display: block;
  height: auto;
  object-fit: cover;
  margin-bottom: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.Ccontent h2 {
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 6px;
}
.Ccontent p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 14px;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 45%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #d93;
  padding: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
 

 #accordionLegistors .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
 #accordionLegistors .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #220e0f;
}
body .btn-primary {
  color: #fff;
  background-color: #d93;
  border-color: #d93;
}
.lightGrey {
	background-color: #f7f7f7
}
h2 .accordion-button {
  font-size: 1.4rem;
}
body .btn-primary:hover {
	 background-color: #220e0f;
  border-color: #220e0f;
}
.text-start * {
  text-align: left !important;
}
.pressLogo {
  max-width: 100%;
}
.NYTswiper .swiper-slide {
  text-align: center;
  font-size: 26px;opacity: 0.4;
  background: transparent;width: 60%;
  display: flex;padding: 0;
  justify-content: center;
  align-items: center;
	border: 0;filter: blur(3px);
}
.JETswiper .swiper-slide {
  text-align: center;
  font-size: 26px; 
  background: transparent;width: 100%;
  display: flex;padding: 0;
  justify-content: center;
  align-items: center;
	border: 0; 
}
.JETswiper .swiper-slide img {
	width: 100%
}
.JETswiper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #d93;
}
.NYTswiper .swiper-slide.swiper-slide-active {
	opacity: 1; filter: blur(0px);
}
.NYTswiper .swiper-button-next, .NYTswiper .swiper-button-prev {
width: 100px;
  height: 100px;
  background-color: #220e0f;
  border-radius: 0%;
}
.NYTswiper .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 17%;
}
.NYTswiper .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 17%;
}
.NYTswiper .swiper-button-next:hover , .NYTswiper .swiper-button-prev:hover {
background-color:#dd9933
}
.NYTswiper .swiper-button-next::after, .NYTswiper .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: 22px;
}
.NYTswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
 
@media (min-width:1000px) {
  img.Clogo.lazyloaded {
    width: 500px;
    height: 93px;
  }
}
@media (max-width:1000px) {
  .pressgrid p {
    display: none;
  }
	.NYTswiper .swiper-button-next, .NYTswiper .swiper-button-prev {
width: 60px;
  height: 60px;
	}
}