/* Homepage hero
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.s-hero {
    height: 70vh;
    max-height: 350px;
}

.s-hero h1 {
    font-size: 2.25rem;
    margin: 0 0 0.5em;
}
.s-hero .btn-primary-alt {
    width: 31%;
    padding: 0.7em 0;
    font-size: 0.9em;
    margin: 0 .1em;s
}
@media only screen and (min-width: 760px) {
    .s-hero .hero-title {
        bottom: 0;
    }
    .s-hero {
        max-height: 450px
        /*height: 450px;*/
        position: relative;
        padding: 3.5em 0;
    }
    .s-hero:after {
        height: 250px;
    }
    .s-hero h1 {
        font-size:2.7em;
    }
    .s-hero h1 .line1 {
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 4px;
    }
    .s-hero h1 .line2 {
        font-size: 4.3rem;
    }
    .s-hero .btn-primary-alt {
        position: relative;
        height: 3em;
        line-height: 3em;
        padding: 0 2em;
        width: auto;
        margin: 0;
    }
    .s-hero .btn-primary-alt:before {
        content: " ";
        display: inline-block;
        position: relative;
        margin-right: 8px;
        vertical-align: middle;
        top: -1px;
    }
    .s-hero .apply:before {
        background: transparent url('../../_images/homepage/elements/button-apply.png') no-repeat;
        width: 19px;
        height: 24px;
    }
    .s-hero .visit:before {
        background: transparent url('../../_images/homepage/elements/button-visit.png') no-repeat;
        width: 24px;
        height: 14px;
    }
    .s-hero .give:before {
        background: transparent url('../../_images/homepage/elements/button-give.png') no-repeat;
        width: 22px;
        height: 23px;
    }
}
@media only screen and (min-width: 1090px) {
    .s-hero .hero-title {
        bottom: 20px;
    }
    .s-hero { 
        max-height: 650px;
    }
    .s-hero h1 {
        bottom: 65px;
        left: 0;
    }
    .s-hero .btn-primary-alt {
        font-size: .95rem;
    }
}
@media only screen and (min-width: 1600px) {
    .s-hero {
        height: 620px;
    }
}

