/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 08 September 2021 01:28:22
*/


body {
  height: 100%;
  background-color: #292929;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

p a:hover, p a:focus {text-decoration: none!important;}

.button {
  display: inline-block;
  margin-top: 10px;
  padding: 9px 15px;
  border-radius: 3px;
  background-color: #d92231;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover, .button:focus {
  background-color: #383838;
  text-decoration: underline;
}

.button.feature-button {
  position: static;
  left: 60px;
  right: 0px;
  bottom: 40px;
  display: inline-block;
  width: 150px;
  margin-top: 20px;
  padding: 10px 15px;
  float: none;
  border: 3px solid #d92231;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition-property: color;
  transition-property: color;
  font-family: Roboto, sans-serif;
  color: #d92231;
  font-size: 15px;
}

.button.feature-button:hover, .button.feature-button:focus {
  border-color: #fc0000;
  background-color: transparent;
  opacity: 1;
  color: #000;
}

.button.submit-button {
  display: block;
  width: 15%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #d92231;
  background-color: #d92231;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
}

.button.dark {
  margin-top: 5px;
  float: left;
  background-color: #d92231;
  font-family: Roboto, sans-serif;
}

.button.dark:hover, .button.dark:focus {
  background-color: #3bcdeb;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 25px;
  right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
}

.navbar.single-subject {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 100%, .8);
}

.navbar.rio {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 3px none #fff200;
  background-color: transparent;
}

.hero {
  height: 800px;
  background-color: hsla(0, 0%, 97%, 0);
  font-family: Roboto, sans-serif;
}

.hero.single-subject {
  height: 600px;
}

.hero.rio {
  height: 80vh;
}

.hero-container {
  position: relative;
  height: 100%;
  padding-top: 400px;
}

.hero-text-block {
  position: static;
  z-index: 500;
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px;
  float: none;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 6px #000;
}

.hero-title.title-2 {
  margin-top: 5px;
  margin-bottom: 0px;
  float: none;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}

.hero-title.word {
  display: block;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 35px;
  line-height: 30px;
  font-weight: 500;
}

.hero-title.single-subject {
  display: block;
  margin-bottom: auto;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  line-height: 25px;
  font-weight: 700;
  text-transform: none;
  text-shadow: 2px 2px 3px #000;
}

