/* Reunion Schedule CSS */

/* tabs */
ul.tab-nav {
  width: 100%;
  list-style: none;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  padding: 0;
  margin: 0 auto 4em auto;
}

ul.tab-nav .tab {
  color: #bbb8b8;
  display: inline-block;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

ul.tab-nav li {
  background: none;
  padding: 1em;
  text-align: center;
  font: 18px "Akkurat Pro bold", Arial, sans-serif;
  border-bottom: 4px solid #4e2a84;
}

.tab-nav li.active,
.tab-nav li.active:hover {
  background: #4e2a84;
  color: #fff;
}

.tab-nav li:hover {
  cursor: pointer;
  color: #4e2a84;
}

/* content */
.tab-wrap {
  width: 100%;
  margin: 4em auto 0 auto;
  position: relative;
}

.tab-subcontent-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-auto-rows: minmax(auto, auto);
}

.tab-subcontent-campus-alive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(auto, auto);
}

#tabTarget-2 {
  display: flex;
}

a.back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  border: 2px solid #4e2a84;
  padding: 0.2em 0.8em;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

a.back-top:hover {
  text-decoration: none;
  background: #4e2a84;
  color: #fff;
}

.mob-br {
  display: none;
}

.mobile-hide {
  display: block;
}

/*grid positions*/
.onetwothree {
  /*only used for full screen event*/
  grid-column: 1 / 4;
  grid-row: 1;
  background: #eee;
  height: fit-content;
  margin-bottom: 1.5rem;
}

.fourfivesix {
  /*only used for full screen event*/
  grid-column: 1 / 4;
  grid-row: 2;
  background: #eee;
  height: fit-content;
  margin-bottom: 1.5rem;
}

.seveneightnine {
  /*only used for full screen event*/
  grid-column: 1 / 4;
  grid-row: 3;
  background: #eee;
  height: fit-content;
  margin-bottom: 1.5rem;
}

.teneleventwelve {
  /*only used for full screen event*/
  grid-column: 1 / 4;
  grid-row: 4;
  background: #eee;
  height: fit-content;
  margin-bottom: 1.5rem;
}

.thirteenfourteenfifteen {
  /*only used for full screen event*/
  grid-column: 1 / 4;
  grid-row: 5;
  background: #eee;
  height: fit-content;
  margin-bottom: 1.5rem;
}

.sixteenseventeeneighteen {
  /*only used for full screen event*/
  grid-column: 1 / 4;
  grid-row: 6;
  background: #eee;
  height: fit-content;
  margin-bottom: 1.5rem;
}

.nineteentwentytwentyone {
  /*only used for full screen event*/
  grid-column: 1 / 4;
  grid-row: 7;
  background: #eee;
  height: fit-content;
  margin-bottom: 1.5rem;
}

.twentytwothreefour {
  /*only used for full screen event*/
  grid-column: 1 / 4;
  grid-row: 8;
  background: #eee;
  height: fit-content;
  margin-bottom: 1.5rem;
}

.twentyfivesixseven {
  /*only used for full screen event*/
  grid-column: 1 / 4;
  grid-row: 9;
  background: #eee;
  height: fit-content;
  margin-bottom: 1.5rem;
}

.twentyeightninethirty {
  /*only used for full screen event*/
  grid-column: 1 / 4;
  grid-row: 10;
  background: #eee;
  height: fit-content;
  margin-bottom: 1.5rem;
}

.thirtyonetwothree {
  /*only used for full screen event*/
  grid-column: 1 / 4;
  grid-row: 11;
  background: #eee;
  height: fit-content;
  margin-bottom: 1.5rem;
}

.thirtythreefourfive {
  /*only used for full screen event*/
  grid-column: 1 / 4;
  grid-row: 12;
  background: #eee;
  height: fit-content;
  margin-bottom: 1.5rem;
}

