<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 	Nobel Learning News Stylesheet
 *  Author: JS
 *  Package: Nobel Learning
 *  Version: 1.0
 */



#nobel_sidebar {
	position: relative;
	background: #B2C32F;
	margin: -1.4em -1.3em 1.5em;
}
#news_items {
	text-align: right;
}
#news_items li {
	display: inline-block;
	padding: 0.6em 0;
	font-size: 1.1em;
	color: #FFFFFF;
}
#news_items li.active {
	color: #009DDC;
}

#nobel_breadcrumbs {
	display: none;
}
div.sidebar-search,
div.sidebar-archives {
	padding: 1em 0;
	display: none;
}
/*	Search */
#news_searchbox {
	border: 1px solid rgba(0,0,0, 0.25);
	background: #FFFFFF;
	border-radius: 6px;
	position: relative;
}
#news_searchbox input[type="search"] {
	display: block;
	width: 100%;
	max-width: 100%;
	padding-right: 3.2em !important;
	background: none;
	border: 0;
	margin: 0 0 0 0;
}
#news_searchbox input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #009DCC;
}

/*	Archives */
div.sidebar-archives h3 a {
	font-family: 'Roboto', Geneva, sans-serif;
	font-weight: 500;
	color: #514D4D;
}

div.sidebar-archives ul li ul.monthly-archives,
div.sidebar-archives ul li ul.monthly-archives li ul.articles {
	display: none;
}
div.sidebar-archives ul li a {
    display: inline-block;
    font-family: 'Roboto', Geneva, sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #009DCC;
    font-size: 1em;
    padding: 0 0 0 0;
    margin: 0 0 0.5em 0.5em;
    border-bottom: 0;
}
div.sidebar-archives ul.yearly-archives {
	margin: 1em 0 0 0.5em;
}
div.sidebar-archives ul.monthly-archives,
div.sidebar-archives ul.yearly-archives li.article {
	margin: 0.5em 0 0 1em;
}
div.sidebar-archives .yearly-archive {
	color: #009DCC;
}
div.sidebar-archives ul.yearly-archives li span {
	display: inline-block;
	padding: 0 0 0.5em 0;
}
div.sidebar-archives .yearly-archive .fa {
	color: #B2B2B2;
	padding: 0 0.5em 0 0;
	font-size: 0.75em;
}
div.sidebar-archives ul.monthly-archives,
div.sidebar-archives ul.yearly-archives li.article {
	margin: 5px 0 0 10px;
}
div.sidebar-archives ul li.monthly-archive {
	margin: 0 0 5px 0;
}
div.sidebar-archives ul li.yearly-archive span:hover,
div.sidebar-archives ul li.yearly-archive ul li.monthly-archive span:hover {
	cursor: pointer;
}
div.sidebar-archives ul.yearly-archives li.current-article a {
	color: #F68B1F;
}

#news-articles &gt; h2 {
	color: #F68B1F;
	margin: 0 0 1.5em;
}

.page-template-news .entry-content .wp-post-image {
		display:none;
}


@media only screen and ( min-width: 480px ) {}
@media only screen and ( min-width: 640px ) {}
@media only screen and ( min-width: 768px ) {
	
	#nobel_sidebar {
		margin: -1.25em -1.6em 1.5em;
	}
}
@media only screen and ( min-width: 1024px ) {
	
	#nobel_sidebar {
		margin: -1.25em -2em 1.5em;
	}
}
@media only screen and ( min-width: 1280px ) {
	
	#content {
		float: right;
		width: 73%;
	}
	.elementary #content,
	.preschool #content {
		float: none;
		width: auto;
	}
	.blogid-29 #content,
	.blogid-30 #content,
	.blogid-32 #content {
		float: right;
		width: 73%;
	}
	#nobel_sidebar {
		float: left;
		width: 23%;
		margin: 0 0 0 0;
		background: transparent;
	}
	#news_items {
		display: none;
	}
	div.sidebar-search,
	div.sidebar-archives {
		display: block;
	}
	#nobel_sidebar &gt; div div:first-of-type {
		padding-top: 0;
	}
	#nobel_breadcrumbs {
		display: block;
	}
	
}
</pre></body></html>