@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Arvo:700,400italic,700italic,400);
@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);

/* ==========================================
HSS -- Screen Styles
=============================================
1. CSS Reset
---------------------------------------------
10. Miscellaneous and Layout
---------------------------------------------
11. Header
---------------------------------------------
15. Global Navigation
---------------------------------------------
16. Home Page
---------------------------------------------
18. Footer
---------------------------------------------
20. Section Page
---------------------------------------------
100. Admin Interface
========================================== */









/* ==========================================
1. CSS Reset
========================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	/* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* Internet Explorer */

.IEshadow {
    behavior: url(/media/file/ie-css3.htc);
    zoom: 1;
    position: relative;
}










/* ==========================================
10. Miscellaneous and Layout
========================================== */

body {
	background: #e5e5e5;
	-webkit-text-size-adjust: 100%;
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#Header {
	position: relative;
	max-width: 960px;
	margin: 0px auto;
	padding-top: 94px;
	background: #FFF url(/media/image/hss-t-header-RWJF-wings.png) no-repeat 95% -110px;
	height: 36px;
	z-index: 100;
}

a {
	color: #3366cc;
	text-decoration: none;
}

.clearboth {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	position: relative;
}

a.fixedGreenBar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #739600;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	display: block;
	opacity: 0.9;
	text-align: center;
	color: #fff;
	z-index: 1000;
	padding: 15px 10px;
	line-height: 18px;
	font-size: 14px;
	text-shadow: 0px -1px 0px #344400;
}










/* ==========================================
11. Header
========================================== */

/* Logo */

#Header #Logo {
	width: 392px;
	position: absolute;
	top: 20px;
	left: 20px;
}

#Header #Logo img {
	width: 100%;
	height: auto;
}





/* Utility Nav */

#Header #UtilityNav {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 14px;
	color: #a1a1a1;
}

#Header #UtilityNav a:hover {
	color: #333 !important;
}

#Header #UtilityNav ul {
	float: left;
}

#Header #UtilityNav ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: 15px;
}

#Header #UtilityNav .social {
	width: 30px;
	height: 30px;
	display: block;
	background-image: url(/media/image/hss-t-sprites.png);
	background-repeat: no-repeat;
	margin-left: 6px;
	position: relative;
}

#Header #UtilityNav .socialLinks .label {
	float: left;
}

#Header #UtilityNav .social a {
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -10000px;
}

#Header #UtilityNav .social:hover {
	top: -4px;
}

#Header #UtilityNav .twitter {
	background-position: 0px 0px;
}

#Header #UtilityNav .facebook {
	background-position: 0px -40px;
}

#Header #UtilityNav .linkedin {
	background-position: 0px -80px;
}

#Header #UtilityNav .rss {
	background-position: 0px -120px;
}





/* Search */

#Header #HeaderSearch {
	position: absolute;
	right: 20px;
	bottom: 5px;
	height: 25px;
	width: 166px;
}

#Header #HeaderSearch .field input {
	background: url(/media/image/hss-t-sprites.png) no-repeat -50px 0px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	height: 25px;
	width: 120px;
	float: left;
	padding: 0px 10px;
	font: 14px/25px 'Arvo', Georgia, "Times New Roman", Times, serif;
	color: #999;
}

#Header #HeaderSearch .button {
	float: left;
}












/* ==========================================
15. Global Navigation
========================================== */

#GlobalNav {
	background-color: #000;
	max-width: 960px;
	height: 36px;
	font-size: 22px;
	letter-spacing: -1px;
}

#GlobalNavMobile {
	display: none;
}

#GlobalNav ul.awcgn-menu {
	line-height: auto;
}

#GlobalNav ul.awcgn-menu li {
	display: inline-block;
}

#GlobalNav a {
	float: left;
	color: #2bc5ff;
	padding: 0px 10px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 1.0);
	line-height: 36px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#GlobalNav .awcgn-current a {
	background-color: #fff;
	color: #000;
	text-shadow: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#GlobalNav a:hover,
#GlobalNav .awcgn-current a:hover,
#GlobalNav .awcgnHover a {
	color: #333;
	background-color: #efefef;
	text-shadow: 0px 1px 0px rgba(255,255,255, 1.0);
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}

