/* -----------------------------------------------------------*/

.mallory-thin {
	font-family: "Mallory Thin";
}

.mallory-light {
	font-family: "Mallory Light";
}

.mallory-extra-light {
	font-family: "Mallory Extra Light";
}

.mallory-book {
	font-family: "Mallory Book";
}

.mallory-medium {
	font-family: "Mallory Medium";
}

.mallory-black {
	font-family: "Mallory Black";
}

.mallory-bold {
	font-family: "Mallory Bold";
}

.mallory-ultra {
	font-family: "Mallory Ultra";
}

.mallory-mp-light {
	font-family: "Mallory MP Light";
}

.mallory-mp-book {
	font-family: "Mallory MP Book";
}

.mallory-mp-medium {
	font-family: "Mallory MP Medium";
}

.mallory-mp-bold {
	font-family: "Mallory MP Bold";
}

.mallory-mp-black {
	font-family: "Mallory MP Black";
}


/* -----------------------------------------------------------*/

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.plain-case {
	text-transform: none !important;
}

.exhibit-heading {
	margin-bottom: 0 !important;
}

.exhibit-subheading {
	letter-spacing: 0.04em;
	margin-top: 0.3em;
}

.event-back-heading-double {
	margin-top: 0.5em;
}

.event-back-heading {
	margin-top: 0;
}


/* -----------------------------------------------------------*/

body {
	padding-top: 0;
	font-family: "Mallory MP Light";
	font-weight: normal;
	overflow-x: hidden;
	background: white;
}

header {
	background-color: #dde6ee !important;
/*	margin-top: -50px;*/
	margin-bottom: -51px;
	padding-top: 20px;
}

.footer-item {
	font-size: 11px;
	/*float: left;*/
}

.footer-logo {
	/*margin-right: 30px;*/
}

.footer-text {
	/*margin-left: 30px;*/
	padding-top: 0.5em;
}

.navbar-toggle {
	margin-right: 5px;
}

nav.navbar {
	background-color: #708fb8;
	border-radius: 0 !important;
	color: white;
	/*padding-left: 280px;*/
	margin-bottom: 0 !important;
	border: none !important;
	min-height: 0;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 8;
}

.navbar-right {
	position: relative;
	z-index: 500;
}

.dropdown-toggle,
.no-dropdown-link {
	-webkit-font-smoothing: antialiased;
	font-family: "The Sans Bold Plain";
	color: white;
	text-transform: uppercase;
}

.navbar-nav > li > a {
	padding: 0.2em 1em;
}

.dropdown a,
.no-dropdown a {
	color: white;
}

.nav .open > a {
	background-color: #dde6ee !important;
	color: black !important;
	/*background-color: #708fb8!important;*/
	border-right: 5px #708fb8 solid !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
	/*background-color: red;*/
	background: none;
	color: black;
	cursor: pointer !important;
}

.open.dropdown .dropdown-menu {
	background-color: #dde6ee;
}

.open.dropdown .dropdown-menu li a:hover,
.open.dropdown .dropdown-menu li a:focus {
	background-color: #708fb8 !important;
	color: white !important;
}

