@charset "UTF-8";

body {
	margin: 0px;
	color: #777777;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #f2f2f2 !important;
}

.jumbotron {
    background-color: #436d9c !important;
    color: #FFFFFF !important;
}

.jumbotron h1 {
    font-family: Open Sans, sans-serif;
    margin: 35px 0 0 !important;
}

footer {
    background-color: #AEAEAE;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 30px;
}

footer .container p {
    padding: 14px 0;
    color: #DBDBDB;
    font-size: 90%;
}

.bioPhoto {
    padding: 0 0 15px 0;
}

.bioPhoto img {
    border: 1px solid #AEAEAE;
}

.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;
}


/* Contact Block - Right */

@media (max-width: 770px) {
    
.contactRight {
    display: none;
    }
}

/* Messaging */
.alert {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}