#GlobalNav ul.awcgn-menu ul {
	padding: 5px;
	font-size: 14px;
	letter-spacing: normal;
	width: 240px;
	background-color: #efefef;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	-moz-box-shadow:		0px 6px 6px rgba(0,0,0,0.25);
	-webkit-box-shadow:	0px 6px 6px rgba(0,0,0,0.25);
	box-shadow:			0px 6px 6px rgba(0,0,0,0.25);
	top: 36px;
	left: -1px;
	display: none;
}

#GlobalNav ul.awcgn-menu ul a {
	float: none;
	display: block;
	color: #3366cc;
	text-shadow: none;
	border: none;
	background-color: #fff;
	line-height: 18px;
	padding: 8px 10px;
}

#GlobalNav ul.awcgn-menu ul a:hover {
	color: #333;
	background-color: #dedede;
	border-left: none;
	border-right: none;
}





#GlobalNavMobile {
	position: absolute;
	top: 30px;
	left: 0px;
}

#GlobalNavMobile li.home span {
	width: 40px;
	height: 30px;
	display: block;
	background: url(/media/image/hss-t-sprites.png) no-repeat 10px -356px;
	text-indent: -10000px;
}

#GlobalNavMobile ul ul {
	width: 320px;
	background-color: #333;
	overflow: hidden;
	top: 30px;
}

#GlobalNavMobile ul ul li {
	padding: 0px 10px;
	width: 300px;
	border-bottom: solid 1px #555;
	overflow: hidden;
}

#GlobalNavMobile ul ul a {
	color: #2bc5ff;
	padding: 10px 0px;
}

#GlobalNavMobile  .mobileNavSearch {
	padding: 10px 0px;
	overflow: hidden;
}

#GlobalNavMobile  .mobileNavSearch .field input {
	background: url(/media/image/hss-t-sprites.png) no-repeat -50px 0px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	height: 25px;
	width: 120px;
	float: left;
	padding: 0px 10px;
	font: 14px/25px 'Arvo', Georgia, "Times New Roman", Times, serif;
	color: #999;
}

#GlobalNavMobile .mobileNavSearch .button {
	float: left;
}

#GlobalNavMobile .mobileNavFollow {
	color: #ccc;
	line-height: 30px;
	padding: 10px 0px;
}


#GlobalNavMobile .mobileNavFollow .social {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-image: url(/media/image/hss-t-sprites.png);
	background-repeat: no-repeat;
	margin-left: 6px;
	position: relative;
}

#GlobalNavMobile .mobileNavFollow .social a {
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -10000px;
	padding: 0px;
}

#GlobalNavMobile .mobileNavFollow .twitter {
	background-position: 0px 0px;
}

#GlobalNavMobile .mobileNavFollow .facebook {
	background-position: 0px -40px;
}

#GlobalNavMobile .mobileNavFollow .linkedin {
	background-position: 0px -80px;
}

#GlobalNavMobile .mobileNavFollow .rss {
	background-position: 0px -120px;
}
















/* ==========================================
15. Home Page
========================================== */

/* Carousel */

#HomeCarousel {
	position: relative;
	text-align: center;
	top: 0px;
	width: 100%;
	max-height: 570px;
	z-index: 1;
	margin-top: -130px;
	overflow: hidden;
	color: #FFF;
	line-height: 18px;
	-moz-box-shadow:	0px 0px 100px rgba(0,0,0,0.5);
	-webkit-box-shadow:	0px 0px 100px rgba(0,0,0,0.5);
	box-shadow:		0px 0px 100px rgba(0,0,0,0.5);
}

#HomeCarousel .spaceholder {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

#HomeCarousel .spaceholder img {
	height: 100%;
	width: auto;
}





#HomeCarousel .image {
	position: relative;
	z-index: 2;
	background-color: #333;
}

#HomeCarousel .image img {
	width: 100%;
	height: auto;
	max-width: 1500px;
	margin: 0px auto;
}

#HomeCarousel .edgeblend {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 800px;
	background: url(/media/image/hss-home-carousel-edgeblend.png) repeat-y 50% 0px;
}





