* {
  box-sizing: border-box; }

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

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

.main {
  background-color: #FFF; }

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

h3 {
  font-size: 40px;
  text-transform: none;
  letter-spacing: 2px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  color: #135841; }

.heading-lightgreen {
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  color: #B5BD34;
  z-index: 1; }

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

.btn-white {
  background-color: #135841;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 2rem;
  border: none;
  font-size: 21px;
  font-weight: 700;
  font-family: "Lato";
  cursor: pointer;
  margin-top: 200px; }
  .btn-white:hover, .btn-white:focus {
    background-color: #fff;
    color: #135841;
    border: solid 2px #135841; }
  @media (min-width: 800px) {
    .btn-white {
      margin-top: 0px;
      background-color: rgba(100, 100, 100, 0);
      border: solid 2px #fff; } }
  .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: auto;
  cursor: pointer; }
  .btn-green:hover, .btn-green:focus {
    background-color: rgba(100, 100, 100, 0);
    color: #135841; }
  .btn-green a {
    text-decoration: none; }

.menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 20px;
  background: #fff; }
  @media (min-width: 900px) {
    .menu {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
      position: absolute;
      z-index: 1;
      font-size: 21px;
      flex-direction: row;
      align-items: center;
      padding-bottom: 25px;
      margin-bottom: 0;
      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; }
  @media (min-width: 900px) {
    menu-logo {
      width: 180px; } }
  @media (min-width: 1200px) {
    menu-logo {
      width: 250px; } }

#psu-logo {
  background-image: url("../images/svg/psu_logo.svg");
  width: 250px;
  height: 80px;
  background-repeat: no-repeat; }
  #psu-logo:hover, #psu-logo:focus {
    opacity: 80%; }
  @media (min-width: 900px) {
    #psu-logo {
      background-image: url("../images/svg/psu_logo_white.svg");
      width: 180px;
      height: 50px; } }
  @media (min-width: 1200px) {
    #psu-logo {
      width: 250px; } }

.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: #135841;
  font-family: "Lato";
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 0;
  font-size: 18px;
  text-shadow: 0px 0px 0px;
  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;
      color: #fff;
      text-shadow: 0px 0px 20px #000; } }
  @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; } }

.header {
  background-color: #fff;
  background-image: url("../images/header-mobile.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0px;
  padding-left: 0px; }
  @media (min-width: 900px) {
    .header {
      padding-left: 100px;
      padding-top: 50px;
      justify-content: center;
      align-items: flex-start;
      background-position: center;
      background-size: cover;
      background-image: url("../images/header-studyabroad.jpg");
      height: 80vh; } }

.header-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }
  @media (min-width: 900px) {
    .header-text {
      padding-top: 150px;
      align-items: flex-start; } }

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

.header-title {
  color: #135841;
  font-weight: 900;
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  text-shadow: 0px 0px 0px; }
  @media (min-width: 900px) {
    .header-title {
      margin-bottom: 30px;
      color: #fff;
      font-size: 60px;
      text-align: left;
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); } }

.intro-section {
  padding: 3rem 2rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 800px) {
    .intro-section {
      padding: 5rem 5rem; } }
  @media (min-width: 1600px) {
    .intro-section {
      padding: 5rem 15rem; } }

.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; } }

.studentslider {
  padding: 20px 0;
  margin-bottom: 100px; }

.slider {
  margin: 20px 0; }

.item {
  background-color: #fff;
  box-shadow: 0px 0px 7px rgba(45, 52, 54, 0.35);
  margin: 20px;
  border-radius: 10px;
  width: 350px; }
  @media (min-width: 600px) {
    .item {
      width: 600px; } }
  @media (min-width: 1000px) {
    .item {
      width: 900px; } }

.student-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  @media (min-width: 1000px) {
    .student-item {
      flex-direction: row; } }

.student-info {
  color: #2d3436;
  padding: 20px 50px; }
  @media (min-width: 1000px) {
    .student-info {
      padding: 50px; } }

