@font-face {
  font-family: 'rmit-icons';
  src: url("clientlib-nextgen/fonts/icomoon.eot?anungu");
  src: url("clientlib-nextgen/fonts/icomoon.eot?anungu#iefix") format("embedded-opentype"), url("clientlib-nextgen/fonts/icomoon.ttf?anungu") format("truetype"), url("clientlib-nextgen/fonts/icomoon.woff?anungu") format("woff"), url("clientlib-nextgen/fonts/icomoon.svg?anungu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'rmit-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "\e900";
}

.icon-clock:before {
  content: "\e901";
}

.icon-info:before {
  content: "\e902";
}

.icon-location:before {
  content: "\e903";
}

.icon-page:before {
  content: "\e904";
}

.icon-pencil:before {
  content: "\e905";
}

.icon-star:before {
  content: "\e906";
}

.icon-trophy:before {
  content: "\e907";
}

.icon-world:before {
  content: "\e908";
}

.icon-intake:before {
  background-image: url("clientlib-nextgen/images/icons/icon-intake-wht-18.svg");
}

.icon-fees:before {
  background-image: url("clientlib-nextgen/images/icons/icon-program-payment-wht-18.svg");
}

/* ==========================================================================
	Colours
   ========================================================================== */

@-ms-viewport {
  /*noinspection CssInvalidPropertyValue*/
  width: extend-to-zoom;
  zoom: 1.0;
}

@viewport {
  zoom: 1.0;
  /*noinspection CssInvalidPropertyValue*/
  width: extend-to-zoom;
}

html {
  font-size: 10px;
  /* Better Font Rendering =========== */
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #242424;
  font-family: "Arial", sans-serif;
  line-height: 1.5;
  -webkit-transform-style: preserve-3d;
  /*noinspection CssUnknownProperty*/
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: #dcddd7;
  /*Gray background image:*/
  /*background: #dcddd7 url("clientlib-nextgen/images/RMIT-courses-Background.jpg") no-repeat 50% 209px;*/
}

/* img {
  width: 100%;
  height: auto;
} */

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
input,
fieldset,
label,
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

.margin-bottom {
  margin-bottom: 3rem;
}

.visible-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .visible-mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .visible-desktop {
    display: none;
  }
}

input[type='text'],
input[type='number'],
input[type='password'],
input[type='submit'],
textarea {
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
}

input:focus,
input:active {
  outline: 0;
}

@media only screen and (max-width: 767px) {
  .main-content-wrapper.no-xs-primary-nav {
    margin-top: 51px;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page {
    padding-top: 50px;
  }
}

.rmit-course-page .tab-navigation {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: -10px;
  z-index: 1;
}

.rmit-course-page .tab-navigation:before {
  content: '';
  background: #333;
  height: 50px;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.rmit-course-page .clear-fix {
  clear: both;
}

.rmit-course-page .tabs {
  margin: 0;
  padding: 0;
}

.rmit-course-page .tabs .tabs-inner {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .tabs .tabs-inner {
    float: none;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.rmit-course-page .tabs li {
  float: left;
  display: inline-block;
  font-size: 1.8rem;
  font-family: 'Museo300', 'Century Gothic', CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  font-weight: 100;
  text-decoration: none;
  position: relative;
  top: 0;
  height: 60px;
}

.rmit-course-page .tabs li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #333;
}

.rmit-course-page .tabs li:first-child {
  padding-left: 15px;
}

.rmit-course-page .tabs li:first-child.active:before {
  width: -webkit-calc(50% - 2px);
  width: calc(50% - 2px);
}

.rmit-course-page .tabs li:first-child.active:after {
  width: -webkit-calc(50% - 17px);
  width: calc(50% - 17px);
}

.rmit-course-page .tabs li:first-child.active a:before {
  margin-left: -22px;
}

.rmit-course-page .tabs li:first-child.active a:after {
  margin-left: -2px;
}

.rmit-course-page .tabs li.active:before {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}

.rmit-course-page .tabs li.active:after {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 20px;
  background: #333;
}

.rmit-course-page .tabs li.active a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Museo500", "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
}

.rmit-course-page .tabs li.active a:before,
.rmit-course-page .tabs li.active a:after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  bottom: 0;
  border: 12px solid transparent;
  border-top-color: #333;
  border-bottom-width: 0;
}

.rmit-course-page .tabs li.active a:before {
  left: 50%;
  margin-left: -23px;
}

.rmit-course-page .tabs li.active a:after {
  left: 50%;
  margin-left: -2px;
  z-index: 1;
}

.rmit-course-page .tabs li a {
  padding: 17px 15px 0;
  height: 60px;
  display: inline-block;
  color: #cccccc;
  text-decoration: none;
  z-index: 1;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .tabs li a {
    padding-top: 19px;
  }
}

.rmit-course-page .tabs li:hover a,
.rmit-course-page .tabs li:active a {
  font-family: "Museo300", "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #FFFFFF;
}

.rmit-course-page .tabs li.active a {
  font-family: "Museo500", "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .tabs li {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .tabs li {
    display: block;
    float: none;
    font-size: 1.5rem;
    padding: 0 0 10px 0;
    text-align: center;
  }
}

.rmit-course-page .tabs .apply-button {
  float: right;
  top: 0;
}

.rmit-course-page .tabs .apply-button:before {
  display: none;
}

.rmit-course-page .tabs .apply-button:before {
  display: block;
  content: '';
  width: 242px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 10px;
  background: #333;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .tabs .apply-button:before {
    width: 120px;
  }
}

.rmit-course-page .tabs .apply-button .button {
  display: block;
  border: none;
  min-width: 135px;
  text-align: center;
  margin: 0;
  background-color: #dc291e;
  font-size: 1.8rem;
  font-family: 'Museo300', 'Century Gothic', CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  padding: 15px;
}

.rmit-course-page .tabs .apply-button .button:hover,
.rmit-course-page .tabs .apply-button .button:active {
  background-color: #c6251b;
}

