@charset "UTF-8";
/* Colors */
/* typography */
/* spacers */
/* defaults */
.w-100 {
  width: 100%;
}

.float-right {
  float: right;
}

/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4D5154;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: inherit;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* Colors */
.text-primary {
  color: #008C95 !important;
}

.bg-primary {
  background-color: #008C95 !important;
}

.text-secondary {
  color: #002432 !important;
}

.bg-secondary {
  background-color: #002432 !important;
}

.text-primary-20 {
  color: #CCE8EA !important;
}

.bg-primary-20 {
  background-color: #CCE8EA !important;
}

.text-primary-50 {
  color: #80C5CA !important;
}

.bg-primary-50 {
  background-color: #80C5CA !important;
}

.text-primary-80 {
  color: #33A3AA !important;
}

.bg-primary-80 {
  background-color: #33A3AA !important;
}

.text-secondary-20 {
  color: #CCD4D8 !important;
}

.bg-secondary-20 {
  background-color: #CCD4D8 !important;
}

.text-secondary-50 {
  color: #80929E !important;
}

.bg-secondary-50 {
  background-color: #80929E !important;
}

.text-secondary-80 {
  color: #335165 !important;
}

.bg-secondary-80 {
  background-color: #335165 !important;
}

.text-artsLawEducation-100 {
  color: #D11349 !important;
}

.bg-artsLawEducation-100 {
  background-color: #D11349 !important;
}

.text-businessEconomics-100 {
  color: #0077B7 !important;
}

.bg-businessEconomics-100 {
  background-color: #0077B7 !important;
}

.text-pacificTafe-100 {
  color: #5C59A7 !important;
}

.bg-pacificTafe-100 {
  background-color: #5C59A7 !important;
}

.text-scienceTechEnvironment-100 {
  color: #F58025 !important;
}

.bg-scienceTechEnvironment-100 {
  background-color: #F58025 !important;
}

.text-studentInfoGeneralInterest-100 {
  color: #52B242 !important;
}

.bg-studentInfoGeneralInterest-100 {
  background-color: #52B242 !important;
}

.text-ui-25 {
  color: #FFFFFF !important;
}

.bg-ui-25 {
  background-color: #FFFFFF !important;
}

.text-ui-50 {
  color: #FAFAFA !important;
}

.bg-ui-50 {
  background-color: #FAFAFA !important;
}

.text-ui-100 {
  color: #F2F4F5 !important;
}

.bg-ui-100 {
  background-color: #F2F4F5 !important;
}

.text-ui-200 {
  color: #EBEDEE !important;
}

.bg-ui-200 {
  background-color: #EBEDEE !important;
}

.text-ui-300 {
  color: #DFE2E3 !important;
}

.bg-ui-300 {
  background-color: #DFE2E3 !important;
}

.text-ui-400 {
  color: #CED0D1 !important;
}

.bg-ui-400 {
  background-color: #CED0D1 !important;
}

.text-ui-500 {
  color: #ADB2B5 !important;
}

.bg-ui-500 {
  background-color: #ADB2B5 !important;
}

.text-ui-600 {
  color: #828689 !important;
}

.bg-ui-600 {
  background-color: #828689 !important;
}

.text-ui-700 {
  color: #4D5154 !important;
}

.bg-ui-700 {
  background-color: #4D5154 !important;
}

.text-ui-800 {
  color: #292C2F !important;
}

.bg-ui-800 {
  background-color: #292C2F !important;
}

.text-ui-900 {
  color: #1C1F23 !important;
}

.bg-ui-900 {
  background-color: #1C1F23 !important;
}

.text-success {
  color: #38B2AC !important;
}

.bg-success {
  background-color: #38B2AC !important;
}

.text-success-light {
  color: #E6FFFA !important;
}

.bg-success-light {
  background-color: #E6FFFA !important;
}

.text-success-dark {
  color: #234E52 !important;
}

.bg-success-dark {
  background-color: #234E52 !important;
}

.text-warning {
  color: #ED8936 !important;
}

.bg-warning {
  background-color: #ED8936 !important;
}

.text-warning-light {
  color: #FFFAF0 !important;
}

.bg-warning-light {
  background-color: #FFFAF0 !important;
}

.text-warning-dark {
  color: #C05621 !important;
}

.bg-warning-dark {
  background-color: #C05621 !important;
}

.text-info {
  color: #4299E1 !important;
}

.bg-info {
  background-color: #4299E1 !important;
}

.text-info-light {
  color: #E4F3FF !important;
}

.bg-info-light {
  background-color: #E4F3FF !important;
}

.text-info-dark {
  color: #065495 !important;
}

.bg-info-dark {
  background-color: #065495 !important;
}

.text-danger {
  color: #F56565 !important;
}

.bg-danger {
  background-color: #F56565 !important;
}

.text-danger-light {
  color: #FFF5F5 !important;
}

.bg-danger-light {
  background-color: #FFF5F5 !important;
}

.text-danger-dark {
  color: #C53030 !important;
}

.bg-danger-dark {
  background-color: #C53030 !important;
}

.text-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.m-xs {
  margin: 30px !important;
}

.mt-xs,
.my-xs {
  margin-top: 30px !important;
}

.mr-xs,
.mx-xs {
  margin-right: 30px !important;
}

.mb-xs,
.my-xs {
  margin-bottom: 30px !important;
}

.ml-xs,
.mx-xs {
  margin-left: 30px !important;
}

.p-xs {
  padding: 30px !important;
}

.pt-xs,
.py-xs {
  padding-top: 30px !important;
}

.pr-xs,
.px-xs {
  padding-right: 30px !important;
}

.pb-xs,
.py-xs {
  padding-bottom: 30px !important;
}

.pl-xs,
.px-xs {
  padding-left: 30px !important;
}

.m-sm {
  margin: 60px !important;
}

.mt-sm,
.my-sm {
  margin-top: 60px !important;
}

.mr-sm,
.mx-sm {
  margin-right: 60px !important;
}

.mb-sm,
.my-sm {
  margin-bottom: 60px !important;
}

.ml-sm,
.mx-sm {
  margin-left: 60px !important;
}

.p-sm {
  padding: 60px !important;
}

.pt-sm,
.py-sm {
  padding-top: 60px !important;
}

.pr-sm,
.px-sm {
  padding-right: 60px !important;
}

.pb-sm,
.py-sm {
  padding-bottom: 60px !important;
}

.pl-sm,
.px-sm {
  padding-left: 60px !important;
}

.m-md {
  margin: 80px !important;
}

.mt-md,
.my-md {
  margin-top: 80px !important;
}

.mr-md,
.mx-md {
  margin-right: 80px !important;
}

.mb-md,
.my-md {
  margin-bottom: 80px !important;
}

.ml-md,
.mx-md {
  margin-left: 80px !important;
}

.p-md {
  padding: 80px !important;
}

.pt-md,
.py-md {
  padding-top: 80px !important;
}

.pr-md,
.px-md {
  padding-right: 80px !important;
}

.pb-md,
.py-md {
  padding-bottom: 80px !important;
}

.pl-md,
.px-md {
  padding-left: 80px !important;
}

.m-lg {
  margin: 100px !important;
}

.mt-lg,
.my-lg {
  margin-top: 100px !important;
}

.mr-lg,
.mx-lg {
  margin-right: 100px !important;
}

.mb-lg,
.my-lg {
  margin-bottom: 100px !important;
}

.ml-lg,
.mx-lg {
  margin-left: 100px !important;
}

.p-lg {
  padding: 100px !important;
}

.pt-lg,
.py-lg {
  padding-top: 100px !important;
}

.pr-lg,
.px-lg {
  padding-right: 100px !important;
}

.pb-lg,
.py-lg {
  padding-bottom: 100px !important;
}

.pl-lg,
.px-lg {
  padding-left: 100px !important;
}

.m-xl {
  margin: 120px !important;
}

.mt-xl,
.my-xl {
  margin-top: 120px !important;
}

.mr-xl,
.mx-xl {
  margin-right: 120px !important;
}

.mb-xl,
.my-xl {
  margin-bottom: 120px !important;
}

.ml-xl,
.mx-xl {
  margin-left: 120px !important;
}

.p-xl {
  padding: 120px !important;
}

.pt-xl,
.py-xl {
  padding-top: 120px !important;
}

.pr-xl,
.px-xl {
  padding-right: 120px !important;
}

.pb-xl,
.py-xl {
  padding-bottom: 120px !important;
}

.pl-xl,
.px-xl {
  padding-left: 120px !important;
}

.m-xxl {
  margin: 220px !important;
}

.mt-xxl,
.my-xxl {
  margin-top: 220px !important;
}

.mr-xxl,
.mx-xxl {
  margin-right: 220px !important;
}

.mb-xxl,
.my-xxl {
  margin-bottom: 220px !important;
}

.ml-xxl,
.mx-xxl {
  margin-left: 220px !important;
}

.p-xxl {
  padding: 220px !important;
}

.pt-xxl,
.py-xxl {
  padding-top: 220px !important;
}

.pr-xxl,
.px-xxl {
  padding-right: 220px !important;
}

.pb-xxl,
.py-xxl {
  padding-bottom: 220px !important;
}

.pl-xxl,
.px-xxl {
  padding-left: 220px !important;
}

a {
  color: #008C95;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s;
}
a:hover {
  color: #005c62;
  text-decoration: none;
}

body {
  font-size: 16px;
  font-family: open sans, arial, sans-serif;
  font-weight: normal;
  color: #4D5154;
}

body .elementor-heading-title, .footer-main-widget .menu > li > a, body .elementor-widget-heading .elementor-heading-title.elementor-size-small, h6, .h6, .news-single__category, body .elementor-widget-heading .elementor-heading-title.elementor-size-medium, .btn.share-popover, .elementor-form .share-popover.elementor-button, .share-popover.wpforms-submit,
.share-popover.wpforms-page-button, h5, .h5, .mega-menu--our-partners .mega-menu__menu > li > a, .mega-menu--research .mega-menu__menu--feature > li > a, .mega-menu--on-campus .mega-menu__menu--feature > li > a, .mega-menu--why-usp .mega-menu__menu > li > a, h4, .h4, body .elementor-widget-heading .elementor-heading-title.elementor-size-large, h3, .h3, .footer__subscribe .footer-subscribe-widget__title, body .elementor-widget-heading .elementor-heading-title.elementor-size-xl, h2, .h2, .section-slider__slider--inspire .image-slide__title, .programme-selection-tool.section-content--header .wpforms-field-divider.h1 h3, body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl, h1, .h1 {
  line-height: 1.1;
  color: #002432;
  font-family: montserrat, arial, sans-serif;
  margin-bottom: 20px;
}

.section-slider__slider--inspire .image-slide__title, .programme-selection-tool.section-content--header .wpforms-field-divider.h1 h3, body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl, h1, .h1 {
  line-height: 1;
  font-size: 48px;
  font-weight: 700;
}

body .elementor-widget-heading .elementor-heading-title.elementor-size-xl, h2, .h2 {
  font-size: 38px;
  font-weight: 500;
}

body .elementor-widget-heading .elementor-heading-title.elementor-size-large, h3, .h3, .footer__subscribe .footer-subscribe-widget__title {
  font-size: 28px;
  font-weight: 500;
}

h4, .h4 {
  font-size: 23px;
  font-weight: 500;
}

.news-single__category, body .elementor-widget-heading .elementor-heading-title.elementor-size-medium, .btn.share-popover, .elementor-form .share-popover.elementor-button, .share-popover.wpforms-submit,
.share-popover.wpforms-page-button, .footer-main-widget .menu > li > a, h5, .h5, .mega-menu--our-partners .mega-menu__menu > li > a, .mega-menu--research .mega-menu__menu--feature > li > a, .mega-menu--on-campus .mega-menu__menu--feature > li > a, .mega-menu--why-usp .mega-menu__menu > li > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

body .elementor-widget-heading .elementor-heading-title.elementor-size-small, h6, .h6 {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .section-slider__slider--inspire .image-slide__title, .programme-selection-tool.section-content--header .wpforms-field-divider.h1 h3, body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl, h1, .h1 {
    font-size: 35px;
  }

  body .elementor-widget-heading .elementor-heading-title.elementor-size-xl, h2, .h2 {
    font-size: 28px;
  }

  body .elementor-widget-heading .elementor-heading-title.elementor-size-large, h3, .h3, .footer__subscribe .footer-subscribe-widget__title {
    font-size: 23px;
  }

  h4, .h4 {
    font-size: 18px;
  }

  .news-single__category, body .elementor-widget-heading .elementor-heading-title.elementor-size-medium, .btn.share-popover, .elementor-form .share-popover.elementor-button, .share-popover.wpforms-submit,
.share-popover.wpforms-page-button, .footer-main-widget .menu > li > a, h5, .h5, .mega-menu--our-partners .mega-menu__menu > li > a, .mega-menu--research .mega-menu__menu--feature > li > a, .mega-menu--on-campus .mega-menu__menu--feature > li > a, .mega-menu--why-usp .mega-menu__menu > li > a {
    font-size: 14px;
  }

  body .elementor-widget-heading .elementor-heading-title.elementor-size-small, h6, .h6 {
    font-size: 14px;
  }
}
.font-md {
  font-weight: 500;
}

.font-b {
  font-weight: 700;
}

.font-sb {
  font-weight: 600;
}

.body-xs {
  font-size: 11px;
}

.section-programmes--steps .wpforms__student-types .wpforms-image-choices label .wpforms-image-choices-label, .event-single__image-meta, .stories-single__image-meta, .author__title span, .header-subnav .dropdown-menu > li > a, .header-subnav, .header-topbar .dropdown-menu > li > a, .header-topbar .menu > li > a, .card-event__image-meta, .card-stories__image-meta, .card-news__image-meta, .body-sm {
  font-size: 13px;
}

.section-content--header__inner, .event-single__content, .bio-single__content, .stories-single__content, .card-campus .toggle__btn, .body-md {
  font-size: 18px;
}

.section-cta--promotional-tiles.section--inspire .section-cta__body, .section-cta--promotional-tiles .section-cta__body, .toggle__btn, .body-lg {
  font-size: 20px;
}

.section-content--hero__inner, .body-xl {
  font-size: 22px;
}

@media (max-width: 991px) {
  .body-xs {
    font-size: 11px;
  }

  .section-programmes--steps .wpforms__student-types .wpforms-image-choices label .wpforms-image-choices-label, .event-single__image-meta, .stories-single__image-meta, .author__title span, .header-subnav .dropdown-menu > li > a, .header-subnav, .header-topbar .dropdown-menu > li > a, .header-topbar .menu > li > a, .card-event__image-meta, .card-stories__image-meta, .card-news__image-meta, .body-sm {
    font-size: 13px;
  }

  .section-content--header__inner, .event-single__content, .bio-single__content, .stories-single__content, .card-campus .toggle__btn, .body-md {
    font-size: 16px;
  }

  .section-cta--promotional-tiles.section--inspire .section-cta__body, .section-cta--promotional-tiles .section-cta__body, .toggle__btn, .body-lg {
    font-size: 16px;
  }

  .section-content--hero__inner, .body-xl {
    font-size: 18px;
  }
}
.media {
  display: block;
  padding-top: 53%;
  position: relative;
}
.media img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.media--video {
  position: relative;
}
.media--video svg {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  opacity: 1;
  z-index: 5;
  transition: all 0.2s;
}
.media--video svg path:first-child {
  color: #FFFFFF;
  opacity: 1;
}
.media--video svg path:last-child {
  color: #008C95;
  opacity: 1;
}
.media--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.content figure a[href*="youtube.com/watch"] {
  position: relative;
  display: block;
}
.content figure a[href*="youtube.com/watch"]:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 72px;
  width: 72px;
  opacity: 0.7;
  transition: all 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M36 70.875C16.7344 70.875 1.125 55.2656 1.125 36C1.125 16.7344 16.7344 1.125 36 1.125C55.2656 1.125 70.875 16.7344 70.875 36C70.875 55.2656 55.2656 70.875 36 70.875ZM52.2703 32.625L27.5203 18.4219C25.2984 17.1844 22.5 18.7734 22.5 21.375V50.625C22.5 53.2125 25.2844 54.8156 27.5203 53.5781L52.2703 38.5312C54.5766 37.2375 54.5766 33.9047 52.2703 32.625Z' fill='black'/%3E%3Cpath d='M52.2703 32.625L27.5203 18.4219C25.2984 17.1844 22.5 18.7734 22.5 21.375V50.625C22.5 53.2125 25.2844 54.8156 27.5203 53.5781L52.2703 38.5312C54.5766 37.2375 54.5766 33.9047 52.2703 32.625Z' fill='black'/%3E%3C/svg%3E%0A");
}
.content figure a[href*="youtube.com/watch"]:hover:before {
  opacity: 1;
}

.form-row, .wpforms-field {
  display: block;
  margin-bottom: 10px;
}

.label, .elementor-widget-form .elementor-field-group > label, .wpforms-field-sublabel, .wpforms-container label.wpforms-field-label {
  cursor: pointer;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  margin: 0;
  display: block;
}

.form-control, .elementor-field-group .elementor-field-textual, .wpforms-field-email input,
.wpforms-field-number input,
.wpforms-field-name input,
.wpforms-field-phone input,
.wpforms-field-address input,
.wpforms-field-date-time input,
.wpforms-field-url input,
.wpforms-field-password input,
.wpforms-field-text input, .select, .wpforms-field-address select,
.wpforms-field-select select, .textarea, .wpforms-field-textarea textarea {
  width: 100%;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  border-radius: 0;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #CED0D1;
  color: #828689;
  margin: 0;
  min-height: 50px;
}
.form-control:focus, .elementor-field-group .elementor-field-textual:focus, .wpforms-field-email input:focus,
.wpforms-field-number input:focus,
.wpforms-field-name input:focus,
.wpforms-field-phone input:focus,
.wpforms-field-address input:focus,
.wpforms-field-date-time input:focus,
.wpforms-field-url input:focus,
.wpforms-field-password input:focus,
.wpforms-field-text input:focus, .select:focus, .wpforms-field-address select:focus,
.wpforms-field-select select:focus, .textarea:focus, .wpforms-field-textarea textarea:focus {
  outline: 0;
}

.textarea, .wpforms-field-textarea textarea {
  overflow: auto;
  resize: vertical;
}

.select, .wpforms-field-address select,
.wpforms-field-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
}

.select-wrapper {
  position: relative;
}
.select-wrapper:before {
  content: "\E92A";
  font-family: eicons;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}

.select-hidden {
  visibility: hidden;
}

.select-enhanced {
  height: 50px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  color: #4D5154;
  width: 100%;
}

.select-styled {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px 15px;
  padding-right: 32px;
  background-color: #FFFFFF;
  border: 1px solid #CED0D1;
  transition: all 0.2s ease-in;
  border-radius: 0;
}
.select-styled:after {
  content: "";
  height: 8px;
  width: 8px;
  margin-top: -2px;
  border-left: 2px solid #4D5154;
  border-bottom: 2px solid #4D5154;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: rotate(-45deg) translateY(-50%);
}

.select-options {
  text-align: left;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 10px 0 0 !important;
  padding: 7px 0 !important;
  list-style: none;
  border: 1px solid #CED0D1 !important;
  background-color: #FFFFFF !important;
  border-radius: 0;
}
.select-options li {
  color: #4D5154;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px 15px;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #FFFFFF;
  background: #002432;
}
.select-options li[rel=hide] {
  display: none;
}

