.footer {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 10px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Halant;
	color: #f7f6f7;
}

.colophon {
	display: inline-block;
	margin-bottom: 0px;
	margin-left: 10px;
	opacity: 0.5;
	font-family: Anton, sans-serif;
	color: #000;
	font-size: 0.8em;
	line-height: 1.25em;
	text-align: center;
	letter-spacing: 2px;
}

.colophon.peach {
	opacity: 1;
	color: #fcbd8d;
	letter-spacing: 2px;
}

.body {
	height: 100%;
	background-color: #fcbd8d;
	font-family: Anton, sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 5px;
}

.home-privacy-link {
	display: inline-block;
	margin-left: 5px;
	border-bottom: 2px solid #fcbd8d;
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
	font-family: Anton, sans-serif;
	color: #fcbd8d;
	font-size: 1em;
	letter-spacing: 2px;
	text-decoration: none;
}

.home-privacy-link:hover {
	border-bottom-color: transparent;
}

.privacy-title {
	width: 100%;
	margin-bottom: 50px;
	font-family: Antiqwelextbol, sans-serif;
	font-size: 45px;
	text-align: center;
	letter-spacing: 2px;
}

.privacy-question {
	width: 100%;
	font-family: Antiqwelextbol, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.privacy-answer {
	width: 100%;
	margin-bottom: 30px;
	opacity: 0.5;
	font-family: Anton, sans-serif;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 1px;
}

.text-link {
	display: inline-block;
	border-bottom: 1px solid #000;
	-webkit-transition: border 200ms ease, color 200ms ease;
	transition: border 200ms ease, color 200ms ease;
	font-family: Anton, sans-serif;
	color: #000;
	text-decoration: none;
}

.text-link:hover {
	border-bottom-color: transparent;
}

.text-link.bio {
	border-bottom-width: 2px;
	border-bottom-color: transparent;
	color: rgba(0, 0, 0, 0.5);
	font-size: 0.8em;
	line-height: 1.25em;
}

.text-link.bio:hover {
	border-bottom-color: rgba(0, 0, 0, 0.5);
}

.text-link.nav {
	border-bottom-color: #fcbd8d;
	color: #fcbd8d;
}

.text-link.nav:hover {
	border-bottom-color: transparent;
}

.fourohfour_message {
	opacity: 0.5;
	font-family: Anton, sans-serif;
	font-size: 1.25em;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
}

.fourohfour_title {
	margin-bottom: 0px;
	font-family: Antiqwelextbol, sans-serif;
	font-size: 100px;
	line-height: 2em;
	text-align: center;
}

.fourohfour_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 800px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fourohfour_link {
	color: #000;
	font-size: 1.25em;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
}

.main-container {
	padding-top: 18px;
	width: 70%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.body-wrapper {
	overflow: hidden;
	min-height: 100%;
	margin-top: 0px;
	margin-bottom: -60px;
	padding-top: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.body-wrapper.home {
	margin-bottom: -60px;
	padding-top: 0px;
}

.form-block {
	width: 400px;
	margin-bottom: 0px;
	border: 2px solid #000;
}

.form-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-field-2 {
	height: 40px;
	margin-bottom: 0px;
	border-style: none;
	background-color: transparent;
	color: #000;
	font-size: 18px;
}

.privacy-section {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.back-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.footer-push {
	width: 100%;
	height: 60px;
}

.black-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0px;
	padding-top: 3%;
	padding-bottom: 3%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	color: #fcbd8d;
	letter-spacing: 3px;
}

.black-section.about {
	margin-top: -70px;
	padding-top: 100px;
}

.about-text {
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 2px;
}

.attribution {
	margin-bottom: 20px;
	font-family: 'Helveticaneueltstd bdcn', sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.quote-text {
	margin-top: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	font-family: Antiqwelextbol, sans-serif;
	color: #fff;
	font-size: 40px;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}

.quote-text:hover {
	color: #fcbd8d;
}

.plantation-bar {
	width: 100%;
	height: 300px;
	background-image: url('../images/SP_003_W_PRESALE_SPLASH_PAGE_JULY_2019_2400x1800_IMAGE_V3.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.articles-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -20px;
	margin-left: -20px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.article-block {
	width: 50%;
	margin-bottom: 50px;
	padding-right: 20px;
	padding-left: 20px;
}

.article-image {
	margin-bottom: 15px;
	border: 8px solid #000;
	-webkit-transition: border-color 200ms ease;
	transition: border-color 200ms ease;
}

.article-image:hover {
	border-color: rgba(0, 0, 0, 0.53);
}

.article-header {
	display: inline-block;
	margin-top: 0px;
	padding-bottom: 5px;
	font-family: Antiqwelextbol, sans-serif;
	color: #000;
	font-size: 32px;
	line-height: 1em;
	font-weight: 800;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

.title {
	display: block;
	margin-top: 0px;
	margin-bottom: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: Antiqwelextbol, sans-serif;
	font-size: 55px;
	line-height: 1em;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.article-link {
	border-bottom: 2px solid transparent;
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
	color: #000;
	text-decoration: none;
}

.article-link:hover {
	border-bottom-color: #000;
}

.article-excerpt {
	opacity: 0.5;
	text-transform: uppercase;
}

.title-holder {
	margin-bottom: 40px;
}

.article-logo {
	display: block;
	height: 25px;
	margin-bottom: 15px;
}

.subscribe-button {
	height: 40px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #000;
	-webkit-transition: color 200ms ease, background-color 200ms ease;
	transition: color 200ms ease, background-color 200ms ease;
	font-family: Anton, sans-serif;
	color: #fcbd8d;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.subscribe-button:hover {
	color: #fff;
}

.subscribe-button.black {
	height: 40px;
	padding-left: 20px;
}

.social-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-right: auto;
	text-align: center;
}

.resources-title {
	display: block;
	margin-top: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: Antiqwelextbol, sans-serif;
	font-size: 40px;
	line-height: 1em;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.thin-quote-text {
	margin-bottom: 20px;
	font-family: 'Helveticaneueltstd bdcno', sans-serif;
	font-size: 28px;
	line-height: 1em;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.italic-text {
	font-weight: 400;
}

.resources-text-white {
	color: #fff;
	text-transform: uppercase;
}

.resources-holder {
	width: 70%;
	margin-right: auto;
	margin-bottom: 5%;
	margin-left: auto;
}

.attribution-italic {
	margin-bottom: 40px;
	font-family: 'Helveticaneueltstd bdcn', sans-serif;
	font-size: 22px;
	line-height: 1.25em;
	font-style: italic;
	letter-spacing: 2px;
}

.foot-note {
	margin-bottom: 5px;
	font-family: 'Helveticaneueltstd bdcn', sans-serif;
	line-height: 1.25em;
	font-style: italic;
	letter-spacing: 1px;
}

.header-text {
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: Antiqwelextbol, sans-serif;
	color: #fcbd8d;
	font-size: 40px;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}

.header-text.morgan {
	color: #fff;
	letter-spacing: 0px;
}

.signup-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-right: 15px;
	padding-left: 10px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-link-footer {
	width: 30px;
	margin-right: 3px;
	margin-left: 3px;
	-webkit-filter: brightness(0%);
	filter: brightness(0%);
	-webkit-transition: -webkit-filter 200ms ease;
	transition: -webkit-filter 200ms ease;
	transition: filter 200ms ease;
	transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.social-link-footer:hover {
	-webkit-filter: brightness(200%);
	filter: brightness(200%);
}

.social-link-footer.bio {
	width: 40px;
}

.article-line {
	height: 8px;
	margin-bottom: 15px;
	background-color: #000;
}

.about-holder {
	width: 70%;
	max-width: 600px;
	margin: 5% auto;
}

.about-copy {
	margin-bottom: 20px;
	font-family: 'Helveticaneueltstd bdcn', sans-serif;
	color: #fff;
	font-size: 22px;
	line-height: 1.25em;
	letter-spacing: 1px;
}

.resources-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 5%;
	padding-bottom: 5%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-link {
	border-bottom: 1px solid #fcbd8d;
	-webkit-transition: border-color 200ms ease;
	transition: border-color 200ms ease;
	color: #fcbd8d;
	text-decoration: none;
}

.about-link:hover {
	border-bottom-color: transparent;
}

.about-link.morgan {
	border-bottom-style: none;
	border-bottom-color: #fff;
	color: #fff;
}

.about-link.morgan:hover {
	border-bottom-color: transparent;
}

.quote-block {
	width: 100%;
	margin-bottom: 2%;
	text-align: center;
	text-decoration: none;
}

.home-quote-holder {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.attribution-review {
	margin-bottom: 20px;
	font-family: 'Helveticaneueltstd bdcn', sans-serif;
	color: #fcbd8d;
	font-size: 22px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.morgan-parker-note {
	margin-bottom: 5%;
}

.cast-block-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	margin-bottom: 5%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.cast-headshot {
	border: 10px solid #000;
	-webkit-transition: border-color 200ms ease;
	transition: border-color 200ms ease;
}

.cast-name {
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Antiqwelextbol, sans-serif;
	color: #000;
	font-size: 0.8em;
	line-height: 1.1em;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

.cast-role {
	margin-top: 0px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

.creative-block-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	clear: both;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.creative-name {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Antiqwelextbol, sans-serif;
	color: #000;
	font-size: 1.25em;
	line-height: 1.1em;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

.creative-name.main {
	margin-bottom: 5px;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	font-size: 1.75em;
}

.creative-name.hover {
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	color: #fff;
}

.creative-name.black-bg {
	color: #fff;
}

.creative-name.black-bg.hover {
	color: #fcbd8d;
}

._1-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	clear: both;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.creative-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	text-align: center;
	text-decoration: none;
}

.creative-block.col-3 {
	width: 33%;
	margin-bottom: 45px;
}

.creative-block.col-2 {
	width: 50%;
	margin-bottom: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.creative-block.col-1 {
	margin-bottom: 45px;
	clear: both;
}

.creative-role {
	margin-top: 0px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 1em;
	text-align: center;
	letter-spacing: 3px;
	text-decoration: none;
}

.creative-role.main {
	font-size: 1.25em;
	letter-spacing: 5px;
}

.creative-role.hover {
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	color: #000;
}

.creative-role.black-bg {
	color: #fcbd8d;
}

.creative-role.black-bg.hover {
	color: #fff;
}

.cast-link {
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	text-decoration: none;
}

.cast-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	min-height: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
}

.bio-title {
	width: 100%;
	font-family: Antiqwelextbol, sans-serif;
	font-size: 45px;
}

.bio-role {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	opacity: 0.5;
	font-family: Anton, sans-serif;
	font-size: 1.7em;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: 5px;
}

.bio-pronouns {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
	opacity: 0.5;
	font-family: Anton, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: 100;
	letter-spacing: 2px;
}

.bio-text {
	width: 100%;
	font-family: 'Helveticaneueltstd bdcn', sans-serif;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform: none;
}

.bio-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	min-height: 100%;
	padding-top: 10%;
	padding-bottom: 10%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
}

.creative-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	min-height: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
}

.creative-section.black-section {
	padding-top: 5%;
}

.articles-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	min-height: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fcbd8d;
	text-transform: uppercase;
}

.gallery-holder {
	max-width: 1000px;
}

.gallery-border {
	position: relative;
	margin-right: -4px;
	margin-bottom: 10px;
	margin-left: -4px;
	border: 1px solid #fff;
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
	cursor: pointer;
}

.gallery-border:hover {
	border-color: #fcbd8d;
	color: #fcbd8d;
}

.header-attribution {
	margin-bottom: 20px;
	font-family: 'Helveticaneueltstd bdcn', sans-serif;
	font-size: 22px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.resources-subtitle {
	width: 100%;
	margin-top: 7%;
	margin-bottom: 2%;
	font-family: Antiqwelextbol, sans-serif;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.resource-link {
	border-bottom: 2px solid #000;
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
	color: #000;
	text-decoration: none;
}

.resource-link:hover {
	border-bottom-color: transparent;
}

.resource-item-text {
	width: 100%;
	opacity: 0.5;
	font-family: 'Helveticaneueltstd bdcn', sans-serif;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.5px;
}

.resource-list-title {
	margin-bottom: 1%;
	margin-left: -40px;
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.resource-text-link {
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
	color: #000;
	text-decoration: none;
}

.resource-text-link:hover {
	border-bottom-color: transparent;
}

.resources-description {
	color: rgba(0, 0, 0, 0.5);
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.dramaturgy-title {
	display: block;
	margin-top: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: Antiqwelextbol, sans-serif;
	color: #fff;
	font-size: 40px;
	line-height: 1em;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.dramaturgy-text {
	margin-bottom: 40px;
	font-family: 'Helveticaneueltstd bdcn', sans-serif;
	font-size: 22px;
	line-height: 1.25em;
	letter-spacing: 1px;
}

.resource-item {
	margin-bottom: 3%;
}

.modal-partners {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3000;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.2);
}

.modal-box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 60%;
	padding: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fcbd8d;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}

.modal-close {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1000;
	width: 40px;
	padding: 10px;
	-webkit-filter: invert(0%);
	filter: invert(0%);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	cursor: pointer;
}

.modal-close:hover {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.partners-header {
	display: block;
	width: 300px;
	margin: 0px 0px 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-filter: brightness(0%);
	filter: brightness(0%);
	direction: ltr;
	font-family: Antiqwelextbol, sans-serif;
	color: #fcbd8d;
	font-size: 32px;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.partners-subheader {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0px 0px 20px;
	padding-bottom: 8px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-family: Anton, sans-serif;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.partner-logo-box {
	text-align: center;
}

.partner-logo {
	width: 32%;
	max-width: 900px;
	margin-bottom: 2%;
	padding-right: 30px;
	padding-left: 30px;
}

.anton {
	font-family: Anton, sans-serif;
}

.section-hero {
	position: relative;
}

.section-noms.black-section {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 30px;
}

.section-blackout {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 60px;
	padding-bottom: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-review.black-section {
	padding-top: 60px;
	padding-bottom: 0%;
}

.home-social-link-footer {
	width: 30px;
	margin-right: 3px;
	margin-left: 3px;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	-webkit-transition: -webkit-filter 200ms ease;
	transition: -webkit-filter 200ms ease;
	transition: filter 200ms ease;
	transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.home-social-link-footer:hover {
	-webkit-filter: brightness(200%);
	filter: brightness(200%);
}

.home-hero-bg-desk {
	display: block;
}

.home-hero-text-desk {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 2%;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.home-hero-joaquina {
	position: absolute;
	left: 50%;
	top: auto;
	right: 0%;
	bottom: 0%;
	z-index: 2;
	width: 21.5%;
	margin-bottom: 5%;
	-webkit-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
}

.nom-title {
	margin-bottom: 5px;
	font-family: 'Helveticaneueltstd bdcn', sans-serif;
	color: #fcbd8d;
	font-size: 22px;
	line-height: 1em;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.nom-name {
	margin-top: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	font-family: Antiqwelextbol, sans-serif;
	color: #fff;
	font-size: 40px;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}

.main-home-nom-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 70%;
	height: 100%;
	max-width: 1000px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blackout-copy {
	margin-bottom: 30px;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.signup-text {
	font-size: 16px;
	line-height: 1.25em;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.home-form-block {
	width: 500px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #000;
}

.home-quote-text {
	margin-top: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: Antiqwelextbol, sans-serif;
	color: #fff;
	font-size: 40px;
	line-height: 1em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.home-quote-logo {
	display: block;
	height: 28px;
	margin-bottom: 10px;
}

.home-review-button {
	padding: 5px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #fcbd8d;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #fcbd8d;
	font-size: 14px;
	text-decoration: none;
}

.home-review-button:hover {
	border-color: #fff;
	color: #fff;
}

.home-quote-image {
	margin-top: -18%;
}

.footer-text {
	display: inline-block;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: Anton, sans-serif;
	font-size: 0.8em;
	line-height: 1.25em;
	text-align: left;
	letter-spacing: 2px;
}

/* Homepage - footer opposite colors */

body.home .footer {
	background-color: #000;
}

body.home .footer .colophon,
body.home .footer a {
	color: #fcbd8d;
	opacity: 1;
}

body.home .footer .privacy-link {
	border-bottom: 1px solid #fcbd8d;
	transition: border 200ms ease;
}

body.home .footer .privacy-link:hover {
	border-color: #000;
}

body.home .footer .form-block {
	border-color: #fcbd8d;
}

body.home .footer .subscribe-button {
	color: #000;
	background-color: #fcbd8d;
}

body.home .footer .subscribe-button:hover {
	color: #fff;
}

body.home .footer input#mce-EMAIL,
body.home .footer input.email-signup {
	color: #fcbd8d;
	opacity: 1;
}

body.home .footer input#mce-EMAIL::placeholder,
body.home .footer input.email-signup::placeholder,
body.home .footer input#mce-EMAIL :placeholder-shown,
body.home .footer .email-signup :placeholder-shown,
body.home .footer input#mce-EMAIL::-webkit-input-placeholder,
body.home .footer input.email-signup::-webkit-input-placeholder,
body.home .footer input#mce-EMAIL:-ms-input-placeholder,
body.home .footer input.email-signup:-ms-input-placeholder,
body.home .footer input#mce-EMAIL::-moz-placeholder,
body.home .footer input.email-signup::-moz-placeholder,
body.home .footer input#mce-EMAIL:-moz-placeholder,
body.home .footer input.email-signup:-moz-placeholder {
	color: #fcbd8d;
	opacity: 0.5;
	transition: none;
}

body.home .footer input#mce-EMAIL::placeholder,
body.home .footer input.email-signup::placeholder {
	color: #fcbd8d;
	opacity: 0.5;
	transition: none;
}

/* Homepage */

.home-hero-text-mobile {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 2%;
	display: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.home-hero-bg-mobile {
	display: none;
}

.nav-menu-bg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.nav-menu-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
}

.tix-button {
	display: inline-block;
	padding: 10px 25px;
	background-color: #fcbd8d;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #000;
	font-size: 22px;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.tix-button:hover {
	background-color: #fff;
	color: #000;
}

.menu-item {
	display: inline-block;
	margin-top: 4px;
	margin-left: 20px;
	padding: 2px 0px;
	border-bottom: 2px solid transparent;
	-webkit-transition: border-color 200ms ease, -webkit-filter 200ms ease;
	transition: border-color 200ms ease, -webkit-filter 200ms ease;
	transition: filter 200ms ease, border-color 200ms ease;
	transition: filter 200ms ease, border-color 200ms ease,
		-webkit-filter 200ms ease;
	color: #fcbd8d;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-item:hover {
	border-bottom-color: #fcbd8d;
}

.menu-item.w--current {
	color: rgba(0, 0, 0, 0.5);
}

.menu-item.w--current:active {
	border-bottom-style: none;
}

.menu-item.transparent {
	color: #000;
}

.menu-item.transparent:hover {
	border-bottom-color: #000;
}

.menu-item.black-bg {
	color: #000;
}

.menu-item.black-bg:hover {
	border-bottom-color: #000;
}

.menu-button-2 {
	display: none;
	padding: 5px;
}

.menu-modal-close-2 {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 1000;
	display: none;
	width: 30px;
	padding: 6px;
	cursor: pointer;
}

.nav-bar {
	position: fixed;
	z-index: 2000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
}

.nav-bar.transparent {
	height: 40px;
	background-color: transparent;
}

.nav-bar.black-bg {
	background-color: #fcbd8d;
}

.hamburger-2 {
	font-size: 2em;
	line-height: 1em;
}

.brand-logo {
	width: 150px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-family: Antiqwelextbol, sans-serif;
	color: #fcbd8d;
	font-weight: 400;
}

.brand-logo:hover {
	-webkit-filter: brightness(200%);
	filter: brightness(200%);
}

.brand-logo.transparent {
	-webkit-filter: brightness(0%);
	filter: brightness(0%);
	-webkit-transition-property: all;
	transition-property: all;
}

.brand-logo.transparent:hover {
	opacity: 0.5;
}

.brand-logo.black-bg {
	-webkit-filter: brightness(0%);
	filter: brightness(0%);
	-webkit-transition-property: all;
	transition-property: all;
}

.brand-logo.black-bg:hover {
	opacity: 0.5;
}

.footer-text-holder {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	display: -webkit-box;
}

.privacy-link {
	display: inline-block;
	margin-left: 5px;
	border-bottom: 2px solid #000;
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
	font-family: Anton, sans-serif;
	color: #000;
	font-size: 1em;
	letter-spacing: 2px;
	text-decoration: none;
}

.privacy-link:hover {
	border-bottom-color: transparent;
}

.white-text {
	color: #fff;
}

.legacy-text-holder {
	width: 80%;
}

.legacy-text {
	margin-bottom: 20px;
	font-family: 'Helveticaneueltstd bdcn', sans-serif;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.legacy-text-link {
	border-bottom: 1px solid #fff;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #fff;
	text-decoration: none;
}

.legacy-text-link:hover {
	border-bottom-color: transparent;
}

.legacy-text-white {
	margin-bottom: 20px;
	font-family: Anton, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.play-icon-tile {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	opacity: 0.7;
	-webkit-transform: translate(0px, -50%) translate(-50%, 0px);
	-ms-transform: translate(0px, -50%) translate(-50%, 0px);
	transform: translate(0px, -50%) translate(-50%, 0px);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.video-holder {
	display: inline-block;
	width: 50%;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

.video-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Anton, sans-serif;
	color: #fcbd8d;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.blackout-logo {
	width: 300px;
	margin-top: 40px;
	margin-bottom: 20px;
	-webkit-filter: brightness(200%);
	filter: brightness(200%);
}

.tile-holder {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.legacy-subtitle {
	color: #fff;
	font-size: 32px;
	line-height: 40px;
	text-align: left;
}

.tile-image {
	width: 100%;
	border: 1px solid #fff;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.tile-image:hover {
	border-color: transparent;
}

.golden-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 5%;
	padding-bottom: 5%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-banner {
	position: fixed;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	color: #fcbd8d;
}

.nav-banner.banner-spacer {
	position: relative;
	z-index: -1;
}

.nav-banner-text {
	margin-bottom: 0px;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
	.section-hero {
		min-height: auto;
	}
	.home-hero-bg-desk {
		display: block;
	}
	.home-hero-text-desk {
		max-width: 100%;
	}
	.home-hero-joaquina {
		max-width: 100%;
	}
	.home-hero-text-mobile {
		display: none;
		max-width: 100%;
	}
	.menu-item.black-bg {
		color: #000;
	}
	.nav-bar.black-bg {
		background-color: #fcbd8d;
	}
}

@media screen and (max-width: 991px) {
	.footer {
		height: 200px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.colophon {
		text-align: center;
		width: 100%;
	}
	.main-container {
		width: 95%;
	}
	.body-wrapper {
		min-height: 100%;
		margin-bottom: -200px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.body-wrapper.home {
		margin-bottom: -200px;
	}
	.form-block {
		margin-bottom: 15px;
	}
	.privacy-section {
		margin-bottom: 10px;
	}
	.footer-push {
		height: 200px;
	}
	.quote-text {
		font-size: 30px;
	}
	.plantation-bar {
		height: 250px;
	}
	.articles-grid {
		margin-right: -10px;
		margin-left: -10px;
	}
	.article-block {
		padding-right: 10px;
		padding-left: 10px;
	}
	.article-header {
		display: inline-block;
		margin-bottom: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid transparent;
		-webkit-transition: border 200ms ease;
		transition: border 200ms ease;
		font-size: 28px;
		text-decoration: none;
	}
	.article-header:hover {
		border-bottom-color: #000;
	}
	.title {
		margin-bottom: 10px;
		font-size: 45px;
		letter-spacing: 3px;
	}
	.subscribe-button.black {
		background-color: #fcbd8d;
		color: #000;
	}
	.subscribe-button.black:hover {
		background-color: #fff;
	}
	.social-holder {
		width: 100%;
		margin-bottom: 15px;
		padding-top: 0px;
		padding-bottom: 0px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.social-holder.bio {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.footer-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.resources-title {
		font-size: 30px;
	}
	.header-text {
		font-size: 30px;
	}
	.signup-holder {
		height: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.social-link-footer {
		margin-right: 3px;
		margin-left: 3px;
	}
	.home-quote-holder {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.cast-headshot {
		max-width: 400px;
	}
	.cast-name {
		font-size: 1em;
	}
	.cast-role {
		font-size: 0.9em;
	}
	.creative-block-holder {
		width: auto;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.creative-name {
		font-size: 1.2em;
		text-align: center;
	}
	.creative-block {
		margin-right: 0px;
		margin-left: 0px;
	}
	.creative-role {
		font-size: 0.9em;
		text-align: center;
	}
	.cast-link {
		width: 48%;
		margin-bottom: 5%;
	}
	.articles-section {
		padding-top: 3%;
		padding-bottom: 3%;
	}
	.gallery-holder {
		margin-right: 10px;
		margin-left: 10px;
	}
	.dramaturgy-title {
		font-size: 30px;
	}
	.modal-box {
		width: 90%;
		padding: 20px;
	}
	.partners-header {
		line-height: 32px;
	}
	.partner-logo {
		padding-right: 10px;
		padding-left: 10px;
	}
	.section-review.black-section {
		padding-top: 30px;
	}
	.home-social-link-footer {
		margin-right: 3px;
		margin-left: 3px;
	}
	.nom-name {
		font-size: 30px;
	}
	.main-home-nom-container {
		width: 95%;
	}
	.home-quote-text {
		font-size: 30px;
	}
	.home-quote-image {
		margin-top: -15%;
	}
	.home-footer {
		height: 200px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-text {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}
	.home-footer-links {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.nav-menu-bg {
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 1000;
		display: none;
		width: 100%;
		max-width: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		background-color: #000;
	}
	.nav-menu-2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.tix-button {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.menu-item {
		margin-left: 0px;
		border-bottom-style: none;
		-webkit-transition: color 200ms ease, border-color 200ms ease,
			-webkit-filter 200ms ease;
		transition: color 200ms ease, border-color 200ms ease,
			-webkit-filter 200ms ease;
		transition: color 200ms ease, filter 200ms ease, border-color 200ms ease;
		transition: color 200ms ease, filter 200ms ease, border-color 200ms ease,
			-webkit-filter 200ms ease;
		font-size: 3em;
		line-height: 1.25em;
	}
	.menu-item:hover {
		color: #fff;
	}
	.menu-item.transparent {
		color: #fcbd8d;
	}
	.menu-item.transparent:hover {
		color: #fff;
	}
	.menu-item.black-bg {
		color: #fcbd8d;
	}
	.tix-button-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.menu-button-2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0px;
		cursor: pointer;
	}
	.menu-modal-close-2 {
		left: 10px;
		top: 10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 40px;
		height: 40px;
	}
	.nav-bar {
		margin-top: 0px;
		padding-right: 0px;
	}
	.nav-bar.transparent {
		height: 40px;
		padding-right: 0px;
	}
	.nav-bar.black-bg {
		padding-right: 0px;
	}
	.hamburger-2 {
		padding: 4px;
		color: #fcbd8d;
		font-size: 1.75em;
		line-height: 1em;
	}
	.hamburger-2.black-bg {
		color: #000;
	}
	.hamburger-2.transparent {
		color: #000;
	}
	.nav-links {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-bottom: 20px;
		padding-left: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.brand-logo {
		width: 150px;
	}
	.footer-text-holder {
		text-align: center;
	}
	.legacy-text-holder {
		width: 100%;
	}
	.video-holder {
		width: 50%;
		padding-right: 5px;
		padding-left: 5px;
	}
}

@media screen and (max-width: 767px) {
	.footer {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.colophon {
		letter-spacing: 2px;
	}
	.privacy-title {
		margin-top: 0px;
		margin-bottom: 30px;
		font-size: 40px;
	}
	.privacy-question {
		font-size: 24px;
		line-height: 1em;
		letter-spacing: 3px;
	}
	.text-link {
		letter-spacing: 3px;
	}
	.fourohfour_message {
		letter-spacing: 3px;
	}
	.fourohfour_container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.main-container {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.body-wrapper {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.form-block {
		width: 100%;
	}
	.privacy-section {
		margin-bottom: 20px;
	}
	.footer-push {
		height: 200px;
	}
	.black-section.about {
		padding-top: 90px;
	}
	.about-text {
		font-size: 16px;
		line-height: 20px;
	}
	.plantation-bar {
		height: 200px;
	}
	.article-block {
		width: 100%;
	}
	.title {
		letter-spacing: 0px;
	}
	.article-excerpt {
		letter-spacing: 2px;
	}
	.subscribe-button {
		letter-spacing: 2px;
	}
	.subscribe-button:hover {
		background-color: #000;
	}
	.resources-holder {
		width: 95%;
	}
	.signup-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.social-link-footer {
		width: 35px;
		margin-right: 5px;
	}
	.about-holder {
		width: 95%;
	}
	.home-quote-holder {
		position: static;
	}
	.cast-info-holder {
		width: 210px;
	}
	.cast-name {
		margin-bottom: 5px;
	}
	.creative-block-holder {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.creative-block.col-3 {
		width: 100%;
		margin-bottom: 0px;
	}
	.creative-block.col-2 {
		width: 100%;
		margin-bottom: 0px;
	}
	.creative-block.col-1 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.cast-link {
		margin-bottom: 3%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.cast-section {
		padding-top: 0%;
	}
	.bio-title {
		font-size: 2em;
	}
	.bio-role {
		font-size: 1.25em;
		letter-spacing: 3px;
	}
	.bio-section {
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.creative-section {
		padding-top: 0%;
	}
	.gallery-border {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.resources-subtitle {
		font-size: 24px;
		line-height: 1em;
		letter-spacing: 3px;
	}
	.modal-box {
		width: 95%;
		padding: 30px;
	}
	.modal-close {
		top: 0px;
		right: 0px;
	}
	.partners-header {
		width: 250px;
		font-size: 20px;
		line-height: 26px;
	}
	.partners-subheader {
		font-size: 17px;
		line-height: 22px;
		letter-spacing: 2px;
	}
	.partner-logo {
		padding-right: 5px;
		padding-left: 5px;
	}
	.section-review.black-section {
		position: relative;
	}
	.home-social-link-footer {
		width: 35px;
		margin-right: 5px;
	}
	.main-home-nom-container {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.blackout-copy {
		letter-spacing: 2px;
	}
	.signup-text {
		letter-spacing: 2px;
	}
	.home-form-block {
		width: 100%;
	}
	.home-quote-logo {
		height: 20px;
	}
	.home-review-button {
		position: absolute;
		left: 0%;
		top: auto;
		right: 0%;
		bottom: 20px;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 18px;
		text-align: center;
	}
	.home-quote-image {
		margin-bottom: 70px;
	}
	.home-footer {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 200px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer-text {
		letter-spacing: 2px;
	}
	.nav-menu-bg {
		padding-top: 50px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.tix-button {
		margin-right: 10px;
		letter-spacing: 3px;
	}
	.menu-item {
		height: auto;
		margin-top: 0px;
		margin-right: 10px;
		margin-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom-style: none;
		-webkit-transition: color 200ms ease, border-color 200ms ease,
			-webkit-filter 200ms ease;
		transition: color 200ms ease, border-color 200ms ease,
			-webkit-filter 200ms ease;
		transition: color 200ms ease, filter 200ms ease, border-color 200ms ease;
		transition: color 200ms ease, filter 200ms ease, border-color 200ms ease,
			-webkit-filter 200ms ease;
		font-size: 2em;
		line-height: 1em;
		letter-spacing: 3px;
	}
	.menu-item:hover {
		color: #fff;
	}
	.get {
		display: none;
	}
	.menu-modal-close-2 {
		left: 10px;
		top: 10px;
		right: 15px;
	}
	.nav-bar {
		padding-left: 15px;
	}
	.nav-links {
		margin-bottom: 10px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.brand-logo {
		width: 130px;
	}
	.legacy-text {
		font-size: 16px;
		line-height: 1.25em;
	}
	.legacy-text-white {
		font-size: 16px;
		line-height: 1.25em;
	}
	.video-holder {
		width: 80%;
	}
	.video-title {
		font-size: 0.9em;
	}
	.tile-holder {
		margin-bottom: 5px;
	}
	.legacy-subtitle {
		font-size: 24px;
		line-height: 1.25em;
	}
	.nav-banner-text {
		line-height: 1.25em;
		letter-spacing: 2px;
	}
}

@media screen and (max-width: 479px) {
	.footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.colophon {
		margin-left: 0px;
	}
	.home-privacy-link {
		margin-bottom: 5px;
	}
	.privacy-title {
		margin-top: 0px;
		line-height: 1em;
	}
	.privacy-question {
		margin-bottom: 5px;
		line-height: 1.25em;
	}
	.privacy-answer {
		font-size: 20px;
		line-height: 1.25em;
	}
	.fourohfour_title {
		line-height: 1.25em;
	}
	.body-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: -200px;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.body-wrapper.home {
		margin-bottom: -200px;
	}
	.form-block {
		margin-bottom: 10px;
	}
	.text-field-2 {
		height: 35px;
		font-size: 16px;
	}
	.bar {
		display: none;
	}
	.privacy-section {
		margin-bottom: 80px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.footer-push {
		height: 200px;
	}
	.black-section.about {
		padding-top: 80px;
	}
	.attribution {
		font-size: 18px;
		text-align: left;
	}
	.quote-text {
		font-size: 20px;
	}
	.plantation-bar {
		height: 150px;
	}
	.article-block {
		margin-bottom: 30px;
	}
	.article-image {
		margin-bottom: 10px;
	}
	.article-header {
		margin-bottom: 10px;
	}
	.title {
		font-size: 35px;
		letter-spacing: 0px;
	}
	.article-logo {
		margin-top: 5px;
	}
	.subscribe-button {
		height: 35px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 16px;
		line-height: 1em;
	}
	.social-holder {
		margin-bottom: 5px;
	}
	.resources-title {
		font-size: 20px;
	}
	.thin-quote-text {
		font-size: 22px;
		text-align: left;
	}
	.attribution-italic {
		font-size: 18px;
	}
	.foot-note {
		font-size: 16px;
	}
	.header-text {
		font-size: 20px;
	}
	.article-line {
		margin-bottom: 10px;
	}
	.about-copy {
		font-size: 18px;
	}
	.home-quote-holder {
		margin-bottom: -15%;
	}
	.attribution-review {
		font-size: 18px;
	}
	.cast-block-holder {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	.cast-headshot {
		width: 280px;
		height: 280px;
	}
	.cast-info-holder {
		width: 280px;
		margin-left: 0px;
	}
	.cast-name {
		font-size: 1.25em;
		line-height: 1em;
	}
	.cast-role {
		margin-bottom: 30px;
		font-size: 1.2em;
		line-height: 1.2em;
	}
	.creative-block-holder {
		margin-top: 0px;
	}
	.creative-name {
		font-size: 1.7em;
		line-height: 1.1em;
	}
	.creative-block {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 12px;
		line-height: 1em;
	}
	.creative-role {
		font-size: 1.2em;
		line-height: 1.2em;
	}
	.cast-link {
		width: auto;
		margin-bottom: 1%;
	}
	.cast-section {
		padding-top: 0px;
		padding-bottom: 10%;
	}
	.bio-title {
		font-size: 1.5em;
		line-height: 1em;
	}
	.bio-role {
		margin-bottom: 20px;
		font-size: 1em;
		line-height: 1.25em;
	}
	.bio-text {
		font-size: 1em;
		line-height: 1.25em;
	}
	.bio-section {
		padding-top: 0px;
		padding-bottom: 10%;
	}
	.creative-section {
		padding-top: 0px;
		padding-bottom: 10%;
	}
	.creative-section.black-section {
		padding-bottom: 5%;
	}
	.header-attribution {
		font-size: 18px;
		text-align: left;
	}
	.resources-subtitle {
		margin-bottom: 5px;
		line-height: 1.25em;
	}
	.resource-item-text {
		font-size: 20px;
		line-height: 1.25em;
	}
	.dramaturgy-title {
		font-size: 20px;
	}
	.dramaturgy-text {
		font-size: 18px;
	}
	.modal-box {
		width: 95%;
		margin-top: 30px;
		padding-top: 50px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.modal-close {
		top: 0px;
		right: 0px;
	}
	.partners-header {
		margin-left: 0px;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.partners-subheader {
		margin-left: 0px;
		font-size: 0.8em;
		line-height: 1.25em;
		letter-spacing: 2px;
	}
	.partner-logo {
		width: 49%;
		margin-bottom: 5px;
	}
	.section-hero {
		padding-top: 0px;
	}
	.section-noms.black-section {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.section-blackout {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.home-hero-bg-desk {
		display: none;
	}
	.home-hero-text-desk {
		display: none;
	}
	.home-hero-joaquina {
		width: 57%;
		margin-bottom: 65%;
	}
	.nom-title {
		font-size: 16px;
	}
	.nom-name {
		font-size: 20px;
	}
	.blackout-copy {
		font-size: 16px;
	}
	.signup-text {
		font-size: 16px;
	}
	.home-quote-text {
		font-size: 1.25em;
	}
	.home-quote-logo {
		height: 15px;
	}
	.home-review-button {
		width: 93%;
		font-size: 22px;
	}
	.home-quote-image {
		margin-top: -5%;
	}
	.home-footer {
		height: 200px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer-text {
		margin-bottom: 15px;
	}
	.home-footer-links {
		width: 100%;
	}
	.home-hero-text-mobile {
		display: block;
	}
	.home-hero-bg-mobile {
		display: block;
	}
	.nav-menu-bg {
		display: none;
	}
	.tix-button {
		margin-right: 0px;
		font-size: 18px;
	}
	.menu-item {
		font-size: 2em;
		line-height: 0.8em;
	}
	.menu-modal-close-2 {
		top: 8px;
		right: 5px;
		width: 35px;
		height: 35px;
	}
	.nav-bar {
		padding-left: 10px;
	}
	.brand-logo {
		margin-right: 15px;
	}
	.privacy-link {
		margin-bottom: 5px;
	}
	.play-icon-tile {
		width: 40px;
	}
	.video-holder {
		width: 100%;
	}
	.nav-banner-text {
		font-size: 16px;
	}
}

@font-face {
	font-family: 'Anton';
	src: url('../fonts/Anton-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: auto;
}

@font-face {
	font-family: 'Helveticaneueltstd bdcn';
	src: url('../fonts/HelveticaNeueLTStd-BdCn.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: auto;
}

@font-face {
	font-family: 'Antiqwelextbol';
	src: url('../fonts/AntiqWelExtBol.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: auto;
}

@font-face {
	font-family: 'Helveticaneueltstd bdcno';
	src: url('../fonts/HelveticaNeueLTStd-BdCnO.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: auto;
}