.one { grid-column: 1; grid-row: 1; }
.two { grid-column: 2; grid-row: 1; }
.three { grid-column: 3; grid-row: 1; }
.four { grid-column: 1; grid-row: 2; }
.five { grid-column: 2; grid-row: 2; }
.six { grid-column: 3; grid-row: 2; }
.seven { grid-column: 1; grid-row: 3; }
.eight { grid-column: 2; grid-row: 3; }
.nine { grid-column: 3; grid-row: 3; }
.ten { grid-column: 1; grid-row: 4; }
.eleven { grid-column: 2; grid-row: 4; }
.twelve { grid-column: 3; grid-row: 4; }
.thirteen { grid-column: 1; grid-row: 5; }
.fourteen { grid-column: 2; grid-row: 5; }
.fifteen { grid-column: 3; grid-row: 5; }
.sixteen { grid-column: 1; grid-row: 6; }
.seventeen { grid-column: 2; grid-row: 6; }
.eighteen { grid-column: 3; grid-row: 6; }
.nineteen { grid-column: 1; grid-row: 7; }
.twenty { grid-column: 2; grid-row: 7; }
.twentyone { grid-column: 3; grid-row: 7; }
.twentytwo { grid-column: 1; grid-row: 8; }
.twentythree { grid-column: 2; grid-row: 8; }
.twentyfour { grid-column: 3; grid-row: 8; }
.twentyfive { grid-column: 1; grid-row: 9; }
.twentysix { grid-column: 2; grid-row: 9; }
.twentyseven { grid-column: 3; grid-row: 9; }
.twentyeight { grid-column: 1; grid-row: 10; }
.twentynine { grid-column: 2; grid-row: 10; }
.thirty { grid-column: 3; grid-row: 10; }
.thirtyone { grid-column: 1; grid-row: 11; }
.thirtytwo { grid-column: 2; grid-row: 11; }
.thirtythree { grid-column: 3; grid-row: 11; }
.thirtyfour { grid-column: 1; grid-row: 12; }
.thirtyfive { grid-column: 2; grid-row: 12; }
.thirtysix { grid-column: 3; grid-row: 12; }
.thirtyseven { grid-column: 1; grid-row: 13; }
.thirtyeight { grid-column: 2; grid-row: 13; }
.thirtynine { grid-column: 3; grid-row: 13; }
.forty { grid-column: 1; grid-row: 14; }
.fortyone { grid-column: 2; grid-row: 14; }
.fortytwo { grid-column: 3; grid-row: 14; }
.fortythree { grid-column: 1; grid-row: 15; }
.fortyfour { grid-column: 2; grid-row: 15; }
.fortyfive { grid-column: 3; grid-row: 15; }
.fortysix { grid-column: 1; grid-row: 16; }
.fortyseven { grid-column: 2; grid-row: 16; }
.fortyeight { grid-column: 3; grid-row: 16; }
.fortynine { grid-column: 1; grid-row: 17; }
.fifty { grid-column: 2; grid-row: 17; }
.fiftyone { grid-column: 3; grid-row: 17; }
.fiftytwo { grid-column: 1; grid-row: 18; }
.fiftythree { grid-column: 2; grid-row: 18; }
.fiftyfour { grid-column: 3; grid-row: 18; }
.fiftyfive { grid-column: 1; grid-row: 19; }
.fiftysix { grid-column: 2; grid-row: 19; }
.fiftyseven { grid-column: 3; grid-row: 19; }
.fiftyeight { grid-column: 1; grid-row: 20; }
.fiftynine { grid-column: 2; grid-row: 20; }
.sixty { grid-column: 3; grid-row: 20; }
.sixtyone { grid-column: 1; grid-row: 21; }
.sixtytwo { grid-column: 2; grid-row: 21; }
.sixtythree { grid-column: 3; grid-row: 21; }
.sixtyfour { grid-column: 1; grid-row: 22; }
.sixtyfive { grid-column: 2; grid-row: 22; }
.sixtysix { grid-column: 3; grid-row: 22; }
.sixtyseven { grid-column: 1; grid-row: 23; }
.sixtyeight { grid-column: 2; grid-row: 23; }
.sixtynine { grid-column: 3; grid-row: 23; }
.seventy { grid-column: 1; grid-row: 24; }
.seventyone { grid-column: 2; grid-row: 24; }
.seventytwo { grid-column: 3; grid-row: 24; }
.seventythree { grid-column: 1; grid-row: 25; }
.seventyfour { grid-column: 2; grid-row: 25; }
.seventyfive { grid-column: 3; grid-row: 25; }
.seventysix { grid-column: 1; grid-row: 26; }
.seventyseven { grid-column: 2; grid-row: 26; }
.seventyeight { grid-column: 3; grid-row: 26; }
.seventynine { grid-column: 1; grid-row: 27; }

