.cornerFeed .mostread a,
.corner h3 {
    color: #505050;
}

.corner {
    background-color: #e8e8e8;
    border-radius: 6px;
    height: 281px;
    padding: 0;
}

.cornerSocial {
    margin: 0;
    padding: 5% 0 0;
}

.cornerDash {
    border-bottom: 2px dashed #cccccc;
    height: 0;
    margin: 10px auto;
    width: 90%;
}

.uk-grid .uk-margin {
    margin-top: 0;
}

.cornerFeed .mostread a,
.corner h3 {
    /* This will be overridden by site_specific.css set to main site color */
    color: #0868a8;
}

.cornerFeed .mostread li,
.corner h3 {
    margin: 1% 10%;
    padding: 1% 0;
}

@media screen and (max-width: 640px) {
    .corner {
        height: auto;
        padding-bottom: 10px;
    }

    .cornerSocial {
        padding: 1% 0 0;
    }

    .cornerFeed .mostread li,
    .corner h3 {
        margin: 0 10%;
        padding: 1%;
        text-align: center;
    }
}


/***BEGIN Breadcrumb and H1 Adjustements***/

body.hd #breadcrumbs {
    margin: 20px 8px 0px 0 !important;
}

body.linear.hd #breadcrumbs~* h1 {
    margin-top: 0 !important;
}

body.linear.hd #breadcrumbs~* .page-header h2 {
    margin-top: 0 !important;
}


/***END Breadcrumb and H1 Adjustements ***/

/***BEGIN Faculty Profiles***/

.directory-profile .item-image {
    max-width: 250px;
}

/***END Faculty Profiles***/

/***BEGIN Internship Testimonials ***/

.internship-testimonials .uk-slideshow h3.uk-h3 {
    display: none;
}

.internship-testimonials-badge {

    background-color: #1E6B52;
    padding: .5em 1em;
    color: #fff;


}

.internship-testimonials .uk-panel {

    position: relative;
    background-color: #fafafa;
    position: relative;
    border: 1px solid #1E6B52;
}

.internship-testimonials .uk-slideshow,
.internship-testimonials .uk-overflow-hidden {
    overflow: visible;
}

.internship-testimonials .uk-panel-body {
    padding: 0;
}

.internship-testimonials .uk-margin-top {
    padding: 0 1em;
}

@media all and (min-width:767px) {
    .internship-testimonials-badge {
        position: absolute;
        top: -10px;
        right: -10px;
        margin-top: 0;
    }
}

.template-01.hd.linear p.internship-testimonials-badge {
    font-family: "kulturista-web", serif !important;
    box-shadow: -7px 7px 0 -2px #80BC00;
}

.internship-testimonials-year {
    display: block;
    font-size: .7em;
    color: #1E6B52;
}

/***END Internship Testimonials ***/

/***START Internship logos ***/

@media all and (max-width: 768px) {
    img.mobile-logo {
        width: inherit;
        float: right !important;
        margin: 1em;
    }
}

/***END Internship logos ***/

/***START Homepage Banner ***/

.banner-background--container {
    background-image: url('images/HIST-2x-banner-2560x800px.jpg');
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/***END Homepage Banner ***/

@media all and (max-width:900px) {
    #rightsidebar {
        padding-top: 1.5em !important;
    }

    .news-feed--with-icons ul {
        padding-left: 20px !important;
    }

    .news-feed--with-icons {
        margin-bottom: 1em;
    }

}

/***START Careers Infographic ***/

.careers-flex-container {
    display: flex;
    flex-wrap: wrap;
}

.careers-flex-item-uab-green {
    background-color: #1e6b52;
    text-align: center;
    margin: 1px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.careers-flex-item-uab-green>p {
    color: #fff;
}

.careers-flex-item-uab-green>p span {
    display: block;
    color: #fff;
    font-size: 1.8em;
    font-family: kulturista-web, serif !important;
}

.careers-flex-item-uab-green.careers-item-1,
.careers-flex-item-uab-green.careers-item-2 {
    flex: 1 calc(50% - 22px);
}

.careers-flex-item-uab-green.careers-item-3,
.careers-flex-item-uab-green.careers-item-4,
.careers-flex-item-uab-green.careers-item-5 {
    flex: 1 calc(33% - 20px);
}

@media all and (max-width: 600px) {
    .careers-flex-container {
        flex-direction: column;
    }
}

.careers-flex-item-apple-green {
    background-color: #80bc00;
    margin: 1px;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.careers-flex-item-apple-green>p {
    font-family: kulturista-web, serif !important;
}

.careers-flex-item-apple-green.careers-item-1,
.careers-flex-item-apple-green.careers-item-2,
.careers-flex-item-apple-green.careers-item-3,
.careers-flex-item-apple-green.careers-item-4,
.careers-flex-item-apple-green.careers-item-5,
.careers-flex-item-apple-green.careers-item-6,
.careers-flex-item-apple-green.careers-item-7,
.careers-flex-item-apple-green.careers-item-8,
.careers-flex-item-apple-green.careers-item-9 {
    flex: 1 calc(33% - 20px);
}

.careers-flex-item-apple-green.careers-item-10,
.careers-flex-item-apple-green.careers-item-11,
.careers-flex-item-apple-green.careers-item-12,
.careers-flex-item-apple-green.careers-item-13 {
    flex: 1 calc(25% - 22px);
}

/***END Careers Infographic ***/