/**
 * Gel 2019.2
 * Main Tiny Gel Stylesheet
 * @version 2019.2.2 r 26
 * @modified 2014-08-03 by Fritz Green
 * @modified 2023-03-07 by Christina Joly
*/body {
	width: 100%;
	margin: 0;
	padding: 1.5em;
	color: #4A3D37;
	font-family: Open Sans, open-sans, sans-serif;
	font-size: 18px;
	text-align: left;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-o-font-smoothing: antialiased;
	-moz-transition: background .4s ease,
	color .4s ease,
	fill .4s ease,
	border-color .4s ease,
	-moz-transform .4s ease,
	opacity .4s ease;
	-webkit-transition: background .4s ease,
	color .4s ease,
	fill .4s ease,
	border-color .4s ease,
	-webkit-transform .4s ease,
	opacity .4s ease;
	transition: background .4s ease,
	color .4s ease,
	fill .4s ease,
	border-color .4s ease,
	transform .4s ease,
	opacity .4s ease;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 1em 0 .5em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: English, english, serif;
	text-transform: uppercase;
	font-weight: normal;
}
h1 {
	display: inline-block;
	margin: 3em 1em 1.4em;
	padding: .65em 1.3em;
	background: rgba(55, 125, 131, .75);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
	color: #FFF;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
	font-size: 4em;
}
h2 {
	color: #A2201A;
	font-size: 3.3em;
}
h3 {
	color: #F6BA01;
	font-size: 2.5em;
}
h4 {
	color: #377D83;
	font-size: 2em;
}
h5 {
	color: #A2201A;
	font-size: 1.5em;
}
h6 {
	color: #F6BA01;
	font-size: 1.2em;
}
p, blockquote {
	font-size: 1em;
	line-height: 1.8em;
	text-align: justify;
}
ol, ul {
	margin: .2em 0 .3em 2.25em;
	padding: 0;
}
ul {
	margin: .2em 0 .3em 1.5em;
	padding: 0;
}
li {
	padding: .1em 0;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}
