.hero-text {
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.9) 20%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.9) 20%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.9) 20%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=1 );
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
}
.hero-inner {
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    z-index: 100;
    color: #FFF;
    width: 380px;
}
.hero-inner h1:after {
    content: '';
    display: block;
    margin: 1em 0;
    width: 225px;
    border-bottom: 2px solid #FFF;
}
.hero-inner p:last-of-type {
    margin-bottom: 0;
}
.header-announcement {
    padding: 10px 0;
    background: var(--yellow);
    color: #000;
    font-size: 1.0625rem;
    text-align: center;
}
.header-announcement p:last-of-type {
    margin-bottom: 0;
}
.header-announcement a {
    text-decoration: underline;
    text-decoration-style: dotted;
    color: var(--blue-for-gold);
}
.header-announcement a:hover,
.header-announcement a:focus {
    text-decoration-style: solid;
    outline: 1px dotted var(--main-blue);
    outline-offset: 2px;
}
#primary .container {
    max-width: 1200px;
}
#primary .flexed {
    align-items: stretch;
    margin-bottom: 1.5em;
}
.entry-content{
    margin-top: 0;
}
#primary .flexed main {
    flex-basis: calc(100% - 650px);
}
#primary main strong {
    color: var(--main-blue);
}
#primary .flexed .hp-about-photo {
    width: 500px;
    height: 500px;
    overflow: hidden;
    border-radius: 50%;
    line-height: 0;
    background-position: center;
    background-size: cover;
}
.hp-programs .container {
    max-width: 1200px;
}
.hp-programs h2 {
    text-align: center;
}
.hp-programs h2:after {
    content: '';
    display: block;
    margin: 1em auto 2em;
    width: 225px;
    border-bottom: 2px solid #FFF;
}
.hp-programs .flexed {
    margin-bottom: 3em;
}
.hp-program {
    flex-basis: 24%;
}
.hp-program a {
    display: block;
    position: relative;
    background: #FFF;
    padding-bottom: 50px;
    height: 100%;
}
.hp-program span {
    display: block;
}
.hp-program span.hp-program-photo {
    line-height: 0;
    overflow: hidden;
}
.hp-program span.hp-program-photo img {
    width: 100%;
    transition: all ease 0.3s;
}
.hp-program span.hp-program-title {
    padding: 15px 20px;
    font-family: 'Arvo', serif;
    font-weight: 400;
    color: var(--main-blue);
}
.hp-program span.learn-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 15px;
    font-size: 1.1875rem;
    color: #444444;
    transition: all ease 0.3s;
}
.hp-program span.learn-more i.fas {
    font-size: 0.875rem;
}
.hp-program a:hover span.learn-more,
.hp-program a:focus span.learn-more {
    text-decoration: underline;
}
.by .hp-program a:hover span.learn-more,
.by .hp-program a:focus span.learn-more {
    color: #000;
}
.hp-program a:hover span.hp-program-photo img,
.hp-program a:focus span.hp-program-photo img {
    transform: scale(1.1);
}
.hp-programs a.button,
.hp-donate a.button:first-of-type {
    background: var(--yellow);
    color: #000;
}
.hp-programs a.button:hover,
.hp-programs a.button:focus,
.hp-donate a.button:first-of-type:hover,
.hp-donate a.button:first-of-type:focus {
    background: #FFF;
    color: #000;
}
.hp-donate a.button:nth-of-type(2){
    background: #FFF;
    color: var(--main-blue);
    margin-left: 20px;
}
.hp-donate a.button:nth-of-type(2):hover,
.hp-donate a.button:nth-of-type(2):focus{
    background: var(--yellow);
    color: #000;
}
.hp-donate h2 {
    line-height: 45px;
}
.hp-donate h2:after {
    content: '';
    display: block;
    margin: 1em 0 2em;
    width: 225px;
    border-bottom: 2px solid var(--yellow);
}
.hp-donate .flexed {
    align-items: center;
    margin-bottom: 1.5em;
}
.hp-donate-text {
    flex-basis: 48%;
}
.hp-donate-text p:last-of-type {
    margin-bottom: 0;
}
.hp-donate-photo {
    flex-basis: 40%;
    border: 8px solid #FFF;
    line-height: 0;
}
.hp-donate-photo img {
    width: 100%;
}
.hp-events .container {
    max-width: 1100px;
}
.hp-events h2,
.hp-events .container > p:last-of-type {
    text-align: center;
}
.hp-events h2:after {
    content: '';
    display: block;
    margin: 1em auto;
    width: 225px;
    border-bottom: 2px solid var(--main-blue);
}
.hp-events-wrapper {
    margin: 3em 0 1.5em;
}
.hp-event {
    flex-basis: 31%;
    margin-bottom: 1.5em;
    color: #FFF;
    box-shadow: 10px 10px 6px #00000029;
}
.hp-event:nth-of-type(odd){
    background: var(--main-blue);
}
.hp-event:nth-of-type(even){
    background: var(--gray);
}
.event-inner {
    padding: 1em;
}
.hp-events h3 {
    font-size: 24px;
    font-size: 1.5rem;
}
.event-inner p {
    font-size: 18px;
    font-size: 1.125rem;
}
.event-inner p:last-of-type {
    margin-bottom: 0;
}
.event-inner img {
    margin-bottom: 1em;
}

