@font-face {
	font-family: 'entypo';
	src: url('../fonts/entypo.eot?40834763');
	src: url('../fonts/entypo.eot?40834763#iefix') format('embedded-opentype'),
	   url('../fonts/entypo.woff?40834763') format('woff'),
	   url('../fonts/entypo.ttf?40834763') format('truetype'),
	   url('../fonts/entypo.svg?40834763#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'folksregular';
    src: url('../fonts/folks-normal-webfont.eot');
    src: url('../fonts/folks-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/folks-normal-webfont.woff2') format('woff2'),
         url('../fonts/folks-normal-webfont.woff') format('woff'),
         url('../fonts/folks-normal-webfont.ttf') format('truetype'),
         url('../fonts/folks-normal-webfont.svg#folksregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	box-sizing:border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* links */
a {
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:link {
	color: #074e68;
}

a:visited {
	color: #0066CC;
}

blockquote {
	margin-left: 20px;
	margin-right: 20px;
}

body {
	background-color: #FFF;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: normal;
}

em {
	font-style: italic;
}

embed, object {
	max-width: 100%;
	height: auto;
}

/* headings */
h1 { 
	color: #333;
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 34px;
	margin-bottom: 35px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 25px;
	
}

h2 { 
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 28px;
	
}

h3 {
	color: #666;
	font-weight: bold;
	margin-top: 0px;
	font-size: 20px;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #666;
	margin-top: 0px;
	
}

header {

}

img {
	max-width: 100%;
	height: auto;
}

input, textarea {
	max-width: 100%;
}

li {
	line-height: 24px;
}

p, ol, ul {
	margin-bottom: 25px;
	line-height: 24px;
}

ol, ul {
	margin-left: 35px;
}

ol li {
	list-style-type: decimal;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
}

ul li {
	list-style-type: disc;
}

ul li li {
	list-style-type: circle;
}

ul li li li {
	list-style-type: square;
}

/* custom classes */

.bubbleUpLogo {
	text-align: center;
}

.btn-custom { 
	display: inline-block;
	padding: 8px 10px;
	background-color: hsl(0, 0%, 16%) !important; 
	background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828"); background-image: -khtml-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828)); background-image: -moz-linear-gradient(top, #5b5b5b, #282828); background-image: -ms-linear-gradient(top, #5b5b5b, #282828); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #282828)); background-image: -webkit-linear-gradient(top, #5b5b5b, #282828); background-image: -o-linear-gradient(top, #5b5b5b, #282828); background-image: linear-gradient(#5b5b5b, #282828); border-color: #282828 #282828 hsl(0, 0%, 11%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased; }

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.contactInformation {
	float: right;
	margin-top: 25px;
}

#content {
	
}

.contentWrapper {
	padding-bottom: 20px;
	padding-top: 50px;
}

.copyright {

}

.datePosted {
	color: #666;
	font-size: 14px;
}

.entry {
	margin-bottom: 20px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

footer {
	clear: both;
	padding-bottom: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #dfdede;
	color: #000;
	font-size: 14px;
	line-height: 18px;
}

/*
footer a, footer a:link, footer a:visited {
	color: #FFF;
}

footer h2, footer h3, footer h4 {
	color: #FFF;
}
*/

footer h2 {
	font-size: 20px;
}

.footerContent {
	padding-top: 10px;
}



#footerMenu ul {
	margin-left: 0px;
	float: left;
}

#footerMenu li {
	float: left;
	list-style-type: none;
	margin-right: 12px;
}

#footerMenu li a {
	color: #FFF;
}

.green {
	color: #008000;
}

.left {
	text-align: left;
}

.logo {
	margin-top: 10px;
	margin-bottom: 25px;
}

/* main desktop menu */
#mainMenu {
	clear: both;
	height: 40px;
	
}

#mainMenu ul li.menu-item-has-children > a:after {
    content: "\e760";
    font-family: 'entypo';
    padding-left: 0.5em;
    speak: none;
}

#mainMenu ul.sub-menu li.menu-item-has-children > a:after {
    content: "\e762";
    font-family: 'entypo';
    padding-left: 1em;
    speak: none;
}

#mainMenu ul {
	font-size: 12px;
	list-style: none;
	margin: 0 0 -0.8125em;
	padding-left: 0;
	margin-bottom: 0px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

#mainMenu li {
	float: left;
	position: relative;
	margin-right: 1px;
	list-style-type: none;
	overflow: visible;
	height: 42px;
	z-index: 400;
	margin-left: 5px;
	margin-right: 5px;
}

#mainMenu ul ul li {
	padding: 0px;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
}

#mainMenu a {
	color: #333;
	border: 2px solid #333;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 18px;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	height: 42px;
	text-decoration: none;
	overflow: visible;
}

#mainMenu ul ul {
	
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 99999;
	border: 1px solid #666;
	background-color: #FFF;
}

#mainMenu ul ul ul {
	left: 100%;
	top: 0;
}

