body {
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	/*color: #2B2B2B;*/
	color: #000;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: #FFFFFF;
	width: 100% !important;
	display: table !important;
}

.lowercase {
	text-transform: lowercase;
}

a:link {
	color: #7D0744;
	text-decoration: none;
}

a:hover {
	color: #518d29 !important;
	text-decoration: none;
}

a:visited {
	color: #7D0744;
	text-decoration: none;
}

li a.active {
	color: #7D0744;
}

h1 {
	text-indent: -9999px;
	color: #000000;
}

h2 {
	color: #7d0744;
	text-transform: capitalize;
	margin-top: 2%;
}

h3 {
	color: #7d0744;
	/*text-transform:capitalize;*/
}

h4 {
	color: #7d0744;
	font-size: 1.2em;
	text-transform: uppercase;
}

h5 {
	color: #7d0744;
	padding-left: 10%;
	padding-right: 10%;
}

h6 {
	color: #7d0744;
}

p {
	/*font-size: .9em;*/
	/*font-size:12px;*/
	/*color:#000000;*/
	/*line-height: 1.6em;*/
	/*padding: 3% 7% 1% 0%;*/
	
}
/*.whitebg {
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .5);
}*/
.bluButton {
	background-color: #3a5b69;
	border: 1px solid #578091;
	/*display:inline-block;*/
	cursor: pointer;
	color: #fff !important;
	padding: 1.4% 4%;
	text-decoration: none;
	font-size: .9em;
}

.bluButton:hover {
	background-color: #b9dae9;
	color: #3a5b69;
}

.bluButton:active {
	position: relative;
	top: 1px;
}

.whitebg {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .8);
	padding-bottom: 5%;
}

.newcontain {
	position: relative;
	display: block;
	max-width: 1100px;
	margin: auto;
	padding-top: 2%;
	padding-left: 13%;
	/*  Added to center the 3 feature boxes at the top of the homepage   */
}

#tfnewsearch, #custom-search-blocks-form-1 {
	float: right;
}

#tfnewsearch input[type=text]{
	display: block;
	float: left;
}

#tfnewsearch input[type=submit]{
	display: block;
	float: left;
	height: 27px;
	line-height: 12px;
	border-radius: 0 4px 4px 0;
	border: 0;
	background: #ccc;
}
.form-item-custom-search-blocks-form-1{
	margin-bottom:0;
	margin-top:0;
	
}
#tfnewsearch input[type=submit]:hover, #custom-search-blocks-form-1 input[type=submit]:hover {
	background: #518D29;
}

.tftextinput2, #custom-search-blocks-form-1 .custom-search-box {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	border: 0;
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}

.tfbutton2, #custom-search-blocks-form-1 .form-submit {
	margin: -1px 0px 0px 0px;
	padding: 5px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: 0;
	background: #4a0328;
	background: -webkit-gradient(linear, left top, left bottom, from(#981056),
		to(#4a0328));
	background: -moz-linear-gradient(top, #981056, #4a0328);
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	box-shadow:none;
	text-shadow:0 1px 0 #000;
}

.tfbutton2:hover, #custom-search-blocks-form-1 .form-submit:hover {
	text-decoration: none;
	background: #981056 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ad1f69),
		to(#981056)) !important;
	background: -moz-linear-gradient(top, #ad1f69, #981056) !important;
}
/* Fixes submit button height problem in Firefox */
.tfbutton2::-moz-focus-inner, #custom-search-blocks-form-1 .form-submit::-moz-focus-inner {
	border: 0;
}

a.tfbutton2{
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	color:#FFFFFF;
	text-decoration:none;
}

a.tfbutton2:hover{
	color:#FFFFFF !important;
	text-decoration:none;
}
.tfclear {
	clear: both;
}

/* Navigation */
#header {
	background-color: #7d0744;
	display: block;
	width: 100% !important;
}

#headup {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2% 0 2% 0;
}

#headlow {
	background-color: #518d29;
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 1.5%;
	clear:both;
}

#headlow_contain {
	max-width: 1100px;
	margin: auto;
	height: 100%;
}

.hlsection {
	width: 24.9%;
	display: inline;
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
	min-height: 32px;
}

.noline {
	border-right: 0;
}

.oneline {
	padding-top: .7%;
}

.hlsection a {
	color: #fff;
	text-transform: uppercase;
	height: 100%;
}

.hlsection a:hover {
	
}

#logo {
	width: 50%;
	float: left;
}

#logo p {
	margin: 0 !important;
	padding: 0 !important;
}

#navsearch {
	width: 38%;
	float: right;
	padding-top: 1.5%;
}

#navsearch a {
	color: #fff;
}

.ns {
	margin: 0;
	padding: 0;
	float: left;
}

.ns li {
	display: inline;
	list-style-type: none;
}

/* General Slides */
.slide {
	background-attachment: fixed;
	width: 100%;
	height: auto;
	position: relative;
	padding: 5% 0;
}

/* Slide 1 */
#slide1 {
	background-image: url('../images/kidsBG_XL.jpg');
	background-repeat: no-repeat;
	background-color: #fff;
	padding-bottom: 0;
}

#slide1 h2 a {
	color: #fff;
}

#slide1 h2 a:hover {
	text-decoration: underline;
}

#edit-keys-wrapper {
	width: 60%;
}
#views-exposed-form-ncela-resource-library-search-page-1 #edit-keys-wrapper {
	width: auto;
}

#edit-keys-wrapper label {
	font-size: 1.2em;
	text-align: left;
	margin-bottom: .3em;
}
#views-exposed-form-ncela-resource-library-search-page-1 #edit-keys-wrapper label {
	font-size: 1.1em;
	text-align: left;
}

/* Medium */
@media screen and (max-width: 1400px) {
	#slide1 {
		background-image: url('../images/kidsBG.jpg');
	}
}
/* Tablet */
@media screen and (max-width: 1024px) {
	#slide1 {
		background-image: url('../images/kidsBG_tablet.jpg');
	}
}
/* Mobile */
@media screen and (max-width: 480px) {
	#slide1 {
		background-image: url('../images/kidsBG_mobile.jpg');
	}
}

#slide1 h2 {
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 54px;
}

.spotlight {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .8);
	margin-top: 25% !important;
}

#spotlight {
	max-width: 1100px;
	margin: auto;
	float: none;
}

#spotlight h2 {
	color: #7d0744;
	font-size: 1.3em;
	line-height: 1.7em;
	margin-top: 0px;
}

#spot_one, #spot_two, #spot_three, #spot_four {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 370px;
	padding: 1.4em;
}

#spot_one p, #spot_two p, #spot_three p, #spot_four p {
	color: #FFFFFF;
	padding-left: 10%;
	padding-right: 10%;
}