#HomeCarousel .textOuter {
	position: relative;
	max-width: 960px;
	margin: 0px auto;
	text-align: left;
	z-index: 3;
}

#HomeCarousel .textInner {
	position: absolute;
	top: 190px;
	width: 280px;
	padding: 20px;
	background: url(/media/image/hss-t-black-75.png) repeat 0px 0px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 1.0);
	font-size: 14px;
}

#HomeCarousel .textInner.left {
	left: 0px;
}

#HomeCarousel .textInner.right {
	right: 0px;
}

#HomeCarousel .textInner h2 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #ffd200;
	margin-bottom: 10px;
	line-height: 28px;
}

#HomeCarousel .textInner .readmore {
	padding-top: 10px;
	white-space: nowrap;
}

#HomeCarousel .textInner a {
	color: #ffd200;
}





#HomeCarousel .controls {
	margin: 0px auto;
}

#HomeCarousel .controls .prev,
#HomeCarousel .controls .next {
	position: absolute;
	bottom: 45%;
	width: 50px;
	height: 50px;
	background-image: url(/media/image/hss-t-sprites.png);
	background-repeat: no-repeat;
	z-index: 3;
	text-indent: -10000px;
	-moz-box-shadow:	0px 0px 15px rgba(0,0,0,0.75);
	-webkit-box-shadow:	0px 0px 15px rgba(0,0,0,0.75);
	box-shadow:		0px 0px 15px rgba(0,0,0,0.75);
}

#HomeCarousel .controls .prev {
	left: 0px;
	background-position: 0px -160px;
}

#HomeCarousel .controls .next {
	right: 0px;
	background-position: 0px -220px;
}

#HomeCarousel .controls a {
	height: 50px;
	display: block;
}





#HomeCarousel .nav {
	position: absolute;
	bottom: 70px;
	z-index: 3;
	width: 100%
}

#HomeCarousel .nav .pagingOuter {
	max-width: 960px;
	margin: 0px auto;
	position: relative;
}

#HomeCarousel .nav .pagingInner {
	padding: 5px 0px 5px 5px;
	position: relative;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: url(/media/image/hss-t-sprites.png) no-repeat 0px -320px;
	text-align: left;
	overflow: hidden;
	display: table;
}

#HomeCarousel .nav a {
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -10000px;
	float: left;
	background: url(/media/image/hss-t-sprites.png) no-repeat 0px -280px;
	margin-right: 5px;
}

#HomeCarousel .nav a:hover {
	background: url(/media/image/hss-t-sprites.png) no-repeat -20px -280px;
}

#HomeCarousel .nav a.page-highlighted {
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -10000px;
	float: left;
	background: url(/media/image/hss-t-sprites.png) no-repeat 0px -300px;
}





/* Intro Columns */

#HomeIntroColumns {
	max-width: 960px;
	margin: -50px auto 40px;
	background: #FFF;
	overflow: hidden;
	border-bottom: 10px solid #005293;
	font-size: 14px;
	line-height: 18px;
	-moz-box-shadow:	0px 5px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow:	0px 5px 15px rgba(0,0,0,0.3);
	box-shadow:		0px 5px 15px rgba(0,0,0,0.3);
	z-index: 10;
	position: relative;
}

#HomeIntroColumns .column {
	padding: 20px 2%;
	width: 29.1%;
	display: table-cell;
	border-right: 1px solid #bfbfbf;	
}

#HomeIntroColumns .column h2 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

#HomeIntroColumns .column p {
	margin-bottom: 10px;	
}

#HomeIntroColumns a:hover: {
	color: #FFD200 !important;
}





/* Featured Scholars */

#HomeFeaturedScholars {
	max-width: 960px;
	margin: 0px auto 40px;
	background: #FFF;
	border-bottom: 10px solid #981e32;
	-moz-box-shadow:	0px 5px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow:	0px 5px 15px rgba(0,0,0,0.3);
	box-shadow:		0px 5px 15px rgba(0,0,0,0.3);
	position: relative;
	color: #FFF;
	line-height: 20px;
	font-size: 16px;
}

