/*
 orig create an even larger break point
@media (min-width: 1200px) {
	.container {
		width: 1170px
	}
}
*/
/*
@media (min-width: 1290px) {
	.container {
		width: 1290px;
		 1p pic padding on both sides the content will actually be 1260
	}
}
*/

#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 {
	/*box-shadow: 0 3px 12px #999;*/
	height: 0;
	max-width: 100%;
	padding-bottom: 35.4167%;
	padding-bottom: 35.4375%; /* images are 1600 x 567px  so height = 35.4375% of the width*/
	width: 100%;
}

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

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

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

#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%; /*  with will get over writen by the JS to explictly calculated height, width */
	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;
	line-height: 13px;
	margin-left: 6px;
	outline: 0;
	padding: 4px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 12px;
	box-sizing: content-box;
	/*
		height: 13px;
		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;
}



/* ------------------------------ */
/* Strips                         */
/* ------------------------------ */

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

.isu-Strip-header {
	background: rgba(204,0,0,1.0);
	color: #fff;
	display: table-cell;
	font-size: 16px;
	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: #006ba6;
	border-radius: 4px 6px 6px 4px;
*/
	margin-bottom: 26px;
}
.isu-Strip--alert:last-of-type { margin-bottom: 46px; /* push the slide-show down */ }
.isu-Strip--alert:hover, 
a.isu-Strip--alert:hover {
	text-decoration: none;
}

.isu-Strip--alert .isu-Strip-content {
	background: rgba(204,0,0,0.15);
/*
	background: #d9edf7;
	border: 0;
	border-radius: 0 4px 4px 0;
*/
/* 
	border: 1px solid #acaa9c;
	border-left: 0;
 */
	padding: 10px;
}

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

a.isu-Strip--alert {
	color: #333333;
	/* color: #245269; */
}

.isu-breaking-news {
	margin-top: 6px;
	margin-bottom: 6px;
}



/* 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;
}



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

.isu-Features {
	margin-bottom: 20px;
	overflow: visible;
}

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

.isu-Feature {
	background-color: transparent;
	background-image: none;
	color: #333;
	font-size: 16px;
	line-height: 21px;
	margin-top: 20px;
	margin-bottom: 0;
	min-height: 180px;
	padding: 0 10px;
	overflow: hidden;
}

.isu-Feature-header > h2 {
	border-bottom: 1px solid #999;
	color: #333;
	font-size: 24px;
	letter-spacing: normal;
	line-height: 36px;
	margin: 0 0 10px 0;
	padding: 0 5px;
	text-shadow: 0 1px 2px #fff;
}

.isu-Feature-header > h2 > a {
	color: #333;
	display: block;
	text-decoration: none;
}

.isu-Feature-header > h2 > a:hover {
	color: #c00;
}

.isu-Feature-content a {
	color: #c00;
	text-decoration: none;
	transition: all 0.15s ease;
}
.isu-Feature-content a:hover {
	color: #c00;
}

.isu-Feature-content > p,
.isu-Feature-content > ul,
.isu-Feature-content > ol {
	margin: 10px 5px;
}

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

.isu-Feature-content ul.block-list > li {
	border-bottom: 0;
	border-top: 1px solid #e7e7e7;
	margin: 0;
	padding: 0;
	transition: background-color 0.15s;
}

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

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

.isu-Feature-content ul.block-list > li h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	margin: 0;
	padding: 10px 5px;
}

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

.isu-Feature-content ul.block-list > li > a:hover {
	background-color: #f3f3f3;
}

.isu-Feature-footer {
	display: none;
	margin-top: -42px;
}

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

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

/* News & Events
--------------------------------- */

.isu-Feature--events .isu-Feature-content .event-title {
	display: block;
}

.isu-Feature--events .isu-Feature-content .event-date-location/*,
.isu-Feature--events .isu-Feature-content .event-date,
.isu-Feature--events .isu-Feature-content .event-location*/ {
	color: #444;
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.2em;
}

/* My Adventure
--------------------------------- */

.isu-MyAdventure > .slide-container{
	padding-bottom: 56.25%; /*(16*9)*/
	height: 40px; /* height of the caption + padding top + padding bottom (30 + 5 + 5) */
	box-sizing: content-box;
	overflow: hidden;
}

.isu-MyAdventure > .slide-container .video-wrapper{
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.isu-MyAdventure > .slide-container .video-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.isu-MyAdventure > .slide-container a {
	display: block;
}

.isu-MyAdventure > .slide-container a img{
	width: 100%;
	height: auto;
	display: block;
}

.isu-MyAdventure > .slide-container .slide-title {
	position: relative;
	top: -1px;
	background-color: #f3f3f3;
	color: #444;
	display: block;
	padding: 5px 10px;
	margin: 0;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.isu-MyAdventure > .nav-container {
	position: relative;
	line-height: 12px;
	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: 30px;
	text-indent: -999em;
	width: 12px;
	margin-left: 4px;
}

.isu-MyAdventure > .nav-container > ul > li > span {
	background-color: #444;
	background-color: rgba(68,68,68, 0.8);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	display: block;
	height: 12px;
	left: 4px;
	position: relative;
	top: 6px;
	width: 12px;
	transition: background-color 0.5s;
	color: #ffffff;
}

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

.isu-MyAdventure > .nav-container > ul > li > span:hover,
.isu-MyAdventure > .nav-container > ul > li.active > span:hover{
	background-color: #ccc;
	background-color: rgba(68,68,68, 0.6);
}



/* Instagram
--------------------------------- */

.instagram-block ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	overflow: hidden;
	box-sizing: border-box;
}

.instagram-block ul li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.instagram-block ul li a {
	display: block;
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.instagram-block ul li:nth-child(1) a {margin: 0 0 10px -10px;}
.instagram-block ul li:nth-child(2) a {margin: 0 10px 10px 10px;}
.instagram-block ul li:nth-child(3) a {margin: 0 -10px 10px 0;}
.instagram-block ul li:nth-child(4) a {margin: 0 0 10px -10px;}
.instagram-block ul li:nth-child(5) a {margin: 0 10px 10px 10px;}
.instagram-block ul li:nth-child(6) a {margin: 0 -10px 10px 0;}

.instagram-block ul li figure {
	display: block;
	padding: 0;
	margin: 0;
}

.instagram-block ul li img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

/* Blocks
----------------------------------*/

.isu-Feature--block {}

.isu-Feature--block .block-image {
	display: block;}

.isu-Feature--block .block-image.block-image-full-width {
	width: 100%;
}

.isu-Feature--block .block-image.block-image-left,
.isu-Feature--block .block-image.block-image-right {
	width: 40%;
}

.isu-Feature--block .block-image.block-image-left {
	float: left;
	margin-right: 10px;
}

.isu-Feature--block .block-image.block-image-right {
	float: right;
	margin-left: 10px;
}

.isu-Feature--block .block-image img {
	width: 100%;
	height: auto;
}