#spot_one {
	background: #418971 url(../images/spotOne.png) top center no-repeat;
}

#spot_two {
	background: #2a445e url(../images/spotTwo.png) top center no-repeat;
}

#spot_three {
	background: #7e395d url(../images/spotThree.png) top center no-repeat;
}

#spot_four {
	background: #51667f url(../images/spotFour.png) top center no-repeat;
	/*background: #51667f url(../images/spotFive.png) top center no-repeat;*/
}

.s1img {
	position: relative;
	display: block;
	width: 130px;
	height: 130px;
	margin: auto;
	height: 100%;
	margin-top: 6%;
	margin-bottom: 6%;
	background: url(../images/spotOne.png) top center no-repeat;
}

/* Slide 2 */
#slide2 {
	/*background:url(../images/crossBG.jpg) repeat-x;*/
	/*background-color:#fff;*/
	/*border-bottom: 9px solid #7d0744;*/
	
}

.feature_one, .feature_two, .feature_three {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 70px;
	background-color: #3e5268;
	background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide2 h3 {
	text-align: center;
	font-size: 1.8em;
	padding-bottom: 5%;
	text-transform: uppercase;
}

#slide2.tellus h3{
	padding-bottom: 0px;
	font-size:14px;
}
#slide2.tellus img{
	margin-top:5px;
}
.featured h4 {
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
}
.featured h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
}

.fi_center {
	min-width: 130px;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 5%;
	text-align: center;
}

.fi_left {
	min-width: 130px;
	float: left;
	display: inline;
	margin-top: 5%;
	margin-left: 5%;
}

.feature_one {
	background-image: url(../images/feature_img1.png);
}

.feature_two {
	background-image: url(../images/feature_img2.png);
}

.feature_three {
	background-image: url(../images/feature_img3.png);
}

/* INTERIOR */
/*1/22/2015*/
#interior_content {
	background: #fff;
	opacity: 0.85;
	filter: alpha(opacity = 85); /* For IE8 and earlier */
}

#slideinterior {
	padding-top: 0;
	border-bottom: 9px solid #7d0744;
}

#breadcrumb {
	padding-left:20px;
	margin:0px;
}

#breadcrumb-container{
	margin:0px auto; 
	background:url(../images/breadcrumb_bg.png) right repeat-y; 
	display:block; 
	min-height:10px; 
	max-width:1100px; 
	font-size:12px;
}

ul.bc {
	padding: 0;
	font-size:12px;
}

.bc li {
	list-style-type: none;
	display: inline;
	padding-right: .5%;
	padding-left: 1.5%;
	background: url(../images/arrow_small.png) no-repeat  left;
}

.bc li:first-child {
	background: none;
}

#searchdiv {
	background: #d7d7d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 70%;
	margin: auto;
	padding: 5%;
	margin-top: 7%;
	margin-bottom: 7%;
}

#searchdiv h4 {
	margin-top: 0;
}

#searchdiv h5 {
	padding-left: 0;
}

#searchrow {
	
}

#searchrow #tfnewsearch {
	float: none;
}

.narrow {
	
}

.narrow li {
	display: inline;
	padding-right: 2%;
}

.narrow li:first-child {
	list-style-type: none;
}

#quickfour {
	
}

#qftop {
	
}

#qfbottom {
	
}

.qf {
	width: 23.5%;
	margin-right: 1%;
	float: left;
	text-align: center;
	background: url("images/qf_1.jpg") no-repeat;
}

.qf:last-child {
	margin-right: 0;
	background-image: url('../images/qf_1_hover.png');
}

* {
	margin: 0;
	padding: 0;
}

#accordian {
	background: #ebebeb;
	margin-top: 16px;
	padding: 0 0 0 0;
	float: left;
	width: 220px;
	overflow: hidden;
}

#accordian h3 {
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	font-size: 1em;
}

#accordian h3:hover {
	
}

#accordian ul {
	padding-left: 0;
	line-height: 34px;
}

#accordian li {
	list-style-type: none;
	border-bottom: 1px solid #fff;
	width: 100%;
}

#accordian ul ul li a {
	text-decoration: none;
	display: block;
	padding: 5% 4%;
	transition: all 0.15s;
	color: #777;
	padding-left: 8%;
}

#accordian ul ul li a:hover {
	background: #b6b6b6;
}

#accordian ul ul {
	display: none;
}

#accordian li.active ul {
	display: block;
}

#accordian h2 {
	background: #6B6B6B;
	color: #fff;
	font-size: 14px;
	padding: 6px;
}

.lh_subhead {
	text-transform: none;
	border-bottom: 1px solid #fff;
	width: 100%;
}

.lh_drop1 {
	color: #777;
	/*text-transform: none;*/
	font-weight: .9em;
}

.lh_li {
	border-bottom: 1px solid #fff;
	/*margin-left: 10%;*/
	padding-left: 0;
}

#accordian ul li h3.lh_head {
	color: #777;
}

/* Slide 3 */
#slide3 {
	background-color: #464646;
	padding-bottom: 0;
	padding-top: 0;
	border-top: 2px solid #d7d7d7;
}

#slide3 h2, #slide3 h3, #slide3 h4, #slide3 h5, #slide3 p, #slide3 a {
	color: #FFFFFF;
}

#slide3 li {
	list-style-type: none;
}

.contactone {
	text-align: center;
}

.footerlist li {
	margin-bottom: 5%;
}

#slide3 h4 {
	min-height: 36px;
	font-size: 1.2em;
	margin-bottom: 0;
	text-transform: none;
}

#slide3 p {
	padding: 0;
	margin-top: 0;
}

.midcontact {
	padding-bottom: 5%;
	width: 100%;
	padding-left: 5%;
}

.midcontact ul {
	margin-left: 0;
	padding-left: 0;
}

.mctwo, .mcfour {
	/*padding-left: 3%;*/
	/*width: 20%;*/
	
}

ul.footernav {
	margin: 0;
	padding: 0;
	text-align: center;
}

#fnc {
	/*width: 490px;*/
	margin: auto;
}

.footernav li {
	display: inline;
	text-align: center;
	padding: 0 2%;
	color: #9c9c9c;
}

.footernav a {
	color: #767676;
}

.footernav a:hover {
	color: #9b9b9b;
}

.contactdark {
	background-color: #363636;
	padding-top: 2%;
	padding-bottom: 1%;
}

