@charset "utf-8";
/* CSS Document */

.image-frame {
	width:98%;
	max-width: 1050px;
	max-height: 400px;
	margin: 0 auto;
	overflow: hidden;
}

.ens .image-frame img {width:100%;}

.ens ul {margin-left:2em;}

.where-meet {
	padding:10px;
	margin-top:10px;
	border: solid 1px #B5B5B5;
	background-color:#FFFEC4;
}

.where-meet h2 {margin-top:0; }
.where-meet p { font-size:1.2em; font-weight:bold;}

.faq-question {
	margin:10px 0 0;
	font-size: 1.5em;
	font-weight: 900;
	color: #0054a6;
}

.faq-answer {
	border-bottom: 1px solid #BBBBBB;
    margin: 0 0 10px;
    padding-left: 10px;
}