.rmit-course-page .tabs .apply-button .button.apply:before {
  font-family: "rmit-icons";
  content: "\e905";
  position: relative;
  left: -4px;
  top: 2px;
  text-decoration: none;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .tabs .apply-button .button {
    min-width: 100px;
    font-size: 1.5rem;
    padding-top: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .tabs .apply-button .button {
    width: -webkit-calc( 100% - 40px);
    width: calc( 100% - 40px);
    font-size: 1.5rem;
    padding: 10px 0 10px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .tabs .apply-button {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .tabs .apply-button {
    width: 100%;
    font-size: 1.5rem;
  }
}

.rmit-course-page .mobile-dropdown-nav {
  background-color: white;
  padding: 5px 0;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.rmit-course-page .mobile-dropdown-nav h5 {
  margin-top: 6px;
  margin-bottom: 4px;
  font-size: 1.5rem;
  position: relative;
  font-family: "Arial", sans-serif;
  display: none;
}

.rmit-course-page .mobile-dropdown-nav h5:after {
  content: "\e900";
  color: #dc291e;
  font-size: 1.3rem;
  font-family: "rmit-icons";
  text-decoration: none;
  margin-right: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rmit-course-page .mobile-dropdown-nav ul {
  display: block;
  margin: 0;
}

.rmit-course-page .mobile-dropdown-nav ul li {
  font-size: 1.5rem;
  display: none;
}

.rmit-course-page .mobile-dropdown-nav ul li.active {
  display: block;
}

.rmit-course-page .mobile-dropdown-nav ul li.active a {
  font-weight: bold;
  color: #242424;
  padding-left: 0;
  padding-right: 0;
}

.rmit-course-page .mobile-dropdown-nav ul li.active:after {
  content: "\e900";
  color: #dc291e;
  font-size: 1.3rem;
  font-family: "rmit-icons";
  text-decoration: none;
  margin-right: 0;
  position: absolute;
  top: 11px;
  right: 15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rmit-course-page .mobile-dropdown-nav ul li a {
  padding: 10px 0 10px 14px;
  display: block;
  text-decoration: none;
}

.rmit-course-page .mobile-dropdown-nav ul li:last-child {
  margin-bottom: 0;
}

.rmit-course-page .mobile-dropdown-nav ul li.apply a {
  display: block;
}

.rmit-course-page .mobile-dropdown-nav ul li.apply a:before {
  display: inline-block;
  content: "\e905";
  font-size: 1.3rem;
  font-family: "rmit-icons";
  text-decoration: none;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.rmit-course-page .mobile-dropdown-nav.open {
  padding: 10px 0px 10px;
  height: auto;
  z-index: 1031;
}

.rmit-course-page .mobile-dropdown-nav.open h5 {
  display: block;
}

.rmit-course-page .mobile-dropdown-nav.open ul {
  display: block;
  margin: 15px 0 30px;
}

.rmit-course-page .mobile-dropdown-nav.open ul li {
  display: block;
  position: relative;
  border-bottom: 1px solid #cccccc;
}

.rmit-course-page .mobile-dropdown-nav.open ul li:first-child {
  border-top: 1px solid #cccccc;
}

.rmit-course-page .mobile-dropdown-nav.open ul li.active:after {
  content: none;
}

.rmit-course-page .mobile-dropdown-nav.open ul li.active a {
  padding-left: 14px;
}

.doc-wrapper.course-page-mobile-menu {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: -2px;
}



@media (min-width: 768px) {
  .rmit-course-page .no-vertical-margin-except-xs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.rmit-course-page .c-inline-application-switcher-link {
  text-decoration: underline;
}

.rmit-course-page .lg-btn {
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
  width: 50%;
  height: auto;
  padding-top: 12px;
}

.rmit-course-page .lg-btn span[class^='grunticon-'] {
  margin-right: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .lg-btn {
    width: 100%;
    max-width: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .lg-btn {
    font-size: 2rem;
    width: 100%;
    max-width: 450px;
  }
}

.rmit-course-page .lg-btn span[class^='icon-'] {
  margin-right: 15px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.rmit-course-page .lg-btn .icon-chat {
  background-image: url("clientlib-nextgen/images/icons/icon-chat-wht-18.svg");
}

.rmit-course-page .lg-btn .icon-mail {
  background-image: url("clientlib-nextgen/images/icons/icon-mail-wht-18.svg");
}

.rmit-course-page .lg-btn .icon-new-doc {
  background-image: url("clientlib-nextgen/images/icons/icon-document-wht-18.svg");
}

.rmit-course-page .lg-btn .icon-folder {
  background-image: url("clientlib-nextgen/images/icons/icon-folder-wht-18.svg");
}

.rmit-course-page .lg-btn .icon-graduation {
  background-image: url("clientlib-nextgen/images/icons/icon-graduate-hat-wht-18.svg");
}

.rmit-course-page .no-padding-xs {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .no-pad-xs {
    padding: 0 !important;
  }
}

.rmit-course-page .main-heading-xs {
  display: none;
  padding: 15px 10px 10px;
  background: #dcddd7;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .main-heading-xs {
    padding-top: 25px;
  }
}

.rmit-course-page .main-heading-xs h1 {
  font-size: 3rem;
  line-height: 3rem;
}

.rmit-course-page .main-heading-xs h1 span {
  font-size: 1.5rem;
  font-family: "Arial", sans-serif;
  color: #474747;
  line-height: 1.3em;
  margin-bottom: 3px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .main-heading-xs {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.rmit-course-page .browse-course-nav {
  background-color: white;
  padding: 20px 0px 10px;
}

.rmit-course-page .browse-course-nav .browse-heading {
  font-family: "Museo300", "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  margin: 0;
}

.rmit-course-page .browse-course-nav ul {
  margin: 5px 0 0;
}

.rmit-course-page .browse-course-nav ul li {
  font-size: 1.5rem;
  border-bottom: 1px solid #cccccc;
}

.rmit-course-page .browse-course-nav ul li:first-child {
  border-top: 1px solid #cccccc;
}

.rmit-course-page .browse-course-nav ul li a {
  padding: 10px 0;
  display: block;
}

.rmit-course-page .browse-course-nav ul li a.current {
  font-weight: bold;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .browse-course-nav ul li a.current {
    color: #242424;
  }
}

.rmit-course-page .browse-course-nav ul li a:hover,
.rmit-course-page .browse-course-nav ul li a.active {
  text-decoration: underline;
}

.rmit-course-page .browse-course-nav ul li:last-child {
  margin-bottom: 0;
}

.rmit-course-page .hero {
  background-position: 0 -60px;
  background-repeat: no-repeat;
  height: 450px;
  color: #FFFFFF;
  position: relative;
}

.rmit-course-page .hero.overview {
  background-image: url("clientlib-nextgen/images/overview-architectural-design.jpg");
}

.rmit-course-page .hero.overview:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-radial-gradient(at left 90%, black 20%, transparent 80%);
  background: radial-gradient(at left 90%, black 20%, transparent 80%);
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .hero.overview:before {
    display: none;
  }
}

.rmit-course-page .hero.course-details {
  /*background-image: url("clientlib-nextgen/images/details.jpg");*/
  background-size: cover;
}

.rmit-course-page .hero .hero-content {
  height: 100%;
}

.rmit-course-page .hero .hero-content:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, black, transparent 30%);
  background: linear-gradient(to top, black, transparent 30%);
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .hero .hero-content:before {
    display: none;
  }
}

.rmit-course-page .hero .hero-content .hero-content-heading-wrapper {
  position: relative;
  top: 10px;
  height: 365px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .hero .hero-content .hero-content-heading-wrapper {
    height: 335px;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .hero .hero-content .hero-content-heading-wrapper {
    height: auto;
    top: 0;
  }
}

.rmit-course-page .hero .hero-content .hero-content-heading-wrapper .hero-content-heading {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 0 20px 25px;
  max-width: 550px;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .hero .hero-content .hero-content-heading-wrapper .hero-content-heading {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .hero {
    background-image: none !important;
    background: #333;
    height: auto;
  }

  .rmit-course-page .hero .overview-image-xs {
    background-image: url("clientlib-nextgen/images/overview-architectural-design.jpg");
    background-size: cover;
    width: 100%;
    height: 50vh;
    max-height: 200px;
  }

  .rmit-course-page .hero .hero-content {
    padding: 5px 15px 20px 15px;
  }
}

.rmit-course-page .hero h1.course-name {
  font-size: 3.8rem;
  font-family: "Museo300", "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  line-height: 3.2rem;
  margin-bottom: 10px;
}

.rmit-course-page .hero h1.course-name span {
  font-size: 2.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .hero h1.course-name {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .hero h1.course-name {
    margin-top: 0px;
    font-size: 3rem;
    line-height: 3rem;
  }

  .rmit-course-page .hero h1.course-name span {
    font-size: 2rem;
  }
}

.rmit-course-page .hero .subheading {
  font-family: "Museo300", "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .hero .subheading {
    display: none;
  }
}

.rmit-course-page .hero .links {
  position: absolute;
  bottom: 20px;
  left: 20px;
  overflow: hidden;
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .hero .links {
    position: static;
    width: 100%;
  }
}

.rmit-course-page .hero .links ul {
  float: left;
}

.rmit-course-page .hero .links li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 8px;
  font-size: 1.6rem;
}

.rmit-course-page .hero .links li a {
  color: #FFFFFF;
  text-decoration: none;
}

.rmit-course-page .hero .links li a:hover,
.rmit-course-page .hero .links li a:active {
  text-decoration: underline;
}

.rmit-course-page .hero .links li span {
  position: relative;
  top: 1px;
  margin-right: 5px;
  font-size: 1.5rem;
}

.rmit-course-page .hero .links li .icon-intake {
  background-image: url("clientlib-nextgen/images/icons/icon-intake-wht-18.svg");
  height: 15px;
  width: 15px;
  display: inline-block;
}

.rmit-course-page .hero .links li .icon-fees {
  background-image: url("clientlib-nextgen/images/icons/icon-program-payment-wht-18.svg");
  height: 21px;
  width: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-bottom: -4px;
  margin-right: -1px;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .hero .links li {
    display: block;
  }

  .rmit-course-page .hero .links li span {
    margin-right: 10px;
  }

  .rmit-course-page .hero .links li .icon-fees {
    margin-right: 4px !important;
  }
}

.rmit-course-page .hero .switcher-share {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40%;
  text-align: right;
}

.rmit-course-page .hero .switcher-share a {
  text-decoration: none;
}

.rmit-course-page .hero .switcher-share a:hover,
.rmit-course-page .hero .switcher-share a:active {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .hero .switcher-share {
    position: static;
    width: 100%;
    text-align: left;
    margin-top: 15px;
  }
}

.rmit-course-page .hero .switcher-share .share .btn-group > a > span > span {
  display: table-cell;
  padding-right: 9px;
}

.rmit-course-page .hero .switcher-share .share .c-icon-circle {
  background-position: 50%;
  width: 21px;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .hero .switcher-share .share .c-icon-circle.sm {
    display: none;
  }
}

.rmit-course-page .hero .switcher-share .share .c-icon-circle.xs {
  display: none;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .hero .switcher-share .share .c-icon-circle.xs {
    display: table-cell;
  }
}

.rmit-course-page .hero .switcher-share .share span {
  color: white;
  text-transform: none;
  font-size: 1.6rem;
}

.rmit-course-page .hero .switcher-share .share span.meta {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .hero .switcher-share .share span.meta {
    padding-left: 10px;
  }
}

.rmit-course-page .hero .switcher-share .share span.meta:hover,
.rmit-course-page .hero .switcher-share .share span.meta:active {
  text-decoration: underline;
  color: #FFFFFF;
}

.rmit-course-page .hero .switcher-share .share span.share-icon {
  display: inline-block;
  padding-bottom: 3px;
}

.rmit-course-page .hero .switcher-share .share span.share-icon:before,
.rmit-course-page .hero .switcher-share .share span.share-icon:after {
  background: url("clientlib-nextgen/images/icons/icon-share-wht-18.svg");
  width: 15px;
  height: 15px;
  content: "";
  position: relative;
  top: 2px;
}

.rmit-course-page .hero .switcher-share .share span.share-icon:after {
  display: inline-block;
  left: 9px;
}

.rmit-course-page .hero .switcher-share .share span.share-icon:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .hero .switcher-share .share span.share-icon:before {
    display: inline-block;
    right: 10px;
  }

  .rmit-course-page .hero .switcher-share .share span.share-icon:after {
    display: none;
  }
}

.rmit-course-page .hero .switcher-share .c-inline-application-switcher {
  width: 100%;
  text-align: right;
  border: none;
  margin-bottom: 9px;
}

.rmit-course-page .hero .switcher-share .c-inline-application-switcher:after {
  font-family: rmit-icons;
  font-size: 1.5rem;
  content: '\e908';
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.rmit-course-page .hero .switcher-share .c-inline-application-switcher .c-inline-application-switcher-text {
  font-size: 1.4rem;
  color: #FFFFFF;
}

.rmit-course-page .hero .switcher-share .c-inline-application-switcher .c-inline-application-switcher-link {
  font-size: 1.6rem;
  color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .hero .switcher-share .c-inline-application-switcher {
    text-align: left;
    padding-left: 0;
    margin-top: 5px;
  }

  .rmit-course-page .hero .switcher-share .c-inline-application-switcher:before {
    font-size: 1.5rem;
    font-family: rmit-icons;
    content: '\e908';
    position: relative;
    top: 2px;
  }

  .rmit-course-page .hero .switcher-share .c-inline-application-switcher:after {
    content: '';
  }

  .rmit-course-page .hero .switcher-share .c-inline-application-switcher .c-inline-application-switcher-text {
    padding-left: 7px;
  }
}

.rmit-course-page .hero .switcher-share a:visited {
  color: white;
}

.rmit-course-page .module,
.rmit-course-page .hero {
  margin-bottom: 25px;
}

.rmit-course-page .module{
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .rmit-course-page .module,
  .rmit-course-page .hero {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .module {
    border-bottom: 20px solid #e6e6e6;
  }
}

.rmit-course-page .overview-two-col {
  background-color: #FFFFFF;
}

.rmit-course-page .overview-two-col .feature-1-col-module .image > div {
  padding-top: 60%;
  left: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .overview-two-col .feature-1-col-module .image > div {
    padding-top: 68%;
  }
}

.rmit-course-page .overview-two-col .feature-1-col-module .feature-text {
  height: 280px;
  padding: 0;
  line-height: 1.5em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .overview-two-col .feature-1-col-module .feature-text {
    height: 252px;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .overview-two-col .feature-1-col-module .feature-text {
    height: auto !important;
  }
}

.rmit-course-page .overview-two-col .feature-1-col-module .feature-text h2 {
  color: #242424;
  font-size: 3rem;
  margin-bottom: 12px;
  margin-top: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .overview-two-col .feature-1-col-module .feature-text h2 {
    margin-top: 0;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .overview-two-col .feature-1-col-module .feature-text h2 {
    width: 100%;
    margin-top: 0;
    font-size: 2rem;
  }
}

.rmit-course-page .overview-two-col .feature-1-col-module .feature-text p {
  color: #666;
  margin-bottom: 12px;
  font-family: sans-serif;
  font-size: 1.4rem;
}

.rmit-course-page .overview-two-col .feature-1-col-module .feature-text span.bold-link {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #dc291e;
  font-size: 1.4rem;
}

.rmit-course-page .overview-two-col .feature-1-col-module .feature-text span.bold-link:hover,
.rmit-course-page .overview-two-col .feature-1-col-module .feature-text span.bold-link:active {
  text-decoration: underline;
}

.rmit-course-page .overview-two-col .feature-1-col-module .vertically-centered-text {
  padding: 25px 25px 25px 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .overview-two-col .feature-1-col-module .vertically-centered-text {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.rmit-course-page .overview-two-col .feature-1-col-module .vertically-centered-text.info-session h2 {
  color: #dc291e;
}

.rmit-course-page .overview-two-col .feature-1-col-module .vertically-centered-text.info-session .apply-btn {
  margin-top: 5px;
}

.rmit-course-page .overview-two-col .feature-1-col-module .vertically-centered-text.info-session .apply-btn:hover,
.rmit-course-page .overview-two-col .feature-1-col-module .vertically-centered-text.info-session .apply-btn:active {
  text-decoration: underline;
}

.rmit-course-page .overview-two-col .text-content {
  display: block;
  height: 280px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .overview-two-col .text-content {
    height: 252px;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .overview-two-col .text-content {
    height: auto !important;
  }
}

.rmit-course-page .overview-two-col .text-content .vertically-centered-text {
  padding: 25px 25px 25px 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .overview-two-col .text-content .vertically-centered-text {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.rmit-course-page .overview-two-col .text-content h2 {
  color: #242424;
  font-size: 3rem;
  margin-bottom: 12px;
  margin-top: 0;
  width: 70%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .overview-two-col .text-content h2 {
    margin-top: 0;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .overview-two-col .text-content h2 {
    width: 100%;
    margin-top: 0;
    font-size: 2rem;
  }
}

.rmit-course-page .overview-two-col .text-content p {
  color: #666;
  margin-bottom: 12px;
}

.rmit-course-page .overview-two-col .text-content a.bold-link {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.rmit-course-page .overview-two-col .text-content a.bold-link:hover,
.rmit-course-page .overview-two-col .text-content a.bold-link:active {
  text-decoration: underline;
}

.rmit-course-page .overview-two-col .text-content a.bold-link:visited {
  color: #dc291e;
}

.rmit-course-page .overview-two-col .image-cover {
  display: block;
  overflow: hidden;
}

.rmit-course-page .overview-two-col .image-cover img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .overview-two-col .image-cover img {
    width: 115%;
    position: relative;
    right: 7.5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .overview-two-col .image-cover img {
    width: 115%;
    position: relative;
    right: 7.5%;
  }
}

.rmit-course-page .tall-tiles {
  margin-bottom: 25px;
}

.rmit-course-page .tall-tiles .m-interest-tile-explore.heading {
  color: white;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .tall-tiles .m-interest-tile-explore.heading {
    height: 155px;
    width: 370px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rmit-course-page .tall-tiles .m-interest-tile-explore.heading {
    height: 280px;
  }
}

@media only screen and (min-width: 1200px) {
  .rmit-course-page .tall-tiles .m-interest-tile-explore.heading {
    height: 280px;
  }
}

.rmit-course-page .tall-tiles .m-interest-tile-explore.heading .m-interest-tile-explore-title {
  font-size: 3rem;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .tall-tiles .m-interest-tile-explore.heading .m-interest-tile-explore-title {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .tall-tiles .m-interest-tile-explore.heading .m-interest-tile-explore-title {
    font-size: 2.5rem;
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .tall-tiles .m-interest-tile-explore.heading p {
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .tall-tiles .c-interest-tile-image img {
    position: relative;
    top: -10px;
  }
}

.rmit-course-page .tall-tiles .c-interest-tile.five-stars .c-interest-tile-cta-icon-standard:before {
  color: #9e9e9e;
  position: relative;
  top: 11px;
}

.rmit-course-page .tall-tiles .c-interest-tile.five-stars .c-interest-tile-cta-icon-hover:before {
  color: #FFFFFF;
  position: relative;
  top: 11px;
}

.rmit-course-page .tall-tiles .c-interest-tile.five-stars .c-interest-tile-cta-icon {
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rmit-course-page .tall-tiles .c-interest-tile.five-stars {
    height: 280px;
    background-color: white;
    text-align: left;
    position: relative;
  }
}

@media only screen and (min-width: 1200px) {
  .rmit-course-page .tall-tiles .c-interest-tile.five-stars {
    height: 280px;
    background-color: white;
    text-align: left;
    position: relative;
  }
}

.rmit-course-page .tall-tiles .c-interest-tile.five-stars .scaled-background {
  background-size: initial;
  background-position: 50% 40%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rmit-course-page .tall-tiles .c-interest-tile-info,
  .rmit-course-page .tall-tiles .c-interest-tile {
    height: 280px;
  }
}

@media only screen and (min-width: 1200px) {
  .rmit-course-page .tall-tiles .c-interest-tile-info,
  .rmit-course-page .tall-tiles .c-interest-tile {
    height: 280px;
  }
}

.rmit-course-page .feature-tile.bright {
  background-color: #FFFFFF;
}

.rmit-course-page .carousel-masthead {
  color: #FFFFFF;
}

.rmit-course-page .carousel-masthead div {
  padding: 30px 15px 10px 15px;
}

.rmit-course-page .carousel-masthead .title {
  color: #FFFFFF;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 2rem;
}

.rmit-course-page .c-carousel .c-carousel-image {
  height: 270px;
  background-position: center;
}

/*.rmit-course-page .c-carousel-play-pause {
  display: none;
}

.rmit-course-page .c-carousel-controls {
  background: #1f1f1f;
  height: 32px;
  padding-left: -webkit-calc(50% - 20px);
  padding-left: calc(50% - 20px);
}*/

.rmit-course-page .c-carousel-controls li {
  line-height: 32px;
  margin-right: 10px;
}

.rmit-course-page .c-carousel-controls li a {
  height: 8px;
  width: 8px;
}

.rmit-course-page .c-carousel-controls li a.active {
  background-color: #FFFFFF;
}

.rmit-course-page .c-carousel-controls li:first-child {
  margin-left: 0;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .c-carousel-panel {
    padding: 0;
    background: transparent;
  }

  .rmit-course-page .c-carousel-panel .c-carousel-title {
    display: none;
  }
}

@media only screen and (min-width: 505px) and (max-width: 767px) {
  .rmit-course-page .c-carousel-panel {
    height: auto;
    padding: 20px 15px 10px;
    width: 33%;
    bottom: 0;
    background: #333;
  }

  .rmit-course-page .c-carousel-panel .c-interest-tile-cta-icon {
    display: none;
  }

  .rmit-course-page .c-carousel-panel .c-carousel-title {
    display: block;
  }
}

.rmit-course-page .c-carousel-panel .c-interest-tile-cta-icon-standard:before {
  color: #9e9e9e;
  position: relative;
  top: 11px;
  left: 8px;
}

.rmit-course-page .c-carousel-panel .c-interest-tile-cta-icon-hover:before {
  color: #FFFFFF;
  position: relative;
  top: 11px;
  left: 8px;
}

.rmit-course-page .related {
  background-color: #FFFFFF;
}

.rmit-course-page .related .text-content {
  padding: 0 15px;
  width: 100%;
}

.rmit-course-page .related .panel-heading,
.rmit-course-page .related .panel-body {
  border: none !important;
}

.rmit-course-page .related .panel {
  border: none;
}
/*
@media only screen and (max-width: 767px) {
  .rmit-course-page .related .panel:first-child {
    border-bottom: 20px solid #e6e6e6;
  }
}
*/
.rmit-course-page .related .panel .accordion-icon > div {
  background-position: right center;
}

.rmit-course-page .related .panel-body {
  padding-top: 0;
}

.rmit-course-page .related .panel-title {
  margin-top: 0;
}

.rmit-course-page .related .panel-title a {
  width: 100%;
  display: table;
  padding: 15px 15px 15px 15px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .related .panel-title a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.rmit-course-page .related .panel-title a h3 {
  color: #666;
  font-family: "Museo300", "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .related .panel-title a h3 {
    color: #242424;
    font-family: "Museo500", "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .related .panel-title a:hover {
    background: transparent;
  }
}

.rmit-course-page .related p {
  color: #666;
  margin-bottom: 7px;
}

.rmit-course-page .related ul {
  margin-bottom: 0;
}

.rmit-course-page .related li {
  border-bottom: 1px solid #cccccc;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
}

.rmit-course-page .related li:first-child {
  border-top: 1px solid #cccccc;
}

.rmit-course-page .related li a {
  text-decoration: none;
}

.rmit-course-page .related li a:hover,
.rmit-course-page .related li a:active {
  text-decoration: underline;
}

.rmit-course-page .related li:before {
  display: none;
}

.rmit-course-page .related .related-desktop {
  padding-bottom: 20px;
}

.rmit-course-page .related .related-desktop h3 {
  margin-top: 20px;
}

.rmit-course-page .related .related-desktop .text-content {
  height: auto;
}

.rmit-course-page .related-mobile .panel-body ul {
  position: relative;
}

.rmit-course-page .related-mobile .panel-body ul li {
  padding-top: 0;
  padding-bottom: 0;
}

.rmit-course-page .related-mobile .panel-body ul li a {
  padding: 12px 0;
  display: block;
}

.rmit-course-page .course-content {
  background: white;
  padding: 10px 15px 20px;
}

.rmit-course-page .course-content a {
  text-decoration: underline;
}

.rmit-course-page .course-content .main-heading {
  padding-bottom: 40px;
}

.rmit-course-page .course-content .main-heading h1 {
  font-size: 5.5rem;
  font-family: "Museo300", "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  max-width: 500px;
}

.rmit-course-page .course-content .main-heading h1 span {
  font-size: 3rem;
  margin-top: 20px;
  display: inline-block;
  line-height: 3.8rem;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .course-content .main-heading h1.program-summary-section-title {
    width: 460px;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .main-heading {
    padding-bottom: 10px;
  }

  .rmit-course-page .course-content .main-heading h1 {
    font-size: 3rem;
  }

  .rmit-course-page .course-content .main-heading h1 span {
    font-size: 1.5rem;
  }
}

.rmit-course-page .course-content .main-heading .c-inline-application-switcher {
  float: right;
  margin-top: 20px;
  padding-right: 20px;
  border-left: none;
  border-right: 1px solid #cccccc;
  width: 240px;
  text-align: right;
}

.rmit-course-page .course-content .main-heading .c-inline-application-switcher .c-inline-application-switcher-text {
  color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .course-content .main-heading .c-inline-application-switcher {
    border-right: 0;
    padding-right: 0;
    position: relative;
    top: -38px;
    overflow: hidden;
    height: 25px;
  }
}

.rmit-course-page .course-content .main-heading .share {
  margin-left: 20px;
  margin-top: 20px;
  width: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .course-content .main-heading .share {
    width: auto;
    position: relative;
    top: 35px;
  }
}

.rmit-course-page .course-content .main-heading .share span {
  display: inline-block;
  color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .course-content .main-heading .share span {
    padding-right: 0;
  }
}

.rmit-course-page .course-content .section-wrapper p {
  color: #666;
  margin-bottom: 10px;
}

.rmit-course-page .course-content .section-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .section-wrapper h2 {
    font-size: 2rem;
  }
}

.rmit-course-page .course-content .section-wrapper h4,
.rmit-course-page .course-content .section-wrapper .h4 {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.rmit-course-page .course-content .section-wrapper ul {
  margin-left: 20px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.rmit-course-page .course-content .section-wrapper ul li {
  list-style: disc;
  color: #666;
}

.rmit-course-page .course-content .section-wrapper ul.bulleted {
  margin-bottom: 15px;
}

.rmit-course-page .course-content .section-wrapper .lead {
  font-family: "Museo500", "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  color: #242424;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .section-wrapper .lead {
    margin-bottom: 18px;
  }
}

.rmit-course-page .course-content .section-wrapper .note {
  color: #b3b3b3;
  font-style: italic;
}

.rmit-course-page .course-content .section-wrapper .note a {
  text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
  .rmit-course-page .course-content .section-wrapper .text-wrap {
    width: 80%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rmit-course-page .course-content .section-wrapper .text-wrap {
    width: 80%;
  }
}

.rmit-course-page .course-content .section-wrapper.border-btm {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .section-wrapper.border-btm {
    padding-top: 22px;
    padding-bottom: 15px;
  }
}

.rmit-course-page .course-content .section-wrapper .captioned-image .caption {
  font-size: 1.5rem;
}

.rmit-course-page .course-content .section-wrapper .four-col-images {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .section-wrapper .four-col-images .col-xs-12 {
    margin: 0 auto;
    text-align: center;
  }
}

.rmit-course-page .course-content .section-wrapper .four-col-images .c-preview-item-link {
  text-decoration: none;
}

.rmit-course-page .course-content .section-wrapper .four-col-images .c-preview-item-link .caption {
  margin-top: 8px;
  text-align: center;
}

.rmit-course-page .course-content .section-wrapper .four-col-images .c-preview-item-link:hover,
.rmit-course-page .course-content .section-wrapper .four-col-images .c-preview-item-link:active {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .section-wrapper .four-col-images .c-preview-item-image {
    float: none;
    padding-top: 0;
    width: 100%;
    height: 185px;
  }

  .rmit-course-page .course-content .section-wrapper .four-col-images .c-preview-item-inner {
    border: none;
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
  }

  .rmit-course-page .course-content .section-wrapper .four-col-images .c-preview-item-inner .caption {
    text-align: center;
  }

  .rmit-course-page .course-content .section-wrapper .four-col-images .c-preview-item-standard .c-icon-overlay-bg {
    height: 60px;
    width: 60px;
    border-radius: 30px;
    margin-left: -30px;
    margin-top: -30px;
  }

  .rmit-course-page .course-content .section-wrapper .four-col-images .c-preview-item-standard .c-icon-overlay-icon {
    height: 30px !important;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px !important;
  }
}

.rmit-course-page .course-content .section-wrapper .apply-btn {
  text-decoration: none;
}

.rmit-course-page .course-content .section-wrapper .apply-btn:hover,
.rmit-course-page .course-content .section-wrapper .apply-btn:focus {
  text-decoration: underline;
}

.rmit-course-page .course-content .program-plan-btn {
  border: none;
  width: 70%;
  display: inline-block;
  margin-bottom: 15px;
  padding: 15px 20px 10px 20px;
  position: relative;
  text-decoration: none;
  border-radius: 4px;
  background-color: #757575;
  background-image: -webkit-linear-gradient(top, #757575 0%, #575757 100%);
  background-image: linear-gradient(to bottom, #757575 0%, #575757 100%);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.rmit-course-page .course-content .program-plan-btn:hover,
.rmit-course-page .course-content .program-plan-btn:active,
.rmit-course-page .course-content .program-plan-btn:visited:hover {
  background-color: #333;
  background-image: -webkit-linear-gradient(top, #333 0%, #1f1f1f 100%);
  background-image: linear-gradient(to bottom, #333 0%, #1f1f1f 100%);
}

.rmit-course-page .course-content .program-plan-btn:hover h3,
.rmit-course-page .course-content .program-plan-btn:active h3,
.rmit-course-page .course-content .program-plan-btn:visited:hover h3 {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .program-plan-btn {
    width: 100%;
  }
}

.rmit-course-page .course-content .program-plan-btn .text-wrap {
  display: inline-block;
}

.rmit-course-page .course-content .program-plan-btn .text-wrap h3 {
  font-family: "Museo300", "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: white;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .program-plan-btn .text-wrap h3 {
    font-size: 1.8rem;
  }
}

.rmit-course-page .course-content .program-plan-btn .text-wrap p {
  color: #cccccc;
  font-family: "Arial", sans-serif;
  font-size: 1.5rem;
  padding-left: 35px;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .program-plan-btn .text-wrap p {
    padding-left: 26px;
  }
}

.rmit-course-page .course-content .program-plan-btn span[class^='icon-'] {
  display: inline-block;
  margin-right: 18px;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .program-plan-btn span[class^='icon-'] {
    margin-right: 10px;
  }
}

.rmit-course-page .course-content .program-plan-btn .icon-chevron-grey {
  background-image: url("clientlib-nextgen/images/icons/icon-program-standard-wht-18.svg");
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.rmit-course-page .course-content .program-plan-btn .icon-lightning-grey {
  background-image: url("clientlib-nextgen/images/icons/icon-program-advanced-wht-18.svg");
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.rmit-course-page .course-content .promo-panel {
  overflow: hidden;
}

.rmit-course-page .course-content .promo-panel h2 {
  color: #dc291e;
  font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .promo-panel h2 {
    font-size: 2rem;
    font-family: "Museo500", "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .promo-panel .image {
    display: none;
  }
}

.rmit-course-page .course-content .promo-panel a:hover,
.rmit-course-page .course-content .promo-panel a:visited,
.rmit-course-page .course-content .promo-panel a:link,
.rmit-course-page .course-content .promo-panel a:active {
  text-decoration: none;
}

.rmit-course-page .course-content .promo-panel .feature-text.text-content {
  padding: 0;
}

.rmit-course-page .course-content .promo-panel .feature-text.text-content h2 {
  color: #dc291e;
  font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .promo-panel .feature-text.text-content h2 {
    font-size: 2rem;
    font-family: "Museo500", "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
    text-decoration: none;
  }
}

.rmit-course-page .course-content .promo-panel .feature-text.text-content p {
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .rmit-course-page .course-content .promo-panel .feature-text.text-content p {
    width: 80%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rmit-course-page .course-content .promo-panel .feature-text.text-content p {
    width: 80%;
  }
}

.rmit-course-page .course-content .promo-panel .feature-text.text-content .apply-btn {
  margin-top: 0px;
  min-width: 140px;
  text-decoration: none;
}

.rmit-course-page .course-content .promo-panel .feature-text.text-content .apply-btn:hover,
.rmit-course-page .course-content .promo-panel .feature-text.text-content .apply-btn:focus {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .course-content .promo-panel .text-content {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
  }

  .rmit-course-page .course-content .promo-panel .image {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .promo-panel .text-content {
    padding-right: 0;
  }

  .rmit-course-page .course-content .promo-panel .text-content .apply-btn {
    margin-bottom: 15px;
  }
}

.rmit-course-page .course-content .pathways h2 {
  float: left;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .pathways h2 {
    float: none;
  }
}

.rmit-course-page .course-content .pathways p {
  float: right;
  text-align: right;
  position: relative;
  top: 5px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .pathways p {
    float: none;
    text-align: left;
  }
}

.rmit-course-page .course-content .pathways p a {
  text-decoration: underline;
}

.rmit-course-page .course-content .pathways .pathways-image-wrapper {
  overflow-x: scroll;
  min-height: 300px;
}

.rmit-course-page .course-content .pathways .pathways-image-wrapper img {
  height: 300px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .mgn-btm-xs {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .rmit-course-page .course-content .find-out-more {
    display: block;
    margin-top: 20px;
  }
}

.rmit-course-page .course-content .payment-options {
  padding-top: 15px;
}

.rmit-course-page .course-content .payment-options .col-xs-12 {
  padding: 10px 0;
}

.rmit-course-page .course-content .payment-options img {
  width: 80px;
  display: inline-block;
  vertical-align: top;
}

.rmit-course-page .course-content .payment-options .text-wrap {
  display: inline-block;
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  padding-left: 20px;
  padding-right: 60px;
}

.rmit-course-page .course-content .payment-options .text-wrap a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .course-content .payment-options .text-wrap {
    padding-right: 20px;
  }
}

.rmit-course-page .c-summary {
  margin-bottom: 10px;
}

.rmit-course-page .c-summary a {
  text-decoration: underline;
}

.rmit-course-page .c-summary.c-summary-3-col .c-summary-cell {
  float: left;
  width: 33.3%;
  font-size: 1.2rem;
  min-height: 38px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rmit-course-page .c-summary.c-summary-3-col .c-summary-cell {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .rmit-course-page .c-summary.c-summary-3-col .c-summary-cell:nth-child(3n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rmit-course-page .c-summary.c-summary-3-col .c-summary-cell:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width: 767px) {
  .rmit-course-page .c-summary {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .rmit-course-page .c-summary.c-summary-3-col .c-summary-cell {
    width: 100%;
  }

  .rmit-course-page .c-summary.c-summary-3-col .c-summary-cell:nth-child(odd) {
    padding-right: 0;
  }

  .rmit-course-page .c-summary.c-summary-3-col .c-summary-cell:nth-child(even) {
    padding-left: 0;
  }

  .rmit-course-page .c-summary.c-summary-3-col .c-summary-cell .c-summary-cell {
    width: 50%;
  }

  .rmit-course-page .show-all {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .rmit-course-page .hidden-cell {
    display: none;
  }
}

.c-lightbox-enquiry .c-lightbox-title {
  margin-bottom: 20px;
  font-size: 3.2rem;
}

.c-lightbox-enquiry .enquiry-form .input-container {
  width: 100%;
  margin-bottom: 15px;
}

.c-lightbox-enquiry .enquiry-form .input-container label {
  display: block;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.c-lightbox-enquiry .enquiry-form .input-container label .required {
  float: right;
  color: #ddd;
}

.c-lightbox-enquiry .enquiry-form .input-container input,
.c-lightbox-enquiry .enquiry-form .input-container select,
.c-lightbox-enquiry .enquiry-form .input-container textarea {
  width: 100%;
  display: block;
}

.c-lightbox-enquiry .enquiry-form .input-container .custom-select {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  background: #e6e6e6 url("clientlib-nextgen/images/icons/icon-arw-down-blk1F-15.svg") no-repeat 98.5% 50%;
}

.c-lightbox-enquiry .enquiry-form .input-container .custom-select select {
  padding: 5px 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-lightbox-enquiry .enquiry-form .input-container .custom-select select:focus {
  outline: none;
}

.c-lightbox-enquiry .enquiry-form .input-container textarea {
  height: 135px;
  padding: 5px 10px;
  border-radius: 3px;
}

.c-lightbox-enquiry .enquiry-form .input-container input[type=text],
.c-lightbox-enquiry .enquiry-form .input-container input[type=email] {
  padding: 5px 10px;
  border-radius: 3px;
}

.c-lightbox-enquiry .enquiry-form .input-container input[type=submit] {
  border-radius: 3px;
  font-family: "Arial", sans-serif;
}

.c-lightbox-enquiry .enquiry-form .input-container.checkbox input {
  float: left;
  margin-left: 0;
  margin-right: 7px;
  width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-lightbox-enquiry .enquiry-form .input-container.checkbox input {
    display: inline-block;
    float: left;
  }
}

.c-lightbox-enquiry .enquiry-form .input-container.checkbox label {
  color: #cccccc;
  float: left;
  display: inline-block;
  margin-left: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-lightbox-enquiry .enquiry-form .input-container.checkbox label {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 767px) {
  .c-lightbox-enquiry .enquiry-form .input-container.checkbox label {
    display: block;
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.c-lightbox-enquiry .enquiry-form .input-container.checkbox label a {
  color: #FFFFFF !important;
  text-decoration: underline !important;
}

.m-applicant-type-switcher .applicant-info {
  text-align: center;
  border: none;
}

.m-applicant-type-switcher .applicant-info .location-icon-domestic {
  display: block;
  background: url("clientlib-nextgen/images/icons/icon-aus-nz-red-108.svg") center no-repeat;
  width: 130px;
  height: 80px;
  margin: 0 auto 20px;
}

.m-applicant-type-switcher .applicant-info .location-icon-international {
  display: block;
  background: url("clientlib-nextgen/images/icons/icon-aus-nz-red-108.svg") center no-repeat;
  width: 130px;
  height: 80px;
  margin: 0 auto 20px;
}

.m-applicant-type-switcher .applicant-info .text-content {
  display: block;
  color: #666;
}

.m-applicant-type-switcher .applicant-info .text-content h2 {
  margin-bottom: 40px;
  font-size: 3rem;
}

.m-applicant-type-switcher .applicant-info p.contact-info {
  text-align: center;
}

.m-applicant-type-switcher .applicant-info ul {
  margin-top: 20px;
}

.m-applicant-type-switcher .applicant-info li {
  display: inline-block;
  width: 33%;
  padding: 0 20px;
  max-width: 240px;
  margin: 0 auto;
  vertical-align: top;
  font-size: 1.2rem;
}

.m-applicant-type-switcher .applicant-info li span {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}

.m-applicant-type-switcher .applicant-info li span.icon-aus-grey {
  background: url("clientlib-nextgen/images/icons/icon-aus-gry-54.svg") center no-repeat;
}

.m-applicant-type-switcher .applicant-info li span.icon-nz-grey {
  background: url("clientlib-nextgen/images/icons/icon-nz-gry-54.svg") center no-repeat;
}

.m-applicant-type-switcher .applicant-info li span.icon-visa-grey {
  background: url("clientlib-nextgen/images/icons/icon-visa-gry-54.svg") center no-repeat;
}

.m-applicant-type-switcher .btn-lg {
  width: 100%;
  padding-left: 5% !important;
  margin-bottom: 20px;
}

.m-applicant-type-switcher .btn-lg .c-icon-25 {
  display: block;
  width: 25px;
  height: 25px;
}

.m-applicant-type-switcher .btn-lg .c-icon-25.icon-aus-white {
  background: url("clientlib-nextgen/images/icons/icon-aus-nz-wht-30.svg") center no-repeat;
}

.m-applicant-type-switcher .btn-lg .c-icon-25.icon-globe-white {
  background: url("clientlib-nextgen/images/icons/icon-international-wht-30.svg") center no-repeat;
}

.m-applicant-type-switcher .contact-info {
  text-align: center;
}

.m-applicant-type-switcher .contact-info a {
  color: #dc291e;
  text-decoration: underline;
}

@font-face {
  font-family: 'icomoon';
  src:    url('clientlib-nextgen/fonts/all-free/icomoon.eot?g6rojk');
  src:    url('clientlib-nextgen/fonts/all-free/icomoon.eot?g6rojk#iefix') format('embedded-opentype'),
  url('clientlib-nextgen/fonts/all-free/icomoon.ttf?g6rojk') format('truetype'),
  url('clientlib-nextgen/fonts/all-free/icomoon.woff?g6rojk') format('woff'),
  url('clientlib-nextgen/fonts/all-free/icomoon.svg?g6rojk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icomoon-"], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-home:before {
  content: "\e900";
}
.icomoon-home2:before {
  content: "\e901";
}
.icomoon-home3:before {
  content: "\e902";
}
.icomoon-office:before {
  content: "\e903";
}
.icomoon-newspaper:before {
  content: "\e904";
}
.icomoon-pencil:before {
  content: "\e905";
}
.icomoon-pencil2:before {
  content: "\e906";
}
.icomoon-quill:before {
  content: "\e907";
}
.icomoon-pen:before {
  content: "\e908";
}
.icomoon-blog:before {
  content: "\e909";
}
.icomoon-eyedropper:before {
  content: "\e90a";
}
.icomoon-droplet:before {
  content: "\e90b";
}
.icomoon-paint-format:before {
  content: "\e90c";
}
.icomoon-image:before {
  content: "\e90d";
}
.icomoon-images:before {
  content: "\e90e";
}
.icomoon-camera:before {
  content: "\e90f";
}
.icomoon-headphones:before {
  content: "\e910";
}
.icomoon-music:before {
  content: "\e911";
}
.icomoon-play:before {
  content: "\e912";
}
.icomoon-film:before {
  content: "\e913";
}
.icomoon-video-camera:before {
  content: "\e914";
}
.icomoon-dice:before {
  content: "\e915";
}
.icomoon-pacman:before {
  content: "\e916";
}
.icomoon-spades:before {
  content: "\e917";
}
.icomoon-clubs:before {
  content: "\e918";
}
.icomoon-diamonds:before {
  content: "\e919";
}
.icomoon-bullhorn:before {
  content: "\e91a";
}
.icomoon-connection:before {
  content: "\e91b";
}
.icomoon-podcast:before {
  content: "\e91c";
}
.icomoon-feed:before {
  content: "\e91d";
}
.icomoon-mic:before {
  content: "\e91e";
}
.icomoon-book:before {
  content: "\e91f";
}
.icomoon-books:before {
  content: "\e920";
}
.icomoon-library:before {
  content: "\e921";
}
.icomoon-file-text:before {
  content: "\e922";
}
.icomoon-profile:before {
  content: "\e923";
}
.icomoon-file-empty:before {
  content: "\e924";
}
.icomoon-files-empty:before {
  content: "\e925";
}
.icomoon-file-text2:before {
  content: "\e926";
}
.icomoon-file-picture:before {
  content: "\e927";
}
.icomoon-file-music:before {
  content: "\e928";
}
.icomoon-file-play:before {
  content: "\e929";
}
.icomoon-file-video:before {
  content: "\e92a";
}
.icomoon-file-zip:before {
  content: "\e92b";
}
.icomoon-copy:before {
  content: "\e92c";
}
.icomoon-paste:before {
  content: "\e92d";
}
.icomoon-stack:before {
  content: "\e92e";
}
.icomoon-folder:before {
  content: "\e92f";
}
.icomoon-folder-open:before {
  content: "\e930";
}
.icomoon-folder-plus:before {
  content: "\e931";
}
.icomoon-folder-minus:before {
  content: "\e932";
}
.icomoon-folder-download:before {
  content: "\e933";
}
.icomoon-folder-upload:before {
  content: "\e934";
}
.icomoon-price-tag:before {
  content: "\e935";
}
.icomoon-price-tags:before {
  content: "\e936";
}
.icomoon-barcode:before {
  content: "\e937";
}
.icomoon-qrcode:before {
  content: "\e938";
}
.icomoon-ticket:before {
  content: "\e939";
}
.icomoon-cart:before {
  content: "\e93a";
}
.icomoon-coin-dollar:before {
  content: "\e93b";
}
.icomoon-coin-euro:before {
  content: "\e93c";
}
.icomoon-coin-pound:before {
  content: "\e93d";
}
.icomoon-coin-yen:before {
  content: "\e93e";
}
.icomoon-credit-card:before {
  content: "\e93f";
}
.icomoon-calculator:before {
  content: "\e940";
}
.icomoon-lifebuoy:before {
  content: "\e941";
}
.icomoon-phone:before {
  content: "\e942";
}
.icomoon-phone-hang-up:before {
  content: "\e943";
}
.icomoon-address-book:before {
  content: "\e944";
}
.icomoon-envelop:before {
  content: "\e945";
}
.icomoon-pushpin:before {
  content: "\e946";
}
.icomoon-location:before {
  content: "\e947";
}
.icomoon-location2:before {
  content: "\e948";
}
.icomoon-compass:before {
  content: "\e949";
}
.icomoon-compass2:before {
  content: "\e94a";
}
.icomoon-map:before {
  content: "\e94b";
}
.icomoon-map2:before {
  content: "\e94c";
}
.icomoon-history:before {
  content: "\e94d";
}
.icomoon-clock:before {
  content: "\e94e";
}
.icomoon-clock2:before {
  content: "\e94f";
}
.icomoon-alarm:before {
  content: "\e950";
}
.icomoon-bell:before {
  content: "\e951";
}
.icomoon-stopwatch:before {
  content: "\e952";
}
.icomoon-calendar:before {
  content: "\e953";
}
.icomoon-printer:before {
  content: "\e954";
}
.icomoon-keyboard:before {
  content: "\e955";
}
.icomoon-display:before {
  content: "\e956";
}
.icomoon-laptop:before {
  content: "\e957";
}
.icomoon-mobile:before {
  content: "\e958";
}
.icomoon-mobile2:before {
  content: "\e959";
}
.icomoon-tablet:before {
  content: "\e95a";
}
.icomoon-tv:before {
  content: "\e95b";
}
.icomoon-drawer:before {
  content: "\e95c";
}
.icomoon-drawer2:before {
  content: "\e95d";
}
.icomoon-box-add:before {
  content: "\e95e";
}
.icomoon-box-remove:before {
  content: "\e95f";
}
.icomoon-download:before {
  content: "\e960";
}
.icomoon-upload:before {
  content: "\e961";
}
.icomoon-floppy-disk:before {
  content: "\e962";
}
.icomoon-drive:before {
  content: "\e963";
}
.icomoon-database:before {
  content: "\e964";
}
.icomoon-undo:before {
  content: "\e965";
}
.icomoon-redo:before {
  content: "\e966";
}
.icomoon-undo2:before {
  content: "\e967";
}
.icomoon-redo2:before {
  content: "\e968";
}
.icomoon-forward:before {
  content: "\e969";
}
.icomoon-reply:before {
  content: "\e96a";
}
.icomoon-bubble:before {
  content: "\e96b";
}
.icomoon-bubbles:before {
  content: "\e96c";
}
.icomoon-bubbles2:before {
  content: "\e96d";
}
.icomoon-bubble2:before {
  content: "\e96e";
}
.icomoon-bubbles3:before {
  content: "\e96f";
}
.icomoon-bubbles4:before {
  content: "\e970";
}
.icomoon-user:before {
  content: "\e971";
}
.icomoon-users:before {
  content: "\e972";
}
.icomoon-user-plus:before {
  content: "\e973";
}
.icomoon-user-minus:before {
  content: "\e974";
}
.icomoon-user-check:before {
  content: "\e975";
}
.icomoon-user-tie:before {
  content: "\e976";
}
.icomoon-quotes-left:before {
  content: "\e977";
}
.icomoon-quotes-right:before {
  content: "\e978";
}
.icomoon-hour-glass:before {
  content: "\e979";
}
.icomoon-spinner:before {
  content: "\e97a";
}
.icomoon-spinner2:before {
  content: "\e97b";
}
.icomoon-spinner3:before {
  content: "\e97c";
}
.icomoon-spinner4:before {
  content: "\e97d";
}
.icomoon-spinner5:before {
  content: "\e97e";
}
.icomoon-spinner6:before {
  content: "\e97f";
}
.icomoon-spinner7:before {
  content: "\e980";
}
.icomoon-spinner8:before {
  content: "\e981";
}
.icomoon-spinner9:before {
  content: "\e982";
}
.icomoon-spinner10:before {
  content: "\e983";
}
.icomoon-spinner11:before {
  content: "\e984";
}
.icomoon-binoculars:before {
  content: "\e985";
}
.icomoon-search:before {
  content: "\e986";
}
.icomoon-zoom-in:before {
  content: "\e987";
}
.icomoon-zoom-out:before {
  content: "\e988";
}
.icomoon-enlarge:before {
  content: "\e989";
}
.icomoon-shrink:before {
  content: "\e98a";
}
.icomoon-enlarge2:before {
  content: "\e98b";
}
.icomoon-shrink2:before {
  content: "\e98c";
}
.icomoon-key:before {
  content: "\e98d";
}
.icomoon-key2:before {
  content: "\e98e";
}
.icomoon-lock:before {
  content: "\e98f";
}
.icomoon-unlocked:before {
  content: "\e990";
}
.icomoon-wrench:before {
  content: "\e991";
}
.icomoon-equalizer:before {
  content: "\e992";
}
.icomoon-equalizer2:before {
  content: "\e993";
}
.icomoon-cog:before {
  content: "\e994";
}
.icomoon-cogs:before {
  content: "\e995";
}
.icomoon-hammer:before {
  content: "\e996";
}
.icomoon-magic-wand:before {
  content: "\e997";
}
.icomoon-aid-kit:before {
  content: "\e998";
}
.icomoon-bug:before {
  content: "\e999";
}
.icomoon-pie-chart:before {
  content: "\e99a";
}
.icomoon-stats-dots:before {
  content: "\e99b";
}
.icomoon-stats-bars:before {
  content: "\e99c";
}
.icomoon-stats-bars2:before {
  content: "\e99d";
}
.icomoon-trophy:before {
  content: "\e99e";
}
.icomoon-gift:before {
  content: "\e99f";
}
.icomoon-glass:before {
  content: "\e9a0";
}
.icomoon-glass2:before {
  content: "\e9a1";
}
.icomoon-mug:before {
  content: "\e9a2";
}
.icomoon-spoon-knife:before {
  content: "\e9a3";
}
.icomoon-leaf:before {
  content: "\e9a4";
}
.icomoon-rocket:before {
  content: "\e9a5";
}
.icomoon-meter:before {
  content: "\e9a6";
}
.icomoon-meter2:before {
  content: "\e9a7";
}
.icomoon-hammer2:before {
  content: "\e9a8";
}
.icomoon-fire:before {
  content: "\e9a9";
}
.icomoon-lab:before {
  content: "\e9aa";
}
.icomoon-magnet:before {
  content: "\e9ab";
}
.icomoon-bin:before {
  content: "\e9ac";
}
.icomoon-bin2:before {
  content: "\e9ad";
}
.icomoon-briefcase:before {
  content: "\e9ae";
}
.icomoon-airplane:before {
  content: "\e9af";
}
.icomoon-truck:before {
  content: "\e9b0";
}
.icomoon-road:before {
  content: "\e9b1";
}
.icomoon-accessibility:before {
  content: "\e9b2";
}
.icomoon-target:before {
  content: "\e9b3";
}
.icomoon-shield:before {
  content: "\e9b4";
}
.icomoon-power:before {
  content: "\e9b5";
}
.icomoon-switch:before {
  content: "\e9b6";
}
.icomoon-power-cord:before {
  content: "\e9b7";
}
.icomoon-clipboard:before {
  content: "\e9b8";
}
.icomoon-list-numbered:before {
  content: "\e9b9";
}
.icomoon-list:before {
  content: "\e9ba";
}
.icomoon-list2:before {
  content: "\e9bb";
}
.icomoon-tree:before {
  content: "\e9bc";
}
.icomoon-menu:before {
  content: "\e9bd";
}
.icomoon-menu2:before {
  content: "\e9be";
}
.icomoon-menu3:before {
  content: "\e9bf";
}
.icomoon-menu4:before {
  content: "\e9c0";
}
.icomoon-cloud:before {
  content: "\e9c1";
}
.icomoon-cloud-download:before {
  content: "\e9c2";
}
.icomoon-cloud-upload:before {
  content: "\e9c3";
}
.icomoon-cloud-check:before {
  content: "\e9c4";
}
.icomoon-download2:before {
  content: "\e9c5";
}
.icomoon-upload2:before {
  content: "\e9c6";
}
.icomoon-download3:before {
  content: "\e9c7";
}
.icomoon-upload3:before {
  content: "\e9c8";
}
.icomoon-sphere:before {
  content: "\e9c9";
}
.icomoon-earth:before {
  content: "\e9ca";
}
.icomoon-link:before {
  content: "\e9cb";
}
.icomoon-flag:before {
  content: "\e9cc";
}
.icomoon-attachment:before {
  content: "\e9cd";
}
.icomoon-eye:before {
  content: "\e9ce";
}
.icomoon-eye-plus:before {
  content: "\e9cf";
}
.icomoon-eye-minus:before {
  content: "\e9d0";
}
.icomoon-eye-blocked:before {
  content: "\e9d1";
}
.icomoon-bookmark:before {
  content: "\e9d2";
}
.icomoon-bookmarks:before {
  content: "\e9d3";
}
.icomoon-sun:before {
  content: "\e9d4";
}
.icomoon-contrast:before {
  content: "\e9d5";
}
.icomoon-brightness-contrast:before {
  content: "\e9d6";
}
.icomoon-star-empty:before {
  content: "\e9d7";
}
.icomoon-star-half:before {
  content: "\e9d8";
}
.icomoon-star-full:before {
  content: "\e9d9";
}
.icomoon-heart:before {
  content: "\e9da";
}
.icomoon-heart-broken:before {
  content: "\e9db";
}
.icomoon-man:before {
  content: "\e9dc";
}
.icomoon-woman:before {
  content: "\e9dd";
}
.icomoon-man-woman:before {
  content: "\e9de";
}
.icomoon-happy:before {
  content: "\e9df";
}
.icomoon-happy2:before {
  content: "\e9e0";
}
.icomoon-smile:before {
  content: "\e9e1";
}
.icomoon-smile2:before {
  content: "\e9e2";
}
.icomoon-tongue:before {
  content: "\e9e3";
}
.icomoon-tongue2:before {
  content: "\e9e4";
}
.icomoon-sad:before {
  content: "\e9e5";
}
.icomoon-sad2:before {
  content: "\e9e6";
}
.icomoon-wink:before {
  content: "\e9e7";
}
.icomoon-wink2:before {
  content: "\e9e8";
}
.icomoon-grin:before {
  content: "\e9e9";
}
.icomoon-grin2:before {
  content: "\e9ea";
}
.icomoon-cool:before {
  content: "\e9eb";
}
.icomoon-cool2:before {
  content: "\e9ec";
}
.icomoon-angry:before {
  content: "\e9ed";
}
.icomoon-angry2:before {
  content: "\e9ee";
}
.icomoon-evil:before {
  content: "\e9ef";
}
.icomoon-evil2:before {
  content: "\e9f0";
}
.icomoon-shocked:before {
  content: "\e9f1";
}
.icomoon-shocked2:before {
  content: "\e9f2";
}
.icomoon-baffled:before {
  content: "\e9f3";
}
.icomoon-baffled2:before {
  content: "\e9f4";
}
.icomoon-confused:before {
  content: "\e9f5";
}
.icomoon-confused2:before {
  content: "\e9f6";
}
.icomoon-neutral:before {
  content: "\e9f7";
}
.icomoon-neutral2:before {
  content: "\e9f8";
}
.icomoon-hipster:before {
  content: "\e9f9";
}
.icomoon-hipster2:before {
  content: "\e9fa";
}
.icomoon-wondering:before {
  content: "\e9fb";
}
.icomoon-wondering2:before {
  content: "\e9fc";
}
.icomoon-sleepy:before {
  content: "\e9fd";
}
.icomoon-sleepy2:before {
  content: "\e9fe";
}
.icomoon-frustrated:before {
  content: "\e9ff";
}
.icomoon-frustrated2:before {
  content: "\ea00";
}
.icomoon-crying:before {
  content: "\ea01";
}
.icomoon-crying2:before {
  content: "\ea02";
}
.icomoon-point-up:before {
  content: "\ea03";
}
.icomoon-point-right:before {
  content: "\ea04";
}
.icomoon-point-down:before {
  content: "\ea05";
}
.icomoon-point-left:before {
  content: "\ea06";
}
.icomoon-warning:before {
  content: "\ea07";
}
.icomoon-notification:before {
  content: "\ea08";
}
.icomoon-question:before {
  content: "\ea09";
}
.icomoon-plus:before {
  content: "\ea0a";
}
.icomoon-minus:before {
  content: "\ea0b";
}
.icomoon-info:before {
  content: "\ea0c";
}
.icomoon-cancel-circle:before {
  content: "\ea0d";
}
.icomoon-blocked:before {
  content: "\ea0e";
}
.icomoon-cross:before {
  content: "\ea0f";
}
.icomoon-checkmark:before {
  content: "\ea10";
}
.icomoon-checkmark2:before {
  content: "\ea11";
}
.icomoon-spell-check:before {
  content: "\ea12";
}
.icomoon-enter:before {
  content: "\ea13";
}
.icomoon-exit:before {
  content: "\ea14";
}
.icomoon-play2:before {
  content: "\ea15";
}
.icomoon-pause:before {
  content: "\ea16";
}
.icomoon-stop:before {
  content: "\ea17";
}
.icomoon-previous:before {
  content: "\ea18";
}
.icomoon-next:before {
  content: "\ea19";
}
.icomoon-backward:before {
  content: "\ea1a";
}
.icomoon-forward2:before {
  content: "\ea1b";
}
.icomoon-play3:before {
  content: "\ea1c";
}
.icomoon-pause2:before {
  content: "\ea1d";
}
.icomoon-stop2:before {
  content: "\ea1e";
}
.icomoon-backward2:before {
  content: "\ea1f";
}
.icomoon-forward3:before {
  content: "\ea20";
}
.icomoon-first:before {
  content: "\ea21";
}
.icomoon-last:before {
  content: "\ea22";
}
.icomoon-previous2:before {
  content: "\ea23";
}
.icomoon-next2:before {
  content: "\ea24";
}
.icomoon-eject:before {
  content: "\ea25";
}
.icomoon-volume-high:before {
  content: "\ea26";
}
.icomoon-volume-medium:before {
  content: "\ea27";
}
.icomoon-volume-low:before {
  content: "\ea28";
}
.icomoon-volume-mute:before {
  content: "\ea29";
}
.icomoon-volume-mute2:before {
  content: "\ea2a";
}
.icomoon-volume-increase:before {
  content: "\ea2b";
}
.icomoon-volume-decrease:before {
  content: "\ea2c";
}
.icomoon-loop:before {
  content: "\ea2d";
}
.icomoon-loop2:before {
  content: "\ea2e";
}
.icomoon-infinite:before {
  content: "\ea2f";
}
.icomoon-shuffle:before {
  content: "\ea30";
}
.icomoon-arrow-up-left:before {
  content: "\ea31";
}
.icomoon-arrow-up:before {
  content: "\ea32";
}
.icomoon-arrow-up-right:before {
  content: "\ea33";
}
.icomoon-arrow-right:before {
  content: "\ea34";
}
.icomoon-arrow-down-right:before {
  content: "\ea35";
}
.icomoon-arrow-down:before {
  content: "\ea36";
}
.icomoon-arrow-down-left:before {
  content: "\ea37";
}
.icomoon-arrow-left:before {
  content: "\ea38";
}
.icomoon-arrow-up-left2:before {
  content: "\ea39";
}
.icomoon-arrow-up2:before {
  content: "\ea3a";
}
.icomoon-arrow-up-right2:before {
  content: "\ea3b";
}
.icomoon-arrow-right2:before {
  content: "\ea3c";
}
.icomoon-arrow-down-right2:before {
  content: "\ea3d";
}
.icomoon-arrow-down2:before {
  content: "\ea3e";
}
.icomoon-arrow-down-left2:before {
  content: "\ea3f";
}
.icomoon-arrow-left2:before {
  content: "\ea40";
}
.icomoon-circle-up:before {
  content: "\ea41";
}
.icomoon-circle-right:before {
  content: "\ea42";
}
.icomoon-circle-down:before {
  content: "\ea43";
}
.icomoon-circle-left:before {
  content: "\ea44";
}
.icomoon-tab:before {
  content: "\ea45";
}
.icomoon-move-up:before {
  content: "\ea46";
}
.icomoon-move-down:before {
  content: "\ea47";
}
.icomoon-sort-alpha-asc:before {
  content: "\ea48";
}
.icomoon-sort-alpha-desc:before {
  content: "\ea49";
}
.icomoon-sort-numeric-asc:before {
  content: "\ea4a";
}
.icomoon-sort-numberic-desc:before {
  content: "\ea4b";
}
.icomoon-sort-amount-asc:before {
  content: "\ea4c";
}
.icomoon-sort-amount-desc:before {
  content: "\ea4d";
}
.icomoon-command:before {
  content: "\ea4e";
}
.icomoon-shift:before {
  content: "\ea4f";
}
.icomoon-ctrl:before {
  content: "\ea50";
}
.icomoon-opt:before {
  content: "\ea51";
}
.icomoon-checkbox-checked:before {
  content: "\ea52";
}
.icomoon-checkbox-unchecked:before {
  content: "\ea53";
}
.icomoon-radio-checked:before {
  content: "\ea54";
}
.icomoon-radio-checked2:before {
  content: "\ea55";
}
.icomoon-radio-unchecked:before {
  content: "\ea56";
}
.icomoon-crop:before {
  content: "\ea57";
}
.icomoon-make-group:before {
  content: "\ea58";
}
.icomoon-ungroup:before {
  content: "\ea59";
}
.icomoon-scissors:before {
  content: "\ea5a";
}
.icomoon-filter:before {
  content: "\ea5b";
}
.icomoon-font:before {
  content: "\ea5c";
}
.icomoon-ligature:before {
  content: "\ea5d";
}
.icomoon-ligature2:before {
  content: "\ea5e";
}
.icomoon-text-height:before {
  content: "\ea5f";
}
.icomoon-text-width:before {
  content: "\ea60";
}
.icomoon-font-size:before {
  content: "\ea61";
}
.icomoon-bold:before {
  content: "\ea62";
}
.icomoon-underline:before {
  content: "\ea63";
}
.icomoon-italic:before {
  content: "\ea64";
}
.icomoon-strikethrough:before {
  content: "\ea65";
}
.icomoon-omega:before {
  content: "\ea66";
}
.icomoon-sigma:before {
  content: "\ea67";
}
.icomoon-page-break:before {
  content: "\ea68";
}
.icomoon-superscript:before {
  content: "\ea69";
}
.icomoon-subscript:before {
  content: "\ea6a";
}
.icomoon-superscript2:before {
  content: "\ea6b";
}
.icomoon-subscript2:before {
  content: "\ea6c";
}
.icomoon-text-color:before {
  content: "\ea6d";
}
.icomoon-pagebreak:before {
  content: "\ea6e";
}
.icomoon-clear-formatting:before {
  content: "\ea6f";
}
.icomoon-table:before {
  content: "\ea70";
}
.icomoon-table2:before {
  content: "\ea71";
}
.icomoon-insert-template:before {
  content: "\ea72";
}
.icomoon-pilcrow:before {
  content: "\ea73";
}
.icomoon-ltr:before {
  content: "\ea74";
}
.icomoon-rtl:before {
  content: "\ea75";
}
.icomoon-section:before {
  content: "\ea76";
}
.icomoon-paragraph-left:before {
  content: "\ea77";
}
.icomoon-paragraph-center:before {
  content: "\ea78";
}
.icomoon-paragraph-right:before {
  content: "\ea79";
}
.icomoon-paragraph-justify:before {
  content: "\ea7a";
}
.icomoon-indent-increase:before {
  content: "\ea7b";
}
.icomoon-indent-decrease:before {
  content: "\ea7c";
}
.icomoon-share:before {
  content: "\ea7d";
}
.icomoon-new-tab:before {
  content: "\ea7e";
}
.icomoon-embed:before {
  content: "\ea7f";
}
.icomoon-embed2:before {
  content: "\ea80";
}
.icomoon-terminal:before {
  content: "\ea81";
}
.icomoon-share2:before {
  content: "\ea82";
}
.icomoon-mail:before {
  content: "\ea83";
}
.icomoon-mail2:before {
  content: "\ea84";
}
.icomoon-mail3:before {
  content: "\ea85";
}
.icomoon-mail4:before {
  content: "\ea86";
}
.icomoon-amazon:before {
  content: "\ea87";
}
.icomoon-google:before {
  content: "\ea88";
}
.icomoon-google2:before {
  content: "\ea89";
}
.icomoon-google3:before {
  content: "\ea8a";
}
.icomoon-google-plus:before {
  content: "\ea8b";
}
.icomoon-google-plus2:before {
  content: "\ea8c";
}
.icomoon-google-plus3:before {
  content: "\ea8d";
}
.icomoon-hangouts:before {
  content: "\ea8e";
}
.icomoon-google-drive:before {
  content: "\ea8f";
}
.icomoon-facebook:before {
  content: "\ea90";
}
.icomoon-facebook2:before {
  content: "\ea91";
}
.icomoon-instagram:before {
  content: "\ea92";
}
.icomoon-whatsapp:before {
  content: "\ea93";
}
.icomoon-spotify:before {
  content: "\ea94";
}
.icomoon-telegram:before {
  content: "\ea95";
}
.icomoon-twitter:before {
  content: "\ea96";
}
.icomoon-vine:before {
  content: "\ea97";
}
.icomoon-vk:before {
  content: "\ea98";
}
.icomoon-renren:before {
  content: "\ea99";
}
.icomoon-sina-weibo:before {
  content: "\ea9a";
}
.icomoon-rss:before {
  content: "\ea9b";
}
.icomoon-rss2:before {
  content: "\ea9c";
}
.icomoon-youtube:before {
  content: "\ea9d";
}
.icomoon-youtube2:before {
  content: "\ea9e";
}
.icomoon-twitch:before {
  content: "\ea9f";
}
.icomoon-vimeo:before {
  content: "\eaa0";
}
.icomoon-vimeo2:before {
  content: "\eaa1";
}
.icomoon-lanyrd:before {
  content: "\eaa2";
}
.icomoon-flickr:before {
  content: "\eaa3";
}
.icomoon-flickr2:before {
  content: "\eaa4";
}
.icomoon-flickr3:before {
  content: "\eaa5";
}
.icomoon-flickr4:before {
  content: "\eaa6";
}
.icomoon-dribbble:before {
  content: "\eaa7";
}
.icomoon-behance:before {
  content: "\eaa8";
}
.icomoon-behance2:before {
  content: "\eaa9";
}
.icomoon-deviantart:before {
  content: "\eaaa";
}
.icomoon-500px:before {
  content: "\eaab";
}
.icomoon-steam:before {
  content: "\eaac";
}
.icomoon-steam2:before {
  content: "\eaad";
}
.icomoon-dropbox:before {
  content: "\eaae";
}
.icomoon-onedrive:before {
  content: "\eaaf";
}
.icomoon-github:before {
  content: "\eab0";
}
.icomoon-npm:before {
  content: "\eab1";
}
.icomoon-basecamp:before {
  content: "\eab2";
}
.icomoon-trello:before {
  content: "\eab3";
}
.icomoon-wordpress:before {
  content: "\eab4";
}
.icomoon-joomla:before {
  content: "\eab5";
}
.icomoon-ello:before {
  content: "\eab6";
}
.icomoon-blogger:before {
  content: "\eab7";
}
.icomoon-blogger2:before {
  content: "\eab8";
}
.icomoon-tumblr:before {
  content: "\eab9";
}
.icomoon-tumblr2:before {
  content: "\eaba";
}
.icomoon-yahoo:before {
  content: "\eabb";
}
.icomoon-yahoo2:before {
  content: "\eabc";
}
.icomoon-tux:before {
  content: "\eabd";
}
.icomoon-appleinc:before {
  content: "\eabe";
}
.icomoon-finder:before {
  content: "\eabf";
}
.icomoon-android:before {
  content: "\eac0";
}
.icomoon-windows:before {
  content: "\eac1";
}
.icomoon-windows8:before {
  content: "\eac2";
}
.icomoon-soundcloud:before {
  content: "\eac3";
}
.icomoon-soundcloud2:before {
  content: "\eac4";
}
.icomoon-skype:before {
  content: "\eac5";
}
.icomoon-reddit:before {
  content: "\eac6";
}
.icomoon-hackernews:before {
  content: "\eac7";
}
.icomoon-wikipedia:before {
  content: "\eac8";
}
.icomoon-linkedin:before {
  content: "\eac9";
}
.icomoon-linkedin2:before {
  content: "\eaca";
}
.icomoon-lastfm:before {
  content: "\eacb";
}
.icomoon-lastfm2:before {
  content: "\eacc";
}
.icomoon-delicious:before {
  content: "\eacd";
}
.icomoon-stumbleupon:before {
  content: "\eace";
}
.icomoon-stumbleupon2:before {
  content: "\eacf";
}
.icomoon-stackoverflow:before {
  content: "\ead0";
}
.icomoon-pinterest:before {
  content: "\ead1";
}
.icomoon-pinterest2:before {
  content: "\ead2";
}
.icomoon-xing:before {
  content: "\ead3";
}
.icomoon-xing2:before {
  content: "\ead4";
}
.icomoon-flattr:before {
  content: "\ead5";
}
.icomoon-foursquare:before {
  content: "\ead6";
}
.icomoon-yelp:before {
  content: "\ead7";
}
.icomoon-paypal:before {
  content: "\ead8";
}
.icomoon-chrome:before {
  content: "\ead9";
}
.icomoon-firefox:before {
  content: "\eada";
}
.icomoon-IE:before {
  content: "\eadb";
}
.icomoon-edge:before {
  content: "\eadc";
}
.icomoon-safari:before {
  content: "\eadd";
}
.icomoon-opera:before {
  content: "\eade";
}
.icomoon-file-pdf:before {
  content: "\eadf";
}
.icomoon-file-openoffice:before {
  content: "\eae0";
}
.icomoon-file-word:before {
  content: "\eae1";
}
.icomoon-file-excel:before {
  content: "\eae2";
}
.icomoon-libreoffice:before {
  content: "\eae3";
}
.icomoon-html-five:before {
  content: "\eae4";
}
.icomoon-html-five2:before {
  content: "\eae5";
}
.icomoon-css3:before {
  content: "\eae6";
}
.icomoon-git:before {
  content: "\eae7";
}
.icomoon-codepen:before {
  content: "\eae8";
}
.icomoon-svg:before {
  content: "\eae9";
}
.icomoon-IcoMoon:before {
  content: "\eaea";
}

.apply-btn  [class^="icomoon-"], [class*=" icomoon-"] {
  height: 22px;
  left: -4px;
  margin-right: 4px;
  top: 2px;
  width: 22px;
  display: inline-block;
}


.rmit-course-page .lg-btn span[class^='icomoon-'] {
  margin-right: 15px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.promo-ng-smallimage-left {
  min-height: 169px;
  /*max-width: 290px;*/
  float: left;
}

.promo-ng-smallimage-right {
  min-height: 169px;
  /*max-width: 290px;*/
  float: right;
}

.promo-ng .col-sm-4 {
  width: 33.335%;
}
.feature-1-col-module .promo-ngcta span{
    color: white;
    text-decoration: none;

}
 .feature-1-col-module .promo-ngcta span.pre-click-button-label {
   text-transform: none;
   text-decoration: none;
   font-size: 20px;
   font-weight: 300;
}

.feature-1-col-module .promo-ngcta .black span{
    color: black;
    text-decoration: none;

}
 .feature-1-col-module .promo-ngcta .black span.pre-click-button-label {
   text-transform: none;
   text-decoration: underline;
}
a.apply-btn.white,
a.apply-btn.white:visited,
a.apply-btn.white:hover {
    color: white;
    text-decoration: none;
}

a.apply-btn.black,
a.apply-btn.black:visited,
a.apply-btn.black:hover {
    color: black;
    text-decoration: none;
}

.col-xs-1.remove-padding-left,
.col-sm-1.remove-padding-left,
.col-md-1.remove-padding-left,
.col-lg-1.remove-padding-left,
.col-xs-2.remove-padding-left,
.col-sm-2.remove-padding-left,
.col-md-2.remove-padding-left,
.col-lg-2.remove-padding-left,
.col-xs-3.remove-padding-left,
.col-sm-3.remove-padding-left,
.col-md-3.remove-padding-left,
.col-lg-3.remove-padding-left,
.col-xs-4.remove-padding-left,
.col-sm-4.remove-padding-left,
.col-md-4.remove-padding-left,
.col-lg-4.remove-padding-left,
.col-xs-5.remove-padding-left,
.col-sm-5.remove-padding-left,
.col-md-5.remove-padding-left,
.col-lg-5.remove-padding-left,
.col-xs-6.remove-padding-left,
.col-sm-6.remove-padding-left,
.col-md-6.remove-padding-left,
.col-lg-6.remove-padding-left,
.col-xs-7.remove-padding-left,
.col-sm-7.remove-padding-left,
.col-md-7.remove-padding-left,
.col-lg-7.remove-padding-left,
.col-xs-8.remove-padding-left,
.col-sm-8.remove-padding-left,
.col-md-8.remove-padding-left,
.col-lg-8.remove-padding-left,
.col-xs-9.remove-padding-left,
.col-sm-9.remove-padding-left,
.col-md-9.remove-padding-left,
.col-lg-9.remove-padding-left,
.col-xs-10.remove-padding-left,
.col-sm-10.remove-padding-left,
.col-md-10.remove-padding-left,
.col-lg-10.remove-padding-left,
.col-xs-11.remove-padding-left,
.col-sm-11.remove-padding-left,
.col-md-11.remove-padding-left,
.col-lg-11.remove-padding-left,
.col-xs-12.remove-padding-left,
.col-sm-12.remove-padding-left,
.col-md-12.remove-padding-left,
.col-lg-12.remove-padding-left {
  padding-left: 0px;
}

.col-xs-1.remove-padding-right,
.col-sm-1.remove-padding-right,
.col-md-1.remove-padding-right,
.col-lg-1.remove-padding-right,
.col-xs-2.remove-padding-right,
.col-sm-2.remove-padding-right,
.col-md-2.remove-padding-right,
.col-lg-2.remove-padding-right,
.col-xs-3.remove-padding-right,
.col-sm-3.remove-padding-right,
.col-md-3.remove-padding-right,
.col-lg-3.remove-padding-right,
.col-xs-4.remove-padding-right,
.col-sm-4.remove-padding-right,
.col-md-4.remove-padding-right,
.col-lg-4.remove-padding-right,
.col-xs-5.remove-padding-right,
.col-sm-5.remove-padding-right,
.col-md-5.remove-padding-right,
.col-lg-5.remove-padding-right,
.col-xs-6.remove-padding-right,
.col-sm-6.remove-padding-right,
.col-md-6.remove-padding-right,
.col-lg-6.remove-padding-right,
.col-xs-7.remove-padding-right,
.col-sm-7.remove-padding-right,
.col-md-7.remove-padding-right,
.col-lg-7.remove-padding-right,
.col-xs-8.remove-padding-right,
.col-sm-8.remove-padding-right,
.col-md-8.remove-padding-right,
.col-lg-8.remove-padding-right,
.col-xs-9.remove-padding-right,
.col-sm-9.remove-padding-right,
.col-md-9.remove-padding-right,
.col-lg-9.remove-padding-right,
.col-xs-10.remove-padding-right,
.col-sm-10.remove-padding-right,
.col-md-10.remove-padding-right,
.col-lg-10.remove-padding-right,
.col-xs-11.remove-padding-right,
.col-sm-11.remove-padding-right,
.col-md-11.remove-padding-right,
.col-lg-11.remove-padding-right,
.col-xs-12.remove-padding-right,
.col-sm-12.remove-padding-right,
.col-md-12.remove-padding-right,
.col-lg-12.remove-padding-right {
  		padding-right: 0px;
}

.inside {
    vertical-align: middle;
    display: table-cell;
    height: 37px;
}

.inside span:first-of-type {
    font-weight: bold;
}

.c-summary .c-summary-cell {
    padding: 2px 10px 0px 0;
    overflow: hidden;
    height: 37px !important;
}

body.b-domestic .b-international, body.b-domestic .b-International,
body.b-international .b-domestic, body.b-international .b-Domestic{
    display: none !important;
}

.extended-desc h3,  .extended-desc h4,
.extended-desc h5,  .extended-desc h6{
    margin-top: 30px;
    margin-bottom: 10px;
}

.textimage {
    display: inline-block;
    width: 100%;
}

.textimage img{
    width:auto;
    height: auto;
}

.textimage-left {
    float: left;
    margin-right: 8px;
}

.textimage-top {
    margin-bottom: 8px;
}

.textimage-right {
    float: right;
    margin-left: 8px;
}

.textimage-text {
     overflow: hidden;
     padding-left: 12px;
 }

.textimage-text h1,
.textimage-text h2,
.textimage-text h3,
.textimage-text h4,
.textimage-text h5,
.textimage-text h6{
    color:black;
}

.rmit-course-page .course-content .section-wrapper .textimage-text li{
    border:none;
}

.m-share-wrapper {
    margin-top: auto;
}

.doc-wrapper.course-page-mobile-menu {

    overflow: visible;

}

/* .doc-wrapper.lightbox-page-content.m-burger-menu-page-content.page-content-wrapper{
    overflow: visible !important;
}
 */
.doc-wrapper.lightbox-page-content.m-burger-menu-page-content.page-content-wrapper{
    overflow: hidden !important;
}


/*.body-headroom .main-content-wrapper{*/
    /*margin-top: 104px;*/
/*}*/

@media only screen and (min-width:768px){
    .m-apply{
        width:80%
    }
}

.apply-btn, .apply-btn:visited, .apply-btn:focus {
    margin-top:auto;
}

.m-apply .apply-block {
    padding: 20px;
}

.m-detail-program .requirementConnection:after {
    right: 45%;
}

img[src^="/libs/cq/linkchecker/resources/linkcheck_"] {
    width: auto;
    height: auto;
}

.rmit-course-page .hero.overview {
    background-image: none;
}

.rmit-course-page .hero .overview-image-xs {
    background-image: none;
    background-size: cover;
    width: 100%;
    height: 50vh;
    max-height: 200px;
}

.rmit-course-page .hero {
    background-position: 0 0px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    position: relative;
}

.landscape-image:before {
    padding-top: 60%;
}

.hero.overview.scaled-background:before {
    padding-top: 0;
}

.m-icon-overlay-icon-bg {
    border-radius: 45px;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
}

.mediacolelement .m-icon-overlay-icon.grunticon-camera-gal-wht-40,
.mediacolelement .m-icon-overlay-icon.grunticon-play-wht-20,
.mediacolelement .m-icon-overlay-icon.grunticon-video-gal-wht-40 {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
}

.mediacolelement .m-icon-overlay .m-icon-overlay-bg:hover {
    opacity: 0.4;
    background: #000;
    transition: opacity .25s ease-out;
}

@media only screen and (max-width: 767px){
    .rmit-course-page .hero h1.course-name {
        margin-top: 20px;
    }

    .module .module {
        border-bottom: 0px;
    }

    .m-carousel .c-interest-tile-image {
        height: 310px;
        width: 67%;
        background-position: center;
    }

    .m-carousel .c-interest-tile-info {
        height: auto;
        padding: 20px 15px 10px;
        width: 33%;
        bottom: 0;
        background: #333;
        right: 0;
        left: auto !important;
    }

    .m-carousel .c-carousel-feature.c-carousel {
        padding: 0;
        margin: 0;
    }

    .m-carousel .c-interest-tile-cta {
        display: none;
    }

    .mediacolelement {
        /*max-width: 310px;*/
        margin: 10px auto;
    }

    .m-applicant-overlay.std-light li {
        list-style-type: circle;
        list-style-position: inside;
        padding-left: 25px;
    }
}


.rmit-course-page .hero .hero-content .hero-content-heading-wrapper {
    position: inherit;
}

@media only screen and (min-width: 992px){
    .rmit-course-page .c-summary.c-summary-3-col .c-summary-cell:nth-child(3n+1) {
        clear: none;
    }
}

.promo-standard-footer.container .offset-content {
    height: auto;
    left: 0;
}

.mediacolelement figcaption, .detail-img-list figcaption {
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 0px 10px 0px;
    line-height: 1.500em;
    font-size: .857142em;
    font-weight: normal;
    color: #666;
    text-align: center;
}

.image-wide figcaption {
    background-color: #EDEDED;
    padding: 15px;
    line-height: 1.500em;
    font-size: inherit;
    font-weight: normal;
    color: #666;
}

.rmit-course-page .course-content .section-wrapper .image-wide figcaption p{
    margin: 0;
}

.rmit-course-page .course-content .mediacolelement a,
.rmit-course-page .course-content figcaption a{
    color: #666;
    text-decoration: none;
}

.rmit-course-page .course-content .mediacolelement a:hover,
.rmit-course-page .course-content figcaption a:hover{
    color: #666;
    text-decoration:underline;
}

.text-wrap {
    color:#666;
    width: 100%;
    padding:30px 0;
}

.rmit-course-page .course-content .text-wrap ul,
.rmit-course-page .course-content .text-wrap ol {
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    left: 15px;
}

.rmit-course-page .course-content .text-wrap  ul li{
    list-style: disc inside;
}

.rmit-course-page .course-content .text-wrap  ol li{
    list-style: decimal inside;
}

.rmit-course-page .course-content .text-wrap .lead{
    color:black;
    font-weight: bold;
}

.rmit-course-page .overview-two-col .feature-text.small{
    display: block;
    line-height: 1.5em;
    height: 169px;
}
/*.rmit-course-page .overview-two-col .small .standard-content-article.text-content{
    height: 169px;
}*/

.rmit-course-page .overview-two-col .feature-1-col-module .image.small > div {
    padding-top: 50%;
    left: auto;
}

.button-wrapper{
    padding: 2px 0px;
}

.row {
    margin-bottom: 0px;
}

.panel-heading .accordion-icon .exploremore{
    top:27px;
    position: absolute;
    right: 40px;
}

.exploremoreng [class*=" grunticon-"],.exploremoreng [class^="grunticon-"] {
    display: inline-block;
    width: 25px;
    height: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    behavior: url('/etc/designs/rmit-ui/js/backgroundsize.min.htc');
}

.rmit-course-page .course-content .section-wrapper .module .exploremoreng .standard-content-article ul{
    padding-left: 0;
    margin-left: 0;
}

.rmit-course-page .course-content .section-wrapper .module .exploremoreng .standard-content-article ul li{
    padding-left: 0;
    list-style: none;
}


.rmit-course-page .course-content .extended-desc  ul,
.rmit-course-page .b-program-content .extended-desc  ul,
.rmit-course-page .course-content .extended-desc  ol,
.rmit-course-page .b-program-content .extended-desc  ol
{
    margin-left: 20px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.rmit-course-page .course-content .extended-desc  ul li,
.rmit-course-page .b-program-content .extended-desc  ul li
{
    list-style: disc;
    margin: 0;
    padding: 0;
    border: 0;
}
.rmit-course-page .course-content .extended-desc  ol li,
.rmit-course-page .b-program-content .extended-desc  ol li
{
    list-style: decimal;
    margin: 0;
    padding: 0;
    border: 0;
}
/*.rmit-course-page .course-content .b-program-content .module .related .row  p,*/
/*.rmit-course-page .b-program-content .module .related .row  p{*/
    /*margin-bottom: 10px;*/
/*}*/

.c-inline-application-switcher .c-inline-application-switcher-text.b-domestic.grunticon-australia-gryA-15,
.c-inline-application-switcher .c-inline-application-switcher-text.b-international.grunticon-globe-gryA-15 {
    width: auto;
    background-position: left center;
    height: 19px;
}

.m-applicant-type-switcher .applicant-info ul li {
    display: list-item;
    max-width: none;
    width: auto;
    list-style-type: circle;
    text-align: left;
    padding: 0;
    font-size: inherit;
    list-style-position: inside;
    padding-left: 25px;
}

.m-applicant-type-switcher .applicant-info  {
    text-align:left;
    display: table;
    border-bottom: 1px dotted #333;
    width: 100%;
}

.m-applicant-type-switcher .applicant-info ul {
    margin-bottom:20px;
}



@media only screen and (min-width: 768px) and (max-width:991px){
    .c-inline-application-switcher .c-inline-application-switcher-text.b-domestic.grunticon-australia-gryA-15,
    .c-inline-application-switcher .c-inline-application-switcher-text.b-international.grunticon-globe-gryA-15 {
        height: 15px;
    }

    .rmit-course-page .course-content .main-heading .c-inline-application-switcher {
        overflow: auto;
    }

    .c-inline-application-switcher-text,
    .rmit-course-page .course-content .main-heading .share span {
        font-size: 1.1rem;
    }

    .rmit-course-page .tabs .apply-button:before {
        width: 153px;
    }
}

.rmit-course-page .tabs .apply-button:before{
    width: 278px;
}

.c-inline-application-switcher-text{
    margin-right: 0;
}

.promo-ng .scaled-background {
    background-position: top;
    max-height: 280px;
}


.promo-ng .captioned-image.media-image-gallery-type .call-to-action,
.promo-ng .captioned-image.media-video-gallery-type .call-to-action,
.promo-ng .captioned-image.media-video-type .call-to-action {
    display: none;
}

.promo-ng .captioned-image{
    margin: 0px;
}

.rmit-course-page .overview-two-col .feature-1-col-module .feature-text h2.smallimage{
    width: 100%;
}

.feature-1-col-module.no-outline.remove-outline .text-content ul li {
    list-style-type: disc ;
    list-style-position: inside ;
    color: #666;
}

.feature-1-col-module.no-outline.remove-outline .text-content ul li:before {
    display:none;
}

.feature-1-col-module.no-outline.remove-outline .text-content ol{
    padding-left: 0;
}
.feature-1-col-module.no-outline.remove-outline .text-content ol>li:before {
    content: counter(li) '.';
    counter-increment: li;
    display: inline-block;
    height: 8px;
    position: relative;
    left: 0px;
    font-size: small;
    top: 0px;
    margin-right: 4px;
}

.lightbox-content {
    overflow: initial;
}

.c-lightbox-image {
    margin-top: 0px;
}

.c-lightbox-media-container {
    padding-top: 0;
}

.overview-two-col .text-content .vertically-centered-text {
    width: 100%
}


@media (max-width:991px) {
    .share .share-popup {
        left: -13px
    }

    .mediacolelement figure.c-feature-tile-image.landscape-image {
        width: auto;
        height: auto;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    .c-feature-tile-4-col-intro > .c-feature-tile-intro-inner {
        height: 155px;
    }

}

@media (min-width:992px) {

    .tall-tiles .c-interest-tile-image.scaled-background {
        height: 240px;
    }
}

.b-program-unavailable .unavailable-text {
	margin-left: 15px;
}

body.b-international .b-domestic.hidden-xs, body.b-international .b-Domestic.hidden-xs {
    display: none !Important;
}

body.b-domestic .b-international.hidden-xs, body.b-domestic .b-International.hidden-xs {
    display: none !Important;
}

@media (max-width: 520px){
    .m-carousel .c-carousel-feature.c-carousel .c-interest-tile-image {
        height: 310px;
        width: 100%;
    }

    .m-carousel .c-carousel-feature.c-carousel {
        padding:0;
    }

    .m-carousel .c-carousel-feature.c-carousel .c-interest-tile-info {
        display: none;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rmit-course-page .tall-tiles .m-interest-tile-explore.heading {
        height: 240px;
    }
    .rmit-course-page .tall-tiles .c-interest-tile-info,
    .rmit-course-page .tall-tiles .c-interest-tile {
        height: 240px;
    }
}

@media only screen and (min-width: 1200px) {
    .rmit-course-page .tall-tiles .m-interest-tile-explore.heading {
        height: 240px;
    }
    .rmit-course-page .tall-tiles .c-interest-tile-info,
    .rmit-course-page .tall-tiles .c-interest-tile {
        height: 240px;
    }
}

.initialfloat {
    float: initial;
}

.rtldirection {
    left: auto;
    direction: rtl;
}
