/* SPRING 2019 ISSUE */
/*
FONTS
------------
Family:     Georgia, Times, "Times New Roman", serif;
Weights:    all
Styles:     all

Family:     'Druk Text Web', 'Arial Black', sans-serif;t
Weights:    700;
Styles:     normal, italic

Family:     'Druk Text Wide', 'Arial Black', sans-serif;
Weights:    700;ti
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 li.slide-this-is-uta {
    background-position: 90% center !important;
}

#home-features,
#home-features-slides {
    background-color: #0460A9;
}

.story-slide-caption p.photo-caption {
    text-align: center;
}

.section-header {
    border-top: 1px solid #d5d5d5;
    padding-top: 1em;
    margin-top: 1.1em;
}

/* 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;
}






/*============== SCENE - MANHOLE ==============*/

.scene-manhole .topmenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
    z-index: 20;
    /*display: flex;*/
    /*justify-content: space-between;*/
    padding: 1em 1em 3em;
}



.scene-manhole .submenu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: .5em 1em .25em;
    z-index: 11;

    /*background-image: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,0));*/
    background-color: #fff;
    /*background-color: #000;*/
}

.scene-manhole .submenu .social-buttons {
    text-align: right;
    float: right;
    margin: .1em 0 0;
}

.scene-manhole .submenu .page-title {
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;

    font-size: 1.4rem;
    text-transform: uppercase;
    color: #888;
}

.scene-manhole .submenu .page-title:hover {
    opacity: 1;
    text-decoration: none;
    color: #d73b50;
}

@media all and (max-width: 1024px) {  
    .scene-manhole .submenu {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
    }
}

@media all and (max-width: 640px) {
    .scene-manhole .submenu .page-title {
        font-size: 1.2rem;
        text-align: center;
        display: block;
    }
    .scene-manhole .submenu .social-buttons {
        margin: 0;
        text-align: center;
        float: none;
        margin: .5em;
    }
    .scene-manhole .submenu .social-button {
        margin-left: 0;
    }
}

a.btn-solid {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-weight: 500;
    border: 1px solid #d73b50;
    background: #d73b50;
    text-transform: uppercase;
    font-size: .55rem;
    padding: .8em 2em;
    text-decoration: none;
    color: #fff;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

a.btn-solid:hover {
    color: #fff;
    text-decoration: none;
    background: #f15b69;
}

a.btn-outline {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-weight: 500;
    border: 1px solid #fff;
    background: transparent;
    text-transform: uppercase;
    font-size: .55rem;
    padding: .8em 2em;
    text-decoration: none;
    color: #fff;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;

    box-shadow: 0px 5px 20px rgba(0,0,0,.2);
    text-shadow: 0px 2px 30px rgba(0,0,0,.85);
}

a.btn-outline:hover {
    color: #d73b50;
    text-decoration: none;
    background: #fff;

    box-shadow: none;
    text-shadow: none;
}

.scene-manhole {
    position: relative;
    background-color: #000;
    width: 100%;
    height: calc(100vh - 85px);
    overflow: hidden;
}


/* Welcome BG Video */
#welcomeVideo {
    height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}

@media all and (max-width: 768px) {
    #welcomeVideo {
        display: none;
    }
    .welcome-video {
        background: url('../_images/stories/manhole-bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .story-header {
        margin: 0px;
    }
    .scene-manhole {
        height: calc(80vh - 85px);
        height: auto;
        min-height: 550px;
    }
}


.welcome-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; 
    overflow: hidden;
    background-color: rgba(0,0,0,0.25);
    z-index: 5;
    
    background-image: url(../_images/stories/seir-360-bg.jpg);
    background-size: cover;
    background-position: center center;

    
    opacity: 1;
    transform: scale(1);
    -webkit-transition: .45s opacity ease-out, .45s -webkit-transform ease-out, 0s height .45s linear;
    transition: .45s opacity ease-out, .45s transform ease-out, 0s height .45s linear;
}

.welcome-video.hidden {
    transform: scale(.98);
    opacity: 0;
    height: 0;
}

.welcome-headline {
    position: relative;
    z-index: 10;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0px 0px 30px rgba(0,0,0,1);
}

.welcome-headline h1, .welcome-headline p {
    color: #fff;
}

