/* WINTER 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;
Styles:     normal, italic

Family:     'Druk XCond Web', sans-serif;
Weights:    900;
Styles:     normal, italic

Family:     'RudeSlabExtraWide-Book', serif;
Weights:    400;
Styles:     normal, italic

Family:     'RudeSlabExtraWide-Thin', serif;
Weights:    300;
Styles:     normal, italic

Family:     'RudeSlabExtraWide-ExtraBold', serif;
Weights:    700;
Styles:     normal, italic
------------
*/
@font-face{
        font-family:"TundraWebPro-Medium";
        src:url("../_fonts/tundra/TundraWebPro-Medium.eot?#iefix");
        src:url("../_fonts/tundra/TundraWebPro-Medium.eot?#iefix") format("eot"),url("../_fonts/tundra/TundraWebPro-Medium.woff2") format("woff2"),url("../_fonts/tundra/TundraWebPro-Medium.woff") format("woff"),url("../_fonts/tundra/TundraWebPro-Medium.ttf") format("truetype");
    }

#home-features-slides li.slide-this-is-uta {
    background-position: 90% center !important;
}

#home-features,
#home-features-slides {
    background-color: #0460A9;
}

/** ================================================= 
	 FOR ISSUES WITH MORE THAN FOUR FEATURE ARTICLES 
   ================================================== **/

@media only screen and (min-width: 64em) {
    #home-features #home-features-pager h2 {
        font-size: 6px;
        font-size: .6vw;
    }

    #home-features #home-features-pager li {
        width: 20%;
    }

    #home-features #home-features-pager {
        bottom: 0;
        height: 60px;
    }
}

@media (min-width: 1700px) {
    #home-features #home-features-pager h2 {
        font-size: 10px;
    }
}

/** ===================================================== 
	 FOR ISSUES WITH MORE THAN FOUR FEATURE ARTICLES END 
   ====================================================== **/

.story-slide-caption p.photo-caption {
    text-align: center;
}

.section-header {
    border-top: 1px solid #d5d5d5;
    padding-top: 1em;
    margin-top: 1.1em;
}

span.story-end {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Druk Text Web', sans-serif;
    color: #0064B1;
}

/* Responsive iframes */
.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.scene-row {
    margin-top: 50px;
    margin-bottom: 50px;
}

.story-content .extra {
    margin: 2em 0;
    font-family: 'Druk Text Wide Web', sans-serif;
    color: #d73b50;
    text-transform: uppercase;
    font-size: .55rem;
    letter-spacing: 1px;
    text-align: center;
}


/* Components */

/*Wide Slider Component*/
.wideslider-container {
    background-color: #d63c4f;
    width: 100%;
    text-align: center;
    padding: 18px 2% 50px;
}

.wideslider-title {
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 20px;
}

.wideslider-content {
    max-width: 1280px;
    margin: auto;
    text-align: center;
}

.wideslider-slideshow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wideslider-slideshow .cycle-slideshow {
    width: 85%;
}

.wideslider-slide {
    margin: auto;
    background-color: #fff;
    box-shadow: 0 10px 10px -4px rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    text-align: center;
    float: left;
}

.wideslider-slide img {
    width: 100%;
}

.wideslider-slide .left-col {
    float: left;
    position: relative;
    width: 50%;
    height: 100%;
}

.wideslider-slide .right-col {
    float: left;
    width: 40%;
    padding: 0px 30px;
    height: 100%;
}


@media screen and (max-width: 960px) {
    .wideslider-slide {
        float: none;
    }

    .wideslider-slide .left-col {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #d5d5d5;
    }

    .wideslider-slide .right-col {
        width: 100%;
        height: auto;
        padding: 50px 30px 20px;
    }

    .wideslider-slide .right-col .vertical-center {
        top: auto;
        transform: translateY(0px);
    }
}


.wideslider-slide h3 {
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
}

.wideslider-slide h5 {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .3em;
    color: #d63c4f;
    line-height: 1;
}

.wideslider-slide p {
    font-size: 16px;
    line-height: 24px;
    color: #777;
    line-height: 1.6;
    margin-top: 20px;
}

.wideslider-nav {
    transition: all .3s ease;
}

.wideslider-next:hover {
    transform: translate(5px);
    cursor: pointer;
}

.wideslider-prev:hover {
    transform: translate(-5px);
    cursor: pointer;
}

.cycle-pager {
    bottom: -45px;
}

.cycle-pager span {  
    display: inline-block;
    color: rgba(255,255,255,0.4);
    cursor: pointer; 
}

.cycle-pager span.cycle-pager-active {
    color: rgba(255,255,255,1);
}

@media screen and (max-width: 640px) {
    .wideslider-nav {
        display: none;
    }

    .wideslider-slideshow .cycle-slideshow {
        width: 100%;
    }
}



