@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://use.typekit.net/hha5qts.css");
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .header {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
}
.header > div:first-of-type {
  background-color: rgba(223, 223, 223, 0.3);
}
.header > div.menu-wrapper {
  background-color: #ffffff;
}
.header .block-login {
  text-align: right;
}
.header .block-login a {
  display: inline-block;
  padding: 9px 39px;
  margin: 7px 0;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #314a96;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #314a96;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .header .block-login a {
    padding: 6px 23px;
    font-size: 12px;
    line-height: 14px;
  }
}
.header .block-login a::before {
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 5px;
  vertical-align: bottom;
  background: url("../../../assets/img/login.png") no-repeat;
  background-size: 15px 16px;
  content: "";
}
@media screen and (max-width: 767px) {
  .header .block-login a::before {
    width: 12px;
    height: 13px;
    background-size: 12px 13px;
  }
}
.header .block-login .account-menu-wrapper {
  padding: 10px 0;
  background-color: rgba(223, 223, 223, 0.3);
}
.header .block-login .account-menu-wrapper .inner-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 875px) {
  .header .block-login .account-menu-wrapper .inner-container {
    padding: 0 12px;
  }
}
.header .block-login .account-menu-wrapper img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.header .block-login .account-menu-wrapper .user-picture-empty {
  width: 30px;
  height: 30px;
  margin: 0;
  background: url("../../../assets/img/group-2.png") no-repeat;
  background-size: 30px auto;
}
@media screen and (max-width: 875px) {
  .header .block-login .account-menu-wrapper .user-picture-empty {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
}
.header .block-login .account-menu-wrapper .user-name {
  margin: 0 20px 0 10px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  color: #34495e;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 875px) {
  .header .block-login .account-menu-wrapper .user-name {
    margin: 0 7px 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .header .block-login .account-menu-wrapper .user-name {
    margin: 0 7px 0 5px;
    font-size: 10px;
  }
}
.header .block-login .account-menu-wrapper a {
  display: inline-block;
  /*width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  background: url('../../../assets/img/bitmap.png') no-repeat;
  background-size: 20px auto;*/
  border: 0;
  border-radius: unset;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-bottom 0.3s ease-in-out;
  line-height: 26px;
  white-space: nowrap;
  background: #001489;
  color: #ffffff !important;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 14px 10px;
  width: auto;
  /*&.user-login-link {
    /*padding: 10px 50px;
    border: 1px #3263a9 solid;
    border-radius: 25px;
    background: white none;
    width: auto;
    height: auto;
    &::before {
      /*display: inline-block;
      width: 15px;
      height: 16px;
      margin-right: 5px;
      vertical-align: bottom;
      background: url('../../../assets/img/login.png') no-repeat;
      background-size: 15px 16px;
      content: '';
    }
  }

  &.user-btn-link {
    /*padding: 10px 50px;
    border: 1px #3263a9 solid;
    border-radius: 25px;
    background: white none;
    width: auto;
    height: auto;
    margin-left: 16px;
  }
  */
}
.header .block-login .account-menu-wrapper a::before {
  display: none;
}
.header .block-login .account-menu-wrapper a.is-active, .header .block-login .account-menu-wrapper a:hover {
  transition: width 0.3s ease;
  line-height: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header .block-login .account-menu-wrapper a.is-active, .header .block-login .account-menu-wrapper a:hover {
    border-bottom: 0;
    padding: 20px 26px;
    background: #71C5E8;
    color: #001489;
    font-weight: 700;
  }
}
.header .block-login .account-menu-wrapper {
  display: flex;
  padding: 0 52px;
  flex-wrap: wrap;
}
.header .block-login .account-menu-wrapper .information-msg-wrapper {
  text-align: left;
}
.header .block-login .account-menu-wrapper .inner-container {
  display: flex;
  width: auto;
  margin-right: 0px;
  padding-right: 0px;
}
.header .site-name {
  display: none;
}
.header .logo-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .logo-mobile {
    display: inline-block;
  }
}
.header .logo-mobile a {
  display: block;
  padding: 6px 0;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 8px;
  line-height: 1.25;
  color: #314a96;
  text-decoration: none;
}
.header .logo-mobile h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
}
.header .logo-mobile p {
  margin: 0;
}
.header .logo-mobile sup {
  font-size: 5px;
}
.header .main-menu-nav {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .header .main-menu-nav {
    position: fixed;
    top: 109px;
    bottom: 0;
    right: -100%;
    z-index: 10;
    display: block;
    width: 100%;
    overflow-y: auto;
    background-color: transparent;
    transition: right 400ms;
  }
  .header .main-menu-nav.open {
    right: 0;
  }
}
.header .main-menu-nav .menu {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .header .main-menu-nav .menu {
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .header .main-menu-nav .menu {
    flex-direction: column;
    margin: 0;
  }
}
.header .main-menu-nav .menu-item {
  display: inline-block;
  padding: 0;
  text-align: center;
  margin-left: 10px;
}
.header .main-menu-nav .menu-item:last-child {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .header .main-menu-nav .menu-item {
    width: 100%;
    margin: 0;
    text-align: left;
    border-bottom: solid 1px #e0e0e0;
    background-color: #ffffff;
  }
}
.header .main-menu-nav a {
  text-decoration: none;
  text-transform: uppercase;
  transition: border-bottom 0.3s ease-in-out;
  line-height: 26px;
  white-space: nowrap;
  background: #001489;
  color: #ffffff !important;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 14px 0;
}
@media screen and (max-width: 1199px) {
  .header .main-menu-nav a {
    font-size: 18px;
  }
}
@media screen and (max-width: 875px) {
  .header .main-menu-nav a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header .main-menu-nav a {
    display: block;
    font-size: 20px;
    padding: 20px 26px;
    font-weight: 100;
    color: #001489 !important;
    background: white;
    margin: 0;
  }
}
.header .main-menu-nav a.bg-apply-now {
  background-color: #71C5E8;
  padding: 14px 26px;
  white-space: nowrap;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header .main-menu-nav a.bg-apply-now {
    border-bottom: 0;
    padding: 20px 26px;
    background: #ffffff;
    font-weight: 700;
  }
}
.header .main-menu-nav a.bg-apply-now.is-active, .header .main-menu-nav a.bg-apply-now:hover {
  padding-bottom: 14px;
}
.header .main-menu-nav a.is-active, .header .main-menu-nav a:hover {
  transition: width 0.3s ease;
  line-height: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header .main-menu-nav a.is-active, .header .main-menu-nav a:hover {
    border-bottom: 0;
    padding: 20px 26px;
    background: #71C5E8;
    color: #001489;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .header .menu-container {
    display: flex;
    align-items: center;
    min-height: 0 !important;
  }
}
.header .block-multistep-main-menu {
  display: none;
}
.header .menu-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header .menu-wrapper {
    padding: 0px 15px 0px 15px;
  }
}
.header .menu-wrapper > div {
  flex: 1;
}
.header .menu-wrapper .main-menus-wrapper {
  display: flex;
  flex: 2;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header .menu-wrapper .main-menus-wrapper {
    flex-grow: 0;
  }
}
.header .menu-wrapper img {
  margin: 9px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header .menu-wrapper img {
    width: 75%;
    height: auto;
  }
}
.header .menu-wrapper .hamburger-menu-icon {
  position: relative;
  display: none;
  align-self: center;
  flex: initial;
  width: 36px;
  height: auto;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 5px;
}
.header .menu-wrapper .hamburger-menu-icon.open {
  height: 36px !important;
}
@media screen and (max-width: 767px) {
  .header .menu-wrapper .hamburger-menu-icon {
    display: block;
  }
}
.header .menu-wrapper .hamburger-menu-icon span {
  display: block;
  width: 36px;
  height: 3px;
  background: #314a96;
}
.header .menu-wrapper .hamburger-menu-icon span + span {
  margin-top: 6px;
}
.header .menu-wrapper .hamburger-menu-icon.open span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -10px;
  transform: rotate(45deg);
  transform-origin: 60%;
}
.header .menu-wrapper .hamburger-menu-icon.open span:first-child {
  margin: -5px 0 0 -10px;
  transform: rotate(-45deg);
  transform-origin: 62%;
}
.header .menu-wrapper .hamburger-menu-icon.open span:last-child {
  display: none;
}
.header .site-logo {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header .site-logo {
    display: none;
  }
}

.menu-overlay {
  position: absolute;
  top: 127px;
  left: 0;
  z-index: 8;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .menu-overlay {
    display: none !important;
  }
}

.is-logged-in-user .header .block-login .account-menu-wrapper a {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  background: url("../../../assets/img/bitmap.png") no-repeat;
  background-size: 20px auto;
  border: 0;
  border-radius: unset;
}

.accordion-item {
  margin-bottom: 20px;
  border: none;
  border-radius: 4px;
  background: #F3ECF5;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .accordion-item {
    margin-bottom: 10px;
  }
}
.accordion-item.open .accordion-title {
  background-color: #F3ECF5 !important;
}
.accordion-item.open .accordion-title a {
  color: #ffffff;
}
.accordion-item.open .accordion-title::after {
  content: "\f068";
}
.accordion-item.open .accordion-description {
  display: block;
  word-wrap: break-word;
}
.accordion-item.even .accordion-description,
.accordion-item.even .accordion-title {
  background-color: #e5ebf4;
}

.accordion-title {
  position: relative;
  padding: 24px 70px 24px 32px;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #001489;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .accordion-title {
    padding: 12px 50px 12px 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }
}
.accordion-title p {
  margin: 0;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .accordion-title p {
    font-size: 14px;
  }
}
.accordion-title p a {
  color: #001489;
}
.accordion-title::after {
  position: absolute;
  top: 50%;
  right: 32px;
  width: 27px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  transform: translateY(-50%);
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .accordion-title::after {
    right: 21px;
    width: 18px;
  }
}

.accordion-description {
  display: none;
  padding: 24px 32px;
}
@media screen and (max-width: 767px) {
  .accordion-description {
    padding: 12px 24px;
  }
}
.accordion-description p {
  margin: 0 !important;
  padding: 0;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .accordion-description p {
    font-size: 14px;
  }
}
.accordion-description a {
  color: #001489;
}
.accordion-description ul {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .accordion-description ul {
    padding-left: 15px;
  }
}
.accordion-description ul li {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .accordion-description ul li {
    font-size: 14px;
  }
}

.is-path-admin .accordion-item {
  display: block;
  border: 0;
  border-radius: 0;
}
.is-path-admin .accordion-item.open .accordion-title {
  color: #23282d;
  background: #ffffff;
}
.is-path-admin .accordion-item.open .accordion-title::after {
  right: 37px;
  content: "\f0d7";
}
.is-path-admin .accordion-item.open .accordion-description {
  display: block;
}
.is-path-admin .accordion-title {
  padding: 10px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #23282d;
  background: #ffffff;
  border-radius: 0;
}
.is-path-admin .accordion-title::after {
  position: absolute;
  top: 50%;
  right: 45px;
  width: 9px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3263a9;
  content: "\f0da";
  transform: translateY(-50%);
}
.is-path-admin .accordion-description {
  display: none;
  padding: 6px 10px 20px;
  border-radius: 0;
}

