:root {
  font-size: 16px; }

* {
  margin: 0 auto;
  padding: 0;
  border: 0;
  box-sizing: border-box; }

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

ul {
  list-style: none; }

header, section, footer, aside, nav, article {
  display: block; }

/* Fonts */
/* Custom scrollbar */
/* Responsive design */
/* Use Font Awesome icons */
.section-link:after, .datetime:before, .form-prev:before, .form-next:after, .form-error-message:before, .warning li:before, .success li:before, .herobutton-opt1:after, .chat-button:after, .apply-button:after, .browse-button:after, .herobutton-opt2:after, .herobutton-centred:after, .herobutton-fullwidth:after, .herobutton-opt3:after, .herobutton-opt4:after, .poplinks-button:after, .button-purpleoutline:after, .pagination .pagination__item-prev:before, .pagination .pagination__item-next:after {
  font-family: "FontAwesome";
  font-size: inherit;
  margin-right: 0.3em; }

i {
  margin-right: 0.5em; }

/* Close overlay */
.close, #nav-drawer__overlay .nav-drawer__header .nav-drawer__close #close-navdrawer {
  display: flex;
  font-family: 'Medium';
  color: #b2b2b2;
  padding: 0.4em 0.8em 0.4em 0.8em;
  border: solid 1px #808285;
  cursor: pointer; }
  .close:hover, #nav-drawer__overlay .nav-drawer__header .nav-drawer__close #close-navdrawer:hover {
    background: #be1e2d;
    color: white;
    border: solid 1px #be1e2d; }

/* Add/subtract extra margins where appropriate */
.add-margin-top {
  margin-top: 1.5em !important; }

.add-half-margin-top {
  margin-top: 0.75em !important; }

.add-double-margin-top {
  margin-top: 3em !important; }

.add-margin-bottom {
  margin-bottom: 1.5em !important; }

.add-half-margin-bottom {
  margin-bottom: 0.75em !important; }

.add-double-margin-bottom {
  margin-bottom: 3em !important; }

.subtract-margin-top {
  margin-top: 0 !important; }

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

/* Align content */
.center-child-elements {
  justify-content: center;
  align-items: center; }

.offset-right {
  margin-right: 3em !important; }

.align-right {
  display: flex;
  justify-content: flex-end; }
@media only screen and (max-width: 499px) {
  .align-right {
    justify-content: flex-start; } }

/* Font properties */
/* Get fonts */
@font-face {
  font-family: 'Light';
  src: url(/fonts/Roboto/Roboto-Light.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Regular';
  src: url(/fonts/Roboto/Roboto-Regular.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Bold';
  src: url(/fonts/Roboto/Roboto-Bold.ttf);
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Black';
  src: url(/fonts/Roboto/Roboto-Black.ttf);
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Italic';
  src: url(/fonts/Roboto/Roboto-Italic.ttf);
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Medium';
  src: url(/fonts/Roboto/Roboto-Medium.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'FontAwesome';
  src: url(/fonts/FontAwesome/fa-solid-900.woff);
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

body {
  font-family: 'Regular', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  height: 100%;
  min-height: 100%; }

h1, h2, h3, h4, p, a, li, label {
  font-family: 'Regular', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  font-size: 1rem; }

h1, h2, h3, h4 {
  font-family: 'Medium', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  color: #636466; }

h1 {
  font-size: 2.375rem; }
@media only screen and (max-width: 499px) {
  h1 {
    font-size: 2rem; } }

h2 {
  margin: 0 0 1em 0;
  font-size: 1.438rem;
  color: #a14593; }

h3 {
  margin: 1.5em 0 0.5em 0;
  font-size: 1.25rem; }

h4 {
  margin: 1.5em 0 0.3em 0;
  font-size: 1.063rem; }

p {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  color: #4c4c4c;
  line-height: 1.313; }
  p:last-child {
    margin: 0; }

li {
  color: #4c4c4c;
  line-height: 1.313; }

strong {
  font-family: 'Medium', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1em; }

em {
  font-family: 'Italic', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1em; }

/* Default styles */
a {
  font-size: inherit;
  color: inherit;
  text-decoration: none; }
  a:visited {
    color: inherit; }
  a:hover {
    color: #bfa700; }

/* Email links */
a[href^="mailto:"] {
  /*&:after {
   @extend %icons;
   content: '\f24d'; 
   margin-left: 0.4em; 
   font-size: 0.875rem; 
   border-bottom: none; 
   }*/ }

/* Telephone links */
@media only screen and (max-width: 499px) {
  a[href^="tel"] {
    white-space: nowrap;
    pointer-events: none;
    text-decoration: none;
    color: inherit; } }

/* Targeted styles */
.default-hyperlink {
  color: inherit; }
  .default-hyperlink:visited {
    color: inherit; }
  .default-hyperlink:hover {
    color: #bfa700; }

.dotted-hyperlink, .section-row .section-row__content p a, .section-row-promo .section-row__content p a, .section-row .section-row__content li a, .section-row-promo .section-row__content li a, .warning a, .success a, #enrol-overlay .enrol-overlay__container .enrol-overlay__content > div p a, #enrol-overlay .enrol-overlay__container .enrol-overlay__content > div li a, .accordion-item__content p a, .accordion-item__content li a {
  font-family: 'Medium';
  color: #0298c6;
  border-bottom: solid 1px #E2E3E4; }
  .dotted-hyperlink:visited, .section-row .section-row__content p a:visited, .section-row-promo .section-row__content p a:visited, .section-row .section-row__content li a:visited, .section-row-promo .section-row__content li a:visited, .warning a:visited, .success a:visited, #enrol-overlay .enrol-overlay__container .enrol-overlay__content > div p a:visited, #enrol-overlay .enrol-overlay__container .enrol-overlay__content > div li a:visited, .accordion-item__content p a:visited, .accordion-item__content li a:visited {
    color: #0298c6; }
  .dotted-hyperlink:hover, .section-row .section-row__content p a:hover, .section-row-promo .section-row__content p a:hover, .section-row .section-row__content li a:hover, .section-row-promo .section-row__content li a:hover, .warning a:hover, .success a:hover, #enrol-overlay .enrol-overlay__container .enrol-overlay__content > div p a:hover, #enrol-overlay .enrol-overlay__container .enrol-overlay__content > div li a:hover, .accordion-item__content p a:hover, .accordion-item__content li a:hover {
    color: #bfa700; }

a.fulldiv-hyperlink, .card-block a, .article-card-horizontal a, .article-card-vertical a, .article-card-vertical__noborder a, .layout-listing a, .layout-listing-shaded a, .toc-menu-grid a, .snapshot-grid a, .section-listing a, .audience-button__block a, .event-card__info a, .course-listing a, .course-listing-search a, .search-tabs-container .search-tabs a, .promo-content__block a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.section-link {
  font-family: 'Medium'; }
  .section-link:after {
    content: '\f061';
    margin-left: 0.4em;
    font-size: 1rem; }

/* Parent flex containers */
.flex-container, .form-row, .section-header {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5em 0 0 -1.5em; }
  .flex-container > div, .form-row > div, .section-header > div {
    margin: 1.5em 0 0 1.5em; }

.flex-container-menu {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5em 0 0 -1.5em; }
  .flex-container-menu > div {
    margin: 1.5em 0 0 1.5em; }

.flex-container-nogutters {
  display: flex;
  flex-wrap: wrap;
  margin: -0.0625em 0 0 -0.0625em; }
  .flex-container-nogutters > div {
    margin: 0.0625em 0 0 0.0625em; }

.child-flex-styles {
  margin: 0;
  padding: 0 0 0 1.5em; }

/* Child flex items - even columns */
.content-1col {
  width: 100%; }

.content-2col, .form-row .form-row-2col, .content-2col-imgright, .content-2col-imgleft, .content-2col-nogutters {
  width: calc((100%/2) - 1.5em); }
  .content-2col li, .form-row .form-row-2col li, .content-2col-imgright li, .content-2col-imgleft li, .content-2col-nogutters li {
    margin-left: 0 !important; }
  @media only screen and (max-width: 499px) {
    .content-2col, .form-row .form-row-2col, .content-2col-imgright, .content-2col-imgleft, .content-2col-nogutters {
      width: 100%; } }

.content-2col-imgleft:nth-child(2) {
  padding-left: 0.5em; }
@media only screen and (max-width: 499px) {
  .content-2col-imgleft:nth-child(2) {
    padding-left: 0; } }

.content-2col-imgright:nth-child(1) {
  padding-right: 0.5em; }
@media only screen and (max-width: 499px) {
  .content-2col-imgright:nth-child(1) {
    padding-right: 0; } }

@media only screen and (max-width: 499px) {
  .content-2col-imgright:nth-child(1) {
    order: 1; }
  .content-2col-imgright:nth-child(2) {
    order: 0; } }

.content-2col-nogutters {
  width: calc((100%/2) - 0.0625em); }
@media only screen and (max-width: 499px) {
  .content-2col-nogutters {
    width: 100%; } }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .content-2col-nogutters {
    width: 100%; } }
@media only screen and (min-width: 700px) and (max-width: 799px) {
  .content-2col-nogutters {
    width: calc((100%/2) - 0.0625em); } }

.content-3col, .content-3col-nogutters {
  width: calc((100%/3) - 1.5em); }
@media only screen and (max-width: 499px) {
  .content-3col, .content-3col-nogutters {
    width: 100%; } }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .content-3col, .content-3col-nogutters {
    width: calc((100%/2) - 1.5em); } }
@media only screen and (min-width: 700px) and (max-width: 799px) {
  .content-3col, .content-3col-nogutters {
    width: calc((100%/2) - 1.5em); } }

.content-3col-nogutters {
  width: calc((100%/3) - 0.0625em); }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .content-3col-nogutters {
    width: calc((100%/2) - 0.0625em); } }
@media only screen and (min-width: 700px) and (max-width: 799px) {
  .content-3col-nogutters {
    width: calc((100%/2) - 0.0625em); } }

.content-4col {
  width: calc((100%/4) - 1.5em); }
@media only screen and (max-width: 499px) {
  .content-4col {
    width: 100%; } }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .content-4col {
    width: calc((100%/2) - 1.5em); } }

.content-5col {
  width: calc((100%/5) - 1.5em); }
@media only screen and (max-width: 499px) {
  .content-5col {
    width: 100%; } }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .content-5col {
    width: 100%; } }

.content-6col {
  width: calc((100%/6) - 1.5em); }
@media only screen and (max-width: 499px) {
  .content-6col {
    width: calc((100%/2) - 1.5em); } }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .content-6col {
    width: calc((100%/3) - 1.5em); } }

/* Child flex items - menu grids */
.content-4col-menu {
  width: calc((100%/4) - 0.625em); }
@media only screen and (max-width: 499px) {
  .content-4col-menu {
    width: 100%; } }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .content-4col-menu {
    width: calc((100%/2) - 0.625em) !important; } }
@media only screen and (min-width: 700px) and (max-width: 799px) {
  .content-4col-menu {
    width: calc((100%/2) - 0.625em) !important; } }

/* Child flex items - asymmetrical columns */
.content-1col-2col:nth-child(n+0) {
  flex: 100%;
  margin-right: 0; }
@media only screen and (min-width: 800px) and (max-width: 1169px) {
  .content-1col-2col:nth-child(1) {
    flex: 1;
    margin-right: 1.5em; }
  .content-1col-2col:nth-child(2) {
    flex: 2; } }
@media only screen and (min-width: 1170px) {
  .content-1col-2col:nth-child(1) {
    flex: 1;
    margin-right: 1.5em; }
  .content-1col-2col:nth-child(2) {
    flex: 2; } }

.content-1col-3col:nth-child(n+0) {
  flex: 100%;
  margin-right: 0; }
@media only screen and (min-width: 800px) and (max-width: 1169px) {
  .content-1col-3col:nth-child(1) {
    flex: 1;
    margin-right: 1.5em; }
  .content-1col-3col:nth-child(2) {
    flex: 3; } }
@media only screen and (min-width: 1170px) {
  .content-1col-3col:nth-child(1) {
    flex: 1;
    margin-right: 1.5em; }
  .content-1col-3col:nth-child(2) {
    flex: 3; } }

.content-1col-4col:nth-child(1) {
  flex: 1; }
.content-1col-4col:nth-child(2) {
  flex: 4; }
@media only screen and (max-width: 499px) {
  .content-1col-4col:nth-child(n+0) {
    flex: 100%; } }

.content-1col-8col:nth-child(1) {
  flex: 1; }
.content-1col-8col:nth-child(2) {
  flex: 8; }
@media only screen and (max-width: 499px) {
  .content-1col-8col:nth-child(n+0) {
    flex: 100%; } }

.content-1col-7col:nth-child(1) {
  flex: 1; }
.content-1col-7col:nth-child(2) {
  flex: 7; }
@media only screen and (max-width: 499px) {
  .content-1col-7col:nth-child(2) {
    flex: 3; } }

.content-2col-1col:nth-child(n+0) {
  flex: 100%; }
.content-2col-1col:nth-child(2) {
  margin-left: 1.5em; }
@media only screen and (min-width: 800px) and (max-width: 1169px) {
  .content-2col-1col:nth-child(1) {
    flex: 2; }
  .content-2col-1col:nth-child(2) {
    flex: 1;
    margin-left: 2em; } }
@media only screen and (min-width: 1170px) {
  .content-2col-1col:nth-child(1) {
    flex: 2; }
  .content-2col-1col:nth-child(2) {
    flex: 1;
    margin-left: 2em; } }

.content-2col-3col:nth-child(1) {
  flex: 2; }
.content-2col-3col:nth-child(2) {
  flex: 3; }

.content-2col-3col-promo:nth-child(1) {
  flex: 2; }
  .content-2col-3col-promo:nth-child(1) > .herobutton-opt2, .content-2col-3col-promo:nth-child(1) > .herobutton-centred, .content-2col-3col-promo:nth-child(1) > .herobutton-fullwidth {
    margin-bottom: 0; }
.content-2col-3col-promo:nth-child(2) {
  flex: 3; }
@media only screen and (max-width: 499px) {
  .content-2col-3col-promo:nth-child(n+0) {
    flex: 100%; }
  .content-2col-3col-promo:nth-child(1) {
    order: 2; }
  .content-2col-3col-promo:nth-child(2) {
    margin-left: 1.5em;
    margin-top: 1.5em;
    order: 1; } }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .content-2col-3col-promo:nth-child(n+0) {
    flex: 100%; }
  .content-2col-3col-promo:nth-child(1) {
    order: 2; }
  .content-2col-3col-promo:nth-child(2) {
    margin-left: 1.5em;
    margin-top: 1.5em;
    order: 1; } }
