a {
	color: #fff;
	text-decoration: underline;
}

img {
	display: inline-block;
	width: 100%;
	max-width: 100%;
}

.home-section {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 100%;
	margin-bottom: 2%;
	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;
}

.home-section__family {
	text-align: center;
}

.footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 150px;
	margin-right: 20px;
	padding: 10px 15px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #ffd378;
}

.footer.footer-pink {
	height: 120px;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #d18cb6;
}

.social-link {
	width: 40px;
	padding: 5px;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-link:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.colophon {
	display: inline-block;
	margin-bottom: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.5px;
}

.body {
	height: 100%;
	background-color: #0f8dce;
	font-family: motiva-sans, sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.social-holder {
	display: none;
	margin-left: -5px;
	padding-bottom: 10px;
	-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;
}

.privacy-link {
	margin-left: 5px;
	border-bottom: 1px solid #fff;
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.privacy-link.modal-privacy {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	font-family: motiva-sans, sans-serif;
	color: #0090d8;
	font-weight: 400;
}

.link-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-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-transition: background-color 200ms ease, color 200ms ease;
	transition: background-color 200ms ease, color 200ms ease;
	color: #fff;
	text-decoration: none;
}

.link-block:hover {
	background-color: #a0a0a0;
}

.nav-social-icon {
	width: 30px;
	height: 30px;
}

.nav-drop-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	height: 35px;
	margin-bottom: 0px;
	padding-left: 20px;
	-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;
	font-family: futura-pt-condensed;
}

.nav-drop-text.exhibition {
	padding-left: 6px;
}

.nav-menu-burger {
	display: none;
	width: 175px;
	height: 100%;
	-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;
	border-right: 1px solid rgba(204, 190, 158, 0.5);
	background-color: #000;
}

.link-block-secondary {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: -2px;
	margin-bottom: -1px;
	-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;
	color: #fff;
	text-decoration: none;
}

.nav-drop-text-secondary {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	height: 30px;
	margin-bottom: 0px;
	padding-left: 20px;
	-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;
	font-family: futura-pt-condensed;
	font-size: 0.9em;
}

.nav-drop-button-text {
	margin-left: 10px;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}

.link-block-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: -2px;
	-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;
	color: #fff;
	text-decoration: none;
}

.nav-burger-text-secondary {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	height: 25px;
	margin-bottom: 0px;
	padding-left: 40px;
	-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;
	font-family: futura-pt-condensed;
	font-size: 0.9em;
	text-align: center;
}

.nav-burger-social {
	position: static;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.nav-burger-secondary-links {
	position: static;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 5px;
	padding-bottom: 5px;
	-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;
}

.nav-drop-button {
	width: 175px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: transparent;
	-webkit-transition: background-color 200ms ease, color 200ms ease;
	transition: background-color 200ms ease, color 200ms ease;
	color: #fff;
}

.nav-drop-button:hover {
	background-color: #a0a0a0;
}

.nav-drop-button.w--open {
	-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-drop-button.left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-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-drop-button.right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	padding-right: 0px;
	-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-decoration: none;
}

.nav-drop-button.right.w--open {
	font-size: 1em;
}

.link-block-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: -1px;
	padding: 10px 20px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.nav-main-social-icon {
	width: 25px;
	height: 25px;
	-webkit-transition: -webkit-filter 200ms ease;
	transition: -webkit-filter 200ms ease;
	transition: filter 200ms ease;
	transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.nav-main-social-icon:hover {
	-webkit-filter: invert(25%);
	filter: invert(25%);
}

.menu-button {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 10px 0px 5px 40px;
	-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;
	font-size: 1em;
	line-height: 1em;
}

.menu-button.w--open {
	width: 175px;
	background-color: #ccbe9e;
	color: #000;
}

.nav-header {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	font-family: futura-pt-condensed;
	color: #fff;
	letter-spacing: 1px;
}

.nav-burger-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	height: 40px;
	margin-bottom: 0px;
	padding-left: 40px;
	-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;
	border-top: 1px solid #ccbe9e;
	font-family: futura-pt-condensed;
	text-align: center;
}

.dropdown-list {
	background-color: #000;
}

.dropdown-list.w--open {
	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;
}

.nav-drop {
	font-size: 0.9em;
	line-height: 1.5em;
}

.nav-main-separator {
	width: 90%;
	height: 1px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	background-color: #a0a0a0;
}

.nav-menu {
	background-color: #000;
}

.nav-back-to-site {
	margin-left: 0px;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}

.nav-main-separator-exhibit {
	width: 90%;
	height: 1px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	background-color: #a0a0a0;
}

.link-block-exhibition {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: -2px;
	-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;
	color: #fff;
	text-decoration: none;
}

.bullet {
	padding-right: 4px;
	padding-bottom: 2px;
	font-size: 0.5em;
	line-height: 2em;
}

.privacy-title {
	width: 100%;
	margin-bottom: 50px;
	font-size: 45px;
	text-align: center;
}

.privacy-question {
	width: 100%;
	font-weight: 700;
}

.privacy-answer {
	margin-bottom: 30px;
	font-size: 1.25rem;
	line-height: 1.25em;
	font-weight: 400;
}

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

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

.text-link.privacy {
	border-bottom-width: 3px;
	border-bottom-color: #ffd378;
	color: #ffd378;
	font-size: 1rem;
}

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

.fourohfour_message {
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: 400;
	text-align: center;
}

.fourohfour_title {
	margin-bottom: 0px;
	color: #ffd378;
	font-size: 100px;
	line-height: 2em;
	text-align: center;
}

.fourohfour_container {
	padding-top: 100px;
	padding-bottom: 50px;
}

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

.main-container {
	width: 70%;
	height: 100%;
	max-width: 1600px;
	margin-right: auto;
	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;
}

.home-billing {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	margin-right: auto;
	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;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	text-align: center;
}

.body-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	margin-bottom: -120px;
	padding-top: 80px;
	-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;
	border-radius: 0px;
	-webkit-transition: opacity 700ms ease;
	transition: opacity 700ms ease;
}

.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: 120px;
	color: #ffd378;
}

.footer-push.footer-pink {
	color: #fff;
}

.footer-push.footer-about {
	color: #006ca2;
}

