<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Education Rainbow Challenge Theme
 Theme URI:    http://www.rainbowchallenge.org/
 Description:  Theme for the Education Rainbow Challenge 
 Author:       GiveCamp
 Author URI:   http://example.com
 Template:     foundation
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         none
 Text Domain:  foundation-child
*/
#top-nav li ul li:hover  { background: transparent;}

ul.lcp_catlist li {
	list-style:none;
}
ul.lcp_catlist li &gt; a{
	font-size:24px;
	font-weight: bold;
	display:block;
	padding:20px 0;
}
ul.lcp_catlist li p{
	display:inline-block;
	max-width:40%;
	padding:0;
	margin:0;
	vertical-align:top;
}
ul.lcp_catlist li p &gt; img{
	width:200px;
	height: auto;
	padding:0 20px 0 0;
}

#inner_box {
    width: 383px;
    background-color: #f6fbfe;
    margin: 18px auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

div#language-nav {
	width:977px;
	margin:0 auto;
	float:none;
	text-align:right;
	display:block;
}

div#language-nav ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:right;
}
div#language-nav ul li{
	display:inline-block;
}
div#language-nav ul li a{
	display:inline-block;
	padding:5px 10px;
	font-size:12px;
	font-family: Georgia, arial, 'Times New Roman', Times, serif;
	color:rgb(55, 147, 155);

}
div.fb-like {
	display:block;
	text-align:right;
}
#ribbon {
	margin-top: 23px;
}
#logo {
	margin-top: 16px;
}
/*Responsive*/
#head_wrap {
	padding-top: 10px;
	max-width: 977px;
	width: 100% !important;
}
#language-nav{
	max-width:977px;
	width:100% !important;
	margin:0 auto;
	float:none;
	text-align:right;
	display:block;
}
#ribbon_title, #pagetitle, #content, #copywrite, .entry, #main_full, #footer .inner, #main.col-left, #sidebar.col-right, #iframePhoto, #banner, .donate_bar{
	max-width:977px !important;
	width:100% !important;
}
#main{
	text-align:center;
}
#sidebar{
	text-align:right;
}
ul.lcp_catlist li p{
	max-width:50%;
}
#logo{
	position: absolute;
	top: 10px;
	padding: 0px;
	margin: 0px;
}
div#language-nav.typeface-js{
	display: block;
	height: 50px;
	position: relative;
}
.entry{
	text-align: left;
}
div#language-nav.typeface-js{
	height: 80px;
}
#sub-nav{
	display:block;
}
@media only screen 
  and (min-width: 667px) { 
	#sub-nav{
		display:none;
	}
}
@media only screen 
  and (max-width: 977px) { 
	#banner_right, table.donate_bar td.text{
		display: none;
	}
	#banner_left, #welcome_home, #home_box{
		width: 100%;
	}
	#home_box{
		margin-left: 0px;
	}
}
div#sub-nav{
	float:left;
	clear:left;
	background:#CCE8EE;
	width:100%;
	padding:10px 0;
	margin-top:20px;
}
div#sub-nav ul{
	list-style:none;
}
div#sub-nav ul li{
	float:left;
}
div#sub-nav ul li a{
	padding: 0 10px;
}
#ribbon_content{
	float:left;
	clear:both;
}</pre></body></html>