#HomeFeaturedScholars a:hover: {
	color: #FFD200 !important;
}





#HomeFeaturedScholars .header {
	background: #981e32;
	position: absolute;
	padding-right: 30px;
	padding-left: 10px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 2px;
	top: -20px;
	z-index: 10;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7);
}

#HomeFeaturedScholars .header a {
	color: #fff;
}

#HomeFeaturedScholars .header a:hover {
	#ffd200;
}





#HomeFeaturedScholars .focus {
	background: #333 url(/media/image/hss-t-home-featured-blend.png) no-repeat 100% 100%;
	min-height: 280px;
}

#HomeFeaturedScholars .picbg {
	background: url(/media/image/hss-t-home-scholars-mainpic-bg1.png) no-repeat 0px 0px;
	width: 358px;
	height: 319px;
	z-index: 4;
	top: -34px;
	left: -26px;
	position: absolute;
}

#HomeFeaturedScholars .focus .pic {
	z-index: 5;
	width: 358px;
	height: 319px;
	top: -34px;
	left: -26px;
	position: absolute;
}

#HomeFeaturedScholars .focus .pic img {
	padding: 38px 0px 0px 58px;
	position: absolute;
}

#HomeFeaturedScholars .focus .description {
	width: auto;
	padding-right: 20px;
	position: relative;
	padding-left: 335px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 1.0);
}

#HomeFeaturedScholars .focus h3 {
	color: #bbcfed;
	font: normal 60px/60px 'Shadows Into Light', cursive;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 100px;
}

#HomeFeaturedScholars .focus .readmore {
	padding-top: 10px;
}

#HomeFeaturedScholars .focus a {
	color: #bbcfed;
}





#HomeFeaturedScholars .thumbnails {
	background-color: #919191;
	padding: 10px 0px;
	overflow: hidden;
}

#HomeFeaturedScholars .thumbnails ul {
	text-align: center;
	font-size: 0px;
}

#HomeFeaturedScholars .thumbnails li {
	display: inline-block;
	width: 5.9%;
	margin: 0px 0.2%;
	border: 5px solid #919191;
	position: relative;
}

#HomeFeaturedScholars .thumbnails li:hover {
	top: -4px;
}

#HomeFeaturedScholars .thumbnails li.active {
	border: 5px solid #fff;
	-moz-box-shadow:	0px 3px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:	0px 3px 10px rgba(0,0,0,0.3);
	box-shadow:		0px 3px 10px rgba(0,0,0,0.3);
}

#HomeFeaturedScholars .thumbnails li img {
	width: 100%;
	height: auto;
	float: left;
}





#HomeFeaturedScholars .controls {
	position: absolute;
	top: 10px;
	right: 10px;
}

#HomeFeaturedScholars .controls .prev,
#HomeFeaturedScholars .controls .next {
	float: left;
	background-image: url(/media/image/hss-t-sprites.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
}

#HomeFeaturedScholars .controls .prev {
	background-position: 0px -160px;
}

#HomeFeaturedScholars .controls .next {
	background-position: 0px -220px;
	margin-left: 5px;
}

#HomeFeaturedScholars .controls .prev a,
#HomeFeaturedScholars .controls .next a {
	display: block;
	height: 50px;
	text-indent: -10000px;
}





/* Home News */

#HomeNews {
	max-width: 960px;
	margin: 0px auto;
	background: #FFF;
	-moz-box-shadow:	0px 5px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow:	0px 5px 15px rgba(0,0,0,0.3);
	box-shadow:		0px 5px 15px rgba(0,0,0,0.3);
	position: relative;
	font-size: 14px;
	line-height: 16px;
}

#HomeNews a:hover: {
	color: #701471 !important;
}

#HomeNews .column {
	width: 33.3%;
	display: table-cell;
	border-right: 1px solid #bfbfbf;
	padding-bottom: 30px;	
}

#HomeNews .column h2 {
	background-color: #701471;
	color: #fff;
	padding: 40px 20px 10px;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7);	
	margin-bottom: 20px;
	position: relative;
}

#HomeNews .column h2.icon {
	text-indent: -10000px;
}