/* Tablet */
}
@media screen and (max-width: 1024px) {
	#logo {
		width: 70%;
		text-align: center;
		max-width: 950px;
		max-height: 215px;
		margin-bottom: 2%;
		margin: auto;
		float: none;
		height: 100%;
	}
	.slide {
		background-attachment: fixed;
		width: 100%;
		position: relative;
		padding: 150px 0;
	}
	#navsearch {
		width: 70%;
		text-align: center;
		margin: auto;
		float: none;
		height: 100%;
	}
	.ns {
		float: none;
	}
	ul li.leaf {
		list-style: none;
	}
	#tfnewsearch {
		float: none;
	}
	.oneline {
		padding-top: 7%;
		padding-bottom: 2%;
	}
	.noline {
		border-bottom: 0;
	}
	.qf {
		width: 90%;
		margin: auto;
		float: none;
		background-image: url('../images/qf_1_hover.png');
		background-repeat: no-repeat;
	}
	.qf:last-child {
		margin-right: auto;
	}
	.mctwo, .mcfour {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}
	#fnc {
		width: 100%;
	}
	.footernav li {
		display: block;
	}
	#topsplit {
		width: 60%;
		margin: auto;
	}
	#bottomsplit {
		width: 60%;
		margin: auto;
	}
	#topsplit .grid_3, #bottomsplit .grid_3 {
		float: left;
		width: 45%;
	}
	#topsplit .grid_3 p, #bottomsplit .grid_3 p {
		display: none;
	}
	#topsplit .grid_3 h2, #bottomsplit .grid_3 h2 {
		font-size: .9em;
	}
	#spot_one, #spot_two, #spot_three, #spot_four {
		height: 300px;
	}
	.newcontain {
		padding-left: 10%;
	}
}

@media screen and (max-width: 980px) {
	#headup {
		display: table;
		width: 100%;
	}
	#tfnewsearch {
		position: relative;
		display: block;
		float: left;
	}
	#navsearch {
		position: relative;
		display: block;
		float: right;
		width: 230px;
		margin-right: 2em;
		padding: 0;
	}
	
	#custom-search-blocks-form-1 .form-wrapper{
		left: 18px;
		top: -38px;
		float: right !important;
		display: block !important;
		position: relative !important;
	}
	/* 	#logo {
		position: relative;
		display: block;
		float: left;
		width: 40%;
		margin-left: 2em;
	} */
}

@media screen and (max-width: 800px) {
	.newcontain {
		padding-left: 0;
	}
	#topsplit .grid_3, #bottomsplit .grid_3 {
		float: none;
		margin: 1em auto;
		width: 60%;
	}
}

/* Mobile */
@media screen and (max-width: 480px) {
	#logo {
		/*width: 90%;*/
		width: 100%;
		text-align: center;
		margin: auto;
	}
	#logo img {
		width: 200px !important;
		margin: 1em auto;
	}
	.footernav li {
		margin: 0;
		padding: 0 2%;
		text-align: center;
		display: block;
	}
	.hlsection {
		float: none;
		display: block;
		border: none;
		border-bottom: 1px solid #fff;
		padding: 3% 0;
		width: 90%;
		margin: auto;
	}
	.slide {
		background-attachment: fixed;
		width: 100%;
		position: relative;
		padding: 5px 0;
	}
	#topsplit {
		width: 90%;
		margin: auto;
	}
	#bottomsplit {
		width: 90%;
		margin: auto;
	}
	#topsplit .grid_3, #bottomsplit .grid_3 {
		float: left;
		width: 90%;
	}
	#topsplit .grid_3 p, #bottomsplit .grid_3 p {
		display: none;
	}
	#topsplit .grid_3 h2, #bottomsplit .grid_3 h2 {
		font-size: .9em;
	}
	#spot_one, #spot_two, #spot_three, #spot_four {
		min-height: 140px;
		padding: 1em;
	}
	.newcontain {
		padding-left: 0;
	}
	#navsearch {
		float: none;
		margin: 2em auto !important;
	}
	.feature_one, .feature_two, .feature_three {
		margin-bottom: 1em !important;
	}
}

/*------------------------------------------------------------------------------new----------------------------------------------------------*/
.submitted {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #e9e9e9;
	border-radius: 4px;
	clear: both;
	color: #383838;
	display: block;
	margin-bottom: 5px;
	padding: 4px 9px;
}

.links {
	color: #000;
	margin-top: 10px;
	font-size: 14px;
}

ul.links {
	margin: 0;
}

.links li a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #7c0445;
	border-radius: 4px;
	color: #fff;
	font-weight: normal;
	padding: 4px 8px;
	display: inline-block;
	margin-bottom: 1px;
}

.links li a:hover {
	background: #0dc4b5;
	color: #fff;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
}

.poll .vote-form .choices {
	margin: 0;
}

.form-submit {
	cursor: pointer;
	margin: 5px;
}

input.form-checkbox, input.form-radio {
	vertical-align: baseline;
}

.form-text {
	padding: 4px 5px;
}

.form-item-custom-search-blocks-form-1 {
	position: relative;
	display: block;
	float: left;
	width: 180px;
	margin:0;
	margin-right: 0 !important;
}

.form-wrapper {
	position: relative !important;
	display: block !important;
	float: left !important;
	width: 60px !important;
	margin: 0 !important;
	padding-top: 2px !important;
}

.form-wrapper input[type=submit], .form-wrapper input[type=submit]:hover
	{
	
	height: 26px;
	padding-top: 4px;
	border-radius: 0 2px 2px 0;
	margin: 0;
}

#custom-search-blocks-form-1 .form-wrapper input[type="submit"], #custom-search-blocks-form-1 .form-wrapper.form-wrapper input[type="submit"]:hover{
	width: 50px;
}

#edit-custom-search-blocks-form-1--2 {
	width: 100%;
}

#edit-basic.form-wrapper{
	width:100% !important;
	clear:both;
	margin-bottom:20px !important;
}
#edit-basic input[type=text]{
	width:200px !important;
	border: 1px #cccccc solid;
}
#edit-basic input[type=submit]{
	text-indent:0px !important;
	width:auto !important;
	padding:5px !important;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
	border-bottom: 1px solid #b7b7b7;
	margin: 0 0 5px 0;
}

ul.primary {
	border: none;
	margin: 0;
	padding: 0;
}

ul.primary li a {
	background: none;
	border: none;
	display: block;
	float: left;
	line-height: 1.5385em;
	margin: 0;
	padding: 0 1em;
	border-radius: 4px 4px 0 0;
	margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
	background: #666;
	border: none;
	color: #fff;
}

ul.primary li a:hover {
	background: #888;
	text-decoration: none;
}

ul.secondary {
	background: #666;
	border-bottom: none;
	clear: both;
	margin: 0;
	padding: 0;
}

ul.secondary li {
	border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
	border: none;
	color: #ccc;
	display: block;
	float: left;
	line-height: 1.5385em;
	padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
	background: #888;
	color: #fff;
	text-decoration: none;
}

