@charset "UTF-8";
* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 1rem; }

a {
  text-decoration: inherit;
  color: #135841; }

.main {
  background-color: #FFF; }

h2 {
  font-size: 2rem;
  margin: 0;
  color: #135841;
  text-transform: uppercase; }
  @media (min-width: 800px) {
    h2 {
      font-size: 2.5rem; } }

.heading-lightgreen {
  position: relative;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 1.3px;
  margin-top: 0;
  text-align: center;
  color: #B5BD34;
  z-index: 1; }

.body-copyreverse {
  font-size: 16px;
  line-height: 2rem;
  font-family: "Open Sans";
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin-bottom: 50px; }
  @media (min-width: 800px) {
    .body-copyreverse {
      font-size: 21px;
      line-height: 2.5rem; } }

.container-sectionintro {
  margin: 10px 20px; }
  @media (min-width: 800px) {
    .container-sectionintro {
      margin: 10px 50px; } }

.breakout-copy {
  font-size: 16px;
  line-height: 2rem;
  font-family: "Open Sans";
  font-weight: 300;
  text-align: center;
  color: #303332;
  margin: 10px; }
  @media (min-width: 800px) {
    .breakout-copy {
      font-size: 18px;
      line-height: 2rem;
      margin: 15px 50px; } }

.btn-reverse {
  background-color: #fff;
  margin: 0;
  text-align: center;
  padding: 1rem 3rem;
  color: #135841;
  border-radius: 2rem;
  border: none;
  font-size: 21px;
  font-weight: 700;
  font-family: "Lato";
  cursor: pointer;
  transition: ease .1s;
  width: 300px; }
  .btn-reverse:hover, .btn-reverse:focus {
    background-color: #135841;
    color: #fff;
    transition: ease .1s; }
  @media (min-width: 800px) {
    .btn-reverse {
      background-color: #fff; } }
  .btn-reverse a {
    underline: none; }

.btn-white {
  background-color: rgba(100, 100, 100, 0);
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 2rem;
  border: none;
  font-size: 21px;
  font-weight: 700;
  font-family: "Lato";
  cursor: pointer;
  border: solid 2px #fff;
  transition: ease .1s; }
  .btn-white:hover, .btn-white:focus {
    background-color: #fff;
    color: #a0b8b0;
    border: solid 2px #fff;
    transition: ease .1s; }
  @media (min-width: 800px) {
    .btn-white {
      margin-top: 0px; } }
  .btn-white a {
    underline: none; }

.btn-green {
  background-color: #135841;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 2rem;
  border: solid 2px #135841;
  font-size: 21px;
  font-weight: 700;
  font-family: "Lato";
  width: 300px;
  margin: 10px 0;
  transition: ease .1s;
  cursor: pointer; }
  .btn-green:hover, .btn-green:focus {
    background-color: #fff;
    color: #135841;
    transition: ease .1s; }
  .btn-green a {
    text-decoration: none; }

.copy-link {
  text-decoration: none;
  border-bottom: 2px solid #135841;
  padding-bottom: 10px;
  margin-bottom: 25px;
  display: inline-block;
  font-family: Lato;
  font-size: 20px;
  color: #135841;
  letter-spacing: 1px;
  line-height: 20px;
  transition: all .4s; }
  .copy-link:hover, .copy-link:focus {
    color: #062A1C;
    border-bottom: 2px solid #062A1C; }

.menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 20px;
  background: #135841; }
  @media (min-width: 900px) {
    .menu {
      background: none;
      position: absolute;
      z-index: 1;
      font-size: 21px;
      flex-direction: row;
      align-items: center;
      padding-bottom: 40px;
      margin: 0 auto;
      justify-content: space-around; } }

.menu-logo {
  width: 250px;
  margin-bottom: 0;
  height: auto;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer; }
  .menu-logo:hover, .menu-logo:focus {
    opacity: 80%; }
  @media (min-width: 900px) {
    .menu-logo {
      width: 180px; } }
  @media (min-width: 1200px) {
    .menu-logo {
      width: 200px; } }

.menu-items {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around; }
  @media (min-width: 900px) {
    .menu-items {
      flex-direction: row;
      align-items: flex-start; } }

.menu-item {
  color: #fff;
  font-family: "Lato";
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 0;
  font-size: 16px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.55);
  cursor: pointer; }
  .menu-item:hover, .menu-item:focus {
    opacity: 80%; }
  .menu-item a {
    text-decoration: none; }
  @media (min-width: 900px) {
    .menu-item {
      padding: 0 25px; } }
  @media (min-width: 1600px) {
    .menu-item {
      font-size: 21px;
      padding: 0 40px; } }

.nav-menu {
  background-color: rgba(100, 100, 100, 0);
  margin-top: 15px;
  z-index: 3;
  color: #fff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-weight: 600;
  font-size: 18px;
  transition: 0.4s; }
  .nav-menu:focus, .nav-menu:active {
    background-color: rgba(100, 100, 100, 0); }
  @media (min-width: 900px) {
    .nav-menu {
      display: none; } }

.menupanel {
  padding: 0 18px;
  background-color: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
  @media (min-width: 900px) {
    .menupanel {
      overflow: visible;
      display: flex;
      flex-direction: row;
      padding: 0;
      max-height: none; } }

.form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 20px; }

.wForm {
  font-family: "Lato";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  width: 400px; }
  .wForm label {
    color: #135841;
    margin-bottom: 0; }
  @media (min-width: 760px) {
    .wForm {
      width: 600px; } }
  @media (min-width: 1200px) {
    .wForm {
      flex-direction: row;
      padding: 40px;
      width: auto; } }
  .wForm label {
    margin-bottom: 5px; }

.form-titleblock {
  color: #ffffff;
  background: linear-gradient(156deg, #187556 0%, #135841 100%);
  text-align: center;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  text-transform: none;
  height: auto;
  width: 400px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  border-radius: 5px 5px 0 0; }
  @media (min-width: 760px) {
    .form-titleblock {
      height: auto;
      width: 600px; } }
  @media (min-width: 1200px) {
    .form-titleblock {
      height: 300px;
      width: auto;
      border-radius: 5px 0 0 5px; } }

#form-subhead {
  color: #ffffff;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px; }

.wForm form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

#tfa_1 {
  border: none;
  border-radius: 5px;
  padding: 10px;
  float: left;
  margin: 0;
  background-color: #f2f2f2;
  color: #135841;
  width: 300px; }

#tfa_2 {
  border: none;
  border-radius: 5px;
  padding: 10px;
  float: left;
  width: 300px;
  background-color: #f2f2f2; }

#tfa_3 {
  border: none;
  border-radius: 5px;
  padding: 10px;
  width: 300px;
  background-color: #f2f2f2; }

#submit_button {
  float: left;
  background: linear-gradient(156deg, #187556 0%, #135841 100%);
  color: #ffffff;
  border: none;
  letter-spacing: 1px;
  font-size: 16px;
  border-radius: 15px;
  padding: 10px 80px;
  font-weight: 700;
  transition: ease .1s;
  border: 2px solid #ffffff;
  margin-bottom: 20px; }
  #submit_button:hover {
    background-color: #ffffff;
    background: none;
    color: #135841;
    transition: .1s;
    border: 2px solid #135841; }

.header {
  background-color: #000000;
  background-image: url("../images/openhouse_header-mobile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 50px; }
  @media (min-width: 900px) {
    .header {
      text-align: left;
      background-color: #9bcffa;
      padding-top: 50px;
      justify-content: center;
      align-items: flex-start;
      background-position: center;
      background-size: cover;
      background-image: url("../images/openhouse_header.png");
      height: 100vh; } }

.header-text {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 30px;
  align-items: center; }
  @media (min-width: 900px) {
    .header-text {
      padding-left: 100px;
      padding-top: 100px;
      align-items: flex-start;
      margin: 0; } }

.header-subtitle {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1.3px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding-top: 25px;
  text-shadow: 0px 0px 20px black; }
  @media (min-width: 900px) {
    .header-subtitle {
      color: #fff;
      font-size: 45px;
      text-align: left;
      padding-top: 0; } }

.header-title {
  color: #ffffff;
  font-weight: 900;
  font-size: 2.5rem;
  text-align: center;
  line-height: 50px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  letter-spacing: 1.3px;
  margin-top: 5px;
  margin-bottom: 30px;
  width: auto; }
  @media (min-width: 600px) {
    .header-title {
      font-size: 3rem;
      line-height: 60px; } }
  @media (min-width: 900px) {
    .header-title {
      color: #ffffff;
      font-size: 55px;
      line-height: 65px;
      text-align: left;
      width: 400px;
      margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .header-title {
      font-size: 65px;
      width: 500px; } }

.header-paragraph {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  width: auto;
  margin-bottom: 50px; }
  @media (min-width: 900px) {
    .header-paragraph {
      width: 500px;
      font-size: 21px;
      line-height: 36px; } }

.form-containter {
  display: flex;
  flex-direction: column; }

.header-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin: 20px auto;
  position: relative;
  border-radius: 20px;
  height: 220px;
  width: 90%;
  background-color: #f1f2f3;
  top: 200;
  z-index: 1; }
  @media (min-width: 900px) {
    .header-box {
      width: 75%; } }

.header-box-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  background-color: #135841;
  border-radius: 20px 0 0 20px;
  width: 400px;
  height: 220px; }
  .header-box-title h3 {
    color: #ffffff;
    font-size: 32px; }

.header-box-content {
  display: flex;
  flex-direction: column;
  padding: 40px; }
  .header-box-content h5 {
    font-size: 24px;
    color: #135841;
    margin: 10px 0; }

.form-moreinfo {
  font-family: "Lato"; }

#form-field {
  border: none;
  border-radius: 3px;
  padding: 10px 5px;
  width: 300px;
  margin: 10px 30px 10px 0; }

#form-button {
  font-family: "Lato";
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
  background-color: #135841;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 10px 40px; }
  #form-button:hover {
    background-color: #ffffff;
    color: #135841;
    transition: .1s; }

.intro-section {
  padding: 10rem 2rem;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-image: url("../images/svg/mountains.svg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 800px) {
    .intro-section {
      padding: 10rem 2rem; } }
  @media (min-width: 1600px) {
    .intro-section {
      padding: 10rem 0rem; } }

.heading-section {
  padding: 0;
  margin: 0;
  font-size: 35px;
  letter-spacing: 1.3px;
  color: #135841; }
  @media (min-width: 800px) {
    .heading-section {
      font-size: 45px; } }
  @media (min-width: 1600px) {
    .heading-section {
      font-size: 55px; } }

.heading-section-reverse {
  padding: 0;
  margin: 0;
  font-size: 35px;
  letter-spacing: 1.3px;
  color: #ffffff; }
  @media (min-width: 800px) {
    .heading-section-reverse {
      font-size: 45px; } }
  @media (min-width: 1600px) {
    .heading-section-reverse {
      font-size: 55px; } }

.webinar-description {
  padding: 0;
  margin: 20px 0;
  font-size: 18px;
  line-height: 36px; }

.adventure {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px; }

#adventureawaits {
  margin-bottom: 20px;
  width: 200px; }
  @media (min-width: 800px) {
    #adventureawaits {
      width: 300px; } }

#adventure-left {
  margin-right: 20px;
  width: 40px; }
  @media (min-width: 800px) {
    #adventure-left {
      width: 100px; } }
  @media (min-width: 1000px) {
    #adventure-left {
      margin-right: 50px;
      width: 150px; } }

#adventure-right {
  margin-left: 20px;
  width: 40px;
  transform: rotate(180deg); }
  @media (min-width: 800px) {
    #adventure-right {
      width: 100px; } }
  @media (min-width: 1000px) {
    #adventure-right {
      margin-left: 50px;
      width: 150px; } }

