@media only screen {
	.tall-tile-wrapper {
		position: relative;
		margin: 30px 25px 0;
		visibility: hidden;
		opacity: 0;
		transition: opacity 500ms linear;
	}
	.tall-tile-wrapper.loaded {
		visibility: visible;
		opacity: 1;
	}
	.tall-tile-wrapper .slider {
		position: relative;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.tall-tile-wrapper.has-slider .slider {
		flex-direction: row;
	}
	.tall-tile-wrapper .tall-tile {
		position: relative;
		width: 100%;
		margin: 0 5px 20px;
	}
	.tall-tile-wrapper.ayout-open .tall-tile {
		max-width: 355px;
	}
	.tall-tile-wrapper .tall-tile .tile-section {
		height: 30px;
		font-weight: 500;
		text-transform: uppercase;
		text-align: center;
		color: black;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper {
		position: relative;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper img {
		width: 100%;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-gradient {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		/*
		background: -webkit-linear-gradient(37deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 50%);
		background:    -moz-linear-gradient(37deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 50%);
		background: 	-ms-linear-gradient(37deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 50%);
		background: 	 -o-linear-gradient(37deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 50%);
		background: 		linear-gradient(37deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 50%);
		*/

		background: -webkit-linear-gradient(0deg, RGBA(143,0,255,.9) 0%, RGBA(143,0,255,0) 60%);
		background:    -moz-linear-gradient(0deg, RGBA(143,0,255,.9) 0%, RGBA(143,0,255,0) 60%);
		background: 	-ms-linear-gradient(0deg, RGBA(143,0,255,.9) 0%, RGBA(143,0,255,0) 60%);
		background: 	 -o-linear-gradient(0deg, RGBA(143,0,255,.9) 0%, RGBA(143,0,255,0) 60%);
		background: 		linear-gradient(0deg, RGBA(143,0,255,.9) 0%, RGBA(143,0,255,0) 60%);
	}
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .tile-gradient {
		background-color: rgba(0,0,0,.4);
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-content {
		position: absolute;
		bottom: 30px;
		margin: 0 20px;
		color: white;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-content .date {
		position: fixed;
		top: 35px;
		padding-left: 15px;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-content .date .top {
		text-transform: uppercase;
		font-size: 24px;
		font-weight: 400;
		line-height: 30px;
		font-family: Oswald, sans-serif;
		padding-left: 4px;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-content .date .bottom {
		font-size: 45px;
		font-weight: 400;
		line-height: 36px;
		font-family: Oswald, sans-serif;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper a {
		color: white;
	}
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper a {
		display: flex;
		align-items: center;
	}
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .tile-content {
		bottom: initial;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin: 0;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-title {
		margin-bottom: 10px;
		text-transform: uppercase;
		color: white;
	}
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .tile-title {
		font-weight: 600;
		font-size: 26px;
		line-height: 30px;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-subtitle {
		display: block;
		margin-bottom: 10px;
		font-family: Oswald, sans-serif;
		font-weight: 400;
		line-height: 20px;
		text-transform: uppercase;
		color: white;
	}
	.tall-tile-wrapper.layout-default .tall-tile .tile-wrapper .tile-subtitle {
		display: none;
		font-size: 18px;
	}
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .tile-subtitle {
		display: block;
		font-size: 16px;
	}
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .tile-text {
		display: none;
	}
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .tile-text * {
		color: white;
	}
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .tile-title,
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .tile-subtitle,
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .tile-text {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .arrowWrapper .arrowText {
		font-size: 16px;
		line-height: 16px;
		text-transform: uppercase;
		letter-spacing: 0;
	}
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .arrowWrapper {
		position: relative;
		top: 30px;
	}
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .tile-title,
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .tile-subtitle,
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .tile-text *,
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .arrowWrapper .arrowText {
		text-align: center;
	}
	.tall-tile-wrapper .tile-link-button {
		position: relative;
		display: flex;
		justify-content: center;
		margin: 15px 0 40px;
	}
	.tall-tile-wrapper .tile-link {
		padding-bottom: 20px;
	}
	.tall-tile-wrapper .tile-link span {
		font-size: 20px;
		font-weight: bold;
		padding-left: 7px;
		padding-bottom: 11px;
		text-decoration: underline;
	}
	.tall-tile-wrapper .tile-link-button {
		position: relative;
		display: flex;
		justify-content: center;
		margin: 15px 0 40px;
	}
	.tall-tile-wrapper .tile-link i.fa {
		font-size: 22px;
		color: #9600FF;
	}
	.tall-tile-wrapper button.slick-arrow {
		display: block;
		top: 25%;
		height: 98px;
		width: 29px;
		margin: 0;
		background-color: rgba(0, 0, 0, 0.5);
		background-position: 1px 5px;
		background-repeat: no-repeat;
		z-index: 9;
	}
	.tall-tile-wrapper button.slick-arrow:before {
		content: '';
	}
	.tall-tile-wrapper button.slick-arrow.slick-prev {
		left: -25px;
		background-image: url(/includes/public/assets/images/tallLeft.png);
	}
	.tall-tile-wrapper button.slick-arrow.slick-next {
		right: -25px;
		background-image: url(/includes/public/assets/images/tallRight.png);
	}
	.tall-tile-wrapper .slick-dots {
		bottom: -15px;
		margin: 0 auto;
	}
	.tall-tile-wrapper .slick-dots li button:before {
		font-size: 14px !important;
		padding-top: 5px;
	}
}
@media only screen and (min-width: 25em) {
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .tile-text {
		display: block;
	}
}
@media only screen and (min-width: 40.063em) {
	.tall-tile-wrapper .tile-link {
		text-align: right;
	}
	.tall-tile-wrapper .tall-tile {
		width: 45vw;
		margin: 0 10px 20px;
	}
	.tall-tile-wrapper.layout-open .tall-tile {
		width: 355px;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-title {
		margin-bottom: 10px;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-subtitle {
		display: block;
	}
	.tall-tile-wrapper button.slick-arrow {
		top: 35%;
		width: 47px;
		height: 108px;
		background-color: transparent;
		background-position: 10px 10px;
	}
	.tall-tile-wrapper:hover button.slick-arrow {
		background-color: rgba(0, 0, 0, 0.5);
	}
	.tall-tile-wrapper button.slick-arrow.slick-prev {
		left: 50px;
	}
	.tall-tile-wrapper button.slick-arrow.slick-next {
		right: 50px;
	}
}
@media only screen and (min-width: 64.063em) {
	.tall-tile-wrapper .tall-tile {
		width: 22vw;
	}
	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .tile-title {
		font-size: 28px;
		line-height: 34px;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-subtitle {
		font-size: 18px;
		line-height: 20px;
	}

	.tall-tile-wrapper.layout-open .tall-tile .tile-wrapper .tile-text {
		display: block;
	}
	[data-404-chosen] .tall-tile-wrapper .slick-dots {
		text-align: right;
	}	
}
@media only screen and (min-width: 75em) {
	.tall-tile-wrapper .tile-link {
		position: absolute;
		top: -57px;
		right: 0;
	}
	.tall-tile-wrapper.layout-open {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.tall-tile-wrapper.layout-open .slider {
		flex-direction: row;
	}
	.tall-tile-wrapper.layout-open .tall-tile {
		margin-left: 15px;
		margin-right: 15px;
	}
}