@media only screen and (min-width: 700px) and (max-width: 799px) {
  .content-2col-3col-promo:nth-child(1) {
    flex: 1; }
  .content-2col-3col-promo:nth-child(2) {
    flex: 1; } }

.content-3col-1col:nth-child(1) {
  width: calc(75% - 1.5em); }
.content-3col-1col:nth-child(2) {
  width: calc(25% - 1.5em); }
@media only screen and (max-width: 499px) {
  .content-3col-1col:nth-child(n+0) {
    flex: 100%; } }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .content-3col-1col:nth-child(n+0) {
    flex: 100%; } }
@media only screen and (min-width: 700px) and (max-width: 799px) {
  .content-3col-1col:nth-child(n+0) {
    flex: 100%; } }

.content-7col-1col:nth-child(1) {
  flex: 5; }
.content-7col-1col:nth-child(2) {
  flex: 1; }
@media only screen and (max-width: 499px) {
  .content-7col-1col:nth-child(n+0) {
    flex: 100%; } }

/* Centred content */
.fullwidth-content-block-centred {
  display: flex;
  align-items: center;
  max-width: 50em; }
  .fullwidth-content-block-centred .fullwidth-content-block-centred__text {
    width: 100%; }

/* Main content containers */
.site-wrapper {
  width: 100%; }

.section-row, .section-row-promo {
  width: 100%;
  padding: 2em 0 2em 0; }
  .section-row .section-row__content, .section-row-promo .section-row__content {
    margin: 0 auto;
    padding: 0 1.5em 0 1.5em; }
  @media only screen and (min-width: 1170px) {
    .section-row .section-row__content, .section-row-promo .section-row__content {
      max-width: 71.25em;
      padding: 0; } }
  .section-row .section-row__content ol, .section-row-promo .section-row__content ol, .section-row .section-row__content ul, .section-row-promo .section-row__content ul {
    display: block;
    margin: 0 0 1em 1em;
    padding: 0;
    list-style: square outside; }
    .section-row .section-row__content ol li, .section-row-promo .section-row__content ol li, .section-row .section-row__content ul li, .section-row-promo .section-row__content ul li {
      margin: 0 0 0.5em 1em; }
  .section-row .section-row__content ol, .section-row-promo .section-row__content ol {
    list-style: decimal; }

.section-row-promo {
  margin-top: 0; }
@media only screen and (min-width: 800px) and (max-width: 1169px) {
  .section-row-promo {
    margin-top: 2.5em; } }
@media only screen and (min-width: 1170px) {
  .section-row-promo {
    margin-top: 2.5em; } }

.card-shaded__purple, .card-shaded__turquoise, .card-shaded__blue {
  background-color: #a14593; }
  .card-shaded__purple h2, .card-shaded__turquoise h2, .card-shaded__blue h2, .card-shaded__purple h3, .card-shaded__turquoise h3, .card-shaded__blue h3, .card-shaded__purple a, .card-shaded__turquoise a, .card-shaded__blue a, .card-shaded__purple li, .card-shaded__turquoise li, .card-shaded__blue li, .card-shaded__purple p, .card-shaded__turquoise p, .card-shaded__blue p, .card-shaded__purple span, .card-shaded__turquoise span, .card-shaded__blue span, .card-shaded__purple .darkgrey-para, .card-shaded__turquoise .darkgrey-para, .card-shaded__blue .darkgrey-para {
    color: white !important; }
  .card-shaded__purple p, .card-shaded__turquoise p, .card-shaded__blue p {
    color: white !important; }
    .card-shaded__purple p > a, .card-shaded__turquoise p > a, .card-shaded__blue p > a {
      font-family: 'Bold';
      color: inherit !important; }
  .card-shaded__purple a:hover, .card-shaded__turquoise a:hover, .card-shaded__blue a:hover {
    color: #bfa700 !important; }

.card-shaded__turquoise {
  background-color: #34aca5; }

.card-shaded__blue {
  background-color: #00638e; }

.card-shaded__grey {
  background-color: #f3f3f3; }

/* Other layout */
.featured-content {
  padding: 1.5em;
  background: #f8f8f8;
  border: solid 1px #d9d9d9;
  border-radius: 5px; }
  .featured-content .featured-content__header {
    width: 100%; }
  .featured-content .featured-content__body {
    width: 100%;
    margin-top: 1em; }
    .featured-content .featured-content__body h3 {
      margin-top: 0;
      font-size: 1.125rem; }

.alert-container {
  width: 100%;
  padding: 1em 1.5em 1em 1.5em;
  background: #333333; }
  .alert-container .alert-container__content {
    max-width: 71.25em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    color: white; }
    .alert-container .alert-container__content i, .alert-container .alert-container__content span {
      margin-left: 0; }
    .alert-container .alert-container__content i {
      font-size: 1.5rem; }
    .alert-container .alert-container__content span {
      line-height: 1.313; }
  @media only screen and (min-width: 1170px) {
    .alert-container {
      padding: 1em 0 1em 0; } }

header {
  width: 100%;
  padding: 0 1.5em 0 1.5em;
  background: transparent;
  position: absolute;
  z-index: 10; }
@media only screen and (min-width: 1170px) {
  header {
    padding: 0; } }
header .header-container {
  max-width: 71.25em;
  margin-top: 1.5em; }

/* Main navigation */
nav {
  margin-top: 0; }
  nav .header-nav {
    display: flex;
    align-items: center; }
    nav .header-nav .main-nav-container {
      margin-right: 0; }
      nav .header-nav .main-nav-container ul li {
        display: inline-block; }
      @media only screen and (max-width: 499px) {
        nav .header-nav .main-nav-container ul li:nth-child(-n+4) {
          display: none; } }
    @media only screen and (min-width: 500px) and (max-width: 699px) {
      nav .header-nav .main-nav-container ul li:nth-child(-n+4) {
        display: none; } }
    nav .header-nav .main-nav-container ul li:first-of-type {
      margin-left: 0; }
    nav .header-nav .main-nav-container ul li a {
      display: inline-block;
      margin: 0;
      padding: 0.4em 0.8em 0.4em 0.8em;
      font-family: 'Bold';
      font-size: 1.063rem;
      color: white; }
      nav .header-nav .main-nav-container ul li a:hover {
        background: #a14593; }
    nav .header-nav .main-nav-container ul li #open-searchoverlay, nav .header-nav .main-nav-container ul li #open-navigation {
      cursor: pointer; }
    @media only screen and (max-width: 499px) {
      nav .header-nav .main-nav-container ul li #open-searchoverlay i, nav .header-nav .main-nav-container ul li #open-navigation i {
        margin: 0; }
      nav .header-nav .main-nav-container ul li #open-searchoverlay span, nav .header-nav .main-nav-container ul li #open-navigation span {
        display: none; } }
  @media only screen and (min-width: 500px) and (max-width: 699px) {
    nav .header-nav .main-nav-container ul li #open-searchoverlay i, nav .header-nav .main-nav-container ul li #open-navigation i {
      margin: 0; }
    nav .header-nav .main-nav-container ul li #open-searchoverlay span, nav .header-nav .main-nav-container ul li #open-navigation span {
      display: none; } }

/* Overlay navigation */
#navigation-overlay {
  width: 0;
  height: 100%;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  background: #2e2d2c;
  transition: 0.5s; }
  #navigation-overlay .navigation-overlay__container {
    width: 100%;
    height: 100%;
    padding: 0 0 2em 0;
    overflow: auto; }
    #navigation-overlay .navigation-overlay__container .navigation-overlay__header {
      width: 71.25em;
      margin: 0 auto;
      padding: 0 0 1em 0; }
      #navigation-overlay .navigation-overlay__container .navigation-overlay__header > div:nth-child(2) {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
      #navigation-overlay .navigation-overlay__container .navigation-overlay__header .navigation-overlay__close {
        margin-right: 0; }
        #navigation-overlay .navigation-overlay__container .navigation-overlay__header .navigation-overlay__close #close-navigation {
          display: flex;
          font-family: 'Bold';
          color: white;
          padding: 0.4em 0.8em 0.4em 0.8em;
          border: solid 1px white;
          cursor: pointer; }
          #navigation-overlay .navigation-overlay__container .navigation-overlay__header .navigation-overlay__close #close-navigation:hover {
            background: #be1e2d;
            border: solid 1px #be1e2d; }
    #navigation-overlay .navigation-overlay__container .navigation-overlay__content {
      display: flex;
      width: 71.25em;
      margin: 0 auto; }
      #navigation-overlay .navigation-overlay__container .navigation-overlay__content > div h3 {
        margin: 0 0 0.4em 0;
        color: #34aca5; }
        #navigation-overlay .navigation-overlay__container .navigation-overlay__content > div h3 a {
          font-family: 'Bold'; }
      #navigation-overlay .navigation-overlay__container .navigation-overlay__content > div ul li {
        margin-bottom: 0.2em;
        color: white; }
        #navigation-overlay .navigation-overlay__container .navigation-overlay__content > div ul li a {
          font-size: 0.875rem; }