/*! http://responsiveslides.com v1.55 by @viljamis */
.rslides {
    position: absolute;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    top: -4px;
    left: 0;
    bottom: 0;
    right: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.section-hero .slide-1 {
    background-image: url('../../_images/homepage/centerpiece/temidaya-oladugba-undergrad-research-sm.jpg');    
}
.section-hero .slide-2 {
    background-image: url('../../_images/homepage/centerpiece/texas-hall-drone-sm.jpg');
    background-position: center 80%;
}
.section-hero .slide-3 {
    background-image: url('../../_images/homepage/centerpiece/science-ambassadors-sm.jpg'); 
}
.section-hero .slide-4 {
    background-image: url('../../_images/homepage/centerpiece/bedraces-sm.jpg');    
}
@media only screen and (min-width: 40em) {
    .section-hero .slide-1 {
        background-image: url('../../_images/homepage/centerpiece/temidaya-oladugba-undergrad-research-lg.jpg');
    }
    .section-hero .slide-2 {
        background-image: url('../../_images/homepage/centerpiece/texas-hall-drone-lg.jpg');
    }
    .section-hero .slide-3 {
        background-image: url('../../_images/homepage/centerpiece/science-ambassadors-lg.jpg');
    }
    .section-hero .slide-4 {
        background-image: url('../../_images/homepage/centerpiece/bedraces-lg.jpg');
    }  
}
.video-wallpaper-container {
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  background: #000;
}
.video-wallpaper-container video {
  display: none;
  position: relative;
}
.video-wallpaper-container img.video-image {
  max-width: none;
  position: relative;
}
.bgvideo .video-wallpaper-container video {
  width: 100%;
  display: block;
}
.bgvideo .video-wallpaper-container img.video-image {
  display: none;
}
.s-hero .video-controls {
    position: absolute;
    bottom: -20px;
    z-index: 5;
    left: 3%;
}
.s-hero .video-controls a {
    background: #fff;
    text-decoration: none;
    font-size:1px;
    text-indent:-500px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    overflow: hidden;
    background: #fff url(../../_images/homepage/elements/play-pause-icon.png) no-repeat;
    background-position: -30px center;
}
.s-hero .video-controls a.play {
    background-position: 10px center;
}


/* Welcome
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.s-welcome .row {
    position: relative;
}
.testimonial h3 {
    font-family: 'Roboto Slab', Rockwell, serif;
    font-size: 1.25em;
    font-weight: 400;
    margin: 0;
    text-transform: none;
    color: #000;
}
.testimonial .program {
    color: #666;
    font-style: italic;
    font-size: .7em;
    line-height: 1.3;
}
.testimonial blockquote {
    border: 0;
    padding: 0;
    font-family: 'Roboto Slab', Rockwell, serif;
}

.testimonial blockquote p {
    color: #2D70EC;
}
.testimonial {
    position: relative;
    overflow: hidden;
    margin-top: 2em;
    margin-bottom: -3em;
    padding: 3em .975em;
    border-top: 1px solid #d5d5d5;
}

.testimonial .text-wrap {
    width: 45%;
    float: left;
    position: relative;
    z-index: 1;
}

.testimonial .image-wrap {
    position: absolute;
    left: 40%;
    right: 0;
    top: 1em;
    bottom: 0;
    height: 100%;
    width: 55%;
}

.testimonial .image-wrap img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    max-width: none;
    height: 100%;
}

@media only screen and (min-width: 760px) {
    .testimonial .text-wrap {
        width: 50%;
    }
    
    .testimonial .image-wrap {
        left: 50%;
        width: 50%;
    }
}

@media only screen and (min-width: 1090px) {
    .s-welcome {
        position: relative;
        overflow: hidden;
    }
    
    .testimonial {
        border-top: none;
        overflow: visible;
        position: absolute;
        padding: 0;
        bottom: -3em;
        top: 0;
        left: 50%;
        margin-top: 0;
    }
    
    .testimonial .text-wrap {
        float: right;
        width: 40%;
        top: 50%;
        transform: translateY(-50%);
        padding-bottom: 5em;
    }
    
    .testimonial .image-wrap {
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    
    .testimonial .image-wrap img {
        height: auto;
        max-width: 100%;
    }
}


/* Spotlight
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.s-spotlight {
    padding: 3em 0;
    position: relative;
}
.s-spotlight .text-wrap {
    /*padding-top: 1.5%;*/
}

.s-spotlight .column:last-child:not(:first-child), .s-spotlight .columns:last-child:not(:first-child) {
    float: left;
}

.s-spotlight .image-wrap a {
    display: block;
}
.s-spotlight h2 {
    font-size: 1.3em;
}
.s-spotlight h2 a {
    color: #fff;
    text-decoration: none;
}
.s-spotlight h2 a:hover {
    text-decoration: underline;
}
.s-spotlight .eyebrow {
    font-size: .6em;
    text-transform: uppercase;
    color: #d4effc;
    font-family: 'Roboto Slab', Rockwell, serif;
    letter-spacing: 1px;
}
.s-spotlight p {
    font-size: .9em;
    color: #d4effc;
    margin-bottom: 1em;
}
.s-spotlight p:last-child {
    margin-bottom: 0;
}
.s-spotlight .link-primary {
    margin-left: 0;
    margin-right: 1em;
    color: #fff;
}
.s-spotlight .link-primary:hover {
    color: #fff;
}
.spotlight-banner {
    text-align: center;
    margin: 0 0 3em;
}
.spotlight-event .eyebrow {
    margin: .5em 0;
}

/* COMMENCEMENT STYLES */
.spotlight-event {
    margin-bottom: 1.6em;
}
.s-spotlight .image-wrap img {
    width: 100%;
}
    
.s-spotlight .morelink {
    clear: both;
    padding-top: .75em;
    margin: 0;
    
    /* COMMENCEMENT STYLES */
    border-top: 1px solid rgba(146,174,255,0.25);  
}


