@import url('/styles/saloon.css');
html,
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
}
h1 {
	font-size: 60px;
	line-height: 61px;
}
h2 {
	font-size: 40px;
	line-height: 41px;
}
.slide h2 {
	font-size: 30px;
	line-height: 31px;
}
h3,
.h3 {
	font-size: 28px;
	line-height: 29px;
}
/* STRUCTURE */
.document.header,
.meta-links,
.document.footer,
.document.bottom-meta,
.sub-nav {
	display: none;
}
.document.sub-header h1 {
	border: none;
}
.section,
.section.cols,
.sub-content,
.list-row .list-text {
	width: 100% !important;
}
.cols {
	border-spacing: 0 !important;
}
.sub-header .content {
	padding: 0 20px;
}
.list-row .list-image {
	display: none;
}
/* SLIDESHOW */
.slideshow {
	height: auto !important;
	padding: 0 !important;
}
.slide-bg {
	display: none !important;
}
.slide {
	display: block !important;
	position: static !important;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 20px;
}
.slideshow.gallery .slide {
	display: none !important;
	height: 300px !important;
}
.slideshow.gallery .slide:first-child {
	display: block !important;
}
.slideshow.gallery .slide img {
	position: static !important;
	width: 100% !important;
	height: auto !important;
}
.slide .section {
	padding: 0;
}
.slide .col.two-thirds {
	width: 100% !important;
}
.slide .col.third {
	display: none;
}
.slide .content {
	padding: 0 20px;
}
.slide p {
	padding: 0;
}
.slideshow-pager {
	display: none;
}
/* ELEVATOR */
.elevator.content {
	position: static !important;
}
.elevator .handle {
	display: none;
}
/* BACKGROUNDS */
/* BACKGROUNDS */
.bg-white,
.bg-white.semi-trans,
.bg-lgrey .bg-white.semi-trans,
.bg-black,
.bg-black.semi-trans,
.bg-grey,
.bg-lgrey,
.bg-lgrey.semi-trans,
.bg-dblue,
.bg-cyan,
.bg-dcyan,
.bg-lime,
.bg-terra,
.bg-red {
	color: #222;
	background-color: transparent;
}
/* YAHOO */
.yahoo {
	display: none;
}
/* MISC */
.promo-cards .bg-image {
	display: none;
}
.split .topic-title {
	padding: 0 !important;
}
.map-frame {
	height: 300px !important;
}
.event-search,
.more,
.back {
	display: none;
}
.list.links .icon {
	display: none;
}