/*The following section (up to "END"), was made for the 2-person showing that we need for various roles.*/
/* turn the repeater into a flex/grid hybrid */
.u-list-5 .u-repeater-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 0.75rem;
}

.u-list-5 {
  margin-bottom: 2rem;
}

/* make each card occupy ~25% on desktop, full width on mobile */
.u-list-5 .u-list-item {
  flex: 1 1 calc(25% - 1rem);
  max-width: calc(25% - 1rem);
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .u-list-5 .u-list-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* only affects the first u-list under u-text-25 */
.u-text-25 + .u-list.u-list-5 .u-repeater-5 {
  gap: 0.5rem;
}

/* 2) Decrease the space between each card */
.u-list-25 .u-repeater-5 {
  display: flex;
  flex-wrap: wrap; /* ensures wrapping on smaller viewports */
  gap: 0.5rem; /* shrink this to tighten cards */
  justify-content: center;
}

/*END*/

.u-section-1 {
  background-image: linear-gradient(0deg, rgba(10, 48, 84, 0.75), rgba(10, 48, 84, 0.75)),
    url("images/20220205_080557510_iOS.jpg");
  background-position: 50% 50%;
}

.u-section-1 .u-sheet-1 {
  min-height: 1054px;
}

.u-section-1 .u-text-1 {
  font-size: 1.5rem;
  margin: 51px auto 0;
}

.u-section-1 .u-text-2 {
  width: 560px;
  margin: 7px auto 0;
}

.u-section-1 .u-line-1 {
  width: 912px;
  margin: 43px auto 0;
}

.u-section-1 .u-group-1 {
  width: 575px;
  min-height: 256px;
  height: auto;
  margin: 60px auto 0;
}

.u-section-1 .u-container-layout-1 {
  padding: 21px 30px;
}

.u-section-1 .u-text-3 {
  font-size: 1.5rem;
  margin: 0 auto 0 99px;
}

.u-section-1 .u-text-4 {
  font-size: 1rem;
  margin: 13px 0 0;
}

.u-section-1 .u-list-1 {
  grid-template-rows: auto;
  width: 393px;
  margin: 60px auto 59px;
}

.u-section-1 .u-repeater-1 {
  grid-template-columns: calc(50% - 4px) calc(50% - 4px);
  min-height: 341px;
  grid-gap: 8px 8px;
}

.u-section-1 .u-container-layout-2 {
  padding: 0;
}

.u-section-1 .u-image-1 {
  height: 255px;
  margin-top: 0;
  margin-bottom: 0;
  filter: brightness(0.9);
}

.u-section-1 .u-text-5 {
  font-size: 1.125rem;
  margin: 13px 0 0;
}

.u-section-1 .u-text-6 {
  font-size: 0.875rem;
  margin: 0;
}

.u-section-1 .u-text-7 {
  margin: 0;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  padding: 0;
}

.u-section-1 .u-container-layout-3 {
  padding: 0;
}

.u-section-1 .u-image-2 {
  height: 255px;
  margin-top: 0;
  margin-bottom: 0;
  filter: brightness(0.9);
}

.u-section-1 .u-text-8 {
  font-size: 1.125rem;
  margin: 13px 0 0;
}

.u-section-1 .u-text-9 {
  font-size: 0.875rem;
  margin: 0;
}

.u-section-1 .u-text-10 {
  margin: 0;
}

.u-section-1 .u-btn-2 {
  background-image: none;
  padding: 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 973px;
  }

  .u-section-1 .u-group-1 {
    height: auto;
  }

  .u-section-1 .u-image-1 {
    height: 254px;
  }

  .u-section-1 .u-image-2 {
    height: 254px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1038px;
  }

  .u-section-1 .u-text-2 {
    margin-top: 0;
  }

  .u-section-1 .u-line-1 {
    width: 720px;
    margin-top: 50px;
  }

  .u-section-1 .u-text-4 {
    width: auto;
  }

  .u-section-1 .u-list-1 {
    width: 369px;
    margin-top: 51px;
  }

  .u-section-1 .u-repeater-1 {
    min-height: 333px;
  }

  .u-section-1 .u-image-1 {
    height: 256px;
  }

  .u-section-1 .u-text-5 {
    width: auto;
  }

  .u-section-1 .u-image-2 {
    height: 256px;
  }

  .u-section-1 .u-text-8 {
    width: auto;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1571px;
  }

  .u-section-1 .u-text-2 {
    width: 540px;
  }

  .u-section-1 .u-line-1 {
    width: 540px;
  }

  .u-section-1 .u-group-1 {
    width: 540px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-list-1 {
    width: 244px;
    margin-top: 69px;
  }

  .u-section-1 .u-repeater-1 {
    grid-template-columns: 100%;
    min-height: 804px;
  }

  .u-section-1 .u-image-1 {
    height: 324px;
  }

  .u-section-1 .u-text-5 {
    margin-top: 22px;
  }

  .u-section-1 .u-text-6 {
    width: auto;
  }

  .u-section-1 .u-image-2 {
    height: 324px;
  }

  .u-section-1 .u-text-8 {
    margin-top: 22px;
  }

  .u-section-1 .u-text-9 {
    width: auto;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1761px;
  }

  .u-section-1 .u-text-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-text-2 {
    width: 340px;
  }

  .u-section-1 .u-line-1 {
    width: 340px;
  }

  .u-section-1 .u-group-1 {
    width: 340px;
    min-height: 382px;
  }

  .u-section-1 .u-text-3 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-list-1 {
    width: 254px;
    margin-bottom: 28px;
  }

  .u-section-1 .u-repeater-1 {
    min-height: 813px;
  }

  .u-section-1 .u-image-1 {
    height: 344px;
  }

  .u-section-1 .u-image-2 {
    height: 344px;
  }
}
.u-section-2 .u-sheet-1 {
  min-height: 460px;
}

.u-section-2 .u-image-1 {
  width: 743px;
  height: 380px;
  object-position: 50% 100%;
  filter: brightness(0.9);
  margin: 40px auto;
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 448px;
  }

  .u-section-2 .u-image-1 {
    width: 720px;
    height: 368px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 356px;
  }

  .u-section-2 .u-image-1 {
    width: 540px;
    height: 276px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 254px;
  }

  .u-section-2 .u-image-1 {
    width: 340px;
    height: 174px;
  }
}
.u-section-3 .u-sheet-1 {
  min-height: 1864px;
}