.form-title {
  font-family: "Lato";
  margin-top: 20px;
  text-align: center;
  font-size: 30px; }

.form-spacer {
  width: 100%;
  height: 20px; }

.student-section {
  background-color: #135841;
  padding: 20px 30px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0; }
  @media (min-width: 800px) {
    .student-section {
      padding: 50px 100px;
      margin: 0;
      margin-bottom: 100px; } }

.student-section::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: top right;
  transform: skewY(-4deg); }

.student-section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: top left;
  transform: skewY(-4deg); }

.subhead {
  position: relative;
  font-size: 16px;
  line-height: 1.5rem;
  font-family: "Open Sans";
  font-weight: 300;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  z-index: 1; }
  @media (min-width: 800px) {
    .subhead {
      font-size: 21px;
      line-height: 2.5rem; } }

.student {
  position: relative;
  margin: 5rem 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 1; }
  @media (min-width: 800px) {
    .student {
      flex-direction: row; } }

.student-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-right: 30px;
  padding-top: 30px; }
  @media (min-width: 800px) {
    .student-info {
      padding-top: 0px; } }

.student-name {
  color: #B5BD34;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 2px;
  margin: 0;
  font-family: "Open Sans"; }
  @media (min-width: 800px) {
    .student-name {
      text-align: left; } }