.student-quote {
  color: #2d3436;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px; }
  @media (min-width: 1000px) {
    .student-quote {
      font-size: 21px;
      line-height: 34px; } }

.student-photo {
  height: 300px;
  width: 100%;
  border-radius: 10px 10px 0 0; }
  @media (min-width: 1000px) {
    .student-photo {
      height: 450px;
      border-radius: 10px 0 0 10px; } }

#lumei {
  background-image: url("../images/lumei.jpg");
  background-position: center;
  background-size: cover; }
  @media (min-width: 1000px) {
    #lumei {
      background-position: center; } }

#samy {
  background-image: url("../images/samy.jpg");
  background-position: top;
  background-size: cover; }
  @media (min-width: 1000px) {
    #samy {
      background-position: center; } }

#lindsay {
  background-image: url("../images/lindsay.jpg");
  background-position: top;
  background-size: cover; }
  @media (min-width: 1000px) {
    #lindsay {
      background-position: center; } }

#cody {
  background-image: url("../images/cody.jpg");
  background-position: top;
  background-size: cover; }
  @media (min-width: 1000px) {
    #cody {
      background-position: center; } }

#ebonee {
  background-image: url("../images/ebonee.jpg");
  background-position: top;
  background-size: cover; }
  @media (min-width: 1000px) {
    #ebonee {
      background-position: center;
      background-image: url("../images/ebonee-mobile.jpg"); } }

.student-name {
  color: #135841;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0; }
  @media (min-width: 1000px) {
    .student-name {
      font-size: 31px; } }

.student-bio {
  color: #135841;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase; }

.student-program {
  font-size: 18px; }
  @media (min-width: 1000px) {
    .student-program {
      font-size: 21px; } }

.sidebar-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0;
  padding: 3rem 0;
  width: 100%; }
  @media (min-width: 1000px) {
    .sidebar-container {
      flex-direction: row;
      margin: 50px;
      padding: 5rem 0; } }

.leftsidebar-container {
  text-align: center;
  margin-bottom: 50px;
  width: auto; }
  .leftsidebar-container h4 {
    font-size: 24px;
    color: #135841;
    letter-spacing: .5px;
    margin-bottom: 5px; }
  .leftsidebar-container p {
    font-size: 18px;
    line-height: 25px; }
  @media (min-width: 800px) {
    .leftsidebar-container {
      text-align: left;
      margin-bottom: 20px;
      width: 500px; } }

.rightsidebar-container {
  width: 600px;
  max-width: 100%; }
  .rightsidebar-container h4 {
    font-size: 24px;
    color: #000;
    background-color: #ecf0f1;
    text-transform: uppercase;
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #000; }
  .rightsidebar-container small {
    font-size: 16px;
    font-weight: 500; }

.schedule-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  background: linear-gradient(180deg, rgba(33, 140, 106, 0) 0%, #ecf0f1 60%); }
  .schedule-container h4 {
    margin-left: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    color: #135841;
    letter-spacing: 1px; }
    .schedule-container h4 small {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 0px;
      color: #2d3436; }
  .schedule-container p {
    margin-top: 5px;
    margin-left: 50px;
    font-size: 16px;
    line-height: 22px; }
  @media (min-width: 1000px) {
    .schedule-container {
      background: linear-gradient(180deg, rgba(33, 140, 106, 0) 0%, #ecf0f1 100%); }
      .schedule-container h4 {
        font-size: 28px; }
        .schedule-container h4 small {
          font-size: 20px; }
      .schedule-container p {
        font-size: 18px;
        line-height: 26px; } }

.schedule {
  max-height: 250px;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth; }

.schedule-list {
  list-style: none;
  width: 4750px;
  overflow: hidden;
  padding: 20px;
  margin: 0;
  line-height: 25px; }

.schedule-item {
  float: left;
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(45, 52, 54, 0.2); }
  .schedule-item h5 {
    margin: 4px 0;
    font-size: 18px;
    font-weight: 500; }
  .schedule-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #062A1C; }
  @media (min-width: 1000px) {
    .schedule-item {
      margin: 20px;
      padding: 20px 40px; }
      .schedule-item h5 {
        font-size: 18px;
        margin: 8px 0; }
      .schedule-item p {
        font-size: 21px; } }

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

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px 0; }
  .contact ul {
    list-style: none;
    line-height: 28px;
    color: #2d3436;
    padding: 0; }
    .contact ul strong {
      font-size: 21px;
      color: #135841; }
  @media (min-width: 500px) {
    .contact {
      flex-direction: row; }
      .contact ul {
        padding-left: 30px; } }

.contact-image {
  width: 150px;
  height: 150px;
  background-color: #000;
  border-radius: 400px;
  box-shadow: 0px 0px 5px rgba(45, 52, 54, 0.35); }

.pdf {
  background-color: #fff;
  color: #135841;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid #135841;
  margin: 8px;
  padding: 12px;
  display: inline-flex; }
  .pdf:hover {
    border: 2px solid #A0B8B0;
    color: #a0b8b0; }

.university-sponsors {
  display: flex;
  flex-direction: column;
  margin: 0 50px; }

.row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap; }

.block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 70px;
  max-width: 250px;
  cursor: pointer; }

.sponsor-block-img-wide {
  width: 300px;
  height: auto; }

.sponsor-block-img-tall {
  width: auto;
  height: 200px; }

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

.text_container {
  width: 1400px;
  padding-right: 20px;
  margin-top: 0; }
  .text_container p {
    font-size: 16px;
    line-height: 1.75rem; }
  .text_container h4 {
    font-size: 24px;
    margin: 0; }

.sponsor_title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

#sponsor_logo {
  height: 150px;
  width: auto; }

.sponsor_links {
  display: flex;
  flex-direction: row;
  height: 50px;
  width: auto; }

.noborder-button {
  border: none;
  background: none;
  font-size: 18px;
  color: #135841;
  font-weight: 500;
  padding: 15px 0;
  margin-right: 20px;
  letter-spacing: 1px; }

#modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 10px 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  width: 90%;
  /* Could be more or less, depending on screen size */ }

#close-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

#close-modal:hover,
#close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

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

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

.footer-logo {
  width: 40%;
  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;
  flex-direction: column; }
  @media (min-width: 800px) {
    .footer-bottom {
      margin-left: 10rem;
      margin-right: 10rem; } }

.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 .5rem;
  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: 100%;
      padding: 0 3rem 0 1.5rem; } }

.video-image {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .video-image {
      width: 80%;
      margin: 0 auto; } }

.video_container-image {
  width: 100%;
  height: auto;
  padding: 0;
  box-shadow: 0px 0px 15px rgba(45, 52, 54, 0.35); }

.embed-responsive {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0;
  padding-left: 1rem;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(45, 52, 54, 0.35); }
  .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%; }

