﻿/*# sourceMappingURL=styles.css.map */

.our-programs__headline {
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.our-programs__headline {
		font-size: 3.2rem;
	}
}

.our-programs__bg {
	background: #2ba1cf;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 75px;
}

.our-programs__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 50px;
	gap: 30px;
}

@media (min-width: 768px) {
	.our-programs__title {
		flex-direction: row;
	}
}

.our-programs__title h3 {
	position: relative;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: .8;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;
	border-right: 2px solid #fff;
}

@media (min-width: 768px) {
	.our-programs__title h3 {
		font-size: 2.5rem;
	}
}

@media (min-width: 1024px) {
	.our-programs__title h3 {
		width: 40%;
	}
}

.our-programs__title h3:after {
	content: "";
	position: absolute;
	width: 5000px;
	height: 2px;
	right: 0;
	bottom: 0;
	background: #fff;
}

.our-programs__title .subhead {
	font-size: 1rem;
	font-weight: 500;
}

@media (min-width: 768px) {
	.our-programs__title .subhead {
		font-size: 1.1rem;
	}
}

@media (min-width: 1024px) {
	.our-programs__title .subhead {
		width: 60%;
		font-size: 1.25rem;
	}
}

.our-programs__wrap {
	margin-bottom: 50px;
}

.our-programs-item {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 60px;
	gap: 15px;
}

@media (min-width: 1024px) {
	.our-programs-item {
		flex-direction: row;
		align-items: flex-end;
		gap: 30px;
		margin-bottom: 40px;
	}
}

.our-programs-item__left {
	width: 100%;
}

@media (min-width: 768px) {
	.our-programs-item__left {
		width: 60%;
	}
}

@media (min-width: 1024px) {
	.our-programs-item__left {
		width: 40%;
	}
}

.our-programs-item__video, .our-programs-item__image {
	position: relative;
	padding-top: 56%;
}

.our-programs-item__video iframe, .our-programs-item__video img, .our-programs-item__image iframe, .our-programs-item__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.our-programs-item__video img, .our-programs-item__image img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

@media (min-width: 1024px) {
	.our-programs-item__right {
		width: 60%;
	}
}

.our-programs-item__headline {
	font-size: 1.3rem;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 15px;
	display: block;
}

@media (min-width: 768px) {
	.our-programs-item__headline {
		font-size: 1.5rem;
	}
}

.our-programs-item__date {
	font-size: 1.15rem;
	margin-bottom: 15px;
}

.our-programs__button {
	background: #fff;
	color: #2ba1cf;
	padding: 15px 30px;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
}

@media (min-width: 768px) {
	.our-programs__button {
		margin-left: calc(40% + 15px);
		font-size: 1.6rem;
	}
}
