
.wd-l-Content{
	font-size: 12px;
	line-height: 1.4;
}

.wd-l-Header{
	margin-bottom: -16px;
}

.wd-l-Container-inner,
.wd-p-ShowSidebar .wd-l-Container-inner{
	background: none;
	border: 0;
}

.wd-l-Content,
.wd-p-ShowSidebar .wd-l-Content{
	margin: 0;
}

#scroller > .nav-container > ul > li,
.feature > .footer > a{
	transition: background-color 0.2s, color 0.2s;
}

/*=======================================================*/
/*== Scroller ===========================================*/
/*=======================================================*/

#scroller{
	background-color: #56534a;
	background-color: #4b4840;
	background-image: -moz-radial-gradient(transparent, rgba(0, 0, 0, 0.4));
	background-image: -webkit-radial-gradient(transparent, rgba(0, 0, 0, 0.4));
}

#scroller > .slide-container{
	height: 0;
	max-width: 100%;
	padding-bottom: 35.4167%;
	width: 960px;
}

#scroller > .slide-container h3{
	margin: 0;
}

#scroller > .slide-container a{
	display: block;
}

#scroller > .slide-container img{
	height: auto;
	width: 100%;
}

#scroller > .transition-container{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 15;
}

#scroller > .transition-container > div{
	background-size: auto 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

#scroller > .nav-container{
	bottom: 12px;
	right: 12px;
}

#scroller > .nav-container > ul > li{
	float: left;
}

#scroller > .nav-container > ul > li{
	background-color: #ccc;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	color: #333;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 13px;
	line-height: 13px;
	margin-left: 6px;
	padding: 4px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 12px;
}

#scroller > .nav-container > ul > li:hover{
	background: #fff;
}

#scroller > .nav-container > ul > li.active{
	background: #b01825;
	color: #fff;
}

#scroller > .nav-container > ul > li.control{
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAVCAYAAAA0GqweAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gIZFwYiKWLPHQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAABIUlEQVRIx+2VsUrEQBCG/wkxKOHAzt4XOLDRzlQ2J6l33kQsBAtb4fAhlrDtdTZ5AdHCxlYEhetEwWKYsTABEe/IGQgq+5e7zM43/7/LAlFRUX9btGzTOTczs6Oqqm77NnLO3RDRGMCDiOyEEObOuRkRTQC8ee83vqtLltITTYjoipnrsixHvZwgGtuHNlV1VBRFCmDbzAzA+qK6pMPZawD28zx/ds6dMfNWD0gCgCRJ7OvajwGJiJopQUTHAJ6Y+XSoO5isMjkANLAnzHz5awBbB1tYVb3w3h8MAZh2gfvk4FREzkMI90NFnHaIVwBci8hhCGHep1mbhKrSAgNWi9jMalXd897v9oUDcNeAvGRZ9lrXtQB4bB6hxC8pKuq/6h3RunoYEKMWpgAAAABJRU5ErkJggg==");
	background-repeat: no-repeat;
	text-indent: -999em;
}

#scroller > .nav-container > ul > li.control.paused{
	background-position: 0 0;
}

#scroller > .nav-container > ul > li.control.playing{
	background-position: -20px 0;
}

/* Features
----------------------------------*/

.isu-Features{
	margin-bottom: 6px;
	overflow: hidden;
}

.lt-ie8 .isu-Features .wd-Grid-cell{
	float: left;
	margin-left: 0;
}

.isu-Feature{
	background-color: #4b4840;
	background-color: #444;
	background-image: linear-gradient(315deg, rgba(255, 255, 255, 0.2) 25%, transparent);
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: -300px;
	padding: 6px 9px 9px;
	padding-bottom: 309px;
}

.lt-ie8 .isu-Feature{
	margin-bottom: 0;
	padding-bottom: 9px;
}

.isu-Feature--news{
	/*background-color: #375c80;*/
	margin-right: 12px;
}

.isu-Feature--myAdventure{
	/*background-color: #778c82;*/
	margin-left: -6px;
	margin-right: -6px;
}

.isu-Feature--events{
	/*background-color: #578c57;*/
	margin-left: 12px;
}

