@import url("https://use.typekit.net/wjs4bgw.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	position: relative; 
}
body {
	font-family: myriad-pro, arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:20px;
	color:#414141;
}
img {
	max-width:100%;
	height:auto;
}.Alert {	background-color: #F7D3A5;}.BadAlert { 	border: 1px solid red;	height: auto;	background: #EFE0E0;	border-radius: 5px;	-moz-border-radius: 5px;	padding: 10px;	margin-bottom: 10px;} .BadNews {	color: red;	font-weight: bold;}.GoodAlert {	padding: 10px;	border: 1px solid green;	height: auto;	background: #E2EFE0;	border-radius: 5px;	-moz-border-radius: 5px;	margin-bottom: 10px;}
.container {
	max-width: 1300px;
	margin:0px auto;
	padding:0px 10px;
}
/* HEADER */
header {
	position:fixed;
	top:0px;
	z-index:3;
	width:100%;
	background-color:#fff;
}
#header {
	max-width:1400px;
}
.clear:after,
#header:after {
	content:'';
	display:block;
	clear:both;
}
#header #logo {
	float:left;
	width:302px;
}
#header #logo img {
	padding-top:10px;
}
#header #social {
	width:30px;
	float:right;
	padding-top:30px;
}
#header #info {
	float:left;
	width:calc(100% - 332px);
	padding-right:20px;
}
#header #links {
    text-align: right;
    padding-top: 30px;
}
#header #links > a:not(:last-of-type) {
	padding-right:15px;
}
#header #links > a {
    display: inline-block;
    font-size: 20px;
    padding: 0px 0px 0 15px;
	text-decoration:none;
	color:inherit;
	color:#656565;
	font-weight:300;
}
#header #search {
	display:inline;
}
#header #search form {
	padding-right:10px;
	display:none;
}
#header #search form, #header #search input[type="text"], #header #search input[type="submit"] {
	display:inline;
	width:auto;
    line-height: 20px;
	font-size:20px;
	margin:0px;
	height:24px;
	vertical-align: middle;
}
#header #search input[type="submit"] {
	font-size:16px;
	font-weight:bold;
	padding-top:2px;
	float:none;
	padding:0px 3px;
}
#header #search #search-ico {
	vertical-align: middle;
}
#header #search input[type="text"] {
	background-color: #fff;
	border-left:0px;
	border-top:0px;
	border-right:0px;
	padding:2px;
}
#header #contact {
	text-align:right;
	color:#0061aa;
	font-weight: bold;
	font-size:28px;
	padding-top:5px;
}
#header .tel {
	text-decoration: none;
	color:inherit;
	white-space: nowrap;
}
#header #contact > a:not(:last-of-type) {
	padding-right:15px;
}
/* ^ HEADER */
/* NAVIGATION */
header nav {
	background-color:#fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	clear:both;
	text-align:center;
}
header #nav > ul {
	list-style:none;
	width:100%;
	display:block;
	margin:0px auto;
    font-size: 0px; /*elimiates spacing between li*/
}
header #nav ul li {
	margin-bottom:0px;
}
header #nav > ul > li {
	display:inline-block;
	position: static;
}
header #nav ul li > a {
	text-decoration:none;
	color:#087853;
	display:block;
	padding:5px 20px;
	font-size:18px;
	font-weight:bold;
}
header #nav ul li:hover a {
	color:#0061aa;
}
header #nav .menu {
	box-shadow: 0px 10px 10px rgba(0,0,0,.6);
	display:none;
}
header #nav > ul > li ul  {
	position:absolute;
    text-align:left;
	margin-left:0px;
	background-color:#e8e8e8;
}
header #nav > ul > li #notes  {
	margin: 10px auto;
}
header #nav > ul > li #notes ul  {
	margin-left: 25px;
	position:static;
	background-color:transparent;
	list-style-type: disc;
	list-style-position: outside;
	font-weight: normal;
	font-size: 18px;
}
header #nav > ul > li > div  {
	width:100%;
	left:0px;
	position:absolute;
    text-align:left;
	margin-left:0px;
	background-color:#fff;
	font-size:20px;
}
header #nav > ul > li ul li {
	display:block;
}
header #nav > ul > li #notes ul li {
	display:list-item;
}
header #nav > ul li .menu a {
	color:#0061aa;
	font-weight:300;
}
header #nav > ul li .menu a:hover {
	color:#087853;
}
header #nav .menu .split-4 {
	text-align: center;
}
header #nav .menu .split-4 a {
	font-weight:bold;
	font-size:22px;
}
header #nav > ul > li ul li a {
	padding:10px 20px;
}
header #nav > ul > li ul > li a:hover {
	background-color:rgba(255,255,255,.5);
}
header #nav .row {
	padding:30px 0px;
}
header #nav .sections {
	padding-left:10px;
	padding-right:10px;
}
header #nav .sections .title {
	font-weight:bold;
	font-size:26px;
	color:#0061aa;
}
header #nav .menu .sections a {
	padding:0px 10px;
	margin:5px 0px;
	white-space: nowrap;
	display:inline-block;
}
header #nav .menu .sections a:first-of-type {
	border-right:0px solid #0061aa;
}
xyzheader #nav .menu .sections a:nth-of-type(odd) {
	border-right:1px solid #0061aa;
}
#sub-nav ul {
	list-style:none;
	width:100%;
	display:block;
	margin:0px;
	text-align:center;
}
#sub-nav ul li {
	display:inline-block;
	margin-top:10px;
	margin-bottom:0px;
}
#sub-nav ul li:not(:last-of-type) {
	border-right:1px solid #0061aa;
}
#sub-nav ul li a {
	font-weight: 300;
	padding:0px 10px;
	display:inline-block;
}
#sub-nav ul li:first-of-type a {
	padding-left:0px;
	white-space:nowrap;
}
#sub-nav ul li a:hover, #sub-nav ul li a.active {
	color:#a0a0a0;
}
/* ^ NAVIGATION */
/* BANNERS */
#banners {
	max-height:550px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