.dropdown-menu {
	border-top: none;
	border-right: 5px #708fb8 solid !important;
	border-right: none;
	border-bottom: none;
	background-color: #dde6ee;
	cursor: pointer !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dropdown-menu li {
	font-size: 12px;
	cursor: pointer !important;
	text-align: right;
}

.dropdown-menu li a {
	font-family: "Mallory MP Light" !important;
	cursor: pointer !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #708fb8 !important;
	color: white !important;
	background-image: none !important;
	filter: none;
}

.wordmark {
	z-index: 11;
	position: relative;
	float: right;
	width: 60%;
	top: 85px;
	margin-right: 10px;
}

.toro {
	position: relative;
	z-index: 10;
}

.spacer {
	width: 250px;
	height: 1px;
}

/* --------------------- BUTTONS ------------------------- */

.btn-peabody {
	background-image: -webkit-linear-gradient(top, #708fb8 0, #01356b 100%);
	background-image: -o-linear-gradient(top, #708fb8 0, #01356b 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dde6ee), to(#01356b));
	background-image: linear-gradient(to bottom, #708fb8 0, #01356b 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff708fb8', endColorstr='#ff01356b', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #708fb8;
	color: white;
	/*color: rgb(51, 51, 51);*/
	-webkit-transition: 0.2s all ease-in;
	transition: 0.2s background-image ease-in;
	font-family: "Mallory Bold";
	text-transform: uppercase;
	cursor: pointer;
}

.btn-peabody:hover,
.btn-peabody:focus,
.btn-peabody.focus,
.btn-peabody:active,
.btn-peabody.active,
.open > .dropdown-toggle.btn-peabody {
	color: white;
	background-image: -webkit-linear-gradient(top, #dde6ee 0, #708fb8 100%);
	background-image: -o-linear-gradient(top, #dde6ee 0, #708fb8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dde6ee), to(#708fb8));
	background-image: linear-gradient(to bottom, #dde6ee 0, #708fb8 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdde6ee', endColorstr='#ff708fb8', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #01356b;
	-webkit-transition: 0.2s all ease-in;
	transition: 0.2s all ease-in;
	cursor: pointer;
}



.btn-peabody-green {
	background-image: -webkit-linear-gradient(top, #6db68e 0, #026b31 100%);
	background-image: -o-linear-gradient(top, #6db68e 0, #026b31 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dde6ee), to(#026b31));
	background-image: linear-gradient(to bottom, #6db68e 0, #026b31 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff6db68e', endColorstr='#ff026b31', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #6db68e;
	color: white;
	/*color: rgb(51, 51, 51);*/
	-webkit-transition: 0.2s all ease-in;
	transition: 0.2s background-image ease-in;
	font-family: "Mallory Bold";
	text-transform: uppercase;
	cursor: pointer;
}

.btn-peabody-green:hover,
.btn-peabody-green:focus,
.btn-peabody-green.focus,
.btn-peabody-green:active,
.btn-peabody-green.active,
.open > .dropdown-toggle.btn-peabody-green {
	color: white;
	background-image: -webkit-linear-gradient(top, #dde6ee 0, #6db68e 100%);
	background-image: -o-linear-gradient(top, #dde6ee 0, #6db68e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dde6ee), to(#6db68e));
	background-image: linear-gradient(to bottom, #dde6ee 0, #6db68e 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdde6ee', endColorstr='#ff6db68e', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #026b31;
	-webkit-transition: 0.2s all ease-in;
	transition: 0.2s all ease-in;
	cursor: pointer;
}


/* ------------------------------------------------------- */

.box {
	margin: 1em;
	/*border: #708fb8 1px solid;
    border-top: #708fb8 8px solid;*/
	/*padding: 1em;*/
}

.box p {
	/*text-align: justify;*/
	font-size: 13px;
	text-align: left;
}

.box hr {
	margin: 5px auto;
}

.box h2 {
	margin: 0 0 0.5em 0;
}

.box-with-header {
	border: #708fb8 1px solid;
	padding: 0 0 1em 0;
	margin: 1em;
}

.box-with-header p {
	padding: 1em;
	text-align: justify;
}

.box-with-header h2.box-header {
	width: 100%;
	background-color: #708fb8;
	padding: 0.25em 0.5em;
	margin: 0;
	color: white;
}

.back .box-header {
	margin-top: 0;
}

.back h2,
.back h3 {
	margin-top: 10px;
}

.box-with-footer {
	border: #708fb8 1px solid;
	padding: 0 0 1em 0;
	margin: 1em;
}

.box-with-footer p {
	padding: 1em;
	text-align: justify;
}

.box-with-footer h2.box-footer {
	width: 100%;
	background-color: #708fb8;
	padding: 0.25em 0.5em;
	margin: 0;
	color: white;
}

.button-row {
	text-align: center;
	padding-top: 0.5em;
}

.button-container {
	text-align: center;
	padding-bottom: 2em;
}

.carousel-inner {
	width: 100%;
	/*height: 500px !important;*/
	max-height: 500px !important;
}

.slider-container {
	visibility: hidden;
}

.slick-initialized {
	visibility: visible;
}

.theSlider {
	/*height: 500px;*/
}

.slick-list {
	height: 500px;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none !important;
	filter: none !important;
}

.carousel-control.left:hover {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%) !important;
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%) !important;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))) !important;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right:hover {
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%) !important;
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%) !important;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))) !important;
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.main-slider {
	background: white;
	/*padding-top: 20px;*/
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
}

.slider-container {
	padding-left: 0;
	padding-right: 0;
}

#mainHeader {
	text-align: center;
}

#explore {
	margin-top: 1em;
}

.mediumTitle {
	text-align: center;
	margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-family: "Mallory Bold";
	text-transform: uppercase;
	/*letter-spacing: 0.1em;*/
}

.jumbotron h1 {
	font-size: 48px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*h1 {
    margin-top: 36px;
    margin-bottom: 36px;
}*/

.blue-shadow {
	-webkit-text-shadow: 0px 0px 10px #dde6ee;
	-moz-text-shadow: 0px 0px 10px #dde6ee;
	text-shadow: 0px 0px 10px #dde6ee;
}

#masthead {
	/*background: #dde6ee;*/
	background: white;
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-top: 20px;
}

#evolved-banner {
	/*background: #eeeeee;*/
	/*	padding: 24px 0 0 0;*/
	padding: 0;
	margin: 24px 0;
	/*	background: #dde6ee;*/
	height: 350px;
	position: relative;
}

#evolved-banner-inner {
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: url(../img/Terrace-View-wo-Mastodon---Final---rightFade.jpg);
	background-size: cover;
	background-position: 0% 0%;
	-moz-animation-name: MOVE-BG;
	-moz-animation-duration: 30s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	-webkit-animation-duration: 30s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: MOVE-BG;
	-o-animation-duration: 30s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
	animation-name: MOVE-BG;
	animation-duration: 30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@-webkit-keyframes MOVE-BG {
	0% {
		background-position: 0% 0%;
		opacity: 0;
	}
	5% {
		background-position: 0% 5%;
		opacity: 1;
	}
	95% {
		background-position: 0% 95%;
		opacity: 1;
	}
	100% {
		background-position: 0% 100%;
		opacity: 0;
	}
}


.peabody-evolved-separator {
	display: block;
}

.peabody-evolved-banner {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}

#evolved-imagelink {
	text-align: right;
}

.two-column {
	padding-left: 1em;
	padding-right: 1em;
}

.jumbotron p {
	font-size: 16px;
}

.jumbotron-paragraph {
	text-align: center;
	line-height: 1.6em;
	margin: 1em 0;
	font-size: 16px;
}

.alert {
	margin-right: 10%;
	margin-left: 10%;
}

.alert h1,
.alert h2,
.alert h3 {
	/*border-right: 1px solid rgb(102, 81, 44);*/
	display: inline-block;
	margin: 0;
	/*padding-right: 1em;*/
	margin-right: 0.5em;
}

.alert span {
	display: inline-block;
	font-size: 14px;
}


/*.carousel-ui {
    visibility: hidden;
    opacity: 0;
}*/

.hours-day {
	display: inline-block;
	width: 12em;
	text-align: right;
	margin-right: 2em;
	line-height: 24px !important;
	vertical-align: middle;
	height: 24px;
}

.hours-time {
	line-height: 24px !important;
	vertical-align: middle;
	height: 24px;
}

.hours-time strong,
.hours-day strong {
	padding: 0;
	margin: 0;
}

.hours-time-closed {
	font-weight: 700;
	font-family: "Mallory MP Book";
}

.inline-time {
	text-align: left;
	min-width: 12em;
}

.box-item {
	width: 100%;
	height: 100%;
	/*position: absolute;*/
	transform-style: preserve-3d;
	transition: transform 1s;
	padding: 0;
	height: 300px;
	min-height: 300px;
	margin-left: 5px;
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	transform: translateX(-5px);
}

.box-item:hover {
	/*box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);*/
	cursor: pointer;
}

.front-content {
	height: 100%;
	width: 100%;
}

.back-content {
	height: 100%;
	width: 100%;
}


/*.box-item div,*/

.box-item figure, .box-item div.back {
	margin: 0;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	/*-webkit-backface-visibility: hidden;*/
	/*backface-visibility: hidden;*/
	/*transform: rotateX(0deg);*/
	-webkit-transition: 0.5s all ease-out;
	-moz-transition: 0.5s all ease-out;
	transition: 0.5s all ease-out;
	padding: 1em;
}


/*.box-item.box-with-header div, */

.box-item.box-with-header figure {
	padding: 0;
}

.box-item .front {
	height: 100%;
	width: 100%;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	overflow-y: hidden;
	-webkit-transition: 0.6s all ease-out;
	-moz-transition: 0.6s all ease-out;
	transition: 0.6s all ease-out;
}

.box-item .back {
	/*transform: rotateY(180deg) translateY(-300px);*/
	height: 100%;
	width: 100%;
	-webkit-transform: translateY(-300px);
	-moz-transform: translateY(-300px);
	transform: translateY(-300px);
	background-color: white;
	overflow: hidden;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 0;
	-webkit-transition: 0.6s all ease-out;
	-moz-transition: 0.6s all ease-out;
	transition: 0.6s all ease-out;
}

.shadow {
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.box-item.flipped {
	-webkit-transform: rotateY( 180deg);
	-moz-transform: rotateY( 180deg);
	transform: rotateY( 180deg);
}

.card-container {
	perspective: 800px;
	position: relative;
}

.back {
	/*border-top: #708fb8 8px solid;*/
}

.diagonal-back {
	background-size: cover;
	background-image: url('../img/cards/diagonal_blue_2.png');
	background-position: center;
}

.back-top {
	width: 100%;
	height: 50%;
}

.back-bottom {
	width: 100%;
	height: 50%;
}

.back-right {
	text-align: right;
}

.back-left {
	text-align: left;
}

.back-right p {
	text-align: right;
}

.photo-front {
	background-size: cover;
}

.photo-front-shadow-bottom {
	-webkit-box-shadow: inset 0 -50px 70px -26px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 -50px 70px -26px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 -50px 70px -26px rgba(0, 0, 0, 0.5);
}

.photo-front-shadow,
.photo-front-shadow-top {
	-webkit-box-shadow: inset 0 100px 70px -26px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 100px 70px -26px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 100px 70px -26px rgba(0, 0, 0, 0.5);
}

.photo-front-shadow-bottom {
	-webkit-box-shadow: inset 0 -70px 70px -26px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 -70px 70px -26px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 -70px 70px -26px rgba(0, 0, 0, 0.5);
}

.photo-front-shadow-topbottom {
	-webkit-box-shadow: inset 0 100px 70px -26px rgba(0, 0, 0, 0.5), inset 0 -50px 70px -26px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 100px 70px -26px rgba(0, 0, 0, 0.5), inset 0 -50px 70px -26px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 100px 70px -26px rgba(0, 0, 0, 0.5), inset 0 -50px 70px -26px rgba(0, 0, 0, 0.5);
}

h2.box-header {
	-webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	color: white;
}

h5.box-date {
	position: absolute;
	bottom: 0;
	-webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	color: white;
}

.box-date-right {
	float: right;
	text-align: right;
	right: 30px;
}

.box-date-left {
	float: left;
	text-align: left;
	left: 15px;
}

.box-with-header .box-date {
	position: relative;
	top: 220px;
}

.box .box-date-right {
	margin-right: -1em;
}

.box-with-header .box-date-right {
	margin-right: 0;
}

ul.social-icons {
	width: 100%;
	text-align: right;
	padding-top: 2em;
	list-style: none;
	padding-left: 0;
}

ul.social-icons li {
	display: inline-block;
	margin-right: 0.25em;
	margin-left: 0.25em;
	background: #333;
	color: white;
	font-size: 24px;
	height: 48px;
	line-height: 48px;
	width: 48px;
	vertical-align: middle;
	-webkit-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	min-height: 1.8em;
	min-width: 1.8em;
	text-align: center;
	height: 24px;
}

/* google chrome only hack */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul.social-icons li {
		padding-top: 10px;
	}
}

ul.social-icons li a {
	color: white !important;
}

ul.social-icons li:hover {
	border-radius: 50%;
	-webkit-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}

li.social-icon-youtube:hover {
	background: #e62117;
	-webkit-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}

li.social-icon-facebook:hover {
	background: #3b5998;
	-webkit-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}

li.social-icon-twitter:hover {
	background: #00b0ed;
	-webkit-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}

li.social-icon-instagram:hover {
	background: #bc2a8d;
	-webkit-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}

a {
	font-family: "Mallory MP Bold";
}

#evolving_text {}

#evolving_text h2 {
	font-size: 2.8em;
	padding-top: 1em;
	/*	text-shadow: 0px 0px 5px #dde6ee;*/
}