.noscroll {
  overflow: hidden; }

/* Slideout navigation */
#nav-drawer__overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
  transition: 0.5s; }
  #nav-drawer__overlay .nav-drawer {
    position: absolute;
    width: 20em;
    height: 100%;
    right: 0;
    background: #2e2d2c;
    overflow-y: scroll; }
    #nav-drawer__overlay .nav-drawer::-webkit-scrollbar {
      width: 1px; }
    #nav-drawer__overlay .nav-drawer::-webkit-scrollbar-thumb {
      background: #2e2d2c; }
  #nav-drawer__overlay .nav-drawer__header {
    display: flex;
    margin-right: 0;
    max-width: 71.25em;
    padding: 1em 1em 4em 1em; }
    #nav-drawer__overlay .nav-drawer__header .nav-drawer__close {
      margin-right: 0; }
  #nav-drawer__overlay .nav-drawer__menu-header, #nav-drawer__overlay .nav-drawer__link {
    width: 100%;
    padding: 1em;
    color: #34aca5;
    border-top: solid 1px #4c4c4c;
    cursor: pointer; }
    #nav-drawer__overlay .nav-drawer__menu-header:after, #nav-drawer__overlay .nav-drawer__link:after {
      float: right;
      content: '\002B';
      font-size: 1.5rem; }
    #nav-drawer__overlay .nav-drawer__menu-header:hover, #nav-drawer__overlay .nav-drawer__link:hover {
      background: #34aca5; }
      #nav-drawer__overlay .nav-drawer__menu-header:hover h2, #nav-drawer__overlay .nav-drawer__link:hover h2 {
        color: white; }
      #nav-drawer__overlay .nav-drawer__menu-header:hover:after, #nav-drawer__overlay .nav-drawer__link:hover:after {
        color: white; }
    #nav-drawer__overlay .nav-drawer__menu-header h2, #nav-drawer__overlay .nav-drawer__link h2 {
      margin: 0;
      font-size: 1.188rem;
      color: #34aca5;
      display: inline-block; }
  #nav-drawer__overlay .nav-drawer__link a {
    font-family: 'Medium'; }
    #nav-drawer__overlay .nav-drawer__link a:hover {
      color: white; }
  #nav-drawer__overlay .nav-drawer__link:after {
    content: ''; }
#nav-drawer__overlay .active-menu-header:after {
  content: '\2013';
  font-size: 1.5rem; }
#nav-drawer__overlay .nav-drawer__menu-expanded {
  width: 100%;
  display: none;
  margin: -0.5em 0 0 0;
  padding: 1em 1em 1.5em 1em; }
  #nav-drawer__overlay .nav-drawer__menu-expanded h3 {
    font-size: 1.063rem; }
    #nav-drawer__overlay .nav-drawer__menu-expanded ul li {
      margin-bottom: 0.2em;
      color: white; }
      #nav-drawer__overlay .nav-drawer__menu-expanded ul li a {
        font-size: 0.938rem; }

/* Crop image */
.image-cropped {
  width: 100%;
  height: 350px;
  object-fit: cover; }
@media only screen and (max-width: 499px) {
  .image-cropped {
    height: auto; } }

/* Resize images to width of containing div */
.resize {
  max-width: 100%;
  height: auto; }

/* Responsive image placeholders */
.responsive-image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: -3px; }

.image-container {
  display: block;
  width: 100%;
  margin: 1.5em 0 1.5em 0; }

