/* SPRING 2018 ISSUE */
/*
FONTS
------------
Family:     Georgia, Times, "Times New Roman", serif;
Weights:    all
Styles:     all

Family:     'Druk Text Web', 'Arial Black', sans-serif;
Weights:    700;
Styles:     normal, italic

Family:     'Druk Text Wide', 'Arial Black', sans-serif;
Weights:    700;
Styles:     normal, italic

Family:     'Druk XCond Web', sans-serif;
Weights:    900;
Styles:     normal, italic

Family:     'RudeSlabExtraWide-Book', serif;
Weights:    400;
Styles:     normal, italic
------------
*/

#home-features-slides .slide-class-of-2021:before, 
#home-features-slides .slide-pioneers-of-the-21st-century:before, 
#home-features-slides .slide-digitizing-our-histories:before, 
#home-features-slides .slide-places-on-campus:before {
     content: " ";
     display: block;
     width: 100%;
     height: 45%;
     position: absolute;
     bottom: 0;
     left:0;
     z-index: 5;
     background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
}

#home-features-slides .slide-class-of-2021:before {
    background: linear-gradient(to bottom, rgba(51,92,169,0) 0%, rgba(51,92,169,.9) 100%);
}

/*#home-features-slides li.slide-class-of-2021 {
    background-position: center left !important;
}*/

#home-features-slides .slide-pioneers-of-the-21st-century:before {
    background: linear-gradient(to bottom, rgba(0,61,58,0) 0%, rgba(0,61,58,.9) 100%);
}

#home-features-slides .slide-digitizing-our-histories:before {
    background: linear-gradient(to bottom, rgba(29,22,11,0) 0%, rgba(29,22,11,.9) 100%);
}

#home-features-slides li.slide-digitizing-our-histories {
    background-position: center left !important;
}

@media all and (max-width: 640px) {
    #home-features-slides .slide-pioneers-of-the-21st-century {
        background-image: url(../_images/homepage/pioneers-of-the-21st-century-feature-mobile.jpg) !important;
    }
    
    #home-features-slides .slide-places-on-campus {
        background-image: url(../_images/homepage/places-on-campus-feature-mobile.jpg) !important;
    }
}

/* Responsive Iframes */
.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.scene-row {
    margin-top: 50px;
    margin-bottom: 50px;
}

.story-content .extra {
    margin: 2em 0;
    font-family: 'Druk Text Wide Web', sans-serif;
    color: #d73b50;
    text-transform: uppercase;
    font-size: .55rem;
    letter-spacing: 1px;
    text-align: center;
}


/* Components */

/*Wide Slider Component*/
.wideslider-container {
    background-color: #d63c4f;
    width: 100%;
    text-align: center;
    padding: 18px 2% 50px;
}

.wideslider-title {
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 20px;
}

.wideslider-content {
    max-width: 1280px;
    margin: auto;
    text-align: center;
}

.wideslider-slideshow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wideslider-slideshow .cycle-slideshow {
    width: 85%;
}

.wideslider-slide {
    margin: auto;
    background-color: #fff;
    box-shadow: 0 10px 10px -4px rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    text-align: center;
    float: left;
}

.wideslider-slide img {
    width: 100%;
}

.wideslider-slide .left-col {
    float: left;
    position: relative;
    width: 50%;
    height: 100%;
}

.wideslider-slide .right-col {
    float: left;
    width: 40%;
    padding: 0px 30px;
    height: 100%;
}


@media screen and (max-width: 960px) {
    .wideslider-slide {
        float: none;
    }

    .wideslider-slide .left-col {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #d5d5d5;
    }

    .wideslider-slide .right-col {
        width: 100%;
        height: auto;
        padding: 50px 30px 20px;
    }

    .wideslider-slide .right-col .vertical-center {
        top: auto;
        transform: translateY(0px);
    }
}


.wideslider-slide h3 {
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
}