.u-section-3 .u-text-1 {
  font-size: 1.5rem;
  width: 379px;
  margin: 17px auto 0;
}

.u-section-3 .u-list-1 {
  grid-template-rows: auto;
  width: 781px;
  height: auto;
  margin: 13px auto 0;
}

.u-section-3 .u-repeater-1 {
  grid-template-columns: calc(25% - 6px) calc(25% - 6px) calc(25% - 6px) calc(25% - 6px);
  min-height: 400px;
  grid-gap: 8px 8px;
}

/*The following repeater is used to make the second column for the committee presidents, excluding the space used for the emails. The only change is a slight decrease in the minimun height these will have.*/
.u-section-3 .u-repeater-1-5 {
  grid-template-columns: calc(25% - 6px) calc(25% - 6px) calc(25% - 6px) calc(25% - 6px);
  min-height: 366px;
  grid-gap: 8px 8px;
}

.u-section-3 .u-container-layout-1 {
  padding: 0;
}

.u-section-3 .u-image-1 {
  height: 268px;
  margin-top: 0;
  margin-bottom: 0;
  object-position: 43.17% 50%;
  filter: brightness(0.9);
}

.u-section-3 .u-text-2 {
  font-size: 1.125rem;
  margin: 13px 0 0;
}

.u-section-3 .u-text-3 {
  font-size: 0.875rem;
  margin: 15px 0 0;
}

.u-section-3 .u-text-4 {
  margin: 0;
}

.u-section-3 .u-btn-1 {
  background-image: none;
  padding: 0;
}

.u-section-3 .u-container-layout-2 {
  padding: 0;
}

