body {
	color: #333;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important
}

body.no-scroll {
	overflow: hidden
}

div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

img {
	-webkit-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	/* max-width: 100px; */
	margin-bottom: 0;
}

header {
	position: fixed;
	width: 100%;
	padding: 25px 30px 12px 30px;
	z-index: 1000
}

@media only screen and (max-width: 736px) {
	header svg {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		-o-transform: scale(1.6);
		transform: scale(1.6);
		margin: -4px 0 0 75px;
		-webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
		filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2))
	}
}

header svg>g {
	fill: #18453b;
	-webkit-transition: fill 0.2s;
	-o-transition: fill 0.2s;
	-moz-transition: fill 0.2s;
	transition: fill 0.2s
}

@media only screen and (max-width: 600px) {
	header svg>g {
		fill: #fff
	}
}

header svg>path {
	fill: #18453b;
	-webkit-transition: fill 0.2s;
	-o-transition: fill 0.2s;
	-moz-transition: fill 0.2s;
	transition: fill 0.2s
}

@media only screen and (max-width: 600px) {
	header svg>path {
		fill: #fff
	}
}

@media only screen and (max-width: 736px) {
	header svg>path {
		display: none
	}
}

@media only screen and (max-width: 736px) {
	header.green svg {
		-webkit-filter: none;
		filter: none
	}
}

header.green svg g {
	fill: #18453b;
	-webkit-transition: fill 0.2s;
	-o-transition: fill 0.2s;
	-moz-transition: fill 0.2s;
	transition: fill 0.2s text-align: center;
}

header.green svg path {
	fill: #fff;
	-webkit-transition: fill 0.2s;
	-o-transition: fill 0.2s;
	-moz-transition: fill 0.2s;
	transition: fill 0.2s
}

header.white svg g {
	fill: #fff;
	-webkit-transition: fill 0.2s;
	-o-transition: fill 0.2s;
	-moz-transition: fill 0.2s;
	transition: fill 0.2s
}

header.white svg path {
	fill: #fff;
	-webkit-transition: fill 0.2s;
	-o-transition: fill 0.2s;
	-moz-transition: fill 0.2s;
	transition: fill 0.2s
}

header.explore {
	position: absolute
}

#btn-hamburger {
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	right: 30px;
	top: 18px;
	padding: 10px 9px 10px 9px;
	background: #fff;
	text-align: center;
	cursor: pointer
}

@media only screen and (max-width: 736px) {
	#btn-hamburger {
		padding: 8px 7px 8px 7px;
		right: 16px;
		top: 13px
	}
}

.hamburger {
	margin: 0;
	padding: 0 2px
}

.hamburger-box {
	width: 29px;
	height: 24px
}

.hamburger-inner {
	margin-top: 2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	width: 29px
}

.hamburger-inner:before {
	top: -8px
}

.hamburger-inner:after {
	bottom: -8px
}

#angler {
	position: absolute;
	top: 0;
	margin-top: -10%;
	margin-bottom: -10%;
	left: -2%;
	width: 44%;
	min-width: 640px;
	height: 135%;
	overflow: hidden;
	z-index: -1;
	background: white;
	opacity: 1;
	display: none;
}

#angler.explore {
	left: -65%;
	opacity: 0;
	-webkit-transition: left .45s ease-in-out, opacity .75s ease-in-out;
	-o-transition: left .45s ease-in-out, opacity .75s ease-in-out;
	-moz-transition: left .45s ease-in-out, opacity .75s ease-in-out;
	transition: left .45s ease-in-out, opacity .75s ease-in-out
}

@media only screen and (max-width: 600px) {
	#angler {
		display: none
	}
}

@-webkit-keyframes forwardAngle {
	from {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}

	to {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg)
	}
}

@-moz-keyframes forwardAngle {
	from {
		-moz-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}

	to {
		-moz-transform: rotate(2deg);
		transform: rotate(2deg)
	}
}

@-o-keyframes forwardAngle {
	from {
		-o-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}

	to {
		-o-transform: rotate(2deg);
		transform: rotate(2deg)
	}
}

