/**** CSS Lesson Edit ****/

#resourceContainer {
	text-align:center;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 30px;
}


.resourceLink a:link {
	color: #404040;
	text-decoration: none;
	
}

.resourceLink a:visited {
	color: #404040;
	text-decoration: none;
	
}

.resourceLink a:hover {
	color: #404040;
	text-decoration: none;

	
}

.resourceLink a:active {
	color: #404040;
	text-decoration: none;
	
}

.resourceColorA {
	background-color: #bdf1e7;
	
}

.resourceColorB {
	background-color: #e3e907;
	
}

.resourceColorC {
	background-color: #11f1af;
	
}

.resourceMainTitle {
	margin: 36px auto 0 auto;
	padding: 0 0 15px 0;
	position: relative;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 61px;
	line-height: 60px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #404040;
	
}


.resourceItalicNote {
	margin: 0 auto !important;
	padding: 0px 0px 20px 0px;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: "Palatino Linotype", serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 31px;
	font-style: italic;
	color: #404040;
}


.resourceIntroParagraph {
	margin: 0 auto !important;
	padding: 0 0 50px 0;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: "Palatino Linotype", serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 31px;
	color: #404040;
}

.resourceSectionName {
	margin: 0 auto;
	padding: 45px 0px 25px 0px;
	position: relative;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 61px;
	line-height: 60px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #404040;
	
}

.resourceSectionDescription {
	margin: auto auto 50px auto !important;
	padding: 0px 0px 0px 0px;
	width: 680px;
	position: relative;
	font-family: "Palatino Linotype", serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 31px;
	color: #404040;
}

.resourceResourceName {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 240px;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	color: #404040;
	position: absolute;
	bottom: 8px;
	left: 0;	
}

.resourceResourceDescription {
	position: relative;
	font-size: 19px;
	line-height: 28px;
	color: #404040;
	font-family: "Palatino Linotype", serif;
	font-weight: normal;
	display: block;
	width: 200px;
	margin: 25px 0 0 25px;
}

.resourcebottomBlock {
	background: #FFFFFF;
	position: relative;
	height: 45px;
	margin-top: -44px;
}

/*

.resourceTopResourceColorBlock {
	margin: 0px auto 50px auto;
	padding: 20px 0px 20px 0px;

	width: 760;
	border-bottom-style: solid;
	border-width: 10px;
	border-color: #ffffff;

	
}

*/

.resourceBgColorBlock {
	margin: 0 auto 5px auto;
	padding: 0;
	background-color: #e7e9d9;
	width: 760px;
}

.resourceResourceList {
	position: relative;
	width: 1200px;
	height: 350px;
	margin-left: -175px;	
}

.resourceOuterCircle {
	display: block;
	position: relative;
	top: 50;
	float: left;
	margin: 0 30px 0 0;
	background-color: #ffffff;
	border-radius: 50%;
	width: 350px;
	height: 350px;
}

.resourceInnerCircle {
	display: block;
	position: relative;
	top: 50px;
	left: 50px;
	margin: 0;
	padding:0;
	border-radius: 50%;
	width: 250px;
	height: 250px; 	
	
}


/*
.resourceInnerCircle:hover {
	border-style: solid;
	border-color: #f9faf1;
	border-width: 25px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 25px;
	left: 25px;

	
}
*/


.resourceVideoResource {
	background-image: url('tvicon.png');
	background-repeat: no-repeat;
	background-position: 50% 90%;

}

.resourceResourceNameblock {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #ffffff;
	width: 240px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	
}

.resourceEndOfBlock {
	clear: both;
	background-color: #aa3333;
	
}

.runtime-banner {
	display: none !important;
}