#featured{ 
	max-width:1170px;
	position:relative;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius:0;
}
#featured .announcment-wrapper {
	background-color: #EEEEEE;
}
#featured .announcment-wrapper .announcment-inner-wrapper {
	margin: 10px;
	background-color: #FFFFFF;
}
#featured .announcment-wrapper .announcment-inner-wrapper h2 {
	margin: 5px;
	text-align: center;
}
#featured .announcment-wrapper .announcment-inner-wrapper .announcment-content {
	padding:0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}

#featured ul.ui-tabs-nav{ 
	list-style:none; 
	padding:0; 
	margin:0; 
	border:0;
}

#featured ul.ui-tabs-nav li{ 
	padding:0; 
	margin:0;
	color:#666;
	clear:both;
	width:100%;
}

#featured li.ui-tabs-nav-item a{ 
	font: 14px 'Open Sans';
	font-weight:600;
	display:block; 
	height:33px;
	width:100%;
	padding:5px 0 0 10px;
	color:#FFF;
	text-shadow: 1px 1px 0 #000;
	/*border-top:1px solid #1d3d5a;
	border-bottom:1px solid #000;*/
	border-top:none;
	background-color: #0b2033;
	background-position:0 0;
	background-repeat:no-repeat;
	-webkit-backface-visibility: hidden;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background-color:#188dc9;
	text-decoration:none;
	background-image: url(../images/accordion-tab-over.png);
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background-color:#09436f; 
}
#featured .ui-tabs-panel{ 
	width:100%;
	height:100%;
	background:#999;
	position:relative;
	padding:0;
	margin:0;
}
#featured .ui-tabs-panel img{ 
	width:100%;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:20px; 
	left:0; 
	width:40%;
}
#featured .fragment {
	overflow:hidden;
}
#featured .info .fragment-text-divider {
	border-top: 1px solid #FFFFFF;
	margin: 20px 100px;
	width: 100px;
}
#featured #fragment-6 .info .fragment-text-divider {
	border-top: 1px solid #5B4F51;
}
#featured .info h1{ 
	font-family: 'MonotypeCorsiva'; 
	color:#E5C664;
	font-weight: bold;
	/*
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
	text-shadow: -2px -2px 3px #000, 2px -2px 3px #000, -2px 2px 3px #000, 2px 2px 3px #000, 0 0 5px #000, 0 0 4px #000, 0 0 3px #000;
	*/
	padding:8px;
	margin:0;
	overflow:hidden;
	text-transform:none;
	text-align: center;
	font-size:16px;
	line-height:20px;
	white-space: nowrap;
}
#featured #fragment-1 .info h1{ 
	color: #304D2B;
}
#featured #fragment-2 .info h1{ 
	color: #E5C664;
}
#featured #fragment-3 .info h1{ 
	color: #E5C664;
}
#featured #fragment-4 .info h1{ 
	color: #E1CD5A;
}
#featured #-5 .info h1{ 
	color: #FCFE78;
}
#featured #fragment-6 .info h1{ 
	color: #1F3C7B;
}
#featured .info h1 span{ 
	font-size:40px;
	line-height:1.3;
	color:#FFF;
}
#featured .button-wrapper {
	position: relative;
	text-align: center;
	margin-left: 10px;
	padding-top:10px;
}
#featured .fragment .button-wrapper a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:url(../images/button.jpg) center 0 no-repeat;
	display: inline-block;
	text-shadow:1px 1px 0 #05263e;
	color:#FFF;
	padding:7px 15px;
	line-height:normal;
	transition:none;
	border:1px solid #000;
	bottom:20px;
	margin-bottom: 10px;
}

#featured .fragment .button-wrapper a:hover {
	background-position:center bottom;
	text-decoration:none;
}
#featured .ui-tabs-hide{ 
	display:none; 
}
.fragment-landing .nivo-caption {
	text-shadow:none;
}