.welcome-headline h1 {
    font-family: 'Druk XCond Web', sans-serif;
    text-transform: uppercase;
    font-size: 9rem;
    font-weight: 900;
    line-height: .9;
    letter-spacing: .025em;
    max-width: 960px;
    margin: 0 auto;
}

.welcome-headline p:not(.teaser) {
    margin: auto;
    margin-bottom: 1.5rem;
    max-width: 640px;
}
.welcome-headline p.small {
    font-size: .9rem;
}
.welcome-headline .teaser {
    color: #fff;
    margin-bottom: .65rem;
}

/* Homepage fullscreen video style */
.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;
}

img.video-image {
    display: none;
}

@media all and (max-width: 768px) {
 img.video-image {
     display: block;
     width: 100%;
     height: auto;
 }   
}

@media all and (max-width: 640px) {
    .welcome-headline h1 {
        font-size: 4rem;
    }
    .welcome-headline {
        padding: 0 0.625em;
    }
}

/* Intro Video */ 
.mfp-iframe-holder .mfp-content {
    max-width: 1280px;
    text-align: center;
}

.skip-btn {
    position: relative;
    top: 35px;
}



/* Scenes Menu */
.scenes-menu {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.scenes-menu a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 25%;
    height: calc(100vh - 135px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
    -webkit-transition-property: all;
    -webkit-transition-duration: .45s;
    -webkit-transition-timing-function: cubic-bezier(.5,0,.1,1);
    transition-property: all;
    transition-duration: .45s;
    transition-timing-function: cubic-bezier(.5,0,.1,1);
}

.scenes-menu a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: .3s background-color ease-out;
    transition: .3s background-color ease-out;
}

.scenes-menu a:nth-child(2):before,
.scenes-menu a:nth-child(3):before{
    background-color: rgba(0,0,0,.4);
}

.scenes-menu a p:not(.teaser) {
    font-size: .8rem;
    opacity: 0;
    
    -webkit-transform: translate3d(0,35px,0);
    -webkit-transition-property: transform,opacity;
    -webkit-transition-duration: .8s;
    -webkit-transition-delay: 0ms;
    -webkit-transition-timing-function: cubic-bezier(.5,0,.1,1);
    transform: translate3d(0,35px,0);
    transition-property: transform,opacity;
    transition-duration: .8s;
    transition-delay: 0ms;
    transition-timing-function: cubic-bezier(.5,0,.1,1);
}

.scenes-menu a:hover p:not(.teaser) {
    -webkit-transform: translate3d(0,15px,0);
    transform: translate3d(0,15px,0);
    opacity: 1;
}

.scenes-menu a:hover {
    cursor: pointer;
    width: 30%;
    text-decoration: none;
}

.scenes-menu a:hover:before {
    background-color: rgba(0,0,0,.25);
}

.scenes-menu .column-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-animation: fadeUp .8s ease-out;
    animation: fadeUp .8s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.scenes-menu .column-content .teaser {
    margin: 0;
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: .55rem;
    letter-spacing: 1px;
    margin-bottom: .35rem;
}

.scenes-menu h2 {
    font-family: 'Druk XCond Web', sans-serif;
    font-size: 3.75em;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #fff;
}

.scenes-menu .straight { background-image: url(../_images/stories/manhole-straight.jpg); }
.scenes-menu .drop { background-image: url(../_images/stories/manhole-drop.jpg); }
.scenes-menu .curve { background-image: url(../_images/stories/manhole-curve.jpg); }
.scenes-menu .lab { background-image: url(../_images/stories/manhole-lab-tall.jpg); }
.scenes-menu .setup { background-image: url(../_images/stories/manhole-setup-tall.jpg); }

@media all and (max-width: 1280px) {
    .scenes-menu {
        display: block;
    }

    .scenes-menu a {
        display: block;
        width: 100%;
        height: 400px;
        flex: none;
    }

    .scenes-menu a:hover {
        width: 100%;
    }

    .scenes-menu h2 {
        font-size: 3.75em;
    }

    .scenes-menu a p:not(.teaser) {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    
    .scenes-menu a:hover p:not(.teaser) {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}


/* 360 View */
#vrview {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 800px;
    height: calc(100vh - 135px);
}

#vrview iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-btn {
    display: inline-block;
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.mute-btn {
    display: block;
    float: right;
    align-self: flex-end;
}

.fullscreen-btn {
    display: block;
    float: right;
    align-self: flex-end;
    margin-right: 1em;
}


.menu-btn {
    display: block;
    text-align: left;
    float: left;
    width: 20%;
}

a.btn-circle {
    padding: .9em;
    width: 2.75em;
    height: 2.75em;
    border-radius: 100px;
    background-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.5);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    text-align: center;
}