#evolving_pic {
	height: 250px;
	width: auto;
}

#submit {
	margin-top: 10px;
}

.static-header-alert {
	width: 100%;
	padding: 5px 10px;
	z-index: 9;
	background-color: #708fb8;
	background-image: -webkit-linear-gradient(to bottom, #dde6ee 0%, #708fb8 100%);
	background-image: -o-linear-gradient(top, #dde6ee 0%, #708fb8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dde6ee), to(#708fb8));
	background-image: linear-gradient(to bottom, #dde6ee 0%, #708fb8 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdde6ee', endColorstr='#ff708fb8', GradientType=0);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
/*	position: absolute;*/
	top: 0;
}

#countdown {
	font-family: "Mallory MP Black";
}
	
.static-header-alert-headline {
	font-size: 18px;
}

.sliderAlert {
	/*position: absolute;*/
	/*right: 0;*/
	/*top: 600px;*/
	/*min-width: 300px;*/
	display: none;
	margin-top: -90px;
	/*border-top-left-radius: 5px;*/
	/*border-top-right-radius: 5px;*/
	/*-webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;*/
	-webkit-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.25);
	box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.25);
	float: right;
	width: 100%;
	min-height: 100px;
	z-index: 300;
	background-color: #e3d109;
	background-image: -webkit-linear-gradient(top, #ffeb0a 0%, #e3d109 100%);
	background-image: -o-linear-gradient(top, #ffeb0a 0%, #e3d109 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffeb0a), to(#e3d109));
	background-image: linear-gradient(to bottom, #ffeb0a 0%, #e3d109 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffeb0a', endColorstr='#ffe3d109', GradientType=0);
}

.sliderAlert a {
	color: black !important;
}

#icons {
	margin-bottom: 25px;
}

.icon-container {
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
}

.icon-container img {
	height: 80px;
	width: 80px;
}

.item {
	/* display: flex;
    flex-direction: column;
    justify-content: center; */
}

.item img {
	width: 100%;
}

.speech-bubble {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	z-index: 1;
	-moz-backface-visibility: visible;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}


/**************MA A11Y CSS BEGIN***********************/
.jumbotron .h1{
   font-size: 48px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight:500;
    font-family: "Mallory Bold";
    text-transform: uppercase;
}


.slick-dots button {
    font-size: 1px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    border-color: #000;
    background-color: #000;
}

ul.slick-dots li{
    display:inline-block;
    margin: 0 5px;
}

ul.slick-dots{
    display:inline-block;
}

#sliderCtrlContainer{
    margin: 0 auto;
    position: relative;
	visibility: visible;

}

span.btnHolder {
    /*left: 15%;*/
    position: relative;
}

span.arrowsHolder {
    position: relative;
    display: inline-block;
    /*left: 80%;*/
}

.box-item .back-content{
   /*overflow-y:auto; 
   overflow-x: inherit; */
}

#skipLinkContainer {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
#skipLinkContainer:focus-within {
  color: black;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

#signup_textfields input {
    width: 62%;
    display: inline-block;
}

