body {
	background: transparent url("../img/climbing/bg-home-darker.png");
}
.wrapper {
	width: 1024px;
}
header {
	min-height: 521px;
}
header #brand, header #utility-nav {
	position: relative;
	z-index: 10;
}

.hero {
	left: 30px;
	position: absolute;
	z-index: 0;
}
nav.hero-slider {
	width: 100%;
	position: absolute;
	top: 487px;
	left: 0;
	text-align: center;
}
nav.hero-slider li {
	position: relative;
	width: 44px;
	height: 32px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
nav.hero-slider a {
	position: absolute;
	width: 44px;
	height: 32px;
	background-image: url("../img/climbing/hero-nav.png");
	overflow: hidden;
	text-indent: -3000px;
	background-position: 0 -32px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
nav.hero-slider a.active {
	background-position: 0 0;
}

.hero li {
	position: absolute;
	display: none;
}
.hero hgroup {
	color: #052f55;
	left: 80px;
	position: absolute;
	top: 100px;
}
.hero hgroup h3 {
	font-size: 14px;
	font-weight: 500;
	line-height: 3em;
}
.hero hgroup h1 {
	font-size: 36px;
	font-weight: 400;
	text-shadow: 0 1px 1px #fff;
	text-transform: uppercase;
}
#hero-keep-climbing {
	display: block;
}
#hero-keep-climbing hgroup {
	text-transform: uppercase;
}
#hero-before-you-go hgroup {
	top: 250px;
}
#hero-before-you-go h1, #hero-before-you-go h3 {
	color: #ffffff;
	text-shadow: 0 1px 1px #000;
}
#hero-at-the-airport hgroup {
	top: 165px;
}
#hero-in-the-air hgroup {
	top: 190px;
}
#hero-in-the-air h3 {
	line-height: 1.25em;
	margin-top: 0.5em;
}
#hero-reaching-new-heights hgroup {
	top: 190px;
}
#hero-reaching-new-heights h3 {
	line-height: 1.25em;
	margin-top: 0.5em;
}

.main-content {
	background-image: url("../img/climbing/bg-home.png");
	min-width: 1024px;
	width: 100%;
}
.main-content #nav {
	position: absolute;
	top: 520px;
	width: 100%;
	min-width: 1024px;
	height: 51px;
	font-size: 0;
	text-align: center;
	background-image: url("../img/climbing/bg-horizontal-textures.png");
	background-repeat: repeat-x;
	z-index: 20;
}
.main-content #nav.fixed {
	position: fixed;
	top: 0;
}
.main-content #nav li {
	height: 51px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.main-content #nav a {
	background-image: url("../img/climbing/bg-horizontal-textures.png");
	background-repeat: repeat-x;
	border-left: 1px solid #01213f;
	color: #6dcff6;
	font-size: 11px;
	font-weight: 600;
	height: 15px;
	letter-spacing: 2px;
	padding: 18px 55px;
	text-transform: uppercase;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.main-content #nav li.active a {
	background-position: 0 -51px;
	border-left: 1px solid #001830;
	color: #ffffff;
}

.panel {
	position: relative;
	background-image: url('../img/climbing/bg-panel.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-top: 80px;
	padding-bottom: 1em;
}
.panel .row {
	width: 900px;
	margin: 0 auto;
	border-top: 1px solid #00386d;
	border-bottom: 1px solid #021322;
}
.panel .row.last {
	border-bottom: 0;
}
.panel .row:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.row.primary {
	padding-bottom: 1em;
	border-top: 0;
}
.row.primary hgroup {
	float: left;
	width: 370px;
	padding: 0 15px;
}
.row.primary hgroup h2 {
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 3em;
}
.row.primary hgroup h4 {
	font-size: 12px;
	margin-top: 0.5em;
}
.row.primary hgroup p {
	font-size: 11px;
	margin-top: 1em;
	margin-bottom: 0;
	color: #adbdcc;
}

.panel .highlight {
	float: left;
	height: 220px;
	margin: 1em 0;
	padding: 0 11px;
	border-right: 1px solid #00386d;
	border-left: 1px solid #021322;
}
.panel .highlight:first-child {
	border-left: 0;
}
.panel .highlight:last-child {
	border-right: 0;
}
.panel .last {
	border-right: 0;
}
.panel .highlight h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 1em;
}
.panel .highlight p {
	font-size: 11px;
	margin-top: 1em;
	margin-bottom: 0;
	color: #adbdcc;
}
.panel .highlight figure {
	text-align: center;
}

.oneThird {
	width: 276px;
}
.oneThird figure {
	text-align: center;
}
.twoThirds {
	width: 576px;
}
.half {
	width: 427px;
}

figure.floatleft {
	float: left;
	margin: 1em 2em 0 3em;
}
figure.floatright {
	float: right;
	margin: 1em 2em 0 2em;
}

a.expand {
	position: absolute;
	width: 800px;
	height: 38px;
	bottom: -35px;
	left: 50%;
	margin-left: -400px;
	text-indent: -3000px;
	overflow: hidden;
	background-image: url('../img/climbing/expand-contract.png');
}
a.expand.opened {
	background-position: 0 -38px;
}
.no-js a.expand {
	display: none;
}