@media screen and (max-width: 1336px){
    .hero-inner {
        left: 5%;
    }
    #primary .flexed .hp-about-photo {
        width:350px;
        height:350px;
    }
    #primary .flexed main {
        flex-basis: calc(100% - 450px);
    }
    .hero-image {
        height: 550px;
        position: relative;
        overflow: hidden;
    }
    .hero-image > img {
        position: absolute;
        left: 0;
        width: auto;
        height: 100%;
        max-width: none;
        top: 0;
    }
}
@media screen and (max-width: 1023px){
    .hp-program {
        flex-basis: 48%;
        margin-bottom: 1.5em;
    }
    .hp-donate h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
    .hp-donate-text {
        flex-basis: 50%;
    }
    .hp-donate-photo {
        flex-basis: 45%;
    }
    .hp-events-wrapper .flexed {
        display: block;
    }
    .hp-event {
        max-width: 600px;
        margin: 0 auto 2em;
    }
}
@media screen and (max-width: 900px){
    .hero-image {
        height: 450px;
    }
    .hero-text {
        width: 575px;
    }
    .hero-inner {
        width: 320px;
    }
    h1 {
        font-size: 32px;
        font-size: 2rem;
    }
    #primary .flexed,
    .hp-donate .flexed {
        display: block;
    }
    #primary .flexed .hp-about-photo {
        margin: 1.5em auto;
        width: 500px;
        height: 500px;
    }
    .hp-donate-text {
        max-width: 600px;
        margin: 0 auto;
    }
    .hp-donate-photo {
        max-width: 500px;
        margin: 3em auto 1.5em;
    }
}
@media screen and (max-width: 767px){
    .hero-image {
        height: auto;
    }
    .hero-image > img {
        height: auto;
        width: 100%;
        max-width: 100%;
        position: relative;
    }
    .hero-text,
    .hero-inner {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        transform: none;
    }
    .hero-text {
        padding: 1em;
        background: #000;
    }
    .hero-inner {
        text-align: center;
    }
    .hero-inner h1:after {
        margin: 1em auto;
    }
}
@media screen and (max-width: 600px){
    .hp-programs .flexed {
        display: block;
    }
    .hp-program span.hp-program-title {
        font-size: 1.25rem;
    }
    .hp-program span.learn-more {
        font-size: 1rem;
    }
    #primary .flexed .hp-about-photo {
        width: 320px;
        height: 320px;
    }
    .hp-donate-photo {
        width: 100%;
    }
    .hp-donate h2 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 35px;
    }
    .rand-testimonial-wrapper .container {
        padding: 0 20px;
    }
}
@media screen and (max-width: 460px){
    #primary .container {
        padding: 0 15px;
    }
    #primary .flexed .hp-about-photo {
        width: 200px;
        height: 200px;
    }
    .hp-donate h2 {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 30px;
    }
    .hp-donate a.button,
    .hp-donate a.button:not(:first-of-type) {
        display: block;
        margin: 1em auto;
        text-align: center;
    }
}