.section {
  position: relative;
  padding: 20px;
  background-color: #f5f5f5;
}

.section.home {
  height: 100vh;
  background-image: url('../images/hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.numbers {
  background-color: #000;
  background-image: url('../images/hero-numbers.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.dean {
  background-color: #c7c7c7;
}

.section.partners {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  text-align: center;
}

.section.elevate {
  background-color: #2d304a;
  background-image: url('../images/hero-elevating.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.community {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b50d1a;
}

.section.alumni {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #00558b;
}

.section.faculty {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b50d1a;
}

.section.leadership {
  background-color: #6f7173;
}

.section.dev {
  background-color: #6a93bd;
}

.section-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-container.home {
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-container.numbers {
  min-height: 650px;
  padding-right: 40px;
  padding-left: 40px;
}

.section-container.dean {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-container.thomas {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-container.partners {
  min-height: 400px;
  padding: 0px 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-container.elevate {
  height: 700px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-container.community {
  min-height: 720px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-container.alumni {
  min-height: 480px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-container.faculty {
  min-height: 480px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-container.leadership {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.section-container.dev {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.home-section-title {
  position: absolute;
  left: 0px;
  top: 211px;
  width: 40%;
}

.home-section-logo {
  position: absolute;
  left: 0px;
  bottom: 300px;
  width: 10%;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5em;
  line-height: 1.1em;
  text-align: center;
}

.btn.circle {
  width: 10em;
  height: 10em;
  border-radius: 20em;
}

.btn.circle.red {
  background-color: #b50d1a;
}

.btn.circle.red.responsive-part-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn.circle.red.responsive-part-btn.hide {
  display: none;
}

.btn.circle.red.responsive-elev-btn._2 {
  font-size: 1.5em;
}

.btn.comm {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
}

.btn.comm.white {
  background-color: hsla(0, 0%, 100%, .8);
  color: #b50d1a;
  font-size: 1em;
}

.btn.gray {
  width: 32%;
  background-color: #c1c3c5;
  color: #b50d1a;
}

.btn.hover {
  position: absolute;
  left: 50%;
  right: 0px;
  bottom: 20px;
  width: 80%;
  background-color: #b50d1a;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.btn.dean {
  background-color: #e1e2e3;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.btn.thomas {
  background-color: #e1e2e3;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.body {
  font-family: Archer, sans-serif;
  font-size: 100%;
}

.community-link {
  width: 15em;
  height: 15em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.communication-link-summit-image {
  width: 100%;
  height: 15em;
  background-image: url('../images/comm-jill-large.jpg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.community-link-content-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.community-link-content-container.summit {
  position: absolute;
  top: 0px;
  right: 240px;
}

.community-link-content-container.soe {
  position: absolute;
  top: 240px;
  right: 480px;
}

.community-link-content-container.impact {
  position: absolute;
  top: 240px;
  right: 0px;
}

.community-link-content-container.salon {
  position: absolute;
  right: 720px;
  bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partners-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.alumni-link-content-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.alumni-link-content-container.waters {
  position: absolute;
  top: 0px;
  right: 240px;
}

.alumni-link-content-container.garcia {
  position: absolute;
  top: 240px;
  right: 480px;
}

.alumni-link-content-container.valdez {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.alumni-link {
  width: 15em;
  height: 15em;
}

.alumni-link-waters-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/alumn-waters.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.communication-link-soe-image {
  width: 100%;
  height: 15em;
  background-image: url('../images/antonia-hernandez.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.communication-link-int-image {
  width: 100%;
  height: 15em;
  background-image: url('../images/philipine-girls.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.communication-link-salon-image {
  width: 100%;
  height: 15em;
  background-image: url('../images/archsbishop.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.alumi-link-garcia-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/alumn-garcia.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.alumni-link-valdez-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/alumn-valdez.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.faculty-link-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faculty-link-content-container.drarder {
  position: absolute;
  top: 0px;
  right: 480px;
}

.faculty-link-content-container.morthel {
  position: absolute;
  top: 0px;
  right: 0px;
}

.faculty-link-content-container.mccarthy {
  position: absolute;
  right: 240px;
  bottom: 0px;
}

.faculty-link-drader-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/fac-darder.jpg');
  background-position: 50% 0px;
  background-size: 266px;
  background-repeat: no-repeat;
}

.faculty-link-morthel-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/fac-morthel.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.faculty-link-mccarthy-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/fac-mccarthy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.faculty-link {
  width: 15em;
  height: 15em;
}

.text-span {
  font-size: 0.7em;
  line-height: 1.2em;
}

.hover-container {
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, .85);
  text-align: center;
}

.heading {
  margin-top: 0px;
}

.hover-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.3em;
  font-weight: 600;
}

.hover-heading.summit {
  margin-bottom: 10px;
}

.hover-heading.soe {
  margin-bottom: 10px;
}

.hover-title {
  margin-bottom: 20px;
  color: #b50d1a;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 600;
}

.hover-title.summit {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
}

.hover-title.soe {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.hover-title.int {
  margin-top: 20px;
}

.hover-info {
  font-family: Archer, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.hover-name {
  font-weight: 700;
}

.partner-title-container {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image {
  margin-bottom: 30px;
}

.dean-content.seal {
  position: absolute;
  left: 80px;
  top: 80px;
}

.dean-content.msg {
  padding-right: 60px;
}

.dean-content.txt {
  display: none;
}

.image-2 {
  width: 100%;
}

.image-3 {
  margin-bottom: 20px;
}

.thomas-msg-title-container {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.thomas-content.seal {
  position: absolute;
  left: 80px;
  top: 80px;
}

.thomas-content.msg {
  padding-right: 60px;
}

.thomas-content.txt {
  display: none;
}

.image-2 {
  width: 100%;
}

.image-3 {
  margin-bottom: 20px;
}

.dean-msg-title-container {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.thomas-msg-title-container {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}



.partners-content-container {
  display: block;
}

.partners-content-container.alpha {
  position: relative;
  top: -20px;
  right: -20px;
}

.partners-content-alpha {
  display: block;
  width: 40em;
  height: 40em;
  border-radius: 40em;
  background-color: transparent;
  background-image: url('../images/hero-partners.jpg');
  background-position: 50% 50%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.partners-content-beta {
  display: none;
  overflow: hidden;
  width: 40em;
  height: 40em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40em;
  background-color: #e7e8e9;
}

.partners-content-delta {
  display: none;
  overflow: hidden;
  width: 40em;
  height: 40em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 40em;
  background-color: #e7e8e9;
}

.partners-content-epsilon {
  display: none;
  overflow: hidden;
  width: 40em;
  height: 40em;
  border-radius: 40em;
  background-color: #e7e8e9;
}

.div-block {
  height: 22em;
  background-image: url('../images/comm-equity-beta-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.partners-content-beta-hero {
  height: 21em;
  background-image: url('../images/comm-equity-beta-hero.jpg');
  background-position: 50% 50%;
  background-size: 742px;
  background-repeat: no-repeat;
}

.partner-content-cir-title {
  color: #b50d1a;
  text-align: center;
}

.partners-content-cir-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}

.partners-content-cir-btn {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.partners-content-cir-btn.red {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  background-color: #b50d1a;
  text-align: center;
}

.partners-content-delta-hero {
  height: 23em;
  background-image: url('../images/part-undergrad-delta-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.partner-content-epsilon-hero {
  height: 23em;
  background-image: url('../images/part-upward-epsilon-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.elevate-content-alpha {
  position: absolute;
  right: 300px;
  bottom: 30px;
  width: 33em;
  height: 33em;
  background-image: url('../images/elevate-alpha-image.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.elevate-section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 150px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-4 {
  width: 100%;
}

.elevate-content-beta {
  position: absolute;
  right: 300px;
  bottom: 30px;
  display: none;
  overflow: hidden;
  width: 33em;
  height: 33em;
  border-radius: 30em;
  background-color: #fff;
}

.elevate-content-beta-hero {
  height: 17em;
  background-image: url('../images/elevate-content-beta-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.elevate-content-alpha-sm {
  display: none;
}

.quote-img {
  position: absolute;
  right: 140px;
  bottom: 215px;
  width: 40px;
}

.section-title {
  position: absolute;
  left: 0px;
  top: 100px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
}

.section-title-beta {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 300;
}

.alumni-quote {
  position: absolute;
  left: 60px;
  bottom: 150px;
  width: 350px;
  margin-top: 100px;
  font-family: Archer, sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
}

.paragraph-2 {
  font-weight: 400;
}

.image-5 {
  position: absolute;
  left: -87px;
}

.section-title-text {
  width: 100%;
  margin-bottom: 120px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.italic-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: auto;
  margin: 40px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.5em;
}

.social-link {
  padding-left: 40px;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.navigation-container {
  position: relative;
  display: block;
  width: 1280px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}

.sticky-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 60px;
  background-color: #b5111b;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: transparent;
  font-size: 0.9em;
}

.nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 0.9em;
}

.brand {
  position: absolute;
  left: 0px;
  top: 0px;
}

.nav-menu {
  float: none;
  text-align: center;
}

.mobile-menu {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  text-align: center;
}

.nav-item {
  padding-top: 0px;
  padding-bottom: 0px;
  border-right: 1px solid #fff;
  color: #fff;
}

.nav-item.w--current {
  color: #fff;
}

.nav-item.last {
  border-right-style: none;
}

.navbar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #b5111b;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 0.9em;
  border-top: 4px solid #ffffff;
}

.body-2 {
  background-color: #b5111b;
  font-size: 100%;
}

.page-container {
  position: relative;
  display: block;
  width: 1280px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  text-align: center;
}

.page-container.deans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.page-container.thomas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.page-container.equity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.page-container.undergrad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.page-container.ctr-upward {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.page-container.ctr-catholic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.page-container.com-salon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.page-container.com-soe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.page-container.com-summit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.page-container.com-impact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.page-container.alumn-waters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.page-container.alumn-garcia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-container.alumn-valdez {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-container.fac-darder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-container.dev-fund {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-container.dev-sponsored {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-container.dev-grants {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-container.leadership-bov {
  height: auto;
}

.page-container.leadership-council {
  height: auto;
}

.page-container.leadership-alumni-board {
  height: auto;
}

.p-title {
  display: inline-block;
  margin-bottom: 120px;
  padding-top: 20px;
  border-top: 2px solid #fff;
  font-family: Archer, sans-serif;
  color: #fff;
  font-size: 3em;
  text-transform: uppercase;
}

.p-title.ethnicity {
  margin-bottom: 80px;
  border-top-color: #b5111b;
  color: #b5111b;
}

.p-title.leadership-bov {
  margin-bottom: 60px;
  padding-top: 30px;
  border-top-color: #b50e1a;
  color: #b50e1a;
  font-size: 1.4em;
  line-height: 1.7em;
  font-weight: 600;
}

.p-title.leadership-council {
  margin-bottom: 80px;
  border-top-color: #b50e1a;
  color: #b50e1a;
  font-size: 2em;
  font-weight: 500;
}

.p-title.leadership-alumni {
  margin-bottom: 80px;
  border-top-color: #b50e1a;
  color: #b50e1a;
  font-size: 2em;
  font-weight: 600;
}

.numbers-title-year {
  font-weight: 500;
}

.page-content-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-content-parent.ethnicity {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Archer, sans-serif;
}

.page-content-parent.leadership-bov {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.numbers-item {
  width: 33%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Archer, sans-serif;
  color: #fff;
  font-size: 100%;
}

.number-label {
  display: block;
  width: 80%;
  font-size: 2em;
  line-height: 1.2em;
  text-align: center;
}

.text-block {
  text-align: center;
}

.number {
  display: block;
  margin-bottom: 45px;
  font-size: 6.5em;
  font-weight: 700;
  text-align: center;
}

.pbtn {
  padding: 15px 20px;
  background-color: #e0e0e0;
  font-family: Archer, sans-serif;
  color: #b50e1a;
  font-size: 1.5em;
}

.page-section.numbers {
  background-color: #b50e1a;
  font-size: 100%;
}

.page-section.ethnicity {
  background-color: #fff;
}

.ethnicity-stat {
  display: block;
}

.ethnicity-stat.race {
  margin-bottom: 10px;
  color: #000;
  font-size: 2em;
  font-weight: 600;
}

.ethnicity-stat.numb {
  color: #b50e1a;
  font-size: 3em;
  font-weight: 700;
}

.ethnicity-item {
  margin-bottom: 60px;
}

.page-left {
  width: 30%;
  padding-right: 30px;
}
.page-left.burnford {
  width: 80%;
  padding-right: 0;
  margin: 0 auto;
}

.page-left.ctr-eqty {
  padding-right: 40px;
}

.page-left.ctr-undergrad {
  padding-right: 40px;
}

.page-left.ctr-upward {
  padding-right: 40px;
}

.page-left.ctr-catholic {
  padding-right: 25px;
}

.message.dean {
  width: 70%;
  padding-left: 20px;
  text-align: left;
}
.message.thomas {
  width: 70%;
  padding-left: 20px;
  text-align: left;
}

.message.right {
  width: 70%;
  text-align: left;
}

.msg-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 2px solid #b50e1a;
  font-family: Archer, sans-serif;
  color: #b50e1a;
}

.msg-title.bottom-border {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  border-bottom: 2px solid #b50e1a;
  border-top-style: none;
}

.msg-p {
  margin-bottom: 30px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.msg-p.page-quote-inline {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #b50e1a;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 700;
}

.msg-p.grants-main-item {
  margin-bottom: 0px;
}

.msg-p.grants-second-item {
  margin-bottom: 0px;
  padding-left: 20px;
}

.msg-p.grants-third-item {
  margin-bottom: 0px;
  padding-left: 40px;
  font-style: italic;
}

.msg-p.grants-third-item.last {
  margin-bottom: 30px;
}

.page-hero.ctr-equity {
  height: 30em;
  background-image: url('../images/page-equity-hero.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero.ctr-undergrad {
  height: 30em;
  background-image: url('../images/page-undergrad-hero.jpg');
  background-position: 50% -72px;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero.ctr-upward {
  height: 30em;
  background-image: url('../images/page-upward-hero.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero.ctr-catholic {
  height: 30em;
  background-image: url('../images/page-catholic-hero.jpg');
  background-position: 50% -95px;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero.com-salon {
  height: 30em;
  background-image: url('../images/community-hero-p-2000.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero.com-soe {
  height: 30em;
  background-image: url('../images/soe-award-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero.com-summit {
  height: 30em;
  background-image: url('../images/comm-summit.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero.com-impact {
  height: 30em;
  background-image: url('../images/comm-impact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-right-subhead {
  font-family: Archer, sans-serif;
}

.page-link {
  color: #b50e1a;
}

.page-left-image-container {
  overflow: hidden;
}

.page-list {
  padding-left: 20px;
}

.page-list-item {
  margin-bottom: 30px;
  padding-left: 10px;
  font-size: 1.3em;
  line-height: 1.5em;
}

.page-inline-link {
  color: #b50e1a;
  font-weight: 700;
}

.alumn-short-section {
  height: 100vh;
  background-color: #00aeef;
}

.page-inline-quote-byline {
  display: inline-block;
  margin-top: 20px;
  font-size: 1em;
  font-weight: 400;
}

.div-block-2 {
  width: 25%;
}

.leadership-content-item {
  width: 25%;
  margin-bottom: 20px;
  font-size: 1.1em;
  text-align: left;
}

.leadership-item-1 {
  margin-bottom: 0px;
}

.leadership-item-1.council {
  margin-bottom: 10px;
  font-size: 1.4em;
}

.leadership-item-1.council.exofficio {
  font-family: Archer, sans-serif;
  color: #b50e1a;
  font-size: 2em;
}

.leadership-item-2 {
  margin-bottom: 0px;
  font-style: italic;
}

.leadership-item-3.council {
  margin-bottom: 0px;
  font-size: 1.2em;
}

.bov-items {
  margin-bottom: 30px;
}

.bov-items.exofficio {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .section-container {
    width: 100%;
  }
  .partners-content-alpha {
    width: 100%;
    height: 25em;
    border-radius: 0em;
    display: block;
    background-color: transparent;
    background-image: url('../images/hero-partners.jpg');
    background-position: 50% 50%;
    background-size: 85%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 991px) {
  .impact-report-container {
    display: none !important;
  }
  .impact-report-cont {
    display: inline-block;
    position: fixed;
    top: 140px;
    left: -20px;
    z-index: 1500;
    width: 300px;
    }
    .impact-report-cont .year {
      color: #ffffff !important;
      border-right-color: #ffffff !important;
    }
    .impact-report-cont .impact-title {
      color: #ffffff !important;
    }
  .section.home {
    height: 50vh;
    margin-top: 60px;
    background-position: 50% 0px;
    background-size: 110%;
    margin-top: 60px;
  }
  .section.partners {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: none;
  }
  .section-container.home {
    width: 100%;
  }
  .section-container.numbers {
    width: 100%;
    margin-bottom: -20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-container.dean {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .section-container.thomas {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .section-container.partners {
    width: 100%;
    height: auto;
    min-height: 550px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-container.elevate {
    width: 100%;
    margin-bottom: -20px;
    padding-right: 20px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section-container.community {
    width: 100%;
    min-height: 710px;
    padding-top: 80px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .section-container.alumni {
    width: 100%;
    min-height: 450px;
    padding-top: 80px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-container.faculty {
    width: 100%;
    min-height: 280px;
    padding-top: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-container.leadership {
    width: 100%;
  }
  .section-container.dev {
    width: 100%;
  }
  .home-section-title {
    top: 100px;
  }
  .home-section-logo {
    bottom: 100px;
    width: 15%;
  }
  .btn.circle.red.responsive-num-btn {
    width: 49%;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 0em;
    font-size: 1.2em;
  }
  .btn.circle.red.responsive-part-btn {
    width: 32%;
    height: 50px;
    border-radius: 0em;
    font-size: 0.8em;
  }
  .btn.circle.red.responsive-part-btn.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8em;
  }
  .btn.circle.red.responsive-elev-btn {
    width: 60%;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 0em;
    font-size: 1.1em;
  }
  .btn.gray {
    height: 80px;
  }
  .community-link {
    width: 280px;
    height: 280px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .community-link-content-container.summit {
    position: relative;
    right: 0px;
  }
  .community-link-content-container.soe {
    position: relative;
    top: 0px;
    right: 0px;
  }
  .community-link-content-container.impact {
    position: relative;
    top: 0px;
  }
  .community-link-content-container.salon {
    position: relative;
    right: 0px;
  }
  .partners-btn-container {
    display: none;
  }
  .alumni-link-content-container.waters {
    position: relative;
    right: 0px;
  }
  .alumni-link-content-container.garcia {
    position: relative;
    top: 0px;
    right: 0px;
  }
  .alumni-link-content-container.valdez {
    position: relative;
  }
  .faculty-link-content-container.drarder {
    position: relative;
    right: 0px;
  }
  .faculty-link-content-container.morthel {
    position: relative;
  }
  .faculty-link-content-container.mccarthy {
    position: relative;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .faculty-link-drader-image {
    background-position: 50% 50%;
    background-size: cover;
  }
  .faculty-link {
    width: 15em;
    height: 15em;
  }
  .text-span {
    font-size: 0.6em;
  }
  .partner-title-container {
    position: absolute;
    left: 0px;
    top: 6px;
    right: 0px;
  }
  .image {
    margin-bottom: 10px;
  }
  .dean-content.seal {
    left: auto;
    top: auto;
    right: 140px;
    bottom: 0px;
    display: block;
  }
  .dean-content.msg {
    display: none;
  }
  .dean-content.img {
    width: 40%;
    padding-right: 30px;
  }
  .dean-content.txt {
    display: block;
    width: 60%;
  }
  .thomas-content.seal {
    left: auto;
    top: auto;
    right: 140px;
    bottom: 0px;
    display: block;
  }
  .thomas-content.msg {
    display: none;
  }
  .thomas-content.img {
    width: 40%;
    padding-right: 30px;
  }
  .thomas-content.txt {
    display: block;
    width: 60%;
  }
  .image-3 {
    width: 100%;
  }
  .dean-msg-title-container {
    margin-top: 0px;
  }
  .thomas-msg-title-container {
    margin-top: 0px;
  }
  .paragraph {
    font-size: 1.6em;
    line-height: 1.3em;
  }
  .partners-content-container.alpha {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    margin: 80px auto 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .partners-content-alpha {
    width: 100%;
    height: 25em;
    border-radius: 0em;
  }
  .partners-content-beta {
    width: 100%;
    height: auto;
    border-radius: 0em;
  }
  .partners-content-delta {
    width: 100%;
    height: auto;
    border-radius: 0em;
  }
  .partners-content-epsilon {
    width: 100%;
    height: auto;
    border-radius: 0em;
  }
  .partners-content-cir-btn.red {
    display: block;
    margin-bottom: 20px;
  }
  .elevate-content-alpha {
    top: 80px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: 28em;
    background-position: 82% 50%;
  }
  .elevate-section-title {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70%;
    margin-right: 0px;
  }
  .elevate-content-beta {
    position: absolute;
    top: 70px;
    right: 0px;
    bottom: auto;
    display: none;
    width: 100%;
    height: 29em;
    border-radius: 0em;
  }
  .quote-img {
    display: none;
  }
  .section-title {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-top: 30px;
    text-align: center;
  }
  .alumni-quote {
    left: 15%;
    bottom: 20px;
    width: 80%;
  }
  .italic-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
  }
  .social-block {
    width: 100%;
    text-align: center;
  }
  .social-link {
    padding-left: 0px;
  }
  .navigation-container {
    z-index: 30;
    width: 100%;
    color: transparent;
  }
  .sticky-nav {
    position: relative;
    z-index: 50;
  }
  .menu-button {
    z-index: 100;
  }
  .mobile-menu {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #1d1d1d;
  }
  .nav-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #3a3a3a;
    border-right-style: none;
  }
  .navbar {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    border-bottom: 4px solid #ffffff;
    border-top: none;
    position: fixed;
  }
  .menu-button-2 {
    background-color: #990912;
    color: #fff;
  }
  .menu-button-2.w--open {
    background-color: #5c080d;
  }
  .page-container {
    width: 100%;
  }
  .page-container.com-salon {
    height: auto;
  }
  .page-container.com-summit {
    height: auto;
  }
  .page-container.fac-darder {
    height: auto;
  }
  .p-title {
    margin-bottom: 90px;
  }
  .p-title.leadership-bov {
    margin-bottom: 30px;
  }
  .p-title.leadership-council {
    margin-bottom: 60px;
  }
  .p-title.leadership-alumni {
    margin-bottom: 60px;
  }
  .page-content-parent {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .number-label {
    width: 100%;
    font-size: 1.9em;
  }
  .number {
    margin-bottom: 20px;
    font-size: 4.5em;
  }
  .page-left {
    padding-right: 20px;
  }
  .page-hero.ctr-equity {
    height: 20em;
  }
  .page-hero.ctr-undergrad {
    height: 20em;
  }
  .page-hero.ctr-upward {
    height: 20em;
  }
  .page-hero.ctr-catholic {
    height: 20em;
  }
  .page-hero.com-soe {
    height: 20em;
  }
  .page-hero.com-summit {
    height: 20em;
    background-position: 100% 50%;
  }
  .page-hero.com-impact {
    height: 20em;
  }
  .leadership-content-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .section.home {
    height: 100vh;
    background-position: 56% 50%;
    background-size: cover;
  }
  .section.partners {
    background-position: 50% 49%;
    background-size: 200%;
  }
  .section-container.numbers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-container.partners {
    min-height: 500px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-container.elevate {
    padding-right: 0px;
  }
  .section-container.community {
    min-height: 610px;
    padding-top: 80px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .section-container.alumni {
    min-height: 620px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-container.faculty {
    min-height: 620px;
    padding-top: 80px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .section-container.leadership {
    min-height: 380px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-container.dev {
    height: 560px;
    min-height: 540px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-section-title {
    left: 0px;
    top: 0px;
  }
  .home-section-logo {
    left: auto;
    right: 0px;
    bottom: 40px;
    width: 20%;
  }
  .btn.circle.red.responsive-part-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn.circle.red.responsive-elev-btn {
    width: 100%;
    height: 70px;
  }
  .btn.gray {
    width: 50%;
  }
  .community-link {
    width: 250px;
    height: 250px;
  }
  .alumni-link {
    width: 250px;
    height: 250px;
  }
  .dean-content.seal {
    right: 100px;
    width: 100px;
    height: 100px;
  }
  .dean-content.img {
    width: 50%;
  }
  .dean-content.txt {
    width: 50%;
  }
  .dean-msg-title-container {
    margin-bottom: 20px;
  }

  .thomas-content.seal {
    right: 100px;
    width: 100px;
    height: 100px;
  }
  .thomas-content.img {
    width: 50%;
  }
  .thomas-content.txt {
    width: 50%;
  }
  .thomas-msg-title-container {
    margin-bottom: 20px;
  }

  .paragraph {
    font-size: 1.2em;
  }
  .partners-content-container.alpha {
    position: static;
    top: 77px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .partners-content-alpha {
    height: 21em;
  }
  .partners-content-delta {
    height: auto;
  }
  .elevate-content-alpha {
    top: 70px;
    height: 27em;
  }
  .elevate-section-title {
    width: 100%;
  }
  .elevate-content-beta {
    height: 27em;
    margin-bottom: 20px;
  }
  .elevate-content-beta-hero {
    height: 13em;
  }
  .elevate-content-alpha-sm {
    display: none;
  }
  .alumni-quote {
    display: none;
  }
  .section-title-text {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .italic-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
  }
  .social-block {
    width: 100%;
    font-size: 1.3em;
    line-height: 1.7em;
  }
  .social-link {
    padding-left: 0px;
  }
  .page-container.deans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-container.thomas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-container.equity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-container.undergrad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-container.ctr-upward {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-container.ctr-catholic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-container.com-salon {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-container.com-soe {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-container.com-summit {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-container.com-impact {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-container.alumn-waters {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-container.fac-darder {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-container.dev-fund {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-container.dev-sponsored {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-container.dev-grants {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-container.leadership-bov {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-container.leadership-council {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-container.leadership-alumni-board {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-title {
    margin-bottom: 80px;
  }
  .p-title.leadership-bov {
    margin-bottom: 40px;
    line-height: 1.7em;
  }
  .p-title.leadership-council {
    margin-bottom: 40px;
  }
  .page-content-parent {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-content-parent.leadership-bov {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .numbers-item {
    width: 46%;
  }
  .number-label {
    width: 100%;
  }
  .number {
    margin-bottom: 20px;
    font-size: 4em;
    padding: 20px 0;
  }
  .page-left {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
  }
  .page-left.ctr-eqty {
    display: none;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .page-left.ctr-undergrad {
    display: none;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .page-left.ctr-upward {
    display: none;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .page-left.ctr-catholic {
    display: none;
  }
  .page-left.com-salon {
    padding-right: 20px;
  }
  .message.dean {
    width: 100%;
    padding-left: 0px;
  }
  .message.thomas {
    width: 100%;
    padding-left: 0px;
  }
  .message.right {
    width: 100%;
  }
  .msg-title {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  .page-hero.ctr-catholic {
    background-position: 0px -43px;
  }
  .page-hero.com-salon {
    display: none;
  }
  .page-hero.com-soe {
    display: none;
  }
  .page-hero.com-summit {
    display: none;
  }
  .page-hero.com-impact {
    display: none;
  }
  .leadership-content-item {
    padding-right: 20px;
  }
}

@media (max-width: 479px) {
  .section.home {
    height: 100vh;
    background-position: 50% 50%;
    background-size: cover;
  }
  .section.numbers {
    background-position: 50% -133px;
    background-size: cover;
  }
  .section.partners {
    background-position: 50% -54px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section.elevate {
    background-position: -146px 50%;
    background-size: 400%;
  }
  .section-container.numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section-container.dean {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .section-container.thomas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .section-container.partners {
    min-height: 400px;
    margin-bottom: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-container.elevate {
    height: 740px;
    padding-right: 0px;
  }
  .section-container.community {
    padding-top: 80px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .section-container.alumni {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .section-container.faculty {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .section-container.leadership {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .home-section-title {
    top: 163px;
    width: 75%;
  }
  .home-section-logo {
    left: auto;
    right: 0px;
    bottom: 40px;
    width: 40%;
  }
  .btn.circle.red.responsive-num-btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .btn.circle.red.responsive-part-btn {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
  }
  .btn.circle.red.responsive-part-btn.hide {
    height: 50px;
  }
  .btn.circle.red.responsive-elev-btn {
    width: 100%;
  }
  .btn.gray {
    width: 100%;
  }
  .community-link-content-container.summit {
    margin-bottom: 20px;
  }
  .community-link-content-container.soe {
    margin-bottom: 20px;
  }
  .community-link-content-container.impact {
    margin-bottom: 20px;
  }
  .alumni-link-content-container.waters {
    margin-bottom: 20px;
  }
  .alumni-link-content-container.garcia {
    margin-bottom: 20px;
  }
  .faculty-link-content-container.drarder {
    margin-bottom: 20px;
  }
  .faculty-link-content-container.morthel {
    margin-bottom: 20px;
  }
  .partner-title-container {
    top: 0px;
  }
  .dean-content.seal {
    position: absolute;
    left: 50%;
    right: 0px;
    bottom: 0px;
    width: 200px;
    height: 200px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .dean-content.img {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .dean-content.txt {
    width: 100%;
  }
  .dean-msg-title-container {
    margin-bottom: 10px;
  }
  .dean-msg-byline {
    margin-bottom: 20px;
    padding-bottom: 200px;
  }



  .thomas-content.seal {
    position: absolute;
    left: 50%;
    right: 0px;
    bottom: 0px;
    width: 200px;
    height: 200px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .thomas-content.img {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .thomas-content.txt {
    width: 100%;
    font-family: archer;
  }
  .thomas-msg-title-container {
    margin-bottom: 10px;
  }
  .thomas-msg-byline {
    margin-bottom: 20px;
    padding-bottom: 200px;
  }

  .paragraph {
    font-size: 1.5em;
    text-align: left;
  }
  .partners-content-container.alpha {
    top: 43px;
  }
  .partners-content-alpha {
    height: 10em;
  }
  .partners-content-cir-btn.red {
    width: 80%;
  }
  .elevate-content-alpha {
    display: none;
    background-position: 50% 50%;
    background-size: auto;
  }
  .elevate-section-title {
    height: 38px;
  }
  .image-4 {
    display: block;
    max-width: auto;
  }
  .elevate-content-beta {
    top: 50px;
    display: block;
    height: 30em;
  }
  .elevate-content-beta-hero {
    height: 11em;
  }
  .elevate-content-alpha-sm {
    position: absolute;
    top: 50px;
    right: 0px;
    display: none;
    width: 100%;
    height: 28em;
  }
  .section-title {
    font-size: 1.6em;
  }
  .social-block {
    width: 100%;
  }
  .page-container.deans {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-container.thomas {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-container.equity {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page-container.undergrad {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-container.ctr-upward {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-container.ctr-catholic {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-container.com-salon {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-container.com-soe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-container.com-summit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-container.com-impact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-container.alumn-waters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-title.ethnicity {
    margin-bottom: 50px;
  }
  .p-title.leadership-alumni {
    margin-bottom: 40px;
  }
  .numbers-item {
    width: 100%;
  }
  .number-label {
    width: 100%;
  }
  .number {
    margin-bottom: 20px;
    display: inline-block;
    height: 30px !important;
  }
  .pbtn {
    position: relative;
    /*left: 50%;*/
    margin-top: 20px;
    /*-webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);*/
  }
  .pbtn.bov {
    position: relative;
    left: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .ethnicity-stat.race {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .ethnicity-stat.numb {
    font-size: 3em;
  }
  .ethnicity-item {
    margin-bottom: 40px;
  }
  .page-left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .page-left.ctr-eqty {
    width: 100%;
  }
  .page-left.ctr-undergrad {
    width: 100%;
  }
  .page-left.ctr-upward {
    width: 100%;
  }
  .page-left.com-salon {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .msg-title {
    font-size: 1.5em;
  }
  .page-hero.ctr-undergrad {
    background-position: -116px -16px;
    background-size: 180%;
  }
  .page-hero.ctr-catholic {
    background-position: 50% 100%;
  }
  .leadership-content-item {
    width: 100%;
  }
}

@font-face {
  font-family: 'Archer';
  src: url('../fonts/Archer-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Archer';
  src: url('../fonts/Archer-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../fonts/Archer-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../fonts/Archer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