@media screen and (max-width: 719px) {
	.isu-Feature--news,
	.isu-Feature--myAdventure,
	.isu-Feature--events{
		margin: 6px 0 0;
		padding-bottom: 6px;
	}
}

.isu-Feature-header > h2{
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 22px;
	margin: 0 0 6px;
	text-shadow: 0 1px 2px #222;
}

.isu-Feature-content > ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.isu-Feature-content > ul > li{
	border-bottom: 1px solid #2c2c2c;
	border-top: 1px solid #777;
	margin: 0;
	padding: 0.5em 0;
}

.isu-Feature-content > ul > li:first-child{
	border-top: 0;
	padding-top: 0;
}

.isu-Feature-content > ul > li.last{
	border-bottom: 0;
	padding-bottom: 0;
}

.isu-Feature-content > ul > li > h3{
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
}

.isu-Feature-content > ul > li > h3 > a{
	display: block;
}

.isu-Feature-content a{
	color: #fff;
	text-decoration: none;
	transition: color 0.3s;
}

.isu-Feature-content a span{
	border-bottom: 1px solid transparent;
	transition: border 0.3s;
}

.isu-Feature-content a:hover{
	color: #ffd700;
}

.isu-Feature-content a:hover span{
	border-bottom: 1px solid #ffd700;
}

.isu-Feature-footer{
	float: right;
	margin-top: -28px;
}

.isu-Feature-footer > a{
	background: rgba(255, 255, 255, 0.15);
	border-radius: 14px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 3px 0;
	padding: 1px 7px;
	text-decoration: none;
	transition: background-color 0.3s;
}

.isu-Feature-footer > a:hover{
	background: rgba(255, 255, 255, 0.25);
}

/*=======================================================*/
/*== My Adventure =======================================*/
/*=======================================================*/

.isu-MyAdventure{
	overflow: visible;
}

.isu-MyAdventure > .slide-container{
	height: 132px;
}

@media screen and (max-width: 980px) {
	.isu-MyAdventure > .slide-container{
		height: 162px;
	}
}

@media screen and (max-width: 719px) {
	.isu-MyAdventure > .slide-container{
		height: 152px;
	}
}

.isu-MyAdventure > .slide-container [role="tabpanel"]{
	width: 100%;
}

.isu-MyAdventure > .slide-container a img{
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 3px -1px #000;
	-moz-box-shadow: 0 0 3px -1px #000;
	-webkit-box-shadow: 0 0 3px -1px #000;
	float: left;
	height: 102px;
	margin-right: 6px;
	padding: 1px;
	transition: border-color 0.3s;
	width: 136px;
}

.isu-MyAdventure > .slide-container a:hover img{
	border-color: #ffd700;
}

.isu-MyAdventure > .slide-container h3{
	font-size: 13px;
	margin: 0 0 3px;
}

.isu-MyAdventure > .slide-container p{
	margin: 6px 0;
}

.isu-MyAdventure > .nav-container{
	bottom: 0;
	left: 0;
	line-height: 8px;
	text-align: center;
	width: 100%;
}

.isu-MyAdventure > .nav-container > ul > li{
	display: inline-block;
}

.lt-ie8 .isu-MyAdventure > .nav-container > ul > li{
	float: left;
}

.isu-MyAdventure > .nav-container > ul > li{
	height: 20px;
	text-indent: -999em;
	width: 16px;
}

.isu-MyAdventure > .nav-container > ul > li > span{
	background-color: #333;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 1px 2px #111 inset;
	-moz-box-shadow: 0 1px 2px #111 inset;
	-webkit-box-shadow: 0 1px 2px #111 inset;
	display: block;
	height: 8px;
	left: 4px;
	position: relative;
	top: 6px;
	width: 8px;
}

