/* <link rel="stylesheet" type="text/css" href="_media/custom-changes-resp.css"> */


#mrp-container1 {
	width: 100%;
	float: none;
	padding: 0 10px;
}
#mrp-container2 {
	display: none;
}

#mrp-container1 h2, #mrp-container1 span {
    color: #adadad;
    font-size: 20px;
    margin: 0;
    text-align: right;
}

#mrp-container1 a {
    color: #adadad
}

#mrp-container1 a:hover {
    color: #1b92b6
}



#header-flex-wrap {
        align-items: center;
	display: flex;
}
.team-photo-flex {
	width: 40%;
	text-align: left;
}
.team-photo-flex img {
        max-width: 50%;
}
.contact-info-flex {
	width: 35%;
	text-align: center;
}
.office-logo-flex {
	width: 35%;
	text-align: right;
}







@media (max-width: 840px) { 

.office-logo-flex {
        padding-right: 40px;
}

}


@media (max-width: 700px) { 

#header-flex-wrap {
        flex-direction: column;
}
.team-photo-flex {
	width: 100%;
	text-align: center;
}
.contact-info-flex {
	width: 100%;
	text-align: center;
}
.office-logo-flex {
	width: 100%;
	text-align: center;
        padding-right: 0;
}


}