.u-section-3 .u-image-2 {
  height: 268px;
  margin-top: 0;
  margin-bottom: 0;
  filter: brightness(0.9);
}

.u-section-3 .u-text-5 {
  font-size: 1.125rem;
  margin: 13px 0 0;
}

.u-section-3 .u-text-6 {
  font-size: 0.875rem;
  margin: 15px 0 0;
}

.u-section-3 .u-text-7 {
  margin: 0;
}

.u-section-3 .u-btn-2 {
  background-image: none;
  padding: 0;
}

.u-section-3 .u-container-layout-3 {
  padding: 0;
}

.u-section-3 .u-image-3 {
  height: 268px;
  margin-top: 0;
  margin-bottom: 0;
  filter: brightness(0.9);
}

.u-section-3 .u-text-8 {
  font-size: 1.125rem;
  margin: 13px 0 0;
}

.u-section-3 .u-text-9 {
  font-size: 0.875rem;
  margin: 15px 0 0;
}

.u-section-3 .u-text-10 {
  margin: 0;
}

.u-section-3 .u-btn-3 {
  background-image: none;
  padding: 0;
}

.u-section-3 .u-container-layout-4 {
  padding: 0;
}

.u-section-3 .u-image-4 {
  height: 268px;
  margin-top: 0;
  margin-bottom: 0;
  filter: brightness(0.9);
}

.u-section-3 .u-text-11 {
  font-size: 1.125rem;
  margin: 13px 0 0;
}

.u-section-3 .u-text-12 {
  font-size: 0.875rem;
  margin: 15px 0 0;
}

.u-section-3 .u-text-13 {
  margin: 0;
}

.u-section-3 .u-btn-4 {
  background-image: none;
  padding: 0;
}

.u-section-3 .u-text-14 {
  font-size: 1.5rem;
  width: 379px;
  margin: 56px auto 0;
}

.u-section-3 .u-list-2 {
  grid-template-rows: auto;
  width: 1042px;
  margin: 13px auto 0;
}

.u-section-3 .u-repeater-2 {
  grid-template-columns: calc(20% - 6.4px) calc(20% - 6.4px) calc(20% - 6.4px) calc(20% - 6.4px) calc(20% - 6.4px);
  min-height: 379px;
  grid-gap: 8px 8px;
}

.u-section-3 .u-container-layout-5 {
  padding: 0;
}

.u-section-3 .u-image-5 {
  height: 268px;
  margin-top: 0;
  margin-bottom: 0;
  filter: brightness(0.9);
}

.u-section-3 .u-text-15 {
  font-size: 1.125rem;
  margin: 20px 0 0;
}

.u-section-3 .u-text-16 {
  font-size: 0.875rem;
  margin: 2px 0 0;
}

.u-section-3 .u-container-layout-6 {
  padding: 0;
}

.u-section-3 .u-image-6 {
  height: 268px;
  margin-top: 0;
  margin-bottom: 0;
  filter: brightness(0.9);
}

.u-section-3 .u-text-17 {
  font-size: 1.125rem;
  margin: 20px 0 0;
}

.u-section-3 .u-text-18 {
  font-size: 0.875rem;
  margin: 2px 0 0;
}

.u-section-3 .u-container-layout-7 {
  padding: 0;
}

.u-section-3 .u-image-7 {
  height: 268px;
  margin-top: 0;
  margin-bottom: 0;
  filter: brightness(0.9);
}

.u-section-3 .u-text-19 {
  font-size: 1.125rem;
  margin: 20px 0 0;
}

.u-section-3 .u-text-20 {
  font-size: 0.875rem;
  margin: 2px 0 0;
}

.u-section-3 .u-container-layout-8 {
  padding: 0;
}

.u-section-3 .u-image-8 {
  height: 268px;
  margin-top: 0;
  margin-bottom: 0;
  object-position: 44.76% 50%;
  filter: brightness(0.9);
}

.u-section-3 .u-text-21 {
  font-size: 1.125rem;
  margin: 20px 0 0;
}