@keyframes forwardAngle {
	from {
		-webkit-transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
		-o-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}

	to {
		-webkit-transform: rotate(2deg);
		-moz-transform: rotate(2deg);
		-o-transform: rotate(2deg);
		transform: rotate(2deg)
	}
}

@-webkit-keyframes backwardAngle {
	from {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg)
	}

	to {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}
}

@-moz-keyframes backwardAngle {
	from {
		-moz-transform: rotate(2deg);
		transform: rotate(2deg)
	}

	to {
		-moz-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}
}

@-o-keyframes backwardAngle {
	from {
		-o-transform: rotate(2deg);
		transform: rotate(2deg)
	}

	to {
		-o-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}
}

@keyframes backwardAngle {
	from {
		-webkit-transform: rotate(2deg);
		-moz-transform: rotate(2deg);
		-o-transform: rotate(2deg);
		transform: rotate(2deg)
	}

	to {
		-webkit-transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
		-o-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}
}

.section {
	text-align: center;
	overflow: hidden
}

.section a {
	/*display: none*/
}

.section.active .wrap {
	display: block !important
}

.section.active a {
	/*display: inline-block*/
}

.section h1 {
	font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif !important;
	font-size: 4.8vw;
	letter-spacing: -2px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #191C1F;
	font-weight: 600;
	line-height: 0.8;
	margin: 0 0 24px 0;
}

@media only screen and (max-width: 600px) {
	.section h1 {
		font-size: 6vw;
		color: #fff
	}
}

@media only screen and (max-width: 414px) {
	.section h1 {
		font-size: 13vw
	}
}

.section h2 {
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-size: 3.125rem;
	font-size: 2.85vw;
	letter-spacing: -2px;
	font-weight: 700;
	margin: 0 0 18px 0;
	color: #191C1F;
	letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
	.section h2 {
		font-size: 6vw;
		color: #fff
	}
}

@media only screen and (max-width: 414px) {
	.section h2 {
		font-size: 10vw
	}
}

.section h2 span {
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	letter-spacing: 0;
	color: #6d6d6d;
	text-transform: uppercase
}

@media only screen and (max-width: 600px) {
	.section h2 span {
		color: #fff
	}
}

@media only screen and (max-width: 736px) {
	.section h2 span {
		margin-bottom: 2px
	}
}

.section p {
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	color: #fff;
	font-size: 1.2rem;
	text-align: left;
	font-weight: 400;
}

@media only screen and (max-width: 600px) {
	.section p {
		color: #fff;
		text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
		text-align: center;
		font-size: .8rem;
	}
}

.section .cta {
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 0.8rem
}

.section .cta--scroll {
	font-weight: 700
}

.section .cta--scroll span {
	display: block;
	margin-bottom: 5px
}

.section .cta--scroll svg>g g {
	fill: #18453B
}

.section .cta--scroll:hover {
	color: #fff
}

@media only screen and (max-width: 600px) {
	.section .cta--scroll:hover {
		color: #fff
	}
}

.section .cta--scroll:focus {
	color: #fff
}

@media only screen and (max-width: 600px) {
	.section .cta--scroll:focus {
		color: #fff
	}
}

.section .cta--explore {
	border: 3px solid #18453b;
	background: transparent;
	padding: 16px 24px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	font-weight: 500;
	-webkit-transition: background 0.3s, color 0.3s;
	-o-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s
}

@media only screen and (max-width: 600px) {
	.section .cta--explore {
		color: #fff;
		border: 3px solid #fff
	}
}

@media only screen and (max-width: 414px) {
	.section .cta--explore {
		padding: 10px 20px;
		margin-bottom: 20px;
		font-size: 0.875rem
	}
}

.section .cta--explore:hover {
	color: #fff;
	background: #18453b;
	-webkit-transition: background 0.15s, color 0.15s;
	-o-transition: background 0.15s, color 0.15s;
	-moz-transition: background 0.15s, color 0.15s;
	transition: background 0.15s, color 0.15s
}

@media only screen and (max-width: 600px) {
	.section .cta--explore:hover {
		color: #18453b;
		background: #fff
	}
}

.section .cta--explore:focus {
	color: #fff;
	background: #18453b
}