#HomeNews .column h2.icon .iconHolder {
	width: 316px;
	height: 173px;
	position: absolute;
	background: url(/media/image/hss-t-home-hss-news.png) no-repeat 0px 0px;
	top: -38px;
	left: -55px;
}

#HomeNews .hssNews {
	padding: 35px 20px;	
}

#HomeNews .hssNews .wrapper {
	margin-bottom: 25px;
}

#HomeNews .hssNews .wrapper h3 {
	margin-bottom: 5px;	
}

#HomeNews .rwjfNews .wrapper {
	margin-bottom: 25px;
	padding: 0px 20px;	
}

#HomeNews .hssTwitterFeed {
	padding: 0px 20px;
}

#HomeNews .hssTwitterFeed iframe#twitter-widget-0 {
	width: 100% !important;
}

#HomeNews .hssTwitterFeed iframe#twitter-widget-0 html {
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif !important;
}

#HomeNews .hssTwitterFeed iframe#twitter-widget-0 .timeline {
	border: none !important;
}

#HomeNews .hssTwitterFeed iframe#twitter-widget-0 .var-narrow .timeline-header .twitter-follow-button {
	right: 0px !important;
	top: 0px !important;
}

#HomeNews .hssTwitterFeed iframe#twitter-widget-0 .var-narrow .timeline-header {
	padding: 0px 0px 8px !important;

}





/* E-Distribution */

#EDistributionLists {
	max-width: 960px;
	margin: 0px auto 40px;
	background: #701471;
	-moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
	position: relative;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	min-height: 230px;
	padding-bottom: 10px;
}

#EDistributionLists .icon {
	width: 176px;
	height: 188px;
	background: url(/media/image/hss-t-home-edist-lists.png) no-repeat 0px 0px;
	position: absolute;
	left: -45px;
	top: 10px;
}

#EDistributionLists .content {
	width: auto;
	padding: 20px 0px 0px 120px;
}

#EDistributionLists .content h2 {
	color: #fff61e;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: normal;
	padding-left: 3%;
	line-height: 26px;
}

#EDistributionLists .content .column {
	width: 44%;
	padding: 0px 3%;
	float: left;
}

#EDistributionLists .content .column p{
	margin-bottom: 10px;
}

#EDistributionLists .edistOptin .field {
	width: 150px;
	padding: 0px 10px;
	background: url(/media/image/hss-t-sprites.png) no-repeat -50px -40px;
	height: 29px;
	float: left;
}

#EDistributionLists .edistOptin .field input {
	width: 100%;
	line-height: 29px;
	height: 29px;
	border-style: none;
	background-color: transparent;
	font: 14px/25px 'Arvo', Georgia, "Times New Roman", Times, serif;
	color: #999;
}












/* ==========================================
18. Footer
========================================== */

#Footer {
	max-width: 960px;
	background-color: #fff;
	margin: 0px auto 20px;
	position: relative;
	border-bottom: 10px solid #739600;
	overflow: hidden;
	-moz-box-shadow:	0px 5px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow:	0px 5px 15px rgba(0,0,0,0.3);
	box-shadow:		0px 5px 15px rgba(0,0,0,0.3);
}

#Footer #LinksContainer {
	width: auto;
	overflow: hidden;
	line-height: 18px;
	font-size: 0px;
	background-color: #eee;
}

#Footer #LinksContainer .column {
	position: relative;
	display: inline-block;
	width: 29.3%;
	vertical-align: top;
	padding: 20px 2% 20px;;
}

#Footer #LinksContainer ul {
	position: relative;
	font-size: 14px;
	font-weight: bold;
}

#Footer #LinksContainer li {
	margin-bottom: 6px;
}

#Footer #LinksContainer ul ul {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: 300;
	margin-top: 4px;
}

#Footer #LinksContainer ul ul li {
	background: url(/media/image/hss-t-sprites.png) no-repeat 0px -455px;
	padding-left: 7px;
}

#Footer #LinksContainer a {
	color: #333;
	display: block;
}

#Footer #LinksContainer a:hover {
	color: #3366cc !important;
}





#Footer #Boilerplate {
	width: 320px;
	float: right;
	font-size: 13px;
	line-height: 16px;
}

