h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #606479;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  color: #606479;
}

.mdl-textfield .mdl-textfield__input {
  border: 1px solid rgba(0, 0, 0, 0.7);
  padding: 12px 30px 10px 10px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #06B4E7;
}
.mdl-textfield .mdl-textfield__label {
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 17px;
}
.mdl-textfield .mdl-textfield__label:after {
  display: none !important;
}
.mdl-textfield.is-focused .mdl-textfield__input {
  border: 1px solid #06B4E7;
}
.mdl-textfield.is-focused .mdl-textfield__label, .mdl-textfield.is-dirty .mdl-textfield__label {
  padding: 0 5px;
  height: 20px;
  width: auto;
  display: inline-block;
  right: unset;
  top: 10px;
  left: 5px;
  background-color: white;
  color: #06B4E7;
  font-size: 15px;
}

body {
  background-color: #E3E3E3 !important;
}

.form-wrapper {
  padding: 20px 0;
  background-color: white;
  max-width: 1028px;
  width: 95%;
  margin: 50px auto;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.form-wrapper .form-title {
  display: block;
  width: auto;
  margin: 0 auto 35px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form-wrapper .form-title {
    margin-bottom: 10px;
  }
}
.form-wrapper .form-title h3 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 0 15px 5px;
}
@media only screen and (max-width: 768px) {
  .form-wrapper .form-title h3 {
    font-size: 20px;
  }
}
.form-wrapper .video-wrapper {
  width: 100%;
  height: 100%;
  max-width: 720px;
  max-height: 480px;
  margin: 0 auto 25px;
}
.form-wrapper .video-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.form-wrapper .section {
  display: block;
  margin: 15px auto 0;
  width: 90%;
}
.form-wrapper .section .previous-record-message {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  border: 1px solid #606479;
  color: #606479;
  border-radius: 5px;
  padding: 10px;
  vertical-align: middle;
  margin-top: 10px;
  display: none;
}
.form-wrapper .section .previous-record-message a {
  color: #06B4E7 !important;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .form-wrapper .section .section-meta {
    margin-bottom: 0;
  }
}
.form-wrapper .section .section-meta .section-number {
  width: 35px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  border: 2px solid #606479;
  color: #606479;
  display: inline-block;
  margin-right: 9px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .form-wrapper .section .section-meta .section-number {
    font-size: 18px;
    margin-right: 5px;
  }
}
.form-wrapper .section .section-meta .section-title {
  display: inline-block;
  color: #606479;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .form-wrapper .section .section-meta .section-title {
    font-size: 18px;
  }
}
.form-wrapper .section .section-meta.completed .section-number {
  border: 2px solid #57a773;
  color: #57a773;
}
.form-wrapper .section .section-meta.completed .section-title {
  color: #57a773;
}
.form-wrapper .section .full-width {
  width: 100%;
}
.form-wrapper .section .tooltip-container {
  position: absolute;
  top: 32px;
  right: 5px;
}
.form-wrapper .section .tooltip-container .icon {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
}
.form-wrapper .section .not-required-message {
  margin-top: 15px;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-family: "Montserrat", sans-serif;
}
.form-wrapper .submit {
  margin: 20px auto 40px;
  display: block;
  position: relative;
  font-size: 16px;
  box-sizing: border-box;
  width: 276px;
  max-width: 100%;
  padding: 20px 0;
  border: 2px solid #57a773;
  background-color: #57a773;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-radius: 5px;
}
.form-wrapper .submit:hover {
  background-color: rgba(87, 167, 115, 0.8);
}

/*# sourceMappingURL=icf.css.map */