.isu-MyAdventure > .nav-container > ul > li.active > span{
	background-color: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* Strip
----------------------------------*/

.isu-Strip{
	display: table;
	margin-bottom: 6px;
	margin-top: 6px;
	width: 100%;
}

.isu-Strip-header{
	color: #fff;
	display: table-cell;
	font-size: 14px;
	margin: 0;
	text-align: center;
	text-shadow: 0 1px 2px #222;
	vertical-align: middle;
	width: 130px;
}

.lt-ie8 .isu-Strip-header{
	float: left;
}

.isu-Strip-header a{
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 20px;
	color: #fff;
	padding: 4px 12px;
	text-decoration: none;
	transition: background-color 0.3s;
}

.isu-Strip-header a:hover{
	background-color: rgba(255, 255, 255, 0.25);
}

.isu-Strip-content{
	display: table-cell;
	vertical-align: middle;
}

.lt-ie8 .isu-Strip-content{
	float: left;
}

@media screen and (max-width: 719px) {
	.isu-Strip,
	.isu-Strip-header,
	.isu-Strip-content{
		display: block;
	}

	.isu-Strip{
		margin-top: 0;
	}

	.isu-Strip-header{
		padding: 5px 10px;
		text-align: left;
		width: auto;
	}
}

.isu-Strip-content h3{
	margin: 0 0 2px;
}

@media screen and (max-width: 719px) {
	.isu-Strip-content h3{
		margin-bottom: 5px;
	}
}

.isu-Strip-content h3 a{
	display: block;
	text-decoration: none;
	transition: color 0.3s;
}

.isu-Strip-content h3 a span{
	border-bottom: 1px solid transparent;
	transition: border 0.3s;
}

.isu-Strip-content h3 a:hover span{
	border-bottom: 1px solid;
}

.isu-Strip-content p{
	line-height: 16px;
	margin: 0;
}

/* Alert Strip
----------------------------------*/

.isu-Strip--alert{
	background: #333;
}

.isu-Strip--alert .isu-Strip-content{
	background: #c9c7ba;
	border: 1px solid #acaa9c;
	border-left: 0;
	padding: 10px;
}

@media screen and (max-width: 719px) {
	.isu-Strip--alert .isu-Strip-content{
		border: 0;
	}
}

.isu-Strip--alert .isu-Strip-content h3 > a{
	color: #333;
}

/* Be Social Strip
----------------------------------*/

.isu-Strip--beSocial{
	background-color: #a6212d;
	color: #fff;
	margin-bottom: 0;
	padding: 10px 0;
}

@media screen and (max-width: 719px) {
	.isu-Strip--beSocial{
		padding-top: 0;
	}
}

.isu-Strip--beSocial .isu-Strip-header{
	border-right: 1px dashed #d78b92;
	margin-right: -1px;
}

@media screen and (max-width: 719px) {
	.isu-Strip--beSocial .isu-Strip-header{
		border: 0;
		margin: 0;
		padding: 10px;
	}

	.isu-Strip--beSocial .isu-Strip-header a{
		display: block;
	}
}

.isu-Strip--beSocial .isu-Strip-content{
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
}

.isu-Strip--beSocial .isu-Strip-content a{
	color: #fff;
	text-decoration: none;
}

.isu-Strip--beSocial .isu-Strip-content a:hover{
	color: #ffd700;
}

.isu-Strip--beSocial .isu-Strip-content a:hover span{
	border-color: #ffd700;
}

.isu-Strip--beSocial .isu-Strip-content h3{
	font-size: 13px;
}

.isu-Strip--beSocial .isu-Strip-content h3 > a{
	font-weight: normal;
}

/* Quick Links
----------------------------------*/

.isu-QuickLinks{
	margin-top: 6px;
	overflow: hidden;
}

@media screen and (max-width: 719px) {
	.isu-QuickLinks{
		margin: 0 10px 0;
		padding-bottom: 10px;
	}
}

.isu-QuickLinks ul{
	letter-spacing: -0.31em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.isu-QuickLinks li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}

.isu-QuickLinks a{
	border-left: 1px solid #ce2028;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 14px;
	padding: 0 4px;
	text-decoration: none;
}

.isu-QuickLinks a:hover{
	text-decoration: underline;
}

.isu-QuickLinks-left{
	float: left;
	width: 50%;
}

.isu-QuickLinks-right{
	float: right;
	text-align: right;
	width: 50%;
}

.isu-QuickLinks-left > li:first-child > a{
	border-left: 0;
	padding-left: 0;
}

.isu-QuickLinks-right a{
	border-left: 0;
}