a.btn-circle:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 100px;
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: -5;
}

a.btn-circle:hover {
    background-color: rgba(255,255,255,1);
    color: #d73b50;
    text-decoration: none;
}

a.btn-circle:hover:after {
    -webkit-animation: 2s pulse infinite;
    animation: 2s pulse infinite;
}

@media all and (max-width: 640px) {
    .play-btn {
        bottom: 120px;
    }
}

/* ANIMATIONS */
@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes pulse {
    0% {
        opacity: .75;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    30% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

span.story-end {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Druk Text Web', sans-serif;
    color: #0064B1;
}


/* ==========================================================
    Feature: Student-Powered Discovery 
=========================================================== */

.spd-feature .story-title {
    background: #285b77;
    color: #fff;
    text-align: left;
    padding-top: 100px;
    min-height: 700px;
}

.spd-feature .story-title h1 {
    color: #b3d6e8;
    font-family: 'RudeSemiCondensed-Book', AvenirNext-Regular;
    border-bottom: 70px solid #ffe068;
    margin-left: -100px;
    padding-left: 100px;
    padding-right: 4px;
    line-height: 74px;
    text-align: right;
    position: relative;
}

.spd-feature .story-title h1 span {
    font-family: 'RudeSemiCondensed-ExtraBold', AvenirNext-Regular;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 96px;
    letter-spacing: 2px;
}

.spd-feature h1::after {
	        animation-delay: 0;
	        animation-delay: var(--animation-delay, 2s);
	        animation-iteration-count: 1;
	        animation-iteration-count: var(--iterations, 1);
	        animation-duration: 1000ms;
	        animation-duration: var(--duration, 1000ms);
	        animation-fill-mode: both;
	        animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.spd-feature h1::after {
		content: "";
		position: absolute;
		z-index: 999;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ffe068;
		transform: scaleX(0);
		transform-origin: 0 50%;
		pointer-events: none;
		animation-name: revealer;

	}
 
@keyframes text {
	from {
	    clip-path: inset(0 100% 0 0);
	}
	to {
	    clip-path: inset(0 0 0 0);
	}
}
 
@keyframes revealer {
	0%, 50% {
	    transform-origin: 0% 50%;
	}
	60%, 100% {
	    transform-origin: 100% 50%;		
	}
	60% {
	    transform: scaleX(1);
	}
	100% {
	    transform: scaleX(0);
	}
}

.spd-feature h2 {
    font-family: RudeSlabExtraWide-Book;
    padding: 16px 0;
    font-size: 18px;
    text-align: right;
}

.spd-feature h2 .author {
    text-transform: uppercase;
    font-size: 15px;
    color: #b3d6e8;
}

.spd-feature .story-intro {
    background: #b3d6e8;
    color: #285b77;
    margin: 0 auto;
    padding: 30px 2%;
    position: relative;
    max-width: 100%;
}

.spd-feature .story-intro .columns {
    max-width: 700px;
}

.spd-feature span.drop-cap {
    font-family: RudeSlabExtraWide-Book;
    font-size: 180px;
	line-height: 160px;
    margin-left: -34px;
    position: relative;
}

.spd-feature span.drop-cap:before {
    content: ' ';
    width: 200px;
    height: 200px;
    background: #ffe068;
    border-radius: 100px;
    position: absolute;
    z-index: -1;
    top: -14%;
    left: 6%;
}

.spd-feature p.intro-paragraph {
    font-family: 'RudeSemiCondensed-Light', AvenirNext-Regular;
    font-size: 26px;
    margin: 0;
}

.spd-feature h3 {
    color: #2c5b77;
    position: relative;
    display: inline-block;
}

.spd-feature h3:after {
	content: ' ';
	width: 100%;
	height: 10px;
	background: #ffe068;
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: -1;
}

.spd-feature .story-img {
    margin: 0;
    padding: 0;
}

.spd-feature .story-img img {
    min-width: 550px;
}

.spd-feature .pullquote-left, .spd-feature .pullquote-right {
    font-family: 'RudeSemiCondensed-Light', AvenirNext-Regular;
    font-size: 30px;
    color: #2c5b77;
    padding-bottom: 10px;
    border-left: 0;
    border-right: 0;
    border-bottom: 20px solid #ffe068;
    min-width: 260px;
    font-style: inherit;
}

.spd-feature .breakout-quote.image-wrapper {
    padding: 0;
}

.spd-feature .caption {
    font-family: 'RudeSemiCondensed-Light', AvenirNext-Regular;
    font-size: 18px;
    color: #2c5b77;
}

@media (max-width:940px) {
    .spd-feature .story-title h1 span {
        font-size: 10vw;
    }
}

@media (max-width:720px) {
    .spd-feature .story-title h1 {
        font-size: 7.5vw;
    }
}

@media (min-width:767px) {
	.spd-feature span.drop-cap {
		margin-left: -60px;
	}
}

@media (max-width:639px) {
    .spd-feature .story-title h1 {
        font-size: 12vw;
        line-height: 14vw;
    }
    .spd-feature .story-title h1 span {
        font-size: 17vw;
    }
	.spd-feature .story-img {
		max-height: 40vh;
	}
	.spd-feature .story-title {
		padding-top: 60px;
		min-height: fit-content;
    	padding-bottom: 40px;
	}
}

@media (min-width:639px) {
	.spd-feature .story-header {
		max-height: 700px;
	}
	.spd-feature .story-img img {
        min-width: 550px;
    }
}

/* ==========================================================
    Feature: A DEGREE THAT MAKES A DIFFERENCE 
=========================================================== */

.adtmad-feature .adtmad-professor-stories {
	 max-width: 1200px;
}
.adtmad-feature .story-header {
    background: url(../_images/features/adtmad-title-bg.jpg) no-repeat scroll 30% bottom #1b2a27;
    height: 700px;
    background-size: 1380px;
}
.adtmad-feature .header-content {
    margin: 110px 0 0 30%;
}
.adtmad-feature h1 {
    font-family: 'RudeSemiCondensed-Bold', AvenirNext-Regular;
    color: #fff;
    font-size: 80px;
    font-style: italic;
    font-variant-ligatures: none;
    text-align: left;
    line-height: 70px;
    margin-bottom: 100px;
}
.adtmad-feature h1 span {
    text-transform: uppercase;
    font-style: normal;
    font-size: 54px;
    padding: 20px;
}
.adtmad-feature h2 {
    max-width: 210px;
    font-size: 1.1em;
    font-family: 'RudeSemiCondensed-Bold', AvenirNext-Regular;
    color: #fff;
    text-align: left;
}
 .adtmad-feature span.author {
	 text-transform: uppercase;
	 font-size: .8em;
}
.adtmad-feature span.drop-cap {
    font-size: 8em;
    margin: -3px 10px 0px 0px;
    font-family: inherit;
}
 .adtmad-feature .intro-paragraph span.intro-paragraph-start {
	 font-family: RudeSemiCondensed-Medium, sans-serif;
	 text-transform: uppercase;
	 letter-spacing: .14em;
	 font-size: .8em;
}
.adtmad-feature h3 {
    color: #0b2686;
    text-transform: uppercase;
    font-family: RudeSlabExtraWide-Thin;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.1;
    border-bottom: 2px solid #fcda91;
}
.adtmad-feature .adtmad-intro {
    background-color: #f1f4f5;
    padding: 30px 30px 2px;
}
.adtmad-feature .adtmad-professor-profile-left, .adtmad-feature .adtmad-professor-profile-right {
    border: 3px solid #f2f1e6;
    padding: 3% 2%;
    position: relative;
}
.adtmad-feature .adtmad-professor-profile-left:before {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 60px solid #f2f1e6;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 100px;
    right: -56px;
}
.adtmad-feature .adtmad-professor-profile-left:after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 55px solid transparent;
    border-left: 60px solid #fff;
    border-bottom: 55px solid transparent;
    position: absolute;
    top: 95px;
    right: -46px;
}
.adtmad-feature .adtmad-professor-profile-right:before {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 60px solid #f2f1e6;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 100px;
    left: -56px;
}
.adtmad-feature .adtmad-professor-profile-right:after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 55px solid transparent;
    border-right: 60px solid #fff;
    border-bottom: 55px solid transparent;
    position: absolute;
    top: 95px;
    left: -46px;
}
 .adtmad-feature .adtmad-professor-profile-wrapper {
	 margin-bottom: 40px;
}
 .adtmad-feature .adtmad-professor-wrapper {
	 position: relative;
	 min-height: 450px;
}
.adtmad-feature ul.adtmad-prof-desc {
    width: 90%;
    background: rgba(0,0,0,.7);
    padding: 4%;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    list-style: none;
}
.adtmad-feature ul.adtmad-prof-desc li {
    font-family: RudeSemiCondensed-Bold, sans-serif;
    font-size: .8em;
    line-height: 1.4em;
    color: #fff;
}
 .adtmad-feature img.adtmad-lightbulb {
	 margin: 0 auto;
	 display: block;
}
.adtmad-feature p.student-desc {
    color: #009ede;
    font-size: 18px;
    line-height: 1.3em;
}
.adtmad-feature .adtmad-professor-profile-left p, .adtmad-feature .adtmad-professor-profile-right p {
    font-family: 'RudeSemiCondensed-Book', AvenirNext-Regular;
}

@media (min-width: 1480px) {
    .adtmad-feature .header-content {
        margin: 110px 0 0 38%;
    }
}

 @media (min-width:1380px) {
	 .adtmad-feature .story-header {
		background-position: bottom center;
		background-size: 1380px;
		margin: 0 auto;
	}
	 .adtmad-feature .adtmad-professor-profile-wrapper {
		 padding-left: 8%;
		 padding-right: 8%;
	}
}
 @media (max-width:730px) {
	.adtmad-feature .story-header {
        min-height: 740px;
        background-position: 5% bottom;
    }
    .adtmad-feature .header-content {
        margin: 10px 0 0 2%;
    }
	.adtmad-feature h1 {
        font-size: 11.8vw;
        line-height: .7em;
        margin-bottom: 300px;
        min-height: 154px;
    }
    .adtmad-feature h1 span {
        font-size: .65em;
        padding: 0 0 0 3%;
        line-height: 10vw;
    }
	.adtmad-feature h2 {
        max-width: 170px;
	}
}
 @media (max-width:639px) {
	.adtmad-feature .adtmad-professor-profile-left:before, .adtmad-feature .adtmad-professor-profile-right:before {
        content: ' ';
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 60px solid #f2f1e6;
        position: absolute;
        top: -106px;
        left: 2%;
    }
	.adtmad-feature .adtmad-professor-profile-left:after, .adtmad-feature .adtmad-professor-profile-right:after {
        content: ' ';
        width: 0;
        height: 0;
        border-left: 55px solid transparent;
        border-right: 55px solid transparent;
        border-bottom: 60px solid #fff;
        position: absolute;
        top: -101px;
        left: 1.05%;
    }
	 .adtmad-feature .adtmad-professor-wrapper {
		 margin-bottom: 30px;
	}
}
@media (max-width:430px) {
    .adtmad-feature h1 {
        font-size: 15vw;
        line-height: .85em;
    }
}

/* ==========================================================
    Feature: CARE THROUGH CRISIS 
=========================================================== */

.story-feature.ctc-feature {
    background: url(../_images/features/ctc-main-image.jpg) no-repeat fixed 100% 8px transparent;
    background-size: 50%;
}

.ctc-feature .story-content.row {
    max-width: inherit;
    margin-top: 0;
}

.ctc-feature .ctc-story-content {
    background-color: #fff;
    margin-top: 0px;
}

.ctc-feature .feature-content {
    position: relative;
    z-index: 1;
}

.ctc-feature h1 {
    font-family: 'RudeSemiCondensed-Bold', AvenirNext-Regular;
    color: #6abde4;
    font-size: 100px;
    font-variant-ligatures: none;
    text-align: center;
    line-height: 70px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    padding: 100px 0 0;
}

.ctc-feature h1 span.ctc-through {
    font-weight: normal;
    letter-spacing: 8px;
    font-size: 50px;
    line-height: 2.2em;
    display: block;
}

.ctc-feature h1 span.ctc-care {
    font-size: 140px;
    display: block;
    line-height: .4em;
}

.ctc-feature h1 span.ctc-crisis {
    font-size: 120px;
    display: block;
    line-height: .6em;
}

.ctc-feature .story-header {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-bottom: 30px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 108%;
    background-color: #f7ecc3;
    position: relative;
    z-index: 2;
}

.ctc-feature .story-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    right: 80px;
    border-radius: 8px 2px;
    transform: skewX(45deg);
    width: 180px;
    height: 530px;
    background-color: #fbf6e3;
    z-index: 0;
}