ul.secondary a.active {
	border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
	margin: 0 0 10px 0;
}

.field-name-field-tags a {
	display: inline-block;
	background: url("../images/tag.png") no-repeat;
	padding: 0px 8px 0 16px;
	height: 22px;
	text-shadow: 1px 1px #fff;
	border-radius: 2px;
	font-size: 12px;
}

.field-name-field-tags .field-item {
	margin: 0 1em 0 0;
}

.field-name-field-tags div {
	display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
	margin: 1.5385em 0;
}

.profile dd {
	margin-bottom: 1.5385em;
}

.profile h3 {
	border: none;
}

.profile dt {
	margin-bottom: 0;
}

.password-parent {
	width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager li {
	position:relative;
	display: block;
	float: left;
	background: #cfcfcf;
	border-radius: 3px;
	margin-right: 4px;
	text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
	display: inline;
	margin-top: 4px;
}

#forum .title {
	font-size: 16px;
}

#forum .submitted {
	font-size: 12px;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	background: transparent;
	padding: 0;
}

#forum .container {
	background: #a1a1a1;
	color: #fff;
}

#forum .container a {
	color: #000;
	font-weight: bold;
}

#forum div.indent {
	margin-left: 2px;
}

.forum-starter-picture {
	float: left;
	padding: 4px;
	border: 1px solid #d9d9d9;
	margin: 5px 7px 5px 0;
}

#forum th {
	background: #434343;
	text-shadow: none;
	color: #fff;
}

#forum th a {
	color: #fff;
}

#forum td.forum .icon, #forum .icon div {
	background: url("../images/no-new-posts.png") no-repeat;
	width: 35px;
	height: 35px;
}

#forum .name a {
	font-size: 16px;
}

/* Images */
img {
	outline: 0;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

/* Comments */
.comment h2.title {
	margin-bottom: 1em;
}

.comment div.user-picture img {
	margin-left: 0;
}

.comment {
	margin-bottom: 20px;
	display: table;
	vertical-align: top;
}

.comment .attribution {
	display: table-cell;
	padding: 0 35px 0 0;
	vertical-align: top;
	overflow: hidden;
}

.comment .attribution img {
	margin: 0;
	border: 1px solid #d3d7d9;
}

.comment .attribution .username {
	white-space: nowrap;
}

.comment .comment-submitted p {
	margin: 4px 0;
	font-size: 1.071em;
	line-height: 1.2;
}

.comment .comment-submitted .comment-time {
	font-size: 0.786em;
}

.comment .comment-submitted .comment-permalink {
	font-size: 0.786em;
	text-transform: lowercase;
}

.comment .content {
	font-size: 0.929em;
	line-height: 1.6;
}

.comment .comment-arrow {
	background: url("../images/comment-arrow.gif") no-repeat 0 center
		transparent;
	border-left: 1px solid;
	border-right: 1px solid;
	height: 40px;
	margin-left: -36px;
	margin-top: 15px;
	position: absolute;
	width: 20px;
}

.comment .comment-text {
	padding: 0 25px 10px 35px;
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 100%;
	border-left: 1px solid #d3d7d9;
}

.comment .indented {
	margin-left: 40px;
}

.comment-unpublished {
	margin-right: 5px;
	padding: 5px 2px 5px 5px;
}

.comment .comment-text .comment-arrow {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* -------------- Form Elements   ------------- */
fieldset {
	background: #ffffff;
	border: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 32px;
	padding: 0 0 10px;
	position: relative;
	top: 12px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.fieldset-wrapper {
	margin-top: 25px;
}

.node-form .vertical-tabs .fieldset-wrapper {
	margin-top: 0;
}

.filter-wrapper {
	top: 0;
	padding: 1em 0 0.2em;
	-khtml-border-radius-topright: 0;
	-khtml-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.filter-help a {
	font-size: 0.857em;
	padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
	margin-right: 10px;
}

.filter-wrapper .form-item {
	padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
	padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
	background: transparent;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

fieldset legend {
	background: #dbdbdb;
	border: 1px solid #ccc;
	border-bottom: none;
	display: block;
	height: 2em;
	left: -1px;
	line-height: 2;
	padding: 0;
	position: absolute;
	text-indent: 10px;
	text-shadow: 0 1px 0 #fff;
	top: -12px;
	width: 100%;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

fieldset.collapsed legend {
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

fieldset .fieldset-wrapper {
	padding: 0 10px;
}

fieldset .fieldset-description {
	margin-top: 5px;
	margin-bottom: 1em;
	line-height: 1.4;
	font-style: italic;
}

input {
	margin: 2px 0;
	padding: 4px;
}

input, textarea {
	font-size: 0.929em;
}

textarea {
	line-height: 1.5;
}

textarea.form-textarea, select.form-select {
	padding: 4px;
}

input.form-text, textarea.form-textarea, select.form-select {
	border: 1px solid #ccc;
}

.password-suggestions ul li {
	margin-left: 1.2em;
}

.form-item {
	margin-bottom: 1em;
	margin-top: 2px;
}

.form-item label {
	font-size: 0.929em;
}

.form-type-radio label, .form-type-checkbox label {
	margin-left: 4px;
}

.form-type-radio .description, .form-type-checkbox .description {
	margin-left: 2px;
}

.form-actions {
	padding-top: 10px;
}

/* Form Buttons */
button, input[type="submit"], input[type="reset"], input[type="button"]
	{
	background-image: -ms-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),
		color-stop(1, #e3e3e3));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
	background-image: linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#e3e3e3');
	border: 1px solid #dbdbdb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 1px 0 0 white;
	-webkit-box-shadow: inset 0 1px 0 0 white;
	-o-box-shadow: inset 0 1px 0 0 white;
	box-shadow: inset 0 1px 0 0 white;
	color: #333333;
	text-shadow: 0 1px 0 white;
	position: relative;
	font-weight: bold;
	padding: 8px 1em 9px 1em;
}

button:hover, input[type="submit"]:hover, input[type="reset"]:hover,
	input[type="button"]:hover {
	background-image: -ms-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
	background-image: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
	background-image: -o-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb),
		color-stop(1, #f2f2f2));
	background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
	background-image: linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb',
		endColorstr='#f2f2f2');
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 1px 0 0 white;
	-webkit-box-shadow: inset 0 1px 0 0 white;
	-o-box-shadow: inset 0 1px 0 0 white;
	box-shadow: inset 0 1px 0 0 white;
	cursor: pointer;
}

#block-search-form {
	padding-bottom: 7px;
	overflow: hidden;
}

#block-search-form .content {
	margin-top: 0;
}

#search-form input#edit-keys, #block-search-form .form-item-search-block-form input
	{
	float: left;
	font-size: 1em;
	height: 1.143em;
	margin-right: 5px;
	width: 9em;
}

#search-block-form input.form-submit, #search-form input.form-submit {
	margin-left: 0;
	margin-right: 0;
	height: 25px;
	width: 34px;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
	border-color: #e4e4e4 #d2d2d2 #b4b4b4;
	background: url("../images/search-button.png") no-repeat center top;
	overflow: hidden;
}

#search-block-form input.form-submit:hover, #search-block-form input.form-submit:focus,
	#search-form input.form-submit:hover, #search-form input.form-submit:focus
	{
	background-position: center bottom;
}

#search-block-form .form-actions {
	float: left;
	padding: 0;
}

#search-block-form .form-actions input {
	margin: 1px 0;
}

#search-form .form-item-keys label {
	display: block;
}