.form-control--outline-white, .form--outline-white.form--outline-white .select-styled, .form--outline-white.form--outline-white .wpforms-field-address select,
.form--outline-white.form--outline-white .wpforms-field-select select, .form--outline-white.form--outline-white .wpforms-field-textarea textarea, .form--outline-white.form--outline-white .wpforms-field-email input,
.form--outline-white.form--outline-white .wpforms-field-number input,
.form--outline-white.form--outline-white .wpforms-field-name input,
.form--outline-white.form--outline-white .wpforms-field-phone input,
.form--outline-white.form--outline-white .wpforms-field-address input,
.form--outline-white.form--outline-white .wpforms-field-date-time input,
.form--outline-white.form--outline-white .wpforms-field-url input,
.form--outline-white.form--outline-white .wpforms-field-password input,
.form--outline-white.form--outline-white .wpforms-field-text input {
  background: none;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 0;
}
.form-control--outline-white:-ms-input-placeholder, .form--outline-white.form--outline-white .select-styled:-ms-input-placeholder, .form--outline-white.form--outline-white .wpforms-field-address select:-ms-input-placeholder, .form--outline-white.form--outline-white .wpforms-field-select select:-ms-input-placeholder, .form--outline-white.form--outline-white .wpforms-field-textarea textarea:-ms-input-placeholder, .form--outline-white.form--outline-white .wpforms-field-email input:-ms-input-placeholder, .form--outline-white.form--outline-white .wpforms-field-number input:-ms-input-placeholder, .form--outline-white.form--outline-white .wpforms-field-name input:-ms-input-placeholder, .form--outline-white.form--outline-white .wpforms-field-phone input:-ms-input-placeholder, .form--outline-white.form--outline-white .wpforms-field-address input:-ms-input-placeholder, .form--outline-white.form--outline-white .wpforms-field-date-time input:-ms-input-placeholder, .form--outline-white.form--outline-white .wpforms-field-url input:-ms-input-placeholder, .form--outline-white.form--outline-white .wpforms-field-password input:-ms-input-placeholder, .form--outline-white.form--outline-white .wpforms-field-text input:-ms-input-placeholder {
  color: #FFFFFF;
}
.form-control--outline-white::placeholder, .form--outline-white.form--outline-white .select-styled::placeholder, .form--outline-white.form--outline-white .wpforms-field-address select::placeholder,
.form--outline-white.form--outline-white .wpforms-field-select select::placeholder, .form--outline-white.form--outline-white .wpforms-field-textarea textarea::placeholder, .form--outline-white.form--outline-white .wpforms-field-email input::placeholder,
.form--outline-white.form--outline-white .wpforms-field-number input::placeholder,
.form--outline-white.form--outline-white .wpforms-field-name input::placeholder,
.form--outline-white.form--outline-white .wpforms-field-phone input::placeholder,
.form--outline-white.form--outline-white .wpforms-field-address input::placeholder,
.form--outline-white.form--outline-white .wpforms-field-date-time input::placeholder,
.form--outline-white.form--outline-white .wpforms-field-url input::placeholder,
.form--outline-white.form--outline-white .wpforms-field-password input::placeholder,
.form--outline-white.form--outline-white .wpforms-field-text input::placeholder {
  color: #FFFFFF;
}
.form-control--outline-white:-moz-placeholder, .form--outline-white.form--outline-white .select-styled:-moz-placeholder, .form--outline-white.form--outline-white .wpforms-field-address select:-moz-placeholder,
.form--outline-white.form--outline-white .wpforms-field-select select:-moz-placeholder, .form--outline-white.form--outline-white .wpforms-field-textarea textarea:-moz-placeholder, .form--outline-white.form--outline-white .wpforms-field-email input:-moz-placeholder,
.form--outline-white.form--outline-white .wpforms-field-number input:-moz-placeholder,
.form--outline-white.form--outline-white .wpforms-field-name input:-moz-placeholder,
.form--outline-white.form--outline-white .wpforms-field-phone input:-moz-placeholder,
.form--outline-white.form--outline-white .wpforms-field-address input:-moz-placeholder,
.form--outline-white.form--outline-white .wpforms-field-date-time input:-moz-placeholder,
.form--outline-white.form--outline-white .wpforms-field-url input:-moz-placeholder,
.form--outline-white.form--outline-white .wpforms-field-password input:-moz-placeholder,
.form--outline-white.form--outline-white .wpforms-field-text input:-moz-placeholder {
  color: #FFFFFF;
}
.form-control--outline-white optgroup, .form--outline-white.form--outline-white .select-styled optgroup, .form--outline-white.form--outline-white .wpforms-field-address select optgroup,
.form--outline-white.form--outline-white .wpforms-field-select select optgroup, .form--outline-white.form--outline-white .wpforms-field-textarea textarea optgroup, .form--outline-white.form--outline-white .wpforms-field-email input optgroup,
.form--outline-white.form--outline-white .wpforms-field-number input optgroup,
.form--outline-white.form--outline-white .wpforms-field-name input optgroup,
.form--outline-white.form--outline-white .wpforms-field-phone input optgroup,
.form--outline-white.form--outline-white .wpforms-field-address input optgroup,
.form--outline-white.form--outline-white .wpforms-field-date-time input optgroup,
.form--outline-white.form--outline-white .wpforms-field-url input optgroup,
.form--outline-white.form--outline-white .wpforms-field-password input optgroup,
.form--outline-white.form--outline-white .wpforms-field-text input optgroup,
.form-control--outline-white option,
.form--outline-white.form--outline-white .select-styled option,
.form--outline-white.form--outline-white .wpforms-field-address select option,
.form--outline-white.form--outline-white .wpforms-field-select select option,
.form--outline-white.form--outline-white .wpforms-field-textarea textarea option,
.form--outline-white.form--outline-white .wpforms-field-email input option,
.form--outline-white.form--outline-white .wpforms-field-number input option,
.form--outline-white.form--outline-white .wpforms-field-name input option,
.form--outline-white.form--outline-white .wpforms-field-phone input option,
.form--outline-white.form--outline-white .wpforms-field-address input option,
.form--outline-white.form--outline-white .wpforms-field-date-time input option,
.form--outline-white.form--outline-white .wpforms-field-url input option,
.form--outline-white.form--outline-white .wpforms-field-password input option,
.form--outline-white.form--outline-white .wpforms-field-text input option {
  color: #333;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .elementor-field-group .input-group > .elementor-field-textual, .wpforms-field-email .input-group > input,
.wpforms-field-number .input-group > input,
.wpforms-field-name .input-group > input,
.wpforms-field-phone .input-group > input,
.wpforms-field-address .input-group > input,
.wpforms-field-date-time .input-group > input,
.wpforms-field-url .input-group > input,
.wpforms-field-password .input-group > input,
.wpforms-field-text .input-group > input, .input-group > .textarea, .wpforms-field-textarea .input-group > textarea, .input-group > .select, .wpforms-field-address .input-group > select,
.wpforms-field-select .input-group > select,
.input-group > .form-select,
.input-group > .form-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus, .elementor-field-group .input-group > .elementor-field-textual:focus, .wpforms-field-email .input-group > input:focus,
.wpforms-field-number .input-group > input:focus,
.wpforms-field-name .input-group > input:focus,
.wpforms-field-phone .input-group > input:focus,
.wpforms-field-address .input-group > input:focus,
.wpforms-field-date-time .input-group > input:focus,
.wpforms-field-url .input-group > input:focus,
.wpforms-field-password .input-group > input:focus,
.wpforms-field-text .input-group > input:focus, .input-group > .textarea:focus, .wpforms-field-textarea .input-group > textarea:focus, .input-group > .select:focus, .wpforms-field-address .input-group > select:focus,
.wpforms-field-select .input-group > select:focus,
.input-group > .form-select:focus,
.input-group > .form-file .form-file-input:focus ~ .form-file-label {
  z-index: 3;
}

.input-group > .form-file > .form-file-input:focus {
  z-index: 4;
}

.input-group > .form-file:not(:last-child) > .form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-file:not(:first-child) > .form-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .btn, .input-group .elementor-form .elementor-button, .elementor-form .input-group .elementor-button, .input-group .wpforms-submit,
.input-group .wpforms-page-button {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus, .input-group .elementor-form .elementor-button:focus, .elementor-form .input-group .elementor-button:focus, .input-group .wpforms-submit:focus,
.input-group .wpforms-page-button:focus {
  z-index: 3;
}

.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form--light {
  background-color: #EBEDEE;
}

.input-group-append .btn, .input-group-append .elementor-form .elementor-button, .elementor-form .input-group-append .elementor-button, .input-group-append .wpforms-submit,
.input-group-append .wpforms-page-button {
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.input-group-append .btn svg, .input-group-append .elementor-form .elementor-button svg, .elementor-form .input-group-append .elementor-button svg, .input-group-append .wpforms-submit svg,
.input-group-append .wpforms-page-button svg {
  margin: 0;
}

.searchform--simple .input-group-append {
  margin-left: -1px;
}
.searchform--simple .input-group-append .btn, .searchform--simple .input-group-append .elementor-form .elementor-button, .elementor-form .searchform--simple .input-group-append .elementor-button, .searchform--simple .input-group-append .wpforms-submit,
.searchform--simple .input-group-append .wpforms-page-button {
  background: #fff;
  border: none;
  color: #008C95;
  border: 1px solid #CED0D1;
}

.section-content--downloads .swiper-pagination {
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.section-content--downloads .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  border-radius: 100%;
  margin: 0 5px !important;
  opacity: 1;
  width: 8px;
  transform: none;
}

.download {
  display: flex;
  border: 1px solid #EBEDEE;
  padding: 15px 25px;
  margin-bottom: 20px;
  color: #80929E;
  align-items: center;
  transition: all 0.2s;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .download {
    margin-bottom: 10px;
  }
}
.download__title {
  margin-left: 15px;
  margin-right: 10px;
  color: #002432;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .download__title {
    font-size: 16px;
  }
}
.download .download__icon,
.download .download__size,
.download .download__date {
  transition: all 0.2s;
}
.download__date {
  margin-left: auto;
}
.download:hover {
  border-color: #80C5CA;
}
.download:hover .download__title {
  color: #008C95;
}
.download:hover .download__icon,
.download:hover .download__size,
.download:hover .download__date {
  color: #80C5CA;
}
@media (max-width: 767px) {
  .download {
    padding: 15px;
  }
  .download .download__date {
    display: none;
  }
  .download .download__size {
    margin-left: auto;
  }
}

.download--inspire {
  display: inline-block;
  border: none;
  padding: 0;
  text-align: left;
  width: 100%;
  max-width: 295px;
}
@media (max-width: 991px) {
  .download--inspire {
    display: block;
    margin: 0 auto;
  }
}
.download--inspire .download__image {
  position: relative;
  height: 0;
  padding: 0;
  padding-top: 135%;
  margin: 0 0 10px;
  position: relative;
}
.download--inspire .download__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.download--inspire .download__icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.download--inspire .download__title {
  margin: 0;
}

.btn, .elementor-form .elementor-button, .wpforms-submit,
.wpforms-page-button {
  line-height: 1.5;
  font-size: 1rem;
  border-radius: 0;
  border: 2px solid;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 24px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
  font-family: montserrat, arial, sans-serif;
}
.btn svg, .elementor-form .elementor-button svg, .wpforms-submit svg,
.wpforms-page-button svg {
  margin-left: 10px;
}

button {
  cursor: pointer;
}

.btn-block, .elementor-align-justify .elementor-button-wrapper .btn, .elementor-align-justify .elementor-button-wrapper .elementor-form .elementor-button, .elementor-form .elementor-align-justify .elementor-button-wrapper .elementor-button, .elementor-align-justify .elementor-button-wrapper .wpforms-submit,
.elementor-align-justify .elementor-button-wrapper .wpforms-page-button {
  display: block;
  width: 100%;
}

.btn-text {
  border: none;
  padding: 0;
  background: none;
  font-weight: normal;
}
.btn-text:focus {
  outline: none;
  box-shadow: none;
}

.btn-sm {
  font-size: 1rem;
  padding: 6px 15px;
}

.btn-disable {
  pointer-events: none;
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #008C95;
  padding: 0;
  font-weight: 600;
}
.btn-arrow svg {
  margin-left: 0;
  margin-right: 8px;
  transition: all 0.2s;
}
.btn-arrow:hover svg {
  margin-right: 15px;
}

.btn-filter {
  display: inline-flex;
  border-width: 1px;
  padding: 12px 14px;
  align-items: center;
  justify-content: space-between;
}

.btn .elementor-align-icon-right, .elementor-form .elementor-button .elementor-align-icon-right, .wpforms-submit .elementor-align-icon-right,
.wpforms-page-button .elementor-align-icon-right {
  margin-left: 5px;
  order: 15;
}

.button-default {
  background-color: #002432;
  border-color: #002432;
  color: #fff;
}

.btn-primary, .elementor-form .elementor-button, .wpforms-submit,
.wpforms-page-button {
  color: #fff;
  background-color: #008C95;
  border-color: #008C95;
}
.btn-primary:hover, .elementor-form .elementor-button:hover, .wpforms-submit:hover,
.wpforms-page-button:hover, .btn-primary:focus, .elementor-form .elementor-button:focus, .wpforms-submit:focus,
.wpforms-page-button:focus {
  color: #fff;
  background-color: #00686f;
  border-color: #00686f;
}

.btn-secondary {
  color: #fff;
  background-color: #002432;
  border-color: #002432;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
  background-color: #00080c;
  border-color: #00080c;
}

.btn-primary-20 {
  color: #292C2F;
  background-color: #CCE8EA;
  border-color: #CCE8EA;
}
.btn-primary-20:hover, .btn-primary-20:focus {
  color: #292C2F;
  background-color: #b1dcdf;
  border-color: #b1dcdf;
}

.btn-primary-50 {
  color: #292C2F;
  background-color: #80C5CA;
  border-color: #80C5CA;
}
.btn-primary-50:hover, .btn-primary-50:focus {
  color: #292C2F;
  background-color: #65b9bf;
  border-color: #65b9bf;
}

.btn-primary-80 {
  color: #fff;
  background-color: #33A3AA;
  border-color: #33A3AA;
}
.btn-primary-80:hover, .btn-primary-80:focus {
  color: #fff;
  background-color: #2a878d;
  border-color: #2a878d;
}

.btn-secondary-20 {
  color: #292C2F;
  background-color: #CCD4D8;
  border-color: #CCD4D8;
}
.btn-secondary-20:hover, .btn-secondary-20:focus {
  color: #292C2F;
  background-color: #b6c2c7;
  border-color: #b6c2c7;
}

.btn-secondary-50 {
  color: #fff;
  background-color: #80929E;
  border-color: #80929E;
}
.btn-secondary-50:hover, .btn-secondary-50:focus {
  color: #fff;
  background-color: #6b7f8c;
  border-color: #6b7f8c;
}

.btn-secondary-80 {
  color: #fff;
  background-color: #335165;
  border-color: #335165;
}
.btn-secondary-80:hover, .btn-secondary-80:focus {
  color: #fff;
  background-color: #263d4c;
  border-color: #263d4c;
}

.btn-artsLawEducation-100 {
  color: #fff;
  background-color: #D11349;
  border-color: #D11349;
}
.btn-artsLawEducation-100:hover, .btn-artsLawEducation-100:focus {
  color: #fff;
  background-color: #ae103d;
  border-color: #ae103d;
}

.btn-businessEconomics-100 {
  color: #fff;
  background-color: #0077B7;
  border-color: #0077B7;
}
.btn-businessEconomics-100:hover, .btn-businessEconomics-100:focus {
  color: #fff;
  background-color: #005e91;
  border-color: #005e91;
}

.btn-pacificTafe-100 {
  color: #fff;
  background-color: #5C59A7;
  border-color: #5C59A7;
}
.btn-pacificTafe-100:hover, .btn-pacificTafe-100:focus {
  color: #fff;
  background-color: #4e4b8e;
  border-color: #4e4b8e;
}

.btn-scienceTechEnvironment-100 {
  color: #292C2F;
  background-color: #F58025;
  border-color: #F58025;
}
.btn-scienceTechEnvironment-100:hover, .btn-scienceTechEnvironment-100:focus {
  color: #292C2F;
  background-color: #e96c0b;
  border-color: #e96c0b;
}

.btn-studentInfoGeneralInterest-100 {
  color: #fff;
  background-color: #52B242;
  border-color: #52B242;
}
.btn-studentInfoGeneralInterest-100:hover, .btn-studentInfoGeneralInterest-100:focus {
  color: #fff;
  background-color: #459638;
  border-color: #459638;
}

.btn-ui-25 {
  color: #292C2F;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-ui-25:hover, .btn-ui-25:focus {
  color: #292C2F;
  background-color: #ececec;
  border-color: #ececec;
}

.btn-ui-50 {
  color: #292C2F;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-ui-50:hover, .btn-ui-50:focus {
  color: #292C2F;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}

.btn-ui-100 {
  color: #292C2F;
  background-color: #F2F4F5;
  border-color: #F2F4F5;
}
.btn-ui-100:hover, .btn-ui-100:focus {
  color: #292C2F;
  background-color: #dce2e4;
  border-color: #dce2e4;
}

.btn-ui-200 {
  color: #292C2F;
  background-color: #EBEDEE;
  border-color: #EBEDEE;
}
.btn-ui-200:hover, .btn-ui-200:focus {
  color: #292C2F;
  background-color: #d6dadc;
  border-color: #d6dadc;
}

.btn-ui-300 {
  color: #292C2F;
  background-color: #DFE2E3;
  border-color: #DFE2E3;
}
.btn-ui-300:hover, .btn-ui-300:focus {
  color: #292C2F;
  background-color: #cbd0d1;
  border-color: #cbd0d1;
}

.btn-ui-400 {
  color: #292C2F;
  background-color: #CED0D1;
  border-color: #CED0D1;
}
.btn-ui-400:hover, .btn-ui-400:focus {
  color: #292C2F;
  background-color: #babdbe;
  border-color: #babdbe;
}

.btn-ui-500 {
  color: #292C2F;
  background-color: #ADB2B5;
  border-color: #ADB2B5;
}
.btn-ui-500:hover, .btn-ui-500:focus {
  color: #292C2F;
  background-color: #999fa3;
  border-color: #999fa3;
}

.btn-ui-600 {
  color: #fff;
  background-color: #828689;
  border-color: #828689;
}
.btn-ui-600:hover, .btn-ui-600:focus {
  color: #fff;
  background-color: #6f7376;
  border-color: #6f7376;
}

.btn-ui-700 {
  color: #fff;
  background-color: #4D5154;
  border-color: #4D5154;
}
.btn-ui-700:hover, .btn-ui-700:focus {
  color: #fff;
  background-color: #3b3e40;
  border-color: #3b3e40;
}

.btn-ui-800 {
  color: #fff;
  background-color: #292C2F;
  border-color: #292C2F;
}
.btn-ui-800:hover, .btn-ui-800:focus {
  color: #fff;
  background-color: #17191b;
  border-color: #17191b;
}

.btn-ui-900 {
  color: #fff;
  background-color: #1C1F23;
  border-color: #1C1F23;
}
.btn-ui-900:hover, .btn-ui-900:focus {
  color: #fff;
  background-color: #0b0c0e;
  border-color: #0b0c0e;
}

.btn-success {
  color: #fff;
  background-color: #38B2AC;
  border-color: #38B2AC;
}
.btn-success:hover, .btn-success:focus {
  color: #fff;
  background-color: #2f9590;
  border-color: #2f9590;
}

.btn-success-light {
  color: #292C2F;
  background-color: #E6FFFA;
  border-color: #E6FFFA;
}
.btn-success-light:hover, .btn-success-light:focus {
  color: #292C2F;
  background-color: #c0fff2;
  border-color: #c0fff2;
}

.btn-success-dark {
  color: #fff;
  background-color: #234E52;
  border-color: #234E52;
}
.btn-success-dark:hover, .btn-success-dark:focus {
  color: #fff;
  background-color: #183537;
  border-color: #183537;
}

.btn-warning {
  color: #292C2F;
  background-color: #ED8936;
  border-color: #ED8936;
}
.btn-warning:hover, .btn-warning:focus {
  color: #292C2F;
  background-color: #e87515;
  border-color: #e87515;
}

.btn-warning-light {
  color: #292C2F;
  background-color: #FFFAF0;
  border-color: #FFFAF0;
}
.btn-warning-light:hover, .btn-warning-light:focus {
  color: #292C2F;
  background-color: #ffedca;
  border-color: #ffedca;
}

.btn-warning-dark {
  color: #fff;
  background-color: #C05621;
  border-color: #C05621;
}
.btn-warning-dark:hover, .btn-warning-dark:focus {
  color: #fff;
  background-color: #9f471b;
  border-color: #9f471b;
}

.btn-info {
  color: #fff;
  background-color: #4299E1;
  border-color: #4299E1;
}
.btn-info:hover, .btn-info:focus {
  color: #fff;
  background-color: #2387da;
  border-color: #2387da;
}

.btn-info-light {
  color: #292C2F;
  background-color: #E4F3FF;
  border-color: #E4F3FF;
}
.btn-info-light:hover, .btn-info-light:focus {
  color: #292C2F;
  background-color: #bee2ff;
  border-color: #bee2ff;
}

.btn-info-dark {
  color: #fff;
  background-color: #065495;
  border-color: #065495;
}
.btn-info-dark:hover, .btn-info-dark:focus {
  color: #fff;
  background-color: #053f70;
  border-color: #053f70;
}

.btn-danger {
  color: #fff;
  background-color: #F56565;
  border-color: #F56565;
}
.btn-danger:hover, .btn-danger:focus {
  color: #fff;
  background-color: #f34141;
  border-color: #f34141;
}

.btn-danger-light {
  color: #292C2F;
  background-color: #FFF5F5;
  border-color: #FFF5F5;
}
.btn-danger-light:hover, .btn-danger-light:focus {
  color: #292C2F;
  background-color: #ffcfcf;
  border-color: #ffcfcf;
}

.btn-danger-dark {
  color: #fff;
  background-color: #C53030;
  border-color: #C53030;
}
.btn-danger-dark:hover, .btn-danger-dark:focus {
  color: #fff;
  background-color: #a62929;
  border-color: #a62929;
}

.btn-white {
  color: #292C2F;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #292C2F;
  background-color: #ececec;
  border-color: #ececec;
}

.btn-outline-primary {
  color: #008C95;
  background-color: transparent;
  border-color: #008C95;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #fff;
  background-color: #008C95;
  border-color: #008C95;
}

.btn-outline-secondary, .section-programmes--steps .wpforms-submit,
.section-programmes--steps .wpforms-page-next {
  color: #002432;
  background-color: transparent;
  border-color: #002432;
}
.btn-outline-secondary:hover, .section-programmes--steps .wpforms-submit:hover,
.section-programmes--steps .wpforms-page-next:hover, .btn-outline-secondary:focus, .section-programmes--steps .wpforms-submit:focus,
.section-programmes--steps .wpforms-page-next:focus {
  color: #fff;
  background-color: #002432;
  border-color: #002432;
}

.btn-outline-primary-20 {
  color: #CCE8EA;
  background-color: transparent;
  border-color: #CCE8EA;
}
.btn-outline-primary-20:hover, .btn-outline-primary-20:focus {
  color: #292C2F;
  background-color: #CCE8EA;
  border-color: #CCE8EA;
}

.btn-outline-primary-50 {
  color: #80C5CA;
  background-color: transparent;
  border-color: #80C5CA;
}
.btn-outline-primary-50:hover, .btn-outline-primary-50:focus {
  color: #292C2F;
  background-color: #80C5CA;
  border-color: #80C5CA;
}

.btn-outline-primary-80 {
  color: #33A3AA;
  background-color: transparent;
  border-color: #33A3AA;
}
.btn-outline-primary-80:hover, .btn-outline-primary-80:focus {
  color: #fff;
  background-color: #33A3AA;
  border-color: #33A3AA;
}

.btn-outline-secondary-20 {
  color: #CCD4D8;
  background-color: transparent;
  border-color: #CCD4D8;
}
.btn-outline-secondary-20:hover, .btn-outline-secondary-20:focus {
  color: #292C2F;
  background-color: #CCD4D8;
  border-color: #CCD4D8;
}

.btn-outline-secondary-50 {
  color: #80929E;
  background-color: transparent;
  border-color: #80929E;
}
.btn-outline-secondary-50:hover, .btn-outline-secondary-50:focus {
  color: #fff;
  background-color: #80929E;
  border-color: #80929E;
}

.btn-outline-secondary-80 {
  color: #335165;
  background-color: transparent;
  border-color: #335165;
}
.btn-outline-secondary-80:hover, .btn-outline-secondary-80:focus {
  color: #fff;
  background-color: #335165;
  border-color: #335165;
}

.btn-outline-artsLawEducation-100 {
  color: #D11349;
  background-color: transparent;
  border-color: #D11349;
}
.btn-outline-artsLawEducation-100:hover, .btn-outline-artsLawEducation-100:focus {
  color: #fff;
  background-color: #D11349;
  border-color: #D11349;
}

.btn-outline-businessEconomics-100 {
  color: #0077B7;
  background-color: transparent;
  border-color: #0077B7;
}
.btn-outline-businessEconomics-100:hover, .btn-outline-businessEconomics-100:focus {
  color: #fff;
  background-color: #0077B7;
  border-color: #0077B7;
}

.btn-outline-pacificTafe-100 {
  color: #5C59A7;
  background-color: transparent;
  border-color: #5C59A7;
}
.btn-outline-pacificTafe-100:hover, .btn-outline-pacificTafe-100:focus {
  color: #fff;
  background-color: #5C59A7;
  border-color: #5C59A7;
}

.btn-outline-scienceTechEnvironment-100 {
  color: #F58025;
  background-color: transparent;
  border-color: #F58025;
}
.btn-outline-scienceTechEnvironment-100:hover, .btn-outline-scienceTechEnvironment-100:focus {
  color: #292C2F;
  background-color: #F58025;
  border-color: #F58025;
}

.btn-outline-studentInfoGeneralInterest-100 {
  color: #52B242;
  background-color: transparent;
  border-color: #52B242;
}
.btn-outline-studentInfoGeneralInterest-100:hover, .btn-outline-studentInfoGeneralInterest-100:focus {
  color: #fff;
  background-color: #52B242;
  border-color: #52B242;
}

.btn-outline-ui-25 {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-outline-ui-25:hover, .btn-outline-ui-25:focus {
  color: #292C2F;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-outline-ui-50 {
  color: #FAFAFA;
  background-color: transparent;
  border-color: #FAFAFA;
}
.btn-outline-ui-50:hover, .btn-outline-ui-50:focus {
  color: #292C2F;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}

.btn-outline-ui-100 {
  color: #F2F4F5;
  background-color: transparent;
  border-color: #F2F4F5;
}
.btn-outline-ui-100:hover, .btn-outline-ui-100:focus {
  color: #292C2F;
  background-color: #F2F4F5;
  border-color: #F2F4F5;
}

.btn-outline-ui-200 {
  color: #EBEDEE;
  background-color: transparent;
  border-color: #EBEDEE;
}
.btn-outline-ui-200:hover, .btn-outline-ui-200:focus {
  color: #292C2F;
  background-color: #EBEDEE;
  border-color: #EBEDEE;
}

.btn-outline-ui-300 {
  color: #DFE2E3;
  background-color: transparent;
  border-color: #DFE2E3;
}
.btn-outline-ui-300:hover, .btn-outline-ui-300:focus {
  color: #292C2F;
  background-color: #DFE2E3;
  border-color: #DFE2E3;
}

.btn-outline-ui-400 {
  color: #CED0D1;
  background-color: transparent;
  border-color: #CED0D1;
}
.btn-outline-ui-400:hover, .btn-outline-ui-400:focus {
  color: #292C2F;
  background-color: #CED0D1;
  border-color: #CED0D1;
}

.btn-outline-ui-500 {
  color: #ADB2B5;
  background-color: transparent;
  border-color: #ADB2B5;
}
.btn-outline-ui-500:hover, .btn-outline-ui-500:focus {
  color: #292C2F;
  background-color: #ADB2B5;
  border-color: #ADB2B5;
}

.btn-outline-ui-600 {
  color: #828689;
  background-color: transparent;
  border-color: #828689;
}
.btn-outline-ui-600:hover, .btn-outline-ui-600:focus {
  color: #fff;
  background-color: #828689;
  border-color: #828689;
}

.btn-outline-ui-700 {
  color: #4D5154;
  background-color: transparent;
  border-color: #4D5154;
}
.btn-outline-ui-700:hover, .btn-outline-ui-700:focus {
  color: #fff;
  background-color: #4D5154;
  border-color: #4D5154;
}

.btn-outline-ui-800 {
  color: #292C2F;
  background-color: transparent;
  border-color: #292C2F;
}
.btn-outline-ui-800:hover, .btn-outline-ui-800:focus {
  color: #fff;
  background-color: #292C2F;
  border-color: #292C2F;
}

.btn-outline-ui-900 {
  color: #1C1F23;
  background-color: transparent;
  border-color: #1C1F23;
}
.btn-outline-ui-900:hover, .btn-outline-ui-900:focus {
  color: #fff;
  background-color: #1C1F23;
  border-color: #1C1F23;
}

.btn-outline-success {
  color: #38B2AC;
  background-color: transparent;
  border-color: #38B2AC;
}
.btn-outline-success:hover, .btn-outline-success:focus {
  color: #fff;
  background-color: #38B2AC;
  border-color: #38B2AC;
}

.btn-outline-success-light {
  color: #E6FFFA;
  background-color: transparent;
  border-color: #E6FFFA;
}
.btn-outline-success-light:hover, .btn-outline-success-light:focus {
  color: #292C2F;
  background-color: #E6FFFA;
  border-color: #E6FFFA;
}

.btn-outline-success-dark {
  color: #234E52;
  background-color: transparent;
  border-color: #234E52;
}
.btn-outline-success-dark:hover, .btn-outline-success-dark:focus {
  color: #fff;
  background-color: #234E52;
  border-color: #234E52;
}

.btn-outline-warning {
  color: #ED8936;
  background-color: transparent;
  border-color: #ED8936;
}
.btn-outline-warning:hover, .btn-outline-warning:focus {
  color: #292C2F;
  background-color: #ED8936;
  border-color: #ED8936;
}

.btn-outline-warning-light {
  color: #FFFAF0;
  background-color: transparent;
  border-color: #FFFAF0;
}
.btn-outline-warning-light:hover, .btn-outline-warning-light:focus {
  color: #292C2F;
  background-color: #FFFAF0;
  border-color: #FFFAF0;
}

.btn-outline-warning-dark {
  color: #C05621;
  background-color: transparent;
  border-color: #C05621;
}
.btn-outline-warning-dark:hover, .btn-outline-warning-dark:focus {
  color: #fff;
  background-color: #C05621;
  border-color: #C05621;
}

.btn-outline-info {
  color: #4299E1;
  background-color: transparent;
  border-color: #4299E1;
}
.btn-outline-info:hover, .btn-outline-info:focus {
  color: #fff;
  background-color: #4299E1;
  border-color: #4299E1;
}

.btn-outline-info-light {
  color: #E4F3FF;
  background-color: transparent;
  border-color: #E4F3FF;
}
.btn-outline-info-light:hover, .btn-outline-info-light:focus {
  color: #292C2F;
  background-color: #E4F3FF;
  border-color: #E4F3FF;
}

.btn-outline-info-dark {
  color: #065495;
  background-color: transparent;
  border-color: #065495;
}
.btn-outline-info-dark:hover, .btn-outline-info-dark:focus {
  color: #fff;
  background-color: #065495;
  border-color: #065495;
}

.btn-outline-danger {
  color: #F56565;
  background-color: transparent;
  border-color: #F56565;
}
.btn-outline-danger:hover, .btn-outline-danger:focus {
  color: #fff;
  background-color: #F56565;
  border-color: #F56565;
}

.btn-outline-danger-light {
  color: #FFF5F5;
  background-color: transparent;
  border-color: #FFF5F5;
}
.btn-outline-danger-light:hover, .btn-outline-danger-light:focus {
  color: #292C2F;
  background-color: #FFF5F5;
  border-color: #FFF5F5;
}

.btn-outline-danger-dark {
  color: #C53030;
  background-color: transparent;
  border-color: #C53030;
}
.btn-outline-danger-dark:hover, .btn-outline-danger-dark:focus {
  color: #fff;
  background-color: #C53030;
  border-color: #C53030;
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-outline-white:hover, .btn-outline-white:focus {
  color: #292C2F;
  background-color: #fff;
  border-color: #fff;
}

.btn-favourites {
  display: inline-flex;
  align-items: center;
  border-width: 1px;
}
.btn-favourites svg {
  margin-left: 10px;
}

.card-programme__favourite:hover {
  opacity: 0.7;
}

.toggle {
  border: 1px solid #EBEDEE;
  margin-bottom: 20px;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .toggle {
    margin-bottom: 10px;
  }
}
.toggle__btn {
  font-weight: normal;
  background: none;
  width: 100%;
  border: none;
  text-align: left;
  border-radius: 0;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  justify-content: flex-start;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  color: #002432;
  padding: 20px 70px 20px 25px;
}
@media (max-width: 767px) {
  .toggle__btn {
    font-size: 16px;
  }
}
.toggle__btn:focus {
  outline: none;
}
.toggle__btn svg {
  width: 14px;
  fill: #002432;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) scaleY(-1);
}
.toggle__btn.collapsed svg {
  transform: translateY(-50%) scaleY(1);
}
.toggle__content {
  padding: 10px 25px 20px;
  color: #4D5154;
  overflow: hidden;
}
.toggle__content :last-child {
  margin: 0;
}

.card-news {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #4D5154;
}
.card-news__image {
  height: 0;
  padding: 0;
  padding-top: 70%;
  position: relative;
}
.card-news__image img {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.card-news__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 38, 62, 0.3);
}
.card-news__image-meta {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  padding: 5px 10px;
  z-index: 2;
}
.card-news__body {
  flex-grow: 1;
  margin-right: 30px;
  margin-top: -60px;
  display: flex;
  padding: 40px;
  position: relative;
  z-index: 2;
  background: #fff;
  flex-direction: column;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
}
.card-news__meta {
  margin-top: -78px;
  margin-right: -40px;
  margin-bottom: 53px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.card-news__meta a {
  color: #fff;
}
.card-news__category {
  margin-bottom: 10px;
  color: #80929E;
}
.card-news__title {
  color: #002432;
  margin-bottom: 16px;
}
.card-news__content {
  margin-bottom: 30px;
}
.card-news__content :last-child {
  margin: 0;
}
.card-news__footer {
  margin-top: auto;
}
@media (max-width: 1199px) {
  .card-news__image {
    padding-top: 87.5%;
  }
  .card-news__body {
    padding: 30px 20px;
  }
  .card-news__meta {
    margin-right: -20px;
    margin-top: -68px;
    margin-bottom: 43px;
  }
}

.card-stories {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #4D5154;
}
.card-stories__image {
  height: 0;
  padding: 0;
  padding-top: 70%;
  position: relative;
}
.card-stories__image img {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.card-stories__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 38, 62, 0.3);
}
.card-stories__image-meta {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  padding: 5px 10px;
  z-index: 2;
}
.card-stories__body {
  flex-grow: 1;
  margin-right: 30px;
  margin-top: -60px;
  display: flex;
  padding: 40px;
  position: relative;
  z-index: 2;
  background: #fff;
  flex-direction: column;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
}
.card-stories__meta {
  margin-top: -78px;
  margin-right: -40px;
  margin-bottom: 53px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.card-stories__meta a {
  color: #fff;
}
.card-stories__category {
  margin-bottom: 10px;
  color: #80929E;
}
.card-stories__title {
  color: #002432;
  margin-bottom: 16px;
}
.card-stories__content {
  margin-bottom: 30px;
}
.card-stories__content :last-child {
  margin: 0;
}
.card-stories__footer {
  margin-top: auto;
}
@media (max-width: 1199px) {
  .card-stories__image {
    padding-top: 87.5%;
  }
  .card-stories__body {
    padding: 30px 20px;
  }
  .card-stories__meta {
    margin-right: -20px;
    margin-top: -68px;
    margin-bottom: 43px;
  }
}

.card-slide {
  display: flex;
}
.card-slide__image {
  flex: 0 0 76%;
  order: 12;
  background: #EBEDEE;
}
.card-slide__body {
  flex: 0 0 24%;
  max-width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 0;
}
.card-slide__inner {
  padding: 40px;
  background: #fff;
  flex-direction: column;
  position: relative;
  z-index: 10;
  width: 475px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
}
.card-slide__title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.card-slide__content :last-child {
  margin: 0;
}
.card-slide__footer {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .card-slide {
    display: block;
    margin-bottom: 40px;
  }
  .card-slide__body {
    max-width: none;
  }
  .card-slide__inner {
    padding: 30px;
    box-shadow: none;
    width: auto;
  }
}

.card-feature {
  border: 1px solid #C4C4C4;
  background: #fff;
  display: flex !important;
  flex-direction: column;
  color: #4D5154;
  border-radius: 0;
  height: 100%;
}
.card-feature__image {
  background: #C4C4C4;
  height: 0;
  padding: 0;
  padding-top: 80%;
  position: relative;
}
.card-feature__image img {
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.card-feature__body {
  height: 100%;
  flex-grow: 1;
  display: flex;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
}
.card-feature__meta {
  color: #828282;
}
.card-feature__title {
  margin-top: 15px;
}
.card-feature__content {
  margin-bottom: 30px;
}
.card-feature__content :last-child {
  margin: 0;
}
.card-feature__footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

.card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.card-content__image {
  min-height: 60px;
}
.card-content .media {
  padding-top: 70%;
}
.card-content .media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card-content__body {
  flex-grow: 1;
  margin-right: 30px;
  display: flex;
  padding: 40px;
  position: relative;
  z-index: 2;
  background: #fff;
  flex-direction: column;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
}
.card-content__title {
  color: #002432;
  margin-bottom: 16px;
}
.card-content__content {
  margin-bottom: 24px;
  color: #4D5154;
}
.card-content__content :last-child {
  margin: 0;
}
.card-content__footer {
  margin-top: auto;
}
@media (max-width: 1199px) {
  .card-content__body {
    padding: 30px 20px;
  }
}

.card-content--media .card-content__body {
  margin-top: -60px;
}

.card-simple {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.card-simple .media {
  padding-top: 70%;
}
.card-simple__body {
  flex-grow: 1;
  display: flex;
  padding: 30px 0;
  position: relative;
  flex-direction: column;
}
.card-simple__title {
  color: #002432;
  margin-bottom: 16px;
}
.card-simple__content {
  margin-bottom: 24px;
  color: #4D5154;
}
.card-simple__content :last-child {
  margin: 0;
}
.card-simple__footer {
  margin-top: auto;
}

.card__details {
  display: block;
  padding: 18px 30px;
  border-bottom: 1px solid #EBEDEE;
}
.card__detail {
  display: inline-block;
  font-weight: 600;
  color: #002432;
  margin-right: 4px;
}
.card__information {
  display: inline-block;
}
.card__information :last-child {
  margin-bottom: 0;
}
.card__information, .card__information a {
  color: #33A3AA;
}

.card-campus {
  border: 1px solid #EBEDEE;
  border-top: 3px solid #008C95;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  color: #4D5154;
  border-radius: 0;
  transition: all 0.5s;
}
.card-campus:hover {
  background: #FFFFFF;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
}
.card-campus__body {
  flex-grow: 1;
  display: flex;
  padding: 0;
  flex-direction: column;
}
.card-campus__title {
  padding: 30px;
  border-bottom: 1px solid #EBEDEE;
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
}
.card-campus__title a {
  color: #002432;
}
.card-campus__footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.card-campus .toggle {
  margin: -1px;
  background: none;
}
.card-campus .toggle__btn {
  padding-left: 30px;
  background: none;
  color: #002432;
  font-weight: 600;
}
.card-campus .toggle__content {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .card-campus__title {
    padding: 20px;
  }
  .card-campus__details {
    padding: 20px;
  }
  .card-campus .toggle__btn {
    padding-left: 20px;
  }
  .card-campus .toggle__content {
    padding-left: 20px;
  }
}

.card-timeline {
  border: 1px solid #DFE2E3;
  background: #fff;
  display: flex;
  flex-direction: column;
  color: #4D5154;
  border-radius: 0;
  break-inside: avoid-column;
  margin-bottom: 60px;
}
.card-timeline__body {
  flex-grow: 1;
  display: flex;
  padding: 40px 45px 40px;
  flex-direction: column;
}
.card-timeline__year {
  margin-bottom: 10px;
}
.card-timeline__title {
  display: flex;
}
.card-timeline__content hr {
  border: none;
  background: #DFE2E3;
  height: 1px;
  margin: 40px 0;
}
.card-timeline__content :last-child {
  margin-bottom: 0;
}
.card-timeline__actions {
  margin-top: 30px;
}
.card-timeline__footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.card-timeline .toggle {
  margin: -1px;
}
.card-timeline .toggle__btn {
  padding-left: 40px;
}
.card-timeline .toggle__content {
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .card-timeline__body {
    padding: 30px 20px;
  }
}

.section-programmes--favourites .card-programme,
.programme-single .card-programme {
  height: auto;
}
.section-programmes--favourites .card-programme__body,
.programme-single .card-programme__body {
  min-height: 240px;
}

.card-programme {
  border: 1px solid #EBEDEE;
  background: #FAFAFA;
  border-top: 3px solid #33A3AA;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.card-programme__body {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  flex-grow: 1;
  padding: 27px 30px 30px;
}
.card-programme__meta {
  color: #80929E;
}
.card-programme__meta--faculty {
  padding-right: 40px;
}
.card-programme__title {
  margin: 15px 0 6px;
}
.card-programme__study-level {
  margin-top: auto;
}
.card-programme__wrapper {
  position: relative;
  color: #33A3AA;
}
.card-programme__favourite {
  border: none;
  padding: 0;
  background: none;
  position: absolute;
  top: 14px;
  right: 8px;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002432;
}
.card-programme__favourite.js-remove-from-shortlist {
  color: #008C95;
}
.card-programme__footer {
  border-top: 1px solid #EBEDEE;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  padding: 30px;
  transition: all 0.5s;
  transform: translateY(100%);
}
.card-programme:hover {
  background: #FFFFFF;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
}
.card-programme:hover .card-programme__footer {
  transform: none;
}
.card-programme .card__details {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  border-top: 1px solid #ebedee;
  border-bottom: none;
}
.card-programme__after {
  margin: 15px 0 60px;
}
@media (max-width: 1199px) {
  .card-programme__body {
    padding: 25px 20px;
  }
}

.card-programme--favourite {
  min-height: 560px;
}
.card-programme--favourite .card-programme__footer {
  position: static;
}
.card-programme--favourite .card-programme__footer-wrapper {
  max-height: 0;
  transition: all 0.5s;
}
.card-programme--favourite:hover .card-programme__footer-wrapper {
  max-height: 101px;
}

.card-event {
  border: 1px solid #EBEDEE;
  align-items: center;
  height: 100%;
  display: flex;
  flex-direction: row;
  background: #FFFFFF;
  color: #4D5154;
}
.card-event__image {
  flex: 0 0 32%;
  background: #EBEDEE;
}
.card-event__image-inner {
  height: 0;
  padding: 0;
  padding-top: 65%;
  position: relative;
}
.card-event__image img {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.card-event__image-meta {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  padding: 5px 10px;
  z-index: 2;
}
.card-event__body {
  flex-grow: 1;
  padding: 40px;
}
.card-event__category {
  margin-bottom: 20px;
  color: #80929E;
}
.card-event__title {
  color: #002432;
  margin-bottom: 16px;
}
.card-event__date {
  color: #33A3AA;
}
.card-event__footer {
  padding: 40px 60px;
}
@media (max-width: 1199px) {
  .card-event {
    display: block;
  }
  .card-event__image-inner {
    padding-top: 52%;
  }
  .card-event__body {
    padding: 30px 20px;
  }
  .card-event__footer {
    padding: 0 20px 30px;
  }
}

.card-bio {
  display: flex !important;
  flex-direction: column;
  border-radius: 0;
}
@media (max-width: 767px) {
  .card-bio {
    padding: 0 30px;
  }
}
.card-bio__image {
  background: #C4C4C4;
  height: 0;
  padding: 0;
  padding-top: 100%;
  position: relative;
}
.card-bio__image img {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.card-bio__body {
  flex-grow: 1;
  display: flex;
  padding: 10px 0;
  flex-direction: column;
}
.card-bio__title {
  margin: 0 0 4px !important;
}

body .swiper-wrapper {
  height: auto;
}

.swiper-button-container {
  position: relative;
}
.swiper-button-container .swiper-button-next,
.swiper-button-container .swiper-container-rtl .swiper-button-prev {
  top: auto;
  left: auto;
  position: absolute;
  bottom: 60px;
  height: 40px;
  width: 40px;
  background: #fff;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swiper-button-container .swiper-button-next:after,
.swiper-button-container .swiper-container-rtl .swiper-button-prev:after {
  content: "";
  font-family: sans-serif;
  height: 16px;
  width: 11px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 8L1 15' stroke='%2300263E' stroke-width='2'/%3E%3C/svg%3E%0A");
}
@media (max-width: 575px) {
  .swiper-button-container .swiper-button-next,
.swiper-button-container .swiper-container-rtl .swiper-button-prev {
    right: 16px;
    bottom: 16px;
  }
}
.swiper-button-container .swiper-button-prev,
.swiper-button-container .swiper-container-rtl .swiper-button-next {
  top: auto;
  left: auto;
  position: absolute;
  bottom: 60px;
  height: 40px;
  width: 40px;
  background: #fff;
  right: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swiper-button-container .swiper-button-prev:after,
.swiper-button-container .swiper-container-rtl .swiper-button-next:after {
  content: "";
  font-family: sans-serif;
  height: 16px;
  width: 11px;
  display: block;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 8L1 15' stroke='%2300263E' stroke-width='2'/%3E%3C/svg%3E%0A");
}
@media (max-width: 575px) {
  .swiper-button-container .swiper-button-prev,
.swiper-button-container .swiper-container-rtl .swiper-button-next {
    right: 61px;
    bottom: 16px;
  }
}

.swiper-pagination {
  display: flex;
  width: 100%;
  max-width: 214px;
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  height: 5px;
  border-radius: 0;
  background: #DFE2E3;
  margin: 0 2px !important;
  opacity: 1;
  display: block;
  flex: 0 0 auto;
  width: 52px;
  transform: skew(-15deg);
}

.swiper-pagination-bullet-active {
  background: #008C95;
}

.header-wrapper {
  height: 120px;
  position: relative;
  z-index: 1001;
}

.header-wrapper .searchform .form-control, .header-wrapper .searchform .elementor-field-group .elementor-field-textual, .elementor-field-group .header-wrapper .searchform .elementor-field-textual, .header-wrapper .searchform .wpforms-field-email input, .wpforms-field-email .header-wrapper .searchform input,
.header-wrapper .searchform .wpforms-field-number input,
.wpforms-field-number .header-wrapper .searchform input,
.header-wrapper .searchform .wpforms-field-name input,
.wpforms-field-name .header-wrapper .searchform input,
.header-wrapper .searchform .wpforms-field-phone input,
.wpforms-field-phone .header-wrapper .searchform input,
.header-wrapper .searchform .wpforms-field-address input,
.wpforms-field-address .header-wrapper .searchform input,
.header-wrapper .searchform .wpforms-field-date-time input,
.wpforms-field-date-time .header-wrapper .searchform input,
.header-wrapper .searchform .wpforms-field-url input,
.wpforms-field-url .header-wrapper .searchform input,
.header-wrapper .searchform .wpforms-field-password input,
.wpforms-field-password .header-wrapper .searchform input,
.header-wrapper .searchform .wpforms-field-text input,
.wpforms-field-text .header-wrapper .searchform input, .header-wrapper .searchform .textarea, .header-wrapper .searchform .wpforms-field-textarea textarea, .wpforms-field-textarea .header-wrapper .searchform textarea, .header-wrapper .searchform .select, .header-wrapper .searchform .wpforms-field-address select, .wpforms-field-address .header-wrapper .searchform select,
.header-wrapper .searchform .wpforms-field-select select,
.wpforms-field-select .header-wrapper .searchform select {
  background: none;
  border: none;
}
.header-wrapper .searchform .btn-primary, .header-wrapper .searchform .elementor-form .elementor-button, .elementor-form .header-wrapper .searchform .elementor-button, .header-wrapper .searchform .wpforms-submit,
.header-wrapper .searchform .wpforms-page-button {
  display: flex;
  height: 50px;
  padding: 0;
  width: 50px;
  align-items: center;
  justify-content: center;
  background: none;
  border-color: transparent;
}
.header-wrapper .search-link {
  display: flex;
  height: 50px;
  width: 50px;
  color: #002432;
  align-items: center;
  margin-left: auto;
  justify-content: center;
}
.header-wrapper .search-link .icon-close {
  display: none;
}
.header-wrapper .search-link.toggled .icon-close {
  display: block;
}
.header-wrapper .search-link.toggled .icon-search {
  display: none;
}

.header-main {
  background: #fff;
  position: relative;
  border-bottom: 1px solid #F2F4F5;
}
.header-main .custom-logo-link {
  margin: 30px 0;
}
.header-main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main__menu {
  margin-left: auto;
}
.header-main__menu ul.mobile-menu-2,
.header-main__menu ul.mobile-menu-2 ul {
  background: #FAFAFA;
}
.header-main__menu ul.mobile-menu-2 li:hover a {
  background: #FAFAFA !important;
}
.header-main__menu ul.mobile-menu-2 li:first-child {
  border-top: 0;
}
@media (min-width: 1199px) {
  .header-main__menu ul.mobile-menu-2 {
    display: none;
  }
}
.header-main .custom-logo-link {
  align-self: center;
  transition: all 0.3s;
  display: block;
}
.header-main .custom-logo-link img, .header-main .custom-logo-link svg {
  transition: all 0.3s;
}
.header-main .menu {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
  transition: all 0.3s;
  display: flex;
  justify-content: flex-end;
}
.header-main .menu > li > a {
  color: #002432;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.07em;
  font-family: montserrat, arial, sans-serif;
  align-items: center;
  padding: 23px 10px;
}
.header-main .menu > li > a svg {
  margin-left: 6px;
}
.header-main .menu > li > a:hover {
  color: #008C95;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-main .menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header-main .menu > li > a svg {
    margin-left: 4px;
  }
}
@media (min-width: 1199px) {
  .header-main .menu > li:last-child {
    margin-right: -15px;
  }
}

.dropdown {
  position: relative;
}

.dropdown--mega-menu {
  position: static;
}

.dropdown-toggle svg {
  margin-left: 4px;
  vertical-align: -1px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  list-style: none;
  padding: 10px;
  margin: 0;
  min-width: 220px;
  z-index: 1000;
  border: 1px solid #EEEEEE;
  border-top: none;
  margin-top: 0;
  background: #fff;
}
.dropdown-menu[style] {
  top: 100% !important;
  left: 0 !important;
  transform: none !important;
}
.dropdown-menu.show {
  display: block;
}
@media (max-width: 1199px) {
  .dropdown-menu {
    position: relative;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    visibility: hidden;
    display: block !important;
    pointer-events: none;
  }

  .nav-item.dropdown.hover > a svg {
    transform: scaleY(-1);
  }
  .nav-item.dropdown.hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.dropdown-mega-menu {
  background: #FAFAFA;
  border: 20px solid #FFFFFF;
  z-index: 1000;
  padding: 0;
  margin: 0;
  padding-top: 50px;
  width: 100%;
  padding-bottom: 50px;
}
.dropdown-mega-menu[style] {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
  width: 100% !important;
}

@media (max-width: 1199px) {
  .nav-item.dropdown.open > a svg {
    transform: scaleY(-1);
  }
  .nav-item.dropdown.open > .dropdown-menu {
    opacity: 1;
    border: none;
    display: block;
    visibility: visible;
    pointer-events: auto;
  }

  .dropdown-mega-menu {
    border: none;
    padding: 16px;
  }
}
.dropdown-item {
  color: #4D5154;
  display: block;
  font-size: 14px;
  padding: 8px 15px;
}
.dropdown-item:hover {
  color: #008C95;
}

.mega-menu .container {
  display: block;
}
.mega-menu__menu {
  list-style: none;
  padding: 0;
}

.header-main--sticky {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
.header-main--sticky .custom-logo-link {
  margin: 15px 0;
}
.header-main--sticky .custom-logo-link img, .header-main--sticky .custom-logo-link svg {
  width: 93px;
  height: auto;
}
.header-main--sticky .menu {
  margin-top: 0;
}
.admin-bar .header-main--sticky {
  top: 32px;
}

.navbar-toggler {
  background: none;
  padding: 0;
  border: none;
  height: 50px;
  width: 50px;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .header-main__menu {
    width: 100%;
  }
  .header-main .menu > li > a {
    font-size: 13px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-main .custom-logo-link {
    margin: 12px 0;
  }
  .header-main .custom-logo-link img, .header-main .custom-logo-link svg {
    width: 88px;
    height: 26px;
    display: block;
    object-fit: cover;
    object-position: top center;
  }

  .header-main .container {
    flex-wrap: wrap;
  }
  .header-main__menu {
    margin: 0;
  }
  .header-main .menu {
    margin: 0;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .navbar-collapse {
    display: block !important;
  }

  .header-main .search-link {
    display: none;
  }

  .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-wrapper {
    height: 61px;
  }

  .header-topbar {
    display: none;
  }

  .header-main .custom-logo-link {
    margin: 10px 0;
  }
  .header-main .custom-logo-link img, .header-main .custom-logo-link svg {
    width: 88px;
    height: 40px;
    display: block;
    object-fit: cover;
    object-position: top center;
  }

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

  .header-main .container {
    position: static;
    flex-wrap: wrap;
  }
  .header-main .search-link {
    width: 30px;
  }
  .header-main .searchform {
    width: 175px;
  }
  .header-main .searchform .btn-primary, .header-main .searchform .elementor-form .elementor-button, .elementor-form .header-main .searchform .elementor-button, .header-main .searchform .wpforms-submit,
.header-main .searchform .wpforms-page-button {
    color: #008C95;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    max-height: calc(100vh - 61px);
    overflow-y: scroll;
  }
  .navbar-collapse .menu {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .navbar-collapse .menu > li > a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
    padding: 13px 16px;
    color: #002432 !important;
    border-top: 1px solid #F2F4F5;
    display: flex;
    justify-content: space-between;
  }
  .navbar-collapse .menu > li > a svg {
    margin-right: 2.5px;
  }
  .navbar-collapse .menu .dropdown-menu[style] {
    position: static !important;
  }
}
@media (max-width: 1199px) {
  .navbar-collapse .menu {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse .menu {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .navbar-collapse .menu {
    max-width: 540px;
  }
}
.header-wrapper .searchform {
  margin-bottom: 0;
}

.header-topbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
}
.header-topbar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 35vw;
  background: #002432;
  height: 100%;
  z-index: -1;
}
.header-topbar .container {
  display: flex;
  justify-content: flex-end;
}
.header-topbar__menu {
  margin-left: auto;
  display: flex;
  background: #002432;
  justify-content: flex-end;
  align-items: center;
  z-index: 10;
  padding-left: 0;
  height: 50px;
  position: relative;
}
.header-topbar .menu {
  list-style: none;
  padding: 0 0 0 15px;
  background: #002432;
  display: flex;
  margin: 0;
  transition: all 0.3s;
  pointer-events: none;
  position: absolute;
  right: 50px;
  max-width: 0;
  overflow: hidden;
}
.header-topbar .menu.active {
  max-width: 794px;
  overflow: visible;
  pointer-events: auto;
}
.header-topbar .menu > li > a {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15.5px 5px;
}
.header-topbar .menu > li:hover a {
  color: #FFFFFF;
  background: #335165;
}
.header-topbar .dropdown-menu {
  background-color: #335165;
  border-color: #335165;
  margin-top: 0;
  padding: 5px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
}
.header-topbar .dropdown-menu > li > a {
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 5px 10px;
  font-weight: 600;
}
.header-topbar .dropdown-menu > li > a:hover {
  background-color: #80929E;
}
.header-topbar .searchform-wrapper {
  width: 0;
  overflow: hidden;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}
.header-topbar .searchform-wrapper.active {
  width: 494px;
}
.header-topbar .searchform .form-control, .header-topbar .searchform .elementor-field-group .elementor-field-textual, .elementor-field-group .header-topbar .searchform .elementor-field-textual, .header-topbar .searchform .wpforms-field-email input, .wpforms-field-email .header-topbar .searchform input,
.header-topbar .searchform .wpforms-field-number input,
.wpforms-field-number .header-topbar .searchform input,
.header-topbar .searchform .wpforms-field-name input,
.wpforms-field-name .header-topbar .searchform input,
.header-topbar .searchform .wpforms-field-phone input,
.wpforms-field-phone .header-topbar .searchform input,
.header-topbar .searchform .wpforms-field-address input,
.wpforms-field-address .header-topbar .searchform input,
.header-topbar .searchform .wpforms-field-date-time input,
.wpforms-field-date-time .header-topbar .searchform input,
.header-topbar .searchform .wpforms-field-url input,
.wpforms-field-url .header-topbar .searchform input,
.header-topbar .searchform .wpforms-field-password input,
.wpforms-field-password .header-topbar .searchform input,
.header-topbar .searchform .wpforms-field-text input,
.wpforms-field-text .header-topbar .searchform input, .header-topbar .searchform .textarea, .header-topbar .searchform .wpforms-field-textarea textarea, .wpforms-field-textarea .header-topbar .searchform textarea, .header-topbar .searchform .select, .header-topbar .searchform .wpforms-field-address select, .wpforms-field-address .header-topbar .searchform select,
.header-topbar .searchform .wpforms-field-select select,
.wpforms-field-select .header-topbar .searchform select {
  color: #fff;
}
.header-topbar .searchform .form-control:focus, .header-topbar .searchform .elementor-field-group .elementor-field-textual:focus, .elementor-field-group .header-topbar .searchform .elementor-field-textual:focus, .header-topbar .searchform .wpforms-field-email input:focus, .wpforms-field-email .header-topbar .searchform input:focus,
.header-topbar .searchform .wpforms-field-number input:focus,
.wpforms-field-number .header-topbar .searchform input:focus,
.header-topbar .searchform .wpforms-field-name input:focus,
.wpforms-field-name .header-topbar .searchform input:focus,
.header-topbar .searchform .wpforms-field-phone input:focus,
.wpforms-field-phone .header-topbar .searchform input:focus,
.header-topbar .searchform .wpforms-field-address input:focus,
.wpforms-field-address .header-topbar .searchform input:focus,
.header-topbar .searchform .wpforms-field-date-time input:focus,
.wpforms-field-date-time .header-topbar .searchform input:focus,
.header-topbar .searchform .wpforms-field-url input:focus,
.wpforms-field-url .header-topbar .searchform input:focus,
.header-topbar .searchform .wpforms-field-password input:focus,
.wpforms-field-password .header-topbar .searchform input:focus,
.header-topbar .searchform .wpforms-field-text input:focus,
.wpforms-field-text .header-topbar .searchform input:focus, .header-topbar .searchform .textarea:focus, .header-topbar .searchform .wpforms-field-textarea textarea:focus, .wpforms-field-textarea .header-topbar .searchform textarea:focus, .header-topbar .searchform .select:focus, .header-topbar .searchform .wpforms-field-address select:focus, .wpforms-field-address .header-topbar .searchform select:focus,
.header-topbar .searchform .wpforms-field-select select:focus,
.wpforms-field-select .header-topbar .searchform select:focus {
  outline: none;
  box-shadow: none;
}
.header-topbar .searchform .form-control:-ms-input-placeholder, .header-topbar .searchform .elementor-field-group .elementor-field-textual:-ms-input-placeholder, .elementor-field-group .header-topbar .searchform .elementor-field-textual:-ms-input-placeholder, .header-topbar .searchform .wpforms-field-email input:-ms-input-placeholder, .wpforms-field-email .header-topbar .searchform input:-ms-input-placeholder, .header-topbar .searchform .wpforms-field-number input:-ms-input-placeholder, .wpforms-field-number .header-topbar .searchform input:-ms-input-placeholder, .header-topbar .searchform .wpforms-field-name input:-ms-input-placeholder, .wpforms-field-name .header-topbar .searchform input:-ms-input-placeholder, .header-topbar .searchform .wpforms-field-phone input:-ms-input-placeholder, .wpforms-field-phone .header-topbar .searchform input:-ms-input-placeholder, .header-topbar .searchform .wpforms-field-address input:-ms-input-placeholder, .wpforms-field-address .header-topbar .searchform input:-ms-input-placeholder, .header-topbar .searchform .wpforms-field-date-time input:-ms-input-placeholder, .wpforms-field-date-time .header-topbar .searchform input:-ms-input-placeholder, .header-topbar .searchform .wpforms-field-url input:-ms-input-placeholder, .wpforms-field-url .header-topbar .searchform input:-ms-input-placeholder, .header-topbar .searchform .wpforms-field-password input:-ms-input-placeholder, .wpforms-field-password .header-topbar .searchform input:-ms-input-placeholder, .header-topbar .searchform .wpforms-field-text input:-ms-input-placeholder, .wpforms-field-text .header-topbar .searchform input:-ms-input-placeholder, .header-topbar .searchform .textarea:-ms-input-placeholder, .header-topbar .searchform .wpforms-field-textarea textarea:-ms-input-placeholder, .wpforms-field-textarea .header-topbar .searchform textarea:-ms-input-placeholder, .header-topbar .searchform .select:-ms-input-placeholder, .header-topbar .searchform .wpforms-field-address select:-ms-input-placeholder, .wpforms-field-address .header-topbar .searchform select:-ms-input-placeholder, .header-topbar .searchform .wpforms-field-select select:-ms-input-placeholder, .wpforms-field-select .header-topbar .searchform select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header-topbar .searchform .form-control::placeholder, .header-topbar .searchform .elementor-field-group .elementor-field-textual::placeholder, .elementor-field-group .header-topbar .searchform .elementor-field-textual::placeholder, .header-topbar .searchform .wpforms-field-email input::placeholder, .wpforms-field-email .header-topbar .searchform input::placeholder,
.header-topbar .searchform .wpforms-field-number input::placeholder,
.wpforms-field-number .header-topbar .searchform input::placeholder,
.header-topbar .searchform .wpforms-field-name input::placeholder,
.wpforms-field-name .header-topbar .searchform input::placeholder,
.header-topbar .searchform .wpforms-field-phone input::placeholder,
.wpforms-field-phone .header-topbar .searchform input::placeholder,
.header-topbar .searchform .wpforms-field-address input::placeholder,
.wpforms-field-address .header-topbar .searchform input::placeholder,
.header-topbar .searchform .wpforms-field-date-time input::placeholder,
.wpforms-field-date-time .header-topbar .searchform input::placeholder,
.header-topbar .searchform .wpforms-field-url input::placeholder,
.wpforms-field-url .header-topbar .searchform input::placeholder,
.header-topbar .searchform .wpforms-field-password input::placeholder,
.wpforms-field-password .header-topbar .searchform input::placeholder,
.header-topbar .searchform .wpforms-field-text input::placeholder,
.wpforms-field-text .header-topbar .searchform input::placeholder, .header-topbar .searchform .textarea::placeholder, .header-topbar .searchform .wpforms-field-textarea textarea::placeholder, .wpforms-field-textarea .header-topbar .searchform textarea::placeholder, .header-topbar .searchform .select::placeholder, .header-topbar .searchform .wpforms-field-address select::placeholder, .wpforms-field-address .header-topbar .searchform select::placeholder,
.header-topbar .searchform .wpforms-field-select select::placeholder,
.wpforms-field-select .header-topbar .searchform select::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header-topbar .searchform .form-control:-moz-placeholder, .header-topbar .searchform .elementor-field-group .elementor-field-textual:-moz-placeholder, .elementor-field-group .header-topbar .searchform .elementor-field-textual:-moz-placeholder, .header-topbar .searchform .wpforms-field-email input:-moz-placeholder, .wpforms-field-email .header-topbar .searchform input:-moz-placeholder,
.header-topbar .searchform .wpforms-field-number input:-moz-placeholder,
.wpforms-field-number .header-topbar .searchform input:-moz-placeholder,
.header-topbar .searchform .wpforms-field-name input:-moz-placeholder,
.wpforms-field-name .header-topbar .searchform input:-moz-placeholder,
.header-topbar .searchform .wpforms-field-phone input:-moz-placeholder,
.wpforms-field-phone .header-topbar .searchform input:-moz-placeholder,
.header-topbar .searchform .wpforms-field-address input:-moz-placeholder,
.wpforms-field-address .header-topbar .searchform input:-moz-placeholder,
.header-topbar .searchform .wpforms-field-date-time input:-moz-placeholder,
.wpforms-field-date-time .header-topbar .searchform input:-moz-placeholder,
.header-topbar .searchform .wpforms-field-url input:-moz-placeholder,
.wpforms-field-url .header-topbar .searchform input:-moz-placeholder,
.header-topbar .searchform .wpforms-field-password input:-moz-placeholder,
.wpforms-field-password .header-topbar .searchform input:-moz-placeholder,
.header-topbar .searchform .wpforms-field-text input:-moz-placeholder,
.wpforms-field-text .header-topbar .searchform input:-moz-placeholder, .header-topbar .searchform .textarea:-moz-placeholder, .header-topbar .searchform .wpforms-field-textarea textarea:-moz-placeholder, .wpforms-field-textarea .header-topbar .searchform textarea:-moz-placeholder, .header-topbar .searchform .select:-moz-placeholder, .header-topbar .searchform .wpforms-field-address select:-moz-placeholder, .wpforms-field-address .header-topbar .searchform select:-moz-placeholder,
.header-topbar .searchform .wpforms-field-select select:-moz-placeholder,
.wpforms-field-select .header-topbar .searchform select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header-topbar .searchform .input-group {
  flex-wrap: nowrap;
}
.header-topbar .searchform .btn-primary, .header-topbar .searchform .elementor-form .elementor-button, .elementor-form .header-topbar .searchform .elementor-button, .header-topbar .searchform .wpforms-submit,
.header-topbar .searchform .wpforms-page-button {
  color: #FFFFFF;
  width: 50px !important;
  white-space: nowrap;
}
.header-topbar .searchform .btn-primary:hover, .header-topbar .searchform .elementor-form .elementor-button:hover, .elementor-form .header-topbar .searchform .elementor-button:hover, .header-topbar .searchform .wpforms-submit:hover,
.header-topbar .searchform .wpforms-page-button:hover {
  color: #FFFFFF;
  background: #335165;
}
.header-topbar .search-link {
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.header-topbar .search-link:hover {
  color: #FFFFFF;
  background: #335165;
}

@media (max-width: 1199px) {
  .searchform-wrapper.active[style] {
    width: auto;
    display: block !important;
    flex-grow: 1;
    margin-left: 20px;
  }
  .searchform-wrapper.active[style] form {
    width: 100%;
  }
}
.header-subnav {
  background: #335165;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 73px;
  z-index: 100;
}
@media (max-width: 1199px) {
  .header-subnav {
    top: 61px;
  }
}
.header-subnav .site-name {
  color: #EBEDEE;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 14px 0;
  max-width: calc(100% - 70px);
}
.header-subnav .site-name a {
  color: #fff;
}
.admin-bar .header-subnav {
  top: 105px;
}
.header-subnav__menu .search-link {
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
}
.header-subnav .menu {
  list-style: none;
  padding: 0;
  display: flex;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.header-subnav .menu > li > a {
  color: #EBEDEE;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 15px;
}
.header-subnav .menu > li > a:hover {
  color: #FFFFFF;
}
.header-subnav .dropdown-menu {
  background-color: #335165;
  border-color: #335165;
  margin-top: 0;
  padding: 5px;
}
.header-subnav .dropdown-menu > li > a {
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 5px 10px;
  font-weight: 600;
}
.header-subnav .dropdown-menu > li > a:hover {
  background-color: #80929E;
}
.header-subnav__mobile-menu-2 .menu {
  display: block;
}
.header-subnav .subnav-toggler {
  margin-left: auto;
  color: #fff;
}

.footer {
  position: relative;
}
.footer a {
  color: #FFFFFF;
}
.footer a:hover {
  opacity: 0.7;
}
.footer__divider {
  height: calc(100% - 20px);
  width: 1px;
  background: #335165;
  display: block;
  margin-right: 10px;
}
@media (max-width: 1399px) {
  .footer__logo {
    margin-top: 50px;
  }
}

.footer__subscribe {
  display: block;
}
@media (min-width: 992px) {
  .footer__subscribe {
    position: absolute;
    left: 0;
    right: 0;
    top: -125px;
    z-index: 10;
  }
}
.footer__subscribe .footer-subscribe-widget__title {
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
.footer__subscribe .wpforms-container.inline-fields {
  margin: 0 auto;
  background: #008C95;
  padding: 30px 40px;
  max-width: 1100px;
}
.footer__subscribe .wpforms-container.inline-fields .wpforms-field-select {
  width: 320px;
}
@media (max-width: 767px) {
  .footer__subscribe {
    background: #008C95;
    padding: 20px 16px;
  }
  .footer__subscribe .footer-subscribe-widget__title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer__subscribe .wpforms-container.inline-fields {
    background: none;
    padding: 0;
  }
  .footer__subscribe .wpforms-container.inline-fields .wpforms-field-select {
    width: auto;
  }
  .footer__subscribe div.wpforms-container.inline-fields .wpforms-field {
    margin-bottom: 10px;
    padding: 0;
  }
}

.footer__main {
  padding: 115px 0 30px;
  color: #FFFFFF;
}
.footer__main a {
  color: #FFFFFF;
}
.footer__main a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer__main {
    padding: 0;
  }
  .footer__main .container {
    padding: 0;
  }
  .footer__main .row {
    margin: 0;
  }
  .footer__main .row > * {
    padding: 0;
  }
}

.footer-main-widget {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-main-widget {
    margin-bottom: 0;
  }
}
.footer-main-widget .image {
  width: 146px;
}
@media (max-width: 767px) {
  .footer-main-widget .image {
    margin-top: 50px;
  }
}
.footer-main-widget .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-main-widget .menu > li > a {
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 20px;
  min-height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-main-widget .menu > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-main-widget .menu > li > ul > li {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .footer-main-widget .menu > li > a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    padding: 16px;
    border-bottom: 1px solid #335165;
  }
  .footer-main-widget .menu > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: no-repeat center;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7L14 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  }
  .footer-main-widget .menu > li.open > a:after {
    transform: scaleY(-1);
  }
  .footer-main-widget .menu > li > ul {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.2s;
    background: #335165;
  }
  .footer-main-widget .menu > li > ul > li {
    margin: 0 0 12px;
  }
  .footer-main-widget .menu > li > ul > li:first-child {
    padding-top: 16px;
  }
  .footer-main-widget .menu > li > ul > li:last-child {
    padding-bottom: 4px;
  }
  .footer-main-widget .menu > li > ul > li > a {
    font-size: 13px;
    padding: 10px 16px;
  }
  .footer-main-widget .menu > li.open > ul {
    max-height: 320px;
  }
}

.social-media-icons {
  display: flex;
  justify-content: flex-end;
}
.social-media-icons a {
  display: block;
}
.social-media-icons a + a {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .social-media-icons {
    justify-content: center;
    margin-bottom: 40px !important;
  }
}

.footer__before--copyright {
  padding: 20px 0;
  color: #CCD4D8;
}
.footer__before--copyright p {
  margin: 0;
}
.footer__before--copyright a {
  color: #CCD4D8;
  display: inline-block;
  margin-bottom: 10px;
}
.footer__before--copyright a:hover {
  opacity: 0.7;
}

.textwidget :last-child {
  margin-bottom: 0;
}

.footer__copyright {
  padding: 15px 0;
  color: #fff;
}
.footer__copyright p {
  margin: 0;
}
.footer__copyright a {
  color: #fff;
}
.footer__copyright a:hover {
  opacity: 0.7;
}

.breadcrumbs-bar {
  padding: 13px 0;
  background: #FAFAFA;
  color: #002432;
}
.breadcrumbs-bar a {
  color: #002432;
}
.breadcrumbs-bar #breadcrumbs {
  margin: 0;
}
@media (max-width: 991px) {
  .breadcrumbs-bar {
    padding: 9px 0;
    font-size: 13px;
  }
}

.breadcrumbs-bar__breadcrumbs {
  max-width: 80%;
}

#breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
@media (max-width: 767px) {
  #breadcrumbs > span > span > a {
    display: none;
  }
  #breadcrumbs > span > span:before {
    content: "...";
  }
}

.btn.share-popover, .elementor-form .share-popover.elementor-button, .share-popover.wpforms-submit,
.share-popover.wpforms-page-button {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .btn.share-popover span, .elementor-form .share-popover.elementor-button span, .share-popover.wpforms-submit span,
.share-popover.wpforms-page-button span {
    display: none;
  }
}
.btn.share-popover svg, .elementor-form .share-popover.elementor-button svg, .share-popover.wpforms-submit svg,
.share-popover.wpforms-page-button svg {
  margin-left: 10px;
  margin-right: 13px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.popover-body {
  display: flex;
  align-items: center;
}
.popover-body a {
  display: block;
}
.popover-body a + a {
  margin-left: 10px;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 90px;
  height: 60px;
  width: 60px;
  z-index: 990;
  border-radius: 5px;
  background: #FFFFFF;
  color: #002432;
  border: 1px solid #EBEDEE;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
}
.back-to-top svg {
  width: 20px;
}
.back-to-top:hover {
  color: #008C95;
}

.wpforms-form {
  text-align: left;
}

.wpforms-field {
  overflow: visible !important;
}

.wpforms-field-sublabel {
  font-size: 0.875rem;
}
.wpforms-field-sublabel.after {
  margin-top: 2px;
}

.wpforms-field-radio ul,
.wpforms-field-checkbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wpforms-field-radio ul input,
.wpforms-field-checkbox ul input {
  margin-right: 3px;
}

.wpforms-field-hp,
.wpforms-label-hide {
  display: none;
}

input.wpforms-errors {
  border-color: #F56565;
}

label.wpforms-error {
  color: #F56565;
}

.wpforms-field-row {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 5px;
}

.wpforms-field-row > div,
.wpforms-field-row-block {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.wpforms-one-half {
  flex: 0 0 50%;
  max-width: 50%;
}

div.wpforms-container.inline-fields {
  overflow: visible;
}
div.wpforms-container.inline-fields:after {
  content: "";
  display: table;
  clear: both;
}
div.wpforms-container.inline-fields .wpforms-field {
  margin: 0;
  padding: 0;
  padding-right: 10px;
}
div.wpforms-container.inline-fields .wpforms-submit-container {
  padding: 0;
}

.form--outline-white.form--outline-white .select-styled:after {
  border-color: #FFFFFF;
}
.form--outline-white.form--outline-white .select-options {
  background: #fff;
  border-radius: 0;
}
.form--outline-white.form--outline-white .select-options li:hover {
  color: #fff;
  background: #008C95;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pagination {
  margin: 20px auto;
}

.sticky {
  position: relative;
  display: block;
}

.bypostauthor {
  font-size: inherit;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}

.wp-caption {
  margin-bottom: 1.25rem;
  max-width: 100%;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  margin: 0;
  text-align: center;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}

#comments .comment,
#comments .pingback {
  position: relative;
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: flex;
  flex-direction: column;
  padding: 30px 0 30px 60px;
  border-bottom: 1px solid #cccccc;
}

body.rtl #comments .comment .comment-body, body.rtl #comments .pingback .comment-body {
  padding: 30px 60px 30px 0;
}

#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-right: 10px;
}

body.rtl #comments .comment .avatar, body.rtl #comments .pingback .avatar {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}

#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}

#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1;
}

#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}

body.rtl #comments .children {
  padding-left: 0;
  padding-right: 30px;
}

#comments .children li:last-child {
  padding-bottom: 0;
}

#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: "\21AA";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}

body.rtl #comments ol.comment-list .children:before {
  content: "\21A9";
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  #comments .comment-author,
#comments .comment-metadata {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }

  #comments .children {
    padding-left: 20px;
  }

  #comments .comment .avatar {
    position: inherit;
    float: left;
  }

  body.rtl #comments .comment .avatar {
    float: right;
  }
}
/* elementor */
.elementor-widget-theme-site-logo [src$=".svg"] {
  width: auto !important;
}

/* button */
/* headings */
/* forms */
.elementor-nav-menu--layout-vertical > ul > li {
  width: 100%;
}

.elementor-section--none {
  padding-top: 45px;
  padding-bottom: 45px;
}

.mega-menu--why-usp .mega-menu-card {
  display: flex;
  align-items: center;
}
.mega-menu--why-usp .mega-menu-card__body {
  padding: 40px;
  max-width: 440px;
}
.mega-menu--why-usp .mega-menu-card__title {
  margin-bottom: 20px;
}
.mega-menu--why-usp .mega-menu-card__footer {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .mega-menu--why-usp .mega-menu-card {
    flex-wrap: wrap;
  }
  .mega-menu--why-usp .mega-menu-card__image {
    width: 100%;
  }
  .mega-menu--why-usp .mega-menu-card__body {
    padding: 20px;
  }
}
.mega-menu--why-usp .mega-menu__menu {
  height: 100%;
  position: relative;
  border-left: 1px solid #CCD4D8;
  display: inline-flex;
  flex-direction: column;
  margin-left: auto;
  max-width: 330px;
}
.mega-menu--why-usp .mega-menu__menu > li {
  margin: 0 0 15px;
}
.mega-menu--why-usp .mega-menu__menu > li:last-child {
  margin: 0;
}
.mega-menu--why-usp .mega-menu__menu > li > a {
  display: block;
  font-weight: 600;
  margin: 0 0 0 -1px;
  padding: 15px 16px 15px 28px;
  border-left: 2px solid transparent;
}
.mega-menu--why-usp .mega-menu__menu > li:hover > a {
  color: #33A3AA;
  border-left-color: #33A3AA;
}
@media (max-width: 1199px) {
  .mega-menu--why-usp .mega-menu__menu {
    max-width: none;
    display: flex;
  }
}

.mega-menu--study-at-usp a {
  color: #335165;
}
.mega-menu--study-at-usp a:hover {
  color: #008C95;
}
.mega-menu--study-at-usp .mega-menu__title {
  margin-bottom: 5px;
  font-weight: 600;
  padding: 15px 0;
}
.mega-menu--study-at-usp .mega-menu__title a {
  color: #002432;
}
.mega-menu--study-at-usp .mega-menu__title a:hover {
  color: #008C95;
}
.mega-menu--study-at-usp .mega-menu__menu {
  margin-bottom: 40px;
}
.mega-menu--study-at-usp .mega-menu__menu li {
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .mega-menu--study-at-usp .mega-menu__menu {
    margin-bottom: 20px;
  }
}

.mega-menu__menu--faculties {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.mega-menu__menu--faculties li {
  flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin: 0 !important;
}
.mega-menu__menu--faculties li a {
  display: block;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 0 40px 0;
  min-height: 70px;
  margin-bottom: 20px;
}
.mega-menu__menu--faculties li a:hover {
  color: #fff;
}
.mega-menu__menu--faculties li a.link--faculty-of-art-law-and-education {
  background: #D11349;
}
.mega-menu__menu--faculties li a.link--faculty-of-business-and-economics {
  background: #0077B7;
}
.mega-menu__menu--faculties li a.link--faculty-of-science-technology-and-environment {
  background: #F58025;
}
.mega-menu__menu--faculties li a.link--pacific-technical-and-further-education-pacific-tafe {
  background: #5C59A7;
}
.mega-menu__menu--faculties li a.link--pace-sd, .mega-menu__menu--faculties li a.link--centre-for-sustainable-futures {
  background: #002432;
}
@media (max-width: 1199px) {
  .mega-menu__menu--faculties li a {
    padding: 10px 15px;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .mega-menu__menu--faculties li {
    width: 100%;
  }
}

.mega-menu__menu--faculties li a.link--faculty-of-art-law-and-education {
  background: #D11349;
}

.mega-menu__menu--faculties li a.link--school-of-business-and-management {
  background: #93348F;
}

.mega-menu__menu--faculties li a.link--school-of-accounting-finance-and-economics {
  background: #0077b7;
}

.mega-menu__menu--faculties li a.link--school-of-information-technology-engineering-mathematics-and-physics {
  background: #F58025;
}

.mega-menu__menu--faculties li a.link--school-of-agriculture-geography-environment-ocean-and-natural-sciences {
  background: #54b348;
}

.mega-menu__menu--faculties li a.link--school-of-law-and-social-science {
  background: #B90e31;
}

.mega-menu__menu--faculties li a.link--school-of-pacific-arts-communication-and-education {
  background: #FFC432;
}

.mega-menu__menu--faculties li a.link--faculty-of-business-and-economics {
  background: #0077B7;
}

.mega-menu__menu--faculties li a.link--faculty-of-science-technology-and-environment {
  background: #F58025;
}

.mega-menu__menu--faculties li a.link--pacific-technical-and-further-education-pacific-tafe {
  background: #5C59A7;
}

.mega-menu--on-campus a {
  color: #335165;
}
.mega-menu--on-campus a:hover {
  color: #008C95;
}
.mega-menu--on-campus .mega-menu__title {
  margin-bottom: 5px;
  font-weight: 600;
  padding: 15px 0;
}
.mega-menu--on-campus .mega-menu__title a {
  color: #002432;
}
.mega-menu--on-campus .mega-menu__title a:hover {
  color: #008C95;
}
.mega-menu--on-campus .mega-menu__menu {
  margin-bottom: 40px;
}
.mega-menu--on-campus .mega-menu__menu li {
  margin-bottom: 16px;
}
.mega-menu--on-campus .mega-menu__menu--feature {
  height: 100%;
  position: relative;
  border-left: 1px solid #CCD4D8;
  flex-direction: column;
  margin-left: auto;
  max-width: 330px;
}
.mega-menu--on-campus .mega-menu__menu--feature > li {
  margin: 0 0 15px;
}
.mega-menu--on-campus .mega-menu__menu--feature > li:last-child {
  margin: 0;
}
.mega-menu--on-campus .mega-menu__menu--feature > li > a {
  display: block;
  font-weight: 600;
  margin: 0 0 0 -1px;
  padding: 15px 16px 15px 28px;
  border-left: 2px solid transparent;
}
.mega-menu--on-campus .mega-menu__menu--feature > li:hover > a {
  color: #33A3AA;
  border-left-color: #33A3AA;
}
@media (max-width: 1199px) {
  .mega-menu--on-campus .mega-menu__menu--feature {
    max-width: none;
    display: flex;
  }
}

.mega-menu--research a {
  color: #335165;
}
.mega-menu--research a:hover {
  color: #008C95;
}
.mega-menu--research .mega-menu__title {
  margin-bottom: 5px;
  font-weight: 600;
  padding: 15px 0;
}
.mega-menu--research .mega-menu__title a {
  color: #002432;
}
.mega-menu--research .mega-menu__title a:hover {
  color: #008C95;
}
.mega-menu--research .mega-menu__menu {
  margin-bottom: 40px;
  max-width: 270px;
}
.mega-menu--research .mega-menu__menu li {
  margin-bottom: 16px;
}
.mega-menu--research .mega-menu__menu--feature {
  height: 100%;
  position: relative;
  border-left: 1px solid #CCD4D8;
  flex-direction: column;
  margin-left: auto;
  max-width: 330px;
}
.mega-menu--research .mega-menu__menu--feature > li {
  margin: 0 0 15px;
}
.mega-menu--research .mega-menu__menu--feature > li:last-child {
  margin: 0;
}
.mega-menu--research .mega-menu__menu--feature > li > a {
  display: block;
  font-weight: 600;
  margin: 0 0 0 -1px;
  padding: 15px 16px 15px 28px;
  border-left: 2px solid transparent;
}
.mega-menu--research .mega-menu__menu--feature > li:hover > a {
  color: #33A3AA;
  border-left-color: #33A3AA;
}
@media (max-width: 1199px) {
  .mega-menu--research .mega-menu__menu--feature {
    max-width: none;
    display: flex;
  }
}

.mega-menu--our-partners .mega-menu-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mega-menu--our-partners .mega-menu-card__image {
  height: 100%;
}
@media (max-width: 1200px) {
  .mega-menu--our-partners .mega-menu-card__image {
    display: none;
  }
}
.mega-menu--our-partners .mega-menu-card__image-container {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.mega-menu--our-partners .mega-menu-card__image img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
.mega-menu--our-partners .mega-menu-card__title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #002432;
}
.mega-menu--our-partners .mega-menu__menu {
  height: 100%;
  position: relative;
  border-left: 1px solid #CCD4D8;
  flex-direction: column;
  margin-left: auto;
  max-width: 330px;
}
.mega-menu--our-partners .mega-menu__menu > li {
  margin: 0 0 15px;
}
.mega-menu--our-partners .mega-menu__menu > li:last-child {
  margin: 0;
}
.mega-menu--our-partners .mega-menu__menu > li > a {
  display: block;
  font-weight: 600;
  margin: 0 0 0 -1px;
  padding: 15px 16px 15px 28px;
  border-left: 2px solid transparent;
}
.mega-menu--our-partners .mega-menu__menu > li:hover > a {
  color: #33A3AA;
  border-left-color: #33A3AA;
}
@media (max-width: 1199px) {
  .mega-menu--our-partners .mega-menu__menu {
    max-width: none;
    display: flex;
  }
}

.mega-menu--about-usp a {
  color: #335165;
}
.mega-menu--about-usp a:hover {
  color: #008C95;
}
.mega-menu--about-usp .mega-menu__title {
  margin-bottom: 5px;
  font-weight: 600;
  padding: 15px 0;
}
.mega-menu--about-usp .mega-menu__title a {
  color: #002432;
}
.mega-menu--about-usp .mega-menu__title a:hover {
  color: #008C95;
}
.mega-menu--about-usp .mega-menu__menu {
  margin-bottom: 40px;
}
.mega-menu--about-usp .mega-menu__menu--1 {
  max-width: 220px;
}
.mega-menu--about-usp .mega-menu__menu--2 {
  max-width: 370px;
}
.mega-menu--about-usp .mega-menu__menu li {
  margin-bottom: 16px;
}
.mega-menu--about-usp .mega-menu-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #CCD4D8;
  padding-left: 40px;
}
.mega-menu--about-usp .mega-menu-card__image {
  margin-bottom: 20px;
}
.mega-menu--about-usp .mega-menu-card__body {
  padding: 0;
}
.mega-menu--about-usp .mega-menu-card__footer {
  margin-top: 20px;
}
.mega-menu--about-usp .mega-menu-card__title {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .mega-menu--about-usp .mega-menu-card {
    flex-wrap: wrap;
    border: none;
    padding: 0;
  }
  .mega-menu--about-usp .mega-menu-card__image {
    width: 100%;
  }
}

.news-single {
  max-width: 820px;
  margin: 0 auto;
}
.news-single__category {
  margin-bottom: 10px;
  color: #80929E;
}
.news-single__category a {
  display: inline-block;
  margin-right: 10px;
}
.news-single__title {
  margin-bottom: 40px;
}
.news-single__meta {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
  color: #80929E;
}
.news-single__meta svg {
  margin-right: 6px;
}
.news-single__meta a {
  color: #80929E;
}
.news-single__meta a:hover {
  color: #002432;
}
.news-single__image {
  position: relative;
  margin-bottom: 40px;
}
.news-single__image img {
  width: 100%;
}
.news-single__image-caption {
  margin-top: 5px;
  font-size: 14px;
}
.news-single__content :last-child {
  margin-bottom: 0;
}
.news-single__share {
  margin: 40px 0;
}
.news-single figure {
  margin-top: 40px;
  margin-bottom: 40px;
}
.news-single figure .wp-caption-text {
  margin-top: 8px;
  text-align: left;
}
@media (min-width: 992px) {
  .news-single .wp-caption {
    max-width: 780px;
  }
}

.author {
  display: flex;
  border: 1px solid #EBEDEE;
  padding: 25px;
  margin-top: 40px;
}
.author__image {
  flex: 0 0 140px;
}
.author__body {
  padding-left: 40px;
  flex-grow: 1;
}
.author__title {
  margin-bottom: 10px;
}
.author__title span {
  display: block;
  color: #80929E;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .author {
    display: block;
  }
  .author__image {
    margin-bottom: 5%;
  }
  .author__body {
    padding: 0;
  }
}
.related {
  background: #FAFAFA;
}
.related__title {
  text-align: center;
  margin-bottom: 38px;
}

ul.page-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
}
ul.page-numbers > li {
  display: block;
}
ul.page-numbers > li + li {
  margin-left: -1px;
}
ul.page-numbers span,
ul.page-numbers a {
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border: 1px solid #002432;
  color: #4D5154;
}
ul.page-numbers span.current {
  background: #002432;
  color: #FFFFFF;
}
ul.page-numbers a:hover {
  background: #EBEDEE;
  color: #4D5154;
}

.news-archive ul {
  width: 100%;
}

.news-archive-feature .announcement {
  border: none;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .news-archive-feature .announcement {
    margin: 0;
  }
}
.news-archive-feature .announcement__meta-reading {
  margin-top: -90px;
  text-align: right;
  margin-right: -50px;
  margin-bottom: 65px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .news-archive-feature .announcement__meta-reading {
    margin-right: -25px;
    margin-top: -75px;
    margin-bottom: 50px;
  }
}
.news-archive-feature .announcement__image img {
  width: 80%;
  left: auto;
  right: 0;
}
@media (max-width: 991px) {
  .news-archive-feature .announcement__image img {
    width: 100%;
  }
}
.news-archive-feature .announcement__image .card-news__image-meta {
  left: 20%;
}
@media (max-width: 991px) {
  .news-archive-feature .announcement__image .card-news__image-meta {
    left: 0;
  }
}
.news-archive-feature .announcement__body {
  position: absolute;
  width: 50%;
  bottom: -20%;
  z-index: 1;
  background: white;
  height: auto;
  padding: 50px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .news-archive-feature .announcement__body {
    position: relative;
    width: 90%;
    padding: 30px;
    margin: 0 auto;
    margin-top: -10%;
  }
}
.news-archive-feature .announcement__faculty {
  position: relative;
  padding: 45px 100px 45px 10px;
  z-index: 2;
  color: white;
}
@media (max-width: 991px) {
  .news-archive-feature .card-feature__content-box {
    order: 1;
  }
}

.search-archive .card-content {
  height: 100%;
}
.search-archive .card-content__body {
  margin-right: 0;
  box-shadow: none;
  border: 1px solid #ebedee;
}

.filters-stories {
  margin-bottom: 60px;
}

.stories-single__title {
  margin-bottom: 10px;
}
.stories-single__category {
  margin-bottom: 0;
}
.stories-single__image {
  margin-bottom: 0;
  position: relative;
}
.stories-single__image img {
  width: 100%;
}
.stories-single__image-meta {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  padding: 5px 10px;
  z-index: 2;
}
.stories-single__details {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #DFE2E3;
  padding: 20px 0;
}
.stories-single__detail {
  flex: 0 0 100px;
  padding: 0 10px 0 0;
  padding-right: 10px;
  color: #002432;
  font-weight: 600;
}
.stories-single__information {
  flex-grow: 1;
  color: #33A3AA;
  text-align: right;
}
.stories-single .share-popover {
  margin-top: 27px;
}
.stories-single__header {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DFE2E3;
}
.bio-single__title {
  margin-bottom: 10px;
}
.bio-single__category {
  margin-bottom: 0;
}
.bio-single__image {
  margin-bottom: 0;
  position: relative;
}
.bio-single__image img {
  width: 100%;
}
.bio-single__details {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #DFE2E3;
  padding: 20px 0;
}
.bio-single__detail {
  flex: 0 0 100px;
  padding: 0 10px 0 0;
  padding-right: 10px;
  color: #002432;
  font-weight: 600;
}
.bio-single__information {
  flex-grow: 1;
  color: #33A3AA;
  text-align: right;
}
.bio-single .share-popover {
  margin-top: 27px;
}
.bio-single__header {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DFE2E3;
}
.bio-single__header-mobile {
  padding-bottom: 40px;
}
.bio-table {
  width: 100%;
}
.bio-table__name a {
  color: #33A3AA;
}
.bio-table th,
.bio-table td {
  padding: 9px 12px;
  background: #FAFAFA;
  border-top: 1px solid #EBEDEE;
  padding: 11px 20px;
}
.bio-table thead th {
  background: #EBEDEE;
  color: #002432;
}
.bio-table thead th svg {
  opacity: 0;
  transition: all 0.2s;
}
.bio-table thead th:hover svg {
  opacity: 1;
}
.bio-table .sortable {
  cursor: pointer;
}
.bio-table .sortable.sorting-desc svg, .bio-table .sortable.sorting-asc svg {
  opacity: 1;
  color: #008C95;
}
.bio-table .sortable.sorting-desc svg {
  transform: scaleY(-1);
}

.event-single__title {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .event-single__title {
    display: none;
  }
}
.event-single__date {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .event-single__date {
    display: none;
  }
}
.event-single__image {
  margin-bottom: 0;
  position: relative;
}
.event-single__image img {
  width: 100%;
}
.event-single__image-meta {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  padding: 5px 10px;
  z-index: 2;
}
.event-single__details {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #DFE2E3;
  padding: 20px 0;
}
.event-single__detail {
  flex: 0 0 100px;
  padding: 0 10px 0 0;
  padding-right: 10px;
  color: #002432;
  font-weight: 600;
}
.event-single__information {
  flex-grow: 1;
  color: #33A3AA;
  text-align: right;
}
.event-single .share-popover {
  margin-top: 27px;
}
.event-single__header {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DFE2E3;
}
.event-single__header-mobile {
  padding-bottom: 40px;
}
.event-single .acf-map {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 480px;
  margin-left: auto;
}
.event-single__form {
  padding: 80px 140px;
  background: #F2F4F5;
}
@media (max-width: 991px) {
  .event-single__form {
    padding: 50px;
  }
}
.event-single__form .wpforms-field {
  padding: 5px 0 !important;
  margin: 0;
}
.event-single__contents {
  padding-left: 1.5rem;
}
@media (max-width: 991px) {
  .event-single__contents {
    padding: 0;
  }
}

.programme-single__title {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DFE2E3;
}
.programme-single__position {
  margin-bottom: 20px;
}
.programme-single__image {
  position: relative;
  height: 0;
  padding-top: 100%;
  background: #C4C4C4;
  margin-bottom: 20px;
}
.programme-single__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.programme-single__content {
  padding-left: 32px;
  padding-right: 0;
}
.programme-single__section {
  margin-bottom: 40px;
}
.programme-single__section-title {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .programme-single__content {
    padding-left: 0;
  }
}
.programme-single__section-content {
  white-space: pre-wrap;
}
.programme-single__section-content p {
  margin: 0;
}
.programme-single__header {
  max-width: 282px;
  float: left;
  margin-bottom: 30px;
}
.programme-single figure {
  margin-top: 40px;
  margin-bottom: 40px;
}
.programme-single figure .wp-caption-text {
  margin-top: 8px;
  text-align: left;
}
@media (min-width: 992px) {
  .programme-single .wp-caption {
    max-width: 780px;
  }
}

.programme-cta {
  background: #F2F4F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px;
  margin: 40px 0;
  border: 1px solid #EBEDEE;
}
.programme-cta__title {
  margin-bottom: 20px;
}
.programme-cta__body {
  max-width: 620px;
  margin: 0 auto 20px;
}

.searchform--programme {
  background: #008C95;
  padding: 30px 40px;
  max-width: 1100px;
  margin: 0 auto;
}
.searchform--programme .form-control, .searchform--programme .textarea, .searchform--programme .select, .searchform--programme .wpforms-field-email input, .wpforms-field-email .searchform--programme input,
.searchform--programme .wpforms-field-number input,
.wpforms-field-number .searchform--programme input,
.searchform--programme .wpforms-field-name input,
.wpforms-field-name .searchform--programme input,
.searchform--programme .wpforms-field-phone input,
.wpforms-field-phone .searchform--programme input,
.searchform--programme .wpforms-field-address input,
.wpforms-field-address .searchform--programme input,
.searchform--programme .wpforms-field-date-time input,
.wpforms-field-date-time .searchform--programme input,
.searchform--programme .wpforms-field-url input,
.wpforms-field-url .searchform--programme input,
.searchform--programme .wpforms-field-password input,
.wpforms-field-password .searchform--programme input,
.searchform--programme .wpforms-field-text input,
.wpforms-field-text .searchform--programme input, .searchform--programme .wpforms-field-textarea textarea, .wpforms-field-textarea .searchform--programme textarea, .searchform--programme .wpforms-field-address select, .wpforms-field-address .searchform--programme select,
.searchform--programme .wpforms-field-select select,
.wpforms-field-select .searchform--programme select, .searchform--programme .elementor-field-group .elementor-field-textual, .elementor-field-group .searchform--programme .elementor-field-textual {
  background: transparent;
}
.searchform--programme .form-control:-ms-input-placeholder, .searchform--programme .textarea:-ms-input-placeholder, .searchform--programme .select:-ms-input-placeholder, .searchform--programme .wpforms-field-email input:-ms-input-placeholder, .wpforms-field-email .searchform--programme input:-ms-input-placeholder, .searchform--programme .wpforms-field-number input:-ms-input-placeholder, .wpforms-field-number .searchform--programme input:-ms-input-placeholder, .searchform--programme .wpforms-field-name input:-ms-input-placeholder, .wpforms-field-name .searchform--programme input:-ms-input-placeholder, .searchform--programme .wpforms-field-phone input:-ms-input-placeholder, .wpforms-field-phone .searchform--programme input:-ms-input-placeholder, .searchform--programme .wpforms-field-address input:-ms-input-placeholder, .wpforms-field-address .searchform--programme input:-ms-input-placeholder, .searchform--programme .wpforms-field-date-time input:-ms-input-placeholder, .wpforms-field-date-time .searchform--programme input:-ms-input-placeholder, .searchform--programme .wpforms-field-url input:-ms-input-placeholder, .wpforms-field-url .searchform--programme input:-ms-input-placeholder, .searchform--programme .wpforms-field-password input:-ms-input-placeholder, .wpforms-field-password .searchform--programme input:-ms-input-placeholder, .searchform--programme .wpforms-field-text input:-ms-input-placeholder, .wpforms-field-text .searchform--programme input:-ms-input-placeholder, .searchform--programme .wpforms-field-textarea textarea:-ms-input-placeholder, .wpforms-field-textarea .searchform--programme textarea:-ms-input-placeholder, .searchform--programme .wpforms-field-address select:-ms-input-placeholder, .wpforms-field-address .searchform--programme select:-ms-input-placeholder, .searchform--programme .wpforms-field-select select:-ms-input-placeholder, .wpforms-field-select .searchform--programme select:-ms-input-placeholder, .searchform--programme .elementor-field-group .elementor-field-textual:-ms-input-placeholder, .elementor-field-group .searchform--programme .elementor-field-textual:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.searchform--programme .form-control::placeholder, .searchform--programme .textarea::placeholder, .searchform--programme .select::placeholder, .searchform--programme .wpforms-field-email input::placeholder, .wpforms-field-email .searchform--programme input::placeholder,
.searchform--programme .wpforms-field-number input::placeholder,
.wpforms-field-number .searchform--programme input::placeholder,
.searchform--programme .wpforms-field-name input::placeholder,
.wpforms-field-name .searchform--programme input::placeholder,
.searchform--programme .wpforms-field-phone input::placeholder,
.wpforms-field-phone .searchform--programme input::placeholder,
.searchform--programme .wpforms-field-address input::placeholder,
.wpforms-field-address .searchform--programme input::placeholder,
.searchform--programme .wpforms-field-date-time input::placeholder,
.wpforms-field-date-time .searchform--programme input::placeholder,
.searchform--programme .wpforms-field-url input::placeholder,
.wpforms-field-url .searchform--programme input::placeholder,
.searchform--programme .wpforms-field-password input::placeholder,
.wpforms-field-password .searchform--programme input::placeholder,
.searchform--programme .wpforms-field-text input::placeholder,
.wpforms-field-text .searchform--programme input::placeholder, .searchform--programme .wpforms-field-textarea textarea::placeholder, .wpforms-field-textarea .searchform--programme textarea::placeholder, .searchform--programme .wpforms-field-address select::placeholder, .wpforms-field-address .searchform--programme select::placeholder,
.searchform--programme .wpforms-field-select select::placeholder,
.wpforms-field-select .searchform--programme select::placeholder, .searchform--programme .elementor-field-group .elementor-field-textual::placeholder, .elementor-field-group .searchform--programme .elementor-field-textual::placeholder {
  color: white;
  opacity: 1;
}
.searchform--programme .input-group {
  position: relative;
}
.searchform--programme .input-group .btn-filter:after {
  width: 100%;
}
.searchform--programme .input-group > svg {
  position: absolute;
  top: 50%;
  left: 17px;
  z-index: 2;
  transform: translateY(-50%);
  pointer-events: none;
}
.searchform--programme .input-group > svg + input {
  padding-left: 50px;
}
.searchform--programme .input-group .btn, .searchform--programme .input-group .wpforms-submit,
.searchform--programme .input-group .wpforms-page-button, .searchform--programme .input-group .elementor-form .elementor-button, .elementor-form .searchform--programme .input-group .elementor-button {
  width: 180px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .searchform--programme .input-group .form-control, .searchform--programme .input-group .textarea, .searchform--programme .input-group .select, .searchform--programme .input-group .wpforms-field-email input, .wpforms-field-email .searchform--programme .input-group input,
.searchform--programme .input-group .wpforms-field-number input,
.wpforms-field-number .searchform--programme .input-group input,
.searchform--programme .input-group .wpforms-field-name input,
.wpforms-field-name .searchform--programme .input-group input,
.searchform--programme .input-group .wpforms-field-phone input,
.wpforms-field-phone .searchform--programme .input-group input,
.searchform--programme .input-group .wpforms-field-address input,
.wpforms-field-address .searchform--programme .input-group input,
.searchform--programme .input-group .wpforms-field-date-time input,
.wpforms-field-date-time .searchform--programme .input-group input,
.searchform--programme .input-group .wpforms-field-url input,
.wpforms-field-url .searchform--programme .input-group input,
.searchform--programme .input-group .wpforms-field-password input,
.wpforms-field-password .searchform--programme .input-group input,
.searchform--programme .input-group .wpforms-field-text input,
.wpforms-field-text .searchform--programme .input-group input, .searchform--programme .input-group .wpforms-field-textarea textarea, .wpforms-field-textarea .searchform--programme .input-group textarea, .searchform--programme .input-group .wpforms-field-address select, .wpforms-field-address .searchform--programme .input-group select,
.searchform--programme .input-group .wpforms-field-select select,
.wpforms-field-select .searchform--programme .input-group select, .searchform--programme .input-group .elementor-field-group .elementor-field-textual, .elementor-field-group .searchform--programme .input-group .elementor-field-textual {
    width: 100%;
  }
  .searchform--programme .input-group-append {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .searchform--programme .input-group > svg {
    top: 16%;
  }
  .searchform--programme .input-group .btn, .searchform--programme .input-group .wpforms-submit,
.searchform--programme .input-group .wpforms-page-button, .searchform--programme .input-group .elementor-form .elementor-button, .elementor-form .searchform--programme .input-group .elementor-button {
    margin: 0;
    width: 100%;
  }
}
.searchform--programme .toggle__content {
  padding: 20px 0 0;
}
.searchform--programme .toggle__content .nav-link {
  background: #fff;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 14px 20px;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #4D5154;
  background-color: #F2F2F2;
  border-color: #F2F2F2 #F2F2F2 #F2F2F2;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #4D5154;
  background-color: #F2F2F2;
  border-color: #F2F2F2 #F2F2F2 #F2F2F2;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  max-width: 25%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
  background: #fff;
  border: 1px solid #F2F2F2;
  padding: 30px;
}

.tab-content > .active {
  display: block;
}

.programme-selection-tool.section-content--header .section-content--header__inner {
  max-width: none;
  width: 100%;
  text-align: center;
}
.programme-selection-tool.section-content--header .wpforms-container .wpforms-page-indicator.circles {
  display: flex;
  justify-content: center;
  border: none;
}
.programme-selection-tool.section-content--header .wpforms-field-divider.h1 h3 {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 20px;
}
.programme-selection-tool.section-content--header .wpforms-confirmation-container {
  max-width: 500px;
  margin: 0 auto;
}
.programme-selection-tool.section-content--header .wpforms-image-choices-modern {
  display: flex;
  width: 100%;
}
.programme-selection-tool.section-content--header .wpforms-image-choices-modern > li {
  flex: 1 0 auto;
}
.programme-selection-tool.section-content--header .wpforms-image-choices-modern label {
  width: 100%;
}
.programme-selection-tool.section-content--header .wpforms__subjects ul li {
  padding: 2.5px;
  flex: 0 0 25%;
  width: 25%;
  margin: 0;
  position: relative;
}
.programme-selection-tool.section-content--header .wpforms__subjects ul li label {
  background: #fff;
  display: block;
  padding: 10px 10px 10px 40px;
}
.programme-selection-tool.section-content--header .wpforms__subjects ul li input {
  position: absolute;
  top: 16px;
  left: 12px;
}
.programme-selection-tool.section-content--header .wpforms-submit-container,
.programme-selection-tool.section-content--header .wpforms-pagebreak-center {
  text-align: center;
}

.wpforms-page {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.3s;
}
.wpforms-page[style*=display] {
  display: block !important;
  position: absolute;
  transform: translateY(-100px);
  opacity: 0;
  transition-delay: 0s;
  pointer-events: none;
}

.search-terms {
  columns: 3;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sg__section {
  margin: 80px 0;
}
.sg__section--colors {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.sg__section--typography {
  padding-bottom: 20px;
}
.sg__section--colors {
  padding-bottom: 20px;
}
.sg__swatch {
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.sg__typography-title {
  color: #ADB2B5;
  font-weight: 600;
  font-size: 13px;
}

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

.hide {
  display: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-xs {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-sm {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-md {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-lg {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-xl {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-xxl {
  padding-top: 220px !important;
  padding-bottom: 220px !important;
}

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

.pt-xs {
  padding-top: 20px !important;
}

.pt-sm {
  padding-top: 40px !important;
}

.pt-md {
  padding-top: 80px !important;
}

.pt-lg {
  padding-top: 100px !important;
}

.pt-xl {
  padding-top: 120px !important;
}

.pt-xxl {
  padding-top: 220px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 20px !important;
}

.pb-sm {
  padding-bottom: 40px !important;
}

.pb-md {
  padding-bottom: 80px !important;
}

.pb-lg {
  padding-bottom: 100px !important;
}

.pb-xl {
  padding-bottom: 120px !important;
}

.pb-xxl {
  padding-bottom: 220px !important;
}

@media (max-width: 991px) {
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-md {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-lg {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-xxl {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

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

  .pt-xs {
    padding-top: 10px !important;
  }

  .pt-sm {
    padding-top: 20px !important;
  }

  .pt-md {
    padding-top: 40px !important;
  }

  .pt-lg {
    padding-top: 60px !important;
  }

  .pt-xl {
    padding-top: 80px !important;
  }

  .pt-xxl {
    padding-top: 100px !important;
  }

  .pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-xs {
    padding-bottom: 10px !important;
  }

  .pb-sm {
    padding-bottom: 20px !important;
  }

  .pb-md {
    padding-bottom: 40px !important;
  }

  .pb-lg {
    padding-bottom: 60px !important;
  }

  .pb-xl {
    padding-bottom: 80px !important;
  }

  .pb-xxl {
    padding-bottom: 100px !important;
  }
}
.swiper-button-next,
.swiper-button-prev {
  color: #4D5154;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.swiper {
  position: relative;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  top: 95%;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  font-size: 25px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 85%;
  top: 95%;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  font-size: 25px;
}

.acf-map {
  width: 100%;
  height: 680px;
  background: #EBEDEE;
}
.acf-map .marker {
  visibility: hidden;
}

.acf-map img {
  max-width: inherit !important;
}

.programme-archive__wrapper {
  opacity: 1;
  transition: all 0.5s;
}
.programme-archive__wrapper.loading {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-30px);
}

.section table {
  height: auto !important;
  width: 100%;
  margin: 2rem 0;
  border: 1px solid #dee2e6;
}
.section table th,
.section table td {
  padding: 0.75rem;
  vertical-align: top;
}
.section table th :last-child,
.section table td :last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.bio-table thead th {
  width: auto !important;
}

.dataTables_paginate {
  padding: 0;
  margin: 0;
}
.dataTables_paginate .pagination {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dataTables_paginate .pagination li {
  display: inline-block;
  padding: 0 15px;
}

.section {
  position: relative;
}
.section .container {
  position: relative;
  z-index: 10;
}
.section__heading {
  max-width: 820px;
  margin-bottom: 40px;
}
.section__heading.text-center {
  margin-left: auto;
  margin-right: auto;
}
.section__content:after {
  content: "";
  display: table;
  clear: both;
}

body.has-subscribe .section:last-of-type {
  padding-bottom: 220px !important;
}

.bg-scrim:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 38, 62, 0) 0%, rgba(0, 38, 62, 0.8) 100%);
}
.bg-scrim:last-of-type + .footer .footer-subscribe-widget__title {
  color: #fff !important;
}

.section--filters .container {
  z-index: 100;
}
.section--filters .wpdpc {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .section--filters .searchform--post {
    padding-top: 10px;
  }
}

.section-content--2-columns .section__heading {
  margin-bottom: 40px;
}
.section-content--2-columns__columns {
  max-width: 1030px;
  margin: 0 auto;
}

.section-content--bios .section__bio-filter {
  max-width: 380px;
  margin: 0 auto 60px;
}

@media (max-width: 991px) {
  .bio-single .pl-4 {
    padding-left: 0px !important;
  }
  .bio-single .bio-single__header {
    display: none;
  }
  .bio-single .bio-single__content {
    padding-top: 10%;
  }
}

.section-content--blog-feed .swiper-slide {
  height: auto;
  padding-bottom: 40px;
}
.section-content--blog-feed__footer {
  margin-top: 20px;
}
.section-content--blog-feed .swiper-button-container > div {
  bottom: -40px;
}
@media (max-width: 991px) {
  .section-content--blog-feed .section-content--blog-feeds__footer {
    margin-top: 50px;
  }
}
.section-content--blog-feed .swiper-pagination {
  position: relative;
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.section-content--blog-feed .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  margin: 0 5px !important;
  transform: none;
}

.section-content--campuses--map .section__heading {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .section-content--campuses--map .container {
    max-width: 100%;
    padding: 0;
  }
}
.section-content--campuses--map.section--inform .acf-map {
  position: relative;
  z-index: 10;
}

.campus-map-filter {
  background: #008C95;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
  padding: 30px 40px;
}
@media (min-width: 768px) {
  .campus-map-filter__form {
    flex: 1 0 auto;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .campus-map-filter {
    display: block;
    max-width: 100%;
  }
  .campus-map-filter__title {
    text-align: center;
    margin-bottom: 5% !important;
  }
}
.gm-style .gm-style-iw-c {
  border-radius: 0;
  box-shadow: none;
  padding: 36px 30px;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  width: 343px;
}
.gm-style .gm-style-iw-c :last-child {
  margin-bottom: 0;
}
.gm-style .gm-style-iw-c h4 {
  margin-bottom: 10px;
}
.gm-style .gm-style-iw-c .gm-style-iw-d {
  padding-right: 30px;
  padding-bottom: 30px;
}
.gm-style .gm-style-iw-c button {
  transform: scale(1.4);
}
.gm-style .gm-style-iw-c button[style] {
  top: 0 !important;
  right: 0 !important;
}

.section-content__accordion {
  padding-top: 25px;
}
.section-content__accordion .toggle {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-content__accordion .toggle:last-child {
    margin-bottom: 0;
  }
}

.section-content--cta {
  position: relative;
}
.section-content--cta .container {
  position: relative;
  z-index: 10;
}
.section-content--cta.text-center .section-cta__content {
  margin-left: auto;
  margin-right: auto;
}
.section-content--cta .section-cta .section__heading {
  margin-bottom: 20px;
}
.section-content--cta .section-cta__body {
  background: #fff;
  padding: 80px;
}
.section-content--cta .section-cta__content {
  max-width: 610px;
}
.section-content--cta .section-cta__actions {
  margin-top: 30px;
}

.section--inform .section-cta__body {
  background: #FFFFFF;
  border: 1px solid #EBEDEE;
}

.section--inspire .section-cta__body {
  background: rgba(0, 38, 62, 0.9);
}

@media (max-width: 767px) {
  .section-content--cta .section-cta__body {
    padding: 40px;
  }
}
.section-content--downloads .section__content {
  max-width: 740px;
}
.section-content--downloads.text-center .section__content {
  margin-left: auto;
  margin-right: auto;
}
.section-content--downloads.section--inspire .row {
  max-width: 1060px;
  margin: 0 auto;
}
.section-content--downloads.section--inspire .download {
  background: none;
}

.swiper__downloads {
  margin-left: -16px;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: -16px;
}

.section-content--form {
  position: relative;
}
.section-content--form:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 38, 62, 0) 0%, rgba(0, 38, 62, 0.4) 100%);
}
.section-content--form .container {
  position: relative;
  z-index: 10;
}
.section-content--form .section__content {
  padding: 60px;
  background: rgba(0, 38, 62, 0.9);
}
@media (max-width: 767px) {
  .section-content--form .section__content {
    padding: 40px;
  }
}
.section-content--form.text-center .section__content {
  margin-left: auto;
  margin-right: auto;
}
.section-content--form .wpforms-container {
  margin: 0;
}
.section-content--form .wpforms-submit {
  width: 100%;
}

.section-content--header {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.section-content--header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, rgba(0, 38, 62, 0) 0%, rgba(0, 38, 62, 0.8) 100%);
}
.section-content--header > .container {
  min-height: 395px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  z-index: 10;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-content--header > .container {
    background: linear-gradient(180deg, rgba(0, 38, 62, 0) 0%, rgba(0, 38, 62, 0.8) 100%);
    max-width: none;
  }
}
.section-content--header .section__heading {
  margin-bottom: 25px;
}
.section-content--header__inner {
  max-width: 400px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .section-content--header__inner {
    margin: 0 auto;
  }
}
.section-content--header.text-center .section-content--header__inner {
  margin-left: auto;
  margin-right: auto;
}
.section-content--header.section--inspire > .container {
  min-height: 395px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .section-content--header.section--inspire > .container {
    min-height: 600px;
  }
}
.section-content--header__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.section-content--header__video iframe,
.section-content--header__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.section-content--header__actions {
  margin-top: 30px;
}

.section-content--hero {
  position: relative;
  z-index: 500;
  margin-bottom: 55px;
}
.section-content--hero:before {
  content: "";
  display: block;
  position: absolute;
  height: 136px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 38, 62, 0.9);
}
.section-content--hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 38, 62, 0) 0%, rgba(0, 38, 62, 0.4) 100%);
}
.section-content--hero > .container {
  min-height: 795px;
  display: flex;
  position: relative;
  z-index: 10;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-content--hero {
    margin: 0 0 250px;
  }
  .section-content--hero:before {
    display: none;
  }
  .section-content--hero:after {
    background: linear-gradient(180deg, rgba(0, 38, 62, 0) 0%, rgba(0, 38, 62, 0.8) 100%);
  }
  .section-content--hero > .container {
    height: 470px;
    min-height: 0;
    position: static;
    justify-content: flex-end;
  }
}
.section-content--hero .section__heading {
  margin-bottom: 30px;
  color: #002432;
}
.section-content--hero .section__heading strong {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .section-content--hero .section__heading {
    margin-bottom: 10px;
  }
  .section-content--hero .section__heading strong {
    color: #fff;
  }
}
.section-content--hero__inner {
  max-width: 447px;
  margin-top: 30px;
  padding: 40px 102px 85px 40px;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
.section-content--hero__inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #33A3AA;
  opacity: 0.9;
  border-bottom-right-radius: 400px;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-content--hero__inner {
    padding: 0 14px;
    max-width: 278px;
  }
  .section-content--hero__inner:before {
    content: none;
  }
}
.section-content--hero.text-center .section-content--hero__inner {
  margin-left: auto;
  margin-right: auto;
}
.section-content--hero__search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  margin-top: -112px;
}
.section-content--hero__search h2 {
  margin-bottom: 25px;
}
.section-content--hero__search .searchform {
  max-width: 1100px;
  margin: 0 auto;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .section-content--hero__search {
    background: #008C95;
    padding-top: 20px;
    margin: 0;
  }
  .section-content--hero__search h2 {
    margin: 0 0 11px;
    font-size: 16px;
  }
  .section-content--hero__search .searchform {
    padding: 16px;
  }
}
.section-content--hero__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.section-content--hero__video iframe,
.section-content--hero__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.section-content--hero__actions {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .section-content--hero__actions {
    margin-top: 10px;
  }
  .section-content--hero__actions .btn, .section-content--hero__actions .wpforms-submit,
.section-content--hero__actions .wpforms-page-button, .section-content--hero__actions .elementor-form .elementor-button, .elementor-form .section-content--hero__actions .elementor-button {
    background-color: #008C95;
    color: #fff;
    border-color: #008C95;
  }
  .section-content--hero__actions .btn:hover, .section-content--hero__actions .wpforms-submit:hover,
.section-content--hero__actions .wpforms-page-button:hover, .section-content--hero__actions .elementor-form .elementor-button:hover, .elementor-form .section-content--hero__actions .elementor-button:hover {
    color: #fff;
    background-color: #00686f;
    border-color: #00686f;
  }
}

.timeline {
  position: relative;
  text-align: center;
  z-index: 1;
}
.timeline:before {
  content: "";
  display: block;
  margin: auto;
  height: 12px;
  width: 12px;
  background: #008C95;
  border-radius: 50%;
}
.timeline:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  z-index: -1;
  margin-left: -1px;
  width: 2px;
  background: #CCD4D8;
}

.era {
  max-width: 1070px;
  margin: 0 auto;
}
.era__title {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px;
  color: #008C95;
  background: #F2F4F5;
  margin: 60px 0;
}
.era__items {
  text-align: left;
}
.era__items:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-item {
  max-width: 440px;
  position: relative;
}
@media (min-width: 992px) {
  .timeline-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 2px;
    margin-top: -1px;
    background: #CCD4D8;
  }
}
@media (min-width: 1200px) {
  .timeline-item:before {
    width: 95px;
  }
}
.timeline-item:nth-child(odd) {
  float: left;
  clear: left;
}
.timeline-item:nth-child(odd):before {
  left: 100%;
}
.timeline-item:nth-child(even) {
  float: right;
  clear: right;
}
.timeline-item:nth-child(even):before {
  right: 100%;
}
@media (min-width: 992px) {
  .timeline-item:nth-child(2) {
    margin-top: 60px;
  }
}
.timeline-item:last-child .card-timeline {
  margin-bottom: 0;
}

.timeline-item--present {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}
.timeline-item--present:before {
  display: none;
}

.timeline-item--future {
  float: none !important;
  margin-left: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0;
}
.timeline-item--future:before {
  display: none;
}
.timeline-item--future:after {
  content: "";
  display: block;
  margin: auto;
  height: 12px;
  width: 12px;
  background: #008C95;
  border-radius: 50%;
  margin-top: 30px;
}
.timeline-item--future .card-timeline {
  margin: 0;
  flex-direction: row;
  padding: 65px 65px 65px 0;
  align-items: center;
}
.timeline-item--future .card-timeline__image .media {
  padding-top: 87%;
}
.timeline-item--future .card-timeline__body {
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .timeline-item--future .card-timeline__image {
    order: 12;
    flex: 0 0 44%;
  }
}
@media (max-width: 767px) {
  .timeline-item--future .card-timeline {
    padding: 40px;
    display: block;
  }
  .timeline-item--future .card-timeline__body {
    padding: 20px 0 0;
  }
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.image-gallery__item {
  padding: 10px;
  flex: 0 0 25%;
}
.image-gallery__item .media {
  padding-top: 100%;
}
.image-gallery__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .image-gallery__item {
    flex: 0 0 50%;
  }
}

.section--inspire .image-gallery {
  display: grid;
  margin: 0;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0 0;
  grid-template-areas: ". . c c rc ." "bl bl c c rc .";
}
.section--inspire .image-gallery__item {
  display: block;
  padding: 0;
}
.section--inspire .bl {
  grid-area: bl;
}
.section--inspire .bl .media {
  padding-top: 50%;
}
.section--inspire .c {
  grid-area: c;
}
.section--inspire .c .media {
  padding-top: 100%;
}
.section--inspire .rc {
  grid-area: rc;
}
.section--inspire .rc .media {
  padding-top: 200%;
}
@media (max-width: 575px) {
  .section--inspire .image-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: ". ." "bl bl" "c c" "c c" "rc rc" ". .";
  }
  .section--inspire .bl .media {
    padding-top: 50%;
  }
  .section--inspire .c .media {
    padding-top: 100%;
  }
  .section--inspire .rc .media {
    padding-top: 50%;
  }
}

.section-slider__slider--inform .swiper-button-container .swiper-button-next,
.section-slider__slider--inform .swiper-button-container .swiper-container-rtl .swiper-button-prev {
  bottom: 20px;
  right: 20px;
}
.section-slider__slider--inform .swiper-button-container .swiper-button-prev,
.section-slider__slider--inform .swiper-button-container .swiper-container-rtl .swiper-button-next {
  bottom: 20px;
  right: 65px;
}
@media (max-width: 991px) {
  .section-slider__slider--inform .swiper-button-prev,
.section-slider__slider--inform .swiper-button-next {
    display: none;
  }
}

.section-slider__slider--inspire {
  overflow: hidden;
}
.section-slider__slider--inspire .image-slide {
  height: 640px;
  max-height: 100vh;
}
.section-slider__slider--inspire .image-slide__image {
  height: 100%;
}
.section-slider__slider--inspire .image-slide__image .media__wrapper {
  height: 100%;
}
.section-slider__slider--inspire .image-slide__image .media {
  padding: 0;
  height: 100%;
}
.section-slider__slider--inspire .image-slide__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 38, 62, 0) 0%, rgba(0, 38, 62, 0.8) 100%);
}
.section-slider__slider--inspire .image-slide__body-wrapper {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-slider__slider--inspire .image-slide__body {
  background: none;
  position: static;
  padding: 0 0 60px;
}
@media (min-width: 576px) {
  .section-slider__slider--inspire .image-slide__body {
    padding-right: 100px;
  }
}
.section-slider__slider--inspire .image-slide__title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.section-slider__slider--inspire .image-slide__content {
  display: none;
}
.section-slider__slider--inspire .swiper-pagination {
  display: none;
}

.section-content--key-announcement .announcement {
  display: flex;
  margin-top: -35px;
}
.section-content--key-announcement .announcement__image {
  width: 76%;
  position: relative;
  order: 12;
  direction: rtl;
}
.section-content--key-announcement .announcement__image .media__wrapper {
  direction: ltr;
  width: calc(100% + 210px);
}
.section-content--key-announcement .announcement__image .media {
  padding-top: 59%;
}
.section-content--key-announcement .announcement__body {
  padding: 50px;
  background: #FFFFFF;
  position: relative;
  z-index: 20;
  flex: 0 0 505px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
  order: 0;
  margin-top: 180px;
}
.section-content--key-announcement .announcement__title {
  margin-bottom: 20px;
}
.section-content--key-announcement .announcement__footer {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .section-content--key-announcement .announcement {
    display: block;
    margin: 0;
  }
  .section-content--key-announcement .announcement__image {
    width: 100%;
  }
  .section-content--key-announcement .announcement__image .media__wrapper {
    width: 100%;
  }
  .section-content--key-announcement .announcement__body {
    width: 90%;
    margin: 0 auto;
    margin-top: -10%;
  }
}

.section-cta--promotional-tiles .section-cta {
  position: relative;
  z-index: 1;
}
.section-cta--promotional-tiles .section-cta__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #008C95;
  z-index: -1;
}
.section-cta--promotional-tiles .section-cta__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-cta--promotional-tiles .section-cta .section__heading {
  margin-bottom: 20px;
}
.section-cta--promotional-tiles .section-cta__content :last-child {
  margin-bottom: 0;
}
.section-cta--promotional-tiles .section-cta__actions {
  margin-top: 30px;
}
.section-cta--promotional-tiles .row > :last-child .section-cta__image {
  background: #33A3AA;
}
@media (max-width: 767px) {
  .section-cta--promotional-tiles.section--inform .section-cta {
    margin: 2% 0;
  }
}
.section-cta--promotional-tiles.section--inform .section-cta__body {
  padding: 60px;
  border: none;
}
.section-cta--promotional-tiles.section--inform .section-cta__body.bg-primary {
  background: rgba(0, 140, 149, 0.9) !important;
}
.section-cta--promotional-tiles.section--inform .section-cta__body.bg-secondary {
  background: rgba(0, 36, 50, 0.9) !important;
}
@media (max-width: 991px) {
  .section-cta--promotional-tiles.section--inform .section-cta__body {
    padding: 40px;
  }
}
.section-cta--promotional-tiles.section--inspire {
  overflow: hidden;
}
.section-cta--promotional-tiles.section--inspire .row > div {
  padding: 0;
}
.section-cta--promotional-tiles.section--inspire .row > :first-child .section-cta {
  direction: rtl;
  align-items: flex-end;
}
.section-cta--promotional-tiles.section--inspire .row > :first-child .section-cta__image {
  left: auto;
  right: 0;
}
.section-cta--promotional-tiles.section--inspire .row > :last-child .section-cta {
  align-items: flex-end;
}
.section-cta--promotional-tiles.section--inspire .section-cta {
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-cta--promotional-tiles.section--inspire .section-cta__image {
  width: 50vw;
}
.section-cta--promotional-tiles.section--inspire .section-cta__body {
  direction: ltr !important;
  padding: 20px;
  max-width: 520px;
}

@media (max-width: 767px) {
  .section-content--programme-search {
    margin-bottom: 55px;
  }
}
.section-content--programme-search.py-0 {
  height: 55px;
}
.section-content--programme-search.py-0 .container {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  z-index: 50;
}
.section-content--programme-search .searchform--programme {
  max-width: 1100px;
  margin: 0 auto;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .section-content--programme-search .container {
    padding: 0;
  }
  .section-content--programme-search .searchform--programme {
    padding: 16px;
  }
}

.searchform .nav-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .searchform .search-terms {
    columns: 2;
  }
}
@media (max-width: 575px) {
  .searchform .search-terms {
    columns: 1;
  }
}

