/* Main Stuff */

body:before {
	content: '';
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 100;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.8);
	box-shadow: 0 0 10px rgba(0,0,0,.8);
}

body:after {
	content: '';
	position: fixed;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 100;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.8);
	box-shadow: 0 0 10px rgba(0,0,0,.8);
}

body {
	font-family: "montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8em;
	margin: 10px 0 0 0;
	color: #3B3B3B;
	background: #bdd0da url(../ui/bg-main.jpg) no-repeat top center;
}

#map_canvas {
	height: 100%;
}

.main-area {
	background: #fff;
	padding: 20px 20px 20px 20px;
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.08);
	-moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.08);
	box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.08);
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.footer_logos, .event_logos {
	clear: both;
	background: #fff;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 15px 0 15px 0;
	border-top: 1px solid #f7f7f7;
}

.event_logos {
	margin-bottom: 10px;
	margin-top: -45px;
}

.footer_logos .logo_box img, .event_logos .logo_box img {
	display: block;
	max-width: 100%;
	margin: 10px auto;
}

#footer {
	width: 100%;
	padding: 20px 0 20px 0;
	background-color: #425d6b;
	margin-top: 20px;
	color: #ccc;
	border-top: 3px double #56717e;
	border-bottom: 3px double #718793;
}

.footer_logos + #footer, .event_logos + #footer {
	margin-top: 0;
}

#footer a {
	color: #eee;
}
#footer a:hover {
	color: #fafafa;
}

#footer h3 {
	font-size: 14px;
	font-size:1.4rem;
	color: #fff;
	margin: 0 0 10px 0;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
}

#footer p {
	margin-bottom: 9px;
}

.atol {
	background: transparent url(../ui/atol.png) no-repeat bottom right;
}

p.atol-disclaimer {
	color:#8ba3b0;
	font-size:10px;
	font-size:1.0rem;
}
p.atol-disclaimer a {
	color:#748c98 !important;
	font-size:9px;
	font-size:0.9rem;
}


/* Navigation */

ul.nav-bar {
	background-color: transparent;
	margin-top: 0;
}

.nav-bar > li {
	margin-right: 1px;
	background-color: #34586c;
	padding: 0 10px 0 10px !important;
	line-height: 71px;
	margin-top: -14px;
	border-right: 1px dotted #738691;
}

.nav-bar > li.last {
	margin-right: 0;
	border-right: none;
}

.nav-bar > li a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	font-size: 1.1rem;
	border: none;
	padding: 0 !important;
	color: #fff;
}

.nav-bar > li:hover {
	background-color: #ea6f1d;
}

ul.flyout li a, .nav-bar li ul li a {
	font-size: 12px;
	font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {

	body {
		background: #bdd0da;
		margin:0;
	}

	ul.nav-bar {
		background-color: transparent;
		margin-top: 0;
	}

	.nav-bar > li {
		margin-right: 0;
		background-color: #34586c;
		padding: 0 12px 0 12px !important;
		line-height: 40px;
		margin-top: 0;
		border-right: none;
		border-bottom: 1px solid #547383;
	}

	.main-area {
		background: #FFF;
		padding: 16px 0 0 16px !important;
		-webkit-box-shadow: 0;
		-moz-box-shadow:0;
		box-shadow: 0;
		-webkit-border-bottom-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	#news-sidebar {margin-top:20px;}

	.divider-vertical {padding-right:0px !important;border-right:none !important;}

	.listing-panel {
		padding: 20px 10px 10px 10px !important;
		background-color: #fafafa;
		-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.08);
		-moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.08);
		box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.08);
	}

	.listing-panel-two {
		border-bottom: 3px double #eee;
		padding: 15px 10px 10px 10px !important;
		background-color: #fafafa;
	}
	.listing-panel-two:hover {
		border-bottom: 3px double #ccc;
		padding: 15px 10px 10px 10px !important;
		background-color: #fff;
	}

}


/* Header Area */

.top-bar {
	background-color: #31586c;
	padding-top: 14px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-bottom: 3px double #718793;
	margin-bottom: 0;
}


/* Margin + Padding */