ol li {
	position: relative;
	list-style-type: none;
	counter-increment: step-counter;
	margin: 1em 0;
}
ol li:before, ol li:after {
	position: absolute;
	top: .1em;
	left: -2.25em;
	width: 1.2em;
	height: 1.2em;
	font-size: 1.05em;
}
ol li:before {
	content: "";
	margin: 0;
	padding: 0;
	background: #7B6E69;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
	border-radius: 50%;
}
ol li:after {
	display: flex;
	justify-content: center;
	align-items: center;
	content: counter(step-counter);
	color: #FFF;
	font-family: English, english, serif;
	text-align: center;
	line-height: 1em;
}
ol li:nth-of-type(3):after,
ol li:nth-of-type(4):after,
ol li:nth-of-type(5):after {
	margin-top: -.15em;
}
ul li {
	position: relative;
	margin: 1em 0;
	list-style: none;
}
ul li > svg {
	position: absolute;
	top: .5em;
	left: -1.25em;
}
li li, td td {
	font-size: 1em;
}
iframe {
	max-width: 100%;
	border: none;
}
.video {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
hr {
	display: block;
	width: 100%;
	margin: 2em 0;
	border: none;
	border-bottom: 1px solid #CCC1A9;
}


a, button.link-style {
	background: none;
	border: none;
	color: #A2201A;
	font-size: 1em;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active,
button.link-style:hover, button.link-style:active {
	color: #377D83;
}


fieldset, .fieldset, table {
	position: relative;
	width: 100%;
	padding: 0;
	background: #7B6E69;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
	border: none;
	border-collapse: collapse;
	color: #FFF;
}

fieldset:not(.fieldset-payment-info), .fieldset, table {
	margin-top: 3em;
	padding: 0 0 1.5em;
}
.fieldset {
	margin-top: 5em;
}
table {
	margin: 2em 0;
}
fieldset table {
	width: auto;
	margin: 0 2em .75em;
}
legend {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	margin: 0 0 1em;
	padding: .4em 1em .3em;
	background: #A2201A;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
	color: #FFF;
	font-family: English, english, serif;
	font-size: 2em;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
}
fieldset:nth-of-type(3n-1) legend {
	background: #F6BA01;
}
fieldset:nth-of-type(3n) legend {
	background: #377D83;
}
legend + * {
	clear: both;
}
legend + .admin-icon {
	clear: none;
}
th {
	background-color: #A2201A;
	color: #FFF;
	font-weight: bold;
}
th *, .headrow td *,
th *:hover, .headrow td *:hover {
	color: #FFF;
	font-weight: bold;
	font-style: normal;
}
tr:nth-last-of-type(even) {
	background-color: #90827D;
}
th, td {
	font-size: 1em;
	line-height: 1.8em;
	padding: .25em 0;
}
th:first-child, td:first-child {
	padding-left: 1.5em;
}
th:last-child, td:last-child {
	padding-right: 1.5em;
}
td a:hover {
	color: #F6BA01;
}
label, .label {
	font-size: 1.1em;
	margin: .3em .3em 0 0;
	color: #FFF;
	display: inline-block;
}
.label:not(:first-of-type) {
	margin-top: 1em;
}
.label + * {
	margin-top: 0;
}
input[type="checkbox"],
input[type="radio"] {
	height: 1.5em;
	margin-right: .75em;
}
input[type="submit"],
input[type="button"],
button,
.button {
	display: inline-block;
	margin: 1em 1em 1em 0;
	padding: .4em .95em;
	-webkit-appearance: none;
	background: #F6BA01;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
	border: none;
	border-radius: 0;
	color: #FFF;
	font-family: English, english, serif;
	font-size: 1em;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.button {
	padding: .45em 1em;
}
.sidebar-button {
	width: 100%;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus,
.button:active {
	background: #A2201A;
	color: #FFF;
}
input[type="text"],
input[type="file"],
input[type="password"],
input[type="email"],
textarea,
select {
	margin: .5em 1em .75em 0;
	padding: .4em .6em;
	background: #FFF;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
	border: 1px solid #7B6E69;
	border-radius: 0;
	color: #4A3D37;
	font-family: Open Sans, open-sans, sans-serif;
	font-size: 1em;
}
input[type="text"]:hover,
input[type="file"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:hover,
select:hover {
	background: #EBE8E0;
	border-color: #706460;
}
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
	background: #DEDBD5;
	border-color: #645a56;
}
input::-webkit-input-placeholder {
	color: #7B6E69;
}
input::-moz-placeholder {
	color: #4A3D37;
}
input:-ms-input-placeholder {
	color: #7B6E69;
}
textarea::-webkit-input-placeholder {
	color: #7B6E69;
}
textarea::-moz-placeholder {
	color: #4A3D37;
}
textarea:-ms-input-placeholder {
	color: #7B6E69;
}
@media screen and (max-width: 600px) {
	input[type="submit"],
	input[type="button"],
	button,
	.button {
		width: 100%;
		margin: 1em 0;
	}
}

#checkbox-katchu {
	display: none;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}

.two-column {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-gap: 50px;
	column-gap: 50px;
}
.two-col-list {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-gap: 50px;
	column-gap: 50px;
	margin-top: 2em;
	margin-bottom: 2em;
}
.two-col-list li {
	break-inside: avoid;
	margin: 1em 1.6em;
}
.two-col-list li:first-child {
	margin-top: 0;
}
.narrow {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.strikethrough {
	text-decoration: line-through;
}
.underline {
	text-decoration: underline;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}
.clear {
	clear: both;
}
.note {
	font-size: .8em;
	font-style: italic;
}
.small {
	font-size: .8em;
}
.nowrap {
	white-space: pre;
}
.required, .warning {
	color: #A2201A;
	font-weight: bold;
	line-height: 1em;
}
.display-block {
	display: block
}
.display-none {
	display: none
}
.small-caps {
	font-variant: small-caps;
}
@media screen and (max-width: 800px) {
	.two-column, .two-col-list {
		column-count: 1;
	}
}



.flex-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: row;
	-webkit-box-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flexbox-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -.5em 2em -.25em .5em;
}
.flex-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: row;
	-webkit-box-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flexbox-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1 100%;
	-moz-box-flex: 1 100%;
	-webkit-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
	-webkit-align-self: flex-start;
	align-self: flex-start;
	margin: 0 0 .5em 1.5em;
}
.flex-2 {
	-webkit-box-flex: 1 40%;
	-moz-box-flex: 1 40%;
	-webkit-flex: 1 40%;
	-ms-flex: 1 40%;
	flex: 1 40%;
}
.flex-3 {
	-webkit-box-flex: 1 27%;
	-moz-box-flex: 1 27%;
	-webkit-flex: 1 27%;
	-ms-flex: 1 27%;
	flex: 1 27%;
}
.flex-4 {
	-webkit-box-flex: 1 18%;
	-moz-box-flex: 1 18%;
	-webkit-flex: 1 18%;
	-ms-flex: 1 18%;
	flex: 1 18%;
	-moz-box-direction: column;
	-webkit-box-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flexbox-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-5 {
	-webkit-box-flex: 1 15%;
	-moz-box-flex: 1 15%;
	-webkit-flex: 1 15%;
	-ms-flex: 1 15%;
	flex: 1 15%;
}
.flex-check {
	align-items: center;
	width: 100%;
	margin-top: .4em;
}
.flex-block .flex-check {
	-webkit-box-flex: 1 0 100%;
	-moz-box-flex: 1 100%;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100;
	flex: 1 0 100%;
}
.flex-check label {
	display: inline;
	width: auto;
	font-size: 1em;
	margin: 0;
}
.flex-check label:not(:last-of-type) {
	margin-right: 1.5em;
}
.flex-check p {
	display: inline;
	width: auto;
	margin: 0 .5em 0 .25em;
}


.main-col-img {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0 2.5em -1.5em;
}
.main-col-img img {
	align-self: flex-start;
	flex: 1 0 40%;
	width: 40%;
	margin: 1.5em 0 0 1.5em;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
}
.main-col-img-lg {
	margin: 2em 0;
}
.main-col-img-lg img {
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
}
.sidebar-img {
	margin: 1em 0 2em;
}
.sidebar-img img {
	margin: 1.5em 0 0;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
}
.main-col-img:last-child,
.main-col-img-lg:last-child,
.sidebar-img:last-child {
	margin-bottom: 0;
}
.artwork-i {
	flex: 1 0 40%;
	margin: 1em;
	font-size: .6em;
}
.artwork-i img {
	width: 100%;
	margin: 0 auto;
}
.artwork-i p {
	text-align: center;
}
@media screen and (max-width: 500px) {
	.main-col-img {
		margin: 1em 0 2.5em;
	}
	.main-col-img img, .artwork-i {
		flex: 0 0 100%;
		width: 100%;
		margin: 1.5em 0 0;
	}
}


form#inline-lead-form {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
	border-radius: 3px;
}
.inline-lead-form-container {
	top: 0;
}
.get-info, .inline-lead-submit-button {
	padding: 0 2em;
}
.get-info {
	position: relative;
	margin: 0 0 1em;
}
.get-info label {
	position: absolute;
	z-index: 2;
	top: .2em;
	left: 3.2em;
	width: auto;
	font-size: .75em;
	font-weight: 700;
}
.get-info input, .get-info textarea {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 1.8em .4em .4em 1em;
}
.inline-lead-form-button {
	width: 100% !important;
	margin: 0 !important;
}
.inline-lead-form fieldset {
	margin-top: 0;
	margin-bottom: 2em;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding: 1em 0 1.5em;
}
#inline-lead-form .success {
	margin: -.5em 0 1em;
}
.inline-lead-submit-button {
	margin-top: 1.5em;
}
@media screen and (max-width: 1024px) {
	.inline-lead-form fieldset {
		margin-top: 3em;
	}
}


.validation-error {
	border: 1px solid #363845 !important;
}
.st-hidden {
	display: none;
}
.text-inline-error {
	font-weight: bold;
	color: #f6ba01;
}



body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: column;
	-webkit-box-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flexbox-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	padding: 0;
}
.svg-group {
	display: none;
}
.pointer {
	cursor: pointer;
}
.attractions-header {
	display: none;
	margin: 1.7em 0 .1em;
	color: #FFF;
	font-family: English, english, serif;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
}
.menu-columns {
	display: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style-position: inside;
	text-align: center;
}
.mobile-toggle {
	display: none!important;
}