#Footer #Boilerplate .logo {
	width: 280px;
	background-color: #739600;
	padding: 20px;
}

#Footer #Boilerplate .logo .inner {
	position: relative;
}

#Footer #Boilerplate .logo img {
	width: 100%;
	height: auto;
}

#Footer #Boilerplate .text {
	padding: 20px;
}

#Footer #Boilerplate ul {
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 5px;
}

#Footer #Boilerplate ul li {
	float: left;
	height: 30px;
	line-height: 30px;
}

#Footer #Boilerplate .social {
	width: 30px;
	height: 30px;
	display: block;
	background-image: url(/media/image/hss-t-sprites.png);
	background-repeat: no-repeat;
	margin-right: 6px;
	position: relative;
}

#Footer #Boilerplate .social:hover {
	top: -4px;
}

#Footer #Boilerplate .social a {
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -10000px;
}

#Footer #Boilerplate .twitter {
	background-position: 0px 0px;
}

#Footer #Boilerplate .facebook {
	background-position: 0px -40px;
}

#Footer #Boilerplate .linkedin {
	background-position: 0px -80px;
}

#Footer #Boilerplate .rss {
	background-position: 0px -120px;
}

#Footer #Boilerplate .rwjfLogo {
	text-align: right;
}

#Footer #Boilerplate .rwjfLogo img {
	width: 170px;
	height: auto;
}












/* ==========================================
20. Section Page
========================================== */

/* Misc */

#SectionHolder {
	max-width: 920px;
	margin: 0px auto 40px;
	background: #FFF;
	overflow: hidden;
	border-bottom: 10px solid #005293;
	font-size: 14px;
	line-height: 18px;
	-moz-box-shadow:	0px 5px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow:	0px 5px 15px rgba(0,0,0,0.3);
	box-shadow:		0px 5px 15px rgba(0,0,0,0.3);
	z-index: 10;
	position: relative;
	padding: 20px 20px 30px;
	color: #333;
}





/* Utility */

#SectionHolder #Utility {
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: solid 1px #999;
	padding-top: 10px;
	line-height: 32px;
}

#SectionHolder #Breadcrumb {
	float: left;
}

#SectionHolder #Sharing {
	float: right;
}

#SectionHolder #Sharing .label,
#SectionHolder #Sharing .st_sharethis_large,
#SectionHolder #Sharing .st_twitter_large,
#SectionHolder #Sharing .st_facebook_large,
#SectionHolder #Sharing .st_linkedin_large {
		float: left;
}





/* Local Navigation */

#SectionHolder #LocalNav {
	float: left;
	width: 200px;
	margin-right: 40px;
}

#SectionHolder #LocalNav ul {
	border-bottom: solid 1px #e5e5e5;
}

#SectionHolder #LocalNav li {
	
}

#SectionHolder #LocalNav a {
	display: block;
	border-top: solid 1px #e5e5e5;
	padding: 5px;
}

#SectionHolder #LocalNav a:hover {
	color: #333;
}

#SectionHolder #LocalNav .active a {
	font-weight: bold;
	color: #333;
	background-color: #e5e5e5;
}

#SectionHolder #LocalNav ul ul {
	margin-left: 25px;
	border-bottom: none;
}

#SectionHolder #LocalNav ul ul a {
	border-top: none;
}

#SectionHolder #LocalNav .active li a {
	font-weight: normal;
	color: #3366cc;
	background-color: #fff;
}

#SectionHolder #LocalNav .active li a:hover {
	color: #333;
}





/* Section Content */

.sectioncontent {
	overflow: hidden;
	position: relative;
}

#SectionContent {
	width: auto;
	line-height: 20px;
	font-size: 14px;
	line-height: 20px;
}

#SectionContent h1 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}

#SectionContent h2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: bold;
}

#SectionContent h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

#SectionContent p {
	margin-bottom: 20px;
}

#SectionContent a {
	text-decoration: underline;
}

#SectionContent a:hover {
	color: #739600;
}

#SectionContent ul,
#SectionContent ol {
	margin-bottom: 20px;
}

