@media only screen {
	.featured-spinner {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
	}
	.featured-spinner .fa {
		font-size: 30px;
		color: #002252;
	}
	.featured {
		position: relative;
		visibility: hidden;
		height: 0;
	}
	.featured.loaded {
		visibility: visible;
		height: auto;
	}
	.featured .slick-slider {
		position: relative;
		margin-top: 20px;
		margin-bottom: 0;
		overflow: hidden;
	}
	.featured .slick-slider .slick-track {
		display: flex !important;
		justify-content: center;
	}
	.featured .slick-slider .slick-slide {
		display: flex;
		flex-direction: column;
		width: 340px;
		border: 2px solid #ddd;
		margin: 0 5px;
		height: inherit !important;
	}
	.featured .top-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 35px;
		background-color: #002252;
	}
	.featured a.phone {
		display: flex;
		align-items: center;
		padding-left: 1em;
		line-height: 35px;
		text-decoration: none;
		color: white;
	}
	.featured a.phone .icon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 32px;
		height: 32px;
		margin: 0.25em 0.5em 0.25em 0;
		border-radius: 50%;
		background-color: white;
		transform: rotate(-45deg) scale(0.9);
	}
	.featured a.phone .icon i {
		font-size: 24px;
		color: #002252;
	}
	.featured a.phone h6 {
		margin: 0.5em 0;
		font-weight: 600;
		font-size: 1em;
		line-height: 35px;
	}
	.featured .favorites {
		position: relative;
		top: 0;
		right: 1em;
	}
	.featured .image-wrapper {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.5%;
		overflow: hidden;
	}
	.featured .image-wrapper img {
		width: 100%;
		opacity: 1;
		transition: opacity 500ms linear;
	}
	.featured .image-wrapper img[data-lazy] {
		opacity: 0;
	}
	.featured .content-wrapper {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		padding: 20px;
	}
	.featured .title-wrapper.has-pin {
		display: flex;
		justify-content: space-between;
	}
	.featured .featured-info {
		font-weight: 700;
	}
	.featured .featured-info.location,
	.featured .featured-info.admission {
		display: none;
	}
	.featured.feed-offers .featured-info.location {
		display: block;
	}
	.featured .featured-info b {
		font-weight: 700;
		text-transform: uppercase;
	}
	.featured h4.featured-info {
		font-style: italic;
		font-size: 1.5em;
		margin-top: 0;
	}
	.featured h4.featured-info a:hover,
	.featured .featured-info.location a:hover {
		text-decoration: none;
	}
	.featured .title-wrapper.has-pin h4 {
		flex-basis: calc(100% - 30px);
	}
	.featured .title-wrapper .map-pin {
		color: #002252;
		text-decoration: none;
	}
	.featured .title-wrapper .map-pin i {
		font-size: 30px;
	}
	.featured .content-wrapper p {
		margin-bottom: 1em;
	}
	.featured .featured-info.meeting-info .space-label {
		margin-bottom: 7px;
		font-weight: 700;
		text-transform: uppercase;
	}
	.featured .featured-info.meeting-info p {
		margin: 0;
	}
	.featured .address {
		display: none;
	}
	.featured .featured-info.location a {
		font-size: 16px;
		color: black;
	}
	.featured .button-wrapper {
		margin-top: auto;
		padding: 0;
	}
	.featured .button-wrapper .button {
		margin: 0;
		min-width: 150px;
	}
	.featured .bottom-ribbon {
		height: 60px;
		padding: 0 1em;
		line-height: 60px;
		color: white;
		background-color: #002252;
		overflow: hidden;
	}
	.featured .bottom-ribbon b {
		text-transform: uppercase;
	}
	
	/* begin: slider control styles */
	.featured .slick-dots {
		display: flex !important;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		bottom: 0;
		width: 90%;
		margin: 0 auto;
		padding-top: 20px;
		padding-inline-start: 0;
	}
	.featured .slick-dots li {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.featured .slick-dots li button {
		position: relative;
		border: 1px solid #002252;
		border-radius: 50%;
		width: 12px;
		height: 12px;
	}
	.featured .slick-dots li button:before {
		color: transparent;
	}
	.featured .slick-dots li button:hover {
		border: 1px solid #002252 !important;
	}
	.featured .slick-dots li.slick-active button {
		background-color: #002252 !important;
		border: 1px solid #002252 !important;
	}
	.featured .slick-dots li.slick-active button:before {
		color: #002252;
		transform: scale(1.1);
		opacity: 1;
	}
	.featured .arrow-wrapper,
	.featured .slide-message {
		display: none
	}
	/* end: slider control styles */
}

