@font-face {
  font-family: Caecilia Light Standard;
  src: url('../fonts/CaeciliaLTStd-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Caecilia Light Standard Italic;
  src: url('../fonts/CaeciliaLTStd-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Caecilia Light Standard Roman;
  src: url('../fonts/CaeciliaLTStd-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Caecilia Light Standard Heavy;
  src: url('../fonts/CaeciliaLTStd-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Caecilia Light Standard Bold;
  src: url('../fonts/CaeciliaLTStd-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #ee4125;
  --white-smoke: #e8e9e9;
  --gold: #ffbb46;
  --dim-grey: #4d4d4f;
  --white: white;
  --dark-gold: #f99600;
  --dark-grey: #4d4d4f;
  --light-grey: #d1d2d3;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.background-pattern-red {
  background-color: var(--red);
  background-image: url('../images/graphic-background-lines-pattern.png');
  background-size: 246px;
  flex: 1;
  display: flex;
}

.background-pattern-red.absolute {
  width: 30vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.background-pattern-red.absolute.right {
  width: 10vw;
  left: auto;
  right: 0;
}

.background-pattern-red.padded {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.background-pattern-red.top {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.background-pattern-grey {
  background-color: var(--white-smoke);
  background-image: url('../images/graphic-background-lines-pattern.png');
  background-size: 246px;
}

.background-pattern-grey.letter {
  height: 44px;
}

.background-pattern-grey.padded {
  padding: 30px 20px;
  position: relative;
}

.background-pattern-yellow {
  background-color: var(--gold);
  background-image: url('../images/graphic-background-lines-pattern.png');
  background-size: 246px;
}

.background-pattern-yellow.home-banner {
  height: 44px;
}

.background-pattern-yellow.padded {
  padding: 30px 20px 0;
}

.background-pattern-yellow.bottom {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.background-pattern-yellow.top {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.background-pattern-grey-dark {
  background-color: var(--dim-grey);
  background-image: url('../images/graphic-background-lines-pattern.png');
  background-size: 246px;
}

.background-pattern-grey-dark.top {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.duheading-1 {
  color: var(--white);
  max-width: 600px;
  font-family: Caecilia Light Standard Bold, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.duheading-1.top {
  text-align: left;
  font-family: Caecilia Light Standard Roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.duheading-1.top.dark {
  color: #4d4d4f;
  text-align: left;
}

.dulink {
  color: #243b53;
  letter-spacing: .2px;
  text-transform: none;
  flex: none;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.dubutton-yellow {
  background-color: var(--dark-gold);
  text-align: center;
  text-transform: uppercase;
  min-width: 180px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.dubutton-red {
  background-color: var(--red);
  text-align: center;
  text-transform: uppercase;
  min-width: 180px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.background-white {
  background-color: var(--white);
}

.duheading-2 {
  color: var(--dark-grey);
  max-width: 600px;
  font-family: Caecilia Light Standard Roman, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.duheading-2.top {
  background-color: var(--red);
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 12px;
  padding-left: 12px;
}

.duheading-2.white {
  color: var(--white);
}

.duheading-2.end {
  margin-top: 0;
}

.duparagraph {
  font-family: Caecilia Light Standard, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.duparagraph.bio-subhead {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
}

.duparagraph.flotus-subhead {
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.duparagraph.dupresident-subhead {
  color: var(--dark-grey);
  text-align: right;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.duparagraph.heavy {
  font-family: Caecilia Light Standard Heavy, sans-serif;
  font-weight: 900;
}

.duparagraph.card-text {
  margin-bottom: 0;
  font-family: Caecilia Light Standard Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.duparagraph.white {
  color: var(--white);
  text-align: center;
}

.duparagraph.statcollection {
  font-size: 12px;
  line-height: 17px;
}

.duparagraph.number-text {
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Caecilia Light Standard Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.duheading-3 {
  color: var(--dark-grey);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.duheading-3.home {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 20px;
}

.duheading-3.letter {
  color: var(--white);
  letter-spacing: 1px;
}

.duheading-3.light {
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.duheading-3.tbd-content {
  text-align: center;
  margin: 80px auto;
  font-size: 40px;
  line-height: 46px;
}

.duheading-3.card {
  margin-top: 8px;
}

.dustat-text, .dustat-heading-4 {
  font-family: Caecilia Light Standard, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
}

.duheading-4 {
  color: var(--red);
  text-transform: uppercase;
  font-family: Caecilia Light Standard Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.duheading-4.grey {
  color: var(--dark-grey);
  max-width: 600px;
}

.duheading-4.statcollection {
  text-transform: none;
  margin-top: 0;
  font-size: 24px;
  line-height: 24px;
}

.duheading-4.stattextrows {
  color: #4d4d4e;
  text-transform: none;
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
}

.duheading-4.stattextrows.heading {
  color: var(--red);
  font-size: 18px;
  line-height: 22px;
}

.duheading-4.stattextrows.heading.withsuper {
  line-height: 18px;
}

.duheading-4.stattextrows.withsuper {
  line-height: 20px;
}

.block-quote {
  text-align: justify;
  border-left-style: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Caecilia Light Standard Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.block-quote.flotus {
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  font-size: 12px;
}

.block-quote.cardsize {
  font-size: 14px;
  line-height: 16px;
}

.duheading-5 {
  color: var(--dark-grey);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.duheading-5.student-card {
  margin-top: 0;
}

.dusubheading-1 {
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.dusource-text {
  max-width: 60vw;
  font-family: Caecilia Light Standard, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
}

.navbar {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  height: 200px;
  display: flex;
}

.container {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.duimpactcontainer {
  flex-direction: column;
  padding-top: 8px;
  display: flex;
}

.dunav-pipe {
  background-color: var(--light-grey);
  width: 1px;
  min-width: 1px;
  height: 100%;
  min-height: 60px;
  margin-left: 24px;
  margin-right: 24px;
}

.dunav-pipe.letter {
  min-height: 90px;
}

.dunav-pipe.student {
  margin-right: 0;
  position: absolute;
  right: 0;
}

.dunav-pipe.statsrow {
  height: auto;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}

.dunav-pipe.stattextrow {
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.dunav-lhs-container {
  display: flex;
}

.dulogo {
  min-width: 320px;
  margin-top: 10px;
}

.dulogo.end {
  margin-right: 50px;
}

.dunavheading {
  margin-bottom: 8px;
  font-family: Caecilia Light Standard Roman, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.dusubhead {
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.navcontainer {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 100%;
  display: flex;
}

.nav-spacer {
  flex: 1;
}

.nav-menu {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.dunav-mainright {
  align-items: center;
  height: 120px;
  display: flex;
}

.dunav-topright {
  justify-content: flex-end;
  display: flex;
}

.report-section {
  height: auto;
  position: relative;
  overflow: hidden;
}

.report-section.letter {
  height: auto;
}

.home-container {
  background-image: url('../images/photo-0-landing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.card-grey-bg {
  background-color: #2b2e3480;
  width: 600px;
  height: auto;
  margin-bottom: 80px;
  margin-left: 80px;
  padding: 12px;
  position: relative;
}

.letter-container {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-highlight {
  background-color: var(--red);
  height: auto;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.spacer-50 {
  height: 50px;
}

.letter-content {
  max-width: 60vw;
}

.dream-cofounders {
  justify-content: space-between;
  display: flex;
}

.spacer-80 {
  height: 80px;
}

.report-intro {
  height: 80vh;
  min-height: 80vh;
  position: relative;
}

.report-intro.letter {
  height: auto;
}

.section-container {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-container.padding-thin {
  flex-direction: row;
  padding: 20px;
}

.section-container.padding-none {
  align-items: stretch;
  padding: 0 0;
}

.section-sources {
  height: auto;
  min-height: 60px;
  padding: 20px;
}

.section-sources.yellow {
  background-color: var(--gold);
}

.section-sources.red-wide {
  background-color: var(--red);
  width: 100%;
}

.student-card {
  flex-direction: column;
  max-width: 600px;
  display: flex;
}

.student-card.horizontal {
  flex-direction: row;
  max-height: 250px;
}

.student-card.horizontal.flipped {
  flex-direction: row-reverse;
}

.student-card.lhs-wide {
  max-width: none;
}

.student-photo-base {
  min-width: 40%;
  min-height: 50vh;
}

.student-photo-base.viridiana {
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.student-photo-base.piet {
  background-image: url('../images/photo-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.student-photo-base.vertical {
  min-height: auto;
}

.student-photo-base.vertical.areli {
  background-image: url('../images/photo-6.jpg');
  background-position: 0%;
  background-size: cover;
}

.student-photo-base.luis {
  background-image: url('../images/photo-7.jpg');
  background-position: 50%;
  background-size: cover;
  height: 60%;
}

.student-photo-base.johann {
  background-image: url('../images/photo-9.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.student-photo-base.cesia {
  background-image: url('../images/photo-10.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.student-photo-base.patrice {
  background-image: url('../images/photo-11.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.student-photo-base.kai {
  background-image: url('../images/photo-12.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.student-photo-base.homar {
  background-image: url('../images/photo-13.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.student-content {
  padding: 30px 40px;
  position: relative;
}

.student-content.vertical {
  padding-top: 0;
}

.spacer-20 {
  height: 20px;
}

.duaudiolinkblock {
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.duaudiolink {
  color: var(--red);
  text-transform: uppercase;
  margin-left: 14px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.duaudioicon {
  height: 20px;
}

.panel-left-right {
  flex: 1;
  display: flex;
}

.panel-rhs {
  flex: 1;
  padding-left: 20px;
}

.panel-rhs.center {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.flotus-container {
  background-color: var(--dark-grey);
  height: 376px;
  display: flex;
}

.flotus-quote {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  min-width: 50%;
  padding: 16px 10px;
  display: flex;
}

.duarrowcard {
  margin-top: 10%;
  margin-bottom: 10%;
  display: flex;
}

.duarrowcard-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.duarrow-icon {
  width: 100px;
  margin-top: 30px;
  position: absolute;
  right: -60px;
  transform: rotate(90deg);
}

.list-item {
  font-family: Caecilia Light Standard, sans-serif;
  font-weight: 300;
}

.ducallout-red {
  color: var(--red);
  font-family: Caecilia Light Standard Heavy, sans-serif;
  font-weight: 900;
}

.ducallout-black {
  font-family: Caecilia Light Standard Heavy, sans-serif;
  font-weight: 900;
}

.section-left-right {
  min-height: 60vh;
  display: flex;
}

.section-lhs {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 50%;
  padding: 40px 5vw;
  display: flex;
  position: relative;
}

.section-lhs.bottom-aligned {
  justify-content: flex-end;
  padding-bottom: 80px;
}

.section-lhs.no-padding {
  padding: 0 0;
}

.section-rhs {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.section-rhs.padded {
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  display: flex;
}

.section-rhs.bottom-aligned {
  justify-content: flex-end;
  padding-bottom: 80px;
}

.ducard {
  display: flex;
}

.ducard.withspacing {
  margin-bottom: 30px;
}

.ducard.withspacing.vertical {
  align-items: flex-start;
}

.ducard-content {
  flex: 1;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.ducard-content.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.duheavy-text {
  font-family: Caecilia Light Standard Heavy, sans-serif;
}

.ducard-image {
  box-shadow: 1px 1px 6px #0000001a;
}

.duseparator-line {
  background-color: #dedfdf;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.duseparator-line.statcollection {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.duseparator-line.statcollection.mobile {
  display: none;
}

.duimagetop {
  background-image: url('../images/photo-4.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.duimagetop.page9 {
  background-image: url('../images/photo-8.jpg');
  background-position: 50% 0;
  height: 50%;
  min-height: 50vh;
}

.ducard-icon {
  width: 70px;
}

.dulink-white, .dulink-white:visited {
  color: var(--white);
}

.section-middle {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
}

.section-middle.bottom-aligned {
  justify-content: flex-end;
  padding-bottom: 80px;
}

.section-middle.no-padding {
  padding: 0 0;
}

.div-block-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ducontainer-gray {
  background-color: var(--dark-grey);
  padding: 20px;
}

.panel-inner-centered {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dulink-red {
  color: var(--red);
}

.dulink-blue {
  color: #275589;
  font-family: Caecilia Light Standard Bold, sans-serif;
}

.dulink-blue.email {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.duarrows-icon {
  margin-top: 16px;
  padding-left: 60px;
}

.dustatcard-inner {
  display: flex;
}

.dustatnumber-container {
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.dustatnumber {
  color: var(--gold);
  font-family: Caecilia Light Standard Heavy, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.dustatpercent {
  color: var(--gold);
  font-family: Caecilia Light Standard Heavy, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.duonward-image {
  background-image: url('../images/photo-14.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 60vh;
  min-height: 700px;
}

.duonward-contact {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-3 {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  display: flex;
}

.div-block-6 {
  background-color: var(--light-grey);
  width: 1px;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.contact-container {
  margin-bottom: 45px;
}

.lottie-animation {
  margin-top: -50px;
  margin-right: -10px;
  position: absolute;
  top: 0;
  right: 0;
}

.dustatsrow {
  display: flex;
  position: relative;
}

.dustatcollectioncard {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.dustatcollectioncard.bottom {
  justify-content: center;
}

.dustatcollectioncard.horizontal {
  flex-direction: column;
}

.dustatcollectioncard-content-top {
  padding-bottom: 10px;
  display: flex;
}

.dustattotal {
  color: var(--red);
  margin-right: 10px;
  font-family: Caecilia Light Standard Heavy, sans-serif;
  font-size: 38px;
  line-height: 18px;
}

.dustatcollectioncard-content-bottom {
  flex: 1;
}

.dustatcollectioncard-content-left {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dustatinner {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.dustatcollectioncard-content-right {
  flex: 1;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.dupiechart {
  flex: 1;
}

.dustattotal-large {
  color: var(--red);
  margin-right: 10px;
  font-family: Caecilia Light Standard Heavy, sans-serif;
  font-size: 62px;
  line-height: 60px;
}

.dustattotal-large.counter.accessory {
  margin-right: 0;
}

.dustattotal-large.counter.accessory.blue {
  color: #4d4d4f;
}

.dustattotal-large.counter.accessory.yellow {
  color: #f6be3a;
}

.dustattotal-percent {
  color: var(--red);
  margin-bottom: auto;
  font-family: Caecilia Light Standard Heavy, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.dustattotal-percent.counter.accessory {
  margin-right: 0;
}

.dustattotal-percent.blue {
  color: #4d4d4f;
}

.dustattotal-percent.yellow {
  color: #f6be3a;
}

.dustatnumbercontainer {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 62px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.dustatnumbercontainer.row {
  justify-content: flex-start;
  margin-bottom: 60px;
}

.dunumbersection {
  flex-direction: column;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dunumberstatpercent {
  display: flex;
}

.dujobs-animation {
  margin-top: 10px;
}

.ducharts-animation {
  width: 50%;
}

.duleaderphoto {
  object-fit: cover;
  flex: none;
}

.html-embed {
  flex: none;
  height: 100%;
}

.div-block-7 {
  width: 600px;
  height: 376px;
}

.duaudioprogress {
  background-color: var(--gold);
  height: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .background-pattern-red, .background-pattern-red.top, .background-pattern-yellow.top, .background-pattern-grey-dark.top {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .duheading-1.home {
    font-size: 30px;
    line-height: 40px;
  }

  .duheading-1.top, .duheading-1.top.dark {
    font-size: 18px;
    line-height: 17px;
  }

  .dulink {
    font-size: 2em;
  }

  .dubutton-yellow, .dubutton-red {
    flex: 1;
  }

  .duheading-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .duheading-2.white {
    font-size: 18px;
    line-height: 22px;
  }

  .duheading-2.end {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
  }

  .duparagraph {
    font-size: 12px;
    line-height: 18px;
  }

  .duheading-3.home {
    font-size: 12px;
    line-height: 12px;
  }

  .duheading-3.light {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 18px;
  }

  .duheading-4.stattextrows, .duheading-4.stattextrows.heading, .block-quote {
    font-size: 12px;
    line-height: 16px;
  }

  .duheading-5.student-card {
    font-size: 14px;
    line-height: 16px;
  }

  .dusource-text {
    margin-left: auto;
    margin-right: auto;
    font-size: 8px;
    line-height: 10px;
  }

  .navbar {
    height: 100px;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .dunav-pipe.student {
    display: none;
  }

  .dulogo {
    min-width: 240px;
  }

  .dunavheading {
    font-size: 14px;
    line-height: 14px;
  }

  .dusubhead {
    font-size: 6px;
    line-height: 8px;
  }

  .nav-spacer.mobile {
    display: none;
  }

  .nav-menu {
    background-image: url('../images/graphic-background-lines-pattern.png');
    background-position: 0 0;
    background-size: 246px;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  .dunav-mainright {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .dunav-topright {
    justify-content: center;
  }

  .home-container {
    background-image: url('../images/photo-0-landing-mobile.jpg');
    align-items: flex-end;
  }

  .card-grey-bg {
    margin-bottom: 5vh;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .spacer-50 {
    height: 25px;
  }

  .section-container.padding-thin {
    padding: 2vw;
  }

  .student-card {
    flex: 1;
    max-width: none;
  }

  .student-card.horizontal {
    flex-direction: column;
    max-height: none;
  }

  .student-card.horizontal.flipped {
    flex-direction: column;
  }

  .student-photo-base.vertical.piet {
    min-height: 30vh;
    position: relative;
  }

  .student-photo-base.vertical.areli {
    min-height: 30vh;
  }

  .student-photo-base.kai, .student-photo-base.homar {
    background-position: 50%;
  }

  .student-content {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .student-content.vertical {
    padding-top: 20px;
  }

  .panel-left-right {
    flex-direction: column;
    align-items: stretch;
  }

  .panel-lhs {
    display: flex;
  }

  .panel-rhs {
    padding-left: 0;
  }

  .flotus-container {
    flex-direction: column;
    height: auto;
  }

  .duarrowcard {
    flex-direction: column;
    align-items: center;
  }

  .duarrowcard-content {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section-left-right {
    flex-direction: column;
    align-items: center;
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .section-left-right.no-padding {
    margin-left: 0;
    margin-right: 0;
  }

  .section-lhs {
    max-width: none;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-lhs.bottom-aligned {
    padding-bottom: 20px;
  }

  .section-rhs {
    max-width: none;
    padding-right: 0;
  }

  .section-rhs.bottom-aligned {
    padding-right: 0;
  }

  .ducard {
    flex-direction: column;
    align-items: center;
  }

  .ducard.withspacing.vertical {
    align-items: center;
  }

  .ducard-image {
    margin-bottom: 40px;
  }

  .duseparator-line.statcollection, .duseparator-line.statcollection.mobile {
    display: block;
  }

  .duseparator-line.nav {
    width: 80vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .duimagetop {
    height: 30vh;
    position: relative;
  }

  .duimagetop.page9, .ducard-icon {
    margin-bottom: 40px;
  }

  .section-middle {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 20px 0;
  }

  .dulink-blue.email {
    font-size: 12px;
    line-height: 16px;
  }

  .duarrows-icon {
    width: 100px;
    padding-left: 20px;
  }

  .dustatcard-inner {
    flex-direction: column;
    align-items: center;
  }

  .duonward-image {
    min-height: auto;
  }

  .duonward-contact {
    flex-direction: column;
    align-items: center;
  }

  .div-block-4 {
    padding-bottom: 40px;
  }

  .lottie-animation {
    margin-right: -10vw;
  }

  .dustatscollection {
    position: relative;
  }

  .dustatsrow {
    flex-direction: column;
  }

  .dustatsrow.campus {
    flex-direction: row;
  }

  .dustatcollectioncard {
    min-height: 20vh;
  }

  .dustatcollectioncard.horizontal.campus {
    min-height: auto;
  }

  .dustattotal-large.counter.accessory {
    font-size: 24px;
    line-height: 28px;
  }

  .dustattotal-large.counter.accessory.yellow.larger-mobile {
    font-size: 48px;
    line-height: 42px;
  }

  .dustattotal-large.counter.accessory.larger-mobile {
    font-size: 58px;
    line-height: 54px;
  }

  .dustattotal-percent {
    font-size: 12px;
    line-height: 16px;
  }

  .dustattotal-percent.yellow.larger-mobile, .dustattotal-percent.larger-mobile {
    font-size: 28px;
    line-height: 18px;
  }

  .dustatnumbercontainer {
    align-items: flex-start;
    height: auto;
  }

  .dustatnumbercontainer.row {
    flex-direction: column;
    align-items: center;
  }

  .html-embed {
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .brand {
    align-items: center;
    display: flex;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    z-index: 100;
    background-color: #0000;
  }

  .div-block-7 {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .duheading-3.letter {
    font-size: 12px;
    line-height: 14px;
  }

  .dunav-pipe.letter {
    width: 100%;
    height: 1px;
    min-height: 1px;
    margin: 20px 0;
  }

  .dulogo {
    min-width: 80px;
  }

  .section-highlight {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dream-cofounders {
    flex-direction: column;
  }

  .spacer-80 {
    height: 40px;
  }

  .report-intro {
    height: 70vh;
    min-height: 70vh;
  }

  .duarrows-icon {
    width: 60px;
  }

  .duonward-image {
    height: 20vh;
    min-height: auto;
  }

  .lottie-animation {
    width: 80vw;
    margin-right: -20vw;
  }

  .dustatsrow {
    flex-direction: column;
  }

  .ducharts-animation {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .home-container {
    background-position: 75%;
  }

  .lottie-animation {
    margin-top: 50px;
  }
}


@font-face {
  font-family: 'Caecilia Light Standard';
  src: url('../fonts/CaeciliaLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caecilia Light Standard Italic';
  src: url('../fonts/CaeciliaLTStd-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Caecilia Light Standard Roman';
  src: url('../fonts/CaeciliaLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caecilia Light Standard Heavy';
  src: url('../fonts/CaeciliaLTStd-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caecilia Light Standard Bold';
  src: url('../fonts/CaeciliaLTStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}