/* 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);
    }
}



/* ==========================================================
    Feature: Woman Powered 
=========================================================== */

.woman-powered-feature .story-header {
    position: relative;
    height: 800px;
    background-color: #f9dc24;
    margin: 0; 
}

.woman-powered-feature .story-header:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../_images/features/woman-powered-hero.jpg);
}

.woman-powered-feature .header-content {
    position: absolute;
    top: 50%;
    right: 0px;
    left: auto;
    padding-right: 5%;
    text-align: left;
    color: #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.woman-powered-feature .story-header h1 {
    font-family: 'Druk XCond Web', sans-serif;
    font-size: 6vw;
    line-height: .75;
    letter-spacing: .025em;
    margin-bottom: .25em;
}

.woman-powered-feature .story-header span.large {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: .9em;
    font-style: italic;
    display: block;
    letter-spacing: -.075em;
    color: #fff;
}

.woman-powered-feature .story-header span.shift {
    color: #000;
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    font-size: 1.3em;
    font-weight: 700;
}

.woman-powered-feature .story-header h2 {
    max-width: 450px;
    padding-right: 10%;
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    font-size: 1em;
    font-weight: 100;
}

.woman-powered-feature .story-header h2 .author {
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-size: .9em;
    margin-top: .5em;
    display: block;
}

.woman-powered-feature .feature-caption {
    display: block;
    max-width: 700px;
    margin: auto;
    margin-bottom: 3.5em;
    margin-top: .75em;
}

.woman-h3 h3 {
    font-family: 'Druk Text Wide', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1.1;
}

.woman-breakout-quote {
    width: 100vw;
    margin-left: calc((700px - 100vw)/2 - .95rem);
    padding: 5em 0;
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
    background-color: #009bd5;
}

.woman-breakout-quote p {
    max-width: 700px;
    padding-left: 0.9375rem;
    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;
}

.medium-3-woman-cordero {
    width: 50%;
}

.woman-powered-feature .image-bg {
    height: 600px;
    height: 70vh;
    padding: 0;
}

.woman-powered-feature .image-bg p {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 320px;
}

.breakout-quote.flood-scene { 
    background-image: url(../_images/features/stb-flood-scene.jpg); 
    background-position: left 30%;
}

.breakout-quote.flood-scene p { 
    color: #000;
    width: 25%;
    max-width: 700px;
    margin-left: 5%;
}

.woman-powered-feature .breakout:after { 
    background-image: none;
    background-color: #139AD5; 
}

.breakout-quote.flood-aerial { 
    background-image: url(../_images/features/stb-flood-aerial.jpg);  
    background-position: left 80%;
}

.breakout-quote.flood-aerial p { 
    color: #fff;
    width: 25%;
    max-width: 500px;
    margin-right: 5%;
    align-self: end;
    margin-top: 3%;
}

.breakout-quote.flood-aerial.overlay-right:before {
    width: 75%;
    background-image: linear-gradient(to left, rgba(0,0,0,.6), rgba(0,0,0,0));
}

@media all and (max-width: 1400px) {
    .woman-powered-feature .header-content {
        left: 0;
        right: 0;
        padding: 0 .9375rem;
        max-width: 500px;
        z-index: 1;
        bottom: 2rem;
        top: auto;
        -webkit-transform: none;
        transform: none;
    }

    .woman-powered-feature .story-header:before {
        background-position: left center;
    }
    .woman-powered-feature .story-header h1 {
        font-size: 3em;
        line-height: .95;
        letter-spacing: .025em;
    }

    .woman-powered-feature .story-header span.shift {
        color: #fff;
    }

    .woman-powered-feature .story-header h2 {
        color: #fff;
    }

    .woman-powered-feature .story-header:after {
        content: "";
        width: 100%;
        height: 70%;
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        background-image: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,0));
    }
    
}