#banner-img {
	overflow:hidden;
}
#banner-img .slide > img {
	display:block;
	width:100%;
	height:auto;
}
#banner-img .slide {
	max-height:550px;
	position:absolute;
	top:0px;
	max-width:100%;
	width:100%;
	opacity:0;
	z-index:0;
}
#banner-img .slide.active {
	position:relative;
	opacity:1;
	z-index:1;
}
#banner-img .slide.active .content{
	opacity:1;
}
#banner-img .slide.getActive {
	z-index:2;
}
#banner-img .slide .content {
	position:absolute;
	top:50%;
	width:70%;
	margin:0px 15%;
	z-index:2;
	opacity:0;
	color:#fff;
    padding:0px 10px;
	text-shadow: 0px 0px 5px #000;
	font-size:38px;
	font-weight: bold;
	text-align:center;
}
/* ^ BANNERS */
/* CONTENT */
main {
	z-index:2;
}
#banner-header {
	max-height:600px;
	overflow:hidden;
}
#banner-header > img {
	width:100%;
	display:block;
}
#banner-content {
	position:absolute;
	top:0px;
	right:10%;
	bottom:0px;
	left:65%;
	padding:80px 30px;
	background-color:rgba(20,122,88,.6);
	color:#fff;
	/*font-family: ivypresto-headline, serif;*/
	font-size:26px;
	font-style:italic;
}
#banner-content span {
	text-align:center;
	display:block;
}
#direction {
	margin-top:-50px;
	z-index:2;
}
#direction .split-3 {
	text-align:center;
}
#direction a {
	display:inline-block;
	border:1px solid #fff;
	padding:10px 30px;
	color:#fff;
	font-weight:bold;
	font-size: 18px;
}
#direction a img {
	margin-top:-30px;
}
#direction a.housing {
	background-color:#009b68;
}
#direction a.edu {
	background-color:#0061aa;
}
#direction a.tools {
	background-color:#50878a;
}
#direction a:hover {
	background-color:#333;
}
#main {
	padding-top:50px;
	padding-bottom:30px;
}
#main:after {
	content:'';
	display: block;
	clear:both;
}
#workshop #main {
	border-bottom:1px solid #333;
	margin-bottom:50px;
	padding-bottom:50px;
}
.dark {
	background-color:#f4f4f4;
}
h1 {
	font-size:42px;
	color:#009b68;
	margin-bottom:15px;
}
#home h1 {
	font-size:38px;
	color:#414141;
}
#property h1 {
	margin-bottom:0px
}
h2 {
	font-size:30px;
	color: #0061aa;
	margin-bottom:15px;
}
h2.h1 {
	font-size:28px;
	color: #414141;
	font-style: italic;
}
h1 img {
	vertical-align: middle;
	margin-right:10px;
}
#home h2 {
	font-size:36px;
	font-style: normal;
}
h3 {
	font-size:25px;
	color: #0061aa;
	margin-bottom:15px;
}
p {
  margin-bottom:30px;
}
strong {
	font-weight:bold;
}
ul {
    list-style-position: inside;
	font-weight:bold;
	color: #0061aa;
	margin-left:20px;
	margin-bottom:20px;
}
#property ul {
	font-weight:300;
	color: inherit;
}
li {
    margin-bottom:10px;
}
a {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
	color:#0061aa;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
a.button {
	background-color:#0061aa;
	color:#fff;
	display:inline-block;
	padding:8px 20px 5px 20px;
	border:1px solid #fff;
	font-size:18px;
	text-transform: uppercase;
	font-weight:300;
}
a.button.bright {
	background-color:#df0a0a;
	font-weight:bold;
	text-transform: none;
}
a.button:hover {
	background-color:#333;
}
.row:after {
	content:'';
	display:block;
	clear:both;
}
input, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	background-color:#fff;
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	margin-bottom:10px;
}
input[type="submit"], button {
	background-color:#0061aa;
	color:#fff;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	text-align:center;
	text-transform: uppercase;
	border:0px;
	display: inline-block;
	width:auto;
	padding:5px 40px;
	float:right;
}
.img-left {
	float:left;
	margin-right:20px;
	max-width:30%;
}
.img-right {
	float:right;
	margin-left:20px;
	max-width:40%;
}
.img-shadow {
	background-image:url('../../Assets/Images/img-shadow.png');
	background-position: bottom right;
	padding-bottom:35px;
	background-repeat: no-repeat;
	background-size:100%;
}
.split-2 {
	width:46%;
	float:left;
	margin:0px 2%;
}
.split-3 {
	width:29.3%;
	float:left;
	margin:0px 2%;
	text-align:center;
}
.split-4 {
    width: 23%;
    float: left;
    margin: 0 1%;
}
.split-5 {
    width: 18%;
    float: left;
    margin: 0 1%;
}
.split-2:nth-of-type(odd), .split-3:nth-of-type(3n+1), .split-4:nth-of-type(4n+1), .split-5:nth-of-type(5n+1) {
	clear:left;
}
.prop-img,
.galleryImage {
	max-height:180px;
	overflow: hidden;
	}
