* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#ieCompatDiv {
  display: none;
}




.print {
    display: none;
}



body {
        background-color: white;
}
.skip-link {
    height: 0px;
    display: block;
}
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: 50%;
    top: 50%;
    min-width: 100vw;
    min-height: calc(100vh + 100px);
    max-width: 1000vw;
    z-index: -1;
    transform: translate(-50%, -50%);
}
#home {
  background-size: cover !important;
  background-position: center !important;
  height: calc(100vh + 200px);
  display: block;
  /*align-items: center;*/
  justify-content: center;
    border: none;
}

.home-block {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    height: calc(100vh - 40px);
}

#home img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

#home .title {
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    display: block;
    z-index: 9000;
    padding: 0 30px;
    top: 50%;
    transform: translateY(-50%);
}
#home h1 {
    font-size: 52px;
    color: white;
    font-family: 'FuturaMedium', sans-serif;
    text-shadow: 0px 0px 10px black;
    padding: 10px;
    line-height: 109%;
}
#home h1 span {
    font-size: 23px;
    line-height: 100%;
    margin-bottom: 0;
    display: block;
   font-weight: 500;
}


#drexel {
    font-family: futuralight;
}
#home #title, #home #subtitle {
    font-size: 14vw;
    margin-bottom: 20px;
    font-family: FuturaBold;
}
#title::after {
    width: 40%;
    height: 4px;
    background: linear-gradient(-45deg,rgb(255,167,0) 0,rgb(255,215,0) 100%);
    position: relative;
    content: "";
    margin: 21px auto 0 auto;
    display: block;
    transform: scaleX(0); 
   transition: all 2s ease-out 0.5s;
}
.display #title::after { 
    transform: scaleX(1); 
}

.title img {
    width: 65px !important;
    margin: 50px 0;
}





#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;
    padding: 20px;
    display: none;
}
.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;
    border-bottom: none;
    overflow: visible;
    position: relative;
    padding-bottom: 40px;
}
#message .content {
       overflow: visible !important;
}
#message h2 {
    font-family: 'FuturaMedium', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    visibility: hidden;
    height: 0px;
}
#message h3 {
    font-family: stevie-sans;
    color: #07294d;
}
#message .box {
    padding: 0 !important;
    margin: 0;
}
.box a {
  font-weight: bold;
  color: #069;
}
#head {
    width: 100%;
    float: none;
    margin: 20px auto 20px auto;
    display: block;
    max-width: 200px;
}
.head p:first-of-type {
    font-size: 19px;
    font-weight: bold;
}
#message .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}
.toggle {
    font-size: 16px;
    height: 50px;
    line-height: 46px;
    font-family: 'stevie-sans', sans-serif;
    text-transform: uppercase;
    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;
    font-weight: 800;
}
#sig {
    width: 170px;
}


#message ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 30px !important;
    margin-top: -15px;
}
#message ul p {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}



/* PREZ MESSAGE IMAGES */
.img img {
    z-index: 1000;
    position: relative;
}
.img figcaption {
    z-index: 1000;
    position: relative;
    font-family: 'stevie-sans', sans-serif;
    width: 80%;
    margin-left: 20%;
    margin-top: -24px;
    padding: 14px 20px;
    font-size: 16px;
    text-align: center;
}

.img figcaption::before {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: white;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.f-left {
    float: left;
    margin: 20px 20px 20px 0;
    width: 200px;
}
.img div {
    border: 10px solid  white;
}
.img img {
    width: 100%;
    max-width: 1000px;
}


/* SECTION SET UP */
p {
    font-family: 'stevie-sans', sans-serif;
    font-size: 17px;
    line-height: 126%;
    margin-bottom: 30px !important;
    font-weight: 300;
}
section {
  display: block;
  border-bottom: 80px solid white;
   position: relative;
}
XXsection::after {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: -120px;
    left: 0;
    content: "";
    display: block;
    background: linear-gradient(-45deg,rgba(255,198,0,.7) 0,rgba(7,41,77,.7) 100%);
}





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;
}
.title.desktop {
    display: none;
}

#experience div.full-image {
  background-position: left top !important;
}


/* TITLE SECTION */
section div.text {
  padding: 15px !important;
    z-index: 10000 !important;
    background: rgba(255,255,255,0.7);
}
.title h2 {
    font-family: 'FuturaMedium', sans-serif;
     font-weight: 200;
    font-size: 12vw;
    color: #07294d;
    text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
.title h2 {
    font-size: 60px;
}
}
.bar {
    color: #07294d;
    margin: 0px;
    text-align: center;
    width: 100%;
    background: white;
    padding: 50px 30px 50px 30px;
    z-index: 100;
    position: relative;
}
.bar p {
    font-family: 'Georgia', serif;
    margin: 20px 0 0 0 !important;
    font-weight: 400;
    color: #07294d;
    text-align: center;
   font-style: italic;
}