.student-details {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 2px;
  margin: .25rem 0;
  font-family: "Open Sans"; }
  @media (min-width: 800px) {
    .student-details {
      text-align: left; } }
  @media (min-width: 1200px) {
    .student-details {
      font-size: 18px; } }

.student-bio {
  color: #fff;
  margin-top: .5rem;
  line-height: 1.75rem;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300; }
  @media (min-width: 800px) {
    .student-bio {
      text-align: left; } }
  @media (min-width: 1200px) {
    .student-bio {
      font-size: 21px;
      line-height: 2rem; } }

.columns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0px; }
  @media (min-width: 1200px) {
    .columns {
      flex-direction: row;
      margin: 50px 0; } }

.columns-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin: 50px 0px; }
  @media (min-width: 1200px) {
    .columns-reverse {
      flex-direction: row;
      margin: 50px 0; } }

.columns-green {
  background-image: url(/images/svg/mountains.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1200px) {
    .columns-green {
      flex-direction: row; } }

.twocolumn-content {
  display: flex;
  flex-direction: column;
  width: auto;
  text-align: left;
  margin: 40px 50px; }
  .twocolumn-content h3 {
    text-align: left; }
  @media (min-width: 1200px) {
    .twocolumn-content {
      width: 50%;
      margin-left: 50px;
      margin-right: 30px; } }

.body-copy {
  font-size: 18px;
  line-height: 38px;
  color: #303332;
  font-family: "Open Sans"; }
  @media (min-width: 800px) {
    .body-copy {
      font-size: 21px;
      line-height: 40px; } }

.body-copy-reverse {
  font-size: 18px;
  line-height: 38px;
  color: #ffffff;
  font-family: "Open Sans"; }
  @media (min-width: 800px) {
    .body-copy-reverse {
      font-size: 21px;
      line-height: 40px; } }

#academics-image {
  background-image: url("../images/academics-image.png");
  width: 100%;
  height: 650px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  display: block; }
  @media (min-width: 900px) {
    #academics-image {
      display: none; } }
  @media (min-width: 1200px) {
    #academics-image {
      width: 50%;
      height: 700px;
      display: block;
      background-position: right; } }