.ctc-feature h2.eyebrow {
    font-family: RudeSlabExtraWide-Thin;
    font-weight: 600;
    color: #df4055;
    font-size: 1.5em;
    margin: 0;
}

.ctc-feature h2 {
    font-family: 'RudeSemiCondensed-Bold', AvenirNext-Regular;
    color: #6abde4;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 40px;
}

.ctc-feature .intro-paragraph span.drop-cap {
    font-family: RudeSlabExtraWide-Thin;
    font-weight: 600;
    margin: 14px 0 0 0;
    line-height: .9em;
    width: 114px;
}

.ctc-feature .intro-paragraph strong {
    font-family: RudeSlabExtraWide-Thin;
    font-weight: 600;
    text-transform: uppercase;
}

.ctc-feature h3 {
    color: #6ec3ce;
    text-transform: uppercase;
    line-height: .8em;
    border-bottom: 2px solid #df404c;
}

.ctc-feature h3 span {
    color: #6478ab;
    font-family: RudeSlabExtraWide-Thin;
    font-weight: 600;
    font-size: .65em;
}

.ctc-feature img {
    margin-bottom: 30px;
}

.ctc-feature .pullquote-wrapper {
    position: relative;
}

.ctc-feature .pullquote {
    position: absolute;
    top: 0;
    left: 113%;
    width: 86%;
    display: block;
    z-index: 10;
    background: rgba(248,255,255,.95);
    padding: 30px;
    border-radius: 4px;
    border-bottom: 2px solid #df404c;
}