.img-lazyload {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  background: #ededed; }
  .img-lazyload img[src$=".png"] {
    filter: grayscale(100%); }
    .img-lazyload img [data-src] {
      opacity: 0; }
  .img-lazyload.img-lazyloaded img {
    opacity: 1;
    transition: opacity 1s; }

.card-block {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  background: #fafafa; }
  .card-block:hover > .card-block__section, .card-block:focus > .card-block__section {
    border-left: solid 1px #00638e;
    border-right: solid 1px #00638e;
    border-bottom: solid 1px #00638e; }
    .card-block:hover > .card-block__section h3, .card-block:focus > .card-block__section h3, .card-block:hover > .card-block__section span, .card-block:focus > .card-block__section span {
      color: white; }
    .card-block:hover > .card-block__section:before, .card-block:focus > .card-block__section:before {
      background: #00638e;
      height: 100%; }
      .card-block:hover > .card-block__section:before h3, .card-block:focus > .card-block__section:before h3 {
        color: white; }

.card-block__image {
  position: relative;
  overflow: hidden; }

.card-block__section {
  width: 100%;
  padding: 1.25em;
  position: relative;
  border-left: solid 1px #E2E3E4;
  border-right: solid 1px #E2E3E4;
  border-bottom: solid 1px #E2E3E4; }
  .card-block__section span {
    position: relative;
    margin-top: 0; }
  .card-block__section h3 {
    position: relative;
    height: 3.8em;
    margin: 0;
    font-family: 'Medium';
    font-size: 1.188rem;
    line-height: 1.2; }
  .card-block__section .auto-height {
    height: auto;
    max-height: 4em; }
  .card-block__section:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #fafafa;
    content: "";
    transition: all 0.3s;
    z-index: 0; }

.article-card-horizontal, .article-card-vertical, .article-card-vertical__noborder {
  width: 100%;
  position: relative;
  margin-bottom: 1.25em;
  padding-bottom: 1.25em;
  border-bottom: solid 1px #d9d9d9; }
  .article-card-horizontal h3, .article-card-vertical h3, .article-card-vertical__noborder h3 {
    margin-top: 0;
    font-family: 'Medium';
    font-size: 1.188rem;
    line-height: 1.2; }
  .article-card-horizontal p, .article-card-vertical p, .article-card-vertical__noborder p {
    margin-bottom: 0;
    color: #808285; }
  .article-card-horizontal:last-child, .article-card-vertical:last-child, .article-card-vertical__noborder:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
  .article-card-horizontal:hover, .article-card-vertical:hover, .article-card-vertical__noborder:hover {
    /*h3 {
     color: $gold !important; 
     } 
     img {
     opacity: 0.6; 
     }*/ }

.article-card-horizontal {
  display: flex; }
  .article-card-horizontal .article-card-horizontal__image {
    flex: 2;
    margin-right: 1em; }
  .article-card-horizontal .article-card-horizontal__desc {
    flex: 5; }

.article-card-vertical div + h3, .article-card-vertical__noborder div + h3 {
  padding-top: 0.4em; }
.article-card-vertical .img-lazyload, .article-card-vertical__noborder .img-lazyload {
  margin-bottom: 0.5em; }

.article-card-vertical__noborder {
  margin-bottom: 0.7em;
  padding-bottom: 0;
  border: none; }

.datetime {
  display: block;
  margin: 0.7em 0 0.4em 0;
  font-size: 0.8125rem;
  color: #939598;
  text-transform: uppercase; }
  .datetime:before {
    content: "\f017"; }

/* Alternate layout for displaying lists */
.layout-listing, .layout-listing-shaded {
  position: relative;
  border: solid 1px #d9d9d9;
  border-radius: 5px; }
  .layout-listing .layout-listing__image, .layout-listing-shaded .layout-listing__image {
    width: 100%;
    height: 9em;
    border-radius: 5px 5px 0 0; }
  @media only screen and (max-width: 499px) {
    .layout-listing .layout-listing__image, .layout-listing-shaded .layout-listing__image {
      display: none; } }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .layout-listing .layout-listing__image, .layout-listing-shaded .layout-listing__image {
    display: none; } }
.layout-listing .layout-listing__desc, .layout-listing-shaded .layout-listing__desc {
  width: 100%;
  padding: 1.25em; }
.layout-listing .layout-listing__noimage, .layout-listing-shaded .layout-listing__noimage {
  width: 100%; }
.layout-listing h3, .layout-listing-shaded h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: 'Medium';
  font-size: 1.125rem;
  line-height: 1.2; }
.layout-listing i, .layout-listing-shaded i {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  color: #34aca5; }
.layout-listing p, .layout-listing-shaded p {
  color: #808285 !important; }
.layout-listing:hover, .layout-listing-shaded:hover {
  background: #a14593; }
  .layout-listing:hover h3, .layout-listing-shaded:hover h3, .layout-listing:hover i, .layout-listing-shaded:hover i, .layout-listing:hover p, .layout-listing-shaded:hover p, .layout-listing:hover li, .layout-listing-shaded:hover li {
    color: white !important; }

.layout-listing-shaded {
  border-radius: 0;
  border: none; }
  .layout-listing-shaded h3, .layout-listing-shaded i, .layout-listing-shaded p, .layout-listing-shaded li {
    color: white !important; }
  .layout-listing-shaded:nth-child(n) {
    background: #00638e; }
  .layout-listing-shaded:nth-child(2n) {
    background: #a14593; }
  .layout-listing-shaded:nth-child(3n) {
    background: #34aca5; }

.layout-listing__list, .layout-listing__bulleted-list {
  margin: 0 !important;
  padding: 0;
  list-style: none !important; }
  .layout-listing__list li, .layout-listing__bulleted-list li {
    margin: 0 0 0.1em 0 !important;
    font-size: 0.938rem;
    color: #808285 !important; }
    .layout-listing__list li i, .layout-listing__bulleted-list li i {
      margin-right: 0.4em;
      color: #a14593; }
    .layout-listing__list li:last-child, .layout-listing__bulleted-list li:last-child {
      margin-bottom: 0 !important; }

.layout-listing__bulleted-list {
  margin: 0 0 0 1em !important;
  list-style: square outside !important; }

/* Table of contents grid */
.toc-menu-grid, .snapshot-grid {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  height: 8.5em; }
@media only screen and (max-width: 499px) {
  .toc-menu-grid, .snapshot-grid {
    height: auto; } }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .toc-menu-grid, .snapshot-grid {
    height: 7em; } }
.toc-menu-grid > div, .snapshot-grid > div {
  width: 100%;
  padding: 1.2em; }
  .toc-menu-grid > div:nth-child(2), .snapshot-grid > div:nth-child(2) {
    position: absolute;
    bottom: 0; }
  @media only screen and (max-width: 499px) {
    .toc-menu-grid > div:nth-child(2), .snapshot-grid > div:nth-child(2) {
      display: none; } }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .toc-menu-grid > div:nth-child(2), .snapshot-grid > div:nth-child(2) {
    display: none; } }
.toc-menu-grid h3, .snapshot-grid h3 {
  margin: 0 0 0.4em 0;
  padding: 0;
  font-family: 'Medium';
  font-size: 1.063rem;
  line-height: 1.2; }
.toc-menu-grid p, .snapshot-grid p {
  margin-bottom: 0;
  font-size: 0.938rem; }
.toc-menu-grid i, .snapshot-grid i {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0.875rem; }
.toc-menu-grid h3, .snapshot-grid h3, .toc-menu-grid i, .snapshot-grid i, .toc-menu-grid p, .snapshot-grid p, .toc-menu-grid li, .snapshot-grid li {
  color: white !important; }
.toc-menu-grid:nth-child(1), .snapshot-grid:nth-child(1), .toc-menu-grid:nth-child(8), .snapshot-grid:nth-child(8) {
  background: #00638e; }
  .toc-menu-grid:nth-child(1):hover, .snapshot-grid:nth-child(1):hover, .toc-menu-grid:nth-child(8):hover, .snapshot-grid:nth-child(8):hover {
    background: rgba(0, 99, 142, 0.9); }
.toc-menu-grid:nth-child(2), .snapshot-grid:nth-child(2), .toc-menu-grid:nth-child(5), .snapshot-grid:nth-child(5) {
  background: #a14593; }
  .toc-menu-grid:nth-child(2):hover, .snapshot-grid:nth-child(2):hover, .toc-menu-grid:nth-child(5):hover, .snapshot-grid:nth-child(5):hover {
    background: rgba(161, 69, 147, 0.9); }
.toc-menu-grid:nth-child(3), .snapshot-grid:nth-child(3), .toc-menu-grid:nth-child(6), .snapshot-grid:nth-child(6) {
  background: #34aca5; }
  .toc-menu-grid:nth-child(3):hover, .snapshot-grid:nth-child(3):hover, .toc-menu-grid:nth-child(6):hover, .snapshot-grid:nth-child(6):hover {
    background: rgba(52, 172, 165, 0.9); }
.toc-menu-grid:nth-child(4), .snapshot-grid:nth-child(4), .toc-menu-grid:nth-child(7), .snapshot-grid:nth-child(7) {
  background: #4c4c4c; }
  .toc-menu-grid:nth-child(4):hover, .snapshot-grid:nth-child(4):hover, .toc-menu-grid:nth-child(7):hover, .snapshot-grid:nth-child(7):hover {
    background: rgba(76, 76, 76, 0.9); }

/* Snapshots grid */
.snapshot-grid {
  flex-wrap: wrap;
  align-content: flex-start; }
  .snapshot-grid .snapshot-grid__icon {
    width: 100%;
    margin-bottom: 0.5em; }
  .snapshot-grid h3 {
    width: 100%; }
  .snapshot-grid p {
    margin-bottom: 0; }

/* Courses and other lists*/
.section-listing {
  position: relative;
  margin-bottom: 0.5em;
  padding: 1.2em;
  border: solid 1px #d9d9d9; }
  .section-listing h3 {
    margin: 0;
    font-family: 'Medium';
    font-size: 1rem;
    line-height: 1.2; }
  .section-listing span {
    color: #808285;
    font-size: 0.875rem; }
  .section-listing i {
    margin-right: 0.2em; }
  .section-listing:hover {
    background: #00638e;
    border: solid 1px #00638e; }
    .section-listing:hover h3, .section-listing:hover h4, .section-listing:hover i, .section-listing:hover li, .section-listing:hover span {
      color: white !important; }

footer {
  width: 100%;
  background: #4c4c4c;
  padding: 1.5em; }
  footer .footer-container {
    max-width: 71.25em; }

.footer-container__top {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #595959; }
  .footer-container__top ul {
    width: 100%; }
  .footer-container__top li, .footer-container__top p {
    font-size: 0.938rem;
    padding: 0 0 0.2em 0;
    color: #b2b2b2; }
    .footer-container__top li a, .footer-container__top p a {
      font-size: 0.938rem;
      color: #b2b2b2; }
      .footer-container__top li a:visited, .footer-container__top p a:visited {
        color: #b2b2b2; }
      .footer-container__top li a:hover, .footer-container__top p a:hover {
        text-decoration: underline; }
    .footer-container__top li:first-child, .footer-container__top p:first-child {
      font-family: 'Bold';
      font-size: 0.813rem;
      text-transform: uppercase;
      color: #b2b2b2;
      padding-bottom: 0.6em; }

.footer-container__middle {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #595959; }
  .footer-container__middle .copyright {
    font-size: 0.938rem;
    color: #b2b2b2; }
  .footer-container__middle ul.social-icons {
    text-align: right; }
    .footer-container__middle ul.social-icons li {
      display: inline;
      padding: 0 0.3em 0 0.3em;
      color: #b2b2b2; }
      .footer-container__middle ul.social-icons li a {
        font-size: 1.25rem;
        color: #b2b2b2; }
        .footer-container__middle ul.social-icons li a:visited {
          color: #b2b2b2; }
        .footer-container__middle ul.social-icons li a:hover {
          color: #bfa700; }
    @media only screen and (max-width: 499px) {
      .footer-container__middle ul.social-icons {
        text-align: left; } }

.footer-container__bottom {
  display: flex;
  flex-wrap: wrap; }
  .footer-container__bottom > div {
    text-align: center; }

.formbuilder {
  margin: 2em 0 0 0; }

/* Form structure */
.form-row > div {
  margin-bottom: 2em; }
.form-row .form-row-1col {
  width: 100%; }

/* Form elements */
label, legend, .secondary-label {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.6em;
  color: #4c4c4c;
  font-family: 'Medium';
  font-size: 1rem;
  line-height: 1.2; }

.secondary-label {
  font-family: 'Regular';
  color: #808285; }

.input-textfield, .input-textarea, .input-date__width-2, .input-date__width-4 {
  display: inline-block;
  width: 100%;
  padding: 0.8em;
  font-size: 1rem;
  color: #4c4c4c;
  border: solid 1px #b2b2b2; }
  .input-textfield:focus, .input-textarea:focus, .input-date__width-2:focus, .input-date__width-4:focus {
    background: #f8f8f8; }
  .input-textfield:hover, .input-textarea:hover, .input-date__width-2:hover, .input-date__width-4:hover {
    background: #f8f8f8; }

.input-textarea {
  resize: vertical; }

.input-date-group {
  display: flex;
  width: 100%; }
  .input-date-group > div {
    margin-right: 1.5em; }

.input-date__width-2 {
  flex: 1;
  margin-right: 1.5em; }

.input-date__width-4 {
  flex: 2;
  margin-right: 1.5em; }

.select-dropdown {
  display: inline-block;
  width: 100%;
  padding: 0.8em;
  font-size: 1rem;
  color: #4c4c4c;
  border: solid 1px #b2b2b2;
  background-image: url(/images/svg/dropdown.svg);
  /* New dropdown button in image form */
  background-repeat: no-repeat;
  background-position: 98% 50%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

input[type="checkbox"], input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  margin-right: 0.6em;
  width: 2em;
  height: 2em;
  border: solid 1px #b2b2b2;
  vertical-align: middle; }
  input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline;
    font-family: 'Regular'; }
  input[type="checkbox"]:focus, input[type="radio"]:focus {
    background: #f8f8f8; }
  input[type="checkbox"]:hover, input[type="radio"]:hover {
    background: #f8f8f8; }

input[type="radio"] {
  border-radius: 1.5em; }

input[type="checkbox"]:checked:before {
  display: inline-block;
  content: '';
  position: absolute;
  width: 0.8em;
  height: 0.4em;
  top: 0.5em;
  left: 0.4em;
  border: solid 3px #333333;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  transform: rotate(-45deg); }

input[type="radio"]:checked:before {
  display: inline-block;
  content: '';
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  top: 0.45em;
  left: 0.5em;
  border: solid 1px #333333;
  border-radius: 50%;
  background: #333333; }

/* Multistep form styles */
.form-progress {
  display: inline-flex; }
  .form-progress .form-step {
    text-align: center;
    position: relative; }
    .form-progress .form-step .bullet, .form-progress .form-step .check {
      display: inline-block;
      width: 1.75em;
      height: 1.75em;
      position: relative;
      color: #a14593;
      border: solid 2px #a14593;
      border-radius: 50%;
      font-family: 'Bold';
      line-height: 1.6rem; }
      .form-progress .form-step .bullet:last-child:after, .form-progress .form-step .check:last-child:after {
        display: none; }
    .form-progress .form-step .bullet {
      margin-right: 3.5em; }
      .form-progress .form-step .bullet:after {
        position: absolute;
        display: inline-block;
        content: '';
        width: 2.75em;
        height: 0.188em;
        top: 0.688em;
        left: 2em;
        background: #a14593; }
    .form-progress .form-step .check {
      display: none;
      position: absolute;
      left: 0;
      background: #a14593;
      color: white; }
      .form-progress .form-step .check i {
        margin: 0;
        padding: 0; }
    .form-progress .form-step .form-page-title {
      display: block;
      margin-top: 0.3em;
      color: #a14593;
      text-align: center; }
      .form-progress .form-step:last-child .bullet {
        margin-right: 0; }
        .form-progress .form-step:last-child .bullet:after {
          display: none; }

.form-page {
  display: none; }
  .form-page h3 {
    margin: 0 0 1.5em 0; }

.active-formpage {
  display: block; }

.form-prev, .form-next, .form-submit {
  display: inline-block;
  margin: 0.3em 0.7em 0 0;
  padding: 0.8em;
  background: #a14593;
  font-family: 'Medium';
  font-size: 0.938rem;
  color: white;
  border: solid 1px #a14593; }
  .form-prev:visited, .form-next:visited, .form-submit:visited {
    color: white !important; }
  .form-prev:hover, .form-next:hover, .form-submit:hover {
    background: #595959;
    color: white;
    border: solid 1px #595959;
    text-decoration: none !important; }

.form-prev:before {
  content: '\f060';
  margin-right: 0.5em; }

.form-next:after {
  content: '\f061';
  margin-left: 0.5em; }

/* Other styles */
.alert-required {
  margin-bottom: 1.5em;
  font-size: 0.938rem; }

.form-explanation {
  font-size: 0.875rem; }

.form-hint, .form-error-message {
  display: block;
  margin-bottom: 0.8em;
  font-size: 0.938rem;
  color: #808285;
  line-height: 1.2; }

.form-error-message {
  display: none;
  font-family: 'Medium';
  color: #be1e2d; }
  .form-error-message:before {
    content: '\f06a';
    margin-right: 0.4em;
    color: #be1e2d; }

.show-error {
  display: block; }

.invalid-field {
  background: #fff4ee;
  border: solid 1px #f9aa8f; }

.checkbox-row, .radio-row {
  width: 100%;
  margin-bottom: 0.8em; }
  .checkbox-row:last-child, .radio-row:last-child {
    margin-bottom: 0; }

.sr-only {
  width: 1px;
  height: 1px; }

.remove-form-component-margin {
  margin-bottom: 0 !important; }

/* Alert types */
.warning, .success {
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0.6em;
  background: #fff4ee;
  border: solid 1px #be1e2d; }
  .warning ul, .success ul {
    margin: 0 0 0 1.5em;
    list-style: none; }
  .warning li, .success li {
    margin: 0 0 0.3em 0;
    padding: 0;
    color: #be1e2d; }
    .warning li:last-child, .success li:last-child {
      margin: 0; }
    .warning li:before, .success li:before {
      content: "\f06a";
      margin-left: -1.2em; }
  .warning p, .success p {
    color: #be1e2d; }

.success {
  background: #e3eddf;
  border: solid 1px #7ab929; }
  .success li {
    color: #7ab929; }
    .success li:before {
      content: "\f058";
      margin-left: -1.2em; }
  .success p {
    color: #7ab929; }

.confirmation {
  width: 100%;
  margin-bottom: 2em;
  padding: 1.2em;
  background: #e3eddf;
  border: solid 1px #7ab929; }
  .confirmation h3 {
    margin-top: 0; }
  .confirmation h3, .confirmation p {
    color: #297d3e; }

.omnibutton, .omnibutton-opt2, .omnibutton-opt3, .omnibutton-opt4 {
  display: inline-block;
  margin: 0 0.7em 0 0;
  padding: 0.6em 0.9em 0.6em 0.9em;
  font-family: 'Bold';
  font-size: 0.813rem;
  line-height: 1.3;
  color: #4c4c4c;
  background: #34aca5; }
  .omnibutton:visited, .omnibutton-opt2:visited, .omnibutton-opt3:visited, .omnibutton-opt4:visited {
    color: white !important; }
  .omnibutton:hover, .omnibutton-opt2:hover, .omnibutton-opt3:hover, .omnibutton-opt4:hover {
    background: #d9d9d9;
    color: #333333 !important;
    text-decoration: none !important; }

.omnibutton-opt2 {
  background: none;
  color: white;
  border: solid 1px white; }

.omnibutton-opt3 {
  background: #00638e; }

.omnibutton-opt4 {
  background: #a14593; }

.herobutton-opt1, .chat-button, .apply-button, .browse-button, .herobutton-opt2, .herobutton-centred, .herobutton-fullwidth, .herobutton-opt3, .herobutton-opt4, .poplinks-button, .button-purpleoutline {
  display: inline-block;
  margin: 0.3em 0.7em 0.4em 0;
  padding: 0.8em;
  background: #00638e;
  font-family: 'Medium';
  font-size: 0.938rem;
  color: white;
  line-height: 1.2;
  border: solid 1px #00638e; }
  .herobutton-opt1:after, .chat-button:after, .apply-button:after, .browse-button:after, .herobutton-opt2:after, .herobutton-centred:after, .herobutton-fullwidth:after, .herobutton-opt3:after, .herobutton-opt4:after, .poplinks-button:after, .button-purpleoutline:after {
    content: '\f054';
    margin-left: 0.5em;
    margin-right: 0; }
  .herobutton-opt1:visited, .chat-button:visited, .apply-button:visited, .browse-button:visited, .herobutton-opt2:visited, .herobutton-centred:visited, .herobutton-fullwidth:visited, .herobutton-opt3:visited, .herobutton-opt4:visited, .poplinks-button:visited, .button-purpleoutline:visited {
    color: white !important; }
  .herobutton-opt1:hover, .chat-button:hover, .apply-button:hover, .browse-button:hover, .herobutton-opt2:hover, .herobutton-centred:hover, .herobutton-fullwidth:hover, .herobutton-opt3:hover, .herobutton-opt4:hover, .poplinks-button:hover, .button-purpleoutline:hover {
    background: #595959;
    color: white !important;
    border: solid 1px #595959;
    text-decoration: none !important; }
  @media only screen and (max-width: 499px) {
    .herobutton-opt1, .chat-button, .apply-button, .browse-button, .herobutton-opt2, .herobutton-centred, .herobutton-fullwidth, .herobutton-opt3, .herobutton-opt4, .poplinks-button, .button-purpleoutline {
      margin-bottom: 0.7em; }
      .herobutton-opt1:only-of-type, .chat-button:only-of-type, .apply-button:only-of-type, .browse-button:only-of-type, .herobutton-opt2:only-of-type, .herobutton-centred:only-of-type, .herobutton-fullwidth:only-of-type, .herobutton-opt3:only-of-type, .herobutton-opt4:only-of-type, .poplinks-button:only-of-type, .button-purpleoutline:only-of-type {
        margin-bottom: 0; } }

.herobutton-opt2, .herobutton-centred, .herobutton-fullwidth {
  background: #a14593;
  border: solid 1px #a14593; }

.herobutton-opt3 {
  background: transparent;
  border: solid 1px white; }
  .herobutton-opt3:hover {
    color: white !important; }

.herobutton-opt4, .poplinks-button, .button-purpleoutline {
  background: transparent;
  color: #a14593 !important;
  border: solid 1px #a14593; }
  .herobutton-opt4:visited, .poplinks-button:visited, .button-purpleoutline:visited {
    color: #a14593 !important; }
  .herobutton-opt4:hover, .poplinks-button:hover, .button-purpleoutline:hover {
    color: white !important; }

/* Outlined buttons */
.button-outline-purple, .button-solid-purple, .pagination .pagination__item-prev, .pagination .pagination__item-next, .button-outline-white, .button-outline-blue, .button-outline-transparentbg, .button-outline-grey, .button-solid-white, .button-solid-blue, .button-solid-turquoise, .button-solid-red {
  display: inline-block;
  margin: 0.4em 0.7em 0.4em 0;
  padding: 0.6em 0.9em 0.6em 0.9em;
  background: transparent;
  font-family: 'Medium';
  font-size: 0.938rem;
  line-height: 1.2; }
  .button-outline-purple:last-child, .button-solid-purple:last-child, .pagination .pagination__item-prev:last-child, .pagination .pagination__item-next:last-child, .button-outline-white:last-child, .button-outline-blue:last-child, .button-outline-transparentbg:last-child, .button-outline-grey:last-child, .button-solid-white:last-child, .button-solid-blue:last-child, .button-solid-turquoise:last-child, .button-solid-red:last-child {
    margin-right: 0; }
  .button-outline-purple:hover, .button-solid-purple:hover, .pagination .pagination__item-prev:hover, .pagination .pagination__item-next:hover, .button-outline-white:hover, .button-outline-blue:hover, .button-outline-transparentbg:hover, .button-outline-grey:hover, .button-solid-white:hover, .button-solid-blue:hover, .button-solid-turquoise:hover, .button-solid-red:hover {
    background: #595959;
    color: white !important;
    border: solid 1px #595959; }

.button-outline-purple, .button-solid-purple, .pagination .pagination__item-prev, .pagination .pagination__item-next {
  color: #a14593 !important;
  border: solid 1px #a14593; }

.button-outline-white {
  color: white;
  border: solid 1px white; }

.button-outline-blue {
  color: #00638e;
  border: solid 1px #00638e; }

.button-outline-transparentbg {
  background: transparent;
  color: #a14593 !important; }

.button-outline-grey {
  color: #00638e !important;
  border: solid 1px #d9d9d9; }

/* Solid buttons */
.button-solid-purple, .pagination .pagination__item-prev, .pagination .pagination__item-next {
  background: #a14593;
  color: white !important; }

.button-solid-white {
  background: white;
  color: #4c4c4c !important;
  border: solid 1px white; }

.button-solid-blue {
  background: #00638e;
  color: white !important; }

.button-solid-turquoise {
  background: #34aca5;
  color: white !important;
  border: solid 1px #34aca5; }

.button-solid-red {
  background: #be1e2d;
  color: white !important;
  border: solid 1px #be1e2d; }

.btn-align {
  width: 100%;
  margin-top: 1.5em;
  text-align: center; }

.herobutton-centred, .herobutton-fullwidth {
  text-align: center; }
  .herobutton-centred:visited, .herobutton-fullwidth:visited {
    background: inherit; }

.chat-button {
  margin: 0;
  position: fixed;
  z-index: 100; }

.omnibutton-table {
  display: inline-block;
  padding: 0.3em 0.5em 0.3em 0.5em;
  background: transparent;
  font-size: 0.938rem;
  color: #a14593 !important;
  line-height: 1.2;
  border: solid 1px #a14593; }
  .omnibutton-table:visited {
    color: #a14593 !important; }
  .omnibutton-table:hover {
    background: #595959;
    color: white !important;
    border: solid 1px #595959;
    text-decoration: none !important; }

/* Buttons on course description page */
.apply-button {
  margin: 0;
  background: #be1e2d;
  border: solid 1px rgba(255, 255, 255, 0.4); }
  .apply-button:hover {
    background: #a14593;
    color: white; }

/* Browse button on homepage */
.browse-button {
  width: 100%;
  margin: 0;
  text-align: center; }

/* Popular links */
.poplinks-button {
  background: white;
  color: #00638e !important;
  border: solid 1px #d9d9d9; }

table, table.college-calendar {
  width: 100%;
  margin: 0 0 0.3em 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left; }
  table th, table.college-calendar th, table thead td, table.college-calendar thead td {
    margin: 0 auto;
    padding: 0.5em;
    font-family: 'Bold';
    font-size: 0.813rem;
    color: #4c4c4c;
    text-transform: uppercase;
    border-bottom: dotted 1px #b2b2b2; }
  table td, table.college-calendar td {
    margin: 0 auto;
    padding: 0.5em;
    font-size: 0.938rem;
    color: #4c4c4c;
    border-bottom: dotted 1px #b2b2b2; }
    table tr:last-child td, table.college-calendar tr:last-child td {
      border-bottom: none; }
  table tr td:first-child, table.college-calendar tr td:first-child {
    padding-left: 0; }
  table tr td:last-child, table.college-calendar tr td:last-child {
    padding-right: 0; }

table.college-calendar tr:last-child td {
  border-bottom: none; }
table.college-calendar td {
  padding: 0.6em;
  font-size: 1rem;
  color: #4c4c4c; }
  table.college-calendar td:first-child {
    width: 33%;
    padding-left: 0;
    font-family: 'Medium'; }
  table.college-calendar td:last-child {
    padding-right: 0; }

.source {
  margin: 0.2em 0 -0.2em 0;
  font-size: 0.75rem;
  color: #808285;
  text-align: left; }

/* Slideshow */
#slideshow-container {
  width: 100%;
  height: 30em;
  position: relative; }
@media only screen and (min-width: 1170px) {
  #slideshow-container {
    height: 38em; } }

.homepage-carousel-slide {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  transition: 0.7s linear; }

.homepage-carousel__gradient {
  background: rgba(0, 0, 0, 0.4); }

.homepage-carousel__container {
  margin: 0 auto;
  height: 30em;
  position: relative; }
@media only screen and (min-width: 1170px) {
  .homepage-carousel__container {
    max-width: 71.25em;
    height: 38em; } }

.homepage-carousel__content {
  width: 100%;
  min-height: 12.5em;
  margin-top: 1em;
  padding: 1.5em;
  top: 50%;
  position: absolute;
  transform: translateY(-50%); }
  .homepage-carousel__content h2 {
    font-family: 'Medium';
    font-size: 2.2rem;
    color: white;
    margin-bottom: 0.5em; }
  .homepage-carousel__content p {
    font-family: 'Light';
    font-size: 1.25rem;
    line-height: 1.3;
    color: white; }
  @media only screen and (min-width: 800px) and (max-width: 1169px) {
    .homepage-carousel__content {
      width: 50%;
      padding-right: 0; } }
@media only screen and (min-width: 1170px) {
  .homepage-carousel__content {
    width: 50%;
    margin-top: 0;
    padding: 0; } }

.slide-navigation__container {
  width: 100%;
  min-height: 1.5em;
  position: absolute;
  bottom: 0;
  margin-bottom: 2.5em;
  padding: 1.5em; }
@media only screen and (max-width: 499px) {
  .slide-navigation__container {
    margin-bottom: 0; }
    .slide-navigation__container .slide-title {
      display: none !important; }
    .slide-navigation__container .slide-navigation__controls {
      display: none !important; } }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .slide-navigation__container {
    margin-bottom: 0; }
    .slide-navigation__container .slide-title {
      display: none !important; }
    .slide-navigation__container .slide-navigation__controls {
      display: none !important; } }
.slide-navigation__container .slide-navigation__content {
  max-width: 71.25em;
  margin: 0 auto;
  display: flex; }
.slide-navigation__container .slide-navigation {
  flex: 8; }
  .slide-navigation__container .slide-navigation .slide-navigation__inner {
    display: flex; }
    .slide-navigation__container .slide-navigation .slide-navigation__inner .slide-preview {
      width: calc((100%/4) - 1.5em); }
      .slide-navigation__container .slide-navigation .slide-navigation__inner .slide-preview span {
        display: block; }
      .slide-navigation__container .slide-navigation .slide-navigation__inner .slide-preview:hover {
        cursor: pointer; }
        .slide-navigation__container .slide-navigation .slide-navigation__inner .slide-preview:hover .slide-title {
          color: white !important; }
        .slide-navigation__container .slide-navigation .slide-navigation__inner .slide-preview:hover .slide-progress {
          background: white !important; }
    .slide-navigation__container .slide-navigation .slide-navigation__inner .slide-title {
      width: 100%;
      margin-top: 0.7em;
      font-family: 'Medium';
      font-size: 0.875rem;
      color: rgba(255, 255, 255, 0.5); }
    @media only screen and (max-width: 499px) {
      .slide-navigation__container .slide-navigation .slide-navigation__inner .slide-title {
        display: none; } }
    .slide-navigation__container .slide-navigation .slide-navigation__inner .slide-progress {
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.3);
      position: relative; }
      .slide-navigation__container .slide-navigation .slide-navigation__inner .slide-progress .progress-bar {
        width: 0;
        height: 1px;
        position: absolute;
        left: 0;
        background: white; }

@keyframes fill-bar {
  from {
    width: 0%; }
  to {
    width: 100%; } }
.slide-navigation__container .slide-navigation__controls {
  flex: 1;
  position: relative; }
  .slide-navigation__container .slide-navigation__controls .slide-control-center {
    position: absolute;
    right: 0; }
    .slide-navigation__container .slide-navigation__controls .slide-control-center #prevslide, .slide-navigation__container .slide-navigation__controls .slide-control-center #nextslide {
      display: inline-block;
      margin-right: 0.3em;
      padding: 0.6em 0.7em 0.6em 0.7em;
      font-size: 1rem;
      color: white;
      border: solid 1px rgba(255, 255, 255, 0.7); }
      .slide-navigation__container .slide-navigation__controls .slide-control-center #prevslide:hover, .slide-navigation__container .slide-navigation__controls .slide-control-center #nextslide:hover {
        background: #a14593;
        color: white;
        border: solid 1px #a14593;
        cursor: pointer; }
      .slide-navigation__container .slide-navigation__controls .slide-control-center #prevslide:last-of-type, .slide-navigation__container .slide-navigation__controls .slide-control-center #nextslide:last-of-type {
        margin: 0; }
      .slide-navigation__container .slide-navigation__controls .slide-control-center #prevslide i, .slide-navigation__container .slide-navigation__controls .slide-control-center #nextslide i {
        margin: 0; }

/* Homepage search */
.home-coursesearch {
  width: 100%;
  background: #f0f0f0;
  position: relative;
  z-index: 1; }

.home-course-search__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .home-course-search__container .home-course-search__content {
    width: 100%;
    margin-top: -1.5em;
    padding: 0.75em;
    background: white;
    box-shadow: 0 2px 6px 0 #d9d9d9; }
    .home-course-search__container .home-course-search__content h2 {
      margin: 0 0 0.8em 0;
      color: white; }
    @media only screen and (max-width: 499px) {
      .home-course-search__container .home-course-search__content {
        margin-top: 0; } }
  @media only screen and (min-width: 500px) and (max-width: 699px) {
    .home-course-search__container .home-course-search__content {
      margin-top: 0; } }
@media only screen and (min-width: 1170px) {
  .home-course-search__container .home-course-search__content {
    width: 71.25em; } }

/* Audience buttons */
.audience-button__block {
  width: 100%;
  position: relative;
  height: 8em; }
  .audience-button__block .audience-button__gradient {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .audience-button__block .audience-button__desc {
    width: 100%;
    padding: 1.2em; }
    .audience-button__block .audience-button__desc h3 {
      margin: 0;
      font-family: 'Medium';
      color: white;
      text-align: center;
      line-height: 1.1; }

/* Miscellaneous */
.homepage-section-row {
  width: 100%;
  padding: 1.5em; }
  .homepage-section-row:first-child {
    padding-top: 3em;
    padding-bottom: 3em;
    background: #f0f0f0; }
  @media only screen and (max-width: 499px) {
    .homepage-section-row:first-child {
      padding-top: 1.5em; } }
@media only screen and (min-width: 1170px) {
  .homepage-section-row {
    padding: 2em 0 2em 0; } }
.homepage-section-row .homepage-section-row__content {
  max-width: 71.25em; }

/* Page header */
.hero-image__container {
  display: flex;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
  z-index: -1; }

.hero-image__gradient {
  width: 100%;
  background: rgba(0, 0, 0, 0.3); }

.hero-image-header__container {
  margin: 0 auto;
  height: 32em;
  position: relative; }
@media only screen and (max-width: 499px) {
  .hero-image-header__container {
    height: 20em; } }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .hero-image-header__container {
    height: 20em; } }
@media only screen and (min-width: 1170px) {
  .hero-image-header__container {
    max-width: 71.25em; } }
.hero-image-header__container .hero-image-header__content {
  display: flex;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 1.5em 1.5em 1em 1.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2; }
@media only screen and (min-width: 1170px) {
  .hero-image-header__container .hero-image-header__content {
    padding: 0 0 1em 0; } }
.hero-image-header__container .hero-image-header__content .hero-image-header__text {
  flex: 100%;
  margin-left: 0; }
@media only screen and (min-width: 800px) and (max-width: 1169px) {
  .hero-image-header__container .hero-image-header__content .hero-image-header__text {
    flex: 0 1 66%; } }
@media only screen and (min-width: 1170px) {
  .hero-image-header__container .hero-image-header__content .hero-image-header__text {
    flex: 0 1 66%; } }
.hero-image-header__container .hero-image-header__content .hero-image-header__text h1 {
  line-height: 1.1;
  color: white; }
.hero-image-header__container .hero-image-header__content .hero-image-header__text span {
  display: block;
  margin-top: 0.2em;
  font-family: 'Light';
  font-size: 1.375rem;
  line-height: 1.3;
  color: white; }

/* Events */
.event-card {
  position: relative; }
  .event-card + h3 {
    margin-bottom: 0.1em !important; }
  .event-card ~ p {
    margin-bottom: 0.1em !important; }

.event-card__date {
  position: absolute;
  top: 0;
  left: 1.2em;
  background: #00638e;
  color: white; }
  .event-card__date .event-card__date-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .event-card__date .event-card__date-content .calendar-block {
      flex: 1;
      display: block;
      padding: 0 0.75em 0.75em 0.75em; }
    .event-card__date .event-card__date-content .calendar-date, .event-card__date .event-card__date-content .calendar-month {
      text-align: center; }
    .event-card__date .event-card__date-content .calendar-date {
      margin-bottom: 0.2em;
      padding-top: 0.6em;
      font-family: 'Bold';
      font-size: 1.75rem; }
    .event-card__date .event-card__date-content .calendar-month {
      font-size: 0.938rem;
      text-transform: uppercase; }

.event-card__info {
  position: relative; }
  .event-card__info h3 {
    margin: 0 0 0.1em 0;
    font-family: 'Medium';
    font-size: 1.188rem;
    line-height: 1.2; }
  .event-card__info p {
    color: #808285; }

/* Contact us */
.campus-details {
  width: 100%;
  padding: 1.5em;
  background: #4c4c4c; }
  .campus-details h2 {
    color: white; }
  .campus-details .select-dropdown {
    border: none; }
  .campus-details .campus-details__card {
    display: none; }
  .campus-details .campus-details__section {
    width: 100%;
    margin-bottom: 1.2em;
    padding-bottom: 1.2em;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4); }
    .campus-details .campus-details__section p {
      font-size: 0.938rem;
      color: white; }
      .campus-details .campus-details__section p a {
        color: white !important; }
    .campus-details .campus-details__section:first-child {
      margin-top: -0.8em; }
    .campus-details .campus-details__section:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }
    .campus-details .campus-details__section .campus-details__map {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-top: 100%; }
      .campus-details .campus-details__section .campus-details__map > iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; }

/* Course search */
.course-search__container {
  width: 100%;
  padding: 1.5em 0 1.5em 0; }
  .course-search__container .course-search__content {
    max-width: 71.25em;
    margin: 0 auto;
    padding: 0 1.5em 0 1.5em; }
  @media only screen and (min-width: 1170px) {
    .course-search__container .course-search__content {
      padding: 0; } }

#course-search {
  width: 100%;
  position: relative; }

#course-search__button {
  position: absolute;
  left: 0;
  padding: 0.9em;
  cursor: pointer;
  color: #595959; }
  #course-search__button:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 1.4rem; }

.course-search__filters {
  margin: 1em 0 0 0; }
  .course-search__filters .filter-dropdown {
    position: relative; }
  .course-search__filters .filter-dropdown__header, .course-search__filters .filter-dropdown__content {
    width: 100%;
    padding: 0.8em;
    background: white;
    font-size: 1rem;
    color: #4c4c4c;
    border: solid 1px #d9d9d9; }
  .course-search__filters .filter-dropdown__header {
    text-align: left;
    cursor: pointer; }
    .course-search__filters .filter-dropdown__header:after {
      float: right;
      content: '\002B';
      font-family: 'Medium';
      font-size: 1rem; }
    .course-search__filters .filter-dropdown__header:hover, .course-search__filters .filter-dropdown__header:focus {
      background: #a14593;
      color: white;
      border: solid 1px #a14593; }
  .course-search__filters .filter-dropdown__content {
    display: none;
    position: absolute;
    z-index: 1;
    border-top: none; }
    .course-search__filters .filter-dropdown__content li {
      margin: 0 0 0.5em 0 !important;
      font-size: 0.938rem; }
      .course-search__filters .filter-dropdown__content li:last-child {
        margin-bottom: 0 !important; }
    .course-search__filters .filter-dropdown__content .filter-counter {
      color: #b2b2b2; }
  .course-search__filters .active-filter:after {
    content: '\2013';
    font-family: 'Medium';
    font-size: 1rem; }

.clear-search-filters {
  width: 100%;
  padding: 1.5em 0 1.5em 0;
  border-bottom: solid 1px #d9d9d9; }

/* Course listing */
.course-listing {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border: solid 1px #d9d9d9;
  background: #f8f8f8; }
  .course-listing:hover {
    background: #00638e;
    border: solid 1px #00638e; }
    .course-listing:hover h3, .course-listing:hover h4, .course-listing:hover i, .course-listing:hover li, .course-listing:hover span {
      color: white !important; }

@media only screen and (max-width: 499px) {
  .course-listing__image {
    display: none; } }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .course-listing__image {
    display: none; } }

.course-listing__header, .course-listing__details {
  width: 100%;
  padding: 1.25em; }

.course-listing__header {
  padding-bottom: 0.7em; }
  .course-listing__header h3 {
    margin: 0;
    font-family: 'Medium';
    font-size: 1.125rem;
    line-height: 1.2; }

.course-listing__details {
  padding-top: 0.7em; }
  .course-listing__details .course-detail-icon, .course-listing__details .course-detail-title {
    display: block;
    color: #808285;
    font-size: 0.938rem; }
  .course-listing__details .course-detail-icon {
    margin-bottom: 0.2em;
    font-family: 'Medium'; }
  .course-listing__details ul {
    margin: 0 !important;
    padding: 0;
    list-style: none; }
    .course-listing__details ul li {
      margin: 0 0 0.1em 0 !important;
      display: block;
      font-size: 0.938rem;
      color: #808285 !important; }
      .course-listing__details ul li i {
        margin-right: 0.4em;
        color: #a14593; }
      .course-listing__details ul li:last-child {
        margin-bottom: 0 !important; }

.course-listing-container {
  width: 100%;
  margin-top: 1em; }

.course-listing-header {
  display: flex;
  padding: 0.6em 1.2em 0.6em 1.2em; }
  .course-listing-header > div {
    padding-right: 1.2em; }
    .course-listing-header > div span {
      font-size: 0.875rem;
      color: #939598; }
    .course-listing-header > div:nth-child(1) {
      flex: 4; }
    .course-listing-header > div:nth-child(n+2) {
      flex: 1; }
    .course-listing-header > div:nth-last-of-type(1) {
      padding-right: 0; }

/* Course key info */
.course-keyinfo {
  width: 100%;
  padding: 1.2em;
  background: #4c4c4c; }
  .course-keyinfo h2, .course-keyinfo li, .course-keyinfo span {
    color: white; }
  .course-keyinfo span {
    display: block; }
  .course-keyinfo .course-attr__title {
    margin-bottom: 0.2em;
    font-size: 0.938rem; }
  .course-keyinfo .course-attr__value {
    font-family: 'Medium'; }
  .course-keyinfo ul {
    margin: 0 !important;
    padding: 0;
    list-style: none !important; }
    .course-keyinfo ul li {
      margin: 0 0 0.1em 0 !important;
      font-size: 0.938rem; }
  .course-keyinfo .course-keyinfo__section {
    margin-bottom: 1.2em;
    padding-bottom: 1.2em;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4); }
    .course-keyinfo .course-keyinfo__section:last-child {
      margin: 0;
      padding: 0;
      border: none; }
  .course-keyinfo .course-options-list {
    margin-bottom: 1em; }
    .course-keyinfo .course-options-list:last-child {
      margin-bottom: 0; }

/* Display courses on search page and course explorer */
.course-listing-search {
  position: relative;
  border: solid 1px #d9d9d9;
  border-radius: 5px; }
  .course-listing-search .course-listing-search__image {
    width: 100%;
    height: 9em;
    border-radius: 5px 5px 0 0; }
  @media only screen and (max-width: 499px) {
    .course-listing-search .course-listing-search__image {
      display: none; } }
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .course-listing-search .course-listing-search__image {
    display: none; } }
.course-listing-search .course-listing-search__desc {
  width: 100%;
  padding: 1.25em; }
.course-listing-search .course-listing-search__noimage {
  width: 100%; }
.course-listing-search h3 {
  margin-top: 0;
  font-family: 'Medium';
  font-size: 1.125rem;
  line-height: 1.2; }
.course-listing-search:hover {
  background: #a14593; }
  .course-listing-search:hover h3, .course-listing-search:hover i, .course-listing-search:hover li {
    color: white !important; }

.course-details__list, .course-details__list-single {
  margin: 0 !important;
  padding: 0;
  list-style: none; }
  .course-details__list li, .course-details__list-single li {
    margin: 0 0 0.1em 0 !important;
    display: block;
    font-size: 0.938rem;
    color: #808285 !important; }
    .course-details__list li i, .course-details__list-single li i {
      margin-right: 0.4em;
      color: #a14593; }
    .course-details__list li:last-child, .course-details__list-single li:last-child {
      margin-bottom: 0 !important; }

.course-details__list-single {
  column-count: 1; }

/* Enrolment overlay */
.open-enroloverlay {
  cursor: pointer; }

#enrol-overlay {
  width: 0;
  height: 100%;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  transition: 0.5s; }
  #enrol-overlay .enrol-overlay__container {
    width: 100%;
    height: 100%; }
    #enrol-overlay .enrol-overlay__container .enrol-overlay__header {
      max-width: 71.25em;
      margin: 0 auto;
      padding: 0 1.5em 1.5em 0; }
    @media only screen and (min-width: 1170px) {
      #enrol-overlay .enrol-overlay__container .enrol-overlay__header {
        padding-right: 0; } }
  @media only screen and (max-width: 499px) {
    #enrol-overlay .enrol-overlay__container .enrol-overlay__header > div {
      width: calc((100%/2) - 1.5em); } }
  #enrol-overlay .enrol-overlay__container .enrol-overlay__header > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  #enrol-overlay .enrol-overlay__container .enrol-overlay__header .enrol-overlay__close {
    margin-right: 0; }
    #enrol-overlay .enrol-overlay__container .enrol-overlay__header .enrol-overlay__close #close-enroloverlay {
      display: flex;
      font-family: 'Bold';
      color: white;
      padding: 0.4em 0.8em 0.4em 0.8em;
      border: solid 1px white;
      cursor: pointer; }
      #enrol-overlay .enrol-overlay__container .enrol-overlay__header .enrol-overlay__close #close-enroloverlay:hover {
        background: #be1e2d;
        border: solid 1px #be1e2d; }
  #enrol-overlay .enrol-overlay__container .enrol-overlay__content {
    display: flex;
    align-items: center;
    justify-content: center; }
    #enrol-overlay .enrol-overlay__container .enrol-overlay__content > div {
      margin-top: 5em;
      max-width: 35em;
      padding: 2em;
      background: white; }
    @media only screen and (max-width: 499px) {
      #enrol-overlay .enrol-overlay__container .enrol-overlay__content > div {
        margin-top: 0; } }
  @media only screen and (min-width: 500px) and (max-width: 699px) {
    #enrol-overlay .enrol-overlay__container .enrol-overlay__content > div {
      margin-top: 0; } }
  #enrol-overlay .enrol-overlay__container .enrol-overlay__content > div ol, #enrol-overlay .enrol-overlay__container .enrol-overlay__content > div ul {
    display: block;
    margin: 0 0 1em 0;
    padding: 0;
    list-style: square outside; }
    #enrol-overlay .enrol-overlay__container .enrol-overlay__content > div ol li, #enrol-overlay .enrol-overlay__container .enrol-overlay__content > div ul li {
      margin: 0 0 0.5em 1em; }
  #enrol-overlay .enrol-overlay__container .enrol-overlay__content > div ol {
    list-style: decimal; }

/* Search overlay */
#search-overlay {
  width: 0;
  height: 100%;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  background: #2e2d2c;
  overflow-x: hidden;
  transition: 0.5s; }
  #search-overlay .search-overlay__container {
    width: 100%;
    height: 100%; }
    #search-overlay .search-overlay__container .search-overlay__header {
      max-width: 71.25em;
      margin: 0 auto;
      padding: 0 1.5em 1.5em 0; }
    @media only screen and (min-width: 1170px) {
      #search-overlay .search-overlay__container .search-overlay__header {
        padding-right: 0; } }
  @media only screen and (max-width: 499px) {
    #search-overlay .search-overlay__container .search-overlay__header > div {
      width: calc((100%/2) - 1.5em); } }
  #search-overlay .search-overlay__container .search-overlay__header > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  #search-overlay .search-overlay__container .search-overlay__header .search-overlay__close {
    margin-right: 0; }
    #search-overlay .search-overlay__container .search-overlay__header .search-overlay__close #close-searchoverlay {
      display: flex;
      font-family: 'Bold';
      color: white;
      padding: 0.4em 0.8em 0.4em 0.8em;
      border: solid 1px white;
      cursor: pointer; }
      #search-overlay .search-overlay__container .search-overlay__header .search-overlay__close #close-searchoverlay:hover {
        background: #be1e2d;
        border: solid 1px #be1e2d; }
  #search-overlay .search-overlay__container .search-overlay__content {
    display: flex;
    max-width: 71.25em;
    height: 60%;
    justify-content: center;
    align-items: center;
    padding: 0 1.5em 0 1.5em; }
  @media only screen and (min-width: 1170px) {
    #search-overlay .search-overlay__container .search-overlay__content {
      padding: 0; } }
  #search-overlay .search-overlay__container .search-overlay__content h2 {
    display: block; }
  #search-overlay .search-overlay__container .search-overlay__content > div {
    width: 100%;
    position: relative; }
    #search-overlay .search-overlay__container .search-overlay__content > div h2 {
      color: white; }

/* Main search menu */
.search-menu__container {
  width: 100%;
  padding: 1.6em 0 0 0;
  background: #ededed; }
  .search-menu__container .search-menu__content {
    max-width: 71.25em;
    margin: 0 auto;
    padding: 0 1.5em 0 1.5em; }
  @media only screen and (min-width: 1170px) {
    .search-menu__container .search-menu__content {
      padding: 0; } }

/* Search box */
.main-search__container {
  max-width: 71.25em;
  display: flex;
  flex-wrap: wrap; }
  .main-search__container .main-search__content {
    width: 100%;
    position: relative; }

.main-search__textfield, .homepage-search__textfield {
  display: inline-block;
  width: 100%;
  padding: 0.7em 0.7em 0.7em 3em;
  font-family: 'Bold';
  font-size: 1.125rem;
  color: #4c4c4c;
  background: white;
  border: solid 1px #d9d9d9; }
  .main-search__textfield::placeholder, .homepage-search__textfield::placeholder {
    color: #b2b2b2; }

.homepage-search__textfield {
  padding-left: 2.7em;
  border: none; }

#search-button, #search-overlay-button {
  position: absolute;
  left: 0;
  padding: 0.9em;
  color: #595959;
  cursor: pointer; }
  #search-button:before, #search-overlay-button:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 1.4rem; }

/* Display search results */
.search-tabs-container {
  width: 100%;
  margin: 2em 0 0 0; }
  .search-tabs-container .search-tabs {
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 1em;
    font-family: 'Bold';
    font-size: 1.125rem;
    text-align: center;
    color: #00638e;
    position: relative;
    cursor: pointer; }
    .search-tabs-container .search-tabs span {
      font-family: 'Regular'; }
    .search-tabs-container .search-tabs:hover {
      background: #00638e;
      color: white; }
  .search-tabs-container .active-tab {
    color: #00638e;
    background: white; }
    .search-tabs-container .active-tab:hover {
      background: white;
      color: #00638e; }

.search-summary {
  margin-bottom: 1.5em; }
  .search-summary .summary {
    width: 100%;
    color: #939598; }

.reset {
  padding: 0.4em 0.5em 0.4em 0.5em;
  background: #f3f3f3;
  font-size: 0.875rem; }
  .reset:after {
    content: '\00D7';
    margin-left: 0.3em; }
  .reset:hover {
    background: #00638e;
    color: white; }

.results-window {
  width: 100%;
  display: none; }

/* Filters */
.filter-options h3 {
  margin: 0 0 0.5em 0;
  font-family: 'Medium';
  color: #00638e; }
.filter-options ul {
  margin: 0 !important;
  list-style: none !important; }
  .filter-options ul li {
    margin: 0 0 0.5em 0 !important;
    font-size: 0.938rem; }
    .filter-options ul li:last-child {
      margin-bottom: 0 !important; }
    .filter-options ul li a {
      font-family: 'Regular' !important;
      color: #4c4c4c !important;
      border: none !important; }
      .filter-options ul li a:hover {
        color: #bfa700 !important; }

/* Display if javascript has been disabled */
.noscript {
  position: relative;
  top: 0;
  left: 0;
  padding: 0.5em;
  z-index: 10;
  background: #E2E3E4; }

.breadcrumbs__container {
  width: 100%;
  margin-bottom: 0.5em;
  background: #f3f3f3; }
  .breadcrumbs__container .breadcrumbs__content {
    max-width: 71.25em;
    margin: 0 auto;
    padding: 0.75em 1.5em 0.75em 1.5em; }
  @media only screen and (min-width: 1170px) {
    .breadcrumbs__container .breadcrumbs__content {
      padding: 0.75em 0 0.75em 0; } }
.breadcrumbs__container .breadcrumbs__content ul li {
  display: inline-block;
  font-size: 0.75rem;
  margin-right: 0.4em;
  color: #595959;
  text-transform: uppercase; }
  .breadcrumbs__container .breadcrumbs__content ul li a:hover {
    text-decoration: underline; }
  .breadcrumbs__container .breadcrumbs__content ul li:before {
    content: '/';
    margin-right: 0.5em;
    color: #808285; }
    .breadcrumbs__container .breadcrumbs__content ul li:first-child:before {
      content: '';
      margin: 0; }
  .breadcrumbs__container .breadcrumbs__content ul li:last-child {
    pointer-events: none; }
    .breadcrumbs__container .breadcrumbs__content ul li:last-child a {
      font-family: 'Bold'; }

/* Promo content */
.promo-content__block {
  position: relative;
  height: 17em; }
  .promo-content__block .promo-content__info {
    width: 100%;
    min-height: 2.5em;
    padding: 1.25em;
    position: absolute;
    left: 0;
    bottom: 0; }
    .promo-content__block .promo-content__info .promo-content__desc {
      overflow: hidden;
      width: 100%;
      height: 0;
      opacity: 0;
      transition: 0.3s linear; }
    .promo-content__block .promo-content__info h2, .promo-content__block .promo-content__info p {
      color: white; }
    .promo-content__block .promo-content__info h2 {
      margin-bottom: 0;
      font-size: 1.25rem;
      line-height: 1.1; }
    .promo-content__block .promo-content__info p {
      margin-top: 0.6em;
      font-size: 0.938rem;
      line-height: 1.2; }
  .promo-content__block:nth-child(5n+1) .promo-content__info {
    background: #00638e; }
.promo-content__block:nth-child(5n+2) .promo-content__info {
  background: #a14593; }
.promo-content__block:nth-child(5n+3) .promo-content__info {
  background: #34aca5; }
.promo-content__block:nth-child(5n+4) .promo-content__info {
  background: #4c4c4c; }
.promo-content__block:nth-child(5n+5) .promo-content__info {
  background: #e31c79; }
.promo-content__block:hover .promo-content__info .promo-content__desc {
  height: 5em;
  opacity: 1; }

.promo-content__gradient {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); }

/* Display content hidden in accordion */
.accordion {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 1.5em 0 1.5em 0;
  border-bottom: solid 1px #d9d9d9; }
  .accordion h3 {
    margin-top: 0.5em; }

.accordion-item__header {
  width: 100%;
  padding: 1em 0 1em 0;
  color: #00638e;
  border-top: solid 1px #d9d9d9;
  cursor: pointer; }
  .accordion-item__header:after {
    float: right;
    content: '\002B';
    font-size: 1.5rem; }
  .accordion-item__header h2 {
    margin: 0;
    font-family: 'Regular';
    font-size: 1.188rem;
    color: #00638e;
    display: inline-block; }

.active-header:after {
  content: '\2013';
  font-size: 1.5rem; }

.accordion-item__content {
  width: 100%;
  display: none;
  margin: -0.5em 0 0 0;
  padding: 1em 0 1.5em 0; }
  .accordion-item__content h3 {
    font-size: 1.063rem; }
  .accordion-item__content ul {
    margin: 0 0 1em 1em;
    padding: 0;
    list-style: square outside; }
    .accordion-item__content ul li {
      margin: 0 0 0.5em 1em; }
  .accordion-item__content p, .accordion-item__content li {
    color: #4c4c4c; }

/* Pagination */
.pagination {
  display: block;
  width: 100%;
  margin-top: 3em; }
  .pagination .pagination__item-prev a, .pagination .pagination__item-next a {
    font-family: 'Medium';
    color: white;
    border-bottom: none; }
  .pagination .pagination__item-prev:hover, .pagination .pagination__item-next:hover {
    background: #595959;
    color: white; }
.pagination .pagination__item-prev:before {
  content: '\f060';
  margin-right: 0.5em; }
.pagination .pagination__item-next:after {
  content: '\f061';
  margin-left: 0.5em; }

/* Downloads */
.download-link, .download-link__shaded, .page-link__shaded {
  display: block;
  position: relative;
  margin-bottom: 0.5em;
  padding: 1em 1em 1em 3.5em;
  background: transparent; }
  .download-link span, .download-link__shaded span, .page-link__shaded span {
    font-size: 1rem;
    line-height: 1.4;
    color: #4c4c4c; }
  .download-link:before, .download-link__shaded:before, .page-link__shaded:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 0.7em;
    content: '\f56d';
    font-family: "FontAwesome";
    font-size: 1.5rem;
    color: white; }
  .download-link:hover, .download-link__shaded:hover, .page-link__shaded:hover {
    background: #00638e; }
    .download-link:hover span, .download-link__shaded:hover span, .page-link__shaded:hover span, .download-link:hover:before, .download-link__shaded:hover:before, .page-link__shaded:hover:before {
      color: white; }

.download-link__shaded {
  background: #f3f3f3; }
  .download-link__shaded:before {
    color: #00638e; }

.page-link__shaded {
  background: #f3f3f3; }
  .page-link__shaded:before {
    content: '\f15c';
    color: #00638e; }

/* Cookie notification */
#cookie-notification {
  width: 100%;
  display: none;
  background: #333333;
  position: fixed;
  padding: 1.25em;
  bottom: 0;
  z-index: 999; }
  #cookie-notification #cookie-notification__content {
    width: 100%;
    position: relative; }
    #cookie-notification #cookie-notification__content p {
      color: white; }
      #cookie-notification #cookie-notification__content a:last-child {
        margin-right: 0; }
    @media only screen and (min-width: 1170px) {
      #cookie-notification #cookie-notification__content {
        width: 71.25em; } }
    #cookie-notification #cookie-notification__content .align-right {
      text-align: right; }

/* Other content styling */
.section-header {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em; }
  .section-header > div:nth-child(1) h2 {
    margin: 0; }
  .section-header > div:nth-child(2) {
    text-align: right; }
    .section-header > div:nth-child(2) a {
      margin: 0; }

.page-intro {
  display: block;
  margin-bottom: 1.25em;
  font-size: 1.375rem;
  line-height: 1.3;
  color: #a14593; }

.info-block, .info-block-bottom {
  width: 100%;
  padding: 1.25em;
  position: relative;
  background: #4c4c4c; }
  .info-block h2, .info-block-bottom h2, .info-block h3, .info-block-bottom h3, .info-block p, .info-block-bottom p, .info-block li, .info-block-bottom li, .info-block span, .info-block-bottom span, .info-block a, .info-block-bottom a, .info-block i, .info-block-bottom i {
    color: white !important; }
  .info-block h3, .info-block-bottom h3 {
    margin-top: 0; }
  .info-block ul, .info-block-bottom ul {
    margin: 0 !important; }
  .info-block:last-child, .info-block-bottom:last-child {
    margin-bottom: 0; }

.info-block-bottom {
  margin-top: 2em; }

.badge {
  padding: 1.5em;
  background: #f8f8f8; }
  .badge .badge__label {
    margin-bottom: 0.5em;
    font-family: 'Medium';
    font-size: 1.125rem;
    line-height: 1.2;
    color: #a14593; }

.details-block {
  padding: 1.25em;
  background: #f8f8f8;
  border: solid 1px #d9d9d9; }
  .details-block h3 {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.2; }
  .details-block p {
    color: #808285 !important; }
  .details-block ul {
    margin: 0 !important;
    padding: 0;
    list-style: none !important; }
    .details-block ul li {
      margin: 0 !important;
      color: #808285 !important; }
  .details-block .details-block__section {
    margin-bottom: 1.25em;
    padding-bottom: 1.25em;
    border-bottom: solid 1px #d9d9d9; }
    .details-block .details-block__section:last-child {
      margin: 0;
      padding: 0;
      border: none; }
  .details-block .details-block__subsection {
    margin-bottom: 0.6em; }
    .details-block .details-block__subsection:last-child {
      margin-bottom: 0; }

/* Quotes */
.quote-block {
  padding: 1.25em;
  background: #f8f8f8; }
  .quote-block i {
    margin-bottom: 0.5em;
    font-size: 1.5rem;
    color: #34aca5; }
  .quote-block .quote-speaker {
    font-size: 0.875rem;
    color: #808285 !important; }

/* Video overlay */
.open-videooverlay {
  cursor: pointer; }

#video-overlay {
  width: 0;
  height: 100%;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  transition: 0.5s; }
  #video-overlay .video-overlay__container {
    width: 100%;
    height: calc(100% - 3em);
    padding: 1.5em; }
    #video-overlay .video-overlay__container .video-overlay__header {
      max-width: 71.25em;
      margin: 0 auto; }
    @media only screen and (min-width: 1170px) {
      #video-overlay .video-overlay__container .video-overlay__header {
        padding-right: 0; } }
    #video-overlay .video-overlay__container .video-overlay__header .video-overlay__close {
      display: flex; }
      #video-overlay .video-overlay__container .video-overlay__header .video-overlay__close #close-videooverlay {
        display: flex;
        margin-right: 0;
        font-family: 'Bold';
        color: white;
        padding: 0.4em 0.8em 0.4em 0.8em;
        border: solid 1px white;
        cursor: pointer; }
        #video-overlay .video-overlay__container .video-overlay__header .video-overlay__close #close-videooverlay:hover {
          background: #be1e2d;
          border: solid 1px #be1e2d; }
    #video-overlay .video-overlay__container .video-overlay__content {
      max-width: 71.25em; }

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 1.5em 0 1.5em 0;
  padding-top: 56.25%; }
  .video-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/* Play button */
.play-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.play-button {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 10;
  background: #a14593;
  border: solid 2px white;
  border-radius: 60px; }
  .play-button:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75em 0 0.75em 1.375em;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: -5px;
    bottom: 0;
    margin: auto; }