@media all and (max-width: 1024px) {
    .woman-powered-feature .header-content {
        left: 0;
        right: 0;
        padding: 0 .9375rem;
        max-width: 500px;
        z-index: 1;
        bottom: 2rem;
        top: auto;
        -webkit-transform: none;
        transform: none;
    }

    .woman-powered-feature .story-header h1 {
        font-size: 3em;
        line-height: .95;
        letter-spacing: .025em;
    }

    .woman-powered-feature .story-header span.shift {
        color: #fff;
    }

    .woman-powered-feature .story-header h2 {
        color: #fff;
    }

    .woman-powered-feature .story-header:after {
        content: "";
        width: 100%;
        height: 70%;
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        background-image: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,0));
    }
    
    .woman-powered-feature .story-header:before {
        background-size: cover;
        background-position: left center;
    }

    
    .woman-powered-feature .flood-parallax {
        background-image: url(../_images/features/stb-flood-illustration.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right top;
        height: 50vh;
        min-height: 300px;
    }

    .woman-powered-feature .flood-parallax img {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .breakout-full {
        margin-left: 0;
        width: 100%;
    }

    .woman-powered-feature .image-bg p {
        min-width: 100%;
        color: #fff;
        margin: 0;
        position: absolute;
        top: auto;
        bottom: .9375rem;
        -webkit-transform: none;
        transform: none;
    }
    
    .medium-3-woman-cordero {
        width: 100%;
    }

    .breakout-quote.flood-scene { 
        background-position: center 30%;
    }

    .breakout-quote.flood-aerial.overlay-right:before {
        width: 100%;
        background-image: linear-gradient(to top, rgba(0,0,0,.6), rgba(0,0,0,0))
    }

}



/* ==========================================================
    Feature: Transitions 
=========================================================== */

.transitions b.italics {
    font-weight: inherit;
    font-style: italic;
}

.transitions-pullquote-right {
    float: right;
    margin-right: -110px;
    margin-left: 15px;
    padding-left: 15px;
    text-align: left;
    border-left: 1px dotted #CCC;
    margin-bottom: 10px;
    width: 300px;
    line-height: 1.2;
    font-size: 1.2em;
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    color: #6c8a91;
}

.transitions-caption {
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    color: #23a8a0;
    line-height: 1.2em;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    padding: 0px 20px;
}

.transitions-feature {
    width: 100%;
    height: 675px;
    position: relative;
    overflow: hidden;
}

.transitions strong {
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: .25em;
    font-weight: 600;
}

.transitions-feature-bg {
    background: url(../_images/features/transitions-hero-wide.jpg) no-repeat right top 25% #fff;
    background-size: cover;
    width: 100%;
    height: 700px;
    position: absolute;
}

#transitions-title {
    margin: auto;
    position: absolute;
    width: 85%;
    left: 0%;
    top: 0px;
}

.transitions-full {
    width: 100%;
}

.transitions-intro-bg {
    background-color: #6c8a91;
    color: #000;
    padding: 20px 0px 0px;
    border-bottom: 20px solid transparent;
}

.transitions-full .intro {
    max-width: 960px;
    margin: auto;
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
    font-style: italic;
    font-size: 1.4em;
    color: #fff;
    padding: 20px 0px 20px 10px;
}

.transitions-full .credits {
    font-size: .9em;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
}

.transitions .drop-cap {
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
    font-size: 5.65em;
    margin-top: -2px;
}

.transitions .intro-paragraph {
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
    font-size: 1.55em;
    text-transform: none;
    margin-top: 25px;
}

.transitions .intro-paragraph a {
    color: #23a8a0;
}

.transitions-credits {
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-size: .5em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 200px 0px 20px 0px;
}

.transitions-headlines {
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
    font-size: 1.5em;
    line-height: 1.1;
    color: #23a8a0;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 5px;
}

.transitions-body-copy {
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
}

.transitions-body-copy a {
    color: #23a8a0;
}

.transitions-extra-eyebrow {
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    font-size: 1.8em;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 40px;
}

.transitions-extra-headlines {
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
    font-size: 1.5em;
    line-height: 1.1;
    color: #23a8a0;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 5px;
}

.transitions-extra-copy {
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
}

.transitions-extra-copy a {
    color: #23a8a0;
}

.transitions h2 {
    color: #000;
    font-family: 'AdobeGaramondW01-Regula', georgia, serif;
    font-weight: 400;
	font-style: italic;
    margin-top: 50px;
}

