@charset "UTF-8";

/* Mobile first styles 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.swiper-container {
	width: 100%;
	height: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	width: 100%;
	height: auto;
	max-height: 309px;
}
.swiper-content {
	width: 100%;
	position: relative;
}
.button {
	padding: 10px 20px;
	margin-bottom: 20px;
	display: inline-block;
	background: #006851;
}
.swiper-blurb {
	display: none;
}
.swiper-button-prev {
    background-image: none;
}
.swiper-button-prev:after {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    font-size: 2.5rem;
    background-image: none;
    color: #fff;
	font-weight: 200;
}
.swiper-button-next {
    background-image: none;
}
.swiper-button-next:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-size: 2.5rem;
    background-image: none;
    color: #fff;
	font-weight: 200;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
/* Extra small devices (portrait phones, less than 576px)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) { 
   
}

/* Small devices (landscape phones, less than 768px)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) { 
.swiper-blurb {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 30px;
	padding: 0 50px;
}
.swiper-blurb h4 {
	color: #fff;
}
}

/* Medium devices (tablets, less than 992px)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) { 
   
}

/* Large devices (desktops, less than 1200px)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1200px) { 
   
}

/* Extra large devices (large desktops)
   No media query since the extra-large breakpoint has no upper bound on its width */