ol.search-results {
	padding-left: 0;
}

.search-results li {
	border-bottom: 1px solid #d3d7d9;
	padding-bottom: 0.4285em;
	margin-bottom: 0.5em;
}

.search-results li:last-child {
	border-bottom: none;
	padding-bottom: none;
	margin-bottom: 1em;
}

.search-results .search-snippet-info {
	padding-left: 0;
}

#top-area {
	clear: both;
}

#top-area {
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 0;
}

#top-area .block {
	margin: 0;
}

#top-area .block p {
	margin: 0;
}

#top-area .column {
	float: left;
	width: 28.6%;
	margin: 1.8% 0;
	padding: .5% 2.2%;
	border-radius: 3px;
}

.one .column {
	width: 100% !important;
}

.one .column img {
	float: left;
	padding-right: 10px;
}

.two .column {
	width: 45% !important;
}

.two .column img {
	float: left;
	padding-right: 10px;
}

.searchdiv {
	background: #d7d7d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 70%;
	margin: auto;
	padding: 5%;
	margin-top: 7%;
	margin-bottom: 7%;
}

.searchdiv h4 {
	margin-top: 0;
}

.searchdiv h5 {
	padding-left: 0;
}

.accordian {
	background: #ebebeb;
}

.accordian h3 {
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	font-size: 1em;
}

.accordian h3:hover {
	
}

.accordian ul {
	padding-left: 0;
	list-style: none;
}

.accordian li {
	list-style-type: none;
}

.accordian ul ul li a {
	text-decoration: none;
	display: block;
	padding: 5% 4%;
	transition: all 0.15s;
	color: #777;
	padding-left: 8%;
}

.accordian ul ul li a:hover {
	background: #b6b6b6;
}

.accordian ul ul {
	display: none;
}

.accordian li.active ul {
	display: block;
}

table td {
	padding: 5px;
	color: #000000;
	padding-left: 5px;
}

table th {
	padding: 5px; //
	background: #7F8F9E;
	color: #FFF;
	padding-left: 5px;
}

tr:nth-child(even) { //
	background: #FFFFFF;
	border-bottom: 0px;
}

tr:nth-child(odd) { //
	background: #EEEEEE;
	border-bottom: 0px;
}

.contentinfo {
	height: auto;
	width: 700px;
	position: relative;
	display: block;
	margin: 0 10px;
	text-align: left;
	float: right;
}

.contentinfo ul {
	float: right;
	list-style: none;
}

.contentinfo ul li {
	list-style: none;
}

.contentinfo img {
	float: left;
	padding: 0 20px 0 0;
	width: 385px;
	height: 239;
}

.contentinfo h2 {
	display: block;
	position: relative;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times,
		"Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-shadow: 1px 2px #fff;
	font-size: 3.5em;
	text-indent: 0;
	float: left;
	clear: both;
	margin: 10px;
	padding: 0;
}

.ln {
	border-top: 1px dotted #cccccc;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	width: 95%;
}

#slide2 {
	border-bottom: 9px solid #7d0744;
	background: url(../images/NCELA_bg_stripe.png);
}
#slide2.tellus{
	padding:0px;
}

.view-filters {
	background: #d7d7d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 70%;
	margin: auto;
	padding: 2% 5%;
	margin-top: 2%;
	margin-bottom: 7%;
}

#edit-keys {
	margin: 0;
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	border: 0;
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	width: 220px;
}

#views-exposed-form-ncela-resource-library-search-page-1 #edit-keys {
	width: 100%;
	margin-right:10px;
}

.searchback {
	background: #d7d7d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 70%;
	margin: auto;
	padding: 5%;
	margin-top: 7%;
	margin-bottom: 7%;
}

.form-type-textfield input[type=text] {
	display: block;
	border-radius: 4px !important;
}

#views-exposed-form-resource-library--page-1 .views-exposed-form .views-exposed-widget{
	font-size:0.97em;
}
.views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 2em;
	height: 26px;
	line-height: 11px;
}

.views-exposed-widget {
	width: auto;
	margin-bottom: .5em;
}
#views-exposed-form-ncela-resource-library-search-page-1 .views-exposed-widget.views-reset-button{
	width:auto;
	padding:0.5em 0 0 0;
}
.views-exposed-widget:nth-child(2n) {
	float: left;
}
#views-exposed-form-ncela-resource-library-search-page-1 .views-exposed-widget:nth-child(2n) {
	float: left;
	width:auto;
	padding:0.5em 0 0 0;
	margin-left:15px;
}

#views-exposed-form-ncela-resource-library-search-page-1 #advanced-search-btn{
	clear:both;
	display:block; 
	width:50%; 
	float:left; 
	padding-top:10px;
}

.views-exposed-widget label {
	font-size: 1.1em;
	color: #7d0744;
	margin-bottom: .5em;
}

select#edit-field-descriptors-value .form-select {
	width: 65%;
	height: 24px;
}

.title {
	padding-top: 25px;
}
/* p {
	
line-height: 1.5;
	
font-family: Arial, Helvetica, sans-serif;
	
font-size: 13px;
	
font-weight: normal;
		
color: #000;
	
word-wrap: break-word;
	margin: 0;
	
padding: 0;
	
border: 0;
	
outline: 0;
	
}*/
li.expanded, li.collapsed, li.leaf {
	padding: 0;
}

ul li.leaf {
	list-style: none;
}

/* EL Toolkit Banner */
#banner.slide {
	padding-top: 2%;
	padding-bottom: 2%;
}

#banner {
	background-color: #3a5b69;
}

#toolbox_img img {
	position: relative;
	max-width: 150px;
}

#banner .grid_8 {
	text-align: center;
}

#banner h2 {
	font-size: 2.2em;
	color: #b9dbe9;
	padding: 0;
}

#banner p {
	font-size: 1.1em;
	color: #fff;
	padding-bottom: 2%;
}