#signup_textfields label {
    width: 36%;
    display: inline-block;
}

.form-contact i, .form-contact #signup_textfields i{
	font-size: .55em;
}

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;  
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;           
}

#navbar .dropdown a,#navbar .no-dropdown a {color: #000;}
#navbar .dropdown a:hover,#navbar .no-dropdown a:hover{text-decoration:underline;}
#navbar .dropdown a:focus,#navbar .no-dropdown a:focus{outline:2px solid #000;}
.open.dropdown .dropdown-menu li a:hover, .open.dropdown .dropdown-menu li a:focus{color:#000 !important;}
.btn-peabody:hover, .btn-peabody:focus, .btn-peabody.focus, .btn-peabody:active, .btn-peabody.active, .open > .dropdown-toggle.btn-peabody{color:#000;}
body{color:#000;}

.front .box-header, .front .box-date {  
    padding-left: 5px;
	display: inline-block;
    -webkit-text-stroke: 1px black;
}

.front .box-date {
    padding: .3em;
	-webkit-text-stroke: 1px rgba(0,0,0,0.7);
}

.navbar-toggle {
    color: #000;
}

.navbar-toggle:focus{
    outline: 2px solid #000;
}

#sliderCtrlContainer {
        left: 30%;
}

#sliderCtrlContainer button{
    height: 35px;
    width: 35px;
    font-size: 1.4em;
    background-color:#000;
    color:#FFF;
    margin: 0 2px;
}

#sliderCtrlContainer span{
    margin-top:5px
}

