.base-structure {
  margin: auto;
  max-width: 1280px;
}
.primary-nav-structure #primary_nav {
  width: 980px;
  margin: auto;
}
.primary-nav-structure #primary_nav .nav-container {
  width: 100%;
  border-bottom: solid 2px #e1e1e1;
  padding: 10px 5px 5px 5px;
}
.primary-nav-structure #primary_nav .nav-container .login-container {
  padding-top: 15px;
}
.applicant-invitation {
  max-width: 750px;
  margin: 0px auto;
  margin-bottom: 20px;
}
.applicant-invitation .business-link {
  background-color: #6361a1;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.65em;
  font-weight: 500;
  padding: 12.5px 15px;
  border-radius: 3px;
  position: relative;
  bottom: 15px;
  text-decoration: none;
}
.applicant-invitation .invitation-header {
  font-size: 1.1em;
  margin: 1em 0;
}
.applicant-invitation .invitation-meta {
  font-size: 1.1em;
  background-color: #ededed;
  color: #4a4a4a;
  padding: 15px 15px 30px 15px;
}
.applicant-invitation-banner {
  background-color: #383744;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  padding: 22px 0px;
  margin-top: 20px;
}
.invitation-decision-buttons .decision-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #eea416;
  border-top: 2px solid #eea416;
  border-bottom: 2px solid #eea416;
  letter-spacing: 0.03em;
  text-align: center;
}
.invitation-decision-buttons .decision-button.selected {
  background-color: #383744;
  border-color: #383744;
}
.invitation-decision-buttons .decision-button.interested {
  border-left: 2px solid #eea416;
  border-right: 2px solid #eea416;
  font-weight: 600;
  padding: 10px 0px;
}
.invitation-decision-buttons .decision-button.interested.selected {
  border-color: #383744;
}
.invitation-decision-buttons .decision-button.not-interested {
  border-left: 2px solid #eea416;
  border-right: 2px solid #eea416;
  margin-top: 10px;
  padding: 10px 0px;
}
.invitation-decision-buttons .decision-button.not-interested.selected {
  border-color: #383744;
}
.invitation-decision-buttons.enabled .decision-button {
  cursor: pointer;
}
.invitation-decision-buttons.enabled .decision-button:hover {
  background-color: #383744;
  border-color: #383744;
}
.invitation-decision-buttons.enabled .decision-button.interested:hover,
.invitation-decision-buttons.enabled .decision-button.not-interested:hover {
  border-color: #383744;
}
.invitation-response-panel {
  background-color: #383744;
  color: white;
  font-size: 1em;
  padding: 20px 30px;
  font-weight: 200;
  letter-spacing: 0.03em;
}
.invitation-response-panel .invitation-response-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.5em;
  font-weight: 600;
  margin-top: 1em;
  padding: 7.5px 22.5px;
  text-decoration: none;
  display: inline-block;
  background-color: #ededed;
  color: #4a4a4a;
}
.invitation-response-panel .invitation-response-button.submit {
  background-color: #6361a1;
  color: white;
}
.invitation-login {
  padding: 20px 20px 0px 20px;
  margin-bottom: 20px;
}
.invitation-login > .invitation-login-header {
  color: white;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 20px;
}
.invitation-login .invitation-login-form {
  max-width: 455px;
  margin: auto;
  margin-top: 15px;
  color: #ffffff;
}
.yes-no-questions-modal .modal-popup {
  height: auto;
  width: 720px;
}
.yes-no-questions-modal .modal-popup .header {
  height: 46px;
  justify-content: center;
}
.yes-no-questions-modal .modal-popup .header h2 {
  font-size: 14px;
  font-weight: 700;
}
.yes-no-questions-modal .content {
  min-height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yes-no-questions-modal .content .alert-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 190px;
  justify-content: space-between;
}
.yes-no-questions-modal .content .alert-container .confirm-message {
  margin-bottom: 30px;
}
.yes-no-questions-modal .content .alert-container .submit {
  color: #df7735;
  font-size: 20px;
  font-weight: 400;
}
.yes-no-questions-modal .content .confirm-message {
  color: #20272E;
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
  word-break: break-all;
}
.yes-no-questions-modal .content .response-button {
  box-sizing: border-box;
  border: 1px solid #eea416;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  color: #eea416;
  height: 40px;
  width: 236px;
  background-color: #ffffff;
  text-transform: uppercase;
}
.yes-no-questions-modal .content .response-button:hover {
  border: 1px solid transparent;
  background-color: #eea416;
  color: #ffffff;
}
.yes-no-question-answers-container .yes-no-response {
  display: inline-block;
}
.yes-no-question-answers-container .yes-no-response .radio-label {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  padding-right: 10px;
}
.yes-no-question-answers-container .question-answer-list .question-answer {
  margin-top: 0px;
}
.yes-no-question-answers-container .disable-responses {
  pointer-events: none;
  opacity: 0.5;
}
@media (pointer: coarse) {
  .yes-no-questions-modal .content .response-button:hover {
    border-color: #eea416;
    color: #eea416;
    background-color: #ffffff;
  }
  .yes-no-questions-modal .content .response-button:active {
    border: 1px solid transparent;
    background-color: #eea416;
    color: #ffffff;
  }
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .applicant-invitation {
    margin: 40px auto;
    font-size: 1.32em;
  }
  .applicant-invitation .invitation-header {
    font-size: 1.5em;
  }
  .applicant-invitation .invitation-meta {
    font-size: 1.53em;
  }
  .invitation-decision-buttons .decision-button {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
  }
  .invitation-decision-buttons .decision-button.interested {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    border-right: 1px solid #eea416;
    font-size: 1.275em;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .invitation-decision-buttons .decision-button.not-interested {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid #eea416;
    font-size: 0.75em;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0px;
  }
  .applicant-invitation-banner {
    margin-top: 0px;
  }
  .invitation-login {
    font-size: 0.75em;
    padding: 0px;
  }
  .invitation-login > .invitation-login-header {
    font-size: 2em;
    margin: 0px;
    padding: 30px 0px 15px 0px;
    font-weight: 300;
    text-align: center;
  }
  .invitation-response-panel {
    font-size: 1.5em;
    padding: 30px 45px;
    line-height: 1.2em;
  }
  .invitation-response-panel .invitation-response-button {
    padding: 2.5px 22.5px;
  }
}
/* Small devices (992 and down) */
@media (max-width: 992px) {
  .yes-no-questions-modal .modal-popup {
    width: 670px;
  }
}
/* Small devices (768 and down) */
@media (max-width: 768px) {
  .yes-no-questions-modal .modal-popup {
    width: 550px;
  }
}
@media (max-width: 575px) {
  .yes-no-questions-modal .modal-popup {
    width: 100%;
    margin-inline: 20px;
  }
  .yes-no-questions-modal .content .response-button {
    margin-bottom: 20px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .invitation-decision-buttons .decision-button.interested {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .invitation-decision-buttons .decision-button.interested {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
/* Contact Invitation Custom Questions */
/* Custom Questions Submit Popup*/
.submit-model-template {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 500ms;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.submit-model-fields {
  background: #ffffff;
  position: relative;
  transition: all 5s ease-in-out;
}
.submit-model-fields h2 {
  margin: 0;
  color: #333333;
  font-family: Tahoma, Arial, sans-serif;
}
.submit-model-fields .submit-model-field-body {
  max-height: 30%;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  color: #000000;
  padding: 60px 75px 20px 75px;
  overflow: auto;
}
.submit-model-fields .submit-model-close-button {
  transition: all 200ms;
  font-size: 1.9em;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.submit-model-fields .submit-model-close-button:hover {
  opacity: 0.8;
}
.submit-model-field-header {
  background-color: #262E35;
  padding: 0 20px 0 10px;
  text-align: right;
}
.submit-model-field-footer {
  padding: 20px 20px 60px 20px;
  text-align: center;
}
.submit-model-field-footer .submit-model-button {
  font-family: "Raleway", sans-serif;
  font-size: 0.45em;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  padding: 10px 65px;
  margin-right: 10px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 200ms linear;
  background-color: #ffffff;
  color: #6F6AAC;
  border: #6F6AAC solid 1px;
  letter-spacing: 2px;
}
.submit-model-field-footer .submit-model-button:hover {
  background-color: #6F6AAC;
  color: #ffffff;
  border: transparent solid 1px;
}
@media screen and (max-width: 700px) {
  .submit-model-fields {
    width: 70%;
  }
  .video-response-header .video-instructions .video-instructions-title {
    line-height: 14px !important;
  }
  .video-response-header .video-response {
    margin-left: 0;
  }
  .video-response-header .video-response .video-response-url {
    width: 100% !important;
  }
  .video-response-header .video-response .validate-video-url-button.submit {
    right: 0 !important;
    top: 42px;
    width: 100% !important;
    text-align: center;
  }
  .video-response-header .video-response-preview iframe {
    width: 200px !important;
    margin-top: 20px;
  }
  .video-response-header .invalid-video-url-message,
  .video-response-header .notify-validate-url,
  .video-response-header .notify-unsupported-video-duration {
    margin-top: 28px;
  }
}
@media screen and (max-width: 400px) {
  .video-response .video-response-url {
    font-size: 0.6rem !important;
  }
  .video-response .validate-video-url-button.submit {
    font-size: 12px !important;
  }
}
.written-response-header,
.yes-no-response-header {
  margin-top: 25px;
  margin-bottom: 10px;
}
.written-response-header img,
.yes-no-response-header img {
  height: 22px;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
.written-response-header .written-response-text,
.yes-no-response-header .written-response-text,
.written-response-header .yes-no-response-text,
.yes-no-response-header .yes-no-response-text {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0px;
}
.invitation-custom-question-button {
  margin-top: 3em !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.5em;
  font-weight: 600;
  margin-top: 1em;
  padding: 0.5px 22.5px;
  text-decoration: none;
  display: inline-block;
  color: #4a4a4a;
  margin-left: 20px;
}
.invitation-custom-question-button.submit {
  background-color: #8482d7;
  color: #ffffff;
  pointer-events: auto;
}
.invitation-custom-question-button.disable {
  pointer-events: none;
  background-color: #999999;
}
.invitation-custom-question-main {
  font-size: 0.75em;
  letter-spacing: 0.02em;
  margin: 30px 0px 15px;
  border-bottom: 3px solid #666666;
  padding-bottom: 20px;
}
.invitation-custom-question-main .invitation-steps {
  font-size: 0.7em;
  font-weight: 900;
  color: #8482d7;
}
.invitation-custom-question-main .invitation-title {
  font-weight: bold;
  line-height: 12px;
  font-size: 0.9em;
}
.invitation-custom-question-main .invitation-question-info {
  font-size: 0.67em;
  font-weight: 500;
  line-height: 22px;
  margin-top: 1.2em;
}
.invitation-custom-question-main .required-star {
  font-size: 0.65em;
  font-style: italic;
  font-weight: 400;
  line-height: 19px;
}
.invitation-custom-question-main .required-star span {
  font-size: 1.78em;
  color: #eea900;
  font-style: normal;
  font-weight: bold;
  position: relative;
  top: 0.3em;
}
.question-answer-list {
  font-size: 20px;
  padding-left: 20px;
}
.question-answer-list .question-answer {
  margin-top: 2em;
}
.question-answer-list .question-answer:first-child {
  margin-top: 0;
}
.question-answer-list .question-answer .question-star {
  font-size: 1.2em;
  color: #eea900;
  font-style: normal;
  font-weight: bold;
  position: relative;
  top: 0.3em;
}
.question-answer-list .question-answer .question-description {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 22px;
  margin-top: 1.2em;
}
.question-answer-list .question-answer .answer {
  width: 100%;
  height: 40px;
  font-size: 0.9rem;
  font-family: "Raleway", Sans-serif;
  background: transparent;
  border: none;
  border-bottom: 1px solid #999999;
  resize: none;
  overflow: hidden;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  margin-top: -0.2em;
}
.question-answer-list .question-answer .answer:focus {
  border-bottom: 1px solid #8482d7;
}
.question-answer-list .question-answer .answer.disabled {
  pointer-events: none;
}
.question-answer-list .question-answer .answer::-moz-placeholder {
  font-size: 1em;
  font-style: italic;
  color: #999999;
}
.question-answer-list .question-answer .answer::-webkit-input-placeholder {
  font-size: 1em;
  font-style: italic;
  color: #999999;
}
.question-answer-list .question-answer .answer::-ms-placeholder {
  font-size: 1em;
  font-style: italic;
  color: #999999;
}
/* End Contact Invitation Custom Questions */
/*Invitation Page Video Custom Question*/
.video-response-header {
  margin-top: 35px;
  margin-bottom: 20px;
  border-bottom: 3px solid #666666;
  padding-bottom: 30px;
}
.video-response-header img {
  float: left;
  margin-right: 10px;
}
.video-response-header .video-response-text {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0px;
  line-height: 16px;
}
.video-response-header .video-question-info {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-top: 15px;
  margin-left: 36px;
}
.video-response-header .video-question-star {
  font-size: 24px;
  color: #eea900;
  font-style: normal;
  font-weight: bold;
  position: relative;
  top: 8px;
}
.video-response-header .video-question-description {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin-top: 15px;
  margin-left: 37px;
}
.video-response-header .video-instructions {
  margin-top: 15px;
}
.video-response-header .video-instructions img {
  float: left;
  margin-right: 10px;
  margin-left: 36px;
  margin-top: -3px;
}
.video-response-header .video-instructions .video-instructions-title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0px;
  line-height: 16px;
  cursor: pointer;
}
.video-response-header .video-instructions .video-instructions-text {
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
  margin-left: 64px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  background-color: #fff3b8;
  color: #000000;
  padding: 8px;
  border: #ffffff solid 1px;
  border-radius: 4px;
}
.video-response-header .video-instructions .video-instructions-text ul {
  padding-left: 25px;
}
.video-response-header .video-response {
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 36px;
  margin-top: 20px;
  padding: 30px;
}
.video-response-header .video-response .video-input-url-holder {
  width: 100%;
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
  position: relative;
}
.video-response-header .video-response .video-response-text {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0px;
}
.video-response-header .video-response .video-response-url {
  width: 70%;
  height: 40px;
  font-size: 0.9rem;
  font-family: "Raleway", Sans-serif;
  font-style: italic;
  background: transparent;
  border: none;
  color: #ffffff;
  font-weight: 500;
  margin-top: -0.2em;
}
.video-response-header .video-response .video-response-url:focus {
  border-bottom: 1px solid #8482d7;
}
.video-response-header .video-response .video-response-url.disabled {
  pointer-events: none;
}
.video-response-header .video-response .video-response-url .video-response-url::-moz-placeholder {
  font-size: 1em;
  font-style: italic;
  color: #999999;
}
.video-response-header .video-response .video-response-url .video-response-url::-webkit-input-placeholder {
  font-size: 1em;
  font-style: italic;
  color: #999999;
}
.video-response-header .video-response .video-response-url .video-response-url::-ms-placeholder {
  font-size: 1em;
  font-style: italic;
  color: #999999;
}
.video-response-header .video-response .validate-video-url-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  padding: 0.5px 22.5px;
  text-decoration: none;
  color: #4a4a4a;
  float: right;
}
.video-response-header .video-response .validate-video-url-button.submit {
  background-color: #8482d7;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  pointer-events: auto;
  width: fit-content;
  right: 0;
}
.video-response-header .video-response-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.video-response-header .video-response-preview iframe {
  width: 291px;
  height: 164px;
}
.video-response-header .invalid-video-url-message,
.video-response-header .notify-validate-url,
.video-response-header .notify-unsupported-video-duration {
  font-size: 12px;
  color: #ff0000;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  text-align: center;
  line-height: 2;
}
/* End Video Custom Question */