@media (max-width: 767px) {
  .searchform--programme-simple .input-group {
    display: block;
  }
  .searchform--programme-simple .input-group input {
    width: 100%;
  }
  .searchform--programme-simple .input-group-append {
    padding: 0 !important;
    margin-top: 8px;
  }
}

.section-content--simple--navigation .section__heading {
  margin-bottom: 20px;
}
.section-content--simple--navigation__menu-title {
  padding: 12px 0;
  margin-bottom: 18px;
  font-weight: 600;
  padding: 10px 0;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.section-content--simple--navigation__menu-title a {
  color: #002432;
  display: block;
  flex-grow: 1;
}
.section-content--simple--navigation__menu-title a:hover {
  color: #008C95;
}
.section-content--simple--navigation__menu-title .toggle__btn {
  width: auto;
  margin-left: auto;
  flex: 0 0 40px;
}
.section-content--simple--navigation__menu-title .toggle__btn:hover {
  color: #008C95;
}
.section-content--simple--navigation__menu-title .toggle__btn svg {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(-1);
}
.section-content--simple--navigation__menu-title .toggle__btn.collapsed svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(1);
}
.section-content--simple--navigation__menu {
  list-style: none;
  padding: 0;
}
@media (min-width: 992px) {
  .section-content--simple--navigation__menu {
    max-width: 295px;
  }
}
.section-content--simple--navigation__menu > li {
  border-bottom: 1px solid #DFE2E3;
}
.section-content--simple--navigation__menu > li > a {
  font-weight: 600;
  padding: 10px 0;
  display: block;
  color: #002432;
}
.section-content--simple--navigation__menu > li > a:hover {
  color: #008C95;
}
.section-content--simple--navigation__menu > li.page_item_has_children {
  display: flex;
  flex-wrap: wrap;
}
.section-content--simple--navigation__menu > li.page_item_has_children > a {
  position: relative;
  flex-grow: 1;
  padding-right: 10px;
  max-width: calc(100% - 40px);
}
.section-content--simple--navigation__menu > li.page_item_has_children .toggle__btn {
  width: auto;
  margin-left: auto;
  flex: 0 0 40px;
}
.section-content--simple--navigation__menu > li.page_item_has_children .toggle__btn:hover {
  color: #008C95;
}
.section-content--simple--navigation__menu > li.page_item_has_children .toggle__btn svg {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(-1);
}
.section-content--simple--navigation__menu > li.page_item_has_children .toggle__btn.collapsed svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(1);
}
.section-content--simple--navigation__menu > li > ul {
  padding: 0 0 20px;
  margin: 0;
  width: 100%;
  list-style: none;
}
.section-content--simple--navigation__menu > li > ul > li {
  padding-left: 10px;
}
.section-content--simple--navigation__menu > li > ul > li > a {
  display: block;
  color: #80929E;
  padding: 4px 0;
}
.section-content--simple--navigation__menu > li > ul > li > a:hover {
  color: #008C95;
}
.section-content--simple--navigation__menu li.current_page_item > a {
  color: #008C95;
}
.section-content--simple--navigation__content {
  max-width: 780px;
  margin: 0 auto;
}

