#message .quote p {
    display: block;
    font-style: italic !important;
    font-size: 14px !important;
    text-align: right !important;
    font-weight: 400 !important;
    width: 80%;
    margin: 0 auto;
    color: #06294d;
    line-height: 170%;
}

.title.desktop {
	display: block;
	width: 100vw;
	padding-left: 40px;
	padding-top: 250px;
	overflow: hidden;
}

a.btn{
   width: 300px;
}

.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: 4px;
    height: 12px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.6s;
    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;
    top: -15px;
    bottom: 0;
    min-width: 100vw;
    min-height: calc(100vh + 100px);
    max-width: 600vw;
    z-index: -1;
}

#home {
	background-size: cover !important;
	background-position: center !important;
        min-height: 750px;
        max-height: 120vh;
        display: block;
	/*align-items: center;*/
	justify-content: center;
	border: none;
}

#home img {
    width: 100px;
    margin: 50px;
    object-fit: contain;
}

#home .title {
	text-transform: uppercase;
	padding-top: 16vh;
        padding-bottom: 5vh;
	position: relative;
	text-align: center;
	display: block;
	z-index: 9000;
}

#home .title::after {
	width: 300px;
	height: 10px;
	background: #ffc600;
	content: "";
	position: relative;
	display: block;
	margin: 0 auto 0 auto;
	-webkit-transform: skew(44deg);
	-ms-transform: skew(44deg);
	transform: skew(44deg);
	opacity: 0.9;
}

#home h1 {
	font-size: 40px;
	color: white;
        font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-weight: 400;
	text-shadow: 0px 0px 10px black;
	padding: 10px;
	letter-spacing: 7px;
	line-height: 109%;
}

#home h1 span {
        font-size: 24px;
        line-height: 167%;
        margin-bottom: 0;
        display: block;
        font-weight: 600;
}

.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;
}

.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 .fab {
	font-size: 37px;
}


/* PREZ MESSAGE */
#message::before {
        position: relative;
        top: -10px;
	width: 100vw;
	height: 25px;
	background: linear-gradient(-45deg, rgba(7, 41, 77, .7) 0, rgba(255, 198, 0, .7) 100%);
	content: "";
	display: block;
	margin-bottom: 11px;
	margin-left: 0px !important;
}

#message ul{
        list-style: disc;
        font-family: 'Fira Sans', sans-serif;
        font-size: 20px;
        line-height: 115%;
        margin-bottom: 30px;
        font-weight: 300;
        padding-left: 15px;
}
#message li{
     padding-bottom: 8px;
}


#message {
	background: white;
	display: block;
	padding: 10px 0 0 0;
	border-bottom: 81px solid white;
	overflow: visible;
	position: relative;
}

#message a:link {
        color: #07294D;
}
#message a:visited {
        color: #07294D;
}

#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 10px 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;
}
.newToggle {
	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: 115%;
	margin-bottom: 30px;
	font-weight: 300;
}

section {
	display: block;
	border-bottom: 30px solid white;
	width: 100vw;
}

/*
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: 30% 30% !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: 50px;
	color: white;
	text-shadow: 2px 2px 3px #07294D;
	font-weight: 700;
}

.bar {
	background: rgba(255, 255, 255, 0.85);
	color: #07294D;
	width: 400px;
	margin-left: -30px;
	padding: 30px 30px 0px 0px;
	margin-top: -11px;
}

.bar p {
	font-family: 'Fira Sans', sans-serif;
	margin: 0;
	font-weight: 600;
	margin-left: 40px;
}

.title .bar::before {
	position: relative;
	top: -10px;
	width: 250px;
	height: 5px;
	background: #ffc600;
	content: "";
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 35px;
	transition: all 0.2s ease-out;
}

.title .bar::after {
	position: relative;
	width: 400px;
	height: 25px;
	background: linear-gradient(-45deg, rgba(7, 41, 77, .7) 0, rgba(255, 198, 0, .7) 100%);
	content: "";
	display: block;
	margin-bottom: 11px;
	margin-left: 0px !important;
	transition: all 0.2s ease-out;
}

/* FEATURE BLOCK */
.feature {
	margin-top: 50px;
	width: 100%;
	position: relative;
	top: -15px;
	z-index: 10;
	margin-top: 50px;
	margin-bottom: 30px;
	left: 0%;
}

.feature h3 {
	color: #ffc600;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	letter-spacing: 5px;
	font-size: 31px;
	text-shadow: 0px 0px 10px #07294D;
	margin-bottom: 5px;
}

.feature .block {
	background: rgba(7, 41, 77, 0.85);
	min-height: 200px;
        max-height: 25vh;
}

.feature .image::before {
	position: relative;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 35px;
	min-height: 200px;
        max-height: 25vh;
	z-index: 100;
	background: linear-gradient(-45deg, rgba(7, 41, 77, .7) 0, rgba(255, 198, 0, .7) 100%);
}

.feature .block p {
	font-size: 11px;
	left: 35px;
	width: auto;
        color: #ffffff;
        font-weight: 500;
        padding: 15px;
}

.feature .block p::before {
	background: none;
}

.feature a:link,
a:visited {
	color: #ffffff;
	text-decoration: none;
}

.feature a:hover {
	text-decoration: underline;
}

/* STORY BLOCKS */

.block a:hover p {
	text-decoration: underline;
}

.stories {
	margin-top: 35px;
}

.stories h3 {
	color: #07294D;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	letter-spacing: 5px;
	font-size: 31px;
	text-shadow: 0px 0px 10px #07294D;
	margin-bottom: 5px;
}

.block {
	background: rgba(255, 255, 255, 0.85);
	position: relative;
	margin: 15px -10px;
	border-right: 10px 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;
}

.stories .image::before {
	position: relative;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 10%;
	height: 100%;
	z-index: 100;
	background: linear-gradient(-45deg, rgba(7, 41, 77, .7) 0, rgba(255, 198, 0, .7) 100%);
}

.block p {
	position: absolute;
	top: 45%;
	left: 150px;
	color: #07294D;
	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: 600;
	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: center !important;
}

.right {
	background-position-x: center !important;
}

.block p::before {
	position: relative;
	width: 7vw;
	height: 3px;
	background: #ffc600;
	content: "";
	display: block;
	margin-bottom: 11px;
	transition: all 0.2s ease-out;
}


/*STRATEGIC PLAN*/

#strategic .feature {
    display: none;
}

#strategic h2 {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 50px;
	font-size: 44px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #07294D;
	text-shadow: none;
}

#strategic h3 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 34px;
	font-weight: 700;
	margin: 50px auto;
}

#strategic .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;
}

.strategic .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;
}

.strategic .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;
}


/*FINANCES AND FUNDRAISING*/

#finances .feature {
    display: none;
}

#finances h2 {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 50px;
	font-size: 44px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #07294D;
	text-shadow: none;
}

#finances h3 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 34px;
	font-weight: 700;
	margin: 50px auto;
}

#finances .text {
	padding: 0 !important;
	position: relative;
}

#finances a:link{
        color: #07294D;
        text-decoration: underline;
}
#finances a:visited{
        color: #07294D;
        text-decoration: underline;
}
#finances a:hover{
        color: #07294D;
        text-decoration: underline;
}
#finances a:active{
        color: #07294D;
        text-decoration: none;
}
#finances .box {
	background: rgba(255, 255, 255, 0.88);
        padding: 50px 100px 50px 100px;
	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: 75px 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 h3 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
}

#footer p {
	font-family: 'Fira Sans', sans-serif;
	font-size: 17px;
	line-height: 1.5;
	margin-top: 8px;
	margin-bottom: 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;
}