@charset "UTF-8";
/* IMPORTS */
@import url("https://use.typekit.net/iro0aiz.css");
@import url("//fonts.googleapis.com/css?family=Lato");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/* SET VARIABLES */
:root {
    --fontstack-headings: adobe-garamond-pro, 'EB Garamond', Garamond, serif;
    --fontstack-body: 'Lato', 'Century Gothic', sans-serif;
}
:root {
    --white: #fff;
    --teal: #283d4a;
    --turquoise: #4E738A;
    --darkgray: #737478;
    --lightgray: #70707019;
    --orange: #AE6042;
    --dustylavender: #7D708f;
}
html {
    scroll-padding-top: 123px;
    scroll-behavior: smooth;
}
h2, h3, h4, h5,
.h2, .h3, .h4, .h5,
#page-content p.h2,
#page-content p.h3,
#page-content p.h4,
#page-content p.h5 {
    font-family: var(--fontstack-headings);
    font-stretch: expanded;
    font-weight: 600;
    line-height: 1em;
}
h3, .h3,
#page-content p.h3 {
    font-size: 2.5rem;
    color: var(--orange);
}
h4, .h4,
#page-content p.h4 {
    font-size: 2rem;
    color: var(--orange);
}
h4 small, .h4 small,
#page-content p.h4 small {
    color: var(--orange);
}
h5, .h5,
#page-content p.h5 {
    font-size: 1.6rem;
    color: #fff;
}
h6, .h6,
#page-content p.h6 {
    font-size: 1rem;
    font-family: var(--fontstack-headings);
    font-stretch: expanded;
    color: var(--darkgray);
}
/* -- General Styles -- */
.lato {
    font-family: 'Lato', 'Helvetica', 'Roboto', 'Arial', sans-serif;
}
.century-gothic {
    font-family: 'Century Gothic', sans-serif;
}
.roboto {
    font-family: 'Roboto', sans-serif;;
}
.no-margin {
    margin: 0;
}
#total-raised-wrapper .margin-medium-top {
    margin-top: 0% !important;
}
.margin-top1 {
    margin-top: 1em;
}
.margin-top2 {
    margin-top: 2em;
}
.margin-bottom1 {
    margin-bottom: 1em;
}
.margin-bottom2 {
    margin-bottom: 2em;
}
.margin-bottom3 {
    margin-bottom: 3em;
}
.gblue-bg {
    background: var(--gulfblue);
}
.uthblue-bg {
    background: var(--uthblue);
}
.uthblue-light-bg {
    background: rgb(78, 115, 138, 0.4);
}
.sand-gradient {
    padding-top:5vw;
    padding-bottom:5vw;
    background: linear-gradient(180deg, #DFD9D2 10%, rgba(223, 217, 210, 0) 50%);
}
.sand-gradient-top-bottom {
    padding-top:5vw;
    padding-bottom:5vw;
    background: linear-gradient(180deg, rgba(223,217,210,1) 0%, rgba(255,255,255,1) 75%, rgba(223,217,210,1) 100%);
}
.button.uth-orange {
    background-color:var(--uthorange);
    text-decoration:none;
    font-family:'Roboto Condensed', sans-serif;
    font-weight:600;
    font-size:1.25rem;
    padding:.75rem 2rem;
}
.button.uth-orange::after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-size:1rem;
    margin-left:.5rem;
}
.button.uth-orange:hover {
    background-color:var(--uthblue);
}
.button.uth-blue {
    background-color:var(--uthblue);
    text-decoration:none;
    font-family:'Roboto Condensed', sans-serif;
    font-weight:600;
    font-size:1.25rem;
    padding:.75rem 2rem;
}
.button.uth-blue::after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-size:1rem;
    margin-left:.5rem;
}
.button.uth-blue:hover {
    background-color:var(--white);
    color: var(--uthblue);
}
.uthorange-bg {
    background: var(--uthorange);
}
.dlavender-bg {
    background: var(--dustylavender);
}
.verylightgray-bg {
    background-color: #ececec;
}
.uthgrey-bg {
    background: var(--uthgrey);
}
.darkgray-bg {
    background: var(--darkgray);
}
.verydarkgray-bg {
    background-color: #4D5051;
}
.gold-bg {
    background: var(--mustardgold);
}
.green-bg {
    background: var(--darksage);
}
.white-bg {
    background: var(--white);
}
.gblue-border {
    border: 10px solid var(--gulfblue);
}
.uthorange-border {
    border: 10px solid var(--uthorange);
}
.dlavender-border {
    border: 10px solid var(--dustylavender);
}
.uthgrey-border {
    border: 10px solid var(--uthgrey);
}
.gold-border {
    border: 10px solid var(--mustardgold);
}
.green-border {
    border: 10px solid var(--darksage);
}
.gblue-font {
    color: #002856;
}
.uthorange-font {
    color: #AE6042;
}
.dlavender-font {
    color: #7D708f;
}
.uthgrey-font {
    color: #747578;
}
.gold-font {
    color: #f2b826;
}
.green-font {
    color: #587e6a;
}
.white-font {
    color: #fff;
}
.black-font {
    color: #000;
}
.light-gray-font {
    color: #ececec;
}
.blurry-background-orange {
    background-image: url("/many-faces-one-mission/assets/img/blurry-background-orange.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.blurry-background-blue {
    background-image: url("/many-faces-one-mission/assets/img/blurry-background-blue.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.blurry-background-green {
    background-image: url("/many-faces-one-mission/assets/img/blurry-background-green.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.blue-gradient {
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(to bottom right, rgba(78,115,138,1), rgba(78,115,138,0.6), rgba(78, 115, 138,1), rgba(0,40,86,1));
}
.blue-orange-gradient {
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(to bottom right, rgba(174, 96, 66,1), rgba(78,115,138,0.6), rgba(78, 115, 138,1), rgba(0,40,86,1));
}

/* Arrow CSS to bring the user to the top of the screen */
.footer__to-top i {
	font-size:3rem;
	font-weight:400;
margin-top:.4rem;
}
.show-to-top .footer__to-top {
	visibility: visible;
	opacity: .8;
}

.show-to-top .footer__to-top:hover {
	opacity:1;
}
.show-to-top .footer__to-top i {
	transition: transform 1s;
}

.show-to-top .footer__to-top:hover i {
		transform: translate(0px, -8px)
}
.footer__to-top {
	position: fixed;
	z-index: 1;
	right: 0rem;
	bottom: 2.5rem;
	background: var(--uthorange);
	color: #fff;
	padding: 1rem;
	visibility: hidden;
	opacity: 0;

	transition: visibility ease 320ms, opacity ease 320ms;
}
.svgstore--angle-up-double {
	padding-bottom: 100%;
}

a:hover.footer__to-top{
	color:#fff;
}
/* General Styles -- TABLET */
/* Medium and up */
@media screen and (min-width: 40em) {
    h2, .h2,
    #page-content p.h2 {
        font-size: 4rem;
    }
    #gift-info p.h2 {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    h2, .h2,
    #endowment-growth p.h2 {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    h3, .h3,
    #page-content p.h3 {
        font-size: 3.5rem;
    }
    h4, .h4,
    #page-content p.h4 {
        font-size: 3rem;
    }
    h5, .h5,
    #page-content p.h5 {
        font-size: 1.6rem;
    }
    h6, .h6,
    #page-content p.h6 {
        font-size: 1rem;
    }
    #page-content blockquote, 
    #page-content blockquote p {
        font-size: 1.6rem;
        border: none;
    }
    #page-content p,
    #page-content li {
        font-size: 1.15rem;
    }
    #page-content li {
        margin-bottom: 1.5rem;
    }
}
/* General Styles -- DESKTOP */
@media screen and (min-width: 64em) {
    h2, .h2,
    #page-content p.h2 {
        font-size: 5rem;
        margin-bottom: .75em;
    }
    h3, .h3,
    #page-content p.h3 {
        font-size: 4.5rem;
    }
    h4, .h4,
    #page-content p.h4 {
        font-size: 4rem;
    }
    h5, .h5,
    #page-content p.h5 {
        font-size: 2.6rem;
    }
    h6, .h6,
    #page-content p.h6 {
        font-size: 2rem;
    }
    #page-content blockquote, 
    #page-content blockquote p {
        font-size: 1.8rem;
    }
    #page-content p,
    #page-content li {
        font-size: 1.25rem;
    }
    #page-content li {
        margin-bottom: 1.75rem;
    }
    .nobr { white-space:nowrap; }
}
/* -- HEADER NAV -- */
#site-menu ul {
    align-items: center;
}
/* -- YOUTUBE VIDEO HEADER  -- */
#page-content .homeHero {
    position: relative;
    overflow: hidden;
    background: #4e738a;
}
.hero__heading, .hero__subheading {
    overflow: auto;
}
.hero__subheading .h5 {
    color: #fff;
    padding: 0 0.5em;
}
@media screen and (min-width: 365px) and (max-width: 464px) {
    .hero__subheading h5 {
        padding: 0 2.25em;
    }
}
@media screen and (min-width: 465px) {
    .hero__subheading h5 {
        padding: 0;
    }
}
.hero__subheading p {
    color: #fff;
}
.youtube-header-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5em 1em 4em 1em;
    margin-bottom: 0;
    text-align: center;
    position: relative; 
    width: 100%;
}
.youtube-header-section h2 {
    color: #002856;
    text-align: center;
    margin: 0 auto 3rem auto;
    max-width: 972px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    font-size: 1.75em;
    line-height: 2.25rem;
}
.youtube-header-section h2 span small {
    color: #002856;
    text-transform: none;
    letter-spacing: 2px;
}
.youtube-header-section span {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.youtube-header-section p {
    color: var(--white);
}
.youtube-header-video {
    height: auto;
    overflow: hidden;
    margin-top: -20%;
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 4em;
    background: #4e738a;
}
.youtube-header-video p {
    color: #fff;
}
@media screen and (min-width: 40em) {
    .youtube-header-section {
        padding: 8em 3em 10em 3em;
    }
    .youtube-header-section h2 {
        font-size: 2.75em;
        font-weight: 600;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.2em;
        font-size: 3em;
        max-width: 80%;
    }
    .youtube-header-section span {
        font-size: 2rem;
        line-height: 1.5em;
    }
    .youtube-header-section {
        padding: 3em 3em 10em 3em;
    }
    .youtube-header-video {
        margin-top: -15%;
    }
}
/* YOUTUBE VIDEO - DESKTOP */
@media screen and (min-width: 64em) {
    .youtube-header-section {
        padding: 8em 5em 10em 5em;
    }
    .youtube-header-section {
        padding: 5em 5em 12em 5em;
    }
    .youtube-header-video {
        margin-top: -12rem;
    }
    .youtube-header-section h2 {
        max-width: 972px;
        font-size: 66px;
        line-height: 75px;
    }
    .youtube-header-section span {
        font-size: 3rem;
    }
}
/* -- TOTAL RAISED INFORGRAPHIC -- */
#total-raised-wrapper,  #donor-participation {
    padding: 0;
}
#total-raised-container {
    text-align: center;
}
#total-raised-wrapper .left-content {
    margin-top: 0;
}
#total-raised-container h2 {
    color: var(--gulfblue);
}
#total-raised-container h3,
#total-raised-container h3 span {
    color: var(--orange);
}
#total-raised-container h5 {
    color: var(--turquoise);
    font-family:'Roboto Condensed', sans-serif;
    letter-spacing:3px;
}
#total-raised-container h3 {
    padding-bottom:0;
    margin-bottom:2rem;
    margin-top:1.5rem;
    font-family:'Roboto Condensed', sans-serif;
    letter-spacing:5px;
     font-size:9vw;
}
#total-raised-wrapper img {
    object-fit:cover;
    height:55vw;
    width:100vw;
}
@media screen and (min-width: 40em) {
    #total-raised-container h3 {
        margin-bottom:4rem;
    }
}
@media screen and (min-width: 64em) {
    #total-raised-container h3 {
        font-size:4rem;
    }
    #total-raised-wrapper img {
        width:50vw;
        height:65vw;
    }
}
@media screen and (min-width: 74em) {
    #total-raised-wrapper img{
        width:50vw;
        height:55vw;
    }
}
@media screen and (min-width: 90em) {
    #total-raised-wrapper img{
        width:50vw;
        height:43vw;
    }
}
@media screen and (min-width: 110em) {
    #total-raised-wrapper img {
        width:50vw;
        height:35vw;
    }
}
#infographic-count-container, .white-box-2-col {
    margin: 2em;
    padding:6vw;
    Background-color: #fff;
    /* width:90vw; */
}
.white-box-2-col svg {
    max-width:34em;
}
.orange-border {
    border:var(--uthorange) solid 1px;
    padding:10vw 2vw;
    width: 100%;
}
.orange-border h5 {
    font-size:3rem;
}
#donor-participation .inner {
    width:100vw;
}
@media screen and (min-width: 64em) {
    #donor-participation .inner {
        width:50vw;
    }
    .orange-border {
        border:var(--uthorange) solid 1px;
        padding:5rem 2rem;
    }
    #donor-participation .orange-border {
        border:var(--uthorange) solid 1px;
        padding:2rem 2rem; 
    }
    .white-box-2-col svg {
        margin-top:1rem;
        max-width:29em;
    }
    #infographic-count-container, .white-box-2-col {
        margin: 2em;
        padding:2em;
        width:auto;
    }
}
#infographic-count-container a {
    margin: 0 auto;
    padding: .85rem 7rem .6rem 7rem;
    font-family: var(--fontstack-headings);
    line-height: 1rem;
    border: 2px solid #fff;
    font-size: 1.25rem;
    font-weight: 600;
    transition: .3s all;
}
#infographic-count-container a:hover,
#infographic-count-container a:focus {
    border: 2px solid var(--white);
}
#infographic-img-left {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/many-faces-one-mission/assets/img/total-raised-four-doctors.jpg);
    background-size: cover;
    min-height: 300px;
    text-align: center;
}
#total-raised-wrapper .left-content{
    background: url(/many-faces-one-mission/assets/img/total-raised-group-of-students.jpg);
    background-size: cover;
    height: auto;
    min-height: 300px;
    max-height:850px;
    background-position:center;
}
#endowment-growth-wrapper .right-content{
    display: flex;
    align-items: center;
    justify-content: end;
    background: url(/many-faces-one-mission/assets/img/blurry-background-blue.jpg);
    background-size: cover;
    text-align: center;
}
#endowment-growth-wrapper .endowment-growth-left-bg{
    background: url(/many-faces-one-mission/assets/img/endowment-growth-dr-hu.jpg);
    background-size: cover;
    height: auto;
    min-height:300px;
    max-height:850px;
    background-position:center;
}
#donor-participation .left-content{
    background: url(/many-faces-one-mission/assets/img/donor-participation-hero.jpg);
    background-size:cover;
    background-position:70%;
    background-repeat:no-repeat;
    height: auto;
    min-height:300px;
    max-height:850px;
}
.infographic-right-bg {
    display: flex;
    align-items: center;
    justify-content: start;
    background: url(/many-faces-one-mission/assets/img/blurry-background-orange.jpg);
    background-size: cover;
    text-align: center;
}
#donor-participation .infographic-right-bg {
    display: flex;
    align-items: center;
    justify-content: start;
    background: url(/many-faces-one-mission/assets/img/blurry-background-green.jpg);
    background-size: cover;
    text-align: center;
}
#total-raised:before, 
#total-raised:after,
#campaign-goal:before,
#campaign-goal:after {
    content: '';
    margin: 0;
    flex: 0;
}
#total-raised:after,
#campaign-goal:after {
    margin: 0;   
}
#total-raised,
#campaign-goal {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: .5em;
}
/* -- GIFTS / DONORS INFOGRAPHIC -- */
#gift-info {
    margin: 2em 0;
}
@media(min-width:40em) {
    #gift-info {
        margin: 3em;
    }
}
#gift-info > div {
    color: #fff;
    display: flex;
    padding: .25rem;
    transition: all .5s ease-in-out;
    flex-direction: row;
    align-items: center;
}
#gift-info i {
    height: 75px;
    width: 75px;
    display: flex;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
    background: #333;
    border-radius: 50%;
    border: 4px solid #fff;
    z-index: 4;
}
#gift-info #estate-gifts i, #gift-info #estate-gifts span {
    background: #172953;
}
#gift-info #total-gift-info i, #gift-info #total-gift-info span {
    background: #ae6042;
}
#gift-info #donors-info i, #gift-info #donors-info span {
    background: #567c68;
}
#gift-info .hide-helper {
    /*border-radius: 10% 0 0 10%;*/
    margin-left: -2rem;
    overflow: hidden;
    width: 100%;
}
#gift-info span:not(.icon) {
    padding: .75rem 2rem .75rem 4rem;
    color: #fff;
    width: 100%;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    background: #333;
    text-transform: uppercase;
    transition: transform .4s ease-out;
    transform: translateX(-105%);
}
#gift-info span.translate {
    transform: translateX(0);
}
@media screen and (min-width: 40em) {
    #gift-info span:not(.icon) {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}
#total-gifts,
#value-donors,
#planned-gifts {
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
    font-weight: 600;
    text-align: center;
    width: 100px;
    display: inline-block;
}
#total-gifts:before, 
#value-donors:before,
#planned-gifts:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: -31px;
    left: 10px;
    right: 0;
    z-index: -1;
    background: #fff;
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
#total-gifts:after, 
#value-donors:after,
#planned-gifts:after {
    content: '';
    background-image: url(https://www.uth.edu/many-faces-one-mission/assets/update-stitch.png);
    height: 31px;
    width: 42px;
    bottom: -30px;
    right: 7px;
    position: absolute;
    background-size: contain;
    overflow: visible;
    display: inline-block;
}
#total-gifts-container h3, 
#value-donors-container h3,
#planned-gifts-container h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
}
#total-gifts-container,
#value-donors-container,
#planned-gifts-container {
    margin-bottom: 6em;
}
@media screen and (min-width: 40em) {
    #total-raised:before,
    #total-raised:after,
    #campaign-goal:before,
    #campaign-goal:after {
        content: '';
        border-top: 1px solid;
        margin: 0 40px 0 0;
        flex: 1 0 40px
    }
    #total-raised:after,
    #campaign-goal:after {
        margin: 0 0 0 40px;
    }
}
@media screen and (min-width: 64em) {
    #total-gifts,
    #value-donors,
    #planned-gifts {
        font-size: 2.5rem;
        width: 175px;
    }
    #total-gifts:before,
    #value-donors:before,
    #planned-gifts:before {
        top: -50px;
        left: 25px;
        height: 125px;
        width: 125px;
    }
    #total-gifts:after,
    #value-donors:after,
    #planned-gifts:after {
        height: 52px;
        width: 71px;
        bottom: -52px;
        right: 16px;
    }
    #total-gifts-container h3,
    #value-donors-container h3,
    #planned-gifts-container h3 {
        display: block;
        font-size: 2rem;
    }
}
.hidden {
    visibility: hidden;
}
.fact-container .num {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
}
#gifts-donors-facts {
    display: block;
    background-color: rgb(117, 117, 120, 0.25);
    padding: 0 0 4em 0;
}
#gifts-donors-facts .gift-bars .cell {
    display: flex;
    padding: 1em;
    justify-content: center;
    margin-bottom: .5rem;
    background: #ae6042;
    color: #fff;
}
#gifts-donors-facts .gift-bars .cell > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    text-align: center;
}
#gifts-donors-facts .gift-bars .fact-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.1;
}
.gift-bars {
    margin: 0 2em;
}
#gifts-donors-facts .fact-container {
    font-size: 1.2rem;
    font-weight: bold;
}
/* -- ENDOWMENT GROWTH -- */
#endowment-growth-wrapper {
    padding: 0;
}
#endowment-growth-wrapper .margin-medium-top {
    margin-top: 0% !important;
}
#endowment-growth-wrapper .endowment-growth-left-bg .inner, #infographic-count-container, .white-box-2-col, #endowment-growth-info{
    max-width:50rem;
}
#endowment-growth-info {
    margin: 2em;
    padding: 3em;
    Background-color: #fff;
}
#endowment-growth-info a {
    margin: 0 auto;
    padding: .85rem 7rem .6rem 7rem;
    font-family: var(--fontstack-headings);
    line-height: 1rem;
    border: 2px solid #fff;
    font-size: 1.25rem;
    font-weight: 600;
    transition: .3s all;
}
#endowment-growth-info a:hover,
#endowment-growth-info a:focus {
    border: 2px solid var(--white);
}
@media screen and (min-width: 64em) {
    #total-raised-container h3 {
        font-size:5vw;
    }
}
@media screen and (min-width: 74em) {
    #total-raised-container h3 {
        font-size:4rem;
    }
}
#endowment-growth-icons {
    padding-top:6rem;
    padding-bottom:6rem;
}
#donor-participation .margin-medium-top {
    margin-top: 0 !important;
}
@media screen and (min-width: 64em) {
    #donor-participation h3 {
        font-size:4rem;
    }
}
#endowment-growth-section {
    padding: 4em 2em 2em;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    position: relative;
}
#endowment-growth-section::before {
    content: "";
    background-image: url(/many-faces-one-mission/assets/img/training-the-next-generation.jpg);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.10;
}
#endowment-growth {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    position: relative;
}
.orange-border h5{
    color:var(--uthblue);
    font-family:'Roboto Condensed', sans-serif;
    letter-spacing:3px;
}
#endowment-growth h2 {
    font-size: 2.5rem;
    color: #002856;
    position: relative;
    margin-bottom: 1em;
}
#endowment-growth p {
    color: #002856;
}
.endowment-dates {
    font-weight: 500;
    color: #505050;
    margin-left:.5rem;
    margin-right:.5rem;
}
.endowment-date, .orange-number-title, .blue-number-title {
    font-family:'Roboto Condensed', sans-serif;
    line-height:1;
}
.orange-number-title, .blue-number-title {
    font-size:2.5rem;
    font-weight:600;
}
.orange-number-title, .endowment-dates{
    color:var(--uthorange);
}
.blue-number-title {
    color:var(--uthblue);
}
.endowment-dates{
    color:#505050;
    margin-bottom:1rem;
}
#endowment-growth #sept-nmbr span {
    background: #002856;
    width: 60%;
    font-weight: 600;
    text-align: left;
    padding: 0.75rem 2rem 0.75rem 1rem;
}
#endowment-growth #jan-nmbr span {
    background: #ae6042;
    width: 100%;
    font-weight: 600;
    text-align: left;
    padding: 0.75rem 2rem 0.75rem 1rem;
}
@media screen and (min-width: 40em) {
    #endowment-growth #sept-nmbr span, #endowment-growth #jan-nmbr span {
        text-align: right;
    }
}
#endowment-growth #donors-info i, #endowment-growth #donors-info span {
    background: #567c68;
}
#endowment-growth .hide-endowment {
    /*border-radius: 10% 0 0 10%;*/
    margin-left: -2rem;
    overflow: hidden;
    width: 100%;
}
#endowment-growth span:not(.icon) {
    padding: .75rem 2rem .75rem 4rem;
    color: #fff;
    width: 100%;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    background: #333;
    border-radius: 15px 0 0 15px;
    text-transform: uppercase;
    transition: transform .4s ease-out;
    transform: translateX(-105%);
}
#endowment-growth span.translate {
    transform: translateX(0);
}
#endowment-growth > div {
    color: #002856;
    display: flex;
    padding: .25rem;
    transition: all .5s ease-in-out;
    flex-direction: row;
    align-items: center;
    width: 90%;
}
@media screen and (min-width: 1180px) {
    #endowment-growth > div {
        width: 95%;
    }
    #endowment-growth-top-container {
        padding: 0 6em;
    }
}
@media screen and (min-width: 40em) {
    #endowment-growth span:not(.icon) {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}
svg#bar-graphs-svg {
    font-size: 2px;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-weight: bold;
}
@keyframes progress {
    0% {
        stroke-dasharray: 0 100
    }
}
@-webkit-keyframes progress {
    0% {
        stroke-dasharray: 0 100
    }
}
@-moz-keyframes progress {
    0% {
        stroke-dasharray: 0 100
    }
}
@-ms-keyframes progress {
    0% {
        stroke-dasharray: 0 100
    }
}
@-o-keyframes progress {
    0% {
        stroke-dasharray: 0 100
    }
}
@keyframes dash {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* -- NEW ENDOWMENT GROWTH -- */
#new-endowments {
    margin-bottom: 2em;
}
#new-endowments span i {
    color: #fff;
    font-size: 3em;
}
#new-endow-circles-all > div {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2rem 2rem;
}
#new-endow-circles-all p, #new-endow-circles-all span {
    color: #002856;
}
.new-endow-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#new-endow-circles-all .new-endow-header p {
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
#new-endow-circles-all .new-endow-header span {
    color: #fff;
    font-weight: bold;
}
.new-endow-circle-singles {
    display: flex;
    margin-bottom: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.new-endow-container p {
    font-size: 1.5em;
}
.new-endow-circle-singles .new-endow-circle {
    position: relative;
    text-align: center;
    overflow: visible;
}
.new-endow-circle-singles .new-endow-circle >span:first-of-type {
    border-radius: 50%;
    height: 100px;
    z-index: 2;
    width: 100px;
    position: relative;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 auto;
    border: none;
    background: #b66646;
    font-size: 4em;
}
.new-endow-circle-singles .new-endow-circle span:nth-of-type(2) {
    position: absolute;
    height: 5px;
    width: 5px;
    background: #eee;
    z-index: 2;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.new-endow-circle-singles .new-endow-circle.professor span:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #002856;
    height: 80%;
    width: 80%;
}
.new-endow-circle-singles .new-endow-circle.scholarship span:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #002856;
    height: 80%;
    width: 80%;
}
.new-endow-circle-singles .new-endow-circle.new-endow-research span:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #002856;
    height: 80%;
    width: 80%;
}
.new-endow-circle-singles .new-endow-circle.new-endow-other span:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #002856;
    height: 80%;
    width: 80%;
}
.new-endow-circle-singles p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.new-endow-circle-singles > span {
    font-size: 3rem;
    font-weight: bold;
}
#endowment-growth-icons .cell img {
    margin-bottom:1rem;
}
#endowment-growth-icons .cell {
    position:relative;
    z-index:2;
}
#endowment-growth-icons .cell.large-12 {
    top:-1.6rem;
}
#endowment-growth-icons .cell h3{
    color:var(--uthblue);
    font-family:'Roboto Condensed', sans-serif;
    font-size:2.5rem;
}
#endowment-growth-icons .cell p {
    font-family:'Roboto Condensed', sans-serif;
    font-weight:500;
    line-height:1.2;
}
#endowment-growth-icons .cell p span {
    display:block;
    font-size:1rem;
    font-weight:600;
}
#endowment-growth-icons .vertical-line {
    position:absolute;
    left:8rem;
    top:-2rem;
    z-index:-5;
}
#endowment-growth-icons h5 {
    color: var(--turquoise);
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 3px;
    margin-bottom: 1em;
}
.new-endow-circle-singles .new-endow-circle::before {
    content: '';
    position: absolute;
    /*width: 2px;
    margin-left: -1px;
    height: 100%;
    background: #ddd;
    z-index: 3;
    top: -56%;*/
}
.new-endow-circle-singles .new-endow-circle::after {
    content: '';
    width: 3px;
    margin-left: -1px;
    height: 100%;
    position: absolute;
    background: #ddd;
    z-index: 1;
    bottom: -20%;
}
.new-endow-container .new-endow-circle-singles .new-endow-circle.professor::after {
    background: #002856;
}
.new-endow-container .new-endow-circle-singles .new-endow-circle.scholarship::after {
    background: #002856;
}
.new-endow-container .new-endow-circle-singles .new-endow-circle.new-endow-research::after {
    background: #002856;
}
.new-endow-container .new-endow-circle-singles .new-endow-circle.new-endow-other::after {
    background: #002856;
}
@media(min-width:40em) {
    #university__endowments .container.right {
        margin: 2rem;
    }
    #university__endowments .container.left {
        margin: 2rem 0 1rem 2rem;
    }
}
@media(min-width:64em) {
    .new-endow-container {
        flex-direction: row;
    }
    .new-endow-circle-singles {
        margin-bottom: 0;
    }
}
.new-endow-circle-text {
    position: relative;
    top: 20px;
}
#professor-text p,
#scholarship-text p,
#new-endow-research-text p,
#new-endow-other-text p {
    font-size: 2em;
}
#professor-text small,
#scholarship-text small,
#new-endow-research-text small,
#new-endow-other-text small {
    color: #002856;
    font-size: 1em;
}
#professor-text.new-endow-circle-text {
    border-top: 6px solid #002856;
    border-bottom: 6px solid #002856;
    padding: 1em 0 1.5em;
    margin-bottom: 3em;
}
#scholarship-text.new-endow-circle-text {
    border-top: 6px solid #002856;
    border-bottom: 6px solid #002856;
    padding: 1em 0 1.5em;
    margin-bottom: 3em;
}
#new-endow-research-text.new-endow-circle-text {
    border-top: 6px solid #002856;
    border-bottom: 6px solid #002856;
    padding: 1em 0 1.5em;
    margin-bottom: 3em;
}
#new-endow-other-text.new-endow-circle-text {
    border-top: 6px solid #002856;
    border-bottom: 6px solid #002856;
    padding: 1em 0 1.5em;
    margin-bottom: 3em;
}
@media screen and (min-width: 1024px) {
    #professor-text.new-endow-circle-text,
    #scholarship-text.new-endow-circle-text,
    #new-endow-research-text.new-endow-circle-text,
    #new-endow-other-text.new-endow-circle-text {
        margin-bottom: 0;
    }
}
/* -- DONOR PARTICIPATION PIE CHART -- */
#donor-pie-chart {
    width: 30vw;
}
svg g text {
    font-family: 'Roboto Condensed', sans-serif;
}
#donor-by-type {
    padding: 0 1em;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    position: relative;
}
#donor-by-type-info,
#donor-by-type-pie {
    position: relative;
}
#donor-by-type-info p {
    color:var(--uthblue);
    font-family:'Roboto Condensed', sans-serif;
    font-weight:500;
    font-size:1.5rem;
    line-height:1.5;
}
@media screen and (min-width: 40em) {
    #donor-by-type {
        min-height: 600px;
        padding: 0 5em;
    }
}
#donor-by-type h2 {
    margin-top: 2em;
}
@media screen and (min-width: 1024px) {
    #donor-by-type h2 {
        margin-top: 0;
    }
}
.hero-container {
    position:relative;
    margin-bottom:0;
}
.hero-container::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0, #000 100%);
  margin-top: -350px;
  height: 350px;
  width: 100%;
  content: '';
}
.hero-title {
    position:relative;
    bottom:3rem;
    left:0vw;
    background-color:var(--darksage);
    width:100vw;
    padding-top:1rem;
    padding-bottom:.5rem;
    z-index:3;
}
#giving-areas-interest .hero-title {
    background-color: var(--dustylavender);
}
.hero-title h1{
    color:#fff;
    font-weight:500;
    line-height:1;
    text-align:center;
    text-transform:uppercase;
    font-size:2.25rem;
    font-family:'Roboto Condensed', sans-serif;
    font-weight:800;
}
.hero-container img{
    object-fit:cover;
    height:30vw;
    width:100vw;
}
@media screen and (min-width: 40em) {
    .hero-title {
        left: 0;
        right: 0;
        margin: 0 auto;
        position:absolute;
        width:70vw;
    }
}
@media screen and (min-width: 64em) {
    .hero-title {
        left: 0;
        right: 0;
        margin: 0 auto;
        position:absolute;
        width:40rem;
    }
}
/* -- PIE CHART SVGs -- */
.circle {
    animation: progress 1s ease-out forwards;
    /* -webkit-animation:progress 1s ease-out forwards; */
    -moz-animation: progress 1s ease-out forwards;
    -ms-animation: progress 1s ease-out forwards;
    -o-animation: progress 1s ease-out forwards;
}
.circle--current-amount {
    font-size: .4em;
    font-weight: 600;
    fill: #4e738a;
}
.circle--dollar {
    font-size: .2em;
    font-weight: 600;
    fill: #4e738a;
}
.circle--m {
    font-size: .3em;
    font-weight: 600;
    fill: #4e738a;
}
.circle--research {
    font-size: .2em;
    font-weight: 500;
    text-transform: uppercase;
}
.institutional-funds--text {
    font-size: .175rem;
    font-weight: 400;
    text-transform: uppercase;
}
.institutional-funds--amount {
    font-size: .3em;
    font-weight: 600;
    fill: #002856;
}
.institutional-funds--dollar, .institutional-funds--M {
    font-size: .15em;
    font-weight: 600;
    fill: #002856;
}
#philanthropy-funds .institutional-funds--dollar,
#philanthropy-funds .institutional-funds--amount,
#philanthropy-funds .institutional-funds--M {
    fill: #000;
}
#state-funds .institutional-funds--dollar,
#state-funds .institutional-funds--amount,
#state-funds .institutional-funds--M {
    fill: #869891;
}
#federal-funds .institutional-funds--dollar,
#federal-funds .institutional-funds--amount,
#federal-funds .institutional-funds--M {
    fill: #4e738a;
}
.circle-svg-line.animate {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: dash 1s linear forwards;
}
/* -- IMPACT AREA CARDS -- */
#training-next-gen {
    background-image: url(/many-faces-one-mission/assets/img/Patch.png);
    background-color: var(--mustardgold);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 25%;
    background-size: 250px;
    padding: 3rem 2rem 1rem;
}
#training-next-gen h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 1em;
    letter-spacing: 0.2rem;
    color: #4D5051;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    font-size: 1.75em;
    line-height: 2.25rem;
}
#training-next-gen h2 span {
    color: #4D5051;
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
}
#training-next-gen p {
    color: #4D5051;
    font-weight: 600;
    text-align: center;
}
@media screen and (min-width: 40em) {
    #training-next-gen {
        padding: 2rem 2rem 1rem;
    }
    #training-next-gen h2 {
        font-size: 3em;
        line-height: 1.2em;
        margin: 2rem 0;
        min-height: 200px;
        letter-spacing: 7px;
        font-weight: 600;
        min-height: 200px;
        line-height: 1.2em;
    }
    #training-next-gen h2 span {
        font-size: 2rem;
        line-height: 1.5em;
        max-width: 65%;
    }
}
@media screen and (min-width: 64em) {
    #training-next-gen {
        padding: 5em;
        background-position: 50% 45%;
        background-size: 385px;
    }
    #training-next-gen h2 {
        font-size: 4em;
    }
    #training-next-gen h2 span {
        font-size: 3rem;
        line-height: 1.5em;
        max-width: 60%;
    }
}
@media screen and (min-width: 1585px) {
    #training-next-gen h2 span {
        max-width: 40%;
    }
}
#improving-houstons-health {
    background-image: url(/many-faces-one-mission/assets/img/Patch.png);
    background-color: var(--dustylavender);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 25%;
    background-size: 250px;
    padding: 3rem 2rem 1rem;
}
#improving-houstons-health h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 1em;
    letter-spacing: 0.2rem;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    font-size: 1.75em;
    line-height: 2.25rem;
}
#improving-houstons-health h2 span {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
}
#improving-houstons-health p {
    color: #fff;
    font-weight: 600;
    text-align: center;
}
@media screen and (min-width: 40em) {
    #improving-houstons-health {
        padding: 2rem 2rem 1rem;
    }
    #improving-houstons-health h2 {
        font-size: 3em;
        line-height: 1.2em;
        margin: 2rem 0;
        min-height: 200px;
        letter-spacing: 7px;
        font-weight: 600;
        min-height: 200px;
        line-height: 1.2em;
    }
    #improving-houstons-health h2 span {
        font-size: 2rem;
        line-height: 1.5em;
        max-width: 65%;
    }
}
@media screen and (min-width: 64em) {
    #improving-houstons-health {
        padding: 5em;
        background-position: 50% 45%;
        background-size: 385px;
    }
    #improving-houstons-health h2 {
        font-size: 4em;
    }
    #improving-houstons-health h2 span {
        font-size: 3rem;
        line-height: 1.5em;
        max-width: 60%;
    }
}
@media screen and (min-width: 1585px) {
    #improving-houstons-health h2 span {
        max-width: 40%;
    }
}
#brain-behavioral-health {
    background-image: url(/many-faces-one-mission/assets/img/Patch.png);
    background-color: var(--darksage);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 25%;
    background-size: 250px;
    padding: 3rem 2rem 1rem;
}
#brain-behavioral-health h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 1em;
    letter-spacing: 0.2rem;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    font-size: 1.75em;
    line-height: 2.25rem;
}
#brain-behavioral-health h2 span {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
}
#brain-behavioral-health p {
    color: #fff;
    font-weight: 600;
    text-align: center;
}
@media screen and (min-width: 40em) {
    #brain-behavioral-health {
        padding: 2rem 2rem 1rem;
    }
    #brain-behavioral-health h2 {
        font-size: 3em;
        line-height: 1.2em;
        margin: 2rem 0;
        min-height: 200px;
        letter-spacing: 7px;
        font-weight: 600;
        min-height: 200px;
        line-height: 1.2em;
    }
    #brain-behavioral-health h2 span {
        font-size: 2rem;
        line-height: 1.5em;
        max-width: 65%;
    }
}
@media screen and (min-width: 64em) {
    #brain-behavioral-health {
        padding: 5em;
        background-position: 50% 45%;
        background-size: 385px;
    }
    #brain-behavioral-health h2 {
        font-size: 4em;
    }
    #brain-behavioral-health h2 span {
        font-size: 3rem;
        line-height: 1.5em;
        max-width: 60%;
    }
}
@media screen and (min-width: 1585px) {
    #brain-behavioral-health h2 span {
        max-width: 40%;
    }
}
.impact-cards {
    width: 100%;
    text-align: center;
    padding: 0;
    padding-bottom: 4em;
}
.impact-cards::before {
    content: "";
    background-image: url(https://www.uth.edu/many-faces-one-mission/assets/img/masthead/Brain-Behavioral-Health.jpg);
    background-size: cover;
    position: absolute;
    opacity: 0.25;
}
.impact-cards h2 {
    color: var(--darkgray);
    font-size: 42px;
    font-weight: 600;
    margin: 3rem 0;
}
.impact-card {
    height: 450px;
    position: relative;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#health-professionals-news-cards .impact-card.cell:first-child { background-position:79%; } 
#health-professionals-news-cards .impact-card.cell:last-child { background-position:60%; } 
#health-professionals-news-cards .impact-card.cell:nth-child(3) { background-position:60%; } 

#houstons-health-news-cards .impact-card.cell:first-child { background-position:22%; } 
#houstons-health-news-cards .impact-card.cell:nth-child(2) { background-position:30%; } 
#houstons-health-news-cards .impact-card.cell:nth-child(3) { background-position:30%; } 

#brain-health-news-cards .impact-card.cell:first-child { background-position:38%; } 
#brain-health-news-cards .impact-card.cell:nth-child(2) { background-position:10%; } 
#brain-health-news-cards .impact-card.cell:nth-child(3) { background-position:80%; } 
#brain-health-news-cards .impact-card.cell:nth-child(4) { background-position:82%; }
.impact-card-text {
    display: block;
    position: relative;
    background: rgb(255,255,255,0.85);
    overflow: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    height: 100%;
}
.impact-card-heading {
    margin: 4rem auto 2rem auto;
    overflow: visible;
}
.impact-card-text h4 {
    font-family: var(--fontstack-headings);
    font-size: 24px;
    margin: 0 10px;
    transition: all .5s ease;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
}
.impact-card.cell {
    background-size: cover;
    margin-top: 2em;
}

@media screen and (min-width: 1024px) {
    .impact-card.cell {
        margin-top: 0;
    }
}
.impact-cards-container {
    margin: 0 1em;
}
@media screen and (min-width: 1300px) {
    .impact-cards-container {
        margin: 0 5em;
    }
}
#page-content .impact-cards-container .impact-card-text {
    display: block;
    position: relative;
    bottom: 0rem;
    text-decoration: none;
}
@media screen and (min-width: 40em) {
    #page-content .impact-cards-container .impact-card-text {
        position: absolute;
    }
}
@media screen and (min-width: 1024px) {
    #page-content .impact-cards-container .impact-card-text {
        bottom: 1rem;
    }
    #page-content .impact-cards-container .impact-card-text:hover {
        bottom: 0rem;
    }
}
@media screen and (max-width: 40em) {
    .impact-card.cell {
        height: auto;
    }
}
.impact-cards-container > div:nth-of-type(1) h4 {
    color: #577C69;
}
.impact-cards-container > div:nth-of-type(2) h4 {
    color: #956E09;
}
.impact-cards-container > div:nth-of-type(3) h4 {
    color: #807390;
}
.impact-card-text p {
    font-size: 18px;
    color: var(--darkgray);
    font-size: 16px;
    margin: 0 auto;
    width: 80%;
    padding: 0;
    transition: all .5s ease;
}
.impact-card > .impact-card-text .button {
    color: var(--white);
    height: 38px;
    width: 188px;
    border-radius: 25px;
    display: block;
    border: 2px solid var(--white);
    margin: 2rem auto;
    text-decoration: none;
    line-height: 1.5rem;
    padding: 0.3rem;
    transition: background .3s;
}
.impact-card > .impact-card-text.gblue-txt .button:hover,
.impact-card > .impact-card-text.gblue-txt .button:focus {
    background: rgb(255,255,255,0.85);
    color: var(--gulfblue);
    border: 2px solid var(--gulfblue);
    position: absolute;
}
.impact-card > .impact-card-text.orange-txt .button:hover,
.impact-card > .impact-card-text.orange-txt .button:focus {
    background: rgb(255,255,255,0.85);
    color: var(--uthorange);
    border: 2px solid var(--uthorange);
}
.impact-card > .impact-card-text.lavender-txt .button:hover,
.impact-card > .impact-card-text.lavender-txt .button:focus {
    background: rgb(255,255,255,0.85);
    color: var(--dustylavender);
    border: 2px solid var(--dustylavender);
}
.impact-card > .impact-card-text.grey-txt .button:hover,
.impact-card > .impact-card-text.grey-txt .button:focus {
    background: rgb(255,255,255,0.85);
    color: var(--uthgrey);
    border: 2px solid var(--uthgrey);
}
.impact-card > .impact-card-text.gold-txt .button:hover,
.impact-card > .impact-card-text.gold-txt .button:focus {
    background: rgb(255,255,255,0.85);
    color: var(--mustardgold);
    border: 2px solid var(--mustardgold);
}
.impact-card > .impact-card-text.green-txt .button:hover,
.impact-card > .impact-card-text.green-txt .button:focus {
    background: rgb(255,255,255,0.85);
    color: var(--darksage);
    border: 2px solid var(--darksage);
}
.impact-card:hover > .impact-card-text p,
.impact-card:focus > .impact-card-text p {
    width: 80%;
    transition: all .5s ease;
}
.impact-area-stats {
   padding-top:4rem;
    padding-bottom:3rem;
    background-color:#fff;
}
.stat-icon {
    color:#fff;
    border-radius:100%;
    background-color:var(--mustardgold);
    padding:1.25rem;
    font-size:1rem;
    border:#C88401 solid 6px;
    width: 140px;
    height: 140px;
    border-radius: 50%;    margin:0 auto;
    position:relative;
    margin-bottom:2rem;
}
.stat-panel {
    padding: 2em;
}
.stat-panel p {
    font-weight: 600;
    color:#5E5E5E;
    font-weight:400;
}
.stat-icon i {
    font-size: 4em;
    position:absolute;
    left:0; right:0;
    top:25%;
}
.stat-panel h4 {
    color:var(--uthorange);
    font-family:'Roboto Condensed', sans-serif;
    font-size:3.75rem;
}
.stat-panel.dlavender-font .stat-icon{
    background-color:var(--dustylavender);
    border-color:#48365B;
}
.stat-panel.green-font .stat-icon{
    background-color:var(--darksage);
    border-color:#324D3B;
}
/* -- IMPACT CARDS - TABLET -- */
@media screen and (min-width: 40em) {
    .impact-card-text {
        position: absolute;
    }
}
/* -- IMPACT CARDS - DESKTOP -- */
@media screen and (min-width: 64em) {
    .impact-card-text {
        background: var(--white);
        border: none;
        position: absolute;
        overflow: auto;
        width: 80%;
        margin-left: 10%;
        margin-top: 90%;
        height: 145px;
        transition: all .5s ease;
        scrollbar-width: none;  /* Firefox */
    } 
    .impact-card-text::-webkit-scrollbar {
        display: none;
    }
    .impact-card:hover > .impact-card-text.gblue-txt,
    .impact-card:focus > .impact-card-text.gblue-txt {
        background: rgb(255,255,255,0.85);
        border: 10px solid var(--gulfblue);
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        height: 100%;
        bottom: 0;
    }
    .impact-card:hover > .impact-card-text.orange-txt,
    .impact-card:focus > .impact-card-text.orange-txt {
        background: rgb(255,255,255,0.85);
        border: 10px solid var(--uthorange);
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        height: 100%;
        bottom: 0;
    }
    .impact-card:hover > .impact-card-text.lavender-txt,
    .impact-card:focus > .impact-card-text.lavender-txt {
        background: rgb(255,255,255,0.85);
        border: 10px solid var(--dustylavender);
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        height: 100%;
        bottom: 0;
    }
    .impact-card:hover > .impact-card-text.grey-txt,
    .impact-card:focus > .impact-card-text.grey-txt {
        background: rgb(255,255,255,0.85);
        border: 10px solid var(--uthgrey);
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        height: 100%;
        bottom: 0;
    }
    .impact-card:hover > .impact-card-text.gold-txt,
    .impact-card:focus > .impact-card-text.gold-txt {
        background: rgb(255,255,255,0.85);
        border: 10px solid var(--mustardgold);
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        height: 100%;
        bottom: 0;
    }
    .impact-card:hover > .impact-card-text.green-txt,
    .impact-card:focus > .impact-card-text.green-txt {
        background: rgb(255,255,255,0.85);
        border: 10px solid var(--darksage);
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        height: 100%;
        bottom: 0;
    }
    .impact-card-heading {
        margin: 3.5rem auto;
        transform: translateY(-30%);
        transition: all .5s ease;
    }
    .impact-card:hover > .impact-card-text .impact-card-heading,
    .impact-card:focus > .impact-card-text .impact-card-heading {
        margin-top: 6rem;
        transform: translateY(0%);
    }
    .impact-card:hover > .impact-card-text p,
    .impact-card:focus > .impact-card-text p {
        width: 85%;
    }
    #page-content .impact-card-text p {
        font-size: 1.1em;
    }
}
/* -- IMPACT CARDS - VERY LARGE DESKTOP -- */
@media screen and (min-width: 1500px) {
    .impact-area-stats {
        padding: 4vw 10em;
    }
    .impact-card-text {
        margin-top: 60%;
    } 
}
/* -- IMPACT SECTIONS STITCHING -- */
.stitchingbrown {
    position: relative;
    height: 20px;
}
.stitchingbrown img {
    position: absolute;
    left: -221px;
    top: -162px;
    z-index: 1;
}
#stitching-yellow--topQuote {
    position: absolute;
    width: 100%;
    height: 300px;
    right: 0;
    margin-top: -60px;
    overflow-x: hidden;
}
#stitching-yellow--topQuote img {
    position: absolute;
    left: -195px; /*-126*/
    height: 300px;
}
#stitching-yellow--bottomQuote {
    position: absolute;
    width: 100%;
    height: 300px;
    right: 0;
    margin-top: 400px;
    overflow-x: hidden;
    z-index: 2;
}
#stitching-yellow--bottomQuote img {
    position: absolute;
    right: -199px;
    height: 300px;
}
/* Impact Sections - TABLET */
@media screen and (min-width: 40em) {
    #stitching-yellow--bottomQuote {
        margin-top: -262px;
    }
    #stitching-yellow--bottomQuote img {
        right: -173px;
    }
    #stitching-yellow {
        position: absolute;
        width: 100%;
        height: 300px;
        right: 0;
        margin-top: -211px;
        overflow-x: hidden;
    }
    #stitching-yellow img {
        position: absolute;
        right: -223px;
        height: 300px;
        display: none;
    }
    #stitching-gulf-blue {
        position: absolute;
        width: 100%;
        height: 300px;
        right: 0;
        margin-top: -211px;
        overflow-x: hidden;
    }
    #stitching-gulf-blue img {
        position: absolute;
        right: -223px;
        height: 300px;
        display: none;
    }
    #stitching-univ-gray {
        position: absolute;
        width: 100%;
        height: 300px;
        right: 0;
        margin-top: -211px;
        overflow-x: hidden;
    }
    #stitching-univ-gray img {
        position: absolute;
        right: -223px;
        height: 300px;
        display: none;
    }
    #stitching-green {
        position: absolute;
        width: 100%;
        height: 300px;
        right: 0;
        margin-top: -196px;
        overflow-x: hidden;
    }
    #stitching-green img {
        position: absolute;
        right: -261px;
        height: 300px;
        display: none;
    }
    #stitching-white {
        position: absolute;
        width: 100%;
        height: 300px;
        right: 0;
        margin-top: -211px;
        overflow-x: hidden;
    }
    #stitching-white img {
        position: absolute;
        left: -223px;
        height: 300px;
        display: none;
    }
    #stitching-white-brain {
        position: absolute;
        width: 100%;
        height: 300px;
        right: 0;
        margin-top: -211px;
        overflow-x: hidden;
    }
    #stitching-white-brain img {
        position: absolute;
        right: -223px;
        height: 300px;
        display: none;
    }
}
/* Impact Sections - DESKTOP */
@media screen and (min-width: 64em) {
    .stitchingbrown img {
        left: -12px;
        top: -206px;
    }
    #stitching-yellow {
        margin-top: -120px;
    }
    #stitching-yellow img {
        right: -179px;
        display: inline-block;
    }
    #stitching-gulf-blue {
        margin-top: -120px;
    }
    #stitching-gulf-blue img {
        right: -80px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        display: inline-block;
    }
    #stitching-univ-gray {
        margin-top: -120px;
    }
    #stitching-univ-gray img {
        right: -80px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        display: inline-block;
    }
    #stitching-green {
        margin-top: -215px;
    }
    #stitching-green img {
        right: -182px;
        display: inline-block;
    }
    #stitching-white {
        margin-top: -120px;
    }
    #stitching-white img {
        left: -80px;
        display: inline-block;
    }
    #stitching-white-brain {
        margin-top: -120px;
    }
    #stitching-white-brain img {
        right: -80px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        display: inline-block;
    }
}
/* -- GIVING BY AREA OF INVESTMENT -- */
#donor-investment {
    padding: 8em 2em;
}
#donors > div {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
}
#donors p, #donors span {
  color: #626262;;
}
.donors-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.donor-header {
    margin-bottom: 3rem;
}
#donors .donor-header p {
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (min-width: 40em) {
    #donor-pie-chart{
    width:20vw;
}
    #donors .donor-header p {
        font-size: 3em;
    }
}
#donors .donor-header span {
    color: #fff;
    font-weight: bold;
}
.donor {
    display: flex;
    margin-bottom: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.donors-container p {
    font-size: 1.5em;
}
.donor .circle {
    position: relative;
    text-align: center;
    overflow: visible;
}
.donor .circle >span:first-of-type {
    border-radius: 50%;
    height: 100px;
    z-index: 2;
    width: 100px;
    position: relative;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 auto;
    border: none;
    background: #fff;
    font-size: 4em;
}
.donor .circle span:nth-of-type(2) {
    position: absolute;
    height: 5px;
    width: 5px;
    background: #eee;
    z-index: 2;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.donor .circle.research span:nth-of-type(2) {
    background: #b66646;
    height: 80%;
    width: 80%;
}
.donor .circle.academic span:nth-of-type(2) {
    background: #4e738a;
    height: 70%;
    width: 70%;
}
.donor .circle.student-support span:nth-of-type(2) {
    background: #567c68;
    height: 55%;
    width: 55%;
}
.donor .circle.other span:nth-of-type(2) {
    background: #f2b71e;
    height: 30%;
    width: 30%;
}
.donor .circle.community span:nth-of-type(2) {
    background: #80728f;
    height: 20%;
    width: 20%;
}
.donor .circle.unrestricted span:nth-of-type(2) {
    background: #002856;
    height: 10%;
    width: 10%;
}
.donor p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.donor > span {
    font-size: 1.75rem;
    font-weight: bold;
}
.donor .circle {
    margin-top: 4rem;
}
.donors-container div:nth-of-type(even) .circle {
    margin-top: 1rem;
}
.donor .circle::before {
    content: '';
    width: 2px;
    margin-left: -1px;
    height: 100%;
    position: absolute;
    background: #ddd;
    z-index: 3;
    top: -56%;
}
.donors-container div:nth-of-type(even) .circle::before {
    top: -10%;
    height: 60%;
    background: #eee;
}
.donors-container .donor .circle.research::before {
    background: #b66646;
}
.donors-container .donor .circle.academic::before {
    background: #4e738a;
}
.donors-container .donor .circle.student-support::before {
    background: #567c68;
}
.donors-container .donor .circle.other::before {
    background: #f2b71e;
}
.donors-container .donor .circle.community::before {
    background: #80728f;
}
.donors-container .donor .circle.unrestricted::before {
    background: #002856;
}
.donor .circle::after {
    content: '';
    width: 3px;
    margin-left: -1px;
    height: 100%;
    position: absolute;
    background: #ddd;
    z-index: 1;
    bottom: -20%;
}
.donors-container .donor .circle.research::after {
    background: #b66646;
}
.donors-container .donor .circle.academic::after {
    background: #4e738a;
}
.donors-container .donor .circle.student-support::after {
    background: #567c68;
}
.donors-container .donor .circle.other::after {
    background: #f2b71e;
}
.donors-container .donor .circle.community::after {
    background: #80728f;
}
.donors-container .donor .circle.unrestricted::after {
    background: #002856;
}
@media(min-width:40em) {
    #university__endowments .container.right {
        margin: 2rem;
    }
    #university__endowments .container.left {
        margin: 2rem 0 1rem 2rem;
    }
}
@media(min-width:64em) {
    .donors-container {
        flex-direction: row;
    }
    .donor {
        margin-bottom: 0;
    }
}
/* -- SCRATCH ART - Many Faces Section -- */
#scratch-art-many-faces {
    background-color:var(--uthorange);
    color:#fff;
}