.wideslider-slide h5 {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .3em;
    color: #d63c4f;
    line-height: 1;
}

.wideslider-slide p {
    font-size: 16px;
    line-height: 24px;
    color: #777;
    line-height: 1.6;
    margin-top: 20px;
}

.wideslider-nav {
    transition: all .3s ease;
}

.wideslider-next:hover {
    transform: translate(5px);
    cursor: pointer;
}

.wideslider-prev:hover {
    transform: translate(-5px);
    cursor: pointer;
}

.cycle-pager {
    bottom: -45px;
}

.cycle-pager span {  
    display: inline-block;
    color: rgba(255,255,255,0.4);
    cursor: pointer; 
}

.cycle-pager span.cycle-pager-active {
    color: rgba(255,255,255,1);
}

@media screen and (max-width: 640px) {
    .wideslider-nav {
        display: none;
    }

    .wideslider-slideshow .cycle-slideshow {
        width: 100%;
    }
}




/*Quote BG Component*/
.quote-full {
    width: 100%;
    padding: 10% 20px;
    background-color: #000;
}

.quote-full .pullquote {
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-weight: 100;
    font-size: 32px;
    color: #fff;
    max-width: 960px;
    text-align: center;
    margin: auto;
    z-index: 2;
}

@media screen and (max-width: 640px) {
    .quote-full .pullquote {
        font-size: 18px;
        line-height: 1.6;
        padding: 0px 20px;
    }
}



/*Wide Images Component*/
.image-wide {
    max-width: 1024px;
}

.image-wide img {
    width: 100%;
}

.story-feature .caption {
    font-size: 16px;
    color: #777;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    padding: 0px 20px;
}




/*Timeline Component*/
.timeline-container {
    width: 100%;
    background-color: #fff;
    padding: 2% 2%;
}
.timeline-content {
    margin: auto;
}

.timeline-container {
    text-align: center;
    margin-bottom: 70px;
}

.timeline-title {
    margin-bottom: 2%;
}

.timeline-date {
    font-family: 'Druk XCond Web', sans-serif;
    font-size: 120px;
    color: #d63c4f;
    margin-bottom: 0px;
    line-height: 1;
}

.timeline-event {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: .9em;
    color: #d63c4f;
    margin-top: 0px;
}

.timeline-description {
    font-size: .9em;
    line-height: 1.6;
    color: #777;
    padding: 0px 8%;
}





/*Testimonial Component*/
.testimonial-content {
    max-width: 1024px;
    margin: auto;
    text-align: center;
    padding: 5% 20px;
}

.testimonial-quote {
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 200;
    line-height: 1.6;
}

.testimonial-author {
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 40px;
}

.testimonial-position {
    margin-top: 0px;
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .3em;
    color: #d63c4f;
    margin-bottom: 0px;
}

@media screen and (max-width: 640px) {
    .testimonial-quote {
        font-size: 18px;
        padding: 0px 20px;
    }
}

.testimonial-slideshow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial-title {
    margin-bottom: 40px;
    margin-top: 0px;
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 5%;
}

.testimonial-slideshow .cycle-slideshow {
    width: 85%;
}

.testimonial-nav {
    transition: all .3s ease;
    transform: translateY(-50%);
}

.testimonial-next:hover {
    transform: translate(5px,-50%);
    cursor: pointer;
}

.testimonial-prev:hover {
    transform: translate(-5px,-50%);
    cursor: pointer;
}

/*============== Digitizing Our Histories ==============*/
.doh-feature {
    width: 100%;
    margin: 0 auto;
}

.doh-feature .full-width {
    background-color: #fff;
}

.doh-feature .story-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 30px;
}

.doh-feature h1, .doh-feature .story-content h3 {
    color: #000;
    margin-top: 40px;
}

.doh-feature .story-header img {
    width: 90%;
}

.doh-feature .story-content img {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
}

.doh-feature .image-wide img {
    width: 100%;
}

