/*/////////////////////////////////////////////
//// BEGIN: Collection Asset Details
/////////////////////////////////////////////*/
body.single-collections {
	margin: 0 auto;
}

body.single-collections .main-header {
	position: relative;
}

.single .section-wrapper {
	opacity: 0;
}

.section-header h2 span {
	display: inline-block;
	vertical-align: middle;
}

.section-header .item-ticker {
	margin-right: 30px;
	color: #FBF5E5;
	font-size: 35px;
	font-size: 2.45vw;
	letter-spacing: 1px;
}

.section-header .item-ticker:empty {
	display: none;
}

.section-header .section-name {
	color: #E7C983;
	font-family: interstate-condensed, sans-serif;
	font-size: 24px;
	font-size: 1.7vw;
	font-weight: 400;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.carousel_pagers {
	position: absolute;
	top: 0;
	right: 40px;
}

.carousel_pagers.mobile {
	display: none;
}

.carousel_pagers li {
	opacity: 0.4;
	display: inline-block;
	width: 2vw;
	height: 2vw;
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
	line-height: normal;
	text-align: center;
}

.carousel_pagers li.active {
	opacity: 1;
}

.carousel_pagers li.previous {
	margin-right: 15px;
}

.carousel_pagers li img {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

/* BEGIN: Item Landing
--------------------------------------------*/
.section-landing {
	margin: 0 auto;
}

.section-landing .section-wrapper {
	max-width: 1300px;
	max-width: 91.25%;
	margin-right: 0;
	align-items: center;
}

.section-landing .col-left {
	flex-basis: 42%;
}

.section-landing .col-right {
	flex-basis: 54.8%;
	height: 50vw;
	background: no-repeat center center / 90vw transparent;
}

.section-landing .eyebrow {
	position: absolute;
	top: 4%;
	left: 0;
	width: 100%;
	font-size: 10px;
	/*font-size: 0.75vw;*/
	letter-spacing: 1px;
}

.section-landing .eyebrow a,
.section-landing .eyebrow span {
}

.section-landing .eyebrow span.dashicons {
	width: auto;
	height: auto;
	vertical-align: sub;
	font-size: 13px;
	/*font-size: 0.9vw;*/
}

.section-landing header {
	position: absolute;
	top: 50%;
	left: 0;
	width: 42%;
	max-width: 1160px;
	margin: 0 auto;
	transform: translateY(-50%);
}

.section-landing header h1 {
	padding-right: 5%;
	color: #28352E;
	font-size: 47px;
	font-size: 3.3vw;
	letter-spacing: 0;
	line-height: 1.12;
}

.section-landing .col-right img {
	width: 100%;
}

/* BEGIN: Item Statistics
--------------------------------------------*/
.section-statistics {
	padding: 30px;
	background: #28352E;
}

.section-statistics .section-wrapper {
	height: 100%;
	max-width: 84.75%;
}

.section-statistics .section-content {
	align-content: center;
	justify-content: flex-start;
	height: 100%;
	flex-wrap: nowrap;
}

.section-statistics li {
	flex-basis: auto;
	padding: 20px 4%;
	border-right: 1px solid rgba(251,245,229,0.30);
	white-space: nowrap;
}

.section-statistics li:first-child {
	padding-left: 0;
}

.section-statistics li:last-child {
	border-right: 0;
}

.section-statistics li .content-container {
}

.section-statistics li .statistics__detail {
	margin: 0 0 5px;
	color: #E7C983;
	font-family: interstate-condensed, sans-serif;
	font-size: 42px;
	/*font-size: 2.95vw;*/
	letter-spacing: 0.7px;
	line-height: 1;
}

.section-statistics li .statistics__name {
	display: block;
	margin: 0;
	color: #FBF5E5;
	font-size: 12px;
	/*font-size: 0.85vw;*/
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* BEGIN: Item Quick Details
--------------------------------------------*/
.section-minor-details {
	padding: 120px 0 350px;
	transition: color 1s;
}

.section-minor-details .section-wrapper {
	max-width: 1300px;
	max-width: 91.25%;
	margin-right: 0;
	align-items: center;
}

.section-minor-details .col {
	flex-basis: 50%;
	padding-top: 25px;
}

.section-minor-details .col-left {
	padding: 5% 10% 0 0;
}

.section-minor-details .col-left p {
	color: #28352E;
	font-family: ibm-plex-serif, sans-serif;
	font-size: 20px;
	/*font-size: 1.4vw;*/
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
}

.section-minor-details.section-minor-details--dark .col-left p,
.section-minor-details.section-minor-details--dark .section-links li a {
	color: #FBF5E5;
}

.section-minor-details .col-left p i {
	font-family: sweet-sans-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.section-minor-details .col-right img {
	float: right;
}

.section-minor-details .section-links {
	position: absolute;
	bottom: -40px;
	left: 0;
	padding: 20px 0 0;
}

.section-minor-details .section-links ul {
	width: auto;
}

.section-minor-details .section-links li {
	display: inline-block;
	margin-right: 40px;
	vertical-align: middle;
}

.section-minor-details .section-links li a {
	color: #28352E;
}

.section-minor-details .section-links li .link-icon__image-container {
	display: inline-block;
	position: relative;
	width: 21px;
	height: 27px;
	margin: 0 20px 0 0;
	vertical-align: middle;
}

.section-minor-details .section-links li .link-icon__image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

@supports (-moz-appearance:none) {
	.section-minor-details .section-links li .link-icon__image-container img {
		width: 21px;
	}
}

.section-minor-details .section-links li img.light {
	opacity: 1;
}

.section-minor-details .section-links li img.dark {
	opacity: 0;
}

.section-minor-details.section-minor-details--dark .section-links img.dark {
	opacity: 1;
}

.section-minor-details.section-minor-details--dark .section-links img.light {
	opacity: 0;
}

.section-minor-details .section-links li a span {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	font-size: 12px;
	/*font-size: 0.85vw;*/
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* BEGIN: Item Gallery
--------------------------------------------*/
.section-gallery {
	height: 100vh;
	padding: 5.5% 0 14.3%;
	background: #1D1D1D;
}

.section-gallery .section-wrapper {
	position: relative;
	max-width: 1300px;
	max-width: 91.25%;
	margin: 0 0 0 auto;
	margin-right: 0;
}

.section-gallery .section-header {
	position: relative;
	margin-bottom: 4%;
}

.section-gallery .section-header h2 {
	color: #E7C983;
}

/*.section-gallery .carousel {
	position: relative;
	max-width: 1300px;
	max-width: 91.25%;
	margin: 0 0 0 auto;
	margin-right: 0;
}*/

.section-gallery .carousel_wrapper {
	flex-wrap: nowrap;
}

.section-gallery .carousel_wrapper li {
	margin-right: 40px;
}

.section-gallery .carousel_wrapper li img {
	/*max-width: 70vw;*/
	max-width: none;
	max-height: 30vw;
}

/* BEGIN: Double BG
--------------------------------------------*/
.section-bg {
	background: no-repeat center center / cover transparent;
	background-attachment: fixed;
}

.section-quote {
	height: 100vh;
	max-height: 1024px;
	padding-top: 50vh;
	padding-bottom: 100vh;
	background: rgba(161,70,117,0.75);
	text-align: center;
}

.section-quote .section-wrapper {
	height: 100%;
}

.section-quote .section-content {
	height: 100%;
	align-content: center;
	align-items: center;
}

.section-quote blockquote {
	width: 100%;
	max-width: 850px;
	max-width: 69.65%;
	margin: 0 auto;
}

.section-quote blockquote p {
	color: #FBF5E5;
	font-family: termina, sans-serif;
	font-size: 30px;
	font-size: 2.1vw;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.4;
}

.section-quote p + span {
	color: #FBF5E5;
	font-size: 14px;
	/*font-size: 0.98vw;*/
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 22px;
	text-transform: uppercase;
}

.section-timeline {
	height: 100vh;
	padding: 5.5% 0 8%;
	background: rgba(40,53,46,0.75);
}

.section-timeline .section-wrapper {
	position: relative;
	max-width: 1300px;
	max-width: 91.25%;
	margin: 0 0 0 auto;
	margin-right: 0;
}

.section-timeline .section-header {
	position: relative;
	margin-bottom: 8%;
}

.section-timeline .section-header h2 {
	color: #E7C983;
}

/*.section-timeline .carousel {
	position: relative;
	max-width: 1300px;
	max-width: 91.25%;
	margin: 0 0 0 auto;
	margin-right: 0;
}*/

.section-timeline .carousel_wrapper {
	width: fit-content;
	width: -moz-max-content;
	flex-wrap: nowrap;
	align-items: flex-end;
	overflow-y: hidden;
}

.section-timeline .carousel_wrapper::-webkit-scrollbar {
	display: none;
}

.section-timeline .carousel_wrapper:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #FBF5E5;
}

.section-timeline .carousel_wrapper li {
	display: inline-block;
	position: relative;
	min-width: 252px;
	width: 15vw;
	margin-right: 50px;
}

.section-timeline .carousel_wrapper li:after {
	content: '';
	display: block;
	position: relative;
	width: 17px;
	height: 77px;
	background: url('../svg/item_timeline.svg') no-repeat left bottom / 17px transparent;
}

.section-timeline .carousel_wrapper li .timeline__item-desc {
	color: #FBF5E5;
	font-size: 18px;
	/*font-size: 1.25vw;*/
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.25;
}

.section-timeline .carousel_wrapper li .timeline__item-year {
	color: #E7C983;
    font-family: interstate-condensed, sans-serif;
	font-size: 16px;
	/*font-size: 1.12vw;*/
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* BEGIN: Quick Details
--------------------------------------------*/
.section-details {
	/*padding: 8.4% 0;*/
}

.section-details .section-header {
	margin-bottom: 50px;
}

.section-details .section-header .item-ticker {
	color: #C6AA68;
}

.section-details .section-header .section-name {
	color: #28352E;
}

.section-details .section-content .col {
	flex-basis: 46%;
	padding: 8.4% 0;
}

.section-details .section-content .col.col-right {
	padding-top: 15%;
}

.section-details .section-content .col-left p {
	font-family: ibm-plex-serif, sans-serif;
	font-size: 20px;
	/*font-size: 1.4vw;*/
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
}

.section-details .section-content table td {
	flex-basis: 50%;
	max-width: 540px;
}

.section-details .section-content .details__item-label {
	font-size: 18px;
	/*font-size: 1.25vw;*/
	font-weight: 700;
	letter-spacing: 0;
}

.section-details .section-content .details__item-value {
    font-family: interstate-condensed, sans-serif;
	font-size: 20px;
	/*font-size: 1.4vw;*/
    letter-spacing: 0.7px;
	text-align: right;
	text-transform: uppercase;
}

/*/////////////////////////////////////////////
//// BEGIN: Media Queries
/////////////////////////////////////////////*/

/* BEGIN: Hovers
-----------------------------------*/
@media screen and (min-width: 961px) {

	.carousel_pagers li:hover {
		opacity: 1;
		transform: scale(1.2);
	}

	.section--horizontal-scroll {
		min-height: 100vh;
	}
}

/* BEGIN: Responsive
-----------------------------------*/
@media screen and (min-height: 1080px) and (min-width: 2560px) {

	.section-gallery .carousel_wrapper li img {
		width: auto;
		/*max-width: 60vw;*/
		max-width: none;
		max-height: 665px;
	}
}

@media (min-aspect-ratio: 16/7) {

	.section-gallery .carousel_wrapper {
		top: auto !important;
	}

	.section-gallery .carousel_wrapper li img {
		max-height: 62vh;
	}
}

/* BEGIN: Responsive
-----------------------------------*/
@media screen and (max-height: 768px) and (max-width: 1440px) {

	.section-gallery .carousel_wrapper li img {
		max-height: 28vw;
	}
}

/* BEGIN: iPad / Mobile
-----------------------------------*/
@media screen and (max-width: 960px) {

	.section-landing .section-wrapper,
	.section-minor-details .section-wrapper {
		max-width: 100%;
		padding: 0;
		flex-direction: column-reverse;
	}

	.section-gallery .section-wrapper,
	.section-gallery .carousel,
	.section-timeline .section-wrapper,
	.section-timeline .carousel {
		max-width: calc(100% - 20px);
	}

	.section-gallery .section-wrapper,
	.section-timeline .section-wrapper {
		margin: 0 0 0 auto;
		padding: 0;
	}

	.section-header .item-ticker {
		display: block;
		font-size: 26px;
		font-size: 7.25vw;
	}

	.section-header .section-name {
		font-size: 20px;
		font-size: 5.6vw;
	}

	.carousel_pagers.desktop {
		display: none;
	}

	.carousel_pagers.mobile {
		display: block;
		position: relative;
		top: auto;
		right: auto;
		margin: 10% 0 0;
	}

	.carousel_pagers li {
		width: 8vw;
		height: 8vw;
	}

	/* BEGIN: Item Landing
	-----------------------------------*/
	.section-landing .section-content {
		width: 100%;
		flex-basis: 100%;
	}

	.section-landing .col-left {
		padding: 8vw 20px;
	}

	.section-landing .col-right {
		height: auto;
		min-height: 67vw;
		background-size: 135vw;
	}

	.section-landing .eyebrow,
	.section-landing header {
		position: relative;
		top: auto;
		width: 100%;
		transform: translateY(0);
	}

	.section-landing .eyebrow {
		left: 0;
		font-size: 10px;
		font-size: 3vw;
	}

	.section-landing .eyebrow a,
	.section-landing .eyebrow span {
	}

	.section-landing .eyebrow span.dashicons {
		font-size: 3.1vw;
	}

	.section-landing .eyebrow span.breadcrumb_last {
		display: none;
	}

	.section-landing header h1 {
		font-size: 32px;
		font-size: 9vw;
	}

	/* BEGIN: Item Statistics
	-----------------------------------*/
	.section-statistics {
		padding: 5% 0 5% 20px;
	}

	.section-statistics .section-wrapper {
		margin: 0;
		padding: 0;
		max-width: 100%;
	}

	.section-statistics .section-content {
		width: auto;
		min-width: 200vw;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
	}

	.section-statistics li {
		padding: 0 3%;
	}

	.section-statistics li .statistics__detail {
		margin-bottom: 3px;
		font-size: 34px;
		font-size: 9.45vw;
	}

	.section-statistics li .statistics__name {
		font-size: 10px;
		font-size: 3vw;
	}

	/* BEGIN: Item Minor Deets
	-----------------------------------*/
	.section-minor-details {
		padding: 8vw 0;
	}

	.section-minor-details .col-left {
		flex-basis: 100%;
		padding: 0 20px 15%;
	}

	.section-minor-details .col-left p {
		font-size: 16px;
		font-size: 4.5vw;
	}

	.section-minor-details .col-right {
		flex-basis: 100%;
		padding: 0 0 0 20px;
	}

	.section-minor-details .section-links {
		position: relative;
		bottom: auto;
		left: auto;
		padding: 10% 0 5%;
	}

	.section-minor-details .section-links ul {
		text-align: center;
		margin: 0 auto;
		flex-direction: row;
		flex-wrap: nowrap;
	}

	.section-minor-details .section-links li {
		width: 30%;
		margin: 0 auto;
		padding: 0 5%;
	}
	
	.section-minor-details .section-links li .link-icon__image-container {
		display: block;
		width: 5vw;
		height: 100%;
		margin: 0 auto;
	}

	.section-minor-details .section-links li img {
		display: block;
		margin: 0 auto;
	}

	.section-minor-details .section-links li a span {
		display: block;
		width: 100%;
		margin: 10px 0;
		font-size: 10px;
		font-size: 3vw;
	}

	/* BEGIN: Item Gallery
	-----------------------------------*/
	.section-gallery {
		display: flex;
		height: auto;
		min-height: 100vh;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.section-gallery .section-header {
		margin-bottom: 25%;
	}

	.section-gallery .carousel_wrapper {
		flex-direction: row;
	}

	.section-gallery .carousel li img {
		max-width: none;
		max-height: 53vw;
	}

	/* BEGIN: Item Quote
	-----------------------------------*/
	.section-bg {
		background-attachment: scroll;
		background-size: auto 80%;
	}

	.section-quote {
		height: auto;
		max-height: none;
		padding: 60vw 0 70vw;
	}

	.section-quote blockquote {
		max-width: 100%;
	}

	.section-quote blockquote p {
		margin-bottom: 30px;
		font-size: 24px;
		font-size: 6.7vw;
	}

	.section-quote p + span {
		font-size: 12px;
		font-size: 3.4vw;
	}

	/* BEGIN: Item Timeline
	-----------------------------------*/
	.section-timeline {
		height: auto;
		min-height: 100vh;
		padding: 12% 0 30%;
	}

	.section-timeline .section-header {
		margin-bottom: 20vw;
	}

	.section-timeline .carousel_wrapper {
		flex-direction: row;
	}

	.section-timeline .carousel_wrapper li {
		width: 60vw;
	}

	.section-timeline .carousel_wrapper li .timeline__item-desc,
	.section-timeline .carousel_wrapper li .timeline__item-year {
		font-size: 16px;
		font-size: 4.5vw;
	}

	/* BEGIN: Item Details
	-----------------------------------*/
	.section-details {
		padding: 12vw 0;
	}

	.section-details .section-header {
		margin-bottom: 30px;
	}

	.section-details .section-content .col {
		flex-basis: 100%;
		max-width: 100%;
	}

	.section-details .section-content .col-left p {
		margin-bottom: 37px;
		font-size: 16px;
		font-size: 4.5vw;
	}

	.section-details .section-content .col-left {
		margin-bottom: 60px;
	}

	.section-details .section-content .details__item-label {
		font-size: 14px;
		font-size: 4vw;
	}

	.section-details .section-content .details__item-value {
		font-size: 16px;
		font-size: 4.5vw;
	}
}

/* BEGIN: Mobile
-----------------------------------*/
@media screen and (max-width: 767px) {
}
/* FIN */