.perspective {margin: 15px 0 50px;}
	@media (min-width: 768px) {.perspective {margin: 15px 0 150px;}}


.perspective-intro h1 {margin-bottom: 0 !important;}

.container-tertiary h2, 
.container-tertiary h3 {padding-bottom: 2rem;}

ul.post_preview li {
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 100px;
	cursor: pointer;
}
	@media (min-width: 768px) {
		ul.post_preview li {
			width: 48%;
			margin-right: 4%;
		}
		ul.post_preview li:nth-child(even) {margin-right: 0%;}
	}

ul.post_preview li:hover a, .studio-perspective_preview li:hover a {color: #d24d29;}

ul.post_preview li a p {margin-top: 15px;}

.perspective .post_preview img, .studio-perspective_preview li img {margin-bottom: 20px;}

figure {margin: 0;}
figure img {margin: 50px 0 12px !important;}



/* 2021 PERSPECTIVE UPDATES */
@media (max-width: 767px) {.perspective-category-sort ul {display: none;}}
@media (min-width: 768px) {.perspective-category-sort-select {display: none;}}

.perspective-category-sort-select {margin-bottom: 50px;}

.perspective-category-sort .emdash {
	color: #CCC;
	margin: 0 5px 0 2px;
}

.perspective-category-sort ul {
	list-style: none;
	margin-bottom: 25px;
}

.perspective-category-sort ul li {display: inline-block;}

.perspective-category-sort ul li a.active {color: #D24D29;}


	/* POST PREVIEW */
	.post_preview li a {
		position: relative;
		display: block;
	}

	.post_preview-img {position: relative;}

	.post_preview-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #D24D29;
		z-index: 1;
		opacity: 0;
		-moz-transition: all 0.3s ease-in,all 0.35s ease-out;
		-o-transition: all 0.3s ease-in,all 0.35s ease-out;
		-webkit-transition: all 0.3s ease-in,all 0.35s ease-out;
		transition: all 0.3s ease-in,all 0.35s ease-out;
	}

	.post_preview a:hover .post_preview-overlay {opacity: 1;}

	.perspective-arrow {
		position: absolute;
		width: 60px;
		top: 50%;
		left: 50%;
		transform: translateY(-50%);
		transform: translateX(-50%);
	}

	@media (min-width: 768px)  {.post_preview li p {font-size: 2.15rem;}}
	@media (min-width: 1024px) {.post_preview li p {font-size: 2.65rem;}}

	p.post_preview_excerpt {
		font-size: 18px !important;
		margin-top: 10px !important;
	}
	/* POST PREVIEW */



	/* INDIVIDUAL PAGE */
	.perspective-intro-backgroundimage {
		background-color: #D24D29;
		height: 300px;
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		margin-top: 133px;
		position: relative;
	}
		@media (min-width: 768px)  {.perspective-intro-backgroundimage {height: 400px;}}
		@media (min-width: 1024px) {.perspective-intro-backgroundimage {height: 600px;}}

	.perspective-intro-overlay {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: #000;
		opacity: .6;
	}

	.perspective-intro-wrap {
		position: absolute;
		bottom: 30px;
		left: 30px;
		padding-right: 30px;
	}
		@media (min-width: 500px)  {
			.perspective-intro-wrap {
				bottom: 50px;
				left: 50px;
				padding-right: 50px;
			}
		}
		@media (min-width: 768px)  {
			.perspective-intro-wrap {
				bottom: 60px;
				left: 60px;
				padding-right: 60px;
			}
		}
		@media (min-width: 1024px) {
			.perspective-intro-wrap {
				bottom: 100px;
				left: 100px;
				padding-right: 100px;
			}
		}


	.perspective-intro-backgroundimage h1 {color: #FFF;}

	.perspective-intro-backgroundimage .perspective-intro-categories,
	.perspective-intro-backgroundimage .perspective-intro-categories a {
		color: #FFF;
	}

	.perspective-intro-categories {margin: 25px 0 0 2px;}

	.perspective .container {
		max-width: 1000px;
		margin: 0 auto;
	}

	.perspective-body .container-fullwidth {max-width: 1600px}

	.perspective-body .container,
	.perspective-body .container-fullwidth,
	.perspective-intro-fullwidth-image,
	.perspective-intro-backgroundimage {margin-bottom: 50px;}
		@media (min-width: 768px)  {
			.perspective-body .container,
			.perspective-body .container-fullwidth,
			.perspective-intro-fullwidth-image,
			.perspective-intro-backgroundimage {margin-bottom: 75px;}
		}
		@media (min-width: 1024px) {
			.perspective-body .container,
			.perspective-body .container-fullwidth,
			.perspective-intro-fullwidth-image,
			.perspective-intro-backgroundimage {margin-bottom: 100px;}
		}
		@media (min-width: 1440px) {
			.perspective-body .container,
			.perspective-body .container-fullwidth,
			.perspective-intro-fullwidth-image,
			.perspective-intro-backgroundimage {margin-bottom: 125px;}
		}


	.perspective-photocaption {
		font-size: 15px;
		color: #777;
		margin-top: 14px;
		line-height: 1;
	}

	.perspective-descriptioncopy {margin-top: 25px;}

	.perspective-quote {
		padding: 20px;
		color: #FFF;
	}
		@media (min-width: 768px)  {.perspective-quote {padding: 35px;}}
		@media (min-width: 1024px) {.perspective-quote {padding: 50px;}}

		.perspective-quote-blue {background-color: #2C3C43}
		.perspective-quote-orange {background-color: #D24D29}

	.perspective-quote p {font-size: 20px;}
		@media (min-width: 768px)  {.perspective-quote p {font-size: 26px;}}
		@media (min-width: 1024px) {.perspective-quote p {font-size: 30px;}}

	.perspective-quote-quote {
		padding-left: 5px;
		text-indent: -5px;
	}

	.perspective-quote-author {
		margin-top: 30px;
		padding-left: 6px;
	}

	.perspective-body figure {
		position: relative;
		overflow: hidden;
		padding-top: 56.25%;
		margin: 0;
	}

	.perspective-body figure img {
		margin-top: -56.25%;
	}

	.perspective-body figure iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		border: 0;
	}

	.perspective-body h2 {
		color: #2C3C43;
		font-family: Averta-Bold;
		font-weight: normal;
		font-style: normal;
		line-height: 1.2;
		margin-bottom: 15px;
	}

	.perspective-body h3 {
		color: #2C3C43;
		font-family: Averta-Bold;
		font-weight: normal;
		font-style: normal;
		line-height: 1.2;
		margin-bottom: 15px;
	}
		@media (min-width: 500px)  {.perspective-body h3 { font-size: 2.25rem; }}
		@media (min-width: 768px)  {.perspective-body h3 { font-size: 2.5rem; }}
		@media (min-width: 1024px) {.perspective-body h3 { font-size: 3.0rem; }}

	.perspective-body h4 {
		color: #D24D29;
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
		@media (min-width: 500px)  {.perspective-body h4 { font-size: 1.7rem; line-height: 1.2;}}
		@media (min-width: 768px)  {.perspective-body h4 { font-size: 1.8rem; }}
		@media (min-width: 1024px) {.perspective-body h4 { font-size: 1.9rem; }}

	.perspective-body a {text-decoration: underline;}

	.perspective-body a.btn {text-decoration: none;}
	
	.btn-move-up {margin-top: -40px !important;}
		@media (min-width: 1024px)  {.btn-move-up {margin-top: -60px !important;}}
		@media (min-width: 1244px)  {.btn-move-up {margin-top: -80px !important;}}


	/* AUTHOR & SHARE */
	.perspective-author-and-share {
		border-top: 1px solid #CCC;
		margin: 100px auto 0;
		max-width: 1000px;
	    padding-top: 75px;
	}
	/* AUTHOR & SHARE */

	/* AUTHOR */
	.perspective-author img {
		width: 112px;
		height: 112px;
		border: 4px solid #D24D29;
		border-radius: 50%;
		margin: 50px auto 10px;
	}
		@media (min-width: 768px)  {
			.perspective-author img {
				position: absolute;
				top: 0;
				margin: 50px auto 10px;
			}	
		}

	.perspective-author p {text-align: center;}
		@media (min-width: 768px)  {
			.perspective-author p {
				position: absolute;
				left: 186px;
				top: 95px;
				text-align: center;
			}
		}
		@media (min-width: 1024px) {.perspective-author p {left: 230px;}}

	.perspective-author a {text-decoration: underline;}
	/* AUTHOR */


	/* SHARE */
	.perspective-share {
		position: relative;
		text-align: center;
	}
		@media (min-width: 768px)  {
			.perspective-share {
				position: absolute;
				right: -18px;
				top: 86px;
			}
		}
		@media (min-width: 1024px) {.perspective-share {right: 23px;}}


	.perspective-share p {
		font-size: 14px;
		margin: 40px 0 7px 0;
	}
		@media (min-width: 768px)  {
			.perspective-share p {
				position: absolute;
				margin: 0 0 7px 0;
				top: 10px;
				left: 29px;
			}
		}


	.perspective-share ul {
		list-style: none;
		margin-bottom: 0;
	}

	.perspective-share ul li {
		display: inline;
	}

	.perspective-share ul li a i {
		width: 45px;
		height: 45px;
		background-color: #eee;
		padding-top: 15px;
		transition: all 0.3s ease-in, all 0.35s ease-out;
	}

	.perspective-share ul li a:hover i {
		background-color: #d24d29;
		color: #fff;
	}
	/* SHARE */

	/* PAGINATION */
	.perspective-pagination {
		border-top: 1px solid #DDD;
		position: relative;
	}

	.perspective-pagination-left {
		float: left;
		width: 100%;
		border-bottom: 1px solid #DDD;
		padding: 30px;
	}
		@media (min-width: 500px)  {.perspective-pagination-left {padding: 40px 30px;}}
		@media (min-width: 768px)  {
			.perspective-pagination-left {
				width: 50%;
				border-right: 1px solid #DDD;
				border-bottom: none;
				padding: 60px;
			}
		}
		@media (min-width: 1024px)  {.perspective-pagination-left {padding: 60px 100px;}}


	.perspective-pagination-right {
		float: left;
		width: 100%;
		padding: 30px;
		text-align: left;
	}
		@media (min-width: 500px)  {.perspective-pagination-right {padding: 40px 30px;}}
		@media (min-width: 768px)  {
			.perspective-pagination-right {
				width: calc(50% + 1px);
				margin-left: -1px;
				border-left: 1px solid #DDD;
				padding: 60px 100px;
				text-align: right;
			}
		}
		@media (min-width: 1024px)  {.perspective-pagination-right {padding: 60px 100px;}}

	.perspective-pagination-left h5,
	.perspective-pagination-right h5 {
		margin-bottom: 10px;
	}
	/* PAGINATION */

	/* INDIVIDUAL PAGE */
}
}
/* 2021 PERSPECTIVE UPDATES */