/* fixes some spacing issues in/around the header */
.home .site-inner {
	padding-top: 0;
}
@media screen and (min-width:1024px) {
	header h1 {
		margin-bottom: 0;
	}
} 

/* forces mobile menu to show on click */
nav.menu-is-active {
	display: block;
	margin-left: -10px;
}

/* color changes for accessiblity */
.home-top-news, #genesis-footer-widgets, .site-footer {
	background-color: #1a1d1f;
}

/* button styles */
button, .button, .btn, input[type="button"] {
	border-radius: 36px;
}

/*OLD CSS*/

img.image_right {
    float: right;
    padding: 5px;
}
img.image_left {
    float: left;
    padding: 5px;
}

.center {
   margin: 5px auto;
   float: none;
   text-align: center;
}

div#map {
    margin-top: 50px;
}
input#getDirections {
    margin-top: 10px;
}

.site-description { 
    clear: both; 
    padding: 12px 22px 12px 0; 
    visibility: visible; 
    display: block; 
} 

.site-footer div.content {
    display: none;
}