/*Quote BG Component*/
.quote-full {
    width: 100%;
    padding: 10% 20px;
    background-color: #000;
}

.quote-full .pullquote {
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-weight: 100;
    font-size: 32px;
    color: #fff;
    max-width: 960px;
    text-align: center;
    margin: auto;
    z-index: 2;
}

@media screen and (max-width: 640px) {
    .quote-full .pullquote {
        font-size: 18px;
        line-height: 1.6;
        padding: 0px 20px;
    }
}



/*Wide Images Component*/
.image-wide {
    max-width: 1024px;
}

.image-wide img {
    width: 100%;
}

.story-feature .caption {
    font-size: 16px;
    color: #777;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    padding: 0px 20px;
}




/*Timeline Component*/
.timeline-container {
    width: 100%;
    background-color: #fff;
    padding: 2% 2%;
}
.timeline-content {
    margin: auto;
}

.timeline-container {
    text-align: center;
    margin-bottom: 70px;
}

.timeline-title {
    margin-bottom: 2%;
}

.timeline-date {
    font-family: 'Druk XCond Web', sans-serif;
    font-size: 120px;
    color: #d63c4f;
    margin-bottom: 0px;
    line-height: 1;
}

.timeline-event {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: .9em;
    color: #d63c4f;
    margin-top: 0px;
}

.timeline-description {
    font-size: .9em;
    line-height: 1.6;
    color: #777;
    padding: 0px 8%;
}

/*Testimonial Component*/
.testimonial-content {
    max-width: 1024px;
    margin: auto;
    text-align: center;
    padding: 5% 20px;
}

.testimonial-quote {
    font-family: 'RudeSlabExtraWide-Book', serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 200;
    line-height: 1.6;
}

.testimonial-author {
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 40px;
}

.testimonial-position {
    margin-top: 0px;
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .3em;
    color: #d63c4f;
    margin-bottom: 0px;
}

@media screen and (max-width: 640px) {
    .testimonial-quote {
        font-size: 18px;
        padding: 0px 20px;
    }
}

.testimonial-slideshow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial-title {
    margin-bottom: 40px;
    margin-top: 0px;
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 5%;
}

.testimonial-slideshow .cycle-slideshow {
    width: 85%;
}

.testimonial-nav {
    transition: all .3s ease;
    transform: translateY(-50%);
}

.testimonial-next:hover {
    transform: translate(5px,-50%);
    cursor: pointer;
}

.testimonial-prev:hover {
    transform: translate(-5px,-50%);
    cursor: pointer;
}


/* ==========================================================
    Feature: MAVERICK MOGULS 
=========================================================== */


.mm-feature .story-header {
    background: url(../_images/features/mm-main-illustration.jpg) no-repeat scroll top left #f7ebc0;
    height: 700px;
    background-size: contain;
}

.mm-feature h1 {
    background: url(../_images/features/mm-title.png) no-repeat scroll center right transparent;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    max-width: 780px;
    height: 360px;
    margin-top: 80px;
    margin-left: 16px;
    margin-right: 0px;
    position: relative;
    z-index: 10;
}

.mm-feature h2 {
    max-width: 600px;
    font-size: 1em;
    font-family: 'RudeSlabExtraWide-Book', serif;
    color: #e7c979;
    text-align: right;
    margin-top: -50px;
    margin-left: 150px;
    padding-right: 90px;
    position: relative;
    z-index: 10;
    transform: skew(0deg, -9deg);
}

.mm-feature span.author {
    text-transform: uppercase;
    font-size: .8em;
    color: #f2e7a8;
}

.mm-feature .full-width {
    position: relative;
}

.mm-feature .full-width:before {
	content: ' ';
	width: 100%;
	height: 200px;
	background: #f7ebc0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7ebc0 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f7ebc0 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f7ebc0 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ebc0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: -40px;
	z-index: 0;}

.mm-feature .header-content {
    max-width: 100%;
    height: 100%;
    padding-right: 0%;
    position: absolute;
    top: 0;
    right: 0%;
    z-index: 10;
}

.mm-feature .header-content:before {
    content: ' ';
    width: 50px;
    height: 50px;
    background: #000;
    z-index: 1;
    position: absolute;
    top: 54%;
    left: 4%;
    transform: skew(0deg, 14deg);
}

.mm-feature .header-content:after {
    content: ' ';
    width: 86%;
    height: 84%;
    background: #4a4c54;
    z-index: 1;
    position: absolute;
    top: 8%;
    left: 8%;
}

