.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

a {
  color: #3b99d9;
  text-decoration: none;
}

a:hover {
  color: #3688e0;
}

a:active {
  color: #3078db;
}

.navigation-link {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #f5f5f5;
  font-size: 17px;
}

.navigation-link:hover {
  color: #fff;
}

.navigation-link:focus {
  color: #fff;
}

.navigation-link.w--current {
  padding-bottom: 20px;
  color: #ecf0f1;
  font-size: 16px;
}

.navigation-link.w--current:hover {
  color: #fff;
}

.navigation-bar {
  position: relative;
  display: block;
  padding-top: 0px;
  background-color: transparent;
}

.hamburger-button {
  display: none;
}

.navigation-menu {
  color: #fff;
}

.navigation-menu:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.brand-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-container {
  margin-right: auto;
  margin-left: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tos-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(25, 32, 36, 0.5);
  text-align: center;
}

.signed-up-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(25, 32, 36, 0.5);
  text-align: center;
}

.verification-success-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(25, 32, 36, 0.5);
  text-align: center;
}

.verification-failure-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(25, 32, 36, 0.5);
  text-align: center;
}

.map-background-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  display: block;
  height: 100%;
  background-image: url('../images/map-bg-mapbox.jpg');
  background-position: 0px 0px;
  background-size: 1710px;
}

.box-container {
  margin-bottom: 40px;
}

.box {
  display: block;
  width: 490px;
  max-width: 95vw;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 25px 36px;
  border-radius: 5px;
  background-color: #f5f5f5;
}

.box.narrow {
  display: block;
  width: 340px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #f5f5f5;
  line-height: 24px;
}

.box.wide {
  width: 660px;
  padding-right: 38px;
  padding-left: 38px;
}

.box.wide.inner-scroll {
  overflow: scroll;
  height: 70vh;
  min-height: 360px;
}

.logo-div {
  padding: 0px auto 5px;
}

.logo-image {
  position: static;
  display: block;
  margin: 15px auto;
  padding-top: 10px;
  direction: ltr;
  text-align: center;
}