#scratch-art-many-faces img {
    max-width:85rem;
    width:100%;
    
}
#scratch-art-many-faces .button{background-color:#fff;color:var(--uthorange);margin-top:2rem;}

#scratch-art-many-faces .button:hover{
background-color:var(--gulfblue);
    color:#fff;
}
#scratch-art-many-faces div.grid-x  {
    justify-content: center;
    align-items: center;
    padding: 2em 0;
}
#scratch-text {
    margin-top:1.5rem;
     margin-bottom:2rem;
    padding: 3em;
}
#scratch-art-many-faces p {
    color: #fff;
    font-family: var(--fontstack-headings);
    font-size: 1.25rem;
}
@media screen and (min-width: 40em) {
    #scratch-text {
        padding: 1em 2em;
        font-size: 1.75rem;
    }  
    #scratch-art-many-faces p {

    font-size: 1.55rem;
}
}
@media screen and (min-width: 64em) {
    #scratch-text {
        padding: 2em 5em;
    }
}
.circle-text {
    position: relative;
    top: 20px;
}
#research-text p,
#academic-text p,
#student-support-text p,
#other-text p,
#community-text p,
#unrestricted-text p {
    font-size: 2em;
}
#research-text small,
#academic-text small,
#student-support-text small,
#other-text small,
#community-text small,
#unrestricted-text small {
    color: #626262;
    font-size: 1em;
}
#research-text.circle-text {
    border-top: 3px solid #b66646;
    border-bottom: 3px solid #b66646;
    padding: 1em 0 1.5em;
}
#academic-text.circle-text {
    border-top: 3px solid #4e738a;
    border-bottom: 3px solid #4e738a;
    padding: 1em 0 1.5em;
}
#student-support-text.circle-text {
    border-top: 3px solid #567c68;
    border-bottom: 3px solid #567c68;
    padding: 1em 0 1.5em;
}
#other-text.circle-text {
    border-top: 3px solid #f2b71e;
    border-bottom: 3px solid #f2b71e;
    padding: 1em 0 1.5em;
}
#community-text.circle-text {
    border-top: 3px solid #80728f;
    border-bottom: 3px solid #80728f;
    padding: 1em 0 1.5em;
}
#unrestricted-text.circle-text {
    border-top: 3px solid #002856;
    border-bottom: 3px solid #002856;
    padding: 1em 0 1.5em;
}
.invest-describe {
    max-width: 15em;
    margin-top: 2.5em;
}
.has-tip {
    border-bottom: 0;
    margin-top: 2em;
    color: var(--orange);
}
/* -- THANK YOU SECTION -- */
#mfom-thank-you::before {
    content: "";
    background-image: url(/many-faces-one-mission/assets/img/thank-you-bg.jpg);
    background-position:70rem; 
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
#mfom-thank-you p, #mfom-thank-you img {
    position: relative;
    text-align:center;
    font-family:var(--fontstack-headings);
    color:#fff;
}
#mfom-thank-you p:last-child {
   font-size:2rem;
}
#mfom-thank-you p:last-child strong, #mfom-thank-you p em, #art-of-gratitude p em {
    color:#fff;
}
#mfom-thank-you {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1.5rem;
    padding-top:3rem;
    padding-bottom:3rem;
}
@media screen and (min-width: 40em) {
    #mfom-thank-you {
        padding: 2.8rem;
    }
    #mfom-thank-you::before {
        background-position:100%; 
    }
}
@media screen and (min-width: 1024px) {
    #mfom-thank-you img {
        width:100vw;
    }
    #mfom-thank-you p:last-of-type {
        margin-bottom: 2em;
    }
}
@media screen and (min-width: 1480px) {
    #mfom-thank-you {
        padding: 2.8rem 10rem;
    }
}
#mfom-thank-you h2 {
    font-size: 2.25rem;
    text-align: left;
    color: #002856;
    position: relative;
}
@media screen and (min-width: 300px) {
    #mfom-thank-you h2 {
        font-size: 2.5rem;
    }
}
/* -- THE ART OF GRATITUDE SECTION -- */
#art-of-gratitude {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1.5rem;
    text-align:center;
    padding-bottom:3rem;
    padding-top:4rem;
}

