h1 {
  margin-top: 44px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #4d851c;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #780a6e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.width-control {
  width: 90%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.header {
  width: 100%;
  height: auto;
  padding-top: 32px;
  border-bottom: 2px none #780a6e;
}

.heading {
  width: 72%;
  margin-top: 0px;
  margin-bottom: 16px;
  color: #780a6e;
  line-height: 120%;
  font-weight: 400;
}

.sub-title-row {
  height: auto;
}

.text-block {
  clear: both;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.name {
  margin-bottom: 32px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #4d851c;
  font-size: 24px;
  line-height: 80%;
  font-weight: 400;
}

.md-titles {
  padding-left: 12px;
  color: #6f797e;
  font-size: 16px;
  font-weight: 400;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding: 10vh 8vw;
  -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;
  border: 1px solid #780a6e;
}

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

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

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

.text-wrapper {
  width: 100%;
}

.text-block-2 {
  padding-right: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #780a6e;
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
}

.form-wrapper {
  width: 100%;
  padding-top: 5px;
}

.form {
  margin-top: 24px;
}

.label {
  font-family: 'Source Sans Pro', sans-serif;
  color: #6f797e;
  font-size: 16px;
  font-weight: 600;
}

.text-field {
  font-family: 'Source Sans Pro', sans-serif;
  color: #6f797e;
  font-size: 16px;
  font-weight: 400;
}

.btn {
  float: right;
  border-radius: 12px;
  background-color: #4d851c;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
  border-top: 2px none rgba(111, 121, 126, 0.5);
  border-bottom: 2px none #780a6e;
}

.copyright-text {
  margin-top: 32px;
  margin-bottom: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #6f797e;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.image {
  width: 20vw;
  min-width: 180px;
  text-align: center;
}

.content-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vh 0vh 4vh;
  -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;
}

.sponsor-text {
  margin-bottom: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #6f797e;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

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

  .content {
    padding: 8vh 6vw;
  }

  .content-video {
    padding-bottom: 4vh;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 20px;
  }

  .heading {
    font-size: 28px;
  }

  .name {
    font-size: 20px;
  }

  .content {
    padding: 4vh 4vw;
  }

  .content-video {
    padding-top: 0vh;
    padding-bottom: 4vh;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 16px;
  }

  .heading {
    font-size: 20px;
  }

  .name {
    font-size: 16px;
  }

  .md-titles {
    font-size: 12px;
  }

  .content {
    margin-top: 2vh;
    margin-bottom: 2vh;
    padding: 2vh 6vw;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .form {
    margin-top: 12px;
  }

  .copyright-text {
    font-size: 11px;
  }

  .content-video {
    padding-top: 0vh;
  }
}