.menu-level-1{
	margin: 0!important;
}


@media screen and (max-width: 1250px) {
	h1 {
		font-size: 3.5em;
	}
	h2 {
		font-size: 3em;
	}
}
@media screen and (max-width: 1100px) {
	h1 {
		margin: 1.4em 1em;
	}
	.mobile-toggle {
		display: block!important;
		background: none!important;
		padding: 0!important;
		margin: 0!important;
		position: relative!important;
		top: -3em!important;
		font-size: 1em!important;
		box-shadow: none!important;
		border: none!important;
		text-align: right!important;
	}
	.menu-events > a.mobile-toggle {
		display: none!important;
	}
}
@media screen and (max-width: 1000px) {
	h1 {
		display: block;
		margin: 1em;
		padding: .5em .75em;
		font-size: 3em;
	}
	h2 {
		font-size: 2.5em;
	}
	h3 {
		font-size: 2em
	}
	h4 {
		font-size: 1.5em;
	}
	h5 {
		font-size: 1.25em;
	}
	h6 {
		font-size: 1.1em
	}
}
@media screen and (max-width: 600px) {
	h1 {
		margin: .8em;
		font-size: 2.5em;
	}
	h2 {
		font-size: 2em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.35em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1em;
	}
	p, blockquote, ul, ol {
		font-size: .8em;
		line-height: 1.6em;
	}
	ul li > svg {
		top: .35em;
		left: -1.75em;
	}
}
@media screen and (max-width: 500px) {
	h1 {
		margin: 1em;
		font-size: 2em;
	}
	h2 {
		font-size: 1.75em;
	}
}
@media screen and (max-width: 400px) {
	h1 {
		padding: .5em .25em;
		font-size: 1.75em;
	}
}



.content-o {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	margin: auto;
	background: #FFF;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
}
.content-i {
	position: relative;
	width: 100%;
	max-width: 70em;
	margin: auto;
	padding: 4em;
}
@media screen and (max-width: 1000px) {
	.content-o {
		padding: 0;
	}
	.content-i {
		padding: 3em;
	}
}
@media screen and (max-width: 600px) {
	.content-i {
		padding: 2em;
	}
}



header {
	position: absolute;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 1.5em;
	background: rgba(74, 61, 55, .9);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
}
.header-logo {
	position: relative;
	z-index: 1;
}
.header-logo:hover {
	transform: scale(1.03);
}
.header-cart {
	position: absolute;
	top: 2.25em;
	right: 1em;
}
.header-cart:hover {
	transform: scale(1.03);
}
.cart-number {
	position: absolute;
	top: .125em;
	right: .65em;
	width: 1.5em;
	color: #4A3D37;
	font-size: .6em;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 1400px) {
	.header-logo svg {
		width: 13.8em;
		height: 2.5em;
	}
	.header-cart {
		top: 2em;
	}
}
@media screen and (max-width: 1250px) and (min-width: 1101px) {
	.header-logo svg {
		width: 11em;
		height: 2em;
	}
	.header-cart {
		top: 1.75em;
	}
}
@media screen and (max-width: 1100px) {
	header {
		position: relative;
		justify-content: space-between;
		min-height: 5.9em;
		padding: 1.5em 4em;
		background: #4A3D37;
	}
	.header-cart {
		top: 2.25em;
		right: 9em;
	}
}
@media screen and (max-width: 1000px) {
	header {
		padding: 1.5em 3em;
	}
	.header-cart {
		top: 2em;
		right: 8em;
	}
}
@media screen and (max-width: 600px) {
	header {
		min-height: 5.1em;
		padding: 1.2em 2em;
	}
	.header-cart {
		top: 1.6em;
		right: 6em;
	}
}
@media screen and (max-width: 450px) {
	header {
		min-height: 4.25em;
		padding: 1em 1.5em;
	}
	.header-logo svg {
		width: 11em;
		height: 2em;
	}
	.header-cart {
		right: 4.5em;
	}
}
@media screen and (max-width: 350px) {
	header {
		padding: 1em;
	}
	.header-logo svg {
		width: 10em;
		height: 1.8em;
	}
	.header-cart {
		right: 4em;
	}
}





.animals h2 {
	margin-top: 0;
}


