.system-regions .tabs {
    margin: 0 !important;
}

.node-type-staff .content .field-image,
.node-type-staff .content .field-body-2 {
    display: inline-block;
    vertical-align: top;
}

.node-type-staff .content .field-body-2 {
    float: right;
    width: calc(100% - 250px);
    padding-bottom: 30px;
}

.node-type-staff .content .field-body p:first-of-type {
    margin-top: 0;
}

.view.leadership-grid {
    padding: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.view.leadership-grid ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.view.leadership-grid ul li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
    padding: 0;
}
.view.leadership-grid ul li div.leader {
    width: 100%;
    padding: 1.515%;
    box-sizing: border-box;
}
.view.leadership-grid ul li div.leader a,
.view.leadership-grid ul li div.leader a:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.view.leadership-grid ul li div.leader img {
    max-width: 100%;
    height: auto;
    -moz-border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0px;
}

.view.leadership-grid ul li div.leader .title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.view.leadership-grid ul li div.leader .subtitle {
    color: #BA900D;
    margin-top: 0;
    margin-bottom: 0.5em;
    max-width: 217px;
}

@media screen and (max-width:1050px) {
    .view.leadership-grid ul li {
        width: 25%;
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4);
    }
}

@media screen and (max-width:845px) {
    .view.leadership-grid ul li {
        width: 33.3333%;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
}

@media screen and (max-width:660px) {
    .view.leadership-grid ul li {
        width: 50%;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }
}

@media screen and (max-width:400px) {
    .view.leadership-grid ul li {
        width: 100%;
    }
}

@media screen and (max-width: 997px) {
    .node-type-staff .content .field-image img {
        width: 140px;
        height: auto;
    }

    .node-type-staff .content .field-body-2 {
        width: calc(100% - 200px);
    }
}

@media screen and (max-width: 810px) {
    .node-type-staff .content .field-body-2 {
        float: none;
        width: 100%;
    }
}