#tour-image {
  background-image: url("../images/tour-image.png");
  width: 100%;
  height: 400px;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  display: block; }
  @media (min-width: 900px) {
    #tour-image {
      display: none; } }
  @media (min-width: 1200px) {
    #tour-image {
      width: 50%;
      height: 700px;
      display: block; } }

.heading-time {
  color: #a0b8b0;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1.5px;
  margin: 15px 0; }
  @media (min-width: 800px) {
    .heading-time {
      font-size: 24px; } }
  @media (min-width: 1600px) {
    .heading-time {
      font-size: 30px;
      letter-spacing: 3px; } }

.tour-guide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0; }

#guide-photo {
  background-image: url("../images/womens-soccer.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  border: 3px solid #ffffff;
  border-radius: 200px;
  margin-right: 40px; }
  @media (min-width: 1000px) {
    #guide-photo {
      width: 150px;
      height: 150px; } }

.guide-info {
  font-size: 21px;
  color: #ffffff;
  font-weight: 700; }
  .guide-info small {
    padding-top: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #B5BD34;
    font-size: 16px; }
  @media (min-width: 1000px) {
    .guide-info {
      font-size: 28px; } }

.academics-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0 20px; }
  .academics-list li {
    width: 300px;
    margin: 25px 50px; }
  .academics-list h5 {
    color: #135841;
    font-size: 24px;
    margin: 0; }
  .academics-list p {
    font-size: 18px;
    margin: 15px 0;
    line-height: 32px; }
  @media (min-width: 1000px) {
    .academics-list {
      margin: 0 20px; }
      .academics-list li {
        margin: 25px 30px; } }
  @media (min-width: 1600px) {
    .academics-list {
      margin: 0 150px; }
      .academics-list li {
        width: 350px;
        margin: 25px 50px; } }