.body-text {
  display: block;
  margin-bottom: 20px;
  padding: 8px 30px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.body-text.left-align {
  margin-bottom: 15px;
  text-align: left;
}

.body-text.left-align.list-item {
  margin-bottom: 4px;
  padding-left: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.body-text.legal {
  font-size: 12px;
  text-align: justify;
}

.body-text.triplet {
  margin-bottom: 0px;
}

.form-button {
  display: block;
  width: 100%;
  height: 45px;
  margin: 20px auto 10px;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 2px;
  background-color: #3495d8;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: none;
}

.form-button:hover {
  background-color: #2a89ca;
}

.form-button:active {
  background-color: #237fbe;
}

.form-button.onboarding {
  display: inline-block;
  width: auto;
  margin-top: 24px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.min-characters-text {
  margin-bottom: 1%;
  font-size: 12px;
}

.min-characters-text.asterisk {
  padding-top: 5px;
}

.form-heading {
  display: block;
  margin: 0px auto 5px;
  color: rgba(25, 32, 36, 0.9);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.form-link-footer {
  display: block;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.onboard-subheading {
  display: block;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.onboard-subheading.triplet {
  margin-top: 10px;
  text-align: center;
}

.onboard-subheading.announcements {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  font-size: 20px;
}

.onboarding-button-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.footer-link {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #f7f7f7;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.input-label {
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.input-label.date-label {
  display: inline-block;
  width: 47%;
}

.input-label.date-label.date-label-left {
  margin-right: 4%;
}

.text-input {
  height: 40px;
  margin-bottom: 29px;
  border-style: none;
  border-radius: 2px;
}

.text-input.text-area {
  height: 100px;
}

.text-input.two-column {
  display: inline-block;
  width: 47%;
  margin-right: 0px;
}

.text-input.two-column.left {
  margin-right: 4%;
}

.text-input.top-of-stack {
  margin-bottom: 20px;
}

.check-option {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.form-container {
  padding-top: 10px;
}

.home-mission-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 45vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 24px;
  text-align: center;
}

.body-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #012574;
  background-image: url('../images/viet-beach-min.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.body-6 {
  height: 100%;
  min-height: 100%;
}

.body-wrapper {
  position: relative;
  min-height: 100vh;
  padding-bottom: 60px;
}

.body-wrapper.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.onboard-triplet-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 42px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.onboarding-triplet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.onboard-image-copy {
  width: 30px;
}

.link-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #3b99d9;
  text-decoration: none;
}

.link-block:hover {
  color: #3688e0;
}

.link-block:active {
  color: #3078db;
}

.onboarding-image-and-caption-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.announcement-datetitle-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.announcement-date {
  display: block;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.announcement-title {
  display: block;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.announcement-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.announcement-body {
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 12px;
  padding-left: 12px;
  border-style: none;
  border-left-width: 1px;
  border-left-color: rgba(0, 0, 0, 0.1);
}

.image {
  width: 100%;
}

.send-postcard-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.send-postcard-image {
  width: 75px;
  height: 75px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.input-error-div {
  display: none;
  overflow: scroll;
  margin-top: -21px;
  margin-bottom: 20px;
  padding: 8px 12px;
  border-radius: 2px;
  background-color: rgba(255, 0, 0, 0.1);
}

.input-error-div.top-of-stack {
  margin-top: -12px;
}

.input-error-div.under-button {
  margin-top: -2px;
}

.input-error-text {
  border-style: none;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}

.postcard-item-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px 11px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
}

.address {
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 8px 11px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
  text-align: center;
}

.content-section {
  padding-top: 70px;
  padding-bottom: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#627dff), to(#627dff));
  background-image: linear-gradient(180deg, #627dff, #627dff);
  text-align: center;
}

.content-section.user-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #627dff;
  background-image: none;
}

.stats-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.story-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 230px;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 3px;
  background-color: #fff;
}

.story-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.story-image {
  display: block;
  overflow: visible;
  width: 100%;
  border-radius: 0px;
}

.home-first-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f7fb6;
}

.home-exposition {
  padding-bottom: 10px;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.stamp-image {
  max-width: 40%;
}

.home-mission-section {
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #213cc2;
}

.home-mission-title {
  margin-top: 15px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.home-mission-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #012574;
}

.home-footer-header {
  margin-bottom: 0px;
  padding-bottom: 2px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.footer-link-2 {
  display: block;
  margin-left: 0px;
  padding-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  font-weight: 400;
}

.footer-link-2:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

.footer-link-2.bottom-page {
  margin-right: 20px;
}

.footer-link-2.bottom-page:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

.legalise {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 98%;
  padding-top: 12px;
}

.home-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin-top: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #f2f2f2;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.home-button-block:hover {
  background-color: #fff;
}

.home-button-block:active {
  background-color: #e0e0e0;
}

.home-footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.home-footer-grouping {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
}

.home-footer-link-columns-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-footer-link-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-9 {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-intro-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-intro-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 500px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-intro-column.right-home-column {
  width: 350px;
  height: auto;
  max-width: 400px;
  margin-bottom: 1px;
  padding: 10px 15px 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-navbar-section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f7fb6;
}

.signup-navbar-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.signup-nav-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.signup-nav-brand-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 0.5px solid #edefed;
  color: #444;
}

.signup-nav-brand-text {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #e16c6c;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.home-nav-link-text {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #f5f5f5;
  font-size: 17px;
}

.home-nav-link-text:hover {
  color: #fff;
}

.home-nav-link-text:focus {
  color: #fff;
}

.home-nav-link-text.w--current {
  padding-bottom: 20px;
  color: #ecf0f1;
  font-size: 16px;
}

.home-nav-link-text.w--current:hover {
  color: #fff;
}

.home-nav-link-text.hide-on-mobile {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.home-nav-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-nav-link-block.mobile-only {
  display: none;
}

.status-bar-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f8cbb5;
}

.status-bar-complete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27vw;
  height: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #62a1ff;
}

.status-bar-complete.page-4 {
  width: 80vw;
  background-color: #62a1ff;
}

.status-bar-complete.page-3 {
  width: 68vw;
  background-color: #62a1ff;
}

.status-bar-complete.page-2 {
  width: 45vw;
  background-color: #62a1ff;
}

.status-bar-complete.page-5 {
  width: 95vw;
  background-color: #62a1ff;
}

.status-bar-complete.page-6 {
  width: 100vw;
  background-color: #62a1ff;
}

.signup-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.signup-left-column {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  padding: 30px 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: none;
}

.signup-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  padding-top: 90px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: none;
}

.text-block {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 23px;
}

.div-block-5 {
  height: 2px;
  max-width: 100%;
  margin: 10px auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8e8e9c), to(#8e8e9c));
  background-image: linear-gradient(180deg, #8e8e9c, #8e8e9c);
}

.signup-header-text {
  margin-bottom: 0px;
  color: #424242;
  font-size: 26px;
  line-height: 34px;
}

.signup-header-text.destination-page {
  padding-bottom: 10px;
}

.subheader-signup-text {
  margin-top: 40px;
  color: #424242;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.subheader-signup-text.confirmation-code-subtext {
  margin-top: 10px;
}

.text-block-2 {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.progress-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.signup-navbar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f56972;
}

.signup-body-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: linear-gradient(135deg, #ffa462, #ff8862);
}

.signup-long-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: 140px;
  padding-top: 10px;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1.5px solid #e0e0e0;
  border-radius: 3px;
}

.signup-long-input.signup-single-row-input {
  width: 100%;
  max-width: 285px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.signup-input-placeholder {
  color: #ccc;
  font-size: 14px;
  line-height: 16px;
}

.signup-story {
  display: block;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
}

.signup-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.story-header {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  text-align: left;
}

.signup-story-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.signup-story-content.continuation-page {
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.signup-story-content.first {
  text-align: left;
}

.signup-short-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px solid #e0e0e0;
  border-radius: 3px;
}

.date-input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.date-input-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.signup-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.signup-direction-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8962), to(#ff8962));
  background-image: linear-gradient(180deg, #ff8962, #ff8962);
}

.signup-direction-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6754a), to(#f6754a));
  background-image: linear-gradient(180deg, #f6754a, #f6754a);
}

.signup-direction-button:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f66c4a), to(#f66c4a));
  background-image: linear-gradient(180deg, #f66c4a, #f66c4a);
}

.signup-direction-button.disabled {
  opacity: 0.5;
}

.signup-direction-button.disabled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8962), to(#ff8962));
  background-image: linear-gradient(180deg, #ff8962, #ff8962);
}

.signup-subtext {
  color: #7d7d7d;
  font-size: 14px;
}

.signup-helper-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 370px;
  padding: 10px 25px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.signup-helper-card.second-helper-card {
  height: 260px;
  margin-bottom: 14px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.signup-right-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.signup-card-helper-image {
  width: 25px;
  margin-bottom: 13px;
}

.helper-card-text {
  color: #7d7d7d;
  font-size: 14px;
}

.signup-progress-text {
  color: #444;
  font-size: 20px;
  font-weight: 600;
}

.signup-checkbox-text {
  margin-left: 10px;
  color: #424242;
  font-size: 14px;
}

.signup-logo {
  height: 30px;
  background-color: transparent;
}

.signup-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-5 {
  margin-bottom: 10px;
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 600;
}

.nav-accent-line {
  height: 1px;
  border: 1px solid #edefed;
}

.signup-nav-button-text {
  color: #fff;
  font-weight: 700;
}

.signup-input-label {
  padding-bottom: 5px;
  color: #424242;
  font-size: 14px;
}

.signup-location-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.signup-location-container.destination-page {
  margin-top: 0px;
}

.signup-right-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.passport-image {
  height: 130px;
}

.helper-card-example-text {
  padding-top: 10px;
  color: #7d7d7d;
  font-size: 12px;
}

.france-image {
  height: 130px;
}

.long-answer-explainer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-7 {
  padding-top: 2px;
  color: #7d7d7d;
  font-size: 10px;
}

.input-circle-loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  padding-bottom: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.signup-single-row-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-top: 0px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px solid #e0e0e0;
  border-radius: 3px;
}

.multiple-select-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #424242;
  border-radius: 2px;
}

.sunflower-image {
  height: 200px;
  margin-bottom: 10px;
}

.finish-with-facebook-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62a1ff), to(#62a1ff));
  background-image: linear-gradient(180deg, #62a1ff, #62a1ff);
}

.bike-image {
  width: 240px;
  max-width: 50vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.signup-congrats-image {
  padding-top: 40px;
}

.beach-chair {
  max-width: 75%;
}

.homepage-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 6px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-nav-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hompage-nav-brand-text {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0px;
}

.homepage-brand-nav.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ambassador-page-about {
  width: 100vw;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: linear-gradient(135deg, rgba(6, 8, 36, 0.13), #2e54b6), linear-gradient(180deg, #627dff, #627dff);
}

.ambassador-about-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  color: #f0f0f0;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.ambassador-about-text.top-section {
  font-size: 22px;
  line-height: 30px;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  color: #f0f0f0;
  font-size: 24px;
}

.ambassador-subheader-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ambassador-mission-title {
  margin-bottom: 30px;
  color: #f0f0f0;
}

.ambassador-bullet-point-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #f0f0f0;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.ambassador-page-stripes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
}

.ambassador-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.green-stripe {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27ae60), to(#27ae60));
  background-image: linear-gradient(180deg, #27ae60, #27ae60);
}

.stripe {
  width: 20px;
}

.stripe.red-stripe {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eb5757), to(#eb5757));
  background-image: linear-gradient(180deg, #eb5757, #eb5757);
}

.stripe.yellow-stripe {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2c94c), to(#f2c94c));
  background-image: linear-gradient(180deg, #f2c94c, #f2c94c);
}

.left-column-background {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  width: 50vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.signup-error-text {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #cf404d;
  font-size: 14px;
}

.div-block-6 {
  width: 0px;
  height: 0px;
}

.top-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  max-width: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #012574;
  font-size: 12px;
  text-align: center;
}

.body-container {
  overflow: hidden;
  width: 900px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.text-block-8 {
  color: #fff;
  font-size: 14px;
}

.section-bar-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8c740;
}

.section-bar-divider.stamp-row {
  display: none;
}

.section-bar-divider.sources {
  padding: 20px 30px;
  background-color: #176578;
}

.section-bar-divider.uni-bar {
  overflow: hidden;
  padding: 10px 30px;
  background-color: #2f7fb6;
}

.picture-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.left-picture-holder-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  max-width: 600px;
  padding-top: 20px;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-box {
  width: 80%;
}

.sign-up-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-radius: 8px;
}

.signup-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.college-logo-text {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
}

.row-header-text {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.place-section {
  display: none;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.place-text {
  color: #fff;
}

.place-subtitle {
  color: #fff;
  font-size: 12px;
}

.info-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: rgba(10, 32, 167, 0.16);
}

.info-column.title-info0column {
  min-height: 30px;
  background-color: transparent;
}

.how-to-header {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.how-to-header.title-in-row {
  padding-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.how-to-header-subtitle {
  padding-top: 5px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  text-align: center;
}

.text-block-10 {
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.how-to-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  color: #ecf0f1;
}

.map-div {
  display: block;
}

.map-div-text {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.image-12 {
  display: block;
  margin-bottom: 20px;
  border-radius: 2px;
}

.text-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.title-description {
  padding-top: 5px;
  padding-bottom: 10px;
  color: #fff;
  line-height: 28px;
  font-weight: 600;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.lore-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #627dff;
}

.lore-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 5px;
  padding-bottom: 20px;
}

.lore-image {
  display: block;
  width: auto;
  max-height: 300px;
  max-width: 100%;
}

.lore-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.div-block-13 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  padding-bottom: 1px;
}

.news-logo-text {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
}

.schools-uni-banner {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.text-block-15 {
  background-color: transparent;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #f0f0f0;
  font-size: 17px;
}

.text-block-16 {
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.link-2 {
  color: #fff;
  text-decoration: underline;
}

.lore-spacer {
  padding-top: 1px;
  padding-bottom: 1px;
}

.story-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding: 2px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.picture-grid-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-17 {
  padding-bottom: 8px;
}

.how-to-title {
  padding-top: 0px;
  padding-bottom: 2px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.how-to-title.title-in-row {
  padding-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.lore-im {
  width: 100%;
  min-height: 240px;
  margin-top: -4px;
  background-image: url('../images/Screen-Shot-2019-03-21-at-7.28.58-PM.png');
  background-position: 50% 50%;
  background-size: cover;
}

.lore-im.legends {
  background-image: url('../images/promethius.jpg');
  background-position: 50% 20%;
  background-size: 286px;
}

.lore-im.octopus {
  background-image: url('../images/Screen-Shot-2019-03-21-at-7.32.56-PM.png');
}

.lore-im.sleep {
  background-image: url('../images/17310665_10202748594033576_1062371176_o.jpg');
}

.lore-im.party {
  background-image: url('../images/IMG_4219.JPG');
}

.lore-im.chikezie {
  background-image: url('../images/chikezie-webflow-crop.jpg');
}

.lore-im.thanks {
  background-image: url('../images/thanks.jpg');
  background-position: 33% 50%;
}

.lore-im.carolyn {
  background-image: url('../images/Screen-Shot-2019-03-21-at-10.30.37-PM.png');
  background-position: 50% 60%;
}

.lore-im.mail {
  background-image: url('../images/Photo-on-9-13-15-at-10.41-PM-6.jpg');
}

.lore-im.stories {
  background-image: url('../images/Screen-Shot-2019-03-22-at-11.50.37-AM.png');
  background-position: 0% 0%;
}

.lore-im.secretflying {
  background-image: url('../images/Screen-Shot-2019-03-21-at-10.33.07-PM.png');
  background-position: 50% 50%;
}

.lore-im.oliver {
  background-image: url('../images/falvey.png');
  background-position: 45% 50%;
}

.lore-im.nas {
  background-position: 50% 0%;
}

.text-block-19 {
  padding: 14px 8px;
  background-color: rgba(20, 0, 53, 0.89);
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-13 {
  display: none;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000006, 0.6000000000000006);
  -ms-transform: scale(0.6000000000000006, 0.6000000000000006);
  transform: scale(0.6000000000000006, 0.6000000000000006);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="modalinteraction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 991px) {
  .navigation-link.w--current {
    color: #fff;
  }

  .navigation-bar {
    margin-top: -1px;
    padding-top: 0px;
  }

  .hamburger-button {
    display: none;
  }

  .hamburger-button.w--open {
    background-color: #2d3e4f;
  }

  .brand-link.w--current {
    padding-left: 30px;
  }

  .navbar-container {
    padding-top: 10px;
  }

  .icon {
    color: #edeff2;
  }

  .icon:hover {
    color: #fff;
  }

  .home-mission-text-container {
    max-width: 65vw;
  }

  .announcement-container {
    margin-top: 12px;
  }

  .content-section.user-cards {
    padding: 10px 20px 30px;
  }

  .stats-container {
    width: 100%;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .story-container.lore-story-container {
    max-width: 240px;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .story-text {
    font-size: 12px;
    line-height: 15px;
  }

  .story-image.out-of-grid {
    max-width: 90%;
  }

  .home-first-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-exposition {
    padding-bottom: 0px;
    font-size: 36px;
    line-height: 43px;
  }

  .stamp-image {
    max-width: 65%;
  }

  .home-mission-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-footer-header {
    padding-bottom: 4px;
    font-size: 12px;
  }

  .footer-link-2 {
    margin-right: 5px;
  }

  .home-footer-container {
    margin-right: 20px;
    margin-left: 20px;
  }

  .home-intro-column {
    width: 47vw;
  }

  .signup-navbar-container {
    width: 94vw;
  }

  .home-nav-link-text.w--current {
    color: #fff;
  }

  .home-nav-link-text.hide-on-mobile {
    font-size: 15px;
  }

  .signup-left-column {
    width: 60vw;
    padding-top: 80px;
    padding-right: 50px;
    padding-left: 80px;
  }

  .signup-right-column {
    width: 40vw;
  }

  .signup-right-column.no-help-text {
    overflow: auto;
    width: 40vw;
    padding-right: 20px;
    padding-left: 20px;
  }

  .signup-long-input {
    width: 260px;
  }

  .signup-image-div {
    margin-right: 0px;
    margin-left: 20px;
  }

  .signup-right-top-row {
    margin-left: 20px;
  }

  .signup-right-bottom {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .france-image {
    padding-right: 50px;
  }

  .bike-image {
    width: 200px;
    max-width: 40vw;
  }

  .homepage-navbar-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hompage-nav-brand-text {
    font-size: 15px;
  }

  .left-column-background {
    width: 60vw;
  }

  .top-banner {
    width: 90vw;
  }

  .body-container {
    width: 90vw;
  }

  .section-bar-divider.sources {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-bar-divider.uni-bar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .college-logo-text {
    font-size: 14px;
  }

  .info-column {
    width: 90%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .how-to-header.title-in-row {
    font-size: 26px;
  }

  .div-block-7 {
    width: 85%;
  }

  .how-to-div {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .title-description {
    padding-top: 5px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-weight: 400;
  }

  .lore-container {
    max-height: 375px;
  }

  .lore-image {
    max-height: 240px;
  }

  .lore-subtitle {
    padding: 6px 8px;
    font-size: 14px;
  }

  .schools-uni-banner {
    font-size: 14px;
  }

  .text-block-15 {
    font-size: 15px;
  }

  .story-text-div.lore-text-div {
    height: 120px;
  }

  .how-to-title.title-in-row {
    font-size: 26px;
  }

  .lore-im {
    min-height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-link {
    padding-bottom: 20px;
  }

  .navigation-bar {
    margin-top: -25px;
    padding-top: 0px;
  }

  .hamburger-button {
    display: block;
  }

  .navigation-menu {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-container {
    padding-top: 22px;
  }

  .icon {
    display: none;
  }

  .home-mission-text-container {
    max-width: 80vw;
    padding-bottom: 20px;
  }

  .stats-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .story-container {
    margin: 3px 4px 2px;
  }

  .home-first-section {
    padding: 10px 40px;
  }

  .home-exposition {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .home-mission-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-mission-title {
    margin-bottom: 0px;
  }

  .home-mission-button-container {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .home-footer-section {
    padding-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-footer-header {
    padding-top: 4px;
    padding-bottom: 0px;
  }

  .legalise {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-footer-container {
    width: auto;
    max-width: 100%;
  }

  .home-footer-row {
    display: none;
    max-width: 90%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-footer-grouping {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .home-footer-link-columns-container {
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .home-footer-link-column {
    max-width: 160px;
  }

  .home-intro-row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-intro-column {
    width: 83vw;
    max-width: 500px;
  }

  .home-intro-column.right-home-column {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-navbar-section {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .signup-navbar-container {
    width: 83vw;
    max-width: 500px;
  }

  .signup-nav-brand-link {
    padding-left: 0px;
  }

  .signup-nav-brand-link.w--current {
    padding-left: 0px;
  }

  .home-nav-link-text {
    padding-bottom: 20px;
  }

  .home-nav-link-text.hide-on-mobile {
    display: none;
  }

  .signup-left-column {
    width: 100vw;
    padding-top: 42px;
    padding-right: 72px;
    padding-left: 72px;
  }

  .signup-right-column {
    display: none;
  }

  .signup-right-column.no-help-text {
    display: none;
  }

  .signup-navbar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
  }

  .signup-long-input {
    width: 300px;
  }

  .signup-long-input.signup-single-row-input {
    width: 100%;
    max-width: 300px;
  }

  .signup-progress-text {
    display: none;
  }

  .signup-area {
    margin-top: 0px;
  }

  .finish-with-facebook-button {
    width: 180px;
  }

  .homepage-navbar-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .ambassador-page-stripes {
    width: 30px;
  }

  .stripe.red-stripe {
    width: 10px;
  }

  .stripe.green-stripe {
    width: 10px;
  }

  .stripe.yellow-stripe {
    width: 10px;
  }

  .left-column-background {
    width: 100vw;
  }

  .text-block-8 {
    font-size: 12px;
  }

  .section-bar-divider.sources {
    padding: 12px 10px;
  }

  .section-bar-divider.uni-bar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .picture-row {
    height: auto;
    max-height: 600px;
  }

  .left-picture-holder-div {
    display: none;
    width: 80%;
    padding: 10px 5px 5px;
  }

  .signup-button-holder {
    padding-top: 5px;
  }

  .row-collection-div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .college-logo-text {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 12px;
    text-align: center;
  }

  .row-header-text {
    display: none;
  }

  .info-column {
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 16px;
    padding-bottom: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .how-to-header {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 16px;
    line-height: 20px;
  }

  .how-to-header.title-in-row {
    padding-bottom: 10px;
    font-size: 30px;
  }

  .how-to-header-subtitle {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 17px;
  }

  .div-block-7 {
    width: 95%;
  }

  .how-to-div {
    padding-top: 32px;
  }

  .map-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-11 {
    max-width: 400px;
  }

  .title-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    text-align: center;
  }

  .lore-container {
    margin-bottom: 10px;
  }

  .lore-row {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lore-image {
    max-height: 400px;
    max-width: 260px;
  }

  .lore-subtitle {
    font-size: 12px;
    line-height: 18px;
  }

  .news-logo-text {
    font-size: 10px;
    text-align: center;
  }

  .schools-uni-banner {
    display: none;
  }

  .div-block-16 {
    display: none;
  }

  .how-to-title.title-in-row {
    padding-bottom: 10px;
    font-size: 30px;
  }

  .lore-im {
    min-height: 140px;
  }

  .div-block-18 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-13 {
    display: block;
    margin-top: 16px;
    border-radius: 2px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-bar {
    margin-top: -10px;
    padding-top: 10px;
  }

  .hamburger-button.w--open {
    background-color: #2d3e4f;
  }

  .footer {
    padding-bottom: 20px;
  }

  .navbar-container {
    padding-top: 0px;
  }

  .icon {
    color: #edeff2;
  }

  .icon:hover {
    color: #fff;
  }

  .box {
    padding-right: 5px;
    padding-left: 5px;
  }

  .box.wide {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }

  .body-text {
    padding-right: 15px;
    padding-left: 15px;
  }

  .body-text.triplet {
    max-width: 280px;
    text-align: left;
  }

  .form-button.onboarding {
    margin-top: 0px;
  }

  .form-heading {
    color: #333;
  }

  .onboard-subheading {
    margin-top: 36px;
  }

  .onboard-subheading.triplet {
    margin-left: 8px;
  }

  .onboarding-button-container {
    margin-top: -18px;
  }

  .home-mission-text-container {
    max-width: 85vw;
    padding-bottom: 0px;
  }

  .body-wrapper {
    padding-bottom: 80px;
  }

  .onboard-triplet-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .onboarding-triplet {
    margin-bottom: 10px;
    padding: 6px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .onboard-image-copy {
    display: block;
    width: 20px;
  }

  .onboarding-image-and-caption-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .announcement-datetitle-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .announcement-date {
    margin-top: -4px;
    font-size: 14px;
  }

  .announcement-title {
    padding-left: 0px;
    border-style: none;
  }

  .announcement-body {
    margin-left: 0px;
    padding-left: 0px;
    border-left-style: none;
  }

  .send-postcard-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 220px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .send-postcard-image {
    display: block;
  }

  .input-error-div.top-of-stack {
    display: none;
  }

  .input-error-text {
    display: block;
  }

  .postcard-item-text {
    padding-left: 0px;
    text-align: center;
  }

  .address {
    padding-left: 0px;
    text-align: center;
  }

  .content-section.user-cards {
    padding-right: 5px;
    padding-left: 5px;
  }

  .home-first-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-exposition {
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
  }

  .stamp-image {
    max-width: 90%;
  }

  .home-mission-section {
    padding-right: 5px;
    padding-left: 5px;
  }

  .home-mission-button-container {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .footer-link-2.bottom-page {
    text-align: center;
  }

  .legalise {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-button-block {
    width: 160px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .image-9 {
    display: none;
  }

  .home-intro-row-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-navbar-section {
    padding: 10px 15px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .signup-nav-brand-text {
    font-size: 16px;
  }

  .home-nav-link-text {
    margin-left: 12px;
  }

  .home-nav-link-block {
    display: none;
    margin-left: 0px;
  }

  .home-nav-link-block.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .signup-left-column {
    min-height: 520px;
    padding: 20px 20px 20vh;
  }

  .text-block {
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 23px;
  }

  .signup-header-text {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .signup-header-text.destination-page {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .subheader-signup-text {
    margin-top: 20px;
  }

  .subheader-signup-text.confirmation-code-subtext {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .text-block-2 {
    position: relative;
  }

  .progress-button-container {
    max-width: 100%;
  }

  .signup-long-input {
    width: 260px;
    max-width: 100%;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
  }

  .signup-long-input.signup-single-row-input {
    padding-top: 0px;
  }

  .signup-short-input {
    width: 100%;
  }

  .date-input-container {
    width: 45%;
  }

  .signup-direction-button {
    width: 98px;
  }

  .signup-progress-text {
    font-size: 16px;
  }

  .signup-area {
    width: 100%;
  }

  .text-block-5 {
    margin-bottom: 0px;
  }

  .signup-nav-button-text {
    font-size: 14px;
    text-align: center;
  }

  .signup-location-container {
    margin-top: 20px;
  }

  .long-answer-explainer-text {
    width: 260px;
    max-width: 100%;
    margin-top: 0px;
    padding-right: 0px;
  }

  .signup-single-row-input {
    max-width: 100%;
  }

  .finish-with-facebook-button {
    width: 205px;
    margin-left: 15px;
  }

  .beach-chair {
    max-width: 75%;
  }

  .home-nav-links-container {
    padding-right: 0px;
  }

  .hompage-nav-brand-text {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
  }

  .homepage-brand-nav.w--current {
    padding-left: 0px;
  }

  .ambassador-page-stripes {
    width: 15px;
  }

  .stripe.red-stripe {
    width: 5px;
  }

  .stripe.green-stripe {
    width: 5px;
  }

  .stripe.yellow-stripe {
    width: 5px;
  }

  .signup-error-text {
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 23px;
  }

  .top-banner {
    display: none;
  }

  .body-container {
    width: 95vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-8 {
    display: none;
    font-size: 10px;
  }

  .section-bar-divider.sources {
    display: none;
  }

  .section-bar-divider.uni-bar {
    display: none;
  }

  .left-picture-holder-div {
    width: 95%;
  }

  .sign-up-button {
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 5px;
  }

  .signup-button-holder {
    padding-top: 20px;
  }

  .college-logo-text {
    font-size: 6px;
  }

  .info-column {
    margin-top: 4px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .how-to-header {
    padding-right: 1px;
    padding-left: 1px;
    font-size: 14px;
    line-height: 17px;
  }

  .div-block-7 {
    width: 100%;
  }

  .map-div-text {
    font-size: 14px;
  }

  .text-block-11 {
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 14px;
  }

  .title-description {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .div-block-9 {
    padding-bottom: 0px;
  }

  .lore-container {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .lore-image {
    max-width: 240px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .lore-subtitle {
    font-size: 10px;
    line-height: 12px;
  }

  .news-logo-text {
    display: none;
    overflow: visible;
    font-size: 8px;
  }

  .text-block-15 {
    font-size: 14px;
  }

  .text-block-16 {
    font-family: 'Open Sans', sans-serif;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-17 {
    font-weight: 600;
  }

  .text-block-18 {
    font-weight: 600;
  }

  .lore-im {
    min-height: 100px;
  }

  .div-block-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}