/* Home page without blue box */
h1#hero-title {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .hero.hero-parallax {
        background-attachment: inherit;
        background-position:center center !important;
    }
}
 @media (max-width: 991.98px) {
    .hero.hero-parallax {
        background-attachment:scroll;
    }
}
@media (min-width: 992px) {
    .hero.hero-parallax {
        background-attachment: fixed;
    }
}

/* Brevier font*/
@import url("https://use.typekit.net/ahp8taw.css"); 

/* Quote carousel */
.carousel.quote-carousel:not(.lightbox) .carousel-inner {
    background-color: #fff;
    padding: 0 3.5rem;
}
.quote-carousel-image {
    height: auto;
    width: 230px;
    max-width: 100%;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}
.quote-carousel blockquote {
    margin-left: 0;
}
.quote-carousel .carousel-control-prev,
.quote-carousel .carousel-control-next,
.quote-carousel .carousel-indicators li {
    opacity: 1;
}
.quote-carousel .carousel-control-prev,
.quote-carousel .carousel-control-next {
    font-size: 2rem;
    width: 3rem;
}
.quote-carousel .carousel-control-prev:hover,
.quote-carousel .carousel-control-prev:focus,
.quote-carousel .carousel-control-next:hover,
.quote-carousel .carousel-control-next:focus {
    background: none;
}
.quote-carousel .carousel-control-prev .fas,
.quote-carousel .carousel-control-next .fas {
    background-color: #888b8d;
    border: 1px solid #888b8d;
}
.quote-carousel .carousel-control-prev:hover .fas,
.quote-carousel .carousel-control-next:hover .fas {
    color: #888b8d;
    background-color: #fff;
}
.quote-carousel .carousel-control-prev:focus .fas,
.quote-carousel .carousel-control-next:focus .fas {
    background-color: #fff;
}
.quote-carousel .carousel-control-prev:focus span,
.quote-carousel .carousel-control-next:focus span {
    color: #007dba;
    background-color: #fff;
    border-color: #007dba;
    padding: 0;
}
.quote-carousel .carousel-control-prev {
    justify-content: flex-start;
}
.quote-carousel .carousel-control-next {
    justify-content: flex-end;
}
.quote-carousel .carousel-indicators {
    padding-top: 1.5rem;
    position: relative;
    bottom: 0;
}
.quote-carousel .carousel-indicators li,
.quote-carousel .carousel-indicators li.active {
    border: solid 1px #888b8d;
}
.quote-carousel .carousel-indicators li {
    box-shadow: none;
}
.quote-carousel .carousel-indicators li:hover {
    background-color: #888b8d;
}
.quote-carousel .carousel-indicators li:focus {
    outline: solid 2px #007dba;
}
.quote-carousel .carousel-indicators .active {
    background-color: #007dba;
    border-color: #007dba;
}
@media (max-width: 767px) {
    .quote-carousel .blockquote-alt {
        font-size: 1.125rem;
    }
}
/* Hero with tagline 
.hero-tagline {
    height: auto;
    min-height: auto;
    max-height: none;
}
.hero-tagline-content {
    position: absolute;
    left: 0;
    top: 0;
}
.hero-tagline .hero-content.hero-content-primary {
    background-color: transparent;
    padding: 0;
}
.hero-tagline .hero-content-heading {
    font-family: brevier, sans-serif;
    font-size: 5vw;
    font-weight: 400;
    text-shadow: 0 0 0.75em #000, 0 0 0.125em #000;
}*/

/* Manual News */
.publication-teaser {
    margin-bottom: 20px;
}
.publication-teaser__source {
    color: #4c4c4c;
    font-size: 0.875rem;
    font-style: italic;
    margin-bottom: 5px;
}
.publication-teaser__title {
    color: #012169;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.3em;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}
.publication-teaser__title:hover {
    color: #007dba;
}

/* Research Faculty styling */
.columnNames {
    column-count: 2;
    padding-bottom: 4rem;
}