.tix-button-nav {
	display: none;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fcdb3d;
	opacity: 1;
	color: #000;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

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

.tickets-button-nav {
	display: block;
	padding: 15px 30px;
	border-radius: 4px;
	background-color: #f9d177;
	box-shadow: 4px 4px 3px -2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	color: #005883;
	font-size: 1.5rem;
	line-height: 1em;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.tickets-button-nav:hover {
	box-shadow: 14px 14px 10px 4px rgba(0, 0, 0, 0.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.tickets-button-nav.menu-button-green {
	background-color: #006ca2;
	color: #fff;
}

.tickets-button-nav.menu-button-pink {
	background-color: #d18cb6;
	color: #fff;
}

.navbar-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.nav-menu-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0px;
	padding-left: 14px;
	-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: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 16px;
}

.navbar {
	position: fixed;
	z-index: 20;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
	-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: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #0f8dce;
	box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.2);
}

.navbar.menu-pink {
	background-color: #d18cb6;
}

.colophon-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;
}

.amex-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 33%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.amex-text {
	display: block;
	margin-right: 15px;
	margin-bottom: 0px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #fff;
	font-size: 0.7em;
	line-height: 1.25em;
	font-weight: 400;
	text-align: right;
	letter-spacing: 0.5px;
}

.amex-icon-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.modal-background {
	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: block;
	width: 60%;
	padding: 30px;
	-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;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.2);
	color: #0090d8;
}

.modal-close {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	padding: 10px;
	-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-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	cursor: pointer;
}

.modal-close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.modal-contain {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.modal-title {
	display: block;
	width: 100%;
	margin-right: 8px;
	margin-bottom: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #006ca2;
	font-size: 2em;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
}

.modal-text-field {
	height: 50px;
	margin-bottom: 10px;
	border-style: none;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 1px 1px 5px 0 rgba(7, 60, 87, 0.3);
	color: #000;
	font-size: 18px;
	text-align: center;
}

.modal-button {
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 4px;
	background-color: #0090d8;
	box-shadow: 4px 4px 3px -2px rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.modal-button:hover {
	background-color: #006ca2;
	box-shadow: 6px 6px 10px 4px rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	color: #fff;
}

.partners-text {
	margin-bottom: 20px;
	font-size: 1.25em;
	line-height: 1.25em;
	text-align: center;
}

.utility-page-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	height: 100vh;
	max-height: 100%;
	max-width: 100%;
	-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;
}

.utility-page-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 260px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.nav-logo {
	width: 175px;
}

.nav-links {
	margin-bottom: -10px;
}

.menu-item {
	display: inline-block;
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 3px solid transparent;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 20px;
	line-height: 1em;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-decoration: none;
}

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

.menu-item.menu-link-yellow {
	color: #ffd378;
}

.menu-item.menu-link-yellow:hover {
	border-bottom-color: #ffd378;
}

.menu-item.menu-link-green {
	color: #006ca2;
}

.menu-item.menu-link-green:hover {
	border-bottom-color: #006ca2;
}

.menu-item.menu-link-pink {
	color: #d18cb6;
}

.menu-item.menu-link-pink:hover {
	border-bottom-color: #d18cb6;
}

.menu-item.menu-link-white {
	color: #fff;
}

.menu-item.menu-link-white:hover {
	border-bottom-color: #fff;
}

.menu-item.current-menu-item {
	color: #ffd378;
}

.navbar-3 {
	background-color: #ffd379;
}

.nav-menu-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-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;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
}

.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;
}

.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;
}

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

.page-section {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 100%;
	padding-top: 10px;
	-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;
}

.tickets-button-nav-about {
	display: block;
	padding: 10px 20px;
	border-radius: 4px;
	background-color: #076d8a;
	-webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	font-family: Barlow;
	color: #ffd378;
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.tickets-button-nav-about:hover {
	background-color: #076d8a;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	color: #f5f1e5;
}

.about-heading-3 {
	margin-bottom: 0px;
	font-family: Neuton, sans-serif;
	color: #076d8a;
	font-size: 55px;
	line-height: 70px;
	font-weight: 300;
	text-align: center;
}

.about-heading-3.sneak {
	font-size: 2em;
	line-height: 1em;
}

.about-paragraph {
	max-width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.25em;
	line-height: 1.25em;
	text-align: center;
}

.divider {
    border: 3px solid #f9d177;
    margin: 4rem auto;
    max-width: 100%;
    width: 900px;
}

.videobox {
    text-align: center;
}

.videobox h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.videobox .vids {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;    
}

.videobox .vids > div {
    -ms-flex-preferred-size: calc(50% - (10px));
    flex-basis: calc(50% - (10px));
    position: relative;
	margin-bottom: 25px;
}

.videobox .vids iframe {
    border: 3px solid #f9d177;
    border-radius: 20px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    min-height: 365px;
}

.video-container {
    width: 100%;  
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #f9d177;
    border-radius: 20px;      
}

.bold-span {
	font-family: Barlow;
	font-weight: 700;
}

.italic-text {
	font-style: italic;
}

.rotate-text-span {
	display: inline-block;
}

.about-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 120px;
	margin-right: 20px;
	padding: 10px 15px;
	-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: #ffd379;
	font-family: Halant;
}

