@font-face {
  font-family: Helvetica Neue Ultra;
  src: url('../fonts/helvetica-neue-ultra-light.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/helvetica-neue-bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/helvetica-neue-medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/helvetica-neue.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.background {
  text-shadow: 1px 1px 1px #0003;
  background-image: linear-gradient(#00000059, #00000059), url('../images/amsterdam-cover.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #0000;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.nav-link:hover {
  color: #e3e3e3;
  transform: scale(1.1);
}

.more-info-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.headline {
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 1px 2px 5px #00000080;
  font-family: Helvetica Neue Ultra, sans-serif;
  font-size: 7rem;
  font-weight: 100;
  line-height: 86px;
}

.home-subhead {
  color: #d8d8d8;
  letter-spacing: 1px;
  margin-top: 1rem;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 36px;
}

.home-subhead.date {
  font-weight: 400;
}

.more-info-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(#d80000bf, #d80000bf);
  border: 1px solid #fff;
  margin-top: 2rem;
  padding: 1.2rem;
  font-size: 15px;
  display: block;
}

.more-info-button:hover {
  background-color: #00000059;
}

.more-info-button.wide {
  text-align: center;
  width: 100%;
  margin-top: 0;
}

.split-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 53%;
  padding-top: 2.9rem;
  padding-left: 0;
  padding-right: 5%;
  display: flex;
}

.split-div.image-students {
  text-align: left;
  background-image: url('../images/students-laughing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  width: 400px;
  height: 550px;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0%;
  box-shadow: 8px 7px 20px 5px #0000002e;
}

.split-div.image-canal {
  background-image: url('../images/amsterdam-flowers.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 550px;
  margin-top: 50px;
  margin-bottom: 0;
  box-shadow: 8px 7px 20px 5px #0000002e;
}

.subhead {
  color: #000;
  letter-spacing: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 2rem;
}

.photos-trips {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 65px;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.trips-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.h2-subhead {
  color: #000000c7;
  text-align: center;
  letter-spacing: 2px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.body-copy-sans-serif {
  color: #5b5b5c;
  letter-spacing: 2px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.photos {
  width: 100%;
}

.images {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 50px;
  display: flex;
}

.travel-photo-div {
  background-image: url('../images/rotterdam-biking.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 26%;
  height: 300px;
  max-height: 300px;
  margin-bottom: 15px;
  margin-right: 0;
}

.travel-photo-div.photo-2 {
  background-image: url('../images/amsterdam-canal-view.jpg');
  width: 39%;
}

.travel-photo-div.photo-3 {
  background-image: url('../images/amsterdam-canal-view-2.jpg');
  background-position: 50%;
  width: 32%;
  height: 300px;
}

.travel-photo-div.photo-4 {
  background-image: url('../images/amsterdam-library.jpg');
  width: 34%;
}

.travel-photo-div.photo-5 {
  background-image: url('../images/students-1.jpg');
  background-position: 50%;
  width: 25%;
}

.travel-photo-div.photo-6 {
  background-image: url('../images/amsterdam-dancing-houses.jpg');
  width: 38%;
  height: 300px;
}

.travel-photo-div.photo-7 {
  background-image: url('../images/studio-dumbar.jpg');
  background-position: 0%;
  width: 38%;
}

.travel-photo-div.photo-8 {
  background-image: url('../images/haarlem-1.jpg');
  width: 27%;
}

.travel-photo-div.photo-9 {
  background-image: url('../images/walking-tour.jpg');
  background-position: 50%;
  width: 32%;
}

.study-abroad-leader {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.travels {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.leader-section-flex {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  margin-top: 10px;
  display: flex;
}

.leader-section-flex.flex-half, .leader-section-flex.flex-half-2 {
  align-items: center;
  width: 49%;
}

.thumbnail {
  background-image: url('../images/i-week-insta-cge.jpeg');
  background-position: 50% 10%;
  background-size: cover;
  width: 100%;
  height: 250px;
  padding-left: 0;
  padding-right: 0;
}

.thumbnail._2 {
  background-image: url('../images/students-studio.jpg');
  background-position: 50%;
}

.h4 {
  color: #000;
  letter-spacing: .5px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.about-us {
  justify-content: space-between;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.learn-more {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
}

.email-capture-form {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 64%;
}

.form-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.email-field {
  background-color: #0000;
  border: 1px solid #7a7a7a;
  width: 100%;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 1.7rem;
}

.email-field::placeholder {
  color: #3a4047;
  font-size: 15px;
}

.footer {
  text-align: center;
  border: 1px #000;
  border-top: 1px solid #666;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding-top: 60px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.footer-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-div {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.body {
  font-family: Montserrat, sans-serif;
}

.home-paragraph {
  color: #333;
  text-align: left;
  text-shadow: none;
  margin-top: 1rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.7rem;
  position: static;
}

.about-location {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.split-div-title {
  text-align: center;
  width: 100%;
  margin-top: 2rem;
}

.split-div-holder {
  flex-direction: row;
  display: flex;
}

.video-embed {
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.video-holder {
  border: 2px solid #007d9a;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.body-bold-span {
  color: #007d9a;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 500;
}

.lightbox-link {
  width: 100%;
}

.email-capture-wrapper {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 2rem;
  padding-top: 48px;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(#d80000bf, #d80000bf);
  border: 1px solid #fff;
  width: 50%;
  margin-top: 0;
  padding: 1.2rem;
  font-size: 15px;
}

.submit-button:hover {
  background-color: #00000059;
}

.outer-container {
  max-width: 1440px;
}

.lightbox-link-2 {
  width: 100%;
}

.info-session-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #fff;
  margin-top: 2rem;
  padding: 1.2rem;
  font-size: 15px;
  display: block;
}

.info-session-button:hover {
  background-color: #00000059;
}

.info-session-button.wide {
  text-align: center;
  width: 100%;
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .more-info-div {
    width: 100%;
  }

  .headline {
    font-size: 4.7rem;
    line-height: 80px;
  }

  .home-subhead {
    font-size: 1.1rem;
    line-height: 30px;
  }

  .more-info-button.wide {
    margin-top: 0;
  }

  .split-div {
    text-align: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0%;
  }

  .split-div.image-students {
    width: 100%;
    padding-top: 0;
    padding-left: 0%;
  }

  .split-div.image-canal {
    width: 100%;
    padding-right: 0%;
  }

  .subhead {
    text-align: left;
  }

  .photos-trips {
    padding-left: 5%;
    padding-right: 5%;
  }

  .trips-title {
    margin-top: 0;
  }

  .images {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .travel-photo-div, .travel-photo-div.photo-2, .travel-photo-div.photo-3, .travel-photo-div.photo-4, .travel-photo-div.photo-5, .travel-photo-div.photo-6, .travel-photo-div.photo-7, .travel-photo-div.photo-8 {
    width: 49%;
  }

  .travel-photo-div.photo-9 {
    width: 100%;
  }

  .study-abroad-leader {
    padding-left: 5%;
    padding-right: 5%;
  }

  .travels {
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
  }

  .leader-section-flex.flex-half, .leader-section-flex.flex-half-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .thumbnail {
    background-image: url('../images/i-week-insta-cge.jpeg');
    background-position: 50% 37%;
    background-size: cover;
    height: 250px;
  }

  .thumbnail._2 {
    background-image: url('../images/students-studio.jpg');
    background-position: 50%;
  }

  .about-us {
    flex-flow: column;
    justify-content: center;
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .learn-more {
    align-items: center;
    margin-right: 0;
  }

  .email-capture-form {
    width: 99%;
  }

  .email-field {
    margin-left: 0;
    margin-right: 9px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-paragraph {
    margin-top: 1rem;
  }

  .about-location {
    flex-flow: column;
    justify-content: center;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .video-holder {
    overflow: visible;
  }

  .email-capture-wrapper {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 48px;
  }

  .info-session-button.wide {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 3rem;
    line-height: 65px;
  }

  .home-subhead {
    direction: ltr;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .split-div {
    padding-top: 2rem;
    padding-left: 0%;
    padding-right: 5%;
  }

  .subhead {
    text-align: center;
  }

  .trips-title {
    margin-top: 3rem;
  }

  .footer {
    padding: 40px 20px;
  }

  .home-paragraph {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .background {
    overflow: hidden;
  }

  .headline {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 40px;
  }

  .home-subhead {
    font-size: 14px;
    line-height: 20px;
  }

  .split-div {
    padding-top: 1rem;
  }

  .split-div.image-students, .split-div.image-canal {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subhead {
    text-align: left;
  }

  .trips-title {
    margin-top: 1rem;
  }

  .travel-photo-div, .travel-photo-div.photo-2, .travel-photo-div.photo-3, .travel-photo-div.photo-4, .travel-photo-div.photo-5, .travel-photo-div.photo-6, .travel-photo-div.photo-7, .travel-photo-div.photo-8 {
    width: 100%;
  }

  .form-wrapper {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .email-field {
    width: 100%;
    height: 40px;
    margin-right: 0;
  }

  .footer {
    text-align: left;
    padding: 15px 5% 0;
  }

  .footer-div {
    width: 100%;
  }

  .home-paragraph {
    margin-top: .5rem;
  }

  .about-location {
    margin-top: 1.4rem;
  }

  .split-div-holder {
    flex-direction: column;
  }

  .email-capture-wrapper {
    height: auto;
    padding: 35px 5%;
  }

  .submit-button {
    width: 100%;
    margin-top: 1.4rem;
  }
}


@font-face {
  font-family: 'Helvetica Neue Ultra';
  src: url('../fonts/helvetica-neue-ultra-light.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica-neue-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica-neue-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica-neue.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}