.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.utility-page-content {
  width: auto;
  text-align: center;
  flex-direction: column;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.howitworks {
  color: rgba(0, 0, 0, 0);
  background-color: #f9fafb;
  padding: 85px 83.25px 50px;
  font-family: Nunito, sans-serif;
  display: block;
}

.team {
  background-color: #f9fafb;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 30px;
  padding-left: 83.25px;
  display: block;
  position: relative;
}

.team.team-k-12-hidden {
  display: none;
}

.contact {
  background-color: #f9fafb;
  padding: 50px 83.25px 70px;
  position: relative;
}

.contact.white-backgr-section {
  background-color: #fff;
}

.nav-logo-link {
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: inline-block;
}

.nav-logo-link.w--current {
  object-fit: scale-down;
  overflow: visible;
}

.nav-logo-link.multiple_logos {
  margin-right: 35px;
}

.nav-logo-link.multiple_logos.w--current {
  margin-right: 30px;
}

.nav-logo-link.multiple_logos.logo-distance-right {
  height: 100%;
  object-fit: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 35px;
  display: inline-block;
}

.logomain {
  width: auto;
  height: 55px;
  max-width: none;
  object-fit: none;
  object-position: 0% 50%;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  display: block;
}

.logomain.double_logo {
  width: auto;
  height: 30px;
  object-fit: contain;
  display: inline-block;
}

.logomain.double_logo.unselected {
  opacity: .4;
}

.nav-link {
  color: #172a4a;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-left: 20px;
  margin-right: 0;
  padding: 10px 0;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.schedule_demo_link {
  color: #e46c00;
}

.hero {
  width: auto;
  height: 100%;
  background-color: #f9fafb;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 83.25px;
  display: flex;
  position: relative;
}

.hero.height_section {
  padding-top: 0;
  padding-bottom: 30px;
}

.hero.section_wdecor {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.flex-container {
  width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px 83.25px;
  display: flex;
  overflow: visible;
}

.flex-container.contact-container {
  flex-direction: column;
  align-items: stretch;
}

.flex-container.contact-container.vertical-flex-centered {
  align-items: center;
  padding-right: 0;
}

.flex-container.larger-padding {
  flex: 1;
  padding-top: 40px;
}

.flex-container.heroflex {
  max-width: 1440px;
  padding-top: 65px;
}

.hero-image {
  z-index: 1;
  width: 60%;
  max-width: none;
  margin-left: -5%;
  display: block;
  position: relative;
  overflow: hidden;
}

.why-hellocampus {
  background-color: #fff;
  border: 1px #000;
  margin-top: 0;
  padding: 85px 83.25px 50px;
  overflow: hidden;
}

.benefitimage-mask {
  width: auto;
  height: 350px;
  max-height: none;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.benefit1-image {
  z-index: 0;
  width: 110%;
  height: 110%;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: -10px;
  margin-right: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.heading_1 {
  width: auto;
  height: auto;
  max-width: 700px;
  color: #520f70;
  text-align: left;
  margin-top: 0;
  margin-bottom: 3.75px;
  font-family: Nunito, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
  text-decoration: none;
}

.heading_1:hover {
  color: #520f70;
}

.heading_1.privacy-heading {
  max-width: none;
  margin-top: 0;
  margin-bottom: 30px;
}

.heading_1.scholarship_heading {
  max-width: 600px;
  font-size: 60px;
  line-height: 70px;
}

.heading_1.heading1-no-width {
  max-width: none;
}

.heading_1.heading1-no-width.heading1-center {
  color: #520f70;
  align-self: center;
}

.heading_1.heading1-no-width.heading1-center.on-white {
  color: #fff;
}

.heading_1.h1_mainbrand {
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
  display: block;
}

.heading_1.h1_mainbrand:hover {
  color: #234b8b;
}

.heading_1.h1_brandconnections {
  color: #2f76e7;
}

.heading_1.h1_brandleads {
  color: #e26a00;
}

.heading_1.h1-horizontal-centered {
  margin-left: auto;
  margin-right: auto;
}

.subheadline-paragraph {
  width: auto;
  height: auto;
  max-width: 500px;
  color: #172a4a;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.buttonmain {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  min-width: 0;
  color: #fff;
  white-space: normal;
  cursor: pointer;
  object-fit: fill;
  background-color: #234b8b;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 10px 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s, background-color .3s, box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px #bfbfbf;
}

.buttonmain:hover {
  background-color: #621784;
  background-image: none;
  box-shadow: 0 15px 30px #bfbfbf;
}

.buttonmain.buttonsecondary {
  color: #520f70;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  border-width: 2px;
  transition: border-color .3s, background-color .3s, box-shadow .3s;
}

.buttonmain.buttonsecondary:hover {
  color: #621784;
  border-color: #621784;
}

.buttonmain.buttonsecondary.ga-event {
  justify-content: center;
}

.buttonmain.buttonsecondary.buttonsecondary_brandmain {
  color: #234b8b;
  border-color: #234b8b;
}

.buttonmain.buttonsecondary.buttonsecondary_brandconnections {
  color: #2f76e7;
  background-color: #fff;
  background-image: none;
  border-color: #2f76e7;
}

.buttonmain.button-properties {
  margin-top: 40px;
}

.buttonmain.ga-event {
  background-color: #520f70;
  border-color: #520f70;
}

.buttonmain.ga-event:hover {
  background-color: #621784;
}

.buttonmain.button-centered {
  align-self: center;
  font-weight: 800;
}

.buttonmain.button_learnmore_brandmain {
  height: auto;
  min-width: 0;
  background-color: #234b8b;
  border-style: none;
  margin-top: 10px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}

.buttonmain.button_additional_connections {
  height: auto;
  min-width: 0;
  background-color: #2f76e7;
  border-style: none;
  margin-top: 10px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}

.buttonmain.button_additional_leads {
  height: auto;
  min-width: 0;
  background-color: #e26a00;
  border-style: none;
  margin-top: 10px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}

.buttonmain.buttonmain_brandmain {
  background-color: #234b8b;
  border-color: #234b8b;
}

.buttonmain.buttonmain_brlive {
  background-color: #520f70;
}

.buttonmain.buttonmain_brconnections {
  background-color: #2f76e7;
  border-color: #2f76e7;
}

.buttonmain.buttonmain_brconnections:hover {
  box-shadow: 0 10px 20px #bfbfbf;
}

.buttonmain.color-background_main {
  background-color: #234b8b;
}

.buttonmain.color_live {
  background-color: #520f70;
}

.buttonmain.color_live:hover {
  background-color: #621784;
}

.benefit-title {
  color: #234b8b;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.benefit-title.text-centered {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.benefit-title.textcolor_brandlive {
  color: #520f70;
}

.benefit-text {
  max-width: none;
  color: #172a4a;
  padding-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.benefit-text.annonuncement-text {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}

.benefit-text.text-centered {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.benefit-text.no-margin {
  margin-bottom: 0;
}

.how-gridcontainer {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  grid-template: "."
  / minmax(100px, auto) minmax(100px, auto) minmax(100px, auto) minmax(100px, auto) minmax(100px, auto);
  margin-top: 30px;
  margin-bottom: 30px;
}

.how-gridcontainer.gridcontainer-k12 {
  flex-direction: column;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  margin-top: 60px;
  margin-bottom: 40px;
  display: none;
}

.how-gridcontainer.gridcontainer_live {
  grid-template-columns: minmax(100px, auto) minmax(100px, auto) minmax(100px, auto) minmax(100px, auto) minmax(100px, auto) minmax(100px, auto);
}

.howimage-mask {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  background-color: #eaedf1;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.how-text {
  color: #172a4a;
  text-align: left;
  margin-top: 30px;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-block {
  z-index: 2;
  height: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0%;
  display: flex;
  position: relative;
  left: auto;
}

.flex-container-vertical {
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 83.25px;
  padding-right: 83.5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.flex-container-vertical.vertical-flex-centered {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  position: relative;
}

.flex-container-vertical.vertical-flex-centered.calendlydemobooking {
  display: none;
}

.flex-container-vertical.benefitsflexcontainer {
  align-items: flex-start;
}

.flex-container-vertical.horizontal-center {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.flex-container-vertical.horizontal-center.blog-featured {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.benefit2-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin: 0;
  padding: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.benefit3-image {
  z-index: 0;
  width: 120%;
  height: 110%;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin: 0 -20px 0 -5px;
  padding-right: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-3 {
  z-index: 2;
  max-width: 400px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.why-heading {
  width: auto;
  height: 80px;
  color: #520f70;
  text-align: left;
  margin-top: 0;
  margin-bottom: 32.5px;
  font-family: Nunito, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.column {
  padding-right: 20px;
}

.column-3 {
  padding-left: 20px;
}

.column-2 {
  display: block;
}

.nav-menu {
  display: flex;
}

.nav-menu.static_site {
  width: 100%;
  flex-direction: row;
  flex: 0 100%;
  justify-content: flex-end;
}

.navbar_div {
  width: 100%;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  padding-left: 83.25px;
  padding-right: 83.25px;
  display: flex;
}

.navbar_div.navbar_double {
  padding-top: 0;
}

.navbar {
  z-index: 100;
  color: #eaedf1;
  background-color: #f9fafb;
  padding-left: 83.25px;
  padding-right: 83.25px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-step-number-howitworks {
  color: #c7d4ea;
  margin-top: -25px;
  margin-left: -20px;
  margin-right: 10px;
  font-family: Nunito, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
  display: block;
}

.div-grid-cell-howitworks {
  margin-right: 20px;
}

.flex-container-team {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 83.25px;
  display: flex;
}

.whoweare-text {
  max-width: 518px;
  color: #172a4a;
  margin-top: 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.team-image {
  width: 60%;
  height: auto;
  max-height: none;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  margin-top: 0;
  margin-left: -15px;
  margin-right: 0;
  display: inline-block;
}

.grid {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex: 0 auto;
  grid-template: "." minmax(60.75px, auto)
                 "." minmax(60.75px, auto)
                 "." minmax(60.75px, auto)
                 "." minmax(60.75px, auto)
                 "." minmax(60.75px, auto)
                 "." minmax(60.75px, auto)
                 "." minmax(60.75px, auto)
                 / minmax(35%, auto) minmax(22%, auto) minmax(28%, auto) minmax(15%, auto);
  grid-auto-columns: auto;
  align-content: space-around;
  justify-content: space-around;
  align-self: stretch;
  position: relative;
}

.div-block-header-left {
  max-height: none;
  background-color: #eaedf1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: block;
}

.techsolution-table-header {
  max-height: none;
  color: #234b8b;
  text-align: center;
  background-color: #eaedf1;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  display: flex;
  position: static;
}

.reinfstatement-header {
  max-width: none;
  color: #172a4a;
  text-align: center;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Nunito, sans-serif;
  font-size: 36px;
  font-weight: 700;
  position: relative;
}

.reinfstatement-header.textcolor_brandlive {
  color: #520f70;
}

.image {
  max-height: 50px;
  max-width: none;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: relative;
}

.div-block-header-right {
  background-color: #eaedf1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #172a4a;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block.text-block-emphasis {
  font-weight: 800;
  line-height: 22px;
}

.reinforcing-statement {
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 85px;
  padding-bottom: 50px;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.reinforcing-statement.reinforcing-statement-k-12-hidden {
  display: none;
}

.div-block-header-center {
  max-height: none;
  background-color: #eaedf1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-symbol.div-block-center {
  background-color: #f9fafb;
}

.div-block-symbol.div-block-right {
  background-color: #f9fafb;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.text-block-2 {
  width: 19px;
  height: 19px;
  color: #fff;
  text-align: center;
  background-color: #5da731;
  border-radius: 6px;
  font-family: Nunito, sans-serif;
  display: block;
  position: static;
}

.div-block-7 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.div-block-7.div-block-border-left {
  background-color: #f9fafb;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.flex-container-vertical-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 83.25px;
  padding-right: 83.5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-3 {
  color: #234b8b;
  margin-top: 20px;
  font-family: Nunito, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-3.privacy-sub-header {
  margin-top: 5px;
  margin-bottom: 5px;
}

.div-block-8 {
  width: auto;
  max-width: 615px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-4 {
  max-width: none;
  color: #172a4a;
  align-self: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-4.max_size {
  max-width: 500px;
  margin-bottom: 0;
}

.text-field {
  width: 100%;
  height: 40px;
  max-width: 500px;
  min-width: 300px;
  color: #a0bcea;
  cursor: text;
  background-color: #fff;
  border: 2px solid #c7d4ea;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
}

.text-field:active {
  color: #234b8b;
}

.text-field::-ms-input-placeholder {
  color: #a0bcea;
  font-size: 14px;
}

.text-field::placeholder {
  color: #a0bcea;
  font-size: 14px;
}

.text-field.description-field {
  height: 160px;
  flex: 0 auto;
}

.text-field.text-field-selection {
  color: #a0bcea;
}

.form-block {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.form {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.success-message {
  background-color: #fff;
  border: 2px solid #c7d4ea;
  border-radius: 5px;
}

.text-block-5 {
  height: 400px;
  color: #172a4a;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.text-block-6 {
  color: #172a4a;
  font-family: Nunito, sans-serif;
}

.block-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 80px;
  display: flex;
}

.contact-block {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 10px;
  margin-right: 10%;
  display: flex;
}

.contact-block.contact-block_vertical {
  flex-direction: column;
}

.block-right {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.footer {
  min-height: 80px;
  background-color: #172a4a;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 83.25px;
  padding-right: 83.25px;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-9 {
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-footer {
  height: 80px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-left: 83.25px;
  padding-right: 83.25px;
  display: flex;
}

.image-2 {
  width: 184px;
  height: auto;
}

.text-block-7 {
  color: #fff;
  margin-left: 35px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-7.no-margin {
  margin-left: 0;
}

.text-block-7.footer-year {
  margin-left: 0;
  padding-left: 2px;
}

.link {
  color: #fff;
  padding-left: 20px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.imagelogohorizontal {
  max-height: 27px;
}

.modal-popup-background {
  z-index: 999;
  background-color: rgba(23, 42, 74, .5);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-popup {
  width: auto;
  height: auto;
  max-width: none;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  overflow: scroll;
}

.modal-popup.temporary-modal {
  border-radius: 15px;
  flex-direction: column;
  align-items: stretch;
  bottom: 28%;
  left: 20%;
  right: 20%;
  overflow: visible;
}

.button-close {
  z-index: auto;
  width: 18px;
  height: 18px;
  clear: none;
  text-align: left;
  background-color: #fff;
  background-image: url('../images/CloseIcon.svg');
  background-position: 50%;
  background-size: auto;
  align-self: flex-end;
  padding: 0;
  display: block;
  position: absolute;
  top: 2.5%;
  bottom: auto;
  left: auto;
  right: 2%;
  overflow: visible;
}

.annonuncement {
  background-color: #520f70;
  justify-content: space-between;
  align-items: center;
  padding: 30px 166.5px;
  display: flex;
}

.link-announcement {
  color: #fff;
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.link-announcement:hover {
  text-decoration: underline;
}

.section {
  height: 100%;
  min-height: auto;
  flex: 1;
  margin-top: -80px;
  padding: 100px 83.25px 50px;
  display: block;
}

.text-span {
  color: #520f70;
  text-decoration: underline;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  font-weight: 700;
}

.reinforcing-statement-grid-container {
  width: 100%;
  min-height: 10px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.dnt-general-div {
  width: 300px;
  justify-content: space-between;
  display: flex;
}

.dnt-general-div.dnt-buttons {
  width: 300px;
  justify-content: space-between;
}

.text-block-8 {
  margin-top: 0%;
  margin-left: 0;
  margin-right: 0;
  font-family: Lato, sans-serif;
}

.text-block-8.statustext {
  font-weight: 900;
}

.dnt-spacer {
  width: 200px;
  max-height: 100px;
  min-height: 20px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.button-2 {
  background-color: #ec3e38;
}

.button-2.btn_dnd_true:active {
  background-color: #e10be6;
}

.button-3 {
  background-color: #1ba300;
}

.button-3.btn_dnd_false:active {
  background-color: #c86dd7;
}

.howitworks-image {
  width: auto;
  max-height: none;
  max-width: 80%;
  flex: 0 auto;
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: inline-block;
}

.heading2 {
  color: #520f70;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.heading2.h3_mainbrand {
  color: #234b8b;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.heading2.h2_mainbrand {
  color: #234b8b;
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 28px;
  display: block;
}

.heading2.h2_mainbrand_centered {
  color: #234b8b;
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 28px;
  display: block;
}

.heading2.h2_mainbrand_alignedleft {
  color: #234b8b;
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  display: block;
}

.div-block-11 {
  width: 60%;
  color: #172a4a;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.image-3 {
  width: 40%;
}

.div-block-12 {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.buttonmain-404 {
  z-index: 2;
  width: 200px;
  height: 45px;
  color: #fff;
  white-space: normal;
  cursor: pointer;
  background-color: #520f70;
  border: 1px solid #520f70;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 25px;
  margin-right: 0;
  padding: 0;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  text-decoration: none;
  transition: opacity .2s, background-color .3s, box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px #bfbfbf;
}

.buttonmain-404:hover {
  background-color: #621784;
  background-image: none;
  box-shadow: 0 15px 30px #bfbfbf;
}

.div-block-4-blog {
  height: 80px;
  justify-content: space-between;
  align-items: center;
  padding-left: 83.25px;
  padding-right: 83.25px;
  display: flex;
}

.div-block-13 {
  align-items: center;
  display: flex;
}

.div-block-14 {
  max-width: 55%;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  margin: 0;
  padding: 0;
  display: block;
}

.heading-3 {
  color: #234b8b;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 54px;
  line-height: 58px;
}

.image-4 {
  max-height: 100%;
  max-width: 100%;
  object-fit: fill;
  border-radius: 20px;
  flex: 0 auto;
  display: block;
}

.div-block-15 {
  max-height: none;
  max-width: 100%;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin: 15px 0 30px;
  display: flex;
}

.div-block-16 {
  margin: 30px 0 20px;
}

.collection-item-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.section-2 {
  height: auto;
  color: #a0bcea;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  margin-top: 0;
  padding: 30px 83.25px;
  display: flex;
}

.columns-2 {
  justify-content: space-between;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-6 {
  width: 100%;
  max-width: none;
  object-fit: fill;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.div-block-21 {
  max-width: 60%;
  flex: 0 auto;
  align-self: flex-start;
  margin: 0 0 15px;
  padding-left: 20px;
  padding-right: 10px;
}

.heading-5 {
  color: #520f70;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.heading-5.right-module {
  color: #234b8b;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}

.text-block-12 {
  color: #172a4a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-12.tag-page {
  margin-top: 20px;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.richtextblock {
  color: #172a4a;
  padding: 0;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.link-2 {
  color: #234b8b;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.link-2:hover {
  color: #234b8b;
  border: 1px #621784;
}

.div-block-22 {
  max-height: none;
  max-width: none;
  object-fit: fill;
  flex: 1;
  margin-bottom: 50px;
}

.collection-list-wrapper {
  margin-top: 10px;
}

.link-3 {
  color: #234b8b;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-3:hover {
  color: #234b8b;
}

.link-3.w--current {
  font-size: 14px;
  font-weight: 700;
}

.image-7 {
  border-radius: 10px;
}

.collection-list-4 {
  display: block;
}

.collection-item-featured {
  height: 700px;
  padding-left: 0;
  padding-right: 20px;
}

.link-5 {
  color: #234b8b;
  font-family: Nunito, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
}

.link-5:hover {
  color: #234b8b;
}

.text-block-15 {
  color: #172a4a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.image-8 {
  border-radius: 10px;
}

.column-6 {
  padding-left: 25px;
  padding-right: 0;
}

.column-7 {
  padding-left: 0;
}

.collection-list-wrapper-3 {
  margin-top: 30px;
}

.tag-link {
  color: #234b8b;
  -webkit-text-fill-color: inherit;
  background-color: #c7d4ea;
  background-clip: border-box;
  border-radius: 5px;
  margin-right: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.tag-link:hover {
  color: #234b8b;
  padding-left: 5px;
  padding-right: 5px;
}

.link-6 {
  color: #234b8b;
  margin-left: 10px;
  font-family: Nunito, sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-decoration: none;
}

.link-6.w--current {
  color: #234b8b;
  margin-left: 0;
  font-size: 50px;
  font-weight: 700;
}

.link-6.w--current:hover {
  color: #234b8b;
}

.text-block-16 {
  color: #234b8b;
  border-right: 2px solid #234b8b;
  margin-bottom: 20px;
  margin-right: 0;
  padding-right: 10px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-18 {
  color: #234b8b;
  margin-right: 6px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-24 {
  display: flex;
}

.div-block-25 {
  color: #234b8b;
  margin-left: 10px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.tag-link-more-posts {
  color: #234b8b;
  background-color: #c7d4ea;
  border-radius: 3px;
  margin-right: 10px;
  padding: 0 5px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.tag-link-more-posts:hover {
  color: #234b8b;
}

.div-block-26 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-27 {
  align-items: center;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.column-8 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.columns-3 {
  align-items: center;
  display: flex;
}

.image-9 {
  max-width: 100%;
  border-radius: 10px;
}

.collection-item-5 {
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.heading-link-more-section {
  color: #234b8b;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.heading-link-more-section:hover {
  color: #234b8b;
}

.heading-link-more-section.w--current {
  font-weight: 700;
  text-decoration: none;
}

.heading-link-more-section.w--current:hover {
  color: #621784;
}

.div-block-30 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.body {
  height: auto;
  flex-direction: column;
  display: flex;
}

.blog {
  height: auto;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin-top: 0;
  padding: 60px 83.25px 30px;
  display: block;
  position: relative;
}

.heading-10 {
  color: #520f70;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 5px;
  font-family: Nunito, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.spacer-container {
  width: auto;
  height: auto;
  flex: 1;
  display: block;
}

.info-text {
  color: #234b8b;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.network-result-block {
  width: 250px;
  height: 150px;
  background-color: #5da731;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.network-result-block.noresult, .network-result-block.noresult.download_result, .network-result-block.noresult.upload_result, .network-result-block.noresult.latency_result {
  display: none;
}

.network-reponse-type, .network-result-value {
  color: #fff;
  font-family: Nunito, sans-serif;
}

.testing-network-connection {
  width: 250px;
  height: 150px;
  background-color: #eaedf1;
  border: 1px #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testing-network-connection.download_testing {
  border-radius: 10px;
  display: flex;
}

.testing-network-connection.latency_testing {
  display: flex;
}

.text-block-21 {
  color: #172a4a;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.heading-13 {
  color: #520f70;
  font-family: Nunito, sans-serif;
  font-size: 40px;
}

.network-connection-normal-text {
  color: #172a4a;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.network-connection-columns {
  max-width: 900px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.download_column {
  display: block;
}

.heading-schools-slider {
  width: auto;
  color: #520f70;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.carousel {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.card {
  width: 180px;
  height: 60px;
  align-items: stretch;
  margin-right: 20px;
  display: block;
}

.clients-reel {
  width: 100%;
  height: 200px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.clients-reel.normal_reel {
  margin-bottom: 0;
}

.image-17 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 0;
  object-fit: contain;
}

.howtoapply_scholarship {
  height: auto;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  margin-top: 0;
  padding: 30px 83.25px;
  display: none;
}

.howitworks_scholarship_steps {
  margin-top: 30px;
}

.scholarship_step {
  flex-direction: column;
  padding: 10px 25px 10px 0;
  display: flex;
}

.scholarship_step_title {
  color: #234b8b;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nunito, sans-serif;
}

.apply_form_section {
  height: auto;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  margin-top: 0;
  padding: 0 0 30px;
  display: none;
}

.winners-section {
  height: auto;
  background-color: #f9fafb;
  background-image: url('../images/Winners-Section_background.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  padding: 30px 83.25px 0;
  display: none;
}

.registration_form_scholarship {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin: 0;
  padding-left: 0;
  display: block;
}

.select-field {
  width: 100%;
  height: 40px;
  max-width: 500px;
  min-width: 300px;
  color: #172a4a;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #c7d4ea;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 0;
  padding-left: 6px;
  padding-right: 15px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  display: block;
}

.select-field.univs_select_field {
  display: none;
}

.scholarship_register_form {
  margin-bottom: 0;
}

.scholarship-form {
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  margin: 30px 83.25px;
  padding-top: 30px;
  display: flex;
}

.scholarship-form-success {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-style: none;
  border-color: #c7d4ea;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 0 30px;
  overflow: visible;
}

.checkbox-field {
  color: #172a4a;
  margin-bottom: 10px;
  padding-right: 20px;
  font-family: Nunito, sans-serif;
}

.link-7 {
  color: #621784;
  text-decoration: none;
}

.checkbox {
  opacity: .48;
  color: #a0bcea;
  border: 1px #a0bcea;
  border-radius: 6px;
}

.checkbox-label {
  padding-left: 4px;
}

.text-block-22 {
  color: #520f70;
  text-align: left;
  justify-content: center;
  margin-bottom: 15px;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  display: flex;
}

.div-block-31 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.heading1_pop-up {
  width: auto;
  height: auto;
  max-width: none;
  color: #520f70;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 3.75px;
  font-family: Nunito, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.reel-container {
  width: 100%;
  height: 80px;
}

.reel-header-container {
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clients-reel-mobile {
  display: none;
}

.clients-reel-mobile.mobile_reel {
  margin-top: 20px;
  margin-bottom: 40px;
  display: none;
}

.reel-wraper {
  margin: 10px 0;
  overflow: hidden;
}

.reel-marquee-wraper {
  width: 200%;
  display: flex;
}

.reel-marquee {
  width: 50%;
  justify-content: space-around;
  display: flex;
}

.reel-card {
  height: 60px;
  border: 1px #000;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 10px;
  display: flex;
}

.reel-marquee-image {
  width: 70px;
  height: 60px;
  max-width: none;
  object-fit: contain;
  display: block;
}

.form-info-text {
  max-width: 500px;
  min-height: 60px;
  min-width: 300px;
  color: #172a4a;
  margin-top: 15px;
  font-size: 18px;
  line-height: 24px;
}

.form-info-text.scholarship_register_intro {
  min-height: auto;
  color: #172a4a;
  font-size: 18px;
  line-height: 28px;
}

.form-info-text.scholarship_register_intro.align_center {
  text-align: center;
}

.form-info-text.explainer_text {
  background-color: #c7d4ea;
  border-radius: 10px;
  margin-top: 25px;
  padding: 10px 10px 10px 15px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.columns-4 {
  max-width: 1400px;
  color: #e00000;
  flex: 1;
  align-self: stretch;
  margin-top: 20px;
}

.scholarship_register_intro {
  max-width: none;
  color: #172a4a;
  margin-top: 0;
  padding-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.feature_section {
  height: auto;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 166.5px;
  display: flex;
}

.div-block-32 {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.image-20 {
  flex: 0 auto;
}

.scholarship-form-success-container {
  height: 520px;
  background-image: url('../images/Group-449.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-33 {
  width: 680px;
  align-self: center;
  margin-top: 0;
  margin-left: 33px;
}

.text-block-23 {
  width: auto;
  height: 200px;
  color: #520f70;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 46px;
}

.text-block-24 {
  color: #172a4a;
  text-align: center;
  margin-top: 16px;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-34 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 40px;
  display: flex;
}

.text-block-25 {
  color: #172a4a;
  font-family: Nunito, sans-serif;
  font-size: 12px;
}

.column_step_registerform {
  padding-right: 40px;
}

.image-22 {
  border-radius: 10px;
}

.div-block-38 {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.tag-link-more-posts-2 {
  color: #234b8b;
  background-color: #c7d4ea;
  border-radius: 3px;
  margin-right: 10px;
  padding: 0 5px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.tag-link-more-posts-2:hover {
  color: #234b8b;
}

.heading-link-more-section-2 {
  color: #234b8b;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.heading-link-more-section-2:hover {
  color: #234b8b;
}

.heading-link-more-section-2.w--current {
  font-weight: 700;
  text-decoration: none;
}

.heading-link-more-section-2.w--current:hover {
  color: #621784;
}

.text-block-26 {
  color: #172a4a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.link-9 {
  color: #234b8b;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-9:hover {
  color: #234b8b;
}

.link-9.w--current {
  font-size: 14px;
  font-weight: 700;
}

.collection-item-featured-adjusted {
  padding-left: 0;
  padding-right: 60px;
}

.social-media-icons {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-23 {
  min-width: 40px;
}

.social-media-link-block {
  margin-right: 20px;
}

.double-logo-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: block;
}

.double-logo-div.static_site {
  display: none;
}

.about-section-vertical-flow {
  background-color: #fff;
  margin-top: 0;
  padding: 50px 83.25px;
  position: relative;
  overflow: hidden;
}

.heading1_connection {
  width: auto;
  height: auto;
  max-width: 646px;
  color: #2f76e7;
  text-align: left;
  margin-top: 0;
  margin-bottom: 3.75px;
  padding-left: 20px;
  font-family: Nunito, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
  text-decoration: none;
}

.heading1_connection:hover {
  color: #2f76e7;
}

.buttonmain_connections {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  min-width: 0;
  color: #fff;
  white-space: normal;
  cursor: pointer;
  background-color: #2f76e7;
  border: 1px solid #2f76e7;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .2s, background-color .3s, box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px #bfbfbf;
}

.buttonmain_connections:hover {
  background-color: #2f76e7;
  background-image: none;
  box-shadow: 0 15px 30px #bfbfbf;
}

.buttonmain_connections.ga-event {
  background-color: #2f76e7;
  border-color: #2f76e7;
}

.buttonmain_connections.buttonsecondary_connections {
  color: #2f76e7;
  background-color: #2f76e7;
  background-image: linear-gradient(#fff, #fff);
  border-width: 2px;
  transition: border-color .3s, background-color .3s, box-shadow .3s;
}

.buttonmain_connections.buttonsecondary_connections:hover, .buttonmain_connections.buttonsecondary_connections.ga-event:hover {
  color: #2f76e7;
  border-color: #2f76e7;
}

.ga-event {
  background-color: rgba(0, 0, 0, 0);
}

.how-gridcontainer-connections {
  grid-column-gap: 10px;
  grid-row-gap: 35px;
  grid-template: "."
  / minmax(100px, auto) minmax(100px, auto) minmax(100px, auto);
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.about_image-div {
  width: auto;
  height: 400px;
  max-height: none;
  max-width: 50%;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/CONNECTIONS-SPLAT.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.about_image-div.about-image-right-div {
  max-width: 50%;
  background-image: url('../images/CONNECTIONS-SPLAT.png');
  background-position: 50%;
  background-size: contain;
  justify-content: flex-start;
}

.about_image-1 {
  z-index: 0;
  width: 120%;
  height: 110%;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: -20px;
  margin-right: -20px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.about_image-1.about-image-right {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 15px;
}

.div-flexible-horizontal {
  flex: 0 auto;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.div-flexible-horizontal.middle-div {
  padding-left: 20px;
  padding-right: 20px;
}

.div-50-positioned-left {
  max-width: 50%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-right: 60px;
  display: flex;
}

.div-50-positioned-right {
  max-width: 50%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  margin-left: 60px;
  margin-right: 0;
  display: flex;
}

.benefitsleads {
  background-color: #f9fafb;
  padding: 30px 83.25px 50px;
  display: block;
  position: relative;
}

.div-grid-cell-howitworks-connections {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading1_connections-no-padding {
  width: auto;
  height: auto;
  max-width: 646px;
  color: #2f76e7;
  text-align: left;
  margin-top: 0;
  margin-bottom: 3.75px;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
  text-decoration: none;
}

.heading1_connections-no-padding:hover {
  color: #2f76e7;
}

.howitworks-connections-title {
  color: #234b8b;
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.howitworks-connections-paragraph {
  max-width: none;
  color: #172a4a;
  text-align: center;
  padding-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.benefits-section {
  background-color: #fff;
  padding: 85px 83.25px 50px;
  display: block;
  position: relative;
}

.benefits-section.grey-backgr-section {
  background-color: #f9fafb;
  padding-left: 83.25px;
  padding-right: 83.25px;
  display: block;
  position: relative;
}

.connections-benefits-picture-div {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.connections-benefits-icon {
  max-width: 30%;
}

.connections-benefits-columns-container {
  max-width: 1200px;
  align-self: auto;
  margin-top: 60px;
}

.padded-column-connections-benefits {
  padding-left: 24px;
  padding-right: 24px;
}

.about-connections-title {
  color: #234b8b;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nunito, sans-serif;
  line-height: 32px;
}

.modal-popup-temporary-unavailable {
  z-index: 999;
  background-color: rgba(23, 42, 74, .5);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading1_pop-up-centered {
  width: auto;
  height: auto;
  max-width: none;
  color: #520f70;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 3.75px;
  font-family: Nunito, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.paragraph-text-centered {
  max-width: none;
  color: #234b8b;
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 25px;
  padding-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.modal-popup-div {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-self: center;
  margin-bottom: 45px;
  display: flex;
}

.expected-values-div {
  background-color: #eaedf1;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
}

.paragraph-text-aligned-left {
  color: #234b8b;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.text-span-8 {
  font-size: 28px;
  font-weight: 800;
}

.text-span-10 {
  color: #2f76e7;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.text-span-11 {
  color: #2f76e7;
}

.inspiring-stories {
  height: auto;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  margin-top: 0;
  padding: 30px 83.25px;
  display: flex;
}

.html-embed {
  margin-top: 45px;
  margin-bottom: 45px;
}

.div-block-39 {
  min-height: 700px;
}

.hellocampus-statistics {
  color: rgba(0, 0, 0, 0);
  background-color: #f9fafb;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  display: block;
}

.html-embed-2 {
  margin-bottom: 0;
}

.blog-post-centered {
  height: auto;
  color: #a0bcea;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  padding: 30px 83.25px;
  display: flex;
}

.load-more {
  background-color: #234b8b;
  border-style: none;
  border-color: #520f70;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .49);
}

.load-more:hover {
  background-color: rgba(35, 75, 139, .93);
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
}

.text-block-27 {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.icon-2 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.pagination {
  margin-top: 20px;
}

.previous {
  background-color: #520f70;
  border-style: none;
  border-radius: 5px;
  display: none;
}

.previous:hover {
  background-color: #621784;
}

.icon-3 {
  color: #fff;
}

.text-block-28 {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-close-position-static {
  width: 18px;
  height: 18px;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/CloseIcon.svg');
  background-position: 50%;
  background-size: auto;
  border: 1px #000;
  border-radius: 0;
  align-self: flex-end;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

.announcement-bar-paragraph {
  color: #520f70;
  text-align: center;
  padding: 0 83.25px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.announcement-bar-paragraph.white-text {
  color: #172a4a;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.announcement-bar-div {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.announcement-bar-div.extended {
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.announcement-bar-section-taller {
  background-color: #dde3ed;
  background-image: url('../images/Clouds-background_transparent_left.svg'), url('../images/Clouds-background_transparent_left.svg');
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  margin-top: 0;
  display: block;
}

.bold-text-3 {
  color: #234b8b;
}

.columns-5 {
  margin-top: 30px;
}

.winners-videos {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  padding-top: 0;
  display: flex;
}

.winner-video {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  padding: 25px;
  display: flex;
}

.name_heading {
  color: #fff;
  margin-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.school-name {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 18px;
}

.div-block-40 {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.title {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 25px;
  display: flex;
}

.div-block-41 {
  max-width: none;
  min-width: 0;
  flex: 1;
  align-self: stretch;
}

.heading_category {
  color: #fff;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.our-judges-section {
  height: auto;
  background-color: #f9fafb;
  background-image: url('../images/background_bookshelf.svg'), url('../images/background_chair.svg'), url('../images/background_window.svg');
  background-position: 110% 90%, -184px 90%, -400px 40px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  padding: 30px 83.25px 0;
  display: flex;
  position: static;
}

.subheadline-paragraph_no-width {
  width: auto;
  height: auto;
  max-width: 70%;
  color: #172a4a;
  text-align: justify;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nunito, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5em;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.grid-cell-judges {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
}

.judge-label-div {
  background-color: #c7d4ea;
  border-radius: 10px;
  justify-content: center;
  padding: 10px;
  display: flex;
}

.image-24 {
  padding: 0;
  display: inline-block;
}

.judge-name {
  color: #172a4a;
  margin-top: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.judge-copy-div {
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.judge-title {
  color: #172a4a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.judge-experience {
  color: #172a4a;
  text-align: center;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.container-2 {
  max-width: 1100px;
  margin-bottom: 20px;
}

.link-11 {
  color: #172a4a;
  cursor: pointer;
  text-decoration: underline;
}

.link-11:hover {
  color: #621784;
}

.announcement-bar-connections {
  width: auto;
  height: 100%;
  background-color: #c7d4ea;
  justify-content: space-between;
  align-items: center;
  padding: 20px 83.25px;
  display: none;
}

.text-block-29 {
  color: #172a4a;
  flex: 1;
  align-self: auto;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  text-decoration: none;
}

.bold-text-6, .text-span-12 {
  color: #172a4a;
}

.text-span-13 {
  color: #234b8b;
  text-decoration: none;
}

.buttonmain_connections_no-size {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  min-width: 0;
  color: #fff;
  text-align: center;
  white-space: normal;
  cursor: pointer;
  object-fit: fill;
  background-color: #2f76e7;
  border: 1px solid #2f76e7;
  border-radius: 5px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 5px 20px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  text-decoration: none;
  transition: opacity .2s, background-color .3s, box-shadow .3s;
  display: block;
  position: relative;
  box-shadow: 0 5px 10px #bfbfbf;
}

.buttonmain_connections_no-size:hover {
  background-color: #2f76e7;
  background-image: none;
  box-shadow: 0 15px 30px #bfbfbf;
}

.link-12 {
  cursor: pointer;
  text-decoration: none;
}

.link-12:hover {
  text-decoration: underline;
}

.orgheader {
  z-index: 9999;
  width: 100%;
  min-height: 90px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #520f70;
  background-clip: border-box;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 100px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.link-14 {
  color: #fff;
  margin-right: 1.75em;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.booknow {
  color: #fff;
  border-radius: 4px;
  padding: 1em 2em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.booknow.booknowbio {
  padding-top: 1em;
  line-height: 1;
}

.container-3 {
  height: 100%;
  max-width: 1000px;
  color: #fff;
  object-fit: fill;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.div-block-43 {
  flex: 0 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-44 {
  width: 100%;
  max-width: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.surveycontentcontainer {
  height: 100%;
  max-width: 1000px;
  border: 1px #000;
  padding-top: 0;
  padding-bottom: 50px;
  overflow: auto;
}

.tourguidedescription {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-14 {
  width: auto;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 50px;
  line-height: 1.3;
  display: block;
}

.heading-14.heading-16 {
  white-space: nowrap;
  margin-bottom: .5em;
  line-height: 1.3;
}

.div-block-46 {
  max-width: 700px;
  min-width: 300px;
  margin-top: 50px;
  margin-bottom: 0;
  margin-right: 60px;
  padding-right: 0;
  font-size: 24px;
}

.text-block-30 {
  display: inline;
}

.organizationname {
  padding-left: .3em;
  padding-right: .3em;
  display: inline;
}

.schoolname {
  padding-left: 0;
  display: inline;
}

.text-block-33 {
  padding-right: .3em;
  display: inline;
}

.tourguideavatar {
  width: 442px;
  height: 442px;
  border-radius: 50%;
}

.tourguideavatar.tourguideavatartablet {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
}

.orgcontent {
  height: 100%;
  min-width: 100%;
  margin-top: -90px;
  margin-bottom: 50px;
  margin-right: 0;
  padding-top: 140px;
  padding-left: 100px;
  padding-right: 100px;
  overflow: visible;
}

.div-block-48 {
  max-height: 442px;
  max-width: 442px;
  min-width: 300px;
}

.image-26 {
  height: auto;
  max-height: 3.5vh;
  min-height: 45px;
}

.div-block-49 {
  margin-bottom: 30px;
  line-height: 1.2;
}

.embededobject {
  height: 100%;
  border: 1px solid #bdbdbd;
  border-left: 1px #000;
  border-right: 1px #000;
  margin-top: 0;
  margin-bottom: 70px;
  padding-top: 0;
  padding-bottom: 30px;
}

.body-3 {
  color: #000;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.div-block-52 {
  align-items: center;
  margin-bottom: 22px;
  padding-top: 15px;
  font-size: 28px;
  font-weight: 400;
  display: flex;
}

.text-block-35 {
  color: #000;
  margin-right: .3em;
}

.div-block-53 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4.0625em;
  display: flex;
}

.image-27 {
  max-height: 100%;
  max-width: 444px;
}

.div-block-54 {
  margin-bottom: 22px;
  margin-right: 8.125em;
  padding-left: 0;
}

.body-4 {
  height: 100%;
}

.rich-text-block {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.body-5 {
  color: #000;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.text-block-36 {
  color: #000;
}

.container-4 {
  max-width: 1000px;
  padding-top: 3.125em;
  padding-bottom: 1.25em;
}

.orgfooter {
  width: 100%;
  color: #fff;
}

.text-block-37 {
  margin-bottom: 1.75em;
  font-size: 24px;
  line-height: 1.5;
}

.div-block-55 {
  align-items: center;
  display: flex;
}

.link-16 {
  color: #fff;
  white-space: nowrap;
  text-decoration: underline;
}

.div-block-56 {
  height: 90px;
  margin-top: -88px;
  padding-top: 0;
  position: absolute;
}

.div-block-57, .div-block-58, .div-block-59 {
  height: 90px;
  margin-top: -88px;
  position: absolute;
}

.iframeurlfromcollection {
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: none;
}

.body-7 {
  height: 100%;
}

.paragraph-4 {
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  line-height: 1.5;
}

.image-28 {
  width: auto;
  max-height: none;
  max-width: 50vw;
  min-width: 0;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-61 {
  height: 100vh;
  max-height: none;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading1_leads {
  color: #e46c00;
  font-family: Nunito, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
}

.heading1_leads.leadscenteredh1 {
  margin-left: auto;
  margin-right: auto;
}

.heading1_leads.leadscenteredh1.leadsh1benefits {
  margin-bottom: 50px;
}

.buttonmain_leads {
  z-index: 2;
  width: auto;
  height: 45px;
  max-width: 360px;
  min-width: 320px;
  color: #fff;
  white-space: normal;
  cursor: pointer;
  background-color: #2f76e7;
  border: 1px solid #2f76e7;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 0 20px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  text-decoration: none;
  transition: opacity .2s, background-color .3s, box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px #bfbfbf;
}

.buttonmain_leads:hover {
  background-color: #2f76e7;
  background-image: none;
  box-shadow: 0 15px 30px #bfbfbf;
}

.buttonmain_leads.ga-event {
  height: auto;
  max-width: none;
  min-width: auto;
  background-color: #e46c00;
  border-color: #e46c00;
  margin-bottom: 0;
  margin-right: 0;
  padding: .777778em 1.83333em;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
}

.hero-image-leads {
  z-index: 1;
  width: 60%;
  max-height: none;
  max-width: none;
  margin-top: -3%;
  margin-left: -10%;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-62 {
  z-index: 2;
  margin-top: -2%;
  margin-bottom: 2em;
  position: relative;
}

.flex-container-vertical-leads {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
  padding-left: 83.25px;
  padding-right: 83.5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.subheadline-paragraph-leads {
  width: auto;
  height: auto;
  max-width: 500px;
  color: #172a4a;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nunito, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5em;
}

.leadsaboutheadingcontainer {
  align-items: center;
  margin-bottom: 23px;
  display: flex;
}

.leadsabouth2 {
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

.leadsabouth3 {
  color: #172a4a;
  margin-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  line-height: 1.2;
  display: block;
}

.about_image-1-leads {
  z-index: 0;
  width: 120%;
  height: 110%;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: -50px;
  margin-right: -50px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.leadsaboutp {
  max-width: none;
  color: #172a4a;
  padding-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.about_image-div-leads {
  width: auto;
  height: 400px;
  max-height: none;
  max-width: 50%;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-color: rgba(234, 237, 241, 0);
  background-clip: border-box;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.grid-4 {
  width: 100%;
  max-width: none;
  grid-column-gap: 167px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 269px));
  grid-template-areas: ".";
  grid-auto-flow: row;
  align-content: space-around;
  justify-content: center;
  align-items: start;
  justify-items: center;
}

.div-block-63 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.leadsbenefitsheading {
  color: #172a4a;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.leadsbenefitsp {
  color: #172a4a;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.div-block-64, .div-block-65, .div-block-66, .div-block-67, .div-block-68 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.typeformembed {
  width: 70%;
}

.section-3 {
  padding-left: 83.25px;
  padding-right: 83.25px;
  position: relative;
}

.image-34, .image-35, .image-36, .image-37, .image-38, .image-39 {
  width: auto;
  height: 100px;
  max-width: none;
}

.html-embed-5 {
  width: 70%;
  height: 725px;
  min-height: 0;
}

.div-block-69 {
  margin-top: -80px;
  position: absolute;
}

.div-block-70, .div-block-71, .div-block-72, .div-block-73 {
  margin-top: -80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-74 {
  padding-left: 83.25px;
}

.line-separator-for-sections {
  width: auto;
  max-width: none;
  object-fit: fill;
  border: 1px solid rgba(0, 0, 0, .45);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: static;
  overflow: visible;
}

.h1_mainbrand {
  width: auto;
  height: auto;
  max-width: 646px;
  color: #234b8b;
  text-align: left;
  margin-top: 0;
  margin-bottom: 3.75px;
  font-family: Nunito, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
  text-decoration: none;
}

.h1_mainbrand:hover {
  color: #520f70;
}

.heading1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
}

.products {
  background-color: #fff;
  border: 1px #000;
  margin-top: 0;
  padding: 85px 83.25px 50px;
  position: relative;
  overflow: hidden;
}

.text_nunito400 {
  color: #172a4a;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text_nunito400.campaigntabs_paragraph {
  width: auto;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text_nunito400.othercampaigns-paragraph {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.text_nunito400.paragraph-text-aligned-left {
  text-align: left;
  margin-bottom: 30px;
}

.column_flex_vertical-center {
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.link-block {
  max-height: 50px;
  border-radius: 5px;
  flex-flow: column;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  transition: opacity .2s, background-color .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 5px 10px #bfbfbf;
}

.link-block:hover {
  box-shadow: 0 15px 30px #bfbfbf;
}

.image-40 {
  color: #a0bcea;
  margin-top: 25px;
  margin-bottom: 10px;
}

.horizontal-logo {
  max-height: 80px;
  margin-bottom: 25px;
}

.author-name {
  color: #234b8b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.testimonial-card {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  align-items: center;
  display: flex;
  box-shadow: 17px 88px 60px -100px rgba(79, 94, 120, .18), 11px 0 20px -9px rgba(79, 94, 120, .1);
}

.right-arrow {
  width: 45px;
  height: 45px;
  background-color: #234b8b;
  border-radius: 100px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow:hover {
  transform: translate(2px);
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.horizontal-quote-h4 {
  color: #172a4a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.slider-horizontal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px #000;
  border-radius: 10px;
}

.left-arrow {
  width: 45px;
  height: 45px;
  background-color: #234b8b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow:hover {
  transform: translate(-2px);
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 83.25px;
  padding-right: 83.25px;
  display: block;
}

.slide-nav {
  max-width: 150px;
  background-color: #fff;
  border-radius: 500px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

.horizontal-content-block {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 45px;
  display: flex;
}

.mask-horizontal {
  overflow: visible;
}

.horizontal-fixed-height {
  min-height: 100px;
}

.author-job {
  color: rgba(35, 75, 139, .68);
  margin-top: 5px;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.testimonial-image-wrap {
  width: 40%;
  height: 350px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-wrap {
  display: flex;
}

.testimonials {
  background-color: #f9fafb;
  margin-top: 0;
  padding: 120px 83.25px 30px;
  display: none;
}

.columns-6 {
  margin-top: 0;
}

.image-41 {
  height: auto;
  max-height: none;
  max-width: none;
  display: block;
}

.image-42 {
  max-width: none;
}

.image-43 {
  display: block;
}

.image-44 {
  height: 45px;
  max-height: 45px;
  max-width: none;
  min-height: 0;
  display: block;
}

.button-additional {
  width: auto;
  height: auto;
  max-width: 600px;
  color: #172a4a;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 26px;
}

.testimonials-wrapper-t6 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-wrapper {
  width: 90%;
  max-width: 1000px;
  border-radius: 8px;
  align-items: center;
  margin: 20px auto 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.slide-nav-t6 {
  margin-bottom: 28px;
  display: none;
}

.left-arrow-t6 {
  width: 60px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.company-name-t6 {
  text-align: center;
  margin-top: 11px;
  font-size: 15px;
  font-style: italic;
}

.user-name-t6 {
  max-width: none;
  color: #234b8b;
  text-align: center;
  margin-top: 15px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.school-picture-wrapper-t6 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.right-arrow-t6 {
  width: 60px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.school-picture-subwrapper-t6 {
  box-shadow: none;
  border-radius: 0;
}

.arrow-wrapper-t6 {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 1px 1px 1px #dfdfdf;
}

.arrow-wrapper-t6:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 2px #ddd;
}

.school-picture-t6 {
  border-radius: 10px;
  padding: 3px;
  display: inline-block;
}

.quote-t6 {
  max-width: 760px;
  color: #172a4a;
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.slider-t6 {
  background-color: rgba(0, 0, 0, 0);
}

.testimonials-t6 {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.image-45 {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.div-block-75 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div_jumptosection {
  margin-top: -80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bold-text-7 {
  color: #172a4a;
}

.text-span-14 {
  color: #e26a00;
}

.h1_size20 {
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.h1_size20.h1_mainbrand:hover {
  color: #234b8b;
}

.div_subscribe-form {
  background-color: #eaedf1;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  margin-top: 20px;
  padding: 20px 20px 5px;
  display: flex;
}

.h2_size16 {
  color: #172a4a;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.column-9 {
  display: block;
}

.connectionsabout-column {
  flex-direction: column;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-block-76 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-77 {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-right: 35px;
  display: flex;
}

.tab-link {
  opacity: 1;
  color: #234b8b;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 30px;
  padding: 3px 0;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.tab-link:hover {
  border-bottom: 2px solid #234b8b;
  padding-bottom: 2px;
}

.tab-link:active {
  border-bottom-color: #2f76e7;
}

.tab-link.w--current {
  color: #2f76e7;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #2f76e7;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.tabs-menu {
  margin-bottom: 20px;
  padding-left: 10px;
}

.text-block-38 {
  text-align: left;
  justify-content: flex-start;
  display: flex;
}

.text-block-39 {
  border-bottom: 2.5px solid #2f76e7;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.tab-pane-post-tour {
  margin-top: 30px;
  padding-left: 0;
  overflow: visible;
}

.tabs-content {
  padding-bottom: 10px;
  padding-left: 10px;
}

.lightbox-link {
  width: 50%;
  display: block;
}

.div-block-78 {
  width: 50%;
}

.image-46 {
  max-height: 128px;
  max-width: 100%;
}

.recaptcha {
  margin-bottom: 20px;
}

.howitworks-post-tour-campaign {
  background-color: #fff;
  padding: 30px 83.25px 50px;
  display: block;
  position: relative;
}

.image-howitworks {
  width: 80%;
  margin-left: -15px;
}

.other-campaigns-section {
  background-color: #fff;
  padding: 85px 65px 50px;
  display: block;
}

.other-campaigns-section.grey-backgr-section {
  background-color: #f9fafb;
}

.othercampaigns-column {
  border: 0 #234b8b;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.othercampaigns-h2-title {
  color: #234b8b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.othercampaigns-h2-title.text-centered {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.othercampaigns-h2-title.textcolor_brandlive {
  color: #520f70;
}

.othercampaigns-div {
  min-height: 350px;
  border: 1px solid #2f76e7;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 10px;
  display: flex;
}

.div-block-3-copy {
  z-index: 2;
  max-width: 400px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.h1-div-buttonmain {
  margin-top: 40px;
}

.column-10 {
  display: block;
}

.div-block-79, .div-block-80, .div-block-81 {
  margin-top: -80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.howitworks-summer-or-campaign-copy, .pricing-summer-orientation {
  background-color: #fff;
  padding: 30px 83.25px 50px;
  display: block;
  position: relative;
}

.pricing-summer-orientation.grey-backgr-section {
  background-color: #f9fafb;
}

.pricing-div {
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.heading-17 {
  color: #234b8b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.pricing-image {
  width: auto;
  max-width: none;
  flex: 1;
  margin-left: -20px;
}

.paragraph-5 {
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

.div-block-82 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.howitworks-dei-mentoring {
  background-color: #fff;
  padding: 30px 83.25px 50px;
  display: block;
  position: relative;
}

.image-47 {
  max-width: 100%;
  flex: 0 auto;
  display: block;
}

.div-block-83 {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-48 {
  width: 45%;
  max-width: none;
}

.div-block-84 {
  padding-right: 30px;
}

.campaigntabs {
  background-color: #f9fafb;
  padding: 30px 83.25px 50px;
  display: block;
  position: relative;
}

.div-block-85, .div-block-86, .div-block-87, .div-block-88 {
  margin-top: -80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.column-11 {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.columns-7 {
  margin-top: 30px;
}

.hero-image-dei {
  z-index: 1;
  width: 60%;
  max-width: none;
  margin-left: -2%;
  display: block;
  position: relative;
  overflow: hidden;
}

.columns-8 {
  margin-top: 30px;
}

.section-2-copy {
  height: auto;
  color: #a0bcea;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  margin-top: 0;
  padding: 30px 83.25px;
  display: flex;
}

.feature_articles.section-2 {
  padding-top: 10px;
}

.js--copyright-year {
  display: inline;
}

.div-block-90 {
  align-items: center;
  display: flex;
}

.text-block-7-copy {
  color: #fff;
  margin-left: 35px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-7-copy.no-margin {
  margin-left: 0;
}

.text-block-7-copy.footer-year {
  margin-left: 0;
  padding-left: 2px;
}

.footer-year, .footer-year.text-block-7.js--copyright-year {
  padding-left: 7px;
}

.buttonmain-copy {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  min-width: 0;
  color: #fff;
  white-space: normal;
  cursor: pointer;
  object-fit: fill;
  background-color: #520f70;
  border: 1px solid #520f70;
  border-radius: 5px;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 10px 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s, background-color .3s, box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px #bfbfbf;
}

.buttonmain-copy:hover {
  background-color: #621784;
  background-image: none;
  box-shadow: 0 15px 30px #bfbfbf;
}

.buttonmain-copy.buttonsecondary {
  color: #520f70;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  border-width: 2px;
  transition: border-color .3s, background-color .3s, box-shadow .3s;
}

.buttonmain-copy.buttonsecondary:hover {
  color: #621784;
  border-color: #621784;
}

.buttonmain-copy.buttonsecondary.ga-event {
  justify-content: center;
}

.buttonmain-copy.buttonsecondary.buttonsecondary_brandmain {
  color: #234b8b;
  border-color: #234b8b;
}

.buttonmain-copy.buttonsecondary.buttonsecondary_brandconnections {
  color: #2f76e7;
  background-color: #fff;
  background-image: none;
  border-color: #2f76e7;
}

.buttonmain-copy.button-properties {
  margin-top: 40px;
}

.buttonmain-copy.ga-event {
  background-color: #520f70;
  border-color: #520f70;
}

.buttonmain-copy.ga-event:hover {
  background-color: #621784;
}

.buttonmain-copy.button-centered {
  align-self: center;
  font-weight: 800;
}

.buttonmain-copy.button_learnmore_brandmain {
  height: auto;
  min-width: 0;
  background-color: #234b8b;
  border-style: none;
  margin-top: 10px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}

.buttonmain-copy.button_additional_connections {
  height: auto;
  min-width: 0;
  background-color: #2f76e7;
  border-style: none;
  margin-top: 10px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}

.buttonmain-copy.button_additional_leads {
  height: auto;
  min-width: 0;
  background-color: #e26a00;
  border-style: none;
  margin-top: 10px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}

.buttonmain-copy.buttonmain_brandmain {
  background-color: #234b8b;
  border-color: #234b8b;
}

.buttonmain-copy.buttonmain_brconnections {
  background-color: #2f76e7;
  border-color: #2f76e7;
}

.buttonmain-copy.buttonmain_brconnections:hover {
  box-shadow: 0 10px 20px #bfbfbf;
}

.column-12 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: static;
}

.column-13 {
  position: static;
}

.columns-pricing {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.image-49 {
  margin-left: -40px;
}

.columns-deiworkshop {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.column-14 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
}

.connections-benefits-columns-container-2column {
  max-width: 800px;
  align-self: auto;
  margin-top: 60px;
}

.div-block-91 {
  max-width: 450px;
  margin-right: 30px;
  padding-right: 0;
}

.hero-image-mentoring-exception {
  z-index: 1;
  width: 60%;
  max-width: none;
  margin-left: 0%;
  display: block;
  position: relative;
  overflow: hidden;
}

.connections-benefits-icon-exception-mentoring {
  height: auto;
  max-height: 100px;
  max-width: none;
  flex: 0 auto;
}

.image-50 {
  width: 100%;
  max-width: none;
  display: block;
}

.div-block-92 {
  max-width: 450px;
}

.text-span-15 {
  color: #f10;
}

.section-text-wrap {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1.4rem;
  padding-top: 1rem;
  padding-left: 3.6rem;
  display: flex;
  position: relative;
}

.scrolling-section {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-top: .3rem;
  padding-bottom: .3rem;
  display: flex;
}

.small-card-image {
  filter: grayscale();
}

.section-header {
  color: #1f1f1f;
  text-transform: none;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 800;
}

.section-header.smaller {
  margin-bottom: .5rem;
  font-size: 6rem;
  line-height: 1;
}

.scroll-section-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.scrolling-item {
  width: 30vw;
  height: 40vh;
  border: 1px solid #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: .8rem;
  margin-right: .8rem;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  display: flex;
}

.scrolling-item.small-card {
  width: 10rem;
  height: 10rem;
  transform-style: preserve-3d;
  border-style: solid;
  border-color: #1f1f1f;
  margin: .9rem;
  padding: 2.3rem;
  transition: transform .5s;
  position: relative;
  box-shadow: 1px 1px 17px -4px rgba(0, 0, 0, .22);
}

.scrolling-item.small-card:hover {
  transform: rotateX(0)rotateY(-15deg)rotateZ(0);
}

.certifications-section {
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.card-link {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scrolling-list {
  width: 100%;
  height: 100%;
  max-width: 800px;
  perspective: 1000px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding-top: .7rem;
  padding-bottom: .7rem;
  transition: transform .4s;
  display: flex;
  overflow: scroll;
}

.school-navbar {
  z-index: 100;
  min-height: 80px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-93 {
  max-height: none;
  flex: 1;
  display: block;
}

.school-logo-navbar {
  max-height: 3.5vh;
}

.container-5 {
  max-width: 1280px;
  min-height: auto;
  min-width: auto;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  flex: 0 auto;
}

.container-6 {
  max-width: 1280px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.school-hero-section {
  background-color: #f9fafb;
  padding: 80px 15px;
}

.guides-gallery-section {
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.container-7 {
  max-width: 1280px;
  flex-direction: column;
  align-items: stretch;
  padding-top: 30px;
  display: flex;
}

.tg-name {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.tourguide-card {
  min-height: 400px;
  background-color: #f9fafb;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
  box-shadow: 1px 1px 8px 2px rgba(68, 67, 67, .2);
}

.tourguide-image {
  border: 1px solid #fff;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 10px;
}

.tourguide-image.round-edges {
  border-radius: 50px;
}

.upper-margin {
  min-height: 50px;
  border-radius: 10px 10px 0 0;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}

.div-block-94 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.headline_school-hero-section {
  margin-bottom: 30px;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-96 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.h1_headline-school-hero-section {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .3em;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  line-height: 42px;
}

.div-block-97 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sub-headline-paragraph {
  max-width: 90%;
  margin-bottom: 30px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.button-4 {
  cursor: pointer;
  border-radius: 5px;
  font-family: Nunito, sans-serif;
  line-height: 18px;
  transition: box-shadow .3s;
}

.button-4:hover {
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .6);
}

.guides-gallery-headline {
  max-width: 70%;
  text-align: center;
  align-self: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: block;
}

.card_category-title {
  color: #8b8b8b;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.card_category-paragraph {
  color: #343434;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.school-main-photo {
  z-index: 2;
  border: 3px solid #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 1px 1px 8px -2px rgba(0, 0, 0, .52);
}

.read-more-tg-card {
  color: #2f76e7;
  cursor: pointer;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.read-more-tg-card:hover {
  text-decoration: underline;
}

.card_button-schedule-tour {
  text-align: left;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 20px;
  font-family: Nunito, sans-serif;
  line-height: 18px;
  transition: box-shadow .3s;
}

.card_button-schedule-tour:hover {
  opacity: 1;
  mix-blend-mode: normal;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .6);
}

.card_centered-links {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.popup {
  z-index: 999;
  opacity: 1;
  background-color: rgba(255, 255, 255, .8);
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.collection-item-6 {
  width: 100%;
  max-width: 500px;
}

.pop-up-close {
  position: absolute;
  top: 2%;
  right: 2%;
}

.image-53 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-8 {
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-9 {
  max-width: 1280px;
  flex-wrap: nowrap;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.div_powered-by {
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.lightbox-hero_mentoring {
  max-width: 60%;
}

.div-block_tg-copy-popup {
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.tourguide-card--popup {
  max-width: 700px;
  min-height: 500px;
  background-color: #f9fafb;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: stretch;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 0 3px 7px -3px #444343;
}

.popup_close {
  z-index: 99998;
  flex-direction: row;
  justify-content: center;
  padding: 5px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-54 {
  max-width: 70%;
}

.image-55 {
  z-index: 2;
  text-align: left;
  align-self: flex-end;
  margin-bottom: -20px;
  margin-right: -20px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-98 {
  z-index: 5;
  object-fit: fill;
  background-image: url('../images/Elements-right-upper-corner.png'), url('../images/Elements-left-bottom-corner.png'), url('../images/Elements-left-upper-corner.png');
  background-position: 100% 0, 0 100%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 150px, 100px, 110px;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  padding: 60px;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-99 {
  align-self: flex-start;
  margin-top: -25px;
  margin-left: -50px;
}

.h1_headline-centered_school {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  line-height: 42px;
}

.h2_subheadline-centered_school {
  width: 60%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.section_button-schedule-tour {
  text-align: left;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 0;
  font-family: Nunito, sans-serif;
  line-height: 18px;
  transition: box-shadow .3s;
}

.section_button-schedule-tour:hover {
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .6);
}

.image-51 {
  object-fit: contain;
  display: inline;
}

.div-block-100 {
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  display: block;
}

.section-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.text-block-40 {
  color: #172a4a;
  margin-bottom: 5px;
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

.nav-link-2 {
  cursor: pointer;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.collection-item-7 {
  padding: 10px 20px;
}

.section-5 {
  background-color: #f9fafb;
  background-image: url('../images/Background-image-small-section.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.collection-list-7 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.collection-item-8 {
  padding: 15px;
}

.collection-list-wrapper-4 {
  height: 500px;
  overflow: scroll;
}

.body-8 {
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
}

.div-block-101 {
  width: 100%;
  height: 100%;
}

.list, .list-2, .list-3, .list-4 {
  padding-left: 20px;
}

.text-block-4-italic {
  max-width: none;
  color: #172a4a;
  align-self: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}

.text-block-4-italic.max_size {
  max-width: 500px;
  margin-bottom: 0;
}

.div-block-104 {
  flex: 0 auto;
}

@media screen and (min-width: 1440px) {
  .team {
    padding-left: 83.25px;
  }

  .contact.white-backgr-section {
    background-color: #fff;
  }

  .hero {
    justify-content: center;
    padding-left: 83.25px;
    padding-right: 0;
    display: flex;
  }

  .hero.section_wdecor {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .flex-container {
    max-width: 1440px;
    object-fit: fill;
    flex: 1;
    justify-content: space-between;
    margin-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .flex-container.contact-container {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-container.larger-padding {
    flex: 1;
  }

  .flex-container.heroflex {
    flex: 0 auto;
    justify-content: space-between;
  }

  .hero-image, .buttonmain.buttonmain_brconnections {
    margin-right: 0;
  }

  .flex-container-vertical {
    max-width: 1440px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 83.25px;
  }

  .flex-container-vertical.benefitsflexcontainer {
    max-width: 1440px;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-container-vertical.horizontal-center.blog-featured {
    flex: 1;
    padding-left: 83.25px;
    padding-right: 83.25px;
  }

  .navbar_div {
    max-width: 1440px;
  }

  .navbar_div.navbar_double {
    width: 100%;
    max-width: 1440px;
  }

  .navbar_div.navbar_double.navbar_leads {
    max-width: 1440px;
  }

  .navbar {
    justify-content: center;
    padding-left: 83.25px;
    padding-right: 83.25px;
    display: flex;
  }

  .flex-container-team, .flex-container-vertical-right {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-3.privacy-sub-header {
    line-height: 42px;
  }

  .contact-block {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 83.25px;
  }

  .footer {
    justify-content: center;
    display: flex;
  }

  .div-block-footer {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-footer.footer_leads {
    max-width: 1440px;
  }

  .section {
    padding-left: 166.5px;
    padding-right: 166.5px;
  }

  .text-span {
    color: #2f76e7;
  }

  .heading2.h2_mainbrand_alignedleft {
    margin-bottom: 20px;
  }

  .div-block-4-blog {
    max-width: 1440px;
    flex: 1;
  }

  .columns-2 {
    flex: 0 auto;
  }

  .collection-list-wrapper-3 {
    justify-content: space-between;
    display: block;
  }

  .network-connection-normal-text {
    font-size: 18px;
    line-height: 26px;
  }

  .reel-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature_section {
    padding-left: 83.25px;
    padding-right: 83.25px;
  }

  .social-media-icons {
    margin-top: 10px;
  }

  .about-section-vertical-flow {
    justify-content: center;
    display: flex;
  }

  .benefitsleads {
    max-width: none;
    justify-content: center;
    display: flex;
  }

  .benefits-section {
    justify-content: center;
    display: flex;
    position: relative;
  }

  .booknow {
    border-radius: 4px;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 16px;
    line-height: 1;
  }

  .booknow.booknowbio {
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .surveycontentcontainer {
    max-width: 1440px;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-14 {
    margin-bottom: 0;
  }

  .heading-14.heading-school {
    margin-bottom: 25px;
  }

  .div-block-46 {
    max-width: 700px;
    margin-right: 95px;
  }

  .div-block-49 {
    margin-bottom: 30px;
  }

  .embededobject {
    border-top: 1px solid #bdbdbd;
    margin-bottom: 70px;
  }

  .html-embed-3 {
    margin-bottom: 0;
  }

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

  .orgfooter {
    width: 100%;
  }

  .text-block-37 {
    margin-bottom: 1.75em;
  }

  .image-28 {
    max-height: none;
    max-width: 50vw;
    min-width: auto;
  }

  .div-block-61 {
    max-width: none;
    justify-content: center;
    align-items: center;
  }

  .heading1_leads {
    font-size: 68px;
  }

  .hero-image-leads {
    width: auto;
    max-height: 1000px;
    margin-left: 0%;
  }

  .flex-container-vertical-leads {
    max-width: 1440px;
  }

  .grid-4 {
    width: 80%;
    align-content: center;
    justify-content: center;
    align-items: start;
    justify-items: center;
  }

  .typeformembed {
    width: 65%;
    max-width: 1440px;
  }

  .section-3 {
    justify-content: center;
    display: flex;
  }

  .html-embed-5 {
    width: 65%;
    margin-top: 25px;
  }

  .div-block-74 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 83.25px;
    padding-right: 83.25px;
  }

  .products {
    padding-left: 83.25px;
    padding-right: 83.25px;
  }

  .text_nunito400.campaigntabs_paragraph {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .column_flex_vertical-center {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-40 {
    margin-top: 35px;
  }

  .horizontal-quote-h4 {
    line-height: 18px;
  }

  .testimonials {
    padding-left: 83.25px;
  }

  .h1_size20.h1_mainbrand:hover {
    color: #234b8b;
  }

  .h2_size16 {
    color: #172a4a;
    text-align: center;
    font-family: Nunito, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .div-block-76 {
    justify-content: space-between;
    padding-top: 15px;
  }

  .div-block-77 {
    width: 50%;
    padding-top: 10px;
    padding-right: 35px;
  }

  .tabs {
    display: inline-block;
  }

  .lightbox-link {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-pane-summer-or {
    padding-left: 5px;
  }

  .div-block-78 {
    width: 50%;
  }

  .howitworks-post-tour-campaign {
    max-width: none;
    justify-content: center;
    display: flex;
  }

  .other-campaigns-section {
    justify-content: center;
    display: flex;
  }

  .other-campaigns-section.grey-backgr-section {
    background-color: #f9fafb;
  }

  .howitworks-summer-or-campaign-copy {
    max-width: none;
    justify-content: center;
    display: flex;
  }

  .pricing-summer-orientation {
    max-width: none;
    justify-content: center;
    display: block;
  }

  .pricing-div {
    justify-content: center;
  }

  .pricing-image {
    flex: 1;
  }

  .div-block-82 {
    justify-content: center;
  }

  .howitworks-dei-mentoring {
    max-width: none;
    justify-content: center;
    display: flex;
  }

  .div-block-83 {
    flex: 1;
  }

  .campaigntabs {
    max-width: none;
    justify-content: center;
    display: flex;
  }

  .hero-image-dei {
    margin-right: 0;
  }

  .horizontal-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .buttonmain-copy.buttonmain_brconnections {
    margin-right: 0;
  }

  .column-13, .column-15 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .hero-image-mentoring-exception {
    margin-right: 0;
  }

  .tg-name {
    color: #fff;
  }

  .tourguide-card {
    padding: 0;
  }

  .tourguide-image {
    border-radius: 3px;
    margin-top: 0;
  }

  .upper-margin {
    min-height: 150px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex;
  }

  .div-block-94 {
    padding: 20px;
  }

  .headline_school-hero-section {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-18 {
    margin-right: .3em;
  }

  .popup {
    display: none;
  }

  .div-block_tg-copy-popup {
    padding: 20px;
  }

  .tourguide-card--popup {
    flex-wrap: nowrap;
    padding: 0;
    overflow: auto;
  }

  .div-block-98 {
    background-size: 140px, 100px, 110px;
  }
}

@media screen and (max-width: 991px) {
  .howitworks {
    padding-bottom: 50px;
  }

  .team {
    padding-top: 50px;
    padding-left: 20px;
  }

  .contact {
    padding-left: 0;
  }

  .nav-logo-link.multiple_logos.logo-distance-right {
    margin-right: 35px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hero.section_wdecor {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 20px;
  }

  .flex-container {
    flex-direction: row;
  }

  .flex-container.contact-container.vertical-flex-centered {
    align-items: flex-start;
  }

  .flex-container.larger-padding {
    padding-top: 20px;
  }

  .hero-image {
    width: 60%;
    margin-left: 0%;
    display: block;
  }

  .benefitimage-mask {
    border-radius: 8%;
  }

  .heading_1 {
    margin-right: 0;
    font-size: 50px;
    line-height: 50px;
    display: block;
    overflow: visible;
  }

  .heading_1.h1_mainbrand {
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
  }

  .heading_1.h1_brandconnections {
    max-width: 400px;
  }

  .subheadline-paragraph {
    font-size: 1.2em;
  }

  .how-gridcontainer {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    flex-direction: row;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: minmax(236px, auto);
    grid-auto-columns: 1fr;
    align-self: stretch;
    display: block;
  }

  .howimage-mask {
    width: auto;
    height: auto;
    max-width: 50%;
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .div-block {
    max-width: 636px;
    object-fit: contain;
    margin-right: 0;
  }

  .flex-container-vertical.vertical-flex-centered {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-container-vertical.horizontal-center {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-container-vertical.horizontal-center.blog-featured {
    padding-top: 0;
  }

  .why-heading {
    height: auto;
  }

  .nav-menu {
    background-color: #eaedf1;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #eaedf1;
  }

  .icon {
    color: #172a4a;
    background-color: rgba(0, 0, 0, 0);
  }

  .text-step-number-howitworks {
    font-size: 80px;
  }

  .div-grid-cell-howitworks {
    margin-bottom: 40px;
  }

  .flex-container-team {
    flex-direction: row;
    padding-right: 83.25px;
  }

  .team-image {
    display: none;
  }

  .techsolution-table-header {
    font-size: 18px;
    line-height: 24px;
  }

  .image {
    max-height: 40px;
    display: block;
  }

  .div-block-header-right {
    padding-left: 0;
    padding-right: 10px;
  }

  .text-block-3.privacy-sub-header {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .div-block-8 {
    margin-top: 0;
  }

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

  .text-field {
    max-width: 500px;
    min-width: 300px;
  }

  .text-field.description-field {
    min-width: 100px;
  }

  .block-left {
    width: 100%;
  }

  .contact-block {
    flex-direction: column;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .div-block-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .imagelogohorizontal {
    display: none;
  }

  .modal-popup.temporary-modal {
    left: 5%;
    right: 5%;
  }

  .div-block-4-blog {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-14 {
    max-width: 100%;
  }

  .collection-item-2 {
    flex-direction: column;
  }

  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .div-block-21 {
    max-width: 100%;
    flex: 0 auto;
    align-self: flex-start;
  }

  .column-5 {
    flex: 0 auto;
  }

  .link-2, .link-2:hover {
    color: #234b8b;
  }

  .div-block-22 {
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .collection-item-featured {
    height: 850px;
  }

  .column-6 {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
  }

  .column-7 {
    object-fit: fill;
    display: block;
  }

  .collection-list-wrapper-3 {
    margin-top: 10px;
  }

  .div-block-27 {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .column-8 {
    display: none;
  }

  .columns-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .collection-item-5 {
    flex-direction: column;
    display: block;
  }

  .columns-tag-page {
    object-fit: fill;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-30 {
    margin-top: 10px;
  }

  .body {
    height: 100%;
  }

  .blog {
    padding-left: 20px;
  }

  .network-result-block.noresult.download_result {
    margin-bottom: 10px;
    display: none;
  }

  .network-result-block.noresult.upload_result {
    margin-bottom: 10px;
  }

  .testing-network-connection.download_testing {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .testing-network-connection.upload_testing {
    margin-bottom: 10px;
  }

  .network-connection-columns {
    text-align: center;
  }

  .clients-reel {
    display: none;
  }

  .heading1_pop-up {
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .clients-reel-mobile {
    margin-top: 30px;
    margin-bottom: 40px;
    display: block;
  }

  .clients-reel-mobile.mobile_reel {
    display: flex;
  }

  .reel-wraper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .reel-marquee-wraper {
    width: 600%;
  }

  .reel-marquee {
    width: 60%;
  }

  .reel-card {
    margin-left: 0;
    margin-right: 0;
  }

  .reel-marquee-image {
    width: 90px;
  }

  .feature_section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .scholarship-form-success-container {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block-23 {
    height: auto;
    margin-right: 100px;
    font-size: 40px;
    line-height: 50px;
  }

  .text-block-24 {
    margin-right: 100px;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-38 {
    margin-top: 10px;
  }

  .collection-item-featured-adjusted {
    flex-direction: column;
    align-self: auto;
    display: block;
  }

  .collection-list-6 {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .about-section-vertical-flow {
    padding-left: 0;
    padding-right: 0;
  }

  .heading1_connection {
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .how-gridcontainer-connections {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    flex-direction: row;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: minmax(236px, auto);
    grid-auto-columns: 1fr;
    align-self: stretch;
    margin-top: 20px;
    display: block;
  }

  .about_image-div {
    border-radius: 8%;
  }

  .benefitsleads {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-grid-cell-howitworks-connections {
    margin-bottom: 40px;
  }

  .heading1_connections-no-padding {
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .benefits-section {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-section.grey-backgr-section {
    padding-top: 40px;
  }

  .padded-column-connections-benefits {
    padding-left: 15px;
    padding-right: 20px;
  }

  .heading1_pop-up-centered {
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .hellocampus-statistics {
    padding-bottom: 50px;
  }

  .blog-post-centered {
    padding-left: 40.25px;
    padding-right: 40.25px;
  }

  .winners-videos {
    flex-direction: column;
  }

  .winner-video {
    align-self: stretch;
    padding-left: 0;
  }

  .name_heading {
    font-size: 20px;
  }

  .school-name {
    font-size: 16px;
    line-height: 16px;
  }

  .heading_category {
    font-size: 30px;
  }

  .subheadline-paragraph_no-width {
    max-width: 100%;
  }

  .grid-3 {
    grid-column-gap: 10px;
  }

  .judge-name {
    text-align: center;
  }

  .judge-copy-div {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-29 {
    flex: 1;
    margin-right: 10px;
    line-height: 26px;
  }

  .orgheader {
    justify-content: flex-start;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .tourguidedescription {
    flex-wrap: nowrap;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-14 {
    margin-bottom: 0;
    font-size: 35px;
  }

  .heading-14.heading-16 {
    white-space: nowrap;
  }

  .heading-14.heading-school {
    margin-bottom: 15px;
  }

  .div-block-46 {
    min-width: 200px;
  }

  .tourguideavatar.tourguideavatartablet {
    min-width: 0;
  }

  .orgcontent {
    padding-top: 140px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-48 {
    min-width: 200px;
  }

  .image-26 {
    height: auto;
    max-width: 20vw;
  }

  .div-block-49 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .embededobject {
    margin-bottom: 50px;
  }

  .image-27 {
    max-width: 275px;
  }

  .div-block-54 {
    margin-right: 50px;
  }

  .body-5 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .orgfooter {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-4 {
    font-size: 20px;
  }

  .image-28 {
    max-height: 75vh;
    max-width: 75vw;
    min-width: 0;
  }

  .heading1_leads.leadscenteredh1 {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
  }

  .heading1_leads.leadscenteredh1.leadsh1benefits {
    margin-left: auto;
  }

  .hero-image-leads {
    width: 60%;
    margin-left: 0%;
    display: none;
  }

  .flex-container-vertical-leads {
    padding-top: 40px;
  }

  .about_image-div-leads {
    border-radius: 8%;
  }

  .grid-4 {
    grid-column-gap: 100px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 250px));
  }

  .typeformembed {
    width: 100%;
  }

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

  .html-embed-5 {
    width: 100%;
    height: 625px;
  }

  .h1_mainbrand {
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .products {
    padding-left: 20px;
  }

  .text_nunito400.othercampaigns-paragraph {
    padding-left: 5px;
    padding-right: 5px;
  }

  .testimonial-image {
    position: relative;
  }

  .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .horizontal-content-block {
    padding-left: 25px;
    padding-right: 40px;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

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

  .image-44 {
    height: 30px;
    min-height: 0;
  }

  .button-additional {
    font-size: 1.2em;
  }

  .testimonials-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow-t6 {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .right-arrow-t6 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .connectionsabout-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link {
    margin-right: 25px;
    font-size: 18px;
  }

  .tab-link:hover {
    line-height: 18px;
  }

  .tab-link.w--current {
    font-size: 18px;
    line-height: 18px;
  }

  .tabs-menu {
    line-height: 20px;
  }

  .howitworks-post-tour-campaign {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-howitworks {
    width: 80%;
  }

  .other-campaigns-section {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .other-campaigns-section.grey-backgr-section {
    padding-top: 40px;
  }

  .othercampaigns-column {
    padding-left: 0;
    padding-right: 0;
  }

  .othercampaigns-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .h1-div-buttonmain {
    margin-top: 20px;
  }

  .howitworks-summer-or-campaign-copy {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-summer-orientation {
    padding: 40px 0 50px;
  }

  .pricing-div {
    flex-direction: column;
  }

  .pricing-image {
    width: auto;
    max-width: 100%;
    margin-left: 0;
  }

  .div-block-82 {
    margin-left: 0;
  }

  .howitworks-dei-mentoring {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-83 {
    margin-top: 0;
  }

  .div-block-84 {
    flex: 0 auto;
    padding-right: 20px;
  }

  .campaigntabs {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-11 {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .columns-7 {
    margin-top: 0;
  }

  .hero-image-dei {
    width: 60%;
    margin-left: 0%;
    display: block;
  }

  .section-2-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .feature_articles.section-2, .more_stories.section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .internet-test.section-2, .privacy-policy.section-2 {
    padding-left: 83.25px;
    padding-right: 83.25px;
  }

  .columns-pricing {
    flex-direction: column;
  }

  .image-49 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .columns-deiworkshop {
    flex-direction: column;
    align-items: stretch;
  }

  .column-15 {
    flex: 1;
    align-items: center;
    display: block;
  }

  .hero-image-mentoring-exception {
    width: 60%;
    margin-left: 0%;
    display: block;
  }

  .section-text-wrap {
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-left: 2.3rem;
    padding-right: 3rem;
  }

  .section-header {
    margin-bottom: .1rem;
    font-size: 4rem;
  }

  .section-header.smaller {
    margin-right: 2rem;
    font-size: 4rem;
  }

  .scrolling-item.small-card {
    width: 25vw;
    height: 14rem;
    margin: .5rem;
    padding: 1.7rem;
  }

  .certifications-section {
    padding-bottom: 0;
  }

  .scrolling-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: .3rem;
    padding-bottom: .3rem;
    overflow: scroll;
  }

  .school-navbar, .school-hero-section, .guides-gallery-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup {
    display: none;
  }

  .div-block-98 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

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

  .collection-item-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4-italic {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .terms-of-use.section-2 {
    padding-left: 83.25px;
    padding-right: 83.25px;
  }
}

@media screen and (max-width: 767px) {
  .howitworks {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .team {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-logo-link.multiple_logos, .nav-logo-link.multiple_logos.w--current {
    margin-right: 15px;
  }

  .logomain.double_logo {
    height: 27px;
  }

  .hero {
    justify-content: flex-start;
    padding: 0;
  }

  .hero.section_wdecor {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .flex-container.contact-container {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-container.contact-container.vertical-flex-centered {
    align-items: center;
    padding-right: 40px;
    display: flex;
  }

  .flex-container.heroflex {
    padding-top: 20px;
  }

  .why-hellocampus {
    padding: 40px 0;
  }

  .heading_1 {
    width: auto;
    height: auto;
  }

  .heading_1.scholarship_heading {
    padding-right: 15px;
  }

  .subheadline-paragraph {
    width: auto;
    height: auto;
  }

  .buttonmain.buttonmain_brconnections {
    margin-right: 0;
  }

  .how-gridcontainer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
  }

  .how-text {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block {
    align-self: flex-start;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .flex-container-vertical {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-container-vertical.vertical-flex-centered {
    flex-direction: column;
  }

  .flex-container-vertical.benefitsflexcontainer {
    align-items: center;
  }

  .flex-container-vertical.horizontal-center {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .nav-menu {
    background-color: #eaedf1;
  }

  .navbar_div {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button {
    background-color: #f9fafb;
  }

  .icon {
    background-color: rgba(0, 0, 0, 0);
  }

  .text-step-number-howitworks {
    margin-top: -15px;
    margin-left: -25px;
    font-size: 70px;
    line-height: 70px;
  }

  .flex-container-team {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .techsolution-table-header {
    font-size: 16px;
    line-height: 18px;
  }

  .text-block {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-7 {
    padding-left: 20px;
  }

  .flex-container-vertical-right {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-8 {
    width: auto;
    max-width: none;
    align-self: auto;
    align-items: flex-start;
    margin-top: 20px;
  }

  .text-field {
    max-width: 500px;
    min-width: 300px;
  }

  .text-field.description-field {
    max-width: 500px;
    min-width: 150px;
  }

  .block-left {
    flex-direction: column;
    align-self: auto;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
  }

  .contact-block {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

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

  .div-block-9 {
    padding-left: 20px;
  }

  .div-block-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    width: auto;
    height: 27px;
  }

  .text-block-7 {
    margin-left: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .link {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-4-blog, .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    flex-direction: column;
  }

  .div-block-21, .div-block-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-featured {
    height: 680px;
  }

  .collection-list-wrapper-3 {
    margin-top: 0;
  }

  .div-block-27 {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .blog {
    padding-left: 40px;
    padding-right: 40px;
  }

  .carousel {
    overflow: visible;
  }

  .howtoapply_scholarship {
    padding-left: 40px;
    padding-right: 40px;
  }

  .apply_form_section {
    padding-left: 0;
    padding-right: 0;
  }

  .winners-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .scholarship-form {
    margin-left: 40px;
    margin-right: 40px;
  }

  .scholarship-form-success {
    padding-bottom: 50px;
  }

  .heading1_pop-up {
    width: auto;
    height: auto;
    font-size: 70px;
  }

  .reel-header-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .clients-reel-mobile {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .clients-reel-mobile.mobile_reel {
    margin-bottom: 20px;
    display: flex;
  }

  .reel-marquee-wraper {
    width: 500%;
  }

  .reel-marquee {
    width: 50%;
  }

  .reel-card {
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .reel-marquee-image {
    width: 60px;
    height: 40px;
  }

  .form-info-text.explainer_text {
    min-width: 250px;
  }

  .scholarship_register_intro {
    font-size: 18px;
    line-height: 24px;
  }

  .feature_section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-33 {
    width: auto;
    margin-left: 6px;
  }

  .text-block-23 {
    margin-right: 70px;
    font-size: 30px;
    line-height: 37px;
  }

  .text-block-24 {
    margin-right: 70px;
    font-size: 16px;
    line-height: 26px;
  }

  .collection-item-featured-adjusted {
    margin-bottom: 15px;
    padding-right: 0;
  }

  .collection-list-6 {
    display: block;
  }

  .about-section-vertical-flow {
    padding: 40px 0;
  }

  .heading1_connection {
    width: auto;
    height: auto;
  }

  .how-gridcontainer-connections {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
  }

  .about_image-div.about-image-right-div {
    height: 400px;
  }

  .about_image-1.about-image-right {
    margin-left: -30px;
    margin-right: -30px;
  }

  .div-flexible-horizontal.middle-div {
    padding-left: 0;
    padding-right: 0;
  }

  .div-50-positioned-left {
    max-width: 100%;
    margin-right: 0;
  }

  .div-50-positioned-right {
    max-width: 100%;
    margin-left: 0;
  }

  .benefitsleads {
    display: flex;
  }

  .heading1_connections-no-padding {
    width: auto;
    height: auto;
    font-size: 66px;
    line-height: 72px;
  }

  .benefits-section {
    flex-direction: column;
    display: flex;
  }

  .padded-column-connections-benefits {
    margin-top: 10px;
  }

  .heading1_pop-up-centered {
    width: auto;
    height: auto;
    font-size: 66px;
  }

  .expected-values-div {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-text-aligned-left {
    font-size: 16px;
    line-height: 24px;
  }

  .text-span-8 {
    font-size: 22px;
  }

  .inspiring-stories {
    padding-left: 0;
    padding-right: 0;
  }

  .hellocampus-statistics {
    display: flex;
  }

  .blog-post-centered {
    padding-left: 40px;
    padding-right: 40px;
  }

  .winners-videos {
    flex-direction: column;
  }

  .heading_category {
    font-size: 26px;
  }

  .our-judges-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subheadline-paragraph_no-width {
    width: auto;
    height: auto;
  }

  .grid-3 {
    max-width: 60%;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    align-items: center;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .announcement-bar-connections {
    padding: 30px 0 30px 40px;
  }

  .buttonmain_connections_no-size {
    margin-right: 20px;
  }

  .orgheader {
    min-height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .booknow.booknowbio {
    display: inline-block;
  }

  .tourguidedescription {
    flex-flow: wrap-reverse;
  }

  .heading-14 {
    margin-bottom: 0;
  }

  .div-block-46 {
    min-width: 250px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .tourguideavatar.tourguideavatartablet {
    min-width: 0;
  }

  .orgcontent {
    padding-top: 140px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-48 {
    max-height: 100%;
    max-width: 250px;
    min-width: 0;
    margin-bottom: .625em;
    margin-left: 0;
    margin-right: 0;
  }

  .image-26 {
    height: auto;
    max-width: 15vw;
    min-height: 35px;
  }

  .div-block-49 {
    text-align: center;
    margin-bottom: .625em;
  }

  .div-block-50 {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: .5em;
    display: flex;
  }

  .embededobject {
    border-top-style: none;
    border-bottom-style: none;
    margin-bottom: 10px;
  }

  .div-block-52 {
    justify-content: center;
  }

  .div-block-53 {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .div-block-54 {
    margin-right: 0;
    padding-left: 0;
  }

  .orgfooter {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-37 {
    font-size: 18px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .image-28 {
    max-height: 50vh;
  }

  .div-block-61 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading1_leads.leadscenteredh1 {
    margin-bottom: 30px;
  }

  .div-block-62 {
    margin-bottom: 1em;
  }

  .flex-container-vertical-leads {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .subheadline-paragraph-leads {
    width: auto;
    height: auto;
  }

  .about_image-1-leads {
    display: block;
  }

  .about_image-div-leads {
    display: none;
  }

  .grid-4 {
    justify-content: center;
  }

  .section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-5 {
    height: 555px;
  }

  .div-block-74 {
    padding-left: 0;
  }

  .h1_mainbrand {
    width: auto;
    height: auto;
  }

  .products {
    padding: 40px 0;
  }

  .column_flex_vertical-center {
    margin-top: 15px;
    margin-bottom: 40px;
  }

  .testimonial-card {
    flex-wrap: wrap;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .testimonials {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-44 {
    height: 50px;
    max-height: 60px;
  }

  .button-additional {
    width: auto;
    height: auto;
  }

  .testimonials-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav-t6 {
    margin-bottom: 0;
    display: none;
  }

  .left-arrow-t6 {
    align-items: center;
    margin-left: -40px;
  }

  .user-name-t6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-arrow-t6 {
    margin-right: -40px;
  }

  .arrow-wrapper-t6 {
    margin-right: 0;
  }

  .slider-t6 {
    height: auto;
  }

  .testimonials-t6 {
    padding: 0 20px;
  }

  .connectionsabout-column {
    margin-top: 20px;
  }

  .div-block-76 {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-77 {
    width: auto;
  }

  .tabs-menu {
    line-height: 28px;
  }

  .tab-pane-post-tour {
    margin-top: 0;
  }

  .lightbox-link {
    width: auto;
  }

  .howitworks-post-tour-campaign {
    display: flex;
  }

  .image-howitworks {
    width: 40%;
  }

  .other-campaigns-section {
    flex-direction: column;
    display: flex;
  }

  .h1-div-buttonmain {
    margin-top: 20px;
  }

  .howitworks-summer-or-campaign-copy, .pricing-summer-orientation, .howitworks-dei-mentoring {
    display: flex;
  }

  .div-block-83 {
    flex-direction: column;
  }

  .campaigntabs {
    display: flex;
  }

  .section-2-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .feature_articles.section-2, .more_stories.section-2, .internet-test.section-2, .privacy-policy.section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-7-copy {
    margin-left: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .buttonmain-copy.buttonmain_brconnections {
    margin-right: 0;
  }

  .section-header {
    font-size: 2.8rem;
  }

  .scrolling-item {
    width: 40vw;
  }

  .scrolling-item.small-card {
    height: 20vh;
    padding: 1rem;
  }

  .container-6 {
    flex-direction: column;
  }

  .popup {
    display: none;
    overflow: auto;
  }

  .tourguide-card--popup {
    align-items: stretch;
    overflow: auto;
  }

  .div-block-98 {
    background-image: url('../images/Elements-right-upper-corner.png'), url('../images/Elements-left-bottom-corner.png'), url('../images/Elements-left-upper-corner.png');
    background-position: 100% 0, 0 100%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 150px, 100px, 110px;
    background-attachment: scroll, scroll, scroll;
    align-items: center;
  }

  .h2_subheadline-centered_school {
    width: 80%;
  }

  .collection-item-7 {
    flex: 0 auto;
  }

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

  .collection-list-7 {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .terms-of-use.section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .howitworks {
    padding: 0 20px;
  }

  .team {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact {
    padding-top: 0;
    padding-left: 20px;
  }

  .nav-logo-link {
    border-top: 0 #c4c4c4;
  }

  .nav-logo-link.nav-logo-link-blog {
    margin-bottom: 20px;
  }

  .nav-logo-link.multiple_logos.w--current, .nav-logo-link.multiple_logos.logo-distance-right {
    margin-right: 15px;
  }

  .logomain {
    display: inline-block;
  }

  .logomain.double_logo {
    height: 17px;
  }

  .nav-link {
    border-top: 1px #c4c4c4;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-container {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-container.contact-container.vertical-flex-centered {
    text-align: left;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    display: block;
  }

  .flex-container.larger-padding {
    padding-top: 20px;
  }

  .hero-image {
    width: 100%;
  }

  .benefitimage-mask {
    height: 250px;
  }

  .heading_1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 34px;
  }

  .heading_1.scholarship_heading {
    font-size: 30px;
    line-height: 34px;
  }

  .heading_1.heading1-no-width.heading1-center.on-white {
    text-align: center;
  }

  .heading_1.heading1-no-width.h1_mainbrand {
    margin-bottom: 0;
  }

  .heading_1.h1_mainbrand {
    font-size: 36px;
    line-height: 38px;
  }

  .subheadline-paragraph {
    max-width: 300px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .buttonmain {
    max-width: 320px;
    min-width: auto;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
  }

  .buttonmain.buttonsecondary.ga-event {
    min-width: 200px;
  }

  .buttonmain.ga-event {
    min-width: 200px;
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
  }

  .buttonmain.button_additional_connections {
    flex-wrap: nowrap;
    flex: 0 auto;
  }

  .benefit-title.text-centered {
    font-size: 18px;
    line-height: 20px;
  }

  .how-gridcontainer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    margin-bottom: 0;
    display: block;
  }

  .howimage-mask {
    max-width: 100%;
  }

  .how-text {
    text-align: center;
    align-self: center;
    padding-left: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block {
    margin-top: 0;
  }

  .flex-container-vertical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-container-vertical.vertical-flex-centered, .flex-container-vertical.horizontal-center {
    padding-left: 0;
    padding-right: 0;
  }

  .benefit3-image {
    width: 120%;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .why-heading {
    font-size: 36px;
    font-weight: 800;
    line-height: 38px;
  }

  .column-3 {
    padding-left: 0;
  }

  .navbar_div {
    padding-left: 0;
    padding-right: 0;
  }

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

  .menu-button {
    padding: 0;
  }

  .text-step-number-howitworks {
    margin-left: -15px;
    font-size: 60px;
  }

  .div-grid-cell-howitworks {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .flex-container-team {
    padding-left: 0;
  }

  .techsolution-table-header {
    font-size: 14px;
    line-height: 14px;
  }

  .reinfstatement-header {
    font-size: 26px;
    line-height: 28px;
  }

  .reinfstatement-header.textcolor_brandlive {
    font-size: 24px;
    font-weight: 800;
  }

  .div-block-header-right {
    padding-left: 2px;
    padding-right: 5px;
  }

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

  .text-block.text-block-emphasis {
    font-size: 14px;
    line-height: 16px;
  }

  .reinforcing-statement {
    padding-top: 20px;
  }

  .div-block-7 {
    padding-left: 10px;
  }

  .flex-container-vertical-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-8 {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .text-block-4 {
    flex: 1;
    align-self: auto;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-4.max_size {
    font-size: 16px;
    line-height: 20px;
  }

  .text-field {
    min-width: 200px;
  }

  .block-left {
    margin-right: 20px;
  }

  .contact-block {
    flex: 0 auto;
    padding-right: 0;
  }

  .block-right {
    margin-bottom: 30px;
  }

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

  .div-block-9 {
    align-self: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .div-block-footer {
    height: auto;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    align-self: flex-start;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
  }

  .text-block-7 {
    margin-left: 10px;
    font-size: 12px;
  }

  .link {
    padding-left: 0;
    padding-right: 20px;
    font-size: 12px;
  }

  .modal-popup-background {
    display: none;
  }

  .modal-popup.temporary-modal {
    justify-content: flex-start;
    align-items: stretch;
    bottom: 15%;
  }

  .annonuncement {
    padding: 20px;
  }

  .link-announcement {
    line-height: 24px;
  }

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

  .dnt-general-div, .dnt-general-div.dnt-buttons {
    width: 270px;
  }

  .heading2 {
    font-size: 26px;
  }

  .heading2.h2_mainbrand {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .heading2.h2_mainbrand_centered, .heading2.h2_mainbrand_alignedleft {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-11 {
    font-size: 18px;
    line-height: 24px;
  }

  .image-3 {
    width: 60%;
  }

  .buttonmain-404 {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .div-block-4-blog {
    height: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    display: block;
  }

  .div-block-14 {
    max-width: 100%;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    display: inline;
  }

  .div-block-21 {
    padding-left: 0;
  }

  .richtextblock {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-22 {
    max-width: 100%;
    flex: 1;
    padding-left: 0;
    display: block;
  }

  .collection-item-featured {
    height: 700px;
  }

  .link-5 {
    font-size: 34px;
    line-height: 38px;
  }

  .column-6 {
    padding-left: 0;
  }

  .collection-list-wrapper-3 {
    margin-top: 10px;
  }

  .tag-link {
    margin-right: 5px;
    font-size: 12px;
    display: flex;
  }

  .link-6 {
    text-indent: -3px;
    margin-left: 0;
    display: inline-block;
  }

  .link-6.w--current {
    margin-top: 22px;
  }

  .div-block-27 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .blog {
    margin-top: 0;
    padding: 20px 20px 0;
  }

  .heading-10 {
    font-size: 40px;
    line-height: 50px;
  }

  .network-result-value.download_value {
    font-size: 30px;
    line-height: 40px;
  }

  .testing-network-connection.download_testing, .testing-network-connection.upload_testing, .testing-network-connection.latency_testing {
    width: 200px;
    height: 100px;
  }

  .heading-13.has_animation {
    margin-top: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .carousel {
    object-fit: fill;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .card {
    width: 180px;
    height: 60px;
    margin-right: 20px;
    overflow: visible;
  }

  .clients-reel {
    display: none;
    overflow: hidden;
  }

  .image-17 {
    width: 56%;
    height: 100%;
    overflow: visible;
  }

  .howtoapply_scholarship {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .apply_form_section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .winners-section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .select-field {
    min-width: 200px;
  }

  .scholarship-form {
    margin-left: 20px;
    margin-right: 20px;
  }

  .scholarship-form-success {
    padding-bottom: 50px;
  }

  .text-block-22 {
    text-align: center;
  }

  .heading1_pop-up {
    font-size: 40px;
    line-height: 42px;
  }

  .clients-reel-mobile.mobile_reel {
    display: flex;
  }

  .reel-wraper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .reel-marquee-wraper {
    width: 900%;
  }

  .reel-marquee {
    width: 50%;
  }

  .reel-card {
    margin-left: 0;
    margin-right: 0;
  }

  .reel-marquee-image {
    width: 60px;
    height: 40px;
  }

  .form-info-text.scholarship_register_intro {
    min-width: 200px;
    line-height: 26px;
  }

  .form-info-text.explainer_text {
    min-width: 200px;
    margin-bottom: 30px;
    font-size: 12px;
  }

  .feature_section {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scholarship-form-success-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-33 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-23 {
    margin-right: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .text-block-24 {
    margin-top: 10px;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-26 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading1_connection {
    padding-left: 0;
    font-size: 36px;
    font-weight: 800;
    line-height: 38px;
  }

  .buttonmain_connections {
    max-width: 320px;
    min-width: 240px;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
  }

  .buttonmain_connections.ga-event {
    min-width: 200px;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
  }

  .how-gridcontainer-connections {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .about_image-div {
    height: 250px;
    display: none;
  }

  .div-flexible-horizontal {
    flex-direction: column;
  }

  .div-flexible-horizontal.middle-div {
    padding-left: 0;
    padding-right: 0;
  }

  .div-50-positioned-left {
    max-width: 100%;
    margin-right: 0;
  }

  .div-50-positioned-right {
    max-width: 100%;
    margin-left: 0;
  }

  .benefitsleads {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-grid-cell-howitworks-connections {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .heading1_connections-no-padding {
    font-size: 36px;
    font-weight: 800;
    line-height: 38px;
  }

  .howitworks-connections-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .benefits-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefits-section.grey-backgr-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .connections-benefits-columns-container {
    margin-top: 20px;
  }

  .padded-column-connections-benefits {
    padding-bottom: 20px;
  }

  .about-connections-title {
    margin-top: 0;
  }

  .modal-popup-temporary-unavailable {
    display: none;
  }

  .heading1_pop-up-centered {
    font-size: 40px;
    line-height: 42px;
  }

  .expected-values-div {
    padding: 5px;
  }

  .paragraph-text-aligned-left {
    font-size: 14px;
    line-height: 20px;
  }

  .text-span-8 {
    font-size: 18px;
    line-height: 18px;
  }

  .inspiring-stories {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hellocampus-statistics {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-post-centered {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .announcement-bar-paragraph.white-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-judges-section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheadline-paragraph_no-width {
    max-width: 300px;
    line-height: 30px;
  }

  .grid-3 {
    max-width: none;
    flex-direction: column;
    justify-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-42 {
    line-height: 38px;
  }

  .announcement-bar-connections {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .text-block-29 {
    margin-bottom: 20px;
  }

  .buttonmain_connections_no-size {
    max-width: none;
    min-width: 0;
    margin-bottom: 25px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
  }

  .orgheader {
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .booknow {
    font-size: 12px;
  }

  .booknow.booknowbio {
    display: inline;
  }

  .tourguidedescription {
    margin-bottom: 25px;
  }

  .heading-14 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .div-block-46 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .orgcontent {
    padding-top: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-48 {
    max-width: 150px;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    display: block;
  }

  .image-26 {
    height: auto;
    max-height: 4.5vh;
    max-width: 20vw;
    min-height: 25px;
  }

  .div-block-49 {
    font-size: 12px;
  }

  .div-block-50 {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .orgfooter {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .image-28 {
    max-width: 85vw;
  }

  .heading1_leads {
    font-size: 36px;
  }

  .heading1_leads.leadscenteredh1 {
    margin-bottom: 15px;
    margin-left: auto;
  }

  .buttonmain_leads {
    max-width: 320px;
    min-width: 240px;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
  }

  .buttonmain_leads.ga-event {
    min-width: 200px;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
  }

  .flex-container-vertical-leads {
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheadline-paragraph-leads {
    max-width: 300px;
    line-height: 30px;
  }

  .leadsabouth2 {
    font-size: 35px;
  }

  .leadsabouth3 {
    font-size: 20px;
  }

  .leadsaboutp {
    font-size: 16px;
  }

  .about_image-div-leads {
    height: 250px;
    display: none;
  }

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

  .h1_mainbrand {
    font-size: 36px;
    font-weight: 800;
    line-height: 38px;
  }

  .text_nunito400.paragraph-text-aligned-left {
    font-size: 16px;
  }

  .column_flex_vertical-center {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow {
    top: auto;
    bottom: -3%;
    left: auto;
    right: 20%;
  }

  .author-block {
    margin-top: 15px;
  }

  .left-arrow {
    top: auto;
    bottom: -3%;
    left: 20%;
    right: auto;
  }

  .horizontal-content-block {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .testimonials {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-additional {
    max-width: 300px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .testimonials-wrapper {
    width: 100%;
    border-radius: 0;
  }

  .left-arrow-t6 {
    margin-left: 0;
  }

  .right-arrow-t6 {
    margin-right: 0;
  }

  .slider-t6 {
    padding-bottom: 60px;
  }

  .testimonials-t6 {
    width: 100%;
  }

  .div-block-77 {
    padding-right: 0;
  }

  .tabs-menu {
    line-height: 24px;
  }

  .howitworks-post-tour-campaign {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-howitworks {
    width: 60%;
  }

  .other-campaigns-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .othercampaigns-h2-title.text-centered {
    font-size: 34px;
    line-height: 36px;
  }

  .othercampaigns-div {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-3-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .howitworks-summer-or-campaign-copy, .pricing-summer-orientation, .howitworks-dei-mentoring {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-83 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .image-48 {
    width: auto;
    max-width: 100%;
  }

  .div-block-84 {
    padding-right: 0;
  }

  .campaigntabs {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-11 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-image-dei {
    width: 100%;
  }

  .section-2-copy {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_articles.section-2, .more_stories.section-2, .internet-test.section-2, .privacy-policy.section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7-copy {
    margin-left: 10px;
  }

  .buttonmain-copy {
    max-width: 320px;
    min-width: auto;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
  }

  .buttonmain-copy.buttonsecondary.ga-event {
    min-width: 200px;
  }

  .buttonmain-copy.ga-event {
    min-width: 200px;
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
  }

  .buttonmain-copy.button_additional_connections {
    flex-wrap: nowrap;
    flex: 0 auto;
  }

  .connections-benefits-columns-container-2column {
    margin-top: 20px;
  }

  .hero-image-mentoring-exception {
    width: 100%;
  }

  .section-text-wrap {
    align-items: flex-start;
    margin-bottom: -.5rem;
    padding-top: 0;
    padding-left: .9rem;
    padding-right: 0;
  }

  .section-header {
    margin-bottom: .3rem;
    font-size: 2.6rem;
  }

  .section-header.smaller {
    font-size: 2.5rem;
  }

  .scrolling-item {
    width: 75vw;
  }

  .scrolling-item.small-card {
    width: 32vw;
    height: 15vh;
    margin-left: .4rem;
    margin-right: .4rem;
    padding: .6rem;
  }

  .scrolling-list {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .tourguide-image.round-edges {
    border-radius: 50px;
  }

  .guides-gallery-headline {
    font-size: 16px;
    line-height: 22px;
  }

  .popup {
    display: none;
    overflow: auto;
  }

  .div_powered-by {
    padding-left: 0;
    padding-right: 0;
  }

  .tourguide-card--popup {
    object-fit: fill;
    overflow: auto;
  }

  .image-55 {
    display: none;
  }

  .div-block-98 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: 30px;
    padding: 0;
  }

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

  .h2_subheadline-centered_school {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-100 {
    padding-left: 0;
    padding-right: 30px;
  }

  .text-block-40 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-4-italic {
    flex: 1;
    align-self: auto;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-4-italic.max_size {
    font-size: 16px;
    line-height: 20px;
  }

  .terms-of-use.section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-102 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
  }

  .div-block-103 {
    padding-right: 10px;
  }
}

#w-node-_6bb6e27d-f99b-8ed4-d983-39ce17a4f98d-7d5279ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83f106da-974d-8f14-7fe6-7aa1bd68670e-7d5279ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_1358948c-1401-f0e7-2516-a1b3453226f3-7d5279ea {
  align-self: stretch;
}

#w-node-_3fd5b9a0-152f-b051-d194-a777a7799cd1-7d5279ea, #w-node-_1372cf7b-36fe-ad86-2547-b21b1192c122-7d5279ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1994e523-2bc9-fd47-5944-488e677aab87-7d5279ea {
  align-self: stretch;
}

#w-node-fec4323f-a6ef-3b15-12b8-807d927bea6b-7d5279ea {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_6a9173ff-f30d-d768-ae7e-54ddf5e12ce4-7d5279ea {
  grid-area: 2 / 4 / 3 / 5;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ff5954f2-0a99-6d0f-b49e-acf073c2c235-7d5279ea {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-a708eb27-32a0-5a0e-d7b3-a17f700c4e5c-7d5279ea {
  grid-area: 3 / 3 / 4 / 4;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_6f77996e-21ec-bd60-2184-52764fb33ac4-7d5279ea {
  grid-area: 3 / 4 / 4 / 5;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_6dffeccd-6327-514e-881e-2cd16363ce68-7d5279ea {
  grid-area: 4 / 4 / 5 / 5;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_6bb6e27d-f99b-8ed4-d983-39ce17a4f98d-c54b2d37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_1358948c-1401-f0e7-2516-a1b3453226f3-c54b2d37 {
  align-self: stretch;
}

#w-node-_3fd5b9a0-152f-b051-d194-a777a7799cd1-c54b2d37, #w-node-_1372cf7b-36fe-ad86-2547-b21b1192c122-c54b2d37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1994e523-2bc9-fd47-5944-488e677aab87-c54b2d37 {
  align-self: stretch;
}

#w-node-fec4323f-a6ef-3b15-12b8-807d927bea6b-c54b2d37 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_6a9173ff-f30d-d768-ae7e-54ddf5e12ce4-c54b2d37 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ff5954f2-0a99-6d0f-b49e-acf073c2c235-c54b2d37 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-a708eb27-32a0-5a0e-d7b3-a17f700c4e5c-c54b2d37 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_6f77996e-21ec-bd60-2184-52764fb33ac4-c54b2d37 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_6dffeccd-6327-514e-881e-2cd16363ce68-c54b2d37 {
  grid-area: 4 / 4 / 5 / 5;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_6bb6e27d-f99b-8ed4-d983-39ce17a4f98d-557b2011, #w-node-_6bb6e27d-f99b-8ed4-d983-39ce17a4f98d-384e6c21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-afb8fade-a698-cbd8-06a3-934673dd7b6b-7d5279ea, #w-node-afb8fade-a698-cbd8-06a3-934673dd7b6d-7d5279ea, #w-node-f5ed5cb4-59da-d74c-9c07-4365e7dd997f-c54b2d37, #w-node-f5ed5cb4-59da-d74c-9c07-4365e7dd9981-c54b2d37, #w-node-f5ed5cb4-59da-d74c-9c07-4365e7dd9987-c54b2d37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f5ed5cb4-59da-d74c-9c07-4365e7dd9989-c54b2d37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}