/* 
This is the section css for
Annual PA NAME Conference 
*/

#home-content .grid8 {
	padding-right: 20px;
}

#home-content h2 {
	margin-bottom: 2px;
}
#home-content .nameList li {
	margin-bottom: 2px;
	margin-left: -20px;
	list-style-type: none;
	font-size: 1.4em;
}
#home-content .noList {
	list-style: none;
	margin-left: 0;
}
#home-content .rightSection {
	background-color: #EEE;
	padding: 10px;
	margin-bottom: 10px;
}
#home-content .rightSection h3 {
	margin-top: 0;
}
#home-content .rightList li {
	list-style-type: none;
	margin-left: -20px;
}
#home-content #mapFrame iframe {
	height: 300px;
	width: 100%;
}
#home-content .nameDirections {
	margin-top: 0;
	font-size: 1.4em;
}

@media only screen and (max-width: 768px) {
	#home-content .grid8 {
		padding-right: 0;
	}
}