.circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid white;
    background-image: linear-gradient(to top right, #0C3873 20%, #7DB557 100%);
    position: absolute;
    z-index: 0;
}

.team-board .bio-image {
	float: left;
    border-radius: 50%;
    width: 175px;
    z-index: 1;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.m-circle {
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.team-board .m-bio-image {
    width: 100%;
    display: inline-block;
    float: none;
}

.team-board .bio-image:hover {
    margin: 3% 0px 0px 10%;
}

.team-board .circle:hover {
    display: block;
}

.team-board .section-heading {
	color: #3599E0;
	font-family: 'Lexia', 'Serif';
	text-align: center;
    font-size: 26pt;
    margin: 0px;
    line-height: 3;
    max-width: 100%;
}

.team-board .team-members {
    padding: 0px 0px 40px 0px;
}

.team-board .team-members .team-wrapper {
    padding: 0px 0px 40px 0px;
    float: left;
}

.team-board .team-members .team-wrapper p {
    font-size: 10pt;
}

.team-board .team-members h3 {
	font-family: 'Lexia', 'Serif';
    color: #073672;
    font-weight: 600;
}

.team-board .team-members h4 {
	color: #7DB558;
    font-style: italic;
    font-family: 'Sofia Pro', 'Sans-Serif';
}

.team-board .team-members p {
    color: #073672;
}

.team-board .team-members .mbr-wrapper {
    padding-top: 15px;
}

    @media all and (max-width: 767px) {
        .team-board .team-members .mbr-wrapper {
            text-align: center;
            margin-bottom: 50px;
        }
    }

.team-board .team-members .description .title {
    font-size: 14pt;
}

.team-board .board-members {
    padding-bottom: 100px;
    margin-bottom: -1px;
    background-color: #E7E8EA;
    border-top: solid 10px #B1BECD;
}

.team-board .board-members ul {
    list-style: none;
    padding-left: 0px;
}

.team-board .board-members .member-wrapper {
    height: 50px;
    padding-left: 0px;
}

.team-board .board-members hr {
    border-top: 3px solid #B1BECD;
}

.team-board .board-members .group-wrapper {
    padding-bottom: 15px;
}

.team-board .board-members .group-wrapper .group-title {
    margin-bottom: 24px;
    letter-spacing: 2px;
}

.team-board .board-members .group-wrapper h3 {
    font-family: "Sofia Pro", "Sans-Serif";
}

.team-board .modal-bio {
    padding: 0px;
}

.team-board .contact-wrapper {
    text-align: left;
    padding: 50px 0px 0px;
    display: inline-block;
}

.team-board .team-members .team-wrapper .modal p {
    font-size: 14pt;
}

.team-board .team-members .team-wrapper .modal .title {
    font-size: 18pt;
}

.modal {
    /*background-image: linear-gradient(to top left, #0C3873 70%, #7DB557 100%);*/
    opacity: 0.2;
}

.modal .modal-close .close {
    margin: 0px 45px 0px auto;
    font-size: 72pt;
    float: none;
    display: block;
    opacity: 1;
    color: #7CB456;
}

.modal .modal-close .close:hover {
    opacity: 0.5;
}

.modal-backdrop {
    background: linear-gradient(to top left, RGBA(12, 56, 115, 1) 50%, RGBA(124, 180, 86, 1) 100%);
    opacity: 0.9 !important;
}

.team-board .img-wrapper {
    max-width: 350px;
    position: relative;
    display: inline-block;
}

.team-board footer {
    margin-top: 0px;
}

.team-board button {
    border: solid 5px rgba(0,0,0,0);
}

@media only screen and (min-width: 769px) {
    .team-board .modal-bio {
        padding: 25px 50px 50px 0px;
    }
}