/* event details */
.event-block {
  display: block;
  padding-bottom: 0.5rem;
}

.tab-content-event .event-content-01 h3::before,
h3::after {
  display: none;
}

.event-time-01 {
  width: 1100px;
  padding: 10px 10px;
  height: 30px;
}

.event-time-01 h6 {
  position: relative;
  margin: 0;
  padding: 13px 16px;
  color: #4e2a84;
}

.event-content-01 {
  width: 1100px;
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 0px
}

.event-time-02 {
  /* width: 360px; */
  padding: 0px 10px;
  height: 50px;
  background: #4e2a84;
}

.event-time-02 h6 {
  text-align: center;
  position: relative;
  margin: 0;
  padding: 13px 0;
  color: #fff;
}

.event-content-02 {
  width: 360px;
  display: inline-block;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px
}

.event-time-03 {
  width: 350px;
  padding: 0px 10px;
  height: 58px;
  background: #4e2a84;
}

.event-time-03 h6 {
  text-align: center;
  position: relative;
  margin: 0;
  padding: 5px 0;
  color: #fff;
  background: #4e2a84;
}

.event-content-03 {
  width: 350px;
  display: inline-block;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px
}

.event-content-03 h6 {
  color: #4e2a84
}

.event-content-03 p {
  color: #4e2a84;
}

.landing-page .content .event-content-02 h3 {
  text-align: left;
}

.landing-page .content h3 {
  text-align: left;
}

.tab-content-event .event-content-02 h3:before,
.tab-content-event .event-content-02 h3:after {
  display: none;
}

/* banner event */
.banner-event-wrap {
  width: 100%;
  float: none;
  clear: both;
  display: table;
  position: relative;
  margin: 4em 0 0 0;
}

.banner-event {
  width: 33.33%;
  display: block;
  float: left;
  position: relative;
}

.banner-event .text-over-image {
  color: #fff;
  padding: 0 2em;
  position: absolute;
  bottom: 1rem;
  z-index: 2;
}

.banner-event .text-over-image .title {
  font: 28px "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #fff;
  margin-bottom: -0.5rem;
  text-shadow: 2px 2px 0 #000;
}

.banner-event .text-over-image .link {
  font: 16px/1.3em "Akkurat Pro Regular", Arial, sans-serif;
  text-shadow: 2px 2px 0 #000;
}

