/* SPRING 2021 ISSUE */
/*
FONTS
------------
Family:     Georgia, Times, "Times New Roman", serif;
Weights:    all
Styles:     all

Family:     'Druk Text Web', 'Arial Black', sans-serif;
Weights:    700;
Styles:     normal, italic

Family:     'Druk Text Wide', 'Arial Black', sans-serif;
Weights:    700;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;
}


/* ==========================================================
    Feature: THE COMMUNITY CLASSROOM 
=========================================================== */


.tcc-feature .story-header {
    background: url(../_images/features/tcc-angeles-bg.jpg) no-repeat scroll 44vw 0px #fff;
    height: 700px;
    background-size: 1400px 900px;
    position: relative;
}

.tcc-feature h1 {
    font-family: 'Domaine Display', Georgia, serif;
    font-size: 70px;
    line-height: 1em;
    text-align: center;
    color: #000;
    padding-top: 140px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 4%;
    position: relative;
    z-index: 10;
    width: 40%;
    min-width: 420px;
}

.tcc-feature h1 span {
    font-size: .5em;
    line-height: .7em;
    font-stretch: extra-condensed;
    text-transform: uppercase;
}

.tcc-feature h2 {
    width: 40%;
    font-size: 1.22em;
    line-height: 1.25em;
    font-family: 'Domaine Display', Georgia, serif;
    font-style: italic;
    color: #000;
    text-align: center;
    bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
}

.tcc-feature span.author {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.1em;
    font-style: normal;
}

.tcc-feature .full-width {
    position: relative;
}

.tcc-feature-student-img img {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 74%;
    max-width: 580px;
}

.tcc-feature-student-img p.student-desc {
    font-family: RudeSemiCondensed-Bold, sans-serif;
    background: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 1.2em;
    position: absolute;
    bottom: 72px;
    right: 3.4%;
    max-width: 300px;
    z-index: 10;
}

