.cvdo-staff-module
{
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.cvdo-staff-module img {
    max-width: 100% !important;
    color: #333;
}

.cvdo-staff-module {
    padding: 30px 0;
    word-break: break-word;
}

.staff-search-wrapper {
    margin-bottom: 30px;
}

.staff-image-wrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.staff-image-wrapper {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.staff-image-wrapper:before {
    content: " ";
    display: block;
    padding-top: 150%;
}

.staff-hover {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 300;
    padding: 15px;
    font-size: 16px;
    word-break: break-word;
}

.staff-hover p {
    margin: 0 !important;
}

.staff-hover a {
    color: #fff !important;
}

.staff-hover-overlay {
    background-color: #000 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: .3s opacity;
    opacity: 0;
}

.cvdo-staff-module [class^="col-"]:hover .staff-hover {
    display: block;
}

.cvdo-staff-module [class^="col-"]:hover .staff-hover-overlay {
    opacity: .6;
}

.cvdo-staff-module .btn {
    background-color: #2694F3;
    border-color: #2694F3;
}

.cvdo-staff-module .btn:hover {
    background-color: #1A74C1;
    border-color: #1A74C1;
}

.staff-info-wrapper {
    position: relative;
    padding-right: 200px;
}

.staff-info-wrapper p {
    margin: 0;
}

.staff-info-wrapper .btn {
    margin-top: 10px;
}

[class^="cvdo-"][class*="module"] .staff-display-position {
    margin-top: 0;
}

[class^="cvdo-"][class*="module"] .staff-display-name {
    line-height: 1.1;
    margin-bottom: 0;
}

[class^="cvdo-"][class*="module"] .staff-display-image {
    margin-top: 30px;
    width: 100%;
}

[class^="cvdo-"][class*="module"] .staff-display-info-wrapper {
    font-size: 20px;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
}

[class^="cvdo-"][class*="module"] .staff-display-info-wrapper.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

[class^="cvdo-"][class*="module"] .staff-display-info-wrapper .row {
    margin-left: -30px;
    margin-right: -30px;
}

[class^="cvdo-"][class*="module"] .staff-display-info-wrapper [class^="col-"] {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#staff_contact .input-group, #staff_contact #btn {
    margin-bottom: 10px;
}

[class^="cvdo-"][class*="module"] .email-toggle {
    margin: 10px 0 30px 0;
}

.staff-display-name {
    word-break: break-word;
}


.cvdo-staff-module .thank-you-message {
    color: red;
    font-weight: bold;
}

@media (min-width: 768px) {
    .staff-info-wrapper .btn {
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto !important;
        height: 50px;
        font-size: 24px !important;
        position: absolute;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .staff-hover {
        font-size: 16px;
    }
}
/*------------------------Display Specific-------------------------*/
.standard-display .staff-name, .standard-display .staff-title {
    margin: 0;
    text-align: center;
    font-size: 20px;
}

.standard-display [class^="col-"] {
    margin-bottom: 30px;
}

.standard-display .staff-name {
    font-weight: bold;
    margin-top: 10px;
}

.text-display .staff-name {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.text-display [class^="col-"], .text-link-display [class^="col-"] {
    border-top: 1px solid #cdcdcd;
    padding-top: 15px;
    padding-bottom: 15px;
}