.cta-bar {
	padding:0px;
}
.cta-bar .split-4 {
	width:25%;
	margin:0px;
    text-align: center;
}
.cta-bar a {
	display:block;
	text-align:center;
	padding:30px 20px;
	margin:20px 0px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
	font-weight:bold;
	font-size:24px;
	line-height:40px;
}
.cta-bar a:hover {
	background-color:#c6e0f3;
	padding:50px 20px;
	margin:0px;
}
.cta-bar .split-4:not(:last-of-type) a {
	border-right:1px solid #ccc;
}
.videos {
	background-image: url('../../Assets/Images/bkg-videos.jpg');
	background-size:cover;
	color:#fff;
	padding:30px 70px;
	font-size:24px;
	overflow:hidden;
}
.videos h2 {
	color:#fff;
}
.videos .row {
	margin-bottom:30px;
}
.videos .split-2 {
	text-align:center;
}
.videos .video {
	border:1px solid #fff;
}
.videos .button {
	float:right;
}
#news {
	padding-top:30px;
	padding-bottom:30px;
}
#news .heading {
	font-size:36px;
	font-weight:bold;
	color:#17517d;
	border-bottom:1px solid #333;
	margin-bottom:20px;
}
#news a {
	font-weight:bold;
}
#contacts h3 {
	font-size:30px;
	margin-bottom:30px;
}
#contacts {
	padding-top:30px;
	padding-bottom:30px;
}
#contacts .name {
	font-weight:bold;
	color:#009b68;
}
#contacts .title {
	font-weight:bold;
	font-style: italic;
}
#contacts p {
	margin-top:15px;
}
#contacts a {
	font-weight:300;
}
.left {
	width: 50%;
	float: left;
	margin-right: 2%;
}
.right {
	width: 48%;
	float: left;
}
#edu {
	padding:0px;
	display:table;
}
#edu * {
	color:#fff;
}
#edu .row {
	display:table-row;
}
#edu .left, #edu .right {
	padding:30px;
	display:table-cell;
	margin: 0;
	height: 300px;
}
#edu .left {
	width:65%;
	background-color:#0061aa;
}
#edu .right {
	width:35%;
	background-color:#009b68;
}
#edu .heading {
	border-bottom:1px solid #fff;
	font-size:36px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:20px;
}
#edu .heading img {
	vertical-align: middle;
	margin-right:10px;
}
#edu .title {
	font-weight:bold;
	font-size:25px;
}
#edu a {
	font-weight:bold;
}
#question {
	padding-top:70px;
	padding-bottom:70px;
	text-align:center;
	font-size:24px;
}
#question h3 {
	font-size:46px;
}
#question form {
	margin-top:30px;
}
#housing .split-4 {
	margin-top:40px;
}
#housing .split-4 .prop-img {
	height: 190px;
	overflow: hidden;
}
#housing a {
	font-weight: 300;
	font-size: 16px;
}
#housing .title {
	font-size: 20px;
	font-weight: bold;
	color:#009b68;
}
#housing .location {
	font-weight: bold;
	font-size: 17px;
}
.property-address {font-weight: bold}
#property .split-2:nth-of-type(2) {
	text-align:center;
	margin-bottom:30px;
}
#documents {
	border-top:1px solid #666;
	padding:30px 0px;
	margin-top:30px;
}
#documents .pdf {
	vertical-align: middle;
	margin-right:15px;
	float:left;
	max-width: 30px;
}
#workshops {
	display:flex;
	flex-wrap:wrap;
}
#workshops .workshop {
	flex:1 1 29.3%;
	flex-shrink:1;
	background-color:#f4f4f4;
	border:1px solid #bcbcbc;
	padding:30px;
	text-align:center;
	margin:2%;
}
#workshops .workshop .title {
	color:#009b68;
	font-size:25px;
	font-weight:bold;
	margin-bottom:15px;
}
#workshops .workshop a {
	font-weight:300;
}
#workshops .workshop img {
	margin-bottom:15px;
}
/* ^ CONTENT */
/* GALLERY */
.gallery {
	margin-bottom:30px;
}
.gallery:after {
	content:'';
	display:block;
	clear:both;
}
.gallery .photo {
	float:left;
	width:20%;
	padding:5px;
	cursor:pointer;
	text-align:center;
	overflow: hidden;
	max-height: 70px;
}
.gallery .photo img {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
	width:100%;
}
.gallery .photo img:hover {
	filter:brightness(.6)
}
#gallery-show {
	position:fixed;
	width:100%;
	overflow:hidden;
	background-color:rgba(0,0,0,.9);
    top: 0px;
    left: 0px;
    height: 100%;
	z-index:99999999;
	visibility:hidden;
}
#gallery-img {
	position:relative;
	z-index:1;
	margin:0px auto;
}
#gallery-img .slide {
	position:absolute;
	top:0px;
	bottom:0px;
	max-width:100%;
	width:100%;
	opacity:0;
	z-index:0;
	height:100%;
}
#gallery-img .slide.active {
	position:relative;
	opacity:1;
	z-index:1;
}
#gallery-img .slide.getActive {
	z-index:2;
}
#gallery-img .slide img {
	display:block;
}
#gallery-img .slide > div {
	display:block;
	margin:0px auto;
	max-width:100%;
}
#gallery-show .dir {
	position:absolute;
	top:45%;
	color:#fff;
	font-size:50px;
	z-index:2;
	opacity:.5;
	cursor:pointer;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