.school-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 0 60px; }
  @media (min-width: 1200px) {
    .school-container {
      flex-direction: row;
      margin: 40px; } }

.school-info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto; }
  @media (min-width: 1200px) {
    .school-info {
      width: 1000px; } }

.school-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px; }
  .school-image h4 {
    font-size: 21px;
    text-transform: uppercase;
    color: #2d3436;
    letter-spacing: 1px;
    margin: 0; }

.school-details {
  padding-right: 50px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px; }
  .school-details p {
    padding-top: 10px;
    padding-bottom: 20px; }

.school-logo-wide {
  width: 350px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px; }

.school-logo-tall {
  width: auto;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 30px; }

.school-bio {
  font-size: 14px;
  line-height: 22px; }
  @media (min-width: 800px) {
    .school-bio {
      line-height: 25px;
      font-size: 18px; } }

.school-links {
  margin-bottom: 30px; }

.school-link {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center; }
  .school-link li {
    display: block;
    width: 300px;
    padding: 15px;
    margin: 10px auto;
    border-radius: 8px;
    border: 2px solid #135841;
    font-weight: 600; }
    .school-link li:hover {
      border: 2px solid #A0B8B0; }
  @media (min-width: 1200px) {
    .school-link li {
      margin: 0 20px;
      display: inline;
      width: auto; } }

#modal-video {
  margin-left: 0px; }
  @media (min-width: 1200px) {
    #modal-video {
      margin-left: 50px; } }