.u-section-3 .u-text-22 {
  font-size: 0.875rem;
  margin: 2px 0 0;
}

.u-section-3 .u-container-layout-9 {
  padding: 0;
}

.u-section-3 .u-image-9 {
  height: 268px;
  margin-top: 0;
  margin-bottom: 0;
  object-position: 44.76% 50%;
  filter: brightness(0.9);
}

.u-section-3 .u-text-23 {
  font-size: 1.125rem;
  margin: 20px 0 0;
}

.u-section-3 .u-text-24 {
  font-size: 0.875rem;
  margin: 2px 0 0;
}

.u-section-3 .u-text-25 {
  font-size: 1.5rem;
  width: 379px;
  margin: 35px auto 0;
}

.u-section-3 .u-list-3 {
  grid-template-rows: auto;
  width: 584px;
  margin: 13px auto 0;
}

.u-section-3 .u-repeater-3 {
  grid-template-columns: calc(33.3333% - 5.33333px) calc(33.3333% - 5.33333px) calc(33.3333% - 5.33333px);
  min-height: 366px;
  grid-gap: 8px 8px;
}

.u-section-3 .u-container-layout-10 {
  padding: 0;
}

.u-section-3 .u-image-10 {
  /*height: 265px;*/

  height: 268px;
  margin-top: 0;
  margin-bottom: 0;
  object-position: 37.4% 50%;
  filter: brightness(0.9);
}

.u-section-3 .u-text-26 {
  font-size: 1.125rem;
  margin: 20px 0 0;
}

.u-section-3 .u-text-27 {
  font-size: 0.875rem;
  margin: 13px 0 0;
}

.u-section-3 .u-container-layout-11 {
  padding: 0;
}

.u-section-3 .u-image-11 {
  /*height: 265px;*/

  height: 268px;
  margin-top: 0;
  margin-bottom: 0;
  object-position: 56.58% 50%;
  filter: brightness(0.9);
}

.u-section-3 .u-text-28 {
  font-size: 1.125rem;
  margin: 20px 0 0;
}

.u-section-3 .u-text-29 {
  font-size: 0.875rem;
  margin: 13px 0 0;
}

.u-section-3 .u-container-layout-12 {
  padding: 0;
}

.u-section-3 .u-image-12 {
  /*height: 265px;*/

  height: 268px;
  margin-top: 0;
  margin-bottom: 0;
  object-position: 41.78% 50%;
  filter: brightness(0.9);
}

.u-section-3 .u-text-30 {
  font-size: 1.125rem;
  margin: 20px 0 0;
}

.u-section-3 .u-text-31 {
  font-size: 0.875rem;
  margin: 13px 0 0;
}

.u-section-3 .u-text-32 {
  font-size: 1.5rem;
  width: 379px;
  margin: 56px auto 0;
}

.u-section-3 .u-list-4 {
  grid-template-rows: auto;
  width: 621px;
  margin: 10px auto 44px;
}

.u-section-3 .u-repeater-4 {
  grid-template-columns: calc(33.3333% - 5.33333px) calc(33.3333% - 5.33333px) calc(33.3333% - 5.33333px);
  min-height: 358px;
  grid-gap: 8px 8px;
}

.u-section-3 .u-container-layout-13 {
  padding: 0 0 2px;
}

.u-section-3 .u-group-elements-1 {
  min-height: 345px;
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
}

.u-section-3 .u-image-13 {
  height: 268px;
  margin-top: 0;
  margin-bottom: 0;
  filter: brightness(0.9);
  object-position: 43.01% 50%;
}

.u-section-3 .u-text-33 {
  font-size: 1.125rem;
  margin: 31px 13px 0;
}

.u-section-3 .u-text-34 {
  font-size: 0.875rem;
  margin: 3px 13px 0;
}

.u-section-3 .u-container-layout-14 {
  padding: 0 0 2px;
}

.u-section-3 .u-group-elements-2 {
  min-height: 345px;
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
}