@media only screen and (min-width: 64.063em) {
	.featured .slick-slider {
		padding: 15px 0;
	}
	.featured .slick-slider .slick-slide {
		margin: 0 15px;
		opacity: 0;
		transition: opacity 500ms linear;
	}
	.featured .slick-slider .slick-slide.slick-active {
		opacity: 1;
	}
	.featured a.phone .icon {
		display: none;
	}
	.featured a.phone h6 {
		font-weight: 700;
		font-size: 1em;
	}
	.featured .content-wrapper {
		padding-bottom: 27px;
	}
	.featured h4 {
		font-size: 28px;
	}
	.featured .title-wrapper.has-pin h4 {
		flex-basis: 100%;
	}
	.featured .address {
		display: block;
		margin-bottom: 15px;
	}
	.featured .address a {
		font-weight: 700;
		font-size: 14px;
		line-height: 1.3em;
		text-transform: uppercase;
		text-decoration: none;
		color: black;
	}
	.featured .title-wrapper .map-pin {
		display: none;
	}
	.featured .featured-info.location,
	.featured .featured-info.admission {
		display: block;
	}
	.featured .button-wrapper {
		justify-content: flex-start;
	}
	.featured .button {
		height: 2.5em;
		line-height: 2.5em;
	}
	
	/* begin: slider control styles */
	.featured .slick-dots {
		top: 45px;
		padding-top: 0;
		padding-bottom: 30px;
	}
	.featured .arrow-wrapper {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		bottom: 60px;
		width: 190px;
		margin: 0 auto;
		z-index: 1;
	}
	.featured.hide-controls-desktop .arrow-wrapper {
		display: none;
	}
	.featured .arrow-wrapper .long-arrow {
		position: absolute;
		top: 0;
		/* the width and height make the clickable area larger */
		height: 30px;
		width: 60px;
		cursor: pointer;
	}
	.featured .arrow-wrapper .long-arrow.slick-disabled {
		opacity: 0.5;
		cursor: default;
	}
	.featured .arrow-wrapper .long-arrow.left {
		left: 0;
	}
	.featured .arrow-wrapper .long-arrow.right {
		right: 0;
	}
	.featured .arrow-wrapper .long-arrow:before {
		position: absolute;
		content: '';
		top: 50%;
		width: 30px;
		height: 2px;
		margin-top: -1px;
		background-color: #002252;
	}
	.featured .arrow-wrapper .long-arrow:after {
		position: absolute;
		content: '';
		top: 50%;
		width: 0;
		height: 0;
		margin-top: -5px;
		border-style: solid;
	}
	.featured .arrow-wrapper .long-arrow.left:before {
		left: 25px;
	}
	.featured .arrow-wrapper .long-arrow.left:after {
		left: 20px;
		border-width: 5px 5px 5px 0;
		border-color: transparent #002252 transparent transparent;
	}
	.featured .arrow-wrapper .long-arrow.right:before {
		right: 25px;
	}
	.featured .arrow-wrapper .long-arrow.right:after {
		right: 20px;
		border-width: 5px 0 5px 5px;
		border-color: transparent transparent transparent #002252;
	}
	.featured .slide-message {
		display: inline-block;
		height: 30px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0 20px;
		color: #002252;
	}
	/* end: slider control styles */
}

@media only screen and (min-width: 75em) {
	.featured {
		margin-left: -14px;
		margin-right: -14px;
	}
}