.margin-top-10 {
	margin-top: 10px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-right-5 {
	margin-right: 5px;
}


/* Borders */

.border-bottom {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.border-bottom-dotted {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}
.border-right {
	border-right: 1px solid #ccc;
	padding: 0 10px 0 10px;
}
.divider-vertical {
	padding-right: 30px;
	border-right: 3px double #e8e8e8;
}


/* Icons */

a.black {
	color:#1a1a1a;
}
a.black:hover {
	color:#666;
}

.icon-pdf {
	background-image: url('../ui/pdficon_large.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 20px 0 20px 20px;
}


/* Boxes */

.box {
	border-top: 2px solid #668fa4;
	border-bottom: 2px solid #668fa4;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	padding: 20px;
	background-color: #fafafa;
	margin-right: 6px;
	min-height:615px;
	margin-bottom:10px;
}

.box-two {
	border-top: 2px solid #668fa4;
	border-bottom: 2px solid #668fa4;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	padding: 20px;
	background-color: #fafafa;
	margin-right: 6px;
	min-height:200px;
	margin-bottom:10px;
}

.shadow {
	-webkit-box-shadow: 0 10px 6px -6px #ccc;
	-moz-box-shadow: 0 10px 6px -6px #ccc;
	box-shadow: 0 10px 6px -6px #ccc;
}

.listing-panel {
	padding: 20px 20px 10px 20px;
	background-color: #fafafa;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.08);
	-moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.08);
	box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.08);
}
.listing-panel-two {
	border-bottom: 3px double #eee;
	padding: 15px 20px 10px 20px;
	background-color: #fafafa;
}
.listing-panel-two:hover {
	border-bottom: 3px double #ccc;
	padding: 15px 20px 10px 20px;
	background-color: #fff;
}


/* Lists */

.lines {margin:0px;list-style-type:none;}
.lines li a {padding:10px 0 10px 0;border-bottom:1px solid #eee;color:#1a1a1a;display:block;font-size:12px;
	font-size:1.2rem;}
.lines li a:hover {color:#666;}
.general-list {margin-left:0px;margin-bottom:20px !important;list-style-type:none;}
.general-list li {padding:10px 0 10px 0;border-bottom:1px solid #ccc;color:#1a1a1a;display:block;font-size:12px;
	font-size:1.2rem;}
.general-list li:hover {color:#666;}
.social-list {margin-left:0px;margin-bottom:20px !important;list-style-type:none;}
.social-list li {margin:10px 0 10px 0;border-bottom:1px solid #ccc;color:#1a1a1a;min-height:50px;}


/* Typography */

h2.event-intro {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	padding: 10px 0 10px 0;
	background-color: #2a5b70;
	margin: 0;
	text-indent: 8px;
	font-weight: 400;
}

#inner h1 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	line-height:22px;
}

h2.intro {
	font-size: 15px;
	font-size: 1.5rem;
	color: #333;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

#inner h3 {
	font-size: 13px;
	font-size: 1.3rem;
	color: #333;
	padding: 0 0 3px 0;
	margin: 0 0 20px 0;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

#sidebar-events h4 {
	font-size: 13px;
	font-size: 1.3rem;
	color: #666;
	padding: 0 0 3px 0;
	margin: 0 0 20px 0;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

h2.listing-heading {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0 0 4px 0;
	margin: 0 0 0 0;
	font-weight: 500;
	color: #3B3B3B;
	text-transform: uppercase;
}

h2.listing-heading a {color: #3B3B3B;}
h2.listing-heading a:hover {color: #55878B;}
h2.offer {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0 0 4px 0;
	margin: 0 0 10px 0;
	font-weight: 500;
	color: #3B3B3B;
	text-transform: uppercase;
}
h2.offer a {color: #3B3B3B;}
h2.offer a:hover {color: #55878B;}


/* Images */

.thumbnail {
	padding: 4px;
	background-color: #fafafa;
	border: 1px solid #eee;
}


/* Buttons */

.green {
	background-color: #5f8e51;
	border: 1px solid #547e48;
}
.green:hover {
	background-color: #547e48;
	border: 1px solid #5f8e51;
}
.orange {
	background-color: #ea6f1d;
	border: 1px solid #ab6b20;
}
.orange:hover {
	background-color: #fb8801;
	border: 1px solid #ea6f1d;
}
.light-blue {
	background-color: #7db1bd;
	border: 1px solid #84bbc7;
}
.light-blue:hover {
	background-color: #90CAD7;
	border: 1px solid #84bbc7;
}
.dark-blue {
	background-color: #356c79;
	border: 1px solid #2c5c67;
}
.dark-blue:hover {
	background-color: #2c5c67;
	border: 1px solid #356c79;
}


/* Tabs */

ul.tabs-content {
	background-color: #fff;
}


/* Side Nav */

.side-nav li a {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
	padding: 8px;
	margin: 0 !important;

}


/* Event Styling */

#event-tabs h4 {
	font-size: 13px;
	font-size: 1.3rem;
	color: #666;
	padding: 0 0 3px 0;
	margin: 0 0 20px 0;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

.event-date a {
	color: #55878B;
	font-weight:500;
	font-size:12px;
	font-size:1.2rem;

}

em.date-entry {
	margin-bottom: 10px;
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	color:#666;
}

.panel.event-summary {
	background-color: #fdfdfd;
	border-color: #f1f8fb;
}


/* Maps */

#maps {
	width: 100%;
	margin: 1em auto;
	border: 1px solid #ccc;
	background-color: white;
	padding: 1em;
	overflow: hidden;
}

#maps iframe {
	width: 100% !important;
}

#maps small a {
	color: #6093A0 !important;
	font-size: 13px;
	font-size: 1.3rem;
}


/* iPad (Portrait) */

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

	ul.nav-bar {
		background-color: transparent;
		margin-top: 0;
	}

	.nav-bar > li {
		margin-right: 2px;
		background-color: #34586c;
		padding: 0 2px 0 2px !important;
		line-height: 71px;
		margin-top: -14px;
		border-right: 1px dotted #738691;
	}

	.nav-bar > li.last {
		margin-right: 0;
	}

	.nav-bar > li a {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 9px !important;
		font-size: 0.9rem !important;
		border: none;
		padding: 0 !important;
		color: #fff;
	}

	.nav-bar > li:hover {
		background-color: #ea6f1d;
	}

	dl.tabs dt { color: #b3b3b3; cursor: default; display: block; float: left; font-size: 9px; height: 40px; line-height: 40px; padding: 0 4px 0 4px; width: auto; text-transform: uppercase; }
	dl.tabs dt:first-child { padding: 0 9px 0 0; }
	dl.tabs dd { display: block; float: left; padding: 0; margin: 0; }
	dl.tabs dd a { color: #6f6f6f; display: block; font-size: 10px; height: 40px; line-height: 40px; padding: 0 18px; font-weight: normal; }

}


/* iPad (Landscape) */

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {

	.nav-bar > li {
		margin-right: 1px;
		background-color: #34586c;
		padding: 0 6px 0 6px !important;
		line-height: 71px;
		margin-top: -14px;
		border-right: 1px dotted #738691;
	}

	.nav-bar > li.last {
		margin-right: 0;
	}

	.nav-bar > li a {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 10px;
		font-size: 1.0rem;
		border: none;
		padding: 0 !important;
		color: #fff;
	}

}


/* Misc */

.sitemap-list {
	margin-left: 20px;
}

.home-banner-container {
	background-color: rgba(0,0,0,.85);
}

.facebook {
	position: absolute;
	left: 985px;
	top: 345px;
	z-index: 999999;
}

.social-icon {
	position: absolute;
	z-index: 99;
	bottom: 15px;
	opacity: 1;
	transition: opacity .3s ease;
}

.social-icon:hover {
	opacity: .9;
}

.social-icon img {
	width: 48px;
	height: auto;
}

.social-icon.icon-facebook {
	right: 138px;
}
.social-icon.icon-twitter {
	right: 76px;
}
.social-icon.icon-instagram {
	right: 15px;
}


/* ==========
	OOCSS
============ */

.visually-hidden {
	position: absolute !important;
	overflow: hidden;
	height: 1px;
	width: 1px;
	clip: rect(0 0 0 0);
	margin: -1px;
	padding: 0;
	border: 0;
}

.none {
	display: none !important;
}

.block {
	display: block !important;
}

@media (max-width: 768px){
	.block-small-only {
		display: block !important;
	}
}

.inline-block {
	display: inline-block !important;
}

@media (min-width: 768px){
	.inline-block-medium-up {
		display: inline-block !important;
	}
}

.padding-0 {
	padding: 0 !important;
}

.padding-x0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.margin-0 {
	margin: 0 !important;
}

.margin-r10 {
	margin-right: 10px !important;
}

@media (min-width: 768px) {
	.margin-r10-medium-up {
		margin-right: 10px !important;
	}
}

@media (min-width: 768px) {
	.padding-l0-small-only {
		margin-right: 10px !important;
	}
}

.margin-b20 {
	margin-bottom: 20px !important;
}

.border-0 {
	border: 0 !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.no-wrap {
	white-space: nowrap !important;
}

.text-right {
	text-align: right !important;
}

@media (min-width: 768px){
	.left-medium-up {
		float: left !important;
	}
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}