#art-of-gratitude p{
    color:#fff;
    font-family:var(--fontstack-headings);
}
#art-of-gratitude img{
    margin-bottom:2rem;
}

#art-of-gratitude .button{
    margin-top:2rem;

    color:#fff;
    font-family:var(--fontstack-headings);
}
#art-of-gratitude::before {
    content: "";
    background-image: url(/many-faces-one-mission/assets/img/art-of-gratitude-bg.jpg);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index:-1;
}
@media screen and (min-width: 40em) {
    #art-of-gratitude {
        padding: 2.8rem;
    }
    #art-of-gratitude {
text-align:left;
}
}
@media screen and (min-width: 1024px) {
    #art-of-gratitude img {
        margin-bottom: 2em;
        width:100vw;
        padding-right:3rem;
    }
    #art-of-gratitude p:last-of-type {
        margin-bottom: 2em;
    }
}
@media screen and (min-width: 1480px) {
    #art-of-gratitude {
        padding: 2.8rem 10rem;
    }
}
#art-of-gratitude h2 {
    font-size: 2.25rem;
    text-align: left;
    color: #002856;
    position: relative;
}
@media screen and (min-width: 300px) {
    #art-of-gratitude h2 {
        font-size: 2.5rem;
    }
}
/* --------------------------- */
/* ------- TESTIMONIALS ------ */
/* --------------------------- */
.testimonials {
    position: relative;
    padding: 7rem 0 0 0;
    z-index: 3;
}
.slideshow-container {
    position: relative;
    padding: 2em;
}
.mySlides .show-for-medium {
    width: 100%;
}
.text {
    background: #7E708F;
    padding: 3em 2em;
    color: #fff;
}
.text p {
    color: #fff;
    margin-bottom: 0;
    font-family: Lato, sans-serif;
}
.text hr {
    border-top: 1px solid #fff;
    margin-top: 0;
    margin-bottom: 1em;
}
.text h3 {
    font-family: var(--fontstack-headings);
    font-size: 1.75rem;
}
.greenbox {
    background-color: #577c69;
}
.orangebox {
    background-color: var(--orange);
}
.purplebox {
    background-color: #7E708F;
}
.yellowbox {
    background-color: #F2B826;
}
.prev,
.next {
    margin-left: 60%;
    margin-right: 10%;
    cursor: pointer;
    position: absolute;
    width: auto;
    margin-top: -22px;
    /*margin-left: 40%;
    margin-right: 40%;*/
    margin-bottom: 2rem;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 3px !important;
    user-select: none;
    background-color: #4e738a;
    text-decoration: none !important;
    padding: .3rem .8rem;
}
/* Testimonials - TABLET */
@media screen and (min-width: 775px) {
    .testimonials {
        max-width: 1440px;
        margin: 0 auto;
        min-height: 700px;
        padding: 13rem 0 0 0;
    }
    .testimonials .mySlides {
        position: relative;
        text-align: right;
    }
    .testimonials .show-for-medium {
        min-width: 550px;
        width: 50%;
    }
    .testimonials .text h3 {
        font-size: 2rem;
    }
    .testimonials .text {
        text-align: left;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
        max-width: 453px;
        right: 50%;
    }
    .text {
        padding: 3em 2.5em;
    }
    .prev,
    .next {
        margin-left: 62%;
        margin-right: 20%;
        padding: .4em .9em;
    }
}
@media screen and (min-width: 950px) {
    .testimonials .show-for-medium {
        margin-right: 5%;
    }
}
@media screen and (min-width: 1224px) {
    .testimonials .show-for-medium {
        min-width: 734px;
    }
    .testimonials .text {
        max-width: 547px;
        padding: 3em 5em;
    }
    .testimonials .text h3 {
        font-size: 2.6rem;
    }
    .testimonials .text p {
        font-size: 20px;
        line-height: 32px;
    }
    .prev,
    .next {
        margin-left: 66%;
    }
}
/* --------------------------- */
/* ------- BACK TO TOP  ------ */
/* --------------------------- */
.backToTop-btn {
    max-width: 100em;
    margin: 0 auto;
    height: 7em;
    position: sticky;
    bottom: 5px;
    z-index: 9;
}
.backToTop-btn a.button {
    color: #4e738a;
    border: solid 1px #4e738a;
    background-color: #fff;
    border-radius: 30px;
    padding: .5rem 3rem .5rem 2rem;
    transition-duration: 0.4s;
    margin: 1rem 2rem;
    outline: none;
    position: relative;
}
.backToTop-btn a:hover, .backToTop-btn a:focus {
    color: #fff;
    background: #4e738a;
}
.backToTop-btn a:after {
    content: '\25b2';
    position: absolute;
    right: 15px;
}
/* --------------------------- */
/* ------- GET INVOLVED ------ */
/* --------------------------- */
#getinvolved {
    position: relative;
    padding: 3rem 1rem;
    margin: auto;
    max-width: 65rem;
    background-color: #b76646;
    text-align: center;
    color: #fff;
    z-index: 1;
    overflow: hidden;
}
#getinvolved h3 {
    font-size: 2.7rem;
    font-family: var(--fontstack-headings);
    font-weight: 600;
    color: #fff;
    margin: 1rem 0;
}
#getinvolved .button {
    border: 1px solid #fff;
    background-color: #b76646;
    border-radius: 30px;
    margin: 1rem;
    max-width: 100%;
    font-size: 1.2rem;
    padding: .5rem 2rem;
    transition-duration: 0.4s;
    margin: 1rem;
    font-weight: bold;
    outline: none;
}
#getinvolved .button:hover, #getinvolved .button:focus {
    background-color: #c97a5b;
}
/* Get Involved -- TABLET */
@media screen and (min-width: 585px) {
    #getinvolved {
        padding: 3rem;
    }
}
/* Get Involved -- DESKTOP */
@media screen and (min-width: 1024px) {
    #getinvolved {
        padding: 3rem;
        margin: auto;
        margin-bottom: -5rem;
        max-width: 65rem;
    }
}
/* OLD CODE */
.heromessagemobile {
    display: none;
}
.moment-block {
    position: relative !important;
    float: right;
}
.moment-text {
    position: absolute;
    width: 60%;
    height: fit-content;
    overflow: hidden;
    top: 60%;
    color: #fff;
    background-color: #b76646;
    padding: 5rem 8rem 5rem 8rem;
}
.moment-text p {
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
    font-family: var(--fontstack-headings) !important;
    font-stretch: expanded;
}
.moment-image {
    float: right;
}
.stitchingyellowsupport {
    position: absolute;
    margin-top: -20%;
    margin-left: -20%;
    z-index: 1;
}
#givenow {
    position: relative;
    padding: 10rem;
}
#givenow .grid-container {
    border: none;
    border-radius: inherit;
    padding: 4rem 7rem;
    text-align: center;
}
#givenow p {
    font-size: 2.4rem;
    color: #b76646;
}
#givenow .stitchingyellow {
    position: absolute;
    top: 0;
    left: -100px;
}
#givenow .stitchingyellow2 {
    position: absolute;
    right: -120px;
}
.reveal {
    border: none;
    padding: 3em;
    outline: none;
}
.revealform h3 {
    color: #ffffff;
    text-align: center;
    font-family: var(--fontstack-headings) !important;
    font-stretch: expanded;
    font-weight: bold;
    margin-bottom: 3rem;
}
.close-button {
    color: #fff;
}
label {
    color: #fff;
}
.roundedinput {
    border-radius: 30px !important;
    padding-left: 2rem !important;
}
.infopacketform {
    background-color: #b76646 !important;
}
.linedecoration {
    display: block;
    width: 80px;
    height: 1px;
    background: #ffffff;
    margin: 1rem auto 2rem auto;
}
.logoDiv {
    position: inherit;
    top: auto;
    background-color: transparent;
    padding: inherit;
}
/* Position button */
.next {
    right: 0;
    border-radius: 3px;
}
/* On hover */
.prev:hover,
.next:hover {
    background-color: #f2f2f2;
}
.text h3 {
    font-size: 1.8rem;
    color: #f2f2f2;
    font-family: var(--fontstack-headings) !important;
    font-stretch: expanded;
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}
@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
@media screen and (max-width: 1200px) {
    .healthier-houston {
        padding: 5rem 10rem;
    }
    .moment-block {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .moment-image {
        width: 100%;
    }
    .moment-text {
        width: 100%;
        left: 0;
        height: fit-content;
        position: relative !important;
        color: #fff;
        background-color: #b76646;
        padding: 3rem 8rem;
    }
    .slideshow-container {
        margin-left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 39.9375em) {
    .moment-text {
        padding: 3rem;
    }
    .slideshow-container {
        width: 100%;
        margin: 0;
        margin-left: 0;
    }
    .reveal {
        padding: 4rem 2rem;
    }
}
/***********************/
/*---- Full Site ---- */
/*********************/

/* Navigation */
#site-primary .top-bar {
    background: var(--white);
    padding: 0 .5rem;
    max-width: 1148px;
    margin: 0 auto;
}
#site-primary ul {
    width: 100%;
    background: var(--white);
}
#site-primary .title-bar {
    justify-content: space-between;
    padding: .5rem 1rem;
    background: var(--white);
    color: #0a0a0a;
}
#site-primary .menu-icon {
    height: 20px;
    width: 24px;
    transition: all .25s ease;
}
#site-primary .menu-icon::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    background: #b76646;
    height: 4px;
    border-radius: 2px;
    transform: translateX(-50%);
    content: '';
    transition: all .25s ease;
}
#site-primary .menu-icon span {
    display: block;
    height: 4px;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    background: #b76646;
    border-radius: 2px;
}
#site-primary .menu-icon::after {
    display: block;
    top: 90%;
    height: 4px;
    transform: translateY(-50%);
    border-radius: 2px;
    background: #b76646;
    box-shadow: none;
    transition: all .25s ease;
}