#SectionContent ul li {
	margin-bottom: 5px;
	list-style: disc outside;
	margin-left: 50px;
}

#SectionContent ul ul li {
	list-style: circle outside;
}

#SectionContent ol li {
	margin-bottom: 5px;
	margin-left: 50px;
	list-style: decimal outside;
}





/* Section Content Compatibility Styles */

#SectionContent p.content1 {
	text-align: left !important;
}

#SectionContent .profile-image {
	background-image: url("/template/template-images/profile-picture-bg.gif");
	float: right;
	margin-top: -3px;
	padding: 15px 30px 20px 29px;
}

.profile#SectionContent {
	padding-left: 240px;
	position: relative;
}

.profile#SectionContent .profile-image,
.profile#SectionContent .AWC-23600 {
	background-image: url("/template/template-images/profile-picture-bg.gif");
	margin-top: -3px;
	padding: 15px 30px 20px 29px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.profile#SectionContent .AWC-1356 {
	font-weight: bold;
	font-size: 14px;
}

.profile#SectionContent hr {
	display: none;
}

#SectionContent .header3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

#SectionContent table .aList-Title1 {
	font-weight: bold;
	text-decoration: none;
}

#SectionContent table .aList-Title1:hover {
	text-decoration: underline;
}

#SectionContent table .aList-Intro1 {
	display: block;
	margin-top: 5px;
}

#SectionContent table .aList-Intro1 * {
	text-align: left !important;
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: normal !important;
	margin: 0px !important;
	padding: 0px !important;
	color: #333 !important;
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif !important;
}

#SectionContent table .aList-Readmore1 {
	display: block;
	margin-top: 5px !important;
	text-decoration: none;
	color: #3366cc !important;
}

#SectionContent table .aList-Readmore1:hover {
	text-decoration: underline;
	color: #739600 !important;
}





/* Section Article Lists */

#SectionArticleList .wrapper {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
	overflow: hidden;
}

#SectionArticleList .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

#SectionArticleList h2.title {
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

#SectionArticleList h2.title a {
	color: #3366cc;
	text-decoration: none;
}

#SectionArticleList h2.title a:hover {
	text-decoration: underline;
}

#SectionArticleList .intro,
#SectionArticleList .intro div,
#SectionArticleList .intro span,
#SectionArticleList .intro font,
#SectionArticleList .intro strong,
#SectionArticleList .intro b,
#SectionArticleList .intro h1,
#SectionArticleList .intro h2,
#SectionArticleList .intro h3,
#SectionArticleList .intro h4,
#SectionArticleList .intro h5 {
	font-weight: normal !important;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #333 !important;
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif !important;
	letter-spacing: 0px;
}

#SectionArticleList .intro div,
#SectionArticleList .intro span {
	display: inline;
}










/* ==========================================
100. Admin Interface
========================================== */

/* Misc */

#BlinkForm {
	font-family: Arial, Helvetica, sans-serif;
}

#SectionHolder.adminTemplate #SectionContent {
	float: left;
	width: 660px;
	font-size: 12px;
}

#SectionHolder.adminTemplate .ui-helper-reset {
	line-height: 20px;
}





/* Tabs */

#SectionHolder.adminTemplate #SectionContent ul.ui-tabs-nav {
	background-color: #000;
}

#SectionHolder.adminTemplate #SectionContent ul.ui-tabs-nav li {
margin:0px;
}

#SectionHolder.adminTemplate ul.ui-tabs-nav a {
	color: #2BC5FF;
	font-size: 14px;
}

#SectionHolder.adminTemplate ul.ui-tabs-nav ui-tabs-active a, 
#SectionHolder.adminTemplate ul.ui-tabs-nav ui-state-active a {
	color: #333 !important;
}

#SectionHolder.adminTemplate ul.ui-tabs-nav a:hover {
	text-decoration: none !important;
}

#SectionHolder.adminTemplate .ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333;
}

#SectionHolder.adminTemplate .ui-widget strong {
	color: #555;
}

#SectionHolder.adminTemplate .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	font-weight: bold;
	background: none;
	background-color: #000;
}