@media screen and (min-width: 1101px) {
	nav {
		width: 100%;
	}
	nav .nav-trigger {
		display: none;
	}
	.dropdown {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		-moz-box-pack: center;
		justify-content: center;
		width: 100%;
		margin: -2.75em 0 0 .35em;
		padding: 0;
		list-style: none;
	}
	.dropdown li {
		position: static;
		margin: 0;
		padding: 0;
	}
	.dropdown .menu-visit {
		margin-left: 1em;
	}
	.dropdown .menu-support {
		margin-right: 20em;
	}
	.dropdown .menu-guest-pass {
		margin-right: 0;
	}
	.dropdown a {
		color: #FFF;
		font-size: 1.15em;
		text-transform: uppercase;
	}
	.dropdown a:hover {
		color: #F6BA01;
	}
	.dropdown > li svg {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 .75em 0 1em;
	}
	.dropdown .menu-visit svg,
	.dropdown .menu-about-parent svg {
		display: none;
	}
	
	.dropdown ul {
		display: none;
		position: absolute;
		flex-direction: column;
		top: 2.95em;
		
		justify-content: center;
		
		margin: 0;
		padding: 3.4em 0 0;
		list-style: none;
	}
	.svg-included .menu-level-1 {
		margin-left: 2.65em;
	}
	.menu-support .menu-level-1 {
		margin-left: 2.65em;
	}

	
	
	
	
	
	
	
	
	
	
	
	.dropdown li:hover ul {
		display: flex;
	}
	.dropdown ul li {
		display: block;
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		background: rgb(123, 110, 105);
	}
	.dropdown ul li:hover {
		background: rgba(162, 32, 26, .9);
	}
	.dropdown .menu-img {
		
		
		padding: 2em;
	}
	.dropdown ul a {
		display: block;
		width: 100%;
		margin-top: 1em;
		font-size: 1em;
		text-align: center;
	}
	.dropdown .menu-img a {
		margin-top: 0;
		font-family: English, english, serif;
		font-weight: normal;
	}
	
	
	
	
	
	
	
	
	
	
	.menu-plan-visit a:before {
		background-image: url('/images/user_images/thumbnails/plan-visit.jpg');
	}
	.menu-group-tours a:before {
		background-image: url('/images/user_images/thumbnails/group-tours.jpg');
	}
	.menu-school-tours a:before {
		background-image: url('/images/user_images/thumbnails/school-groups.jpg');
	}
	.menu-events a:before {
		background-image: url('/images/user_images/thumbnails/events.jpg');
	}
	.menu-kidsfest a:before {
		background-image: url('/images/user_images/thumbnails/events-kidsfest.jpg');
	}
	.menu-cow-thieves a:before {
		background-image: url('/images/user_images/thumbnails/events-cow-thieves.jpg');
	}
	.menu-the-woolaroc a:before {
		background-image: url('/images/calendar_pics/The-Woolaroc-Retrospective-Exhibit-and-Sale-Opening_event-image-1_0408727.jpg');
	}
	.menu-wonderland-of-lights a:before {
		background-image: url('/images/user_images/thumbnails/events-lights.jpg');
	}
	.menu-join a:before {
		background-image: url('/images/user_images/thumbnails/join.jpg');
	}
	.menu-donate a:before {
		background-image: url('/images/user_images/thumbnails/donate.jpg');
	}
	.menu-about a:before {
		background-image: url('/images/user_images/thumbnails/about.jpg');
	}
	.menu-history a:before {
		background-image: url('/images/user_images/thumbnails/history.jpg');
	}
	.menu-contact a:before {
		background-image: url('/images/user_images/thumbnails/contact.jpg');
	}
	.menu-employment a:before {
		background-image: url('/images/user_images/thumbnails/employment.jpg');
	}
	.menu-volunteer a:before {
		background-image: url('/images/user_images/thumbnails/volunteer.jpg');
	}
	.menu-new-facilities a:before {
		background-image: url('/images/user_images/thumbnails/new-facilites.jpg');
	}
	.dropdown ul svg {
		display: none;
	}
	
	
	.dropdown .menu-visit li {
		flex: 0 0 auto;
		height: auto;
		
	}
	.menu-columns > li {
		width: auto !important;
	}
	
	
	
	.menu-group-tours a:before, .menu-school-tours a:before {
		height: 4.25em;
	}
	.menu-visit li:not(.menu-img) a {
		margin: 0 0 .1em;
		font-size: .9em;
		line-height: 1.65em;
		font-weight: normal;
		text-transform: none;
	}
	.menu-museum {
		position: relative;
	}
	.nav-info-text {
		position: absolute;
		left: 50%;
		bottom: 2.4em;
		margin-left: 18em;
		color: #FFF;
		font-size: .9em;
	}
	
	
	.menu-level-2 {
		left: 13em;
		margin-top: -5.8em!important;
		width: 15em;
		display: none;
	}
	li.ml-3 {
		
		
		padding: 1em!important;
		min-height: 1.5em!important;
		font-size: 1.1em!important;
		text-transform: capitalize;
		background: #4e4438!important;
		border: 10px #fff!important;
	}
	li.ml-3 > a {
		font-size: 1.1em!important;
		border: 10px #fff!important;
	}
	li.ml-3:hover {
		background: #377D83!important;
	}
}
@media screen and (max-width: 1700px) and (min-width: 1401px) {
	
	
	
	
	
	.menu-events-parent .menu-img a:before {
		height: 10.65em;
	}
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
	.dropdown {
		margin-top: -2.5em;
	}
	.dropdown .menu-support {
		margin-right: 16em;
	}
	.dropdown > li svg {
		margin: 0 .5em 0 .75em;
	}
	.dropdown ul {
		top: 2.4em;
	}
	.dropdown ul:after {
		top: 2.7em;
	}
	.menu-events-parent .menu-img a:before {
		height: 9.5em;
	}
}
@media screen and (max-width: 1250px) and (min-width: 1101px) {
	.dropdown {
		margin-top: -2.25em;
		font-size: .9em;
	}
	.dropdown .menu-support {
		margin-right: 15em;
	}
}
@media screen and (max-width: 1100px) {
	nav {
		cursor: pointer;
	}
	.nav-trigger {
		padding: .85em .5em;
		background: #A2201A;
		border: 3px solid #F6BA01;
		font-size: 1.3em;
	}
	.nav-trigger:hover {
		background: #377D83;
	}
	.nav-trigger-i, .nav-trigger-i:before, .nav-trigger-i:after {
		display: block;
		width: 1.15em;
		height: 3px;
		background: #FFF;
		box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
		border-radius: .15em;
	}
	.nav-trigger-i:before, .nav-trigger-i:after {
		content: "";
		position: absolute;
	}
	.nav-trigger-i:before {
		margin-top: -9px;
	}
	.nav-trigger-i:after {
		margin-top: 9px;
	}
	.nav-close .nav-trigger-i, nav:hover .nav-close .nav-trigger-i {
		background: none;
		box-shadow: none;
		-moz-transition: none;
		-webkit-transition: none;
		transition: none;
	}
	.nav-close .nav-trigger-i:before {
		margin-top: 0;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.nav-close .nav-trigger-i:after {
		margin-top: 0;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.dropdown {
		position: absolute;
		top: 5.65em;
		right: 0;
		z-index: 9999;
		width: 65%;
		max-height: 0;
		overflow: hidden;
		list-style: none;
		transition: all .4s ease;
	}
	.nav-close + .dropdown {
		display: block;
		max-height: 350vh;
	}
	.dropdown li, .dropdown a {
		display: block;
		width: 100%;
		margin: 0;
		color: #FFF;
		text-align: left;
	}
	.dropdown li {
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}
	.dropdown li:hover ul {
		display: none;
	}
	
	
	
	.dropdown svg:not(.toggle-arrow) {
		display: none;
	}
	.dropdown a {
		padding: 1.5em 3em;
		background: rgb(123, 110, 105);
		border-top: 1px solid rgba(255, 255, 255, .5);
		font-weight: normal;
	}
	.dropdown a:hover {
		background: rgba(162, 32, 26, .9);
	}
	
	li.ml-2 {
		text-transform: capitalize;
	}
	li.ml-2 > a {
		padding-left: 5em;
		background: #a2201a;
	}
	.menu-level-2 {
		margin: 0;
	}
	li.ml-3 > a {
		background: #387d83;
		padding-left: 9em;
	}
}
@media screen and (max-width: 600px) {
	.dropdown {
		top: 6.1em;
	}
}
@media screen and (max-width: 450px) {
	.nav-trigger {
		padding: .65em .35em;
	}
	.nav-trigger-i, .nav-trigger-i:before, .nav-trigger-i:after {
		width: .9em;
		height: 2px;
	}
	.nav-trigger-i:before {
		margin-top: -7px;
	}
	.nav-trigger-i:after {
		margin-top: 7px;
	}
	.dropdown {
		top: 5.1em;
	}
}


.sticky-footer {
	display: flex;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	max-height: 5em;
	transition: all .4s ease;
}
.sticky-footer-hide {
	max-height: 0;
	overflow: hidden;
}
.sticky-footer-contact {
	display: flex;
	flex-direction: column;
	flex: 1 0 50%;
	width: 50%;
	padding: 1em 0 1em 3.3em;
	background: rgba(74, 61, 55, .9);
	box-shadow: 0 -2px 4px rgba(0, 0, 0, .4);
	color: #FFF;
}
.sticky-footer-contact p {
	position: relative;
	margin: 0;
}
.sticky-footer-hours {
	font-weight: 600;
}

.sticky-footer-contact a {
	color: #FFF;
	font-weight: normal;
}
.sticky-footer-contact a:hover {
	color: #F6BA01;
}
.sticky-footer-form {
	position: relative;
	flex: 0 0 17.5em;
	width: 17.5em;
}
.sticky-footer-form h6 {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 1.5em 0 1em;
	background: rgba(162, 32, 26, .9);
	box-shadow: 1px -2px 4px rgba(0, 0, 0, .4);
	color: #FFF;
	line-height: 1em;
	text-align: center;
	cursor: pointer;
	height: 100%;
}
.sticky-footer-form h6:hover {
	background: rgba(246, 186, 1, .9);
}
.sticky-footer-form fieldset {
	position: absolute;
	bottom: 4.8em;
	max-height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: rgba(74, 61, 55, .9);
	box-shadow: 1px -2px 4px rgba(0, 0, 0, .4);
	transition: all .4s ease;
}
.sticky-footer-form .sticky-footer-show {
	max-height: 40em;
	padding: 1.5em 1.75em 2.25em;
}
.sticky-footer-form input,
.sticky-footer-form textarea {
	width: 100%;
}
.sticky-footer-form input[type="submit"] {
	background: #377D83;
	margin-top: .5em;
}
.sticky-footer-form input[type="submit"]:hover {
	background: #F6BA01;
}
.sticky-footer-form .success,
.sticky-footer-form .error {
	margin: 0 0 1em;
	padding: .5em 1em;
	font-size: .75em;
}
@media screen and (max-width: 1400px){
	.sticky-footer-contact p {
		font-size: 1.2vw;
	}
}
@media screen and (max-width: 1100px) {
	.sticky-footer-phone, .sticky-footer-address:after {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	.sticky-footer {
		display: none;
	}
}


.h1 {
	background-image: url('/images/page-headers/plan-visit-lg.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	box-shadow: inset 1px -2px 4px rgba(0, 0, 0, .4);
	text-align: center;
}
.visit .h1 {
	background-image: url('/images/page-headers/visit-lg.jpg');
}
.plan-visit .h1 {
	background-image: url('/images/page-headers/plan-visit-lg.jpg');
}
.group-tours .h1 {
	background-image: url('/images/page-headers/group-tours-lg.jpg');
}
.school-tours .h1 {
	background-image: url('/images/page-headers/school-tours-lg.jpg');
}
.museum .h1 {
	background-image: url('/images/page-headers/museum-lg.jpg');
}
.wildlife-preserve .h1 {
	background-image: url('/images/page-headers/wildlife-preserve-lg.jpg');
}
.lodge .h1 {
	background-image: url('/images/page-headers/lodge-lg.jpg');
}
.mountain-man-camp .h1 {
	background-image: url('/images/page-headers/mountain-man-camp-lg.jpg');
}
.hiking .h1 {
	background-image: url('/images/page-headers/hiking-lg.jpg');
}
.animal-barn .h1 {
	background-image: url('/images/page-headers/animal-barn-lg.jpg');
}
.wildlife-gallery .h1 {
	background-image: url('/images/page-headers/wildlife-gallery-lg.jpg');
}
.concession .h1 {
	background-image: url('/images/page-headers/concession-lg.jpg');
}
.faqs .h1 {
	background-image: url('/images/page-headers/faqs-lg.jpg');
}
.rent .h1 {
	background-image: url('/images/page-headers/rent-lg.jpg');
}
.events .h1 {
	background-image: url('/images/page-headers/events-lg-2.jpg');
}
.support .h1 {
	background-image: url('/images/page-headers/support-lg.jpg');
}
.join .h1 {
	background-image: url('/images/page-headers/join-lg.jpg');
}
.solo .h1 {
	background-image: url('/images/page-headers/solo-lg.jpg');
}
.partner .h1 {
	background-image: url('/images/page-headers/partner-lg.jpg');
}
.family-partner .h1 {
	background-image: url('/images/page-headers/family-partner-lg-2.jpg');
}
.associate-sponsor .h1 {
	background-image: url('/images/page-headers/associate-sponsor-lg.jpg');
}
.sponsor .h1 {
	background-image: url('/images/page-headers/sponsor-lg.jpg');
}
.sustaining .h1 {
	background-image: url('/images/page-headers/sustaining-lg.jpg');
}
.benefactor .h1 {
	background-image: url('/images/page-headers/benefactor-lg.jpg');
}
.patron .h1 {
	background-image: url('/images/page-headers/patron-lg.jpg');
}
.about .h1 {
	background-image: url('/images/page-headers/about-lg.jpg');
}
.history .h1 {
	background-image: url('/images/page-headers/history-lg.jpg');
}
.volunteer .h1 {
	background-image: url('/images/page-headers/volunteer-lg.jpg');
}
.employment .h1 {
	background-image: url('/images/page-headers/employment-lg.jpg');
}
.contact .h1 {
	background-image: url('/images/page-headers/contact-lg.jpg');
}
.buy .h1 {
	background-image: url('/images/page-headers/buy-lg.jpg');
}
.gift-shop .h1 {
	background-image: url('/images/page-headers/gift-shop-stuffies.jpg');
}
.playground .h1 {
	background-image: url('/images/page-headers/playground-lg.jpg');
}
.welcome-center .h1 {
	background-image: url('/images/page-headers/welcome-center-lg.jpg');
}
@media screen and (max-width: 1000px) {
	.h1 {
		background-image: url('/images/page-headers/plan-visit-sm.jpg');
	}
	.visit .h1 {
		background-image: url('/images/page-headers/visit-sm.jpg');
	}
	.plan-visit .h1 {
		background-image: url('/images/page-headers/plan-visit-sm.jpg');
	}
	.group-tours .h1 {
		background-image: url('/images/page-headers/group-tours-sm.jpg');
	}
	.school-tours .h1 {
		background-image: url('/images/page-headers/school-tours-sm.jpg');
	}
	.museum .h1 {
		background-image: url('/images/page-headers/museum-sm.jpg');
	}
	.wildlife-preserve .h1 {
		background-image: url('/images/page-headers/wildlife-preserve-sm.jpg');
	}
	.lodge .h1 {
		background-image: url('/images/page-headers/lodge-sm.jpg');
	}
	.mountain-man-camp .h1 {
		background-image: url('/images/page-headers/mountain-man-camp-sm.jpg');
	}
	.hiking .h1 {
		background-image: url('/images/page-headers/hiking-sm.jpg');
	}
	.animal-barn .h1 {
		background-image: url('/images/page-headers/animal-barn-sm.jpg');
	}
	.wildlife-gallery .h1 {
		background-image: url('/images/page-headers/wildlife-gallery-sm.jpg');
	}
	.concession .h1 {
		background-image: url('/images/page-headers/concession-sm.jpg');
	}
	.faqs .h1 {
		background-image: url('/images/page-headers/faqs-sm.jpg');
	}
	.rent .h1 {
		background-image: url('/images/page-headers/rent-sm.jpg');
	}
	.events .h1 {
		background-image: url('/images/page-headers/events-sm-2.jpg');
	}
	.support .h1 {
		background-image: url('/images/page-headers/support-sm.jpg');
	}
	.join .h1 {
		background-image: url('/images/page-headers/join-sm.jpg');
	}
	.solo .h1 {
		background-image: url('/images/page-headers/solo-sm.jpg');
	}
	.partner .h1 {
		background-image: url('/images/page-headers/partner-sm.jpg');
	}
	.family-partner .h1 {
		background-image: url('/images/page-headers/family-partner-sm-2.jpg');
	}
	.associate-sponsor .h1 {
		background-image: url('/images/page-headers/associate-sponsor-sm.jpg');
	}
	.sponsor .h1 {
		background-image: url('/images/page-headers/sponsor-sm.jpg');
	}
	.sustaining .h1 {
		background-image: url('/images/page-headers/sustaining-sm.jpg');
	}
	.benefactor .h1 {
		background-image: url('/images/page-headers/benefactor-sm.jpg');
	}
	.patron .h1 {
		background-image: url('/images/page-headers/patron-sm.jpg');
	}
	.about .h1 {
		background-image: url('/images/page-headers/about-sm.jpg');
	}
	.history .h1 {
		background-image: url('/images/page-headers/history-sm.jpg');
	}
	.volunteer .h1 {
		background-image: url('/images/page-headers/volunteer-sm.jpg');
	}
	.employment .h1 {
		background-image: url('/images/page-headers/employment-sm.jpg');
	}
	.contact .h1 {
		background-image: url('/images/page-headers/contact-sm.jpg');
	}
	.buy .h1 {
		background-image: url('/images/page-headers/buy-sm.jpg');
	}
	.playground .h1 {
		background-image: url('/images/page-headers/playground-sm.jpg');
	}
	.welcome-center .h1 {
		background-image: url('/images/page-headers/welcome-center-sm.jpg');
	}
}




.content-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: column;
	-webkit-box-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flexbox-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	height: auto;
}
.content-wide {
	position: relative;
	left: 31em;
	width: 100vw;
	margin: 4em 0 -4em -50vw;
}
.content-o:nth-of-type(odd):not(:first-of-type), .content-wide:nth-of-type(even) {
	background: #E2DFD8;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .4);
}
.content-o:nth-of-type(even):not(:first-of-type) h2, .content-wide h2 {
	margin-top: 0;
	color: #7B6E69;
	text-align: center;
}
.content-main > .content-i {
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-align-content: flex-start;
	align-content: flex-start;
	-webkit-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: flex;
}

.page-column-full {
	-webkit-box-flex: 1 0 100%;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	width: 100%;
}

.page-column-full-sl {
	-webkit-box-flex: 1 0 50%;
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	width: 50%;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}
.page-column-sl {
	-webkit-box-flex: 0 0 20em;
	-webkit-flex: 0 0 20em;
	-ms-flex: 0 0 20em;
	flex: 0 0 20em;
	width: 20em;
	margin-right: 3em;
}

.page-column-full-sr {
	-webkit-box-flex: 1 0 50%;
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	width: 50%;
}
.page-column-sr {
	-webkit-box-flex: 0 0 20em;
	-webkit-flex: 0 0 20em;
	-ms-flex: 0 0 20em;
	flex: 0 0 20em;
	width: 20em;
	margin-left: 3em;
	padding-left: 3em;
	border-left: 1px solid #CCC1A9;
}

.page-column-full-sb {
	-webkit-box-flex: 1 0 35%;
	-webkit-flex: 1 0 35%;
	-ms-flex: 1 0 35%;
	flex: 1 0 35%;
	width: 35%;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}
.page-column-slb {
	-webkit-box-flex: 0 0 12em;
	-webkit-flex: 0 0 12em;
	-ms-flex: 0 0 12em;
	flex: 0 0 12em;
	width: 12em;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	margin-right: 3em;
}
.page-column-srb {
	-webkit-box-flex: 0 0 12em;
	-webkit-flex: 0 0 12em;
	-ms-flex: 0 0 12em;
	flex: 0 0 12em;
	width: 15em;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
	margin-left: 3em;
}
.page-column-full > *:first-child,
.page-column-full-sl > *:first-child, .page-column-sl > *:first-child,
.page-column-full-sr > *:first-child, .page-column-sr > *:first-child,
.page-column-full-sb > *:first-child, .page-column-slb > *:first-child, .page-column-srb > *:first-child {
	margin-top: 0;
}
@media screen and (max-width: 1260px) {
	.content-wide {
		left: 0;
		margin: 4em -4em -4em;
	}
}
@media screen and (max-width: 1000px) {
	.content-wide {
		left: 0;
		margin: 3em -3em -3em;
	}
	.page-column-full-sl, .page-column-sl,
	.page-column-full-sr, .page-column-sr,
	.page-column-full-sb, .page-column-slb, .page-column-srb {
		-webkit-box-flex: 1 0 100%;
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
	}
	.page-column-full-sr, .page-column-full-sl,
	.page-column-full-sb {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	.page-column-sr, .page-column-sl,
	.page-column-slb, .page-column-srb {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		margin: 2em 0 0;
		padding: 2em 0 0;
		border-top: 1px solid #999;
		border-right: none;
		border-left: none;
	}
}
@media screen and (max-width: 600px) {
	.content-wide {
		margin: 2em -2em -2em;
	}
}


.bread {
	width: 100%;
	margin: -2em 0 2em;
	font-size: .8em;
	opacity: .7;
}
.bread ol {
	margin-left: 0;
}
.bread li {
	display: inline;
}
.bread li:before, .bread li:after {
	display: none;
}
.bread a {
	color: #4A3D37;
}
.bread a:hover {
	color: #377D83;
}
@media screen and (max-width: 600px) {
	.bread {
		margin: -.5em 0 1.5em;
		font-size: .7em;
	}
}


.error,
.success {
	position: relative;
	margin: 2em 0;
	padding: .5em 1em .75em 4em;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
	color: #FFF;
}
.content-i > .error, .content-i > .success {
	width: 100%;
}
.error {
	background: #A2201A;
}
.success {
	background: #377D83;
}
.error svg, .success svg {
	position: absolute;
	top: 50%;
	left: 1em;
	width: 2em;
	height: 2em;
	margin-top: -1em;
}
.error p, .success p {
	margin: .15em 0;
	line-height: 1.5em;
}
.error a, .success a {
	color: #FFF;
}
@media screen and (max-width: 750px) {
	.error, .success {
		position: static;
		width: 100%;
		padding: .5em 1em .75em;
	}
	.error svg, .success svg {
		display: none;
	}
}


.cookies {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1.5em;
	background: rgba(55, 125, 131, .95);
	box-shadow: 1px -2px 4px rgba(0, 0, 0, .4);
	color: #FFF;
	text-align: center;
	font-size: .8em;
}
.cookies p {
	max-width: 50em;
	margin: 0 2em 0 0;
	font-size: .9em;
}
.cookies a {
	color: #FFF;
	text-decoration: underline;
}
.cookies a:hover {
	color: #F6BA01;
}
.cookies input[type='submit'] {
	margin:  0;
	background: #A2201A;
}
.cookies input[type='submit']:hover {
	background: #F6BA01;
}
@media screen and (max-width: 800px) {
	.cookies {
		display: block;
	}
	.cookies p {
		margin: 0;
		text-align: center;
	}
	.cookies input[type="submit"] {
		margin: 1em 0 0;
	}
}


.gel-product-cart-options {
	display: block;
	margin: 2.5em auto;
	padding: 2em;
	background: #E2DDD0;
	border: 1px solid #CCC1A9;
	text-align: center;
}
.page-column-full .gel-product-cart-options {
	max-width: 22em;
}
.gel-product-cart-options .success,
.gel-product-cart-options .error {
	margin: 0 0 1.25em;
	font-size: .8em;
	text-align: left;
}
.gel-product-price {
	margin: 0 0 .7em;
	color: #A2201A;
	font-family: English, english, serif;
	font-size: 2.5em;
	line-height: 1em;
	text-align: center;
}
.gel-product-price .small-text {
	font-size: .4em;
	line-height: .5em;
	font-family: Open Sans, open-sans, sans-serif;
}
.gel-product-cart-options .flex-form,
.gel-product-cart-options .flex-block {
	margin-left: 0;
	margin-right: 0;
}
.gel-product-cart-options label {
	color: #404545;
}
.gel-product-quantity {
	justify-content: center;
	align-items: center;
}
.gel-product-quantity label {
	margin: 0 .5em 0 0;
	line-height: 1em;
}
.gel-product-quantity select {
	margin: 0;
	text-align: center;
}
.gel-product-inputs,
.gel-product-inputs label,
.gel-product-inputs input,
.gel-product-inputs textarea {
	width: 100%;
}
.gel-product-inputs input,
.gel-product-inputs textarea {
	margin: .5em 0;
}
.gel-product-date {
	display: flex;
	width: 100%;
}
.gel-product-date input[type="text"].hasDatepicker {
	flex: 1 0 50%;
	width: 50%;
}
.gel-product-date img {
	flex: 0 0 1.25em;
	width: 1.25em;
	height: 1.25em;
	margin: .5em 0 0 .5em;
}
.gel-product-quantity select {
	margin: 0;
	text-align: center;
}
.gel-product-cart-options input[type='button'] {
	width: 100%;
	margin: 1em 0 0;
}
@media screen and (min-width: 1101px) {
	.product-page .page-column-sr {
		flex: 0 0 23em;
		width: 23em;
	}
}
@media screen and (max-width: 1100px) {
	.product-page .page-column-full-sr {
		flex: 0 0 100%;
		width: 100%;
		order: 2;
	}
	.product-page .page-column-sr {
		flex: 0 0 100%;
		width: 100%;
		order: 1;
		margin: 0 0 2em;
		padding: 0;
		border-top: none;
		border-bottom: 1px solid #999;
	}
	.gel-product-cart-options {
		max-width: 22em;
	}
}
@media screen and (max-width: 700px) {
	.gel-product-cart-options,
	.page-column-full .gel-product-cart-options {
		max-width: 100%;
	}
}
@media screen and (max-width: 450px) {
	.gel-product-cart-options {
		padding: 1.5em;
	}
	.gel-product-price {
		font-size: 1.75em;
	}
}


#reviews h2 {
	margin-bottom: 1em;
}
.trip-advisor {
	width: 100%;
	margin-top: 1em;
}
.trip-advisor #CDSWIDSSP {
	width: 100% !important;
	margin-top: -2em;
}
.trip-advisor #CDSWIDSSP .widSSPData {
	padding: 1.5em 2em;
}


.section-links {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -1em;
}
.section-links, .plan-visit {
	margin-bottom: 3em;
}
.section-links .button {
	flex: 1 0 25%;
	width: 25%;
	margin: 1em 0 0 1em;
}
.section-links .button:nth-of-type(2),
.section-links .button:nth-of-type(6) {
	background: #377D83;
}
.section-links .button:nth-of-type(3),
.section-links .button:nth-of-type(4) {
	background: #A2201A;
}
.section-links .button:nth-of-type(n):hover {
	background: #4A3D37;
}
@media screen and (max-width: 1200px) and (min-width: 1000px), (max-width: 800px) {
	.section-links, .plan-visit {
		margin: 0 0 5em;
	}
	.section-links .button {
		flex: 1 0 40%;
		width: 40%;
	}
	.section-links .button:nth-of-type(3n-2) {
		background: #F6BA01;
	}
	.section-links .button:nth-of-type(3n-1) {
		background: #377D83;
	}
	.section-links .button:nth-of-type(3n) {
		background: #A2201A;
	}
}
@media screen and (max-width: 550px) {
	.section-links {
		margin: 0;
	}
	.section-links, .plan-visit {
		margin: 0 0 5em;
	}
	.section-links .button {
		flex: 0 0 100%;
		width: 100%;
		margin: 1em 0 0;
	}
}


.covid-alert {
	background: #A2201A;
	color: #FFF;
	font-weight: 900;
	position: relative;
	font-size: .8em;
	display: flex;
	justify-content: center;
	align-content: center;
}
.covid-alert div {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 20px;
	font-size: 1.15em;
}
.covid-alert a {
	color: #FFF;
	text-decoration: underline;
}
.event-notice-banner {
	background: #A2201A;
	color: #FFF;
	font-weight: 700;
	display: flex;
	justify-content: center;
}

.weather-alert {
	color: #A2201A;
	font-weight: bold;
}