#sliderCtrlContainer span.btnHolder{
    margin-right:10px
}

#sliderCtrlContainer span.arrowsHolder{
    margin-left:10px
}

@media screen and (min-width: 768px){
    #sliderCtrlContainer {
        left: 45%;
    }
}

.newStrong {
	color:#CF0000;
	text-transform: uppercase;
}

a:focus .newStrong, a:hover .newStrong {
	color:#560000;
}

ul.social-icons li a:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.box-item div.back {
 overflow-y:auto;
 overflow-x:hidden;
}

#bgCtrl .fas{
  width: 2em;
    height: 2em;
    padding: .5em;
    border-radius: 100%;
    background-color: #fff;
    font-size: 1em;
    color: #31261d;
    overflow: hidden;
    -webkit-transition: opacity 125ms ease-out,border-radius 125ms ease-out;
    -moz-transition: opacity 125ms ease-out,border-radius 125ms ease-out;
    -o-transition: opacity 125ms ease-out,border-radius 125ms ease-out;
    transition: opacity 125ms ease-out,border-radius 125ms ease-out;
}

#bgCtrl{
  background-color:rgba(0,0,0,.6);
  width: 3em;
  height: 3em;
  border:none;
  position:absolute;
  top:80%;
  left:1%;
  z-index:3000;
  border-radius: 100%;
}

