
html {
  height: 100%;
}

body {
  height: 100%;
  background: #000;
}

* {
  margin: 0;
  padding: 0;
}

.slide-group {
  height: 100vh;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.slide-group .slide-content {
  flex: 0 0 100%;
  max-width: 510px;
  color: #fff;
  text-align: left;
  background-color: #000000;
  padding: 1.5rem;
}
.slide-group .slide-content h4 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  margin: 0rem 0rem 1rem 0rem;
  padding: 0;
  text-align: center;
  line-height: 1;
}
.slide-group .slide-content ul {
  font-size: 1.1rem;
  color: #ffffff;
  padding: 0;
  margin: 1rem 0rem 0rem 0rem;
  text-align: left;
  list-style-position: inside;
}
.slide-group .slide-content p {
  font-size: 1rem;
  color: #ffffff;
  padding: 0;
  margin: 1.5rem auto;
  text-align: center;
}
.slide-group .slide-content .button {
  background-color: #877148;
  color: #ffffff !important;
  border: 0px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.2rem;
  letter-spacing: 0.04rem;
  text-decoration: none !important;
  margin: 1rem auto 0rem auto;
  display: block;
  max-width: 300px;
}
.slide-group .slide-content .button:hover {
  background-color: #6c5832;
}
.slide-group .slide-content .button:focus {
  background-color: #6c5832;
}

#group1 {
  height: 190px;
  background-color: #000;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  z-index: 3;
}
#group1 .logoWrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#group1 .logoWrapper #headerLogo {
  max-width: 300px;
  height: auto;
}

#group2 {
  background: url("https://www.oakland.edu/Assets/Oakland/ucm/lp/undergrad/events/transfer-open-house/UCB-27549_TOC_2000x1333-6.jpg");
  background-position: 20% 22%;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: flex-end;
  justify-content: center;
}
#group2 .slide-content {
  max-width: 970px;
  background-color: transparent;
  text-align: center;
}
#group2 .slide-content h1 {
  color: #877148;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 4.15rem;
  line-height: 0.9;
  margin-top: 0rem;
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 0px;
  width: auto;
  display: inline-block;
  text-align: center;
}
#group2 .slide-content .dateRegisterContainer {
  margin: 3rem auto 0rem;
  padding: 1rem;
  background-color: #000000;
  max-width: 370px;
}
#group2 .slide-content .dateRegisterContainer .date {
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1;
}
#group2 .slide-content .dateRegisterContainer .register {
  margin: 0;
  padding: 0;
}

#group4 {
  background: url("https://www.oakland.edu/Assets/Oakland/ucm/lp/undergrad/events/transfer-open-house/UCB-27549_TOC_2000x1333-2.jpg");
  background-position: 33% center;
  background-size: cover;
  background-repeat: no-repeat;
}

#group5 {
  background: url("https://www.oakland.edu/Assets/Oakland/ucm/lp/undergrad/events/transfer-open-house/UCB-27549_TOC_2000x1333-3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#group6 {
  background-color: #000;
}
#group6 .slide-content {
  max-width: 700px;
}
#group6 .slide-content h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  margin: 0rem 0rem 1rem 0rem;
  padding: 0;
  text-align: center;
  line-height: 0.9;
}

footer {
  display: block;
  margin-top: 3rem;
  background-color: #000000;
  width: 100%;
  padding: 0px;
  margin-bottom: -1rem;
  text-align: center;
  line-height: 15px;
}
footer .legalListTitle {
  text-transform: uppercase;
  color: #b59a57;
  font-size: 0.9rem;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-top: 1rem;
  display: inline-block;
  vertical-align: middle;
}
footer .legalListTitle:hover {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}
footer .legalListTitle:focus {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}
footer .legalContainer {
  border: 0px !important;
}
footer .legalContainer #legal #legalLinks {
  border-bottom: 0px !important;
  border-top: 0px !important;
  display: none;
}