@media only screen and (max-width: 600px) {
	.section .cta--explore:focus {
		color: #18453b;
		background: #fff
	}
}

.section.light h1 {
	color: #fff
}

.section.light h2 {
	color: #fff
}

.section.light h2 span {
	color: #ccc
}

.section.light p {
	color: #fff
}

.section.light .cta {
	color: #fff
}

.section.light .cta--scroll {
	background: url("../images/ico_chevron.svg") no-repeat center bottom
}

.section.light .cta--scroll:hover {
	color: #fff
}

.section.light .cta--scroll:focus {
	color: #fff
}

.section.light .cta--explore {
	border: 3px solid #fff
}

.section.light .cta--explore:hover {
	color: #18453b;
	background: #fff
}

.section.light .cta--explore:focus {
	color: #18453b;
	background: #fff
}

.wrap {
	width: 100%;
	height: 100%;
	margin-left: 0;
	margin-right: 0;
	position: relative
}

@media only screen and (max-width: 1170px) {
	.wrap {
		width: 100%
	}
}

@media only screen and (max-width: 600px) {
	.wrap {
		background: none;
		width: 100%
	}
}

.box {
	width: 40%;
	margin: 0 60px;
	position: absolute;
	top: 46%;
	left: 45%;
	-webkit-transform: translate(-50%, -45%);
	-moz-transform: translate(-50%, -45%);
	-ms-transform: translate(-50%, -45%);
	-o-transform: translate(-50%, -45%);
	transform: translate(-50%, -45%);
	text-align: center;
}

.box.intro-text {
	text-align: center;
	width: 100%;
	top: 62%;
}

@media only screen and (max-width: 600px) {
	.box.intro-text {
		color: #444;
		-webkit-transform: translate(-45%, 45%);
		-moz-transform: translate(-45%, 45%);
		-ms-transform: translate(-45%, 45%);
		-o-transform: translate(-45%, 45%);
		transform: translate(-45%, 45%);
		/* bottom: 41% */
		top: 1%;
	}
}

.box.intro-text h1 {
	margin-bottom: 20px
}

@media only screen and (max-width: 600px) {
	.box.intro-text h1 {
		color: #fff;
	}
}

.box.intro-text h1 svg {
	width: 350px
}

@media only screen and (max-width: 1600px) {
	.box.intro-text h1 svg {
		width: 300px
	}
}

@media only screen and (max-width: 1440px) {
	.box.intro-text h1 svg {
		width: 275px
	}
}

@media only screen and (max-width: 600px) {
	.box.intro-text h1 svg {
		width: 60%
	}
}

.box.intro-text h1 svg>g g {
	fill: #4D4D4F
}

.section .intro-text h2 {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.2;
	/* text-transform: uppercase; */
	color: #fff;
	margin-bottom: 95px;
}

.box.intro-text p {
	margin-bottom: 50px
}

@media only screen and (max-width: 1600px) {
	.box.intro-text p {
		margin-bottom: 25px
	}
}

@media only screen and (max-width: 600px) {
	.box.intro-text p {
		color: #444
	}

	.section .intro-text h2 {
		margin-bottom: 45px;
	}

	.section .intro-text h2 {
		font-size: 1rem;
	}

	img.heading-haunted {
		max-width: 125px;
		margin-bottom: 5px;
	}

	img.heading-history {
		max-width: 125px;
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 1280px) {
	.box {
		width: 70%;
		margin: 0 60px;
	}
}

@media only screen and (max-width: 600px) {
	.box {
		bottom: 75px;
		top: initial;
		-webkit-transform: translate(-45%, 0);
		-moz-transform: translate(-45%, 0);
		-ms-transform: translate(-45%, 0);
		-o-transform: translate(-45%, 0);
		transform: translate(-45%, 0);
		background: none;
		margin: 0 0;
		padding: 0 30px;
		width: 80%
	}
}

@media only screen and (max-width: 414px) {
	.box {
		padding: 0
	}
}

.fp-tooltip {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
	font-size: 0.8125rem !important;
	color: #fefefe !important;
	background: #222 !important;
	padding: 3px 12px 1px 12px
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -5px;
	overflow: initial;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

#fp-nav ul li .fp-tooltip:before {
	content: "\A";
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #222 transparent transparent;
	position: absolute;
	left: -9px;
	top: 2px
}

#fp-nav {
	margin-top: 0 !important;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width: 600px) {
	#fp-nav {
		display: none
	}
}