@media only screen and (max-width: 720px) {
    .feature {
      margin-top: 25px;
    }
}


/* FEATURE BLOCK */

.feature h3 {
    color: #ffc600;
    text-transform: uppercase;
    font-family: 'FuturaMedium', sans-serif;
    letter-spacing: 5px;
    font-size: 31px;
    text-shadow: 0px 0px 10px black;
}
.banner {
    background-size: cover !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: 53vw;
    background-repeat: no-repeat !important;
}
.feature a {
    text-decoration: none;
}
.banner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay {
    position: relative;
    background: white;
    width: 100%;
    padding: 21px;
    margin-top: 0;
}
.overlay p {
    font-family: stevie-sans;
    color: #07294d;
    font-weight: 700;
    margin: 0 !important;
}



/* STORY BLOCKS */
.stories {
    margin-top: 30px;
}
.stories h3 {
    color: white;
    text-transform: uppercase;
    font-family: 'FuturaMedium', sans-serif;
    letter-spacing: 5px;
    font-size: 31px;
    text-shadow: 0px 0px 10px black;
    margin-bottom: 5px;
}
.block {
    background: white;
    position: relative;
    margin: 15px 0;
    border: 15px solid white;
}
.stories .block:nth-of-type(1) {
    margin-top: -5px;
}
.image {
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.image .bg {
    background-size: cover !important;
    background-position: center top !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;
    width: 100%;
    height: 100%;
     opacity: 0;
}
.bg.fade-in {
  opacity: 1;
}
.block p {
    position: absolute;
    top: 50%;
    left: 150px;
    color: #07294d;
    font-family: 'stevie 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);
}

.block p::before {
    position: relative;
    width: 40px;
    height: 3px;
    background: #ffc600;
    content: "";
    display: block;
    margin-bottom: 11px;
    transition: all 0.2s ease-out;
}
.top {
    background-position-y: top !important;
}
.right {
    background-position-x: right !important;
}



.caption {
    display: none;
}


/*GRADIENT IMAGE OVERLAYS*/
.title-wrapper::after {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -28px;
    left: 0;
    content: "";
    display: none;
}
.banner::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 20%;
    height: 100%;
    transition: all 0.2s;
}
#experience .banner::before, #experience .stories::before, #experience .title-wrapper::after {
    background: linear-gradient(-45deg,rgba(0,98,152,.7) 0,rgba(151,27,47,.7) 100%);
}
#research .banner::before, #research .stories::before, #research .title-wrapper::after {
   background: linear-gradient(-45deg,rgba(0,66,123,.7) 0,rgba(148,147,0,.7) 100%);
}
#learning .banner::before, #learning .stories::before, #learning .title-wrapper::after {
    background: linear-gradient(-45deg,rgba(7,41,77,.7) 0,rgba(0,98,152,.7) 100%);
}
#engagement .banner::before, #engagement .stories::before, #engagement .title-wrapper::after {
    background: linear-gradient(-45deg,rgba(255,198,0,.7) 0,rgba(255,143,28,.7) 100%);
}
#athletics .banner::before, #athletics .stories::before, #athletics .title-wrapper::after {
    background: linear-gradient(-45deg,rgba(108,172,228,.7) 0,rgba(183,191,16,.7) 100%);
}


/*FINANCES AND FUNDRAISING*/

#finances .title.desktop {
    display: block;
    text-align: center;
    background: white;
    width: 90%;
    padding: 15px;
    margin: 0 auto;
    transform: translateY(65px);
}

#finances h3 {
    font-family: 'FuturaMedium', sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin: 20px auto 30px auto;
}
#finances .text {
    padding: 0 !important;
    position: relative;
    background: rgba(255,255,255,0.92);
    width: 90%;
    margin: 0 auto;
}
#finances .right p:first-of-type {
  font-weight: bold;
  font-size: 19px;
}
.box {
    padding: 20px;
    margin: 88px 0;
    overflow: hidden;
}
#finances .box:nth-of-type(2) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0;
    padding-top: 0;
}
#finances .box:nth-of-type(3) {
    margin-top: 0;
}
.btn {
    font-size: 16px;
    height: auto;
    line-height: 46px;
    font-family: 'stevie-sans', sans-serif;
    text-transform: uppercase;
    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;
    font-weight: 800;
}
.giving-logo {
    background:  rgba(255,255,255,0.92);
    display: block;
    padding: 20px;
    overflow: hidden;
}
.giving-logo img {
    width: 300px;
    float: left;
}
.quote {
    display: none;
}

#fundraising-img {
  width: 50%;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