.mm-feature span.drop-cap {
    background-size: contain;
    font-family: 'RudeSlabExtraWide-ExtraBold', serif;
    display: block;
    font-size: 10em;
    color: #4a4c54;
    margin: -18px 10px -20px -20px;
    height: 180px;
    font-style: italic;
    z-index: -1;
}

.mm-feature .intro-paragraph span.intro-paragraph-start {
    text-transform: uppercase;
}

.mm-feature .intro-paragraph .angle-skew {
    transform: skewX(351deg);
    display: block;
}

.mm-feature h3 {
    color: #4f7486;
    text-transform: uppercase;
    font-family: 'Druk Text Web', sans-serif;
    font-weight: 800;
    font-size: 1.7rem;
    line-height: 1.1;
}

.mm-feature span.raised {
    font-size: .7em;
    vertical-align: super;
}

.mm-feature .breakout-quote.mm-pullquote {
    background: url(../_images/features/mm-pullquote-bg.jpg) no-repeat scroll center left #000;
	background-size: cover;
    padding: 20% .8em;
}

.mm-feature .breakout-quote.mm-pullquote p {
    font-family: 'RudeSlabExtraWide-ExtraBold', serif;
    color: #fff98d;
    font-size: 2em;
    line-height: 1.2em;
    padding: 2%;
}

.story-feature.mm-feature .caption {
    font-family: 'Druk Text Web', sans-serif;
    font-size: 1em;
    color: #48a6dc;
}

@media (min-width:1280px) {
    .mm-feature .story-header {
		background-size: 43%;
	}
}

@media (min-width:1400px) {
    .mm-feature .story-header {
		background-size: 47%;
	}
}

@media (min-width:1700px) {
    .mm-feature .story-header {
        background-size: 57%;
    }
}

@media (max-width:930px) {
	.mm-feature .header-content {
		margin-top: 180px;
	}
	.mm-feature .story-header {
		overflow: visible;
	}
	.mm-feature .story-content {
		padding-top: 160px;
		margin-top: 0;
	}
	.mm-feature h1 {
		margin-top: 60px;
	}
	.mm-feature .header-content:before {
    	top: 51.2%;
	}
}

@media (max-width:880px) {
    
}

@media (max-width:720px) {
    .mm-feature h1 {
        margin-top: 8vw;
    }
    .mm-feature h2 {
		margin-left: 12vw;
		padding-right: 12%;
	}
    .mm-feature .header-content:before {
        left: 12%;
    }
}

@media (max-width:560px) {
    .mm-feature h1 {
        height: 62vw;
    }
	.mm-feature span.drop-cap {
		font-size: 7em;
		margin: -8px 10px -20px -20px;
		height: 130px;
	}
	.mm-feature .breakout-quote.mm-pullquote p {
		font-size: 6.5vw;
	}
}



/* ==========================================================
    Feature: A SEMESTER OF FIRSTS
=========================================================== */

.asof-feature .asof-professor-stories {
    max-width: 1200px;
}

.asof-feature .story-header {
    background: url(../_images/features/asof-main-feature-img.jpg) no-repeat scroll center right #1D2C17;
    height: 700px;
    background-size: cover;
}

.asof-feature h1 {
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    color: #0f91cf;
    font-size: 130px;
    font-style: italic;
    line-height: .85em;
    letter-spacing: -0.06em;
    padding: 0 20px;
    margin-top: 40px;
	margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    position: relative;
    z-index: 3;
}

.asof-feature h1 span {
    position: relative;
}

.asof-feature h1 span:before {
    content: ' ';
    background: #fff;
    height: 90px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: -20px;
    z-index: -1;
}

.asof-feature h1 span:after {
    content: ' ';
    background: #fff;
    height: 90px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 10px;
    z-index: -1;
}

.asof-feature h2 {
    max-width: 540px;
    font-size: 1.3em;
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    color: #fff;
    text-align: left;
    margin-left: 2%;
}

.asof-feature span.author {
    text-transform: uppercase;
    font-size: .8em;
}

.asof-feature span.drop-cap {
    font-size: 12em;
    color: #fff;
    margin: -34px 8px 0px -84px;
    padding: 4px;
    z-index: -1;
    font-style: italic;
    position: relative;
}

.asof-feature span.drop-cap:after {
    content: ' ';
    width: 70px;
    height: 229px;
    background: #0f91cf;
    position: absolute;
    top: 12px;
    left: 0px;
    z-index: -1;
    transform: skew(-9deg, 0deg);
}

.asof-feature .intro-paragraph span.intro-paragraph-start {
    font-family: RudeSemiCondensed-Medium, sans-serif;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .8em;
}

.asof-feature .breakout-quote.asof-pullquote {
    background: url(../_images/features/asof-pullquote-bg.jpg) no-repeat scroll center right #1093d2;
	background-size: cover;
    padding: 20% .8em;
}