/*.spotlight-item-small .column:last-child:not(:first-child),*/
/*.spotlight-item-small .columns:last-child:not(:first-child) {*/
/*    float: left;*/
/*}*/
/*@media only screen and (min-width: 64em) {*/
/*    .spotlight-item-small .column:last-child:not(:first-child),*/
/*    .spotlight-item-small .columns:last-child:not(:first-child) {*/
/*          margin-left: 1em;*/
/*    }*/
/*}*/

.s-spotlight .s-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 3em;
    color: #d4eefb;
}

.s-spotlight a {
    color: #fff;
    text-decoration: none;
}

.s-spotlight a:hover {
    text-decoration: underline;
    color: #fff;
}

.s-spotlight.s-thumbnail .columns:last-of-type {
    float: left;
}

.s-spotlight.s-thumbnail .content-container {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.s-spotlight.s-banner p {
    max-width: 640px;
    margin: 1em auto;
}

/*.s-spotlight h2:before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 28px;*/
/*    height: 28px;*/
/*    margin-right: .5em;*/
/*    background-color: transparent;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*}*/

/*.s-spotlight h2.orientation:before {*/
/*    background-image: url(../../_images/homepage/spotlight/icon-orientation.png);*/
/*}*/

/*.s-spotlight h2.register:before {*/
/*    background-image: url(../../_images/homepage/spotlight/icon-register.png);*/
/*}*/

/*.s-spotlight h2.scholarships:before {*/
/*    background-image: url(../../_images/homepage/spotlight/icon-scholarships.png);*/
/*}*/

@media only screen and (min-width: 40em) {

}

@media only screen and (max-width: 40em) {
    .spotlight-item-small .image-wrap {
        float: right;
    }
    .spotlight-item-small .text-wrap {
        margin-top: 1em;
    }
    .spotlight-item-small .text-wrap h2 {
        position: absolute;
        top: 3em;
        padding-right: 50%;
    }
    .s-spotlight.s-thumbnail .columns {
        text-align: center;
        margin: auto;
    }
}


/* Rankings
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.s-rankings .ranking h3 {
    float:left;
    width: 1.2em;
    margin: -.125em 0 0;
    font-size: 3em;
    font-weight: bold;
    color: #fff;
}
.s-rankings .ranking-num {
    opacity: 0.3;
    font-weight: normal;
    font-size: 0.7em;
    position: relative;
    bottom: 0.1em;
    margin-right: .05em;
}
.s-rankings .ranking p {
    float: left;
    width: 80%;
    color: #d4eefb;
    font-size: 1rem;
    font-weight: bold;
}
.s-rankings .ranking cite {
    font-style: italic;
    font-weight: normal;
    font-size: .8em;
}
.s-rankings .morelink {
    clear:both;
    padding-top:.75em;
    margin:0;
    border-top: 1px solid rgba(146,174,255,0.25);
    padding-left: .9375em;
}
.s-rankings .link-primary {
    color:#fff;
    margin-left:0;
}
.s-rankings .link-primary:hover {
    color: #fff;
}
@media only screen and (min-width: 40em) {
    .s-rankings .ranking.has-num p {
        width: 70%;
    }
}
@media only screen and (min-width: 64em) {
    .s-rankings .ranking.has-num p {
        width: 80%;
    }
}


/* Academics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.s-academics {
    background-image: url('../../_images/homepage/wide/academics-mobile.jpg');
}
@media only screen and (min-width: 40em) {
    .s-academics {
        background-image: url('../../_images/homepage/wide/academics.jpg');
    }
}


/* Resources
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.resource-list {
    list-style: none;
    padding: 0;
}
.resource-list .card {
    margin-bottom: 1.675em;
}
.resources-footer {
    margin-top: 1em;
}
.resources-footer h3 {
    color:#aaa;
    font-size:1em; 
    font-weight: 400;
    font-family: 'Roboto Slab', Rockwell, serif;
}
.more-resources .link-primary {
    color: #2D70EC;
}
.more-resources .link-primary:hover {
    color: #5C99FF;
}
.resources-footer .social {
    text-align:center;
}
.resources-footer .social a {
    margin-left: .5em;
}
.resources-footer .social img {
    transition: all .3s ease;
}
.resources-footer .social img:hover {
    opacity: .7;
}
.resources-extra {
    margin-top: 4em;
    max-width: 800px;
    margin-bottom: 2em;
}
.resources-extra p {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 0;
}
@media only screen and (min-width: 40em) {
    .resources-footer .social {
        text-align:right;
    }
    .s-resources {
        padding: 5em 0 1.5em;
    }
}


/* Latest Stories
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.s-stories .story a {
    display: block;
    text-decoration: none;
    color: #555;
}
.s-stories .link-primary.morelink {
    display: block;
    text-align: right;
    margin-bottom: .5em;
    margin-right: 0px;
    margin-top: 15px;
    line-height: 1;
    color: #2D70EC;
}
.more-resources .link-primary.morelink:hover {
    color: #5C99FF;
}
.story-large a {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 6px 20px rgba(0,0,0,0.17);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    position: relative;
}
.story-large a:hover {
    box-shadow: 0 19px 38px rgba(0,0,0,0.25), 0 15px 12px rgba(0,0,0,0.17);
}
.story-large .text-wrap {
    padding: 1.5em 1.2em;
}
.story-large .columns{
    padding: 0;
}
.story-large .columns img {
    width: 100%;
}
.story-large .columns .image-wrap {
    float: none;
    width: auto;
}
.story-large .columns .text-wrap {
    float: none;
    width: auto;
    position: relative;
}

.story-large h3 {
    margin-top: 0;
}
.story-large p {
    font-size: .9em;
}
.s-stories .story-small h3 {
    color: #131516;
    margin: 0 0 .5em;
    font-size: 1.16em;
}
.s-stories .story-small .eyebrow {
    text-transform: uppercase;
    font-family: 'Roboto Slab', Rockwell, serif;
    font-size: .6em;
    letter-spacing: 1px;
    color: #666;
}
.s-stories .story-small p {
    font-size: .9em;
}
.s-stories .story a:hover h3 {
    text-decoration: underline;
}

@media only screen and (min-width: 40em) {
    .story-large a {
        box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 6px 20px rgba(0,0,0,0.17);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        overflow: hidden;
    }
    .story-large .image-wrap {
        float: left;
        width: 67%;
    }
    .story-large .text-wrap {
        float: right;
        width: 33%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
    }
    .story-large .columns .image-wrap {
        float: none;
        width: auto;
    }
    .story-large .columns .text-wrap {
        float: none;
        width: auto;
        position: relative;
        top: auto;
        transform: none;
    }
    .s-stories .story-small .eyebrow {
        margin: 5em 0 .9em;
    }
}

@media only screen and (min-width: 64em) {
    .s-stories .link-primary.morelink {
        margin-top: 23px;
    }
    .story-large .text-wrap {
        padding: 1em 3em;
    }
    .story-large .columns .text-wrap {
        float: none;
        width: auto;
    }
    .s-stories .story-large a {
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }
}

@media only screen and (max-width: 40em) {
    .s-stories {
        padding-bottom: 0;
    }
    .s-stories .story-small {
        padding: 2.25em .9375em;
        border-bottom: 1px solid #d5d5d5;
    }
    .s-stories .story-small h3 {
        margin-top: 0;
    }
    .s-stories .story-small p {
        margin-bottom: 0;
    }
}


/* Excellence
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.section-excellence {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,0 100,60 0,100' style='fill:%230f3367%3B' /%3E%3C/svg%3E");
    background-size: 100% 500px;
    background-repeat: no-repeat;
}
.excellence-item a {
    background-color: #fff;
    color: #444;
    display: block;
    position: relative;
    height: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 6px 20px rgba(0,0,0,0.17);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    text-decoration: none;
}
.excellence-item a:hover {
    box-shadow: 0 19px 38px rgba(0,0,0,0.25), 0 15px 12px rgba(0,0,0,0.17);
}
.excellence-item .text-wrap {
    padding: 1.5em 1.5em 4.5em;
}
.page-main .excellence-item h3 {
    margin: 0 0 .7em;
    color: #131516;
    font-family: 'Roboto Slab', Rockwell, serif;
    font-size: 1.5em;
    font-weight: 400;
    text-transform: none;
}
.excellence-item p {
    color: #444;
    font-size: 1.15em;
}
.excellence-item .label {
    background: #417fe2;
    color: #fff;
    font-size: 1.15em;
    padding: .75em .8em;
    line-height: 1.3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.excellence-item img {
    width: 100%;
}
@media only screen and (max-width: 40em) {
    .page-main .excellence-item h3 {
        margin-bottom: .5em;
    }
    .excellence-item p {
        display: none;
    }
    .excellence-item {
        margin-bottom: .625em;
    }
}


/* Admissions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.s-admissions {
    background-image: url('../../_images/homepage/wide/admissions-mobile.jpg');
}

@media only screen and (min-width: 40em) {
    .s-admissions {
        background-image: url('../../_images/homepage/wide/admissions.jpg');
    }
}

/* dark backgrounds */
.s-spotlight .link-primary:after,
.s-academics .link-primary:after,
.s-admissions .link-primary:after,
.s-rankings .link-primary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 4.5 7.5' preserveAspectRatio='none'%3E%3Cpath d='M0,0.8L0.8,0l3.8,3.8L0.8,7.5L0,6.8l3-3L0,0.8z' style='fill:%23FFFFFF%3B' /%3E%3C/svg%3E");
}
/* light backgrounds */
.s-welcome .link-primary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 4.5 7.5' preserveAspectRatio='none'%3E%3Cpath d='M0,0.8L0.8,0l3.8,3.8L0.8,7.5L0,6.8l3-3L0,0.8z' style='fill:%23e57126%3B' /%3E%3C/svg%3E");
}
.s-resources  .link-primary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 4.5 7.5' preserveAspectRatio='none'%3E%3Cpath d='M0,0.8L0.8,0l3.8,3.8L0.8,7.5L0,6.8l3-3L0,0.8z' style='fill:%232D70EC%3B' /%3E%3C/svg%3E");
}