#fp-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

#fp-nav.left {
	left: 25px
}

#fp-nav ul li,
.fp-slidesNav ul li {
	margin: 12px
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	position: absolute;
	z-index: 1;
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #bbb
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	height: 12px !important;
	width: 12px !important;
	margin: -6px 0 0 -6px
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #333
}

#fp-nav ul li .fp-tooltip.left {
	left: 25px
}

.headroom {
	will-change: transform
}

.headroom--pinned {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%)
}

.headroom--top {
	position: initial;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.headroom--not-top {
	position: fixed !important;
	top: 0;
	background-color: rgba(148, 174, 74, 0.95);
	-webkit-transition: background-color 0.5s, -webkit-transform 250ms linear;
	transition: background-color 0.5s, -webkit-transform 250ms linear;
	-o-transition: background-color 0.5s, -o-transform 250ms linear;
	-moz-transition: transform 250ms linear, background-color 0.5s, -moz-transform 250ms linear;
	transition: transform 250ms linear, background-color 0.5s;
	transition: transform 250ms linear, background-color 0.5s, -webkit-transform 250ms linear, -moz-transform 250ms linear, -o-transform 250ms linear;
	-webkit-box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.2)
}

.headroom--not-top img.masthead-sticky {
	display: inline-block !important
}

.headroom--not-top img.masthead-reg {
	display: none !important
}

.headroom--not-top .hamburger-inner,
.headroom--not-top .hamburger-inner::after,
.headroom--not-top .hamburger-inner::before {
	background-color: #18453A !important
}

.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

#menu-overlay {
	background: #118182;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
	display: none
}

#menu {
	position: absolute;
	top: 50%;
	margin: 0;
	padding: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999;
	list-style-type: none;
	text-align: center;
	font-size: 1.375rem;
	font-weight: bold
}

#menu li {
	margin: 10px;
	background: transparent;
	-webkit-border-radius: 8px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	white-space: nowrap
}

#menu li a {
	text-decoration: none;
	color: #fff;
	padding: 2px 25px
}

#menu li.active {
	background: #0c5b5b
}

#menu li.active a {
	color: #fff
}

#hero-imgs {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: -2
}

#hero-imgs.explore {
	background-color: #000
}

@media only screen and (min-width: 1025px) {
	#hero-imgs.explore .hero {
		opacity: 0.55 !important;
		-webkit-transition: opacity .5 linear;
		-o-transition: opacity .5 linear;
		-moz-transition: opacity .5 linear;
		transition: opacity .5 linear
	}
}

@media only screen and (max-width: 600px) {
	#hero-imgs {
		background-color: #000
	}
}

#hero-imgs .hero {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility .6s ease-in-out, opacity .6s ease-in-out;
	-o-transition: visibility .6s ease-in-out, opacity .6s ease-in-out;
	-moz-transition: visibility .6s ease-in-out, opacity .6s ease-in-out;
	transition: visibility .6s ease-in-out, opacity .6s ease-in-out
}

#hero-imgs .hero.active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0 linear;
	-o-transition: opacity 0 linear;
	-moz-transition: opacity 0 linear;
	transition: opacity 0 linear
}