.about-video {
	display: none;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.about-menu-item-link {
	display: inline-block;
	margin-top: 12px;
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Barlow;
	color: #076d8a;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
}

.about-colophon {
	margin-bottom: 0px;
	font-family: Barlow;
	color: #076d8a;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.5px;
}

.about-privacy-link {
	height: 1.5em;
	border-bottom: 1px solid #fff;
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
	font-family: Barlow;
	color: #1c6e89;
	font-size: 16px;
	text-decoration: none;
}

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

.news-nav {
	background-color: #7dcab6;
}

.news-button-nav-about {
	display: block;
	padding: 10px 20px;
	border-radius: 4px;
	background-color: #ffd379;
	-webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	font-family: Barlow;
	color: #547c71;
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.news-button-nav-about:hover {
	background-color: #076d8a;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	color: #f5f1e5;
}

.news-menu-item-link {
	display: inline-block;
	margin-top: 12px;
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Barlow;
	color: #ffd379;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
}

.news-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.news-row {
	width: 100%;
	margin-bottom: 8%;
}

.news-image-link {
	width: 100%;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.news-image-link:hover {
	border-color: #ed1c24;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.news-image-link.hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.news-image {
	width: 100%;
	border-style: solid;
	border-width: 6px;
	border-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 3px -2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.news-image:hover {
	border-color: #ffd378;
	box-shadow: 14px 14px 10px 4px rgba(0, 0, 0, 0.1);
}

.news-title {
	margin-top: -5px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #006ca2;
	font-size: 2.5em;
	line-height: 1em;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
}

.news-title:hover {
	color: #ffd378;
}

.news-title-link {
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	text-decoration: none;
	text-transform: none;
}

.news-title-link:hover {
	color: #ffd378;
}

.news-company-logo {
	width: 125px;
	margin-bottom: 3%;
}

.news-text {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.25em;
	font-weight: 500;
}

.read-more-link {
	border-bottom: 3px solid transparent;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #ffd378;
	font-size: 1.25em;
	line-height: 1em;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.read-more-link:hover {
	border-bottom-color: #ffd378;
	color: #ffd378;
}

.news-footer-unlink {
	background-color: #7dcab6;
}

.cast-creative-nav {
	background-color: #ffd379;
}

.cast-creative-menu-item-link {
	display: inline-block;
	margin-top: 12px;
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Barlow;
	color: #cc7fab;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
}

.cast-creative-button-nav-about {
	display: block;
	padding: 10px 20px;
	border-radius: 4px;
	background-color: #cc7fab;
	-webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	font-family: Barlow;
	color: #fff;
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.cast-creative-button-nav-about:hover {
	background-color: #076d8a;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	color: #f5f1e5;
}

/* .page-header {
    max-width: 800px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 3rem;
    line-height: 1em;
    text-align: center;
} */

.cast-creative-heading {
	margin: 5% 20px;
	padding-bottom: 10px;
	border-bottom: 6px solid transparent;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 2.25rem;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.cast-creative-heading:hover {
	border-bottom-width: 6px;
	border-bottom-color: #ffd378;
	color: #ffd378;
}

.cast-creative-heading.active {
	color: #ffd378;
}

.cast-creative-heading.active:hover {
	border-bottom-color: #ffd378;
}

.cast-part {
	display: block;
	margin-right: auto;
	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;
}

.cast-block {
	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-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cast-member-holder {
	width: 23%;
	margin-right: 1%;
	margin-bottom: 5%;
	margin-left: 1%;
	-webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	cursor: pointer;
}

.cast-member-holder:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.cast-headshot {
	border-style: solid;
	border-width: 6px;
	border-color: #ffd378;
	border-radius: 20px;
	box-shadow: 4px 4px 3px -2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cast-headshot.active {
	border-color: #fff;
	box-shadow: 8px 8px 10px 4px rgba(0, 0, 0, 0.1);
}

.cast-name {
	margin-bottom: 5px;
	-webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	color: #fff;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
}

.cast-name.active {
	color: #ffd378;
}

.cast-role {
	color: #ffd378;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.creative-blue-billing {
	margin-bottom: 0px;
	color: #ffd378;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.creative-pink-billing {
	display: inline;
	-webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	font-size: 26px;
	line-height: 1em;
	font-weight: 700;
	text-transform: capitalize;
	cursor: pointer;
}

.creative-pink-billing:hover {
	position: relative;
	color: #ffd378;
}

.news-colophon {
	margin-bottom: 0px;
	font-family: Barlow;
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.5px;
}

.news-privacy-link {
	height: 1.5em;
	border-bottom: 1px solid #fff;
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
	font-family: Barlow;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

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

.cast-creative-colophon {
	margin-bottom: 0px;
	font-family: Barlow;
	color: #cc7fab;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.5px;
}

.cast-creative-privacy-text {
	height: 1.5em;
	border-bottom: 1px solid #fff;
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
	font-family: Barlow;
	color: #cc7fab;
	font-size: 16px;
	text-decoration: none;
}

.cast-creative-privacy-text:hover {
	border-bottom-color: transparent;
}

.tickets-nav {
	background-color: #cc7fab;
}

.tickets-footer-unlink {
	background-color: #cc7fab;
}

.tickets-colophon {
	margin-bottom: 0px;
	font-family: Barlow;
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.5px;
}

.tickets-privacy-link {
	height: 1.5em;
	border-bottom: 1px solid #fff;
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
	font-family: Barlow;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

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

.best-color {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-color: #ffd379;
}

.cast-modal-text-holder {
	overflow: auto;
	width: 80%;
	max-height: 200px;
	margin-bottom: 20px;
}

.cast-modal-text-holder.flex-col-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-height: 400px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.modal-close-2 {
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 1000;
	width: 30px;
	padding: 5px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	cursor: pointer;
}

.modal-close-2:hover {
	-webkit-transform: translate(2px, 2px) rotate(90deg);
	-ms-transform: translate(2px, 2px) rotate(90deg);
	transform: translate(2px, 2px) rotate(90deg);
}

.cast-modal-social-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0px;
	margin-left: -5px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.cast-headshot-holder {
	position: relative;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid transparent;
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
	cursor: pointer;
}

.cast-headshot-holder.flex-col-left {
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.modal-cast-heading-1 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #006ca2;
	font-size: 2.5em;
	line-height: 1em;
}

.cast-modal-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 800px;
	padding: 2% 5%;
	-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: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 10px;
	background-color: #fff;
}

.cast-social-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 35px;
	height: 35px;
	margin-right: 5px;
	margin-left: 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;
	-webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cast-social-icon:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.modal-cast-heading-2 {
	color: #5cc3f7;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}

.cast-modal-text {
	color: #0090d8;
	font-size: 1.15em;
	line-height: 1.35em;
	font-weight: 300;
	text-align: left;
}

.modal-bg-cast {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3000;
	display: 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: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
}

.broom-img {
	position: relative;
	left: -60px;
	top: 50px;
	z-index: 10;
	display: block;
	width: 200px;
	margin-top: -30px;
	margin-left: auto;
}

.about-family-image {
	display: block;
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.footer-address {
	padding-top: 0px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.footer-address:hover {
	border-bottom-color: #fff;
}

.news-pagination {
	margin-bottom: 5%;
	text-align: center;
}

.page-numbers {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	padding: 2px;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color 200ms ease;
	transition: border-color 200ms ease;
	color: #006ca2;
	font-size: 1.25em;
	line-height: 1em;
	font-weight: 700;
	text-decoration: none;
}

.page-numbers:hover {
	border-bottom-color: #006ca2;
}

.page-numbers.current {
	border-bottom-style: none;
	border-bottom-width: 0px;
	-webkit-transition-property: none;
	transition-property: none;
	color: #fff;
}

.creative-part {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	-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;
}

.home-ambient-video {
	display: none;
	width: 800px;
	margin-top: 5%;
	margin-bottom: 5%;
}

.about-subheader {
	margin: 0px auto 5%;
	font-family: Neuton, sans-serif;
	color: #d18cb6;
	font-size: 3em;
	line-height: 1em;
	text-align: center;
}

.about-subheader.sneak {
	font-size: 2em;
}

.privacy-holder {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.cast-creative-button-holder {
	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;
}

.droparrow {
	display: none;
	padding: 12px;
}

.month-select-container {
	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;
}

.day-2 {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 13.75%;
	height: 0px;
	margin-right: -1px;
	margin-bottom: -1px;
	padding-right: 5px;
	padding-bottom: 10.5%;
	padding-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffd378;
	text-align: center;
}

.day-2.preday {
	z-index: 1;
	border-color: #ffd378;
}

.day-2.endday {
	z-index: 1;
	border-color: #ffd378;
}

.best-text-2 {
	margin-bottom: 0px;
	font-weight: 700;
}

.month-titles {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	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;
}

.weekholder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	-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;
	font-weight: 700;
	text-align: center;
}

.cal-left-2 {
	padding: 10px;
	cursor: pointer;
}

.best-box-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-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;
}

.calholder {
	width: 100%;
	padding: 2%;
	border-radius: 5px;
	background-color: #fff;
	font-family: Barlow;
	color: #006ca2;
}

.cal-link-2 {
	display: block;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	color: #006ca2;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: 700;
	text-decoration: none;
}

.cal-link-2:hover {
	color: #d18cb6;
}

.cal-link-2.redhighlight {
	background-color: #ffd378;
	-webkit-transition: color 200ms ease, text-shadow 200ms ease;
	transition: color 200ms ease, text-shadow 200ms ease;
}

.cal-link-2.redhighlight:hover {
	background-color: #006ca2;
	color: #fff;
}

.datesholder {
	margin-bottom: 10px;
	padding-bottom: 20px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	text-align: center;
}

.cal-right-2 {
	padding: 10px;
	cursor: pointer;
}

.month-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	padding-right: 20px;
	-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;
}

.days-head {
	display: inline-block;
	width: 13%;
	padding: 8px 8px 0px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
}

.cal-arrow-icon {
	width: 20px;
	height: 20px;
}

.monthname {
	display: inline-block;
	width: 240px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.5em;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.day-num-style {
	margin-top: 6px;
	margin-bottom: 10%;
	font-size: 0.8em;
	text-align: left;
}

.tickets-info-text {
	margin-top: 0px;
	font-size: 1em;
	line-height: 1em;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.invite-right {
	padding: 5px 10px 10px;
	cursor: pointer;
}

.invite-prev-next-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 21px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #006ca2;
}

.invite-nav-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 20%;
	-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;
	border-top: 1px solid transparent;
	opacity: 0.8;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	cursor: pointer;
}

.invite-nav-button:hover {
	opacity: 1;
}

.invite-nav-button.prev {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.invitation-block {
	padding-top: 5%;
	padding-bottom: 5%;
	font-family: Barlow;
	color: #006ca2;
	font-weight: 400;
}

.invitation-instruction {
	margin-top: 0px;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 500;
	text-align: center;
}

.invite-nav-text {
	margin-bottom: 0px;
	color: #d18cb6;
	font-weight: 700;
}

.invite-nav-text.of {
	padding-right: 5px;
	padding-left: 5px;
	color: #006ca2;
	font-size: 12px;
	text-transform: uppercase;
}

.invite-nav-text.hover {
	color: #006ca2;
}

.invite-nav-text.current {
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}

.invite-nav-text.total {
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}

.invite-left {
	padding: 10px;
	cursor: pointer;
}

.invite-left.inactive {
	padding-top: 5px;
}

.invite-step-subhead {
	width: 100%;
	margin-top: 0px;
	line-height: 1.25em;
	text-align: center;
	text-transform: uppercase;
}

.invite-num {
	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;
	border-top: 1px solid transparent;
}

.creative-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 3%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.creative-row.kevin {
	border-top: 3px solid #5cc3f7;
}

.creative-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 130px;
	padding: 0px;
	-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-align: center;
}

.creative-container {
	width: 100%;
	margin-bottom: 10%;
	-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;
	text-align: center;
}

.broom-button {
	position: relative;
}

.invite-paragraph {
	max-width: 850px;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	font-family: Barlow;
	color: #076d8a;
	font-size: 1.5em;
	line-height: 1.25em;
	font-weight: 500;
}

.social-holder-header {
	display: inline-block;
	margin-left: -5px;
	padding-bottom: 10px;
	-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;
}

.hp-family-image {
	width: 95%;
	max-width: 1000px;
	height: auto;
}

.contest-button {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 4px;
	background-color: #ffd378;
	-webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	font-family: Barlow;
	color: #006ca2;
	font-size: 26px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.contest-button:hover {
	background-color: #006ca2;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	color: #fff;
}

.contest-section {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 80%;
	margin-bottom: auto;
	-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;
}

.contest-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5%;
	margin-right: auto;
	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;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	text-align: center;
}

.tile-columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	-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;
}

.play-icon-tile {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	-webkit-filter: none;
	filter: none;
	-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: -webkit-filter 300ms ease;
	transition: -webkit-filter 300ms ease;
	transition: filter 300ms ease;
	transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.tile-holder {
	width: 100%;
	height: 100%;
	padding-right: 0px;
	-webkit-transform: scale3d(1none, 1none, 1none);
	transform: scale3d(1none, 1none, 1none);
	-webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	text-decoration: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.tile-holder:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.tile-image {
	width: 100%;
	border-style: solid;
	border-width: 3px;
	border-color: #ffd378;
	border-radius: 15px;
	box-shadow: 4px 4px 3px -2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tile-image.hover {
	border-color: #fff;
	box-shadow: 7px 7px 3px -2px rgba(0, 0, 0, 0.2);
}

.tile-section {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	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;
}

.tile-title {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 1.25rem;
	line-height: 1.15em;
	font-weight: 500;
}

.tile-video-holder {
	position: relative;
}

.tile-type-text {
	margin-bottom: 5px;
	color: #ffd378;
	font-size: 1rem;
	font-weight: 800;
}

.footer-column {
	width: 50%;
}

.footer-column.footer-col-two {
	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;
}

.hp-subtitle-image {
	width: 100%;
}

.page-subhead {
	margin: 0px auto 30px;
	font-family: motiva-sans, sans-serif;
	font-size: 1.5rem;
	line-height: 1.25em;
	font-weight: 500;
	text-align: center;
}

.small-text {
	font-size: 1rem;
	text-transform: uppercase;
}

.ways-to-buy-text {
	margin-right: auto;
	margin-left: auto;
	font-size: 1rem;
	line-height: 1em;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
}

.confidence-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	/* max-width: 800px; */
	/* margin: 40px auto 30px; */
	margin: 0 auto 30px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.faq-holder {
	/* max-width: 800px; */
	margin-right: auto;
	margin-left: auto;
}

.faq-section {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 100%;
	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: 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: #5cc3f7;
}

.page-h-three {
	font-size: 2em;
	line-height: 1em;
	font-weight: 700;
	text-transform: capitalize;
}

.page-h-three.faq-header {
	margin-top: 0px;
	margin-bottom: 30px;
	padding-left: 0px;
	text-shadow: 0 2px 0 #006ca2;
}

.confidence-col.conf-col-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 30%;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.confidence-col.conf-col-right img {
	max-width: 284px;
}

.confidence-col.conf-col-left {
	width: 70%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.5;
	font-weight: normal;
}

.faq-question {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top: 3px solid #fff;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #006ca2;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
}

.faq-question:hover {
	color: #fff;
}

.faq-answer {
	display: block;
	text-align: left;
}

.amex-col.col-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40%;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.amex-col.col-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 60%;
	padding-bottom: 10%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/* font-size: 18px; */
}

.modal-small-text {
	font-size: 0.7em;
	text-transform: uppercase;
}

.creative-credit {
	display: block;
	color: #ffd378;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.mobile-nav-logo {
	display: none;
	width: 175px;
}

.tickets-button-holder {
	margin-top: 60px;
	margin-bottom: 40px;
}

.faq-list {
	margin-bottom: 30px;
}

.faq-header {
	margin-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 300;
	text-align: left;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.faq-accordion {
	width: 100%;
	border-bottom: 3px solid #fff;
	text-align: center;
}

.question {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-top: 1px solid #ed1c24;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	font-weight: 700;
	text-align: left;
}

.question:hover {
	color: #ed1c24;
}

.answer-text {
	margin-left: 30px;
	color: hsla(0, 0%, 100%, 0.8);
	text-align: left;
}

.image-3 {
	margin-right: -25px;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.image-4 {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

@media screen and (max-width: 991px) {

	.videobox .vids > div {
		flex-basis: calc(100% - (10px));
		position: relative;
	}

	.videobox .vids > div:first-child {
		margin-bottom: 25px;
	}

	.footer {
		height: 200px;
		margin-right: 0px;
		-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: transparent;
	}
	.footer.footer-pink {
		height: 200px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.social-holder {
		display: none;
		width: 100%;
	}
	.privacy-answer {
		font-size: 1.15rem;
	}
	.main-container {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.home-billing {
		-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;
	}
	.body-wrapper {
		min-height: 100%;
		margin-bottom: -200px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.privacy-section {
		margin-bottom: 10px;
	}
	.footer-push {
		height: 200px;
	}
	.tix-button-nav {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.tickets-button-nav {
		margin-right: 10px;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.navbar-holder {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.nav-menu-2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.navbar {
		margin-bottom: 20px;
		padding-right: 0px;
		padding-left: 0px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.colophon-holder {
		width: 100%;
		margin-bottom: 10px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.amex-footer {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-right: 0%;
		-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;
	}
	.amex-text {
		position: static;
		top: 22px;
		right: 0px;
		width: auto;
		margin-bottom: 0px;
		-webkit-transition: color 200ms ease;
		transition: color 200ms ease;
		font-size: 0.7em;
	}
	.amex-icon-2 {
		position: static;
		width: 40px;
	}
	.modal-box {
		width: 90%;
		padding: 20px;
	}
	.nav-logo {
		width: 175px;
		margin-left: 10px;
	}
	.nav-links {
		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;
	}
	.menu-item {
		margin-bottom: 5%;
		margin-left: 0px;
		border-bottom-style: none;
		border-bottom-color: #547c71;
		color: #fff;
		font-size: 3em;
		line-height: 1em;
		text-align: left;
	}
	.menu-item:hover {
		color: #ffd378;
	}
	.menu-item.menu-link-yellow {
		display: inline;
	}
	.menu-item.menu-link-yellow:hover {
		color: #006ca2;
	}
	.menu-item.menu-link-yellow.current-menu-item {
		color: #006ca2;
	}
	.menu-item.menu-link-green:hover {
		color: #d18cb6;
	}
	.menu-item.menu-link-green.current-menu-item {
		color: #d18cb6;
	}
	.menu-item.menu-link-pink:hover {
		color: #006ca2;
	}
	.menu-item.menu-link-pink.current-menu-item {
		color: #006ca2;
	}
	.menu-item.menu-link-white:hover {
		color: #ffd378;
	}
	.menu-item.menu-link-white.current-menu-item {
		color: #ffd378;
	}
	.menu-item.current-menu-item {
		color: #ffd378;
	}
	.nav-menu-3 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding-left: 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: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: center;
	}
	.nav-menu-bg {
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 1000;
		display: none;
		width: 100%;
		max-width: none;
		min-height: 500px;
		padding-bottom: 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: #0090d8;
	}
	.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: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-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-button-2.menu-burger-green {
		color: #006ca2;
	}
	.menu-button-2.menu-burger-green:hover {
		color: #fff;
	}
	.menu-modal-close-2 {
		left: 10px;
		top: 10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 40px;
		height: 40px;
		-webkit-filter: contrast(0%) brightness(200%);
		filter: contrast(0%) brightness(200%);
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition: opacity 200ms ease;
		transition: opacity 200ms ease;
	}
	.menu-modal-close-2:hover {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.hamburger {
		margin-left: 10px;
		padding: 5px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		-webkit-transition: all 200ms ease;
		transition: all 200ms ease;
		font-size: 2.5em;
		line-height: 1em;
	}
	.tickets-button-nav-about {
		margin-top: 0px;
		margin-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.about-paragraph {
		width: 90%;
		font-size: 1.15em;
	}
	.about-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.about-video {
		width: 80%;
	}
	.news-button-nav-about {
		margin-top: 0px;
		margin-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.news-title {
		margin-top: 0px;
	}
	.news-text {
		font-size: 1.15rem;
	}
	.cast-creative-button-nav-about {
		margin-top: 0px;
		margin-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	/* .page-header {
        margin-right: auto;
        margin-left: auto;
        font-size: 2.5rem;
    } */
	.cast-creative-heading {
		font-size: 2em;
	}
	.cast-part {
		width: 100%;
	}
	.cast-name {
		font-size: 1.25em;
	}
	.cast-role {
		font-size: 1em;
	}
	.info-heading {
		font-size: 2.25em;
	}
	.ways-to-buy-link {
		font-size: 1em;
	}
	.cast-modal-text-holder.flex-col-right {
		overflow: scroll;
		max-height: 350px;
		margin-bottom: 0px;
	}
	.cast-modal-wrapper {
		width: 80%;
		padding: 3% 5%;
	}
	.cast-social-icon {
		margin-right: 5px;
		margin-left: 5px;
	}
	.modal-cast-heading-2 {
		font-size: 1.125em;
	}
	.about-family-image {
		width: 600px;
	}
	.footer-address {
		display: block;
		margin-bottom: 15px;
		text-align: center;
	}
	.footer-colophon-links {
		text-align: center;
	}
	.home-ambient-video {
		width: 600px;
	}
	.about-subheader {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		font-size: 3em;
	}
	.privacy-holder {
		width: 90%;
	}
	.day-2 {
		padding-bottom: 11.5%;
	}
	.weekholder {
		margin-right: 15px;
		margin-left: 15px;
	}
	.tickets-info-text {
		font-size: 1em;
		line-height: 1.25em;
	}
	.invitation-instruction {
		font-size: 1em;
		line-height: 1.25em;
	}
	.invite-paragraph {
		width: 90%;
	}
	.social-holder-header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-left: 0px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.contest-holder {
		-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;
	}
	.tile-columns {
		display: block;
		width: 100%;
	}
	.play-icon-tile {
		width: 50px;
	}
	.tile-section {
		padding-right: 2%;
		padding-bottom: 5%;
		padding-left: 2%;
	}
	.tile-title {
		font-size: 20px;
	}
	.tile-type-text {
		padding: 0px 5px;
		font-size: 15px;
	}
	.footer-column {
		width: 100%;
	}
	.hp-subtitle-image {
		width: 80%;
	}
	.page-subhead {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.ways-to-buy-text {
		font-size: 1em;
	}
	.page-h-three {
		font-size: 2.25em;
	}
	.mobile-nav-logo {
		position: absolute;
		left: 50%;
		top: 10px;
		right: 0%;
		bottom: auto;
		display: block;
		width: 175px;
		margin-left: 10px;
		-webkit-transform: translate(-50%, 0px);
		-ms-transform: translate(-50%, 0px);
		transform: translate(-50%, 0px);
	}
	.image-3 {
		margin-right: -10px;
	}
}

@media screen and (max-width: 767px) {
	.footer {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 220px;
		padding-right: 5px;
		padding-left: 5px;
		-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.footer-pink {
		height: 220px;
	}
	.social-link {
		width: 50px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.social-holder {
		display: none;
	}
	.nav-social-icon {
		width: 25px;
		height: 25px;
		margin-right: 2px;
		margin-bottom: 5px;
		margin-left: 2px;
		background-color: #ccbe9e;
	}
	.nav-drop-text {
		padding-left: 5px;
		font-size: 0.9em;
	}
	.nav-drop-text-secondary {
		padding-left: 5px;
	}
	.nav-drop-button.left {
		width: 100px;
		padding-right: 5px;
		padding-left: 12px;
	}
	.nav-drop-button.left.w--open {
		width: 100px;
	}
	.nav-drop-button.right {
		width: 100px;
	}
	.link-block-social {
		display: none;
	}
	.menu-button {
		width: 150px;
	}
	.menu-button.w--open {
		padding: 5px 5px 5px 30px;
	}
	.nav-header {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.nav-burger-text {
		height: 30px;
		padding-left: 20px;
	}
	.dropdown-list.w--open {
		width: 100px;
	}
	.nav-main-separator.social {
		display: none;
	}
	.privacy-title {
		margin-top: 0px;
		margin-bottom: 30px;
		font-size: 32px;
	}
	.privacy-question {
		font-size: 1.5rem;
		line-height: 1.25em;
	}
	.privacy-answer {
		font-size: 1rem;
	}
	.fourohfour_container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.body-wrapper {
		margin-bottom: -220px;
		padding-top: 70px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.privacy-section {
		margin-bottom: 20px;
	}
	.footer-push {
		height: 220px;
	}
	.tix-button-nav {
		width: auto;
	}
	.tickets-button-nav {
		width: auto;
		margin-right: 10px;
		padding: 10px 25px;
	}
	.navbar-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.nav-menu-2 {
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #000;
		background-image: url('../images/fls_black_bg.gif');
		background-position: 0px 0px;
		background-size: 125px;
	}
	.navbar {
		height: 70px;
		margin-top: 0px;
		margin-bottom: 0px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.colophon-holder {
		-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;
	}
	.amex-footer {
		margin-bottom: 10px;
	}
	.amex-text {
		margin-right: 12px;
		margin-left: 20px;
	}
	.modal-box {
		width: 95%;
		padding: 30px;
	}
	.modal-close {
		top: 0px;
		right: 0px;
	}
	.nav-logo {
		width: 150px;
	}
	.menu-item {
		margin-bottom: 10px;
		font-size: 2.5em;
	}
	.nav-menu-3 {
		padding-left: 5%;
	}
	.nav-menu-bg {
		padding-top: 50px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.get {
		display: none;
	}
	.menu-modal-close-2 {
		left: 10px;
		top: 10px;
		right: 15px;
	}
	.hamburger {
		margin-left: 0px;
	}
	.page-section {
		padding-top: 30px;
	}
	.tickets-button-nav-about {
		width: auto;
		margin-top: auto;
		margin-right: 10px;
		margin-bottom: auto;
	}
	.about-heading-3 {
		font-size: 30px;
		line-height: 35px;
	}
	.about-heading-3.sneak {
		font-size: 1.5em;
	}
	.about-paragraph {
		width: 100%;
		font-size: 1em;
	}
	.about-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;
	}
	.news-button-nav-about {
		width: auto;
		margin-top: auto;
		margin-right: 10px;
		margin-bottom: auto;
	}
	.news-holder {
		padding-right: 5%;
		padding-left: 5%;
	}
	.news-row {
		margin-bottom: 10%;
	}
	.news-image-link {
		margin-bottom: 10px;
	}
	.news-title {
		font-size: 1.5em;
		text-align: left;
	}
	.news-title-link {
		line-height: 1em;
	}
	.news-company-logo {
		width: 100px;
	}
	.news-text {
		font-size: 1em;
		line-height: 1.25em;
	}
	.cast-creative-button-nav-about {
		width: auto;
		margin-top: auto;
		margin-right: 10px;
		margin-bottom: auto;
	}
	/* .page-header {
        width: 90%;
        font-size: 2.5em;
    } */
	.cast-creative-heading:hover {
		opacity: 1;
	}
	.cast-part {
		width: 90%;
	}
	.cast-member-holder {
		width: 48%;
	}
	.cast-headshot {
		width: 100%;
	}
	.cast-name {
		line-height: 1em;
	}
	.creative-blue-billing {
		font-size: 1em;
	}
	.creative-pink-billing {
		font-size: 2em;
	}
	.meridiem {
		display: none;
	}
	.best-color {
		margin-right: 5px;
	}
	.cast-modal-text-holder {
		overflow: auto;
		max-height: 200px;
		margin-left: 0px;
	}
	.cast-modal-text-holder.flex-col-right {
		width: 100%;
		max-height: 260px;
	}
	.cast-modal-social-2 {
		width: 100%;
		margin-bottom: 0px;
		margin-left: -7px;
	}
	.cast-headshot-holder.flex-col-left {
		margin-right: 10px;
	}
	.modal-cast-heading-1 {
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 2em;
	}
	.cast-modal-wrapper {
		width: 90%;
	}
	.cast-social-icon {
		width: 40px;
		height: 40px;
	}
	.modal-cast-heading-2 {
		margin-top: 0px;
		font-size: 1em;
	}
	.cast-modal-text {
		margin-left: 0px;
		font-size: 1em;
		line-height: 1.25em;
	}
	.modal-bg-cast {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.broom-img {
		top: 40px;
		width: 150px;
	}
	.about-family-image {
		width: 100%;
	}
	.creative-part {
		width: 90%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.home-ambient-video {
		width: 100%;
	}
	.about-subheader {
		width: 90%;
		font-size: 2.5em;
	}
	.about-subheader.sneak {
		font-size: 1.5em;
	}
	.privacy-holder {
		width: 100%;
	}
	.day-2 {
		width: 13%;
		padding-right: 2px;
		padding-bottom: 14.5%;
		padding-left: 2px;
	}
	.best-text-2 {
		font-size: 0.9em;
	}
	.month-titles {
		margin-bottom: 10px;
	}
	.weekholder {
		margin-right: 25px;
		margin-left: 25px;
	}
	.calholder {
		padding: 3% 0% 0%;
	}
	.cal-link-2 {
		font-size: 0.7em;
	}
	.month-head {
		padding-right: 0px;
		-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;
	}
	.days-head {
		width: 12%;
	}
	.monthname {
		width: auto;
		font-size: 1.25em;
	}
	.day-num-style {
		margin-top: 4px;
	}
	.tickets-info-text {
		font-size: 0.9em;
	}
	.invitation-instruction {
		font-size: 0.9em;
	}
	.creative-row {
		display: block;
		margin-bottom: 0px;
	}
	.creative-column {
		width: 100%;
		height: auto;
		min-height: 100px;
	}
	.creative-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.invite-paragraph {
		width: 100%;
		font-size: 1.25em;
	}
	.hp-family-image {
		margin-bottom: 20px;
	}
	.contest-button {
		font-size: 26px;
	}
	.contest-section {
		width: 90%;
	}
	.tile-columns {
		margin-top: 5%;
	}
	.play-icon-tile {
		width: 70px;
	}
	.tile-holder {
		margin-bottom: 10%;
	}
	.tile-section {
		padding: 0% 10%;
	}
	.tile-type-text {
		padding: 5px 10px;
		font-size: 20px;
	}
	.page-subhead {
		width: 90%;
		font-size: 1.25rem;
	}
	.calendar-bg {
		width: 100%;
	}
	.day-box {
		padding-right: 0px;
		padding-bottom: 17.5%;
		padding-left: 0px;
	}
	.best-box {
		width: 50%;
	}
	.date {
		margin-top: 4px;
		margin-left: 4px;
		line-height: 1em;
	}
	.cal-link {
		padding-right: 0px;
		padding-left: 0px;
		font-size: 0.8rem;
	}
	.days {
		margin-right: 0px;
		margin-left: 0px;
	}
	.mobilemonth {
		width: 200px;
		margin-right: 0px;
		margin-left: 0px;
		font-size: 1.25em;
	}
	.cal-header {
		height: 60px;
	}
	.confidence-holder {
		margin-bottom: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.faq-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.page-h-three {
		font-size: 35px;
		line-height: 40px;
	}
	.confidence-col.conf-col-right {
		width: 50%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 46px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.confidence-col.conf-col-left {
		width: 100%;
	}
	.amex-col.col-image {
		width: 40%;
		margin-right: auto;
		margin-left: auto;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.amex-col.col-text {
		width: 100%;
		padding-bottom: 5%;
		text-align: center;
	}
	.mobile-nav-logo {
		width: 150px;
	}
	.tickets-button-holder {
		margin-top: 40px;
		margin-bottom: 0px;
	}
	.answer-text {
		font-weight: 300;
	}
	.image-3 {
		margin-right: 0px;
	}
	.paragraph {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 479px) {
	.home-section {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.footer {
		height: 280px;
	}
	.social-link {
		margin-right: 0px;
		margin-left: 0px;
	}
	.social-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.privacy-link.modal-privacy {
		margin-top: 10px;
	}
	.nav-drop-button.left {
		width: 100px;
	}
	.nav-drop-button.right {
		width: 100px;
	}
	.link-block-exhibition {
		margin-bottom: -1px;
	}
	.privacy-title {
		margin-top: 0px;
		line-height: 1em;
	}
	.privacy-question {
		margin-bottom: 5px;
	}
	.privacy-answer {
		line-height: 1.25em;
	}
	.fourohfour_title {
		line-height: 1.25em;
	}
	.home-billing {
		width: 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;
	}
	.body-wrapper {
		margin-bottom: -280px;
		padding-top: 60px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.bar {
		display: none;
	}
	.privacy-section {
		margin-bottom: 80px;
		padding: 0px 10px;
	}
	.footer-push {
		height: 280px;
	}
	.tix-button-nav {
		margin-right: 10px;
	}
	.tickets-button-nav {
		padding-right: 20px;
		padding-left: 20px;
		font-size: 20px;
		line-height: 22px;
	}
	.navbar-holder {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.nav-menu-2 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 60px;
	}
	.colophon-holder {
		-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;
	}
	.amex-footer {
		margin-right: auto;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.amex-text {
		margin-right: 10px;
		margin-left: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.modal-box {
		width: 95%;
		margin-top: 30px;
		padding: 40px 10px 10px;
	}
	.modal-close {
		top: 0px;
		right: 0px;
	}
	.modal-title {
		margin-bottom: 10px;
		font-size: 1.25em;
	}
	.modal-text-field {
		height: 40px;
		font-size: 16px;
	}
	.modal-button {
		height: 40px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 16px;
		line-height: 1em;
	}
	.mobile-get {
		display: none;
	}
	.partners-text {
		margin-bottom: 10px;
		font-size: 1em;
		line-height: 1em;
	}
	.nav-logo {
		width: 100px;
		margin-bottom: 7px;
		margin-left: 0px;
	}
	.menu-item {
		font-size: 2.25em;
	}
	.menu-modal-close-2 {
		top: 8px;
		right: 5px;
		width: 35px;
		height: 35px;
	}
	.page-section {
		padding-top: 30px;
	}
	.tickets-button-nav-about {
		margin-right: 5px;
		font-size: 20px;
		line-height: 22px;
	}
	.about-heading-3 {
		font-size: 25px;
		line-height: 30px;
	}
	.about-heading-3.sneak {
		font-size: 1.25em;
	}
	.about-paragraph {
		width: 100%;
		font-size: 1em;
	}
	.about-footer {
		height: 150px;
		font-family: Neuton, sans-serif;
	}
	.about-video {
		width: 100%;
	}
	.news-button-nav-about {
		margin-right: 5px;
		font-size: 20px;
		line-height: 22px;
	}
	.news-holder {
		padding-right: 0%;
		padding-left: 0%;
	}
	.news-title-link {
		font-size: 1em;
	}
	.cast-creative-button-nav-about {
		margin-right: 5px;
		font-size: 20px;
		line-height: 22px;
	}
	/* .page-header {
        width: 100%;
        font-size: 2em;
    } */
	.cast-creative-heading {
		border-bottom-width: 3px;
		font-size: 1.25em;
	}
	.cast-part {
		width: 95%;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}
	.cast-block {
		-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: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}
	.cast-name {
		font-size: 1em;
	}
	.cast-role {
		font-size: 1em;
		line-height: 15px;
	}
	.creative-blue-billing {
		font-size: 0.9em;
	}
	.creative-pink-billing {
		font-size: 1.5em;
	}
	.best-color {
		margin-top: 5px;
		margin-right: 5px;
	}
	.cast-modal-text-holder {
		width: 100%;
	}
	.cast-modal-text-holder.flex-col-right {
		overflow: auto;
		min-height: 150px;
	}
	.cast-headshot-holder {
		margin-bottom: 5px;
	}
	.cast-headshot-holder.flex-col-left {
		width: 90%;
		max-width: 200px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.modal-cast-heading-1 {
		margin-bottom: 5px;
		font-size: 1.5em;
	}
	.cast-modal-wrapper {
		width: 95%;
		padding: 5%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.modal-cast-heading-2 {
		line-height: 1em;
	}
	.cast-modal-text {
		font-size: 1em;
		line-height: 1.15em;
	}
	.broom-img {
		left: -30px;
		top: 35px;
		width: 120px;
		max-width: 200px;
		margin-left: auto;
	}
	.footer-colophon-links {
		margin-bottom: 10px;
	}
	.page-numbers {
		margin-bottom: 10px;
	}
	.creative-part {
		width: 95%;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}
	.about-subheader {
		width: 100%;
		font-size: 1.5em;
	}
	.about-subheader.sneak {
		font-size: 1.25em;
	}
	.day-2 {
		position: relative;
		width: 13.5%;
		padding-bottom: 21%;
	}
	.weekholder {
		margin-right: 10px;
		margin-left: 10px;
	}
	.cal-link-2 {
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		font-size: 0.7em;
		line-height: 1.75em;
	}
	.cal-link-2.redhighlight {
		margin: 1px;
	}
	.cal-link-2.eve {
		bottom: 5px;
	}
	.cal-link-2.mat {
		bottom: 25px;
	}
	.month-head {
		margin-bottom: 20px;
	}
	.days-head {
		width: 13%;
		margin-right: 1px;
		margin-left: 1px;
		padding: 0px;
		font-size: 0.7em;
	}
	.monthname {
		width: auto;
		margin-right: 10px;
		margin-left: 10px;
		font-size: 1em;
		line-height: 1em;
		letter-spacing: 0.5px;
	}
	.day-num-style {
		margin-top: 0px;
		margin-bottom: 10%;
		font-size: 0.7em;
		line-height: 1.5em;
	}
	.invite-step-subhead {
		font-size: 1em;
	}
	.creative-column {
		margin-right: -5px;
		margin-bottom: 10px;
		margin-left: -5px;
	}
	.invite-paragraph {
		width: 100%;
		font-size: 1em;
	}
	.contest-button {
		padding: 10px 15px;
		font-size: 20px;
	}
	.contest-section {
		width: 95%;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.contest-holder {
		-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;
	}
	.play-icon-tile {
		width: 50px;
	}
	.tile-section {
		padding-right: 3%;
		padding-left: 3%;
	}
	.tile-title {
		font-size: 1rem;
	}
	.tile-type-text {
		padding: 0px 5px;
		font-size: 15px;
	}
	.form-block {
		margin-bottom: 10px;
	}
	.hp-subtitle-image {
		width: 100%;
	}
	.page-subhead {
		width: 100%;
	}
	.cal-nav {
		width: auto;
	}
	.calendar-bg {
		width: auto;
	}
	.day-box {
		position: relative;
		padding-bottom: 21%;
	}
	.best-color-2 {
		width: 15px;
		height: 15px;
	}
	.day {
		padding: 0px;
	}
	.best-box {
		width: auto;
		margin-bottom: 10px;
	}
	.date {
		margin-top: 0px;
		margin-bottom: 10%;
		font-size: 0.7em;
		line-height: 1.5em;
	}
	.day-text {
		font-size: 0.8rem;
	}
	.cal-link {
		font-size: 0.7em;
		line-height: 1.75em;
	}
	.cal-link.eve {
		bottom: 5px;
	}
	.cal-link.mat {
		bottom: 25px;
	}
	.best-text {
		font-size: 14px;
	}
	.mobilemonth {
		width: auto;
		margin-right: 10px;
		margin-left: 10px;
		letter-spacing: 0.5px;
	}
	.cal-header {
		height: 80px;
		-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;
	}
	.faq-section {
		padding-top: 30px;
	}
	.confidence-col.conf-col-right {
		width: 70%;
	}
	.amex-col.col-image {
		width: 50%;
	}
	.mobile-nav-logo {
		width: 120px;
		margin-left: 0px;
	}
	.faq-list {
		width: auto;
		padding-right: 5px;
		padding-left: 5px;
	}
	.question {
		font-weight: 700;
	}
}