.hero-button {
  display: inline-block;
  margin-right: 6px;
  padding: 15px 25px;
  border: 3px solid #9c0e0e;
  border-radius: 3px;
  background-color: rgba(38, 172, 199, 0);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.hero-button:hover {
  background-color: rgba(5, 213, 255, .19);
}

.hero-button:focus {
  background-color: rgba(5, 213, 255, .19);
  text-decoration: underline;
}

.hero-button._2 {
  border-width: 3px;
  border-radius: 3px;
  background-color: rgba(227, 16, 100, 0);
  font-family: Roboto, sans-serif;
}

.hero-button._2:hover, .hero-button._2:focus {
  background-color: rgba(10, 240, 250, .16);
}

.hero-button.apply {
  border-color: #d92231;
}

.section {
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.section.products {
  height: auto;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #292929;
  color: #fff;
}

.section.quickinfo {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: rgba(56, 56, 61, 0);
}

.section.quickinfo:hover, .section.quickinfo:focus {
  background-color: hsla(0, 0%, 100%, 0);
}

.section.quickinfo.single-subject {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/ISS_banner_01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/ISS_banner_01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-size: 18px;
}

.section.athletes {
  background-color: #005058;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
}

.section-title-block {
  margin-bottom: 30px;
  text-align: left;
}

.section-title-block.centered {
  text-align: center;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 42px;
  line-height: 35px;
  font-weight: 900;
  text-transform: uppercase;
}

.container {
  position: relative;
}

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

.section-divider-line {
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #d92231;
}

.section-divider-line.feature-divider {
  margin-top: 16px;
  margin-bottom: 14px;
  background-color: #d92231;
}

.section-divider-line.models-divider {
  display: block;
  margin-top: 15px;
  margin-bottom: 18px;
  background-color: #d92231;
  color: #d92231;
}

.section-divider-line.rio {
  background-color: #fff200;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
}

.nav-link:hover, .nav-link:focus {
  color: #d92231;
  text-decoration:underline;
}

.nav-link.w--current {
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #d92231;
}

.nav-link.w--current:hover, .nav-link.w--current:focus {
  color: #d92231;
  text-decoration: underline;
}

.nav-link.rio {
  color: #fff200;
}

.nav-link.rio:hover {
  color: #fff;
}

.nav-link.rio.w--current {
  background-color: transparent;
  color: #fff200;
}

.nav-link.rio.w--current:hover {
  color: #fff;
}

.logo-container {
  width: auto;
  padding-top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.logo-container:hover {
  text-shadow: 0 0 16px #fff;
}

.logo-container:focus {
  text-shadow: 0 0 16px #fff;
}

.logo-container.w--current {
  width: 200px;
  padding-top: 0px;
}

.intro-button-wrapper {
  position: relative;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: rgba(0, 152, 255, 0);
}

.intro-button-line {
  position: absolute;
  left: 0px;
  top: 22px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #d92231;
}

.link {
  font-family: Raleway, sans-serif;
  color: #26acc7;
}

.link:hover, .link:focus {
  color: #000;
}

.link.footer-text-link {
  font-family:Roboto, sans-serif;
  color:#fff;
  text-decoration:none;
}

.link.footer-text-link:hover, .link.footer-text-link:focus {
  color:#d92231;
  text-decoration:underline;
}

.image-section {
  background-image: url('../images/terrorism_image_world_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
}

.image-section-overlay {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(69, 87, 102, .4);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/terrorism_banner_soldier_02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/terrorism_banner_soldier_02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.image-section-overlay._2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0003/3407520/graphic-background-plane-grid.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0003/3407520/graphic-background-plane-grid.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-title-block {
  margin-bottom: 21px;
}

.check-list {
  margin-top: 0px;
}

.check-list-icon {
  width: 24px;
  margin-right: 13px;
  float: left;
}

.checklist-title {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
  color: #fff;
/* removed KB 22/1/20  text-align: justify; */
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  line-height: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-title.subtitle {
  font-size: 17px;
  font-weight: 500;
}

.feature-title.single-subject {
  color: #d92231;
  font-size: 20px;
}

.feature-column {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.feature-block {
  position: relative;
  height: 500px;
  padding: 25px;
  border: 3px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, .2);
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 350ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 350ms ease;
}

.feature-block:hover, .feature-block:focus {
  border-color: hsla(0, 0%, 100%, .99);
  background-color: #fff;
  color: #000;
}

.feature-block.alternate {
  height: 550px;
  padding-bottom: 25px;
  border-top-right-radius: 60px;
  font-size: 18px;
  text-align: left;
}

.feature-block.subjects {
  position: static;
  height: 450px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #fff;
  background-color: #454544;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
}

.feature-block.subjects:hover, .feature-block.subjects:focus {
  background-color: #fff;
  color: #333;
}

.features-row {
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer {
  padding-top: 75px;
  background-color: #212121;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.column-title {
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

.column-title.subtitle {
  margin-bottom: 12px;
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
}

.column-title.list-title {
  font-size: 21px;
}

.large-column-title {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  line-height: 39px;
  font-weight: 900;
  text-transform: uppercase;
}

.models-text-block {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 35%;
  margin-top: 0px;
  float: left;
}

.models-slider {
  display: inline-block;
  width: 535px;
  height: 300px;
  float: right;
  background-color: transparent;
}

.models-slide {
  margin-left: 0px;
  padding-left: 0px;
  text-align: center;
}

.model-image {
  height: 280px;
  margin-left: 0px;
}

.model-image.iphone {
  height: 280px;
  margin-top: 0px;
}

.model-image.ipad {
  display: inline-block;
  height: 280px;
  margin-top: 0px;
}

.model-slider-title {
  position: absolute;
  right: 50px;
  bottom: 85px;
  padding: 9px 11px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .8);
  font-family: Raleway, sans-serif;
  font-size: 23px;
}

.model-slider-title.subtitle {
  bottom: 49px;
  padding: 5px 7px;
  background-color: #e31064;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.model-slider-arrow {
  width: 40px;
  margin-right: -35px;
  margin-left: -35px;
  border-radius: 0px;
  opacity: 0.6;
  font-size: 23px;
  font-weight: 600;
}

.model-slider-arrow:hover {
  opacity: 1;
}

.page-header {
  margin-top: 90px;
  background-image: url('../images/section-gradient-dark.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: repeat-x;
  font-family: Roboto, sans-serif;
}

.page-header.contact {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0019/2352304/terrorism-banner-geometric-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0019/2352304/terrorism-banner-geometric-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header.error-page {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://terrorismstudies.csu.edu.au/_delete/terrorism_image_world_02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://terrorismstudies.csu.edu.au/_delete/terrorism_image_world_02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

p.error-page {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
}

.page-header-overlay {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: rgba(25, 30, 36, 0);
  font-family: Roboto, sans-serif;
}

.page-header-overlay.contact .page-header-overlay.error-page {
  background-color: rgba(29, 48, 66, .44);
}

.page-header-title {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 38px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-header-title.subtitle {
  margin-bottom: 0px;
  font-size: 27px;
  line-height: 26px;
  font-weight: 300;
}

.page-header-container {
  margin-top: 60px;
}

.page-header-container.centered {
  margin-top: 100px;
  text-align: center;
}

.page-header-container.always-centered {
  margin-top: 130px;
  text-align: center;
}

.page-header-content-container {
  margin-top: 75px;
}

.contact-form {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 25px;
  border-radius: 4px;
  background-color: transparent;
}

.field {
  height: 50px;
  margin-bottom: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .2);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, border 400ms ease;
  transition: background-color 200ms ease, border 400ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
}

.field:hover {
  border-color: #000;
  background-color: #fff;
}

.field:focus {
  border-color: #26acc7;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, .6);
}

.field.area {
  height: 170px;
  padding-top: 12px;
}

.column-left {
  padding-right: 90px;
  font-size: 16px;
}

.check-list-block {
  padding: 35px;
  border-radius: 3px;
  background-color: #474345;
  color: #fff;
}

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

.footer-title {
  margin-bottom: 5px;
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
}

.footer-list-item {
  margin-bottom: 6px;
}

.footer-list-text {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.footer-gray-social-block {
  height: 30px;
  margin-top: 11px;
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 1px;
  opacity: 0.5;
  text-align: center;
}

.footer-gray-social-block:hover, .footer-gray-social-block:focus {
  opacity: 1;
}

.footer-gray-social-icon {
  height: 22px;
}

.photo-section {
  font-family: Roboto, sans-serif;
}

.photo-section.terrorism {
  background-image: url('../images/terrorism_image_satellite_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.photo-section-overlay {
  padding-top: 145px;
  padding-bottom: 145px;
  background-color: #fefdfa;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0011/2348471/1U3A5764.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0011/2348471/1U3A5764.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.photo-section-overlay.nick {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0003/2348472/1U3A5768.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0003/2348472/1U3A5768.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo-section-overlay.levi {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0003/2348472/1U3A5768.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0003/2348472/1U3A5768.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo-section-overlay.charles {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0008/2348468/1U3A5697.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0008/2348468/1U3A5697.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo-section-overlay.john {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0011/2348471/1U3A5764.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0011/2348471/1U3A5764.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo-section-overlay.derek {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0003/2348472/1U3A5768.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0003/2348472/1U3A5768.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.photo-section-overlay.david {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0009/2348469/1U3A5710.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0009/2348469/1U3A5710.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo-section-overlay.paul {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0011/2348471/1U3A5764.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0011/2348471/1U3A5764.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo-section-overlay.kira {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0005/2348474/1U3A5834.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0005/2348474/1U3A5834.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo-section-overlay.matejic {    
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0010/2348470/1U3A5729.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0010/2348470/1U3A5729.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo-section-overlay.security {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0005/2416964/terrorism-banner-soldier-03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://cdn.csu.edu.au/__data/assets/image/0005/2416964/terrorism-banner-soldier-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo-section-overlay.master {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('https://cdn.csu.edu.au/__data/assets/image/0005/2352308/terrorism_image_drone_01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('https://cdn.csu.edu.au/__data/assets/image/0005/2352308/terrorism_image_drone_01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo-section-overlay.diploma {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('https://cdn.csu.edu.au/__data/assets/image/0003/2352306/terrorism-image-troops-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('https://cdn.csu.edu.au/__data/assets/image/0003/2352306/terrorism-image-troops-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo-section-overlay.certificate {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://cdn.csu.edu.au/__data/assets/image/0020/2352305/terrorism-banner-office-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://cdn.csu.edu.au/__data/assets/image/0020/2352305/terrorism-banner-office-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo-section-overlay.alicia {
  background-color: hsla(0, 0%, 99%, .3);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/Alicia Quirk 3.jpg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/Alicia Quirk 3.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.photo-section-overlay.nicole {
  background-color: hsla(0, 0%, 99%, .3);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Nicole Beck 3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Nicole Beck 3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo-section-overlay.ben {
  background-color: #005058;
}

.photo-section-overlay.kaarle {
  background-color: hsla(0, 0%, 99%, .3);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Kaarle McCulloch race - need to credit Cycling Australia.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Kaarle McCulloch race - need to credit Cycling Australia.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo-section-overlay.amanda {
  background-color: hsla(0, 0%, 99%, .3);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Amanda Spratt riding in snow (002).jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Amanda Spratt riding in snow (002).jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo-section-overlay.lyndal {
  background-color: #005058;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
}

.photo-section-overlay.kurt {
  background-color: hsla(0, 0%, 99%, .3);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Kurt_Fearnley_credit Australian Paralympic Committee.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Kurt_Fearnley_credit Australian Paralympic Committee.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-features-row._2 {
  margin-top: 30px;
}

.content-features-column {
  padding-right: 15px;
}

.features-block {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 44px;
}

.feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  opacity: 0.3;
}

.feature-block-title {
  margin-bottom: 7px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-block-title:hover {
  color: #d92231;
}

.feature-block-title.rio:hover {
  color: #fff200;
}

.feature-paragraph {
  font-family: Roboto, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.hero-buttons-wrapper {
  margin-top: 25px;
  float: left;
}

.contact-map {
  height: 800px;
  font-family: Roboto, sans-serif;
}

.success-bg {
  padding-top: 16px;
  border-radius: 60px;
  background-color: #26acc7;
  color: #fff;
  text-align: center;
}

.error-bg {
  padding-top: 16px;
  border-radius: 50px;
  color: #e31064;
  text-align: center;
}

.hero-text-overlay-div {
  margin-top: 510px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 5px 10px;
  float: left;
  border: 1px none #fff;
  border-radius: 3px;
}

.hero-text-overlay-div.single-subject {
  display: block;
  margin-top: auto;
  float: none;
  text-align: center;
}

.page-header-section {
  margin-top: 0px;
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, .2);
  font-family: Roboto, sans-serif;
}

.page-header-section.single-subject {
  width: auto;
  height: 450px;
  padding-left: 0px;
  background-color: transparent;
  background-image: url('../images/Lake Autumn colours.jpg');
  background-position: 50% 22%;
  background-size: cover;
  color: #fff;
}

.page-header-section.single-subject.accommodation {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/PD1511_04_CSU_Wagga-113WEB.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/PD1511_04_CSU_Wagga-113WEB.jpg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
}

.page-header-section.single-subject.orange {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Lake Autumn colours.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Lake Autumn colours.jpg');
  background-position: 0px 0px, 50% 22%;
  background-size: auto, cover;
}

.page-header-section.single-subject.contact {
  height: 500px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/iStock_000002577705.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/iStock_000002577705.jpg');
  background-position: 0px 0px, 50% 90%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.objectives {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.availability {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.legal-row {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.maintainer-links {
  float: none;
  color: #fff;
  text-align: right;
}

.maintainer-links:hover, .maintainer-links:focus 
{
    text-decoration: none;
}

.footer-logo {
  display: block;
  border: 1px none #000;
  border-radius: 3px;
}

.legal-column {
  position: static;
  text-align: left;
}

.header-logo {
  border: 1px none #fff;
  border-radius: 3px;
}

.promo {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.promo-row {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.promo-header {
  display: inline-block;
  margin-top: auto;
  font-family: Roboto, sans-serif;
  color: #d92231;
}

.promo-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.features-suffix {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  font-size: 18px;
  text-align: left;
}

.testimonial-section {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.testimonial-header {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #d92231;
  font-weight: 500;
  text-align: center;
}

.testimonial-slider {
  height: 40vh;
  background-color: #fff;
}

.video {
  width: 100%;
  height: auto;
}

.video-section {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #1e282d;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  font-family: Roboto, sans-serif;
}

.followup-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.followup-header {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Roboto, sans-serif;
  color: #d92231;
  text-align: center;
}

.followup-column {
  padding: 10px;
  border: 1px none #5f5a5a;
  text-align: center;
}

.followup-subtitle {
  font-family: Roboto, sans-serif;
}

.followup-button {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #d92231;
  border-radius: 3px;
  background-color: #d92231;
  font-weight: 500;
}

.single-subject-link {
  padding-top: 0px;
  border: 1px none #fff;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #d92231;
  font-size: 18px;
}

.single-subject-link:hover {
  background-color: rgba(255, 0, 0, 0);
  color: #02d5ff;
}

.slides {
  position: static;
  display: inline-block;
}

.slides-photo {
  display: inline-block;
  width: 250px;
  min-width: 230px;
  margin-top: 5px;
  margin-left: auto;
  float: none;
  clear: none;
  border: 1px solid #fff;
  border-radius: 100%;
  text-align: left;
}

.slides-title {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  text-align: left;
}

.slides-subtitle {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  float: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.slides-blockquote {
  display: block;
  float: none;
  font-size: 14px;
}

.slides-wrap {
  background-color: #fff;
}

.slides-inner-container {
  padding-top: auto;
  padding-bottom: auto;
}

.slides-nav {
  padding-top: 0px;
}

.slides-arrow {
  color: #d92231;
}

.athletes {
  border: 3px solid #fff200;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
}

.athletes-quotes {
  font-style: italic;
}

.olympian-header {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.background-slider {
  height: 80vh;
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.background-slides {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/RIO_banner_nicole_beck_01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/RIO_banner_nicole_beck_01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-slides.two {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Kurt_Fearnley_credit Australian Paralympic Committee.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Kurt_Fearnley_credit Australian Paralympic Committee.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-slides.three {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Alicia Quirk 3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Alicia Quirk 3.jpg');
  background-position: 0px 0px, 50% 15%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-slides.four {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/RIO_banner_amanda_spratt_01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/RIO_banner_amanda_spratt_01.jpg');
  background-position: 0px 0px, 50% 15%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-slides.five {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/RIO_banner_lyndal_oatley_01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/RIO_banner_lyndal_oatley_01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-slides.six {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/RIO_banner_ben_st_lawrence_01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/RIO_banner_ben_st_lawrence_01.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-slides.seven {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Kaarle McCulloch race - need to credit Cycling Australia.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Kaarle McCulloch race - need to credit Cycling Australia.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-slides-container {
  padding-top: 260px;
}

.hero-header {
  font-family: Roboto, sans-serif;
  color: #fff200;
}

.hero-header.rio {
  color: #fff;
}

.rio-slider-icon {
  color: #fff200;
}

.social-media {
  background-color: #005058;
  font-family: Roboto, sans-serif;
}

.contact-us {
  height: auto;
  background-color: #e8ebef;
  font-family: Roboto, sans-serif;
}

.form-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-form-field {
  display: inline;
  width: 50%;
  float: left;
}

.submit {
  display: inline;
  float: left;
  border: 1px solid #d92231;
  border-radius: 3px;
  background-color: #d92231;
}

.course-preference {
  display: inline;
  width: 50%;
  float: left;
}

.contact-form {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.form-header {
  display: block;
  font-family: Roboto, sans-serif;
  color: #d92231;
  font-weight: 500;
}

.promo-content-section {
  padding-top: 0px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.promo-text-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.promo-text-header {
  font-family: Roboto, sans-serif;
  color: #d92231;
  font-weight: 400;
}

.content-video-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.content-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-list {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.content-image-section {
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.content-image-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.subjects-section {
  background-color: #292929;
  font-family: Roboto, sans-serif;
}

.subject-section {
  background-color: #292929;
  font-family: Roboto, sans-serif;
}

.slider {
  height: 70vh;
  font-family: Roboto, sans-serif;
}

.slide {
  padding-top: 190px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('https://cdn.csu.edu.au/__data/assets/image/0003/2348472/1U3A5768.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('https://cdn.csu.edu.au/__data/assets/image/0003/2348472/1U3A5768.jpg');
  background-position: 0px 0px, 50% 85%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.image-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('..images/1U3A5768.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://cdn.csu.edu.au/__data/assets/image/0003/2348472/1U3A5768.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.image-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://cdn.csu.edu.au/__data/assets/image/0011/2348471/1U3A5764.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://cdn.csu.edu.au/__data/assets/image/0011/2348471/1U3A5764.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.image-4 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://cdn.csu.edu.au/__data/assets/image/0008/2348468/1U3A5697.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://cdn.csu.edu.au/__data/assets/image/0008/2348468/1U3A5697.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.image-5 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://cdn.csu.edu.au/__data/assets/image/0009/2348469/1U3A5710.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://cdn.csu.edu.au/__data/assets/image/0009/2348469/1U3A5710.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.image-6 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://cdn.csu.edu.au/__data/assets/image/0011/2348471/1U3A5764.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://cdn.csu.edu.au/__data/assets/image/0011/2348471/1U3A5764.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.image-7 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://cdn.csu.edu.au/__data/assets/image/0005/2348474/1U3A5834.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://cdn.csu.edu.au/__data/assets/image/0005/2348474/1U3A5834.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-header {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.slider-subtitle {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.slide-container {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

html.w-mod-js *[data-ix="hero-title"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-title-2"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="hero-title-3"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="hero-title-4"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="hero-title-5"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="hero-title-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="hero-button-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="hero-image"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="hero-image-2"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="hero-image-3"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="model-title-slide"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="model-title-slide-2"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="testimonial-image"] {
  opacity: 0.4;
}

html.w-mod-js *[data-ix="page-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="page-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-on-scroll"] {
  opacity: 0.02;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-on-scroll-right"] {
  opacity: 0.02;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}

html.w-mod-js *[data-ix="stats-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="stats-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="stats-fade-in-3"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="stats-fade-in-4"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="process-bar-fill-70"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-50"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-30"] {
  width: 0%;
}

@media (max-width: 991px) {
  .button.feature-button {
    position: static;
    left: 220px;
    width: 150px;
    text-align: center;
  }
  .navbar {
    padding-right: 45px;
    padding-left: 45px;
  }
  .hero {
    height: 570px;
  }
  .hero.single-subject {
    background-color: transparent;
  }
  .hero-container {
    padding-top: 300px;
  }
  .hero-text-block {
    display: block;
    width: auto;
    margin-top: 0px;
  }
  .hero-title {
    font-size: 14px;
    line-height: 20px;
  }
  .hero-title.title-2 {
    font-size: 14px;
    line-height: 27px;
  }
  .hero-title.word {
    font-size: 25px;
    line-height: 25px;
  }
  .hero-title.single-subject {
    font-size: 25px;
    line-height: 20px;
  }
  .section {
    overflow: hidden;
    padding: 45px;
  }
  .section.products {
    height: 360px;
  }
  .section.quickinfo.single-subject {
    height: auto;
  }
  .section-title {
    margin-bottom: 3px;
    font-size: 35px;
  }
  .section-divider-line.feature-divider {
    float: none;
    text-align: center;
  }
  .nav-link {
    width: 100%;
    max-width: 900px;
    padding-left: 25px;
    background-color: #000;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #fff;
    font-size: 15px;
  }
  .nav-link:hover {
    background-color: #000;
    color: #d92231;
  }
  .nav-link.w--current {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
  }
  .image-section-overlay {
    padding-right: 45px;
    padding-left: 45px;
  }
  .image-section-overlay._2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .feature-title {
    text-align: center;
  }
  .feature-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .feature-block {
    padding: 15px;
  }
  .feature-block.alternate {
    height: 300px;
  }
  .feature-block.subjects {
    width: auto;
    height: 280px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .features-row {
    margin-bottom: auto;
  }
  .column-title {
    font-family: Roboto, sans-serif;
  }
  .column-title.list-title {
    font-size: 16px;
    font-weight: 500;
  }
  .large-column-title {
    font-size: 35px;
    line-height: 34px;
  }
  .models-text-block {
    width: 40%;
  }
  .models-slider {
    top: 39px;
    right: -15px;
    width: 400px;
    height: 190px;
  }
  .model-image {
    height: 190px;
  }
  .model-slider-title {
    bottom: 65px;
    font-size: 17px;
  }
  .model-slider-title.subtitle {
    bottom: 30px;
    margin-top: 4px;
    font-size: 12px;
  }
  .page-header-overlay {
    padding: 0px 45px 70px;
  }
  .page-header-title {
    font-size: 45px;
    line-height: 38px;
  }
  .page-header-title.subtitle {
    font-size: 25px;
  }
  .page-header-content-container {
    margin-top: 45px;
  }
  .column-left {
    padding-right: 45px;
  }
  .check-list-block {
    padding: 25px;
  }
  .menu-button {
    width: 60px;
    height: 60px;
    padding-top: 17px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, .49);
    border-radius: 4px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    color: #fff;
    text-align: center;
  }
  .menu-button:hover {
    background-color: #fff;
    color: #e31064;
  }
  .menu-button.w--open {
    background-color: #26acc7;
  }
  .nav-menu {
    background-color: rgba(0, 0, 0, .9);
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .photo-section-overlay {
    padding: 90px 45px;
  }
  .contact-map {
    height: 800px;
  }
  .hero-text-overlay-div {
    width: auto;
    margin-top: 250px;
    margin-left: 0px;
    border-style: none;
  }
  .features-suffix {
    margin-bottom: 0px;
    padding-top: auto;
    padding-bottom: auto;
  }
  .testimonial-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .testimonial-header {
    margin-top: 0px;
    margin-bottom: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .testimonial-slider {
    height: 60vh;
  }
  .single-subject-link {
    color: #d92231;
    font-style: normal;
  }
  .slides-photo {
    display: inline-block;
    width: 160px;
    min-width: 160px;
    margin-top: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .slides-title {
    font-size: 18px;
    text-align: center;
  }
  .slides-subtitle {
    font-size: 16px;
    text-align: center;
  }
  .slides-blockquote {
    margin-bottom: auto;
    padding-top: 10px;
    padding-right: auto;
    padding-left: auto;
    font-size: 14px;
    text-align: justify;
  }
  .slides-inner-container {
    padding-top: 30px;
  }
  .slides-photo-column {
    position: static;
    display: block;
    text-align: center;
  }
  .slides-sidebar {
    top: 0px;
    right: 668px;
    bottom: 150px;
  }
  .slides-side-bar {
    bottom: 150px;
    padding-top: 0px;
  }
  .background-slides-container {
    padding-top: 365px;
  }
  .hero-header {
    text-align: center;
  }
  .form-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slide.image-3 {
    padding-top: 200px;
  }
  .slider-header {
    font-size: 20px;
    line-height: 20px;
  }
  .slider-subtitle {
    line-height: 20px;
  }
  .slide-container {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .button.feature-button {
    left: 125px;
    right: 0px;
    bottom: 40px;
    margin-top: 20px;
  }
  .navbar {
    padding: 15px 25px;
  }
  .hero {
    height: 480px;
  }
  .hero-container {
    position: static;
    display: block;
    padding-top: 350px;
    text-align: center;
  }
  .hero-text-block {
    display: inline-block;
    width: 50%;
    margin-top: auto;
    text-align: center;
  }
  .hero-title {
    float: left;
    font-size: 3vw;
    line-height: 3vw;
    text-align: left;
  }
  .hero-title.title-2 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .hero-title.word {
    font-size: 6vw;
    line-height: 5vw;
  }
  .hero-title.single-subject {
    display: block;
    margin-bottom: auto;
    float: none;
    font-size: 3vw;
    line-height: 20px;
    text-align: center;
  }
  .hero-button {
    width: 100%;
    margin-top: 5px;
    margin-right: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
  }
  .hero-button._2 {
    width: 100%;
  }
  .hero-button.apply {
    display: block;
    width: 200px;
    float: none;
    clear: none;
  }
  .section {
    padding: 25px;
  }
  .section.products {
    height: auto;
    padding-bottom: 0px;
  }
  .section-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .nav-link {
    background-color: #000;
    color: #fff;
  }
  .logo-container {
    padding-top: 0px;
    padding-left: 0px;
  }
  .image-section-overlay {
    padding: 25px;
  }
  .feature-title.subtitle {
    text-align: center;
  }
  .feature-title.single-subject {
    text-align: center;
  }
  .feature-column {
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
  }
  .feature-column.last {
    padding-bottom: 0px;
  }
  .feature-block {
    height: 300px;
  }
  .feature-block.alternate {
    height: 340px;
    float: none;
    text-align: left;
  }
  .feature-block.subjects {
    height: 345px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer {
    padding-top: 25px;
  }
  .column-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .large-column-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .models-text-block {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .models-slider {
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    float: none;
  }
  .model-image {
    width: auto;
    height: auto;
  }
  .page-header-overlay {
    padding: 0px 25px 45px;
  }
  .page-header-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .page-header-title.subtitle {
    font-size: 3vw;
    line-height: 4vw;
  }
  .page-header-container.centered {
    padding-left: 30px;
    text-align: left;
  }
  .page-header-container.always-centered {
    margin-top: 100px;
  }
  .page-header-content-container {
    margin-top: 25px;
  }
  .contact-form {
    width: 100%;
    padding: 0px;
  }
  .field {
    height: 42px;
    margin-bottom: 5px;
  }
  .column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-right {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 12px;
  }
  .nav-menu {
    background-color: rgba(0, 0, 0, .9);
  }
  .footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-column {
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .footer-title {
    margin-bottom: 15px;
  }
  .photo-section-overlay {
    padding: 25px;
  }
  .content-features-row._2 {
    margin-top: 0px;
  }
  .content-features-column {
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 0px;
  }
  .features-block {
    padding-top: 1px;
    padding-left: 43px;
  }
  .hero-buttons-wrapper {
    margin-top: 16px;
  }
  .contact-map {
    height: 300px;
  }
  .hero-text-overlay-div {
    margin-top: 150px;
  }
  .hero-text-overlay-div.single-subject {
    font-size: 20px;
  }
  .promo-header {
    padding-right: 10px;
    padding-left: 10px;
  }
  .promo-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .testimonial-slider {
    height: 50vh;
  }
  .video-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slides-photo {
    display: inline-block;
    float: none;
    text-align: center;
  }
  .slides-title {
    text-align: center;
  }
  .slides-subtitle {
    text-align: center;
  }
  .slides-blockquote {
    padding-right: auto;
    padding-left: auto;
    font-size: 12px;
  }
  .slides-inner-container {
    padding-top: 15px;
  }
  .slides-photo-column {
    position: static;
    text-align: center;
  }
  .slides-sidebar {
    bottom: 250px;
  }
  .slides-side-bar {
    bottom: 250px;
  }
  .background-slides-container {
    padding-top: 365px;
  }
  .promo-text-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .promo-text-header {
    margin-top: 10px;
  }
  .slider-header {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
  }
  .slider-subtitle {
    line-height: 20px;
  }
  .slide-container {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (max-width: 479px) {
  p {
    font-size: 13px;
    line-height: 18px;
  }
  .button.feature-button {
    left: 55px;
    right: 0px;
    bottom: 40px;
  }
  .navbar {
    padding-left: 20px;
  }
  .hero {
    height: 450px;
  }
  .hero-container {
    padding-top: 400px;
  }
  .hero-text-block {
    width: 60%;
  }
  .hero-title {
    font-size: 5vw;
    line-height: 18px;
  }
  .hero-title.title-2 {
    margin-top: 11px;
    font-size: 4vw;
    line-height: 17px;
  }
  .hero-title.single-subject {
    font-size: 5vw;
    line-height: 23px;
    text-align: center;
  }
  .hero-button {
    padding-left: 15px;
  }
  .section {
    padding: 20px;
  }
  .section-title-block {
    margin-bottom: 7px;
  }
  .section-title {
    font-size: 7vw;
    line-height: 7vw;
  }
  .section-divider-line.feature-divider {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    float: none;
    clear: none;
    text-align: center;
  }
  .section-divider-line.models-divider {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: #000;
    font-size: 14px;
  }
  .nav-link:hover {
    background-color: #000;
  }
  .column-title-block {
    margin-bottom: 14px;
  }
  .check-list-icon {
    width: 18px;
  }
  .checklist-title {
    font-size: 12px;
    line-height: 13px;
  }
  .feature-title {
    line-height: 19px;
  }
  .feature-title.subtitle {
    line-height: 22px;
  }
  .feature-title.single-subject {
    font-size: 20px;
    text-align: center;
  }
  .feature-column {
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .feature-block {
    height: 380px;
    border-color: #fff;
  }
  .feature-block.alternate {
    height: 420px;
    text-align: center;
  }
  .feature-block.subjects {
    margin-right: 0px;
    margin-left: 0px;
  }
  .features-row {
    margin-top: auto;
  }
  .column-title.subtitle {
    margin-bottom: 5px;
    font-size: 5vw;
    line-height: 6vw;
  }
  .model-image {
    height: auto;
  }
  .model-image.iphone {
    width: auto;
    height: auto;
  }
  .model-slider-title {
    font-size: 15px;
  }
  .model-slider-title.subtitle {
    font-size: 10px;
  }
  .page-header-overlay {
    padding: 0px 20px 26px;
  }
  .page-header-title {
    margin-bottom: 6px;
    font-size: 9vw;
  }
  .page-header-title.subtitle {
    font-size: 5.5vw;
    line-height: 4vw;
  }
  .page-header-content-container {
    margin-top: 25px;
  }
  .field {
    height: 36px;
    font-size: 12px;
  }
  .field.area {
    height: 116px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    padding-top: 7px;
  }
  .nav-menu {
    background-color: rgba(0, 0, 0, .9);
  }
  .footer-list-text {
    font-size: 13px;
  }
  .contact-map {
    height: 400px;
  }
  .hero-text-overlay-div {
    margin-top: 90px;
  }
  .page-header-section.single-subject {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Lake Autumn colours_1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Lake Autumn colours_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .testimonial-header {
    padding-right: 5px;
    padding-left: 5px;
    line-height: 25px;
  }
  .testimonial-slider {
    height: 60vh;
  }
  .video-section {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .followup-container {
    padding-right: auto;
    padding-left: auto;
  }
  .followup-header {
    padding-right: auto;
    padding-left: auto;
  }
  .slides-title {
    text-align: center;
  }
  .slides-subtitle {
    text-align: center;
  }
  .slides-blockquote {
    padding: 15px auto;
  }
  .slides-inner-container {
    padding-top: 10px;
  }
  .slides-sidebar {
    bottom: 400px;
  }
  .slides-side-bar {
    bottom: 400px;
  }
  .form-container {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .contact-form-field {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .course-preference {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .questions {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .slide.image-3 {
    padding-top: 180px;
  }
  .slider-header {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
  }
  .slider-subtitle {
    line-height: 20px;
    font-weight: 400;
  }
}

/** Webflow Override **/
.w-background-video > video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
}

/* global nav */
div.nav-separator {
   border-top: 1px solid #777;
   margin: .5em;
}
#global-nav {
    background-color: #f0f0f0;
    clear: both;
    height: 1.62em;
    display: inline-block;
    width: 100%;
    margin: 0 auto -2px;
    margin-bottom: -.5em;
    z-index: 9998;
    overflow: visible;
    font: Arial,Helvetica,sans-serif;
}


.hide {
    display: none;
}
.nav-link.mobile, div.nav-separator { display: none; }

@media all and (max-width: 900px){
    #global-nav { display: none !important; }
    .nav-link.mobile, div.nav-separator { display: inline-block; }
}

#global-nav { font-size: 1.1em; padding:0; border:none; width:100%;margin:0 auto;font-family: Arial,Helvetica,sans-serif;

    margin-bottom: -.5em;}
#global-nav ul {padding:0; margin:0;float:right;}
#global-nav ul.home {}
#global-nav li {list-style:none;display:inline;width:auto;outline:none;border:none;padding-top:0em; line-height:1.430em; /*25px;*/ text-align:center;  z-index:9998;}
#global-nav li a {float: left;display:inline;position: relative;text-transform: uppercase;font-size: 0.7em;text-decoration:none;padding:0.1em 1em;background-color:transparent;color:#3F3F41;font-weight:normal;}
#global-nav li a:hover { background-color:transparent; color:#5c5c5c; text-decoration:underline;}

/*Navigate menu icon position*/
#global-nav img.pin {border: none;position:absolute;right:10px;padding-right:5px;padding-top:6px;}
#global-nav ul li ul {display: none; } /* removed ul li:hover ul li ul clashing with content with 3 uls deep - CMS User list */
#global-nav ul li:hover ul {display:block;position:absolute;top:27px; left:0; height:auto;}
/*Global Nav ul hover */
#global-nav ul a:hover{color:#c81519;background:#d3d3d3;text-decoration: underline;text-decoration-color:#c81519;}
#global-nav ul a:focus{color:#c81519;background:#d3d3d3;text-decoration: underline;text-decoration-color:#c81519;}
#global-nav li{list-style-type: none; list-style-image:none; color:#C81519;float:left; background:#f0f0f0; height:auto;position:relative;}
#global-nav li ul a {text-transform: none; padding:0 0 0 0;}
#global-nav li ul a:hover {/* Red arrow*/background: url("https://www.csu.edu.au/__data/assets/image/0007/419209/CSU_sprites_ALL.png?v=0.2.4") no-repeat scroll -17px -360px #D3D3D3;}
#global-nav li ul {z-index:9999;box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.3);box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.3);box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.3);}
#global-nav ul li ul li {font-size:1em;width:12.500em; /*200px;*/ color: #5c5c5c; border-bottom: #d6d3d3 1px solid;text-indent:0.938em;/*15px;*/text-align: left; padding:0 0 0 0;}
#global-nav li ul a {text-transform: none; line-height:2.500em; /*20pt;*/}
#global-nav ul.news {color:#C81519;width:23.750em; /*380px;*/float:left; background:#f0f0f0; height:1.500em;/*24px; */position:relative;font-size:0.813em;/*13px;*/z-index:9999;margin-left: -100px;}
#global-nav  ul.contacts {color:#C81519;background:#f0f0f0; position:relative;text-transform:uppercase;text-decoration: none;z-index:10000;}
#global-nav span { font-size: inherit; }



 /*#skip a {
    font-family: Roboto, sans-serif;
    font-size: 13px;
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border-bottom: 1px solid rgb(255, 255, 255);
      border-bottom-right-radius: 8px;
      border-right: 1px solid rgb(255, 255, 255);
      color: rgb(255, 255, 255);
      left: 0;
      padding:  0 6px;
      position: absolute;
      top: -40px;
      transition: top 1s ease-out 0s, background 1s linear 0s;
      z-index: 100;
  }

#skip {display: none;}

#skip a:focus,#skip a:active {
  background: #bf1819;
  left: 0;
  outline: 0 none;
  position: absolute;
  top: 0 ;
  transition: top 0.1s ease-in 0s background 0.5s linear 0s;
  } */