#hero-imgs .hero:nth-child(1) {
	z-index: -2;
	background: url("../images/heros/desktop-cover-1.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(1) {
		background: to(rgba(0, 0, 0, 0.8))), url("../images/heros/desktop-cover-1.jpg") no-repeat center;
		background: url("../images/heros/desktop-cover-1.jpg") no-repeat center;
		background: url("../images/heros/desktop-cover-1.jpg") no-repeat center;
		background: url("../images/heros/desktop-cover-1.jpg") no-repeat center;
		background: url("../images/heros/desktop-cover-1.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}

#hero-imgs .hero:nth-child(2) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(0, 0, 0, 0.8))), url("../images/heros/desktop-cover-2.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-cover-2.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-cover-2.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-cover-2.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-cover-2.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -3
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(2) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(rgba(0, 0, 0, 0.8))), url("../images/heros/desktop-cover-2.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-cover-2.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-cover-2.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-cover-2.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-cover-2.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}

#hero-imgs .hero:nth-child(3) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(0, 0, 0, 0.8))), url("../images/heros/desktop-beaumont-1.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-beaumont-1.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-beaumont-1.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-beaumont-1.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-beaumont-1.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -3
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(3) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(rgba(0, 0, 0, 0.8))), url("../images/heros/desktop-beaumont-1.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-beaumont-1.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-beaumont-1.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-beaumont-1.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.8) 100%), url("../images/heros/desktop-beaumont-1.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}


#hero-imgs .hero:nth-child(4) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -4
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(4) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}

#hero-imgs .hero:nth-child(5) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -4
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(5) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-beaumont-2.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}


#hero-imgs .hero:nth-child(6) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-museum-1.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-1.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-1.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-1.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-museum-1.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -5
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(6) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-museum-1.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-1.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-1.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-1.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-museum-1.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}

#hero-imgs .hero:nth-child(7) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -5
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(7) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}


#hero-imgs .hero:nth-child(8) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -5
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(8) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-museum-2.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}

#hero-imgs .hero:nth-child(9) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-saints-1.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-saints-1.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-saints-1.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-saints-1.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-saints-1.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -5
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(9) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-saints-1.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-saints-1.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-saints-1.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-saints-1.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-saints-1.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}


#hero-imgs .hero:nth-child(10) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -7
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(10) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(#000)), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 20%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 20%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 20%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 20%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}

#hero-imgs .hero:nth-child(11) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -7
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(11) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(#000)), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 20%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 20%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 20%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 20%, #000 100%), url("../images/heros/desktop-saints-2.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}

#hero-imgs .hero:nth-child(12) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-mayo-1.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-1.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-1.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-1.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-1.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -8
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(12) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(#000)), url("../images/heros/desktop-mayo-1.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 20%, #000 100%), url("../images/heros/desktop-mayo-1.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 20%, #000 100%), url("../images/heros/desktop-mayo-1.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 20%, #000 100%), url("../images/heros/desktop-mayo-1.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 20%, #000 100%), url("../images/heros/desktop-mayo-1.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}


#hero-imgs .hero:nth-child(13) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -8
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(13) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(#000)), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 20%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 20%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 20%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 20%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}

#hero-imgs .hero:nth-child(14) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -9
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(14) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-mayo-2.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}

#hero-imgs .hero:nth-child(15) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-beal-1.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-1.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-1.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-1.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-beal-1.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -9
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(15) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-beal-1.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-1.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-1.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-1.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-beal-1.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}

#hero-imgs .hero:nth-child(16) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -9
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(16) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}

#hero-imgs .hero:nth-child(17) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
	background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
	background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
	background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
	background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -9
}

@media only screen and (max-width: 600px) {
	#hero-imgs .hero:nth-child(17) {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000)), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
		background: -webkit-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
		background: -moz- oldlinear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
		background: -o-linear-gradient(top, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
		background: linear-gradient(to bottom, transparent 40%, #000 100%), url("../images/heros/desktop-beal-2.jpg") no-repeat center;
		-moz-background-size: cover;
		background-size: cover
	}
}



main img {
	margin-bottom: 5px
}

#locations {
	position: absolute;
	top: 140%;
	left: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	background: -webkit-linear-gradient(top, #94ae4a 0%, #fff 400px);
	background: -moz- oldlinear-gradient(top, #94ae4a 0%, #fff 400px);
	background: -o-linear-gradient(top, #94ae4a 0%, #fff 400px);
	background: linear-gradient(to bottom, #94ae4a 0%, #fff 400px);
	display: none
}

#locations.explore {
	display: block
}

#locations.slide-in {
	-webkit-animation: tilesSlideIn 0.7s ease-out forwards;
	-moz-animation: tilesSlideIn 0.7s ease-out forwards;
	-o-animation: tilesSlideIn 0.7s ease-out forwards;
	animation: tilesSlideIn 0.7s ease-out forwards;
	-webkit-animation-delay: .15s;
	-moz-animation-delay: .15s;
	-o-animation-delay: .15s;
	animation-delay: .15s
}

#locations footer {
	min-height: 100px;
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 60px
}

#locations footer .btn-footer {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

#locations footer #btn-footer-prev {
	background: #18453b url(../images/ico_arrow_left.svg) no-repeat 50% 50%;
	-moz-background-size: 35px;
	background-size: 35px;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	-o-transition: -o-transform .25s ease-in-out;
	-moz-transition: transform .25s ease-in-out, -moz-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out, -moz-transform .25s ease-in-out, -o-transform .25s ease-in-out
}