@media screen and (prefers-reduced-motion: reduce) { 
	#bgCtrl{
		display:none;
	}

	#evolved-banner-inner{
		-moz-animation-name: none;
		-webkit-animation-name: none;
		-o-animation-name: none;
		animation-name: none;
	}
}
/**************MA A11Y CSS END***********************/



/* ================================================== */

/* ================================================== */

/* ================================================== */

/* ================================================== */

/* ================================================== */

/* ================================================== */

@media only screen and (min-width: 1600px) {
	.item img {
		transform: translateY(-20%);
	}
}

@media only screen and (min-width: 1200px) {
	.item img {
		transform: translateY(-15%);
	}
}

@media only screen and (max-width: 1040px) {
	.wordmark {
		width: 50%;
		top: 65px;
		margin-right: 10px;
	}
	#submit {
		margin-top: 2px;
	}
}

@media only screen and (max-width: 639px) {
	header {
		margin-top: 0;
		margin-bottom: 0;
/*		padding: 1em;*/
		padding: 70px 1em 1em 1em;
	}

	#evolving_pic {
		width: 80%;
		height: auto;
	}

	.wordmark {
		margin: 0;
		width: 100%;
		height: auto;
		top: 0;
	}
	
	.static-header-alert-headline {
		font-size: 15px;
	}
	
	#mainHeader {
		font-size: 36px;
	}
	.jumbotron-paragraph,
	#evolving_text p {
		font-size: 14px !important;
	}
}

@media only screen and (max-width: 990px) {
	#evolved-imagelink {
		text-align: center;
	}
	#evolving_pic {
		width: 65%;
		height: auto;
	}
	#evolving_text h2 {
		padding-top: 0;
	}
	#actionsRow2 {
		margin-top: -15px;
	}
	#evolving_text {
		text-align: center;
	}
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
	img.toro {
		-webkit-transform: translateX(-120px);
		-moz-transform: translateX(-120px);
		transform: translateX(-120px);
	}
	.item img {
		-webkit-transform: translateX(-10%);
		-moz-transform: translateX(-10%);
		transform: translateX(-10%);
		width: 120%;
	}
}

@media only screen and (min-width: 740px) {
	.navbar-right {
		margin-left: -200px;
	}
}

@media only screen and (max-width: 740px) {
	.dropdown-menu li {
		text-align: left;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background-color: #dde6ee !important;
		color: black !important;
		background-image: none !important;
		filter: none;
	}
	ul.social-icons {
		text-align: center;
	}
	.footer-item {
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {
	#evolving_text {
		text-align: center;
	}



	#evolved-banner-inner {
		background-image: url(../img/Terrace-View-wo-Mastodon---Final---topFadeSmall.jpg);
	}


	.main-slider {
		padding-left: 0;
		padding-right: 0;
	}
	#evolved-banner {
		padding-bottom: 24px !important;
	}
	#evolved-banner-inner {}
	.slick-list {
		height: 400px;
	}
	.item img {
		width: 160%;
		-webkit-transform: translateX(-30%) translateY(-10%);
		-moz-transform: translateX(-30%) translateY(-10%);
		transform: translateX(-30%) translateY(-10%);
	}
}

@media only screen and (max-width: 360px) {
	.hours-day {
		padding-right: 2em;
	}
}

@media only screen and (max-width: 510px) {
	.footer-text {
		/*width: 365px;*/
		margin: 0 auto;
	}

	/*
    .two-column {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
*/
}

