.sliderContainer li .rebuild {
    background: #4ECDC4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #556270, #4ECDC4);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #556270, #4ECDC4);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.rebuild {
    text-align: center;
}

div.headshot img {
    width: 40%;
}

.text {
    margin-top: 15%;
}

.headshot {
    margin-top: 10%;
}

.text {
    color: white;
}

.title {
    font-size: 35px;
}

.name {
    font-size: 30px;
}

.btnBlock {
    margin-top: 40px;
}

.text a {
    margin-top: 10px;
}

.headshot .caption {
    color: white;
    background: black;
    width: 40%;
    margin: 0 auto;
}

.red {
    background: #e12e26;
    color: #fff;
    border-radius: 30px;
}

.blue {
    background: #334e9e;
    color: #fff;
    border-radius: 30px;
}

.purple {
    background: #6661ab;
    color: #fff;
    border-radius: 30px;
}

.red h3,
.blue h3 {
    color: #fff;
}

@media(max-width: 991px) {
    div.headshot {
        display: none;
    }
}

ul.sfimagesTmbList.sfLightboxMode {
    list-style: none;
    display: inline-block;
    list-style: outside none none;
    /* margin: 0px -26px; */
    overflow: hidden !important;
    padding: 0;
    text-align: center;
}

li.sfimagesTmb {
    display: inline;
    margin: 0 -3px;
}

/* #awards {
    margin-bottom: 3vw;
    text-align: center;
} */
/*  Gallery CSS */
ul.sfLightboxMode li {
    display: inline;
    margin: 0 -3px;
}

ul.sfLightboxMode {
    list-style: outside none none;
    margin: 0px;
    overflow: hidden !important;
    padding: 0;
    text-align: center;
}

ul.sfLightboxMode li img {
    width: 20%;
}

.galleryWrapper {
    overflow: hidden;
}

.fancybox-skin {
    padding: 0px !important;
}

.fancybox-title {
    display: none !important;
}

.fancybox-overlay {
    background: rgba(255, 255, 255, 0.9) !important;
}

/* ethics and culture */
.enc img {
    max-height: 100px;
}

.enc div {
    text-align: center;
}

.enc h3 {
    text-align: center;
}

@media (min-width : 1200px) {
    ul.sfLightboxMode li img {
        width: 10%;
    }

    ul.sfLightboxMode {
        list-style: outside none none;
        margin: 0px -26px;
        overflow: hidden !important;
        padding: 0;
        text-align: center;
    }
}

@media (min-width : 1600px) {
    ul.sfLightboxMode li img {
        width: 7.5%;
    }
}