#locations footer #btn-footer-prev:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	-o-transition: -o-transform .15s ease-in-out;
	-moz-transition: transform .15s ease-in-out, -moz-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out, -moz-transform .15s ease-in-out, -o-transform .15s ease-in-out
}

#locations footer #btn-footer-home {
	background: #18453b url(../images/ico_home.svg) no-repeat 50% 47%;
	-moz-background-size: 35px;
	background-size: 35px;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	-o-transition: -o-transform .25s ease-in-out;
	-moz-transition: transform .25s ease-in-out, -moz-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out, -moz-transform .25s ease-in-out, -o-transform .25s ease-in-out
}

#locations footer #btn-footer-home:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	-o-transition: -o-transform .15s ease-in-out;
	-moz-transition: transform .15s ease-in-out, -moz-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out, -moz-transform .15s ease-in-out, -o-transform .15s ease-in-out
}

#locations footer #btn-footer-next {
	background: #18453b url(../images/ico_arrow_right.svg) no-repeat 50% 50%;
	-moz-background-size: 35px;
	background-size: 35px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	-o-transition: -o-transform .25s ease-in-out;
	-moz-transition: transform .25s ease-in-out, -moz-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out, -moz-transform .25s ease-in-out, -o-transform .25s ease-in-out
}

#locations footer #btn-footer-next:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	-o-transition: -o-transform .15s ease-in-out;
	-moz-transition: transform .15s ease-in-out, -moz-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out, -moz-transform .15s ease-in-out, -o-transform .15s ease-in-out
}

#tiles-wrapper {
	margin-bottom: 15px;
	max-width: 1280px;
	margin: 0 auto
}

#featured-wrapper {
	color: #fff;
	text-align: center;
	margin-top: 100px
}

@media screen and (max-width: 414px) {
	#featured-wrapper {
		margin-top: 80px
	}
}

#featured-wrapper h2 {
	padding: 0 0 30px 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-size: 3rem;
	color: #17453b;
	margin-bottom: 0;
	padding-bottom: 0;
	letter-spacing: 0
}

#featured-wrapper h3 {
	display: inline-block;
	color: #fff;
	color: #17453b;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .75rem;
	padding-top: 10px;
	border-top: 5px solid #fff;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif
}

#featured {
	display: block;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-top: 30px;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

@media screen and (max-width: 414px) {
	#featured {
		margin-top: 10px
	}
}

#featured>div {
	position: relative;
	min-height: 420px;
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 654px) {
	#featured>div {
		min-height: 600px
	}
}

#featured-cta {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: left;
	background: #fff;
	width: 33.333%;
	color: #333
}

@media screen and (max-width: 1120px) {
	#featured-cta {
		width: 40%
	}
}

@media screen and (max-width: 974px) {
	#featured-cta {
		width: 50%
	}
}

@media screen and (max-width: 654px) {
	#featured-cta {
		position: relative;
		width: 100%;
		height: auto;
		min-height: 400px
	}
}

#featured-cta h3 {
	font-weight: 500;
	line-height: 1.1;
	font-size: 1.9375rem
}

@media screen and (max-width: 414px) {
	#featured-cta h3 {
		font-size: 1.5rem
	}
}

#featured-cta>div {
	position: absolute;
	left: 0;
	padding: 60px;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media screen and (max-width: 414px) {
	#featured-cta>div {
		padding: 30px
	}
}

