/* Paste your CSS here instead of this example */

.hidden-xs {
    display: none;
}

/* Text */

.hca-50 {
    font-family: 'Arimo', sans-serif;
}

.carousel .year,
.mission-statement,
.section .h1,
.quote .h2,
.footer {
    font-family: 'Domine', serif;
}

.section .h1 {
    color: #001641;
}

.section p,
.quote .h2 {
    color: #58514a;
}

.section .h1,
.section-title .h1 {
    font-size: 32px;
}

.quote .h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 0 15px;
    padding-bottom: 55px;
    text-align: left;
}


.mission-statement,
.quote-name,
.quote-title {
    font-size: 16px;
}

.event-info {
    font-size: 16px;
    text-align: left;
}

/* Nav */

.nav {
    height: 60px;
    padding: 10px;
}

.nav img {
    display: block;
    height: 100%;
    margin: 0 auto;
}

/* Hero */

.hero {
    height: 450px;
    overflow: hidden;
}

.hero-img {
    background-image: url('/util/50th-anniv/images/hero-mobile-bg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 100px 0;
    width: 100%;
}

.hero img {
    display: block;
    height: 100%;
    margin: 0 auto;
}

/* SECTIONS */

.section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
    padding: 20px;
}

.content {
    max-width: 1000px;
}

/* About */

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.about .section-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 350px;
            flex: 1 0 350px;
    margin-bottom: 20px;
}

.about-graphic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    margin: 0 auto;
    max-width: 250px;
}

.about-description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
}

.bloodstream-percentage {
    display: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
            flex: 0 0 115px;
    margin: 0 auto;
    max-width: 115px;
    padding-top: 20px;
}

.campus-img {
    display: block;
    margin: 0 auto;
    max-height: 180px;
    max-width: 180px;
}

.section-icon {
    margin-right: 15px;
    max-height: 80px;
    max-width: 80px;
}

.section-title .h1 {
    margin: 0;
}

.innovation,
.strength {
    position: relative;
}

.strength::after {
    background-image: url('/util/50th-anniv/images/nurse-image-2.jpg');
}

.innovation::after,
.strength::after {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;  
}

.innovation::after {
    background-image: url('/util/50th-anniv/images/microscope-photo-2.jpg');
}



/* Quote */

.quote {
    background-color: #ede9e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.quote .content {
    max-width: 880px;
    text-align: center;
}

.quote-name {
    border-top: 2px solid #e05929;
    display: inline;
    padding: 30px 20px 0;
}

.quote-title {
    display: block;
    margin-top: 5px;
}

/* Timeline */

.carousel .year {
    background-color: #e05929;
    border-radius: 100px;
    color: #fff;
    font-size: 52px;
    height: 150px;
    padding: 42px 0;
    margin: 0 auto;
    text-align: center;
    width: 150px;
}

.carousel-inner {
    height: 100%;
}

.carousel .item {
    height: 100%;
    text-align: center;
}

.carousel-sm .item-content {
    margin: 0 auto;
    max-width: 500px;
}

.carousel .event {
    color: #001641;
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
}

.timeline {
    background-image: url('/util/50th-anniv/images/frist.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

.timeline .h1 {
    text-align: center;
}

.timeline .carousel {
    height: 440px;
    margin-top: 30px;
}

.timeline .carousel-control {
    color: #58514a;
    opacity: .6;
    text-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    top: 50px;
    transition: all .3s ease-in-out;
}

.timeline .carousel-control:hover {
    color: #58514a;
    opacity: .4;
}

.timeline .carousel-control.left,
.timeline .carousel-control.right {
    background: 0;
}

.timeline .carousel-indicators .active {
    background-color: #58514a;
}

.timeline .carousel-indicators li {
    border: 1px solid #58514a;
    margin: 0 2px;
    opacity: .5;
}

.timeline .year- {
    font-size: 44px;
    line-height: 42px;
    padding: 36px 0;
}


/* Footer */
.footer {
    background-color: #001641;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 20px;
}

.footer-content {
    color: #fff;
}

.footer-content img {
    display: block;
    margin: 0 auto;
    width: 200px;
}

.footer-content p {
    font-size: 18px;
    padding: 40px 0 0;
}

/* Tablet */
@media (min-width: 768px) {
    .about .info {
        margin-left: 40px;
    }

    .carousel-sm .item-content {
        padding-top: 40px;
    }

    .hero-img {
        padding: 75px 0;
    }

    .intro .content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .section {
        padding: 40px 60px;
    }

    .section .h1,
    .section-title .h1 {
        font-size: 36px;
    }

    .section-icon {
        max-height: 100px;
        max-width: 100px;
    }

    .quote .h2 {
        font-size: 28px;
        line-height: 44px;
        margin-left: 20px;
    }

    .timeline .carousel {
        height: 450px;
        margin-top: 0;
    }

    .footer {
        padding: 40px 0;
    }

    .footer-content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 80%;
                flex: 0 1 80%;
    }

    .footer-content p {
        font-size: 20px;
        padding: 0 0 0 30px;
    }

    .quote {
        padding: 20px 60px;
    }
    
    .timeline .carousel-control {
        top: 85px;
    }
}

@media (min-width: 992px) {
    .about .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .about-description {
        padding: 0 20px;
    }

    .about .section-title {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 275px;
    }

    .bloodstream-percentage {
        display: block;
    }

    .campus-img {
        margin: 0;
        max-height: 225px;
        max-width: 225px;
    }

    .hero-img {
        background-image: url('/util/50th-anniv/images/founders.jpg');
        background-position: right;
        padding: 100px 0;
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }

    .hero img {
        margin: 0 0 0 15%;
    }

    .hidden-xs {
        display: block;
    }

    .hidden-md {
        display: none;
    }

    .carousel .year {
        font-size: 48px;
        height: 150px;
        padding: 45px 0;
        width: 150px;
    }

    .carousel-lg .carousel-inner {
        padding: 0;
    }

    .carousel-lg .carousel-indicators {
        bottom: 0;
    }

    .carousel-lg .item-content {
        padding-top: 25px;
    }

    .footer-content {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 75%;
                flex: 0 1 75%;
    }

    .section-icon {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .strength .section-title {
        max-width: 260px;
    }

    .innovation::after,
    .strength::after {
        opacity: .8;
    }

    .timeline .carousel {
        height: 580px;
    }
    
    .timeline .carousel-control.left {
        left: -65px;
    }

    .timeline .carousel-control.right {
        right: -65px;
    }
    
    .timeline .year- {
    font-size: 44px;
    line-height: 42px;
    padding: 36px 0;
    }
    
    .quote .h2 {
        margin-left: 25px;
    }
}

@media (min-width: 1200px) {
    .about-description {
        padding: 0 60px;
    }

    .bloodstream-percentage {
        margin: 0;
    }

    .carousel .year {
        font-size: 52px;
        height: 170px;
        padding: 50px 0;
        width: 170px;
    }

    .footer-content {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 60%;
                flex: 0 1 60%;
    }

    .hero-img {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
    }

    .hero img {
        margin-left: 25%;
    }

    .innovation::after,
    .strength::after {
        opacity: 1;
    }

    .section .h1,
    .section-title .h1 {
        font-size: 42px;
    }

    .strength .section-title {
        max-width: 350px;
    }

    .timeline .carousel {
        height: 525px;
    }
    
    .timeline .year- {
    font-size: 44px;
    line-height: 42px;
    padding: 48px 0;
}
}

@media (min-width: 1300px) {
    .hero-img {
        background-position: -380px 40px;
        -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
                transform: scale(1.3);
    }
}

@media (min-width: 1400px) {
    .footer-content {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
    }

    .hero-img {
        background-position: -330px 40px;
    }

    .timeline .carousel {
        margin: 0 auto;
        width: 90%;
    }
}

@media (min-width: 1500px) {
    .hero img {
        margin-left: 450px;
    }

    .hero-img {
        background-position: -330px 50px;
        -webkit-transform: scale(1.4);
            -ms-transform: scale(1.4);
                transform: scale(1.4);
    }

    .timeline .carousel {
        width: 85%;
    }
}

@media (min-width: 1550px) {
    .hero-img {
        background-position: -280px 50px;
    }
}

@media (min-width: 1600px) {
    .hero img {
        margin-left: 30%;
    }

    .hero-img {
        background-position: -260px 50px;
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5);
    }

    .timeline .carousel {
        width: 80%;
    }
}

@media (min-width: 1700px) {
    .hero img {
        margin: 0 auto;
    }

    .hero-img {
        background-position: right;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
}