/* WINTER 2020 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

Family:     'RudeSlabExtraWide-Thin', serif;
Weights:    300;
Styles:     normal, italic

Family:     'RudeSlabExtraWide-ExtraBold', serif;
Weights:    700;
Styles:     normal, italic
------------
*/
@font-face{
        font-family:"TundraWebPro-Medium";
        src:url("../_fonts/tundra/TundraWebPro-Medium.eot?#iefix");
        src:url("../_fonts/tundra/TundraWebPro-Medium.eot?#iefix") format("eot"),url("../_fonts/tundra/TundraWebPro-Medium.woff2") format("woff2"),url("../_fonts/tundra/TundraWebPro-Medium.woff") format("woff"),url("../_fonts/tundra/TundraWebPro-Medium.ttf") format("truetype");
    }

#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;
}

span.story-end {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Druk Text Web', sans-serif;
    color: #0064B1;
}

/* 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);
    }
}

.intro-paragraph-start {
    text-transform: uppercase;
}



/* ==========================================================
    Feature: Managing the World's Water 
=========================================================== */

.mtww-feature {
    width: 100%;
    margin: 0 auto;
}
	
.mtww-title-bg {
    position: relative;
	z-index: -2;
    top: 0;
    left: 0;
    height: 800px;
    width: 100%;
    background-image: url("../_images/features/mtww-dry-ground.jpg");
    background-size: 1044px 900px;
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
}