.u-section-3 .u-image-14 {
  height: 268px;
  margin-top: 0;
  margin-bottom: 0;
  object-position: 53% 50%;
  filter: brightness(0.9);
}

.u-section-3 .u-text-35 {
  font-size: 1.125rem;
  margin: 31px 13px 0;
}

.u-section-3 .u-text-36 {
  font-size: 0.875rem;
  margin: 3px 13px 0;
}

.u-section-3 .u-container-layout-15 {
  padding: 0 0 2px;
}

.u-section-3 .u-group-elements-3 {
  min-height: 345px;
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
}

.u-section-3 .u-image-15 {
  height: 268px;
  margin-top: 0;
  margin-bottom: 0;
  object-position: 49% 50%;
  filter: brightness(0.9);
}

.u-section-3 .u-text-37 {
  font-size: 1.125rem;
  margin: 31px 13px 0;
}

.u-section-3 .u-text-38 {
  font-size: 0.875rem;
  margin: 3px 13px 0;
}

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 2267px;
  }

  .u-section-3 .u-text-1 {
    margin-top: 37px;
  }

  .u-section-3 .u-list-1 {
    width: 899px;
    margin-top: 20px;
  }

  .u-section-3 .u-repeater-1 {
    min-height: 398px;
  }

  /*The following repeater is used to make the second column for the committee presidents, excluding the space used for the emails. The only change is a slight decrease in the minimun height these will have.*/
  .u-section-3 .u-repeater-1-5 {
    min-height: 360px;
  }

  .u-section-3 .u-image-1 {
    height: 281px;
  }

  .u-section-3 .u-text-3 {
    width: auto;
    margin-top: 0;
  }

  .u-section-3 .u-image-2 {
    height: 281px;
  }

  .u-section-3 .u-text-6 {
    width: auto;
    margin-top: 0;
  }

  .u-section-3 .u-image-3 {
    height: 281px;
  }

  .u-section-3 .u-text-9 {
    width: auto;
    margin-top: 0;
  }

  .u-section-3 .u-image-4 {
    height: 281px;
  }

  .u-section-3 .u-text-12 {
    width: auto;
    margin-top: 0;
  }

  .u-section-3 .u-text-14 {
    margin-top: 40px;
  }

  .u-section-3 .u-list-2 {
    width: 961px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .u-section-3 .u-repeater-2 {
    min-height: 370px;
  }

  .u-section-3 .u-image-5 {
    /*height: 242px;*/
    height: 281px;
  }

  .u-section-3 .u-image-6 {
    /*height: 242px;*/
    height: 281px;
  }

  .u-section-3 .u-image-7 {
    /*height: 242px;*/
    height: 281px;
  }

  .u-section-3 .u-image-8 {
    /*height: 242px;*/
    height: 281px;
  }

  .u-section-3 .u-image-9 {
    /*height: 242px;*/
    height: 281px;
  }

  .u-section-3 .u-image-10 {
    /*height: 242px;*/
    height: 281px;
  }

  .u-section-3 .u-image-11 {
    /*height: 242px;*/
    height: 281px;
  }

  .u-section-3 .u-image-12 {
    /*height: 242px;*/
    height: 281px;
  }

  .u-section-3 .u-image-13 {
    /*height: 242px;*/
    height: 281px;
  }

  .u-section-3 .u-image-14 {
    /*height: 242px;*/
    height: 281px;
  }

  .u-section-3 .u-image-15 {
    /*height: 242px;*/
    height: 281px;
  }

  .u-section-3 .u-text-25 {
    margin-top: 83px;
  }

  .u-section-3 .u-list-3 {
    width: 624px;
  }

  .u-section-3 .u-repeater-3 {
    min-height: 360px;
  }

  .u-section-3 .u-text-32 {
    margin-top: 65px;
  }

  .u-section-3 .u-list-4 {
    margin-bottom: 60px;
  }

  .u-section-3 .u-container-layout-13 {
    padding-bottom: 0;
  }

  .u-section-3 .u-image-13 {
    --animation-custom_in-translate_x: -200px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
  }

  .u-section-3 .u-container-layout-14 {
    padding-bottom: 0;
  }

  .u-section-3 .u-image-14 {
    --animation-custom_in-translate_x: -200px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
  }

  .u-section-3 .u-container-layout-15 {
    padding-bottom: 0;
  }

  .u-section-3 .u-image-15 {
    --animation-custom_in-translate_x: -200px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 3929px;
  }

  .u-section-3 .u-text-1 {
    width: auto;
    margin-right: 188px;
    margin-left: 153px;
  }

  .u-section-3 .u-list-1 {
    width: 474px;
    margin-top: 19px;
  }

  .u-section-3 .u-repeater-1 {
    grid-template-columns: calc(50% - 4px) calc(50% - 4px);
    min-height: 780px;
  }

  /*The following repeater is used to make the second column for the committee presidents, excluding the space used for the emails. The only change is a slight decrease in the minimun height these will have.*/
  .u-section-3 .u-repeater-1-5 {
    grid-template-columns: calc(50% - 4px) calc(50% - 4px);
    /*Not sure if this is the accurate value for this specific thing, but it follows repeater-3, which is the one who's height we are trying to copy*/
    min-height: 399px;
  }

  .u-section-3 .u-container-layout-2 {
    padding-bottom: 14px;
  }

  .u-section-3 .u-text-14 {
    margin-top: 33px;
  }

  .u-section-3 .u-list-2 {
    width: 413px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-3 .u-repeater-2 {
    grid-template-columns: calc(50% - 4px) calc(50% - 4px);
    min-height: 1078px;
  }

  .u-section-3 .u-image-2 {
    height: 309px;
  }

  .u-section-3 .u-image-5 {
    height: 309px;
  }

  .u-section-3 .u-image-6 {
    height: 309px;
  }

  .u-section-3 .u-image-7 {
    height: 309px;
  }

  .u-section-3 .u-image-8 {
    height: 309px;
  }

  .u-section-3 .u-image-9 {
    height: 309px;
  }

  .u-section-3 .u-list-3 {
    width: 586px;
    margin-left: 50px;
  }

  .u-section-3 .u-repeater-3 {
    min-height: 399px;
  }

  .u-section-3 .u-image-10 {
    /*height: 277px;*/
    height: 309px;
  }

  .u-section-3 .u-image-11 {
    /*height: 277px;*/
    height: 309px;
  }

  .u-section-3 .u-image-12 {
    /*height: 277px;*/
    height: 309px;
  }

  .u-section-3 .u-text-32 {
    width: auto;
    margin-top: 72px;
    margin-right: 188px;
    margin-left: 153px;
  }

  .u-section-3 .u-list-4 {
    width: 413px;
    height: auto;
    min-height: 388px;
    margin-left: 136px;
  }

  .u-section-3 .u-repeater-4 {
    grid-template-columns: calc(50% - 4px) calc(50% - 4px);
    min-height: 1096px;
  }

  .u-section-3 .u-group-elements-1 {
    min-height: 362px;
  }

  .u-section-3 .u-image-13 {
    /*height: 301px;*/
    height: 309px;
  }

  .u-section-3 .u-text-33 {
    width: auto;
    margin-top: 16px;
  }

  .u-section-3 .u-text-34 {
    width: auto;
    margin-top: 2px;
    margin-left: -19px;
    margin-right: -19px;
  }

  .u-section-3 .u-group-elements-2 {
    min-height: 362px;
  }

  .u-section-3 .u-image-14 {
    /*height: 301px;*/
    height: 309px;
  }

  .u-section-3 .u-text-35 {
    width: auto;
    margin-top: 16px;
  }

  .u-section-3 .u-text-36 {
    width: auto;
    margin-top: 2px;
    margin-left: -19px;
    margin-right: -19px;
  }

  .u-section-3 .u-group-elements-3 {
    min-height: 362px;
  }

  .u-section-3 .u-image-15 {
    /*height: 301px;*/
    height: 309px;
  }

  .u-section-3 .u-text-37 {
    width: auto;
    margin-top: 16px;
  }

  .u-section-3 .u-text-38 {
    width: auto;
    margin-top: 2px;
    margin-left: -19px;
    margin-right: -19px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 6239px;
  }

  .u-section-3 .u-text-1 {
    margin-left: 49px;
    margin-right: 49px;
  }

  .u-section-3 .u-list-1 {
    width: 205px;
  }

  .u-section-3 .u-repeater-1 {
    grid-template-columns: 100%;
    min-height: 1546px;
  }

  /*The following repeater is used to make the second column for the committee presidents, excluding the space used for the emails. The only change is a slight decrease in the minimun height these will have.*/
  .u-section-3 .u-repeater-1-5 {
    grid-template-columns: 100%;
    min-height: 1271px;
  }

  .u-section-3 .u-container-layout-2 {
    padding-bottom: 0;
  }

  .u-section-3 .u-list-2 {
    width: 205px;
  }

  .u-section-3 .u-repeater-2 {
    grid-template-columns: 100%;
    min-height: 1961px;
  }

  .u-section-3 .u-container-layout-5 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .u-section-3 .u-image-2 {
    height: 348px;
  }

  .u-section-3 .u-image-5 {
    height: 348px;
  }

  .u-section-3 .u-container-layout-6 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .u-section-3 .u-image-6 {
    height: 348px;
  }

  .u-section-3 .u-container-layout-7 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .u-section-3 .u-image-7 {
    height: 348px;
  }

  .u-section-3 .u-container-layout-8 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .u-section-3 .u-image-8 {
    height: 348px;
  }

  .u-section-3 .u-container-layout-9 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .u-section-3 .u-image-9 {
    height: 348px;
  }

  .u-section-3 .u-text-25 {
    margin-top: 69px;
  }

  .u-section-3 .u-list-3 {
    width: 205px;
    margin-top: 11px;
    margin-left: auto;
  }

  .u-section-3 .u-repeater-3 {
    min-height: 1271px;
    grid-template-columns: 100%;
  }

  .u-section-3 .u-image-10 {
    /*height: 304px;*/
    height: 348px;
  }

  .u-section-3 .u-image-11 {
    /*height: 304px;*/
    height: 348px;
  }

  .u-section-3 .u-image-12 {
    /*height: 304px;*/
    height: 348px;
  }

  .u-section-3 .u-image-13 {
    /*height: 304px;*/
    height: 348px;
  }

  .u-section-3 .u-image-14 {
    /*height: 304px;*/
    height: 348px;
  }

  .u-section-3 .u-image-15 {
    /*height: 304px;*/
    height: 348px;
  }

  .u-section-3 .u-text-32 {
    width: 379px;
    margin-top: 51px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-3 .u-list-4 {
    width: 205px;
    margin-top: 25px;
    margin-left: auto;
  }

  .u-section-3 .u-repeater-4 {
    grid-template-columns: 100%;
  }

  .u-section-3 .u-container-layout-13 {
    padding-bottom: 21px;
  }

  .u-section-3 .u-group-elements-1 {
    min-height: 356px;
  }

  .u-section-3 .u-text-33 {
    margin-top: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .u-section-3 .u-text-34 {
    margin-top: -2px;
    margin-left: 13px;
    margin-right: 13px;
  }

  .u-section-3 .u-container-layout-14 {
    padding-bottom: 21px;
  }

  .u-section-3 .u-group-elements-2 {
    min-height: 356px;
  }

  .u-section-3 .u-text-35 {
    margin-top: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .u-section-3 .u-text-36 {
    margin-top: -2px;
    margin-left: 13px;
    margin-right: 13px;
  }

  .u-section-3 .u-container-layout-15 {
    padding-bottom: 21px;
  }

  .u-section-3 .u-group-elements-3 {
    min-height: 356px;
  }

  .u-section-3 .u-text-37 {
    margin-top: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .u-section-3 .u-text-38 {
    margin-top: -2px;
    margin-left: 13px;
    margin-right: 13px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 7727px;
  }

  .u-section-3 .u-text-1 {
    margin-right: 0;
    margin-left: 19px;
  }

  .u-section-3 .u-list-1 {
    width: 267px;
  }

  .u-section-3 .u-container-layout-1 {
    padding-bottom: 10px;
  }

  .u-section-3 .u-image-1 {
    height: 349px;
  }

  .u-section-3 .u-text-2 {
    width: auto;
    margin-top: 12px;
  }

  .u-section-3 .u-text-4 {
    width: auto;
  }

  .u-section-3 .u-container-layout-2 {
    padding-bottom: 10px;
  }

  .u-section-3 .u-image-2 {
    height: 349px;
  }

  .u-section-3 .u-text-5 {
    width: auto;
    margin-top: 12px;
  }

  .u-section-3 .u-text-7 {
    width: auto;
  }

  .u-section-3 .u-container-layout-3 {
    padding-bottom: 10px;
  }

  .u-section-3 .u-image-3 {
    height: 349px;
  }

  .u-section-3 .u-text-8 {
    width: auto;
    margin-top: 12px;
  }

  .u-section-3 .u-text-10 {
    width: auto;
  }

  .u-section-3 .u-container-layout-4 {
    padding-bottom: 10px;
  }

  .u-section-3 .u-image-4 {
    height: 349px;
  }

  .u-section-3 .u-text-11 {
    width: auto;
    margin-top: 12px;
  }

  .u-section-3 .u-text-13 {
    width: auto;
  }

  .u-section-3 .u-text-14 {
    width: auto;
  }

  .u-section-3 .u-list-2 {
    width: 285px;
    margin-left: 19px;
  }

  .u-section-3 .u-repeater-2 {
    min-height: 2621px;
  }

  .u-section-3 .u-image-5 {
    /*height: 438px;*/
    height: 349px;
  }

  .u-section-3 .u-image-6 {
    /*height: 438px;*/
    height: 349px;
  }

  .u-section-3 .u-image-7 {
    /*height: 438px;*/
    height: 349px;
  }

  .u-section-3 .u-image-8 {
    /*height: 438px;*/
    height: 349px;
  }

  .u-section-3 .u-image-9 {
    /*height: 438px;*/
    height: 349px;
  }

  .u-section-3 .u-text-25 {
    width: 340px;
  }

  .u-section-3 .u-list-3 {
    width: 285px;
    margin-left: 19px;
  }

  .u-section-3 .u-repeater-3 {
    min-height: 1418px;
  }

  .u-section-3 .u-image-10 {
    /*height: 340px;*/
    height: 349px;
  }

  .u-section-3 .u-image-11 {
    /*height: 340px;*/
    height: 349px;
  }

  .u-section-3 .u-image-12 {
    /*height: 340px;*/
    height: 349px;
  }

  .u-section-3 .u-text-32 {
    width: auto;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-list-4 {
    width: 285px;
    margin-top: 19px;
    margin-left: 19px;
  }

  .u-section-3 .u-repeater-4 {
    min-height: 1384px;
  }

  .u-section-3 .u-group-elements-1 {
    min-height: 433px;
  }

  .u-section-3 .u-image-13 {
    /*height: 371px;*/
    height: 349px;
  }

  .u-section-3 .u-text-33 {
    margin-top: 16px;
  }

  .u-section-3 .u-text-34 {
    margin-top: 2px;
  }

  .u-section-3 .u-group-elements-2 {
    min-height: 433px;
  }

  .u-section-3 .u-image-14 {
    /*height: 371px;*/
    height: 349px;
  }

  .u-section-3 .u-text-35 {
    margin-top: 16px;
  }

  .u-section-3 .u-text-36 {
    margin-top: 2px;
  }

  .u-section-3 .u-group-elements-3 {
    min-height: 433px;
  }

  .u-section-3 .u-image-15 {
    /*height: 371px;*/
    height: 349px;
  }

  .u-section-3 .u-text-37 {
    margin-top: 16px;
  }

  .u-section-3 .u-text-38 {
    margin-top: 2px;
  }
}