#featured-photo {
	position: absolute;
	width: 66.666%;
	left: 33.333%;
	height: 100%;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: cover
}

@media screen and (max-width: 1120px) {
	#featured-photo {
		width: 60%;
		left: 40%
	}
}

@media screen and (max-width: 974px) {
	#featured-photo {
		width: 50%;
		left: 50%
	}
}

@media screen and (max-width: 654px) {
	#featured-photo {
		position: relative;
		width: 100%;
		left: 0;
		height: auto;
		min-height: 400px
	}
}

#featured-photo a {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 55px;
	height: 55px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #dedede;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #dedede url(../images/ico-playbutton.svg) no-repeat 55% center
}

@-webkit-keyframes tilesSlideIn {
	0% {
		top: 140%
	}

	100% {
		top: 0
	}
}

@-moz-keyframes tilesSlideIn {
	0% {
		top: 140%
	}

	100% {
		top: 0
	}
}

@-o-keyframes tilesSlideIn {
	0% {
		top: 140%
	}

	100% {
		top: 0
	}
}

@keyframes tilesSlideIn {
	0% {
		top: 140%
	}

	100% {
		top: 0
	}
}

.tile {
	padding: 8px 12px;
	width: 33.333%;
	min-width: 320px;
	float: left
}

.tile.active {
	float: none
}

@media only screen and (max-width: 974px) {
	.tile {
		width: 50%
	}
}

@media only screen and (max-width: 654px) {
	.tile {
		width: 100%
	}
}

.tile>div {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 5px;
	background: #fff;
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1)
}

.tile>div .fb-post {
	min-height: 257px
}

.tile>div img {
	width: 100%
}

.tile blockquote {
	margin-bottom: 0;
	background: #fff;
	border: none;
	font-size: 0.9375rem
}

.tile .EmbeddedTweet,
.tile iframe {
	border: none !important;
	margin: 0 !important;
	background-color: transparent !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important
}

.tile .EmbeddedTweet {
	border: none !important
}

.tile .EmbeddedTweet--mediaForward .EmbeddedTweet-tweet {
	border: none !important
}

.tile .fbStoryAttachmentImage {
	max-width: 100% !important;
	max-height: 170px;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important
}

.tile ._dcs {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important
}

.custom-tile>div {
	position: relative
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.spinner-wrapper {
	display: none;
	position: fixed;
	text-align: center;
	left: 50%;
	top: 42%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1000
}

.mobile .spinner-wrapper {
	top: 30%
}

.spinner-wrapper.active {
	display: inline-block
}

.spinner {
	-webkit-animation: rotator 1.4s linear infinite;
	-moz-animation: rotator 1.4s linear infinite;
	-o-animation: rotator 1.4s linear infinite;
	animation: rotator 1.4s linear infinite
}

@-webkit-keyframes rotator {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}
}

@-moz-keyframes rotator {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(270deg);
		transform: rotate(270deg)
	}
}

@-o-keyframes rotator {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-o-transform: rotate(270deg);
		transform: rotate(270deg)
	}
}

@keyframes rotator {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg)
	}
}

.path {
	stroke-dasharray: 187;
	stroke-dashoffset: 0;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
	-moz-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
	-o-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
	animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite
}

@-webkit-keyframes colors {
	0% {
		stroke: #fff
	}

	25% {}

	50% {}

	75% {}

	100% {
		stroke: #fff
	}
}

@-moz-keyframes colors {
	0% {
		stroke: #fff
	}

	25% {}

	50% {}

	75% {}

	100% {
		stroke: #fff
	}
}

@-o-keyframes colors {
	0% {
		stroke: #fff
	}

	25% {}

	50% {}

	75% {}

	100% {
		stroke: #fff
	}
}

@keyframes colors {
	0% {
		stroke: #fff
	}

	25% {}

	50% {}

	75% {}

	100% {
		stroke: #fff
	}
}

.path {
	stroke-dasharray: 187;
	stroke-dashoffset: 0;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
	-moz-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
	-o-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
	animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite
}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 187
	}

	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}

	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg)
	}
}