@media only screen and (max-width: 480px) {
	.slick-list {
		height: 350px;
	}
	.item img {
		width: 200%;
		-webkit-transform: translateX(-40%) translateY(-10%);
		-moz-transform: translateX(-40%) translateY(-10%);
		transform: translateX(-40%) translateY(-10%);
	}
	.icon-container img {
		width: 60px;
		height: 60px;
	}
	#footerPrivacyTerms {
		display: block;
		clear: both;
	}
	.icon-container-col-mobile {
		padding-left: 5px;
		padding-right: 5px;
	}
}


/* ================================================== */

/*               CUSTOM STYLES - EVENT/EXHIBIT / CTA CARDS
/* ================================================== */

/*
#exhibit3_heading {
    margin-top: 125px;
    font-size: 2.2em;
    -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    color: #cbcdd4;
}

#exhibit3_subheading {
    color: #cbcdd4;
    font-size: 1em;
    -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

#exhibit4_heading {
    margin-top: 60px;
    color: #333333;
    font-size: 2.1em;
    -webkit-text-shadow: 2px 2px 2px rgba(198, 188, 172, 1);
    -moz-text-shadow: 2px 2px 2px rgba(198, 188, 172, 1);
    text-shadow: 2px 2px 2px rgba(198, 188, 172, 1);
}

#exhibit4_subheading {
    color: #333333;
    font-size: 1em;
    -webkit-text-shadow: 2px 2px 2px rgba(198, 188, 172, 1);
    -moz-text-shadow: 2px 2px 2px rgba(198, 188, 172, 1);
    text-shadow: 2px 2px 2px rgba(198, 188, 172, 1);
}
*/

/* ================================================== */

#card_cta2_customtext p {
	margin-left: 0px;
}


/* ================================================== */

/*               MEDIA QUERIES - EVENT/EXHIBIT / CTA CARDS
/* ================================================== */

@media only screen and (max-width: 407px) {
	#exhibit3_heading {
		margin-top: 80px;
	}
}

@media only screen and (min-width: 1199px) {
	/* DESKTOP-FULL-WIDTH STYLES - HEADINGS & SUBHEADINGS */
	#card_cta2_customtext p {
		margin-left: 25%;
	}
}

@media only screen and (max-width: 990px) {
	/* DESKTOP STYLES - HEADINGS & SUBHEADINGS */
	#card_cta2_customtext p {
		margin-left: 40%;
	}
}

@media only screen and (max-width: 768px) {
	/* TABLET STYLES - HEADINGS & SUBHEADINGS */
	#card_cta2_customtext p {
		margin-left: 40%;
	}
}

@media only screen and (max-width: 500px) {
	/* MOBILE STYLES - HEADINGS & SUBHEADINGS */
	/* FRONT OF CARDS */
	.compress-h3 {
		font-size: 1.5em;
	}
	.super-compress-h3 {
		font-size: 1.4em;
	}
	.compress-h4 {}
	.compress-h5 {
		font-size: 0.95em;
	}
	#exhibit3_heading {
		font-size: 1.8em;
	}
	#exhibit3_subheading {
		font-size: 1.8em;
	}
	#exhibit4_heading {
		margin-top: 60px;
		font-size: 1.8em;
	}
	#exhibit4_subheading {
		font-size: 1em;
		margin-top: 50px;
	}
	/* BACK OF CARDS */
	.back-content .button-row {
		padding-top: 0;
	}
	#exhibit3_heading_back {
		/* font-size: 1.8em; */
	}
	#exhibit3_subheading_back {
		/* font-size: 1.8em; */
	}
	#exhibit4_heading_back {
		font-size: 1.5em;
	}
	#exhibit4_subheading_back {
		font-size: 0.9em;
	}
	#card_cta2_customtext p {
		margin-left: 0px;
	}
}


/* --------------------------------------------- */

.colorchange {
	animation: colorchange 5s;
	/* animation-name followed by duration in seconds*/
	/* you could also use milliseconds (ms) or something like 2.5s */
	-webkit-animation: colorchange 5s;
	/* Chrome and Safari */
}

@keyframes colorchange {
	0% {
		background: yellow;
	}
	100% {
		background: white;
	}
}

@-webkit-keyframes colorchange
/* Safari and Chrome - necessary duplicate */

	{
	0% {
		background: yellow;
	}
	100% {
		background: white;
	}
}