#banner a {
	
}

.nav ol, .nav ul {
	margin: 0;
	padding: 0;
}

.nav li {
	line-height: 1em;
}

.nav {
	position: relative;
	display: inline-block;
	z-index: 100;
	width: 100%;
	max-width: 1100px;
	margin:0;
}

.nav-list {
	text-align: left;
}

.nav-item {
	float: left;
	*display: inline;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 275px;
	text-align: center;
	/*min-height:65px;*/
}

.nav-item a {
	display: block;
	color: #FFF;
	padding: 5% 0%;
	background: #518d29;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.0em;
}

.toppad a {
	/* padding: 6% 0% 8% 0; */
}

.nav-item>a:hover {
	background: #64a23a;
	color:#FFF !important;
}

.nav-item:hover .nav-submenu {
	display: block;
}
/* Navigation submenu */
.nav-submenu {
	display: none;
	position: absolute;
	left: 0;
	width: 400px;
	max-width: 375px;
	z-index: 999999;
}

ul .lastnav {
	margin-left: -100px;
	left: auto;
}

.nav-submenu-item a {
	background: #f0f8eb;
	border-bottom: 1px solid #77ba4a;
	display: block;
	padding: 5%;
	color: #7d0744;
	font-size: 1.2em;
	line-height: 1.3em;
}

.nav-submenu-item a:hover {
	background: #e6f3dd;
}
/* Mobile navigation */
.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/nav.svg) no-repeat center right;
	background-size: 18px;
	height: 50px;
	width: 70px;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 10px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position: relative;
	float: right;
	top: 10px;
	right: 6px;
	display: none;
	/*border-left:1px solid #77ba4a;*/
	height: 20px;
	width: 20px;
	padding: 5px;
	cursor: pointer;
}

.nav-click i {
	position: relative;
	display: block;
	height: 20px;
	width: 20px;
	background: url(../images/drop2.svg) top left no-repeat;
}

.nav-click:hover {
	background-color: #7d0744;
}

.nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.desc {
	/*float:left;*/
	display: block;
	font-size: .9em;
	padding-top: 3%;
	color: #5a5a5a;
	font-weight: normal;
	text-transform: none;
	line-height: 1em;
}

/*
==============================================
		MOBILE NAVIGATION AND SEARCH BAR
==============================================
*/
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav-mobile {
		display: block;
	}
	.nav {
		width: 100%;
		padding: 50px 0 0;
		z-index: 999999;
	}
	.nav-list {
		display: none;
	}
	.nav-item {
		width: 100%;
		float: none;
		max-width: none;
	}
	.nav-item>a {
		padding: 15px;
	}
	.nav-click {
		display: block;
		z-index: 999;
	}
	.nav-mobile-open {
		border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display: none;
	}
	.nav-submenu {
		position: static;
		width: 100%;
		z-index: 999999;
		max-width: none;
	}
	.nav-menu {
		color: #fff;
		text-align: left;
	}
	ul .lastnav {
		margin-left: 0;
		left: auto;
	}
	#loginsearch {
		width: 170px;
		float: right;
		display: inline;
		height: 78px;
		padding-top: 8px;
	}
	#toolbox_img img {
    max-width: 150px;
    margin-left: 50%;
    margin-top: 1em;
    left: -75px;
}


	
	.view-filters{
	width:90%;
	}
}

@media only screen and (max-width: 768px) {
	#navsearch {
		clear: both !important;
		margin: 2em !important;
	}
	#loginsearch {
		position: relative !important;
		display: block !important;
		float: left !important;
		margin: 0 !important;
		width: 260px !important;
		height: 34px;
	}
	.form-item-custom-search-blocks-form-1 {
		position: relative !important;
		display: block !important;
		float: left !important;
		top: 0px;
		left: -20px;
		margin-top: -10px !important;
	}
	.form-wrapper {
		position: relative !important;
		display: block !important;
		float: right !important;
		left: 22px;
		top: -42px;
	}
	ul.ns {
		position: relative !important;
		display: block !important;
		margin: 0 auto !important;
	}
	
	#custom-search-blocks-form-1 .form-wrapper{
		left: -12px;
		top: -12px;
		float: right !important;
		display: block !important;
		position: relative !important;
	}
	.view-filters{
	width:90%;
	}
}

@media only screen and (max-width: 480px) {
	/* Mobile navigation, clickable area for revealing <ul> */
	.nav-click i {
		position: relative;
		display: block;
		top: -14px;
		height: 20px;
		width: 20px;
		background: url(../images/drop2.svg) top left no-repeat;
	}
	.nav-rotate {
		position: relative;
		top: 4px !important;
	}
	
	.view-filters{
	width:90%;
	}
	
.spotlight {
    margin-top: 164px !important;
} 

.highcharts-contextmenu div div{
	position:relative;
	z-index:1200;
}

#slide3, #slide1 {
    display: none;
}

.front #slide3,.front #slide1{
	display: inherit;
}

}

#container {
	float: none !important;
}

/*
==============================================
			SEARCH RESULTS STYLING
==============================================
*/
.view-ncela-resource-library-search ul, .view-resource-library- ul {
	list-style: none;
}

.view-ncela-resource-library-search li, .view-resource-library- li {
	display: block;
	margin-left: 0 !important;
	padding: 1em !important;
}

.view-ncela-resource-library-search li.views-row-even,
	.view-resource-library- li.views-row-even {
	background: #eee;
}

.view-ncela-resource-library-search .views-field-field-ti,
	.view-resource-library- .views-field-field-ti {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .5em;
}

.view-ncela-resource-library-search .views-field-field-au,
	.view-resource-library- .views-field-field-au,
	.view-ncela-resource-library-search .views-field-field-inin,
	.view-resource-library- .views-field-field-inin,
	.view-ncela-resource-library-search .views-field-field-yr,
	.view-resource-library- .views-field-field-yr,
	.view-ncela-resource-library-search .views-field-field-pt,
	.view-resource-library- .views-field-field-pt {
	margin-bottom: .5em;
}

ul.pager {
	margin: 2em 0 !important;
}

.item-list .pager li {
	text-shadow: none;
}

.pager-current {
	color: #fff;
	background: #7d0744 !important;
}

/********************************************************************************************
*************************   Added for Featured Topics	*************************************
*************************        1/22/2015				*************************************
*********************************************************************************************
*/

/* NEW STYLES TO ADD */
.slideFeature {
	background-image: url('../images/featureLanding_bg.jpg');
	background-repeat: no-repeat;
	background-color: #fff;
	padding-bottom: 0;
}
.eltoolkit{
	background-image: url('../images/toolkit_landing_bg.jpg');
	background-size: cover;
}
 .eltoolkit p{
 	color: #777777;
	font-size: 0.9em;
	line-height: 1.6em;
 }