.banner-event a.banner-event-link {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-event a.banner-event-link:hover {
  text-decoration: none;
}

.banner-event .event-app h4,
.banner-event .event-app p {
  color: #4e2a84;
}

.banner-event .event-app h4 {
  font: 28px "Akkurat Pro Bold", "Arial Black", sans-serif;
  margin-bottom: 0.4em;
}

.banner-event .event-app p {
  font: 16px/1.7em "Akkurat Pro Regular", Arial, sans-serif;
  margin: 0 0 1em 0;
  width: 60%;
}

.banner-event .event-app a {
  display: block;
}

.banner-event .event-app a.app-apple {
  width: 40%;
}

.banner-event .event-app a.app-google {
  width: 45%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 97%;
  width: 100%;
  opacity: 0;
  transition: all 0.1s ease;
  background-color: #4e2a84;
}

.banner-event:hover .overlay {
  opacity: 0.3;
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-event .event-app h4 {
    font-size: 20px;
  }

  .banner-event .event-app p {
    font-size: 12px;
  }
}

/* mobile styles */
@media screen and (max-width: 767px) {
  .tab-wrap {
    width: 100%;
  }

  ul.tab-nav {
    grid-auto-flow: row;
  }

  ul.tab-nav li {
    border-top: 1px solid #bbb8b8;
    border-bottom: none;
  }

  ul.tab-nav li.tab:first-child {
    border-top: none;
  }

  .event-time-02 {
    display: block;
    float: none;
    /* color: #4e2a84; */
    height: auto;
  }

  .event-time-02 {
    border-right: none;
    /* background: #bbb8b8; */
  }

  .event-time-02 h6 {
    top: 0;
    left: 0;
    transform: none;
    padding: 0.7em 0;
    /* color: #fff; */
  }

  .event-content-02 {
    width: fit-content;
    display: block;
    padding: 20px 20px;
  }

  .event-content-01 {
    width: fit-content;
    display: block;
  }

  .event-content-01 h3 {
    text-align: left;
  }

  .event-time-01 {
    width: fit-content;
    display: contents;
    /* float: none; */
    /* color: #4e2a84; */
    height: auto;
    padding: 0px;
    text-align: center;
  }

  .event-time-01 h6 {
    top: 0;
    left: 0;
    transform: none;
    padding: 0.7em 0;
    /* color: #4e2a84; */
  }

  .event-content-03 {
    width: fit-content;
    display: block;
  }

  .event-content-03 h3 {
    text-align: left;
  }

  .event-time-03 {
    width: fit-content;
    display: contents;
    /* float: none; */
    /* color: #4e2a84; */
    height: auto;
    padding: 0px;
    text-align: center;
  }

  .event-time-03 h6 {
    top: 0;
    left: 0;
    transform: none;
    padding: 0.7em 0;
    /* color: #4e2a84; */
  }

  .tab-subcontent-wrap {
    display: block !important;
  }

  .tab-subcontent-campus-alive {
    display: block !important;
  }

  .event-content-02 .event-items h5,
  .event-content-02 .event-items h6,
  .event-content-02 .event-items p {
    text-align: left;
  }

  .landing-page .content .event-content-02 h3 {
    text-align: left;
  }

  .line-break {
    display: inline-block;
  }

  /* banner event - mobile */
  .banner-event {
    width: 100%;
  }

  .mob-br {
    display: block;
  }

  .mobile-hide {
    display: none !important;
  }
}

@media screen and (max-width: 1140px) {
  #main-content .contain-1120 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}


/* Additional Events tab */
.selects {
  margin-bottom: 0.5rem;
}

label {
  display: block;
  font-family: "Poppins Bold";
  font-size: 18px;
  color: #4e2a84;
}

.contain-840 {
  max-width: 840px;
}

.contain-420 {
  max-width: 420px;
}

.single-selects {
  display: flex;
}

@media screen and (max-width: 510px) {
  .clearFilters {
    margin-right: 0px !important;
  }

  section {
    margin-bottom: 1.5rem !important;
  }

  .single-selects {
    flex-wrap: wrap;
  }

  .single-selects div {
    width: 100%;
    margin-bottom: 0.25rem;
  }

  .single-selects div:last-of-type {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1120px) {
  .desktopHide {
    display: none;
  }

  .mobileHide {
    display: flex;
  }
}

@media screen and (max-width: 1119px) {
  .desktopHide {
    display: block;
  }

  .mobileHide {
    display: none !important;
  }
}

.clearFilters {
  margin-right: 35px;
}

.selects {
  width: 240px;
}

.label-adjust {
  font-size: 12px;
  line-height: 0.75;
}

.event-content-03 hr {
  margin: 0;
  height: 2px;
  background: #4e2a84;
}

.event-content-03 a {
  font-family: "Akkurat Pro Regular", "Arial Black", sans-serif;
  color: #4e2a84;
  text-decoration: underline;
}
