<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#home-content .gridLeft{
	padding-right: 10px;
}

/********** HOME ***********/
#home-content .jewishHome .grid4{
	padding: 0 10px;
}
#home-content .socialJewishLife{
	display: inline-block;
	float: right;
}
#home-content .social a{
	float: right;
}
#home-content .jewishHome h4{
	border-bottom: none;
	margin-bottom: 0;
}
#home-content .jewishHome h4 + p{
	margin-top: 0;
}

/********** ORGANIZATIONS ***********/
#home-content .jewishOrganizations .grid3 img{
	padding-right: 10px;
	display: block;
	margin: 0 auto;
}
#home-content .jewishOrganizations .grid9 h3{
	margin-top: 0;
}
#home-content .kosherImg{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 150px;
}

/********** LOCAL ***********/
#home-content .localSynagogues h3{
	margin: 0;
	margin-bottom: 5px;
}
#home-content .localSynagogues ul{
	list-style-type: none;
	margin-left: 0;
}
#home-content .localSynagogues li{
	border-bottom: 1px solid #EEE;
	padding: 5px 0;
}
#home-content .localSynagogues li:last-of-type{
	border-bottom: none;
}
#home-content .localImg{
	margin: 10px 0;
}

@media only screen and (max-width:768px){
	#home-content .gridLeft{
		padding-right: 0;
	}
	
	/********** HOME ***********/
	#home-content .jewishHome .grid4{
		width: 33.3333%
	}
	
	/********** ORGANIZATIONS ***********/
	#home-content .jewishOrganizations .grid3{
		width: 25%;
	}
	#home-content .jewishOrganizations .grid9{
		width: 75%;
	}
	
	/********** LOCAL **********/
	#home-content .localImg{
		display: block;
		margin: 10px auto;
	}
}

@media only screen and (max-width:480px){
	/********** HOME ***********/
	#home-content .jewishHome .grid4{
		width: 100%
	}
	
	/********** ORGANIZATIONS ***********/
	#home-content .jewishOrganizations .grid3,
	#home-content .jewishOrganizations .grid9{
		width: 100%;
	}
	#home-content .jewishOrganizations .grid3 img{
		display: block;
		margin: 0 auto;
	}
}</pre></body></html>