.slideFeature p {
	color: #777777;
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 3% 7% 1% 0;
}

.paddedContent {
	position: relative;
	display: block;
	padding: .5em 1.5em;
	min-height: 600px;
}

.slideFeature article.node-teaser {
	float: left;
	height: auto;
	width: 33.3%;
}

h4.feature-diabilities, h4.feature-newcomers, h4.feature-dual,
	.slideFeature article.node-teaser h2 a {
	position: relative;
	display: block;
	text-align: center;
	text-transform: none;
	height: auto;
	padding-top: 160px;
}
/* Hide Read More links and teaser text content */
.slideFeature article.node-teaser footer, .slideFeature article.node-teaser div.content
	{
	display: none;
}

h4.feature-diabilities span, h4.feature-newcomers span, h4.feature-dual span
	{
	position: relative;
	bottom: 0;
}

h4.feature-diabilities:after, h4.feature-newcomers:after, /*.slideFeature article#node-34413 h2 a:after*/
	 .slideFeature article#node-34414 h2 a:after {
	content: '';
	width: 1px;
	height: 60px;
	background: #ccc;
	position: absolute;
	top: 68px;
	right: -1px;
}

.slideFeature article.clearfix:after {
	visibility: visible;
}

.slideFeature article.node-teaser h2.title {
	padding-top: 2px;
	font-size: 1.2em;
}

.feature-diabilities, .slideFeature article#node-34413 h2 a {
	background: url(../images/disabilities_prpl.png) top center no-repeat;
	color: #7d0744;
}

.feature-newcomers, .slideFeature article#node-34414 h2 a {
	background: url(../images/newcomers_prpl.png) top center no-repeat;
	color: #7d0744;
}

.feature-dual, .slideFeature article#node-34412 h2 a {
	background: url(../images/dualLanguage_prpl.png) top center no-repeat;
	color: #7d0744;
}

a:hover h4.feature-diabilities, .slideFeature article#node-34413 h2 a:hover
	{
	background: url(../images/disabilities_grn.png) top center no-repeat;
	color: #7d0744 !important;
}

a:hover h4.feature-newcomers, .slideFeature article#node-34414 h2 a:hover
	{
	background: url(../images/newcomers_grn.png) top center no-repeat;
	color: #7d0744 !important;
}

a:hover h4.feature-dual, .slideFeature article#node-34412 h2 a:hover {
	background: url(../images/dualLanguage_grn.png) top center no-repeat;
	color: #7d0744 !important;
}

h4.feature-diabilities, h4.feature-newcomers, h4.feature-dual {
	width: 33.3%;
	height: auto;
}

/* Medium */
@media screen and (max-width: 1400px) {
	.slideFeature {
		background-image: url('../images/featureLanding_bg.jpg');
	}
	
}
/* Tablet */
@media screen and (max-width: 1024px) {
	.slideFeature {
		background-image: url('../images/featureLanding_bg_tablet.jpg');
	}
	h4.feature-diabilities:after, h4.feature-newcomers:after, .slideFeature article#node-34413 h2 a:after,
	.slideFeature article#node-34414 h2 a:after {
		background: none;
		right: 0px;
	}
	
	.slideFeature article.node-teaser{
		width:100%;
	}
	
}

/* Mobile */
@media screen and (max-width: 480px) {
	.slideFeature {
		background-image: url('../images/featureLanding_bg_mobile.jpg');
	}
	h4.feature-diabilities, h4.feature-newcomers, h4.feature-dual, 
	.slideFeature article.node-teaser h2 a  {
		width: 100%;
		margin: 1em auto;
	}
	.slideFeature article.node-teaser{
		width:100%;
	}
	
	#custom-search-blocks-form-1 .form-wrapper{
		left: -12px;
		top: -12px;
		float: right !important;
		display: block !important;
		position: relative !important;
	}
}



h3.newcomers, .slideFeature h3.node-34414 { /*Newcomers*/
	background: url(../images/newcomers_prpl-small.png) top left no-repeat;
	padding: 34px 0 0 60px;
}
h3.newcomers, .slideFeature h3.node-34413{/*ELs Disabilities*/
	background: url(../images/disabilities_prpl-small.png) top left no-repeat;
	padding: 34px 0 0 60px;
}
h3.newcomers, .slideFeature h3.node-34412{/*Dual language*/
	background: url(../images/dualLanguage_prpl-small.png) top left no-repeat;
	padding: 34px 0 0 60px;
}


h3.featureTopic {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.featureCat {
	position: relative;
	display: block;
	width: auto;
	padding: .5em 1.5em;
	background: #dedede;
	margin-top: .2em;
}

.featureCat a {
	color: #555;
}

.featureCat a:hover {
	color: #7d0744 !important;
}

.featureCat ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.featureCat a[href$=".pdf"], .featureCat a[href$=".doc"], .featureCat a[href$=".docx"],
	.featureCat a[href$=".xls"], .featureCat a[href$=".xlsx"] {
	display: block;
	line-height: 24px;
	background: url(../images/icon_document.png) top left no-repeat;
	padding-left: 24px;
}

.featureCat a[href$=".pdf"]:hover, .featureCat a[href$=".doc"]:hover,
	.featureCat a[href$=".docx"]:hover, .featureCat a[href$=".xls"]:hover,
	.featureCat a[href$=".xlsx"]:hover {
	background: url(../images/icon_document-over.png) top left no-repeat;
}


/* Fast Facts Icon Bounce */
#ul-ffacts li{
	list-style-type:none;
	list-style:none;
}
a[href$=".pdf"].icon_ffacts {
		  line-height: 44px;
		  padding-left: 48px;
}