.doh-feature .story-header {
    background-image: url("../_images/features/doh-feature.jpg");
    background-repeat: no-repeat;
    background-color: #000;
    background-position: top left;
    background-size: cover;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 640px) {
    .doh-feature .story-header {
        background-image: url("../_images/features/doh-feature.jpg");
        background-position: left center;
        background-size: cover;
    }
}

.doh-feature .feature-content {
    float: right;
    width: 40%;
    max-width: 650px;
    padding: 100px 20px 100px;
    color: #000;
    text-align: center;
    margin-right: 10%;
}

.doh-feature .title {
    padding: 0px;
    margin-top: 0;
    font-family: 'Druk XCond Web', sans-serif;
    text-transform: uppercase;
    font-size: 13em;
    line-height: .55;
}

.doh-feature .title-our {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: .58em;
}

.doh-feature .title-histories {
    line-height: 1.2;
}

.doh-feature .fill {
    fill: #231F20;
}

@media screen and (max-width: 1024px) {
    .doh-feature .feature-content {
        width: 100%;
        top: auto;
        bottom: 0px;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9));
        padding-bottom: 40px;
        max-width: 100%;
        margin-right: 0;
    }

    .doh-feature .feature-content h1 {
        max-width: 400px;
        text-align: center;
        margin: auto;
        color: #fff;
        font-size: 10em;
    }

    .doh-feature .feature-content h2 {
        color: #fff;
    }

    .doh-feature .fill {
        fill: #fff;
    }
}

.doh-feature .drop-cap {
    color: #dfad3a;
}

.doh-feature .feature-content h2 {
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-size: 1em;
    font-weight: 100;
    padding: 0px 10%;
}

.doh-feature .author {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: .6em;
    text-transform: uppercase;
    letter-spacing: .3em;
}

.doh-feature .pullquote-left, .doh-feature .pullquote-right {
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 200;
    color: #000;
}


.doh-feature .doh-extra {
    background-color: #d63c4f;
    padding: 75px 0 25px;
}

.doh-feature .doh-extra h2 {
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    font-family: 'Druk XCond Web', sans-serif;
    font-size: 120px;
    letter-spacing: .02em;
    color: #fff;
    margin-bottom: 10px;
    line-height: .85;
}

.doh-feature .doh-extra h4 {
    max-width: 640px;
    text-align: center;
    margin: auto;
    color: #fff;
    margin-bottom: 70px;
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-size: 1.2em;
}

.doh-feature .doh-extra > .row {
    max-width: 1280px;
    margin: auto;
}

.doh-feature .doh-extra .columns h3 {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: .9em;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 5px;
}

.doh-feature .doh-extra .columns p {
    font-size: 1em;
    line-height: 1.6;
    color: #fff;
    opacity: .9;
}

.doh-feature  .doh-extra img {
    width: 60px;
}

.doh-feature  .doh-extra .columns {
    margin-bottom: 40px;
}

.doh-feature  .doh-extra [class*="column"]+[class*="column"]:last-child {
    float: left;
}

