#highlights {
	display: none;
}

#more > div {
	display: block;
	width: 100%;
	float: none;
}

#footer p {
	display: block;
	text-align: left;
	margin: 0px 0px 3px 0px;
	padding: 10px 0px 10px 60px;
}

.extra {
	display: block;
	clear: both;
	float: none;
	width: auto;
	background-color: #ccc;
	margin: 30px -20px 0px -20px;
	background-color: #2fb457;
	text-align: center;
	padding: 12px 10px 8px 10px;
	box-sizing: border-box;
}

#header h1 {
	width: 100%;
	float: none;
	margin-top: 20px;
}

ul#social li a {
	color: #fff;
}

.extra ul, .extra form {
	display: inline-block;
}

#header form #ssubmit {
	background-color: #777;
}

#header .contain {
	padding-bottom: 0px;
}

.closeit {
	display: block;
}

.trigger {
	display: inline-block;
	margin-left: 10px;
}

.trigger::before { 
	content:'\2630'; 
	font-size: 3.5em;
	vertical-align: middle;
	font-weight: 700;
	line-height: 100%;
	color: #fff;
}

#nav {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60%;
	background-color: #2fb457;
	background-color: rgba(47, 181, 87, 0.88);
}

#nav * {
	background-color: transparent;
}

#nav .contain > ul > li, #nav .contain > ul > li > a {
	display: block;
	border: 0px;
	background-color: transparent;
	text-align: left;
}

#nav .closeit {
	background-color: #777;
	background-color: rgba(120, 120, 120, 0.92);
}

#nav .closeit a::before {
	content: 'X';
	padding-right: 8px;
}

#nav .closeit li {
	text-transform: lowercase;
	font-style: italic;
}

#nav .contain > ul > li {
	font-size: 1.4em;
}

#nav ul li::before {
	display: none;
}

#nav .contain > ul > li .sub-menu {
	display: block;
	position: relative;
	top: auto;
	width: auto;
	left: auto;
}

#nav .contain > ul > li .sub-menu li {
	font-size: 1em;
	text-align: left;
	display: block;
	width: 100%;
	line-height: 160%;
}

#nav .contain > ul > li .sub-menu li a, #nav .contain > ul > li .sub-menu li a:hover, #nav .contain > ul > li .sub-menu li a:focus {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	text-transform: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 0px;
	background-color: transparent;
}

#nav ul li .sub-menu li:first-of-type a, #nav ul li .sub-menu li:first-of-type a:hover {
	padding-top: 10px;
}

#nav ul li .sub-menu li:last-of-type a, #nav ul li .sub-menu li:last-of-type a:hover {
	padding-bottom: 10px;
}

.quote p {
	font-size: 2em;
}

#content img, #content iframe {
	max-width: 100%;
}

.bios .bio {
	width: 100%;
	float: none;
}

.biotext {
	width: 100%;
	float: none;
}

#footer p:nth-of-type(1) {
	background-image: url(/images/footm.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left center;
}

#footer p:nth-of-type(2) {
	background-image: url(/images/footp.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 6px center;
}

#footer p:nth-of-type(3) {
	background-image: url(/images/foote.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 3px center;
}

#footer p a {
	display: block;
}

div#billboard, div.billboard {
	height: 250px;
}

div#billboard p, div.billboard p {
	font-size: 2.5em;
}

#about img {
	display: block;
	float: none;
	clear: both;
	max-width: 60%;
	margin: 20px auto;
}

#announcments .announcment {
	width: 48%;
}

#announcments .announcment:first-of-type {
	width: 48%;
}

#announcments .announcment:first-of-type .thumbnail {
    width: 100%;
    padding-bottom: 60%;
    float: none;
}

#announcments .announcment:first-of-type .eventmeta {
    float: none;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    max-height: none;
    overflow: auto;
}

#announcments .announcment:first-of-type h4 {
    display: block;
}

#announcments .announcment:first-of-type h3 {
    font-size: 1.4em;
}

#announcments .announcment:first-of-type p.excerpt {
    font-size: 1.2em;
}

#announcments .announcment .excerpt {
	display: none;
}

#mimg {
	float: none;
	width: 100%;
}

#mtext {
    float: none;
    width: 100%;
}

#mtext h3 {
    font-size: 3.3em;
    line-height: 120%;
    font-weight: 400;
    color: #ffffff;
    padding: 20px 30px 10px 20px;
    background-color: #2fb457;
    background-color: rgba(47, 181, 87, 0.85);
    z-index: 990;
    margin: 0px 0px 0px 0px;
}

#map {
    background: #ffffff;
    background: -moz-linear-gradient(down, #ffffff 85%, #e6e6e6 100%);
    background: -webkit-linear-gradient(down, #ffffff 85%,#e6e6e6 100%);
    background: linear-gradient(down, #ffffff 85%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=1 );
    position: relative;
    z-index: 950px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.29);
}

#announcments h3 {
	font-size: 3em;
	letter-spacing: 3px;
}




#content .consmain li div {
	padding: 0px 0px 70% 0px;
	position: relative;
}

.resourcez .resource {
	width: 98%;
	margin: 3% 1%;
}


#content ul.bios li {
	padding: 10px 9px 10px 9px;
	font-size: .85em;
	border-bottom: 1px dotted #ccc;
}

ul.bios li span {
	display: block;
	width: 100% !important;
}