.ctc-feature .pullquote p {
    padding: 0;
    margin: 0;
    font-family: 'RudeSlabExtraWide-Book', AvenirNext-Regular;
    color: #6478ab;
}

@media (max-width:1310px) {
    .story-feature.ctc-feature {
		background: url(../_images/features/ctc-main-image.jpg) no-repeat fixed 107% 18px transparent;
		background-size: 54%;
	}
}

@media (max-width:1210px) {
    .story-feature.ctc-feature {
		background: url(../_images/features/ctc-main-image.jpg) no-repeat fixed 110% center transparent;
		background-size: contain;
	}
}

@media (max-width:1023px) {
    .story-feature.ctc-feature {
		background: url(../_images/features/ctc-main-image.jpg) no-repeat fixed 140% center transparent;
		background-size: contain;
	}
	.ctc-feature .pullquote {
        width: 70%;
        left: 106%;
	}
}

@media (max-width:800px) {
    .story-feature.ctc-feature {
        background: url(../_images/features/ctc-main-image.jpg) no-repeat fixed 240px bottom transparent;
        background-size: 85%;
	}
}

@media (max-width:639px) {
    .story-feature.ctc-feature {
        background: url(../_images/features/ctc-main-image.jpg) no-repeat fixed center 10px transparent;
        background-size: cover;
    }
    .ctc-feature .ctc-story-content {
		background-color: #fff;
		margin-top: 520px;
	}
	.ctc-feature .ctc-story-content {
        overflow: hidden;
    }
    .ctc-feature .story-header {
        width: 108%;
    }
    .ctc-feature .pullquote {
        position: relative;
        top: inherit;
        left: inherit;
        margin-bottom: 30px;
        width: 100%;
    }
}



