.discover-uni-nav {
  width: 100%;
  background-color: #1F283A;
  color: #FFFFFF; }
  .discover-uni-nav__container {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between; }
  .discover-uni-nav__home-link {
    text-decoration: none;
    align-self: center;
    background: none;
    border: none; }
  .discover-uni-nav__brand-logo {
    height: 40px; }
  .discover-uni-nav__burger-menu {
    text-align: right;
    padding-right: 12px;
    font-size: 28px; }
  .discover-uni-nav__close-menu {
    align-self: center;
    text-align: right;
    padding-right: 15px;
    font-size: 28px;
    display: none; }
  .discover-uni-nav__mobile-nav {
    display: flex;
    align-items: center; }
  .discover-uni-nav__mobile-links {
    display: none;
    min-height: 402px;
    position: absolute;
    z-index: 100;
    width: 100%;
    background-color: inherit; }
  .discover-uni-nav__mobile-accordion {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px; }
    .discover-uni-nav__mobile-accordion:first-child {
      border-top: 1px solid #FFFFFF; }
    .discover-uni-nav__mobile-accordion-header {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 19px;
      line-height: 19px;
      line-height: 100%;
      color: #000000;
      font-weight: bold;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 27px 24px 20px; }
      .discover-uni-nav__mobile-accordion-header:hover {
        background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
        color: #FFFFFF; }
      .discover-uni-nav__mobile-accordion-header .collapse {
        display: none; }
    .discover-uni-nav__mobile-accordion-title {
      margin: 0;
      margin-right: 9px;
      color: #FFFFFF; }
    .discover-uni-nav__mobile-accordion-body {
      text-align: right;
      padding-bottom: 20px; }
      .discover-uni-nav__mobile-accordion-body-link {
        font-family: Nunito Sans;
        font-weight: normal;
        font-size: 14px;
        line-height: 14px;
        line-height: 100%;
        color: #000000;
        font-weight: bold;
        display: block;
        padding: 10px 24px 10px;
        color: #FFFFFF;
        text-decoration: none; }
        .discover-uni-nav__mobile-accordion-body-link:first-child {
          margin-top: 10px; }
        .discover-uni-nav__mobile-accordion-body-link:hover {
          background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
          color: #FFFFFF; }
  .discover-uni-nav__mobile-link {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 19px;
    line-height: 19px;
    line-height: 100%;
    color: #000000;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 27px 24px 20px;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF; }
    .discover-uni-nav__mobile-link:hover {
      background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
      color: #FFFFFF; }
  .discover-uni-nav__mobile-language-toggles {
    display: flex;
    border-top: 1px solid #FFFFFF; }
    .discover-uni-nav__mobile-language-toggles .discover-uni-nav__mobile-link {
      width: 50%;
      justify-content: center; }
      .discover-uni-nav__mobile-language-toggles .discover-uni-nav__mobile-link.active {
        background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
        color: #FFFFFF; }
  .discover-uni-nav__desktop-links {
    display: none; }
  .discover-uni-nav__link-icon {
    height: 13px;
    margin-left: 7px; }
  .discover-uni-nav__bookmark-icon {
    height: 22px;
    margin-right: 20px;
    cursor: pointer; }
  .discover-uni-nav .nav-section__icon {
    margin-left: 7px; }
  .discover-uni-nav .nav-bookmark {
    position: relative; }
    .discover-uni-nav .nav-bookmark__count {
      position: absolute;
      padding: 2px 4.5px;
      right: 10px;
      top: 2px;
      background-color: #D86A6A;
      border-radius: 20px;
      font-size: 9px;
      font-weight: bold;
      color: #FFFFFF; }

@media only screen and (min-width: 770px) {
  .discover-uni-nav__container {
    padding: 20px 0px; }
  .discover-uni-nav__mobile-nav {
    display: none; }
  .discover-uni-nav__brand-logo {
    height: 57px; }
  .discover-uni-nav__desktop-links {
    display: flex;
    margin: -20px 0px -20px;
    list-style: none;
    padding-left: 0px; }
  .discover-uni-nav__desktop-dropdown {
    height: 100%;
    border: none;
    background-color: transparent;
    text-decoration: none; }
    .discover-uni-nav__desktop-dropdown:hover .discover-uni-nav__desktop-dropdown-body, .discover-uni-nav__desktop-dropdown:focus .discover-uni-nav__desktop-dropdown-body {
      display: block; }
    .discover-uni-nav__desktop-dropdown-toggle {
      height: 100%;
      display: flex;
      align-items: center;
      padding-left: 15px;
      padding-right: 15px;
      margin: 0px;
      color: #FFFFFF;
      text-decoration: none; }
      .discover-uni-nav__desktop-dropdown-toggle:hover {
        background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
        color: #FFFFFF; }
    .discover-uni-nav__desktop-dropdown-body {
      display: none;
      position: absolute;
      z-index: 100;
      padding-left: 0px;
      background-color: #1F283A;
      list-style: none; }
    .discover-uni-nav__desktop-dropdown-link {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 16px;
      line-height: 16px;
      line-height: 100%;
      color: #000000;
      display: block;
      padding: 25px 15px;
      min-width: 179px;
      line-height: 19px;
      color: #FFFFFF;
      text-decoration: none; }
      .discover-uni-nav__desktop-dropdown-link:hover {
        background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
        color: #FFFFFF; }
  .discover-uni-nav__desktop-link {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    line-height: 100%;
    color: #000000;
    display: flex;
    align-items: center; }
    .discover-uni-nav__desktop-link a {
      height: 100%;
      display: flex;
      align-items: center;
      padding-left: 15px;
      padding-right: 15px;
      color: #FFFFFF;
      text-decoration: none; }
    .discover-uni-nav__desktop-link:hover {
      background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
      color: #FFFFFF; }
  .discover-uni-nav__link-icon {
    margin-left: 7px; }
  .discover-uni-nav__bookmark-icon {
    margin-right: 0px; }
  .discover-uni-nav .nav-bookmark__count {
    padding: 0px 5.3px;
    right: 5px;
    top: 38px;
    border-radius: 20px; } }

.footer {
  padding: 50px 31px 39px;
  background-color: #E2E2E2; }
  .footer__items {
    display: flex; }
  .footer__group {
    width: 50%;
    display: flex;
    flex-direction: column; }
  .footer__link {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    line-height: 100%;
    color: #000000;
    font-weight: bold;
    margin-bottom: 30px; }
  .footer__copyright {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    line-height: 100%;
    color: #000000;
    font-weight: bold;
    margin-top: 24px;
    color: #939393; }
  .footer__brand-logo {
    height: 72px;
    margin-bottom: 35px; }

@media only screen and (min-width: 770px) {
  .footer {
    padding: 75px 0px 65px; }
    .footer__items {
      flex-direction: column; }
    .footer__group {
      width: 100%;
      flex-direction: row; }
    .footer__link {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 19px;
      line-height: 19px;
      line-height: 100%;
      color: #000000;
      width: 25%;
      margin-bottom: 46px; }
    .footer__copyright {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 19px;
      line-height: 19px;
      line-height: 100%;
      color: #000000;
      font-weight: bold;
      margin-top: 9px;
      color: #939393; }
    .footer__brand-logo {
      height: 94px;
      margin-bottom: 45px; } }

.pagination {
  background-color: transparent;
  display: initial;
  margin-top: 44px; }
  .pagination__item-list {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none; }
  .pagination__item {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 21px;
    line-height: 21px;
    line-height: 100%;
    color: #000000;
    font-weight: bold;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 45px;
    width: 45px;
    margin-right: 12px;
    margin-left: 12px;
    background-color: #EDEDED;
    border: 1px solid #676D70;
    box-sizing: border-box;
    border-radius: 8px;
    display: none; }
    @media only screen and (min-width: 770px) {
      .pagination__item {
        font-family: Nunito Sans;
        font-weight: normal;
        font-size: 27px;
        line-height: 27px;
        line-height: 100%;
        color: #000000;
        font-weight: bold; } }
    .pagination__item:hover {
      border: 2px solid #4EA27D;
      color: #4EA27D; }
      .pagination__item:hover a {
        color: #4EA27D; }
    .pagination__item--active {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 21px;
      line-height: 21px;
      line-height: 100%;
      color: #000000;
      font-weight: bold;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      height: 45px;
      width: 45px;
      margin-right: 12px;
      margin-left: 12px;
      background-color: #EDEDED;
      border: 1px solid #676D70;
      box-sizing: border-box;
      border-radius: 8px;
      background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
      color: #FFFFFF;
      border: none; }
      @media only screen and (min-width: 770px) {
        .pagination__item--active {
          font-family: Nunito Sans;
          font-weight: normal;
          font-size: 27px;
          line-height: 27px;
          line-height: 100%;
          color: #000000;
          font-weight: bold; } }
    .pagination__item-link {
      color: #000000;
      text-decoration: none; }
  .pagination__link {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 21px;
    line-height: 21px;
    line-height: 100%;
    color: #000000;
    font-weight: bold;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 45px;
    width: 45px;
    margin-right: 12px;
    margin-left: 12px;
    background-color: #EDEDED;
    border: 1px solid #676D70;
    box-sizing: border-box;
    border-radius: 8px; }
    @media only screen and (min-width: 770px) {
      .pagination__link {
        font-family: Nunito Sans;
        font-weight: normal;
        font-size: 27px;
        line-height: 27px;
        line-height: 100%;
        color: #000000;
        font-weight: bold; } }
    .pagination__link:hover {
      border: 2px solid #4EA27D;
      color: #4EA27D; }
      .pagination__link:hover a {
        color: #4EA27D; }
    .pagination__link--disabled {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 21px;
      line-height: 21px;
      line-height: 100%;
      color: #000000;
      font-weight: bold;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      height: 45px;
      width: 45px;
      margin-right: 12px;
      margin-left: 12px;
      background-color: #EDEDED;
      border: 1px solid #676D70;
      box-sizing: border-box;
      border-radius: 8px; }
      @media only screen and (min-width: 770px) {
        .pagination__link--disabled {
          font-family: Nunito Sans;
          font-weight: normal;
          font-size: 27px;
          line-height: 27px;
          line-height: 100%;
          color: #000000;
          font-weight: bold; } }
      .pagination__link--disabled .green {
        display: none; }
    .pagination__link img {
      width: 9px; }
    .pagination__link .green {
      display: none; }
    .pagination__link:hover .green {
      display: initial; }
    .pagination__link:hover .black {
      display: none; }
  .pagination__ellipsis {
    display: none; }

@media only screen and (min-width: 770px) {
  .pagination__item {
    display: flex; }
    .pagination__item--active {
      color: #FFFFFF; }
  .pagination__link img {
    width: 12px; }
  .pagination__ellipsis {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 21px;
    line-height: 21px;
    line-height: 100%;
    color: #000000;
    font-weight: bold;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 45px;
    width: 45px;
    margin-right: 12px;
    margin-left: 12px;
    background-color: #EDEDED;
    border: 1px solid #676D70;
    box-sizing: border-box;
    border-radius: 8px; } }
  @media only screen and (min-width: 770px) and (min-width: 770px) {
    .pagination__ellipsis {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 27px;
      line-height: 27px;
      line-height: 100%;
      color: #000000;
      font-weight: bold; } }

fieldset {
  border: none;
  padding: 0px;
  margin: 0px; }

.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* On mouse-over, add a grey background color */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */ }
  .checkbox:last-child {
    margin-bottom: 0px; }
  .checkbox:hover input ~ .checkmark, .checkbox input:focus ~ .checkmark {
    border: 3px solid #4EA27D; }
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 2px;
    width: 2px;
    top: 0px;
    left: 0px;
    /* When the checkbox is checked, add a blue background */ }
    .checkbox input:checked ~ .checkmark {
      background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
      color: #FFFFFF;
      border: 0;
      /* Show the checkmark when checked */ }
      .checkbox input:checked ~ .checkmark:after {
        display: block; }
  .checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    width: 34px;
    background-color: #FFFFFF;
    border: 2px solid #6E6E6E;
    box-sizing: border-box;
    border-radius: 5px;
    /* Create the checkmark/indicator (hidden when not checked) */ }
    .checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      /* Style the checkmark/indicator */
      left: 12px;
      top: 5px;
      width: 7px;
      height: 15px;
      border: solid #FFFFFF;
      border-width: 0 4px 4px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio:hover input ~ .radiobox, .radio input:focus ~ .radiobox {
    border: 3px solid #4EA27D; }
  .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 2px;
    width: 2px;
    top: 0px;
    left: 0px; }
    .radio input:checked ~ .radiobox {
      background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
      color: #FFFFFF;
      border: 0;
      height: 30px;
      width: 30px; }
      .radio input:checked ~ .radiobox:after {
        display: block; }
  .radio .radiobox {
    position: absolute;
    top: 2px;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #FFFFFF;
    border: 2px solid #6E6E6E;
    border-radius: 50%; }
    .radio .radiobox:after {
      content: "";
      position: absolute;
      display: none;
      top: 8px;
      left: 8px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: white; }

.textbox, .search-dropdown .search-field input {
  background: #EDEDED;
  border: 2px solid #6E6E6E;
  box-sizing: border-box;
  border-radius: 5px; }

@media only screen and (min-width: 770px) {
  .checkbox {
    margin-bottom: 20px; }
    .checkbox .checkmark {
      height: 40px;
      width: 40px; }
      .checkbox .checkmark:after {
        left: 14px;
        top: 7px;
        width: 8px;
        height: 17px; }
  .radio input:checked ~ .radiobox {
    background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
    color: #FFFFFF;
    border: 0;
    height: 40px;
    width: 40px; }
  .radio .radiobox {
    top: 2px;
    height: 36px;
    width: 36px; }
    .radio .radiobox:after {
      top: 11px;
      left: 11px;
      width: 18px;
      height: 18px; } }

fieldset {
  border: none;
  padding: 0px;
  margin: 0px; }

.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* On mouse-over, add a grey background color */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */ }
  .checkbox:last-child {
    margin-bottom: 0px; }
  .checkbox:hover input ~ .checkmark, .checkbox input:focus ~ .checkmark {
    border: 3px solid #4EA27D; }
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 2px;
    width: 2px;
    top: 0px;
    left: 0px;
    /* When the checkbox is checked, add a blue background */ }
    .checkbox input:checked ~ .checkmark {
      background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
      color: #FFFFFF;
      border: 0;
      /* Show the checkmark when checked */ }
      .checkbox input:checked ~ .checkmark:after {
        display: block; }
  .checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    width: 34px;
    background-color: #FFFFFF;
    border: 2px solid #6E6E6E;
    box-sizing: border-box;
    border-radius: 5px;
    /* Create the checkmark/indicator (hidden when not checked) */ }
    .checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      /* Style the checkmark/indicator */
      left: 12px;
      top: 5px;
      width: 7px;
      height: 15px;
      border: solid #FFFFFF;
      border-width: 0 4px 4px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio:hover input ~ .radiobox, .radio input:focus ~ .radiobox {
    border: 3px solid #4EA27D; }
  .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 2px;
    width: 2px;
    top: 0px;
    left: 0px; }
    .radio input:checked ~ .radiobox {
      background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
      color: #FFFFFF;
      border: 0;
      height: 30px;
      width: 30px; }
      .radio input:checked ~ .radiobox:after {
        display: block; }
  .radio .radiobox {
    position: absolute;
    top: 2px;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #FFFFFF;
    border: 2px solid #6E6E6E;
    border-radius: 50%; }
    .radio .radiobox:after {
      content: "";
      position: absolute;
      display: none;
      top: 8px;
      left: 8px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: white; }

.textbox, .search-dropdown .search-field input {
  background: #EDEDED;
  border: 2px solid #6E6E6E;
  box-sizing: border-box;
  border-radius: 5px; }

@media only screen and (min-width: 770px) {
  .checkbox {
    margin-bottom: 20px; }
    .checkbox .checkmark {
      height: 40px;
      width: 40px; }
      .checkbox .checkmark:after {
        left: 14px;
        top: 7px;
        width: 8px;
        height: 17px; }
  .radio input:checked ~ .radiobox {
    background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
    color: #FFFFFF;
    border: 0;
    height: 40px;
    width: 40px; }
  .radio .radiobox {
    top: 2px;
    height: 36px;
    width: 36px; }
    .radio .radiobox:after {
      top: 11px;
      left: 11px;
      width: 18px;
      height: 18px; } }

.search-dropdown {
  width: 100%;
  position: relative; }
  .search-dropdown .selection-field {
    display: none; }
  .search-dropdown .search-field {
    width: 100%; }
    .search-dropdown .search-field input {
      width: 100%; }
  .search-dropdown .options-list {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 10;
    background-color: #E2E2E2;
    max-height: 292px;
    overflow-y: scroll; }
    .search-dropdown .options-list--placeholder {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 14px;
      line-height: 14px;
      line-height: 100%;
      color: #000000;
      padding: 28px 30px;
      margin: 0;
      color: #595959; }
    .search-dropdown .options-list .option {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 14px;
      line-height: 14px;
      line-height: 100%;
      color: #000000;
      display: none;
      padding: 28px 30px;
      margin: 0;
      color: #595959; }
      .search-dropdown .options-list .option:hover {
        background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
        color: #FFFFFF; }

.feedback-form__heading {
  border-bottom: 10px solid #1F283A;
  background-color: transparent; }
  .feedback-form__heading .discover-uni-container {
    position: relative; }

.feedback-form__container {
  position: absolute;
  width: 100%;
  bottom: 0; }

.feedback-form__message {
  font-family: Nunito Sans;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  line-height: 100%;
  color: #000000;
  margin: 0px 20px;
  padding: 9px 12px 0px;
  color: #FFFFFF;
  background-color: #1F283A; }

.feedback-form__error-message {
  display: none; }

.feedback-form__heading-control {
  margin-left: 10px;
  text-decoration: underline;
  cursor: pointer; }

.feedback-form__body {
  display: none;
  padding: 30px 26px 50px 20px;
  border-top: 10px solid #1F283A; }
  .feedback-form__body-close {
    display: none; }

.feedback-form__label {
  font-family: Nunito Sans;
  font-weight: normal;
  font-size: 19px;
  line-height: 19px;
  line-height: 100%;
  color: #000000;
  display: block;
  margin-bottom: 15px; }

.feedback-form__text-area {
  font-family: Nunito Sans;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  line-height: 100%;
  color: #000000;
  display: block;
  width: 100%;
  height: 5em;
  border: 3px solid #4EA27D;
  border-radius: 10px;
  background-color: #EDEDED;
  line-height: 24px; }

.feedback-form__submit-button {
  font-family: Nunito Sans;
  font-weight: normal;
  font-size: 19px;
  line-height: 19px;
  line-height: 100%;
  color: #000000;
  background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
  color: #FFFFFF;
  border: 2px solid transparent;
  margin-top: 25px;
  padding: 10px 26px;
  border-radius: 70.6272px; }
  .feedback-form__submit-button:hover {
    background: #FFFFFF;
    color: #4EA27D;
    border: 2px solid #4EA27D; }

.feedback-form__error-message {
  font-family: Nunito Sans;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  line-height: 100%;
  color: #000000;
  padding: 20px 15px 15px;
  border: 5px solid #B10E1E; }

@media only screen and (min-width: 770px) {
  .feedback-form__message {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    line-height: 100%;
    color: #000000;
    margin: 0px;
    color: #FFFFFF; }
  .feedback-form__details {
    position: relative; }
    .feedback-form__details-close {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 19px;
      line-height: 19px;
      line-height: 100%;
      color: #000000;
      display: initial;
      position: absolute;
      right: 0;
      color: #4EA27D;
      text-decoration: underline;
      cursor: pointer; }
  .feedback-form__label {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 21px;
    line-height: 21px;
    line-height: 100%;
    color: #000000; }
  .feedback-form__text-area {
    width: 66%; }
  .feedback-form__submit-button {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 21px;
    line-height: 21px;
    line-height: 100%;
    color: #000000;
    margin-top: 30px;
    padding: 15px 38px;
    color: #FFFFFF; }
  .feedback-form__error-message {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 19px;
    line-height: 19px;
    line-height: 100%;
    color: #000000; } }

.filters-wrapper {
  position: absolute;
  top: 72px;
  width: 100%;
  left: -100%;
  z-index: 50;
  background-color: #FFFFFF; }

.filters-block {
  position: relative; }
  .filters-block__cancel-button {
    position: absolute;
    top: 15px;
    right: 33px;
    margin: 0px;
    text-align: right;
    color: #4EA27D; }
    .filters-block__cancel-button-icon {
      font-weight: bold; }
  .filters-block__filter {
    padding: 50px 33px; }
    .filters-block__filter:nth-child(even) {
      background-color: #F2F2F2; }
    .filters-block__filter-years-group {
      margin: 0px -33px; }
    .filters-block__filter-year {
      padding: 50px 33px; }
      .filters-block__filter-year:nth-child(even) {
        background-color: #F2F2F2; }
      .filters-block__filter-year:first-child {
        padding-top: 0px; }
      .filters-block__filter-year:last-child {
        padding-bottom: 0px; }
    .filters-block__filter-heading {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 21px;
      line-height: 21px;
      line-height: 100%;
      color: #000000;
      font-weight: bold;
      margin-top: 0px;
      margin-bottom: 20px; }
    .filters-block__filter-options {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch; }
    .filters-block__filter-option {
      width: 100%; }
      .filters-block__filter-option--two-col {
        width: 50%; }
        .filters-block__filter-option--two-col:nth-child(odd) .filters-block__filter-checkbox-label {
          margin-right: 7.5px; }
        .filters-block__filter-option--two-col:nth-child(even) .filters-block__filter-checkbox-label {
          margin-left: 7.5px; }
      .filters-block__filter-option--three-col {
        width: 33%; }
        .filters-block__filter-option--three-col .filters-block__filter-checkbox-label {
          margin-left: 10px;
          margin-right: 10px;
          padding: 31px 24px; }
        .filters-block__filter-option--three-col:first-child .filters-block__filter-checkbox-label {
          margin-right: 0px; }
        .filters-block__filter-option--three-col:last-child .filters-block__filter-checkbox-label {
          margin-left: 0px; }
    .filters-block__filter-fields {
      display: flex; }
    .filters-block__filter-field {
      flex: 1 1 0;
      width: 50%;
      padding: 24px; }
    .filters-block__filter-checkbox-input, .filters-block__filter-radio-input {
      display: none; }
      .filters-block__filter-checkbox-input:checked ~ label, .filters-block__filter-radio-input:checked ~ label {
        background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
        color: #FFFFFF; }
    .filters-block__filter-checkbox-label, .filters-block__filter-radio-label {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 14px;
      line-height: 14px;
      line-height: 100%;
      color: #000000;
      font-weight: bold;
      display: block;
      text-align: center;
      padding: 31px 0px;
      margin-top: 15px;
      background: #FFFFFF;
      border: 1px solid #E2E2E2;
      box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.08);
      border-radius: 5px; }
    .filters-block__filter-radio-label {
      padding: 20px 13px; }
    .filters-block__filter-postcode-heading-label {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 16px;
      line-height: 16px;
      line-height: 100%;
      color: #000000;
      font-weight: bold;
      display: block;
      margin-top: 0px;
      margin-bottom: 15px; }
    .filters-block__filter-postcode-label {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 16px;
      line-height: 16px;
      line-height: 100%;
      color: #000000; }
    .filters-block__filter-postcode.textbox, .search-dropdown .search-field input.filters-block__filter-postcode {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 16px;
      line-height: 16px;
      line-height: 100%;
      color: #000000;
      padding: 20px 20px;
      width: 100%;
      background-color: #FFFFFF; }
    .filters-block__filter-postcode.radio {
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      height: 21px; }
      .filters-block__filter-postcode.radio .radiobox {
        top: 0;
        height: 17px;
        width: 17px; }
        .filters-block__filter-postcode.radio .radiobox:after {
          top: 6px;
          left: 6px;
          width: 9px;
          height: 9px; }
      .filters-block__filter-postcode.radio input:checked ~ .radiobox {
        height: 21px;
        width: 21px; }
    .filters-block__filter-qualification {
      margin-top: 15px; }
      .filters-block__filter-qualification-label {
        font-family: Nunito Sans;
        font-weight: normal;
        font-size: 14px;
        line-height: 14px;
        line-height: 100%;
        color: #000000;
        font-weight: bold;
        line-height: 28px; }
      .filters-block__filter-qualification span.checkmark {
        height: 28px;
        width: 28px; }
        .filters-block__filter-qualification span.checkmark:after {
          left: 10px;
          top: 4px;
          width: 5px;
          height: 12px; }
    .filters-block__filter-uni {
      margin-top: 15px; }
      .filters-block__filter-uni-controls {
        display: flex;
        justify-content: space-between;
        align-items: baseline; }
        .filters-block__filter-uni-controls-select, .filters-block__filter-uni-controls-clear, .filters-block__filter-uni-controls-count {
          margin-top: 10px;
          margin-bottom: 0px; }
        .filters-block__filter-uni-controls-select, .filters-block__filter-uni-controls-clear {
          font-family: Nunito Sans;
          font-weight: normal;
          font-size: 14px;
          line-height: 14px;
          line-height: 100%;
          color: #000000;
          color: #4EA27D;
          text-decoration: underline;
          cursor: pointer; }
        .filters-block__filter-uni-controls-count {
          font-family: Nunito Sans;
          font-weight: normal;
          font-size: 16px;
          line-height: 16px;
          line-height: 100%;
          color: #000000;
          color: #6E6E6E; }
          .filters-block__filter-uni-controls-count .selected, .filters-block__filter-uni-controls-count .total {
            font-weight: bold;
            color: #000000; }
      .filters-block__filter-uni-list {
        margin-top: 26px;
        padding-bottom: 80px; }
      .filters-block__filter-uni-item {
        display: none; }
        .filters-block__filter-uni-item-label {
          font-family: Nunito Sans;
          font-weight: normal;
          font-size: 14px;
          line-height: 14px;
          line-height: 100%;
          color: #000000;
          font-weight: bold;
          line-height: 28px;
          color: #676D70; }
        .filters-block__filter-uni-item span.checkmark {
          height: 28px;
          width: 28px; }
          .filters-block__filter-uni-item span.checkmark:after {
            left: 10px;
            top: 4px;
            width: 5px;
            height: 12px; }
      .filters-block__filter-uni-alphabet {
        display: flex;
        flex-wrap: wrap;
        margin-left: -7px; }
        .filters-block__filter-uni-alphabet-letter {
          margin-left: 7px; }
        .filters-block__filter-uni-alphabet-input {
          display: none; }
          .filters-block__filter-uni-alphabet-input:checked ~ label {
            background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
            color: #FFFFFF; }
        .filters-block__filter-uni-alphabet-label {
          font-family: Nunito Sans;
          font-weight: normal;
          font-size: 14px;
          line-height: 14px;
          line-height: 100%;
          color: #000000;
          font-weight: bold;
          display: block;
          text-align: center;
          padding: 8px 0px;
          margin-top: 15px;
          width: 28px;
          color: #6E6E6E;
          background: #FFFFFF;
          border: 1px solid #E2E2E2;
          box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.08);
          border-radius: 5px; }
  .filters-block__submit-block {
    position: fixed;
    bottom: 0;
    left: -100%;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: -22px -2px 10px 20px rgba(0, 0, 0, 0.12); }
  .filters-block__submit-btn {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    line-height: 100%;
    color: #000000;
    font-weight: bold;
    background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
    color: #FFFFFF;
    border: 2px solid transparent;
    padding: 10px 35px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 70.6272px;
    line-height: 19px; }
    .filters-block__submit-btn:hover {
      background: #FFFFFF;
      color: #4EA27D;
      border: 2px solid #4EA27D; }
    .filters-block__submit-btn.disabled {
      background: #FFFFFF;
      border: 2px solid #6E6E6E;
      color: #6E6E6E; }
    .filters-block__submit-btn:hover {
      background: #FFFFFF;
      border: 2px solid #4EA27D;
      color: #4EA27D; }
  .filters-block .course-finder-content__question-selector {
    width: 100%; }
    .filters-block .course-finder-content__question-selector .select-selected {
      background-color: #FFFFFF; }

@media only screen and (min-width: 770px) {
  .filters-wrapper {
    position: initial;
    display: none;
    max-height: 620px;
    overflow-y: scroll;
    margin-top: 10px;
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 5px; }
  .filters-block__cancel-button {
    display: none; }
  .filters-block form {
    position: relative; }
  .filters-block__submit-block {
    position: sticky;
    left: 0;
    bottom: 0; }
  .filters-block__filter {
    padding: 50px 81px; }
    .filters-block__filter-options {
      flex-wrap: nowrap; }
    .filters-block__filter-option--two-col .filters-block__filter-checkbox-label, .filters-block__filter-option--three-col .filters-block__filter-checkbox-label {
      margin: 0px 7.5px; }
    .filters-block__filter-option--two-col:first-child .filters-block__filter-checkbox-label, .filters-block__filter-option--three-col:first-child .filters-block__filter-checkbox-label {
      margin-left: 0px; }
    .filters-block__filter-option--two-col:last-child(even) .filters-block__filter-checkbox-label, .filters-block__filter-option--three-col:last-child(even) .filters-block__filter-checkbox-label {
      margin-right: 0px; }
    .filters-block__filter-years-group {
      display: flex;
      justify-content: space-between;
      margin: 0px -81px; }
    .filters-block__filter-year {
      padding: 0px 34px; }
      .filters-block__filter-year:nth-child(even) {
        background-color: transparent; }
      .filters-block__filter-year:first-child {
        padding-left: 81px; }
      .filters-block__filter-year:last-child {
        padding-right: 81px; }
      .filters-block__filter-year .filters-block__filter-options {
        display: flex;
        flex-direction: column; }
        .filters-block__filter-year .filters-block__filter-options .filters-block__filter-radio-label {
          width: 215px; }
      .filters-block__filter-year .filters-block__filter-heading {
        text-align: center; }
    .filters-block__filter-field {
      padding: 0px;
      flex: 0 1 auto; }
      .filters-block__filter-field:first-child {
        width: 25%; }
      .filters-block__filter-field:last-child {
        width: 75%;
        padding: 0px 90px; }
      .filters-block__filter-field-radios {
        display: flex; }
    .filters-block__filter-postcode-label {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 19px;
      line-height: 19px;
      line-height: 100%;
      color: #000000;
      font-weight: bold;
      margin-right: 55px; }
    .filters-block__filter-postcode.textbox, .search-dropdown .search-field input.filters-block__filter-postcode {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 19px;
      line-height: 19px;
      line-height: 100%;
      color: #000000;
      padding: 6px 20px;
      width: 100%; }
    .filters-block__filter-uni-alphabet {
      margin-left: -3px; }
      .filters-block__filter-uni-alphabet-letter {
        margin-left: 3px; }
    .filters-block__filter-uni-controls-select, .filters-block__filter-uni-controls-clear {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 16px;
      line-height: 16px;
      line-height: 100%;
      color: #000000;
      color: #4EA27D;
      text-decoration: underline;
      cursor: pointer; }
    .filters-block__filter-uni-controls-count {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 19px;
      line-height: 19px;
      line-height: 100%;
      color: #000000;
      color: #6E6E6E; }
      .filters-block__filter-uni-controls-count .selected, .filters-block__filter-uni-controls-count .total {
        font-weight: bold;
        color: #000000; }
    .filters-block__filter-uni-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-bottom: 3px; }
    .filters-block__filter-uni-item {
      width: 30%; } }

.course-detail__compare-btn {
  font-family: Nunito Sans;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  line-height: 100%;
  color: #000000;
  font-weight: bold;
  padding: 5px 10px;
  margin-top: 15px;
  margin-bottom: 26px;
  border: 1.5px solid #6E6E6E;
  color: #6E6E6E;
  border-radius: 16px;
  cursor: pointer;
  background-color: transparent;
  text-transform: lowercase; }
  .course-detail__compare-btn .remove {
    display: none; }
  .course-detail__compare-btn.selected {
    background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
    color: #FFFFFF;
    border: 1.5px solid #4EA27D; }
    .course-detail__compare-btn.selected .add {
      display: none; }
    .course-detail__compare-btn.selected .remove {
      display: initial; }
  .course-detail__compare-btn img {
    height: 11px;
    margin-right: 6px; }

.compare-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background-color: #F2F2F2; }
  .compare-popup__wrapper {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    line-height: 100%;
    color: #000000;
    padding: 29px 31px;
    position: relative;
    text-align: center; }
    .compare-popup__wrapper p {
      margin: 5px; }
  .compare-popup__close {
    position: absolute;
    top: 7px;
    right: 7px; }
    .compare-popup__close img {
      width: 9px;
      height: 9px; }
  .compare-popup__count .count {
    color: #4EA27D; }
  .compare-popup__add, .compare-popup__remove, .compare-popup__too-many, .compare-popup__not-enough, .compare-popup__enough {
    display: none; }
  .compare-popup__max {
    color: #4EA27D; }
  .compare-popup__remove-link {
    text-transform: lowercase; }

@media only screen and (min-width: 770px) {
  .course-detail__compare-btn {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    line-height: 100%;
    color: #000000;
    font-weight: bold;
    padding: 9px 16px 10px 19px;
    margin-bottom: 26px;
    border-radius: 16px;
    color: #6E6E6E;
    background-color: transparent; } }

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #1F283A; }
  .cookie-banner__wrapper {
    display: flex;
    flex-direction: column;
    padding: 35px 30px; }
  .cookie-banner__message {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 19px;
    line-height: 19px;
    line-height: 100%;
    color: #000000;
    color: #FFFFFF; }
  .cookie-banner__find-out-more {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    line-height: 100%;
    color: #000000;
    font-weight: bold;
    padding: 18px 0px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 2px solid #4EA27D;
    background-color: transparent;
    color: #FFFFFF;
    cursor: pointer; }
  .cookie-banner__ok {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    line-height: 100%;
    color: #000000;
    font-weight: bold;
    background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
    color: #FFFFFF;
    padding: 18px 0px;
    width: 100%;
    border-radius: 5px;
    border: none;
    cursor: pointer; }

@media only screen and (min-width: 770px) {
  .cookie-banner__wrapper {
    flex-direction: row;
    padding: 21px 0px; }
  .cookie-banner__message {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    line-height: 100%;
    color: #000000;
    width: 50%;
    color: #FFFFFF; }
  .cookie-banner__find-out-more {
    margin-bottom: 0px;
    margin-right: 12.5px;
    width: 25%; }
  .cookie-banner__ok {
    margin-left: 12.5px;
    width: 25%; } }

body {
  margin: 0;
  font-family: sans-serif, serif;
  color: #5F607C; }

@media only screen and (min-width: 770px) {
  .discover-uni-container {
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto; } }

.explanation {
  position: relative; }
  .explanation .explanation__link {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .explanation .explanation__link .information-link {
      font-size: 16px;
      color: #4EA27D;
      text-decoration: underline; }

.information-icon {
  height: 20px;
  width: 20px;
  margin-right: 10px; }

a {
  color: #4EA27D; }

.dropdown-arrow {
  align-self: center; }

.screen-reader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }
  .screen-reader:active, .screen-reader:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto; }

.breadcrumbs {
  display: none; }

@media only screen and (min-width: 770px) {
  .breadcrumbs {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    line-height: 100%;
    color: #000000;
    display: block;
    position: absolute;
    top: 121px; }
    .breadcrumbs__divider {
      margin: 0px 4px 0px 6px; } }

.rich-text .responsive-object {
  position: relative; }
  .rich-text .responsive-object iframe, .rich-text .responsive-object object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