#gallery-show .dir:hover {
	text-shadow:0px 0px 5px rgba(0,0,0,.75);
	opacity:1;
}
#gallery-show #left {
	left:3%;
}
#gallery-show #right {
	right:3%;
}
.close-it {
	font-size:30px;
	cursor:pointer;
	position:absolute;
	top:0px;
	right:0px;
	z-index:9999999;
	padding-top:10px;
	padding-right:10px;
	color:#fff;
}
/* ^ GALLERY */
/* FOOTER */
#scroll-up {
	position:fixed;
	opacity:.5;
	z-index:99999999999;
	right:20px;
	bottom:30px;
	width:30px;
	height:30px;
	border-radius:50%;
	text-align:center;
	cursor:pointer;
	color:#fff;
	background-color:#000;
	display:none;
	font-size:30px;
	font-family:verdana, sans-serrif;
}
#scroll-up:hover {
	opacity:1;
}
#partners #tab {
	text-align:center;
	border-bottom:1px solid #a6a6a6;
	margin-top:30px;
	margin-bottom:30px;
}
#partners #tab span {
	display:inline-block;
	background-color:#cecdcd;
	color:#fff;
	font-style: italic;
	padding:5px 20px 2px 20px;
	font-size:24px;
}
#partners .partner {
	filter: opacity(.35);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#partners .partner:hover {
	filter: opacity(1);
}
#footer {
	background-color:#e1e4e5;
	background: -webkit-linear-gradient(#e1e4e5,#fff);
	background: -o-linear-gradient(#e1e4e5,#fff);
	background: -moz-linear-gradient(#e1e4e5,#fff);
	background: linear-gradient(#e1e4e5,#fff);
	border-top:1px solid #a6a6a6;
	color:#828282;
	padding-top:20px;
	padding-bottom:40px;
	text-align:left;
}
#footer a {
	color:inherit !important;
	text-decoration:none;
	font-weight: 300;
}
#footer a:hover {
	color:#000;
}
#footer span {
	font-size: 15px;
	text-decoration: italic;
}
#footer .right {
	text-align: right;
}
#wheelchair,
#eho {
	height: 49px;
	margin-left: 20px;
}
#siteby a {

}
#footer .button {
	color: #fff !important;
	background-color: #009b68;
	margin-bottom: 20px;
}
#footer .button:hover {
	background-color: #087853;
}
/* ^ FOOTER */
/* MOBILE */
.mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:120px;
	font-family:Arial;
	margin:0px auto;
}
.mobile-nav > div {
	width:25px;
	float:right;
}
.mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
.mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
}
.staff {
	width: 31%;
	float: left;
	margin: 1%;
	min-height: 500px;
}
.story {
	margin: 0;
	border-bottom: 1px solid #000;
	padding: 15px;
}
.story:nth-of-type(even) {
	background: #efefef;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.eventBlock {
	width: 29%;
	margin: 2%;
	background: #efefef;
	border: 1px solid #999;
	padding: 20px;
	float: left;
	text-align: center;
	min-height: 240px;
}
.eventBlock a {
	font-weight: normal;
	margin-top: 10px;
}
.eventBlock h3 a,
.eventBlock h3 {
	color: #009b68;
	font-weight: bold;
}
.eventBlock .eventLogo {
	margin: 15px 0;
}

