body {
  font-family: freight-sans-pro,verdana,helvetica neue,helvetica,sans-serif;
  font-size: 24px;
  color: #4A4A4A;
  margin: 0px;
  background-color: #FFFFFF;
}
.hidden {
  display: none;
}
.no-overflow {
  overflow: hidden;
}
header {
  height: 40px;
  padding: 20px;
}
#logo {
  display: inline-block;
  margin-top: 3px;
  color: #5156BE;
  font-weight: bold;
}
nav {
  float: right;
}
.navlink {
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
@media only screen and (max-width: 550px) {
  #link-find-talent {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  #link-how-it-works {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  #link-contact-us {
    display: none;
  }
}
#button-show-login {
  margin-left: 10px;
  padding: 8px 20px;
}
section {
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; /* Resize the background image to cover the entire container */
}
#title {
  font-size: 30px;
}
.content {
  text-align: center;
  padding: 50px 20px;
  margin: 0% 10%;
}
.copy {
  font-weight: bold;
  max-width: 700px;
  margin: 0px auto 50px;
  line-height: 46px;
}
button {
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
}
.button-white {
  color: #5156BE;
  background-color: white;
}
.button-purple {
  color: white;
  background-color: #5156BE;
}
#section-1 {
  color: #F3F3F3;
  background-image: linear-gradient(
                     rgba(36, 42, 127, 0.6),
                     rgba(36, 42, 127, 0.5),
                     rgba(36, 42, 127, 0.2)),
                     url("../images/bg_01.jpg");
}
#section-3 {
  color: #F3F3F3;
  background-image: linear-gradient(
                     rgba(20, 20, 20, 0.67),
                     rgba(100, 100, 100, 0.67)),
                     url("../images/bg_02.jpg");
}
#section-4 {
  background-image: url("../images/bg_03.jpg");
}
#section-5 {
  background-color: #5156BE;
  color: white;
}
#content-find-talent {
  margin: 0% 2%;
}
#talent-carousel {
  max-height: 740px;
  overflow: hidden;
}
.talent-container {
  width: 200px;
  margin: 0px 20px 20px;
  font-size: 12px;
  border: 2px solid #F4F4F4;
  padding: 5px;
  border-radius: 16px;
  display: inline-block;
  color: #4F566B;
  cursor: pointer;
}
.talent-container:hover {
  border-color: #5156BE;
}
.talent-img {
  width: 125px;
  border-radius: 50%;
  margin: 20px 20px 8px;
}
.talent-name, .talent-strengths, .talent-asks {
  margin: 12px 0px;
}
.talent-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 18px;
}
.talent-strength {
  background-color: #DCDDF2;
  display: inline-block;
  margin: 2px 2px 6px;
  border-radius: 5px;
  padding: 4px 7px;
}
.talent-learn-more {
  color: #5156BE;
  margin-bottom: 15px;
}
#content-how-it-works {
  text-align: left;
  margin-right: 35%;
  min-width: 205px;
}
#how-it-works-steps {
  font-size: 18px;
  line-height: 28px;
  margin-top: -10px;
}
#zero-risk {
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}
footer {
  background-color: #5156BE;
  color: white;
  padding: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
}
#footer-contact {
  color: inherit;
}
#modal-mask {
  background-color: rgba(255, 255, 255, 0.2);
  position: fixed;
  height: 100%;
  width: 100%;
}
.modal {
  position: fixed;
  width: 80%;
  max-width: 400px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
  font-sizE: 16px;
}
.modal-hide {
  float: right;
  padding: 5px;
  cursor: pointer;
}
.modal-title {
  text-align: center;
  padding: 10px;
}
.modal-error {
  color: red;
  font-style: italic;
  margin: 0px 15px;
}
.modal-description {
  font-style: italic;
}
.modal-content{
  padding: 0px 15px 15px;
}
form {
  margin-bottom: 15px;
}
label, input, textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
label {
  margin: 10px 0px;
}
input {
  border: 1px solid #DCDDF2;
  padding: 6px 12px;
  font-size: 18px;
}
button[type=submit] {
  width: 100%;
  margin-top: 15px;
}
button[disabled] {
  background-color: #DCDDF2;
}
textarea {
  height: 200px;
  padding: 10px;
  font: inherit;
}
.form-field {
  margin-top: 20px;
}