.asof-feature .breakout-quote.asof-pullquote p {
    font-family: 'Druk Text Web', sans-serif;
    color: #0f91cf;
    font-size: 2.2em;
    font-style: italic;
    text-align: right;
    line-height: 1.5em;
    padding: 2%;
}

.asof-feature .breakout-quote.asof-pullquote p span {
    background: #fff;
    padding: 0px 0px;
}

.asof-feature h3 {
    color: #000;
    font-family: 'Druk XCond Web', sans-serif;
    font-weight: 900;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0px;
}

.asof-feature .asof-professor-profile-left, .asof-feature .asof-professor-profile-right {
    background-color: #f1f3f4;
    padding: 2%;
    position: relative;
}

.asof-feature .asof-professor-profile-left .asof-major-hometown, .asof-feature .asof-professor-profile-right .asof-major-hometown {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    letter-spacing: -0.05em;
}

.asof-feature .asof-professor-profile-left strong, .asof-feature .asof-professor-profile-right strong {
    font-family: 'Druk Text Web', sans-serif;
    font-size: 1.2em;
}

/**.asof-feature .asof-professor-profile-left:before {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 60px solid #fff7ec;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 100px;
    right: -50px;
 }
 
 .asof-feature .asof-professor-profile-right:before {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 60px solid #fff7ec;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 100px;
    left: -50px;
 }**/
 
 .asof-feature .asof-professor-profile-wrapper {
    margin-bottom: 40px;
}

.asof-feature .asof-professor-wrapper {
    position: relative;
    min-height: 450px;
}

.asof-feature ul.asof-prof-desc {
    width: 90%;
    background: rgba(238,238,238,.9);
    padding: 4% 4% 4% 8%;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.asof-feature ul.asof-prof-desc li {
    font-family: RudeSemiCondensed-Bold, sans-serif;
    font-size: .8em;
    line-height: 1.4em;
}

.asof-feature img.asof-lightbulb {
    margin: 0 auto;
    display: block;
}

@media (min-width:1400px) {
    .asof-feature .asof-professor-profile-wrapper {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media (max-width:1200px) {
    
}

@media (max-width:960px) {
    .asof-feature h2 {
		background: rgba(0,0,0,.6);
		padding: 10px 20px;
		margin-right: 2%;
	}
}

@media (max-width:840px) {
    .asof-feature span.drop-cap {
		font-size: 12em;
		margin: -34px 22px 0px -10px;
	}
}

@media (max-width:740px) {
    
}

@media (max-width:480px) {
	.asof-feature h1 {
		font-size: 26vw;
	}
	.asof-feature h1 span:before, .asof-feature h1 span:after {
		height: 19vw;
		bottom: 16px;
	}
	.asof-feature .breakout-quote.asof-pullquote p {
		font-size: 6.5vw;
	}
}


/* ==========================================================
    Feature: TAKE ME OUT TO THE EGAME 
=========================================================== */


.tmotte-feature .story-header {
    background: url(../_images/features/tmotte-main-feature-img.jpg) no-repeat scroll center right #1F1927;
    height: 700px;
    background-size: cover;
}

.tmotte-feature h1 {
    font-family: 'Druk XCond Web', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-size: 130px;
    line-height: 1.25em;
    text-align: left;
    color: #fff;
    padding-top: 20px;
    padding-left: 56px;
    padding-right: 20px;
    position: relative;
    z-index: 10;
}

.tmotte-feature h1 span {
    font-size: 2.95em;
    line-height: .7em;
    font-stretch: extra-condensed;
    margin-left: -34px;
}

.tmotte-feature h2 {
    max-width: 460px;
    font-size: 1.22em;
    line-height: 1.25em;
    font-family: 'Druk Text Web', 'Arial Black', sans-serif;
    font-style: italic;
    color: #fff;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 1.5%;
}

.tmotte-feature span.author {
    text-transform: uppercase;
    font-size: .8em;
    color: #FBED34;
    letter-spacing: 1em;
}

.tmotte-feature .full-width {
    position: relative;
}

.tmotte-feature .header-content {
    
}

.tmotte-feature .intro-paragraph {
    font-family: RudeSemiCondensed-Medium, sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    background: #285B77;
    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, #285B77 0%, #B43C45 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tmotte-feature span.drop-cap {
    font-family: 'Druk Text Wide', 'Arial Black', sans-serif;
    display: block;
    font-size: 7.8em;
    color: #4a4c54;
    margin: -18px 0px -20px -18px;
    height: 190px;
    background: #285B77;
    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, #285B77 0%, #B43C45 100%);
      background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tmotte-feature .intro-paragraph span.intro-paragraph-start {
    text-transform: uppercase;
}

.tmotte-feature .intro-paragraph .angle-skew {
    transform: skewX(351deg);
    display: block;
}

.tmotte-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;
}

.tmotte-feature .breakout-quote.tmotte-pullquote {
    background: url(../_images/features/tmotte-esports-group.jpg) no-repeat scroll bottom center #fff;
    background-size: cover;
    padding: 3% 8% 32vw;
}

.tmotte-feature .breakout-quote.tmotte-pullquote p {
    font-family: RudeSemiCondensed-Medium, sans-serif;
    font-weight: 700;
    max-width: 100%;
    text-align: center;
    color: #bf53a2;
    font-size: 2.2em;
    padding: 0;
    line-height: 1.2em;
    letter-spacing: -.05em;
    background: #bf53a2;
    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;
}

.story-feature.tmotte-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;
}

.tmotte-feature .breakout-quote {
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 0;
}

.tmotte-feature .pullquote-left.tmote-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;
}

.tmotte-feature .pullquote-left.tmote-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;
}

