﻿/* Staff List Page */

.staff-section {
    margin: 0;
    padding: 0;
}
.staff-section li {
    font-size: 16px;
}
.staff-section li a {
    font-size: 14px;
}
.staff-section .staff-content-holder{
	*border:thin #d0d0d0 solid;
    height: 325px;
}
.staff-section .staff-photo {
	display:block;
    margin: 0 auto 6px auto;
}
.staff-section .staff-title {
    color: #000;
    font-size: 18px;
    position: relative;
}
.staff-section .staff-pos {
    padding: 0 0 6px 0;
    margin: 0 0 6px 0;
}
.staff-section .staff-email {
    height: 17px;
    line-height: 17px;
}
.staff-section .staff-email a {
    font-size: 13px;
    color: #188728;
    text-decoration: none;
}
.staff-section .staff-email a:hover {
    text-decoration: underline;
}
.staff-section [class*="block-grid-"] > li.centered {
    padding: 0px 0.625rem 1.25rem !important;
}
.staff-titles {
	width:100%;
	font-size:24px;
	color:#545454;
	margin:10px 0 10px 0;
	text-transform:uppercase;
}
.staff-member .full-text {
    display: none;
}
.readmore-trigger {
    color: #0871dc;
    text-decoration: none;
    font-size: 16px;
}
.readmore-trigger:hover {
    text-decoration: underline;
}
.readless-trigger {
    color: #0871dc;
    text-decoration: none;
    font-size: 16px;
}
.readless-trigger:hover {
    text-decoration: underline;
}
/* Staff Contact Form + components */
/* email button on locations page */

#staff-contact-form {
    z-index: 40001;
}
#staff-contact-form .staff-contact-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    z-index: 40001;
}
#staff-contact-form .vertical-offset {
    position: fixed;
    top: 25%;
    left: 0;
    width: 100%;
    max-height: 75%;
    overflow: auto;
    z-index: 40002;
    /* above overlay */
}
#staff-contact-form .staff-contact-form-close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 50;
}
#staff-contact-form input.action {
    background: #bf5a08;    
    background: -moz-linear-gradient(45deg, #bf5a08 0%, #e26d0d 47%, #bf5a08 100%);    
    background: -webkit-linear-gradient(45deg, #bf5a08 0%, #e26d0d 47%, #bf5a08 100%);    
    background: linear-gradient(45deg, #bf5a08 0%, #e26d0d 47%, #bf5a08 100%);    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bf5a08', endColorstr='#bf5a08', GradientType=1);    
    border: thin #e76f0e solid;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    padding: 8px 20px;
}
#staff-contact-form input.action:hover {
    background: #000;
    border: thin #000 solid;
}
.staff-contact-form-cont {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;    
    background-color: white;
    padding: 10px 35px;
    border: 1px solid black;
    box-sizing: border-box;
}
#staff-contact-form .form-title {
    padding: 5px 10px;
}
#staff-contact-form .message.error {
    display: block;
    padding: 5px 10px;
    background: #FF9595;
    color: black;
}
#staff-contact-form .Actions {
    overflow: hidden;
}
/* used to remove body scroll for modal */

body.staffContactHideOverflow,
html.staffContactHideOverflow {
    overflow: hidden;
}