#mainMenu ul ul a {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	height: auto !important;
	padding: 15px 10px;
	width: 240px;
	text-align: left;
	text-transform: none;
	border: 0px;
	background-color: #FFF;
	border: 0px !important;
}

#mainMenu ul ul .current_page_item > a {
	color: #333 !important;
}

#mainMenu ul ul .current_page_item > a:hover {
	color: #FFF !important;
}

#mainMenu ul li:hover > ul {
	display: block;
}

#mainMenu ul > li.current_page_item a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#mainMenu .current-menu-item > a,
#mainMenu .current-menu-ancestor > a,
#mainMenu .current_page_item > a,
#mainMenu .current_page_ancestor > a {
	text-align: left;
	color: #FFF;
	border: 2px solid #CCC;
	
}

#mainMenu ul > li:hover {
	
}

#mainMenu ul > li:hover a {
	border: 2px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#mainMenu ul ul > li:hover a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#mainMenu ul ul .current-menu-item > a,
#mainMenu ul ul .current-menu-ancestor > a,
#mainMenu ul ul .current_page_item > a,
#mainMenu ul ul .current_page_ancestor > a {
	color: #FFF;
}

#mainMenu ul ul .current-menu-item > a {
	color: #FFF;
}

#mainMenu ul ul a:hover {
	text-decoration: underline;
	background-color: #333;
	color: #FFF;
}

#mainMenu ul > li.menu-item-has-children a:after {
	
}

#mainMenu ul ul li.menu-item-has-children a:after {
	content: '>';
	float: right;
}

#mainMenu ul ul li.menu-item-has-children ul li a:after {
	content: '';
	float: none;
}

#mainMenuContainer {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 10000;
	background-color: #000;
}



/* custom mobile menu background */
.mean-container .mean-nav {
	background-color: #074e68;
}



.normal {
	font-weight: normal;
}

.nowrap {
	white-space: nowrap;
}

/* pager */
.paging { 
	font-size:12px; 
	margin-top: 15px;
	margin-bottom: 15px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}  

.paging.display{text-align:right;}  

.paging a, .paging span {
	padding:2px 8px 2px 8px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	display: inline-block;
	margin-bottom: 4px;
}  
.paging span {font-weight:bold; color:#000; font-size:13px; }  
.paging a {color:#666; text-decoration:none; border:1px solid #666; background-color: #F0F0F0}  
.paging a:hover { text-decoration:none; background-color:#6C6C6C; color:#fff; border-color:#000;}  
.paging span.prn { font-size:13px; font-weight:normal; color:#aaa; }   
.paging a.prn:hover { border-color:#000;}  
.paging p#total_count{color:#aaa; font-size:12px; padding-top:8px; padding-left:18px;}  
.paging p#total_display{color:#aaa; font-size:12px; padding-top:10px;} 

.postDate {
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}



.red {
	color: #FF0000;
}

.right {
	text-align: right;
}

.st_facebook_buttons *, .st_twitter_buttons *, .st_email_buttons *, .st_sharethis_buttons *, p.no-break * {
	box-sizing: content-box;
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.strikethrough {
	text-decoration: line-through;
}

.uppercase {
	text-transform: uppercase;
	font-size: 18px;
}

.widget {
	margin-bottom: 25px;
}

.addThis {
	padding-top: 50px;
	text-align: right;
}

.rounded-image {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.video-row {
	margin-bottom: 25px;
}

.credit-text p {
	font-size: 14px;
}

#preload {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 450px;
	width: 100%;
}

.hsContainer {
	width: 100%;
	height: 495px;
	overflow: hidden;
	position: relative;
	max-height: 450px;
}


/* Slide 1 */

.banner {
	background-image:url('../images/banner.jpg');
	height: 300px;
	position: relative;
	width: 100%;
}

.page-title {
	position: absolute;
	top: 70%;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 45px;
}

#slide-1 .hsContent {
	top: 85px;
	position: absolute;
	width: 100%;
	text-align: center;
}

.sub-title {
	
	font-size: 32px;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-weight: bold;
}

.book-image {
	margin-bottom: 20px;
}

.book-image img {
	max-width: 200px;
	height: auto;
}

.form-field {
	margin-bottom: 10px;
}

.iframeWrapper {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: auto; 
	-webkit-overflow-scrolling:touch; 
} 
.iframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-learning-guide a, .btn-select-option a {
	color: #FFF;
}

.image-thumbnail-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer-erlc-logo {
	margin-bottom: 30px;
}

.footer-arpdc-logo {
	margin-bottom: 30px;
}

.more-resources a {
	text-align: center;
	background-color: #696b6d;
	text-decoration: none;
	padding: 15px;
	border-radius: 6px;
	display: block;
	color: #FFF;
}

.cc-logo img {
	max-height: 70px;
	width: auto;
}

.pdf-download-text {
	line-height: 50px;
}

.embeddable-pdf {
	margin-bottom: 10px;
}