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

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

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

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

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

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

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

.hero-section {
  background-image: url('../images/rit-header-desktop.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading {
  font-family: DIN, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 85px;
}

.hero-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  position: relative;
  left: -10px;
  display: inline-block;
  font-family: DIN, sans-serif;
  font-size: 16px;
}

.back-to-homepage {
  margin-top: 0px;
  padding-top: 20px;
  font-family: DIN, sans-serif;
  color: #fff;
}

.div-block {
  width: 50%;
}

.text {
  margin-top: 20px;
  padding-top: 0px;
  font-family: DIN, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.hero-image {
  width: 50%;
}

.nav {
  margin-top: -139px;
}

.body {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.logo {
  display: inline;
}

.logo-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.logo-box {
  display: inline-block;
  padding: 30px 30px 0px;
  background-color: #fff;
}

.h1-highlight-1 {
  display: inline-block;
  padding: 10px 10px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c31924), to(#c31924));
  background-image: linear-gradient(180deg, #c31924, #c31924);
  font-weight: 500;
}

.h1-highlight-2 {
  display: inline-block;
  padding: 10px 10px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0068b4), to(#0068b4));
  background-image: linear-gradient(180deg, #0068b4, #0068b4);
  font-weight: 500;
}

.h1-highlight-3 {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdc300), to(#fdc300));
  background-image: linear-gradient(180deg, #fdc300, #fdc300);
  font-weight: 500;
}

.main {
  padding-top: 50px;
  padding-bottom: 50px;
}

.intro-text {
  margin-bottom: 40px;
  font-family: DIN, sans-serif;
  color: #0068b4;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.intro-text.intro-padding {
  margin-top: 40px;
  margin-bottom: 15px;
}

.p {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: DIN, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.p.p-padding {
  margin-top: 10px;
}

.main-content {
  padding-top: 40px;
}

.image-subtitle {
  margin-top: 15px;
  font-family: DIN, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.section-gradient {
  height: 40em;
  margin-bottom: 300px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fdc300), color-stop(50%, #c31924), to(#0068b4));
  background-image: linear-gradient(90deg, #fdc300, #c31924 50%, #0068b4);
}

.heading-3 {
  font-family: DIN, sans-serif;
  color: #fff;
  font-weight: 500;
}

.image-2 {
  margin-top: 50px;
}

.nav-link {
  display: inline-block;
  padding-right: 0px;
  padding-left: 40px;
  font-family: DIN, sans-serif;
  color: #0068b4;
  font-size: 20px;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-2 {
  position: static;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-accordions {
  margin-bottom: 100px;
}

.icon {
  position: static;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-item {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
}

.accordion-toggle {
  width: 100%;
  height: 60px;
  background-color: #c31924;
  font-family: DIN, sans-serif;
  color: #fff;
  font-size: 20px;
}

.accordion-toggle.accordion-blue {
  background-color: #0068b4;
}

.accordion-toggle.accordion-yellow {
  background-color: #fdc300;
}

.accordion-content {
  position: static;
  display: block;
  overflow: visible;
  padding: 20px;
  background-color: rgba(195, 25, 36, 0.1);
  font-family: DIN, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.accordion-content.accordion-content-blue {
  background-color: rgba(0, 104, 180, 0.1);
}

.accordion-content.accordion-content-yellow {
  background-color: rgba(253, 195, 0, 0.1);
}

.paragraph-2 {
  color: #414241;
}

.section-slider {
  margin-bottom: 100px;
}

.left-arrow {
  margin-left: -80px;
}

.icon-2 {
  background-color: rgba(189, 90, 90, 0);
  color: #0068b4;
}

.right-arrow {
  margin-right: -80px;
}

.icon-3 {
  color: #0068b4;
}

.slider {
  height: 50em;
}

.slide {
  background-image: url('../images/slider-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/slider-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-form {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/rit-form-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-4 {
  margin-bottom: 40px;
  font-family: DIN, sans-serif;
  color: #fff;
  font-weight: 500;
}

.form-element-50 {
  display: inline-block;
  width: 49%;
  height: 50px;
  margin-right: 0%;
  padding-right: 0%;
  font-family: DIN, sans-serif;
  color: #909090;
  font-size: 20px;
}

.form-button {
  display: block;
  width: auto;
  height: 50px;
  margin-top: 25px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #0068b4;
  font-family: DIN, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.form-element-100 {
  overflow: visible;
  width: 100%;
  height: 100px;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: DIN, sans-serif;
  color: #909090;
  font-size: 20px;
  text-align: left;
}

.form-element-100.form-textarea {
  height: 150px;
}

.form {
  display: inline;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form-element-50-first {
  display: inline-block;
  width: 49%;
  height: 50px;
  margin-right: 2%;
  padding-right: 0%;
  font-family: DIN, sans-serif;
  color: #909090;
  font-size: 20px;
}

.checkbox-label {
  font-family: DIN, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.checkbox-field {
  margin-top: 50px;
}

.accordion-title {
  font-weight: 500;
}

.list-2 {
  list-style-type: disc;
}

.accordion-list {
  padding-top: 10px;
  color: #414241;
  font-size: 20px;
  line-height: 28px;
}

.accordion-list.list-text {
  font-family: DIN, sans-serif;
}

.intro-highlight-yellow {
  color: #fdc300;
}

.intro-highlight-red {
  color: #c31924;
}

.section-parallax {
  height: 30em;
  background-image: url('../images/rit-parallax.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

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

.link-blue {
  color: #0068b4;
  text-decoration: none;
}

.slide-3 {
  background-image: url('../images/slider-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/slider-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
  }

  .hero-image {
    width: 50%;
  }

  .nav {
    margin-top: -40px;
  }

  .h1-highlight-1 {
    padding-top: 5px;
    padding-left: 10px;
    font-size: 60px;
  }

  .h1-highlight-2 {
    padding-top: 5px;
    font-size: 60px;
  }

  .h1-highlight-3 {
    padding-top: 5px;
    font-size: 60px;
  }

  .section-gradient {
    margin-bottom: 170px;
  }

  .left-arrow {
    margin-left: -70px;
  }

  .right-arrow {
    margin-right: -70px;
  }

  .slider {
    position: relative;
    display: inline-block;
    width: 90%;
    height: 30em;
    margin-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-form {
    background-size: cover;
  }

  .container-2 {
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    overflow: hidden;
    height: 42em;
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/rit-header-mobile.jpg');
    background-size: cover;
  }

  .heading {
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .text {
    position: static;
    top: -85px;
    bottom: 0px;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .text.text-header {
    position: relative;
  }

  .hero-image {
    position: relative;
    top: 162px;
    right: 87px;
    width: 85%;
  }

  .nav {
    margin-top: 2px;
  }

  .body {
    overflow: visible;
    padding-left: 0px;
  }

  .logo-box {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .h1-highlight-1 {
    position: relative;
    top: auto;
    display: inline-block;
    overflow: visible;
    font-size: 40px;
    line-height: 45px;
  }

  .h1-highlight-2 {
    position: relative;
    bottom: 35px;
    display: inline-block;
    font-size: 40px;
    line-height: 45px;
  }

  .h1-highlight-3 {
    position: relative;
    bottom: 70px;
    display: inline-block;
    font-size: 40px;
    line-height: 45px;
  }

  .main {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .intro-text {
    font-size: 20px;
    line-height: 26px;
  }

  .p {
    font-size: 18px;
    line-height: 26px;
  }

  .main-content {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-gradient {
    height: 30em;
    margin-top: 60px;
    background-image: linear-gradient(60deg, #fdc300, #c31924 50%, #0068b4);
  }

  .heading-3 {
    font-size: 26px;
  }

  .image-2 {
    width: auto;
    height: auto;
    margin-top: 40px;
  }

  .nav-link {
    display: block;
    padding-top: 10px;
    padding-left: 0px;
  }

  .list {
    display: block;
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns-2 {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .accordion-toggle {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .accordion-content {
    padding-right: 10px;
    padding-left: 0px;
  }

  .left-arrow {
    margin-left: -55px;
  }

  .icon-2 {
    font-size: 30px;
  }

  .right-arrow {
    margin-right: -55px;
  }

  .icon-3 {
    font-size: 30px;
  }

  .slider {
    height: 15em;
    margin-left: 10px;
    padding-left: 0px;
  }

  .slide {
    background-size: cover;
  }

  .slide-2 {
    background-size: cover;
  }

  .section-form {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/rit-form-mobile.jpg');
  }

  .form-element-50 {
    width: 100%;
  }

  .form-element-50-first {
    width: 100%;
  }

  .accordion-title {
    position: static;
    width: 100%;
    max-width: 100%;
    direction: ltr;
    line-height: 26px;
    font-weight: 500;
    white-space: break-spaces;
  }

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

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

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-3 {
    width: 250px;
  }

  .accordion-list {
    font-size: 18px;
  }

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

  .link-blue {
    color: #0068b4;
    text-decoration: none;
  }

  .slide-3 {
    background-size: cover;
  }

  .slide-4 {
    background-size: cover;
  }
}

@font-face {
  font-family: 'DIN';
  src: url('../fonts/din-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN';
  src: url('../fonts/din-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN';
  src: url('../fonts/DINNextLTPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN';
  src: url('../fonts/DINNextLTPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}