.tmotte-feature .pullquote-left.tmote-support a {
    color: #FCEEF9;
    text-decoration: underline;
}

.tmotte-feature .pullquote-left.tmote-support span {
    background: url(../_images/features/tmotte-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;
}

.tmotte-feature .pullquote-right {
    font-family: RudeSemiCondensed-Medium, sans-serif;
    font-weight: 700;
    max-width: 100%;
    text-align: left;
    color: #bf53a2;
    font-size: 1.5em;
    padding: 0;
    line-height: 1.6em;
    letter-spacing: -.05em;
    background: #bf53a2;
    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;
    border: none;
    min-width: 300px;
    font-style: normal;
}

@media (min-width:1280px) {
    
}

@media (min-width:1400px) {
    
}

@media (min-width:1700px) {
    
}

@media (max-width:930px) {
	.tmotte-feature .story-header {
		height: 800px;
		background-size: 1200px;
		background-position: bottom right;
	}
}

@media (max-width:780px) {
    .tmotte-feature h1 {
		font-size: 14.5vw;
		padding-top: 0;
	}
	.tmotte-feature h1 span {
		margin-left: -4.5%;
	}
}

@media (max-width:720px) {
    .tmotte-feature .pullquote-left.tmote-support span {
        margin: -2px 8px 0px -28px;
    }
}

@media (max-width:590px) {
    .tmotte-feature h1 {
        font-size: 72px;
    }
	.tmotte-feature h1 span {
		margin-left: -3.5%;
	}
	.tmotte-feature .breakout-quote.tmotte-pullquote p {
		font-size: 6.5vw;
	}
}

/* ==========================================================
    Feature: ACCESSING SUCCESS 
=========================================================== */


.as-feature .story-header {
    background: url(../_images/features/as-main-feature-img.jpg) no-repeat scroll 66% center #fff;
    height: 700px;
    background-size: cover;
}

.as-feature h1 {
    font-family: 'RudeSlabExtraWide-Thin', serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 75px;
    line-height: 1.2em;
    letter-spacing: 1vw;
    padding: 186px 2% 140px;
    color: #0f91cf;
}

.as-feature h1 span {
    font-family: 'RudeSlabExtraWide-Book', serif;
    padding-left: 220px;
    font-size: 1.2em;
    color: #ef7530;
}

.as-feature h2 {
    max-width: 360px;
    font-family: 'RudeSlabExtraWide-Book', serif;
    text-align: right;
    padding: 10px 20px;
    margin-left: 4%;
    font-size: 1em;
    background: rgba(255,255,255,.75);
    color: #0f91cf;
    transform: skew(-20deg, 0deg);
}

.as-feature h2 span.author {
    text-transform: uppercase;
    font-size: .8em;
    color: #ef7530;
}

.as-feature .drop-cap {
    font-family: 'RudeSlabExtraWide-Book', serif;
    color: #0f91cf;
    font-size: 5.85em;
    margin: 10px 4px 0 -6px;
    line-height: 0.92em;
    max-height: 100px;
}

.as-feature .intro-paragraph-start {
    text-transform: uppercase;
    font-size: .9em;
}

.as-feature .caption {
    font-family: 'RudeSlabExtraWide-Book', serif;
    color: #ef7530;
    letter-spacing: .4vw;
}

.as-feature h3 {
    font-family: 'RudeSlabExtraWide-Book', serif;
    color: #0f91cf;
    font-size: 1.2em;
}

.as-feature .breakout-quote.as-pullquote {
    background: url(../_images/features/as-pullquote-bg.jpg) no-repeat scroll center center #fff;
    background-size: cover;
    padding: 14% .8em;
}

.as-feature .breakout-quote.image-bg:before {
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, .9));
}