/* =========================================================== */



.gradient-bg {
    /*background-image: linear-gradient(to bottom right, #009bd5, #8872b1);*/
    background-color: #009bd5;
}

p[class*="pullquote"].gradient-bg {
    color: #fff;
    font-style: normal;
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    padding: 1.25em;
}

.breakout-quote {
    width: 100vw;
    margin-left: calc((700px - 100vw)/2 - .95rem);
    padding: 5em 0;
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.breakout-quote p {
    max-width: 700px;
    padding-left: 1rem;
    padding-right: 0.9375rem;
    margin: auto;
    text-align: center;

    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: 1.3em;
    line-height: 1.4;
}

.breakout-quote.image-bg {
    padding: 50% 0.9375em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakout-quote.quote-left p {
    position: relative;
    margin: 0;
    text-align: left;
    z-index: 1;
}

.breakout-quote.quote-right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.breakout-quote.quote-right p {
    margin: 0;
    text-align: left;
    display: block;
    flex: 0 1 auto;
    z-index: 1;
}

.breakout-quote.overlay-right:before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
}

.breakout-quote.overlay-left:before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
}

.breakout-full {
    width: 100vw;
    margin-left: calc((700px - 100vw)/2 - .95rem);
    padding: 5em 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.breakout {
    position: relative;
    overflow: hidden;
    max-width: 1000px;
    margin-left: -25%;
    margin-right: -25%;
    margin-top: 2rem;
}

.story-feature .caption.breakout-caption {
    margin-bottom: 1.5rem;
}

.breakout:after { 
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*background-image: linear-gradient(to bottom right, #009bd5, #8872b1);*/
    background-color: #009bd5;
    -webkit-transform: scaleX(0); 
    transform: scaleX(0); 
}

[data-aos="breakoutActive"]:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

[data-aos="breakoutActive"].aos-animate:after {
    -webkit-animation: 2.8s breakoutReveal ease-in-out both;
    animation: 2.8s breakoutReveal ease-in-out both;
}

.breakout img {
    width: 100%;
}

[data-aos="breakoutActive"] img {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

[data-aos="breakoutActive"].aos-animate img {
    -webkit-animation: .1s fadeIn 1.4s linear both, .6s breakoutScale 1.6s ease-out both;
    animation: .1s fadeIn 1.4s linear both, .6s breakoutScale 1.6s ease-out both;
}

@media all and (max-width: 1000px) {
    .breakout {
        margin-left: -10%;
        margin-right: -10%;
    }
}

@media all and (max-width: 768px) {

    .breakout {
        margin-left: 0;
        margin-right: 0;
    }

    .breakout-quote {
        width: 100%;
        margin-left: 0;
        padding: 3rem 0;
    }

    .breakout-quote p {
        font-size: .75em;
        line-height: 1.2;
    }
}






@media all and (max-width: 768px) {
   
    .breakout-quote.image-bg {
        padding: 40% 0 .9375rem;
        position: relative;
    }

    .breakout-quote.image-bg:before {
        content: "";
        width: 100%;
        height: 65%;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0, .9));
    }

    .breakout-quote.image-bg p {
        width: 100%;
        margin: auto;
        position: relative;
        z-index: 1;
        color: #fff;
    }

}





/* ======================
    Animations  
========================*/
-webkit-@keyframes breakoutReveal {
    0% {
        -webkit-transform: scaleX(0);
        -webkit-transform-origin: left center;
    }
    50% {
        -webkit-transform: scaleX(1);
        -webkit-transform-origin: left center;
    }
    51% {
        -webkit-transform: scaleX(1);
        -webkit-transform-origin: right center;
    }
    100% {
        -webkit-transform: scaleX(0);
        -webkit-transform-origin: right center;
    }
}

@keyframes breakoutReveal {
    0% {
        transform: scaleX(0);
        transform-origin: left center;
    }
    50% {
        transform: scaleX(1);
        transform-origin: left center;
    }
    51% {
        transform: scaleX(1);
        transform-origin: right center;
    }
    100% {
        transform: scaleX(0);
        transform-origin: right center;
    }
}

-webkit-@keyframes breakoutScale {
    0% { -webkit-transform: scale(1.05); }
    100% { -webkit-transform: scale(1); }
}
@keyframes breakoutScale {
    0% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

-webkit-@keyframes breakoutScaleLarge {
    0% { -webkit-transform: scale(1.2); }
    100% { -webkit-transform: scale(1); }
}
@keyframes breakoutScaleLarge {
    0% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

-webkit-@keyframes heroZoom {
    0% { -webkit-transform: scale(1); }
    100% { -webkit-transform: scale(1.1); }
}
@keyframes heroZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

-webkit-@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}