#before-you-go {
	position: relative;
	z-index: 14;
}
#before-you-go > hgroup {
	border-top: .1em solid #345574;
	margin: 0 auto 50px auto;
	text-align: center;
	text-transform: uppercase;
	width: 365px;
}
/* Added custom propery for matching comps on DEL-12 */
#before-you-go figure.floatleft {
	margin: 1em 0 0 0;
}
#before-you-go > hgroup h2 {
	font-size: 34px;
	font-weight: 300;
	letter-spacing: 3px;
	padding: 8px 0 0 0;
	width: auto;
}
#before-you-go > hgroup h4 {
	float: left;
	font-size: 10px;
	font-weight: 100;
	line-height: 3em;
	width: 280px;
}
/* Modified width for matching comps on DEL-12 */
#before-you-go > hgroup .rule {
	border-bottom: .1em solid #345574;
	float: left;
	height: 3px;
	padding-top: 12px;
	width: 42px;
}
/* -- */

#at-the-airport {
	position: relative;
	z-index: 13;
}
#at-the-airport > hgroup {
	border-top: .1em solid #345574;
	margin: 0 auto 60px auto;
	text-align: center;
	text-transform: uppercase;
	width: 365px;
}
#at-the-airport > hgroup h2 {
	font-size: 34px;
	font-weight: 300;
	letter-spacing: 3px;
	padding: 8px 0 0 0;
	width: auto;
}
#at-the-airport > hgroup h4 {
	float: left;
	font-size: 10px;
	font-weight: 100;
	line-height: 3em;
	width: 295px;
}
#at-the-airport > hgroup .rule {
	border-bottom: .1em solid #345574;
	float: left;
	height: 3px;
	padding-top: 12px;
	width: 35px;
}
/* Added custom properties for matching comps on DEL-12 */
#at-the-airport > .row > .highlight > figure.floatright {
	margin: 1em -11px 0 -2em;
}
#at-the-airport > .row > .highlight.half > h3 {
	margin-top: 4em;
}
/* -- */

#in-the-air {
	position: relative;
	z-index: 12;
}
#in-the-air > hgroup {
	border-top: .1em solid #345574;
	margin: 0 auto 60px auto;
	text-align: center;
	text-transform: uppercase;
	width: 365px;
}
#in-the-air > hgroup h2 {
	font-size: 34px;
	font-weight: 300;
	letter-spacing: 3px;
	padding: 8px 0 0 0;
	width: auto;
}
/* Added property for matching comps on DEL-12 */
#in-the-air.panel .highlight {
	height: 250px;
}
#in-the-air > .row.primary > hgroup h2 {
	width: 405px;
}
#in-the-air > .row.primary > hgroup h4 {
	text-transform: uppercase;
}
#in-the-air > .row.primary > figure.floatright {
	margin: 0;
}
/* -- */

#in-the-air > hgroup h4 {
	float: left;
	font-size: 10px;
	font-weight: 100;
	line-height: 3em;
	width: 295px;
}
#in-the-air > hgroup .rule {
	border-bottom: .1em solid #345574;
	float: left;
	height: 3px;
	padding-top: 12px;
	width: 35px;
}

#reaching-new-heights {
	position: relative;
	z-index: 11;
}
#reaching-new-heights > hgroup {
	border-top: .1em solid #345574;
	margin: 0 auto 60px auto;
	text-align: center;
	text-transform: uppercase;
	width: 525px;
}
#reaching-new-heights > hgroup h2 {
	font-size: 34px;
	font-weight: 300;
	letter-spacing: 3px;
	padding: 8px 0 0 0;
	width: auto;
}
#reaching-new-heights > hgroup h4 {
	float: left;
	font-size: 10px;
	font-weight: 100;
	line-height: 3em;
	width: 295px;
}
#reaching-new-heights > hgroup .rule {
	border-bottom: .1em solid #345574;
	float: left;
	height: 3px;
	padding-top: 12px;
	width: 115px;
}

footer {
	padding-top: 50px;
	min-width: 1024px;
	width: 100%;
	background-image: url("../img/climbing/bg-home.png") !important;
}
/* TED video modal */
.ui-dialog .ui-dialog-content { padding: 0.5em 0em; }
/* TED video button as link */
.ui-button-tertiary .ui-button-text, input.ui-button-tertiary { color: #87CDFF; text-shadow: none; }
.ui-button-text-only .ui-button-text { padding: 0; }
.ui-button .ui-button-text, input.ui-button {
	line-height: 1;
	font-weight: normal;
	text-transform: none;
	color: #87CDFF;
	letter-spacing: normal;
}
.ui-button-tertiary { background-color: transparent; }
.ui-button-primary, .ui-button-secondary, .ui-button-tertiary { font-size: 11px; }
.ui-button {
	display: block;
	position: static;
	padding: 0;
	margin-right: 0;
	text-decoration: none !important;
	cursor: pointer;
	text-align: left;
	zoom: 0;
	overflow: visible;
	background-image: none !important;
	-webkit-transition: background-color 0;
	-moz-transition: background-color 0;
	-o-transition: background-color 0;
	transition: background-color 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0;
	background: none;
	font-weight: normal;
	color: #87CDFF;
}