/* help + glossary */

/*
#overlay-resources {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	padding: 2%;
	background-color: #f9f9f9;
	overflow: hidden;
	display: none;
	z-index: 999;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	
}
*/

#overlay-resources #resources-content {
	width: 100%
	height: 100%;
	position: relative;
	padding: 30px;
}

#overlay-resources #resources-header {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
}

#overlay-resources .hidden {
	display: none !important;
}


/*
overlayTitle {

	background-color: #629bc8;
	color: #fff;
	font-size: 24px;
	border: 3px solid #fff;
	padding: 20px 0 20px 0;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}

.closeOverlay {
	float: right;
	background-color: #336699;
	padding: 5px 15px 5px 15px;
	
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	
}

.closeEA {
	float: right;
	background-color: #336699;
	padding: 5px 15px 5px 15px;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

a.closeOverlay, a.closeOverlay:link, a.closeOverlay:active, a.closeOverlay:visited {
	color: #fff;
	display: block;
	text-decoration: none;
}

a.closeOverlay:hover {
	color: #f67b22;
}


/* resources */

.overlay-scroll {
	width: 100%;
	height: 500px;
	padding: 30px;
	background-color: #eaeaea;
	overflow: hidden;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.overlay-scroll .scroller {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 20px;
}



/* help section */

#help-section .col > div {
	display: none;
	border: none;
	max-width: 680px;
}

#help-section .col > div.active, #glossary-section .col > div.active {
	display: block !important;
}

#help-section .sub-section {
	display: none;
}

ul#nav-help, ul#nav-glossary {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: 100%;
	font-size: 14px;
	margin-top: 20px;
}

ul#nav-help .active, ul#nav-glossary .active {
	font-weight: bold;
	background-color: #fff;
	color: #29466F;
}

ul#nav-help li a, ul#nav-glossary li a {
	text-decoration: none;
	display: block;
	color: #fff;
}

ul#nav-help > li, ul#nav-glossary > li {
	display: block;
	margin: 0 0 10px 0;
	width: 90%;
	background-color: #ff9900;
	text-align: center;
	overflow: hidden;
	
	border: 1px solid #ffeedd;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	
}

ul#nav-glossary > li {
	width: 25%;
	margin-right: 5%;
	float: left;
}

ul#nav-help > li > ul {
	background-color: #fff;
	text-align: center;
}

ul#nav-help > li > ul > li {
	display: block;
}

ul#nav-help > li > ul > li > a {
	padding: 5px 10px 5px 10px;
	color: #29466F;
}

ul#nav-help > li > ul > li:first-child, ul#nav-glossary > li > ul > li:first-child {
	margin-top: 1px;
	padding-top: 5px;
}

ul#nav-help > li > a, ul#nav-glossary > li > a {
	display: block;
	padding: 12px 0 12px 0;
}

ul#nav-help li ul {
	display: none;
	list-style: none;
}

ul#nav-help li ul {
	padding-left: 0;
}

#help-section .slide {
	width: 100%;
	height: 475px;
	min-height: 475px;
	max-height: 475px;
	overflow: hidden;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

#help-section .slide .slide-set {
	width: 100%;
	min-width: 680px;
	position: relative;
	margin: 0;
	padding: 0;
}

#help-section .slide .slide-set img {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
}

#help-section .slide .slide-set > div {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	overflow: hidden;
}

#help-section .slide .slide-set div img {
	float: left;
}

#help-section .copy {
	margin-top: 20px;
	width: 100%;
}