.eventCategory .clear {
	margin-top: 20px;
}
.eventCategory .right {
	text-align: center;
}
.eventTime {padding: 15px;}
.eventTime:nth-of-type(even) {
	background: #efefef;
}
.eventTime p {
	margin-bottom: 10px;
}
.eventDate {
	font-weight: bold;
}
.eventRegister a {
	display: block;
	padding: 5px 15px;
	text-transform: uppercase;
	text-align: center;
	width: 180px;
	color: #fff;
	background: #0061aa;
	margin: 10px 0;
	font-weight: normal;
	font-size: 18px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin: 15px 0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.sponsor {
	width: 23%;
	margin: 2% 2% 2% 0;
	float: left;
	min-height: 230px;
}
@media (max-width:1210px) {
body {
	padding-top:0px !important;
}
header {
	position: relative;
}
header nav {
    background-color: #0061aa;
}
header nav .mobile-nav {
    display:block;
}
header #nav > ul {
    display:none;
    position:absolute;
	background-color:#fff;
	padding-left:0px;
	box-shadow: 0px 5px 10px rgba(0,0,0,.5);
}
header #nav ul li {
    display:block;
    width:100%;
    border-bottom:1px solid #ccc;
    text-align:left;
}
header #nav ul li a {
	padding:15px;
}
header #nav > ul > li .menu {
    position:relative;
	box-shadow: none;
}
#banner-content {
	right:0px;
	left:50%;
}
}
@media (max-width:1280px) {
#banner-img .slide .content {
    top:20%;
	width:100%;
	margin:0px;
}
}
@media (max-width:965px) {
#header, #header #links, #header #contact {
	text-align:center;
}
#header #logo, #header #social {
	float:none;
	display:inline-block;
}
#header #social {
	margin-left:15px;
}
#header #info {
	width:100%;
	margin-bottom:15px;
	padding-right:0px;
}
#header #links {
	padding-top:10px;
}
.sponsor {
	width: 100%;
	margin: 10px 0;
}
#banners {
	display:none;
}
#direction {
	margin-top:0px;
	background-color:#ddd;
	padding:20px 10px;
}
#direction .split-2 {
	margin-top:20px;
}
#banner-content {
	font-size:20px;
}
}
@media (max-width:900px) {
.img-shadow {
	padding-bottom:20px;
}
}
@media (max-width:700px) {
	.eventBlock,
	.left,.right {
		width: 100%;
		margin: 10px 0;
	}
#main {
	padding-top:30px;
}
.split-3, .split-2 {
	float:none;
	width:auto;
	margin:0px;
	padding-bottom:20px;
}
.split-5,
.split-4 {
	width:100%;
}
.split-5:nth-of-type(3n+1),
.split-4:nth-of-type(2n+1) {
	width:100%;
}
.cta-bar .split-4 {
	width:100%;
	border:0px !important;
	margin: 10px 0;
}
.cta-bar a {
	border:0px !important;
}
#direction a {
	display:block;
}
.videos {
	padding:20px;
}
#banner-content {
	position:relative;
	left:0px;
	text-align:center;
	padding:10px;
}
#contacts .split-4 {
	width:auto;
	float:none;
	margin:15px 0px;
}
#sub-nav .mobile-nav {
	display:block;
}
#sub-nav {
	background-color:#0061aa;
	padding:0px;
	border-top:1px solid #ccc;
}
#sub-nav ul {
	background-color:#fff;
    display:none;
    position:absolute;
	z-index:9999;
	box-shadow: 0px 5px 10px rgba(0,0,0,.5);
}
#sub-nav ul  li {
    display:block;
    width:100%;
    border-bottom:1px solid #ccc;
    text-align:left;
	margin-top:0px;
	border-right:0px !important;
}
#sub-nav ul li a {
	padding:15px !important;
}
#edu .left, #edu .right {
	display:block;
	width:100%;
	padding:20px 10px;
	height: auto;
}
.staff {
	width: 100%;
	margin: 10px 0;
	text-align: center;
	min-height: 100px;
}
	.staff img {
		max-width: 250px;
		margin: 0px auto !important;
	}