@-moz-keyframes dash {
	0% {
		stroke-dashoffset: 187
	}

	50% {
		stroke-dashoffset: 46.75;
		-moz-transform: rotate(135deg);
		transform: rotate(135deg)
	}

	100% {
		stroke-dashoffset: 187;
		-moz-transform: rotate(450deg);
		transform: rotate(450deg)
	}
}

@-o-keyframes dash {
	0% {
		stroke-dashoffset: 187
	}

	50% {
		stroke-dashoffset: 46.75;
		-o-transform: rotate(135deg);
		transform: rotate(135deg)
	}

	100% {
		stroke-dashoffset: 187;
		-o-transform: rotate(450deg);
		transform: rotate(450deg)
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 187
	}

	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg)
	}

	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		-moz-transform: rotate(450deg);
		-o-transform: rotate(450deg);
		transform: rotate(450deg)
	}
}

.spinner {
	-webkit-animation: rotator 1.4s linear infinite;
	-moz-animation: rotator 1.4s linear infinite;
	-o-animation: rotator 1.4s linear infinite;
	animation: rotator 1.4s linear infinite
}

@keyframes rotator {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg)
	}
}

.footer {
	width: 100%;
	padding: 0.4em 0;
	color: #18453b
}

@media screen and (max-width: 768px) {
	.footer {
		margin-bottom: 50px
	}
}

.footer__standard {
	margin-top: 2em
}

@media screen and (max-width: 640px) {
	.footer__standard {
		margin-top: 1em
	}
}

.footer__info {
	display: inline-block;
	margin-bottom: 1.25em
}

.footer__info__links {
	margin: 0 0 6px;
	line-height: 0.5;
	padding: 0 0 8px;
	border-bottom: 1px dotted grey
}

@media screen and (max-width: 722px) {
	.footer__info__links {
		line-height: 1.7
	}
}

@media screen and (max-width: 640px) {
	.footer__info__links {
		line-height: 2.1;
		text-align: center
	}
}

.footer__info__links li {
	display: inline-block;
	font-size: 0.8rem
}

@media screen and (max-width: 640px) {
	.footer__info__links li {
		display: block
	}
}

.footer__info__links li:first-child {
	padding: 0
}

.footer__info__links li:last-child a {
	border-right: none
}

.footer__info__links li a {
	text-decoration: none;
	padding-right: 8px;
	margin-right: 4px;
	color: #18453b;
	border-right: 1px solid #18453b
}

@media screen and (max-width: 640px) {
	.footer__info__links li a {
		border-right: none;
		padding: 4px 8px;
		margin-right: 0
	}
}

.footer__info__links li:hover {
	text-decoration: underline
}

.footer__info__copyright,
.footer__info__msu {
	font-size: 0.6rem;
	padding-top: 0;
	height: 10px;
	margin: 0 0 4px;
	padding: 0;
	color: #18453b
}

.footer__info__copyright li,
.footer__info__msu li {
	margin-bottom: 0;
	line-height: 10px;
	display: inline;
	border-right: 1px solid #999;
	padding: 0 8px 0 4px
}

.footer__info__copyright li:first-child,
.footer__info__msu li:first-child {
	padding-left: 0
}

.footer__info__copyright li:last-child,
.footer__info__msu li:last-child {
	border-right: 0
}

.footer__info__copyright li a,
.footer__info__msu li a {
	text-decoration: none;
	color: #4c7e00
}

.footer__info__copyright li a:hover,
.footer__info__msu li a:hover {
	text-decoration: underline
}

.footer__info__copyright img.print-msuwordmark,
.footer__info__msu img.print-msuwordmark {
	display: none
}

@media screen and (max-width: 722px) {

	.footer__info__copyright,
	.footer__info__msu {
		height: auto
	}
}

.footer__wordmark {
	display: inline-block;
	float: left !important;
	width: 235px;
	margin: 0 20px 10px 0
}

p.quote {
	font-weight: 700;
}

.box.heading-name-bottom {
	top: 75%;
}

@media screen and (max-width: 600px) {

	.box.heading-name-bottom {
		top: initial;
	}
}