@charset "UTF-8";
/* IMPORTS */
@import url("https://use.typekit.net/iro0aiz.css");
@import url("//fonts.googleapis.com/css?family=Lato");

/* 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;
}
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;
}
h2, .h2,
#page-content p.h2 {
    font-size: 2.5rem;
    color: var(--orange);
}
h3, .h3,
#page-content p.h3 {
    font-size: 2.25rem;
    color: var(--orange);
}
h4, .h4,
#page-content p.h4 {
    font-size: 2rem;
    color: var(--orange);
}
h5, .h5,
#page-content p.h5 {
    font-size: 1.6rem;
    color: var(--darkgray);
}
h6, .h6,
#page-content p.h6 {
    font-size: 1rem;
    font-family: var(--fontstack-headings);
    font-stretch: expanded;
    color: var(--darkgray);
}

/* General Styles -- TABLET */
/* Medium and up */
@media screen and (min-width: 40em) {
    h2, .h2,
    #page-content p.h2 {
        font-size: 4rem;
    }
    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;
    }
    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; }
}


/* --------------------------- */
/* ------- 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) {
    .orbit-caption {
        /*top: 40%;
        padding: .8rem !important;*/
    }
    .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;
}
/*#mobileBtn.menu-icon.active::before {*/
/*    transform: translateX(-50%) rotate(90deg);   */
/*}*/
/*#mobileBtn.menu-icon.active::after {*/
/*    transform: translateY(-50%) rotate(180deg);*/
/*}*/
/*#site-primary .menu-icon:hover, #site-primary .menu-icon:focus {*/
/*    height: 22px;*/
/*    width: 24px;*/
/*    transform: translate(1px, 0px);*/
/*}*/
/*#site-primary .menu-icon:hover::after {*/
/*    background: #b76646;*/
/*}*/

@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: var(--darkgray);
    text-decoration: none;
    padding: 1.55rem 1.125rem; }
#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(6) {
    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;
}
#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.4rem;
    }
}


/* Homepage */
.homeHero {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    background-image: url('/many-faces-one-mission-original/assets/img/masthead/Home-Hero-White.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em;
    background-position: 15%;
}
.homeHero h2 {
    color: #2F353E;
    display: flex;
    margin-top: 90px;
    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: #2F353E;
    font-size: 1.125em;
    margin-bottom: 6em;
    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;
}
.stitchingbrown {
    position: relative;
    height: 20px;
}
.stitchingbrown img {
    position: absolute;
    left: -221px;
    top: -162px;
    z-index: 1;
}
#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);
}
/*.stitchingbrown img {*/
/*    left: -13px;*/
/*    top: -150px;*/
/*}*/
#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;
}

.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 h2 {
        font-size: 3em;
        line-height: 3rem;
        margin-top: 50px;
    }
    .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;
    }
    #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;
    }
    #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;
    }
}
/* Homepage - DESKTOP */
@media screen and (min-width: 64em) {
    .homeHero {
        height: 700px;
        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;
    }
    
    #stitching-yellow {
        margin-top: -224px;
    }
    #stitching-yellow img {
        right: -179px;
    }
    #stitching-green {
        margin-top: -215px;
    }
    #stitching-green img {
        right: -182px;
    }
}


/* 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;
    }
}




/* Commitment Cards */
#commitment-cards {
    width: 100%;
    text-align: center;
}
#commitment-cards .grid-container {
    padding: 0;
}
#commitment-cards h2 {
    color: var(--darkgray);
    font-size: 42px;
    font-weight: 600;
    margin: 3rem 0;
}
.commitment-card {
    height: 605px;
    position: relative;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.commitment-card-text{
    display: block;
    position: relative;
    background: var(--white);
    border: 10px solid var(--orange);
    overflow: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    height: 100%;
}

.commitment-card-heading {
    margin: 4rem auto 2rem auto;
    overflow: visible;
}

.commitment-card-text h4 {
    font-family: var(--fontstack-headings);
    display: inline-block;
    font-size: 24px;
    overflow: visible;
    width: 230px;
    transition: all .5s ease;
}
/*.commitment-card-text h4 {*/
/*    font-family: var(--fontstack-headings);*/
/*    font-size: 24px;*/
/*    margin: 6rem auto 4rem auto;*/
/*    width: 230px;*/
/*    transition: all .5s ease;*/
/*}*/

.commitment-card.cell {
    background-size: 5%;
}
#page-content .commitment-cards-container .commitment-card-text {
    display: block;
    position: relative;
    text-decoration: none;
}
@media screen and (max-width: 40em) {
.commitment-card.cell {
    height: auto;
}
}
.commitment-cards-container > div:nth-of-type(1) h4 {
    color: #577C69;
}
.commitment-cards-container > div:nth-of-type(2) h4 {
    color: #956E09;
}
.commitment-cards-container > div:nth-of-type(3) h4 {
    color: #807390;
}
.commitment-card-text p {
    font-size: 18px;
    color: var(--darkgray);
    font-size: 16px;
    margin: 0 auto;
    width: 80%;
    padding: 0;
    transition: all .5s ease;
}
.commitment-card > .commitment-card-text .button {
    background: var(--orange);
    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;
}
.commitment-card > .commitment-card-text .button:hover,
.commitment-card > .commitment-card-text .button:focus {
    background: var(--white);
    color: var(--orange);
    border: 2px solid var(--orange);
}


.commitment-card:hover > .commitment-card-text p,
.commitment-card:focus > .commitment-card-text p {
    width: 80%;
    transition: all .5s ease;
}
/* Commitment Cards - TABLET */
@media screen and (min-width: 40em) {
    .commitment-card-text{
        position: absolute;
    }
    .commitment-card.cell {
        background-size: cover;
    }
}
/* Commitment Cards - DESKTOP */
@media screen and (min-width: 64em) {
    .commitment-card-text {
        background: var(--white);
        border: none;
        border-color: var(--orange);
        position: absolute;
        overflow: auto;
        width: 80%;
        margin-left: 10%;
        margin-top: 10%;
        height: 127px;
        transition: all .5s ease;
        scrollbar-width: none;  /* Firefox */
    } 
    .commitment-card-text::-webkit-scrollbar {
        display: none;
    }
    .commitment-card:hover > .commitment-card-text,
    .commitment-card:focus > .commitment-card-text{
        background: var(--white);
        border: 10px solid var(--orange);
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        height: 100%;
    }
    .commitment-card-heading {
        margin: 4rem auto;
        transform: translateY(-50%);
        transition: all .5s ease;
    }
    .commitment-card:hover > .commitment-card-text .commitment-card-heading,
    .commitment-card:focus > .commitment-card-text .commitment-card-heading {
        margin-top: 6rem;
        transform: translateY(0%);
    }
    .commitment-card:hover > .commitment-card-text p,
    .commitment-card:focus > .commitment-card-text p {
        width: 85%;
    }
    #page-content .commitment-card-text p {
        font-size: 1.1em;
    }
}

/* 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-original/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;
    /* width: 100%; */
    /* height: 56.2vw; */
    /* min-height: 100%; */
    /* max-width: 100%; */
    /* min-width: 1000px; */
    /* overflow-x: hidden; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    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 {*/
    /*    padding: 3em 1em 8em 1em;*/
    /*    color: var(--white);*/
    /*    text-align: center;*/
    /*}*/
    .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__image {
        /* padding-bottom: 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;
}

/* 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;
    }
}