#featured .featured-nav-arrow {
	position: absolute;
	top: 55%;
	color: #fff;
	padding: 20px;
	opacity: 0;
	background: rgba(128, 128, 128, 0.5);
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#featured .featured-nav-arrow:hover {
	text-decoration: none;
}
#featured.featured-has-focus .featured-nav-arrow {
	display:none;
	opacity: 1;
}
#featured .featured-nav-arrow-next {
	right: 0;
}
#featured .fragment-overlay-text-wrapper {
	position: absolute;
	width: 100%;
}
#featured .fragment-overlay-text-wrapper .fragment-overlay-text {
	position: absolute;
	bottom: 250px;
	left: 20px;
	width: 40%;
	/*background-color: rgba(0, 0, 0, 0.75);*/
	color: #ffffff;
	padding: 15px;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#featured .fragment .info .fragment-overlay-text {
	padding-left: 28px;
}
#featured .fragment-overlay-text-wrapper .fragment-overlay-text.fragment-overlay-text-active,
#featured .fragment .info .fragment-overlay-text.fragment-overlay-text-active {
	opacity: 1;
	visibility: visible;
}
#featured .fragment-overlay-text-wrapper .fragment-overlay-text .fragment-overlay-text-title,
#featured .fragment-overlay-text-wrapper .fragment-overlay-text .fragment-overlay-text-title a,
#featured .fragment .info .fragment-overlay-text .fragment-overlay-text-title,
#featured .fragment .info .fragment-overlay-text .fragment-overlay-text-title a {
	color: #FFCD5A;
	font-family: ArialRoundedMTBold;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 1em;
}
#featured #fragment-1.fragment .info .fragment-overlay-text .fragment-overlay-text-title,
#featured #fragment-1.fragment .info .fragment-overlay-text .fragment-overlay-text-title a {
	color: #304D2B;
}
#featured #fragment-2.fragment .info .fragment-overlay-text .fragment-overlay-text-title,
#featured #fragment-2.fragment .info .fragment-overlay-text .fragment-overlay-text-title a {
	color: #FFCD5A;
}
#featured #fragment-3.fragment .info .fragment-overlay-text .fragment-overlay-text-title,
#featured #fragment-3.fragment .info .fragment-overlay-text .fragment-overlay-text-title a {
	color: #FFCD5A;
}
#featured #fragment-4.fragment .info .fragment-overlay-text .fragment-overlay-text-title,
#featured #fragment-4.fragment .info .fragment-overlay-text .fragment-overlay-text-title a {
	color: #E1CD5A;
}
#featured #fragment-5.fragment .info .fragment-overlay-text .fragment-overlay-text-title,
#featured #fragment-5.fragment .info .fragment-overlay-text .fragment-overlay-text-title a {
	color: #E2BB51;
}
#featured #fragment-6.fragment .info .fragment-overlay-text .fragment-overlay-text-title,
#featured #fragment-6.fragment .info .fragment-overlay-text .fragment-overlay-text-title a {
	color: #1F3C7B;
}
#featured .fragment-overlay-text-wrapper .fragment-overlay-text .fragment-overlay-text-content,
#featured .fragment .info .fragment-overlay-text .fragment-overlay-text-content {
	font-family: MonotypeCorsiva;
	color: #C6D7F1;
	font-size: 16px;
	font-weight: bold;
	width: 70%;
}
#featured #fragment-1.fragment .info .fragment-overlay-text .fragment-overlay-text-content {
	color: #5B4F51;
}
#featured #fragment-2.fragment .info .fragment-overlay-text .fragment-overlay-text-content {
	color: #C6D7F1;
}
#featured #fragment-3.fragment .info .fragment-overlay-text .fragment-overlay-text-content {
	color: #C6D7F1;
}
#featured #fragment-4.fragment .info .fragment-overlay-text .fragment-overlay-text-content {
	color: #FFFFFF;
}
#featured #fragment-5.fragment .info .fragment-overlay-text .fragment-overlay-text-content {
	color: #E3E0E2;
}
#featured #fragment-6.fragment .info .fragment-overlay-text .fragment-overlay-text-content {
	color: #FFFFFF;
}
@media (min-width:992px){
	#featured {height:382px;}
	#featured .announcment-wrapper {
		position: absolute;
		top: 0;
		right: 0;
		width: 200px;
	}
	#featured .featured-nav-arrow {
		top: 45%;
	}
	#featured .featured-nav-arrow-next {
		right: 200px;
	}
	#featured .announcment-wrapper .announcment-inner-wrapper .announcment-content {
		padding: 20px 10px;
		height: 80px;
	}
	#featured ul.ui-tabs-nav{ 
		position:absolute; 
		top:0; 
		right:0; 
		width:200px; 
	}
	#featured ul.ui-tabs-nav li{ 
		float:left;
		width:33px;
		height:382px;
		clear:none;
	}
	#featured li.ui-tabs-nav-item a{
		border-top:1px solid #1d3d5a;
		border-bottom:1px solid #000; 
		height:33px;
		width:382px;
		padding:5px 0 0 45px;
		background-image: url(../images/accordion-tab.png);
		-webkit-transform: translateX(-100%) rotate(-90deg);
		-webkit-transform-origin: right top;
		-moz-transform: translateX(-100%) rotate(-90deg);
		-moz-transform-origin: right top;
		-o-transform: translateX(-100%) rotate(-90deg);
		-o-transform-origin: right top;
		transform: translateX(-100%) rotate(-90deg);
		transform-origin: right top;
		-ms-transform: translateX(-100%) rotate(-90deg); 
		-ms-transform-origin: right top;
	}
	#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
		background-image: url(../images/accordion-tab-over.png);
	}
	#featured .ui-tabs-panel .info{ 
		height:70px;
		width:100%;
		top: 0;
	}
	#featured .button-wrapper {
		position: absolute;
		bottom: 0;
		text-align: center;
		width: 325px;
		margin-left: 10px;
	}
	#featured .info h1{
		font-size:16px;
		text-align: left;
		width:350px;
		margin-left:20px;
		margin-top:20px;
	}
	#featured .ui-tabs-panel{width:79.2%;}
	#featured .ui-tabs-panel img{width:100%; height:100%;}
	#featured .fragment-overlay-text-wrapper .fragment-overlay-text,
	#featured .fragment .info .fragment-overlay-text {
		bottom: 100px;
		left: 20px;
		width: 50%;
	}
}
@media (min-width:1200px){
	#featured .ui-tabs-panel{width:82.5%;}
}
.announcment2-wrapper {
	/*min-height: 200px;*/
	min-height: 75px;
}
.announcment2-wrapper .slide-lower-right {
	position: absolute;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.announcment2-wrapper .slide-lower-right.slide-lower-right-active {
	opacity: 1;
	visibility: visible;
}
.fade-container .inner-slide {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
}

#featured .youtube {
  display: block;
  margin:0;
  background-color: #000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-size:100% auto;
  background-position:0 center;
  background-repeat:no-repeat;
  width:100%;
  height:100%;
}
#featured .youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}
#featured .youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
#featured .youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
#featured .youtube img,
#featured .youtube .play-button {
  cursor: pointer;
}
#featured .youtube img,
#featured .youtube iframe,
#featured .youtube .play-button,
#featured .youtube .play-button:before {
  position: absolute;
}
#featured .youtube .play-button,
#featured .youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
#featured .youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