.mtww-title-bg .mtww-water {
    position: absolute;
	z-index: -1;
    background-image: url("../_images/features/mtww-water-effect.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: -10px;
    right: 18%;
    height: 910px;
    width: 1220px;
    filter: url(#turbulence);
}

.mtww-title-bg h1 {
	font-family:"TundraWebPro-Medium", sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 4.5em;
	letter-spacing: 0.18em;
	line-height: 1em;
}

.mtww-title-bg h2 {
	font-family: 'RudeSlabExtraWide-Book', serif;
	color: #fff;
	font-size: 1em;
	max-width: 610px;
}

.mtww-feature .intro-paragraph span.drop-cap {
    font-family:"TundraWebPro-Medium", sans-serif;
    color: #103858;
    font-size: 10em;
    display: block;
    float: left;
    line-height: .9;
    margin: -34px 0 0 -40px;
}

.mtww-title-bg .feature-content {
    text-align: left;
    position: absolute;
    max-width: 780px;
    bottom: 30px;
    left: 3%;
}

.mtww-title-bg h2 span.author {
    font-size: .68em;
    text-transform: uppercase;
    font-weight: bold;
}
	
.mtww-feature .story-content h3 {
    font-family: "TundraWebPro-Medium", sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #007DB8;
    margin-top: 40px;
}

.mtww-feature .breakout-quote.image-wrapper, .apf-feature .breakout-quote.image-wrapper {
    padding: 0;
}

.mtww-feature .breakout-quote.image-wrapper p {
    padding: 0;
    font-family: "TundraWebPro-Medium", sans-serif;
}

.mtww-feature .pullquote-left, .mtww-feature .pullquote-right {
    font-family: "TundraWebPro-Medium", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 200;
    color: #007DB8;
    width: 280px;
}

.mtww-feature .breakout-quote.water-works {
    background: url(../_images/features/mtww-water-works-bg.jpg) no-repeat scroll center #c9dfec;
    background-size: cover;
    color: #0F2D48;
    height: 640px;
    position: relative;
}

.mtww-feature .water-works-width-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.mtww-feature .breakout-quote.water-works h3 {
    color: #1C5C87;
    font-size: 2.3em;
    max-width: 440px;
    padding-left: 1rem;
    padding-right: 0.9375rem;
    margin: 0 0 10px 0;
}

.mtww-feature .breakout-quote.water-works p {
    font-family: "TundraWebPro-Medium", sans-serif;
    max-width: 440px;
    font-size: 1.1em;
}

.mtww-feature .breakout-quote.water-works p.caption {
    font-family: "TundraWebPro-Medium", sans-serif;
    max-width: 44%;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4em;
    color: #1C5C87;
    font-size: 15px;
    position: absolute;
    bottom: -6px;
    left: 0%;
}

.mtww-feature img.drinking-difficulties.dd-1 {
    max-width: 400px;
    height: auto;
    position: absolute;
    top: -140px;
    right: 340px;
    z-index: 1;
}

.mtww-feature img.drinking-difficulties.dd-2 {
    max-width: 280px;
    height: auto;
    position: absolute;
    top: 144px;
    right: 340px;
}

.mtww-feature img.drinking-difficulties.dd-3 {
    max-width: 300px;
    height: auto;
    position: absolute;
    top: -70px;
    right: 20px;
    z-index: 2;
}


@media (min-width:1480px){
    .mtww-title-bg {
        height: 900px;
    }
	.mtww-title-bg .mtww-water {
		right: auto;
		left: -1%;
		width: 80%;
	}
}

@media (max-width:1180px) {
	.mtww-title-bg  {
		background-size: cover;
	}
	.mtww-title-bg .mtww-water {
		background-size: 150% 80%;
		background-position: 92% 0;
		top: -462px;
		right: 0;
		left: auto;
		height: 1700px;
		width: 860px;
		transform: rotate(-90deg);
	}
	.mtww-title-bg .feature-content {
        text-align: right;
        left: auto;
        right: 3%;
    }
    .mtww-title-bg h2 {
        max-width: 655px;
    }
    .mtww-feature img.drinking-difficulties.dd-1 {
        top: -104px;
        right: 12%;
        transform: rotate(-5deg);
    }
    .mtww-feature img.drinking-difficulties.dd-2 {
        top: auto;
        right: 31%;
        bottom: -278px;
        transform: rotate(-5deg);
    }
    .mtww-feature img.drinking-difficulties.dd-3 {
        top: auto;
        right: 3%;
        bottom: -257px;
        transform: rotate(8deg);
    }
}

@media (max-width:1040px) {
    .mtww-feature .pullquote-left, .mtww-feature .pullquote-right {
        width: 100%;
    }
    .mtww-feature img.drinking-difficulties.dd-1 {
        max-width: 360px;
        top: -104px;
        right: 8%;
    }
    .mtww-feature img.drinking-difficulties.dd-2 {
        max-width: 240px;
        right: 27%;
        bottom: -228px;
    }
    .mtww-feature img.drinking-difficulties.dd-3 {
        max-width: 260px;
        right: 3%;
        bottom: -257px;
    }
}

@media (min-width:950px) {
    .image-wrapper .img-950 {
        max-width: 950px;
    }
}

@media (max-width:930px) {
    .mtww-feature .breakout-quote.water-works {
        padding: 30px 0;
        margin-bottom: 80px;
    }
    .mtww-feature .breakout-quote.water-works p {
        max-width: 580px;
    }
    .mtww-feature img.drinking-difficulties.dd-1 {
        max-width: 350px;
        top: 286px;
        right: auto;
        left: 30%;
    }
    .mtww-feature img.drinking-difficulties.dd-2 {
        max-width: 220px;
        top: auto;
        right: auto;
        left: 3%;
        bottom: -348px;
    }
    .mtww-feature img.drinking-difficulties.dd-3 {
        max-width: 218px;
        top: auto;
        right: 3%;
        bottom: -338px;
    }
    .mtww-feature .breakout-quote.water-works p.caption {
        max-width: 100%;
        top: 646px;
        bottom: auto;
    }
}

@media (max-width:750px) {
    .mtww-feature .intro-paragraph span.drop-cap {
        margin: -34px 0 0 -10px;
    }
    .mtww-title-bg h1 {
        font-size: 11.5vw;
	}
}

@media (max-width:600px) {
    .mtww-title-bg  {
		height: 600px;
	}
	.mtww-title-bg .mtww-water {
        top: -572px;
    }
    .mtww-feature .breakout-quote.water-works {
        height: auto;
        margin-bottom: 2rem;
        padding-bottom: .5rem;
    }
    .mtww-feature .breakout-quote.water-works h3 {
        font-size: 7.5vw;
        max-width: inherit;
    }
    .mtww-feature img.drinking-difficulties.dd-1 {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        transform: none;
        margin: 2% 3%;
        max-width: 93%;
    }
    .mtww-feature img.drinking-difficulties.dd-2 {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        transform: none;
        margin: 3%;
        max-width: 43%;
    }
    .mtww-feature img.drinking-difficulties.dd-3 {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        transform: none;
        margin: 3%;
        max-width: 43%;
    }
    .mtww-feature .breakout-quote.water-works p.caption {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
}

/* ==========================================================
    Feature: The Illustrious Allan Saxe 
=========================================================== */

span.rude-slab-book {
    font-family: RudeSlabExtraWide-Book;
}

.tias-feature {
    width: 100%;
    margin: 0 auto;
}

.tias-feature .tias-half-in-half {
    display: inline-block;
}

.tias-feature .tias-title-opener .feature-content {
    position: relative;
    background-color: #f3f2ea;
    padding: 8%;
}

.tias-feature .tias-title-opener .columns {
    padding: 0;
}

.tias-feature .tias-half-in-half {
    position: relative;
    display: inline-block;
    width: 100%;
}

.tias-feature .tias-half-in-half.tias-title-opener {
    display: inline-block;
}

.tias-feature h1 {
    font-family: RudeSlabExtraWide-ExtraBold;
    color: #10769e;
    font-size: 120px;
    line-height: .9em;
    display: inline-block;
    background-color: #f3f2ea;
    padding-right: 10%;
}

.tias-feature h1 span {
    font-family: RudeSlabExtraWide-Thin;
    color: #646464;
    font-size: .6em;
    line-height: 1;
    display: inline-block;
}

.tias-feature h2 {
    font-family: RudeSlabExtraWide-Book;
    padding: 16px 0;
    border-top: 2px solid #646464;
    font-size: 17px;
    background-color: #f3f2ea;
}

.tias-feature h2 .author {
    text-transform: uppercase;
    font-size: 16px;
}

.tias-feature  .tias-quote {
    font-family: RudeSlabExtraWide-Thin;
    font-size: 20px;
    line-height: 1.4em;
}

.tias-feature .tias-quote span {
    font-family: RudeSemiCondensed-Thin;
    text-transform: uppercase;
}

.tias-feature .tias-quote span strong {
    font-family: RudeSemiCondensed-Book;
    font-weight: normal;
}

.tias-feature .tias-quote-opener {
    position: absolute;
    top: 2%;
    right: 3%;
    max-width: 550px;
    text-align: right;
}

.tias-feature .intro-paragraph span.drop-cap {
    font-family: RudeSlabExtraWide-Book, sans-serif;
    color: #f67d45;
    font-size: 7em;
    display: block;
    float: left;
    line-height: .7;
    margin: 28px 0 0 -10px;
}

.tias-feature .tias-half-in-half img.tias-bw-img {
    margin-top: -6vw;
}

.tias-feature .tias-quote.tias-egg-quote {
    margin-top: 22%;
}

.tias-feature .tias-half-in-half img.tias-cowboy-stadium {
    max-width: 103.6%;
    margin-left: -25px;
}

.tias-feature .tias-half-in-half img {
    margin-bottom: 20px;
}

.tias-feature .tias-quote.tias-large-quote-left {
    font-size: 44px;
    border-right: 2px solid #ccc;
    padding-left: 6%;
    margin-top: 20px;
}

.tias-feature .tias-quote.tias-large-quote-right {
    font-size: 44px;
    border-left: 2px solid #ccc;
    padding-left: 6%;
    margin-top: 20px;
}

.tias-feature .tias-quote.tias-large-quote-right span, .tias-feature .tias-quote.tias-large-quote-left span {
    font-size: .7em;
}

.tias-feature img.tias-saxe-thriller {
    margin: 0 auto 60px;
    display: block;
}

.tias-feature .flex-video {
    padding-bottom: 64%;
}

.tias-feature .tias-saxe-irritate {
    border-left: 2px solid #ccc;
}

@media (min-width:1340px) {
    .tias-feature .tias-half-in-half.tias-title-opener {
        max-width: 100%;
        height: 800px;
        overflow: hidden;
    }
}

@media (min-width:1280px) {
    .tias-feature .tias-half-in-half {
        display: flex;
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media (max-width:1200px) {
    .tias-feature .tias-quote-opener {
        font-size: 18px;
        max-width: 500px;
    }
    .tias-feature .tias-quote.tias-large-quote {
        font-size: 3.75vw;
    }
}

@media (max-width:1023px) {
    .tias-feature h1 {
        position: absolute;
        top: -380px;
        left: auto;
        right: auto;
        padding: 0 4% 3%;
    }
    .story-feature .max700 {
        max-width: 700px;
        margin: 0 auto;
    }
    .tias-feature .tias-half-in-half {
        margin-bottom: 20px;
    }
    .tias-feature .tias-half-in-half img, .tias-feature .tias-half-in-half img.tias-cowboy-stadium {
        max-width: 80%;
        margin: 0 auto 12px;
        display: block;
    }
    .tias-feature .tias-half-in-half.tias-title-opener img {
        max-width: 100%;
    }
    .tias-feature .tias-half-in-half img.tias-bw-img {
        margin: -6vw auto 2%;
        max-width: 50%;
        display: block;
    }
    .tias-feature .tias-quote.tias-egg-quote {
        margin-top: 2%;
    }
    .tias-feature .tias-quote.tias-large-quote-right, .tias-feature .tias-quote.tias-large-quote-left {
        border-left: none;
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        padding: 4%;
    }
    .tias-feature .tias-half-in-half img.tias-hearts {
        max-width: 300px;
    }
    .tias-feature .tias-saxe-irritate {
        border-left: none;
    }
    .tias-feature .tias-saxe-irritate img {
        width: 50%;
        margin-top: 30px;
    }
}

@media (max-width:700px) {
    .tias-feature h1 {
        font-size: 22vw;
        position: unset;
        top: auto;
        left: auto;
        right: auto;
        padding: 4% 2%;
        margin-top: -320px;
    }
    .tias-feature .tias-title-opener .feature-content {
        padding: 8% 8% 2%;
    }
    .tias-feature .tias-half-in-half img {
        max-width: 100%;
    }
    .tias-feature .tias-half-in-half img.tias-bw-img {
        max-width: 70%;
    }
    .tias-feature .tias-quote.tias-large-quote-right, .tias-feature .tias-quote.tias-large-quote-left {
        font-size: 6.8vw;
    }
    .tias-feature .tias-half-in-half img.tias-cowboy-stadium {
        max-width: 103.6%;
        margin-left: -22px;
        margin-bottom: 10px;
    }
}

@media (max-width:550px) {
    .tias-feature h1 {
        margin-top: -220px;
    }
    .tias-feature .tias-quote-opener {
        font-size: 3.2vw;
    }
    .tias-feature .tias-quote-opener {
        top: 0%;
        right: 0%;
        max-width: 100%;
        text-align: right;
        background-color: rgba(255,255,255,.8);
        padding: 2%;
    }
}

/* ==========================================================
    Feature: Illuminating Knowledge 
=========================================================== */

.ik-feature .ik-professor-stories {
    max-width: 1200px;
}

.ik-feature .story-header {
    background: url(../_images/features/ik-title-bg.jpg) no-repeat scroll center left #444;
    height: 900px;
    background-size: cover;
}

.ik-feature h1 {
    background: url(../_images/features/ik-title.png) no-repeat scroll 0 0 transparent;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    max-width: 700px;
    height: 320px;
    margin-top: 280px;
    margin-left: 10px;
    margin-right: 15px;
}

.ik-feature h2 {
    max-width: 550px;
    font-size: 1.1em;
    font-family: RudeSlabExtraWide-Thin, sans-serif;
    color: #fff;
    text-align: left;
    transform: skewX(170deg);
    margin-left: 122px;
}

.ik-feature span.author {
    text-transform: uppercase;
    font-size: .8em;
}

.ik-feature span.drop-cap {
    font-size: 18em;
    color: #fac854;
    position: absolute;
    margin: -90px 0px 0px -60px;
    z-index: -1;
}

.ik-feature .intro-paragraph span.intro-paragraph-start {
    font-family: RudeSemiCondensed-Medium, sans-serif;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .8em;
}

.ik-feature h3 {
    color: #ed4054;
    text-transform: uppercase;
    font-family: 'Druk Text Web', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1.1;
}

.ik-feature .ik-professor-profile-left, .ik-feature .ik-professor-profile-right {
    background-color: #fff7ec;
    padding: 2%;
    position: relative;
}

.ik-feature .ik-professor-profile-left:before {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 60px solid #fff7ec;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 100px;
    right: -50px;
 }
 
 .ik-feature .ik-professor-profile-right:before {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 60px solid #fff7ec;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 100px;
    left: -50px;
 }
 
 .ik-feature .ik-professor-profile-wrapper {
    margin-bottom: 40px;
}

.ik-feature .ik-professor-wrapper {
    position: relative;
    min-height: 450px;
}

.ik-feature ul.ik-prof-desc {
    width: 90%;
    background: rgba(238,238,238,.9);
    padding: 4% 4% 4% 8%;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ik-feature ul.ik-prof-desc li {
    font-family: RudeSemiCondensed-Bold, sans-serif;
    font-size: .8em;
    line-height: 1.4em;
}

.ik-feature img.ik-lightbulb {
    margin: 0 auto;
    display: block;
}

@media (min-width:1400px) {
    .ik-feature .ik-professor-profile-wrapper {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media (max-width:1200px) {
    .ik-feature .story-header {
        background-position: center;
    }
}

@media (max-width:990px) {
    .ik-feature h2 {
        padding: 10px 30px;
        background-color: rgba(0,0,0,.5);
    }
}

@media (max-width:800px) {
    .ik-feature span.drop-cap {
        font-size: 14.5em;
        margin: -74px 0px 0px -10px;
    }
}

@media (max-width:730px) {
    .ik-feature .story-header {
        height: 118vw;
        min-height: 640px;
    }
    .ik-feature h1 {
        height: 44vw;
        margin-top: 30%;
    }
    .ik-feature h2 {
        margin: 0 auto;
        font-size: 1em;
    }
}

@media (max-width:639px) {
    .ik-feature .ik-professor-profile-left:before, .ik-feature .ik-professor-profile-right:before {
        content: ' ';
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 60px solid #fff7ec;
        position: absolute;
        top: -100px;
        left: 2%;
     }
     .ik-feature .ik-professor-wrapper {
         margin-bottom: 30px;
     }
}



/* ==========================================================
    Feature: A Path Forward 
=========================================================== */

.apf-feature .story-header {
    background: url(../_images/features/apf-feature-bg.jpg) no-repeat scroll center left #fdba11;
    height: 900px;
    background-size: 1120px;
}

.apf-feature h1 {
    background: url(../_images/features/apf-title1.png) no-repeat scroll 0 0 transparent;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    max-width: 760px;
    height: 480px;
    margin-top: 180px;
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
    z-index: 10;
}

.apf-feature h2 {
    max-width: 630px;
    font-size: 1em;
    font-family: 'RudeSlabExtraWide-Book', serif;
    color: #c63600;
    text-align: right;
    margin-left: 121px;
    padding-right: 40px;
    position: relative;
    z-index: 10;
}

.apf-feature span.author {
    text-transform: uppercase;
    font-size: .8em;
}

.apf-feature .header-content {
    max-width: 60%;
    height: 100%;
    padding-right: 1%;
    position: absolute;
    top: 0;
    right: 0%;
    z-index: 10;
}

.apf-feature .header-content:before {
    content: ' ';
    width: 70%;
    height: 100%;
    background: #fdba11;
    transform: skewX(190deg);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 9%;
}

.apf-feature .header-content:after {
    content: ' ';
    width: 52%;
    height: 100%;
    background: #fdba11;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 320px;
}

.apf-feature span.drop-cap {
    background: url(../_images/features/apf-dropcap.png) no-repeat scroll 0 0 transparent;
    background-size: contain;
    display: block;
    width: 120px;
    height: 300px;
    text-indent: -9999px;
    font-size: 18em;
    color: #0074cb;
    margin: -70px -33px 0px -10px;
    z-index: -1;
}

.apf-feature .intro-paragraph span.intro-paragraph-start {
    text-transform: uppercase;
}

.apf-feature .intro-paragraph .angle-skew {
    transform: skewX(351deg);
    display: block;
}

.apf-feature h3 {
    color: #0074cb;
    text-transform: uppercase;
    font-family: 'Druk Text Web', sans-serif;
    font-weight: 800;
    font-size: 1.7rem;
    line-height: 1.1;
}

.apf-feature svg.wave {
    width: 600px;
    height: auto;
    position: absolute;
    top: 208px;
    left: -284px;
    z-index: -10;
}

.apf-feature svg.wave stop:nth-child(1) {
    stop-color: #F5C25A;
}

.apf-feature svg.wave stop:nth-child(2) {
    stop-color:#F5C25A;stop-opacity:0
}

.apf-feature .breakout-quote.apf-pullquote {
    background: url(../_images/features/apf-pullquote-bg.jpg) no-repeat scroll center left #000;
    padding: 34% .8em;
}

.apf-feature .breakout-quote.apf-pullquote p {
    font-family: 'Druk Text Web', sans-serif;
    color: #fdb911;
    font-size: 3em;
    line-height: 1.2em;
    padding: 3%;
}

.story-feature.apf-feature .caption {
    font-family: 'Druk Text Web', sans-serif;
    font-size: 1em;
    color: #48a6dc;
}

@media (min-width:1700px) {
    .apf-feature .story-header {
        background-size: 68%;
    }
    .apf-feature .header-content {
        left: 960px;
    }
}

@media (max-width:1280px) {
    .apf-feature h1 {
        height: 38vw;
    }
}

@media (max-width:880px) {
    .apf-feature .story-header {
        height: 90vw;
    }
    .apf-feature h1 {
        margin-top: 16vw;
    }
    .apf-feature h2 {
        margin-left: 12vw;
    }
    .apf-feature .header-content:after {
        width: 100%;
        left: 140px;
    }
}

@media (max-width:720px) {
    .apf-feature .story-header {
        height: 600px;
    }
    .apf-feature .header-content {
        max-width: 84%;
    }
    .apf-feature h1 {
        margin-top: 4vw;
        height: 54vw;
    }
    .apf-feature h2 {
        margin-left: 20vw;
    }
    .apf-feature .header-content:before {
        left: 12%;
    }
}



/* =========================================================== */



.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;
    }

}

.scene-iframe {
    width: 100%;
    height: calc(100vh - 85px);
    margin-top: -40px;
}





/* ======================
    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; }
}