.loader{
	background-image: url(../IMAGES/MISC/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideshow {
	position: relative;
}
#slideshow a.browse{
	background-image: url(../IMAGES/HERO/btn-left.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	z-index: 1;
	top: 425px;
}

.hero_wrap {
	text-align: center;
	width:100%;
	max-width:1400px;
	margin:0 auto;
}
.slideshow_wrap{
	height: 375px;
	position: relative;
	background-color:#000;
	background-image: url(../IMAGES/SCROLLABLE/bg-hero.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

.slidetabs{
	background: -moz-linear-gradient(rgba(45, 45, 45,   1), rgba(0, 0, 0,  1));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(45, 45, 45,   1)), to(rgba(0, 0, 0,  1)));
	background: -webkit-linear-gradient(rgba(45, 45, 45,   1), rgba(0, 0, 0,  1));
	background: -o-linear-gradient(rgba(45, 45, 45,   1), rgba(0, 0, 0,  1));
	-moz-box-shadow: inset #000 0 1px 0,#333 0 1px 0;
	-webkit-box-shadow: inset #000 0 1px 0,#333 0 1px 0;
	box-shadow: inset #000 0 1px 0,#333 0 1px 0;
	background-color: #000;
	width:100%;
	float: left;
}
.slidetabs-wrap{
	margin-left: 45%;
	float: left;
}
.slidetabs a{
	background-image:url(../IMAGES/SCROLLABLE/navigator.png);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:15px;
	width:15px;
	float: left;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
}
.slidetabs a:hover{background-position:0 -15px}
.slidetabs a.current{background-position:0 -30px}

.hero img{
	float: right;
	margin:2em 7% 0;
	-webkit-border-top-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-topright: 12px;
-moz-border-radius-bottomleft: 12px;
border-top-right-radius: 12px;
border-bottom-left-radius: 12px;
}


.hero_content{
	-webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
	background-image:url(../IMAGES/MISC/black-trans-60.png);
	background-position:left top;
	background-repeat:repeat;
	bottom:0;
	height:338px;
	left:7%;
	overflow:hidden;
	position:absolute;
	width:50%;
	z-index:9999;
	text-align: left;
}
.hero_content .gutter{padding:45px 30px}
.hero_content pre{
	color:#999999;
	font-family: 'Ultra', Helvetica, Arial, sans-serif;
	font-size:1.2em;
	font-weight:400;
	line-height:1em;
	padding-bottom:0.5em;
	text-transform:capitalize;
	text-decoration: none;
}
.hero_content h2{
	color:#FFF;
	font-family: 'Ultra', Helvetica, Arial, sans-serif;
	font-size:3.4em;
	font-weight:400;
	line-height:1em;
	padding-bottom:.5em;
	text-transform:capitalize;
	text-decoration: none;
}
.hero_content h2 em{
	color:#ffcf46;
	
}
.hero_content h2 a{color:#FFF;text-decoration:none}
.hero_content h6{color:#ffcf46;font-family:Helvetica, Arial, sans-serif;font-size:.9em;font-weight:700;line-height:1.5em;padding-bottom:1.2em;text-transform:uppercase}
.hero_content p{
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.5em;
	line-height:1.6em;
	font-weight: 100;
	padding-bottom: 1em;
}
.hero_content p a{color:#ffcf46}
.hero_content a.slideshow-btn{
	color:#765802;
	text-shadow: #fff2cc 1px 1px 0;
	background: -moz-linear-gradient(rgba(255, 222, 129, 1), rgba(255, 207, 70, 1));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 222, 129, 1)), to(rgba(255, 207, 70, 1)));
	background: -webkit-linear-gradient(rgba(255, 222, 129, 1), rgba(255, 207, 70, 1));
	background: -o-linear-gradient(rgba(255, 222, 129, 1), rgba(255, 207, 70, 1));
	-moz-box-shadow: inset #fff2cc 0 1px 0,#e8b628 0 1px 0;
	-webkit-box-shadow: inset #fff2cc 0 1px 0,#e8b628 0 1px 0;
	box-shadow: inset #fff2cc 0 1px 0,#e8b628 0 1px 0;
	background-color: #FBCC44;
	font-family: 'Ultra', Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	text-decoration: none;
	line-height: 2em;
	display: block;
	float: left;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-right: 1em;
	padding-left: 1em;
	text-transform: lowercase;

}
.hero_content img{float:right;margin-bottom:1em;margin-left:1em}
.hero_content img.conference{float:none;margin:0;width:15%;}
.hero_content a.forward{
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-topright:12px;
	-webkit-border-bottom-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	border-bottom-left-radius:12px;
	border-top-right-radius:12px;
	color:#765802;
	text-shadow: #fff2cc 1px 1px 0;
	background: -moz-linear-gradient(rgba(255, 222, 129, 1), rgba(255, 207, 70, 1));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 222, 129, 1)), to(rgba(255, 207, 70, 1)));
	background: -webkit-linear-gradient(rgba(255, 222, 129, 1), rgba(255, 207, 70, 1));
	background: -o-linear-gradient(rgba(255, 222, 129, 1), rgba(255, 207, 70, 1));
	-moz-box-shadow: inset #fff2cc 0 1px 0,#e8b628 0 1px 0;
	-webkit-box-shadow: inset #fff2cc 0 1px 0,#e8b628 0 1px 0;
	box-shadow: inset #fff2cc 0 1px 0,#e8b628 0 1px 0;
	background-color: #FBCC44;
	cursor:pointer;
	text-decoration:none;
	display:block;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-style:italic;
	line-height:25px;
	padding-left:1em;
	padding-right:1em;
}

.hero {
	text-align: center;
	width:100%;
	max-width:1400px;
	clear: both;
	position: absolute;
	z-index: 0;
	display:none;
}

ul.featured-mobile{ display:none;}

@media screen and (max-width: 768px) {
.hero_content{
	width:380px;
	
}
.hero_content h2{
	font-size:3em;
}
.hero img{
	margin:2em 0 0;
}
.hero_content{
	left:0%;
	
}

}
@media screen and (max-width: 599px) {
.slideshow_wrap {
	display:none;
}
.slidetabs{
	display:none;

}

ul.featured-mobile{
	max-width: 560px;
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 3em;
	margin-left: auto;
	display:block;
}
ul.featured-mobile li{
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #EDEDED;
	color:#184675;
}
ul.featured-mobile li.first{
	list-style-type: none;
}
ul.featured-mobile li.first img{
	margin: 1em auto 0;
	display:block;
	float:none;
	width:auto;
}
ul.featured-mobile li img{
	margin: .5em 1em .5em 0;
	display:block;
	float:left;
	width:15%;
	border:solid 3px #CCC;
}
ul.featured-mobile li.first h2{
	color: #333;
	font-family: 'Ultra', Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.2em;
	padding-bottom: 0.5em;
}
ul.featured-mobile li.first h2 a{
	color: #333;
	font-family: 'Ultra', Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.2em;
	padding-bottom: 0.5em;
}



ul.featured-mobile li h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.3em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
ul.featured-mobile li h2 a{
	color:#184675;
	text-decoration:none;
}
ul.featured-mobile li p{
    color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.2em;
	line-height:1.5em;
	font-weight: 100;
	padding-bottom: 1em;

}
}
@media screen and (max-width: 320px) {

}