@media screen and (max-width: 350px) {
    #page-content .fundingPriority__hero h2 {
        letter-spacing: 0.2rem;
    }
}
#site-primary .accordion-menu.menu > li > a {
    color: var(--darkgray);
    text-decoration: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
#site-primary .submenu-toggle {
    top: 13px;
}
#site-primary .submenu-toggle::after {
    border-color: var(--orange) transparent transparent;
}
#site-primary .accordion-menu .is-accordion-submenu a {
    padding: 1rem;
}
li.is-submenu-item.is-dropdown-submenu-item {
    position: relative;
}
#site-primary .is-dropdown-submenu a {
    line-height: 1.25em;
}
#site-primary .is-dropdown-submenu a, 
#site-primary .is-active a {
    color: #fff;
    text-decoration: none;
}
#site-primary {
    box-shadow: 0px 1px 3px #00000029;
    font-family: var(--fontstack-headings);
}
#site-primary h1 {
    font-family: var(--fontstack-headings);
    font-size: 1rem;
    color: #2F353E;
    font-weight: 600;
    letter-spacing: .25rem;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
#site-primary h1 span {
    font-weight: bold;
    font-size: 1.2rem;
}
#site-primary .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: none;
}
#site-primary .dropdown.menu > li > a {
    color: #002856;
    text-decoration: none;
    padding: 1.55rem 1.25rem;
}
#site-primary .is-active .is-dropdown-submenu > li a {
    padding: 1rem 3rem;
}
#site-primary .is-active .is-dropdown-submenu > li:first-of-type > a {
    padding-top: 1.5rem;
}
#site-primary .is-active .is-dropdown-submenu > li:last-of-type > a {
    padding-bottom: 1.5rem;
}
#site-primary .is-dropdown-submenu {
    min-width: 320px;
    background-color: var(--teal);
    border: none;
}
#site-primary .dropdown.menu > li:hover,
#site-primary .dropdown.menu > li:focus-within,
#site-primary .is-active {
    background-color: var(--turquoise);
}
#site-primary .dropdown.menu > li:hover > a,
#site-primary .dropdown.menu > li:focus-within > a,
#site-primary .dropdown.menu > li > a:hover,
#site-primary .dropdown.menu > li > a:focus,
#site-primary .dropdown.menu > li.is-active > a {
    color: var(--white);
    text-decoration: underline;
}
#site-primary .menu > li:first-of-type::after,
#site-primary .menu > li:last-of-type::after {
    content: none;
}
#site-primary .is-dropdown-submenu a::before {
    content: '';
    position: absolute;
    left: 0;
    width: 25px;
    top: calc(50% - 4px);
    height: 8px;
    background: #4E738A;
    border-radius: 0 5px 5px 0;
    transition: width .25s;
}
#site-primary .is-dropdown-submenu li:hover a::before,
#site-primary .is-dropdown-submenu li:focus a::before {
    width: 30px;
}
#site-primary .is-dropdown-submenu li:hover,
#site-primary .is-dropdown-submenu li:focus,
#site-primary .is-dropdown-submenu li a:hover,
#site-primary .is-dropdown-submenu li a:focus {
    text-decoration: underline;
    background: #20313C;
}
#site-primary .dropdown.menu > li:nth-of-type(4) {
    background: white;
    display: flex;
    align-items: center;
    margin-left: 1rem;
}
#site-primary .dropdown.menu > li:nth-of-type(6)::after {
    content: none;
}
#site-primary .dropdown.menu > li:nth-of-type(6):hover,
#site-primary .dropdown.menu > li:nth-of-type(6):focus {
    background-color: var(--white);
}
#site-primary .dropdown.menu > li:nth-of-type(6):hover a,
#site-primary .dropdown.menu > li:nth-of-type(6):focus a {
    text-decoration: none;
}
#site-primary .dropdown.menu .nav__giftBtn {
    background: var(--orange);
    border: 2px solid var(--orange);
    color: var(--white);
    height: 38px;
    width: 160px;
    text-align: center;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    margin-left: 1em;
}
#site-primary ul.dropdown.menu > li > .nav__giftBtn:hover,
#site-primary ul.dropdown.menu > li > .nav__giftBtn:focus {
    text-decoration: underline;
    background: var(--white);
    color: var(--orange);
}
/* Navigation - DESKTOP */
@media screen and (min-width: 64em) {
   #site-primary ul {
        width: unset;
    }
    #site-primary .menu > li::after {
        content: '';
        width: 1px;
        height: 80%;
        background: var(--lightgray);
        position: absolute;
        bottom: 10%;
    }
}
/* Navigation - DESKTOP */
@media screen and (max-width: 1148px) {
    #site-primary .dropdown.menu > li > a {
        padding: 1.5rem 0.6rem;
    }
}
/* Homepage */
.homeHero {
    height: 375px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    background-image: url('/many-faces-one-mission/assets/img/masthead/Home-Hero-White.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em;
    background-position: 15%;
}
.homeHero h2 {
    color: #fff;
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    font-family: var(--fontstack-headings);
    font-size: 2em;
    letter-spacing: .5rem;
    text-transform: uppercase;
    line-height: 2rem;
    font-weight: 800;
    overflow: visible;
}
.homeHero h2 span {
    font-size: 1.25rem;
    line-height: 2em;
    overflow: auto;
}
.homeHero h2::after {
    content: '\2014';
    color: var(--orange);
    margin-top: 20px;
    height: 37px;
    font-size: .75em;
    font-weight: 800;
}
.homeHero h3 {
    color: #fff;
    font-size: 1.125em;
    margin-bottom: 3em;
    overflow: visible;
    /*font-size: 3em;*/
}
.homeHero a,
.homeHero #watch-btn {
    color: var(--white);
    background-color: var(--orange);
    margin: 0 auto;
    width: 95%;
    padding: .25em;
    font-family: var(--fontstack-headings);
    text-decoration: none;
    position: relative;
    font-size: 1em;
    font-weight: 400;
    border-radius: 30px;
    cursor: pointer;
    border: 2px solid var(--orange);
    transition: background .3s;
    overflow: visible;
}
#page-content .homeHero #watch-btn {
    padding: .5em;
}
.homeHero #watch-btn:hover,
.homeHero #watch-btn:focus {
    color: var(--orange);
    background: var(--white);
}
.homeHero #watch-btn:hover::before,
.homeHero #watch-btn:focus::before {
    border-left: 12px solid var(--orange);
}
#uiBackgroundVideo__controller {
  position: absolute;
  bottom: 15px;
  right: 15px;
  height: 20px;
  background: transparent;
  border-style: double;
  border-width: 0 0 0 16px;
  box-sizing: border-box;
  border-color: transparent transparent transparent #2f353e;
  transition: 100ms all ease;
  cursor: pointer;
}
#uiBackgroundVideo__controller.paused {
  border-style: solid;
  border-width: 10px 0 10px 16px;
}
.homeHero a:before,
.homeHero #watch-btn:before {
    content: '';
    width: 0;
    position: absolute;
    height: 0;
    left: 18px;
    top: 13px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #fff;
}
#campaign-video .close-button {
    color: #000;
}
.reveal .button {
  border: 1px solid #fff;
  background-color: #b76646;
  border-radius: 30px;
  margin: 1rem;
  max-width: 100%;
  font-size: 1.2rem;
  padding: .5rem 2rem;
  transition: background-color .3s;
  transition-duration: 0.4s;
  margin-top: 3rem;
  font-weight: bold;
  outline: none;
}
.reveal .button:hover,
.reveal .button:focus {
    background-color: #fff;
    color: var(--orange);
}
.support-bg,
#support-bg {
    padding: 1em;
    background-image: url('/campaign/assets/img/logobg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 15%;
    background-size: 250px;
    padding-bottom: 0;
}
/*#support-bg {*/
/*    padding: 4em;*/
/*    background-image: url('/campaign/assets/img/logobg.png');*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-position: 50% 33%;*/
/*    background-size: 375px;*/
/*}*/
#support-bg .grid-container {
    padding: 0 1rem;
}
#support-bg h4 {
    font-size: 2.5em;
    line-height: 1.25em;
    max-width: 925px;
    margin: 0 auto;
    padding: 1em 0;
}
#support-bg p,
#middle-feature-text p,
#homepage-driving-force p {
    font-size: 1em;
}
/*#support-bg p,*/
/*#middle-feature-text p,*/
/*#homepage-driving-force p {*/
/*    font-size: 1.25em;*/
/*}*/
#homepage-middle-feature {
    background: linear-gradient(0deg, var(--orange) 90%, rgba(0,0,0,0) 10%);
    margin: 2rem auto 4rem auto;
    max-width: 100%;
    text-align: center;
    position: relative;
}
#homepage-middle-feature #middle-feature-text h5 {
    max-width: 100%;
    line-height: 1.25em;
    font-size: 2em;
    font-weight: 600;
    margin: 0 auto 1.25em auto;
}
#homepage-middle-feature #middle-feature-text p {
    padding: 0 .75em;
}
#homepage-driving-force {
    padding-bottom: 3em;
    padding-top: 0;
    position: relative;
}
#homepage-driving-force:after {
    content: '';
    height: 8px;
    width: 61px;
    background: var(--orange);
    bottom: 0px;
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 5px;
    transform: translateX(-30px);
}
#homepage-driving-force .grid-container {
    padding: 1em;
}
#homepage-driving-force h5 {
    font-size: 2.25em;
    line-height: 1.25em;
}
#homepage-driving-force h5,
#homepage-driving-force h4,
#homepage-driving-force h3 {
    color: var(--orange);
    margin-top: 1.5em;
}
#homepage-quote {
    padding: 4em 1em;
    background: var(--orange);
    color: #fff;
    max-width: none;
    margin: 6em 0 3em 0;
}
#homepage-quote p {
    text-align: center;
    color: #fff;
}
.schoolQuote__container.grid-container {
    padding: 1em;
}
.schoolQuote__quote {
    margin-bottom: 5em;
}
#homepage-quote .schoolQuote__quote p {
    font-family: var(--fontstack-headings);
    font-size: 1.5em;
    margin-bottom: 2rem;
}
#homepage-quote .heading {
    font-size: 1.5em;
    font-family: var(--fontstack-headings);
    text-align: center;
}
#homepage-quote .schoolQuote__picture img {
    box-shadow: 0 0 0 5px var(--orange), 0 0 0 8px var(--white);
}
.schoolQuote__picture--mobile {
    display: block;
    margin: 1em;
    max-width: 215px;
}
.schoolQuote__picture--mobile img {
    height: auto;
    border-radius: 50%;
    box-shadow: 0 0 0 5px var(--orange), 0 0 0 8px var(--white);
}
#homepage-cabinet h5 {
    margin-bottom: 1em;
}
#homepage-cabinet tbody {
    border: none;
}
#homepage-cabinet tr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
#homepage-cabinet td {
    padding: 0;
}
/* Homepage - TABLET */
@media screen and (min-width: 40em) {
    .homeHero {
        height: 450px;
    }
    .homeHero h2 {
        font-size: 3em;
        line-height: 3rem;
        margin-top: 0;
    }
    .homeHero h2 span {
        font-size: 2rem;
    }
    .homeHero h3 {
        font-size: 2em;
        margin-bottom: 2em;
    }
    .homeHero a,
    .homeHero #watch-btn {
        padding: .25em 2em .25em 3em;
        width: auto;
    }
    #page-content .homeHero a,
    #page-content .homeHero #watch-btn {
        padding: 0.5em 2em 0.5em 3em;
        font-size: 1.3em;
        font-weight: 600;
    }
    #homepage-middle-feature #middle-feature-text h5 {
        font-size: 2.25em;
    }
    #homepage-quote .schoolQuote__quote p {
        font-size: 1.75em;
    }
    #homepage-middle-feature {
        background: linear-gradient(0deg, var(--orange) 75%, rgba(0,0,0,0) 10%);
        margin: 2rem auto 3rem auto;
    }
    #homepage-cabinet tr {
        flex-direction: row;
        justify-content: space-around;
    }
    #homepage-cabinet td {
        width: 34%;
    }
    .homeHero {
        background-position: left;
        padding: 4em;
    }
    #support-bg p,
    #middle-feature-text p,
    #homepage-driving-force p {
        font-size: 1.25em;
    }
    #homepage-driving-force h5 {
        font-size: 2.5em;
    }
}
/* Homepage - DESKTOP */
@media screen and (min-width: 64em) {
    .homeHero {
        height: 625px;
        justify-content: space-between;
        background-position: left;
    }
    .homeHero h2 {
        font-size: 5rem;
        letter-spacing: 0.25em;
        line-height: .75em;
    }
    .homeHero h2 span {
        font-size: 3rem;
        letter-spacing: 0.25em;
        line-height: 2em;
    }
    .homeHero h3 {
        margin-bottom: 2em;
        font-size: 3em;
    }
    .stitchingbrown img {
        left: -12px;
        top: -206px;
    }
    #campaign-video {
        border: 20px solid var(--orange);
    }
    #homepage-middle-feature {
        margin: 2rem auto;
        max-width: 90%;
    }
    #homepage-middle-feature img {
        max-width: 80%;
    }
    #support-bg {
        padding: 4em;
        background-position: 50% 28%;
        background-size: 385px;
        padding-bottom: 0;
    }
    #support-bg p,
    #middle-feature-text p,
    #homepage-driving-force p {
        font-size: 1.5em;
    }
    #support-bg h4 {
        font-size: 4em;
        line-height: 1.15em;
        max-width: 925px;
        margin: 0 auto;
        padding: 2em 0;
    }
    #homepage-driving-force h5,
    #homepage-middle-feature #middle-feature-text h5
    {
        font-size: 2.63em;
    }
    #stitching-yellow--topQuote img {
        left: -126px;
    }
    #homepage-quote .schoolQuote__quote p {
        font-size: 2em;
        text-align: left;
    }
    #homepage-quote .heading,
    #homepage-quote p {
        text-align: left;
    }
    #homepage-quote .schoolQuote__picture {
        border-right: 3px solid var(--white);
    }
    #homepage-quote .schoolQuote__picture img {
        z-index: 2; 
    }
    #homepage-quote .schoolQuote__picture:after {
        content: '';
        display: block;
        width: 100px;
        height: 3px;
        right: 0;
        position: absolute;
        z-index: 1;
        background: var(--white);
    }
    #homepage-quote .heading {
        font-size: 1.75em;
    }
    #homepage-cabinet {
        margin-bottom: 8em;
    }
    #homepage-cabinet td {
        width: 25%;
    }
    .reveal {
        padding: 5em;
    }
}
/* Why UTHealth */
#why-uth-hero {
    padding: 6rem 1rem;
}
#why-uth-heading {
    padding: 4rem .75rem 1rem .75rem;
    /*padding: 1rem 0;*/
    text-align: center;
}
#why-uth-heading h5, 
#why-here h5, 
#why-uth-why-now h5 {
    font-size: 2.25em;
}
#why-uth-subheading {
    padding: 1em 0;
}
#why-uth-body {
    padding: 0;
}
#why-uth-body hr {
    width: 60px;
    border: 3px solid var(--orange);
    border-radius: 5px;
}
#why-uth-heading .cell {
    max-width: 800px;
    margin: 0 auto;
}
#why-uth-subheading .cell {
    max-width: 900px;
    margin: 0 auto;
}
#page-content #why-uth-body .cell {
    max-width: 900px;
    margin: 0 auto;
}
#page-content #why-uth-body p {
    font-family: var(--fontstack-headings);
    font-size: 1.25em;
    color: #ae6042;
}
#why-uth-middle-feature {
    background: linear-gradient(0deg, var(--orange) 90%, #fff 10%);
    margin: 2rem auto 4rem auto;
    max-width: 100%;
    text-align: center;
    position: relative;
}
#middle-feature-text {
    color: white !important; 
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    padding: 2em 2em 4em 2em;
}
#middle-feature-text h6,
#middle-feature-text h5,
#middle-feature-text h4,
#middle-feature-text h3,
#middle-feature-text h2,
#middle-feature-text h1,
#middle-feature-text p {
    color: #fff;
}
#middle-feature-text h5:first-of-type {
    max-width: 800px;
    margin: 0 auto;
}
#middle-feature-text h5 {
    color: white; 
    font-weight: 400;
    line-height: 1.5em;
}
#middle-feature-text hr {
    width: 60px;
    margin: 2rem auto;
    border: 3px solid #fff;
    border-radius: 5px;
}
#middle-feature-stitch {
    position: absolute;
    bottom: -158px;
    left: -208px;
    /*left: -215px;*/
    /*bottom: -140px;*/
}
#why-here h2,
#why-uth-why-now h2 {
    margin-bottom: 2rem;
}
#why-here h5 {
    max-width: 500px;
    margin: 0 auto 2rem auto;
    padding: 1.5rem;
}
#why-uth-why-now h5 {
    max-width: 585px;
    margin: 0 auto 1rem auto;
}
#why-uth-why-now h2 {
    margin-bottom: 4rem;
}
#why-here .grid-container {
    padding: .3em;
}
#why-here .cell {
    max-width: 900px;
    margin: 0 auto 3rem auto;
}
#why-uth-why-now .cell {
    max-width: 900px;
    margin: 0 auto 1rem auto;
}
#why-uth-slider {
    max-width: 900px;
    margin: 0 auto 3rem auto;
}
#page-content .orbit-caption {
  position: initial;
  background-color: transparent;
  float: left;
  width: 100%;
}
#why-uth-slider .orbit-container {
    background: var(--orange);
}
#why-uth-slider .slideshow__text, 
#why-uth-slider .slideshow__image {
    padding: 1em;
}
#page-content .slideshow__text h1,
#page-content .slideshow__text h2,
#page-content .slideshow__text h3,
#page-content .slideshow__text h4,
#page-content .slideshow__text h5,
#page-content .slideshow__text h6 {
    color: #fff;
}
#page-content .slideshow__text p {
    font-family: var(--fontstack-headings);
    color: #fff;
    font-size: 1.5rem;
}
#page-content .orbit-image {
  width: auto;
  margin: 5% auto;
}
#page-content .orbit-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
}
#why-uth-boerwinkle-quote {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
}
#why-uth-boerwinkle-quote p {
    color: var(--orange);
    /*font-weight: 800;*/
    font-style: italic;
    font-weight: 400;
}
#why-uth-profile {
    max-width: 800px;
    margin: 2em auto 8em auto;
}
#why-uth-profile .profile-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
#why-uth-profile .profile-image {
    text-align: center;
}
#why-uth-profile .profile-image img {
    border-radius: 50%;
    box-shadow: 0 0 0 7px #fff, 0 0 0 11px var(--orange);
    margin: 0 auto 3em auto;
    height: 200px;
    width: 200px;
}
#why-uth-profile .profile-body p {
    margin-bottom: 0;
}
#why-uth-profile .profile-heading {
    color: var(--orange);
    font-family: var(--fontstack-headings);
    font-size: 1.5em;
    margin-bottom: 0;
}
#why-uth-bottom-feature {
    text-align: center;
}
/* Medium and up */
@media screen and (min-width: 40em) {
    #middle-feature-text {
        padding: 4em 3em;
    }
    #why-uth-middle-feature {
        background: linear-gradient(0deg, var(--orange) 75%, #fff 10%);
        margin: 2rem auto 3rem auto;
    }
    #page-content #why-uth-body p {
        font-size: 1.45em;
    }
    #why-here h2,
    #why-uth-why-now h2 {
        margin-bottom: 4rem;
    }
    #why-here h5 {
        max-width: 500px;
        margin: 0 auto 4rem auto;
    }
    #why-uth-slider {
        margin: 0 auto 4rem auto;
    }
    #why-uth-profile {
        max-width: 800px;
        margin: 4em auto 6em auto;
    }
    #why-uth-profile .profile-image img {
        margin: 0 auto;
        height: auto;
        width: auto;
    }
    #why-uth-profile .profile-text {
        text-align: left;
        padding-left: 2em;
    }
}
/* Large and up */
@media screen and (min-width: 64em) {
    #why-uth-heading {
        padding: 2rem 0 3rem 0;
    }
    #why-uth-middle-feature {
        margin: 6rem auto 8rem auto;
        max-width: 90%;
    }
    #why-uth-middle-feature img {
        max-width: 80%;
    }
    #middle-feature-text {
        padding: 4em;
    }
    #middle-feature-text hr {
        margin: 3rem auto;
    }
    #middle-feature-stitch {
        position: absolute;
        left: -190px;
        bottom: -90px;
    }
    #page-content #why-uth-body p {
        font-size: 1.65em;
    }
    #page-content .orbit-caption {
      width: 50%;
    }
    #why-uth-slider {
        margin: 0 auto 6rem auto;
    }
    #why-uth-slider .slideshow__text, 
    #why-uth-slider .slideshow__image {
        padding: 1em 0;
    }
    #why-uth-slider .slideshow__text sub {
        font-size: 65%;
    }
    #page-content .orbit-figure {
        flex-direction: row;
        padding: 0 2rem;
    }
    #why-uth-boerwinkle-quote p {
        font-weight: 800;
    }
}
/* Ways to Give */
#ways-to-give-hero {
    padding: 2em;
    margin-bottom: 2em;
}
#waysToGive__boxes--top .callout {
    background-color: var(--lightgray);
    border: 5px solid rgba(183, 102, 70, .1);
    padding: 3em;
}
#waysToGive__boxes--top .callout h3 {
    color: var(--orange);
    font-weight: 400;
}
#waysToGive__boxes--top .callout p {
    padding: .5em 0;
    color: #6B6D70;
}
#waysToGive__boxes--top a:not(.button),
#waysToGive__boxes--bottom a:not(.button) {
    color: #A35A3E;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: var(--orange);
    text-decoration-thickness: 1px;
}
#waysToGive__boxes--top .callout {
    padding: 2rem;
    margin-bottom: 1rem;
}
#waysToGive-middleText {
    padding: 2em 0;
}
#waysToGive-middleText .grid-container {
    padding: 0;
}
#waysToGive__boxes--bottom .card {
    border: 5px solid var(--orange);
    margin-bottom: 2rem;
    padding: 2rem 1rem 1rem 1rem;
}
#waysToGive__boxes--bottom .card-divider {
    background: none;
    padding: 0 1rem;
}
#waysToGive__boxes--top .button,
#waysToGive__boxes--bottom .button {
    font-size: 18px;
    font-family: var(--fontstack-headings);
    padding: 0.5rem 3rem;
    border: solid 2px #AE6042;
}
#waysToGive__boxes--bottom .button.uthorange:hover {
    border: solid 2px var(--orange);
}
#waysToGive__questions {
    position: relative;
    padding: 2em 2em;
    background-color: var(--orange);
    color: var(--white);
    margin-bottom: -3em;
}
#waysToGive__questions h3,
#waysToGive__questions p,
#waysToGive__questions a {
    color: var(--white);
}
#waysToGive__questions a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: var(--white);
    text-decoration-thickness: 1px;
}
/* Ways to Give - TABLET */
@media screen and (min-width: 40em) {
    #ways-to-give-hero {
        padding: 4em;
        margin-bottom: 3em;
    }
    #waysToGive__boxes--top .callout {
        padding: 3rem;
        margin-bottom: 2rem;
    }
    #waysToGive-middleText {
        padding: 3em 0;
    }
    #waysToGive__boxes--bottom .card {
        margin-bottom: 2rem;
        padding: 3rem;
    }
    #waysToGive__questions {
        padding: 4em 3em;
    }
}
/* Ways to Give - DESKTOP */
@media screen and (min-width: 64em) {
    #ways-to-give-hero, #why-uth-hero {
        padding: 5em;
        margin-bottom: 4em;
    }
    #waysToGive__boxes--top .callout {
        padding: 4rem;
    }
    #waysToGive-middleText {
        padding: 4em 0;
    }
    #waysToGive__boxes--bottom .card {
        margin-bottom: 3rem;
    }
    #waysToGive__questions {
        padding: 6em 3em;
    }
    #waysToGive__questions {
        margin-bottom: -5em;
    }
}
/* Slideshow */
.priority-slideshow {
    margin: 6em 0;
}
.priority-slideshow .orbit-container {
    background: var(--orange);
}
.priority-slideshow .slideshow__text h1,
.priority-slideshow .slideshow__text h2,
.priority-slideshow .slideshow__text h3,
.priority-slideshow .slideshow__text h4,
.priority-slideshow .slideshow__text h5,
.priority-slideshow .slideshow__text h6 {
    font-weight: 400;
}
.priority-slideshow .slideshow__text h1 {
    font-size: 2.5em;
}
.priority-slideshow .slideshow__text h2 {
    font-size: 2.25em;
}
.priority-slideshow .slideshow__text h3 {
    font-size: 2em;
}
.priority-slideshow .slideshow__text h4 {
    font-size: 1.75em;
}
.priority-slideshow .slideshow__text h5 {
    font-size: 1.5em;
}
.priority-slideshow .slideshow__text h6 {
    font-size: 1.25em;
}
#page-content .priority-slideshow .slideshow__text p {
    font-size: 1rem;
    font-family: var(--fontstack-body);
}
.priority-slideshow .slideshow__text .profile-title {
    margin-top: -1em;
}
#page-content .priority-slideshow .slideshow__text .profile-title p {
    font-size: 90% ;
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin: 0;
}
.slideshow__container {
    background: var(--orange);
    color: var(--white);
}
.slideshow__text {
    padding: 3em 2em 1em 2em;
}
.slideshow__image {
    padding: 1em 2em 4em 2em;
    text-align: center;
}
.slideshow__image .orbit-image {
    width: auto;
}
.orbit-controls button {
    background: #4e738a;
}
.orbit-controls .orbit-previous,
.orbit-controls .orbit-next {
    top: inherit;
    bottom: 0;
    z-index: 2;
}
.orbit-controls .orbit-previous {
    margin-right: 145px;
    left: inherit;
    right: 0;
}
.orbit-controls .orbit-next {
    margin-right: 80px;
}
.orbit-controls .orbit-next:active, 
.orbit-controls .orbit-next:focus, 
.orbit-controls .orbit-next:hover, 
.orbit-controls .orbit-previous:active, 
.orbit-controls .orbit-previous:focus, 
.orbit-controls .orbit-previous:hover {
    background-color: #446579;
    cursor: pointer;
}
/* Slideshow - TABLET */
@media screen and (min-width: 40em) {
    .priority-slideshow .slideshow__text h1 {
        font-size: 2.75em;
    }
    .priority-slideshow .slideshow__text h2 {
        font-size: 2.5em;
    }
    .priority-slideshow .slideshow__text h3 {
        font-size: 2.25em;
    }
    .priority-slideshow .slideshow__text h4 {
        font-size: 2em;
    }
    .priority-slideshow .slideshow__text h5 {
        font-size: 1.75em;
    }
    .priority-slideshow .slideshow__text h6 {
        font-size: 1.5em;
    }
    #page-content .priority-slideshow .slideshow__text p {
        font-size: 1.25rem;
    }
}
/* Slideshow - DESKTOP */
@media screen and (min-width: 64em) {
    .slideshow__text {
        padding: 3em 0 3em 2em;
    }
    .slideshow__image {
        padding: 3em 2em 3em 0;
    }
    .orbit-controls .orbit-previous {
        left: 0;
        margin-bottom: -12px;
        margin-left: 77%;
        padding: 1.25rem;
        right: inherit;
        z-index: 1;
    }
    .orbit-controls .orbit-next {
        margin-bottom: -12px;
        margin-right: 9%;
        padding: 1.25rem;
        z-index: 1;
    }
    .priority-slideshow .slideshow__text h1 {
        font-size: 3em;
    }
    .priority-slideshow .slideshow__text h2 {
        font-size: 2.75em;
    }
    .priority-slideshow .slideshow__text h3 {
        font-size: 2.5em;
    }
    .priority-slideshow .slideshow__text h4 {
        font-size: 2.25em;
    }
    .priority-slideshow .slideshow__text h5 {
        font-size: 2em;
    }
    .priority-slideshow .slideshow__text h6 {
        font-size: 1.75em;
    }
    #page-content .priority-slideshow .slideshow__text p {
        font-size: 1.3rem;
    }
}
/* Impact Area Slider */
.impact-slider .slideshow__heading {
    text-align: center;
    padding-top: 1em;
}
.impact-slider a,
.impact-slider .slideshow__heading p {
    color: #fff;
}
.impact-slider b,
.impact-slider strong {
    font-weight: 600;
}
.impact-slider .slideshow__text {
    padding: 1em;
}
.impact-slider .slideshow__heading h6,
.impact-slider .slideshow__heading h5,
.impact-slider .slideshow__heading h4,
.impact-slider .slideshow__heading h3,
.impact-slider .slideshow__heading h2,
.impact-slider .slideshow__heading h1 {
    color: #fff;
    font-weight: 400;
    font-family: var(--fontstack-headings);
}
.impact-slider .slideshow__heading h1,
#page-content .impact-slider h1 {
    font-size: 2.25rem;
}
.impact-slider .slideshow__heading h2,
#page-content .impact-slider h2 {
    font-size: 2rem;
}
.impact-slider .slideshow__heading h3,
#page-content .impact-slider h3 {
    font-size: 1.75rem;
}
.impact-slider .slideshow__heading h4,
#page-content .impact-slider h4 {
    font-size: 1.5rem;
}
.impact-slider .slideshow__heading h5,
#page-content .impact-slider h5 {
    font-size: 1.25rem;
}
.impact-slider .slideshow__heading h6,
#page-content .impact-slider h6 {
    font-size: 1rem;
}
#page-content .impact-slider .slideshow__text p {
    font-family: var(--fontstack-body);
    font-size: 1rem;
}
.impact-slider .slideshow__image .orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 5% auto;
}
/* Impact Area Slider - TABLET */
@media screen and (min-width: 40em) {
    .impact-slider .slideshow__text {
        padding: 2em 1em;
    }
    .impact-slider .slideshow__heading {
        padding-top: 2em;
    }
    .impact-slider .slideshow__heading h1,
    #page-content .impact-slider h1 {
        font-size: 2.5rem;
    }
    .impact-slider .slideshow__heading h2,
    #page-content .impact-slider h2 {
        font-size: 2.25rem;
    }
    .impact-slider .slideshow__heading h3,
    #page-content .impact-slider h3 {
        font-size: 2rem;
    }
    .impact-slider .slideshow__heading h4,
    #page-content .impact-slider h4 {
        font-size: 1.75rem;
    }
    .impact-slider .slideshow__heading h5,
    #page-content .impact-slider h5 {
        font-size: 1.5rem;
    }
    .impact-slider .slideshow__heading h6,
    #page-content .impact-slider h6 {
        font-size: 1.25rem;
    }
    #page-content .impact-slider .slideshow__text p {
        font-family: var(--fontstack-body);
        font-size: 1.15rem;
    }
}
/* Impact Area Slider - DESKTOP */
@media screen and (min-width: 64em) {
    .impact-slider .slideshow__heading {
        padding-top: 4em;
    }
    .impact-slider .slideshow__heading h1,
    #page-content .impact-slider h1 {
        font-size: 2.75rem;
    }
    .impact-slider .slideshow__heading h2,
    #page-content .impact-slider h2 {
        font-size: 2.5rem;
    }
    .impact-slider .slideshow__heading h3,
    #page-content .impact-slider h3 {
        font-size: 2.25rem;
    }
    .impact-slider .slideshow__heading h4,
    #page-content .impact-slider h4 {
        font-size: 2rem;
    }
    .impact-slider .slideshow__heading h5,
    #page-content .impact-slider h5 {
        font-size: 1.75rem;
    }
    .impact-slider .slideshow__heading h6,
    #page-content .impact-slider h6 {
        font-size: 1.5rem;
    }
    #page-content .impact-slider .slideshow__text p {
        font-family: var(--fontstack-body);
        font-size: 1.25rem;
    }
    .impact-slider {
        margin: 8em -2em;
    }
    .impact-slider .slideshow__text {
        padding: 2em 0 3em 1em;
    }
    .orbit.impact-slider .slideshow__text--noHeading {
        padding: 4em 0 3em 1em;
    }
    .impact-slider .slideshow__image {
        padding: 1em 2em 2em 1em;
    }
}
/* Support Our Schools */
.full-width.hero #header-text {
    font-family: var(--fontstack-headings);
}
.full-width.hero #header-text h1 {
    font-family: var(--fontstack-headsings);
    text-shadow: none;
    font-size: 2.75em;
    text-align: center;
}
.full-width.hero .columns {
    background: none;
    border: none;
}
.full-width.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Support Our Schools - TABLET */
@media screen and (min-width: 40em) {
    .full-width.hero #header-text h1 {
        font-size: 4em;
    }
}
/* Support Our Schools - DESKTOP */
@media screen and (min-width: 64em) {
    .full-width.hero #header-text h1 {
        font-size: 5.25em;
    }
}
/* Funding Priorities */
.fundingPriority__hero.impactArea {
    background-image: url(/many-faces-one-mission/assets/img/Patch.png);
    background-repeat: no-repeat;
    background-position: 50% 45%;
    background-size: 280px;
}
.fundingPriority__hero {
    padding: 5em 1em 4em 1em;
    margin-bottom: 0;
    color: var(--white);
    text-align: center;
}
.fundingPriority__hero.impactArea {
    padding: 9em 1em 8em 1em;
}
.fundingPriority__hero.impactArea h2 {
    max-width: 972px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 1em;
    letter-spacing: 7px;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    font-size: 1.75em;
    line-height: 2.25rem;
}
.fundingPriority__hero.impactArea span {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.fundingPriority__hero h2 {
    color: var(--white);
    text-align: center;
    margin: 0 auto 3rem auto;
    max-width: 90rem;
}
#page-content .fundingPriority__hero.yellowbox h2,
#page-content .fundingPriority__hero.yellowbox p {
    color: #4D5051;
}
.fundingPriority__hero p {
    color: var(--white);
}
.fundingPriority__image {
    /* height: 380px; */
    overflow: hidden;
    margin-top: -1em;
    position: relative;
    margin-bottom: 2em;
}
.fundingPriority__video {
    height: auto;
    overflow: hidden;
    margin-top: -20%;
    position: relative;
    margin-bottom: 1em;
}
.fundingPriority__image img {
    margin-top: 0;
    z-index: 1;
}
@media screen and (min-width: 40em) {
    .fundingPriority__hero.impactArea {
        background-position: 50% 33%;
        background-size: 330px;
        padding: 8em 3em 10em 3em;
    }
 
    .fundingPriority__hero.impactArea h2 {
        font-size: 2.75em;
        font-weight: 600;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.2em;
        font-size: 3em;
        max-width: 80%;
    }
    .fundingPriority__hero.impactArea span {
        font-size: 2rem;
        line-height: 1.5em;
    }
    .fundingPriority__hero {
        padding: 3em 3em 10em 3em;
    }
    .fundingPriority__image {
        padding-bottom: 3em;
        height: auto;
        overflow: visible;
        margin-top: 0;
        position: inherit;
        margin-bottom: 1em;
    }
    .fundingPriority__video {
        margin-top: -15%;
    }
    .fundingPriority__image.impactArea img {
        margin-top: -4em;
    }
    .fundingPriority__image img {
        margin: 0 auto;
        display: block;
        margin-top: -7em;
        max-width: 100%;
        width: auto;
        height: auto;
        position: relative;
        min-width: 0;
        min-height: 0;
        transform: none;
        top: inherit;
        left: inherit;
    }
}
/* Funding Priorities - DESKTOP */
@media screen and (min-width: 64em) {
    .fundingPriority__hero.impactArea {
        padding: 8em 5em 10em 5em;
        background-position: 50% 25%;
    }
    .fundingPriority__hero {
        padding: 5em 5em 12em 5em;
    }
    .fundingPriority__video {
        margin-top: -12rem;
    }
    .fundingPriority__hero.impactArea h2 {
        max-width: 972px;
        font-size: 66px;
        line-height: 75px;
    }
    .fundingPriority__image.impactArea img {
        margin-top: -8em;
    }
    .fundingPriority__hero.impactArea span {
        font-size: 3rem;
    }
    .fundingPriority__image img {
        margin-top: -8em;
    }
}
/* Campaign Cards */
.campaignCard {
    justify-content: center;
}
.campaignCard__heading {
    text-align: center;
    margin: 1.25em 0 1.5em 0;
}
.campaignCard__heading--school {
    color: var(--orange);
    margin: 2em 0;
}
#page-content .campaignCard a {
    text-decoration: none;
}
.campaignCard .callout {
    padding: 1.5rem 1rem;
    text-align: center;
    transition: background .3s ease;
    margin-bottom: 1.66rem;
}
.campaignCard h4 {
    color: var(--orange);
    font-size: 1.75em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1rem;
    transition: color .3s ease;
}
.campaignCard p {
    padding-bottom: 2rem;
    min-height: 225px;
    transition: color .3s ease;
}
.campaignCard .cardBtn {
    font-family: var(--fontstack-headings);
    text-decoration: none;
    color: var(--white);
    background: var(--orange);
    padding: .5rem 3rem;
    border-radius: 25px;
    transition: background color .3s ease;
}
.campaignCard .callout:hover {
    background: var(--orange);
}
.campaignCard .callout:hover h4,
.campaignCard .callout:hover p {
    color: #fff;
}
.campaignCard .callout:hover .cardBtn {
    background: var(--white);
    color: var(--orange);
}
/* Campaign Cards - TABLET */
@media screen and (min-width: 40em) { 
}
/* Campaign Cards - DESKTOP */
@media screen and (min-width: 64em) {
}
/* Support Our Schools Hero */
.supportOurSchools__hero {
    padding: 3em 1em 8em 1em;
    color: var(--white);
    text-align: center;
}
.supportOurSchools__hero h2 {
    color: var(--white);
    text-align: center;
    margin: 4rem auto 5rem auto;
    padding: 0 1em;
    position: relative;
    max-width: 94rem;
}
/* Support Our Schools Quote */
.grid-x .grid-container.schoolQuote__container {
    margin: 4em 0;
    flex-direction: column-reverse;
}
.schoolQuote__picture {
    display: block;
}
.schoolQuote__picture img {
    height: auto;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff, 0 0 0 8px var(--orange);
}
.schoolQuote__body {
    margin-bottom: 2em;
}
#page-content .schoolQuote__body blockquote {
    margin-top: 0;
    padding: 0;
}
#page-content .schoolQuote__body blockquote p {
    font-family: var(--fontstack-body);
    font-size: 1.25rem;
    text-align: left;
    margin-top: 0;
}
.schoolQuote__body h6 {
    color: var(--orange);
    margin-bottom: 0;
    font-size: 1.5rem;
}
.schoolQuote__body p {
    margin-bottom: 0;
}