.schedule-container {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  margin: 100px 0;
  text-align: center;
  background: linear-gradient(180deg, rgba(33, 140, 106, 0) 0%, #ecf0f1 60%); }

.schedule {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }

.schedule-title {
  padding: 0 40px; }
  @media (min-width: 1000px) {
    .schedule-title {
      padding: 0 80px; } }

.schedule-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  padding: 20px;
  margin: 0;
  line-height: 25px; }

.schedule-item {
  width: 350px;
  text-align: left;
  float: left;
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(45, 52, 54, 0.1); }
  .schedule-item h5 {
    margin: 10px 0;
    font-size: 21px;
    font-weight: 700;
    color: #135841; }
  .schedule-item p {
    margin: 10px 0;
    font-size: 16px;
    color: #303332;
    line-height: 30px; }
  @media (min-width: 1000px) {
    .schedule-item {
      margin: 20px;
      width: 400px;
      padding: 20px 40px; }
      .schedule-item h5 {
        font-size: 24px; }
      .schedule-item p {
        font-size: 18px; } }

.schedule-time {
  font-weight: 900; }

.zoom-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px; }
  @media (min-width: 1000px) {
    .zoom-link {
      font-size: 15px; } }

.breakouts-section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  margin: 50px 25px;
  padding: 0; }
  @media (min-width: 800px) {
    .breakouts-section {
      flex-direction: row;
      margin: 50px 0; } }

.breakouts {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0; }
  @media (min-width: 800px) {
    .breakouts {
      flex-direction: column; } }

.breakout-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 10px; }
  @media (min-width: 800px) {
    .breakout-row {
      margin: 0 50px; } }
  @media (min-width: 1600px) {
    .breakout-row {
      flex-direction: row; } }

.breakout {
  text-align: left;
  margin-top: 30px;
  width: 100%; }
  @media (min-width: 800px) {
    .breakout {
      width: 80%; } }
  @media (min-width: 1600px) {
    .breakout {
      width: 40%; } }

.breakout-title {
  font-size: 20px;
  margin: 0; }
  .breakout-title small {
    text-transform: uppercase;
    color: #135841;
    letter-spacing: .5px;
    font-size: 14px; }

.breakout-details {
  margin: 8px 0;
  line-height: 1.5rem; }

