.wrap__slider--inner .slider .bx-wrapper:before,
.wrap__slider--inner .slider .bx-wrapper .bx-viewport:before,
.wrap__footer {
    background-color: rgba(255, 255, 255, 0.5);
}

.wrap__slider--inner .slider__title,
.wrap__slider--inner .slider__caption{
    color: #00449E;
}

.wrap__page .wrap__logoHeader {
    background: -webkit-linear-gradient(90deg, #fff 0%, #ccc 100%);
    background: -moz-linear-gradient(90deg, #fff 0%, #ccc 100%);
    background: -o-linear-gradient(90deg, #fff 0%, #ccc 100%);
    background: -ms-linear-gradient(90deg, #fff 0%, #ccc 100%);
    background: linear-gradient(90deg, #fff 0%, #ccc 100%);
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    padding-bottom:0px !important;
}

.staff-member__description {
    max-height: 100% !important;
}
.staff__item:only-child .staff-member__text {
    position: relative;
    width: 100% !important;
    max-width: 70% !important;
    float: left;
    text-align: left;
}
.staff__item:only-child {
    width: 100%;
}
.grid-view {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    text-align: left;
    margin-top: 25px;
}


.col-2 {
width: 49%;
display: inline-block;
padding: 1%;
vertical-align: top;
text-align: center;
}
@media (max-width:768px) {
.wrap__logoHeader--inner .logo__link .logo__image {
    max-width: 100% !important;
    filter: contrast(1.5);
    margin: 5px;
}
.staff__item:only-child .staff-member__text {
  
    width: 100% !important;
    max-width: 100% !important;
  
}
}



@media(max-width: 767px){
.col-2 {
width: 100%;
padding:0%;
}
.grid-view {
  
    grid-template-columns: auto;
    text-align: center;
}

}

.staff_doc__container--inner .staff__list{
    display: flex;
    flex-direction: column;
}

.staff_doc__container--inner .staff-member{
    display: flex;
}

@media (max-width: 519px){
    .staff_doc__container--inner .staff-member{
        flex-direction: column;
    }
}

.staff_doc__container--inner .staff__item{
	width: 100%;
}

.staff_doc__container--inner .staff-member__text{
    max-width: unset !important;
    margin: 0 20px !important;
}