.is-path-admin .applicant-info-edit-form * {
  box-sizing: border-box;
}
.is-path-admin .applicant-info-edit-form .card-wrapper {
  display: block;
  max-width: 100%;
  margin: 0 0 20px;
}
.is-path-admin .applicant-info-edit-form .applicant-info-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.is-path-admin .applicant-info-edit-form .applicant-image-container {
  width: 553px;
  padding: 20px 20px 30px 10px;
  margin-right: 20px;
}
.is-path-admin .applicant-info-edit-form .applicant-image-container .login-popup-form {
  float: right;
  margin: 31px 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #951b22;
}
.is-path-admin .applicant-info-edit-form .applicant-image-container .blue-btn {
  width: 216px;
}
.is-path-admin .applicant-info-edit-form .form-item-applicant-image .description {
  display: none;
}
.is-path-admin .applicant-info-edit-form .form-item-applicant-image label {
  float: left;
  margin-bottom: 10px;
  margin-left: 46.5%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #23282d;
}
.is-path-admin .applicant-info-edit-form .image-preview {
  position: relative;
  display: block;
  float: left;
  width: 216px;
  height: 240px;
  margin-top: -26px;
  margin-right: 26px;
  text-align: center;
  background-color: #d8d8d8;
}
.is-path-admin .applicant-info-edit-form .image-preview img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 216px;
  max-height: 240px;
  transform: translate(-50%, -50%);
}
.is-path-admin .applicant-info-edit-form .file--image {
  width: 278px;
  height: 26px;
  padding: 0 5px;
  margin-bottom: 21px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  line-height: 26px;
  color: #5f5f5f;
  background: #eee;
  border: solid 1px #ddd;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.07);
}
.is-path-admin .applicant-info-edit-form .file--image a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #5f5f5f;
}
.is-path-admin .applicant-info-edit-form .image-widget {
  display: inline-block;
}
.is-path-admin .applicant-info-edit-form .image-widget .blue-btn {
  margin-right: 0;
}
.is-path-admin .applicant-info-edit-form .image-widget .file-size {
  display: none;
}
.is-path-admin .applicant-info-edit-form .password-container {
  width: 570px;
  padding: 31px 90px 20px 31px;
}
.is-path-admin .applicant-info-edit-form .password-container .form-item {
  max-width: 100%;
  margin-bottom: 30px;
}
.is-path-admin .applicant-info-edit-form .password-container input {
  width: 100%;
}
.is-path-admin .applicant-info-edit-form .password-container label {
  margin-bottom: 13px;
}
.is-path-admin .applicant-info-edit-form .password-container .form-submit {
  margin-bottom: 30px;
}
.is-path-admin .applicant-info-edit-form .password-container .password-confirm {
  margin-bottom: 13px;
}
.is-path-admin .applicant-info-edit-form .password-container div.password-confirm {
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.is-path-admin .applicant-info-edit-form h2 {
  margin: 0 0 50px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #333333;
}
.is-path-admin .applicant-info-edit-form label,
.is-path-admin .applicant-info-edit-form .fieldset-legend {
  display: block;
  margin-bottom: 8px;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.is-path-admin .applicant-info-edit-form .form-item {
  margin-top: 0;
}
.is-path-admin .applicant-info-edit-form [type=submit] {
  width: 216px;
}
.is-path-admin .applicant-info-edit-form .accordion-wrapper {
  position: relative;
}
.is-path-admin .applicant-info-edit-form .accordion-wrapper .card-wrapper {
  padding: 0;
}
.is-path-admin .applicant-info-edit-form .accordion-wrapper .card-wrapper.open {
  padding: 10px 10px 20px;
}
.is-path-admin .applicant-info-edit-form .accordion-wrapper .card-wrapper.open .accordion-title {
  padding: 0;
  margin-bottom: 16px;
}
.is-path-admin .applicant-info-edit-form .accordion-wrapper .form-item {
  display: inline-block;
}
.is-path-admin .applicant-info-edit-form .accordion-wrapper .fieldset-wrapper {
  position: relative;
  bottom: -20px;
}
.is-path-admin .applicant-info-edit-form .close-all,
.is-path-admin .applicant-info-edit-form .expand-all {
  position: absolute;
  top: -34px;
  right: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #314a96;
}
.is-path-admin .applicant-info-edit-form .accordion-title {
  cursor: pointer;
}
.is-path-admin .applicant-info-edit-form .accordion-title label {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #23282d;
  cursor: pointer;
}
.is-path-admin .applicant-info-edit-form .accordion-title.form-item {
  display: block;
}
.is-path-admin .applicant-info-edit-form .accordion-description {
  width: 1138px;
  max-width: 100%;
  padding: 0;
}
.is-path-admin .applicant-info-edit-form .accordion-description [type=text],
.is-path-admin .applicant-info-edit-form .accordion-description [type=date],
.is-path-admin .applicant-info-edit-form .accordion-description [type=email],
.is-path-admin .applicant-info-edit-form .accordion-description [type=text],
.is-path-admin .applicant-info-edit-form .accordion-description fieldset {
  width: 355px;
}
.is-path-admin .applicant-info-edit-form .accordion-description [type=date] {
  height: 61px;
}
.is-path-admin .applicant-info-edit-form .accordion-description .form-item {
  margin-right: 14px;
  vertical-align: bottom;
}
.is-path-admin .applicant-info-edit-form .accordion-description [class*=form-item-grant-title] {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.is-path-admin .applicant-info-edit-form .accordion-description [class*=form-item-grant-title] input {
  width: 100%;
}
.is-path-admin .applicant-info-edit-form .accordion-description [class*=form-item-grant-date] {
  margin-right: 0;
}
.is-path-admin .applicant-info-edit-form .accordion-description .form-type-textarea {
  display: block;
}
.is-path-admin .applicant-info-edit-form .accordion-description .form-item-consent-name input,
.is-path-admin .applicant-info-edit-form .accordion-description .form-item-consent-date input,
.is-path-admin .applicant-info-edit-form .accordion-description .form-item-parent-name input,
.is-path-admin .applicant-info-edit-form .accordion-description .form-item-parent-date input,
.is-path-admin .applicant-info-edit-form .accordion-description .form-item-scholarship-school-attending input,
.is-path-admin .applicant-info-edit-form .accordion-description .form-item-scholarship-school-address input,
.is-path-admin .applicant-info-edit-form .accordion-description .form-item-scholarship-bursar-name input,
.is-path-admin .applicant-info-edit-form .accordion-description .form-item-scholarship-bursar-phone input,
.is-path-admin .applicant-info-edit-form .accordion-description .form-item-scholarship-major input,
.is-path-admin .applicant-info-edit-form .accordion-description .form-item-scholarship-minor input,
.is-path-admin .applicant-info-edit-form .accordion-description .form-item-scholarship-degree input {
  width: 543px;
}
.is-path-admin .applicant-info-edit-form .accordion-description .form-item-consent-name {
  margin-bottom: 24px;
}
.is-path-admin .applicant-info-edit-form p {
  margin-bottom: 24px;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.is-path-admin .applicant-info-edit-form textarea {
  width: 100%;
  height: 150px;
  max-width: 1107px;
  padding: 20px 24px;
  font-size: 16px;
  border: solid 1px #D2D3D4;
  border-radius: 4px;
}
.is-path-admin .applicant-info-edit-form select {
  width: 353px;
  height: 58px;
}
.is-path-admin .applicant-info-edit-form .edit-sex-wrapper .fieldset-wrapper {
  position: relative;
  bottom: -20px;
}
.is-path-admin .applicant-info-edit-form .form-item-sex:first-of-type {
  margin-right: 100px;
}
.is-path-admin .applicant-info-edit-form [class^=grand-wrapper] {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1107px;
}
.is-path-admin .applicant-info-edit-form [class^=grand-wrapper] [class*=form-item-grant-title] {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.is-path-admin .applicant-info-edit-form [class^=grand-wrapper] [class*=form-item-grant-title] input {
  width: 100%;
}
.is-path-admin .applicant-info-edit-form [class^=grand-wrapper] [class*=form-item-grant-date] {
  margin-right: 0;
}
.is-path-admin .applicant-info-edit-form [class^=grand-wrapper] fieldset {
  position: absolute;
  bottom: 0;
  left: calc(100% + 33px);
  width: auto;
  min-width: 120px;
  margin-right: 0;
  margin-bottom: 28px;
}
.is-path-admin .applicant-info-edit-form [class^=grand-wrapper] fieldset legend {
  display: none;
}
.is-path-admin .applicant-info-edit-form [class^=grand-wrapper] fieldset .form-item {
  display: block;
}
.is-path-admin .applicant-info-edit-form [class^=grand-wrapper] fieldset .form-item + .form-item {
  margin-left: 0;
}
.is-path-admin .applicant-info-edit-form fieldset.edit-sex-wrapper {
  margin-bottom: 38px;
}
.is-path-admin .applicant-info-edit-form fieldset label {
  display: flex;
}
.is-path-admin .applicant-info-edit-form [type=radio]:checked ~ label {
  color: #333333;
}
.is-path-admin .applicant-info-edit-form [type=radio] ~ label {
  color: #999999;
}
.is-path-admin .applicant-info-edit-form .light-purple-btn {
  padding-bottom: 40px;
}

.is-path-admin .applicant-recommendation-letter-status-form {
  max-width: 730px;
}
.is-path-admin .applicant-recommendation-letter-status-form * {
  box-sizing: border-box;
}
.is-path-admin .applicant-recommendation-letter-status-form label,
.is-path-admin .applicant-recommendation-letter-status-form p {
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.is-path-admin .applicant-recommendation-letter-status-form [type=text],
.is-path-admin .applicant-recommendation-letter-status-form [type=email] {
  width: 355px;
}
.is-path-admin .applicant-recommendation-letter-status-form [type=submit] {
  width: 355px;
}
.is-path-admin .applicant-recommendation-letter-status-form .form-item {
  display: inline-block;
  margin: 0 16px 20px 0;
}
.is-path-admin .applicant-recommendation-letter-status-form .form-item:nth-of-type(2n) {
  margin-right: 0;
}
.is-path-admin .applicant-recommendation-letter-status-form .form-type-select {
  vertical-align: bottom;
}
.is-path-admin .applicant-recommendation-letter-status-form label {
  display: block;
  margin-bottom: 8px;
}
.is-path-admin .applicant-recommendation-letter-status-form select {
  width: 100%;
}
.is-path-admin .applicant-recommendation-letter-requests-form [type=text] {
  width: 200px;
  font-size: 14px;
}
.is-path-admin .applicant-recommendation-letter-requests-form [type=email] {
  width: 290px;
  font-size: 14px;
}
.is-path-admin .applicant-recommendation-letter-requests-form .form-submit {
  display: block;
  margin: 0 auto 10px;
}
.is-path-admin .applicant-recommendation-letter-requests-form .form-submit + .form-submit {
  margin-bottom: 0;
}
.is-path-admin .applicant-recommendation-letter-requests-form select {
  width: 200px;
  height: 58px;
}

.is-path-admin {
  background-color: #f1f1f1;
  -webkit-font-smoothing: antialiased;
}
.is-path-admin .inner-container {
  font-family: "Roboto", sans-serif;
  padding: 0 20px;
}
.is-path-admin main {
  padding: 0 20px;
}
.is-path-admin .page-title {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  color: #23282d;
}
.is-path-admin table {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #23282d;
  border-collapse: collapse;
}
.is-path-admin table th,
.is-path-admin table td {
  min-width: 84px;
  padding: 10px;
  border: 1px solid #23282d;
}
.is-path-admin table th {
  position: relative;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  background-color: #23282d;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
}
.is-path-admin table th:first-child {
  border-left-color: #23282d;
}
.is-path-admin table th:last-child {
  border-right-color: #23282d;
}
.is-path-admin table th a {
  color: inherit;
}
.is-path-admin table th .tablesort {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.is-path-admin table td [type=submit] {
  width: 62px;
  height: 19px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  background-color: #3263a9;
  border-radius: 2px;
}
.is-path-admin table td [type=submit]:disabled {
  background-color: #999999;
}
.is-path-admin table td [type=submit] + [type=submit] {
  margin-left: 10px;
}
.is-path-admin table td .cancel-red-button {
  background: #951b22;
}
.is-path-admin .applicant-document-edit-form .card-wrapper {
  min-width: 450px;
}
.is-path-admin .card-wrapper {
  display: inline-block;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07);
}
.is-path-admin [type=checkbox] {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  cursor: pointer;
  opacity: 0;
}
.is-path-admin [type=checkbox]:checked + .option::before {
  background: #3263a9;
}
.is-path-admin [type=checkbox]:checked + .option::after {
  position: absolute;
  top: 50%;
  left: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  content: "\f00c";
  transform: translateY(-50%);
}
.is-path-admin [type=checkbox] + .option {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
.is-path-admin [type=checkbox] + .option::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  border: solid 1px #3263a9;
  border-radius: 4px;
  content: "";
  transform: translateY(-50%);
  box-sizing: border-box;
}
.is-path-admin td [type=checkbox] {
  width: 18px;
  height: 18px;
}
.is-path-admin td [type=checkbox]:checked + .option::after {
  left: 3px;
  font-size: 11.5px;
}
.is-path-admin td [type=checkbox] + .option {
  padding-left: 26px;
}
.is-path-admin td [type=checkbox] + .option::before {
  width: 18px;
  height: 18px;
}
.is-path-admin .select-wrapper {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  border: solid 1px #ddd;
}
.is-path-admin .select-wrapper::after {
  position: absolute;
  top: 50%;
  right: 23px;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  color: #3263a9;
  content: "\f107";
  transform: translateY(-50%);
}
.is-path-admin .select-wrapper select {
  position: relative;
  z-index: 2;
  height: 33px;
  padding: 0 23px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #555;
  background: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}
.is-path-admin .select-wrapper select::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #ddd;
}
.is-path-admin .form-managed-file {
  position: relative;
}
.is-path-admin .icon-delete {
  width: 24px !important;
  height: 24px !important;
  color: transparent;
  text-indent: -9999px;
  background: url("../../../assets/img/icon-delete.png") no-repeat center !important;
  border: 0 !important;
}
.is-path-admin .button {
  cursor: pointer;
}
.is-path-admin .form-actions .button.form-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 50px;
  padding: 15px;
  margin-right: 30px;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.36;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3263a9;
  border: 0;
  border-radius: 3px;
  outline: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .is-path-admin .form-actions .button.form-submit {
    width: 100%;
    margin: 0 0 10px;
    font-size: 12px;
  }
}

.is-path-admin .header {
  display: flex;
  padding: 0 20px;
  margin-bottom: 11px;
  color: #ffffff;
  background-color: #23282d;
}
.is-path-admin .header a {
  display: block;
  padding: 12px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.is-path-admin .header .site-logo {
  height: 43px;
  padding: 0;
}
.is-path-admin .header .site-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.is-path-admin .header .block-login {
  margin-left: auto;
}
.is-path-admin .header .block-login .account-menu-wrapper {
  padding: 9px 0;
  background: none;
}
.is-path-admin .header .block-login .account-menu-wrapper .user-name {
  order: 1;
  margin-right: 10px;
  color: #ffffff;
  text-transform: capitalize;
}
.is-path-admin .header .block-login .user-picture-empty {
  order: 2;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-image: url("../../../assets/img/avatar.png");
  background-size: 25px auto;
}
.is-path-admin .header .block-login a {
  order: 3;
}
.is-path-admin .menu--portal-administrator .menu {
  display: flex;
  margin: 0;
}
.is-path-admin .menu--portal-administrator .menu-item {
  padding: 0;
}
.is-path-admin .menu--portal-administrator .is-active {
  color: #ffffff;
  background-color: #0085ba;
}
.is-path-admin .site-name {
  display: block;
  margin-right: 85px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.is-path-admin .site-name a {
  font-weight: bold;
}

.is-path-admin .ui-dialog.ui-widget.add-note-modal, .is-path-admin .ui-dialog.ui-widget.preview-email-modal {
  width: auto !important;
  max-height: 90%;
  padding-bottom: 20px;
  overflow-y: auto;
}
.is-path-admin .ui-dialog.ui-widget.add-note-modal .ui-widget-content, .is-path-admin .ui-dialog.ui-widget.preview-email-modal .ui-widget-content {
  height: auto !important;
}
.is-path-admin .ui-dialog.ui-widget.add-note-modal .ui-widget-content a, .is-path-admin .ui-dialog.ui-widget.preview-email-modal .ui-widget-content a {
  display: block;
  margin-bottom: 13px;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.is-path-admin .ui-dialog.ui-widget.add-note-modal .blue-btn, .is-path-admin .ui-dialog.ui-widget.preview-email-modal .blue-btn {
  padding: 0 15px;
}

.is-path-admin .view nav {
  font-family: "Roboto", sans-serif;
}
.is-path-admin .views-exposed-form .form-item {
  display: inline-block;
  float: none;
  margin: 0 17px 0 0;
}
.is-path-admin .views-exposed-form .card-wrapper {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
}
.is-path-admin .views-exposed-form h2 {
  margin: 0 0 7px;
}
.is-path-admin .views-exposed-form input {
  width: 270px;
  padding: 10px;
}
.is-path-admin .views-exposed-form select {
  width: 290px;
  height: 38px;
  padding-left: 10px;
}
.is-path-admin .views-exposed-form [type=checkbox] + .option {
  padding-left: 30px;
  margin: 0 0 13px;
}
.is-path-admin .views-exposed-form label {
  display: block;
  margin-bottom: 8px;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.is-path-admin .views-exposed-form .form-actions {
  margin: 15px 0;
}
.is-path-admin .views-exposed-form .form-actions .form-submit {
  width: 216px;
  margin: 0 20px 0 10px;
}
.is-path-admin .views-table.cols-18 th,
.is-path-admin .views-table.cols-18 td {
  min-width: 0;
  padding: 5px 3px;
  font-size: 12px;
}
.is-path-admin .views-table.cols-18 td a + a {
  margin-left: 7px;
}
.is-path-admin .view-applicant-search {
  margin-bottom: 30px;
}
.is-path-admin .applicants-export-link .blue-btn {
  width: 216px;
  margin: 0 15px 13px 0;
}

.is-path-admin .wcms-send-emails-form {
  max-width: 999px;
}
.is-path-admin .wcms-send-emails-form label {
  display: block;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #23282d;
}
.is-path-admin .wcms-send-emails-form textarea {
  width: 998px;
  height: 328px;
  background-color: #ffffff;
  border: solid 1.3px #e5e5e5;
}
.is-path-admin .wcms-send-emails-form input {
  padding: 15px;
}
.is-path-admin .wcms-send-emails-form input[type=email] {
  line-height: 19px;
  background-color: #ffffff;
  border: solid 1px #D2D3D4;
  border-radius: 4px;
}
.is-path-admin .wcms-send-emails-form input[type=submit] {
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.36;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #3263a9;
  border-radius: 3px;
}
.is-path-admin .wcms-send-emails-form .form-item-single-mail {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 30px;
}
.is-path-admin .wcms-send-emails-form select {
  width: 999px;
}
.is-path-admin .email-template-wrapper.card-wrapper {
  display: block;
}

.is-path-admin .tabs--primary {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.is-path-admin .tabs--primary a {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
  text-decoration: underline;
}
.is-path-admin .tabs--primary a.is-active {
  font-weight: bold;
  color: #0085ba;
}
.is-path-admin .tabs--primary li {
  display: inline-block;
  margin-right: 16px;
}

.is-path-admin .card-wrapper h2 {
  margin: 0 0 10px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #23282d;
}
.is-path-admin .app-tracking-table {
  width: 845px;
}
.is-path-admin .app-tracking-table th {
  width: 188px;
}
.is-path-admin .app-tracking-table th:first-child {
  width: 284px;
}
.is-path-admin .app-tracking-table td {
  vertical-align: middle;
}
.is-path-admin .recom-letter-status-table th:nth-child(2), .is-path-admin .recom-letter-status-table th:nth-child(3) {
  width: 161px;
}
.is-path-admin .notes-wrapper {
  margin: 40px 0;
}
.is-path-admin .notes-wrapper .blue-btn {
  width: 216px;
  box-sizing: border-box;
}
.is-path-admin .notes-wrapper input {
  display: inline-block;
  width: 216px;
  padding: 15px 0;
  margin-right: 26px;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.36;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #3263a9;
}

.messages {
  max-width: 1370px;
  margin: 15px auto;
}
.messages .messages__icon {
  display: none;
}

.applicant-document-edit-form .ajax-progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #3263a9;
}
.applicant-document-edit-form .ajax-progress .throbber {
  display: none;
}
.applicant-document-edit-form .ajax-progress::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 3px solid #ffffff transparent #ffffff transparent;
  border-radius: 20px;
  content: "";
  box-sizing: border-box;
  animation: spin 0.8s infinite ease;
}
.applicant-document-edit-form label[for]:not(.option) {
  position: absolute;
  top: -25px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.is-path-admin .applicant-document-edit-form .is-path-admin .applicant-document-edit-form .card-wrapper {
  min-width: 600px;
  margin: 30px auto;
}

.applicant-document-edit-form .group {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 45px 0 15px;
}
.applicant-document-edit-form .group > div:first-of-type {
  width: 100%;
}
.applicant-document-edit-form .form-item {
  margin: 0;
}
.applicant-document-edit-form .form-managed-file {
  text-align: right;
  background: #f1f1f1;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #ffffff, 0 1px 0 #ffffff;
}
.applicant-document-edit-form .form-managed-file .form-item {
  padding-left: 15px;
  text-align: left;
}
.applicant-document-edit-form .form-managed-file .form-item:nth-of-type(2n) {
  background: #ddd;
}
.applicant-document-edit-form .form-managed-file span.file {
  padding-left: 25px;
  margin: 15px 0;
}
.applicant-document-edit-form .blue-btn {
  min-width: 100px;
  padding: 16px 16px;
  margin: 0 0 0 5px;
  text-transform: uppercase;
}

.additional-info-content {
  background: #fff;
  padding: 60px !important;
}
.additional-info-content p {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.additional-info-content p:first-child {
  margin-top: 0;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .additional-info-content p:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .additional-info-content p {
    font-size: 18px;
  }
}
.additional-info-content p a {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  color: #001489;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
}
.additional-info-content p span {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
}
.additional-info-content p b {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
}
.additional-info-content p strong {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  color: #001489;
}
.additional-info-content .select-additional-btn,
.additional-info-content .edit-applicant-upload {
  padding-right: 65px;
  background-color: #784f8f;
  color: #ffffff;
}
.additional-info-content .select-additional-btn:hover,
.additional-info-content .edit-applicant-upload:hover {
  opacity: 0.9;
  color: #ffffff;
}
.additional-info-content .select-additional-btn::after,
.additional-info-content .edit-applicant-upload::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-image: url("../../../assets/img/icons/upload-white.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 24px;
}
.additional-info-content .select-additional-btn,
.additional-info-content .submit-btn {
  text-transform: uppercase;
  cursor: pointer;
}
.additional-info-content .edit-applicant-upload {
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .additional-info-content .submit-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .additional-info-content .select-additional-btn,
  .additional-info-content .edit-applicant-upload {
    width: auto;
  }
}

.instruction-step .form-actions {
  padding: 70px 50px;
  margin: 0;
}

.instruction-content {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 18px;
  background: #fff;
  padding: 60px !important;
}
@media screen and (max-width: 767px) {
  .instruction-content {
    font-size: 18px;
  }
}
.instruction-content p {
  padding: 20px 0 10px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .instruction-content p {
    padding: 10px 0 5px;
  }
}
.instruction-content p:first-child, .instruction-content p:nth-last-of-type(1), .instruction-content p:nth-last-of-type(2) {
  border-top: 0;
}
.instruction-content p:last-of-type {
  padding-top: 10px;
}
.instruction-content p a.files-link::before {
  /*width: 6px;
  height: 6px;
  margin-right: 7px;
  font-family: $font-awesome;
  font-weight: 900;
  vertical-align: baseline;
  content: '\f019';*/
}
@media screen and (max-width: 767px) {
  .instruction-content ol {
    padding-left: 0;
  }
}
.instruction-content ol li {
  margin-bottom: 30px;
}
.instruction-content ol li::marker {
  font-weight: bold;
  color: #784f8f;
}
.instruction-content ul {
  list-style-type: none;
  margin-top: 20px;
}
.instruction-content ul li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .instruction-content ul {
    padding: 0;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 767px) {
  .instruction-content a {
    word-break: break-word;
  }
}

.my-essay-step .form-actions {
  padding: 70px 50px;
  margin: 0;
}

.my-essay-content {
  background: #fff;
  padding: 60px !important;
}
.my-essay-content p {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.my-essay-content p a {
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .my-essay-content p {
    font-size: 18px;
  }
}
.my-essay-content strong {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .my-essay-content strong {
    font-size: 18px;
  }
}
.my-essay-content strong span {
  font-weight: bold;
}
.my-essay-content h3 {
  font-family: "Gotham", sans-serif;
  color: #001489;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .my-essay-content h3 {
    font-size: 24px;
  }
}
.my-essay-content .select-essay-btn {
  padding-right: 65px;
  background-color: #784f8f;
  color: #ffffff;
}
.my-essay-content .select-essay-btn:hover {
  opacity: 0.9;
  color: #ffffff;
}
.my-essay-content .select-essay-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-image: url("../../../assets/img/icons/upload-white.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 24px;
}
.my-essay-content .select-present-btn {
  width: 431px;
}
@media screen and (max-width: 767px) {
  .my-essay-content .select-essay-btn,
  .my-essay-content .select-present-btn {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .my-essay-content .submit-essay-btn {
    width: 100%;
  }
}
.my-essay-content input,
.my-essay-content label {
  text-transform: uppercase;
  cursor: pointer;
}

.my-info-content [class^=grand-wrapper],
.program-info [class^=grand-wrapper] {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1107px;
}
@media screen and (max-width: 1439px) {
  .my-info-content [class^=grand-wrapper],
  .program-info [class^=grand-wrapper] {
    max-width: 100%;
  }
}
.my-info-content [class^=grand-wrapper] [class*=form-item-grant-title],
.program-info [class^=grand-wrapper] [class*=form-item-grant-title] {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.my-info-content [class^=grand-wrapper] [class*=form-item-grant-title] input,
.program-info [class^=grand-wrapper] [class*=form-item-grant-title] input {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .my-info-content [class^=grand-wrapper] [class*=form-item-grant-amount],
  .my-info-content [class^=grand-wrapper] [class*=form-item-grant-per],
  .program-info [class^=grand-wrapper] [class*=form-item-grant-amount],
  .program-info [class^=grand-wrapper] [class*=form-item-grant-per] {
    width: 49%;
    max-width: 49%;
    margin-right: 0;
  }
  .my-info-content [class^=grand-wrapper] [class*=form-item-grant-amount] input,
  .my-info-content [class^=grand-wrapper] [class*=form-item-grant-per] input,
  .program-info [class^=grand-wrapper] [class*=form-item-grant-amount] input,
  .program-info [class^=grand-wrapper] [class*=form-item-grant-per] input {
    width: 100%;
  }
}
.my-info-content [class^=grand-wrapper] [class*=form-item-grant-date],
.program-info [class^=grand-wrapper] [class*=form-item-grant-date] {
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .my-info-content [class^=grand-wrapper] [class*=form-item-grant-date],
  .program-info [class^=grand-wrapper] [class*=form-item-grant-date] {
    width: 49%;
    max-width: 49%;
  }
  .my-info-content [class^=grand-wrapper] [class*=form-item-grant-date] input,
  .program-info [class^=grand-wrapper] [class*=form-item-grant-date] input {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .my-info-content [class^=grand-wrapper] [class*=form-item-grant-date],
  .program-info [class^=grand-wrapper] [class*=form-item-grant-date] {
    max-width: calc(100% - 130px);
  }
}
.my-info-content [class^=grand-wrapper] fieldset,
.program-info [class^=grand-wrapper] fieldset {
  position: relative;
  width: auto;
  min-width: 120px;
}
@media screen and (max-width: 1439px) {
  .my-info-content [class^=grand-wrapper] fieldset,
  .program-info [class^=grand-wrapper] fieldset {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .my-info-content [class^=grand-wrapper] fieldset,
  .program-info [class^=grand-wrapper] fieldset {
    margin-bottom: 4px;
  }
}
.my-info-content [class^=grand-wrapper] fieldset .form-item,
.program-info [class^=grand-wrapper] fieldset .form-item {
  display: inline-block;
}
.my-info-content [class^=grand-wrapper] fieldset .form-item + .form-item,
.program-info [class^=grand-wrapper] fieldset .form-item + .form-item {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .my-info-content [class^=grand-wrapper] fieldset .form-item + .form-item,
  .program-info [class^=grand-wrapper] fieldset .form-item + .form-item {
    margin-top: 10px;
  }
}
.my-info-content .your-consent-group input[type=checkbox] + label,
.my-info-content .parent-consent-group input[type=checkbox] + label,
.program-info .your-consent-group input[type=checkbox] + label,
.program-info .parent-consent-group input[type=checkbox] + label {
  width: 25px;
  height: 25px;
  padding: 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .my-info-content .your-consent-group input[type=checkbox] + label,
  .my-info-content .parent-consent-group input[type=checkbox] + label,
  .program-info .your-consent-group input[type=checkbox] + label,
  .program-info .parent-consent-group input[type=checkbox] + label {
    width: 18px;
    height: 18px;
  }
}
.my-info-content .edit-sex-wrapper,
.program-info .edit-sex-wrapper {
  margin-bottom: 45px;
}
.my-info-content .edit-sex-wrapper legend,
.program-info .edit-sex-wrapper legend {
  display: block;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .my-info-content .edit-sex-wrapper legend,
  .program-info .edit-sex-wrapper legend {
    font-size: 12px;
    line-height: 1.1;
  }
}
.my-info-content .edit-sex-wrapper .fieldset-wrapper,
.program-info .edit-sex-wrapper .fieldset-wrapper {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .my-info-content .edit-sex-wrapper .fieldset-wrapper,
  .program-info .edit-sex-wrapper .fieldset-wrapper {
    height: auto;
  }
}
.my-info-content .edit-sex-wrapper .form-radios,
.program-info .edit-sex-wrapper .form-radios {
  position: relative;
  top: 14px;
}
@media screen and (max-width: 767px) {
  .my-info-content .edit-sex-wrapper .form-item-sex,
  .program-info .edit-sex-wrapper .form-item-sex {
    width: auto;
    height: auto;
    max-width: none;
  }
}
.my-info-content .edit-sex-wrapper .form-item-sex:first-of-type,
.program-info .edit-sex-wrapper .form-item-sex:first-of-type {
  margin-right: 100px;
}
@media screen and (max-width: 1439px) {
  .my-info-content .edit-sex-wrapper .form-item-sex:first-of-type,
  .program-info .edit-sex-wrapper .form-item-sex:first-of-type {
    margin-right: 50px;
  }
}

.my-info-content .form-actions {
  gap: 30px;
}

.yellow-btn {
  background: #FFC658;
  color: #001489;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  margin-right: 30px;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
}
@media screen and (max-width: 767px) {
  .yellow-btn {
    margin: 0;
  }
}
.yellow-btn:hover {
  color: #001489;
  opacity: 0.9;
}

.light-blue-btn {
  width: fit-content;
  font-size: 18px;
  background-color: #71C5E8;
  padding: 16px 32px;
  border: 0;
  color: #001489;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  text-decoration: none;
}
.light-blue-btn:hover {
  color: #001489;
  opacity: 0.9;
}

.light-purple-btn {
  width: fit-content;
  font-size: 18px;
  background-color: #784f8f;
  padding: 16px 32px;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  text-decoration: none;
}
.light-purple-btn:hover {
  opacity: 0.9;
  color: #ffffff;
}

.primary-blue-btn {
  width: fit-content;
  font-size: 18px;
  background-color: #001489;
  padding: 16px 32px;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  text-decoration: none;
}
.primary-blue-btn:hover {
  opacity: 0.9;
  color: #ffffff;
}

.grants-wrapper-cnt .fieldgroup {
  border: none;
}

.multistep-content--wrapper .my-status-content {
  background: #fff;
  padding: 60px !important;
}
@media screen and (max-width: 767px) {
  .multistep-content--wrapper .my-status-content {
    padding: 30px !important;
  }
}
.multistep-content--wrapper .my-status-content p {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .multistep-content--wrapper .my-status-content p {
    font-size: 18px;
  }
}
.multistep-content--wrapper .my-status-content p strong {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .multistep-content--wrapper .my-status-content p strong {
    font-size: 18px;
  }
}
.multistep-content--wrapper .my-status-content .table-status {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .multistep-content--wrapper .my-status-content .table-status + p {
    margin: 30px 0 10px;
  }
}
.multistep-content--wrapper .my-status-content .table-status h3 {
  font-family: "museo-sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.multistep-content--wrapper .my-status-content .table-status .status-section .section-name {
  font-family: "museo-sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #4B4F54;
}
.multistep-content--wrapper .my-status-content .table-status .status-section .section-item {
  font-family: "museo-sans", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}
.multistep-content--wrapper .my-status-content .table-status .status-section:not(:last-of-type) {
  margin-bottom: 50px;
}
.multistep-content--wrapper .my-status-content .table-status .status-section:not(:last-of-type) .section-item.action {
  margin-bottom: 50px;
}
.multistep-content--wrapper .my-status-content table {
  display: inline-block;
  border-collapse: collapse;
  border-spacing: 0 2px;
}
.multistep-content--wrapper .my-status-content table.w-100 {
  display: table;
  width: 100%;
}
.multistep-content--wrapper .my-status-content table.empty-table {
  background: none;
  border: 0;
}
.multistep-content--wrapper .my-status-content table.empty-table tr td {
  font-style: italic;
  border: 0;
}
.multistep-content--wrapper .my-status-content table.recommendation-letter-status {
  margin-bottom: 30px;
}
.multistep-content--wrapper .my-status-content table.application-status {
  border-spacing: 0;
  margin-bottom: 30px;
}
.multistep-content--wrapper .my-status-content th {
  padding: 10px;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #784f8f;
  text-transform: uppercase;
  border: 1px solid black;
}
.multistep-content--wrapper .my-status-content tr {
  vertical-align: middle;
}
.multistep-content--wrapper .my-status-content tr:nth-child(2n) {
  background-color: #F3ECF5;
}
.multistep-content--wrapper .my-status-content tr td {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 18px;
  border: 1px solid black;
  padding: 0;
}
.multistep-content--wrapper .my-status-content tr td:first-child, .multistep-content--wrapper .my-status-content tr td:last-child {
  padding: 10px;
}
.multistep-content--wrapper .my-status-content tr td.incomplete {
  background-color: #FFC658;
}
.multistep-content--wrapper .my-status-content tr td.complete {
  background-color: #008000;
}
.multistep-content--wrapper .my-status-content tr td.empty {
  padding: 10px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  color: #951b22;
}
.multistep-content--wrapper .my-status-content tr td a {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #001489;
}
@media screen and (max-width: 767px) {
  .multistep-content--wrapper .my-status-content tr td a {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.multistep-content--wrapper .my-status-content span {
  display: inline-block;
  width: 200px;
  padding: 4px 40px;
  letter-spacing: 1.7px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}
.multistep-content--wrapper .my-status-content span.incomplete {
  background-color: #FFC658;
}
.multistep-content--wrapper .my-status-content span.complete {
  background-color: #008000;
}
.multistep-content--wrapper .my-status-content small {
  color: #4B4F54;
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}
.multistep-content--wrapper .my-status-content h3 {
  font-family: "Gotham", sans-serif;
  color: #001489;
  font-size: 30px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .multistep-content--wrapper .my-status-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.multistep-content--wrapper .my-status-content hr.section-separator {
  display: none;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
@media screen and (max-width: 1023px) {
  .multistep-content--wrapper .my-status-content hr.section-separator {
    display: block;
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .multistep-content--wrapper .my-status-content hr.section-separator {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.multistep-content--wrapper .inner-container {
  max-width: 1200px !important;
}
.multistep-content--wrapper .inner-container.form-actions {
  padding: 50px 70px 90px;
}
@media screen and (max-width: 767px) {
  .multistep-content--wrapper .inner-container.form-actions {
    padding: 60px 30px;
    margin: 0;
    background-color: #FFF;
  }
}
.multistep-content--wrapper .inner-container.form-actions .previous-btn {
  width: 56px;
  height: 56px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .multistep-content--wrapper .inner-container.form-actions .previous-btn {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .recommendation-step .form-actions, .additional-info-step .form-actions, .my-status-step .form-actions {
    margin: 0 15px;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .recommendation-step .form-actions .previous-btn, .additional-info-step .form-actions .previous-btn, .my-status-step .form-actions .previous-btn {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .recommendation-step .form-actions .next-btn, .additional-info-step .form-actions .next-btn, .my-status-step .form-actions .next-btn {
    justify-content: flex-end;
  }
}

.recommendation-content {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  background: #fff;
  padding: 60px !important;
}
.recommendation-content p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .recommendation-content p {
    font-size: 18px;
  }
}
.recommendation-content p:first-child {
  margin-top: 0;
}
.recommendation-content p a {
  color: #001489;
}
.recommendation-content p strong,
.recommendation-content p b {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
}
.recommendation-content ul {
  padding-left: 0;
  font-size: 18px;
  list-style-type: none;
}
.recommendation-content ul.numeric {
  list-style: decimal;
  list-style-position: outside;
}
.recommendation-content ul.numeric.margin {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .recommendation-content ul {
    font-size: 18px;
  }
}
.recommendation-content ul:not(:last-of-type) {
  margin-top: -17px;
}
@media screen and (max-width: 767px) {
  .recommendation-content ul:not(:last-of-type) {
    margin-top: -10px;
  }
}
.recommendation-content ul li {
  padding: 20px 0;
}
.recommendation-content ul li::marker {
  font-weight: bold;
  color: #784f8f;
}
.recommendation-content label {
  display: block;
  margin-bottom: 8px;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #001489;
}
@media screen and (max-width: 767px) {
  .recommendation-content label {
    font-size: 18px;
  }
}
.recommendation-content .submit-btn,
.recommendation-content .send-btn {
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .recommendation-content .submit-btn,
  .recommendation-content .send-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recommendation-content .select-school-btn {
    width: auto;
  }
}
.recommendation-content .send-btn {
  background: #001489;
  color: #fff;
}
.recommendation-content .submit-btn {
  background: #001489;
  color: #ffffff;
}
.recommendation-content .select-school-btn {
  padding-right: 65px;
  background-color: #784f8f;
  color: #ffffff;
}
.recommendation-content .select-school-btn:hover {
  opacity: 0.9;
  color: #ffffff;
}
.recommendation-content .select-school-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-image: url("../../../assets/img/icons/upload-white.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 24px;
}
.recommendation-content .select-school-btn label {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recommendation-content .select-school-btn label {
    padding: 0 5px;
    text-align: center;
  }
}
.recommendation-content input[type=file] {
  cursor: pointer;
}
.recommendation-content .form-text[type=text] {
  width: 100%;
  box-sizing: border-box;
}
.recommendation-content .form-email[type=email] {
  width: 100%;
  box-sizing: border-box;
}
.recommendation-content .form-item {
  display: block;
}
@media screen and (max-width: 767px) {
  .recommendation-content .form-item {
    width: 100%;
    margin-right: 0;
  }
}
.recommendation-content .message-sent {
  margin: 30px 0 20px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #008000;
}
@media screen and (max-width: 767px) {
  .recommendation-content .message-sent {
    font-size: 12px;
  }
}
.recommendation-content .message-sent::before {
  margin-right: 7px;
  content: url("../../../assets/img/check-mark-xl.png");
}
.recommendation-content .message-sent + p {
  margin-bottom: 30px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .recommendation-content .message-sent + p {
    font-size: 10px;
  }
}

.school-info-content {
  max-width: 1440px;
  padding: 20px 53px 0 73px;
  margin: 0 auto 32px;
  box-sizing: border-box;
}
.school-info-content .bg-white p {
  padding: 0;
}
.school-info-content p {
  padding: 0 30px;
}
.school-info-content .card-grey p {
  max-width: 1107px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .my-info-step .inner-container,
  .school-info-step .inner-container,
  .program-info .inner-container {
    padding: 0;
  }
}
.my-info-step h2,
.school-info-step h2,
.program-info h2 {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .my-info-step h2,
  .school-info-step h2,
  .program-info h2 {
    font-size: 18px;
    font-weight: bold;
  }
}
.my-info-step input[type=text], .my-info-step input[type=date], .my-info-step input[type=email],
.school-info-step input[type=text],
.school-info-step input[type=date],
.school-info-step input[type=email],
.program-info input[type=text],
.program-info input[type=date],
.program-info input[type=email] {
  width: 355px;
  height: 50px;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  color: #000;
  background: #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  .my-info-step input[type=text], .my-info-step input[type=date], .my-info-step input[type=email],
  .school-info-step input[type=text],
  .school-info-step input[type=date],
  .school-info-step input[type=email],
  .program-info input[type=text],
  .program-info input[type=date],
  .program-info input[type=email] {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .my-info-step input[type=text], .my-info-step input[type=date], .my-info-step input[type=email],
  .school-info-step input[type=text],
  .school-info-step input[type=date],
  .school-info-step input[type=email],
  .program-info input[type=text],
  .program-info input[type=date],
  .program-info input[type=email] {
    width: 100%;
    font-size: 17px;
  }
}
.my-info-step input:disabled,
.school-info-step input:disabled,
.program-info input:disabled {
  background-color: #f4f4f4;
}
@media screen and (max-width: 1439px) {
  .my-info-step .select-wrapper,
  .school-info-step .select-wrapper,
  .program-info .select-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .my-info-step .select-wrapper,
  .school-info-step .select-wrapper,
  .program-info .select-wrapper {
    width: 100%;
  }
}
.my-info-step .select-wrapper select,
.school-info-step .select-wrapper select,
.program-info .select-wrapper select {
  width: 355px;
  height: 50px;
}
@media screen and (max-width: 1439px) {
  .my-info-step .select-wrapper select,
  .school-info-step .select-wrapper select,
  .program-info .select-wrapper select {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .my-info-step .select-wrapper select,
  .school-info-step .select-wrapper select,
  .program-info .select-wrapper select {
    width: 100%;
    font-size: 18px;
  }
}
.my-info-step label,
.my-info-step legend,
.school-info-step label,
.school-info-step legend,
.program-info label,
.program-info legend {
  display: block;
  margin-bottom: 8px;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #001489;
}
@media screen and (max-width: 767px) {
  .my-info-step label,
  .my-info-step legend,
  .school-info-step label,
  .school-info-step legend,
  .program-info label,
  .program-info legend {
    font-size: 18px;
  }
}
.my-info-step .form-required::after,
.school-info-step .form-required::after,
.program-info .form-required::after {
  position: relative;
  top: -2px;
  width: 0;
  margin: 0;
  font-weight: bold;
  color: #951b22;
  background: none;
  content: "*";
}
.my-info-step .form-item,
.school-info-step .form-item,
.program-info .form-item {
  display: inline-block;
  margin-right: 17px;
  vertical-align: bottom;
}
@media screen and (max-width: 1439px) {
  .my-info-step .form-item,
  .school-info-step .form-item,
  .program-info .form-item {
    max-width: 32%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .my-info-step .form-item,
  .school-info-step .form-item,
  .program-info .form-item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.my-info-step .form-item .form-item--error-message,
.school-info-step .form-item .form-item--error-message,
.program-info .form-item .form-item--error-message {
  margin-top: 0.5rem;
  color: #ff0000;
  font-size: 18px;
  line-height: 21px;
}
.my-info-step .form-item .form-item--error-message > strong,
.school-info-step .form-item .form-item--error-message > strong,
.program-info .form-item .form-item--error-message > strong {
  font-weight: 500;
}
.my-info-step fieldset,
.school-info-step fieldset,
.program-info fieldset {
  width: 355px;
  height: 60px;
}
@media screen and (max-width: 1439px) {
  .my-info-step fieldset,
  .school-info-step fieldset,
  .program-info fieldset {
    max-width: 32%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .my-info-step fieldset,
  .school-info-step fieldset,
  .program-info fieldset {
    width: 100%;
    max-width: 100%;
  }
}
.my-info-step .form-type-textarea,
.school-info-step .form-type-textarea,
.program-info .form-type-textarea {
  display: block;
  max-width: 1107px;
}
.my-info-step .form-textarea-wrapper textarea,
.school-info-step .form-textarea-wrapper textarea,
.program-info .form-textarea-wrapper textarea {
  width: 100%;
  height: 150px;
  background: #ffffff;
  border: 2px solid #D2D3D4;
  resize: none;
}
.my-info-step .headline-wrapper,
.school-info-step .headline-wrapper,
.program-info .headline-wrapper {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 60px 60px 0px 60px;
}
@media screen and (max-width: 767px) {
  .my-info-step .headline-wrapper,
  .school-info-step .headline-wrapper,
  .program-info .headline-wrapper {
    padding: 30px 30px 0px 30px;
  }
}
.my-info-step .headline-wrapper.no-padding,
.school-info-step .headline-wrapper.no-padding,
.program-info .headline-wrapper.no-padding {
  padding: 0px 60px;
}
.my-info-step .headline-wrapper h2,
.school-info-step .headline-wrapper h2,
.program-info .headline-wrapper h2 {
  color: #001489;
  font-size: 30px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.my-info-step .headline-wrapper h2.line,
.school-info-step .headline-wrapper h2.line,
.program-info .headline-wrapper h2.line {
  border-top: 1px solid #4B4F54;
  padding-top: 50px;
}
.my-info-step .headline-wrapper p,
.school-info-step .headline-wrapper p,
.program-info .headline-wrapper p {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #4B4F54;
}
@media screen and (max-width: 767px) {
  .my-info-step .headline-wrapper p,
  .school-info-step .headline-wrapper p,
  .program-info .headline-wrapper p {
    font-size: 13px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1439px) {
  .my-info-step .form-type-radio,
  .school-info-step .form-type-radio,
  .program-info .form-type-radio {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .my-info-step .form-type-checkbox,
  .school-info-step .form-type-checkbox,
  .program-info .form-type-checkbox {
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 1439px) {
  .my-info-step .my-info-content .form-item-full-name,
  .my-info-step .my-info-content .form-item-address,
  .my-info-step .my-info-content .form-item-consent-name,
  .my-info-step .my-info-content .form-item-consent-date,
  .my-info-step .my-info-content .form-item-parent-name,
  .my-info-step .my-info-content .form-item-parent-date,
  .school-info-step .my-info-content .form-item-full-name,
  .school-info-step .my-info-content .form-item-address,
  .school-info-step .my-info-content .form-item-consent-name,
  .school-info-step .my-info-content .form-item-consent-date,
  .school-info-step .my-info-content .form-item-parent-name,
  .school-info-step .my-info-content .form-item-parent-date,
  .program-info .my-info-content .form-item-full-name,
  .program-info .my-info-content .form-item-address,
  .program-info .my-info-content .form-item-consent-name,
  .program-info .my-info-content .form-item-consent-date,
  .program-info .my-info-content .form-item-parent-name,
  .program-info .my-info-content .form-item-parent-date {
    max-width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .my-info-step .my-info-content .form-item-full-name,
  .my-info-step .my-info-content .form-item-address,
  .my-info-step .my-info-content .form-item-consent-name,
  .my-info-step .my-info-content .form-item-consent-date,
  .my-info-step .my-info-content .form-item-parent-name,
  .my-info-step .my-info-content .form-item-parent-date,
  .school-info-step .my-info-content .form-item-full-name,
  .school-info-step .my-info-content .form-item-address,
  .school-info-step .my-info-content .form-item-consent-name,
  .school-info-step .my-info-content .form-item-consent-date,
  .school-info-step .my-info-content .form-item-parent-name,
  .school-info-step .my-info-content .form-item-parent-date,
  .program-info .my-info-content .form-item-full-name,
  .program-info .my-info-content .form-item-address,
  .program-info .my-info-content .form-item-consent-name,
  .program-info .my-info-content .form-item-consent-date,
  .program-info .my-info-content .form-item-parent-name,
  .program-info .my-info-content .form-item-parent-date {
    max-width: 100%;
  }
}
.my-info-step .my-info-content .form-item-full-name input,
.my-info-step .my-info-content .form-item-address input,
.my-info-step .my-info-content .form-item-consent-name input,
.my-info-step .my-info-content .form-item-consent-date input,
.my-info-step .my-info-content .form-item-parent-name input,
.my-info-step .my-info-content .form-item-parent-date input,
.school-info-step .my-info-content .form-item-full-name input,
.school-info-step .my-info-content .form-item-address input,
.school-info-step .my-info-content .form-item-consent-name input,
.school-info-step .my-info-content .form-item-consent-date input,
.school-info-step .my-info-content .form-item-parent-name input,
.school-info-step .my-info-content .form-item-parent-date input,
.program-info .my-info-content .form-item-full-name input,
.program-info .my-info-content .form-item-address input,
.program-info .my-info-content .form-item-consent-name input,
.program-info .my-info-content .form-item-consent-date input,
.program-info .my-info-content .form-item-parent-name input,
.program-info .my-info-content .form-item-parent-date input {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .my-info-step .my-info-content .form-item-full-name input,
  .my-info-step .my-info-content .form-item-address input,
  .my-info-step .my-info-content .form-item-consent-name input,
  .my-info-step .my-info-content .form-item-consent-date input,
  .my-info-step .my-info-content .form-item-parent-name input,
  .my-info-step .my-info-content .form-item-parent-date input,
  .school-info-step .my-info-content .form-item-full-name input,
  .school-info-step .my-info-content .form-item-address input,
  .school-info-step .my-info-content .form-item-consent-name input,
  .school-info-step .my-info-content .form-item-consent-date input,
  .school-info-step .my-info-content .form-item-parent-name input,
  .school-info-step .my-info-content .form-item-parent-date input,
  .program-info .my-info-content .form-item-full-name input,
  .program-info .my-info-content .form-item-address input,
  .program-info .my-info-content .form-item-consent-name input,
  .program-info .my-info-content .form-item-consent-date input,
  .program-info .my-info-content .form-item-parent-name input,
  .program-info .my-info-content .form-item-parent-date input {
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  .my-info-step .my-info-content .form-item-consent-name,
  .my-info-step .my-info-content .form-item-consent-date,
  .my-info-step .my-info-content .form-item-parent-name,
  .my-info-step .my-info-content .form-item-parent-date,
  .school-info-step .my-info-content .form-item-consent-name,
  .school-info-step .my-info-content .form-item-consent-date,
  .school-info-step .my-info-content .form-item-parent-name,
  .school-info-step .my-info-content .form-item-parent-date,
  .program-info .my-info-content .form-item-consent-name,
  .program-info .my-info-content .form-item-consent-date,
  .program-info .my-info-content .form-item-parent-name,
  .program-info .my-info-content .form-item-parent-date {
    max-width: calc(47% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .my-info-step .my-info-content .form-item-consent-name,
  .my-info-step .my-info-content .form-item-consent-date,
  .my-info-step .my-info-content .form-item-parent-name,
  .my-info-step .my-info-content .form-item-parent-date,
  .school-info-step .my-info-content .form-item-consent-name,
  .school-info-step .my-info-content .form-item-consent-date,
  .school-info-step .my-info-content .form-item-parent-name,
  .school-info-step .my-info-content .form-item-parent-date,
  .program-info .my-info-content .form-item-consent-name,
  .program-info .my-info-content .form-item-consent-date,
  .program-info .my-info-content .form-item-parent-name,
  .program-info .my-info-content .form-item-parent-date {
    max-width: calc(100% - 50px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .my-info-step .my-info-content .form-item-consent-date,
  .my-info-step .my-info-content .form-item-parent-date,
  .school-info-step .my-info-content .form-item-consent-date,
  .school-info-step .my-info-content .form-item-parent-date,
  .program-info .my-info-content .form-item-consent-date,
  .program-info .my-info-content .form-item-parent-date {
    margin-left: 42px;
  }
}
@media screen and (max-width: 1439px) {
  .my-info-step .my-info-content .form-item-status,
  .school-info-step .my-info-content .form-item-status,
  .program-info .my-info-content .form-item-status {
    max-width: none;
  }
}
@media screen and (max-width: 1439px) {
  .my-info-step .school-info-content .form-item-school-name,
  .my-info-step .school-info-content .form-item-grad-date,
  .my-info-step .school-info-content .form-item-school-address,
  .my-info-step .school-info-content .form-item-school-type,
  .my-info-step .school-info-content .form-item-scholarship-school-attending,
  .my-info-step .school-info-content .form-item-scholarship-school-address,
  .my-info-step .school-info-content .form-item-school-college-name-wba-1,
  .my-info-step .school-info-content .form-item-school-college-address-wba-1,
  .my-info-step .school-info-content .form-item-school-college-name-wba-2,
  .my-info-step .school-info-content .form-item-school-college-address-wba-2,
  .my-info-step .school-info-content .form-item-school-college-name-wba-3,
  .my-info-step .school-info-content .form-item-school-college-address-wba-3,
  .school-info-step .school-info-content .form-item-school-name,
  .school-info-step .school-info-content .form-item-grad-date,
  .school-info-step .school-info-content .form-item-school-address,
  .school-info-step .school-info-content .form-item-school-type,
  .school-info-step .school-info-content .form-item-scholarship-school-attending,
  .school-info-step .school-info-content .form-item-scholarship-school-address,
  .school-info-step .school-info-content .form-item-school-college-name-wba-1,
  .school-info-step .school-info-content .form-item-school-college-address-wba-1,
  .school-info-step .school-info-content .form-item-school-college-name-wba-2,
  .school-info-step .school-info-content .form-item-school-college-address-wba-2,
  .school-info-step .school-info-content .form-item-school-college-name-wba-3,
  .school-info-step .school-info-content .form-item-school-college-address-wba-3,
  .program-info .school-info-content .form-item-school-name,
  .program-info .school-info-content .form-item-grad-date,
  .program-info .school-info-content .form-item-school-address,
  .program-info .school-info-content .form-item-school-type,
  .program-info .school-info-content .form-item-scholarship-school-attending,
  .program-info .school-info-content .form-item-scholarship-school-address,
  .program-info .school-info-content .form-item-school-college-name-wba-1,
  .program-info .school-info-content .form-item-school-college-address-wba-1,
  .program-info .school-info-content .form-item-school-college-name-wba-2,
  .program-info .school-info-content .form-item-school-college-address-wba-2,
  .program-info .school-info-content .form-item-school-college-name-wba-3,
  .program-info .school-info-content .form-item-school-college-address-wba-3 {
    max-width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .my-info-step .school-info-content .form-item-school-name,
  .my-info-step .school-info-content .form-item-grad-date,
  .my-info-step .school-info-content .form-item-school-address,
  .my-info-step .school-info-content .form-item-school-type,
  .my-info-step .school-info-content .form-item-scholarship-school-attending,
  .my-info-step .school-info-content .form-item-scholarship-school-address,
  .my-info-step .school-info-content .form-item-school-college-name-wba-1,
  .my-info-step .school-info-content .form-item-school-college-address-wba-1,
  .my-info-step .school-info-content .form-item-school-college-name-wba-2,
  .my-info-step .school-info-content .form-item-school-college-address-wba-2,
  .my-info-step .school-info-content .form-item-school-college-name-wba-3,
  .my-info-step .school-info-content .form-item-school-college-address-wba-3,
  .school-info-step .school-info-content .form-item-school-name,
  .school-info-step .school-info-content .form-item-grad-date,
  .school-info-step .school-info-content .form-item-school-address,
  .school-info-step .school-info-content .form-item-school-type,
  .school-info-step .school-info-content .form-item-scholarship-school-attending,
  .school-info-step .school-info-content .form-item-scholarship-school-address,
  .school-info-step .school-info-content .form-item-school-college-name-wba-1,
  .school-info-step .school-info-content .form-item-school-college-address-wba-1,
  .school-info-step .school-info-content .form-item-school-college-name-wba-2,
  .school-info-step .school-info-content .form-item-school-college-address-wba-2,
  .school-info-step .school-info-content .form-item-school-college-name-wba-3,
  .school-info-step .school-info-content .form-item-school-college-address-wba-3,
  .program-info .school-info-content .form-item-school-name,
  .program-info .school-info-content .form-item-grad-date,
  .program-info .school-info-content .form-item-school-address,
  .program-info .school-info-content .form-item-school-type,
  .program-info .school-info-content .form-item-scholarship-school-attending,
  .program-info .school-info-content .form-item-scholarship-school-address,
  .program-info .school-info-content .form-item-school-college-name-wba-1,
  .program-info .school-info-content .form-item-school-college-address-wba-1,
  .program-info .school-info-content .form-item-school-college-name-wba-2,
  .program-info .school-info-content .form-item-school-college-address-wba-2,
  .program-info .school-info-content .form-item-school-college-name-wba-3,
  .program-info .school-info-content .form-item-school-college-address-wba-3 {
    max-width: 100%;
  }
}
.my-info-step .school-info-content .form-item-school-name input[type=text], .my-info-step .school-info-content .form-item-school-name input[type=date],
.my-info-step .school-info-content .form-item-grad-date input[type=text],
.my-info-step .school-info-content .form-item-grad-date input[type=date],
.my-info-step .school-info-content .form-item-school-address input[type=text],
.my-info-step .school-info-content .form-item-school-address input[type=date],
.my-info-step .school-info-content .form-item-school-type input[type=text],
.my-info-step .school-info-content .form-item-school-type input[type=date],
.my-info-step .school-info-content .form-item-scholarship-school-attending input[type=text],
.my-info-step .school-info-content .form-item-scholarship-school-attending input[type=date],
.my-info-step .school-info-content .form-item-scholarship-school-address input[type=text],
.my-info-step .school-info-content .form-item-scholarship-school-address input[type=date],
.my-info-step .school-info-content .form-item-school-college-name-wba-1 input[type=text],
.my-info-step .school-info-content .form-item-school-college-name-wba-1 input[type=date],
.my-info-step .school-info-content .form-item-school-college-address-wba-1 input[type=text],
.my-info-step .school-info-content .form-item-school-college-address-wba-1 input[type=date],
.my-info-step .school-info-content .form-item-school-college-name-wba-2 input[type=text],
.my-info-step .school-info-content .form-item-school-college-name-wba-2 input[type=date],
.my-info-step .school-info-content .form-item-school-college-address-wba-2 input[type=text],
.my-info-step .school-info-content .form-item-school-college-address-wba-2 input[type=date],
.my-info-step .school-info-content .form-item-school-college-name-wba-3 input[type=text],
.my-info-step .school-info-content .form-item-school-college-name-wba-3 input[type=date],
.my-info-step .school-info-content .form-item-school-college-address-wba-3 input[type=text],
.my-info-step .school-info-content .form-item-school-college-address-wba-3 input[type=date],
.school-info-step .school-info-content .form-item-school-name input[type=text],
.school-info-step .school-info-content .form-item-school-name input[type=date],
.school-info-step .school-info-content .form-item-grad-date input[type=text],
.school-info-step .school-info-content .form-item-grad-date input[type=date],
.school-info-step .school-info-content .form-item-school-address input[type=text],
.school-info-step .school-info-content .form-item-school-address input[type=date],
.school-info-step .school-info-content .form-item-school-type input[type=text],
.school-info-step .school-info-content .form-item-school-type input[type=date],
.school-info-step .school-info-content .form-item-scholarship-school-attending input[type=text],
.school-info-step .school-info-content .form-item-scholarship-school-attending input[type=date],
.school-info-step .school-info-content .form-item-scholarship-school-address input[type=text],
.school-info-step .school-info-content .form-item-scholarship-school-address input[type=date],
.school-info-step .school-info-content .form-item-school-college-name-wba-1 input[type=text],
.school-info-step .school-info-content .form-item-school-college-name-wba-1 input[type=date],
.school-info-step .school-info-content .form-item-school-college-address-wba-1 input[type=text],
.school-info-step .school-info-content .form-item-school-college-address-wba-1 input[type=date],
.school-info-step .school-info-content .form-item-school-college-name-wba-2 input[type=text],
.school-info-step .school-info-content .form-item-school-college-name-wba-2 input[type=date],
.school-info-step .school-info-content .form-item-school-college-address-wba-2 input[type=text],
.school-info-step .school-info-content .form-item-school-college-address-wba-2 input[type=date],
.school-info-step .school-info-content .form-item-school-college-name-wba-3 input[type=text],
.school-info-step .school-info-content .form-item-school-college-name-wba-3 input[type=date],
.school-info-step .school-info-content .form-item-school-college-address-wba-3 input[type=text],
.school-info-step .school-info-content .form-item-school-college-address-wba-3 input[type=date],
.program-info .school-info-content .form-item-school-name input[type=text],
.program-info .school-info-content .form-item-school-name input[type=date],
.program-info .school-info-content .form-item-grad-date input[type=text],
.program-info .school-info-content .form-item-grad-date input[type=date],
.program-info .school-info-content .form-item-school-address input[type=text],
.program-info .school-info-content .form-item-school-address input[type=date],
.program-info .school-info-content .form-item-school-type input[type=text],
.program-info .school-info-content .form-item-school-type input[type=date],
.program-info .school-info-content .form-item-scholarship-school-attending input[type=text],
.program-info .school-info-content .form-item-scholarship-school-attending input[type=date],
.program-info .school-info-content .form-item-scholarship-school-address input[type=text],
.program-info .school-info-content .form-item-scholarship-school-address input[type=date],
.program-info .school-info-content .form-item-school-college-name-wba-1 input[type=text],
.program-info .school-info-content .form-item-school-college-name-wba-1 input[type=date],
.program-info .school-info-content .form-item-school-college-address-wba-1 input[type=text],
.program-info .school-info-content .form-item-school-college-address-wba-1 input[type=date],
.program-info .school-info-content .form-item-school-college-name-wba-2 input[type=text],
.program-info .school-info-content .form-item-school-college-name-wba-2 input[type=date],
.program-info .school-info-content .form-item-school-college-address-wba-2 input[type=text],
.program-info .school-info-content .form-item-school-college-address-wba-2 input[type=date],
.program-info .school-info-content .form-item-school-college-name-wba-3 input[type=text],
.program-info .school-info-content .form-item-school-college-name-wba-3 input[type=date],
.program-info .school-info-content .form-item-school-college-address-wba-3 input[type=text],
.program-info .school-info-content .form-item-school-college-address-wba-3 input[type=date] {
  width: 543px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .my-info-step .school-info-content .form-item-school-name input[type=text], .my-info-step .school-info-content .form-item-school-name input[type=date],
  .my-info-step .school-info-content .form-item-grad-date input[type=text],
  .my-info-step .school-info-content .form-item-grad-date input[type=date],
  .my-info-step .school-info-content .form-item-school-address input[type=text],
  .my-info-step .school-info-content .form-item-school-address input[type=date],
  .my-info-step .school-info-content .form-item-school-type input[type=text],
  .my-info-step .school-info-content .form-item-school-type input[type=date],
  .my-info-step .school-info-content .form-item-scholarship-school-attending input[type=text],
  .my-info-step .school-info-content .form-item-scholarship-school-attending input[type=date],
  .my-info-step .school-info-content .form-item-scholarship-school-address input[type=text],
  .my-info-step .school-info-content .form-item-scholarship-school-address input[type=date],
  .my-info-step .school-info-content .form-item-school-college-name-wba-1 input[type=text],
  .my-info-step .school-info-content .form-item-school-college-name-wba-1 input[type=date],
  .my-info-step .school-info-content .form-item-school-college-address-wba-1 input[type=text],
  .my-info-step .school-info-content .form-item-school-college-address-wba-1 input[type=date],
  .my-info-step .school-info-content .form-item-school-college-name-wba-2 input[type=text],
  .my-info-step .school-info-content .form-item-school-college-name-wba-2 input[type=date],
  .my-info-step .school-info-content .form-item-school-college-address-wba-2 input[type=text],
  .my-info-step .school-info-content .form-item-school-college-address-wba-2 input[type=date],
  .my-info-step .school-info-content .form-item-school-college-name-wba-3 input[type=text],
  .my-info-step .school-info-content .form-item-school-college-name-wba-3 input[type=date],
  .my-info-step .school-info-content .form-item-school-college-address-wba-3 input[type=text],
  .my-info-step .school-info-content .form-item-school-college-address-wba-3 input[type=date],
  .school-info-step .school-info-content .form-item-school-name input[type=text],
  .school-info-step .school-info-content .form-item-school-name input[type=date],
  .school-info-step .school-info-content .form-item-grad-date input[type=text],
  .school-info-step .school-info-content .form-item-grad-date input[type=date],
  .school-info-step .school-info-content .form-item-school-address input[type=text],
  .school-info-step .school-info-content .form-item-school-address input[type=date],
  .school-info-step .school-info-content .form-item-school-type input[type=text],
  .school-info-step .school-info-content .form-item-school-type input[type=date],
  .school-info-step .school-info-content .form-item-scholarship-school-attending input[type=text],
  .school-info-step .school-info-content .form-item-scholarship-school-attending input[type=date],
  .school-info-step .school-info-content .form-item-scholarship-school-address input[type=text],
  .school-info-step .school-info-content .form-item-scholarship-school-address input[type=date],
  .school-info-step .school-info-content .form-item-school-college-name-wba-1 input[type=text],
  .school-info-step .school-info-content .form-item-school-college-name-wba-1 input[type=date],
  .school-info-step .school-info-content .form-item-school-college-address-wba-1 input[type=text],
  .school-info-step .school-info-content .form-item-school-college-address-wba-1 input[type=date],
  .school-info-step .school-info-content .form-item-school-college-name-wba-2 input[type=text],
  .school-info-step .school-info-content .form-item-school-college-name-wba-2 input[type=date],
  .school-info-step .school-info-content .form-item-school-college-address-wba-2 input[type=text],
  .school-info-step .school-info-content .form-item-school-college-address-wba-2 input[type=date],
  .school-info-step .school-info-content .form-item-school-college-name-wba-3 input[type=text],
  .school-info-step .school-info-content .form-item-school-college-name-wba-3 input[type=date],
  .school-info-step .school-info-content .form-item-school-college-address-wba-3 input[type=text],
  .school-info-step .school-info-content .form-item-school-college-address-wba-3 input[type=date],
  .program-info .school-info-content .form-item-school-name input[type=text],
  .program-info .school-info-content .form-item-school-name input[type=date],
  .program-info .school-info-content .form-item-grad-date input[type=text],
  .program-info .school-info-content .form-item-grad-date input[type=date],
  .program-info .school-info-content .form-item-school-address input[type=text],
  .program-info .school-info-content .form-item-school-address input[type=date],
  .program-info .school-info-content .form-item-school-type input[type=text],
  .program-info .school-info-content .form-item-school-type input[type=date],
  .program-info .school-info-content .form-item-scholarship-school-attending input[type=text],
  .program-info .school-info-content .form-item-scholarship-school-attending input[type=date],
  .program-info .school-info-content .form-item-scholarship-school-address input[type=text],
  .program-info .school-info-content .form-item-scholarship-school-address input[type=date],
  .program-info .school-info-content .form-item-school-college-name-wba-1 input[type=text],
  .program-info .school-info-content .form-item-school-college-name-wba-1 input[type=date],
  .program-info .school-info-content .form-item-school-college-address-wba-1 input[type=text],
  .program-info .school-info-content .form-item-school-college-address-wba-1 input[type=date],
  .program-info .school-info-content .form-item-school-college-name-wba-2 input[type=text],
  .program-info .school-info-content .form-item-school-college-name-wba-2 input[type=date],
  .program-info .school-info-content .form-item-school-college-address-wba-2 input[type=text],
  .program-info .school-info-content .form-item-school-college-address-wba-2 input[type=date],
  .program-info .school-info-content .form-item-school-college-name-wba-3 input[type=text],
  .program-info .school-info-content .form-item-school-college-name-wba-3 input[type=date],
  .program-info .school-info-content .form-item-school-college-address-wba-3 input[type=text],
  .program-info .school-info-content .form-item-school-college-address-wba-3 input[type=date] {
    width: 100%;
  }
}

.my-info-step .bg-white, .school-info-step .bg-white {
  padding: 30px 60px;
}
@media screen and (max-width: 767px) {
  .my-info-step .bg-white, .school-info-step .bg-white {
    padding: 15px 30px;
  }
}
.my-info-step .bg-white.no-padding-top, .school-info-step .bg-white.no-padding-top {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .my-info-step .form-actions, .school-info-step .form-actions {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .my-info-step .form-actions .save-btn, .school-info-step .form-actions .save-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .my-info-step .form-actions .previous-btn, .my-info-step .form-actions .next-btn, .school-info-step .form-actions .previous-btn, .school-info-step .form-actions .next-btn {
    width: 50px;
  }
}

.portal-sub-menu ul.menu {
  margin-left: 0;
}
.portal-sub-menu a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #23282d;
}
.portal-sub-menu a::before {
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
}

.banner-wrapper {
  position: relative;
  padding: 37px 0;
  margin: 0 auto;
  background-size: cover;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .banner-wrapper {
    padding: 0;
  }
}
.banner-wrapper .inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .banner-wrapper .inner-container {
    position: relative;
  }
}
.banner-wrapper .banner-description-wrapper {
  width: 725px;
  max-width: 65%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .banner-wrapper .banner-description-wrapper {
    max-width: 100%;
    padding: 20px 0;
    margin: 0 auto;
  }
}
.banner-wrapper .banner-description-wrapper p {
  margin-right: 55px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .banner-wrapper .banner-description-wrapper p {
    margin: 0;
    font-size: 14px;
  }
}
.banner-wrapper .banner-description-wrapper p.error-message-info {
  color: #4B4F54;
  font-size: 20px;
  font-weight: 300;
  margin-top: 70px;
  margin-bottom: 50px;
}
.banner-wrapper .banner-description {
  margin-bottom: 73px;
  position: relative;
}
.banner-wrapper .banner-description:before {
  content: "";
  background: url("../../../assets/img/20-years.png") no-repeat center;
  position: absolute;
  background-size: 100%;
  width: 130px;
  height: 100px;
  top: -100px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .banner-wrapper .banner-description:before {
    top: -15px;
    width: 70px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrapper .banner-description {
    margin-bottom: 30px;
    padding-top: 40px;
  }
}
.banner-wrapper h1 {
  margin: 85px 0 20px;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .banner-wrapper h1 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrapper h1 {
    min-height: 110px;
    margin: 0 0 185px;
    font-size: 30px;
  }
}
.banner-wrapper h1 sup {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .banner-wrapper h1 sup {
    font-size: 9px;
  }
}
.banner-wrapper .banner-image {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .banner-wrapper .banner-image {
    position: absolute;
    top: 170px;
    left: 50%;
    max-width: 130px;
    transform: translateX(-50%);
  }
}
.banner-wrapper .banner-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.banner-wrapper .banner-link {
  margin-bottom: 59px;
}
.banner-wrapper .banner-link a {
  display: block;
  width: 327px;
  height: 51px;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-weight: bold;
  line-height: 51px;
  color: #3263a9;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #3263a9;
  border-radius: 34px;
}
@media screen and (max-width: 767px) {
  .banner-wrapper .banner-link {
    margin: 0;
  }
  .banner-wrapper .banner-link a {
    height: 42px;
    max-width: 100%;
    font-size: 14px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrapper.pages {
    padding: 0;
    background-size: 75px 75px;
  }
}
.banner-wrapper.pages h1 {
  margin: 35px 0 42px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 44px;
  line-height: 44px;
  color: #001489;
}
@media screen and (max-width: 1439px) {
  .banner-wrapper.pages h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1023px) {
  .banner-wrapper.pages h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrapper.pages h1 {
    min-height: 100%;
    margin: 0;
    font-family: "Gotham", sans-serif;
    font-weight: 300;
    font-size: 30px;
    text-align: left;
    padding-bottom: 30px;
  }
}
.banner-wrapper.pages .banner-image {
  position: relative;
  padding-right: 60px;
}
.banner-wrapper.pages .banner-image:before {
  content: "";
  background: url("../../../assets/img/20-years.png") no-repeat center;
  position: absolute;
  background-size: contain;
  max-height: 90px;
  max-width: 115px;
  top: 5px;
  left: 100px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .banner-wrapper.pages .banner-image:before {
    left: 80px;
    top: 0;
    max-height: 80px;
  }
}
@media screen and (max-width: 927px) {
  .banner-wrapper.pages .banner-image:before {
    left: 70px;
  }
}
@media screen and (max-width: 862px) {
  .banner-wrapper.pages .banner-image:before {
    left: 65px;
    max-width: 85px;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrapper.pages .banner-image {
    display: none;
  }
}
.banner-wrapper.pages .banner-description {
  margin: 0;
}
.banner-wrapper.pages .banner-description:before {
  content: none;
}

.is-path-frontpage .banner-wrapper {
  background: url("../../../assets/img/new_throw.jpg") no-repeat center;
}
.is-path-frontpage #block-epilepsyscholarship-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  background-size: auto;
}
@media screen and (max-width: 767px) {
  .is-path-frontpage #block-epilepsyscholarship-content {
    background-size: 15%;
  }
}

.blue-right-corner-box {
  position: relative;
}
.blue-right-corner-box .blue-right-corner {
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 10%;
  width: 100%;
  background-position: bottom right;
  height: 200px;
  right: 52px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .blue-right-corner-box .blue-right-corner {
    background-size: 15%;
  }
}

.hs-right-bottom-corner {
  padding-bottom: 0 !important;
}
.hs-right-bottom-corner .layout__region--content {
  background-image: url("/themes/custom/epilepsyscholarship/assets/img/Bottom-Corner-HS-Page-elements.png");
  bottom: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: 10%;
  width: 100%;
  background-position: bottom right;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .hs-right-bottom-corner .layout__region--content {
    background-size: 15%;
  }
}

.hs-right-top-corner {
  padding-top: 0 !important;
}
.hs-right-top-corner .layout__region--content {
  position: relative;
  top: 0;
  width: 100%;
  background: url("/themes/custom/epilepsyscholarship/assets/img/Right-HS-Page-elements.png") no-repeat top right;
  background-size: 10%;
}
@media screen and (max-width: 767px) {
  .hs-right-top-corner .layout__region--content {
    background-size: 36%;
  }
}

.hs-right-bottom-multi-corner {
  position: relative;
  width: 100%;
  background: url("/themes/custom/epilepsyscholarship/assets/img/Right-Multi-HS-Page-elements.png") no-repeat top right;
  background-size: 10%;
  height: 133px;
  z-index: 9;
  bottom: -128px;
  margin-top: -129px;
}
@media screen and (max-width: 767px) {
  .hs-right-bottom-multi-corner {
    background-size: 36%;
  }
}

.hs-right-bottom-triangle-corner {
  position: relative;
  width: 100%;
  background: url("/themes/custom/epilepsyscholarship/assets/img/Right-Triangle-HS-Page-elements.png") no-repeat top right;
  background-size: 10%;
  height: 133px;
  z-index: 9;
  bottom: -193px;
  margin-top: -143px;
}
@media screen and (max-width: 767px) {
  .hs-right-bottom-triangle-corner {
    background-size: 36%;
  }
}

@media screen and (max-width: 767px) {
  #block-epilepsyscholarship-content {
    background-size: 75px;
  }
}
#block-epilepsyscholarship-content:has(.multistep-form) {
  background: #F3ECF5;
}
#block-epilepsyscholarship-content:has(.form-item-persistent-login-logout) {
  padding-top: 90px;
}
#block-epilepsyscholarship-content hr {
  margin-bottom: 30px;
  background: #D2D3D4;
}
#block-epilepsyscholarship-content #purpose, #block-epilepsyscholarship-content #eligibility, #block-epilepsyscholarship-content #apply, #block-epilepsyscholarship-content #selection {
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 875px) {
  #block-epilepsyscholarship-content #purpose, #block-epilepsyscholarship-content #eligibility, #block-epilepsyscholarship-content #apply, #block-epilepsyscholarship-content #selection {
    padding-left: 10px;
  }
}
#block-epilepsyscholarship-content .purpose-icon {
  position: absolute;
  left: 0;
  background-image: url("/themes/custom/epilepsyscholarship/assets/img/icons/Purpose_Icon.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 875px) {
  #block-epilepsyscholarship-content .purpose-icon {
    position: relative;
    margin-bottom: 10px;
  }
}
#block-epilepsyscholarship-content .eligibility-icon {
  position: absolute;
  left: 0;
  background-image: url("/themes/custom/epilepsyscholarship/assets/img/icons/Eligibility_Icon.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 875px) {
  #block-epilepsyscholarship-content .eligibility-icon {
    position: relative;
    margin-bottom: 10px;
  }
}
#block-epilepsyscholarship-content .apply-icon {
  position: absolute;
  left: 0;
  background-image: url("/themes/custom/epilepsyscholarship/assets/img/icons/How_To_Apply_Icon.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 875px) {
  #block-epilepsyscholarship-content .apply-icon {
    position: relative;
    margin-bottom: 10px;
  }
}
#block-epilepsyscholarship-content .selection-icon {
  position: absolute;
  left: 0;
  background-image: url("/themes/custom/epilepsyscholarship/assets/img/icons/Selection_of_Recipients_Icon.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 875px) {
  #block-epilepsyscholarship-content .selection-icon {
    position: relative;
    margin-bottom: 10px;
  }
}

.carousel-images {
  min-width: 900px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.carousel-images .carousel__activator {
  display: none;
}
.carousel-images .carousel__controls {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.carousel-images .carousel__controls:first-of-type {
  justify-content: flex-end;
}
.carousel-images .carousel__controls:last-of-type {
  justify-content: flex-start;
}
.carousel-images .carousel__control {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #3d414a;
  border-radius: 100%;
  box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
  font-size: 24px;
  height: 48px;
  justify-content: center;
  transition: 0.3s all;
  width: 48px;
  z-index: 1;
}
.carousel-images .carousel__control:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.carousel-images .carousel__activator:nth-of-type(1):checked ~ .carousel__controls:nth-of-type(1) {
  display: flex;
}
.carousel-images .carousel__activator:nth-of-type(1):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.carousel-images .carousel__activator:nth-of-type(2):checked ~ .carousel__controls:nth-of-type(2) {
  display: flex;
}
.carousel-images .carousel__activator:nth-of-type(2):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-images .carousel__activator:nth-of-type(3):checked ~ .carousel__controls:nth-of-type(3) {
  display: flex;
}
.carousel-images .carousel__activator:nth-of-type(3):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.carousel-images .carousel__activator:nth-of-type(4):checked ~ .carousel__controls:nth-of-type(4) {
  display: flex;
}
.carousel-images .carousel__activator:nth-of-type(4):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
.carousel-images .carousel__activator:nth-of-type(5):checked ~ .carousel__controls:nth-of-type(5) {
  display: flex;
}
.carousel-images .carousel__activator:nth-of-type(5):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-400%);
  transform: translateX(-400%);
}
.carousel-images .carousel__activator:nth-of-type(6):checked ~ .carousel__controls:nth-of-type(6) {
  display: flex;
}
.carousel-images .carousel__activator:nth-of-type(6):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-500%);
  transform: translateX(-500%);
}
.carousel-images .carousel__activator:nth-of-type(7):checked ~ .carousel__controls:nth-of-type(7) {
  display: flex;
}
.carousel-images .carousel__activator:nth-of-type(7):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-600%);
  transform: translateX(-600%);
}
.carousel-images .carousel__activator:nth-of-type(8):checked ~ .carousel__controls:nth-of-type(8) {
  display: flex;
}
.carousel-images .carousel__activator:nth-of-type(8):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-700%);
  transform: translateX(-700%);
}
.carousel-images .carousel__activator:nth-of-type(9):checked ~ .carousel__controls:nth-of-type(9) {
  display: flex;
}
.carousel-images .carousel__activator:nth-of-type(9):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-800%);
  transform: translateX(-800%);
}
.carousel-images .carousel__activator:nth-of-type(10):checked ~ .carousel__controls:nth-of-type(10) {
  display: flex;
}
.carousel-images .carousel__activator:nth-of-type(10):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-900%);
  transform: translateX(-900%);
}
.carousel-images .carousel__screen {
  overflow: hidden;
  margin: 30px 17px;
}
.carousel-images .carousel__track {
  font-size: 0;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.carousel-images .carousel__item {
  display: inline-flex;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: top;
  white-space: normal;
}
.carousel-images .carousel__item--desktop-in-1 {
  width: 100%;
}
.carousel-images .carousel__item--desktop-in-2 {
  width: 50%;
}
.carousel-images .carousel__item--desktop-in-3 {
  width: 33.3333333333%;
}
.carousel-images .carousel__item--desktop-in-4 {
  width: 25%;
}
.carousel-images .carousel__item--desktop-in-5 {
  width: 17.5%;
}
.carousel-images .carousel__item--desktop-in-6 {
  width: 13.94%;
}

@media screen and (max-width: 1023px) {
  .carousel-images {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel__activator:nth-of-type(n):checked ~ .carousel__controls:nth-of-type(n) {
    display: none;
  }
  .carousel__activator:nth-of-type(n):checked ~ .carousel__screen .carousel__track {
    -webkit-transform: none;
    transform: none;
  }
  .carousel__screen {
    margin-left: 0;
    margin-right: 0;
  }
  .carousel__track {
    overflow-x: auto;
    width: auto;
    padding-left: 48px;
    padding-right: 48px;
  }
  .carousel__item--tablet-in-1 {
    width: 90%;
  }
  .carousel__item--tablet-in-2 {
    width: 45%;
  }
  .carousel__item--tablet-in-3 {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .carousel__track {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel__item--mobile-in-1 {
    width: 90%;
  }
  .carousel__item--mobile-in-2 {
    width: 45%;
  }
  .carousel__item--mobile-in-3 {
    width: 30%;
  }
}
.slick-slider {
  padding: 0 50px;
}
.slick-slide {
  padding: 0 15px;
}
.slick-arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
  height: 48px;
  justify-content: center;
  transition: 0.3s all;
  width: 48px;
  z-index: 1;
}
.slick-arrow:active, .slick-arrow:focus {
  box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
}
.slick-arrow.slick-prev::before {
  content: "❮";
}
.slick-arrow.slick-next::before {
  content: "❯";
}
.slick-arrow::before {
  color: #3d414a;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 17px;
}

.footer {
  background-color: #001489;
}
.footer a {
  color: #001489;
  text-decoration: none;
  font-weight: 500;
}
.footer a:hover {
  color: #4B4F54;
  text-decoration: underline;
}
.footer h3 {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  color: #001489;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .footer h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.footer .layout--twocol-section > .layout__region {
  display: flex;
}
.footer .layout--twocol-section > .layout__region > div {
  width: 100%;
}
.footer .bg-yellow {
  padding-left: 120px;
  padding-right: 140px;
}
@media screen and (max-width: 1023px) {
  .footer .bg-yellow {
    padding-left: 60px;
    padding-right: 65px;
  }
}
@media screen and (max-width: 767px) {
  .footer .bg-yellow {
    padding: 50px 32px;
  }
}
.footer .bg-yellow h3 {
  margin-top: 50px;
  font-weight: 600px;
}
@media screen and (max-width: 767px) {
  .footer .bg-yellow h3 {
    margin-top: 0;
    margin-bottom: 4px;
  }
}
.footer .bg-yellow h3.application-date {
  font-size: 33px;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .footer .bg-yellow h3.application-date {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.footer .bg-yellow .application-register {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 1023px) {
  .footer .bg-yellow .application-register {
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }
}
.footer .bg-yellow .application-register a {
  margin: 0;
}
.footer .bg-yellow .application-register p {
  margin: 0;
  font-size: 33px;
}
.footer .bg-yellow .application-register p:first-child {
  display: inline-flex;
}
.footer .bg-yellow .application-register p:not(:first-child) {
  flex: 1;
}
.footer .bg-yellow p {
  z-index: 2;
  position: relative;
  color: #001489;
  font-weight: 300;
}
.footer .bg-yellow p.contact-details {
  margin-top: 0;
}
.footer .bg-yellow p.contact-details a {
  text-decoration: none;
}
.footer .bg-yellow p.application-date {
  font-size: 22px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .footer .bg-yellow p.application-date {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.footer .bg-yellow .white-border {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer .bg-yellow .white-border {
    display: none;
  }
}
@media screen and (max-width: 875px) {
  .footer .bg-lightyellow .contact-details a {
    overflow-wrap: anywhere;
  }
}
.footer .bg-lightblue {
  padding: 50px 85px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer .bg-lightblue {
    padding: 48px 8px 48px 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer .bg-lightblue h3 {
    font-size: 24px;
  }
}
.footer .bg-lightblue .contact-details {
  font-size: 21px;
  word-break: break-word;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 875px) {
  .footer .bg-lightblue .contact-details {
    font-size: 16px;
    font-weight: 700;
  }
}
.footer .contact-us {
  color: #ffffff;
  background-color: #2c89c7;
}
@media screen and (max-width: 767px) {
  .footer .contact-us {
    padding: 10px 0 22px;
  }
}
.footer .contact-us .inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .contact-us .inner-container {
    display: block;
  }
}
.footer .contact-us .contact-us-body {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 27px;
}
.footer .contact-us .contact-us-body p {
  margin: 35px 0;
}
@media screen and (max-width: 767px) {
  .footer .contact-us .contact-us-body p {
    margin: 0;
    font-size: 20px;
  }
}
.footer .contact-us .contact-us-phone {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer .contact-us .contact-us-phone {
    margin: 15px 0;
  }
}
.footer .contact-us .contact-us-phone > div::before {
  width: 29px;
  height: 29px;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: baseline;
  content: "\f3cd";
}
@media screen and (max-width: 767px) {
  .footer .contact-us .contact-us-phone > div::before {
    width: 20px;
    height: 24px;
    font-size: 24px;
  }
}
.footer .contact-us .footer-contact-email::before {
  width: 29px;
  height: 29px;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  text-decoration: none;
  vertical-align: middle;
  content: "\f0e0";
}
@media screen and (max-width: 767px) {
  .footer .contact-us .footer-contact-email::before {
    width: 19px;
    height: 15px;
    font-size: 15px;
  }
}
.footer .contact-us .footer-contact-email a {
  color: #ffffff;
}
.footer .contact-us .contact-us-components {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer .contact-us .contact-us-components {
    font-size: 12px;
    text-align: left;
  }
}
.footer .primary-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 60px;
  margin-bottom: -1px;
  padding: 30px 52px;
  gap: 26.5%;
}
@media screen and (max-width: 767px) {
  .footer .primary-footer {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}
.footer .primary-footer img {
  margin: 20px 0 15px;
}
@media screen and (max-width: 767px) {
  .footer .primary-footer img {
    width: 230px;
    height: auto;
    margin: 0;
  }
}
.footer .primary-footer p {
  margin-left: 10px;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .footer .primary-footer p {
    margin: 0 0 5px 0;
    font-size: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .footer .primary-footer p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-copyright {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    text-align: left;
    align-items: flex-start;
    padding: 30px;
  }
  .footer .footer-copyright p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-copyright .copyright-body {
    margin-bottom: 20px;
  }
}

/**
 * @file
 * Visual styles for form components.
 */
form .field-multiple-table {
  margin: 0;
}
form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
}
form .field-multiple-table .tabledrag-handle {
  padding-right: 0.5em;
}
form .field-add-more-submit {
  margin: 0.5em 0 0;
}
form .form-padding {
  padding: 0 60px;
}

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

tr.odd .form-item, tr.event .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.form-composite > .fieldset-wrapper > .description {
  font-size: 18px;
}

.form-item .description {
  font-size: 18px;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-composite > legend,
.label {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: bold;
}

.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.form-type-radio .description, .form-type-checkbox .description {
  margin-left: 2.4em;
}

.marker {
  color: #e00;
}

.form-required::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  /* Use a background image to prevent screen readers from announcing the text. */
  background-image: url(../../../assets/img/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

abbr.tabledrag-changed, abbr.ajax-changed {
  border-bottom: none;
}
abbr .form-item input.error, abbr .form-item textarea.error, abbr .form-item select.error {
  border: 2px solid red;
}
abbr {
  /* Inline error messages. */
}
abbr .form-item--error-message::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  vertical-align: sub;
  background: url(../../images/icons/e32700/error.svg) no-repeat;
  background-size: contain;
}

.is-path-user #block-epilepsyscholarship-content, .is-path-apply #block-epilepsyscholarship-content {
  background: #F3ECF5;
  padding-bottom: 90px;
}
.is-path-user #block-epilepsyscholarship-content .user-form-errors, .is-path-apply #block-epilepsyscholarship-content .user-form-errors {
  padding: 15px 30px 15px 34px;
}
.is-path-user #block-epilepsyscholarship-content .user-form, .is-path-apply #block-epilepsyscholarship-content .user-form {
  max-width: 1200px;
  padding: 0;
  background: #fff;
}
.is-path-user #block-epilepsyscholarship-content .user-form .form-item-form-description, .is-path-apply #block-epilepsyscholarship-content .user-form .form-item-form-description {
  padding: 50px 30px;
  margin: 0 0 50px 0;
  background: #F3ECF5;
}
.is-path-user #block-epilepsyscholarship-content .user-form .form-item, .is-path-apply #block-epilepsyscholarship-content .user-form .form-item {
  width: 100%;
  padding: 20px 130px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .is-path-user #block-epilepsyscholarship-content .user-form .form-item, .is-path-apply #block-epilepsyscholarship-content .user-form .form-item {
    padding: 15px 30px;
  }
}
.is-path-user #block-epilepsyscholarship-content .user-form label, .is-path-apply #block-epilepsyscholarship-content .user-form label {
  color: #001489;
}
.is-path-user #block-epilepsyscholarship-content .user-form .form-type-password, .is-path-user #block-epilepsyscholarship-content .user-form .form-type-radio, .is-path-apply #block-epilepsyscholarship-content .user-form .form-type-password, .is-path-apply #block-epilepsyscholarship-content .user-form .form-type-radio {
  padding: 0;
}
.is-path-user #block-epilepsyscholarship-content .user-form .form-type-password:nth-child(1), .is-path-apply #block-epilepsyscholarship-content .user-form .form-type-password:nth-child(1) {
  margin-bottom: 30px;
}
.is-path-user #block-epilepsyscholarship-content .user-form .pass-hint, .is-path-user #block-epilepsyscholarship-content .user-form .captcha__image-wrapper, .is-path-user #block-epilepsyscholarship-content .user-form .form-actions, .is-path-apply #block-epilepsyscholarship-content .user-form .pass-hint, .is-path-apply #block-epilepsyscholarship-content .user-form .captcha__image-wrapper, .is-path-apply #block-epilepsyscholarship-content .user-form .form-actions {
  padding: 20px 130px;
}
@media screen and (max-width: 767px) {
  .is-path-user #block-epilepsyscholarship-content .user-form .captcha__image-wrapper, .is-path-apply #block-epilepsyscholarship-content .user-form .captcha__image-wrapper {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .is-path-user #block-epilepsyscholarship-content .user-form .form-actions, .is-path-apply #block-epilepsyscholarship-content .user-form .form-actions {
    padding: 15px 30px;
  }
}
.is-path-user #block-epilepsyscholarship-content .user-form .form-actions input, .is-path-apply #block-epilepsyscholarship-content .user-form .form-actions input {
  width: fit-content;
  font-size: 18px;
  background-color: #784f8f;
  padding: 16px 32px;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.is-path-user #block-epilepsyscholarship-content .user-form .form-actions > div, .is-path-apply #block-epilepsyscholarship-content .user-form .form-actions > div {
  margin: 0;
}
.is-path-user .apply-now-container, .is-path-apply .apply-now-container {
  max-width: 970px;
  padding: 0;
  margin: 0 auto;
}
.is-path-user .apply-now-container .apply-now-description, .is-path-apply .apply-now-container .apply-now-description {
  padding: 40px 130px;
}
@media screen and (max-width: 767px) {
  .is-path-user .apply-now-container .apply-now-description, .is-path-apply .apply-now-container .apply-now-description {
    padding: 40px 30px 20px 30px;
  }
}
.is-path-user .apply-now-container .apply-now-description p, .is-path-apply .apply-now-container .apply-now-description p {
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.is-path-user .scholarship-application, .is-path-apply .scholarship-application {
  text-align: center;
  padding: 40px;
  max-width: 860px;
  margin: 0 auto;
}
.is-path-user .scholarship-application .application-text, .is-path-apply .scholarship-application .application-text {
  color: #001489;
  text-align: center;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.is-path-user .scholarship-application .required-text, .is-path-apply .scholarship-application .required-text {
  color: #4B4F54;
  text-align: center;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}
.is-path-user .multistep-form a.magenta, .is-path-apply .multistep-form a.magenta {
  text-decoration: none;
}
.is-path-user .multistep-form .form-actions, .is-path-apply .multistep-form .form-actions {
  margin: 0;
  padding: 40px 30px 90px 50px;
}

.field__label {
  font-weight: bold;
}

.field--label-inline .field__label::after {
  content: ":";
}
.field--label-inline .field__label, .field--label-inline .field__items {
  float: left;
  padding-right: 0.5em;
}
.field--label-inline > .field__item {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field__label, [dir=rtl] .field--label-inline .field__items {
  padding-right: 0;
  padding-left: 0.5em;
}

body {
  margin: 0;
  color: #4B4F54;
  line-height: 1.5;
}
body a {
  color: #001489;
}
body a:hover {
  color: #4B4F54;
  text-decoration: none;
}
body.vex-open {
  overflow: hidden;
}
body .text-align-center {
  text-align: center;
}
body .margin-right-40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 875px) {
  body .margin-right-40 {
    margin: 0 !important;
  }
}
body .no-margin {
  margin: 0 !important;
}
@media screen and (max-width: 875px) {
  body .center-mobile {
    width: 100%;
    text-align: center;
  }
}
body .inner-container {
  max-width: 1440px;
  padding: 0 52px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 875px) {
  body .inner-container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body .inner-container {
    padding: 0 15px;
  }
}
body .inner-container:has(.block-inline-block__accordion) {
  padding: 0px 65px;
}
@media screen and (max-width: 875px) {
  body .inner-container:has(.block-inline-block__accordion) {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body .inner-container:has(.block-inline-block__accordion) {
    padding: 0 30px;
  }
}
body .form-actions {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  body .form-actions {
    margin: 0 30px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

body header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 5;
}

.breadcrumb,
.page-title {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu-opened {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

.select-wrapper {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  width: 100%;
}
.select-wrapper::after {
  position: absolute;
  top: 50%;
  right: 29px;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  color: #3263a9;
  transform: translateY(-50%);
}
.select-wrapper select {
  position: relative;
  z-index: 2;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  color: #4B4F54;
  background: none;
  border: solid 2px #D2D3D4;
  padding: 12px 24px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-wrapper select::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #ddd;
}
.select-wrapper select::-ms-expand {
  display: none;
}

#layout-builder-modal .form-item label.option [type=checkbox] {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  cursor: pointer;
  opacity: 0;
}
#layout-builder-modal .form-item label.option [type=checkbox]:checked + .option::before {
  background: #3263a9;
}
#layout-builder-modal .form-item label.option [type=checkbox]:checked + .option::after {
  position: absolute;
  top: 50%;
  left: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  content: "\f00c";
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #layout-builder-modal .form-item label.option [type=checkbox]:checked + .option::after {
    left: 4px;
    font-size: 10px;
  }
}
#layout-builder-modal .form-item label.option [type=checkbox]:checked:disabled + .option::after {
  content: "\f00c" !important;
}
#layout-builder-modal .form-item label.option [type=checkbox] + .option {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
}
#layout-builder-modal .form-item label.option [type=checkbox] + .option::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  border: solid 1px #001489;
  content: "";
  transform: translateY(-50%);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #layout-builder-modal .form-item label.option [type=checkbox] + .option::before {
    width: 18px;
    height: 18px;
  }
}

input[type=text], input[type=password], input[type=email], input[type=date] {
  display: block;
  padding: 12px 24px;
  font-size: 18px;
  background-color: #ffffff;
  border: 2px solid #D2D3D4;
  border-radius: 0;
  outline: 0;
  color: #4B4F54;
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=date]::placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #D2D3D4;
}
input[type=submit] {
  -webkit-appearance: none;
}
input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
input[type=radio] {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
}
input[type=radio]:checked ~ label {
  color: #001489;
  font-weight: 300;
}
input[type=radio]:checked ~ label::after {
  display: block;
}
input[type=radio]:checked ~ label::before {
  border: 1px solid #001489;
}
input[type=radio]:checked:disabled ~ label::after {
  background: #D2D3D4 !important;
  box-shadow: 0 0 0 10px #D2D3D4 inset;
}
input[type=radio] ~ label {
  position: relative;
  display: flex;
  font-size: 16px;
  color: #001489;
}
@media screen and (max-width: 767px) {
  input[type=radio] ~ label {
    font-size: 14px;
  }
}
input[type=radio] ~ label::before {
  position: relative;
  top: -3px;
  display: block;
  width: 23px;
  height: 23px;
  margin-right: 15px;
  margin-bottom: 0;
  line-height: 77px;
  background-color: #ffffff;
  border: 1px solid #001489;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 767px) {
  input[type=radio] ~ label::before {
    top: -2px;
    width: 15px;
    height: 15px;
  }
}
input[type=radio] ~ label::after {
  position: absolute;
  top: 2px;
  left: 5px;
  display: none;
  width: 15px;
  height: 15px;
  margin: auto;
  background-color: #314a96;
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 10px #314a96 inset;
}
@media screen and (max-width: 767px) {
  input[type=radio] ~ label::after {
    top: 2px;
    left: 4px;
    width: 9px;
    height: 9px;
  }
}

.blue-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #001489;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #71C5E8;
  border: 0;
  outline: 0;
}
@media screen and (max-width: 767px) {
  .blue-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.blue-btn.next-btn, .blue-btn.previous-btn {
  color: transparent;
  background: #001489 url("../../../assets/img/icon-arrow-right.svg") no-repeat center;
}
.blue-btn.next-btn {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .blue-btn.next-btn {
    margin: 0;
  }
}
.blue-btn.previous-btn {
  width: 50px;
  margin-right: 30px;
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .blue-btn.previous-btn {
    max-width: 150px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .blue-btn.faq-btn, .blue-btn.next-submit, .blue-btn.save-btn {
    width: 100%;
  }
}
.blue-btn.submited {
  cursor: unset;
}

.card-grey {
  padding: 60px;
  background-color: #D2D3D4;
}

.blue-line {
  display: block;
  width: 100%;
  height: 2px;
  margin: 10px 0 20px;
  background: #001489;
}

.grey-line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 50px 0;
  background: #4B4F54;
}

.gap-line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 50px 0;
  background: none;
}

.yellow-line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 50px 0;
  background: #FFC658;
}

.file {
  display: inline-block;
  min-height: 16px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.file a {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #4B4F54;
  text-decoration: none;
  vertical-align: middle;
}

span.file {
  padding-left: 26px;
}

.full-upload {
  display: none;
}

input:disabled,
select:disabled,
textarea:disabled {
  color: #4B4F54 !important;
  background-color: #E4E5E5 !important;
  cursor: default !important;
}
input:disabled + .option,
select:disabled + .option,
textarea:disabled + .option {
  color: #4B4F54 !important;
}
input:disabled + .option::before, input:disabled + .option::after,
select:disabled + .option::before,
select:disabled + .option::after,
textarea:disabled + .option::before,
textarea:disabled + .option::after {
  color: #4B4F54 !important;
  background-color: #f2f2f2 !important;
  content: "" !important;
  border-color: #D2D3D4 !important;
}

.uploaded-file span.file {
  background-image: url("../../../assets/img/check-mark-xl.png");
}

.user-form-errors .messages {
  width: calc(100% - 18px);
}

.messages {
  max-width: 1336px;
  box-sizing: border-box;
}

.form-type-multistep-managed-file,
.form-type-managed-file,
.form-managed-file {
  position: relative;
}

@media screen and (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }
}
.mobile-visible .menu-item {
  border-bottom: none;
  background-color: #71C5E8 !important;
}
.mobile-visible .menu-item a {
  text-transform: none;
}

strong {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
}

.is-page-node-type-winner .details-wrapper,
.is-page-node-type-winner .field--name-body,
.is-page-node-type-winner .paragraph--type--wcms-pgph-wysiwyg {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  max-width: 1440px;
  padding: 0 52px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .is-page-node-type-winner .details-wrapper,
  .is-page-node-type-winner .field--name-body,
  .is-page-node-type-winner .paragraph--type--wcms-pgph-wysiwyg {
    padding: 0 20px;
  }
}
.is-page-node-type-winner p {
  margin: 0 0 23px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .is-page-node-type-winner p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1023px) {
  .is-page-node-type-winner .details-wrapper {
    background-image: url("../../../assets/img/UwithWinners.png");
    background-repeat: no-repeat;
    background-position: 85% 50%;
    background-size: inherit;
    min-height: 322px;
    display: block;
  }
}
.is-page-node-type-winner .details-wrapper .winner-details {
  margin-top: 25px;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 25px;
}
.is-page-node-type-winner .details-wrapper .winner-details .block-field-block__node__winner__winner-now-image {
  padding-right: 25px;
}
.is-page-node-type-winner .details-wrapper .winner-details .title-info {
  align-self: flex-end;
}
.is-page-node-type-winner .details-wrapper .winner-details .additional-info {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .is-page-node-type-winner .details-wrapper .winner-details .additional-info {
    font-size: 12px;
  }
}
.is-page-node-type-winner .details-wrapper .winner-details .field--name-winner-type:after {
  content: " - ";
}
.is-page-node-type-winner .field--name-body {
  margin-top: 35px;
}
.is-page-node-type-winner .field--name-winner-home-state {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .is-page-node-type-winner .field--name-winner-home-state {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .is-page-node-type-winner .field--name-winner-school-attended {
    font-size: 12px;
  }
}
.is-page-node-type-winner h3.title a {
  color: #3263a9;
}

.watn-banner .banner-wrapper {
  padding: 0;
  background: url("../../../assets/img/group_caps.jpg") no-repeat center;
  background-size: cover;
  height: 190px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .watn-banner .banner-wrapper {
    padding-top: 60px;
  }
}
.watn-banner .banner-wrapper:before {
  content: "";
  position: absolute;
  width: 720px;
  height: 45px;
  top: 0;
  background: #23418f;
}
@media screen and (max-width: 767px) {
  .watn-banner .banner-wrapper:before {
    height: 70px;
    width: 100%;
  }
}
.watn-banner .banner-wrapper:after {
  content: "";
  background: url("../../../assets/img/20-years.png") no-repeat center;
  position: absolute;
  background-size: contain;
  max-height: 75px;
  max-width: 90px;
  top: 5px;
  left: 50px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .watn-banner .banner-wrapper:after {
    max-height: 70px;
    max-width: 70px;
    left: 20px;
  }
}

.block-views-block__winners-block-block-1 {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .block-views-block__winners-block-block-1 {
    padding: 0 20px;
    margin: 15px auto 30px;
  }
}
.block-views-block__winners-block-block-1 .view-winners-block .view-content {
  display: flex;
  max-width: 100%;
  flex-flow: wrap;
  justify-content: center;
}
.block-views-block__winners-block-block-1 .view-winners-block .views-row {
  width: 385px;
  padding: 0 30px 35px 30px;
}
.block-views-block__winners-block-block-1 .view-winners-block h3.title {
  margin: 5px 0;
}
.block-views-block__winners-block-block-1 .view-winners-block h3.title a {
  color: #3263a9;
}
.block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-type,
.block-views-block__winners-block-block-1 .view-winners-block .field--name-year-of-win {
  font-style: italic;
}
.block-views-block__winners-block-block-1 .view-winners-block .winner-details {
  display: flex;
}
.block-views-block__winners-block-block-1 .view-winners-block .winner-details .field--name-winner-then-image,
.block-views-block__winners-block-block-1 .view-winners-block .winner-details .field--name-winner-now-image {
  text-align: center;
}
.block-views-block__winners-block-block-1 .view-winners-block .winner-details .field--name-winner-then-image:before {
  content: "THEN";
  color: #3263a9;
  text-align: center;
  font-weight: bold;
  line-height: 2rem;
}
.block-views-block__winners-block-block-1 .view-winners-block .winner-details .field--name-winner-now-image {
  margin-left: 15px;
}
.block-views-block__winners-block-block-1 .view-winners-block .winner-details .field--name-winner-now-image:before {
  content: "NOW";
  color: #3263a9;
  text-align: center;
  font-weight: bold;
  line-height: 2rem;
}
.block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-home-state .field__label,
.block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-home-state .field__item,
.block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-school-attended .field__label,
.block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-school-attended .field__item {
  display: inline;
}
@media screen and (max-width: 767px) {
  .block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-home-state .field__label,
  .block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-home-state .field__item,
  .block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-school-attended .field__label,
  .block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-school-attended .field__item {
    display: block;
  }
}
.block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-home-state .field__label:after,
.block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-school-attended .field__label:after {
  content: ":";
}
.block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-type,
.block-views-block__winners-block-block-1 .view-winners-block .field--name-year-of-win,
.block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-home-state,
.block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-school-attended {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-type,
  .block-views-block__winners-block-block-1 .view-winners-block .field--name-year-of-win,
  .block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-home-state,
  .block-views-block__winners-block-block-1 .view-winners-block .field--name-winner-school-attended {
    font-size: 12px;
  }
}
.block-views-block__winners-block-block-1 .view-winners-block .read-more-wrapper {
  display: block;
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
.block-views-block__winners-block-block-1 .view-winners-block .read-more-wrapper a.read-more-btn {
  color: #ffffff;
  background-color: #3263a9;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .desktopOnly {
    display: none !important;
  }
}

.d-md-none {
  display: none;
}
@media screen and (max-width: 1023px) {
  .d-md-none {
    display: block !important;
  }
}

.d-md-block {
  display: none;
}
@media screen and (min-width: 1023px) {
  .d-md-block {
    display: block !important;
  }
}

@media screen and (min-width: 767px) {
  .mobileOnly {
    display: none !important;
  }
}

img.responsive {
  max-width: 100%;
  height: auto;
}

.mt-15 {
  margin-top: 15px;
}

ul.menu {
  padding: 0;
  list-style: none outside;
  text-align: left;
}

.applicant-name {
  font-family: "Roboto", sans-serif;
}

p {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul.tabs--primary {
  display: flex;
}
ul.tabs--primary li {
  list-style: none;
  margin: 0 25px 0 0;
  background: #001489;
  padding: 10px 20px;
}
ul.tabs--primary li a {
  color: #ffffff;
  text-decoration: none;
}

.bgbutton, .purple-button {
  color: #ffffff !important;
  padding: 14px 24px;
  text-decoration: none;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 14px 0;
}

.bgbutton {
  background: #001489;
}

.purple-button {
  background: #784f8f;
}

.bg-yellow {
  background: #ffea48;
  padding: 15px 52px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bg-yellow {
    padding: 15px 32px;
  }
}

.dots {
  background-image: url("/themes/custom/epilepsyscholarship/assets/img/dots.svg");
  top: 8px;
  right: 40px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 90px;
  width: 100%;
  background-position: right;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .dots {
    top: 10px;
    right: 10px;
    background-size: 83px;
    height: 28px;
  }
}

.bg-lightblue {
  background: #71c5e8;
  padding: 15px 52px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bg-lightblue {
    padding: 15px 32px;
  }
}

.bg-lightyellow {
  background: #fff49c;
  padding: 15px 52px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bg-lightyellow {
    padding: 15px 32px;
  }
}

.curve-line {
  background-image: url("/themes/custom/epilepsyscholarship/assets/img/curve_line.svg");
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  background-position: bottom right;
  height: 20%;
  right: 0;
}

.anchorlinks-box {
  color: #001489;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .anchorlinks-box {
    padding-top: 36px;
  }
}
.anchorlinks-box ul.anchorlinks {
  display: flex;
  padding: 0 !important;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .anchorlinks-box ul.anchorlinks {
    display: block;
  }
}
.anchorlinks-box ul.anchorlinks li {
  list-style: none;
  padding-bottom: 0;
}
.anchorlinks-box ul.anchorlinks li a {
  display: block;
  color: #001489;
  text-align: center;
  padding: 0 14px;
  border-right: 1px solid #4B4F54;
  text-decoration: underline;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .anchorlinks-box ul.anchorlinks li a {
    font-size: 18px;
    text-align: left;
    padding: 0;
  }
}
.anchorlinks-box ul.anchorlinks li a:hover {
  color: #4B4F54;
  text-decoration: none;
}
.anchorlinks-box ul.anchorlinks li:first-child a {
  padding-left: 0;
}
.anchorlinks-box ul.anchorlinks li:last-child a {
  border-right: none;
}

.layout--twocol-section {
  display: flex;
  flex-wrap: wrap;
}

.layout--twocol-section > .layout__region {
  flex: 0 1 100%;
}

@media screen and (min-width: 768px) {
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    flex: 0 1 50%;
  }
}
.bg-light-blue {
  background: #EFF9FC;
}

.bg-soft-lavender {
  background: #F3ECF5;
}

.bg-lavender‑pink {
  background: #EDE4EE;
}

.bg-white {
  background: #fff;
}

.container-max {
  max-width: unset !important;
}
.container-max .layout__region {
  margin: 0 auto;
  max-width: 1440px;
  padding: 30px 0;
}

.yellow-border, .white-border, .blue-border {
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 10px;
  max-width: 23%;
  width: 100%;
  text-align: left;
  height: 6px;
}

.yellow-border {
  background: #ffe72d;
}

.white-border {
  background: #ffffff;
}

.blue-border {
  background: #001489;
}

.magenta {
  color: #FF00CC !important;
}

.reflex-blue {
  color: #001489;
}

.hide-mobile {
  display: block;
}
@media screen and (max-width: 1023px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile {
  display: block;
}
@media screen and (min-width: 1023px) {
  .show-mobile {
    display: none !important;
  }
}

.mt-50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.d-flex {
  display: flex;
  gap: 1rem;
}
.d-flex > * {
  flex: 1;
}

.gap-0 {
  gap: 0;
}

.gap-md-1 {
  gap: 1rem;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

@media screen and (min-width: 1023px) {
  .flex-md-row {
    flex-direction: row;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.information-date-message {
  position: relative;
  right: 0;
  display: inline;
  align-items: center;
  justify-content: center;
  font-family: "Gotham", sans-serif;
  transform: translateX(-50%);
  padding-left: 52px;
}
.information-date-message strong {
  color: #001489;
}
.information-date-message p {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .information-date-message {
    position: relative;
  }
}
@media screen and (max-width: 875px) {
  .information-date-message {
    width: 240px;
    height: 40px;
    font-size: 12px;
    background-size: 240px 40px;
  }
}

/**
 * @file
 * Styles for system messages.
 */
.messages {
  padding: 15px 20px 15px 35px; /* LTR */
  word-wrap: break-word;
  border: 1px solid;
  border-radius: 2px;
  background: no-repeat 10px 17px; /* LTR */
  overflow-wrap: break-word;
}
.messages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messages__item + .messages__item {
  margin-top: 0.769em;
}
.messages--status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent; /* LTR */
  background-color: #f3faef;
  background-image: url(../../../assets/img/icons/73b355/check.svg);
  box-shadow: -8px 0 0 #77b259; /* LTR */
}
.messages--warning {
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent; /* LTR */
  background-color: #fdf8ed;
  background-image: url(../../../assets/img/icons/e29700/warning.svg);
  box-shadow: -8px 0 0 #e09600; /* LTR */
}
.messages--error {
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent; /* LTR */
  background-color: #fcf4f2;
  background-image: url(../../../assets/img/icons/e32700/error.svg);
  box-shadow: -8px 0 0 #e62600; /* LTR */
}
.messages--error p.error {
  color: #a51b00;
}
.messages + .messages {
  margin-top: 1.538em;
}

div.ui-dialog.escol-modal {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  width: 570px !important;
  height: auto !important;
  max-width: 90%;
  padding: 40px 36px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  div.ui-dialog.escol-modal {
    padding: 25px 18px;
  }
}
div.ui-dialog.escol-modal .ui-dialog-titlebar {
  position: static;
  padding: 0;
  margin-bottom: 18px;
  font-weight: bold;
  line-height: 24px;
  color: transparent;
  background: #ffffff;
  border: 0;
}
@media screen and (max-width: 767px) {
  div.ui-dialog.escol-modal .ui-dialog-titlebar {
    padding: 0;
    margin: 0 0 5px;
  }
}
div.ui-dialog.escol-modal .ui-dialog-title {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: normal;
  color: #001489;
}
@media screen and (max-width: 767px) {
  div.ui-dialog.escol-modal .ui-dialog-title {
    font-size: 30px;
  }
}
div.ui-dialog.escol-modal .ui-dialog-titlebar-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  margin: 0;
  color: transparent;
  background: none;
  border: none;
}
div.ui-dialog.escol-modal .ui-dialog-titlebar-close span {
  display: none;
}
div.ui-dialog.escol-modal .ui-dialog-titlebar-close::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 600;
  color: #001489;
  text-indent: 0;
  content: "\f00d";
}
div.ui-dialog.escol-modal .ui-dialog-content {
  max-height: 100% !important;
  padding: 0;
}
div.ui-dialog.escol-modal .ui-dialog-content .form-actions {
  margin: 0;
  padding: 0;
}
div.ui-dialog.escol-modal .ui-dialog-buttonpane {
  padding: 0;
  background: none;
  border: 0;
}
@media screen and (max-width: 767px) {
  div.ui-dialog.escol-modal .ui-dialog-buttonpane {
    margin-bottom: 0;
  }
}
div.ui-dialog.escol-modal .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  margin: 0;
  padding: 0;
}
div.ui-dialog.escol-modal .ui-dialog-buttonpane button {
  display: block;
  height: 50px;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #001489;
  background-color: #71C5E8;
  border: 0;
  margin: 0;
  padding: 16px 32px;
  line-height: normal;
}
div.ui-dialog.escol-modal .ui-dialog-buttonpane button:hover {
  opacity: 0.8;
}
div.ui-dialog.escol-modal p {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #001489;
}
@media screen and (max-width: 767px) {
  div.ui-dialog.escol-modal p {
    font-size: 18px;
  }
}
div.ui-dialog.escol-modal label {
  display: block;
  margin-bottom: 8px;
  margin-top: 30px;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #001489;
}
@media screen and (max-width: 767px) {
  div.ui-dialog.escol-modal label {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  div.ui-dialog.escol-modal label.option {
    padding-left: 25px;
  }
}
div.ui-dialog.escol-modal input {
  max-width: calc(100% - 2px);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  div.ui-dialog.escol-modal input {
    width: 100%;
    padding: 12px;
    font-size: 12px;
  }
}
div.ui-dialog.escol-modal .welcome-login-message {
  height: 375px !important;
  margin: 20px 0 0 !important;
  font-family: "Gotham", sans-serif !important;
  font-size: 48px !important;
  font-weight: 300 !important;
  letter-spacing: 13px !important;
  color: #333333 !important;
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  div.ui-dialog.escol-modal .welcome-login-message {
    height: auto !important;
    padding-bottom: 40px;
    font-size: 40px !important;
    letter-spacing: 5px !important;
  }
}
div.ui-dialog.escol-modal .welcome-login-message p {
  margin-top: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
div.ui-dialog.escol-modal .welcome-login-message img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
div.ui-dialog .form-item-persistent-login {
  display: inline-block;
  margin-bottom: 32px;
}
div.ui-dialog .form-item-persistent-login label {
  display: inline-block;
  margin: 0;
}

.forgot-password--wrapper {
  position: relative;
  float: right;
  margin: 15px 0 0;
}
.forgot-password--wrapper a {
  position: relative;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  color: #001489;
}

.ui-widget-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.request-recommendation .blue-btn {
  width: 197px;
}
@media screen and (max-width: 767px) {
  .request-recommendation .blue-btn {
    width: 100%;
  }
}
.request-recommendation .submit-essay-btn {
  margin-bottom: 30px;
}
.request-recommendation .request-by-mail-submit {
  width: auto;
  padding: 10px 25px;
  white-space: normal;
}
.request-recommendation .request-declined-submit {
  width: auto;
  padding: 10px 25px;
  margin: 20px 0 5px;
}
@media screen and (max-width: 767px) {
  .request-recommendation .request-recommendation,
  .request-recommendation .select-file-btn,
  .request-recommendation .submit-essay-btn,
  .request-recommendation .request-by-mail-submit,
  .request-recommendation .request-declined-submit {
    width: 100%;
    padding: 0 10px;
    white-space: normal;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 927px) {
  .program-info .form-item {
    max-width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .program-info .form-item {
    max-width: 100%;
  }
}
.program-info .form-item.form-type-textarea {
  max-width: 1107px;
}
.program-info h2 {
  margin: 23px 0;
}
.program-info .form-item-healthcare-form-epilepsy label,
.program-info .form-item-healthcare-date-diagnosis label,
.program-info .form-item-healthcare-tm-nature label,
.program-info .form-item-healthcare-tm-credentials label {
  max-width: 350px;
  min-height: 39px;
}
@media screen and (max-width: 767px) {
  .program-info .form-item-healthcare-form-epilepsy label,
  .program-info .form-item-healthcare-date-diagnosis label,
  .program-info .form-item-healthcare-tm-nature label,
  .program-info .form-item-healthcare-tm-credentials label {
    min-height: auto;
  }
}
.program-info .edit-sex-wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .program-info .edit-sex-wrapper {
    max-width: 100%;
  }
}
.program-info .edit-sex-wrapper legend {
  margin-bottom: 0;
}
.program-info .form-item-healthcare-tm-signature {
  display: block;
}
@media screen and (max-width: 1439px) {
  .program-info .form-item-healthcare-tm-signature {
    max-width: 100%;
  }
}
.program-info .form-item-healthcare-tm-signature label {
  max-width: 100%;
}
.program-info .blue-btn {
  display: flex;
}
.program-info #edit-healthcare-certify--wrapper {
  margin-bottom: 68px;
}
@media screen and (max-width: 1439px) {
  .program-info #edit-healthcare-certify--wrapper {
    max-width: 31%;
  }
}
@media screen and (max-width: 927px) {
  .program-info #edit-healthcare-certify--wrapper {
    max-width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .program-info #edit-healthcare-certify--wrapper {
    max-width: 100%;
    margin-bottom: 45px;
  }
}
.program-info #edit-healthcare-certify--wrapper legend {
  max-width: 350px;
  min-height: 39px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .program-info #edit-healthcare-certify--wrapper legend {
    min-height: auto;
  }
}
.program-info .form-item-healthcare-certify,
.program-info .form-item-healthcare-sex {
  margin-right: 50px;
}
@media screen and (max-width: 1439px) {
  .program-info .form-item-healthcare-submit-bymail {
    max-width: 100%;
  }
}
.program-info .form-item-healthcare-submit-bymail label {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .program-info .form-item-healthcare-submit-bymail label {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .program-info input[type=radio] ~ label {
    margin-bottom: 0;
  }
}

.user-form.user-register-form .form-actions {
  margin: 0 auto;
}
.user-form.user-register-form .form-item-form-description span {
  color: #FF00CC;
  font-weight: 700;
}
.user-form.user-register-form .password-confirm-message {
  display: none;
}
.user-form.user-register-form .form-item.form-item-pass-pass1 label + div {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 8px;
}
.user-form * {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
}
.user-form a:hover {
  color: #4B4F54;
  text-decoration: none;
}
.user-form .pass-hint {
  max-width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .user-form .pass-hint {
    font-size: 18px;
    padding: 15px 30px;
  }
}
.user-form .user_form_errors {
  width: 100%;
}
.user-form .form-top {
  margin: 0 auto;
  font-family: "Gotham", sans-serif;
  width: 100%;
}
.user-form .form-top .icon {
  margin: 20px auto;
  width: 65px;
  height: 65px;
  background: url("../../../assets/img/icons/HS_icon-apply-blue.png") no-repeat;
  background-size: 65px 65px;
}
.user-form .form-top h4 {
  max-width: 530px;
  margin: 10px auto;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #001489;
  text-align: center;
}
.user-form .form-top p {
  margin: 20px auto;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}
.user-form div.password-confirm {
  display: none;
}
.user-form .form-item-field-user__relationship label::after,
.user-form .form-item-field-user__hear-other-from-0-value label::after,
.user-form .form-item-field-user__other-relationship-0-value label::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  background-image: url("/core/misc/icons/ee0000/required.svg");
  background-repeat: no-repeat;
  background-size: 6px 6px;
  content: "";
}
.user-form .form-item-form-description {
  line-height: 25px;
}
.user-form .field--name-field-user__first-name,
.user-form .field--name-field-user__last-name,
.user-form .form-item-mail,
.user-form .form-item-conf-mail,
.user-form .form-item-current-pass,
.user-form .form-item-pass-pass1,
.user-form .form-item-pass-pass2,
.user-form .field--name-field-user__hear-from,
.user-form .field--name-field-user__relationship,
.user-form .field--name-field-user__other-relationship,
.user-form .field--name-field-user__hear-other-from,
.user-form .form-item-captcha-response {
  max-width: 100%;
}
.user-form .field--name-field-user__first-name input,
.user-form .field--name-field-user__first-name select,
.user-form .field--name-field-user__last-name input,
.user-form .field--name-field-user__last-name select,
.user-form .form-item-mail input,
.user-form .form-item-mail select,
.user-form .form-item-conf-mail input,
.user-form .form-item-conf-mail select,
.user-form .form-item-current-pass input,
.user-form .form-item-current-pass select,
.user-form .form-item-pass-pass1 input,
.user-form .form-item-pass-pass1 select,
.user-form .form-item-pass-pass2 input,
.user-form .form-item-pass-pass2 select,
.user-form .field--name-field-user__hear-from input,
.user-form .field--name-field-user__hear-from select,
.user-form .field--name-field-user__relationship input,
.user-form .field--name-field-user__relationship select,
.user-form .field--name-field-user__other-relationship input,
.user-form .field--name-field-user__other-relationship select,
.user-form .field--name-field-user__hear-other-from input,
.user-form .field--name-field-user__hear-other-from select,
.user-form .form-item-captcha-response input,
.user-form .form-item-captcha-response select {
  width: 100%;
}
.user-form .field--name-field-user__first-name select,
.user-form .field--name-field-user__last-name select,
.user-form .form-item-mail select,
.user-form .form-item-conf-mail select,
.user-form .form-item-current-pass select,
.user-form .form-item-pass-pass1 select,
.user-form .form-item-pass-pass2 select,
.user-form .field--name-field-user__hear-from select,
.user-form .field--name-field-user__relationship select,
.user-form .field--name-field-user__other-relationship select,
.user-form .field--name-field-user__hear-other-from select,
.user-form .form-item-captcha-response select {
  padding: 12px 24px;
  font-size: 18px;
  color: #4B4F54;
  outline: 0;
  background: #ffffff;
}
.user-form .field--name-field-user__first-name select::placeholder,
.user-form .field--name-field-user__last-name select::placeholder,
.user-form .form-item-mail select::placeholder,
.user-form .form-item-conf-mail select::placeholder,
.user-form .form-item-current-pass select::placeholder,
.user-form .form-item-pass-pass1 select::placeholder,
.user-form .form-item-pass-pass2 select::placeholder,
.user-form .field--name-field-user__hear-from select::placeholder,
.user-form .field--name-field-user__relationship select::placeholder,
.user-form .field--name-field-user__other-relationship select::placeholder,
.user-form .field--name-field-user__hear-other-from select::placeholder,
.user-form .form-item-captcha-response select::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #dbdbdb;
}
.user-form .field--name-field-user__first-name label,
.user-form .field--name-field-user__last-name label,
.user-form .form-item-mail label,
.user-form .form-item-conf-mail label,
.user-form .form-item-current-pass label,
.user-form .form-item-pass-pass1 label,
.user-form .form-item-pass-pass2 label,
.user-form .field--name-field-user__hear-from label,
.user-form .field--name-field-user__relationship label,
.user-form .field--name-field-user__other-relationship label,
.user-form .field--name-field-user__hear-other-from label,
.user-form .form-item-captcha-response label {
  display: block;
  font-size: 18px;
}
.user-form .form-elements {
  display: flex;
  flex-wrap: wrap;
}
.user-form .field--name-field-user__first-name,
.user-form .field--name-field-user__last-name {
  display: block;
  max-width: 600px;
}
@media screen and (min-width: 767px) and (max-width: 1440px) {
  .user-form .field--name-field-user__first-name,
  .user-form .field--name-field-user__last-name {
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.user-form .field--name-field-user__first-name div,
.user-form .field--name-field-user__last-name div {
  margin: 0;
}
.user-form .field--name-field-user__first-name input,
.user-form .field--name-field-user__last-name input {
  width: 100%;
}
.user-form .field--name-field-user__first-name .form-item {
  padding-right: 30px !important;
}
@media screen and (min-width: 767px) and (max-width: 1440px) {
  .user-form .field--name-field-user__first-name .form-item {
    padding: 20px !important;
  }
}
.user-form .field--name-field-user__last-name .form-item {
  padding-left: 30px !important;
}
@media screen and (min-width: 767px) and (max-width: 1440px) {
  .user-form .field--name-field-user__last-name .form-item {
    padding: 20px !important;
  }
}
.user-form .form-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.user-form .form-wrapper .form-item-mail {
  max-width: 600px;
  padding-right: 30px !important;
}
@media screen and (min-width: 767px) and (max-width: 1440px) {
  .user-form .form-wrapper .form-item-mail {
    padding: 20px !important;
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.user-form .form-wrapper .form-item-conf-mail {
  max-width: 600px;
  padding-left: 30px !important;
}
@media screen and (min-width: 767px) and (max-width: 1440px) {
  .user-form .form-wrapper .form-item-conf-mail {
    padding: 20px !important;
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.user-form .form-item-pass .password-parent, .user-form .form-item-pass .confirm-parent, .user-form .form-item-pass .form-item--error-message {
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.user-form .field--name-field-user__hear-from {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .user-form .field--name-field-user__hear-from {
    padding: 15px 30px;
  }
}
.user-form .field--name-field-user__hear-from .form-item-field-user__hear-from {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.user-form .field--name-field-user__who-you-are {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .user-form .field--name-field-user__who-you-are {
    padding: 15px 30px;
    margin: 0px !important;
  }
}
.user-form .field--name-field-user__who-you-are .form-item-field-user__who-you-are {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.user-form .field--name-field-user__who-you-are .form-item-field-user__who-you-are label {
  display: none;
}
.user-form .field--name-field-user__who-you-are .form-item-field-user__who-you-are .select-wrapper {
  width: initial;
}
.user-form .field--name-field-user__who-you-are .form-item-field-user__who-you-are .select-wrapper select {
  width: 230px;
}
.user-form .field--name-field-user__hear-other-from {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .user-form .field--name-field-user__hear-other-from {
    padding: 15px 30px;
  }
}
.user-form .field--name-field-user__hear-other-from .form-item-field-user__hear-other-from-0-value {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.user-form .captcha {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .user-form .captcha {
    padding: 15px 30px;
  }
}
.user-form .captcha .captcha__image-wrapper,
.user-form .captcha .form-item-captcha-response {
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.user-form .form-actions {
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.user-form .form-actions .form-submit {
  margin-left: auto !important;
  margin-right: auto !important;
}
.user-form .password-confirm {
  margin-top: 15px;
  font-size: 18px;
}
.user-form .form-item-field-user__who-you-are,
.user-form #edit-field-user-is-new {
  position: relative;
  display: inline-block;
  margin-right: 60px;
}
.user-form #edit-field-user-is-new--wrapper legend span {
  font-size: 14px;
}
.user-form #edit-field-user-who-you-are--wrapper legend {
  display: block;
}
.user-form #edit-field-user-is-new > div {
  position: relative;
  display: inline-block;
  margin: 25px 188px 25px 0;
}
.user-form #edit-field-user-is-new legend span {
  font-size: 17px;
  color: #333333;
}
.user-form .form-actions {
  flex-direction: column;
}
.user-form .form-actions input {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: #314a96;
  border-radius: 4px;
}
.user-form .form-actions > div {
  margin: 15px 0 30px;
}
.user-form .form-actions .question-mark::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  color: #ffffff;
  text-align: center;
  background-color: #3263a9;
  border-radius: 50%;
  content: "?";
}
.user-form .form-actions a {
  font-size: 14px;
  color: #3263a9;
  vertical-align: top;
}
.user-form .select-wrapper {
  border-width: 1px solid #D2D3D4;
  border-radius: 4px;
}
.user-form .select-wrapper::after {
  right: 20px;
  font-size: 19px;
  display: none;
}
@media screen and (max-width: 767px) {
  .user-form {
    padding: 0;
    margin: 0;
  }
  .user-form .form-item-form-description {
    margin: 10px 0;
    font-family: "Gotham", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
  }
  .user-form .field--name-field-user__first-name,
  .user-form .field--name-field-user__last-name,
  .user-form .form-item-mail,
  .user-form .form-item-conf-mail,
  .user-form .form-item-pass-pass1,
  .user-form .form-item-pass-pass2,
  .user-form .field--name-field-user__hear-from,
  .user-form .field--name-field-user__relationship,
  .user-form .field--name-field-user__other-relationship,
  .user-form .field--name-field-user__hear-other-from {
    display: block;
  }
  .user-form .field--name-field-user__first-name label,
  .user-form .field--name-field-user__last-name label,
  .user-form .form-item-mail label,
  .user-form .form-item-conf-mail label,
  .user-form .form-item-pass-pass1 label,
  .user-form .form-item-pass-pass2 label,
  .user-form .field--name-field-user__hear-from label,
  .user-form .field--name-field-user__relationship label,
  .user-form .field--name-field-user__other-relationship label,
  .user-form .field--name-field-user__hear-other-from label {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .user-form .field--name-field-user__first-name input,
  .user-form .field--name-field-user__first-name select,
  .user-form .field--name-field-user__last-name input,
  .user-form .field--name-field-user__last-name select,
  .user-form .form-item-mail input,
  .user-form .form-item-mail select,
  .user-form .form-item-conf-mail input,
  .user-form .form-item-conf-mail select,
  .user-form .form-item-pass-pass1 input,
  .user-form .form-item-pass-pass1 select,
  .user-form .form-item-pass-pass2 input,
  .user-form .form-item-pass-pass2 select,
  .user-form .field--name-field-user__hear-from input,
  .user-form .field--name-field-user__hear-from select,
  .user-form .field--name-field-user__relationship input,
  .user-form .field--name-field-user__relationship select,
  .user-form .field--name-field-user__other-relationship input,
  .user-form .field--name-field-user__other-relationship select,
  .user-form .field--name-field-user__hear-other-from input,
  .user-form .field--name-field-user__hear-other-from select {
    width: 100%;
    padding: 12px;
    font-size: 18px;
  }
  .user-form .field--name-field-user__first-name input::placeholder,
  .user-form .field--name-field-user__first-name select::placeholder,
  .user-form .field--name-field-user__last-name input::placeholder,
  .user-form .field--name-field-user__last-name select::placeholder,
  .user-form .form-item-mail input::placeholder,
  .user-form .form-item-mail select::placeholder,
  .user-form .form-item-conf-mail input::placeholder,
  .user-form .form-item-conf-mail select::placeholder,
  .user-form .form-item-pass-pass1 input::placeholder,
  .user-form .form-item-pass-pass1 select::placeholder,
  .user-form .form-item-pass-pass2 input::placeholder,
  .user-form .form-item-pass-pass2 select::placeholder,
  .user-form .field--name-field-user__hear-from input::placeholder,
  .user-form .field--name-field-user__hear-from select::placeholder,
  .user-form .field--name-field-user__relationship input::placeholder,
  .user-form .field--name-field-user__relationship select::placeholder,
  .user-form .field--name-field-user__other-relationship input::placeholder,
  .user-form .field--name-field-user__other-relationship select::placeholder,
  .user-form .field--name-field-user__hear-other-from input::placeholder,
  .user-form .field--name-field-user__hear-other-from select::placeholder {
    font-size: 18px;
  }
  .user-form .form-item-field-user__who-you-are,
  .user-form #edit-field-user-is-new {
    display: block;
    margin: 12px 0;
  }
  .user-form .form-item-field-user__who-you-are label,
  .user-form #edit-field-user-is-new label {
    font-size: 18px;
    color: #4D4D4D;
  }
  .user-form .select-wrapper {
    width: 100%;
  }
  .user-form input[type=radio] ~ label::before {
    top: -1px;
    width: 15px;
    height: 15px;
  }
  .user-form input[type=radio] ~ label::after {
    top: 3px;
    left: 4px;
    width: 9px;
    height: 9px;
  }
  .user-form .field--name-field-user__who-you-are {
    margin: 16px 19px 50px 12px;
  }
  .user-form .field--name-field-user__who-you-are #edit-field-user-who-you-are div:last-of-type::after {
    top: 17px;
    left: 33px;
    font-size: 9px;
  }
  .user-form #edit-field-user-is-new-wrapper legend span {
    font-size: 12px;
  }
  .user-form .form-actions input {
    width: 100%;
    font-size: 12px;
  }
  .user-form .form-actions a {
    font-size: 10px;
    color: #3263a9;
    vertical-align: middle;
  }
  .user-form .form-actions .question-mark::after {
    width: 13px;
    height: 13px;
    font-size: 12px;
  }
  .user-form #edit-field-user-is-new > div {
    display: block;
    margin: 12px 0 0;
  }
}
.user-form .form-item .error {
  border: 2px solid #ff0000;
}
.user-form .form-item .form-item--error-message {
  margin-top: 8px;
  color: #ff0000;
  font-size: 18px;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .forgot-pass-link input[type=email] {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .forgot-pass-link .form-actions {
    margin: 30px auto;
  }
}
.forgot-pass-link .forgot-password--wrapper {
  float: none;
  margin-left: 22px;
}

.apply-footer {
  text-align: center;
  padding: 30px;
  background: #F3ECF5;
}
.apply-footer strong {
  font-weight: 700;
}

.g-recaptcha {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .is-path-user #block-epilepsyscholarship-content .user-form .pass-hint, .is-path-apply #block-epilepsyscholarship-content .user-form .pass-hint {
    padding: 15px 30px;
  }
}

.is-path-recommendation-healthcare .program-info .edit-sex-wrapper {
  border: none;
}

.is-path-apply .user-btn-link {
  font-weight: 700 !important;
}

.block-multistep-menu {
  background: #F3ECF5;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .block-multistep-menu {
    padding-bottom: 0;
  }
}

.step-tabs {
  padding: 15px 0 20px;
}
@media screen and (max-width: 1199px) {
  .step-tabs {
    padding: 15px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .step-tabs {
    display: none;
  }
}
.step-tabs .multistep-tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 55px;
  padding: 0 90px;
  list-style: none;
}
@media screen and (max-width: 875px) {
  .step-tabs .multistep-tabs {
    padding: 0 20px 0 45px;
  }
}
.step-tabs .step-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 21px;
  height: 21px;
  text-align: center;
}
.step-tabs li.is-loading {
  background: none !important;
}
.step-tabs li.is-loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #3263a9 transparent #3263a9 transparent;
  border-radius: 20px;
  content: "";
  box-sizing: border-box;
  animation: spin 0.8s infinite ease;
}
.step-tabs li:nth-of-type(odd) .step-wrapper {
  width: 21px;
  height: 21px;
  background-color: #4B4F54;
  border-radius: 50%;
}
.step-tabs li.is-active .step-wrapper {
  width: 21px;
  height: 21px;
  background-color: #784f8f;
  border-radius: 50%;
}
.step-tabs li:nth-of-type(even) {
  width: 15%;
  height: 4px;
  background: #D2D3D4;
}
.step-tabs li:last-of-type {
  display: none;
}
.step-tabs .step-text {
  position: absolute;
  bottom: -18px;
  left: 50%;
  top: 30px;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4B4F54;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .step-tabs .step-text {
    top: 40px;
    bottom: 0;
    white-space: normal;
  }
}

.user-login-form {
  max-width: 537px;
  overflow-x: hidden;
}
.user-login-form .form-item-persistent-login {
  display: inline-block;
}
.user-login-form .form-item-persistent-login input {
  width: auto !important;
}
.user-login-form .form-item-persistent-login label {
  padding: 0 !important;
}
.user-login-form label {
  display: block;
  margin-bottom: 8px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.user-login-form input {
  max-width: 100%;
  box-sizing: border-box;
}
.user-login-form .form-actions input {
  padding: 16px 40px;
  margin: 0;
}

.user-pass-reset p {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4B4F54;
}
.user-pass-reset .form-actions input {
  margin: 0;
}

.user-form .form-actions input {
  padding: 0 40px;
  margin: 0;
}
.user-form label,
.user-form .password-confirm {
  display: block;
  margin-bottom: 8px;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #333333;
}
.user-form .password-parent {
  margin-bottom: 1em;
}

.vex-theme-default.vex .vex-content {
  width: 85%;
  padding: 25px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 18px;
  box-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  .vex-theme-default.vex .vex-content {
    padding: 10px;
    font-size: 12px;
  }
}
.vex-theme-default.vex .vex-content b {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
}
.vex-theme-default.vex .vex-content p a {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  color: #3263a9;
}

.program-info .video-library-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1128px;
}
@media screen and (max-width: 767px) {
  .program-info .video-library-wrapper {
    flex-direction: column;
  }
}
.program-info .video-item {
  display: inline-block;
  width: 47%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .program-info .video-item {
    width: 100%;
    margin-bottom: 25px;
  }
}
.program-info .video-item .teaser-video-description {
  display: inline-block;
  min-height: 48px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .program-info .video-item .teaser-video-description {
    min-height: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 862px) {
  .program-info .video-item .teaser-video-description {
    min-height: 72px;
  }
}
.program-info .video-item p {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #2c89c7;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .program-info .video-item p {
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 12px;
  }
}

.program-info.inner-container {
  padding: 30px 52px;
}
@media screen and (max-width: 767px) {
  .program-info.inner-container {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .program-info.inner-container ol,
  .program-info.inner-container ul {
    padding-left: 0;
  }
}
.program-info.inner-container ol {
  padding-left: 22px;
  padding-inline-start: 22px;
}
.program-info.inner-container ol li::marker {
  font-weight: bold;
}
.program-info.inner-container ol ul {
  list-style-type: disc;
  padding-top: 20px;
}
.program-info.inner-container ul {
  padding-inline-start: 28px;
  padding-left: 28px;
}
.program-info.inner-container li {
  padding-bottom: 10px;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4B4F54;
}
.program-info.inner-container li::marker {
  color: #784f8f;
}
@media screen and (max-width: 767px) {
  .program-info.inner-container li {
    font-size: 18px;
    text-indent: 0;
  }
}
@media screen and (max-width: 767px) {
  .program-info.inner-container .field--name-field-image {
    text-align: center;
  }
}
.program-info a {
  color: #001489;
}
.program-info hr {
  color: #D2D3D4 !important;
  margin-bottom: 0 !important;
}
.program-info p, .program-info h2, .program-info h3 {
  margin: 0 0 20px;
  font-family: "Gotham", sans-serif;
}
@media screen and (max-width: 767px) {
  .program-info p, .program-info h2, .program-info h3 {
    font-size: 18px;
  }
}
.program-info p {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .program-info p {
    font-size: 18px;
  }
}
.program-info h1 {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #001489;
  line-height: 44px;
}
@media screen and (max-width: 767px) {
  .program-info h1 {
    font-size: 30px;
    line-height: normal;
  }
}
.program-info h2 {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  color: #001489;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .program-info h2 {
    font-size: 24px;
    margin-top: 36px;
    line-height: normal;
  }
}
.program-info h3 {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  color: #001489;
  font-size: 26px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .program-info h3 {
    font-size: 24px;
    line-height: normal;
  }
}
.program-info .home-content-wrapper {
  display: flex;
  justify-content: stretch;
  margin: 38px 0 -27px;
  box-sizing: border-box;
}
.program-info .home-content-wrapper .home-content-image {
  margin-right: 29px;
}
@media screen and (max-width: 767px) {
  .program-info .home-content-wrapper .home-content-image {
    display: none;
  }
}
.program-info .home-content-wrapper .home-content-image img {
  max-width: none;
}
.program-info .home-content-wrapper h1 {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .program-info .home-content-wrapper h1 {
    font-size: 14px;
  }
}
.program-info .home-content-wrapper a {
  font-weight: bold;
  color: #3263a9;
}
@media screen and (max-width: 767px) {
  .program-info .home-content-wrapper li,
  .program-info .home-content-wrapper p {
    font-size: 14px;
  }
}
.program-info .layout__region--first:has(.mg-logo-center) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.program-info .layout__region--first:has(.mg-logo-center) .mg-logo-center {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .program-info .layout__region--first:has(.mg-logo-center) .mg-logo-center {
    font-size: 14px;
    padding: 0 30px 10px;
  }
}
.program-info.bg-blue {
  background: #001489;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .program-info.bg-blue {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.program-info.bg-blue > .layout__region {
  max-width: 1000px;
  padding: 0;
}
.program-info.bg-blue h2 {
  color: #ffffff;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .program-info.bg-blue h2 {
    margin-top: 0;
    font-size: 24px;
  }
}
.program-info.bg-blue p:last-child {
  margin-bottom: 0;
}
.program-info.bg-lavender‑pink hr {
  border: 0 !important;
  height: 1px !important;
  background-color: #001489 !important;
}
.program-info.vertical-align-full-right {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .program-info.vertical-align-full-right {
    padding: 0;
  }
}
.program-info.vertical-align-full-right > .layout__region--first {
  display: flex;
  align-items: center;
  padding-right: 30px;
  flex: 1 0 calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .program-info.vertical-align-full-right > .layout__region--first {
    order: 2;
    padding: 40px 30px;
  }
}
.program-info.vertical-align-full-right > .layout__region--first h2 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .program-info.vertical-align-full-right > .layout__region--first h2 {
    font-size: 24px;
  }
}
.program-info.vertical-align-full-right > .layout__region--second {
  display: flex;
  justify-content: end;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .program-info.vertical-align-full-right > .layout__region--second {
    display: block;
    order: 1;
    flex: 1 0 100%;
  }
  .program-info.vertical-align-full-right > .layout__region--second img {
    width: 100%;
  }
}
.program-info.vertical-align-full-right > .layout__region--second img {
  max-width: 567px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.program-info.container-width-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}
.pager__item, .pager__current-item, .pager-current, .pager-item, .pager-first, .pager-previous, .pager-next, .pager-last, .pager-ellipsis {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}
.pager__current-item, .pager-current {
  font-weight: bold;
}

@media print {
  .pager {
    display: none;
  }
}
.view-stories {
  max-width: 880px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1199px) {
  .view-stories {
    padding: 0 58px;
  }
}
.view-stories .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.view-stories .view-content > div {
  flex: 1 1 calc(50% - 40px);
}
@media screen and (max-width: 1023px) {
  .view-stories .view-content > div {
    flex: 1 1 100%;
  }
}

.story-teaser {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 37px;
}
@media screen and (max-width: 767px) {
  .story-teaser {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .story-teaser .field--name-field-story__image img {
    max-width: 100px;
  }
}
.story-teaser .additional-info--title {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .story-teaser .additional-info--title {
    margin-bottom: 6px;
  }
}
.story-teaser .additional-info--title h3 {
  color: #001489;
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .story-teaser .additional-info--title h3 {
    font-size: 20px;
    font-weight: 900;
  }
}
.story-teaser .additional-info--country {
  color: #4B4F54;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .story-teaser .additional-info--country {
    margin-bottom: 6px;
  }
}
.story-teaser .additional-info--link a {
  color: #001489;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.story-full .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .story-full .flex-wrapper {
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.story-full .field--name-field-story__image {
  flex: 0 0 auto;
}
@media screen and (max-width: 1023px) {
  .story-full .field--name-field-story__image img {
    max-width: 80px;
  }
}
.story-full .yellow-border {
  max-width: 80px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1023px) {
  .story-full .yellow-border {
    margin-bottom: 0;
  }
}
.story-full .additional-info {
  flex: 1;
}
.story-full .additional-info h1 {
  color: #001489;
  font-size: 44px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .story-full .additional-info h1 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
.story-full .field--name-field-story__description p {
  color: #001489;
  font-size: 30px;
  font-weight: 500;
  padding-left: 12px;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .story-full .field--name-field-story__description p {
    font-size: 18px;
    font-weight: 300;
  }
}
.story-full .field--name-field-story__description p:last-child {
  margin-bottom: 0;
}
.story-full .field--name-field-story__description p:last-child:after {
  content: "”";
}
.story-full .field--name-field-story__description:before {
  content: "“";
  position: absolute;
  color: #001489;
  font-size: 30px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
}

.story-modal-full {
  max-width: 1200px;
  width: auto !important;
  border-radius: 20px;
  padding: 0;
  margin: 0 40px;
  box-sizing: border-box;
}
.story-modal-full .ui-dialog-titlebar {
  background: none;
  border: none;
  height: 56px;
  padding: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .story-modal-full .ui-dialog-titlebar {
    height: 33px;
  }
}
.story-modal-full .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.story-modal-full .ui-dialog-titlebar .ui-button {
  background: none;
  border: none;
  width: 26px;
  height: 26px;
  margin: 0;
  right: 30px;
  padding: 0;
}
.story-modal-full .ui-dialog-titlebar .ui-button .ui-icon {
  background: url("../../../assets/img/icons/close-icon.svg") no-repeat;
  width: 26px;
  height: 26px;
}
.story-modal-full .ui-dialog-content {
  padding: 0 30px 66px 60px;
}
@media screen and (max-width: 1023px) {
  .story-modal-full .ui-dialog-content {
    padding: 0 30px 40px 30px;
  }
}

.block-inline-block__basic.bg-faint-blue-round {
  display: flex;
  justify-content: center;
}
.block-inline-block__basic.bg-faint-blue-round .field--name-body {
  background: #EFF9FC;
  border-radius: 10px;
  padding: 20px 40px;
}
.block-inline-block__basic.bg-faint-blue-round .field--name-body a {
  color: inherit;
  text-decoration: underline;
}
.block-inline-block__basic.bg-faint-blue-round .field--name-body > *:last-child {
  margin-bottom: 0;
}
.block-inline-block__basic.footnotes p {
  font-size: 14px;
}
.block-inline-block__basic.footnotes p:last-child {
  margin-bottom: 0;
}

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