.tcc-feature .intro-paragraph {
    font-family: 'Domaine Display', Georgia, serif;
    font-weight: 300;
    font-size: 1.5em;
    background: #4f5b69;
    background: -webkit-linear-gradient(to bottom right, #285B77 0%, #B43C45 100%);
    background: -moz-linear-gradient(to bottom right, #285B77 0%, #B43C45 100%);
    background: linear-gradient(to bottom right, #4f5b69 0%, #665566 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tcc-feature span.drop-cap {
    font-family: 'Domaine Display', Georgia, serif;
    background: url(../_images/features/tcc-drop-cap.png) no-repeat scroll center transparent;
    background-size: 100%;
    display: block;
    text-indent: -9999px;
    width: 160px;
    height: 240px;
    font-size: 7.8em;
    color: #4a4c54;
    margin: -44px 4px -20px -18px;
}

.tcc-feature .intro-paragraph span.intro-paragraph-start {
    text-transform: uppercase;
}

.tcc-feature .intro-paragraph .angle-skew {
    transform: skewX(351deg);
    display: block;
}

.tcc-feature h3 {
    color: #b73943;
    text-transform: uppercase;
    font-family: 'Druk Text Web', sans-serif;
    font-weight: 800;
    font-size: 1.7rem;
    line-height: 1.1;
    background: #b73943;
    background: -webkit-linear-gradient(to bottom right, #b73943 0%, #5a576b 100%);
    background: -moz-linear-gradient(to bottom right, #b73943 0%, #5a576b 100%);
    background: linear-gradient(to bottom right, #b73943 0%, #5a576b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tcc-feature .breakout-quote.tcc-pullquote.quote-left {
    background: url(../_images/features/tcc-michael-bg.jpg) no-repeat scroll bottom center transparent;
    background-size: cover;
    padding: 4%;
	margin-bottom: 30px;
}

.tcc-feature .breakout-quote.tcc-pullquote.quote-left p.student-desc {
    font-family: RudeSemiCondensed-Bold, sans-serif;
    background: #fff;
    padding: 30px;
    font-size: 22px;
    line-height: 1.2em;
    position: absolute;
    bottom: 10%;
    right: 3.4%;
    width: 100%;
    max-width: 41%;
    z-index: 10;
    color: #000;
}

.tcc-feature .breakout-quote.tcc-pullquote.quote-right {
    background: url(../_images/features/tcc-jami-bg.jpg) no-repeat scroll bottom center transparent;
    background-size: cover;
    padding: 4%;
	margin-bottom: 30px;
}

.tcc-feature .breakout-quote.tcc-pullquote.quote-right p.student-desc {
    font-family: RudeSemiCondensed-Bold, sans-serif;
    background: #fff;
    padding: 30px;
    font-size: 22px;
    line-height: 1.2em;
    position: absolute;
    bottom: 10%;
    left: 3.4%;
    width: 100%;
    max-width: 41%;
    z-index: 10;
    color: #000;
}

.story-feature.tcc-feature .caption {
    font-family: RudeSemiCondensed-Medium, sans-serif;
    font-size: .9em;
    font-weight: 300;
    line-height: 1.3em;
    padding: 0;
    margin: 10px auto 30px;
    color: #835A8C;
    background: #835A8C;
    background: -webkit-linear-gradient(to bottom left, #bf53a2 0%, #835A8C 100%);
    background: -moz-linear-gradient(to bottom left, #bf53a2 0%, #835A8C 100%);
    background: linear-gradient(to bottom left, #bf53a2 0%, #835A8C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tcc-feature .breakout-quote {
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 0;
}

.tcc-feature .pullquote-left.tcc-support {
    background: #835A8C;
    background: -webkit-linear-gradient(to bottom left, #835A8C 0%, #B34295 100%);
    background: -moz-linear-gradient(to bottom left, #835A8C 0%, #B34295 100%);
    background: linear-gradient(to bottom left, #835A8C 0%, #B34295 100%);
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    color: #fff;
    padding: 18px;
    font-family: RudeSemiCondensed-Medium, sans-serif;
    font-weight: 700;
    max-width: 100%;
    font-size: .82em;
    line-height: 1.3em;
    letter-spacing: -.05em;
    border: none;
    min-width: 320px;
    text-align: left;
    font-style: normal;
}

.tcc-feature .pullquote-left.tcc-support strong {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.5em;
    padding-bottom: 14px;
    display: inline-block;
    font-family: 'Druk Text Web', sans-serif;
    color: #FAF0F7;
}

.tcc-feature .pullquote-left.tcc-support a {
    color: #FCEEF9;
    text-decoration: underline;
}

.tcc-feature .pullquote-left.tcc-support span {
    background: url(../_images/features/tcc-digital-mav-hand.png) no-repeat scroll 0 0 transparent;
    background-size: contain;
    display: block;
    float: left;
    width: 120px;
    height: 110px;
    text-indent: -9999px;
    margin: -2px 8px 0px -50px;
}

.tcc-feature .pullquote-right {
    font-family: 'Domaine Display', Georgia, serif;
    font-weight: 500;
    max-width: 100%;
    text-align: left;
    color: #0064B1;
    font-size: 1.5em;
    padding: 0;
    line-height: 1.6em;
    border: none;
    min-width: 300px;
    font-style: normal;
}

@media (min-width:1600px) {
    .tcc-feature h1 {
        font-size: 100px;
        margin: 2%;
        padding-top: 80px;
    }
    .tcc-feature h2 {
        margin: 2%;
    }
    .tcc-feature .story-header {
        height: 820px;
    }
}

@media (min-width:1340px) {
    .tcc-feature-student-img img {
        bottom: 14.3%;
        max-width: 44%;
    }
}

@media (max-width:930px) {
	.tcc-feature .story-header {
		height: 910px;
		background-size: 1200px;
		background-position: center 436px;
	}
	.tcc-feature h1 {
		font-size: 70px;
		font-size: 10vw;
		line-height: 1em;
		text-align: center;
		color: #000;
		padding-top: 10px;
		padding-left: 2%;
		padding-right: 2%;
		margin-bottom: 4%;
		position: relative;
		z-index: 10;
		min-width: 100%;
		margin: 0 auto 4%;
	}
	.tcc-feature h2 {
		width: 100%;
	}
	.tcc-feature-student-img img {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 74%;
		max-width: 580px;
		min-width: 500px;
	}
}

@media all and (max-width: 768px) {
   
	.tcc-feature .breakout-quote.tcc-pullquote.quote-left p.student-desc {
		bottom: 3%;
		left: 3%;
		right: 3%;
		max-width: 94%;
	}
}

@media (max-width:720px) {
    .tcc-feature .pullquote-left.tcc-support span {
        margin: -2px 8px 0px -28px;
    }
}

@media (max-width:590px) {
    .tcc-feature h1 {
		font-size: 14vw;
	}
	.tcc-feature .breakout-quote.tcc-pullquote.quote-left p.student-desc, .tcc-feature .breakout-quote.tcc-pullquote.quote-right p.student-desc {
		font-size: 4vw;
	}
}


/* ==========================================================
    Feature: WITH GREAT CARE 
=========================================================== */

.wgc-feature .story-header {
    background: url(../_images/features/wgc-heading-bg.jpg) no-repeat scroll -50px top #fff;
    height: 800px;
    background-size: 680px;
    position: relative;
}

.wgc-feature .header-content {
    background: #fff;
    display: block;
    height: 880px;
    margin: 0 0 0 50%;
    padding: 0 2%;
    position: relative;
}

.wgc-feature h1 {
    font-family: 'Domaine Display', Georgia, serif;
    font-size: 40px;
    font-size: 4vw;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: .1em;
    text-align: left;
    color: #636466;
    padding-top: 150px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 180px;
    position: relative;
    z-index: 10;
    width: 100%;
    min-width: 420px;
}

.wgc-feature h1 span {
    font-size: 5em;
    line-height: .7em;
    font-stretch: extra-condensed;
    text-transform: none;
    color: #333b7f;
    letter-spacing: 0;
    font-style: italic;
}

.wgc-feature .header-content:before {
    content:'';
    background: url(../_images/features/wgc-floral2.png) no-repeat scroll 0 0 transparent;
    background-size: contain;
    width: 130px;
    height: 146px;
    position: absolute;
    top: 4px;
    left: 35px;
    z-index: 0;
}

.wgc-feature .header-content:after {
    content:'';
    background: url(../_images/features/wgc-floral3.png) no-repeat scroll 0 0 transparent;
    background-size: contain;
    width: 213px;
    height: 214px;
    position: absolute;
    top: 54px;
    right: 10px;
    z-index: 0;
}

.wgc-feature .header-content h1:before {
    content:'';
    background: url(../_images/features/wgc-floral1.png) no-repeat scroll 0 0 transparent;
    background-size: contain;
    width: 283px;
    height: 169px;
    position: absolute;
    bottom: -145px;
    left: -20px;
    z-index: -1;
}

.wgc-feature .header-content h1:after {
    content:'';
    background: url(../_images/features/wgc-floral4.png) no-repeat scroll 0 0 transparent;
    background-size: contain;
    width: 141px;
    height: 105px;
    position: absolute;
    bottom: -80px;
    right: -10px;
    z-index: 0;
}

.wgc-feature h2 {
    width: 100%;
    font-size: 1.1em;
    line-height: 1.25em;
    font-family: 'Domaine Display', Georgia, serif;
    font-style: normal;
    color: #333b7f;
    text-align: left;
    bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
}

.wgc-feature span.author {
    font-size: .9em;
    font-weight: 500;
    font-style: italic;
}

.wgc-feature .intro-paragraph {
    color: #52855f;
    font-family: 'Domaine Display', Georgia, serif;
    position: relative;
    margin-top: 80px;
}

.wgc-feature .drop-cap {
    font-family: 'Domaine Display', Georgia, serif;
    font-weight: 500;
    font-size: 192px;
    float: left;
    line-height: .9;
    margin: -10px 8px 0 -2px;
    color: #52855f;
}

.wgc-feature .drop-cap:before {
    content: '';
    background: url(../_images/features/wgc-floral-dropcap.png) no-repeat scroll 0 0 transparent;
    background-size: contain;
    width: 229px;
    height: 229px;
    position: absolute;
    top: -110px;
    left: -26px;
    z-index: -1;
}

.wgc-feature h3 {
    font-family: 'Domaine Display', Georgia, serif;
    text-transform: uppercase;
    font-size: 1.5em;
	color: #52855f;
}

.wgc-feature .breakout-quote.wgc-pullquote.quote-left {
    background: url(../_images/features/wgc-teacup-img.jpg) no-repeat scroll bottom center #fee857;
    background-size: cover;
    padding: 70% 6% 4%;
    margin-bottom: 30px;
    min-height: 700px;
    color: #000;
}

.wgc-feature .breakout-quote.wgc-pullquote.quote-right {
    background: url(../_images/features/wgc-rabbit-img.jpg) no-repeat scroll 40% bottom #008f94;
    background-size: cover;
    padding: 70% 6% 4%;
    margin-bottom: 30px;
    min-height: 700px;
    color: #000;
}

.wgc-feature .breakout-quote.wgc-pullquote.quote-left h3 {
    font-weight: 700;
    font-size: 1.7em;
	color: #000;
}

.wgc-feature .breakout-quote.wgc-pullquote.quote-right h3 {
    font-weight: 700;
    font-size: 1.7em;
	color: #fff;
}

.wgc-feature .breakout-quote.quote-left p {
    padding: 0;
    font-family: 'Domaine Display', Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
	color: #000;
}

.wgc-feature .breakout-quote.quote-right p {
    padding: 0;
    font-family: 'Domaine Display', Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
	color: #fff;
}

.wgc-feature .breakout-quote.quote-left .left-align-pullquote {
    max-width: 40%;
    position: absolute;
    bottom: 4%;
    left: 2%;
}

.wgc-feature .breakout-quote.quote-right .right-align-pullquote {
    max-width: 34%;
    position: absolute;
    top: 4%;
    right: 2%;
}

.wgc-feature .pullquote-right {
    font-family: 'Domaine Display', Georgia, serif;
    font-weight: 500;
    max-width: 100%;
    text-align: left;
    color: #333b7f;
    font-size: 1.5em;
    padding: 0;
    line-height: 1.6em;
    border: none;
    min-width: 300px;
	position: relative;
}

.wgc-feature .pullquote-left {
    font-family: 'Domaine Display', Georgia, serif;
    font-weight: 500;
    max-width: 100%;
    color: #333b7f;
    font-size: 1.5em;
    padding: 0;
    line-height: 1.6em;
    border: none;
    min-width: 300px;
	position: relative;
}

.wgc-feature .breakout-quote {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wgc-feature p.caption {
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    font-weight: 500;
    color: #55be7f;
}

span.story-end {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Druk Text Web', sans-serif;
    color: #0064B1;
}

@media (min-width:1600px) {
    .wgc-feature .story-header {
        height: 900px;
    }
    .wgc-feature .header-content {
        height: 900px;
    }
    .wgc-feature .breakout-quote.wgc-pullquote.quote-right {
        background-position: center left;
    }
}

@media all and (min-width: 1280px) {
	.wgc-feature .story-header {
		background-position: -50px -50px;
		height: 880px;
		background-size: 55%;
	}
}

@media (max-width: 1150px) {
	.wgc-feature .breakout-quote.wgc-pullquote.quote-right {
		background-position: 70% bottom;
	}
}

@media (max-width:900px) {
    .wgc-feature .header-content {
        width: 52%;
        min-width: 460px;
        margin: 58% auto 0;
    }
    .wgc-feature .story-header {
        height: 1300px;
        background-position: right -100px;
        background-size: contain;
    }
    .wgc-feature h1 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
	.wgc-feature .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));
	}
	.wgc-feature .breakout-quote.quote-left .left-align-pullquote {
		max-width: 90%;
		position: absolute;
		bottom: 4%;
		left: 4%;
	}
	.wgc-feature .breakout-quote.quote-right .right-align-pullquote {
		max-width: 90%;
		position: absolute;
		top: inherit;
		bottom: 4%;
		right: inherit;
		left: 4%;
	}
	.wgc-feature .breakout-quote.quote-left .left-align-pullquote h3, .wgc-feature .breakout-quote.quote-left .left-align-pullquote p, .wgc-feature .breakout-quote.quote-right .right-align-pullquote h3, .wgc-feature .breakout-quote.quote-right .right-align-pullquote p {
		color: #fff;
		text-align: center;
	}
}

@media (max-width:460px) {
    .wgc-feature .header-content {
        width: 100%;
        min-width: 360px;
        margin: 58% auto 0;
    }
    .wgc-feature h1 {
        font-size: 8.5vw;
    }
    .wgc-feature .header-content:before {
        top: 0px;
        left: 10px;
    }
    .wgc-feature .header-content:after {
        top: -30px;
        right: -20px;
    }
    .wgc-feature .header-content h1:before {
        left: -70px;
    }
    .wgc-feature .header-content h1:after {
        top: 280px;
        left: 200px;
    }
}


/* ==========================================================
    Feature: CHARTING THE UNCHARTED 
=========================================================== */

.ctu-feature .story-title {
    background: #ade1f8;
    background: -moz-linear-gradient(top, #f7f8d9 0%, #ade1f8 100%);
    background: -webkit-linear-gradient(top, #f7f8d9 0%,#ade1f8 100%);
    background: linear-gradient(to bottom, #f7f8d9 0%,#ade1f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8d9', endColorstr='#ade1f8',GradientType=0 );
    color: #fff;
    text-align: left;
    height: 800px;
    padding-top: 40px;
    border: 20px solid #fff;
}

.ctu-feature .story-title h1 {
    color: #000;
    font-family: 'RudeSemiCondensed-Book', AvenirNext-Regular;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
    text-align: left;
    position: relative;
    font-size: 2.8em;
    display: block;
    max-width: 85%;
    margin: 0 auto 50px;
}

.ctu-feature .story-title h1 span {
    font-family: 'Druk XCond Web', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 230px;
    line-height: 1em;
    letter-spacing: 2px;
    margin: 10px 10px;
    padding: 0px 20px;
    background: #fff;
}

.ctu-feature .story-title h1 span:nth-child(1) {
	transform: perspective(600px) rotateY(35deg);
	display: inline-block;
}

.ctu-feature .story-title h1 span:nth-child(2) {
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    letter-spacing: -1px;
    background: transparent;
    font-size: 70px;
    position: absolute;
    top: 120px;
    left: 380px;
}

.ctu-feature .story-title h1 span:nth-child(4) {
    transform: perspective(600px) rotateY(-35deg);
    display: inline-block;
}


.ctu-feature .story-title:before {
	width: 47%;
	height: 90%;
	position: absolute;
	top: 2%;
	background: #ade1f8;
	background: -moz-linear-gradient(top, #f7f8d9 0%, #ade1f8 100%);
	background: -webkit-linear-gradient(top, #f7f8d9 0%,#ade1f8 100%);
	background: linear-gradient(to bottom, #f7f8d9 0%,#ade1f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8d9', endColorstr='#ade1f8',GradientType=0 );
}

.ctu-feature h2 {
    font-family: 'RudeSemiCondensed-Light', AvenirNext-Regular;
    color: #254c78;
    padding: 16px 0;
    font-size: 22px;
    text-align: center;
}

.ctu-feature h2 .author {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}

.ctu-feature .story-intro .columns {
    max-width: 700px;
}

.ctu-feature span.drop-cap {
    font-family: 'Druk XCond Web', sans-serif;
    font-size: 180px;
    font-weight: 700;
    line-height: 160px;
    margin-left: 0;
    position: relative;
}

.ctu-feature p.intro-paragraph {
    font-family: 'RudeSemiCondensed-Light', AvenirNext-Regular;
    font-size: 26px;
	color: #254c78;
	position: relative;
}

.ctu-feature .intro-paragraph:before {
    content: ' ';
    width: 60%;
    height: 180px;
    background: #e8f6fd;
    position: absolute;
    z-index: -1;
    top: -4%;
    left: -40%;
}

.ctu-feature h3 {
    color: #000;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.ctu-feature h3:after {
    content: ' ';
    width: 100%;
    height: 14px;
    background: #98d9f5;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
}

.ctu-feature .story-img {
    margin: 0;
    padding: 0;
}

.ctu-feature .story-img img {
    min-width: 550px;
}

.ctu-feature .breakout-quote.ctu-pullquote {
    background: url(../_images/features/ctu-pullquote-bg.jpg) no-repeat scroll center left #000;
    background-size: cover;
    padding: 20% .8em;
}

.ctu-feature .breakout-quote.ctu-pullquote p {
    font-family: 'RudeSemiCondensed-Light', AvenirNext-Regular;
    color: #254c78;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2em;
    padding: 2%;
    background: rgba(212,239,249,.88);
    border: 20px solid #fff;
}

.ctu-feature .pullquote-left {
    font-family: 'RudeSemiCondensed-Light', AvenirNext-Regular;
    font-style: normal;
    font-weight: 700;
    max-width: 100%;
    text-align: right;
    color: #254c78;
    font-size: 1.5em;
    padding: 0;
    line-height: 1.6em;
    border: none;
    min-width: 300px;
    position: relative;
}

.ctu-feature .pullquote-right {
    font-family: 'RudeSemiCondensed-Light', AvenirNext-Regular;
    font-style: normal;
    font-weight: 700;
    max-width: 100%;
    text-align: left;
    color: #254c78;
    font-size: 1.5em;
    padding: 0;
    line-height: 1.6em;
    border: none;
    min-width: 300px;
    position: relative;
}

.ctu-feature .pullquote-left:before {
    content: ' ';
    width: 40%;
    height: 60%;
    background: #e8f6fd;
    position: absolute;
    z-index: -1;
    top: -2%;
    right: -4%;
}

.ctu-feature .pullquote-right:before {
    content: ' ';
    width: 40%;
    height: 60%;
    background: #e8f6fd;
    position: absolute;
    z-index: -1;
    top: -2%;
    left: -4%;
}

.ctu-feature .breakout-quote.image-wrapper {
    padding: 0;
}

.ctu-feature .caption {
    font-family: 'RudeSemiCondensed-Light', AvenirNext-Regular;
    font-size: 18px;
    color: #2c5b77;
}

@media (min-width:1600px) {
    .ctu-feature .story-header {
        max-height: 900px;
    }
    .ctu-feature .story-title {
        height: 900px;
    }
    .ctu-feature .story-title h1 {
        max-width: 544px;
    }
}

@media (max-width:1430px) {
    .ctu-feature .story-title h1 span {
        font-size: 16vw;
    }
    .ctu-feature .story-title h1 span:nth-child(2) {
        font-size: 4vw;
        top: 27%;
        left: 72%;
    }
}

@media (max-width:1039px) {
	.ctu-feature .pullquote-left, .ctu-feature .pullquote-right {
		text-align: center;
	}
}

@media (max-width:940px) {
	.ctu-feature .story-title h1 {
		max-width: 45vw;
	}
    .ctu-feature .story-title h1 span {
        font-size: 18vw;
    }
}

@media (max-width:639px) {
    .ctu-feature .story-title h1 {
		max-width: 100%;
	}
    .ctu-feature .story-title h1 span {
        font-size: 32vw;
    }
	.ctu-feature .story-title h1 span:nth-child(2) {
    	font-size: 8vw;
		left: 56vw;
	}
	.ctu-feature .story-img {
		max-height: 40vh;
	}
	.ctu-feature .story-title {
		padding-top: 60px;
		min-height: fit-content;
    	padding-bottom: 40px;
	}
}

@media (min-width:639px) {
	.ctu-feature .story-header {
		max-height: 800px;
		border-bottom: 20px solid #fff;
	}
	.ctu-feature .story-img img {
        min-width: 602px;
    }
}


/* ==========================================================
    Feature: A CHANCE TO SOAR 
=========================================================== */

.acts-feature .story-header {
    background: transparent;
    height: 800px;
    position: relative;
}
.acts-feature .header-content {
    margin: 80px 0 0 4%;
}
.acts-feature h1 {
    font-family: 'Druk XCond Web', sans-serif;
    color: #000;
    font-size: 400px;
    font-size: 40vw;
    font-style: italic;
    text-transform: uppercase;
    text-align: left;
    line-height: 70px;
    margin-bottom: 100px;
    position: absolute;
    top: 320px;
    left: 3%;
}
.acts-feature h1 span {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
    font-size: 28px;
    font-size: 3vw;
    padding: 20px;
    display: inline-block;
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 10;
}
.acts-feature h1 span:before {
    content: '';
    background: #0f91ce;
    width: 118%;
    height: 50px;
    display: block;
    position: absolute;
    top: 31px;
    left: -60px;
    z-index: -1;
}
.acts-feature h2 {
    max-width: 200px;
    font-size: 1em;
    line-height: 1em;
    font-family: 'RudeSlabExtraWide-Book', serif;
    color: #000;
    text-align: right;
    position: absolute;
    bottom: 2%;
    right: 65%;
}
.acts-feature span.author {
    text-transform: uppercase;
    font-size: .8em;
}

.acts-feature .acts-header-img {
    width: 400px;
    position: absolute;
}

.acts-feature .acts-header-img.acts-header-img1 {
    top: 0;
    right: 30%;
    z-index: -1;
}

.acts-feature .acts-header-img.acts-header-img2 {
    top: 260px;
    right: 14%;
    z-index: -1;
}

.acts-feature .acts-header-img.acts-header-img3 {
    top: 80px;
    right: -60px;
    z-index: -1;
}

.acts-feature span.drop-cap {
    font-size: 8em;
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-weight: 400;
    margin: 45px 4px 0px 0px;
    line-height: .6em;
    color: #0f91ce;
}
 .acts-feature .intro-paragraph span.intro-paragraph-start {
	 font-family: RudeSemiCondensed-Medium, sans-serif;
	 text-transform: uppercase;
	 letter-spacing: .14em;
	 font-size: .8em;
}
.acts-feature .acts-professor-stories {
	 max-width: 1200px;
}
.acts-feature h3 {
    color: #0f91ce;
    text-transform: uppercase;
    font-family: 'Druk XCond Web', sans-serif;
    font-weight: 600;
    font-size: 80px;
    font-style: italic;
    line-height: 1em;
}
.acts-feature .acts-professor-profile-left, .acts-feature .acts-professor-profile-right {
    border: 3px solid #000;
    padding: 3% 2%;
    position: relative;
}
.acts-feature .acts-professor-profile-left:before {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 60px solid #000;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 100px;
    right: -60px;
}
.acts-feature .acts-professor-profile-left:after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 55px solid transparent;
    border-left: 66px solid #fff;
    border-bottom: 55px solid transparent;
    position: absolute;
    top: 95px;
    right: -55px;
}
.acts-feature .acts-professor-profile-right:before {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 60px solid #000;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 100px;
    left: -60px;
}
.acts-feature .acts-professor-profile-right:after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 55px solid transparent;
    border-right: 66px solid #fff;
    border-bottom: 55px solid transparent;
    position: absolute;
    top: 95px;
    left: -55px;
}
.acts-feature .profile-lauren {
    border-color: #E2A638;
}

.acts-feature .profile-lauren:before {
    border-left-color: #E2A638;
}

.acts-feature .profile-lauren h3 {
    color: #C4891C;
}

.acts-feature .profile-dallas h3 {
    color: #834F7F;
}

.acts-feature .profile-dallas {
    border-color: #834F7F;
}

.acts-feature .profile-dallas:before {
    border-right-color: #834F7F;
}

.acts-feature .profile-ken {
    border-color: #CEB759;
}

.acts-feature .profile-ken:before {
    border-left-color: #CEB759;
}

.acts-feature .profile-ken h3 {
    color: #A99132;
}

.acts-feature .profile-akram {
    border-color: #A56DAE;
}

.acts-feature .profile-akram:before {
    border-right-color: #A56DAE;
}

.acts-feature .profile-akram h3 {
    color: #9C5BA4;
}
 .acts-feature .acts-professor-profile-wrapper {
	 margin-bottom: 40px;
}
 .acts-feature .acts-professor-wrapper {
	 position: relative;
	 min-height: 450px;
}
.acts-feature ul.acts-prof-desc {
    width: 90%;
    background: rgba(0,0,0,.7);
    padding: 4%;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    list-style: none;
}
.acts-feature ul.acts-prof-desc li {
    font-family: RudeSemiCondensed-Bold, sans-serif;
    font-size: .8em;
    line-height: 1.4em;
    color: #fff;
}
 .acts-feature img.acts-lightbulb {
	 margin: 0 auto;
	 display: block;
}
.acts-feature p.student-desc {
    color: #000;
    font-size: 18px;
    line-height: 1.3em;
    padding-bottom: 10px;
    border-bottom: 2px dotted #000;
}
.acts-feature .acts-professor-profile-left p, .acts-feature .acts-professor-profile-right p {
    font-family: 'RudeSemiCondensed-Book', AvenirNext-Regular;
}

@media (min-width:1600px) {
    .acts-feature .story-header {
        height: 900px;
    }
    .acts-feature h1 {
        font-size: 640px;
    }
    .acts-feature h1 span {
        font-size: 48px;
    }
	.acts-feature h1 span:before {
		width: 112%;
		height: 52px;
	}
    .acts-feature h2 {
        bottom: 10%;
		left: 460px;
		right: inherit;
    }
    .acts-feature .acts-header-img {
        width: 30%;
    }
}

@media (min-width:1480px) {
    .acts-feature .header-content {
        margin: 110px 0 0 38%;
    }
}

 @media (min-width:1380px) {
	 .acts-feature .story-header {
		background-position: bottom center;
		background-size: 1380px;
		margin: 0 auto;
	}
	 .acts-feature .acts-professor-profile-wrapper {
		 padding-left: 8%;
		 padding-right: 8%;
	}
}

@media (max-width:899px) {
    .acts-feature h2 {
        bottom: 10%;
        right: 68%;
    }
}

@media (max-width:749px) {
    .acts-feature .story-header {
        height: 135vw;
    }
    .acts-feature h1 {
        font-size: 400px;
        top: inherit;
        bottom: 2vw;
    }
    .acts-feature h1 span {
        font-size: 20px;
    }
    .acts-feature h1 span:before {
        left: -40px;
    }
    .acts-feature h2 {
        left: inherit;
        right: 10%;
    }
    .acts-feature .acts-header-img.acts-header-img1 {
        top: -4%;
        right: inherit;
        left: -3%;
        width: 50vw;
    }
    .acts-feature .acts-header-img.acts-header-img2 {
        top: 24%;
        right: inherit;
        left: 20%;
        width: 50vw;
    }
     .acts-feature .acts-header-img.acts-header-img3 {
        top: 4%;
        right: inherit;
        left: 50%;
        width: 50vw;
    }
}

@media (max-width:559px) {
    .acts-feature .story-header {
        height: 1000px;
    }
    .acts-feature h1 {
        bottom: 13%;
    }
    .acts-feature h2 {
        bottom: 0%;
        right: 4%;
    }
    .acts-feature .acts-header-img.acts-header-img1 {
        left: -50px;
        width: 340px;
    }
    .acts-feature .acts-header-img.acts-header-img2 {
        top: 200px;
        left: 50px;
        width: 320px;
    }
     .acts-feature .acts-header-img.acts-header-img3 {
        left: 220px;
        width: 320px;
    }
}
 @media (max-width:639px) {
	.acts-feature .acts-professor-profile-left:before, .acts-feature .acts-professor-profile-right:before {
        content: ' ';
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 60px solid #f2f1e6;
        position: absolute;
        top: -106px;
        left: 2%;
    }
	.acts-feature .acts-professor-profile-left:after, .acts-feature .acts-professor-profile-right:after {
        content: ' ';
        width: 0;
        height: 0;
        border-left: 55px solid transparent;
        border-right: 55px solid transparent;
        border-bottom: 60px solid #fff;
        position: absolute;
        top: -101px;
        left: 1.05%;
    }
	 .acts-feature .acts-professor-wrapper {
		 margin-bottom: 30px;
	}
}


/* ==========================================================
    Feature: CARE THROUGH CRISIS 
=========================================================== */

.story-feature.ctc-feature {
    background: url(../_images/features/ctc-main-image.jpg) no-repeat fixed 100% 8px transparent;
    background-size: 50%;
}

.ctc-feature .story-content.row {
    max-width: inherit;
    margin-top: 0;
}

.ctc-feature .ctc-story-content {
    background-color: #fff;
    margin-top: 0px;
}

.ctc-feature .feature-content {
    position: relative;
    z-index: 1;
}

.ctc-feature h1 {
    font-family: 'RudeSemiCondensed-Bold', AvenirNext-Regular;
    color: #6abde4;
    font-size: 100px;
    font-variant-ligatures: none;
    text-align: center;
    line-height: 70px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    padding: 100px 0 0;
}

.ctc-feature h1 span.ctc-through {
    font-weight: normal;
    letter-spacing: 8px;
    font-size: 50px;
    line-height: 2.2em;
    display: block;
}

.ctc-feature h1 span.ctc-care {
    font-size: 140px;
    display: block;
    line-height: .4em;
}

.ctc-feature h1 span.ctc-crisis {
    font-size: 120px;
    display: block;
    line-height: .6em;
}

.ctc-feature .story-header {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-bottom: 30px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 108%;
    background-color: #f7ecc3;
    position: relative;
    z-index: 2;
}

.ctc-feature .story-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    right: 80px;
    border-radius: 8px 2px;
    transform: skewX(45deg);
    width: 180px;
    height: 530px;
    background-color: #fbf6e3;
    z-index: 0;
}

.ctc-feature h2.eyebrow {
    font-family: RudeSlabExtraWide-Thin;
    font-weight: 600;
    color: #df4055;
    font-size: 1.5em;
    margin: 0;
}

.ctc-feature h2 {
    font-family: 'RudeSemiCondensed-Bold', AvenirNext-Regular;
    color: #6abde4;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 40px;
}

.ctc-feature .intro-paragraph span.drop-cap {
    font-family: RudeSlabExtraWide-Thin;
    font-weight: 600;
    margin: 14px 0 0 0;
    line-height: .9em;
    width: 114px;
}

.ctc-feature .intro-paragraph strong {
    font-family: RudeSlabExtraWide-Thin;
    font-weight: 600;
    text-transform: uppercase;
}

.ctc-feature h3 {
    color: #6ec3ce;
    text-transform: uppercase;
    line-height: .8em;
    border-bottom: 2px solid #df404c;
}

.ctc-feature h3 span {
    color: #6478ab;
    font-family: RudeSlabExtraWide-Thin;
    font-weight: 600;
    font-size: .65em;
}

.ctc-feature img {
    margin-bottom: 30px;
}

.ctc-feature .pullquote-wrapper {
    position: relative;
}

.ctc-feature .pullquote {
    position: absolute;
    top: 0;
    left: 113%;
    width: 86%;
    display: block;
    z-index: 10;
    background: rgba(248,255,255,.95);
    padding: 30px;
    border-radius: 4px;
    border-bottom: 2px solid #df404c;
}

.ctc-feature .pullquote p {
    padding: 0;
    margin: 0;
    font-family: 'RudeSlabExtraWide-Book', AvenirNext-Regular;
    color: #6478ab;
}

@media (max-width:1310px) {
    .story-feature.ctc-feature {
		background: url(../_images/features/ctc-main-image.jpg) no-repeat fixed 107% 18px transparent;
		background-size: 54%;
	}
}

@media (max-width:1210px) {
    .story-feature.ctc-feature {
		background: url(../_images/features/ctc-main-image.jpg) no-repeat fixed 110% center transparent;
		background-size: contain;
	}
}

@media (max-width:1023px) {
    .story-feature.ctc-feature {
		background: url(../_images/features/ctc-main-image.jpg) no-repeat fixed 140% center transparent;
		background-size: contain;
	}
	.ctc-feature .pullquote {
        width: 70%;
        left: 106%;
	}
}

@media (max-width:800px) {
    .story-feature.ctc-feature {
        background: url(../_images/features/ctc-main-image.jpg) no-repeat fixed 240px bottom transparent;
        background-size: 85%;
	}
}

@media (max-width:639px) {
    .story-feature.ctc-feature {
        background: url(../_images/features/ctc-main-image.jpg) no-repeat fixed center 10px transparent;
        background-size: cover;
    }
    .ctc-feature .ctc-story-content {
		background-color: #fff;
		margin-top: 520px;
	}
	.ctc-feature .ctc-story-content {
        overflow: hidden;
    }
    .ctc-feature .story-header {
        width: 108%;
    }
    .ctc-feature .pullquote {
        position: relative;
        top: inherit;
        left: inherit;
        margin-bottom: 30px;
        width: 100%;
    }
}



/* =========================================================== */



.gradient-bg {
    /*background-image: linear-gradient(to bottom right, #009bd5, #8872b1);*/
    background-color: #009bd5;
}

p[class*="pullquote"].gradient-bg {
    color: #fff;
    font-style: normal;
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    padding: 1.25em;
}

.breakout-quote {
    width: 100vw;
    margin-left: calc((700px - 100vw)/2 - .95rem);
    padding: 5em 0;
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.breakout-quote p {
    max-width: 700px;
    padding-left: 1rem;
    padding-right: 0.9375rem;
    margin: auto;
    text-align: center;

    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: 1.3em;
    line-height: 1.4;
}

.breakout-quote.image-bg {
    padding: 50% 0.9375em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakout-quote.quote-left p {
    position: relative;
    margin: 0;
    text-align: left;
    z-index: 1;
}

.breakout-quote.quote-right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.breakout-quote.quote-right p {
    margin: 0;
    text-align: left;
    display: block;
    flex: 0 1 auto;
    z-index: 1;
}

.breakout-quote.overlay-right:before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
}

.breakout-quote.overlay-left:before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
}

.breakout-full {
    width: 100vw;
    margin-left: calc((700px - 100vw)/2 - .95rem);
    padding: 5em 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.breakout {
    position: relative;
    overflow: hidden;
    max-width: 1000px;
    margin-left: -25%;
    margin-right: -25%;
    margin-top: 2rem;
}

.story-feature .caption.breakout-caption {
    margin-bottom: 1.5rem;
}

.breakout:after { 
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*background-image: linear-gradient(to bottom right, #009bd5, #8872b1);*/
    background-color: #009bd5;
    -webkit-transform: scaleX(0); 
    transform: scaleX(0); 
}

[data-aos="breakoutActive"]:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

[data-aos="breakoutActive"].aos-animate:after {
    -webkit-animation: 2.8s breakoutReveal ease-in-out both;
    animation: 2.8s breakoutReveal ease-in-out both;
}

.breakout img {
    width: 100%;
}

[data-aos="breakoutActive"] img {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

[data-aos="breakoutActive"].aos-animate img {
    -webkit-animation: .1s fadeIn 1.4s linear both, .6s breakoutScale 1.6s ease-out both;
    animation: .1s fadeIn 1.4s linear both, .6s breakoutScale 1.6s ease-out both;
}

@media all and (max-width: 1000px) {
    .breakout {
        margin-left: -10%;
        margin-right: -10%;
    }
}

@media all and (max-width: 768px) {

    .breakout {
        margin-left: 0;
        margin-right: 0;
    }

    .breakout-quote {
        width: 100%;
        margin-left: 0;
        padding: 3rem 0;
    }

    .breakout-quote p {
        font-size: .75em;
        line-height: 1.2;
    }
}






@media all and (max-width: 768px) {
   
    .breakout-quote.image-bg {
        padding: 40% 0 .9375rem;
        position: relative;
    }
/* =====
    .breakout-quote.image-bg:before {
        content: "";
        width: 100%;
        height: 65%;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0, .9));
    }
===== */

    .breakout-quote.image-bg p {
        width: 100%;
        margin: auto;
        position: relative;
        z-index: 1;
        color: #fff;
    }

}





/* ======================
    Animations  
========================*/
-webkit-@keyframes breakoutReveal {
    0% {
        -webkit-transform: scaleX(0);
        -webkit-transform-origin: left center;
    }
    50% {
        -webkit-transform: scaleX(1);
        -webkit-transform-origin: left center;
    }
    51% {
        -webkit-transform: scaleX(1);
        -webkit-transform-origin: right center;
    }
    100% {
        -webkit-transform: scaleX(0);
        -webkit-transform-origin: right center;
    }
}

@keyframes breakoutReveal {
    0% {
        transform: scaleX(0);
        transform-origin: left center;
    }
    50% {
        transform: scaleX(1);
        transform-origin: left center;
    }
    51% {
        transform: scaleX(1);
        transform-origin: right center;
    }
    100% {
        transform: scaleX(0);
        transform-origin: right center;
    }
}

-webkit-@keyframes breakoutScale {
    0% { -webkit-transform: scale(1.05); }
    100% { -webkit-transform: scale(1); }
}
@keyframes breakoutScale {
    0% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

-webkit-@keyframes breakoutScaleLarge {
    0% { -webkit-transform: scale(1.2); }
    100% { -webkit-transform: scale(1); }
}
@keyframes breakoutScaleLarge {
    0% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

-webkit-@keyframes heroZoom {
    0% { -webkit-transform: scale(1); }
    100% { -webkit-transform: scale(1.1); }
}
@keyframes heroZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

-webkit-@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}