/* Our Team */
ul.staff { list-style: none; width: 100%; margin: 25px 0 0; padding: 0; }
ul.staff li h2 { margin: .75em !important; border-bottom: 1px solid #234A95; }
ul.staff li.ck { margin: 1em 0; }
ul.staff li .ck-box { padding: 1%; background: #EEE; box-shadow: inset 0 1px 5px rgba(0,0,0,.15); border-radius: 5px; float: left;position: relative; height: 100%; }
ul.staff li div { padding: 0 2%; text-align: center; margin: 2% auto; }
ul.staff li div.img img { max-width: 100%; }
ul.staff li div h3 {font-family: "museo-sans", Arial, Helvetica, sans-serif; line-height: 24px; margin: 0; color: #17315C; font-size: 19px; }
ul.staff li div h4 { margin: 0 0 .5em; color: #000; font: bold 1em "Roboto", Arial, sans-serif; }
ul.staff li div span { display: inline-block; }
ul.staff li div a.button { color: #FFF; text-decoration: none; position: absolute; bottom: 1em; left: 1em; right: 1em;}
ul.staff li div a.button:hover { color: #FFF; }
ul.staff li div.bio-info { padding-bottom: 4em; }
ul.staff li div.bio p { font-family: "museo-sans", Arial, Helvetica, sans-serif; line-height: 24px;font-size: 14px; font-size: .875rem; margin: 0; }
select.filter { width: 100%; }

ul.form { list-style: none; margin: 0; padding: 0; }
ul.form li { display: block; margin: 0 0 1em; color: #707070; }
ul.form li label { display: block; font-weight: bold;}
ul.form li input[type="submit"] { cursor: pointer; }

.submitStaff {
 background: url("/images/bg-submit.jpg") repeat-x scroll left top #005941;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font: bold 13px/18px Arial,Helvetica,sans-serif;
    max-width: 150px;
    padding: 11px;
    text-align: center;
    text-decoration: none;
}

#comments {
   resize: none;
}

.overlay { overflow: auto; max-height: 90%; }
.overlay h2 { font-size: 28px; font-size: 1.75rem; }

@media screen and (min-width: 769px) {
	.overlay { width: 400px; left: 50%; margin-left: -200px; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
}