@media screen and (max-height: 560px) {
  .slide-group .slide-content h4 {
    font-size: 1.85rem !important;
  }
  .button {
    padding: 0.5rem;
  }
  #group1 {
    height: 125px;
  }
  #group2 .slide-content {
    max-width: 77% !important;
    margin-top: 0px !important;
    margin-bottom: -90px !important;
  }
  #group2 .slide-content h1 {
    font-size: 1.95rem !important;
  }
  #group2 .slide-content .dateRegisterContainer {
    margin: 1rem auto;
  }
  #group2 .slide-content .dateRegisterContainer .date {
    font-size: 1.3rem;
  }
  #group4 {
    justify-content: flex-end !important;
    padding-top: 55%;
  }
  #group4 .slide-content {
    max-width: 330px !important;
    padding: 1rem;
    margin: 3% !important;
  }
  #group5 {
    background-position: 70% 20% !important;
    align-items: flex-end;
    justify-content: flex-start;
  }
  #group5 .slide-content {
    margin: 1rem !important;
    max-width: 250px !important;
  }
  #group6 .slide-content {
    max-width: 90%;
  }
  #group6 .slide-content h4 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 639px) {
  .slide-group .slide-content h4 {
    font-size: 1.85rem;
  }
  #group2 .slide-content h1 {
    font-size: 1.95rem;
  }
  #group2 .slide-content h4 {
    font-size: 2.5rem;
  }
  #group2 .slide-content .dateRegisterContainer {
    max-width: none;
    margin: 1rem auto;
  }
  #group2 .slide-content .dateRegisterContainer .date {
    font-size: 1.75rem;
  }
  #group2 .slide-content .dateRegisterContainer .register .button {
    max-width: 150px;
    padding: 0.5rem;
    margin: 1rem auto 0rem;
  }
  #group6 .slide-content h4 {
    font-size: 1.75rem;
  }
  #group6 .slide-content p {
    font-size: 0.85rem;
    padding: 1.5rem 0rem 2rem 0rem;
  }
  #group6 .slide-content .button {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1023px) {
  .slide-group:not(.outro) {
    align-items: flex-end;
  }
  .slide-group:not(.outro) .slide-content {
    flex-basis: 90%;
    padding: 1.5rem;
    margin: 6%;
  }
  .slide-group .slide-content {
    padding: 0 6%;
  }
  .slide-group .slide-content ul {
    font-size: 0.8rem;
  }
  .slide-group .slide-content p {
    font-size: 0.85rem;
    margin: 0.5rem;
  }
  #group1 {
    height: 150px;
  }
  #group1 .logoWrapper #headerLogo {
    max-width: 200px;
  }
  #group2 {
    background-position: 35% 30%;
  }
  #group2 .slide-content {
    margin-bottom: 0;
    margin-top: 46%;
  }
  #group3 {
    padding-top: 2rem;
    background-position: 75% 50%;
  }
  #group4 {
    background-position: 20% 20%;
  }
  #group5 {
    background-position: 60% -5vh;
  }
  #group5 .slide-content {
    margin-bottom: 15%;
  }
  #group6 {
    margin: 2rem 0rem;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  #group2 .slide-content h1 {
    font-size: 3.5rem;
  }
  .slide-group .slide-content {
    max-width: 580px;
  }
  .slide-group .slide-content p {
    margin: 1.5rem 0rem;
  }
  .slide-group .slide-content h4 {
    font-size: 3rem;
  }
  #group6 .slide-content h4 {
    font-size: 3rem;
  }
}
@media (min-width: 640px) {
  #group2 {
    padding-bottom: 10vh;
  }
}
@media (min-width: 1024px) {
  #group3 {
    padding-bottom: 10vw;
  }
  #group3 p {
    font-size: 1.1rem;
  }
  #group4 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 5vw;
    padding-top: 10vh;
  }
  #group5 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 10vw;
    padding-bottom: 10vh;
    padding-left: 10vw;
  }
  .slide-content h1 {
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .slide-group .slide-content h4 {
    font-size: 3rem;
  }
  .slide-group .slide-content p {
    font-size: 1rem;
    margin: 2rem 0rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #group2 .slide-content {
    margin-bottom: -5rem;
  }
  #group2 .slide-content h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  #group2 {
    padding-bottom: 15vh;
  }
  .slide-content h4 {
    font-size: 3.5rem;
  }
  .slide-content p {
    font-size: 1rem;
    margin: 2rem 0rem;
  }
}/*# sourceMappingURL=transfer-open-house-lp.css.map */