.icon_ffacts {
	
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.icon_ffacts:before {
  content: url(../images/icon_FastFacts.png);
  position: absolute;
  left: 1em;
  margin-right: 36px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.icon_ffacts:hover:before, .icon_ffacts:focus:before, .icon_ffacts:active:before {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/*********** STATES SELECT MENU STYLES  ******/
.overflow {
			min-height: 300px;
			max-height:500px;
		}
		#stateSelect-menu{
			font-size:.97em;
			color:#7D0744;
		}
		.ui-menu-item:hover{
			color: #518d29;
		}
		.ui-selectmenu-text {
			color:#7D0744;
			font-weight:bold;
			font-size:0.87em;
		}
		 .ui-icon.alabama {
			background: url("../images/badges/alabama.png") 0 0 no-repeat;
		}
		.ui-icon.alaska {
			background: url("../images/badges/alaska.png") 0 0 no-repeat;
		}
		.ui-icon.arizona {
			background: url("../images/badges/arizona.png") 0 0 no-repeat;
		}
		.ui-icon.arkansas {
			background: url("../images/badges/arkansas.png") 0 0 no-repeat;
		}
		.ui-icon.california {
			background: url("../images/badges/california.png") 0 0 no-repeat;
		}
		.ui-icon.america {
			background: url("../images/badges/america.png") 0 0 no-repeat;
		}
		
		.ui-icon.colorado {
			background: url("../images/badges/colorado.png") 0 0 no-repeat;
		}
		.ui-icon.connecticut {
			background: url("../images/badges/connecticut.png") 0 0 no-repeat;
		}
		.ui-icon.dc {
			background: url("../images/badges/dc.png") 0 0 no-repeat;
		}
		.ui-icon.delaware {
			background: url("../images/badges/delaware.png") 0 0 no-repeat;
		}
		.ui-icon.florida {
			background: url("../images/badges/florida.png") 0 0 no-repeat;
		}
		.ui-icon.georgia {
			background: url("../images/badges/georgia.png") 0 0 no-repeat;
		}
		.ui-icon.hawaii {
			background: url("../images/badges/hawaii.png") 0 0 no-repeat;
		}
		.ui-icon.idaho {
			background: url("../images/badges/idaho.png") 0 0 no-repeat;
		}
		.ui-icon.illinois {
			background: url("../images/badges/illinois.png") 0 0 no-repeat;
		}
		.ui-icon.indiana {
			background: url("../images/badges/indiana.png") 0 0 no-repeat;
		}
		.ui-icon.iowa {
			background: url("../images/badges/iowa.png") 0 0 no-repeat;
		}
		.ui-icon.kansas {
			background: url("../images/badges/kansas.png") 0 0 no-repeat;
		}
		.ui-icon.kentucky {
			background: url("../images/badges/kentucky.png") 0 0 no-repeat;
		}
		.ui-icon.louisiana {
			background: url("../images/badges/louisiana.png") 0 0 no-repeat;
		}
		.ui-icon.maine {
			background: url("../images/badges/maine.png") 0 0 no-repeat;
		}
		.ui-icon.maryland {
			background: url("../images/badges/maryland.png") 0 0 no-repeat;
		}
		.ui-icon.massachusetts {
			background: url("../images/badges/massachusetts.png") 0 0 no-repeat;
		}
		.ui-icon.michigan {
			background: url("../images/badges/michigan.png") 0 0 no-repeat;
		}
		.ui-icon.minnesota {
			background: url("../images/badges/minnesota.png") 0 0 no-repeat;
		}
		.ui-icon.mississippi {
			background: url("../images/badges/mississippi.png") 0 0 no-repeat;
		}
		.ui-icon.missouri {
			background: url("../images/badges/missouri.png") 0 0 no-repeat;
		}
		.ui-icon.montana {
			background: url("../images/badges/montana.png") 0 0 no-repeat;
		}
		.ui-icon.nebraska {
			background: url("../images/badges/nebraska.png") 0 0 no-repeat;
		}
		.ui-icon.nevada {
			background: url("../images/badges/nevada.png") 0 0 no-repeat;
		}
		.ui-icon.newhampshire {
			background: url("../images/badges/new_hampshire.png") 0 0 no-repeat;
		}
		.ui-icon.newjersey {
			background: url("../images/badges/new_jersey.png") 0 0 no-repeat;
		}
		.ui-icon.newmexico {
			background: url("../images/badges/new_mexico.png") 0 0 no-repeat;
		}
		.ui-icon.newyork {
			background: url("../images/badges/new_york.png") 0 0 no-repeat;
		}
		.ui-icon.northcarolina {
			background: url("../images/badges/north_carolina.png") 0 0 no-repeat;
		}
		.ui-icon.northdakota {
			background: url("../images/badges/north_dakota.png") 0 0 no-repeat;
		}
		.ui-icon.ohio {
			background: url("../images/badges/ohio.png") 0 0 no-repeat;
		}
		.ui-icon.oklahoma {
			background: url("../images/badges/oklahoma.png") 0 0 no-repeat;
		}
		.ui-icon.oregon {
			background: url("../images/badges/oregon.png") 0 0 no-repeat;
		}
		.ui-icon.pennsylvania {
			background: url("../images/badges/pennsylvania.png") 0 0 no-repeat;
		}
		.ui-icon.rhodeisland {
			background: url("../images/badges/rhode_island.png") 0 0 no-repeat;
		}
		.ui-icon.southcarolina {
			background: url("../images/badges/south_carolina.png") 0 0 no-repeat;
		}
		.ui-icon.southdakota {
			background: url("../images/badges/south_dakota.png") 0 0 no-repeat;
		}
		.ui-icon.tennessee {
			background: url("../images/badges/tennessee.png") 0 0 no-repeat;
		}
		.ui-icon.texas {
			background: url("../images/badges/texas.png") 0 0 no-repeat;
		}
		.ui-icon.utah {
			background: url("../images/badges/utah.png") 0 0 no-repeat;
		}
		.ui-icon.vermont {
			background: url("../images/badges/vermont.png") 0 0 no-repeat;
		}
		.ui-icon.virginia {
			background: url("../images/badges/virginia.png") 0 0 no-repeat;
		}
		.ui-icon.washington {
			background: url("../images/badges/washington.png") 0 0 no-repeat;
		}
		.ui-icon.westvirginia {
			background: url("../images/badges/west_virginia.png") 0 0 no-repeat;
		}
		.ui-icon.wisconsin {
			background: url("../images/badges/wisconsin.png") 0 0 no-repeat;
		}
		.ui-icon.wyoming {
			background: url("../images/badges/wyoming.png") 0 0 no-repeat;
		}
		.ui-icon.puertorico {
			background: url("../images/badges/puertorico.png") 0 0 no-repeat;
		}
/* custom home June 2016 */

		h2 .orange-head{
			color: #ef9832;
		}
		
		.center {
			text-align:center;
		}
		
		.newcomerimg{
			background:url("../images/newcomer-laptop.png") top center no-repeat;
			height:115px;
			width:100%;
			margin-bottom:10px;
		}
		
		.newdocsimg{
			background:url("../images/newdocsimg.png") top center no-repeat;
			height:115px;
			width:100%;
			margin-bottom:10px;
		}
		
		#banner.slide-a {
			background:url("../images/transl-dblue.png");
			background-color: transparent;
			padding-top: 2%;
			padding-bottom: 0%;
		}
		
		.slide-a h2 {
			margin-top: 28px !important;
		}
		
		
		#slide1 .slide-a h2 a:hover {
			color: #fff !important;
			text-decoration:underline;
		}
		
		h1.headline-buffer{
			height:15px;
			padding:0;	
		}