/* resource styles */

.resource {
	overflow: hidden;
}

.resource .attribute {
	font-size: 1.2em;
	display:inline-block;
}

.actions {
	margin: .5em 0;
}

.main .resource h1
	, .main .resource h2
	, .main .resource h3
	, .main .resource h4
	, .main .resource h5 {

	margin: .5em 0 0 0;	
	
}	

.actions a.edit {
	background: url('../images/edit.png') no-repeat left center;		
	padding-left: 20px;
}

.resource .toc {
	position: relative;
	font-size: 1.2em;
	background-color: #eee;
	padding: 0 .5em;
	float:left;
	width:99%;
}

.resource .toc dt {
	width: auto;
	line-height:1.5em;
}

.resource p {
	margin: .5em 0;
}

.resource .toc dd a {
	margin: 0 .5em;
	background: #eee url('../images/bullet.png') no-repeat left center;	
	padding-left: 20px;
	line-height: 1.5em;
}

.resource .block {
	clear:both;
}

#content .resource dl.toc dt {
	width: auto;
}

h3.block {margin:0;}

.resource .collection .links a {
	font-size: 1.5em;
	font-weight: bold;
}

.resource .collection h3 {
	margin: 0;
}
.resource .collection .links span {
	margin-right: 1em;
}

.resource .collection ul {
	display:inline;
	list-style-type:none;
}

.resource .collection ul li {
	/*background: url('../images/bullet.png') no-repeat left center;*/
	float:left;
	/*padding-left:20px;*/
}

.resource .collection {
	border: 2px solid #eee;
	padding: .5em;
	
}

.resource .collection .resource-type {
	width: auto !important;
	text-indent: 0 !important;
	background-repeat: no-repeat;
	padding: 0 5px 0 20px;
}

.resource .modules {
	clear:both;
}
		
.resource .module {
	margin: .5em 0;
	clear:both;
	float:left;
	width:100%;
}

.resource .faq {
	clear: both;
	float: left;
	width: 100%;
}

.resource .faq dl {
	float: left;
	clear: both;
	width: 100%;
}

.resource .faq dt {
	margin: .5em 0;
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
	float: none;
}

.main div.resource div.faq dl dd {
	float: none;
}

.main div.resource div.faq dl dd:after {
	content: "";
}

.resource .faq-collapsible div.faq-group {
	border: 1px solid #eee;
	margin-top: 15px;
	overflow: hidden;
}

.resource .faq-collapsible h4.faq-question {
	color: #294765;
	text-align: left;
	font-size: 120%;
	padding: 10px;
	cursor: pointer;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	overflow: hidden;
}

.resource .faq-collapsible h4.faq-question strong {
	float: left;
	width: 95%;
	display: inline-block;
	font-weight: bold;
}

.resource .faq-collapsible h4.faq-question span {
	float: right;
	font-size: 150%;
	display: inline-block;
}

.resource .faq-collapsible div.faq-answer {
	display: none;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	clear: both;
}

.resource .faq-collapsible div.faq-answer p {
	margin: 0;
}

.resource .faq-collapsible div.faq-answer[aria-hidden="true"] {
	display: none;
}

.resource .faq-collapsible div.faq-answer[aria-hidden="false"] {
	display: block;
}

.resource .event .dates {
	margin-left: 2em;
}

.resource .alert {
	background-color: #C3D9FF;
	padding: 1em;
}

.resource .altlang ul {
	list-style-type:none;
}
.resource .altlang ul li {
	background: url('../images/bullet.png') no-repeat left center;
	float:left;
	padding-left:20px;
}

.resource .html ul,
.resource .html ol {
	margin: .5em 0 .5em 2em;
}

.resource .html ul {
	list-style-type:disc;	
}
.resource .html ol {
	list-style-type: decimal;	
}

.resource .tab h3 {
	border-bottom: 1px solid #eee;
}

.resource .module-tabs {
	position: relative;
	overflow: hidden;
	margin: 10px auto;
	width: 100%;
}

.resource .module-tabs nav {
	text-align: center;
	margin-bottom: -20px;
}

.resource .module-tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 5px auto 0 auto;
	padding: 0;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
}

.resource .module-tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 4px 0 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 35px;
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.resource .module-tabs nav ul li:last-child {
	margin: 0;
}

.resource .module-tabs nav ul li.selected {
    background: #579637;
	background: -webkit-linear-gradient(0deg, #579637 50%, #579637 50%) no-repeat top left,
				-webkit-linear-gradient(90deg, #579637 50%, #579637 50%) no-repeat top right,
				-webkit-linear-gradient(7deg, transparent 48%, #579637 50%) no-repeat bottom left, 
				-webkit-linear-gradient(-7deg, transparent 48%, #579637 50%) no-repeat bottom right;
	background: -o-linear-gradient(0deg, #579637 50%, #579637 50%) no-repeat top left,
				-o-linear-gradient(90deg, #579637 50%, #579637 50%) no-repeat top right,
				-o-linear-gradient(7deg, transparent 48%, #579637 50%) no-repeat bottom left, 
				-o-linear-gradient(-7deg, transparent 48%, #579637 50%) no-repeat bottom right;
	background: -moz-linear-gradient(0deg, #579637 50%, #579637 50%) no-repeat top left,
				-moz-linear-gradient(90deg, #579637 50%, #579637 50%) no-repeat top right,
				-moz-linear-gradient(7deg, transparent 48%, #579637 50%) no-repeat bottom left, 
				-moz-linear-gradient(-7deg, transparent 48%, #579637 50%) no-repeat bottom right;
    background:	linear-gradient(0deg, #579637 50%, #579637 50%) no-repeat top left,
				linear-gradient(90deg, #579637 50%, #579637 50%) no-repeat top right,
				linear-gradient(5deg, transparent 48%, #579637 50%) no-repeat bottom left, 
				linear-gradient(-5deg, transparent 48%, #579637 50%) no-repeat bottom right;
    background-size: 50% 50%;
}

.resource .module-tabs nav ul li.selected a {
	padding-bottom: 28px;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 100;
}

.resource .module-tabs nav ul li.selected.forms a {
	background-image: url(../images/tabs/forms.jpg);
}

.resource .module-tabs nav ul li.selected.information a {
	background-image: url(../images/tabs/information.jpg);
}

.resource .module-tabs nav ul li.selected.links a {
	background-image: url(../images/tabs/links.jpg);
}

.resource .module-tabs nav ul li.selected.resources a {
	background-image: url(../images/tabs/resources.jpg);
}

.resource .module-tabs nav ul li a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 3em;
	background-color: #d2e3c9;
	color: #579637;
	padding: 0 10px 0 10px;
	font-size: 1.4em;
	font-weight: bold;
}

.resource .module-tabs nav ul li a:hover {
	background-color: #579637;
	color: #ffffff;
	text-decoration: underline;
}

.resource .module-tabs nav ul li a[aria-selected="true"] {
	background-color: #579637;
	color: #ffffff;
}

.resource .module-tabs nav ul li a span {
	vertical-align: middle;
}

.resource .module-tabs nav ul li:last-child a {
	margin: 0;
}

.resource .module-tabs div.module-tab-panel {
	display: block;
	overflow: hidden;
}

.resource .module-tabs div.module-tab-panel[aria-hidden="true"] {
	display: none;
}