.s-stories  .link-primary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 4.5 7.5' preserveAspectRatio='none'%3E%3Cpath d='M0,0.8L0.8,0l3.8,3.8L0.8,7.5L0,6.8l3-3L0,0.8z' style='fill:%232D70EC%3B' /%3E%3C/svg%3E");
}


/* Weather Alert
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#weatheralert {
    padding: 12px;
    position: relative;
    background-color: #ec8025;
    margin: 15px 0;
}
#weatheralert h3 {
    padding: 5px 0 0;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 .5em;
    font-family: 'Roboto Slab', Rockwell, sans-serif;
    text-transform: none;
}
#weatheralert p {
    padding: 5px 0 0;
    color: #fff;
    font-size: 14px;
}
#weatheralert a,
#weatheralert a:visited {
    color: #fff;
}
#weatheralert .bigarrow a:hover {
    text-decoration: none;
}
#weatheralert span.arrow-tip {
    display: none;
}
#weatheralert .bigarrow h2 {
    font: 900 22px/28px "Arial Black", "Arial Bold", Gadget, "AvenirNext-Heavy", sans-serif;
    letter-spacing: -1px;
    margin: 0;
    text-shadow: 1px 1px 2px #1f2f5c;
    text-transform: uppercase;
    background: url('../../_images/elements/alert-arrow-bg.png') repeat-x #1f2f5b;
}
#weatheralert .bigarrow h2 a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}
@media screen and (min-width: 40em) {
    #weatheralert .bigarrow,
    #weatheralert .message {
        display: table-cell;
        vertical-align: middle;
    }
    #weatheralert .bigarrow {
        width: 340px;
        padding-right: 10px;
    }
    #weatheralert .bigarrow h2 {
        float: left;
        max-width: 320px;
    }
    #weatheralert span.arrow-tip {
        float: left;
        display: block;
        background: transparent url('../../_images/elements/alert-arrow-point.png') no-repeat;
        width: 13px;
        height: 48px;
    }
}


/* Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#final-footer p {
    margin: .75em 0;
}