#fundraising-img figcaption {
  z-index: 1000;
  position: relative;
  font-family: 'stevie-sans', sans-serif;
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}



/*---------------------- FOOTER----------------------*/
#footer {
    background: white;
    min-height: 800px;
    position: relative;
    padding: 0px 0 100px;
    color: black;
    overflow: hidden;
   
}
#footer .container {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
    border-top: 2px solid #07294d;
    padding-top: 30px;
}
#footer h2 {
    font-family: 'FuturaMedium', sans-serif;
    color: black;
    text-align: center;
    margin: 20px 0;
    font-size: 34px;
}
#footer p {
    font-family: 'stevie-sans', sans-serif;
    margin: 22px auto;
    text-align: left;
}
#footer strong {
    font-family: 'stevie-sans', sans-serif;
    font-size: 22px;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}
#footer a {
    font-weight: bold;
}
.trustees {
    font-size: 16px;
    line-height: 32px;
    font-family: 'stevie-sans', sans-serif;
    text-transform: uppercase;
    border: 3px solid #0a5f84;
    padding: 10px 40px 10px 40px;
    color: #0a5f84 !important;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}








* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  xxfont: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, iframe {
  vertical-align: bottom;
  max-width: 100%;
}

input, textarea, select {
  font: inherit;
}



/* ----- typeography ----- */


@font-face {
    font-family: "FuturaLight";
    src: url("/sc_fonts/futura/81c68bb2-c8a7-490a-86a2-8b8e4ea83e52.eot?#iefix");
    /* IE6-IE8 */
    src: url("/sc_fonts/futura/81c68bb2-c8a7-490a-86a2-8b8e4ea83e52.eot?#iefix") format("eot"), url("/sc_fonts/futura/accdf66a-3ef9-40bd-a2d9-141ce67745a0.woff") format("woff"), url("/sc_fonts/futura/91b74c83-4dbb-4d24-abf2-7665c88d68c1.ttf") format("truetype"), url("/sc_fonts/futura/fec411ea-113e-46b5-af10-c4cb416eaaf9.svg#fec411ea-113e-46b5-af10-c4cb416eaaf9") format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "FuturaMedium";
    src: url("/sc_fonts/futura/27e35786-951e-4f3f-8819-f57fb26b5f59.eot?#iefix");
    src: url("/sc_fonts/futura/27e35786-951e-4f3f-8819-f57fb26b5f59.eot?#iefix") format("eot"), url("/sc_fonts/futura/46e5db04-2200-416c-8772-e8e92ac66d85.woff") format("woff"), url("/sc_fonts/futura/c34adf43-f679-46f0-8f37-6d892f520fc9.ttf") format("truetype"), url("/sc_fonts/futura/ba579ea8-4cf7-445f-ad75-cdca4f8438d6.svg#ba579ea8-4cf7-445f-ad75-cdca4f8438d6") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "FuturaBold";
    src: url("/sc_fonts/futura/daa0c9be-5654-4532-8e96-901581c27f87.eot?#iefix");
    src: url("/sc_fonts/futura/daa0c9be-5654-4532-8e96-901581c27f87.eot?#iefix") format("eot"), url("/sc_fonts/futura/10f4e917-7867-405c-be31-4b064987ab63.woff") format("woff"), url("/sc_fonts/futura/7ea82eae-7fb0-4ed6-8f78-080c8a619ccb.ttf") format("truetype"), url("/sc_fonts/futura/46fea019-3e07-48c5-b36f-9ae24436ab45.svg#46fea019-3e07-48c5-b36f-9ae24436ab45") format("svg");
    font-weight: 500;
    font-style: normal;
}




/*FONTS*/
/*https://use.typekit.net/pzd7wqa.css*/
/*using ccj44 Adobe subscription*/

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * stevie-sans:
 *   - http://typekit.com/eulas/00000000000000007735a6b3
 *   - http://typekit.com/eulas/00000000000000007735a69e
 *   - http://typekit.com/eulas/00000000000000007735a6a5
 *   - http://typekit.com/eulas/00000000000000007735a6aa
 *
 * © 2009-2021 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2021-08-19 14:51:57 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=pzd7wqa&ht=tk&f=25496.25498.25499.25500&a=79375111&app=typekit&e=css");


@font-face {
font-family:"stevie-sans";
src:url("https://use.typekit.net/af/2a38f0/00000000000000007735a69e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/2a38f0/00000000000000007735a69e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/2a38f0/00000000000000007735a69e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;
}

@font-face {
font-family:"stevie-sans";
src:url("https://use.typekit.net/af/ad2711/00000000000000007735a6a5/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/ad2711/00000000000000007735a6a5/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/ad2711/00000000000000007735a6a5/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:600;
}


.tk-stevie-sans { font-family: "stevie-sans",sans-serif; }

