/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 29 July 2026 17:04:53
*/


@charset "UTF-8";
#sq_form_field_wrapper_q1832519_q5 fieldset .sq-form-question-answer ul {
  display: grid;
  grid-template-columns: 1fr;
}
.ei-assist-thank-you {
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ei-assist-thank-you p {
  color: #000;
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}
.works-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  padding-left: 30px;
  font-family: sans-serif;
  margin-bottom: 16px;
}
.works-container::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 54px;
  bottom: 54px;
  width: 2px;
  background-color: #2b2b52;
}
.works-wrapper {
  position: relative;
  border: 1px solid #2b2b52;
  border-radius: 8px;
  padding: 16px;
  background-color: #ffffff;
}
.works-wrapper::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 3px solid #2b2b52;
  z-index: 1;
}
.orange-button {
  display: flex;
  width: 195px;
  padding: 16px 21px;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  align-items: center;
  margin-bottom: 32px;
  gap: 10px;
  background: #F37021;
}
.column1-wrapper ul.blue-verify {
  list-style: none;
  padding-left: 0;
}
.column1-wrapper ul.blue-verify li {
  position: relative;
  padding-left: 42px;
}
.column1-wrapper ul.blue-verify li::before {
  content: "";
  left: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #6bb238;
  position: absolute;
}
.employment-transition {
  padding: 32px;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
}
.works-wrapper {
  border-radius: 8px;
  border: 1px solid #171439;
  padding: 16px;
}
.works-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.works-title {
  font-family: "TheSerifC5-5_Plain", "Verdana", "serif";
  font-size: 16px;
}
.works-text {
  font-family: Arial;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.blue-verify li {
  background: #F0F8FF;
  display: flex;
  padding: 4px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.blue-verify {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.benefit-cards {
  display: grid;
  gap: 32px;
  padding: 0 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.benefit-card__content {
  padding: 32px;
  flex: 1;
  background-color: #F0F8FF;
  display: flex;
  flex-direction: column;
}
.benefit-card {
  background-color: #F0F8FF;
  height: 100 !important;
  padding: 0;
}
.benefit-card__content a, .benefit-card__content .benefit-card__button {
  color: #000;
  font-family: TheSerifB;
  font-size: 16px;
  margin: auto;
  text-decoration: none;
  font-weight: 500;
  line-height: normal;
  display: flex;
  border: 2px solid #F37021;
  background-color: transparent;
  padding: 16px 21px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.benefit-card__content a:hover, .benefit-card__content .benefit-card__button:hover {
  border: 2px solid black;
  background-color: black;
  color: #F37021;
}
.benefit-card__content a .fa-arrow-up-right-from-square {
  margin-left: 10px;
}
.benefit-card__content a .fa-file-word {
  margin-right: 10px;
}
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.modal:not([hidden]) {
  display: flex;
}
.modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal__content {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-top: 180px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 8px;
}
.modal__close {
  background: none;
  border: none;
  font-size: 1.75rem;
  cursor: pointer;
}
.modal-body {
  padding: 2rem;
}
.modal-title {
  display: flex;
  justify-content: space-between;
  background-color: #231F58;
  align-items: center;
  width: 100%;
  color: white;
}
.modal-header {
  padding: 0px;
  padding: 2rem;
  background-color: #231F58;
}
.fa-xmark {
  color: white;
}
