.scroll-downs {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 1;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

.read-btn {
    text-align: center;
    height: 120px;
    -webkit-transform: translateY(-175%);
    -ms-transform: translateY(-175%);
    transform: translateY(-175%);
}
.read-btn a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
}
.read-btn p {
    font-weight: 700;
    color: white;
    text-shadow: 0px 0px 10px black;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 18px;
    font-size: 15px;
}
.fa-arrow-circle-down path {
    fill: white !important;
    text-shadow: 0px 0px 10px black;
}

.print {
    display: none;
}



body {
        background-color: white;
}
.skip-link {
    height: 0px;
    display: block;
}
.progress {
    display: none;
}
em {
    font-style: italic !important;
}


/* HEADER BAR */

.header {
    background-color: #ffc600;
    box-shadow: 1px 1px 4px 0 rgb(0, 0, 0);
    position: fixed;
    width: 100%;
    z-index: 30000;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
    font-family: FuturaMedium;
    text-transform: uppercase;
    color: 
    #07294d !important;
    font-size: 33px;
}
li.current a {
    border-left: 7px solid 
    #ffc600;
    margin-left: 6px;
    padding-left: 7px;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* HEADER MENU */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
    padding-left: 10px;
}
.menu li:first-child {
    padding-top: 20px;
}



/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* HEADER MENU BUTTON */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 2400px;
    padding-bottom: 27px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}





/* TITLE PAGE */
#myVideo {
    position: fixed;
    left: 0;
    bottom: 0;
    min-width: 100vw;
    min-height: calc(100vh + 100px);
    max-width: 1000vw;
    z-index: -1;
}
#home {
  background-size: cover !important;
  background-position: center !important;
  height: calc(100vh + 200px);
  display: block;
  /*align-items: center;*/
  justify-content: center;
    border: none;
}
#home img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

#home .title {
    font-family: FuturaCnd;
    text-transform: uppercase;
    padding-top: 16vh;
    position: relative;
    text-align: center;
    display: block;
    z-index: 9000;
}
#home .title::after {
    width: 100px;
    height: 7px;
    background: #ffc600;
    content: "";
    position: relative;
    display: block;
    margin: 65px auto 0 auto;
    -webkit-transform: skew(44deg);
    -ms-transform: skew(44deg);
    transform: skew(44deg);
    opacity: 0.9;
}
#home h1 {
    font-size: 52px;
    color: white;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    text-shadow: 0px 0px 10px black;
    padding: 10px;
    letter-spacing: 6px;
    line-height: 109%;
}
#home h1 span {
    font-size: 23px;
    line-height: 167%;
    margin-bottom: 0;
    display: block;
   font-weight: 500;
}
.title h1 em {
    font-style: normal !important;
    font-weight: 700;
    color: #ffc600;
}
#home h2 {
    font-size: 25px;
    margin-top: 18px;
    color: white;
    letter-spacing: 4px;
}
#home::after {
    background-image: url('https://i.imgur.com/Y93aD12.png');
    width: 100%;
    height: calc(100vh + 200px);
    background-repeat: repeat;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 50px;
    opacity: 0.2;
}
.logos {
    position: relative;
    width: 100%;
    top: ;
    display: block;
    text-align: center;
    z-index: 9000;
    margin: 70px auto 0 auto;
    max-width: 375px;
    padding: 20px;
}
.home-social-list li {
    display: inline-block;
    margin: 19px 15px;
}
.home-social-list img {
    width: 61px !important;
}
.home-social-list .fab {
    font-size: 37px;
    color: white;
}


/* PREZ MESSAGE */
#message {
    background: white;
    display: block;
    padding: 10px 0 0 0;
    border-bottom: 81px solid white;
    overflow: visible;
    position: relative;
}
#message .content {
       overflow: visible !important;
}
#message h2 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: -65px;
    color:  white;
    letter-spacing: 3px;
    width: 100%;
    text-shadow: 0px 0px 10px black;
}
#message .box {
    padding: 0 !important;
}
@media only screen and (max-width: 380px) {
#message h2 {
    top: -90px;
}
}
#message .box {
    margin: 0;
}
.right .content p:first-of-type {
    font-weight: 300;
    font-size: 20px;
}
#head {
    width: 100%;
    float: none;
    margin: 20px auto 20px auto;
    display: block;
    max-width: 200px;
}
#message .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}
.toggle {
    font-size: 16px;
    height: 50px;
    line-height: 46px;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 3px solid #0a5f84;
    padding: 0px 40px 0px 40px;
    color:#0a5f84 !important;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    width: 250px;
}
.quote {
    margin: 30px auto;
}
.quote p {
    display: block;
    font-style: italic !important;
    font-size: 21px !important;
    text-align: center !important;
    font-weight: 400 !important;
    width: 80%;
    margin: 0 auto;
    color: #06294d;
    line-height: 170%;
}
#sig {
    width: 170px;
}



/* PREZ MESSAGE IMAGES */
.img img {
    z-index: 1000;
    position: relative;
}
.img figcaption {
    z-index: 1000;
    position: relative;
    font-family: 'Fira Sans', sans-serif;
    width: 80%;
    margin-left: 10%;
    margin-top: -10px;
    padding: 5px 20px;
    font-size: 16px;
    text-align: center;
}
.img figcaption::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #ffc600;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: skew(38deg);
}
.f-left {
    float: left;
    margin: 20px 20px 20px 0;
}
.img div {
    border: 10px solid  white;
}