#SectionHolder.adminTemplate .ui-state-default a:hover, .ui-widget-content .ui-state-default a:hover, .ui-widget-header .ui-state-default a:hover {
	background-color: #efefef;
	color: #333;
}

#SectionHolder.adminTemplate .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	font-weight: bold;
	background: none;
	background-color: #fff;
}

#SectionHolder.adminTemplate .ui-state-active a:hover, .ui-widget-content .ui-state-active a:hover, .ui-widget-header .ui-state-active a:hover {
	background-color: #fff;
	color: #2BC5FF;
}

#SectionHolder.adminTemplate .ui-tabs {
	padding: 0px;
}

#SectionHolder.adminTemplate ul.ui-tabs-nav {
	font-size: 13px !important;
}

#SectionHolder.adminTemplate .ui-tabs .ui-tabs-nav {
	padding: 0px;
}

#SectionHolder.adminTemplate .ui-widget-header {
	border: none;
	background: none;
}

#SectionHolder.adminTemplate .ui-tabs .ui-tabs-nav li {
	border: none;
	text-align: center;
}

#SectionHolder.adminTemplate .ui-tabs .ui-tabs-nav li a {
	line-height: 18px;
	padding: 5px 18px;
}

#SectionHolder.adminTemplate .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 0px;
}

#SectionHolder.adminTemplate .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 0px;
}

#SectionHolder.adminTemplate .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 0px;
}

#SectionHolder.adminTemplate .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 0px;
}

#SectionHolder.adminTemplate .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	padding-bottom: 0px;
}










#SectionHolder.adminTemplate #BlinkForm .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	padding: 6px 12px;
	height: 30px;
}

#SectionHolder.adminTemplate #BlinkForm .chosen-container-multi .chosen-choices {
	border-radius: 4px;
}

#SectionHolder.adminTemplate #BlinkForm .chosen-container-multi .chosen-choices li.search-choice {
	margin: 5px 0px 3px 5px;
}

#SectionHolder.adminTemplate #BlinkForm input[type="checkbox"] {
	width: auto;
	float: left;
	height: auto;
	margin-right: 8px;
	padding: 0;
}

#SectionHolder.adminTemplate #BlinkForm.blinkForm .btn {
	padding: 3px 6px !important;
}




#SectionHolder.adminTemplate ul.cohortsList {
	margin-top: 10px;
}

#SectionHolder.adminTemplate ul.cohortsList a strong {
	font-size: 22px;
	color: #428BCA;
	font-weight: normal;
}

#SectionHolder.adminTemplate ul.cohortsList.list-group {
	line-height: 20px;
}

#SectionHolder.adminTemplate ul.cohortsList.list-group .name,
#SectionHolder.adminTemplate ul.cohortsList.list-group .name strong,
#SectionHolder.adminTemplate .ui-sortable strong {
	line-height: 20px;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
}

#SectionHolder.adminTemplate #BlinkForm.blinkForm .row {
    margin-left: 0px;
    margin-right: 0px;
}

#SectionHolder.adminTemplate #BlinkForm li .handle {
	background-color: #fff;
	background-image: url(/media/image/hss-admin-drag-handle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-radius: 0px;
	height: 40px;
	background-size: auto;
}

#BlinkForm.blinkForm b, #BlinkForm.blinkForm strong {
	color: #555;
}

#SectionHolder.adminTemplate #BlinkForm.blinkForm .btn-primary {
	background-color: #5BC0DE;
	border-color: #5BC0DE;
}

#cboxContent .modal {
	font-family: Arial, Helvetica, sans-serif;
}

#cboxContent .modal h2 {
	line-height: 20px;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
}

#cboxContent .modal p {
	font-size: 12px;
}

#cboxContent .modal table,
#cboxContent .modal table td {
	width: 100%;
	text-align: center;
}





#SectionHolder.adminTemplate .ui-sortable .moreInfoTarget,
#SectionHolder.adminTemplate .ui-sortable .moreInfoSwitch {
	padding-left: 36px;
}





.mapCanvas h3 {
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif !important;
	font-size: 20px !important;
}


.mapCanvas div.details,
.gm-style div {
	font-family: Arial, Helvetica, sans-serif !important;
}