h1 img, #edu .heading img {
	float:right;
	max-width: 60px;
	margin: 0px 10px !important;
} 
img.icon {
	max-width: 30px;
	margin: 0px 2px !important;
}
#edu .heading {
	font-size: 24px;
} 
.eventLogo a img {
	max-width: 140px;
	margin: 0 auto !important;
}
#workshops .workshop {
	flex:1 1 44%;
}
	#question h3 {
		font-size: 24px;
	}
	#banner-header > img {
		margin: 0px !important;
	}
}
@media (max-width:500px) {
	main img {
		width: 100% !important;
		float: none !important;
		margin: 10px 0 !important;
		padding: 0px !important;
	}
	#direction a img {
		max-width: 50px;
		margin: 10px auto !important;
	}
	#header #contact {
		font-size:20px;
	}
	.cta-bar .split-4 {border-bottom: 1px solid #999 !important}
	.cta-bar .split-4 img {
		max-width: 50px;
		margin: 10px auto;
	}
	#wheelchair,
	#eho {
		float: none;
	}
	.img-left, .img-right {
		float:none;
		max-width:100%;
		margin:0px;
	}
	.keys {display: none;}
	.gallery .photo {
		width:50%;
	} 
	#workshops .workshop {
		flex:1 1 100%;
	}
	#partners .split-4 {
		margin: 0 1%;
		text-align: center;
	}
}