@charset "UTF-8";
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: '';
    display: table;
    line-height: 0; }
  .clearfix:after {
    clear: both; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.pull-left {
  float: left; }

img.pull-left {
  margin-right: 1em; }

.pull-right {
  float: right; }

img.pull-right {
  margin-left: 1em; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
--------------------
Utilities
--------------------
*/
@font-face {
  font-family: 'Bliss 2';
  src: url(./mysource_files/Bliss2-Bold.woff) format("woff"), url(./mysource_files/Bliss2-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Bliss 2';
  src: url(./mysource_files/Bliss2-Regular.woff) format("woff"), url(./mysource_files/Bliss2-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Bliss 2';
  src: url(./mysource_files/Bliss2-Italic.woff) format("woff"), url(./mysource_files/Bliss2-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Bliss 2';
  src: url(./mysource_files/Bliss2-Italic_1.woff) format("woff"), url(./mysource_files/Bliss2-Italic_1.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Bliss 2';
  src: url(./mysource_files/Bliss2-Regular_1.woff) format("woff"), url(./mysource_files/Bliss2-Regular_1.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Bliss 2';
  src: url(./mysource_files/Bliss2-Bold_1.woff) format("woff"), url(./mysource_files/Bliss2-Bold_1.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Bliss 2';
  src: url(./mysource_files/Bliss2-Italic_2.woff) format("woff"), url(./mysource_files/Bliss2-Italic_2.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Bliss 2';
  src: url(./mysource_files/Bliss2-Regular_2.woff) format("woff"), url(./mysource_files/Bliss2-Regular_2.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Bliss 2';
  src: url(./mysource_files/Bliss2-Bold_2.woff) format("woff"), url(./mysource_files/Bliss2-Bold_2.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

html,
body {
  height: 100%; }

body {
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

@-ms-viewport {
  width: device-width; }

@page {
  margin: 0.5cm; }

/*
--------------------
Modules
--------------------
*/
/*
 * Mobile layout
 */
body {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page-wrapper {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }

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

h1 {
  font-family: 'Playfair Display', serif; }

.display-block-mobile {
  display: block !important; }

.display-block-mobile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.btn {
  color: #53565a; }
  .btn--cta {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 26px;
    letter-spacing: -0.32px; }
    .btn--cta:after {
      position: absolute;
      content: url(mysource_files/small-arrow.svg);
      right: -25px;
      height: 19px;
      width: 15px;
      margin: auto;
      top: 0;
      bottom: 0; }
    .btn--cta:hover {
      color: #0066cc; }
      .btn--cta:hover:after {
        content: url(mysource_files/small-arrow-alt.svg); }

.jcu_template__wrapper {
  width: 100%; }
  .jcu_template__wrapper--dark {
    background-color: rgba(215, 212, 194, 0.3); }
  .jcu_template__wrapper--light {
    background-color: white; }

.jcu_template__container {
  display: block;
  padding: 36px 15px; }

/*
 * mobile specific
 */
@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none;
    visibility: hidden; } }

/*
 * Tablet layout
 */
@media screen and (min-width: 768px) {
  body {
    z-index: 2; }
  .jcu_template__container {
    padding: 36px 30px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .hide-for-tablet {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  .hide-on-desktop {
    display: none !important; }
  .hide-for-tablet {
    display: block; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .hide-for-tablet {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  .hide-on-desktop {
    display: none !important; }
  .hide-for-tablet {
    display: block; } }

/*
 * Desktop layout
 */
@media screen and (min-width: 1200px) {
  body {
    z-index: 3; }
  .jcu_template__container {
    display: block;
    max-width: 1230px;
    margin: 0 auto; }
  .hide-on-desktop {
    display: none !important; } }

.jcu-alert {
  color: #000;
  padding: 5px 0; }
  .jcu-alert a {
    color: #000;
    text-decoration: underline; }
    .jcu-alert a:focus, .jcu-alert a:hover {
      opacity: 0.75; }
  .jcu-alert p {
    margin: 0; }
  .jcu-alert--white {
    background-color: #fff; }
  .jcu-alert--grey {
    background-color: #707070; }
  .jcu-alert--gold {
    background-color: #e3a800; }
  .jcu-alert--navy {
    background-color: #183686; }
  .jcu-alert--purple {
    background-color: #991e66; }
  .jcu-alert--teal {
    background-color: #009681; }
  .jcu-alert--orange {
    background-color: #d34017; }
  .jcu-alert--green {
    background-color: #008b4c; }
  .jcu-alert--blue {
    background-color: #007bc3; }
  .jcu-alert--red {
    background-color: #980634; }
  .jcu-alert--grey, .jcu-alert--navy, .jcu-alert--purple, .jcu-alert--orange, .jcu-alert--blue, .jcu-alert--red {
    color: #fff; }
    .jcu-alert--grey a, .jcu-alert--navy a, .jcu-alert--purple a, .jcu-alert--orange a, .jcu-alert--blue a, .jcu-alert--red a {
      color: #fff; }
  .jcu-alert-wrapper {
    display: block;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center; }

/*
 * Mobile layout
 */
.image_slider__wrapper {
  display: block;
  clear: both;
  margin: 0 0 40px 0; }
  .image_slider__wrapper .image_slider {
    padding: 0;
    margin: 0; }
    .image_slider__wrapper .image_slider li::before {
      display: none; }
    .image_slider__wrapper .image_slider figure.image {
      margin: 0;
      overflow: hidden; }
  .image_slider__wrapper .tns-outer {
    margin: 0 -15px 0 -42px; }
  .image_slider__wrapper .image_slider__inner {
    position: relative; }
  .image_slider__wrapper .image_slider--pagination button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    display: block;
    background: #000;
    padding: 0;
    margin: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    z-index: 2;
    top: calc(50% - 22px);
    left: 0; }
    .image_slider__wrapper .image_slider--pagination button svg path {
      stroke: #fff; }
    .image_slider__wrapper .image_slider--pagination button + button {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      left: auto;
      right: 0; }
    .image_slider__wrapper .image_slider--pagination button:hover, .image_slider__wrapper .image_slider--pagination button:focus {
      background: #fff; }
      .image_slider__wrapper .image_slider--pagination button:hover svg path, .image_slider__wrapper .image_slider--pagination button:focus svg path {
        stroke: #000; }
    .image_slider__wrapper .image_slider--pagination button:disabled {
      display: none; }

.image_slider.image_slider__fixed-height {
  height: 19.375rem; }
  .image_slider.image_slider__fixed-height .tns-item {
    height: 100%;
    width: 100%;
    position: relative; }
    .image_slider.image_slider__fixed-height .tns-item figure.image {
      height: 100%;
      width: 100%;
      background-position: center;
      background-size: cover;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .image_slider.image_slider__fixed-height .tns-item figure.image img {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 110%; }
      .image_slider.image_slider__fixed-height .tns-item figure.image figcaption {
        position: absolute;
        left: 0;
        top: 50px;
        width: 75%;
        background-color: rgba(255, 51, 51, 0.8);
        padding: 1rem; }

/*
 * Tablet layout
 */
@media screen and (min-width: 768px) {
  .image_slider__wrapper {
    margin: 0 0 40px 0; }
    .image_slider__wrapper .tns-outer {
      margin: 0; }
    .image_slider__wrapper .tns-inner {
      margin-left: 0 !important; }
    .image_slider__wrapper .image_slider--pagination button {
      left: -22px; }
      .image_slider__wrapper .image_slider--pagination button + button {
        right: -22px; }
  .image_slider.image_slider__fixed-height {
    height: 30rem; }
    .image_slider.image_slider__fixed-height .tns-item {
      height: 100%; }
      .image_slider.image_slider__fixed-height .tns-item figure.image {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .image_slider.image_slider__fixed-height .tns-item figure.image img {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 110%; }
        .image_slider.image_slider__fixed-height .tns-item figure.image figcaption {
          width: 50%;
          background-color: rgba(255, 51, 51, 0.8); } }

/*
 * Desktop layout
 */
@media screen and (min-width: 1200px) {
  .carousel-slider__wrapper {
    /*    background-image: url(https://www.jcu.edu.au/__data/assets/image/0003/667614/0009.jpg);
        background-position: center 90%;
        opacity: 1;
        width: 100%;
        height: 545px;
        background-size: cover;
        transition: opacity 0.3s 0.4s ease-out;
    */ }
  .image_slider.image_slider__fixed-height {
    height: 34.0625rem; }
    .image_slider.image_slider__fixed-height .tns-item {
      height: 100%; }
      .image_slider.image_slider__fixed-height .tns-item figure.image {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .image_slider.image_slider__fixed-height .tns-item figure.image img {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 110%; } }

/*
 * Mobile layout
 */
.course-list-search__wrapper {
  text-align: center; }
  .course-list-search__wrapper .jcu_template__container {
    /*padding: 0;
        margin-top: -115px;*/
    position: relative;
    text-align: center;
    z-index: 1; }
    .course-list-search__wrapper .jcu_template__container:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 25px 25px 0 25px;
      border-color: #0066cc transparent transparent transparent; }
    .course-list-search__wrapper .jcu_template__container.homepage {
      padding: 0;
      margin-top: -115px; }
  .course-list-search__wrapper .course_list_search__inner {
    background-color: #0066cc;
    padding: 5px; }
    .course-list-search__wrapper .course_list_search__inner .course__search-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: auto;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; }
        .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-form form {
          width: 100%;
          margin: 10px; }
          .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-form form:focus-within {
            outline: none;
            -webkit-box-shadow: 0px 0px 6px 4px #e3a800;
                    box-shadow: 0px 0px 6px 4px #e3a800; }
          .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-form form .form-input-group {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            justify-content: space-between;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            background-color: #fff;
            width: 100%; }
            .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-form form .form-input-group .form-button .searchresults__submit-button {
              width: 50px;
              height: 49px;
              background-color: #e3a800;
              border: 0;
              float: none;
              padding: 0;
              margin: 0;
              outline: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
            .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-form form .form-input-group span.course_icon_search {
              width: 28px;
              height: 28px;
              display: inline-block;
              background-image: url(mysource_files/search-courses.svg);
              background-repeat: no-repeat;
              background-position: center; }
            .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-form form .form-input-group label.search-course-label {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              margin-left: 1rem;
              font-weight: 600;
              color: #53565a; }
            .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-form form .form-input-group .searchresults__textinput, .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-form form .form-input-group .search-course-label {
              width: 100%;
              height: 100%;
              border: 0;
              padding: 5px;
              outline: none; }
      .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-buttons {
        padding: 5px 5px 0 0; }
        .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-buttons ul.course__search-buttons-list {
          list-style: none;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: space-evenly;
              -ms-flex-pack: space-evenly;
                  justify-content: space-evenly;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin: 0; }
          .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-buttons ul.course__search-buttons-list li.btn.course-button {
            width: 100%;
            padding: 5px; }
          .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-buttons ul.course__search-buttons-list li.btn.course-button a, .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-buttons ul.course__search-buttons-list li.btn.course-browse-all-button a {
            height: 50px;
            background-color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: #53565a;
            font-size: 17px;
            font-weight: 600;
            text-decoration: none;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-buttons ul.course__search-buttons-list li.btn.course-button a:hover, .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-buttons ul.course__search-buttons-list li.btn.course-browse-all-button a:hover {
              color: #fff;
              background-color: rgba(0, 0, 0, 0.3); }
            .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-buttons ul.course__search-buttons-list li.btn.course-button a:focus, .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-buttons ul.course__search-buttons-list li.btn.course-browse-all-button a:focus {
              outline: none;
              -webkit-box-shadow: 0px 0px 6px 4px #e3a800;
                      box-shadow: 0px 0px 6px 4px #e3a800; }

.course-list-search__wrapper .course_list_search__inner .course__search-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-form, .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-buttons {
    width: 100%; }

.input-focus input#search-text-input {
  outline: transparent; }

/* mobile specific */
@media screen and (max-width: 768px) {
  .course__list {
    display: none; }
  .course-list-search__wrapper .course_list_search__inner .course__search-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-form, .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-buttons {
      width: 100%; }
    .course-list-search__wrapper .course_list_search__inner .course__search-row ul.course__search-buttons-list li.course-button {
      display: none; }
    .course-list-search__wrapper .course_list_search__inner .course__search-row ul.course__search-buttons-list li.course-browse-all-button {
      display: block;
      width: 100%;
      margin: 0 5px 10px 10px; }
    .course-list-search__wrapper .course_list_search__inner .course__search-row .form-input-group {
      font-size: 14px; }
      .course-list-search__wrapper .course_list_search__inner .course__search-row .form-input-group .form-label, .course-list-search__wrapper .course_list_search__inner .course__search-row .form-input-group .form-input {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .course-list-search__wrapper .course_list_search__inner .course__search-row .form-input-group label.search-course-label {
        margin-left: .5rem;
        padding: 3px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
  .form-input-group.input-focus .form-label, .form-input-group.input-focus label.search-course-label {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .form-input-group.input-focus .form-input, .form-input-group.input-focus .form-input input {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; } }

/* tablet specific portrate */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-buttons {
    padding: 0 5px; } }

/* tablet specific landscape */
@media screen and (min-width: 1024px) {
  .course-list-search__wrapper .course_list_search__inner .course__search-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-buttons {
      padding: 5px 5px 0 0;
      width: 50%; }
    .course-list-search__wrapper .course_list_search__inner .course__search-row .course__search-form {
      width: 50%; } }

/*
 * Tablet layout
 */
@media screen and (min-width: 768px) {
  .course-list-search__wrapper .form-input-group .form-input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .course-list-search__wrapper .course__search-buttons {
    /*width: 100%;
            padding: 5px;*/ }
    .course-list-search__wrapper .course__search-buttons li.btn.course-browse-all-button {
      display: none; }
  .course-list-search__wrapper .course__list {
    text-align: left; }
    .course-list-search__wrapper .course__list .course-listing-template-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-height: 280px;
      width: 100%;
      margin: auto;
      padding: 1rem 0 1.4rem; }
      .course-list-search__wrapper .course__list .course-listing-template-list .course-listing-template-list__item {
        width: calc(100%/3 - 44px);
        margin: 0 20px;
        list-style: none;
        text-align: left;
        border-bottom: 1px solid #1975D1; }
        .course-list-search__wrapper .course__list .course-listing-template-list .course-listing-template-list__item:hover {
          /*border-color: $jcu-yellow;*/ }
        .course-list-search__wrapper .course__list .course-listing-template-list .course-listing-template-list__item:hover a {
          color: #fff;
          background-color: rgba(0, 0, 0, 0.3); }
        .course-list-search__wrapper .course__list .course-listing-template-list .course-listing-template-list__item.browse-all-btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding-top: 6px;
          border-bottom: none; }
          .course-list-search__wrapper .course__list .course-listing-template-list .course-listing-template-list__item.browse-all-btn:hover a {
            background-color: transparent;
            text-decoration: underline; }
      .course-list-search__wrapper .course__list .course-listing-template-list a {
        color: white;
        font-size: 14px;
        font-weight: 600;
        width: 100%;
        height: 100%;
        display: block;
        padding: 10px 7px 5px;
        text-decoration: none; } }

.course__list .course-listing-template-list .right-arrow-icon {
  color: #fff;
  position: relative;
  text-decoration: none; }
  .course__list .course-listing-template-list .right-arrow-icon:after {
    position: absolute;
    content: url(mysource_files/small-arrow.svg);
    right: -25px;
    height: 15px;
    width: 15px;
    margin: auto;
    top: 0;
    bottom: 0; }

.course-list-search__wrapper .course__list .course-listing-template-list .course-listing-template-list__item:hover .right-arrow-icon:after {
  content: url(mysource_files/small-arrow-alt.svg); }

/*
 * Desktop layout
 */
@media screen and (min-width: 1200px) {
  .course-list-search__wrapper .course__list {
    text-align: left; }
    .course-list-search__wrapper .course__list .course-listing-template-list {
      height: 169px;
      width: 1220px;
      padding: 0;
      margin: auto; }
      .course-list-search__wrapper .course__list .course-listing-template-list .course-listing-template-list__item {
        width: calc(25% - 60px);
        max-height: 36px;
        margin: 0 30px; }
  .course-list-search__wrapper .jcu_template__container.homepage {
    margin-top: -178px; } }

/*
 * Mobile layout
 */
/*
 * Tablet layout
 */
/*
 * Desktop layout
 */
/*
 * Mobile layout
 */
/*
 * Tablet layout
 */
/*
 * Desktop layout
 */
/*
 * Mobile layout
 */
#homepage-carousel.homepage-carousel {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  #homepage-carousel.homepage-carousel.slick-initialized {
    opacity: 1;
    visibility: visible; }
  #homepage-carousel.homepage-carousel .slick-arrow {
    display: none;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0; }
  #homepage-carousel.homepage-carousel .slick-prev:after, #homepage-carousel.homepage-carousel .slick-next:after {
    content: ""; }
  #homepage-carousel.homepage-carousel .slick-prev:focus, #homepage-carousel.homepage-carousel .slick-next:focus {
    border: 1px dotted #fff; }
  #homepage-carousel.homepage-carousel a.slide-top {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.slick-slide a:focus, .slick-slide:focus {
  outline: 1px dotted #000; }

.homepage-carousel__wrapper.homepage-carousel {
  height: 410px;
  position: relative; }
  .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide {
    height: 410px; }
    .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide .header__banner-video.show-mobile {
      display: block; }
    .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide .mycustomimg {
      width: 100%;
      height: 100%;
      background-size: cover;
      /*background-position-y: center;*/ }
    .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide .carousel__item-inner {
      position: absolute;
      margin: 0 auto;
      top: 50px;
      max-width: 75vw;
      width: auto; }
      .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide .carousel__item-inner .carousel__title-overlay {
        padding: 1rem .8rem; }
        .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide .carousel__item-inner .carousel__title-overlay .carousel__title-text {
          font-family: Playfair Display;
          font-size: 36px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.04;
          letter-spacing: normal;
          color: #ffffff;
          margin-bottom: .8rem; }
        .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide .carousel__item-inner .carousel__title-overlay .carousel__sub-text {
          color: #fff;
          padding: .5rem .3rem 0; }
  .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide.no-mobile .mycustomimg {
    background-position: center 60%; }
  .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide.no-mobile .header__banner-video {
    display: none; }

.homepage-carousel__wrapper .title-overlay-blue {
  background-color: rgba(0, 152, 167, 0.8); }

.homepage-carousel__wrapper .title-overlay-red {
  background-color: rgba(255, 51, 51, 0.8); }

.homepage-carousel__wrapper .carousel__item:hover .carousel__sub-text {
  text-decoration: underline; }

.homepage-carousel__wrapper .right-arrow-icon {
  color: #fff;
  position: relative;
  text-decoration: none; }
  .homepage-carousel__wrapper .right-arrow-icon:after {
    position: absolute;
    content: url(mysource_files/small-arrow.svg);
    right: -25px;
    height: 15px;
    width: 15px;
    margin: auto;
    top: 0;
    bottom: 0; }

.homepage-carousel__wrapper .carousel__item:hover .carousel__sub-text .right-arrow-icon:after {
  content: url(mysource_files/small-arrow-alt.svg); }

#homepage-carousel .header__banner-play-pause {
  right: 120px;
  bottom: 180px; }

#homepage-carousel .no-mobile .header__banner-play-pause {
  display: none; }

/*
 * Tablet layout
 */
@media screen and (min-width: 768px) {
  .homepage-carousel__wrapper.homepage-carousel {
    height: 480px; }
    .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide {
      height: 480px; }
      .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide .carousel__item-inner {
        max-width: 60vw; }
        .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide .carousel__item-inner .carousel__title-overlay {
          padding: 1.2rem 1rem; }
          .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide .carousel__item-inner .carousel__title-overlay .carousel__title-text {
            font-size: 42px; }
  /* slick arrow buttons */
  #homepage-carousel.homepage-carousel .slick-arrow {
    position: absolute;
    z-index: 1;
    background-color: rgba(83, 86, 90, 0.5);
    left: inherit;
    top: inherit;
    width: 37px;
    height: 37px;
    bottom: 176px;
    color: transparent;
    outline: none;
    margin: 0;
    border-color: rgba(255, 255, 255, 0.15); }
  #homepage-carousel.homepage-carousel .slick-prev {
    right: 74px; }
    #homepage-carousel.homepage-carousel .slick-prev:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: transparent no-repeat;
      background-image: url(mysource_files/slick-left.svg);
      background-position: 0;
      width: 12px;
      height: 17px; }
  #homepage-carousel.homepage-carousel .slick-next {
    right: 30px; }
    #homepage-carousel.homepage-carousel .slick-next:before {
      content: ''; }
    #homepage-carousel.homepage-carousel .slick-next:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      right: auto;
      margin-right: -50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: transparent no-repeat;
      background-image: url(mysource_files/slick-arrow.svg);
      background-position: center;
      width: 12px;
      height: 17px; }
  #homepage-carousel.homepage-carousel .slick-prev:hover, #homepage-carousel.homepage-carousel .slick-next:hover {
    background-color: #e3a800; } }

/*
 * Desktop layout
 */
@media screen and (min-width: 1200px) {
  .homepage-carousel__wrapper.homepage-carousel {
    height: 610px; }
    .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide {
      height: 610px; }
      .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide .carousel__item-inner {
        max-width: 38vw; }
        .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide .carousel__item-inner .carousel__title-overlay {
          padding: 1.2rem 1.8rem; }
          .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide .carousel__item-inner .carousel__title-overlay .carousel__title-text {
            font-size: 48px;
            margin-bottom: 1rem; }
    .homepage-carousel__wrapper.homepage-carousel .carousel__item.slick-slideshow__slide.no-mobile .header__banner-video {
      display: block; }
  #homepage-carousel .no-mobile .header__banner-play-pause {
    display: block; } }

/*
 * Mobile layout
 */
footer.footer {
  float: none;
  padding: 0; }

.jcu_footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .jcu_footer__wrapper.upper {
    background-color: #53565a;
    color: #fff;
    font-size: 12px; }
    .jcu_footer__wrapper.upper a {
      color: #fff;
      text-decoration: none;
      padding: .3rem 0;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .jcu_footer__wrapper.upper a:hover {
        color: #e3a800;
        text-decoration: underline; }
    .jcu_footer__wrapper.upper a.footer_contact_link {
      padding: 0 0 .3rem 0; }
    .jcu_footer__wrapper.upper .social-media a.icon {
      padding: 0;
      height: 26px; }
    .jcu_footer__wrapper.upper svg.footer__social-media-icon {
      fill: #FFF; }
      .jcu_footer__wrapper.upper svg.footer__social-media-icon:hover {
        fill: #e3a800; }
    .jcu_footer__wrapper.upper a.footer__button.feedback {
      background: #fff;
      color: #53565a;
      font-weight: 600;
      padding: 0.3rem 0.625rem; }
      .jcu_footer__wrapper.upper a.footer__button.feedback:hover {
        color: #53565a;
        background-color: #e3a800; }
  .jcu_footer__wrapper.lower {
    background-color: #f0f0f0;
    color: #53565a;
    font-size: 11px; }
    .jcu_footer__wrapper.lower a {
      color: #53565a;
      text-decoration: none;
      padding: .3rem .4rem; }
      .jcu_footer__wrapper.lower a:hover {
        text-decoration: underline; }
    .jcu_footer__wrapper.lower span {
      padding: .3rem .4rem; }
    .jcu_footer__wrapper.lower .footer__acknowledgement--span {
      display: inline-block; }
  .jcu_footer__wrapper .jcu_footer__inner {
    max-width: 1230px;
    width: 100%;
    padding: .6rem 1rem; }
    .jcu_footer__wrapper .jcu_footer__inner .footer__social-media {
      width: 100%;
      padding: 0 0 .8rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto;
      border-bottom: 1px solid #949393; }
      .jcu_footer__wrapper .jcu_footer__inner .footer__social-media .jculogo {
        margin-left: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      .jcu_footer__wrapper .jcu_footer__inner .footer__social-media .social-media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: auto;
        width: auto; }
        .jcu_footer__wrapper .jcu_footer__inner .footer__social-media .social-media span {
          padding: .3rem 4px; }
          .jcu_footer__wrapper .jcu_footer__inner .footer__social-media .social-media span:last-child {
            padding-left: .6rem;
            padding-right: 0; }
    .jcu_footer__wrapper .jcu_footer__inner .footer__links-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      margin-top: 1.25rem; }
      .jcu_footer__wrapper .jcu_footer__inner .footer__links-wrapper .footer__column-links ul {
        padding: 0;
        list-style: none;
        margin-top: 0;
        padding-right: 1rem; }
      .jcu_footer__wrapper .jcu_footer__inner .footer__links-wrapper ul.footer_contact-campus {
        padding: 0; }
      .jcu_footer__wrapper .jcu_footer__inner .footer__links-wrapper .footer_nav_category-header {
        font-size: 16px;
        font-weight: 600;
        padding: 0.3125rem 0 0; }
      .jcu_footer__wrapper .jcu_footer__inner .footer__links-wrapper .footer_contact-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        .jcu_footer__wrapper .jcu_footer__inner .footer__links-wrapper .footer_contact-container span {
          font-weight: 600; }
    .jcu_footer__wrapper .jcu_footer__inner .footer_nav_link {
      padding: 0.25rem 0; }
    .jcu_footer__wrapper .jcu_footer__inner .footer__business {
      border-top: 1px solid #ccc;
      padding-top: .5rem; }
      .jcu_footer__wrapper .jcu_footer__inner .footer__business ul {
        padding: 0;
        list-style: none; }
      .jcu_footer__wrapper .jcu_footer__inner .footer__business a:hover {
        text-decoration: underline; }

.jcu_footer__wrapper.lower .footer__acknowledgement--span {
  display: inline-block; }

.jcu_footer__wrapper .footer__column-links {
  width: 50%; }

.jcu_footer__wrapper .jcu__footer-copyright, .jcu_footer__wrapper .jcu__footer-disclaimer {
  text-align: center; }

.jcu_footer__wrapper .footer__column-links.contact ul {
  width: 50%; }

.jcu_footer__wrapper .footer__column-links.contact {
  width: 100%; }

.jcu_footer__wrapper ul.footer_university-logos {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .jcu_footer__wrapper ul.footer_university-logos li {
    padding-right: 1.6rem; }
    .jcu_footer__wrapper ul.footer_university-logos li:last-child {
      padding-right: 0; }

.jcu_footer__wrapper .jcu__footer-disclaimer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .jcu_footer__wrapper .jcu__footer-disclaimer ul li:after {
    content: "|"; }
  .jcu_footer__wrapper .jcu__footer-disclaimer ul li:last-child:after {
    content: ""; }

.jcu_footer__wrapper .footer__acknowledgement ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.jcu_footer__wrapper ul.footer_indigenous {
  list-style: none;
  padding: 0 0 .5rem 0;
  font-size: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .jcu_footer__wrapper ul.footer_indigenous li {
    min-width: 54px; }

.jcu_footer__wrapper.lower .acknowledgement-text {
  display: inline-block;
  padding: 0 .4rem .3rem; }

.footer__links-wrapper .kk-footer a {
  color: #fff !important;
  font-size: 13px; }

.footer__links-wrapper .kk-footer a:hover {
  color: #e3a800 !important; }

/*
 * Tablet layout
 */
@media screen and (min-width: 768px) {
  .jcu_footer__wrapper .footer__column-links {
    width: 25%; }
  .jcu_footer__wrapper .footer__column-links.contact {
    width: 50%; }
  .jcu_footer__wrapper ul.footer_university-logos, .jcu_footer__wrapper ul.footer_indigenous {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .jcu_footer__wrapper ul.footer_indigenous {
    width: 75%;
    margin: auto; }
  .jcu_footer__wrapper .footer__acknowledgement {
    padding-bottom: .8rem; } }

/*
 * Tablet layoutwidth: 992px;
 */
@media screen and (min-width: 768px) {
  .jcu_footer__wrapper .jcu_footer__inner {
    padding: 0.6rem 30px; } }

/*
 * Desktop layoutwidth: 1230px;
 */
@media screen and (min-width: 1200px) {
  .jcu_footer__wrapper .footer__column-links {
    width: 21%; }
  .jcu_footer__wrapper .footer__column-links.contact {
    width: 12%; }
  .jcu_footer__wrapper .footer__column-links.contact ul {
    width: 100%; }
  .jcu_footer__wrapper .footer_contact-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .jcu_footer__wrapper .footer__legal, .jcu_footer__wrapper .footer__business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .jcu_footer__wrapper .footer__universities, .jcu_footer__wrapper .footer__acknowledgement, .jcu_footer__wrapper .jcu__footer-copyright, .jcu_footer__wrapper .jcu__footer-disclaimer {
    width: 50%; }
  .jcu_footer__wrapper .footer__acknowledgement ul {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .jcu_footer__wrapper .jcu__footer-disclaimer ul, .jcu_footer__wrapper ul.footer_indigenous {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end; }
  .jcu_footer__wrapper ul.footer_indigenous {
    width: 90%;
    margin-right: .5rem;
    padding: .8rem 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .jcu_footer__wrapper .jcu__footer-copyright ul, .jcu_footer__wrapper ul.footer_university-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start; }
  .jcu_footer__wrapper .jcu__footer-copyright li:after {
    content: "|"; }
  .jcu_footer__wrapper .jcu__footer-copyright li:last-child:after {
    content: ""; } }

/*
 * Mobile layout
 */
.jcu_megamenu__wrapper {
  background-color: #fff;
  width: 100%; }
  .jcu_megamenu__wrapper .jcu_megamenu__inner {
    max-width: 1230px;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto; }
  .jcu_megamenu__wrapper .jcu_mega-menu {
    /**/ }
    .jcu_megamenu__wrapper .jcu_mega-menu ul.navigation__list {
      list-style: none;
      overflow: hidden;
      margin: 0;
      padding: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .jcu_megamenu__wrapper .jcu_mega-menu .megamenu__level-1-logo {
      min-height: 90px;
      height: auto; }
    .jcu_megamenu__wrapper .jcu_mega-menu .jcu_logo {
      width: 180px;
      height: 100%;
      background-image: url(mysource_files/jcu-full-logo.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin-left: .9rem; }
    .jcu_megamenu__wrapper .jcu_mega-menu a.mega-menu__link-l1 {
      color: #53565a;
      font-weight: 600;
      font-size: 15px;
      text-decoration: none;
      display: block; }
      .jcu_megamenu__wrapper .jcu_mega-menu a.mega-menu__link-l1:hover {
        color: #0066cc;
        text-decoration: underline; }
    .jcu_megamenu__wrapper .jcu_mega-menu .megamenu__static {
      width: 100%;
      margin: 0;
      padding: 0 1.5625rem;
      position: relative;
      overflow: hidden;
      display: none; }
    .jcu_megamenu__wrapper .jcu_mega-menu .megamenu__level-2 {
      font-family: 'Open Sans',sans-serif; }

.megamenu__mobile-icons {
  position: absolute;
  right: 1rem;
  top: 1.6rem;
  width: 30vw;
  cursor: pointer;
  text-align: right;
  z-index: 1; }
  .megamenu__mobile-icons .icon_menu {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url(mysource_files/burger.svg);
    background-repeat: no-repeat;
    background-position: center; }
  .megamenu__mobile-icons .icon_search {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url(mysource_files/search-mobile.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    margin-right: .8rem; }

.megamenu__inner-footer, li.megamenu__level_1_item {
  display: none; }

.mobile__inner-footer ul {
  margin: 0;
  padding: 0; }

@media screen and (max-width: 767px) {
  .jcu_mega-menu.show ul.navigation__list, .jcu_mega-menu.show .megamenu__inner-footer,
  .jcu_mega-menu.show li.megamenu__level_1_item, .jcu_mega-menu.show .mobile__inner-footer-item {
    display: block;
    position: relative; }
  .jcu_mega-menu.show {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    background-color: #fff;
    z-index: 2; }
    .jcu_mega-menu.show .mobile__inner-footer ul {
      margin: 2rem 0 0;
      padding: 0; }
    .jcu_mega-menu.show a.mega-menu__link-l1 {
      margin: 0 1rem;
      padding: 0.4em 0;
      font-size: 17px;
      border-bottom: 2px solid black; }
    .jcu_mega-menu.show a.mobile__level-1-link {
      margin: 0 1rem;
      padding: 0.4em 0;
      font-size: 17px;
      color: #000;
      text-decoration: none;
      display: block;
      border-bottom: 2px solid black; }
    .jcu_mega-menu.show .megamenu__mobile-icons .icon_menu {
      background-image: url(mysource_files/icon-close.svg); } }

/* mobile specific */
@media (max-width: 767px) {
  span.icon_chevron-down {
    background-image: url(mysource_files/mobile-nav-arrow.svg);
    width: 18px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center 8px; }
  .megamenu__level_toggle {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin: -45px 12px 0 0;
    text-align: center;
    padding: .6rem .4rem; }
  .megamenu__column-list {
    width: 100%;
    padding: 0 4%;
    top: 0;
    left: 0;
    list-style: none;
    overflow: hidden;
    display: block;
    clear: both;
    background-color: #d2d1d1; }
  .megamenu__column-list li:last-child {
    border-bottom: none; }
  .megamenu__column-title {
    text-decoration: none;
    font-size: 1.2em !important;
    padding: 0.3em 2%;
    display: block;
    width: 100%;
    float: left;
    background-color: #e7e7e7; }
  .megamenu__column-title:after {
    content: "";
    display: block;
    border-bottom: 2px solid black;
    position: relative;
    top: 0.4em; }
  a.megamenu__column-link {
    color: #000;
    text-decoration: none;
    padding: 8px 0;
    display: block;
    font-size: 1.2em;
    overflow: hidden;
    border-bottom: 2px solid black;
    font-family: ‘Open Sans’,sans-serif; }
  .megamenu__level_1_item .megamenu__level-2 {
    display: none; }
  .megamenu__level_1_item.open .megamenu__level-2, .jcu_mega-menu .megamenu__level_1_item.open .megamenu__static {
    display: block;
    padding: 0 .5rem; }
  .megamenu__column .megamenu__column-list {
    display: none; }
  .megamenu__column.open .megamenu__column-list {
    display: block; }
  .megamenu__menu .megamenu__level-1-menu .megamenu__home-icon {
    display: none; }
  .megamenu > a {
    display: block !important; }
  body .megamenu.show .megamenu__mobile-icons {
    display: block; }
  .megamenu.show .megamenu__mobile-icons i.icon_menu, .megamenu.show .megamenu__mobile-icons span.icon_menu {
    visibility: hidden; }
  .jcu_mega-menu .open > .megamenu__level_toggle > .icon_chevron-down {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

@media screen and (max-width: 768px) {
  .jcu_megamenu__wrapper .jcu_mega-menu .jcu_logo {
    height: 90px; } }

/*
 * Tablet layout
 */
/* tablet specific portrait */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  li.megamenu__level-1-logo {
    margin-right: 1.1em; }
  .megamenu__level-1-search {
    margin-left: .8rem; } }

@media screen and (min-width: 768px) {
  .jcu_megamenu__wrapper {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .jcu_megamenu__wrapper .jcu_mega-menu {
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding: 0 30px; }
      .jcu_megamenu__wrapper .jcu_mega-menu .jcu_search {
        width: 32px;
        height: 100%;
        background-image: url(mysource_files/search.svg);
        background-repeat: no-repeat;
        background-position: center; }
        .jcu_megamenu__wrapper .jcu_mega-menu .jcu_search a {
          padding: 1rem;
          display: block; }
      .jcu_megamenu__wrapper .jcu_mega-menu .jcu_logo {
        width: 140px;
        height: 70px;
        background-size: contain;
        margin-left: 0; }
      .jcu_megamenu__wrapper .jcu_mega-menu .megamenu__column {
        width: 33%;
        margin: 0.9375rem 0;
        text-align: left; }
  #page-wrapper.sticky .jcu_megamenu__wrapper {
    position: fixed;
    top: 0;
    z-index: 2;
    /*box-shadow: 0px 2px 5px rgba(0, 0, 0, .5);*/ }
    #page-wrapper.sticky .jcu_megamenu__wrapper .jcu_mega-menu .megamenu__level-1-logo {
      min-height: auto; }
    #page-wrapper.sticky .jcu_megamenu__wrapper .jcu_mega-menu .jcu_logo {
      width: 96px;
      height: 60px;
      background-image: url(mysource_files/jcu-logo-small.svg);
      background-repeat: no-repeat;
      background-position: center 5px;
      background-size: contain;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    #page-wrapper.sticky .jcu_megamenu__wrapper .jcu_mega-menu .megamenu__level_1_item {
      margin-top: 1.3rem; }
    #page-wrapper.sticky .jcu_megamenu__wrapper .jcu_mega-menu a.mega-menu__link-l1 {
      padding: 0 .5rem 1.3rem .5rem; }
  #page-wrapper.sticky main {
    margin-top: 80px; }
  .megamenu__mobile-icons {
    display: none; }
  li.megamenu__level_1_item {
    display: block;
    width: auto;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    margin: 1.4em 1em 0 1em; }
  .mega-menu__link-l1 {
    position: relative;
    padding: 0 0 1.4em 0;
    width: 100%;
    margin: 0;
    max-height: 90px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .jcu_mega-menu li.megamenu__level_1_item.hover:hover .megamenu__static,
  .jcu_mega-menu li.megamenu__level_1_item:active .megamenu__static,
  .jcu_mega-menu li.megamenu__level_1_item:focus .megamenu__static,
  .jcu_mega-menu li.megamenu__level_1_item.open .megamenu__static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: all; }
  .megamenu__column span.megamenu__column-title {
    margin: 10px 0 5px;
    font-size: 0.9375rem;
    display: block;
    font-weight: bold; }
    .megamenu__column span.megamenu__column-title:after {
      content: '';
      height: 1px;
      background-color: black;
      color: black;
      width: 80%;
      margin-top: 10px;
      display: block; }
  ul.megamenu__column-list {
    list-style: none;
    overflow: hidden;
    margin: 0;
    width: 100%;
    padding: 0;
    text-align: left; }
  .megamenu__column-link {
    display: block;
    color: black;
    padding: 8px 0;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none; }
    .megamenu__column-link:hover {
      text-decoration: underline; }
  .jcu_mega-menu .megamenu__level-2 {
    -webkit-box-shadow: rgba(0, 0, 0, 0.33) 0 0 5px;
            box-shadow: rgba(0, 0, 0, 0.33) 0 0 5px; }
  .jcu_mega-menu .megamenu__level_1_item.hover:hover .megamenu__level-2, .sticky .jcu_mega-menu .megamenu__level_1_item.hover:hover .megamenu__level-2,
  .jcu_mega-menu .megamenu__level_1_item:active .megamenu__level-2, .sticky .jcu_mega-menu .megamenu__level_1_item:active .megamenu__level-2,
  .jcu_mega-menu .megamenu__level_1_item:focus .megamenu__level-2, .sticky .jcu_mega-menu .megamenu__level_1_item:focus .megamenu__level-2,
  .jcu_mega-menu .megamenu__level_1_item.open .megamenu__level-2, .sticky .jcu_mega-menu .megamenu__level_1_item.open .megamenu__level-2 {
    background-color: white;
    margin: 0;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    height: auto;
    overflow: hidden;
    pointer-events: all;
    z-index: 2;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    opacity: 1; }
  li.megamenu__level_1_item a.mega-menu__link-l1:after {
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
  li.megamenu__level_1_item.hover:hover a.mega-menu__link-l1:after, li.megamenu__level_1_item.open a.mega-menu__link-l1:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 14px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 3;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px -3px 2px rgba(171, 171, 171, 0.5));
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    opacity: 1; } }

/*
 * Desktop layout
 */
@media screen and (min-width: 1200px) {
  .jcu_megamenu__wrapper {
    /**/ }
    .jcu_megamenu__wrapper .jcu_mega-menu .jcu_logo {
      width: 190px;
      height: 76px;
      margin: 0; }
      .jcu_megamenu__wrapper .jcu_mega-menu .jcu_logo a {
        display: block; }
    .jcu_megamenu__wrapper .jcu_mega-menu .jcu_search a {
      margin: 0; }
    .jcu_megamenu__wrapper .jcu_mega-menu ul.navigation__list.navigation__lvl-1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto;
      padding: 0;
      height: 100%;
      width: auto;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: auto; }
    .jcu_megamenu__wrapper .jcu_mega-menu li.megamenu__level_1_item {
      margin: 1.1em 1em 0 1em; }
    .jcu_megamenu__wrapper .jcu_mega-menu a.mega-menu__link-l1 {
      font-size: 17px;
      padding: 0 0 .9em 0; }
    .jcu_megamenu__wrapper .jcu_mega-menu .megamenu__level-2 {
      opacity: 0;
      -webkit-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease; } }

/*
 * Mobile layout
 */
.jcu_utility-bar__wrapper {
  background-color: #53565a;
  color: #949393; }
  .jcu_utility-bar__wrapper a {
    color: #FFF;
    padding: 8px 24px;
    line-height: 1.8em;
    text-decoration: none;
    font-size: 14px; }
    .jcu_utility-bar__wrapper a:hover {
      color: #e3a800;
      text-decoration: underline; }
  .jcu_utility-bar__wrapper nav.utility-menu__navigation {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .jcu_utility-bar__wrapper ul.navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0; }
    .jcu_utility-bar__wrapper ul.navigation__list li.navigation__item:after {
      content: "|";
      color: rgba(255, 255, 255, 0.15); }
    .jcu_utility-bar__wrapper ul.navigation__list li.navigation__item:last-child:after {
      content: ""; }
    .jcu_utility-bar__wrapper ul.navigation__list li:last-child a {
      padding-right: 0; }

/*
 * Tablet layout
 */
@media screen and (min-width: 768px) {
  .jcu_utility-bar__wrapper {
    height: 30px; } }

/*
 * Desktop layout
 */
/*
 * Mobile layout
 */
.jcu-tiles__wrapper .jcu-tile.video-content {
  margin-bottom: 20px; }

.jcu_map-video-testimonials__wrapper .video__content-container {
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 196px; }
  .jcu_map-video-testimonials__wrapper .video__content-container video {
    position: absolute;
    top: 50%;
    left: calc(50% + 3px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    /* position: absolute;
            top: 0;
            left: 6px;
            width: calc(100% - 6px);
            height: auto;
            border: 0;
            min-width: 100%;
            min-height: 100%;*/ }

/* testimonial carousel */
.testimonial-carousel__wrapper.testimonial-carousel {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-left: 6px;
  position: relative; }
  .testimonial-carousel__wrapper.testimonial-carousel.slick-initialized {
    opacity: 1;
    visibility: visible; }
  .testimonial-carousel__wrapper.testimonial-carousel.slick-initialized .slick-slide {
    max-height: none; }
    .testimonial-carousel__wrapper.testimonial-carousel.slick-initialized .slick-slide:focus {
      border: none; }
  .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .slide__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .mycustomimg {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position-y: center;
    position: relative; }
    .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .mycustomimg .carousel__item-inner {
      position: absolute;
      margin: 0 auto;
      top: 160px;
      max-width: 50%; }
      .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .mycustomimg .carousel__item-inner .carousel__title-box {
        padding: 1rem 17px 1rem 17px; }
        .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .mycustomimg .carousel__item-inner .carousel__title-box .carousel__title_text {
          font-size: 22px;
          line-height: 1.04;
          letter-spacing: -0.3px;
          color: #ffffff;
          margin-bottom: .8rem; }
        .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .mycustomimg .carousel__item-inner .carousel__title-box .carousel__sub_text {
          color: #fff;
          margin-top: .8rem; }
      .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .mycustomimg .carousel__item-inner:hover .carousel__sub_text {
        text-decoration: underline; }
      .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .mycustomimg .carousel__item-inner:hover .carousel__sub_text .right-arrow-icon:after {
        content: url(mysource_files/small-arrow-alt.svg); }
  .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .testimonial-content {
    position: relative;
    padding: 4.2rem 1rem 2.8rem 1.2rem;
    color: #53565a; }
    .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .testimonial-content .testimonial-title {
      font-size: 12px;
      text-transform: uppercase; }
    .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .testimonial-content .testimonial-name {
      font-size: 24px;
      line-height: 1;
      color: #0066cc; }
    .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .testimonial-content .testimonial-course a {
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      color: #53565a; }
      .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .testimonial-content .testimonial-course a:hover {
        text-decoration: underline; }
    .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .testimonial-content .testimonial-text {
      font-size: 14px;
      line-height: 1.42;
      padding: .8rem 0;
      color: #747779; }
  .testimonial-carousel__wrapper.testimonial-carousel .slick-arrow {
    display: none;
    color: transparent;
    font-size: 1px;
    border: none;
    background: 0 0; }
  .testimonial-carousel__wrapper.testimonial-carousel .slick-next:after, .testimonial-carousel__wrapper.testimonial-carousel .slick-prev:after {
    content: "";
    background: none; }

.testimonial-carousel__wrapper .testimonial-content:before {
  content: "\201C";
  width: 74px;
  height: 75px;
  font-family: Playfair Display;
  font-size: 100px;
  font-weight: bold;
  color: #f0f0f0;
  position: absolute;
  left: 1rem;
  top: 0;
  margin-top: -.5rem; }

.testimonial-carousel__wrapper .testimonial-content:after {
  content: "\201D";
  width: 72px;
  height: 80px;
  font-family: Playfair Display;
  font-size: 100px;
  font-weight: bold;
  color: #f0f0f0;
  position: absolute;
  right: 0;
  bottom: 0; }

.testimonial-carousel__wrapper .title-overlay-blue {
  background-color: rgba(0, 152, 167, 0.8); }

.testimonial-carousel__wrapper .title-overlay-red {
  background-color: rgba(255, 51, 51, 0.8); }

.testimonial-carousel__wrapper .right-arrow-icon {
  color: #fff;
  position: relative;
  text-decoration: none; }
  .testimonial-carousel__wrapper .right-arrow-icon:after {
    position: absolute;
    content: url(mysource_files/small-arrow.svg);
    right: -25px;
    height: 15px;
    width: 15px;
    margin: auto;
    top: 0;
    bottom: 0; }

/*
 * Tablet layout
 */
@media screen and (min-width: 768px) {
  .jcu_map-video-testimonials__wrapper .jcu-tiles__wrapper .jcu-tiles__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .jcu_map-video-testimonials__wrapper .jcu-tiles__wrapper .jcu-tiles__container .jcu-tile {
      width: 100%; }
  .jcu_map-video-testimonials__wrapper .video__content-container {
    height: 26.25rem; }
  .jcu_map-video-testimonials__wrapper .testimonial-carousel {
    height: 43.125rem; }
    .jcu_map-video-testimonials__wrapper .testimonial-carousel .carousel__item.slick-slideshow__slide .mycustomimg {
      height: 26.25rem; } }

/*
 * Tablet-large layout
 */
@media screen and (min-width: 1000px) {
  .jcu_map-video-testimonials__wrapper .jcu-tiles__wrapper .jcu-tiles__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .jcu_map-video-testimonials__wrapper .jcu-tiles__wrapper .jcu-tiles__container .jcu-tile {
      width: calc(100% / 2 - 15px); }
  .jcu-tiles__wrapper .jcu-tile.video-content {
    margin-bottom: 0; }
  .jcu_map-video-testimonials__wrapper .video__content-container {
    height: 320px; }
  .jcu-tile--carousel {
    height: 320px; }
  .testimonial-carousel__wrapper.testimonial-carousel {
    height: 320px;
    margin-left: 6px; }
    .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide {
      height: 320px; }
      .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .slide__content-container {
        height: 320px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .mycustomimg {
        width: 50%;
        max-height: 320px; }
        .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .mycustomimg .carousel__item-inner {
          max-width: 80%;
          width: auto;
          top: auto;
          bottom: 22px; }
      .testimonial-carousel__wrapper.testimonial-carousel .carousel__item.slick-slideshow__slide .testimonial-content {
        width: 50%; }
  /* slick arrow buttons */
  #testimonial-carousel.testimonial-carousel .slick-arrow {
    display: block;
    position: absolute;
    z-index: 1;
    background-color: rgba(83, 86, 90, 0.5);
    left: inherit;
    top: 34px;
    width: 25px;
    height: 25px;
    bottom: auto;
    margin: 0; }
  #testimonial-carousel.testimonial-carousel .slick-prev {
    right: 54px; }
    #testimonial-carousel.testimonial-carousel .slick-prev:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      background: transparent no-repeat;
      background-image: url(mysource_files/medium_arrow.svg);
      background-position: center;
      width: 25px;
      height: 25px;
      margin: auto;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    #testimonial-carousel.testimonial-carousel .slick-prev:focus {
      outline: auto; }
  #testimonial-carousel.testimonial-carousel .slick-next {
    right: 24px; }
    #testimonial-carousel.testimonial-carousel .slick-next:before {
      content: ''; }
    #testimonial-carousel.testimonial-carousel .slick-next:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      background: transparent no-repeat;
      background-image: url(mysource_files/medium_arrow.svg);
      background-position: center;
      width: 25px;
      height: 25px;
      margin: auto; }
    #testimonial-carousel.testimonial-carousel .slick-next:focus {
      outline: auto; }
  #testimonial-carousel.testimonial-carousel .slick-prev:hover, #testimonial-carousel.testimonial-carousel .slick-next:hover {
    background-color: #e3a800; } }

/*
#testimonial-carousel.testimonial-carousel .slick-prev
 * Desktop layout
 */
/*
* Mobile layout
*/
.jcu-tiles__wrapper {
  text-align: center; }
  .jcu-tiles__wrapper .jcu-tiles__wrapper-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0 15px 0; }
    .jcu-tiles__wrapper .jcu-tiles__wrapper-head--title {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      color: #53565a;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .jcu-tiles__wrapper .jcu-tiles__wrapper-head--title h1, .jcu-tiles__wrapper .jcu-tiles__wrapper-head--title h2, .jcu-tiles__wrapper .jcu-tiles__wrapper-head--title h3, .jcu-tiles__wrapper .jcu-tiles__wrapper-head--title h4 {
        margin: 0;
        font-weight: 600;
        font-size: 24px; }
    .jcu-tiles__wrapper .jcu-tiles__wrapper-head--link {
      display: none;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
  .jcu-tiles__wrapper .jcu-tiles__container {
    text-align: left;
    margin-bottom: 1.7rem; }
  .jcu-tiles__wrapper .jcu-tiles__wrapper-title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #0066cc;
    font-weight: normal;
    margin: 0 0 30px 0; }
  .jcu-tiles__wrapper .jcu-tile {
    display: block;
    position: relative;
    background-color: white;
    margin: 0 0 15px 0; }
    .jcu-tiles__wrapper .jcu-tile:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 6px;
      background-color: #edb800;
      z-index: 1; }
    .jcu-tiles__wrapper .jcu-tile--nolink {
      padding: 20px; }
    .jcu-tiles__wrapper .jcu-tile-link {
      display: block;
      padding: 20px;
      text-decoration: none; }
      .jcu-tiles__wrapper .jcu-tile-link:hover .jcu-tile-content__wrapper .jcu-tile-content, .jcu-tiles__wrapper .jcu-tile-link:hover .jcu-tile-content__wrapper .jcu-tile-subtext {
        text-decoration: underline; }
      .jcu-tiles__wrapper .jcu-tile-link:hover .jcu-tile-content__wrapper .jcu-tile-title {
        text-decoration: none; }
    .jcu-tiles__wrapper .jcu-tile-title {
      font-size: 30px;
      color: #53565a;
      font-weight: bold;
      margin: 0; }
    .jcu-tiles__wrapper .jcu-tile-content {
      font-size: 14px;
      color: #53565a;
      letter-spacing: -0.1px; }
      .jcu-tiles__wrapper .jcu-tile-content p {
        margin: 0.5rem 0; }
    .jcu-tiles__wrapper .jcu-tile-subtext {
      font-size: 12px;
      color: #53565a;
      margin: 0 0 10px 0;
      text-transform: uppercase; }
    .jcu-tiles__wrapper .jcu-tile--event .jcu-tile-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0; }
      .jcu-tiles__wrapper .jcu-tile--event .jcu-tile-link .jcu-tile-date__container {
        background-color: rgba(215, 212, 194, 0.6);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 20px;
        color: #53565a;
        min-width: 65px; }
        .jcu-tiles__wrapper .jcu-tile--event .jcu-tile-link .jcu-tile-date__container .jcu-tile--date {
          font-size: 24px;
          font-weight: bold; }
          .jcu-tiles__wrapper .jcu-tile--event .jcu-tile-link .jcu-tile-date__container .jcu-tile--date-start {
            font-size: 18px; }
          .jcu-tiles__wrapper .jcu-tile--event .jcu-tile-link .jcu-tile-date__container .jcu-tile--date-end {
            margin-top: 15px;
            font-size: 18px; }
        .jcu-tiles__wrapper .jcu-tile--event .jcu-tile-link .jcu-tile-date__container .jcu-tile--month {
          font-size: 10px;
          font-weight: bold;
          text-transform: uppercase; }
          .jcu-tiles__wrapper .jcu-tile--event .jcu-tile-link .jcu-tile-date__container .jcu-tile--month-end {
            font-size: 8px; }
          .jcu-tiles__wrapper .jcu-tile--event .jcu-tile-link .jcu-tile-date__container .jcu-tile--month-start {
            font-size: 8px;
            position: relative; }
            .jcu-tiles__wrapper .jcu-tile--event .jcu-tile-link .jcu-tile-date__container .jcu-tile--month-start:after {
              position: absolute;
              bottom: -15px;
              width: 6px;
              left: calc(50% - 3px);
              display: block;
              content: url(mysource_files/chevron.svg); }
      .jcu-tiles__wrapper .jcu-tile--event .jcu-tile-link .jcu-tile-content__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px; }
        .jcu-tiles__wrapper .jcu-tile--event .jcu-tile-link .jcu-tile-content__wrapper .jcu-tile-title {
          font-size: 14px;
          color: #0066cc;
          letter-spacing: 0; }
    .jcu-tiles__wrapper .jcu-tile--img-inline .jcu-tile-link {
      padding: 0; }
      .jcu-tiles__wrapper .jcu-tile--img-inline .jcu-tile-link:hover .btn.btn--cta {
        color: white;
        font-size: 14px;
        opacity: 1; }
        .jcu-tiles__wrapper .jcu-tile--img-inline .jcu-tile-link:hover .btn.btn--cta:after {
          content: url(mysource_files/small-arrow-alt.svg); }
      .jcu-tiles__wrapper .jcu-tile--img-inline .jcu-tile-link .jcu-tile--img {
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover; }
      .jcu-tiles__wrapper .jcu-tile--img-inline .jcu-tile-link .jcu-tile-content__wrapper {
        position: absolute;
        top: 32px;
        left: 6px;
        color: white;
        max-width: 90%;
        padding: 8px 28px 12px 17px;
        background-color: rgba(0, 152, 167, 0.8); }
        .jcu-tiles__wrapper .jcu-tile--img-inline .jcu-tile-link .jcu-tile-content__wrapper .jcu-tile-title {
          color: white;
          font-weight: normal;
          padding-bottom: 9px;
          font-size: 22px; }
        .jcu-tiles__wrapper .jcu-tile--img-inline .jcu-tile-link .jcu-tile-content__wrapper .btn {
          color: white;
          font-size: 14px;
          opacity: 0.8; }
    .jcu-tiles__wrapper .jcu-tile--img-top .jcu-tile-link {
      padding: 0; }
      .jcu-tiles__wrapper .jcu-tile--img-top .jcu-tile-link:hover .jcu-tile-content__wrapper .jcu-tile-subtext, .jcu-tiles__wrapper .jcu-tile--img-top .jcu-tile-link:hover .jcu-tile-content__wrapper .jcu-tile-content {
        text-decoration: none; }
      .jcu-tiles__wrapper .jcu-tile--img-top .jcu-tile-link:hover .jcu-tile-content__wrapper .jcu-tile-title {
        text-decoration: underline; }
      .jcu-tiles__wrapper .jcu-tile--img-top .jcu-tile-link:hover .jcu-tile-content__wrapper .btn.btn--cta {
        color: #0066cc; }
        .jcu-tiles__wrapper .jcu-tile--img-top .jcu-tile-link:hover .jcu-tile-content__wrapper .btn.btn--cta:after {
          content: url(mysource_files/small-arrow-alt.svg); }
      .jcu-tiles__wrapper .jcu-tile--img-top .jcu-tile-link .jcu-tile--img {
        width: 100%;
        height: 184px;
        background-position: center;
        background-size: cover; }
      .jcu-tiles__wrapper .jcu-tile--img-top .jcu-tile-link .jcu-tile-content__wrapper {
        padding: 15px 22px; }
        .jcu-tiles__wrapper .jcu-tile--img-top .jcu-tile-link .jcu-tile-content__wrapper .jcu-tile-title {
          color: #0066cc;
          font-weight: normal;
          padding-bottom: 15px;
          font-size: 22px; }
        .jcu-tiles__wrapper .jcu-tile--img-top .jcu-tile-link .jcu-tile-content__wrapper .jcu-tile-subtext {
          margin-bottom: 6px; }
  .jcu-tiles__wrapper .jcu-tile-content {
    font-size: 13px; }

.jcu_template__wrapper--three-usp a:hover h1 {
  text-decoration: underline; }

.jcu-tiles__wrapper .jcu-tiles__wrapper-head--link.hide-for-desktop {
  width: 100%; }

.jcu_template__wrapper--three-usp a:hover h1 {
  text-decoration: underline; }

.btn--cta {
  display: inline-block; }
  .btn--cta:after {
    bottom: 0;
    top: auto; }

.jcu_template__wrapper--three-usp .jcu-tile-content p {
  font-size: 16px; }

.jcu_template__wrapper--three-boxes .jcu-tiles__wrapper .jcu-tile--img-inline .jcu-tile-link {
  position: relative;
  min-height: 300px;
  overflow: hidden; }
  .jcu_template__wrapper--three-boxes .jcu-tiles__wrapper .jcu-tile--img-inline .jcu-tile-link .jcu-tile--img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

/*
* Desktop / Tablet layout
*/
@media screen and (min-width: 768px) {
  .jcu-tiles__wrapper .jcu-tiles__wrapper-title {
    font-size: 48px;
    line-height: normal;
    color: #0066cc; }
    .jcu-tiles__wrapper .jcu-tiles__wrapper-title.jcu_black {
      color: #000; }
    .jcu-tiles__wrapper .jcu-tiles__wrapper-title.jcu_dark {
      color: #53565a; }
    .jcu-tiles__wrapper .jcu-tiles__wrapper-title.jcu_red {
      color: #d34017; }
    .jcu-tiles__wrapper .jcu-tiles__wrapper-title.font-46 {
      font-size: 46px; }
  .jcu-tiles__wrapper .jcu-tiles__wrapper-head--title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .jcu-tiles__wrapper .jcu-tiles__wrapper-head--title h1, .jcu-tiles__wrapper .jcu-tiles__wrapper-head--title h2, .jcu-tiles__wrapper .jcu-tiles__wrapper-head--title h3, .jcu-tiles__wrapper .jcu-tiles__wrapper-head--title h4 {
      font-size: 22px;
      margin: 0;
      font-weight: 600; }
  .jcu-tiles__wrapper .jcu-tiles__wrapper-head--title, .jcu-tiles__wrapper .jcu-tiles__wrapper-head--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*width: 50%;*/ }
  .jcu-tiles__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .jcu-tiles__container .jcu-tile {
      width: 100%; }
      .jcu-tiles__container .jcu-tile--event .jcu-tile-link {
        text-decoration: none; }
        .jcu-tiles__container .jcu-tile--event .jcu-tile-link:hover .jcu-tile-content__wrapper .jcu-tile-content, .jcu-tiles__container .jcu-tile--event .jcu-tile-link:hover .jcu-tile-content__wrapper .jcu-tile-subtext {
          text-decoration: none; }
        .jcu-tiles__container .jcu-tile--event .jcu-tile-link:hover .jcu-tile-content__wrapper .jcu-tile-title {
          text-decoration: underline; }
        .jcu-tiles__container .jcu-tile--event .jcu-tile-link:hover .jcu-tile-date__container {
          background-color: #d7d4c2;
          -webkit-transition: ease-in-out .125s background-color;
          transition: ease-in-out .125s background-color; }
        .jcu-tiles__container .jcu-tile--event .jcu-tile-link .jcu-tile-content__wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          padding: 16px; }
          .jcu-tiles__container .jcu-tile--event .jcu-tile-link .jcu-tile-content__wrapper .jcu-tile-title {
            font-size: 14px;
            color: #0066cc;
            letter-spacing: 0;
            cursor: pointer; }
      .jcu-tiles__container .jcu-tile--img-inline {
        margin-bottom: 0; }
        .jcu-tiles__container .jcu-tile--img-inline .jcu-tile-link .jcu-tile-content__wrapper {
          padding: 8px 17px 12px 26px; }
      .jcu-tiles__container .jcu-tile--img-top .jcu-tile-link .jcu-tile-content__wrapper {
        padding: 23.4px  20px 21px 30px; }
    .jcu-tiles__container-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .jcu-tiles__container-row .jcu-tile-100 {
        width: 100%; }
      .jcu-tiles__container-row .jcu-tile-50 {
        width: calc(100% / 2 - 15px); }
      .jcu-tiles__container-row .jcu-tile-33 {
        width: calc(100% / 3 - 15px); }
  .jcu_template__wrapper--three-boxes .jcu-tiles__container {
    margin-bottom: 0; }
  .jcu_map-video-testimonials__wrapper .jcu-tile, .jcu_map-video-testimonials__wrapper .jcu-tiles__container {
    margin: 0; }
  .jcu_template__wrapper--three-usp .btn.btn--cta {
    font-size: 22px;
    font-weight: 500; }
  .jcu_template__wrapper--three-usp .btn.btn--cta:after {
    top: -14px; }
  .jcu_map-video-testimonials__wrapper .jcu-tile, .jcu_map-video-testimonials__wrapper .jcu-tiles__container {
    margin: 0; }
  .jcu_template__wrapper--three-usp .btn.btn--cta {
    font-size: 22px;
    font-weight: 500; }
    .jcu_template__wrapper--three-usp .btn.btn--cta:after {
      top: -14px; }
    .jcu_template__wrapper--three-usp .btn.btn--cta.font-24 {
      font-size: 24px; }
    .jcu_template__wrapper--three-usp .btn.btn--cta.font-26 {
      font-size: 26px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .jcu-tiles__wrapper .jcu-tiles__wrapper-head--title {
    width: 100%; }
  .jcu-tiles__wrapper .jcu-tiles__container {
    margin: 0; } }

/*
 * Mobile layout
 */
.video-events-module__wrapper .video__content-container {
  position: relative;
  height: 185px; }
  .video-events-module__wrapper .video__content-container #ytplayer {
    position: absolute;
    width: calc(100% - 6px);
    height: 185px;
    left: 6px; }

.video-events-module__col {
  /*margin-bottom: 38px;*/ }
  .video-events-module__col .jcu-tile-content p {
    margin-top: 2px;
    margin-bottom: 0; }

.video-events-module__container .jcu-tiles__wrapper .jcu-tiles__wrapper-head {
  margin-bottom: 12px; }

.video-events-module__container .jcu-tiles__wrapper .jcu-tile--img-top .jcu-tile-link .jcu-tile-content__wrapper {
  padding: 24px 22px 15px; }
  .video-events-module__container .jcu-tiles__wrapper .jcu-tile--img-top .jcu-tile-link .jcu-tile-content__wrapper .jcu-tile-title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0;
    cursor: pointer; }
  .video-events-module__container .jcu-tiles__wrapper .jcu-tile--img-top .jcu-tile-link .jcu-tile-content__wrapper .jcu-tile-content p {
    margin-top: 2px; }

.videoPoster {
  position: absolute;
  top: 0px;
  left: 6px;
  width: calc(100% - 6px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border: none;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s; }
  .videoPoster:hover {
    cursor: pointer; }
    .videoPoster:hover svg circle, .videoPoster:hover svg path {
      opacity: 1; }

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms; }

/*
 * Tablet layout
 */
@media screen and (min-width: 768px) {
  .video-events-module__wrapper .video-events-module__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .video-events-module__wrapper .video-events-module__container .video-events-module__col {
      width: calc(50% - 20px); }
      .video-events-module__wrapper .video-events-module__container .video-events-module__col:first-child {
        width: 100%; }
      .video-events-module__wrapper .video-events-module__container .video-events-module__col .jcu-tile-content p {
        margin-top: 2px;
        margin-bottom: 0;
        max-height: 2.3rem;
        min-height: 2.3rem;
        overflow: hidden; }
    .video-events-module__wrapper .video-events-module__container .videoPoster {
      background-size: cover;
      position: relative;
      height: auto;
      padding-top: 40%; }
      .video-events-module__wrapper .video-events-module__container .videoPoster svg {
        position: absolute;
        top: calc(50% - 37px);
        left: calc(50% - 37px); }
  .video-events-module__wrapper .video__content-container {
    height: auto; }
  .jcu-tiles__container .video-events-module__col .jcu-tile {
    width: 100%;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .jcu-tiles__container .jcu-tile--event .jcu-tile-link .jcu-tile-content__wrapper .jcu-tile-title {
    min-height: 38px;
    max-height: 38px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

/*
 * Desktop layout
 */
@media screen and (min-width: 1200px) {
  .video-events-module__wrapper .video__content-container {
    position: relative; }
    .video-events-module__wrapper .video__content-container #ytplayer {
      position: absolute;
      width: calc(100% - 6px);
      height: 185px;
      left: 6px; }
  .video-events-module__wrapper .jcu-tile--img-top .jcu-tile-content {
    margin-bottom: 11px; }
  .video-events-module__wrapper .jcu-tile--img-top .btn {
    display: inline-block;
    margin-bottom: 6px; }
  .video-events-module__wrapper .jcu-tile-content {
    margin-bottom: 4px; }
  .video-events-module__wrapper .video-events-module__col {
    margin-bottom: 0; }
  .video-events-module__wrapper .jcu-tiles__container {
    margin-bottom: 0; }
  .video-events-module__wrapper .video-events-module__container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .video-events-module__wrapper .video-events-module__container .videoPoster {
      padding-top: 225px; }
    .video-events-module__wrapper .video-events-module__container .video-events-module__col,
    .video-events-module__wrapper .video-events-module__container .video-events-module__col:first-child {
      width: calc(33.33% - 20px); } }

/*
-----------------
Fixes and tickets 
-----------------
*/
.main-column .pagetitle_new h1 {
  font-size: 44px;
  font-weight: 400; }

.main-column .no-banner h1, .main-column .no-image h1, .main-column .courses-title h1, .main-column .insidebody__content h1 {
  font-family: 'Open Sans', sans-serif; }

.main-column .newsdetails h1.newsdetails__title {
  font-family: 'Open sans' , sans-serif; }

.main-column .pagetitle_new.level-4-courses h2 {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 400; }

.jcu_logo a {
  display: block;
  height: 100%; }

.main-column .insidebodywrapper, .main-column .insidebody {
  margin: 0 0 1rem 0; }

@media screen and (min-width: 768px) {
  .main-column .insidebodywrapper {
    z-index: 1;
    margin-top: 0; }
  .main-column .icon-chevron-down.secondary-navigation__icon:before {
    top: 1.8em; }
  .main-column .secondary-navigation.active .icon-chevron-down.secondary-navigation__icon:before {
    top: 2.2em; } }

@media screen and (min-width: 769px) {
  .main-column .insidebody__content, .main-column .insidebreadcrumbs__wrapper {
    max-width: 1230px;
    padding: 0 30px; }
  .main-column .insidebody__content.two-col .insidebody__contentmain {
    max-width: calc(100% - 19em);
    margin: 0 0 0 3%; } }

.main-column .secondarynav, .main-column .pagetitle_new, .main-column .insidebreadcrumbs__wrapper {
  max-width: 1230px;
  padding: 0 30px; }

.main-column .pagetitle_wrapper {
  z-index: 1;
  bottom: 30px; }

.main-column .inner-content {
  max-width: none; }

.main-column .insidebreadcrumbs {
  z-index: 1; }

.main-column .insidebreadcrumbs__wrapper {
  font-size: 13.4px;
  line-height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.main-column .insidebody .insidebreadcrumbs__wrapper a {
  font-size: 13.4px;
  height: auto; }

.main-column .insidebreadcrumbs__divider {
  padding: 0 .3rem; }

.main-column .secondarynav__title-link, .main-column .megamenu__level-2-link {
  font-size: .8em;
  line-height: 2em; }

.main-column .secondarynav__title-link {
  line-height: 2.5em;
  margin: 0; }

@media screen and (max-width: 768px) {
  .jcu_footer__wrapper .jcu_footer__inner .footer__social-media .social-media {
    max-width: 172px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .jcu_footer__wrapper .jcu_footer__inner .footer__social-media .social-media span:last-child {
    width: 100%;
    padding: .3rem;
    max-width: 170px;
    text-align: center; }
  .jcu_footer__wrapper.upper .footer-feedback a.footer__button.feedback {
    width: 100%; }
  .main-column .pagetitle_new h1, .main-column .pagetitle_new.level-4-courses h2 {
    margin-left: 0;
    font-size: 38px; } }

.main-column .pagetitle_new {
  padding: 0; }

/****** SDQLD-4969 *********/
.accordion .course__table th:nth-child(1) {
  width: 66%; }

.accordion .course__table th:nth-child(2), .accordion .course__table th:nth-child(3) {
  width: 17%; }

.accordion.courses__listing .accordion__target.uber-accordion__target-active {
  padding: 1em .3rem; }

.accordion.courses__listing .accordion__target {
  padding: 0 .3rem; }

@media screen and (min-width: 60em) {
  .secondarynav {
    margin: 0 auto;
    max-width: 63.425em;
    width: 100%;
    float: none; } }

/***** migrated from main.css *******/
@media screen and (min-width: 43.75em) {
  .secondarynav {
    display: block;
    background: #2d2d2d;
    /*margin: 0 4%;*/
    margin: 0 auto;
    height: auto; }
  .secondarynav__title-link {
    color: #FFF;
    text-decoration: none;
    line-height: 2.9em;
    margin: 0 0 0 0.4em;
    font-size: 0.7em;
    font-weight: bold; }
  .secondarynav .megamenu__level-2-menu {
    padding-left: 16px;
    display: block;
    float: left;
    height: 2em;
    margin: 0;
    padding: 0;
    width: auto;
    background: none;
    position: relative;
    overflow: visible; } }

@media screen and (min-width: 43.75em) and (max-width: 48em) {
  .secondarynav, .secondarynav .megamenu__level-2-menu {
    display: none; }
  .insidebackground {
    padding-top: 0; } }