/*============== Places on Campus  ==============*/
.poc-feature .row {
    max-width: 1280px;
    width: 100%;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.poc-feature .intro.row {
    max-width: 700px;
    width: 100%;
}

.poc-feature .row-padding {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.poc-feature img {
    display: block;
}

.poc-feature .story-header {
    background-image: url(../_images/features/poc-feature-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 5% 0 12%;
    margin-bottom: 80px;
}

.poc-feature .feature-content {
    max-width: 900px;
    margin: auto;
    text-align: left;
}

.poc-feature h1 {
    font-family: 'Druk XCond Web', sans-serif;
    text-transform: uppercase;
    font-size: 9em;
    letter-spacing: .0125em;
    line-height: .85;
    color: #fff;

    padding-left: 30%;
    background-image: url(../_images/features/poc-20.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}

.poc-feature h1 span {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: 1.125em;
    text-transform: initial;
    font-size: .18em;
    letter-spacing: 0;
    display: inline-block;
    line-height: 1.1;
    width: 225px;
}

@media all and (max-width: 860px) {
    .poc-feature .feature-content {
        max-width: 650px;
    }
    .poc-feature h1 {
        font-size: 6em;
    }

    .poc-feature h1 span {
        width: 150px;
    }
}

@media all and (max-width: 570px) {
    .poc-feature .feature-content {
        max-width: 500px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .poc-feature h1 {
        font-size: 3.5em;
    }

    .poc-feature h1 span {
        width: 150px;
        display: none;
    }
}

.poc-feature h2 {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: 1.125em;
}


.poc-feature h3 {
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    font-size: 1.125em;
    text-transform: uppercase;
    font-size: 3.125em;
    line-height: 1;
    margin-bottom: 20px;
}

.poc-feature h4 {
    font-family: 'Druk XCond Web', sans-serif;
    font-size: 11.25em;
    float: left;
    line-height: 50%;
    margin-top: .15em;
}

.poc-feature h4.large-number {
    font-size: 22.8125em;
    position: absolute;
    top: auto;
    bottom: 0px;
    color: #fff;
    margin-top: 0em;
    bottom: 30px;
}

.poc-feature p.eyebrow {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: .625em;
    text-transform: uppercase;
    letter-spacing: .125em;
    margin: 0;
    margin-bottom: 15px;
}

.poc-feature .number-left {
    padding-left: 80px;
}

.poc-feature .number-left-2 {
    padding-left: 110px;
}

.poc-feature .number-left-3 {
    padding-left: 125px;
}


@media all and (max-width: 640px) {
    .poc-feature h3 {
        font-size: 2.75em;
    }
    
    .poc-feature h4.large-number {
        display: none;
    }

    .poc-feature h4 {
        font-size: 7.5em;
        float: right;
        margin-left: 20px;
        margin-bottom: 2rem;
    }

    .poc-feature .number-left {
        padding-left: 0;
    }

    .poc-feature .number-left-2 {
        padding-left: 0;
    }

    .poc-feature .number-left-3 {
        padding-left: 0;
    }
    
    .poc-feature .column, .poc-feature .columns {
        padding-left: 20px;
        padding-right: 20px;
    }
}



/* Full Overlaps */
.poc-feature .white-box {
    background-color: #fff;
}

.poc-feature .overlap .columns {
    margin-top: 100px;
    transform: translateY(110px);
}

.poc-feature .overlap-right .columns {
    float: right;
    padding: 60px 0px 0 60px;
}

.poc-feature .overlap-right h4.large-number {
    right: 41.66667%; 
    margin-right: 60px;
}

.poc-feature .overlap-left .columns {
    float: left;
    padding: 60px 60px 0 0;
}

.poc-feature .overlap-left h4.large-number {
    right: 8.333%; 
    margin-left: 60px;
}

@media all and (max-width: 1024px) {
    .poc-feature .overlap-right h4.large-number {
        right: 58.33333%; 
    }

    .poc-feature .overlap-right .columns {
        padding: 60px 60px 0 60px;
    }

    .poc-feature .overlap-left h4.large-number {
        right: 8.33333%; 
    }

    .poc-feature .overlap-left .columns {
        padding: 60px 60px 0 60px;
    }
}

@media all and (max-width: 640px) {
    .poc-feature .overlap-right .columns {
        padding: 60px 20px;
    }

    .poc-feature .overlap-left .columns {
        padding: 60px 20px;
    }

    .poc-feature .overlap .columns {
        transform: translateY(0px);
        margin-top: 0;
    }

    .poc-feature .white-box {
        background-color: rgba(0,0,0,0.75);
        color: #fff;
    }

    .poc-feature h3:before {
        font-family: 'Druk XCond Web', sans-serif;
        font-size: 2.35em;
        line-height: -50%;
        margin-top: -15px;
        float: right;
        margin-left: 20px;
    }

    .poc-feature .planetarium h3:before {
        content: "1";
    }

    .poc-feature .library h3:before {
        content: "6";
    }

    .poc-feature .ransom h3:before {
        content: "12";
    }

    .poc-feature .seir h3:before {
        content: "17";
        color: #333;
    }
}

.poc-feature .planetarium {
    background-image: url(../_images/features/poc-planetarium.jpg);
    background-position: left center;
    background-size: cover;
    margin-bottom: 100px;
}

.poc-feature .library {
    background-image: url(../_images/features/poc-library.jpg);
    background-position: right center;
    background-size: cover;
    margin-bottom: 200px;
    margin-top: 100px;
}

.poc-feature .ransom {
    background-image: url(../_images/features/poc-ransom.jpg);
    background-position: right center;
    background-size: cover;
    margin-bottom: 200px;
    margin-top: 100px;
}

.poc-feature .seir-container {
    margin-bottom: 100px;
    margin-top: 125px;
}

.poc-feature .seir:nth-child(3) {
    margin-top: 77px;
}

.poc-feature .seir-bg {
    background-image: url(../_images/features/poc-seir.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    margin-bottom: 35px;
    position: relative;
}

.poc-feature .seir-bg h4.large-number {
    right: 8.333%; 
}

.poc-feature .uh {
    display: flex;
    margin-top: 100px;
}

.poc-feature .uh .number-left-2 {
    margin-right: 20px;
}

.poc-feature .uh-bg {
    background-image: url(../_images/features/poc-life-sciences.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: .9375rem;
}

.poc-feature .row.courtyard {
    margin-bottom: 150px;
    display: flex;
    align-items: flex-end;
}

.poc-feature .courtyard-bg {
    padding-right: calc(20px + 1.625em);
    position: relative;
    margin-top: -10%;
}

.poc-feature .courtyard h4.large-number {
    right: 8.333%; 
    margin-right: 60px;
}

.poc-feature .columns.courtyard-content {
    float: left;
    padding-left: 0;
}

.poc-feature .courtyard img {
    width: 100%;
}

.poc-feature .courtyard p:last-of-type {
    margin-bottom: 0;
}

.poc-feature .car {
    margin-top: -20%;
}

.poc-feature .car img {
    margin-left: 2em;
}

@media all and (max-width: 1024px) {
    .poc-feature .row-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .poc-feature .car {
        margin-top: -15%;
    }

    .poc-feature .seir:nth-child(3) {
        margin-top: 0px;
    }
}
@media all and (max-width: 640px) {
    .poc-feature .planetarium {
        margin-bottom: 10%;
        background-position: center;
    }

    .poc-feature .library {
        margin-bottom: 10%;
        margin-top: 10%;
        background-position: center;
    }

    .poc-feature .ransom {
        background-position: center center;
        margin-bottom: 10%;
        margin-top: 10%;
    }

    .poc-feature .car {
        margin-top: 10%;
    }

    .poc-feature .car img {
        margin: auto;
    }

    .poc-feature .seir-container {
        margin-bottom: 10%;
        margin-top: 10%;
    }
    
    .poc-feature .seir-bg {
        height: 300px;
    }

    .poc-feature .row.courtyard {
        margin-top: 10%;
        margin-bottom: 10%;
        flex-wrap: wrap;
    }
    
    .poc-feature .courtyard-bg {
        padding-right: 20px;
    }
    
    .poc-feature .columns.courtyard-content {
        float: none;
        padding-left: 20px;
    }

    .poc-feature .courtyard-content h3:before {
        content: "15";
        color: #333;
    }
    
    .poc-feature .courtyard img {
        margin-bottom: 35px;
    }

    .poc-feature .uh {
        flex-wrap: wrap;
        margin-top: 10%;
    }

    .poc-feature .uh .columns:first-of-type {
        order: 2;
    }
    
    .poc-feature .uh-bg {
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 35px;
        margin-top: 10%;
        height: 300px;
        order: 1;
    }
}



/* Image Top */
.poc-feature .image-top img {
    margin-bottom: 35px;
}

.poc-feature .mac {
    margin-top: 20%;
}

.poc-feature .mac img {
    margin-bottom: 0px;
}

.poc-feature .phone {
    margin-top: -15%;
    padding-right: 5%;
}

.poc-feature .cute-img {
    margin-top: 15%;
}

.poc-feature .cute {
    margin-top: 20%;
}

.poc-feature .green {
    margin-top: 5%;
}

.poc-feature .gulch-img {
    margin-top: -25%;
}

.poc-feature .gulch-img img {
    width: 100%;
}

.poc-feature .gulch {
    margin-top: 10%;
}

.poc-feature .uc {
    margin-top: 10%;
}

.poc-feature .library-mall {
    margin-top: 40px;
}

.poc-feature .library-mall img {
    width: 100%;
}

.poc-feature .texas-hall img {
    width: 100%;
}

.poc-feature .tennis {
    margin-top: -15%;
}

@media all and (max-width: 640px) {
    .poc-feature .image-top img {
        margin-bottom: 25px;
    }

    .poc-feature .cooper-st img {
        margin: auto;
    }
    .poc-feature .mac {
        margin-top: 10%;
    }
    
    .poc-feature .mac img {
        margin-bottom: 10px;
    }
    .poc-feature .phone {
        margin-top: 10%;
        padding-right: 20px;
    }

    .poc-feature .cute-img {
        margin-top: 0;
    }

    .poc-feature .cute-img img {
        margin: auto;
        width: 60%;
        margin-top: 10%;
    }
    
    .poc-feature .cute {
        margin-top: 25px;
    }

    .poc-feature .green {
        margin-top: 10%;
    }

    .poc-feature .gulch-img {
        margin-top: 10%;
    }
    
    .poc-feature .gulch {
        margin-top: 0;
    }

    .poc-feature .career {
        margin-top: 10%;
    }

    .poc-feature .new-digs {
        margin-bottom: 10%;
    }

    .poc-feature .texas-hall {
        margin-bottom: 10%;
    }

    .poc-feature .tennis {
        margin-top: 10%;
    }
}

/*==============   Meet the Class of 2021   ==============*/

.meet-the-class b.italics {
    font-weight: inherit;
    font-style: italic;
}

.meet-the-class div.captioned-image p {
    font-family: 'Avenir LT W01 45 Book', helvetica, arial;
    left: 7px;
    bottom: 10px;
    text-align: left;
    width: 250px;
}

.meet-the-class-feature {
    width: 100%;
    height: 675px;
    position: relative;
    overflow: hidden;
    margin-top: -43px;
}

.meet-the-class strong {
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: .25em;
    font-weight: 600;
}

.meet-the-class-feature-bg {
    background: url(../img/2021-feature.jpg) no-repeat center 25% #fff;
    background-size: cover;
    width: 100%;
    height: 600px;
    position: absolute;
}

#meet-the-class-title {
    margin: auto;
    position: absolute;
    width: 85%;
    left: 10%;
    top: 100px;
}

.meet-the-class-full {
    width: 100%;
}

.meet-the-class-intro-bg {
    background-color: #ef4e65;
    color: #000;
    padding: 20px 0px 0px;
    border-bottom: 20px solid transparent;
}

.meet-the-class-full .intro {
    max-width: 960px;
    margin: auto;
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-style: italic;
    font-size: 1.4em;
    color: #000;
    padding: 20px 0px 20px 10px;
}

.meet-the-class-full .credits {
    max-width: 960px;
    margin: auto;
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-style: italic;
    font-size: .9em;
	text-transform: uppercase;
    color: #fff;
    padding: 20px 0px 20px 10px;
	border-top: 1px solid #fff;
}

.meet-the-class .intro-paragraph {
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
    font-size: 1.55em;
    text-transform: none;
    margin-top: 25px;
}

.meet-the-class .drop-cap {
    margin-left: -70px;
    margin-right: -100px;
}

.meet-the-class h2 {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: 1.75em;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.04em;
    line-height: 1em;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 45px;
}

.meet-student-eyebrows {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: .85em;
	color: red;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 5px;
}

.meet-student-names {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: 1.65em;
    text-transform: uppercase;
    letter-spacing: -.075em;
    line-height: 1.2;
    margin-bottom: 5px;
}

.meet-student-majors {
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-size: 1.4em;
    color: #666666;
    line-height: 1.2;
    margin-bottom: 15px;
    padding: 0px 0px 20px ;
	border-bottom: 1px solid #000;
}

.meet-student-copy {
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-size: .92em;
}

.meet-additional-reporting {
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-size: .7em;
    color: #666666;
	font-style: italic;
	text-transform: uppercase;
    margin-bottom: 15px;
    padding: 0px 0px 20px ;
	border-bottom: 1px solid #000;
}

.meet-the-class h3 {
    color: #FF8742;
    font-weight: 400;
    margin-top: 50px;
}

#meet-the-class-title h1 {
    font-size: 9em;
    font-weight: 900;
    letter-spacing: -.06em;
    height: 500px;
    padding: 0px 50px 0px 0px;
    margin-top: 20px;
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    text-indent: -9999px;
    background-image: url(../fall17/_images/north-texas-title.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.meet-the-class-title h3 {
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.75);
    font-size: 3.5em;
}

.meet-the-class .clip {
    color: #0064b1;
    font-family: 'AvenirNextLTW01-UltraLi', Helvetica, Arial;
    font-style: italic;
}

.meet-the-class-image-break {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.meet-the-class-image-break .break-caption {
    color: #fff;
    position: absolute;
    margin: auto;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    padding: 5px 30px;
}

.meet-the-class .image-center {
    padding: 0px;
    margin-bottom: 20px;
}

.meet-the-class-image-break .section-title {
    height: 80vh;
}

.meet-the-class .uppercase {
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .meet-the-class-credits {
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    .meet-the-class-credits {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .meet-the-class-credits {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    #meet-the-class-title {
        top: 40px;
        padding-right: 0px;
    }
    
    .meet-the-class-credits {
        text-align: center;
    }
    
    .meet-the-class-full .intro {
        font-size: .9em;
        color: #fff;
    }

    .meet-the-class-full .credits {
        font-size: .6em;
    }

    .meet-the-class .intro-paragraph {
        font-size: 1.1em;
    }

    .meet-the-class h2 {
        font-size: 1.2em;
    }

    .meet-student-eyebrows {
        font-size: .6em;
        margin-left: 20px;
        margin-right: 20px;
    }

    .meet-student-names {
        font-size: 1.2em;
        margin-left: 20px;
        margin-right: 20px;
    }

    .meet-student-majors {
        font-size: 1em;
        margin-left: 20px;
        margin-right: 20px;
    }

    .meet-student-copy {
        font-size: .8em;
        margin-left: 20px;
        margin-right: 20px;
    }

    .meet-additional-reporting {
        margin-left: 20px;
        margin-right: 20px;
    }
}

/*===========   Pioneers of the 21st Century   ===========*/

.pioneers b.italics {
    font-weight: inherit;
    font-style: italic;
}

.pullquote-right {
    color: #23a8a0;
}

.pioneers-caption {
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    color: #23a8a0;
    line-height: 1.2em;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    padding: 0px 20px;
}

.pioneers-feature {
    width: 100%;
    height: 675px;
    position: relative;
    overflow: hidden;
}

.pioneers strong {
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: .25em;
    font-weight: 600;
}

.pioneers-feature-bg {
    background: url(../_images/features/pioneers-feature.jpg) no-repeat right top 25% #fff;
    background-size: cover;
    width: 100%;
    height: 700px;
    position: absolute;
}

#pioneers-title {
    margin: auto;
    position: absolute;
    width: 85%;
    left: 10%;
    top: 100px;
}

.pioneers-full {
    width: 100%;
}

.pioneers-intro-bg {
    background-color: #d5e5cb;
    color: #000;
    padding: 20px 0px 0px;
    border-bottom: 20px solid transparent;
}

.pioneers-full .intro {
    max-width: 960px;
    margin: auto;
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
    font-style: italic;
    font-size: 1.4em;
    color: #000;
    padding: 20px 0px 20px 10px;
}

.pioneers-full .credits {
    font-size: .9em;
    font-style: normal;
	text-transform: uppercase;
    letter-spacing: .1em;
}

.pioneers .drop-cap {
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
    font-size: 5.65em;
    margin-top: -2px;
}

.pioneers .intro-paragraph {
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
    font-size: 1.55em;
    text-transform: none;
    margin-top: 25px;
}

.pioneers .intro-paragraph a {
    color: #23a8a0;
}

.pioneers-credits {
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-size: .5em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 200px 0px 20px 0px;
}

.pioneers-headlines {
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
    font-size: 1.5em;
    line-height: 1.1;
	color: #23a8a0;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 5px;
}

.pioneers-body-copy {
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
}

.pioneers-body-copy a {
    color: #23a8a0;
}

.pioneers-extra-eyebrow {
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    font-size: 1.8em;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 40px;
}

.pioneers-extra-headlines {
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
    font-size: 1.5em;
    line-height: 1.1;
    color: #23a8a0;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 5px;
}

.pioneers-extra-copy {
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
}

.pioneers-extra-copy a {
    color: #23a8a0;
}

.pioneers h2 {
    color: #000;
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
    font-weight: 400;
	font-style: italic;
    margin-top: 50px;
}

.pioneers h3 {
    color: #FF8742;
    font-weight: 400;
    margin-top: 50px;
}

#pioneers-title h1 {
    font-size: 9em;
    font-weight: 900;
    letter-spacing: -.06em;
    height: 300px;
    padding: 0px 50px 0px 0px;
    margin-top: 20px;
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    text-indent: -9999px;
    background-image: url(../_images/features/pioneers-title.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.pioneers-title h3 {
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.75);
    font-size: 3.5em;
}

.pioneers .clip {
    color: #0064b1;
    font-family: 'AvenirNextLTW01-UltraLi', Helvetica, Arial;
    font-style: italic;
}

.pioneers-image-break {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.pioneers-image-break .break-caption {
    color: #fff;
    position: absolute;
    margin: auto;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    padding: 5px 30px;
}

.pioneers .image-center {
    padding: 0px;
    margin-bottom: 20px;
}

.pioneers-image-break .section-title {
    height: 80vh;
}

.pioneers .uppercase {
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .pioneers-credits {
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    .pioneers-credits {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .pioneers-credits {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    #pioneers-title {
        top: 40px;
        padding-right: 0px;
    }
    
    .pioneers-feature {
        width: 100%;
        height: 400px;
        position: relative;
        overflow: hidden;
    }

    .pioneers-feature-bg {
        background: url(../_images/features/pioneers-feature.jpg) no-repeat center right 25% #fff;
        background-size: cover;
        width: 100%;
        height: 400px;
        position: absolute;
    }
    
    .pioneers-credits {
        text-align: center;
        margin: 0px 0px 0px 0px;
    }
    
    #pioneers-title h1 {
        background-image: url(../_images/features/pioneers-title.png);
    }

    .pioneers-full .intro {
        font-size: 1em;
    }

    .pioneers-full .credits {
        font-size: .9em;
    }

    .pioneers .intro-paragraph {
        font-size: 1.1em;
    }

}
