#page-wrapper {
  background-color: white;
}
.megamenu {
  background: white;
  font-weight: 600;
}
.megamenu > a {
  display: none;
}
#megamenu_new_mobile > a {
  display: inline-block;
  margin-left: 3%;
}
.megamenusearch__form {
  display: none;
}
.megamenu__menu {
  background-color: white;
}
.megamenu__level-1-menu {
  margin: 0;
}
.megamenu__level-1-link {
  color: black;
  margin: 0 5%;
  padding: 0.4em 0;
  border-bottom: 2px solid black;
  border-bottom: 2px solid black;
}
.megamenu__level-1-link:hover, .globalheader__toolbar-link:hover {
  text-decoration: underline;
}
.reflow__secondarynavmove__mobile .secondarynav__title {
  background-color: white;
}
.reflow__secondarynavmove__mobile .secondarynav__title .secondarynav__title-link {
  color: black;
  font-weight: 600;
}
.megamenu__inner-footer {
  background-color: white;
  padding: 0;
}
.megamenu__level-2 {
  box-shadow: rgba(0, 0, 0, 0.33) 0 0 5px;
}
.megamenu__level-2-menu, .reflow__secondarynavmove__mobile .megamenu__level-2-menu {
  background-color: #e7e7e7;
  margin: 0 5%;
  padding: 0 3%;
  width: auto;
  border-bottom: 2px solid black;
}
.megamenu__level-2-item {
  margin-left: 0;
  border-bottom: 2px solid black;
}
.megamenu__level-2-link, .megamenu__level-3-link, .reflow__secondarynavmove__mobile .megamenu__level-2-menu .megamenu__level-2-link, .reflow__secondarynavmove__mobile .megamenu__level-3-menu .megamenu__level-3-link {
  color: black;
}
.megamenu__level-3-menu {
  padding: 0 3%;
}
.megamenu__level-3-item {
  border-bottom: 2px solid black;
}
.megamenu__level-3-link {
  padding: 0.6em 0;
}
.megamenu__level-4-item {
  border-bottom: 2px solid black;
}
.reflow__secondarynavmove__mobile .megamenu__level-4-link {
  color: black;
  padding: 0.6em 0;
}
.megamenu.show .megamenu__inner {
  margin: 0;
}
.megamenu__mobileicons--close i, .megamenu__level-toggle i {
  color: black;
}
.header [class^="icon-"], .header span[class^="icon-"], .header [class*=" icon-"] {
  color: black;
}
.reflow__secondarynavmove__mobile .megamenu__level-2-menu .icon-chevron-down {
  color: black;
}
.megamenu__level-toggle {
  height: 2.8em;
}
.megamenu__search-link {
  background-image: url("https://www.jcu.edu.au/__data/assets/file/0004/644044/icon-search.svg");
  display: inline-block;
  background-repeat: no-repeat;
  width: 50px;
  height: 100%;
  background-size: 46px;
  background-position: center 15px;
}
.open > .megamenu__level-toggle > .icon-chevron-down {
  transform: rotate(90deg);
}
.megamenu__mobileicons .icon-search:before {
  content: "";
}
.megamenu__mobileicons .icon-search {
  background-image: url("https://www.jcu.edu.au/__data/assets/file/0004/644044/icon-search.svg");
  display: inline-block;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 46px;
  background-position: center;
  padding: 0;
  margin-right: 30px;
}
.megamenu__mobileicons .icon-menu:before {
  content: "";
}
.megamenu__mobileicons .icon-menu {
  background-image: url("https://www.jcu.edu.au/__data/assets/file/0019/644050/icon-hamburger.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 42px 30px;
  background-position: center;
}
.megamenu__mobileicons--close {
  float: none;
  position: absolute;
  right: 3%;
  top: 0.4em;
  width: auto;
  margin: 0;
}
.megamenu__mobileicons--close .icon-search:before {
  content: "";
}
.megamenu__mobileicons--close .icon-search {
  background-image: url("https://www.jcu.edu.au/__data/assets/file/0004/644044/icon-search.svg");
  display: inline-block;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 46px;
  background-position: center;
  padding: 0;
  margin-right: 32px;
  position: relative;
  top: 9px;
}
.megamenu__mobileicons--close .icon-menu:before {
  content: "";
}
.megamenu__mobileicons--close .icon-menu {
  background-image: url("https://www.jcu.edu.au/__data/assets/file/0020/644051/icon-close.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 35px;
  background-position: 80% center;
  cursor: pointer;
  position: relative;
  right: inherit;
  top: inherit;
}
@media (min-width: 43.75em) {
  #megamenu_new_mobile {
    display: none;
  }
  .megamenu__level-1-item:hover:after {
    content: "";
    background-color: white;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    display: block;
    margin: -10px auto 0;
    box-shadow: rgba(0, 0, 0, 0.33) 0 0 5px;
  }
  .megamenu__level-1-item:hover .megamenu__level-1-link:after {
    content: "";
    background-color: white;
    height: 20px;
    display: block;
    margin: -10px auto 0;
    position: absolute;
    z-index: 100;
    top: 85px;
    width: 100%;
  }
  .megamenu__level-1-link {
    position: relative;
  }
}
@media (min-width: 60em) {
  .megamenu__level-1-item:hover .megamenu__level-1-link:after {
    top: 93px;
  }
}
.megamenu__level-4-link {
  color: black;
}
.megamenu__level-1-item .megamenu__level-2-menu {
  display: none;
}
.megamenu__level-1-item > .megamenu__level-toggle {
  margin-right: 4%;
}
.megamenu__level-toggle {
  margin-top: -48px;
}
.megamenu__level-1-item.open > .megamenu__level-toggle {
  margin-top: -46px;
}
.megamenu.show {
  height: 100%;
}
.header_transparent-divider {
  display: none;
}
@media (min-width: 43.75em) {
  .header_transparent-divider {
    display: block;
  }
}
.globalheader {
  background-color: white;
  color: black;
  display: none;
}
.globalheader__inner {
  padding: 0;
  height: 1.875em;
}
.homepage .globalheader {
  display: none;
}
.globalheader__toolbar-link {
  color: black;
  font-size: 0.9em;
  position: relative;
  padding: 0.2em 0;
}
.globalheader__toolbar-link i {
  padding: 0;
  margin: 0;
  padding-left: 6px;
  padding-top: 3px;
  font-size: 0.8em;
  float: right;
  display: block;
  text-align: left;
  padding-left: 0.5em;
}
.homepage .megamenu {
  top: 0 !important;
}
@media (min-width: 43.75em) {
  .homepage .globalheader {
    display: block;
  }
  .globalheader {
    display: block;
  }
  .homepage .megamenu {
    top: 2.5em !important;
  }
  .globalheader__toolbar-item {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    text-align: center;
    width: auto;
    padding: 0.2em 0.3em 0 0;
    height: 1.875em;
  }
  .globalheader__toolbar-nav .globalheader__toolbar-item:hover, .globalheader__toolbar-nav .globalheader__toolbar-item.open {
    background-color: white;
  }
  .globalheader__toolbar-nav .globalheader__toolbar-item:hover .globalheader__nav, .globalheader__toolbar-nav .globalheader__toolbar-item.open .globalheader__nav {
    background-color: white;
    width: 16.4375rem;
    box-shadow: 2px 2px 6px 2px rgba(190, 190, 190, 0.5);
    left: inherit;
    right: 0;
    position: absolute;
  }
  .globalheader__toolbar-nav .globalheader__toolbar-item:hover .globalheader__nav.tiles-only, .globalheader__toolbar-nav .globalheader__toolbar-item.open .globalheader__nav.tiles-only {
    width: 16.4375rem;
    left: inherit;
    right: 0;
  }
  .globalheader__toolbar {
    width: auto;
    float: right;
    padding: 0;
  }
  .globalheader__toolbar-nav {
    width: auto;
    overflow: visible;
    float: left;
    margin: 0;
    padding: 0;
  }
  .toolbarmenu__tile-item {
    background-color: #e7e7e7;
  }
  .toolbarmenu__tile-item-title, .toolbarmenu__tile-item-description {
    color: black;
  }
  .toolbarmenu__tile-item-title {
    font-size: 0.75rem;
  }
  .toolbarmenu__tile-item-description {
    font-size: 0.6rem;
  }
  .toolbarmenu__tile-menu {
    width: auto;
  }
  .toolbarmenu__links-menu, .globalheader__toolbar-links, .globalsearch {
    display: none;
  }
  .globalheader__toolbar-nav .globalheader__toolbar-link {
    display: inline-block;
    line-height: inherit;
  }
  .globalheader__toolbar-item-no-dropdown {
    float: left;
    padding: 0.2em 0.3em 0 0;
    height: 1.875em;
  }
}
.megamenu__static-header {
  display: none;
}
.megamenu__home-icon {
  width: 8rem;
  padding: 0.3rem 0 0;
  max-height: 200%;
}
@media (min-width: 43.75em) {
  .megamenu__home-icon {
    width: 140px;
    padding: 0;
    margin-top: -5px;
  }
}
@media (min-width: 60em) {
  .megamenu__home-icon {
    width: 160px;
    padding: 0;
  }
}
.megamenu.show .megamenu__home-icon {
  display: block;
}
.megamenu__level-1-item.open .megamenu__level-1-link, .megamenu__level-2-item.open .megamenu__level-2-link, .megamenu__level-3-item.open .megamenu__level-3-link {
  border-bottom: 2px solid black;
}
.megamenu__level-2-link {
  width: 100%;
  padding-right: 10%;
}
@media (min-width: 48em) {
  .megamenu {
    max-width: 100%;
  }
  .megamenu__menu {
    max-width: 65.625rem;
    margin: 0 auto;
    position: relative;
  }
  .megamenu__level-1-link {
    border-bottom: none;
    padding: 1.9em 0 1.9em 0;
    width: 100%;
    margin: 0;
  }
  .megamenu__level-1-item:hover .megamenu__level-1-link, .megamenu__level-1-item:active .megamenu__level-1-link, .megamenu__level-1-item:focus .megamenu__level-1-link, .megamenu__level-1-item.open .megamenu__level-1-link {
    color: black;
  }
  .megamenu__level-1-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .megamenu__level-1-item:hover .megamenu__tagline {
    display: none;
  }
  .megamenu__static {
    width: 100%;
    margin: 0;
    padding: 0 1.5625rem;
  }
  .megamenu__static-header {
    display: block;
    margin-top: 0.625rem;
    font-size: 1.25rem;
    border-bottom: solid 1px black;
    padding-bottom: 0.625rem;
  }
  .megamenu__static-header-link {
    color: black;
  }
  .megamenu__column {
    width: 33%;
    margin: 0.9375rem 0;
  }
  .megamenu__column-list li {
    border-top: 0;
  }
  .megamenu__column-link {
    display: block;
    color: black;
    padding: 12px 0;
    font-size: 0.9375rem;
    font-weight: 500;
  }
  .megamenu__column-link:hover {
    text-decoration: underline;
    color: black;
  }
  .megamenu__level-1-menu .megamenu__level-1-item {
    width: auto;
    padding: 0;
    flex-grow: 1;
  }
  .megamenu__column h4.megamenu__column-title {
    margin: 10px 0 5px;
    font-size: 0.9375rem;
  }
  .megamenu__column h4.megamenu__column-title:after {
    content: '';
    height: 1px;
    background-color: black;
    color: black;
    width: 80%;
    margin-top: 10px;
    display: block;
  }
  .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;
  }
  .insidebodywrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 145px;
  }
  .insidebody {
    float: none;
    max-width: 100%;
  }
  .insidebody__content {
    margin: 2em auto 2em;
    max-width: 57.5rem;
  }
  .insidebackground__background-image-wrapper {
    display: none;
  }
  .insidebreadcrumbs {
    position: absolute;
    left: 0;
    max-width: 100%;
    z-index: 10;
  }
  .insidebreadcrumbs__wrapper {
    margin: 0 4%;
  }
  .reflow__secondarynavmove__tablet {
    width: 100%;
    background-color: #767676;
  }
  .secondarynav {
    background-color: #767676;
    /* display: flex;
     justify-content: center;*/
  }
  .secondarynav__title {
    background-color: #767676;
  }
  .secondarynav__title:after {
    background-image: none;
  }
  .megamenu__level-2-item {
    border-bottom: none;
    margin-top: 0;
  }
  .megamenu__level-2-link {
    padding: 0.3em 1.1em 0.6em;
  }
  .megamenu__level-2-link, .megamenu__level-3-link, .megamenu__level-4-link, .reflow__secondarynavmove__mobile .megamenu__level-2-menu .megamenu__level-2-link, .reflow__secondarynavmove__mobile .megamenu__level-3-menu .megamenu__level-3-link, .reflow__secondarynavmove__mobile .megamenu__level-4-menu .megamenu__level-4-link {
    color: white;
  }
  .megamenu__level-3-item:hover .megamenu__level-3-link, .megamenu__level-4-item:hover .megamenu__level-4-link {
    color: #ddd;
  }
  .megamenu__level-2-menu, .reflow__secondarynavmove__mobile .megamenu__level-2-menu {
    border-bottom: none;
  }
  .megamenu__level-2-item:hover .megamenu__level-2-link, .megamenu__level-2-item.open .megamenu__level-2-link {
    background: white;
    border-radius: 0;
  }
  .megamenu__level-2-item:hover .megamenu__level-3-menu, .megamenu__level-2-item.open .megamenu__level-3-menu {
    background-color: #767676;
    top: 2em;
  }
  .secondarynav__icon {
    right: -0.625rem;
    top: 33%;
  }
  .megamenu__level-3-menu, .megamenu__level-4-menu {
    width: 8.75rem;
  }
  .megamenu__level-3-item {
    border-bottom: 2px solid white;
    margin: 0 19px 0 14px;
    width: auto;
  }
  .megamenu__level-3-link {
    margin: 0;
    width: 100%;
  }
  .megamenu__level-3-link:after {
    content: "";
    position: absolute;
    right: -19px;
    width: 20px;
    height: 100%;
    top: 0;
  }
  .megamenu__level-3-item:hover .megamenu__level-4-menu, .megamenu__level-3-item.open .megamenu__level-4-menu {
    background-color: #666565;
    width: 8.75rem;
  }
  .megamenu__level-4-item {
    border-bottom: 2px solid white;
  }
  .megamenu__level-4-menu {
    right: -125%;
  }
}
.globalheader__toolbar-nav .globalheader__toolbar-item:hover .globalheader__nav, .globalheader__toolbar-nav .globalheader__toolbar-item.open .globalheader__nav {
  padding: 0.5em;
}
@media (min-width: 60em) {
  .insidebreadcrumbs__wrapper {
    max-width: calc(57.5rem + 98px);
    margin: 0 auto;
  }
}
.insidebackground {
  position: relative;
}
.insidebackground__main-image-wrapper {
  max-width: 100%;
  margin: 0;
}
.insidebody {
  margin: 5.5rem 0 0;
  width: 100%;
}
.insidebody__content {
  width: 92%;
  margin: 2em 4% 0;
}
.pagetitle_wrapper {
  position: absolute;
  z-index: 9;
  width: 100%;
  bottom: 40px;
  top: inherit;
}
@media (min-width: 48em) {
  /******* JCUPW-213 
   .insidebackground.hide-breadcrumbs .pagetitle_wrapper {
   top: 10.5rem;
   }********/
  .insidebody {
    margin: 0;
  }
  .insidebackground {
    padding-top: 2.0625rem;
  }
  .insidebackground.hide-breadcrumbs {
    padding-top: 0;
  }
}
@media (min-width: 60em) {
  .insidebackground__main-image-wrapper {
    max-width: 100%;
    height: 512px;
  }
  .insidebody__content {
    margin: 2em auto 2em;
  }
}
.pagetitle_new {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.pagetitle_new h1, .pagetitle_new h2 {
  color: white;
  background-color: rgba(0, 0, 0, 0.72);
  display: inline-block;
  font-size: 1.5625rem;
  padding: 0.4375rem 0.4375rem;
  margin: 0 4% 0 4%;
}
@media (min-width: 60em) {
  /******* JCUPW-213
   .insidebackground.hide-breadcrumbs .pagetitle_wrapper {
   top: 24.6rem;
   }******/
  .pagetitle_new h1, .pagetitle_new h2 {
    margin: 0;
  }
}
.insidebackground.no-image .insidebackground__main-image-wrapper {
  display: none;
}
.insidebackground.no-image .pagetitle_wrapper {
  position: relative;
  top: inherit;
  padding: 4rem 0 0.625rem;
  z-index: 0;
}
.insidebackground.no-image .pagetitle_new h1 {
  color: black;
  background-color: transparent;
  display: inline-block;
  font-size: 1.5625rem;
  padding: 0.4375rem 4%;
  margin: 0;
}
@media (max-width: 43.75em) {
  .insidebackground.no-image {
    margin-bottom: -3rem;
  }
}
@media (min-width: 43.75em) {
  .insidebackground.no-image {
    height: 100px;
  }
}
@media (min-width: 60em) {
  .insidebackground.no-image .pagetitle_wrapper {
    margin-bottom: -2.5rem;
  }
  .insidebackground.no-image .pagetitle_new h1 {
    padding: 0.4375rem 0;
  }
}
#main {
  background-color: white;
}
.homecontent {
  max-width: 100%;
}
.homecontent__inner {
  max-width: 57.5rem;
}
.box__heading {
  background-color: #e9e9e9;
}
.box__heading-list {
  height: auto;
  padding: 0;
}
.box .box__heading-link.uber-accordion__button-active {
  border-radius: 0;
  background-color: #06c;
  color: white;
}
.box .box__heading-link.uber-accordion__button-active:hover {
  background: #06c;
  text-decoration: none;
}
.box .box__heading-link {
  font-weight: 600;
  background: #e9e9e9;
  color: #2d2d2d;
}
.box .box__heading-link:hover {
  /*border-radius: 0;
   color:white;*/
  background: none;
}
.boxlist__item, .eventlist__item {
  border-bottom: none;
}
.desktop__column1 {
  float: inherit;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.desktop__column2 {
  display: none;
}
.box__content {
  background-color: #e9e9e9;
}
.homecontent .box__content {
  background-color: #e9e9e9;
  font-size: 12.8px !important;
}
.boxlist {
  padding-left: 0.625rem;
}
.box.eventsbox .box__heading-list {
  padding-left: 0;
}
.eventlist_time {
  width: 19%;
}
.eventlist_event-title {
  margin-left: 20%;
}
.box-link-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom: 0;
  padding: 10px;
}
.askaquestionbox .rn_List {
  list-style: none;
  padding: 0 0 0 0.625rem;
  margin: 0;
}
.askaquestionbox .rn_List .rn_Item {
  padding: 0.6em 0;
}
.askaquestionbox .rn_List .rn_Link {
  text-decoration: none !important;
  font-size: 12.8px !important;
}
@media (min-width: 43.75em) {
  .box-link-container {
    position: absolute;
  }
  .desktop__column1 {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 4%;
  }
  .homecontent .faqsbox, .homecontent .eventsbox, .homecontent .askaquestionbox {
    margin: 0;
    width: calc((100% - 12px) / 2);
    height: 19.5rem;
    float: left;
    clear: none;
    background-color: #e9e9e9;
  }
  .desktop__column1 .box:nth-of-type(1) {
    margin-right: 6px;
  }
  .desktop__column1 .box:nth-of-type(2) {
    margin: 0 0 0 6px;
  }
  .desktop__column1 .box:nth-of-type(3) {
    margin: 12px 6px 0 0;
  }
  .eventlist_time {
    width: 25%;
  }
  .eventlist_time_to {
    font-size: 0.75rem !important;
  }
  .eventlist_event-title {
    margin-left: 25%;
  }
}
@media (min-width: 60em) {
  .desktop__column1 {
    flex-wrap: nowrap;
    margin: 1rem 0 0;
    padding: 0;
  }
  .homecontent .faqsbox, .homecontent .eventsbox, .homecontent .askaquestionbox {
    margin: 0;
    width: calc((100% - 24px) / 3);
  }
  .desktop__column1 .box:nth-of-type(1) {
    margin-right: 6px;
  }
  .desktop__column1 .box:nth-of-type(2) {
    margin: 0 6px;
  }
  .desktop__column1 .box:nth-of-type(3) {
    margin: 0 0 0 6px;
  }
}
.homecontent .faqsbox .box__title {
  color: black;
}
.homecontent .faqsbox .boxlist__item {
  padding: 8px 0;
}
.homecontent .eventsall {
  line-height: inherit !important;
  background-color: #e9e9e9 !important;
}
.homecontent .box__heading-item .box__heading-link {
  font-size: 1.125rem;
  font-weight: bold;
}
.validateTips {
  margin: 0 0 1rem 0;
}
#homepagecarousel.carousel {
  margin-top: 88px;
}
@media (min-width: 43.75em) {
  #homepagecarousel.carousel {
    max-width: 100%;
    margin: 7rem auto 0;
    height: 32.1875rem;
    margin-top: 8.5em;
  }
  #homepagecarousel.carousel .slick-arrow {
    z-index: 1;
    background-color: black;
    width: 3.75rem;
    height: 3.75rem;
    left: inherit;
    top: inherit;
    bottom: 2rem;
  }
  #homepagecarousel.carousel .slick-prev {
    right: 12rem;
  }
  #homepagecarousel.carousel .slick-prev:before {
    background-position: -187px -2px;
    width: 28px;
    height: 46px;
  }
  #homepagecarousel.carousel .slick-next {
    right: 8rem;
  }
  #homepagecarousel.carousel .slick-next:after {
    background-position: -259px -2px;
    width: 26px;
  }
  #homepagecarousel.carousel .slick-dots {
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    bottom: -15px;
  }
  #homepagecarousel.carousel .slick-dots li {
    margin-left: 0;
    width: 14px;
  }
  #homepagecarousel .slick-track {
    height: 32.1875rem;
  }
  #homepagecarousel .slick-dots li {
    width: 5px;
    height: 5px;
  }
  #homepagecarousel .slick-dots li button {
    background-image: none;
    background-color: #b7b7b7;
    border-radius: 4px;
    width: 7px;
    height: 7px;
    padding: 0;
  }
  #homepagecarousel .slick-dots li.slick-active button {
    background-color: #959595;
    background-image: none;
  }
  #homepagecarousel .slick-dots li.slick-active:before {
    background-image: none;
  }
  #backgroundcarousel {
    display: none;
  }
}
#homepagecarousel .slick-pause {
  display: none;
}
#homepagecarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
#homepagecarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}
#homepagecarousel .slick-slide > a > div {
  background-color: white;
}
@media (min-width: 43.75em) {
  .homepagecourses__search-text-input {
    width: 80%;
  }
}
@media (min-width: 60em) {
  .homepagecourses__search-text-input {
    width: 85%;
  }
}
.homepagecourses__search-submit-button, .homepagecourses__browse-studyarea-button.toggle-study-areas, .homepagecourses__browse-delivery-button.toggle-delivery, .homepagecourses__browse-studyarea-options.open, .homepagecourses__browse-dropdown, .homepagecourses__browse-delivery-options.open {
  background-color: #2767c5;
}
.homepagecourses {
  margin: 0 auto 0;
  background-color: white;
  max-width: 57.5rem;
  background-color: #e9e9e9;
}
@media (min-width: 43.75em) {
  .homepagecourses {
    margin: 1.875rem auto 1.0625rem;
  }
}
.homepagecourses__search-text-input {
  border: none;
}
.homepagecourses__title, .homepagecourses__browse-title {
  color: black;
  font-weight: bold;
}
.homepagecourses__apply-button {
  background-color: #edb800;
  color: black;
}
.box__heading {
  height: 100%;
  position: relative;
}
.box__target {
  float: none;
}
.box-button-clear-bg {
  border: solid 1px lightgrey;
  color: black;
  padding: 0.3125rem 1.25rem;
  bottom: 0.625rem;
  right: 0.625rem;
}
.eventlist__item {
  padding: 7px 0;
}
.homepagecourses__browse-studyarea-button.active, .homepagecourses__browse-delivery-button.active {
  color: white;
}
::placeholder {
  color: black;
  opacity: 1;
  font-weight: 100;
}
:-ms-input-placeholder {
  color: black;
  font-weight: 100;
}
::-ms-input-placeholder {
  color: black;
  font-weight: 100;
}
.newslisting__title {
  border: none;
  background-color: transparent;
  padding: 0 0 0.3125rem;
}
.newslisting__title a {
  color: black;
  font-size: 1.125rem;
  font-weight: bold;
}
.newslisting__stories-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.newslisting__item-title {
  padding-top: 0.3125rem;
}
.newslisting__item-title a {
  color: black;
}
.newslisting__item_image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 43.75em) {
  .newslisting__stories-wrapper {
    flex-direction: row;
  }
  .newslisting__item {
    width: calc((100% - 12px) / 2);
    padding: 0;
  }
  .newslisting__item-description {
    display: none;
  }
  .newslisting__link-more {
    padding-top: 1.25rem;
  }
  .newslisting__link-more a {
    float: right;
  }
  .newslisting__item:nth-child(3) {
    display: none;
  }
}
@media (min-width: 60em) {
  .newslisting__item {
    width: calc((100% - 24px) / 3);
  }
  .newslisting__item:nth-child(3) {
    display: block;
  }
}
.footer-stay-social {
  width: 100%;
  display: flex;
  height: 9.375rem;
  background-color: white;
  align-items: center;
  justify-content: center;
}
.footer-stay-social_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 89%;
  justify-content: space-between;
}
.footer-stay-social_header {
  display: none;
  font-size: 1.875rem;
  margin-right: 1.75rem;
}
.footer-stay-social_image {
  /* width: 5.3125rem;
   height: 5.3125rem;*/
  max-width: 5.3125rem;
  max-height: 5.3125rem;
  width: 100%;
  padding: 0 5px;
}
@media (min-width: 43.75em) {
  .footer-stay-social_header {
    display: block;
  }
  .footer-stay-social_list {
    width: 19.6875rem;
  }
  .footer-stay-social_image {
    width: 2.8125rem;
    height: 2.8125rem;
    padding: 0;
  }
}
.footer {
  max-width: 100%;
}
.footer-reskin {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 4% 0;
  background-color: #e9e9e9;
}
.footer-reskin__nav {
  display: flex;
  margin-bottom: 3.125rem;
  max-width: 57.8125rem;
  width: 100%;
  flex-flow: wrap;
  justify-content: space-between;
}
.footer-reskin__nav_category {
  width: 40%;
  margin-bottom: 2.1875rem;
}
.footer-reskin__nav_category:last-child {
  margin-bottom: 0;
}
.footer-reskin__nav_category__header {
  font-weight: 100;
  font-size: 1.5rem;
  margin: 0;
}
.footer-reskin__nav_category__list {
  list-style: none;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
.footer-reskin__nav_category__list-item {
  margin: 0.3125rem 0;
}
.footer-reskin__nav_category__link {
  color: black;
  font-weight: 100;
}
.footer-reskin__nav_category__link:hover {
  text-decoration: underline;
}
.footer-reskin__memberships {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 1.875rem 0 1.25rem;
  align-items: center;
}
.footer-reskin__memberships__img-1 {
  width: 6.5rem;
}
.footer-reskin__memberships__img-2 {
  width: 6.875rem;
}
.footer-reskin__memberships__img-3 {
  width: 6.5rem;
}
.footer-reskin__memberships__img-4 {
  width: 6.875rem;
}
.footer-reskin__copyright {
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}
.footer-reskin__copyright__text {
  font-size: 0.6rem;
  margin-right: 0.625rem;
  display: inline-block;
}
.footer-reskin__legal {
  margin-bottom: 0.625rem;
  width: 100%;
}
.footer-reskin__legal__list {
  list-style: none;
  font-size: 0.7rem;
  font-weight: bold;
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-reskin__legal__list-item {
  flex-shrink: 0;
}
.footer-reskin__legal__link {
  padding-left: 0.1875rem;
}
.footer-reskin__legal__list-item:first-child .footer-reskin__legal__link {
  padding-left: 0;
}
.footer-reskin__legal__link:after {
  content: "|";
  color: #2d2d2d;
  margin: 0 0 0 0.1875rem;
}
.footer-reskin__legal__link:hover {
  text-decoration: underline;
}
.footer-reskin__legal__list-item:last-child .footer-reskin__legal__link:after {
  content: "";
  margin: 0;
}
.footer-reskin__traditional {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.footer-reskin__traditional__text {
  font-size: 0.6rem;
  order: 0;
}
.footer-reskin__traditional div {
  order: 1;
  margin: 5px 8px 0;
  flex-shrink: 0;
}
.footer-reskin__traditional__flag {
  width: auto;
  height: 30px;
}
@media (min-width: 43.75em) {
  .footer {
    max-width: 100%;
  }
  .footer-reskin__nav_category {
    width: auto;
    margin-bottom: 0;
  }
  .footer-reskin__traditional {
    flex-wrap: nowrap;
  }
  .footer-reskin__traditional__text {
    max-width: 30.625rem;
    margin: 0 0.8125rem;
    order: inherit;
  }
  .footer-reskin__traditional div {
    order: inherit;
    margin: 0;
  }
  .footer-reskin__memberships {
    width: auto;
  }
  .footer-reskin__memberships__link {
    margin: 0 2.1875rem;
  }
  .footer-reskin__legal__link {
    padding-left: 0.625rem;
  }
  .footer-reskin__legal__link:after {
    margin: 0 0 0 0.625rem;
  }
}
@media (min-width: 60em) {
  .footer {
    max-width: 100%;
  }
  .footer-reskin {
    padding: 1.25rem 0 0 0;
  }
}
.homepage-map-container {
  display: inline-block;
  width: 100%;
  margin: 1rem 0 0;
}
.homepage-map-container_inner {
  width: 92%;
  margin: 0 4%;
}
.homepage-map-header-text {
  text-align: center;
}
@media (min-width: 60em) {
  .homepage-map-container {
    display: block;
    margin: 2rem 0 0;
  }
  .homepage-map-container_inner {
    max-width: 57.5rem;
    margin: 0 auto;
  }
}
.search-options-container {
  display: flex;
  flex-direction: column;
}
.search-option-radio-span {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}
.search-options-radio-label {
  padding: 0.1875rem 0 0 0.9375rem;
}
.search-option-browse-link-span {
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
}
.search-option-browse-link-span .icon-chevron-down {
  color: #979797;
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 1.25rem;
}
.search-options-browse-link {
  margin-left: 0.5rem;
  color: black;
}
.searchresults__textinput {
  box-shadow: none;
}
.searchresults__searchagainform form .searchresults__textinput:focus {
  outline: none;
}
.searchresults__searchagainform form {
  float: none;
  padding-left: 5px;
}
.searchresults__searchagainform form .searchresults__submit-button {
  display: none;
}
.searchresults__searchagainform form .searchresults__textinput {
  border: none;
  font-size: 2.8125rem;
  height: auto;
  padding: 0;
}
.search-option-radio-span .search-option-radio-container {
  position: relative;
  padding-left: 30px;
}
.search-option-radio-span .search-option-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.search-option-radio-span .search-option-radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 11px;
  border: 4px solid #979797;
}
.search-option-radio-span .search-option-radio-container:hover input ~ .search-option-radio-checkmark {
  background-color: #d7d7d7;
}
.search-option-radio-span .search-option-radio-container:hover input:checked ~ .search-option-radio-checkmark {
  background-color: #fff;
}
.search-option-radio-span .search-option-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.search-option-radio-span .search-option-radio-container input:checked ~ .search-option-radio-checkmark:after {
  display: block;
}
.search-option-radio-span .search-option-radio-container .search-option-radio-checkmark:after {
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  background-color: #d7d7d7;
  border-radius: 5px;
}
.library__events {
  height: auto;
}
.library__events .tabs {
  background-color: #959595;
  padding-top: 5px;
}
.library__events .box__title {
  padding-top: 5px;
  color: black;
}
.library__events .box__heading-link {
  background-color: #959595;
  border-radius: 0;
  color: black;
}
.library__events .box__heading-link:hover {
  background-color: #c1c1c1;
  background-image: none;
}
.insidebody__contentmain {
  position: relative;
}
@media (min-width: 43.75em) {
  #homepagecarousel.carousel {
    height: 620px;
  }
  #homepagecarousel .slick-track {
    height: 620px;
  }
  #homepagecarousel .slick-initialized .slick-slide {
    max-height: 620px;
  }
}
#homepagecarousel .slick-track {
  height: 350px;
}
@media (min-width: 43.75em) {
  #homepagecarousel .slick-track {
    height: 620px;
  }
}
.globalheader__toolbar-link .icon-chevron-down:before {
  border-style: solid;
  border-width: 0.12em 0.12em 0 0;
  content: '';
  display: inline-block;
  height: 0.75em;
  left: 0.15em;
  position: relative;
  top: 0;
  transform: rotate(135deg);
  vertical-align: top;
  width: 0.75em;
  margin-right: 5px;
}
.newsdetails__date {
  padding: 0.4em 0.8em;
}
.newsdetails__date {
  padding-left: 0.8em;
}
.megamenu__mobileicons {
  right: 23px;
}
.megamenu__mobileicons i.icon-menu, .megamenu__mobileicons span.icon-menu {
  background-size: 32px 30px;
}
.megamenu__mobileicons i.icon-search, .megamenu__mobileicons span.icon-search {
  margin-right: 0;
  background-size: 40px;
  padding-right: 0;
}
.megamenu__mobileicons--close.megamenu__mobile-menu-toggle {
  right: 23px;
  top: 15px;
}
.megamenu__mobileicons--close.megamenu__mobile-menu-toggle i.icon-menu, .megamenu__mobileicons--close.megamenu__mobile-menu-toggle span.icon-menu {
  background-size: 32px 30px;
  background-position: center;
  top: 0;
  right: 0;
}
.megamenu__mobileicons--close.megamenu__mobile-menu-toggle i.icon-search, .megamenu__mobileicons--close.megamenu__mobile-menu-toggle span.icon-search {
  margin-right: 0;
  background-size: 40px;
  top: 0;
  left: -6px;
}
.landingpagecourses {
  background-color: #e9e9e9;
}
.landingpagecourses__title {
  color: black;
}
.carousel__title {
  max-width: 80%;
  width: auto;
  font-size: 2em;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (min-width: 43.75em) {
  .carousel__title {
    max-width: 50%;
  }
}
@media (min-width: 75em) {
  .carousel__title {
    max-width: 45%;
  }
}
@media (min-width: 60em) {
  .homepagecourses__browse-studyarea-options.open {
    width: 120%;
  }
}
.landingbox.faqsbox .box__heading {
  background-color: #e3e3e3;
}
.landingbox.faqsbox .box__title {
  color: black;
}
@media (max-width: 43.75em) {
  .megamenu__level-1-item:nth-child(n+6) {
    display: block;
  }
}
.abstract {
  color: #595959;
  font-weight: 700;
}
.carousel__title.position-left {
  padding-right: 18px;
}
.carousel__title.position-right {
  padding-left: 18px;
}
.carousel__titletext {
  margin-bottom: 0;
}
.carousel__item:hover .carousel__titletext {
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
#homepage-map-container__slick-map-layers .slick-dots {
  margin-top: 25px;
}
#homepage-map-container__slick-map-layers .slick-dots li a {
  font-size: 10px;
  padding: 5px 5px 5px 24px;
  max-width: 90px;
  display: block;
  text-align: left;
}
#homepage-map-container__slick-map-layers .slick-dots li a.homepage-map-container__slick-map-layer-0 {
  background: url("https://www.jcu.edu.au/__data/assets/image/0007/735613/circle2.png") #b2cefe 9px 8px no-repeat;
  background-size: 10px;
  border: 1px solid #005cfc;
  color: #111;
}
#homepage-map-container__slick-map-layers .slick-dots li a.homepage-map-container__slick-map-layer-0:hover, #homepage-map-container__slick-map-layers .slick-dots li.slick-active a.homepage-map-container__slick-map-layer-0 {
  background: url("https://www.jcu.edu.au/__data/assets/image/0008/735614/circle.png") #005cfc 9px 8px no-repeat;
  background-size: 10px;
  color: #fff;
}
#homepage-map-container__slick-map-layers .slick-dots li a.homepage-map-container__slick-map-layer-1 {
  background: url("https://www.jcu.edu.au/__data/assets/image/0006/734442/icon-homepage-map-layer-square.png") #f9ede7 12px 9px no-repeat;
  border: 1px solid #c44f10;
  color: #c44f10;
}
#homepage-map-container__slick-map-layers .slick-dots li a.homepage-map-container__slick-map-layer-1:hover, #homepage-map-container__slick-map-layers .slick-dots li.slick-active a.homepage-map-container__slick-map-layer-1 {
  background: url("https://www.jcu.edu.au/__data/assets/image/0007/734443/icon-homepage-map-layer-square-hover.png") #c44f10 12px 9px no-repeat;
  color: #fff;
}
#homepage-map-container__slick-map-layers .slick-dots li a.homepage-map-container__slick-map-layer-2 {
  background: url("https://www.jcu.edu.au/__data/assets/image/0006/734451/star.png") #f2e9f1 8px 6px no-repeat;
  background-size: 10px;
  border: 1px solid #7e2174;
  color: #7e2174;
}
#homepage-map-container__slick-map-layers .slick-dots li a.homepage-map-container__slick-map-layer-2:hover, #homepage-map-container__slick-map-layers .slick-dots li.slick-active a.homepage-map-container__slick-map-layer-2 {
  background: url("https://www.jcu.edu.au/__data/assets/image/0007/734452/star-hover.png") #7e2174 8px 6px no-repeat;
  background-size: 10px;
  color: #fff;
}
#homepage-map-container__slick-map-layers .slick-dots li a.homepage-map-container__slick-map-layer-3 {
  background: url("https://www.jcu.edu.au/__data/assets/image/0009/737199/triangle.png") #ebf1ef 8px 7px no-repeat;
  color: #1f7761;
  border: solid #1e7660 1px;
  background-size: 10px;
}
#homepage-map-container__slick-map-layers .slick-dots li a.homepage-map-container__slick-map-layer-3:hover, #homepage-map-container__slick-map-layers .slick-dots li.slick-active a.homepage-map-container__slick-map-layer-3 {
  background: url("https://www.jcu.edu.au/__data/assets/image/0019/737200/triangle-hover.png") #1f7761 8px 7px no-repeat;
  background-size: 10px;
  color: #fff;
}
.slick-slide {
  outline: none;
}
.askusbuttons {
  display: block;
  right: 12px;
  bottom: 0;
  z-index: 100;
  position: fixed;
}
.askusbuttons .btn.btn-primary {
  padding: 10px 40px;
  display: inline-block;
  outline: none;
  border: none;
  background-color: #e7e7e7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.askusbuttons a.btn.btn-primary {
  padding: 10px 25px;
  outline: none;
  margin: 0;
  border: none;
  background-color: #e7e7e7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.askusbuttons button .coursecontacts__icon {
  padding-right: 10px;
  position: absolute;
  left: 25px;
}
.askusbuttons button.liveChatButton {
  position: relative;
  padding: 10px 40px 10px 58px !important;
}
.askusbuttons button.liveChatButton[aria-expanded="true"] {
  position: relative;
  padding: 15px 40px 10px 58px !important;
}
ul.slick-dots {
  display: block !important;
}
@media only screen and (max-width: 600px) {
  ul.slick-dots {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
  }
  ul.slick-dots li {
    display: flex;
    flex-basis: calc(50% - 40px);
    justify-content: center;
    flex-direction: column;
    margin: 10px auto;
  }
  ul.slick-dots li {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
}
.course-search-listings .accordion__item.n1 {
  display: none;
  visibility: hidden;
}
input[type='submit'][disabled] {
  background-color: grey;
}
.input-disabled {
  background-color: grey;
  pointer-events: none;
}
.form-input-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: white;
  width: 100%;
  background-image: none;
}
.form-input-select-wrapper {
  position: relative;
  display: block;
  margin-left: 25px;
  width: calc(100% - 25px);
  border: 1px solid #e7e7e7;
  line-height: 3;
  background: white;
  overflow: hidden;
  border-radius: 0;
}
.form-input-select-wrapper::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: white;
  pointer-events: none;
}
.form-input-select-wrapper select {
  width: 100%;
  margin: 0;
  padding: 0 0px 0 0.5em;
  cursor: pointer;
}
.form-input-select-wrapper select::-ms-expand {
  display: none;
}
.modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  border: 6px solid #d8d7d7;
  width: 800px;
}
.modal-content .container {
  padding: 10px 100px 40px 100px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 800px) {
  .modal-content {
    margin: 25px auto 0 auto;
    width: 80%;
  }
  .modal-content p.title {
    font-size: 20px;
    padding-top: 30px;
  }
  .modal-content .form-input-select-wrapper {
    margin-left: 0;
    width: 100%;
  }
  .modal-content .container {
    padding: 10px 50px 40px 50px !important;
  }
}
.close {
  color: #aaa;
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 28px;
  font-weight: bold;
  height: 15.5px;
  width: 15.5px;
}
a.closeModalBtn {
  font-size: 18px;
  position: absolute;
  width: 100%;
  right: 0;
  text-align: center;
  top: 40%;
  color: #666;
  text-decoration: underline;
}
.container a.closeModalBtn {
  position: relative;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
p.title {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}
.form-container .form-input-submit input[type="submit"] {
  background-color: #808080;
  color: white;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 43.75em) {
  #megamenu_new_mobile {
    display: none !important;
  }
  .megamenu__menu .megamenu__level-1-item:nth-child(n+7) {
    display: none;
  }
  .megamenu__level-2 {
    box-shadow: none;
  }
  .megamenu__static {
    margin: 0 5%;
    width: auto;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .megamenu__column-title {
    text-decoration: none;
    font-size: 1.4em;
    padding: 0.4em 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;
  }
  .megamenu__column-list {
    width: 100%;
    padding: 0 4%;
    top: 0;
    left: 0;
    list-style: none;
    display: block;
    clear: both;
    background-color: #d2d1d1;
  }
  .megamenu__column-list li:last-child {
    border-bottom: none;
  }
  a.megamenu__column-link {
    color: #000;
    text-decoration: none;
    padding: 0.4em 0;
    display: block;
    font-size: 1.2em;
    overflow: hidden;
    border-bottom: 2px solid black;
  }
  .megamenu__level-1-item .megamenu__level-2 {
    display: none;
  }
  .megamenu__level-1-item.open .megamenu__level-2 {
    display: block;
  }
  .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__mobileicons {
    display: block;
  }
  .megamenu.show .megamenu__mobileicons i.icon-menu, .megamenu.show .megamenu__mobileicons span.icon-menu {
    visibility: hidden;
  }
}
.tile-text-section .blue-tile-text-selection h3 {
  background: #06c;
  color: white;
}
.tile-text-section .blue-tile-text-selection h3:hover {
  -webkit-box-shadow: 1px 0px 16px -7px rgba(0, 0, 0, 1);
  -moz-box-shadow: 1px 0px 16px -7px rgba(0, 0, 0, 1);
  box-shadow: 1px 0px 16px -7px rgba(0, 0, 0, 1);
}
/* .tile-text-section .blue-tile-text-selection h3:hover{
 background: #e7e7e7;
 color: #000;
 }
 .tile-text-section .blue-tile-text-selection a h3:hover:after {
 border: 2px solid #e7e7e7!important;
 } */
.news-template__load-more {
  margin-top: 12px;
  position: relative;
}
.news-template__load-more--link, .news-template__load-more--loading {
  background: #e7e7e7;
  border: 2px solid #e7e7e7;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #000;
  display: block;
  font-size: 1.5em;
  padding: 1.65rem 0;
  text-align: center;
}
.news-template__load-more--link:hover {
  border-color: #06c;
}
.mfp-image-holder .mfp-content {
  min-width: 200px;
}