/* SECTION SET UP */
p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 17px;
    line-height: 126%;
    margin-bottom: 30px;
    font-weight: 300;
}
section {
  display: block;
    border-bottom: 30px solid black;
}

/*
section:nth-child(2n) {
    flex-direction: row-reverse;
}
*/



section div {
  width: 100%;
}







/* FULL IMAGE PANELS */
div.full-image {
	height: 100vh;
  background-size: cover !important;
  background-position: center !important;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
    z-index: -1;
}
.full-image::after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5 !important;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 64%, rgb(0, 0, 0) 96%, rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,1) 96%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 64%,rgb(0, 0, 0) 96%,
    rgb(0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}

.title.desktop {
    display: none;
}




/* TITLE SECTION */
section div.text {
  padding: 15px !important;
    z-index: 10000 !important;
}
.title h2 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 60px;
    color: white;
    text-shadow: 0px 0px 10px black;
    font-weight: 700;
}
.bar {
    background: rgba(0,0,0,0.5);
    color: white;
    font-style: italic;
    width: 100vw;
    margin-left: -30px;
    padding: 30px 30px 30px 30px;
    margin-top: -11px;
}
.bar p {
    font-family: 'Fira Sans', sans-serif;
    margin: 0;
    font-weight: 400;
}

/* FEATURE BLOCK */
.feature {
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
}
.feature h3 {
    color: #ffc600;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 5px;
    font-size: 31px;
    text-shadow: 0px 0px 10px black;
}
.banner {
    background-size: cover !important;
    background-position: 121px center !important;
    position: relative;
    overflow: hidden;
   width: 100%;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    height: 200px;
}
.banner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #ffc600;
    -ms-transform: skew(200.25deg);
    -webkit-transform: skew(200.25deg);
    transform: skew(200.25deg);
    left: -46%;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.overlay p {
    transform: translateY(-50%) skew(-200.25deg);
    -ms-transform: translateY(-50%) skew(-200.25deg);
    -webkit-transform: translateY(-50%) skew(-200.25deg);
    font-family: 'Fira Sans', sans-serif;
    color:#07294d;
    width: 40%;
    position: absolute;
    left: 51%;
    padding: 0px;
    font-weight: 700 !important;
    top: 50%;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font-size: 17px !important;
}
.banner:hover {
       width: 104%;
}
.banner:hover .overlay {
       //left: -44%;
}
.banner:hover .overlay p {
       //left: 49%;
}


/* STORY BLOCKS */
.stories {
    margin-top: 50px;
}
.stories h3 {
    color: white;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 5px;
    font-size: 31px;
    text-shadow: 0px 0px 10px black;
    margin-bottom: 5px;
}
.block {
    background: rgba(0,0,0,0.7);
    position: relative;
    margin: 31px 0;
    border: 15px solid rgba(0,0,0,0.06);
}
.stories .block:nth-of-type(1) {
    margin-top: -5px;
}
.image {
    width: 150px;
    height: 150px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.7);
}
.block p {
    position: absolute;
    top: 50%;
    left: 150px;
    color: white;
    font-family: 'Fira Sans', sans-serif;
    padding: 10px;
    margin: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 400;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    width: calc(100% - 150px);
}
.top {
    background-position-y: top !important;
}
.right {
    background-position-x: right !important;
}
.block:hover .image {
    //width: calc(15vw + 5px);
}
.block:hover p {
   //width: calc(15vw + 5px);
}


/*FINANCES AND FUNDRAISING*/

#finances h2 {
    text-align: center;
    padding-top: 150px;
    font-size: 28px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#finances h3 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin: 50px auto;
}
#finances .text {
    padding: 0 !important;
    position: relative;
}
.box {
    background: rgba(255,255,255,0.88);
    padding: 20px;
    margin: 88px 0;
    overflow: hidden;
}
.btn {
    font-size: 16px;
    height: auto;
    line-height: 46px;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 3px solid #0a5f84;
    padding: 10px 40px 10px 40px;
color: #0a5f84 !important;
    display: block;
    text-align: center;
    width: 100%;
    margin: 33px auto 33px auto;
    line-height: 121%;
    background: white;
}
.giving-logo {
    background: rgba(255,255,255,0.88);
    display: block;
    transform: skew(200.25deg);
    padding: 20px 20px 20px 100px;
    overflow: hidden;
    position: absolute;
    top: -113px;
    left: -161px;
    width: 500px;
}
.giving-logo img {
    width: 300px;
    float: right;
    transform: skew(-200.25deg);
}
.box p {
    font-size: 20px;
}
.right p:first-of-type {
    font-weight: 700;
    font-size: 22px;
}
.quote {
    display: none;
}





/*---------------------- FOOTER----------------------*/
#footer {
    background: white;
    min-height: 800px;
    position: relative;
    padding: 130px 0 100px;
    color: black;
    overflow: hidden;
   
}
#footer .container {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
}
#footer h2 {
    font-family: 'Fira Sans', sans-serif;
    color: black;
    text-align: center;
    letter-spacing: .3rem;
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 27px;
}
#footer p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    margin: 22px auto;
    text-align: left;
}
#footer strong {
    font-family: 'Fira Sans', sans-serif;
    font-size: 23px;
    display: block;
    line-height: 1;
}
#footer a {
    font-weight: bold;
    color: #2babe2;
}
.trustees {
    font-size: 16px;
    line-height: 32px;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 3px solid #0a5f84;
    padding: 10px 40px 10px 40px;
    color: #0a5f84 !important;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal !important;
}