.breakout-session {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0; }
  @media (min-width: 600px) {
    .breakout-session {
      flex-direction: row; } }
  @media (min-width: 1600px) {
    .breakout-session {
      justify-content: space-between; } }
  .breakout-session a {
    text-decoration: underline; }

.breakout-link {
  background-color: #135841;
  padding: .5rem 2rem;
  margin: 0 20px;
  color: #fff;
  border-radius: 2rem;
  border: solid 2px #135841;
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato";
  width: auto;
  cursor: pointer; }
  .breakout-link:hover, .breakout-link:focus {
    background-color: rgba(100, 100, 100, 0);
    color: #135841; }

.image-column {
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.image-block {
  display: none;
  box-shadow: 0px 0px 15px rgba(45, 52, 54, 0.2); }
  @media (min-width: 1400px) {
    .image-block {
      display: block;
      height: auto;
      width: 600px;
      margin: 30px 0; } }

.background-shape-right {
  display: none; }
  @media (min-width: 1000px) {
    .background-shape-right {
      display: block;
      background: linear-gradient(180deg, #d4dd47 0%, #b5bd34 100%);
      width: 400px;
      height: 600px;
      -ms-transform: skewY(-10deg);
      -webkit-transform: skewY(-10deg);
      transform: skewY(-10deg);
      border-radius: 30px;
      position: absolute;
      z-index: 0;
      right: -20px; } }

.tour-section {
  padding: 10rem 2rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/svg/mountains2.svg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 800px) {
    .tour-section {
      padding: 10rem 5rem; } }
  @media (min-width: 1600px) {
    .tour-section {
      padding: 5rem 15rem; } }

.tour {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0; }

.academic-breakouts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0; }
  @media (min-width: 1000px) {
    .academic-breakouts {
      flex-direction: row; } }

#academics-heading {
  text-align: left;
  font-size: 40px; }

.academic-sessions {
  text-align: left;
  margin-left: 40px;
  margin-right: 40px; }
  .academic-sessions ul {
    height: 300px;
    width: auto;
    padding-left: 0;
    padding-right: 5px;
    overflow: scroll;
    border-right: 3px solid #ecf0f1; }
  .academic-sessions li {
    margin: 20px 0;
    padding: 0;
    list-style: none; }
  .academic-sessions p {
    margin: 5px 0;
    padding: 0;
    font-size: 16px;
    line-height: 40px; }
  .academic-sessions h4 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #135841;
    letter-spacing: .5px; }
    .academic-sessions h4:hover {
      color: #B5BD34; }

#scroll {
  color: #135841;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1px; }

.studentclub-breakouts {
  background-color: #fff;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1000px) {
    .studentclub-breakouts {
      margin: 0 100px; } }

.studentclubs {
  height: 300px;
  margin: 0 20px;
  padding: 0 30px;
  overflow: scroll;
  border-right: 3px solid #ecf0f1; }
  @media (min-width: 1000px) {
    .studentclubs {
      flex-direction: row;
      flex-wrap: wrap;
      height: 500px; } }

.studentclub-block {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  margin: 20px 0px; }
  .studentclub-block h4 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase; }
  .studentclub-block p {
    font-size: 16px;
    line-height: 1.5rem;
    margin: 5px 0; }
  @media (min-width: 1000px) {
    .studentclub-block {
      width: 100%; } }

.help-section {
  background: linear-gradient(180deg, #a0b8b0 0%, #bfd4cd 100%);
  padding: 40px;
  text-align: center; }
  .help-section h6 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0; }

.find-counselor {
  padding-top: 100px;
  padding-bottom: 0px;
  padding-left: 50px;
  padding-right: 50px; }
  @media (min-width: 800px) {
    .find-counselor {
      padding-top: 100px;
      padding-bottom: 0px;
      padding-left: 100px;
      padding-right: 100px; } }

.counselor-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 20px;
  padding: 10px; }

.counselor-info {
  padding-left: 30px;
  list-style: none; }

.counselor-image {
  width: 300px;
  height: auto; }

.apply-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 25px;
  padding-right: 25px;
  height: auto;
  background-image: url("../images/psu_fallcampus.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat; }
  @media (min-width: 800px) {
    .apply-section {
      padding-top: 100px;
      padding-bottom: 0px;
      padding-left: 100px;
      padding-right: 100px;
      height: 110vh; } }
  @media (min-width: 1200px) {
    .apply-section {
      padding-left: 200px;
      padding-right: 200px; } }

.apply-background {
  z-index: 0;
  position: inherit;
  height: auto;
  width: 100%;
  bottom: 0; }

.contacts-section {
  background-color: #ffffff;
  margin: 50px 10px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column; }
  @media (min-width: 600px) {
    .contacts-section {
      margin: 50px 50px; } }
  @media (min-width: 1200px) {
    .contacts-section {
      margin: 50px 200px;
      flex-direction: row;
      align-items: flex-start; } }

.contact-title h3 {
  color: #135841;
  font-size: 30px;
  text-transform: none;
  letter-spacing: 1.3px;
  text-align: left;
  margin-bottom: 30px; }

.contact-row {
  width: 100%; }
  @media (min-width: 800px) {
    .contact-row {
      width: 500px;
      margin-top: 0; } }

.accordion {
  background-color: #fff;
  color: #135841;
  font-family: "Lato";
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 18px; }

.active, .accordion:hover {
  background-color: #ecf0f1; }

.panel {
  padding: 0 18px;
  background-color: white;
  font-size: 18px;
  line-height: 30px;
  color: #303332;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease; }
  .panel a {
    text-decoration: underline; }

.accordion::after {
  content: '+';
  font-size: 16px;
  font-weight: 900;
  color: #777;
  float: right;
  margin-left: 5px; }

.accordion.active::after {
  content: '–'; }

footer {
  background-color: #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #135841;
  padding: 1rem 0; }

.footer-top {
  margin-top: 1rem;
  padding: 0 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: solid 2px #A0b8b0; }
  @media (min-width: 800px) {
    .footer-top {
      width: 800px;
      flex-direction: row;
      margin-left: 6rem;
      margin-right: 6rem;
      justify-content: space-between;
      align-items: baseline; } }
  @media (min-width: 1200px) {
    .footer-top {
      width: 1200px; } }

.footer-logo {
  width: 200px;
  margin-bottom: 2rem;
  height: auto; }
  .footer-logo:hover, .footer-logo:focus {
    opacity: 80%; }
  @media (min-width: 800px) {
    .footer-logo {
      width: 18%;
      margin-bottom: 0; } }

.footer-bottom {
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  width: auto;
  flex-direction: column; }
  @media (min-width: 800px) {
    .footer-bottom {
      margin-left: 10rem;
      margin-right: 10rem; } }
  @media (min-width: 1200px) {
    .footer-bottom {
      width: 1200px; } }

.address-copy {
  font-size: 18px;
  text-align: center; }

p.bold {
  font-weight: 700; }

.socialmedia {
  color: #fff;
  margin-bottom: 2rem; }

#footerurl {
  color: #00553b; }

.fa {
  padding: 0 1rem;
  color: inherit; }
  @media (min-width: 768px) {
    .fa {
      padding: 0 1rem; } }
  .fa:hover, .fa:focus {
    color: #A0B8B0; }

.copyright {
  font-size: 14px; }

.video_container {
  width: 100%;
  padding: 0; }
  @media (min-width: 1200px) {
    .video_container {
      width: 60%;
      padding: 0; } }

.video-image {
  width: auto;
  margin: 20px 40px; }
  @media (min-width: 1200px) {
    .video-image {
      width: 70%;
      margin: 20px 40px; } }

.video-info {
  padding: 10px 50px;
  text-align: left; }

.video_container-image {
  width: 100%;
  height: auto;
  padding: 0; }

.embed-responsive {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0;
  padding-left: 1rem;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }
