
.about-timeline {
    padding-right: 8.57143%;
}
.about-timeline p {
  font-size: 18px;
  line-height: 1.889;
}


.timeline-slider {
    width: 100%;
    position: relative;
    background: #222;
    margin-bottom: 18px;
}

.timeline-prev-slide,
.timeline-next-slide {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


.timeline-next-slide {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.timeline-prev-slide:hover,
.timeline-next-slide:hover {
    color: #b31b1b;
    text-decoration: none;
}

.timeline-slide.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: .5s;
    animation-name: fade;
    animation-duration: .5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.timeline-slide-number {
    color: #ffffff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


.timeline-slide img {
    width: 100%;
    height: auto;
}

.timeline-slide.cta-slide {
    background: #222;
    color: #fff;
    height: auto;
}

.timeline-slide.cta-slide .timeline-slide-title {
    font-size: 14px;
}

.timeline-slide-ctas {
    font-size: 14px;
}

.timeline-slide-text {
    position: absolute;
    width: 85%;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: 0 auto;
    z-index: 999;
    color: #fff;
}

.timeline-slide-text button,
.timeline-slide-text a,
.timeline-slide-text .timeline-slide-ctas a {
    color: #fff;
    text-decoration: underline !important;
    font-weight: 400;
    font-size: 14px;
}

.timeline-slide.cta-slide .timeline-slide-text {
    bottom: 10%;
}

.timeline-slide.cta-slide .timeline-slide-title {
    text-transform: uppercase;
    font-family: freight-sans-pro-n5, freight-sans-pro, sans-serif;
    font-weight: 600;
}

.timeline-slide-text .timeline-slide-year {
    font-family: freight-sans-pro-n5, freight-sans-pro, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.timeline-slide-text .timeline-slide-title {
    font-family: freight-text-pro-n4, freight-text-pro, serif;
    font-size: 16px;
    margin-bottom: 5px;
}

.timeline-slide-text .timeline-slide-desc p {
    font-family: freight-sans-pro-n5, freight-sans-pro, sans-serif;
    font-size: 14px;
    line-height: 140%;
}

.timeline-slide-overlay {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00222222', endColorstr='#222222', GradientType=0);
    /* IE6-9 */

}

.tower-outline {
    max-width: 40px;
    height: auto;
    margin-bottom: 10px;
}

.about-tower img.pennant {
    margin: 25px auto 50px auto;
    max-width: 100%;
    display: block;
}

.about-map-graphic {
background-image: url('/about/assets/img/cornell-on-map.png');
background-position: top center;
padding-top: 400px;
margin-bottom: 15px;
}



@media (max-width: 60em) {
    .timeline-slide-text {
        position: relative;
        background: #222;
        width: 100%;
        padding: 25px 25px 10px 25px;
    }

    .cta-slide {
        min-height: 370px;
    }

    .timeline-slide.cta-slide .timeline-slide-text {
        position: absolute;
        bottom: 10px;
    }

    .timeline-prev-slide,
    .timeline-next-slide {
        top: 25%;
        z-index: 99999;
    }
    
        .about-timeline {
        padding-right: 0;
    }


}


@media (min-width: 60em) {
    
    .about-profile, .about-timeline {
  padding-right: 8.57143%;
  margin-bottom: 90px;
    }
    .about-stats li {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .about-map-graphic {
  background-position: center center;
    }
    
    .about-map-tooltip {
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
  padding: 28px 32px;
  position: absolute;
  right: 28%;
  top: 30%;
  width: 257px;
}
}


@media (max-width: 36em) {
.about-map-graphic {
  background-position: 42% 70%;
  padding-top: 250px;
}
    
}