/* ANIMATION STYLES */
.animation-element {
  position: relative;
  opacity: 0;
  transition: opacity .8s ease-in;
}

/*animation element sliding left*/

.animation-element.mui-enter-active {
    animation-play-state: running;
    animation-fill-mode: both;
}
@keyframes custom-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
     -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*animation element sliding right*/

.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
     -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*bounce up animation*/

.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*bounce down animation*/

.bounce-down {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, -200px, 0px);
  -webkit-transform: translate3d(0px, -200px, 0px);
  -o-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate3d(0px, -200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-left.in-view,
.slide-right.in-view,
.bounce-up.in-view,
.bounce-down.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/* Support Our Schools Quote - TABLET */
@media screen and (min-width: 40em) { 
}
/* Support Our Schools Quote - DESKTOP */
@media screen and (min-width: 64em) {
    .grid-x .grid-container.schoolQuote__container {
        margin: 7em 0;
        flex-direction: row;
    }
    .schoolQuote__picture {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 50px;
        position: relative;
        border-right: 3px solid var(--orange);
    }
    .schoolQuote__picture:after {
        content: '';
        display: block;
        width: 100px;
        height: 3px;
        right: 0;
        position: absolute;
        z-index: -1;
        background: var(--orange);
    }
    .schoolQuote__body {
        padding-left: 30px;
        margin-bottom: 0;
    }
    .supportOurSchools__hero h2 {
        color: var(--white);
        text-align: center;
        margin: 3rem auto 4rem auto;
        position: relative;
    }
    .supportOurSchools__hero h2:after {
        content: '';
        position: absolute;
        width: 60px;
        height: 7px;
        background: white;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 5px;
    }
}