.as-feature .breakout-quote.image-bg p {
    font-family: 'RudeSlabExtraWide-Book', serif;
    color: #ef7530;
    font-size: 2.2em;
}

.as-feature .breakout-quote.as-eap {
    background: #f1f4f5;
    color: #092936;
    height: 582px;
    position: relative;
    margin-bottom: 40px;
}

.as-feature .as-eap-width-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.as-feature .breakout-quote.as-eap h3 {
    color: #0f91cf;
    max-width: 440px;
    padding-left: 1rem;
    padding-right: 0.9375rem;
    margin: 0 0 10px 0;
}

.as-feature .breakout-quote.as-eap p {
    max-width: 440px;
    font-size: 1em;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.as-feature .breakout-quote.as-eap p.caption {
    max-width: 40%;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4em;
    color: #092936;
    font-size: 12px;
    letter-spacing: 0;
    position: absolute;
    bottom: -6px;
    left: 2%;
}

.as-feature img.as-eap-img.eap-img1 {
    max-width: 380px;
    height: auto;
    position: absolute;
    top: -8px;
    right: 26%;
    z-index: 1;
}

.as-feature img.as-eap-img.eap-img2 {
    max-width: 280px;
    height: auto;
    position: absolute;
    top: 74px;
    right: 1%;
}

.as-feature img.as-eap-img.eap-img3 {
    max-width: 380px;
    height: auto;
    position: absolute;
    top: 275px;
    right: 26%;
    z-index: 2;
}

@media (max-width:1180px) {
    .as-feature img.as-eap-img.eap-img1 {
		top: 6px;
		right: 3%;
		transform: rotate(-5deg);
    }
    .as-feature img.as-eap-img.eap-img2 {
        top: 74px;
		right: 31%;
		transform: rotate(-5deg);
		z-index: 3;
    }
    .as-feature img.as-eap-img.eap-img3 {
        top: 251px;
		right: 3%;
		transform: rotate(8deg);
    }
}

@media (max-width:1040px) {
    .as-feature img.as-eap-img.eap-img1 {
		max-width: 330px;
		top: 10px;
		right: 3%;
	}
    .as-feature img.as-eap-img.eap-img2 {
		max-width: 240px;
		right: 27%;
		top: 90px;
	}
    .as-feature img.as-eap-img.eap-img3 {
		max-width: 330px;
		top: 280px;
		right: 3%;
	}
}

@media (max-width:1000px) {
    .as-feature .story-header {
        background: url(../_images/features/as-main-feature-img.jpg) no-repeat scroll right bottom #fff;
    }
    .as-feature h1 {
        font-size: 7vw;
        padding: 20px 2% 10px;
        text-align: left;
        background: rgba(255,255,255,.75);
    }
    .as-feature h1 span {
        padding-left: 32%;
    }
    .as-feature h2 {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

@media (max-width:930px) {
    .as-feature .breakout-quote.as-eap {
		padding: 30px 0;
		margin-bottom: 140px;
	}
    .as-feature .breakout-quote.as-eap p {
		max-width: 100%;
		margin-bottom: 20px;
	}
    .as-feature img.as-eap-img.eap-img1 {
		max-width: 340px;
		top: 166px;
		right: auto;
		left: 2%;
		transform: none;
	}
    .as-feature img.as-eap-img.eap-img2 {
		max-width: 260px;
		top: 150px;
		right: 2%;
		transform: none;
		z-index: 0;
	}
    .as-feature img.as-eap-img.eap-img3 {
		max-width: 340px;
		top: 300px;
		right: auto;
		left: 30%;
		transform: none;
	}
    .as-feature .breakout-quote.as-eap p.caption {
		max-width: 100%;
		bottom: -123px;
	}
}

@media (max-width:600px) {
	.as-feature .breakout-quote.image-bg p {
		font-size: 1.5em;
	}
    .as-feature .breakout-quote.as-eap {
        height: auto;
        margin-bottom: 2rem;
        padding-bottom: .5rem;
    }
    .as-feature .breakout-quote.as-eap h3 {
        font-size: 7.5vw;
        max-width: inherit;
    }
    .as-feature img.as-eap-img.eap-img1 {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		transform: none;
		margin: 1% 3%;
		max-width: 93%;
	}
    .as-feature img.as-eap-img.eap-img2 {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: 16%;
		transform: none;
		margin: 1% 3%;
		max-width: 63%;
	}
    .as-feature img.as-eap-img.eap-img3 {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		transform: none;
		margin: 1% 3%;
		max-width: 93%;
	}
    .as-feature .breakout-quote.as-eap p.caption {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		margin-top: 20px;
	}
    .as-feature h1 {
        font-size: 10vw;
        padding: 20px 2% 10px;
        text-align: center;
    }
    .as-feature h1 span {
        padding-left: 0;
    }
    .as-feature h2 {
        max-width: 90%;
        margin-left: 5%;
    }
}

/* ==========================================================
    Feature: ADVOCATES FOR ACTION
=========================================================== */

.afa-feature .story-header {
    background: url(../_images/features/afa-main-feature-img.jpg) no-repeat scroll top left #fff;
    height: 700px;
    background-size: contain;
	overflow: visible;
}

.afa-feature .header-content {
    max-width: 100%;
    height: 100%;
    padding-right: 0%;
    position: absolute;
    top: 0;
    right: 0%;
    z-index: 10;
}

.afa-feature h1 {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    color: #000;
    font-size: 80px;
    font-style: italic;
    line-height: 1em;
    text-align: right;
    max-width: 700px;
    margin-top: 140px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 60px;
    position: relative;
    z-index: 10;
}

.afa-feature h1 span {
    color: #0f91cf;
    font-size: 2.5em;
    line-height: .66em;
}

.afa-feature h2 {
    max-width: 700px;
    font-size: 1em;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    color: #000;
    text-align: right;
    margin-top: 0;
    margin-left: 50px;
    padding-right: 40px;
    padding-left: 22%;
    position: relative;
    z-index: 10;
}

.afa-feature .header-content:after {
    content: ' ';
    width: 78%;
    height: 84%;
    background: #f1f0e6;
    z-index: 1;
    position: absolute;
    top: 8%;
    right: 4%;
}

.afa-feature span.author {
    text-transform: uppercase;
    font-size: .8em;
    color: #000;
}

.afa-feature .afa-professor-stories {
    max-width: 1200px;
}

.afa-feature span.drop-cap {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 12em;
    color: #0f91cf;
    margin: -34px 8px 0px -84px;
    padding: 4px;
    z-index: -1;
    position: relative;
}

.afa-feature .intro-paragraph span.intro-paragraph-start {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .9em;
}


.afa-feature .breakout-quote.afa-pullquote p {
    font-family: 'Druk Text Web', sans-serif;
    color: #0f91cf;
    font-size: 2.2em;
    font-style: italic;
    text-align: right;
    line-height: 1.5em;
    padding: 2%;
}

.afa-feature .breakout-quote.afa-pullquote p span {
    background: #fff;
    padding: 0px 0px;
}

.afa-feature h3 {
    color: #333a7e;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 2.4em;
    line-height: 1;
    letter-spacing: -.04em;
}

.afa-feature .afa-professor-profile-left, .afa-feature .afa-professor-profile-right {
    background-color: rgba(255,255,255,.9);
    padding: 2%;
    position: relative;
}

.afa-feature .afa-professor-profile-left .afa-student-desc, .afa-feature .afa-professor-profile-right .afa-student-desc {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    letter-spacing: -0.04em;
	color: #626366;
	border-bottom: 1px solid #0065b0;
}

.afa-feature .afa-professor-profile-left .afa-student-desc span, .afa-feature .afa-professor-profile-right .afa-student-desc span {
	font-style: italic;
	color: #000;
}

.afa-feature .afa-professor-profile-left strong, .afa-feature .afa-professor-profile-right strong {
    font-family: 'Druk Text Web', sans-serif;
    font-size: 1.2em;
}
 
 .afa-feature .afa-professor-profile-wrapper {
    margin-bottom: 40px;
}

.afa-feature .afa-professor-wrapper {
    position: relative;
    min-height: 600px;
}

.afa-feature ul.afa-prof-desc {
    width: 90%;
    background: rgba(238,238,238,.9);
    padding: 4% 4% 4% 8%;
    margin: 0;
    position: absolute;
    bottom: -40px;
    right: 0;
}

.afa-feature ul.afa-prof-desc li {
    font-family: RudeSemiCondensed-Bold, sans-serif;
    font-size: .8em;
    line-height: 1.4em;
}

.afa-feature .afa-ampersand {
    font-size: 150px;
    line-height: 1;
    color: #bbbdc0;
    position: absolute !important;
    top: 68px;
    right: 90px;
    z-index: 0;
}

 .afa-feature .afa-professor-profile-left:before {
	 background: #f1f0e6;
	 content: "";
	 height: 300px;
	 left: -0px;
	 position: absolute;
	 top: 0px;
	 width: 150px;
	 z-index: 0;
}
 .afa-feature .afa-professor-profile-left:after {
	 background: #f1f0e6;
	 content: "";
	 height: 150px;
	 left: -0px;
	 position: absolute;
	 top: 0px;
	 width: 300px;
	 z-index: 0;
}
 .afa-feature .afa-professor-profile-right:before {
	 background: #f1f0e6;
	 content: "";
	 height: 300px;
	 right: 0px;
	 position: absolute;
	 top: 0px;
	 width: 150px;
	 z-index: 0;
}
 .afa-feature .afa-professor-profile-right:after {
	 background: #f1f0e6;
	 content: "";
	 height: 150px;
	 right: -0px;
	 position: absolute;
	 top: 0px;
	 width: 300px;
	 z-index: 0;
}

.afa-feature .afa-professor-profile-left h3, 
.afa-feature .afa-professor-profile-right h3, 
.afa-feature .afa-professor-profile-left p, 
.afa-feature .afa-professor-profile-right p {
    position: relative;
    z-index: 1;
}

@media (min-width:1400px) {
    .afa-feature .afa-professor-profile-wrapper {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media (min-width: 1300px) {
    .afa-feature .story-header {
        background-size: 54%;
        background-position: 0 68%;
    }
}

@media (max-width:1023px) {
    .afa-feature .afa-ampersand {
		margin: -54px 0px -28px 0px;
		position: relative;
		top: inherit;
		right: inherit;
		z-index: 0;
	}
}

@media (max-width:950px) {
	.afa-feature .story-header {
    	background-position: 0px -100px;
	}
	.afa-feature .header-content {
    	margin-top: 250px;
	}
    .afa-feature .story-content {
		padding-top: 220px;
		margin-top: 0;
	}
}

@media (max-width:840px) {
    .afa-feature span.drop-cap {
		font-size: 8.3em;
		line-height: .7em;
		margin: 8px 0px 0px -10px;
	}
}

@media (max-width:660px) {
	.afa-feature h1 {
		font-size: 12vw;
		margin-bottom: 10px;
	}
	.afa-feature h2 {
		margin-left: 0;
	}
}

@media (max-width:639px) {
	.afa-feature .afa-professor-profile-left, .afa-feature .afa-professor-profile-right {
		margin-top: -129px;
	}
	.afa-feature ul.afa-prof-desc {
		width: 62%;
		top: -40px;
		bottom: inherit;
	}
	.afa-feature .afa-professor-profile-wrapper .small-12.medium-6.large-7.columns {
		margin-top: -129px;
	}

	.afa-feature .afa-professor-profile-wrapper:nth-child(2) .small-12.medium-6.large-7.columns {
		margin-top: -50px;
	}
	.afa-feature .afa-professor-pic {
		max-width: 70%;
	}
}

@media (max-width:480px) {
	.afa-feature .afa-professor-pic {
		max-width: 100%;
	}
	.afa-feature h3 {
		font-size: 7.4vw;
	}
}


/* =========================================================== */



.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: 1.5em 0;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    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;
    }

    .breakout-quote p {
        font-size: .75em;
        line-height: 1.2;
    }
}


@media all and (max-width: 768px) {
   
    .breakout-quote.image-bg {
        padding: 40% 0 .9375rem;
        position: relative;
    }

    .breakout-quote.image-bg:before {
        content: "";
        width: 100%;
        height: 65%;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0, .9));
    }

    .breakout-quote.image-bg p {
        width: 100%;
        margin: auto;
        position: relative;
        z-index: 1;
        color: #fff;
    }

}

.scene-iframe {
    width: 100%;
    height: calc(100vh - 85px);
    margin-top: -40px;
}





/* ======================
    Animations  
========================*/
-webkit-@keyframes breakoutReveal {
    0% {
        -webkit-transform: scaleX(0);
        -webkit-transform-origin: left center;
    }
    50% {
        -webkit-transform: scaleX(1);
        -webkit-transform-origin: left center;
    }
    51% {
        -webkit-transform: scaleX(1);
        -webkit-transform-origin: right center;
    }
    100% {
        -webkit-transform: scaleX(0);
        -webkit-transform-origin: right center;
    }
}

@keyframes breakoutReveal {
    0% {
        transform: scaleX(0);
        transform-origin: left center;
    }
    50% {
        transform: scaleX(1);
        transform-origin: left center;
    }
    51% {
        transform: scaleX(1);
        transform-origin: right center;
    }
    100% {
        transform: scaleX(0);
        transform-origin: right center;
    }
}

-webkit-@keyframes breakoutScale {
    0% { -webkit-transform: scale(1.05); }
    100% { -webkit-transform: scale(1); }
}
@keyframes breakoutScale {
    0% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

-webkit-@keyframes breakoutScaleLarge {
    0% { -webkit-transform: scale(1.2); }
    100% { -webkit-transform: scale(1); }
}
@keyframes breakoutScaleLarge {
    0% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

-webkit-@keyframes heroZoom {
    0% { -webkit-transform: scale(1); }
    100% { -webkit-transform: scale(1.1); }
}
@keyframes heroZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

-webkit-@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}