body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.slider {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #5450a0;
}

.slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-img {
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

.hero {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  width: 95%;
  max-width: 1200px;
}

.hero-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #383638;
}

.hero-col1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 280px;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 25px;
}

.hero-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'TT Commons';
  font-weight: 400;
}

.span {
  color: #f05f69;
  font-style: normal;
  font-weight: 300;
}

.hero-col1-text {
  font-size: 5em;
  line-height: 0.7em;
  font-weight: 600;
}

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Icomoon, sans-serif;
  color: #383638;
  font-size: 1.2em;
  line-height: 1.2em;
  text-decoration: none;
}

.social-a:hover {
  color: #fff;
}

.brand {
  font-family: Icomoon, sans-serif;
  color: #cde0d9;
  font-size: 2.5em;
  line-height: 1.2em;
}

.symbol {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 10%;
  z-index: 2;
  font-family: Icomoon, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
}

.hero-text {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

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

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

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

.hero-col1-subtext {
  font-size: 2.6em;
  line-height: 0.7em;
  font-weight: 300;
}

.l1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 10%;
}

.l2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 10%;
}

.fellow {
  margin-left: -0.2em;
  font-family: Icomoon, sans-serif;
  font-size: 14em;
  line-height: 1em;
}

.creative {
  position: absolute;
  left: auto;
  top: 0.7em;
  right: -0.8em;
  font-family: Icomoon, sans-serif;
  font-size: 4.3em;
  line-height: 1em;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 13px;
  }

  .hero-col1 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
  }

  .creative {
    top: 1em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }

  .hero-col1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 15px;
  }

  .hero-col2 {
    margin-top: 40px;
  }

  .symbol {
    right: 5%;
    bottom: 5%;
    font-size: 3em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 11px;
  }

  .hero-col1 {
    font-size: 12px;
  }
}

@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}