.transitions h3 {
    color: #FF8742;
    font-weight: 400;
    margin-top: 50px;
}

#transitions-title h1 {
    font-size: 9em;
    font-weight: 900;
    letter-spacing: -.06em;
    height: 700px;
    padding: 0px 50px 0px 0px;
    margin-top: -16px;
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    text-indent: -9999px;
    background-image: url(../_images/features/transitions-title.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.transitions-title h3 {
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.75);
    font-size: 3.5em;
}

.transitions .clip {
    color: #0064b1;
    font-family: 'AvenirNextLTW01-UltraLi', Helvetica, Arial;
    font-style: italic;
}

.transitions-image-break {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.transitions-image-break .break-caption {
    color: #fff;
    position: absolute;
    margin: auto;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    padding: 5px 30px;
}

.transitions .image-center {
    padding: 0px;
    margin-bottom: 20px;
}

.transitions-image-break .section-title {
    height: 80vh;
}

.transitions .uppercase {
    text-transform: uppercase;
}

.breakout-quote.transitions-job-fair { 
    background-image: url(../_images/features/transitions-job-fair.jpg); 
}

.breakout-quote.transitions-job-fair p { 
    color: #fff;
    width: 25%;
    max-width: 700px;
    margin-left: 5%;
}

.breakout-quote.transitions-job-fair.overlay-left:before {
    width: 60%;
    background-image: linear-gradient(to right, rgba(255,255,255,.6), rgba(255,255,255,0));
}

.breakout-quote.transitions-career-center { 
    background-image: url(../_images/features/transitions-career-center.jpg); 
}

.breakout-quote.transitions-career-center p { 
    color: #fff;
    width: 25%;
    max-width: 700px;
    margin-left: 5%;
}

.breakout-quote.transitions-career-center.overlay-left:before {
    width: 60%;
    background-image: linear-gradient(to right, rgba(255,255,255,.6), rgba(255,255,255,0));
}

.breakout-quote.transitions-lockheed { 
    background-image: url(../_images/features/transitions-lockheed-martin-center.jpg); 
}

.breakout-quote.transitions-lockheed p { 
    color: #fff;
    width: 25%;
    max-width: 700px;
    margin-left: 5%;
}

.breakout-quote.transitions-lockheed.overlay-left:before {
    width: 60%;
    background-image: linear-gradient(to right, rgba(255,255,255,.6), rgba(255,255,255,0));
}

.breakout-quote.uta-forecast { 
    background-image: url(../_images/features/efa-cosio.jpg); 
    background-position: center 30%;
}

.breakout-quote.uta-forecast p { 
    color: #000;
    width: 30%;
    max-width: 700px;
    margin-left: 5%;
}

.breakout-quote.uta-60x30 { 
    background-color: #000;
    background-size: contain;
    background-position: 20% center;
    background-image: url(../_images/features/efa-60x30.jpg); 
}

.breakout-quote.uta-60x30 p { 
    width: 30%;
    max-width: 700px;
    margin-right: 5%;
}

@media screen and (max-width: 1024px) {
    .transitions-credits {
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    .transitions-credits {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .transitions-credits {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    #transitions-title {
        top: 40px;
        padding-right: 0px;
    }
    
    .transitions-feature {
        width: 100%;
        height: 400px;
        position: relative;
        overflow: hidden;
    }

    .transitions-feature-bg {
        background: url(../_images/features/transitions-hero-wide.jpg) no-repeat center right 25% #fff;
        background-size: cover;
        width: 100%;
        height: 400px;
        position: absolute;
    }
    
    .transitions-credits {
        text-align: center;
        margin: 0px 0px 0px 0px;
    }
    
    #transitions-title h1 {
        background-image: url(../_images/features/transitions-title.png);
    }

    .transitions-full .intro {
        font-size: 1em;
    }

    .transitions-full .credits {
        font-size: .9em;
    }

    .transitions .intro-paragraph {
        font-size: 1.1em;
    }

    .transitions-pullquote-right {
        float: none;
        margin-left: 0px;
    }

}



/* ==========================================================
    Feature: Entrepreneurship Elevated 
=========================================================== */

.entrepreneurship-feature {
    width: 100%;
    margin: 0 auto;
}

.entrepreneurship-feature h1, .entrepreneurship-feature .story-content h3 {
    color: #c22028;
    margin-top: 40px;
}

.entrepreneurship-feature .story-header img {
    width: 100%;
}

.entrepreneurship-feature .story-header {
    background-image: url("../_images/features/entrepreneurship-hero-wide.jpg");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 800px;
    position: relative;
}

.breakout-quote.entrepreneurship-fire-chair { 
    background-image: url(../_images/features/entrepreneurship-fire-chair.jpg); 
    background-position: center 30%;
}

.breakout-quote.entrepreneurship-fire-chair p { 
    color: #000;
    width: 30%;
    max-width: 700px;
    margin-left: 5%;
}

.breakout-quote.entrepreneurship-worth-having { 
    background-color: #fff;
    background-size: contain;
    background-position: 20% center;
    background-image: url(../_images/features/entrepreneurship-worth-having.jpg); 
}

.breakout-quote.entrepreneurship-worth-having p { 
    color: #000;
    width: 30%;
    max-width: 700px;
    margin-right: 5%;
}

.entrepreneurship-breakout-quote {
    width: 100vw;
    margin-left: calc((700px - 100vw)/2 - .95rem);
    padding: 5em 0;
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
    background-color: #5997b1;
}

.entrepreneurship-breakout-quote p {
    max-width: 700px;
    padding-left: 0.9375rem;
    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;
}

.pullquote-right-entrepreneurship-portrait-caption {
    float: right;
    margin-right: -110px;
    margin-left: 15px;
    padding-left: 15px;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
    width: 210px;
    font-size: .8em;
    line-height: 1;
    font-style: normal;
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
}

@media screen and (max-width: 640px) {
/*
    .extra-feature .story-header {
        background-image: url("../_images/features/entrepreneurship-feature-small.jpg");
    }
*/
}

.entrepreneurship-feature .feature-content {
    position: absolute;
    max-width: 1800px;
    width: 90%;
    left: 0px;
    top: auto;
    bottom: 0px;
    right: 0px;
    padding: 0px 20px;
    color: #fff;
    text-align: center;
    margin: auto;
    text-align: center;
}

.entrepreneurship-feature .story-content img {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.entrepreneurship-feature .image-wide img {
    width: 100%;
}

.entrepreneurship-feature .drop-cap {
    color: #d63c4f;
}

.entrepreneurship-feature .feature-content h2 {
    font-family: 'RudeSlabExtraWide-Book';
    font-size: 1em;
    font-weight: 100;
    padding: 20px 20%;
    color: #bd2e20;
}

.entrepreneurship-feature .author {
    font-family: 'Druk Text Wide';
    font-size: .6em;
    text-transform: uppercase;
    letter-spacing: .3em;
}

.entrepreneurship-feature .pullquote-left, .entrepreneurship-feature .pullquote-right {
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
    color: #d63c4f;
    width: 230px;
}

.entrepreneurship-feature .testimonial-container {
    background-color: #000;
    margin-bottom: 70px;
    color: #fff
}

@media screen and (max-width: 1040px) {
    .entrepreneurship-feature .pullquote-right {
        font-size: 22px;
        width: 230px;
        float: right;
        margin-right: -110px;
        margin-left: 15px;
        padding-left: 15px;
        text-align: left;
        border-left: 1px dotted #CCC;
        margin-bottom: 10px;
        line-height: 1.4;
    }

}

@media screen and (max-width: 1024px) {
    .entrepreneurship-feature .feature-content {
        width: 90%;
    }

    .entrepreneurship-feature .feature-content h2 {
        padding: 20px 0;
    }

    .pullquote-right-entrepreneurship-portrait-caption {
        margin-right: 0px;
        width: 150px;
    }
    
    .entrepreneurship-feature .pullquote-right {
        font-size: 22px;
        width: 230px;
        float: right;
        margin-right: 0px;
        margin-left: 15px;
        padding-left: 15px;
        text-align: left;
        border-left: 1px dotted #CCC;
        margin-bottom: 10px;
        line-height: 1.4;
    }

}

@media screen and (max-width: 640px) {
    .entrepreneurship-feature .feature-content {
        width: 100%;
        background-color: transparent;
    }

    .entrepreneurship-breakout-quote {
        margin-left: 0px;
    }

    .entrepreneurship-feature .pullquote-right {
        font-size: 20px;
        width: 280px;
        float: none;
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 15px;
        text-align: left;
        border-left: 1px dotted #CCC;
        margin-bottom: 10px;
        line-height: 1.2;
    }
}



/* ==========================================================
    Feature: The Maverick Heart 
=========================================================== */

.maverick-heart-pullquote-right {
    float: right;
    margin-right: -110px;
    margin-left: 15px;
    padding-left: 20px;
    text-align: left;
    border-left: 10px solid #CCC;
    margin-bottom: 10px;
    width: 300px;
    font-size: 1.2em;
    line-height: 1.3;
}

.maverick-heart-feature .story-header {
    position: relative;
    height: 800px;
    height: 80vh;
    background-color: #000;
    margin: 0; 
}

.maverick-heart-feature .story-header:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../_images/features/maverick-heart-hero-wide.jpg);
}

.maverick-heart-feature .header-content {
    position: absolute;
    top: 50%;
    left: auto;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    color: #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.maverick-heart-feature .story-header h1 {
    font-family: 'Druk XCond Web', sans-serif;
    font-size: 6vw;
    line-height: .9;
    letter-spacing: .025em;
    margin-bottom: .25em;
}

.maverick-heart-feature .story-header span.large {
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-size: 1.73em;
    display: block;
    letter-spacing: 0em;
    color: #fff;
    font-weight: 400;
}

.maverick-heart-feature .story-header span.shift {
    color: #fff;
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0em;
}

.maverick-heart-feature .story-header h2 {
    max-width: 600px;
    padding-right: 10%;
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    font-size: 1em;
    font-weight: 100;
    color: #fff;
}

.maverick-heart-feature .story-header h2 .author {
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-size: .9em;
    margin-top: .5em;
    display: block;
}

.medium-3-maverick-principles {
    width: 50%;
}

.maverick-heart-feature .feature-caption {
    display: block;
    max-width: 700px;
    margin: auto;
    margin-bottom: 3.5em;
    margin-top: .75em;
}

.maverick-heart-feature .flood-parallax {
    background-color: #DFF1FC;
    height: 550px;
    height: 40vw;
    overflow: hidden;
}

.maverick-heart-feature .flood-parallax img {
    display: block;
    position: absolute;
}

.maverick-heart-feature .flood-parallax .flood-car {
    width: 22%;
    top: -10%;
    right: 0;
}

.maverick-heart-feature .flood-parallax .flood-woman {
    width: 15%;
    top: 35%;
    right: 20%;
}

.maverick-heart-feature .flood-parallax .flood-boat {
    width: 38%;
    top: 0;
    left: 18%;
}

.maverick-heart-feature .flood-parallax .flood-man {
    width: 25%;
    bottom: -5%;
    left: 2%;
}

.maverick-heart-feature .flood-parallax .flood-sign {
    width: 22%;
    bottom: -10%;
    right: 10%;
}

.maverick-heart-feature .image-bg {
    height: 600px;
    height: 70vh;
    padding: 0;
}

.maverick-heart-feature .image-bg p {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 320px;
}

.breakout-quote.maverick-haykowsky { 
    background-image: url(../_images/features/maverick-haykowsky.jpg); 
    background-position: center 30%;
}

.breakout-quote.maverick-haykowsky p { 
    color: #000;
    width: 30%;
    max-width: 700px;
    margin-left: 5%;
}

.breakout-quote.maverick-hand-shake { 
    background-color: #000;
    background-size: contain;
    background-position: 20% center;
    background-image: url(../_images/features/maverick-hand-shake.jpg); 
}

.breakout-quote.maverick-hand-shake p { 
    width: 30%;
    max-width: 700px;
    margin-right: 5%;
}

.breakout-quote.maverick-purple-heart { 
    background-color: #000;
    background-size: contain;
    background-position: 20% center;
    background-image: url(../_images/features/maverick-purple-heart.jpg); 
}

.breakout-quote.maverick-purple-heart p { 
    width: 30%;
    max-width: 700px;
    margin-right: 5%;
}

.breakout-quote.flood-scene { 
    background-image: url(../_images/features/stb-flood-scene.jpg); 
    background-position: left 30%;
}

.breakout-quote.flood-scene p { 
    color: #000;
    width: 25%;
    max-width: 700px;
    margin-left: 5%;
}

.maverick-heart-feature .breakout:after { 
    background-image: none;
    background-color: #139AD5; 
}

.breakout-quote.flood-aerial { 
    background-image: url(../_images/features/stb-flood-aerial.jpg);  
    background-position: left 80%;
}

.breakout-quote.flood-aerial p { 
    color: #fff;
    width: 25%;
    max-width: 500px;
    margin-right: 5%;
    align-self: end;
    margin-top: 3%;
}

.breakout-quote.flood-aerial.overlay-right:before {
    width: 75%;
    background-image: linear-gradient(to left, rgba(0,0,0,.6), rgba(0,0,0,0));
}

@media all and (max-width: 1400px) {
    .maverick-heart-feature .header-content {
        right: 2%;
        padding-right: 0;
        max-width: 600px;
    }
    .maverick-heart-feature .story-header:before {
        background-position: -50% center;
    }
}

@media all and (max-width: 1024px) {
    .maverick-heart-feature .header-content {
        left: 0;
        right: 0;
        padding: 0 .9375rem;
        max-width: 500px;
        z-index: 1;
        bottom: 2rem;
        top: auto;
        -webkit-transform: none;
        transform: none;
    }

    .maverick-heart-feature .story-header h1 {
        font-size: 3em;
        line-height: .95;
        letter-spacing: .025em;
    }

    .maverick-heart-feature .story-header:after {
        content: "";
        width: 100%;
        height: 70%;
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        background-image: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,0));
    }
    
    .maverick-heart-feature .story-header:before {
        background-size: cover;
        background-position: right center;
    }

    
    .maverick-heart-feature .flood-parallax {
        background-image: url(../_images/features/stb-flood-illustration.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right top;
        height: 50vh;
        min-height: 300px;
    }

    .maverick-heart-feature .flood-parallax img {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .breakout-full {
        margin-left: 0;
        width: 100%;
    }

    .maverick-heart-feature .image-bg p {
        min-width: 100%;
        color: #fff;
        margin: 0;
        top: 30%;
        bottom: 20px;
        position: absolute;
        -webkit-transform: none;
        transform: none;
    }

    .maverick-heart-feature .story-header h1 {
        font-size: 2em;
    }

    .maverick-breakout-quote.quote-right {
        display: block;
    }

    .maverick-breakout-quote.image-bg {
        padding: 40% 0 80px;
    }

    .breakout-quote.maverick-haykowsky p { 
        color: #000;
        width: 30%;
        max-width: 280px;
        margin-left: 20px;
        font-size: .75em
        line-height: 1.3;
        top: 60%;
    }

    .breakout-quote.maverick-hand-shake p { 
        color: #000;
        width: 30%;
        max-width: 280px;
        margin-left: 20px;
        font-size: .75em
        line-height: 1.3;
    }

    .breakout-quote.maverick-purple-heart p { 
        color: #000;
        width: 30%;
        max-width: 280px;
        margin-left: 20px;
        font-size: .75em
        line-height: 1.3;
    }

    .breakout-quote.flood-scene { 
        background-position: center 30%;
    }

    .breakout-quote.flood-aerial.overlay-right:before {
        width: 100%;
        background-image: linear-gradient(to top, rgba(0,0,0,.6), rgba(0,0,0,0))
    }

    .maverick-heart-pullquote-right {
        margin-right: 0px;
    }

}



/* =========================================================== */



.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; }
}