.section-content--single-column.py-lg {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media (max-width: 991px) {
  .section-content--single-column.py-lg {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
.section-content--single-column .section__heading {
  margin-bottom: 20px;
}
.section-content--single-column .section__heading {
  max-width: 1100px;
}
.section-content--single-column .section__content {
  max-width: 1100px;
}
.section-content--single-column .section__content :last-child {
  margin-bottom: 0;
}
.section-content--single-column .section__content,
.section-content--single-column .section__heading {
  margin-left: auto;
  margin-right: auto;
}
.section-content--single-column h3 {
  margin-top: 40px;
}
.section-content--single-column h4 {
  margin-top: 30px;
}

.section-content--social-feed .section__heading {
  margin-bottom: 38px;
}
.section-content--social-feed .swiper-pagination {
  position: relative;
  margin: 5% auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.section-content--social-feed .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  border-radius: 100%;
  margin: 0 5px !important;
  opacity: 1;
  width: 8px;
  transform: none;
}

.social-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px 20px;
}
.social-gallery__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.social-gallery__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.social-gallery__item svg {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 30px;
  border-radius: 50%;
}

.section-content--stories .swiper-button-container .swiper-button-next,
.section-content--stories .swiper-button-container .swiper-container-rtl .swiper-button-prev {
  bottom: 20px;
  right: 20px;
}
.section-content--stories .swiper-button-container .swiper-button-prev,
.section-content--stories .swiper-button-container .swiper-container-rtl .swiper-button-next {
  bottom: 20px;
  right: 65px;
}

.section-content--text--image--left {
  position: relative;
}
.section-content--text--image--left .content-image--left__contents {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.section-content--text--image--left .section__heading {
  margin-bottom: 20px;
}
.section-content--text--image--left .content-image__body {
  max-width: 90%;
}
.section-content--text--image--left .content-image__body--bg {
  max-width: 505px;
  padding: 60px;
}
@media (max-width: 767px) {
  .section-content--text--image--left .content-image__body {
    max-width: none;
  }
}
.section-content--text--image--left .content-image__actions {
  margin-top: 30px;
}
.section-content--text--image--left.section--inspire {
  overflow: hidden;
}
.section-content--text--image--left.section--inspire .image-col {
  direction: rtl;
  padding: 0;
}
.section-content--text--image--left.section--inspire .image-col .content-image--left__image {
  width: 50vw;
  height: 100%;
}
.section-content--text--image--left.section--inspire .image-col .content-image--left__image .media__wrapper {
  height: 100%;
}
.section-content--text--image--left.section--inspire .image-col .content-image--left__image .media {
  height: 100%;
  padding: 0;
}

.section-content--text--image--right {
  position: relative;
}
.section-content--text--image--right .content-image--right__contents {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-content--text--image--right .section__heading {
  margin-bottom: 20px;
}
.section-content--text--image--right .content-image__body {
  max-width: 90%;
}
.section-content--text--image--right .content-image__body--bg {
  max-width: 505px;
  padding: 60px;
}
.section-content--text--image--right .content-image__body.bg-primary {
  background: rgba(0, 140, 149, 0.9);
}
.section-content--text--image--right .content-image__body.bg-secondary {
  background: rgba(0, 36, 50, 0.9);
}
.section-content--text--image--right .content-image__actions {
  margin-top: 30px;
}
.section-content--text--image--right.section--inspire {
  overflow: hidden;
}
.section-content--text--image--right.section--inspire .image-col {
  direction: ltr;
  padding: 0;
}
.section-content--text--image--right.section--inspire .image-col .content-image--right__image {
  width: 50vw;
  height: 100%;
}
.section-content--text--image--right.section--inspire .image-col .content-image--right__image .media__wrapper {
  height: 100%;
}
.section-content--text--image--right.section--inspire .image-col .content-image--right__image .media {
  height: 100%;
  padding: 0;
}

.text-image {
  display: flex;
  align-items: center;
  margin-top: -35px;
}
.text-image__image {
  width: 76%;
  order: 12;
  direction: rtl;
}
.text-image__image .media__wrapper {
  direction: ltr;
  width: calc(100% + 210px);
}
.text-image__image .media {
  padding-top: 59%;
}
.text-image__body {
  padding: 50px;
  background: #FFFFFF;
  position: relative;
  z-index: 20;
  flex: 0 0 505px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
  order: 0;
}
.text-image__title {
  margin-bottom: 20px;
}
.text-image__footer {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .text-image--right .text-image__image {
    order: 0;
    direction: ltr;
  }
}
@media (max-width: 991px) {
  .text-image {
    display: block;
    margin: 0;
  }
  .text-image__image {
    width: 100%;
  }
  .text-image__image .media__wrapper {
    width: 100%;
  }
  .text-image__body {
    width: 90%;
    margin: 0 auto;
    padding: 30px 20px;
    margin-top: -10%;
  }
}
.section-content--video .video {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}
.section-content--video .video__content {
  margin-top: 25px;
}
.text-center .section-content--video .video__content {
  margin-left: auto;
  margin-right: auto;
}
.section-content--video.section--inspire {
  height: 610px;
  position: relative;
}
.section-content--video.section--inspire .video {
  max-width: none;
  height: 100%;
}
.section-content--video.section--inspire .video .media__wrapper {
  height: 100%;
}
.section-content--video.section--inspire .video .media {
  height: 100%;
  padding: 0;
}
.section-content--video.section--inspire .video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 2;
  background: rgba(0, 38, 62, 0.3);
}
.section-content--video.section--inspire .section__heading {
  z-index: 10;
  pointer-events: none;
  margin-bottom: 20px;
}
.section-content--video.section--inspire .video__inner {
  z-index: 10;
  pointer-events: none;
  color: #ffffff;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
}
.section-content--video.section--inspire .video__body {
  max-width: 505px;
}
.section-content--video.section--inspire .video__body :last-child {
  margin-bottom: 0;
}
.section-content--video.section--inform .video__content {
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
  max-width: 820px;
}

.section-programmes--favourites .section__heading {
  margin-bottom: 68px;
}

.section-programmes--steps {
  background: #F2F4F5;
  text-align: center;
  margin-bottom: -55px;
}
.section-programmes--steps .wpforms-container {
  padding-top: 80px;
  padding-bottom: 140px;
  margin: 0;
}
.section-programmes--steps .wpforms-confirmation-container {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: -40px;
}
.section-programmes--steps .wpforms-container .wpforms-page-indicator.circles {
  border: none;
  margin: 0;
  padding: 0 0 50px;
  display: flex;
  justify-content: center;
}
.section-programmes--steps .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page {
  float: none;
  margin: 0;
}
.section-programmes--steps .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page + div {
  margin-left: 30px;
  position: relative;
}
.section-programmes--steps .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page + div:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 30px;
  height: 1px;
  transform: translateY(-50%);
  background: #008C95;
}
.section-programmes--steps .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page .wpforms-page-indicator-page-number {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #fff;
  font-weight: 700;
  background: #008C95;
}
.section-programmes--steps .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page .wpforms-page-indicator-page-number[style] {
  background: #008C95 !important;
}
.section-programmes--steps .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page.active ~ div:before {
  background: #CCD4D8;
}
.section-programmes--steps .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page.active ~ div .wpforms-page-indicator-page-number {
  background: #CCD4D8;
}
.section-programmes--steps .wpforms-field.wpforms-field-pagebreak {
  padding: 0;
  margin: 0;
}
.section-programmes--steps .wpforms-field-divider {
  text-align: center;
}
.section-programmes--steps .wpforms__student-types .wpforms-image-choices {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  max-width: none;
}
.section-programmes--steps .wpforms__student-types .wpforms-image-choices li {
  margin: 0 !important;
  flex: 0 0 50%;
  display: block;
  padding: 10px;
  background: none;
}
@media (min-width: 992px) {
  .section-programmes--steps .wpforms__student-types .wpforms-image-choices li {
    flex: 1 0 16.6667%;
  }
}
.section-programmes--steps .wpforms__student-types .wpforms-image-choices label {
  padding: 0;
  display: block;
  height: 100%;
}
.section-programmes--steps .wpforms__student-types .wpforms-image-choices label:hover, .section-programmes--steps .wpforms__student-types .wpforms-image-choices label:focus {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px rgba(0, 0, 0, 0.1);
}
.section-programmes--steps .wpforms__student-types .wpforms-image-choices label .wpforms-image-choices-image:after {
  background: #008C95;
}
.section-programmes--steps .wpforms__student-types .wpforms-image-choices label .wpforms-image-choices-label {
  text-align: left;
  font-weight: 600;
  margin: 0;
  padding: 10px;
  white-space: nowrap;
}
.section-programmes--steps .wpforms-container .wpforms__subjects ul li {
  width: 100%;
  padding-right: 10px;
  position: relative;
  font-size: 14px;
}
@media (min-width: 768px) {
  .section-programmes--steps .wpforms-container .wpforms__subjects ul li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .section-programmes--steps .wpforms-container .wpforms__subjects ul li {
    width: 25%;
  }
}
.section-programmes--steps .wpforms-container .wpforms__subjects ul li input {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 16px;
  width: 16px;
}
.section-programmes--steps .wpforms-container .wpforms__subjects ul li input:checked {
  filter: hue-rotate(-49deg) brightness(1);
}
.section-programmes--steps .wpforms-container .wpforms__subjects ul li label {
  padding: 10px 10px 10px 43px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  background: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}
.section-programmes--steps .wpforms-submit-container,
.section-programmes--steps .wpforms-pagebreak-center {
  text-align: center;
}
.section-programmes--steps .wpforms-submit,
.section-programmes--steps .wpforms-page-next {
  margin-top: 40px;
}

.section-programmes--feed .programme-archive {
  margin-top: 60px;
}

.searchform--programme-simple .input-group-append {
  min-width: 215px;
  padding-left: 10px;
}
.searchform--programme-simple .input-group-append:last-child {
  min-width: 200px;
}
.searchform--programme-simple .input-group-append > a,
.searchform--programme-simple .input-group-append > button {
  width: 100%;
}
.searchform--programme-simple .toggle__content {
  padding: 20px 0 0;
}

@media print {
  .breadcrumbs-bar,
.header-subnav,
.section-content--simple--navigation__menu,
.search-link,
.navbar-toggler,
.footer__main,
.footer__before--copyright {
    display: none !important;
  }

  .footer__copyright {
    border-top: 1px solid #F2F4F5;
    background-color: #fff !important;
    color: #000;
  }

  .back-to-top {
    display: none !important;
  }

  #mychatBtn {
    display: none !important;
  }

  .popover {
    display: none !important;
  }
}
.highlight {
  background-color: yellow;
}
/*# sourceMappingURL=style.css.map*/