/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 28 January 2026 06:10:45
*/


@charset "UTF-8";
/* ---------      CSU 2019 brand palette    --------- */
/* changed for contrast 20250404 #8a8a8a*/
/*
20      @mixin accordion-trigger
40      @mixin reset-list 
50      @mixin horizontal-list
65      placeholder %arrow
80      @mixin button
120     @mixin ticker-tape
130     @mixin dropdown-arrow
150     @mixin aspect-ratio
170     @mixin rem
250     function @str-replace
280     placeholders styled checkboxes/radio buttons
390     @mixin indicator
400     placeholder %mk3-table
450     placeholder %mk3-table-components
480     placeholder %un-animate-menu
500     placeholder %spinner
510     placeholder %search-filter (used in staff search and list content components)
550     placeholder %rollover_preload

*/
button.text::after, .btn.text::after, button.cta::after, .btn.cta::after, button.cta-backwards::before, .btn.cta-backwards::before, button.cta-large::after, .btn.cta-large::after, button.banner::after, .btn.banner::after, button.text.backwards::before, .btn.text.backwards::before, .feature-image-card-set > div.second-position .unique-selling-points .usp .cta::after {
  font-family: "csu-icons-2019";
  content: "";
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 0.6;
  position: relative;
  top: 3px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
}
/* - - - - -     fancy checkboxes/radio    - - - - - - */
/* - - - - -     mk3 tables    - - - - - - */
/* override bootstrap */
table.table {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
table, section.accordion .accordion .card .card-body table, .responsive-tabs-container .tab-content table {
  color: #222222;
  overflow-x: auto;
}
table thead th, section.accordion .accordion .card .card-body table thead th, .responsive-tabs-container .tab-content table thead th {
  border-bottom: 2px solid #8E8E8E;
  padding: 0.85rem;
  color: #ffffff;
  background: #797676;
}
table thead td, section.accordion .accordion .card .card-body table thead td, .responsive-tabs-container .tab-content table thead td {
  color: #222222;
}
table.table-hover tbody tr:hover, section.accordion .accordion .card .card-body table.table-hover tbody tr:hover, .responsive-tabs-container .tab-content table.table-hover tbody tr:hover {
  color: #222222;
  background-color: #f7f5f2;
}
table.table-striped tbody tr:nth-of-type(2n+1), section.accordion .accordion .card .card-body table.table-striped tbody tr:nth-of-type(2n+1), .responsive-tabs-container .tab-content table.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f2eee9;
}
table.table-striped tbody tr:nth-of-type(2n+1) td a, section.accordion .accordion .card .card-body table.table-striped tbody tr:nth-of-type(2n+1) td a, .responsive-tabs-container .tab-content table.table-striped tbody tr:nth-of-type(2n+1) td a {
  color: #c43424;
}
table.table-bordered th, section.accordion .accordion .card .card-body table.table-bordered th, .responsive-tabs-container .tab-content table.table-bordered th, table.table-bordered td, section.accordion .accordion .card .card-body table.table-bordered td, .responsive-tabs-container .tab-content table.table-bordered td {
  border: 1px solid #EEE9E2;
}
table > tbody > tr > td, section.accordion .accordion .card .card-body table > tbody > tr > td, .responsive-tabs-container .tab-content table > tbody > tr > td, table > tbody > tr > th, section.accordion .accordion .card .card-body table > tbody > tr > th, .responsive-tabs-container .tab-content table > tbody > tr > th, table > tfoot > tr > td, section.accordion .accordion .card .card-body table > tfoot > tr > td, .responsive-tabs-container .tab-content table > tfoot > tr > td, table > tfoot > tr > th, section.accordion .accordion .card .card-body table > tfoot > tr > th, .responsive-tabs-container .tab-content table > tfoot > tr > th, table > thead > tr > td, section.accordion .accordion .card .card-body table > thead > tr > td, .responsive-tabs-container .tab-content table > thead > tr > td {
  border-top: 1px solid #EEE9E2;
  color: #616161;
  font-size: 0.92rem;
}
section.accordion .accordion .card .card-body table, .responsive-tabs-container .tab-content table {
  border: 0 !important;
}
section.accordion .accordion .card .card-body table th, .responsive-tabs-container .tab-content table th {
  border-left-color: #797676;
  border-right-color: #797676;
}
section.accordion .accordion .card .card-body table.table-responsive, .responsive-tabs-container .tab-content table.table-responsive {
  width: 100%;
}
section.accordion .accordion .card .card-body table.table-hover tbody tr:hover, .responsive-tabs-container .tab-content table.table-hover tbody tr:hover {
  background-color: #ffffff !important;
}
/* ---    lose the dicky bootstrap animation    --- */
.spinner-holder, .wordpress-feed .spinner-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99;
}
.spinner-holder .spinner, .wordpress-feed .spinner-holder .spinner {
  width: 56px;
  height: 56px;
  border: 8px solid rgba(201, 45, 12, 0.25);
  border-top-color: #c92d0c;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  top: 50%;
  margin: -28px auto 0 auto;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-holder {
  height: 300px;
}
.local-search-wrapper, section.staff-listing .local-search-wrapper {
  /*  .local-search-wrapper */
  background: #EEE9E2;
  padding: 1px 2rem 1rem 2rem;
  margin-bottom: 2rem;
}
.local-search-wrapper .app-search-box .input-group, section.staff-listing .local-search-wrapper .app-search-box .input-group {
  border-radius: 0;
  background: #ffffff;
}
.local-search-wrapper .app-search-box input, section.staff-listing .local-search-wrapper .app-search-box input {
  border: 1px solid #ffffff;
  height: 4em;
}
.local-search-wrapper .app-search-box .input-group-append .btn, section.staff-listing .local-search-wrapper .app-search-box .input-group-append .btn {
  border: none;
  margin: 0;
}
.local-search-wrapper .app-search-box .input-group-append .btn:hover, section.staff-listing .local-search-wrapper .app-search-box .input-group-append .btn:hover, .local-search-wrapper .app-search-box .input-group-append .btn:focus, section.staff-listing .local-search-wrapper .app-search-box .input-group-append .btn:focus {
  color: #DA3D0F;
  background-color: inherit;
  cursor: pointer;
}
.local-search-wrapper .app-search-box .input-group-append .btn .icon-magnifier, section.staff-listing .local-search-wrapper .app-search-box .input-group-append .btn .icon-magnifier {
  font-family: "simple-line-icons" !important;
}
/* use this to preload rollover images 
attach it to the ::after or any other unused psuedo element
https://heikomamerow.dev/preload-css-background-image-with-css/ */
/*
.input-group {
    border-radius: 500px;
    background: #fff;
    overflow: hidden;

    .form-control {
        border: none;
        color: #222944;
    }

    .input-group-append .btn {
        color: #DA3D0F;
    }
} */
/* TYPOGRAPHY BRAND 2019 */
@font-face {
  font-family: "Basis Grotesque Light";
  src: url("https://cdn.csu.edu.au/__data/assets/file/0008/3176027/BasisGrotesque-Light-Web.eot");
  /* IE9 Compat Modes */
  src: url("https://cdn.csu.edu.au/__data/assets/file/0008/3176027/BasisGrotesque-Light-Web.eot?#iefix") format("embedded-opentype"), url("https://cdn.csu.edu.au/__data/assets/file/0003/3176031/BasisGrotesque-Light-Web.woff2") format("woff2"), url("https://cdn.csu.edu.au/__data/assets/file/0020/3176030/BasisGrotesque-Light-Web.woff") format("woff"), url("https://cdn.csu.edu.au/__data/assets/file/0010/3176029/BasisGrotesque-Light-Web.ttf") format("truetype"), url("https://cdn.csu.edu.au/__data/assets/file/0009/3176028/BasisGrotesque-Light-Web.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Basis Grotesque Regular";
  src: url("https://cdn.csu.edu.au/__data/assets/file/0010/3176047/BasisGrotesque-Regular-Web.eot");
  /* IE9 Compat Modes */
  src: url("https://cdn.csu.edu.au/__data/assets/file/0010/3176047/BasisGrotesque-Regular-Web.eot?#iefix") format("embedded-opentype"), url("https://cdn.csu.edu.au/__data/assets/file/0005/3176051/BasisGrotesque-Regular-Web.woff2"), url("https://cdn.csu.edu.au/__data/assets/file/0004/3176050/BasisGrotesque-Regular-Web.woff") format("woff"), url("https://cdn.csu.edu.au/__data/assets/file/0003/3176049/BasisGrotesque-Regular-Web.ttf") format("truetype"), url("https://cdn.csu.edu.au/__data/assets/file/0011/3176048/BasisGrotesque-Regular-Web.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Basis Grotesque Medium";
  src: url("https://cdn.csu.edu.au/__data/assets/file/0009/3176037/BasisGrotesque-Medium-Web.eot");
  /* IE9 Compat Modes */
  src: url("https://cdn.csu.edu.au/__data/assets/file/0009/3176037/BasisGrotesque-Medium-Web.eot?#iefix") format("embedded-opentype"), url("https://cdn.csu.edu.au/__data/assets/file/0004/3176041/BasisGrotesque-Medium-Web.woff2") format("woff2"), url("https://cdn.csu.edu.au/__data/assets/file/0003/3176040/BasisGrotesque-Medium-Web.woff") format("woff"), url("https://cdn.csu.edu.au/__data/assets/file/0011/3176039/BasisGrotesque-Medium-Web.ttf") format("truetype"), url("https://cdn.csu.edu.au/__data/assets/file/0010/3176038/BasisGrotesque-Medium-Web.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Basis Grotesque Bold";
  src: url("https://cdn.csu.edu.au/__data/assets/file/0020/3176012/BasisGrotesque-Bold-Web.eot");
  /* IE9 Compat Modes */
  src: url("https://cdn.csu.edu.au/__data/assets/file/0020/3176012/BasisGrotesque-Bold-Web.eot?#iefix") format("embedded-opentype"), url("https://cdn.csu.edu.au/__data/assets/file/0006/3176016/BasisGrotesque-Bold-Web.woff2") format("woff2"), url("https://cdn.csu.edu.au/__data/assets/file/0005/3176015/BasisGrotesque-Bold-Web.woff") format("woff"), url("https://cdn.csu.edu.au/__data/assets/file/0004/3176014/BasisGrotesque-Bold-Web.ttf") format("truetype"), url("https://cdn.csu.edu.au/__data/assets/file/0003/3176013/BasisGrotesque-Bold-Web.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
/*@font-face {
  font-family: 'csu-icons-2019';
  src:  url('https://cdn.csu.edu.au/__data/assets/file/0003/3185742/csu-icons-2019.eot?id47i8');
  src:  url('https://cdn.csu.edu.au/__data/assets/file/0003/3185742/csu-icons-2019.eot?id47i8#iefix') format('embedded-opentype'),
    url('https://cdn.csu.edu.au/__data/assets/file/0005/3185744/csu-icons-2019.ttf?id47i8') format('truetype'),
    url('https://cdn.csu.edu.au/__data/assets/file/0006/3185745/csu-icons-2019.woff?id47i8') format('woff'),
    url('https://cdn.csu.edu.au/__data/assets/file/0004/3185752/csu-icons-2019.woff2?id47i8') format('woff2'),
    url('https://cdn.csu.edu.au/__data/assets/file/0004/3185743/csu-icons-2019.svg?id47i8#csu-icons-2019') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="csu-icon-"], [class*=" csu-icon-"] { */
/* use !important to prevent issues with browser extensions that change fonts */
/*  font-family: 'csu-icons-2019' !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;
} */
@font-face {
  font-family: "CSU-icons-2025";
  src: url("https://cdn.csu.edu.au/__data/assets/file/0007/4494796/CSU-icons-2025.eot?bdqo77");
  src: url("https://cdn.csu.edu.au/__data/assets/file/0007/4494796/CSU-icons-2025.eot?bdqo77#iefix") format("embedded-opentype"), url("https://cdn.csu.edu.au/__data/assets/file/0009/4494798/CSU-icons-2025.ttf?bdqo77") format("truetype"), url("https://cdn.csu.edu.au/__data/assets/file/0010/4494799/CSU-icons-2025.woff?bdqo77") format("woff"), url("https://cdn.csu.edu.au/__data/assets/file/0011/4494800/CSU-icons-2025.woff2?bdqo77") format("woff2"), url("https://cdn.csu.edu.au/__data/assets/file/0008/4494797/CSU-icons-2025.svg?bdqo77#CSU-icons-2025") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "CSU-icons-2025" !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;
}
.csu-icon-bubbles:before {
  content: "";
  color: #7cc2a0;
}
.csu-icon-info:before {
  content: "";
  color: #DA3D0F;
}
.csu-icon-video-camera:before {
  content: "";
  color: #7cc2a0;
}
.csu-icon-youtube:before {
  content: "";
  color: #7cc2a0;
}
.csu-icon-icon-social-call:before {
  content: "";
}
.csu-icon-icon-social-facebook:before {
  content: "";
}
.csu-icon-icon-social-insight:before {
  content: "";
}
.csu-icon-icon-social-instagram:before {
  content: "";
}
.csu-icon-icon-social-linkedIn:before {
  content: "";
}
.csu-icon-icon-social-snapchat:before {
  content: "";
}
.csu-icon-icon-social-twitter:before {
  content: "";
}
.csu-icon-icon-social-visit:before {
  content: "";
}
.csu-icon-icon-social-youtube:before {
  content: "";
}
.csu-icon-medicine-new:before {
  content: "";
}
.csu-icon-icons-pathways:before {
  content: "";
}
.csu-icon-Agriculture_and_environment:before {
  content: "";
}
.csu-icon-Allied-Health-and-Pharmacy:before, .csu-icon-Allied_health:before, .csu-icon-Paramedicine:before {
  content: "";
}
.csu-icon-Animal-and-veterinary-science:before, .csu-icon-Animal_and_veterinary_sciences:before {
  content: "";
}
.csu-icon-Arrow:before {
  content: "";
}
.csu-icon-Business:before {
  content: "";
}
.csu-icon-Communication-and-creative-industries:before, .csu-icon-Arts_and_communication:before {
  content: "";
}
.csu-icon-Engineering:before {
  content: "";
}
.csu-icon-Environmental-science-and-outdoor-recreation:before {
  content: "";
}
.csu-icon-Exercise-and-Sports-Science:before, .csu-icon-Exercise_and_sports_sciences:before {
  content: "";
}
.csu-icon-Humanities:before {
  content: "";
}
.csu-icon-social-work-and-human-services:before {
  content: "";
}
.csu-icon-Information-and-library-studies:before, .csu-icon-Information_and_library_studies:before {
  content: "";
}
.csu-icon-IT:before, .csu-icon-IT_and_computing:before {
  content: "";
}
.csu-icon-Medical-Science-and-Dentistry:before, .csu-icon-Dentistry_and_oral_health:before {
  content: "";
}
.csu-icon-Medicine_and_health:before, .csu-icon-Diagnostic_and_health_science:before, .csu-icon-Medicine:before {
  content: "";
}
.csu-icon-Nursing:before {
  content: "";
}
.csu-icon-midwifery-and-Indigenous-health:before {
  content: "";
}
.csu-icon-Policing:before, .csu-icon-Law-Security:before, .csu-icon-Policing_law_and_security:before {
  content: "";
}
.csu-icon-Customs-and-Emergency-Management:before {
  content: "";
}
.csu-icon-Psychology:before, .csu-icon-Psychology_and_social_work:before {
  content: "";
}
.csu-icon-Science:before, .csu-icon-Science_and_engineering:before {
  content: "";
}
.csu-icon-Teaching-and-Education:before, .csu-icon-Education_and_teaching:before {
  content: "";
}
.csu-icon-Theology-and-islamic-studies:before {
  content: "";
}
.csu-icon-Theology_and_islamic_studies:before {
  content: "";
}
.csu-icon-book-icon:before {
  content: "";
}
.csu-icon-coin-icon:before {
  content: "";
}
.csu-icon-engagement-icon:before {
  content: "";
}
.csu-icon-event-icon:before {
  content: "";
}
.csu-icon-grad-cap-icon:before {
  content: "";
}
.csu-icon-grad-cap-icon-02:before {
  content: "";
}
.csu-icon-Hands-on-learning-icon:before {
  content: "";
}
.csu-icon-heart-icon:before {
  content: "";
}
.csu-icon-home-icon-01:before {
  content: "";
}
.csu-icon-informationiicon:before {
  content: "";
}
.csu-icon-laptop-icon:before {
  content: "";
}
.csu-icon-map-icon-01:before {
  content: "";
}
.csu-icon-Number-one-icon:before {
  content: "";
}
.csu-icon-toggle-icon:before {
  content: "";
}
.csu-icon-Location-icon:before {
  content: "";
}
.csu-icon-icon-social-tiktok:before {
  content: "";
}
/* $h3: 1.1575rem; */
/* usage: @extend %link-reverse; */
button, .btn, .accordion-card .card-body a, .wordpress-feed .carousel ul.posts li a, #calp-list ul li a {
  text-decoration: none;
}
button:hover, .btn:hover, .accordion-card .card-body a:hover, .wordpress-feed .carousel ul.posts li a:hover, #calp-list ul li a:hover, button:focus, .btn:focus, .accordion-card .card-body a:focus, .wordpress-feed .carousel ul.posts li a:focus, #calp-list ul li a:focus {
  text-decoration: underline;
}
body, html {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  color: #222222;
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
  line-height: 1.4;
}
h2.section-heading, h3.section-heading {
  width: 100%;
  margin-top: 2rem;
}
h2, .h2 {
  font-size: 1.35rem;
  /* font-size: 1.6875rem; */
  margin: 20px 0 10px 0;
  font-family: "Basis Grotesque Medium", sans-serif;
}
h3, .h3 {
  font-size: 1.1575rem;
  font-family: "Basis Grotesque Medium", sans-serif;
}
h4, .h4 {
  font-size: 0.95rem;
  line-height: 22px;
  font-family: "Basis Grotesque Medium", sans-serif;
}
a, .csu-link {
  color: #DA3D0F;
}
a:hover, a:focus, .csu-link:hover, .csu-link:focus {
  color: #DA3D0F;
  text-decoration: none;
}
a.external {
  /*display: inline;
        display: inline-block;*/
}
a.external::after {
  font-family: "themify";
  content: "";
  margin-left: 0.15rem;
  vertical-align: super;
  font-size: 0.55rem;
}
.intro {
  font-size: 1rem;
}
/* 
blockquote {
    border-left-color: $CSU-dark-orange !important;
}
*/
blockquote, .blockquote {
  border-left: 10px solid #E9CECA;
  margin-bottom: 2.5em;
  margin-top: 2rem;
  font-size: 1rem;
  padding-left: 20px;
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
  color: #222222;
  font-style: italic;
}
fieldset {
  margin: 10px 0;
}
fieldset legend {
  padding: 0 4px;
}
.page-title-box .page-title {
  font-family: "Basis Grotesque Bold", Arial, sans-serif !important;
  margin-bottom: 0.1rem;
  overflow: visible;
  font-size: 1.6rem;
}
.header-title {
  font-size: 1.125rem;
}
.lead, .intro-blurb, .intro-blurb p, p.intro-blurb, .section-intro p, .section-intro {
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
  font-size: 1.25rem;
  color: #717171;
  line-height: 1.875rem;
  text-align: left !important;
  font-weight: 100;
}
.intro-blurb, .intro-blurb p, p.intro-blurb, .section-intro p, .section-intro {
  padding-top: 0;
}
/*
.col-12.intro-blurb, .col-12.intro-blurb p {
	padding-top: 0;
	background-color: #fff;
    border-radius: 0.25rem;
}
*/
section:not(.card-box) .col-12.intro-blurb {
  padding-top: 0;
  margin-bottom: 0;
}
/* Centered Text */
.center-text {
  text-align: center;
  margin-left: 4rem;
  margin-right: 4rem;
}
.first-line {
  font-size: 1.2rem;
  font-weight: bold;
}
#body ul, #body ol {
  line-height: 1.6875rem;
}
ul, ol {
  color: #535353;
  font-size: 0.92rem;
  /*font-size: 0.9375rem; */
  line-height: 1.5625rem;
  /*font-weight: 300;*/
}
ul.links li:before, ul.quicklinks li:before {
  content: "‑";
  position: absolute;
  margin-left: -20px;
}
ul.tags, ul.no-markers {
  list-style-type: none;
}
ul.tick-list, ul.list-ticked {
  padding-left: 0;
}
ul.tick-list li, ul.list-ticked li {
  display: block;
  padding-left: 40px;
  background-image: url("https://cdn.csu.edu.au/__data/assets/file/0012/4354977/Checkmark-icon.svg");
  background-position: 5px 0;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
/*
        &:before {
            position: absolute;
            left: 0;
            display: inline-block;
            content: '';
            width: 1rem;
            height: 1rem;
            
            --svg: url(https://cdn.csu.edu.au/__data/assets/file/0012/4354977/Checkmark-icon.svg);
            -webkit-mask-image: var(--svg);
            mask-image: var(--svg);
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
            background-color: $black;
            padding-right: 5px;
        }
        */
table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  border-bottom: none;
  border-color: #EEE9E2;
}
table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td {
  padding: 0.85rem;
  vertical-align: top;
  border-top: 1px solid #EEE9E2;
}
table > thead > tr > th {
  border-bottom: 2px solid transparent;
}
.modal {
  background: rgba(34, 34, 34, 0.8);
}
.modal .modal-dialog {
  justify-content: center;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    max-width: 50%;
  }
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
  background: none;
}
.modal .modal-dialog .modal-content .modal-header {
  background: #f7f5f3;
  padding: 1.3rem 1.3rem;
  border-radius: inherit;
}
.modal .modal-dialog .modal-content .modal-header .close {
  font-size: 40px;
  font-weight: lighter;
  font-family: Basis Grotesque;
  font-style: normal;
  color: #222222;
  width: 50px;
}
.modal .modal-dialog .modal-content .modal-body {
  background: #FFFFFF;
  padding: 1.3rem;
}
.modal .modal-dialog .modal-content .modal-body p, .modal .modal-dialog .modal-content .modal-body ul, .modal .modal-dialog .modal-content .modal-body li, .modal .modal-dialog .modal-content .modal-body h2, .modal .modal-dialog .modal-content .modal-body h3, .modal .modal-dialog .modal-content .modal-body h4, .modal .modal-dialog .modal-content .modal-body h5, .modal .modal-dialog .modal-content .modal-body h6 {
  color: #616161;
}
.modal .modal-dialog .modal-content p {
  color: #ffffff;
}
.modal .modal-dialog .modal-content h2 {
  font-size: 2rem;
}
.modal .modal-dialog .modal-content form {
  display: flex;
}
.modal .modal-dialog .modal-content form input {
  font-size: 1.4rem;
  padding: 6px;
}
@media (min-width: 768px) {
  .modal .modal-dialog .modal-content form input {
    width: 100%;
  }
}
.modal .modal-dialog .modal-content form input:focus {
  border: 1px solid #DA3D0F;
  outline: none;
}
.modal .modal-dialog .modal-content form label {
  width: 3rem;
  background: #DA3D0F;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
/* *****     only used in research currently     ***** */
button.text::after, .btn.text::after, button.cta::after, .btn.cta::after, button.cta-backwards::before, .btn.cta-backwards::before, button.cta-large::after, .btn.cta-large::after, button.banner::after, .btn.banner::after, button.text.backwards::before, .btn.text.backwards::before, .feature-image-card-set > div.second-position .unique-selling-points .usp .cta::after {
  font-family: "csu-icons-2019";
  content: "";
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 0.6;
  position: relative;
  top: 5px;
  /* right: -22px; */
  speak: none;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
}
button, .btn {
  display: inline-block;
  width: fit-content;
  position: relative;
  padding: 0.5rem 2rem;
  color: #DA3D0F;
  border: 1px solid #DA3D0F;
  border-radius: 0;
  background-color: transparent;
  text-align: center;
  font-size: 1rem;
  transition: all 0.2s;
  margin-top: 0.5rem;
  /*    font-family: $primary-font; */
  font-family: "Basis Grotesque Medium", sans-serif;
}
button:hover, .btn:hover, button:focus, .btn:focus {
  color: #ffffff;
  border: 1px solid #DA3D0F;
  background-color: #DA3D0F;
  cursor: pointer;
  box-shadow: none;
}
button.text, .btn.text {
  text-align: left;
  text-decoration: underline;
  border: 0;
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  color: #222222;
  background: 0;
  font-family: "Basis Grotesque Medium", sans-serif;
}
button.text::after, .btn.text::after {
  color: #222222;
  right: -8px;
}
button.text:hover, .btn.text:hover, button.text:focus, .btn.text:focus {
  color: #DA3D0F;
  text-decoration: none;
}
button.text:hover::after, .btn.text:hover::after, button.text:focus::after, .btn.text:focus::after {
  color: #DA3D0F;
}
button.external::after, .btn.external::after, button.cta-large.external::after, .btn.cta-large.external::after, button.text.external::after, .btn.text.external::after {
  font-family: "themify";
  content: "";
  margin-left: 0.2rem;
  display: inline-block;
}
/* applied to links and buttons */
/* same as external */
button {
  font-family: "Basis Grotesque Medium", sans-serif;
}
button.cta, .btn.cta {
  text-align: left;
  padding-left: 0.75rem;
}
button.cta-backwards, .btn.cta-backwards {
  text-align: left;
  padding-right: 1rem;
}
button.cta-backwards::before, .btn.cta-backwards::before {
  left: -16px;
  transform: scaleX(-1);
}
button.external, .btn.external {
  text-align: left;
  padding-left: 0.75rem;
  padding-right: 1.375rem;
}
button.external::after, .btn.external::after {
  vertical-align: 0;
  /*
            font-size: 1rem;
            right: -20px;
            */
  position: relative;
  font-size: smaller;
  right: -5px;
  top: -5px;
}
button.locked, .btn.locked {
  text-align: left;
  padding-left: 0.75rem;
  padding-right: 3.5rem;
  background: url("https://api.iconify.design/simple-line-icons/lock.svg?color=%23DA3D0F") no-repeat 92% center / 20px 20px;
}
button.locked:hover, button.locked:focus, .btn.locked:hover, .btn.locked:focus {
  border: 1px solid #DA3D0F;
  background-color: #DA3D0F;
  background: url("https://api.iconify.design/simple-line-icons/lock.svg?color=%23ffffff") #DA3D0F no-repeat 92% center / 20px 20px;
  color: #ffffff;
}
button.cta-large, .btn.cta-large {
  text-align: left;
  padding: 1rem;
  /*    padding: rem(16px) rem(192px) rem(16px) rem(16px); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222222;
  background-color: #C7B8A0;
  border-color: #C7B8A0;
}
button.cta-large::after, .btn.cta-large::after {
  color: #222222;
  /*    right: -178px; */
  right: 0;
  top: 0;
}
button.cta-large.external, .btn.cta-large.external {
  /* display: inline-block; */
  padding-right: 1.375rem;
}
button.cta-large.external::after, .btn.cta-large.external::after {
  color: #222222;
  right: 0;
  top: 0;
  /*right: -7px; top: -5px;*/
  font-size: 1.25rem;
}
button.cta-large:hover, button.cta-large:focus, .btn.cta-large:hover, .btn.cta-large:focus {
  color: #DA3D0F;
  background-color: #ffffff;
  border-color: #DA3D0F;
  text-decoration: none;
}
button.cta-large:hover::after, button.cta-large:focus::after, .btn.cta-large:hover::after, .btn.cta-large:focus::after {
  color: #DA3D0F;
}
button.banner, .btn.banner {
  text-align: left;
  padding-left: 0.75rem;
  color: #ffffff;
  background-color: #DA3D0F;
}
button.banner::after, .btn.banner::after {
  color: #ffffff;
}
button.banner:hover, button.banner:focus, .btn.banner:hover, .btn.banner:focus {
  background-color: #222222;
  border-color: #222222;
}
button.text.external::after, .btn.text.external::after {
  font-size: 0.8rem;
  position: relative;
  top: -6px;
  left: 5px;
}
button.text.backwards, .btn.text.backwards {
  text-align: left;
  padding-right: 1rem;
}
button.text.backwards::before, .btn.text.backwards::before {
  left: -16px;
  transform: scaleX(-1);
}
button.text.backwards::after, .btn.text.backwards::after {
  display: none;
}
/* *****   END   _buttons.scss   #3395995     ***** */
section.accordion {
  margin: 2rem 0 1rem 0;
}
section.accordion h2, section.accordion h3 {
  margin: 0 0 1rem 0;
}
section.accordion .accordion {
  margin-top: 1rem;
}
section.accordion .accordion .card {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}
section.accordion .accordion .card .card-header {
  width: 100%;
  border-bottom: 0;
  padding: 1.2rem 1.5rem;
  color: #414141;
  background-color: #EEE9E2;
  cursor: pointer;
  line-height: 1.5rem;
  font-weight: 500;
}
section.accordion .accordion .card .card-header h2, section.accordion .accordion .card .card-header h3, section.accordion .accordion .card .card-header h4, section.accordion .accordion .card .card-header h5, section.accordion .accordion .card .card-header h6 {
  padding-top: 0;
  background: url("https://api.iconify.design/simple-line-icons:arrow-down.svg?color=%23222222&width=12px&height=12px") no-repeat center right;
  vertical-align: -0.062em;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  text-transform: none;
  font-family: "Basis Grotesque Regular", sans-serif;
  padding-right: 1.4rem;
}
section.accordion .accordion .card .card-header:hover, section.accordion .accordion .card .card-header:focus {
  background-color: #EEE9E2;
  color: #222222;
}
section.accordion .accordion .card .card-header[aria-expanded="true"] h2, section.accordion .accordion .card .card-header[aria-expanded="true"] h3, section.accordion .accordion .card .card-header[aria-expanded="true"] h4, section.accordion .accordion .card .card-header[aria-expanded="true"] h5, section.accordion .accordion .card .card-header[aria-expanded="true"] h6 {
  background: url("https://api.iconify.design/simple-line-icons:arrow-up.svg?color=%23222222&width=12px&height=12px") no-repeat center right;
  vertical-align: -0.062em;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  text-transform: none;
  font-family: "Basis Grotesque Regular", sans-serif;
  padding-right: 1.4rem;
}
section.accordion .accordion .card .card-body {
  padding: 1.5rem;
  color: #616161;
  background-color: #ffffff;
  border: 1px solid #EEE9E2;
}
section.accordion .accordion .card .card-body .notification {
  background-color: #F7F5F2;
}
.card-container.click .card a .card-title, .card-container.click .card a:hover .card-title, .card-container.click .card a:focus .card-title, .card-container.click .card a i, .card .card-body .card-title, .card .card-body .card-content a, .card .card-body .card-content *, .card .card-action .btn, .card .card-action .btn.text.external::after {
  /*color: $black;*/
}
.cards-component {
  margin-top: 2rem;
}
.cards-component.no-heading {
  margin-top: 2rem;
}
.cards-component .intro-blurb, .cards-component .intro-blurb p, .cards-component .intro-large, .cards-component .intro-large p {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #535353;
}
.cards-component .card h2 {
  font-size: 1.1875rem;
  margin-top: 0;
}
.cards-component .cards {
  margin-top: 1rem;
}
.card-container {
  margin-bottom: 1.5rem;
}
.card-container.click .card {
  transition: all 0.2s ease-in-out;
  /* @extend %arrow; */
}
.card-container.click .card:focus, .card-container.click .card:hover {
  transform: scale(1.01);
  box-shadow: rgba(128, 128, 128, 0.25) 0px 4px 12px -6px;
}
.card-container.click .card a {
  background: #F7F5F2;
  color: #222222;
  text-decoration: none;
  display: block;
  height: 100%;
}
.card-container.click .card a .card-title {
  display: inline-block;
}
.card-container.click .card a:hover .card-title, .card-container.click .card a:focus .card-title {
  text-decoration: underline;
}
.card-container.click .card a:hover .card-title:after, .card-container.click .card a:focus .card-title:after {
  text-decoration: none;
}
.card-container.click .card a i {
  display: inline-block;
  font-size: 0.75rem;
  position: relative;
  top: -0.375rem;
  left: 0.375rem;
}
/*    to use: @extend %default-card;     */
.card {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #F7F5F2;
  color: #222222;
}
.no-hover.card {
  transform: none;
  box-shadow: unset;
}
.card .card-img-top {
  border-radius: 0;
}
.card .card-header {
  padding: 1rem;
  background-color: #C7B8A0;
}
.card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5, .card .card-header h6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
}
.card .card-header .card-widgets {
  order: 2;
}
.card .card-header.csu-bg-primary, .card .card-header.csu-bg-secondary {
  color: #ffffff;
}
.card .card-header.csu-bg-primary .header-title, .card .card-header.csu-bg-primary .card-content > *, .card .card-header.csu-bg-secondary .header-title, .card .card-header.csu-bg-secondary .card-content > * {
  color: #ffffff;
}
.card .card-header.csu-bg-primary .card-widgets a:hover, .card .card-header.csu-bg-primary .card-widgets a:focus, .card .card-header.csu-bg-secondary .card-widgets a:hover, .card .card-header.csu-bg-secondary .card-widgets a:focus {
  color: #ffffff;
}
.card .card-header.csu-bg-primary {
  background-color: #DA3D0F;
  color: #ffffff;
}
.card .card-header.csu-bg-secondary {
  background-color: #5675BC;
  color: #ffffff;
}
.card .card-header.csu-bg-tertiary {
  background-color: #efe9e2;
  color: #222222;
}
.card .card-body {
  /* background-color: $super-light-brown; */
  background: transparent;
}
.card .card-action {
  width: 100%;
  /* background-color: $super-light-brown; */
  background: transparent;
  padding: 1rem;
}
.card .card-action .btn {
  margin-bottom: 0;
  margin-top: 0;
}
.card .card-body {
  padding: 0;
}
.card .card-body .card-title {
  padding: 1rem;
  padding-right: 1.125rem;
  /* room for any external icons */
  font-family: "Basis Grotesque Medium", sans-serif;
  font-size: 1.125rem;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4375rem;
  text-transform: none;
}
.card .card-body .card-title .header-title {
  margin: 0;
  /*color: $white;*/
}
.card .card-body .card-content {
  padding: 0.05rem 1rem;
  /*Impacts link colour on cards*/
  /*   a {    color: $CSU-contrast-orange;    }  */
}
.card .card-body .card-content p {
  margin-top: 0.0625rem;
}
.card .card-body .card-content ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.3125rem;
  padding-left: 1rem;
}
.card .card-action {
  /* background-color: $super-light-brown; 
        background: transparent; */
  margin-top: auto;
}
.card .card-action .btn:hover, .card .card-action .btn:focus {
  /* @extend %card-txt-c; */
  color: #c43424;
}
.card .card-action .btn.text {
  /* @extend %card-txt-c; */
  /*color: $CSU-contrast-orange;*/
  padding-left: 0;
}
.card .card-action .btn.text::after {
  /* @extend %card-txt-c; */
  /*color: $CSU-contrast-orange;*/
}
.card .card-action .btn.text.external::after {
  /* top: 6px; */
  /*color: $CSU-contrast-orange;*/
}
.card .event-actions {
  padding: 1rem;
  margin-top: auto;
}
.accordion-card .card {
  transform: none;
}
.accordion-card .card-header {
  background-image: url("https://cdn.csu.edu.au/__data/assets/image/0008/3183353/card-graphicbg.png");
  background-size: cover;
  padding: 1rem;
  border-radius: 0;
}
.accordion-card .card-header a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.accordion-card .card-header a:hover, .accordion-card .card-header a:focus {
  text-decoration: none;
}
.accordion-card .card-header a:hover .header-title, .accordion-card .card-header a:focus .header-title {
  text-decoration: underline;
}
.accordion-card .card-header a .header-title {
  color: #ffffff;
  margin: 0;
}
.accordion-card .card-header a i {
  color: #ffffff;
  float: none;
}
.accordion-card .card-header a.show {
  background: url("https://api.iconify.design/simple-line-icons:arrow-up.svg?color=%23ffffff&width=12px&height=12px");
  background-position: right center;
  /* 1rem removed from background-position 31/05/2023 as it is breaking styling on all live sites */
  background-repeat: no-repeat;
  /*vertical-align: -0.062em;*/
}
.accordion-card .card-header a.show.collapsed {
  background: url("https://api.iconify.design/simple-line-icons:arrow-down.svg?color=%23ffffff&width=12px&height=12px");
  background-position: right center;
  /* 1rem removed from background-position 31/05/2023 as it is breaking styling on all live sites */
  background-repeat: no-repeat;
  /*vertical-align: -0.062em;*/
}
.accordion-card .card-header.csu-bg-secondary a .header-title {
  color: #ffffff;
}
.accordion-card .card-header.csu-bg-secondary a i {
  color: #ffffff;
}
.accordion-card .card-header.csu-bg-secondary a.show {
  background: url("https://api.iconify.design/simple-line-icons:arrow-up.svg?color=%23ffffff&width=12px&height=12px");
  background-position: right center;
  /* 1rem removed from background-position 31/05/2023 as it is breaking styling on all live sites */
  background-repeat: no-repeat;
  /*vertical-align: -0.062em;*/
}
.accordion-card .card-header.csu-bg-secondary a.show.collapsed {
  background: url("https://api.iconify.design/simple-line-icons:arrow-down.svg?color=%23ffffff&width=12px&height=12px");
  background-position: right center;
  /* 1rem removed from background-position 31/05/2023 as it is breaking styling on all live sites */
  background-repeat: no-repeat;
  /*vertical-align: -0.062em;*/
}
.accordion-card .card-header.csu-bg-tertiary a .header-title {
  color: #222222;
}
.accordion-card .card-header.csu-bg-tertiary a i {
  color: #222222;
}
.accordion-card .card-header.csu-bg-tertiary a.show {
  background: url("https://api.iconify.design/simple-line-icons:arrow-up.svg?color=%23222222&width=12px&height=12px");
  background-position: right center;
  /* 1rem removed from background-position 31/05/2023 as it is breaking styling on all live sites */
  background-repeat: no-repeat;
  /*vertical-align: -0.062em;*/
}
.accordion-card .card-header.csu-bg-tertiary a.show.collapsed {
  background: url("https://api.iconify.design/simple-line-icons:arrow-down.svg?color=%23222222&width=12px&height=12px");
  background-position: right center;
  /* 1rem removed from background-position 31/05/2023 as it is breaking styling on all live sites */
  background-repeat: no-repeat;
  /*vertical-align: -0.062em;*/
}
.accordion-card .card-body {
  padding: 1rem;
  color: #616161;
  font-size: 1rem;
  background: #ffffff;
  border: 1px solid #EEE9E2;
}
.accordion-card .card-action {
  /* background: $light-brown; */
  background: #5675BC;
}
.accordion-card .card-action .btn.text {
  color: #ffffff;
}
.accordion-card .card-action .btn.text:after {
  color: #ffffff;
}
.accordion-card .card-action .btn.text:focus, .accordion-card .card-action .btn.text:hover {
  color: #ffffff;
}
.accordion-card .card-action .btn.text:focus:after, .accordion-card .card-action .btn.text:hover:after {
  color: #ffffff;
}
.controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.controls .carousel-control-prev, .controls .carousel-control-next {
  float: none;
  /* margin-left: 0; */
  /* margin-right: 0; */
  /* margin-top: 0; */
  position: relative;
  width: auto;
  opacity: 1;
  border: 1px solid #DA3D0F;
  padding: 0.475rem;
  background: #fefefe;
  margin: 0 0.2rem 0.5rem 0.5rem;
  color: #222;
  text-decoration: none;
}
.controls .carousel-control-prev:hover, .controls .carousel-control-prev:focus, .controls .carousel-control-next:hover, .controls .carousel-control-next:focus {
  background-color: #DA3D0F;
  text-decoration: none;
  color: #fff;
}
.carousel-control-prev > i, .carousel-control-next > i {
  font-size: 1rem;
  /*padding: 1rem;
    color: $CSU-orange*/
}
@media (min-width: 768px) {
  /* show 4 items */
  /* left or forward direction */
  /* farthest right hidden item must be absolute position for animations */
  /* right or prev direction */
  .carousel-inner .active {
    display: grid;
  }
  .carousel-inner .active + .carousel-item {
    display: grid;
  }
  .carousel-inner .active + .carousel-item + .carousel-item {
    display: grid;
  }
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: grid;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) {
    transition: none;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .active.carousel-item-left + .carousel-item-next.carousel-item-left {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .carousel-item-next.carousel-item-left + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .carousel-item-next.carousel-item.left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
  .carousel-item-prev.carousel-item-right + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
  .carousel-item {
    margin-right: 0 !important;
  }
}
section.columns {
  margin-top: 2rem;
  background: transparent;
  /* nested columns no top margin */
  /* we *almost* never want the first section within a columns component to have a margin top */
}
section.columns.alt {
  background: #EEE9E2;
}
section.columns .highlight {
  padding: 1.5rem;
  background: #F7F5F2;
}
section.columns h2, section.columns h3, section.columns h4, section.columns h5 {
  margin-top: 1.5rem;
  padding-top: 0;
}
section.columns img {
  max-width: 100%;
  height: auto;
}
section.columns img.mx-auto {
  display: block;
}
section.columns section.columns {
  margin-top: 0;
}
section.columns > h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}
section.columns section:nth-child(1) {
  margin-top: 0;
}
.content-banner.border-site-theme .information .btn.text, .content-banner.border-alternate .information .btn.text, .content-banner.border-neutral .information .btn.text, .content-banner.border-site-alternate .information .btn.text, .content-banner.white .information .btn.text {
  color: #DA3D0F;
}
.content-banner.border-site-theme .information .btn.text:after, .content-banner.border-alternate .information .btn.text:after, .content-banner.border-neutral .information .btn.text:after, .content-banner.border-site-alternate .information .btn.text:after, .content-banner.white .information .btn.text:after {
  color: #DA3D0F;
}
/* 
START feature-banner.scss #4309816 
*/
.content-banner {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  width: auto;
}
@media (min-width: 768px) {
  .content-banner {
    padding-right: 24px;
    padding-left: 24px;
    box-shadow: none;
    /* when you have 2 adjacent */
  }
  .content-banner + .content-banner.type1, .content-banner + div > .content-banner.type1 {
    /* margin-top: 1rem !important;  */
  }
}
.content-banner .image {
  display: flex;
  flex-basis: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  order: 1;
}
.content-banner .image img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.content-banner .information {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  flex-direction: column;
  padding: 2rem;
  color: #222222;
  order: 2;
}
.content-banner .information h2 {
  font-family: "Basis Grotesque Medium", sans-serif;
  font-size: 1.375rem;
  margin-top: 0;
  padding-top: 0;
}
.content-banner .information .btn.text {
  padding-left: 0;
  text-decoration: none;
}
.content-banner .information .btn.text:hover, .content-banner .information .btn.text:focus {
  text-decoration: underline;
}
.content-banner.site-theme .information {
  background-color: #DA3D0F;
}
.content-banner.site-theme .information * {
  color: #ffffff;
}
.content-banner.site-theme .information .btn.text {
  color: #ffffff;
}
.content-banner.site-theme .information .btn.text:after {
  color: #ffffff;
}
.content-banner.site-theme p.notification {
  background-color: #ffffff;
  color: #222222 !important;
}
.content-banner.alternate .information {
  background-color: #5675BC;
}
.content-banner.alternate .information * {
  color: #ffffff;
}
.content-banner.alternate .information .btn.text {
  color: #ffffff;
}
.content-banner.alternate .information .btn.text:after {
  color: #ffffff;
}
.content-banner.alternate p.notification {
  background-color: #ffffff;
  color: #222222 !important;
}
.content-banner.border-site-theme .information {
  background: white;
  border: 1px solid #DA3D0F;
}
.content-banner.border-alternate .information {
  background: white;
  border: 1px solid #5675BC;
}
.content-banner.border-neutral .information {
  background: white;
  border: 1px solid #efe9e2;
}
.content-banner.border-site-alternate .information {
  background: white;
  border: 1px solid #5675BC;
}
.content-banner.csu-beige .information, .content-banner.csu-beige .image, .content-banner.neutral .information, .content-banner.neutral .image {
  background-color: #efe9e2;
}
@media (min-width: 768px) {
  .content-banner {
    flex-direction: row;
    /* ***  generate a bunch of classes that look like this: &.h300px {    min-height: 300px;    }  *** */
    /* --- Image left 2/3 wide - information right 1/3 wide --- */
    /* --- Information left 1/3 wide - image right 2/3 wide --- */
    /* --- Image left 1/2 wide - information right 1/2 wide --- */
    /* --- Information left 1/2 wide - image right 1/2 wide --- */
    /* --- Image left 1/3 wide - Information right 2/3 wide --- */
    /* --- Information left 2/3 wide - Image right 1/3 wide --- */
  }
  .content-banner.h100px {
    min-height: 100px;
  }
  .content-banner.h150px {
    min-height: 150px;
  }
  .content-banner.h200px {
    min-height: 200px;
  }
  .content-banner.h250px {
    min-height: 250px;
  }
  .content-banner.h300px {
    min-height: 300px;
  }
  .content-banner.h350px {
    min-height: 350px;
  }
  .content-banner.h400px {
    min-height: 400px;
  }
  .content-banner.h450px {
    min-height: 450px;
  }
  .content-banner.h500px {
    min-height: 500px;
  }
  .content-banner.h550px {
    min-height: 550px;
  }
  .content-banner.h600px {
    min-height: 600px;
  }
  .content-banner.h650px {
    min-height: 650px;
  }
  .content-banner.layout1 .image {
    order: 1;
    flex-basis: 66.67%;
  }
  .content-banner.layout1 .information {
    order: 2;
    flex-basis: 33.33%;
  }
  .content-banner.layout2 .image {
    order: 2;
    flex-basis: 66.67%;
  }
  .content-banner.layout2 .information {
    order: 1;
    flex-basis: 33.33%;
  }
  .content-banner.layout3 .image {
    order: 1;
    flex-basis: 50%;
  }
  .content-banner.layout3 .information {
    order: 2;
    flex-basis: 50%;
  }
  .content-banner.layout4 .image {
    order: 2;
    flex-basis: 50%;
  }
  .content-banner.layout4 .information {
    order: 1;
    flex-basis: 50%;
  }
  .content-banner.layout5 .image {
    order: 1;
    flex-basis: 33.33%;
  }
  .content-banner.layout5 .information {
    order: 2;
    flex-basis: 66.67%;
  }
  .content-banner.layout6 .image {
    order: 2;
    flex-basis: 33.33%;
  }
  .content-banner.layout6 .information {
    order: 1;
    flex-basis: 66.67%;
  }
}
/* END content-banner.scss #3439027 */
/* 
    extends feature-banner.scss #3439027
*/
[id^=content-banner-].content-banner.mk3-1 {
  /*  margin-left: 1.5rem;*/
  /*  margin-right: 1.5rem;*/
  margin-top: 2rem;
}
[id^=content-banner-].content-banner.mk3-1 .information h2, [id^=content-banner-].content-banner.mk3-1 .information h3, [id^=content-banner-].content-banner.mk3-1 .information h4 {
  padding-top: 0;
  margin-top: 0;
}
[id^=content-banner-].content-banner.mk3-1 .information .intro-blurb {
  font-size: 1.125rem;
}
[id^=content-banner-].content-banner.mk3-1 .information .btn {
  display: inline-block;
  width: fit-content;
  position: relative;
  border-radius: 0;
  background-color: transparent;
  transition: all 0.2s;
}
[id^=content-banner-].content-banner.mk3-1 .information .btn.cta {
  padding: 0.5rem 2rem 0.5rem 1rem;
}
[id^=content-banner-].content-banner.mk3-1 .information .btn.external {
  border: none;
  padding: 0.25rem 1rem 0.25rem 0;
}
[id^=content-banner-].content-banner.mk3-1 .information .btn.external:hover, [id^=content-banner-].content-banner.mk3-1 .information .btn.external:focus {
  border: none;
  background: transparent;
}
[id^=content-banner-].content-banner.mk3-1 .information .btn.text {
  padding: 0.25rem 1rem 0.25rem 0;
}
[id^=content-banner-].content-banner.mk3-1 .information ul.cohort-card-cta {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
[id^=content-banner-].content-banner.mk3-1.type1.gl-active .image .pattern {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-mask-image: url(https://csu.lk/_designs/2017/master/mk-iii-division/components-mk3.1/feature-content-banner-mk3.1/side-GL-mobile-01.svg);
  mask-image: url(https://csu.lk/_designs/2017/master/mk-iii-division/components-mk3.1/feature-content-banner-mk3.1/side-GL-mobile-01.svg);
  background-size: cover;
  /*  opacity: 0.65;  */
}
[id^=content-banner-].content-banner.mk3-1.type1.gl-active.site-theme .image .pattern {
  background-color: #DA3D0F;
}
[id^=content-banner-].content-banner.mk3-1.type1.gl-active.alternate .image .pattern {
  background-color: #5675BC;
}
[id^=content-banner-].content-banner.mk3-1.type1.gl-active.csu-neutral .image .pattern {
  background-color: #efe9e2;
}
@media (min-width: 768px) {
  [id^=content-banner-].content-banner.mk3-1 {
    width: calc(100% - 3rem);
    box-shadow: none;
    width: 100%;
  }
  [id^=content-banner-].content-banner.mk3-1.type1.gl-active .image .pattern {
    position: absolute;
    top: 0;
    bottom: unset;
    width: 40px;
    height: 100%;
    -webkit-mask-image: url(https://csu.lk/_designs/2017/master/mk-iii-division/components-mk3.1/feature-content-banner-mk3.1/side-GL-01.svg);
    mask-image: url(https://csu.lk/_designs/2017/master/mk-iii-division/components-mk3.1/feature-content-banner-mk3.1/side-GL-01.svg);
  }
  [id^=content-banner-].content-banner.mk3-1.type2 {
    /* margin: 3rem 0; */
    margin-bottom: 1rem;
    width: 100%;
    position: relative;
    left: 0.75rem;
    /* 1/2 the info offset */
    /* when you have 2 adjacent */
  }
  [id^=content-banner-].content-banner.mk3-1.type2 + div, [id^=content-banner-].content-banner.mk3-1.type2 + .content-banner.type1, [id^=content-banner-].content-banner.mk3-1.type2 + div > .content-banner.type1 {
    /* & + section {    margin-top: 5rem;    } */
    margin-top: 3rem;
  }
  [id^=content-banner-].content-banner.mk3-1.type2 + .content-banner.type2, [id^=content-banner-].content-banner.mk3-1.type2 + div > .content-banner.type2 {
    margin-top: 3rem;
  }
  [id^=content-banner-].content-banner.mk3-1.type2 .information {
    z-index: 90;
  }
  [id^=content-banner-].content-banner.mk3-1.layout1.type1.gl-active .image .pattern, [id^=content-banner-].content-banner.mk3-1.layout3.type1.gl-active .image .pattern, [id^=content-banner-].content-banner.mk3-1.layout5.type1.gl-active .image .pattern {
    right: 0;
    left: unset;
  }
  [id^=content-banner-].content-banner.mk3-1.layout1.type2, [id^=content-banner-].content-banner.mk3-1.layout3.type2, [id^=content-banner-].content-banner.mk3-1.layout5.type2 {
    padding-bottom: 2.5rem;
  }
  [id^=content-banner-].content-banner.mk3-1.layout1.type2 .image, [id^=content-banner-].content-banner.mk3-1.layout3.type2 .image, [id^=content-banner-].content-banner.mk3-1.layout5.type2 .image {
    position: relative;
    bottom: -1.5em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    max-height: 400px;
  }
  [id^=content-banner-].content-banner.mk3-1.layout1.type2 .information, [id^=content-banner-].content-banner.mk3-1.layout3.type2 .information, [id^=content-banner-].content-banner.mk3-1.layout5.type2 .information {
    padding-left: 2rem;
    position: relative;
    left: -1.5rem;
  }
  [id^=content-banner-].content-banner.mk3-1.layout2.type1.gl-active .image .pattern, [id^=content-banner-].content-banner.mk3-1.layout4.type1.gl-active .image .pattern, [id^=content-banner-].content-banner.mk3-1.layout6.type1.gl-active .image .pattern {
    left: 0;
    right: unset;
  }
  [id^=content-banner-].content-banner.mk3-1.layout2.type2, [id^=content-banner-].content-banner.mk3-1.layout4.type2, [id^=content-banner-].content-banner.mk3-1.layout6.type2 {
    /* margin: 2rem 0; */
    padding-bottom: 2.5rem;
  }
  [id^=content-banner-].content-banner.mk3-1.layout2.type2 .image, [id^=content-banner-].content-banner.mk3-1.layout4.type2 .image, [id^=content-banner-].content-banner.mk3-1.layout6.type2 .image {
    position: relative;
    bottom: -1.5rem;
    left: -1.5rem;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    max-height: 400px;
  }
  [id^=content-banner-].content-banner.mk3-1.layout2.type2 .information, [id^=content-banner-].content-banner.mk3-1.layout4.type2 .information, [id^=content-banner-].content-banner.mk3-1.layout6.type2 .information {
    padding-right: 4rem;
    position: relative;
    left: 0;
  }
}
@media (min-width: 1200px) {
  [id^=content-banner-].content-banner.mk3-1.type2 {
    left: 0;
    width: calc(100% + 1.5rem);
  }
}
/*
    feature banner overlap 
    these styles sit on top of the standard feature banner styles and add the overlayed image and reverse colour scheme styles 
    
*/
.content-banner.mk3-1.site-theme .information {
  background-color: #DA3D0F;
}
.content-banner.mk3-1.site-theme .information *, .content-banner.mk3-1.site-theme .information .btn.text::after, .content-banner.mk3-1.site-theme .information .btn:hover, .content-banner.mk3-1.site-theme .information .btn:focus {
  color: #ffffff;
}
.content-banner.mk3-1.site-theme .information p.intro-blurb {
  color: #ffffff;
}
.content-banner.mk3-1.csu-neutral .information {
  background-color: #efe9e2;
}
.content-banner.mk3-1.csu-neutral .information .btn, .content-banner.mk3-1.csu-neutral .information .btn::after, .content-banner.mk3-1.csu-neutral .information .btn.external, .content-banner.mk3-1.csu-neutral .information .btn.external::after {
  color: #c43424;
}
.content-banner.mk3-1.csu-neutral .information .btn:hover, .content-banner.mk3-1.csu-neutral .information .btn:focus, .content-banner.mk3-1.csu-neutral .information .btn:focus::after, .content-banner.mk3-1.csu-neutral .information .btn:hover::after {
  color: #c43424;
}
.content-banner.mk3-1.csu-neutral .information p.intro-blurb {
  color: #222222;
}
.content-banner.mk3-1.alternate .information {
  background-color: #5675BC;
}
.content-banner.mk3-1.alternate .information *, .content-banner.mk3-1.alternate .information .btn.text::after, .content-banner.mk3-1.alternate .information .btn:hover, .content-banner.mk3-1.alternate .information .btn:focus {
  color: #ffffff;
}
.content-banner.mk3-1.alternate .information p.intro-blurb {
  color: #ffffff;
}
.content-banner.mk3-1.border-site-theme .information {
  border: 1px solid #DA3D0F;
}
.content-banner.mk3-1.border-site-alternate .information {
  border: 1px solid #5675BC;
}
.content-banner.mk3-1.border-neutral .information {
  border: 1px solid #EEE9E2;
}
.content-banner.mk3-1.border-site-theme .information, .content-banner.mk3-1.border-site-alternate .information, .content-banner.mk3-1.border-site-neutral .information {
  /* 
            background-color: $white;
            background-color: transparent;  */
  background-color: #F7F5F2;
}
.content-banner.mk3-1.border-site-theme .information *, .content-banner.mk3-1.border-site-alternate .information *, .content-banner.mk3-1.border-site-neutral .information * {
  color: #222222;
}
.content-banner.mk3-1.border-site-theme .information .btn, .content-banner.mk3-1.border-site-theme .information .btn.text::after, .content-banner.mk3-1.border-site-alternate .information .btn, .content-banner.mk3-1.border-site-alternate .information .btn.text::after, .content-banner.mk3-1.border-site-neutral .information .btn, .content-banner.mk3-1.border-site-neutral .information .btn.text::after {
  color: #DA3D0F;
}
.content-banner.mk3-1.border-site-theme .information .btn:hover, .content-banner.mk3-1.border-site-theme .information .btn:focus, .content-banner.mk3-1.border-site-alternate .information .btn:hover, .content-banner.mk3-1.border-site-alternate .information .btn:focus, .content-banner.mk3-1.border-site-neutral .information .btn:hover, .content-banner.mk3-1.border-site-neutral .information .btn:focus {
  color: #DA3D0F;
}
.content-banner.mk3-1.border-site-theme .information p.intro-blurb, .content-banner.mk3-1.border-site-alternate .information p.intro-blurb, .content-banner.mk3-1.border-site-neutral .information p.intro-blurb {
  color: #222222;
}
.content-banner.mk3-1.type2.border-site-theme .information .btn, .content-banner.mk3-1.type2.border-site-theme .information .btn.text::after, .content-banner.mk3-1.type2.border-site-alternate .information .btn, .content-banner.mk3-1.type2.border-site-alternate .information .btn.text::after, .content-banner.mk3-1.type2.border-neutral .information .btn, .content-banner.mk3-1.type2.border-neutral .information .btn.text::after {
  color: #DA3D0F;
}
.content-banner.mk3-1.type2.border-site-theme .information .btn:hover, .content-banner.mk3-1.type2.border-site-theme .information .btn:focus, .content-banner.mk3-1.type2.border-site-alternate .information .btn:hover, .content-banner.mk3-1.type2.border-site-alternate .information .btn:focus, .content-banner.mk3-1.type2.border-neutral .information .btn:hover, .content-banner.mk3-1.type2.border-neutral .information .btn:focus {
  color: #DA3D0F;
}
.content-banner.mk3-1.type1.gl-active {
  /*  move this block to the component as default */
}
.content-banner.mk3-1.type1.gl-active.site-theme .image .pattern {
  background-color: #DA3D0F;
}
.content-banner.mk3-1.type1.gl-active.alternate .image .pattern {
  background-color: #5675BC;
}
.content-banner.mk3-1.type1.gl-active.csu-neutral .image .pattern {
  background-color: #efe9e2;
}
.video-feature-banner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .video-feature-banner {
    flex-direction: row;
    padding-bottom: 2rem;
    margin-top: 2rem;
  }
}
.video-feature-banner .information {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 2rem;
  color: #222;
  background: #E9CECA;
}
.video-feature-banner .information * {
  color: #222222;
}
.video-feature-banner .information h2, .video-feature-banner .information h3, .video-feature-banner .information h4 {
  padding-top: 0;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .video-feature-banner .information {
    margin-top: 0;
  }
}
.video-feature-banner .information .btn {
  display: inline-block;
  width: fit-content;
  position: relative;
  border-radius: 0;
  background-color: transparent;
  transition: all 0.2s;
}
.video-feature-banner .information .btn.cta {
  padding: 0.5rem 2rem 0.5rem 1rem;
}
.video-feature-banner .information .btn.external {
  border: none;
  padding: 0.25rem 1rem 0.25rem 0;
}
.video-feature-banner .information .btn.external:hover, .video-feature-banner .information .btn.external:focus {
  border: none;
  background: transparent;
}
.video-feature-banner .information .btn.text {
  padding: 0.25rem 1rem 0.25rem 0;
}
.video-feature-banner .video {
  position: relative;
  bottom: -1.5rem;
  z-index: 97;
}
.video-feature-banner.layout_12v .video {
  flex-basis: 100%;
}
.video-feature-banner.layout_12v .information {
  display: none;
}
@media (min-width: 768px) {
  .video-feature-banner.layout_6t6v {
    padding-left: 0;
  }
  .video-feature-banner.layout_6t6v .video {
    flex-basis: 50%;
    order: 2;
  }
  .video-feature-banner.layout_6t6v .information {
    flex-basis: 50%;
    order: 1;
    left: 1.5rem;
    padding-right: calc(2rem + 1.5rem);
  }
  .video-feature-banner.layout_6v6t {
    padding-right: 0;
  }
  .video-feature-banner.layout_6v6t .video {
    flex-basis: 50%;
    order: 1;
  }
  .video-feature-banner.layout_6v6t .information {
    flex-basis: 50%;
    order: 2;
    left: -1.5rem;
    padding-left: calc(2rem + 1.5rem);
  }
  .video-feature-banner.layout_3t9v {
    padding-left: 0;
  }
  .video-feature-banner.layout_3t9v .video {
    flex-basis: 67%;
    order: 2;
  }
  .video-feature-banner.layout_3t9v .information {
    flex-basis: 33%;
    order: 1;
    left: 1.5rem;
    padding-right: calc(2rem + 1.5rem);
  }
  .video-feature-banner.layout_9v3t {
    padding-right: 0;
  }
  .video-feature-banner.layout_9v3t .video {
    flex-basis: 67%;
    order: 1;
  }
  .video-feature-banner.layout_9v3t .information {
    flex-basis: 33%;
    order: 2;
    left: -1.5rem;
    padding-left: calc(2rem + 1.5rem);
  }
}
@media (min-width: 768px) {
  .video-feature-banner {
    width: calc(100% - 3rem);
  }
}
@media (min-width: 768px) {
  .video-feature-banner {
    box-shadow: none;
    width: 100%;
  }
  .video-feature-banner.type2 {
    margin: 3rem 0;
    width: 100%;
    position: relative;
    left: 0.75rem;
    /* 1/2 the info offset */
    /* when you have 2 adjacent */
  }
  .video-feature-banner.type2 + div, .video-feature-banner.type2 + section {
    margin-top: 5rem;
  }
  .video-feature-banner.type2 + .content-banner.type1, .video-feature-banner.type2 + div > .content-banner.type1 {
    margin-top: 5rem;
  }
  .video-feature-banner.type2 + .content-banner.type2, .video-feature-banner.type2 + div > .content-banner.type2 {
    margin-top: 6rem;
  }
  .video-feature-banner.layout1.type2, .video-feature-banner.layout3.type2, .video-feature-banner.layout5.type2 {
    padding-bottom: 2rem;
  }
  .video-feature-banner.layout1.type2 .image, .video-feature-banner.layout3.type2 .image, .video-feature-banner.layout5.type2 .image {
    position: relative;
    bottom: -1.5em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    max-height: 400px;
  }
  .video-feature-banner.layout1.type2 .information, .video-feature-banner.layout3.type2 .information, .video-feature-banner.layout5.type2 .information {
    padding-left: 4em;
    position: relative;
    left: -1.5em;
  }
  .video-feature-banner.layout2.type2, .video-feature-banner.layout4.type2, .video-feature-banner.layout6.type2 {
    margin: 2rem 0;
    padding-bottom: 2rem;
  }
  .video-feature-banner.layout2.type2 .image, .video-feature-banner.layout4.type2 .image, .video-feature-banner.layout6.type2 .image {
    position: relative;
    bottom: -1.5em;
    left: -1.5em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    max-height: 400px;
  }
  .video-feature-banner.layout2.type2 .information, .video-feature-banner.layout4.type2 .information, .video-feature-banner.layout6.type2 .information {
    padding-right: 4em;
    position: relative;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .video-feature-banner.type2 {
    left: 0;
    width: calc(100% + 1.5rem);
  }
}
/* 
    this file contains the common elements for the slick carousel components: 
    the prev/next buttons the the slider navigation 'dots'
    
    * charlie blog feed
    * insight blog feed
    * partner logos
    * 'in the media' news feed
*/
section.carousel {
  margin-top: 2rem;
}
.carousel h2 {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  /*padding-left: 0;*/
}
.carousel .slick-controls-ch {
  display: flex;
}
.carousel .slick-controls-ch button {
  margin: 0 1rem 0.5rem 0.25rem;
}
.carousel .slick-controls-ch .carousel-control {
  position: relative;
}
.spinner-holder {
  background: #DA3D0F;
  background: #DA3D0F;
}
.nopacity {
  opacity: 0;
}
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  padding-top: 3px;
  background: transparent;
  height: 40px;
}
.slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #222944;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  /*            outline: 1px solid $light-green; */
  outline: 1px solid #5675BC;
  background: none;
  min-width: 5px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.slick-dots li button:hover, .slick-dots li button:active {
  background: #222944;
}
.slick-dots li button:focus {
  background: #222944;
  border: 2px solid #222944;
}
.slick-controls-ch {
  display: flex;
  justify-content: flex-end;
}
.slick-controls-ch .carousel-control {
  margin-top: 0;
  /*position: absolute;
        top: 35px;
        right: 35px;
        */
  z-index: 1;
  border: 0;
  width: 30px;
  height: 30px;
  padding: 9px;
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Add background color : change this in the institute scss */
  /* background-color: black; */
  /* Add mask image, use variable to reduce duplication */
  /* --svg: url('https://api.iconify.design/simple-line-icons/social-facebook.svg'); */
  --svg: url("https://api.iconify.design/simple-line-icons/control-play.svg");
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background: #DA3D0F;
  background: #DA3D0F;
}
.slick-controls-ch .carousel-control:hover {
  background-color: #519674;
  background: #5675BC;
}
.slick-controls-ch .carousel-control:hover, .slick-controls-ch .carousel-control:focus {
  background: #519674;
}
.slick-controls-ch .carousel-control.play {
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Add background color : change this in the institute scss */
  /* background-color: black; */
  /* Add mask image, use variable to reduce duplication */
  /* --svg: url('https://api.iconify.design/simple-line-icons/social-facebook.svg'); */
  --svg: url("https://api.iconify.design/simple-line-icons/control-pause.svg");
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background: #DA3D0F;
  background: #DA3D0F;
}
.slick-controls-ch .carousel-control.play:hover {
  background-color: #519674;
  background: #5675BC;
}
.slick-controls-ch .carousel-control.play:hover, .slick-controls-ch .carousel-control.play:focus {
  background: #519674;
}
.slick-controls-ch {
  align-self: center;
}
.slick-controls-ch ul {
  display: flex;
  list-style-type: none;
  align-items: end;
  justify-content: end;
  margin-bottom: 0;
}
.slick-controls-ch ul li {
  margin-left: 0.25rem;
}
.slick-controls-ch ul li .slick-arrow {
  position: relative;
  left: -12px;
  border: 1px solid #DA3D0F;
  background: #fefefe;
  padding: 8px 10px 6px 10px;
}
@media (min-width: 1200px) {
  .slick-controls-ch ul li .slick-arrow {
    left: 0;
  }
}
.slick-controls-ch ul li .slick-arrow i {
  font-size: 1rem;
  color: #222222;
}
.slick-controls-ch ul li .slick-arrow:hover {
  background: #DA3D0F;
  border-color: #DA3D0F;
  text-decoration: none;
}
.slick-controls-ch ul li .slick-arrow:hover i {
  color: #ffffff;
}
/* -----------   top of page banner   ----------- */
/* extends #4117653  */
section.banner ul.socials {
  bottom: -4.5rem;
}
section.banner:not(.skinny) {
  margin-bottom: 3rem;
}
section.banner:not(.skinny) .information {
  bottom: 7.5rem;
}
section.banner:not(.skinny) .information .progress {
  bottom: -2.5rem;
  right: 2.5rem;
}
section.banner:not(.skinny) .socials {
  bottom: 5.5rem;
}
section.banner:not(.skinny) .socials li i {
  color: #ffffff;
}
@media (min-width: 768px) {
  section.banner:not(.skinny) {
    height: 450px;
  }
  section.banner:not(.skinny) .information {
    bottom: -2rem;
  }
  section.banner:not(.skinny) .information .progress {
    bottom: -0.5rem;
  }
  section.banner:not(.skinny) .pattern {
    /* the design is dictated by the site scss */
    display: block;
    position: absolute;
    right: 1.75rem;
    top: 1.75rem;
    width: 150px;
    height: calc(100% - 3.5rem);
  }
  section.banner:not(.skinny) .gradient {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    height: 50%;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  section.banner:not(.skinny) .socials {
    bottom: -2.5rem;
  }
}
@media (min-width: 992px) {
  section.banner:not(.skinny) .information {
    bottom: -1.625rem;
  }
  section.banner:not(.skinny) .pattern {
    height: calc(100% - 4rem);
  }
  section.banner:not(.skinny) .socials {
    bottom: -4rem;
  }
}
section.banner + section {
  margin-top: 4rem;
}
section.banner.skinny .image {
  min-height: 150px;
}
@media (min-width: 1200px) {
  section.banner.skinny .information {
    bottom: -1.75rem;
  }
}
section.banner ul.breadcrumb {
  width: fit-content;
  left: 0 !important;
}
section.banner ul.breadcrumb li {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
section.banner ul.breadcrumb li a {
  text-decoration: underline;
}
section.banner ul.breadcrumb li a:hover, section.banner ul.breadcrumb li a:focus {
  text-decoration: none;
}
section.banner ul.breadcrumb li, section.banner ul.breadcrumb a, section.banner ul.breadcrumb a:after {
  color: #ffffff;
}
/* _external-banner.scss 4455765 */
@media (min-width: 768px) {
  section.banner .pattern {
    background-image: url(https://cdn.csu.edu.au/__data/assets/image/0006/4455762/Research_GL_orange.png);
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  #main-menu .nav li {
    padding-left: 1rem;
  }
  #main-menu .nav li.dropdown .dropdown-menu {
    background-color: #F7F5F2;
  }
  #main-menu .nav li:hover, #main-menu .nav li:focus {
    background-color: #F7F5F2 !important;
  }
}
/* -----    socials    ----- */
/* simple line icons */
/* font awesome icons */
/* simple icons */
ul.socials li.facebook a:focus, ul.socials li.instagram a:focus, ul.socials li.linkedin a:focus, ul.socials li.youtube a:focus, ul.socials li.twitter a:focus, ul.socials li.tiktok a:focus, ul.socials li.facebook a:hover, ul.socials li.instagram a:hover, ul.socials li.linkedin a:hover, ul.socials li.youtube a:hover, ul.socials li.twitter a:hover, ul.socials li.tiktok a:hover {
  background-color: #DA3D0F;
}
ul.socials {
  margin-top: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.socials li {
  display: inline-block;
}
ul.socials li {
  margin-right: 0.5rem;
}
ul.socials li a {
  padding-left: 1.5rem;
  background-color: #5675BC;
}
ul.socials li.facebook a {
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Add background color : change this in the institute scss */
  /* background-color: black; */
  /* Add mask image, use variable to reduce duplication */
  /* --svg: url('https://api.iconify.design/simple-line-icons/social-facebook.svg'); */
  --svg: url("https://api.iconify.design/simple-line-icons/social-facebook.svg");
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
ul.socials li.instagram a {
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Add background color : change this in the institute scss */
  /* background-color: black; */
  /* Add mask image, use variable to reduce duplication */
  /* --svg: url('https://api.iconify.design/simple-line-icons/social-facebook.svg'); */
  --svg: url("https://api.iconify.design/simple-line-icons/social-instagram.svg");
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
ul.socials li.linkedin a {
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Add background color : change this in the institute scss */
  /* background-color: black; */
  /* Add mask image, use variable to reduce duplication */
  /* --svg: url('https://api.iconify.design/simple-line-icons/social-facebook.svg'); */
  --svg: url("https://api.iconify.design/simple-line-icons/social-linkedin.svg");
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
ul.socials li.youtube a {
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Add background color : change this in the institute scss */
  /* background-color: black; */
  /* Add mask image, use variable to reduce duplication */
  /* --svg: url('https://api.iconify.design/simple-line-icons/social-facebook.svg'); */
  --svg: url("https://api.iconify.design/simple-line-icons/social-youtube.svg");
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
ul.socials li.twitter a {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("https://api.iconify.design/fa6-brands/x-twitter.svg");
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
ul.socials li.tiktok a {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("https://api.iconify.design/simple-icons/tiktok.svg");
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
/*** study FOOTER ***/
.breadcrumb-wrapper.bottom {
  background: url(https://cdn.csu.edu.au/__data/assets/file/0007/4155937/Breadcrumb-GL.svg) no-repeat bottom right #555555;
  color: #ffffff;
  padding-left: 2rem;
}
@media (min-width: 1200px) {
  .breadcrumb-wrapper.bottom {
    padding-left: 3rem;
  }
}
.breadcrumb-wrapper.bottom .breadcrumb .breadcrumb-item.active, .breadcrumb-wrapper.bottom .breadcrumb .breadcrumb-item a, .breadcrumb-wrapper.bottom .breadcrumb .breadcrumb-item::before {
  color: #ffffff;
}
/*
.breadcrumb-wrapper.bottom {
    .breadcrumb .breadcrumb-item + .breadcrumb-item::before {    color: $white;    }
}
*/
footer.page-footer {
  color: #ffffff;
  background: #222222;
  border-top: 1px solid #555;
}
@media (min-width: 1200px) {
  footer.page-footer {
    padding-top: 2rem;
    /* override mk3 */
  }
}
footer.page-footer .study-footer-content {
  display: flex;
  flex-wrap: wrap;
  /* End Social Media Section*/
}
footer.page-footer .study-footer-content > div {
  flex: 1;
}
footer.page-footer .study-footer-content div.csu-logo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 0.375;
  min-width: 250px;
  background-image: url(https://cdn.csu.edu.au/__data/assets/file/0008/4212845/CSU_Logo_white_stacked.01.svg);
  background-size: 160px auto;
  background-repeat: no-repeat;
  background-position: 4rem 0;
}
footer.page-footer .study-footer-content h5 {
  color: #ffffff;
}
footer.page-footer .study-footer-content div.acknowledgement-of-country {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #ffffff;
}
footer.page-footer .study-footer-content div.acknowledgement-of-country h5 {
  font-size: 1.375rem;
  max-width: 420px;
  font-weight: normal;
  padding: 0;
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
  font-style: italic;
}
footer.page-footer .study-footer-content div.acknowledgement-of-country p {
  max-width: 580px;
  line-height: 1.2rem;
  color: #ffffff;
  margin-top: 1rem;
}
footer.page-footer .study-footer-content div.acknowledgement-of-country li a, footer.page-footer .study-footer-content div.acknowledgement-of-country li:visited {
  color: #ffffff;
}
footer.page-footer .study-footer-content .social-media-section {
  /* End Social Media Link*/
}
footer.page-footer .study-footer-content .social-media-section h5 {
  display: none;
  padding-top: 0;
}
@media (min-width: 992px) {
  footer.page-footer .study-footer-content .social-media-section {
    flex: 0.6;
    padding-left: 1rem;
  }
  footer.page-footer .study-footer-content .social-media-section h5 {
    display: block;
  }
}
@media (min-width: 992px) {
  footer.page-footer .study-footer-content .social-media-section ul {
    justify-content: left;
  }
}
footer.page-footer .study-footer-content .social-media-section a {
  border-bottom: 3px solid transparent;
}
footer.page-footer .study-footer-content .social-media-section a:hover, footer.page-footer .study-footer-content .social-media-section a:focus {
  outline: none;
  text-decoration: none;
  border-bottom: none;
}
footer.page-footer .study-footer-content .social-media-section a:hover [class^="icon-"], footer.page-footer .study-footer-content .social-media-section a:focus [class^="icon-"] {
  color: #222222;
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #222222;
}
footer.page-footer .study-footer-content .social-media-section a [class^="icon-"] {
  color: #ffffff;
}
footer.page-footer .study-footer-content .social-media-section a > i {
  font-size: 3em;
}
footer.page-footer .study-footer-content .social-media-section ul {
  padding: 0;
}
footer.page-footer .study-footer-content .social-media-section ul li {
  list-style-image: none;
  list-style: none;
  display: inline-block;
  width: 3em;
  margin: 0 0.25rem;
}
@media (min-width: 992px) {
  footer.page-footer .study-footer-content .social-media-section ul li {
    margin: 0 0.5rem;
  }
}
footer.page-footer .study-footer-content .social-media-section ul li span {
  visibility: hidden;
  width: 0 !important;
  position: absolute;
  left: -999999px;
}
footer.page-footer .study-footer-content .enquiries {
  display: none;
  margin-left: 0;
  margin-top: 2rem;
  width: auto;
}
@media (min-width: 992px) {
  footer.page-footer .study-footer-content .enquiries {
    display: block;
  }
}
footer.page-footer .study-footer-content .enquiries a {
  color: #ffffff;
  text-decoration: underline;
  margin-left: 1rem;
}
footer.page-footer .study-footer-content .enquiries a svg {
  margin-right: 1rem;
}
footer.page-footer .study-footer-content .enquiries a:hover, footer.page-footer .study-footer-content .enquiries a:focus {
  outline: none;
  text-decoration: none;
  border-bottom: none;
  color: #ffffff;
}
footer.page-footer #mobileParent .collapsible button, footer.page-footer #mobileParent #mobileEnquiries {
  background-color: #222222;
  color: #ffffff;
}
footer.page-footer #mobileParent .collapsible button .local-footer-header, footer.page-footer #mobileParent #mobileEnquiries .local-footer-header {
  color: #ffffff;
}
footer.page-footer #mobileParent .collapsible button .local-footer-content a, footer.page-footer #mobileParent #mobileEnquiries .local-footer-content a {
  color: #ffffff;
}
footer.page-footer #mobileParent .collapsible-header[aria-expanded="true"] span {
  transform: rotate(180deg);
}
footer.page-footer #mobileParent .collapsible button {
  /*   padding: 0.5rem 1rem; */
  border: 1px solid #555;
  background: #333;
}
footer.page-footer #mobileParent .collapsible button:hover span::before, footer.page-footer #mobileParent .collapsible button:focus span::before {
  text-decoration: none;
}
footer.page-footer #mobileParent ul.footer-site-nav {
  border: 1px solid #555;
  border-top: none;
}
footer.page-footer #mobileParent ul.footer-site-nav li {
  background: #333;
}
footer.page-footer #mobileParent ul.footer-site-nav li .footer-links {
  color: #ffffff;
}
footer.page-footer #mobileParent ul.footer-site-nav li a {
  color: #ffffff;
}
footer.page-footer .footer-low {
  margin-top: 2rem;
  background-color: #222222;
}
@media (min-width: 992px) {
  footer.page-footer .footer-low {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .footer-low {
    flex-direction: row;
  }
}
footer.page-footer .footer-low .footer-copyright {
  padding: 0 1rem;
}
footer.page-footer .footer-low .footer-copyright.links {
  display: flex;
  flex-flow: wrap;
}
footer.page-footer .footer-low .footer-copyright.links li {
  display: inline;
  /*  @include bp(md) {    display: flex;    } */
  margin-right: 0.5rem;
}
footer.page-footer .footer-low .footer-copyright.links li a {
  font-size: 0.75rem;
  line-height: 1;
  margin: 0;
  padding-right: 0.5rem;
  border-right: 1px solid #ffffff;
}
footer.page-footer .footer-low .footer-copyright.links li:last-child a {
  border-right: 0;
}
footer.page-footer .footer-low .footer-copyright.links li:before {
  content: none;
}
section.explore-more {
  margin-top: 2rem;
}
section.explore-more .row {
  /* one item */
}
section.explore-more .row .col-md-12 p a {
  min-width: 50%;
  width: fit-content;
}
section.image-gallery {
  margin-top: 2rem;
}
section.image-gallery .carousel .carousel-control-prev:hover, section.image-gallery .carousel .carousel-control-prev:focus, section.image-gallery .carousel .carousel-control-next:hover, section.image-gallery .carousel .carousel-control-next:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
section.image-gallery .carousel .carousel-item {
  margin-right: -100% !important;
}
section.image-gallery .carousel .carousel-item .carousel-caption {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  width: 100%;
  left: 0;
  right: 0;
}
section.image-gallery .carousel .carousel-item .carousel-caption h2, section.image-gallery .carousel .carousel-item .carousel-caption h3, section.image-gallery .carousel .carousel-item .carousel-caption h4, section.image-gallery .carousel .carousel-item .carousel-caption h5, section.image-gallery .carousel .carousel-item .carousel-caption h6, section.image-gallery .carousel .carousel-item .carousel-caption p {
  color: #ffffff;
}
section.image-gallery .carousel.slide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
section.image-gallery .carousel .carousel-indicators {
  margin: 0;
  background-color: #222944;
  height: 2.5rem;
  padding: 0 5rem;
}
section.image-gallery .carousel .carousel-indicators li {
  margin-top: 0.5rem;
}
section.image-gallery .carousel .carousel-indicators li.active {
  background-color: #DA3D0F;
}
section.image-gallery .carousel .carouselButtons {
  z-index: 16;
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
}
section.image-gallery .carousel .carouselButtons .btn {
  width: 35px;
  height: 35px;
  padding: 10px;
  cursor: pointer;
  border: none;
}
section.image-gallery .carousel .carouselButtons .btn.pause {
  background: url(https://cdn.csu.edu.au/__data/assets/image/0011/2985482/slider.png) 61% -5% no-repeat;
  background-size: 103px;
  border: 1px solid #222944;
}
section.image-gallery .carousel .carouselButtons .btn.pause:hover, section.image-gallery .carousel .carouselButtons .btn.pause:focus {
  border: 1px solid #ffffff;
}
section.image-gallery .carousel .carouselButtons .btn.play {
  background: url(https://cdn.csu.edu.au/__data/assets/image/0011/2985482/slider.png) -1% -5% no-repeat;
  background-size: 103px;
  border: 1px solid #222944;
}
section.image-gallery .carousel .carouselButtons .btn.play:hover, section.image-gallery .carousel .carouselButtons .btn.play:focus {
  border: 1px solid #ffffff;
}
section.image-gallery .carousel .carouselButtons .btn.hide {
  display: none;
}
@media (max-width: 649px) {
  .carouselButtons {
    display: none;
  }
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #ffffff;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://cdn.csu.edu.au/__data/assets/image/0006/3494193/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://cdn.csu.edu.au/__data/assets/image/0011/3494198/previous.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://cdn.csu.edu.au/__data/assets/image/0009/3494196/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-container > .nav {
  left: 0;
}
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://cdn.csu.edu.au/__data/assets/image/0008/3494195/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.gallery a {
  text-decoration: none;
}
.gallery a img {
  width: 24.33%;
  vertical-align: initial;
}
@media (max-width: 649px) {
  .gallery a img {
    width: 30.74%;
  }
}
.listing-section {
  margin-top: 2rem;
}
.page-link {
  padding: 0.5rem 0.5rem;
}
.page-link.disabled {
  color: #F1F1F1;
}
.page-top:first-of-type {
  display: none;
}
/*
input {
    .local-search-input {
        border: 1px solid $light-grey;
        background: $white;
        color: $student-dark-grey;
        text-indent: 10px;
        font-size: 15px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        border-radius: 6px;
        margin-bottom: 4px;
        height: 2.5rem !important;
        line-height: 20px !important;

        &:focus {
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
            padding-bottom: 0px;
        }
    }
}
*/
div.icon-wrapper {
  position: relative;
}
div.local-search-wrapper i.auto-search-icon {
  margin-top: -36px;
  float: right;
  padding-right: 10px;
  z-index: 3;
  color: #535353;
  color: #DA3D0F;
}
.doc-row {
  border-bottom: 1px solid #F1F1F1;
  clear: both;
  margin-bottom: 20px;
}
.doc-row:after {
  content: "";
  display: table;
  clear: both;
}
.doc-info {
  margin-bottom: 0.75rem;
}
.doc-info span {
  display: block;
  color: #535353;
  font-size: 12px;
  line-height: 1;
}
.doc-title h2, .doc-title h3, .doc-title h4, .doc-title h5, .doc-title h6 {
  margin-top: 0 !important;
  /* color: $dark-grey;*/
  color: #535353;
  font-weight: 500 !important;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 32px;
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  display: initial;
}
.doc-title .btn {
  display: block;
  width: fit-content;
  margin-top: 0.9375rem;
  padding: 0.25rem 1rem;
}
.doc-title .btn.text {
  text-decoration: underline;
  padding: 0;
  color: #DA3D0F;
}
.doc-title .btn.text:hover, .doc-title .btn.text:focus {
  text-decoration: none !important;
}
.doc-title .btn.text::after {
  color: #DA3D0F;
}
.doc-title .btn.external {
  padding-right: 2rem;
}
.doc-title .btn.cta ::after {
  right: -5px;
}
.show-az- {
  display: none;
}
.doc-row {
  border-bottom: 1px solid #D1C3B0;
}
.doc-info {
  margin-bottom: 0.75rem;
  padding: 0;
}
.doc-info span {
  display: block;
  text-align: center;
  color: #717171;
  font-size: 12px;
  line-height: 1;
}
.doc-title h3 {
  margin-top: 0;
}
.map-component {
  margin-top: 2rem;
  padding-bottom: 10px;
}
.map-component.no-bottom {
  padding-bottom: 0;
}
.map-component .map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-component .map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.slick-slide, .slick-track, .slick-list, .multilink-banner {
  height: 100%;
}
.multilink-banner-container {
  margin-top: 0;
}
.multilink-banner-container .middle-slider {
  height: 100%;
}
.multilink-banner-container .middle-slider .row {
  height: 100%;
}
.multilink-banner-container .slick-slide {
  display: table !important;
  padding-right: 1px;
  /*    &.slick-current {
            > div {
                background: rgba(0, 0, 0, 0.6);
            } 
        }*/
}
.multilink-banner-container .slick-slide > div {
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.3);
}
.multilink-banner-container .slick-slide > div:hover, .multilink-banner-container .slick-slide > div:focus {
  background: rgba(0, 0, 0, 0.6);
}
.multilink-banner-container .slick-slide > div a {
  display: flex !important;
  align-items: center;
  width: 100%;
  height: 100%;
  /*    padding-left: 1.6rem; */
  padding: 0 1.25rem;
  font-family: "Basis Grotesque Medium", sans-serif;
}
.multilink-banner-container .slick-slide > div a:hover .scrolling-link-title, .multilink-banner-container .slick-slide > div a:focus .scrolling-link-title {
  text-decoration: underline;
}
.multilink-banner-container .slick-slide:nth-last-of-type(1) {
  padding-right: 0;
}
#container .description:not(:last-child) {
  padding-bottom: 10px;
}
.banner-links {
  min-height: 100px;
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  color: #ffffff;
  background: url(https://cdn.csu.edu.au/__data/assets/file/0004/3415333/circle-mono.svg) center 50% no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 770px) {
  .banner-links {
    min-height: 100px;
    height: 100px;
  }
  .multilink-banner-container {
    height: 326px !important;
  }
}
@media only screen and (min-width: 770px) {
  .multilink .large-heading {
    font-size: 35px;
    line-height: 38px;
    color: #FFFFFF;
  }
}
.slick-list .slick-track {
  margin: unset;
}
.multilink-banner-container {
  background: #222222;
  color: #fff;
  /* for accessibility checker only */
  position: relative;
  height: 460px;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .multilink-banner-container {
    margin-bottom: 1.25rem;
  }
}
.link-text {
  visibility: hidden;
}
.link-text.link-visible {
  visibility: visible;
}
.focusLink {
  text-decoration: underline;
}
.banner-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: center 50% no-repeat #f0f0f0;
  background-size: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
.no-top .col {
  padding: 0px;
  margin-top: 0;
}
.banner-overlay {
  position: relative;
  height: 100%;
  width: auto;
}
.csu-banner-text-section {
  width: 100% !important;
  bottom: 140px;
  position: absolute;
  margin-left: 5px;
}
.multilink-banner-container .banner-links .play-pause {
  background: url(https://cdn.csu.edu.au/__data/assets/image/0008/2929454/pause.png) center 50% no-repeat;
  position: absolute;
  bottom: -35px;
  right: 17px;
  z-index: 300;
  width: 30px;
  height: 30px;
  padding: 10px;
  cursor: pointer;
}
.multilink-banner-container .banner-links .play-button {
  background: url(https://cdn.csu.edu.au/__data/assets/image/0011/2929430/play.png) center 50% no-repeat;
}
.multilink-banner-container .banner-links .pause-button {
  background: url(https://cdn.csu.edu.au/__data/assets/image/0008/2929454/pause.png) center 50% no-repeat;
}
.multilink-banner-container .slick-slide a:hover .link-text .arrow {
  padding-left: 10px;
}
.multilink-banner-container .active-link {
  background: rgba(0, 0, 0, 0.6);
}
.multilink-banner-container .active-link a .link-text .scrolling-link-title {
  text-decoration: underline;
}
@media only screen and (min-width: 770px) {
  .multilink-banner-container .banner-links .play-pause {
    display: none;
  }
}
@media only screen and (max-width: 1630px) {
  .multilink-banner-container a .link-text .scrolling-link-title {
    max-width: 90%;
  }
}
@media (max-width: 1400px) and (min-width: 1100px) {
  .multilink-banner-container .slick-slide a .link-text .arrow {
    padding-left: 15px;
  }
  .multilink-banner-container .slick-slide a:hover .link-text .arrow {
    padding-left: 25px;
  }
}
.multilink .logo-font {
  padding-left: 0.1rem;
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
}
.multilink .logo-font.small-heading {
  font-size: 1.125rem;
  padding-bottom: 10px;
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
}
@media only screen and (max-width: 770px) {
  .multilink .logo-font.large-heading {
    font-size: 22px;
  }
  .multilink .logo-font.small-heading {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: "Basis Grotesque Regular", Arial, sans-serif;
  }
}
/* new video styles */
.video-banner-container .banner-wrapper, .image-banner-container .banner-wrapper {
  background: none;
}
.multilink-banner-container .image-banner-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.multilink-banner-container .banner-links .multilink-banner, .multilink-banner-container .csu-banner-text-section.multilink {
  visibility: hidden;
}
/* default slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.multilink-banner-container .slick-slide a .link-text {
  color: #fff;
  position: relative;
  outline: 0px;
}
.multilink-banner-container a .link-text .scrolling-link-title {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 0px;
  float: left;
  display: inline;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transform: all 0.2s linear;
  -moz-transform: all 0.2s linear;
  width: inherit;
  padding-right: 5px;
}
.multilink-banner-container .slick-slide a {
  width: 100%;
  outline: 0px;
}
.multilink-banner-container .slick-slide a:hover, .multilink-banner-container .slick-slide a:focus {
  outline: none;
}
.multilink-banner-container .slick-slide a:hover .link-text .arrow:after, .multilink-banner-container .slick-slide a:hover .link-text .arrow:focus {
  font-weight: 600;
}
.multilink-banner-container .link-text .scrolling-link-sub-title {
  font-size: 14px;
  overflow: hidden;
  text-align: justify;
  clear: both;
}
.multilink-banner-container .slick-slide a:hover {
  text-decoration: none;
}
.multilink-banner-container .slick-slide a:focus .scrolling-link-title, .multilink-banner-container .slick-slide .link-text:hover .scrolling-link-title {
  text-decoration: underline;
}
.multilink-banner-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.multilink-banner-container .slick-dots {
  position: absolute;
  /*bottom: -45px;*/
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  padding-top: 3px;
}
.multilink-banner-container .slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.multilink-banner-container .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  outline: none;
  background: #616161;
  min-width: 5px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.multilink-banner-container .slick-dots li button:hover, .multilink-banner-container .slick-dots li button:focus {
  background: #fff !important;
}
.multilink-banner-container .slick-dots li.slick-active button {
  background: #fff !important;
}
.multilink-banner-container .middle-slider {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  height: 100%;
}
/* Dots */
@media only screen and (max-width: 770px) {
  .multilink-banner-container .slick-dots {
    bottom: -40px;
    background: #222;
    height: 40px;
  }
}
@media only screen and (min-width: 771px) {
  .multilink-banner-container .slick-list {
    overflow: visible;
  }
}
@media only screen and (min-width: 771px) {
  .multilink-banner-container .multilink-banner .slick-slide .link-text {
    tabindex: 1;
  }
}
@media only screen and (max-width: 1450px) {
  .multilink-banner-container .multilink-banner .slick-slide .link-text {
    width: 85%;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 1200px) {
  .multilink-banner-container .multilink-banner .link-text .scrolling-link-title {
    font-size: 20px;
    line-height: 19px;
  }
  .multilink-banner-container .slick-slide a .link-text .arrow:after {
    font-size: 25px !important;
    line-height: 16px;
  }
}
.csu-banner-text-section.video-banner {
  width: 100% !important;
  z-index: 1;
}
.multilink-banner-container .video-banner-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.multilink-banner-container .video-banner-container .background_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.multilink-banner-container .video-banner-container .video_cover {
  position: absolute;
  width: 100%;
  height: 100%;
}
.multilink-banner-container .video-background-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.multilink-banner-container .video-control {
  background: url(https://cdn.csu.edu.au/__data/assets/image/0008/2929454/pause.png) center 50% no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 300;
  width: 30px;
  height: 30px;
  padding: 10px;
  cursor: pointer;
}
.csu-news-feed {
  margin-top: 2rem;
}
.csu-news-feed .blog-cards {
  margin-top: 1rem;
}
.csu-news-feed .blog-cards .card-container .card.news-card {
  background: #DA3D0F;
  color: #ffffff;
}
.csu-news-feed .blog-cards .card-container .card.news-card .date {
  font-size: smaller;
}
.csu-news-feed .blog-cards .card-container .card.news-card .card-title {
  background: transparent;
  font-size: 1rem;
}
.csu-news-feed .blog-cards .card-container .card.news-card .card-title a {
  text-decoration: none;
  color: #ffffff;
}
.csu-news-feed .blog-cards .card-container .card.news-card .card-content {
  display: none;
}
.csu-news-feed .blog-cards .card-container .card.news-card .card-body, .csu-news-feed .blog-cards .card-container .card.news-card .card-action {
  background: transparent;
  padding-top: 0;
}
.csu-news-feed .blog-cards .card-container .card.news-card .card-body .date, .csu-news-feed .blog-cards .card-container .card.news-card .card-action .date {
  margin-top: 0;
  color: transparent;
}
.csu-news-feed .blog-cards .card-container .card.news-card .card-body .date span, .csu-news-feed .blog-cards .card-container .card.news-card .card-action .date span {
  color: #ffffff;
}
.csu-news-feed .blog-cards .card-container .card.news-card .card-body .date span.date-header, .csu-news-feed .blog-cards .card-container .card.news-card .card-action .date span.date-header {
  text-transform: capitalize;
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  width: fit-content;
  height: auto;
  color: #ffffff;
  background-color: #5675BC;
  border-radius: 10rem;
}
.csu-news-feed .blog-cards .card-container .card.news-card:after {
  font-family: "csu-icons-2019";
  content: "";
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 0.6;
  position: relative;
  top: -0.75rem;
  left: 1rem;
}
.csu-news-feed .blog-cards .card-container:hover, .csu-news-feed .blog-cards .card-container:focus {
  outline: none;
}
.csu-news-feed .blog-cards .card-container:hover .news-card .card-title a, .csu-news-feed .blog-cards .card-container:focus .news-card .card-title a {
  text-decoration: underline;
}
#partners_carousel {
  overflow: hidden;
  margin-top: 0.5rem;
  position: relative;
}
#partners_carousel .partner-image {
  flex-grow: 1;
  align-content: center;
  overflow: hidden;
  padding: 0 20px;
  width: 100%;
}
#partners_carousel .partner-image img {
  width: inherit;
}
#partners_carousel .card-container {
  border-radius: 0;
  margin-right: 19px;
}
#partners_carousel .card-container .card {
  background: none;
}
#partners_carousel .card-container .card a {
  position: relative;
  display: block;
  height: 100%;
}
#partners_carousel .card-container.partner {
  width: 338px;
  /* border: 1px solid $site-alternate-color; */
}
@media (min-width: 576px) {
  #partners_carousel .card-container.partner {
    width: 300px;
  }
}
@media (min-width: 768px) {
  #partners_carousel .card-container.partner {
    width: 300px;
  }
}
@media (min-width: 992px) {
  #partners_carousel .card-container.partner {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  #partners_carousel .card-container.partner {
    width: 256px;
  }
}
#partners_carousel .card-container.partner .card a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #ffffff;
}
#partners_carousel .card-container.partner .card a .image {
  background-size: contain;
  background-position: center 50%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  #partners_carousel .card-container.partner .card a .image {
    display: block;
  }
}
#partners_carousel .card-container.partner .card a .card-body {
  flex-grow: 0;
  padding: 1rem;
  background: #5675BC;
}
#partners_carousel .card-container.partner .card a .card-body .card-title {
  color: #ffffff;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#partners_carousel .card-container.partner .card a .card-body .card-title:after {
  display: none;
}
#partners_carousel .card-container.partner .card a .card-body .card-content {
  padding: 1rem 0;
  background: transparent;
}
#partners_carousel .card-container.partner .card a .card-body .card-content * {
  color: #ffffff;
}
/* *****   _staff-profiles.scss #3867536    *****  */
.site_division_of_student_success .back-to-staff-listings {
  display: none;
}
.staff-profile-section .position {
  font-size: 1.5em;
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
  color: #222222;
}
.staff-profile-section .title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
}
.staff-profile-section .accreditations {
  margin-top: -0.5em;
}
.staff-profile-section .pronoun {
  font-size: 0.9375rem;
  color: #616161;
  font-style: italic;
}
.staff-profile-section .staff-profile-details {
  background-color: #F7F5F2;
  padding-top: 0;
  margin-top: 2em;
  list-style-type: none;
  padding-left: 0;
}
.staff-profile-section .staff-profile-details .tab-content {
  padding: 2rem 3rem 0 3rem;
}
.staff-profile-section .staff-profile-details .tab-content a {
  color: #c43424;
}
.staff-profile-section .staffnav.nav {
  flex-wrap: nowrap;
  min-height: 4.2em;
}
.staff-profile-section .staffnav.nav .nav-item {
  flex: 1;
  height: auto;
}
.staff-profile-section .staffnav.nav .nav-item > .btn {
  margin-top: 0;
  padding: 0.5rem 1.5rem;
  font-weight: normal;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: #222944;
  border: none;
  border-left: 1px solid #F7F5F2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
}
.staff-profile-section .staffnav.nav .nav-item > .btn span {
  vertical-align: middle;
}
.staff-profile-section .staffnav.nav .nav-item > .btn.active {
  color: #222222;
  background-color: #F7F5F2;
  text-decoration: underline;
}
.staff-profile-section .staff-profile-card .staff-profile-photo {
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 200px;
}
.staff-profile-section .staff-profile-card .staff-contact-details {
  list-style-type: none;
  padding-left: 0;
}
.staff-profile-section .staff-profile-card .staff-contact-details a {
  color: #C92D0C;
}
.staff-profile-section .staff-profile-card .staff-contact-details li i {
  font-size: 1rem;
  margin: 6px 10px 0 4px;
  position: relative;
  top: 2px;
}
/* ***** END _staff-profiles.scss #3867536    *****  */
/** 
*    see also 3867536 for individual profile css
**/
section.staff-listing .local-search-wrapper h3 {
  margin: 0.75rem 0;
}
section.staff-listing .staff-list-accordion {
  background: url(https://api.iconify.design/simple-line-icons:arrow-down.svg?color=%23222&width=12px&height=12px) #f7f5f2 no-repeat center right 1.5rem;
  text-transform: none;
  font-family: "Basis Grotesque Regular", sans-serif;
  padding: 1.5rem;
}
section.staff-listing .staff-list-accordion:hover {
  background-color: #eee9e2;
}
section.staff-listing .staff-list-accordion[aria-expanded=true] {
  background: url("https://api.iconify.design/simple-line-icons:arrow-up.svg?color=%23222&width=12px&height=12px") #eee9e2 no-repeat center right 1.5rem;
}
section.staff-listing .staff-searchable-details {
  display: none !important;
}
section.staff-listing .staff-profile-card {
  min-height: 120px;
}
section.staff-listing .staff-profile-card .card {
  background: #F7F5F2;
}
section.staff-listing .staff-profile-card .card a {
  color: #C92D0C;
}
section.staff-listing .staff-profile-card .card .card-image {
  display: none;
  max-height: 150px;
}
@media (min-width: 768px) {
  section.staff-listing .staff-profile-card .card .card-image {
    display: block;
  }
}
section.staff-listing .staff-profile-card .card .card-body {
  background: transparent;
  padding-bottom: 0.75rem;
  padding-right: 0.75rem;
}
section.staff-listing .staff-profile-card .card .card-body .card-title {
  color: #222222;
  padding-bottom: 0.5rem;
  padding-top: 0.75rem;
}
section.staff-listing .staff-profile-card .card .card-body .card-title a {
  color: #222222;
}
section.staff-listing .staff-profile-card .card .card-body p {
  margin-bottom: 0.3rem;
  line-height: 1.3rem;
}
section.staff-listing .staff-profile-card .card .card-body p strong {
  font-weight: bold;
}
section.staff-listing .staff-profile-card .card .card-body .staff-contact-details {
  list-style-type: none;
  padding-left: 0;
}
section.staff-listing .staff-profile-card .card .card-body .staff-contact-details li i {
  font-size: 1rem;
  margin: 6px 10px 0 4px;
  position: relative;
  top: 2px;
}
/*

$colors: (
    orange: $CSU-dark-orange,
    brown: $dark-brown,
    black: $black,
    light_blue: #43639A,
    dark_blue: #222944,
    light_green: #519674,
    dark_green: #0e3a32
);


background-image: url(https://cdn.csu.edu.au/__data/assets/file/0003/3282564/all-shapes-square.svg#circle_light-blue)



//// Deprecated 20230328

$shapes: circle, square, rectangle, octagon, org1, org2;

$white: #fff;
$CSU-dark-orange: #DA3D0F;
$dark-brown: #C7B8A0;
$black: #222222;
$light-blue: #5675BC;
$dark-blue: #222944;
$light-green: #519674;
$dark-green: #0E3A32; 

$colors: (
    orange: $CSU-dark-orange,
    brown: $dark-brown,
    black: $black,
    light_blue: $light-blue,
    dark_blue: $dark-blue,
    light_green: $light-green,
    dark_green: $dark-green
);


@mixin step-theme {
    @each $color, $hex in $colors {
        $colorClass: str-replace($color, '_', '-');
        .step-#{$colorClass} {
            background-color: #{$hex};
            @each $shape in $shapes {
                &.#{$shape} {
                    background-image: url(https://cdn.csu.edu.au/__data/assets/file/0003/3282564/all-shapes-square.svg##{$shape}_#{$color});
                    background-size: cover;
                    .step-text {    background-color: $hex;   }
                }
            }
        }
    }
}
*/
section.steps {
  margin-top: 2rem;
}
section.steps h2, section.steps h3 {
  margin-top: 0;
}
section.steps .step-container {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  margin-bottom: 0;
  border-top: 1px solid #cdcdcd;
  /*   @include step-theme($colors); */
}
@media (min-width: 768px) {
  section.steps .step-container {
    flex-direction: row;
  }
}
section.steps .step-container.last {
  border-bottom: 1px solid #cdcdcd;
}
section.steps .step-container .step-number {
  text-align: center;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  background-color: #DA3D0F;
  /* background-image: url(https://cdn.csu.edu.au/__data/assets/file/0003/3282564/all-shapes-square.svg#circle_orange); */
  background-image: url(https://cdn.csu.edu.au/__data/assets/file/0009/4223529/steps-GL-01.png);
  background-size: contain;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  section.steps .step-container .step-number {
    min-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
    background-size: cover;
  }
}
section.steps .step-container .step-number .step-text {
  color: #ffffff;
  background-color: #DA3D0F;
  padding-top: 0;
  font-size: 1.125rem;
  line-height: 1.375rem;
  /*                font-family: 'Basis Grotesque Regular', sans-serif; */
  font-family: "Basis Grotesque Bold", Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
  padding: 4px;
}
section.steps .step-container .step-information {
  flex-grow: 1;
  padding: 0 1.5rem;
}
section.steps .step-container .step-information h2 {
  font-size: 1.1875rem;
}
section.steps .step-container .step-information h2, section.steps .step-container .step-information h3, section.steps .step-container .step-information h4 {
  margin-top: 0;
  padding-top: 0;
}
section.tabs {
  margin-top: 2rem;
}
.responsive-tabs-container {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.responsive-tabs-container .nav-tabs {
  border-bottom: none;
  background: transparent;
}
.responsive-tabs-container .nav-tabs .nav-item {
  width: 100%;
}
@media (min-width: 1200px) {
  .responsive-tabs-container .nav-tabs .nav-item {
    width: auto;
  }
}
.responsive-tabs-container .nav-tabs .nav-item .nav-link {
  background-color: #DA3D0F;
  color: #ffffff;
  border: none;
  border-right: 1px solid #ffffff;
  border-radius: 0;
  font-weight: normal;
  line-height: 40px;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
}
.responsive-tabs-container .nav-tabs .nav-item .nav-link.active {
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #222944;
  border-bottom: none;
  text-decoration: underline;
}
.responsive-tabs-container .nav-tabs .nav-item .nav-link.active:hover, .responsive-tabs-container .nav-tabs .nav-item .nav-link.active:focus {
  color: #222222;
  background-color: #ffffff;
}
.responsive-tabs-container .nav-tabs .nav-item .nav-link:hover, .responsive-tabs-container .nav-tabs .nav-item .nav-link:focus {
  text-decoration: underline;
  background-color: #efe9e2;
  color: #222222;
}
.responsive-tabs-container .tab-content {
  background-color: #F7F5F2;
  background-color: #ffffff;
  padding: 1.5rem;
  border: none;
  border: 1px solid #222944;
  /* word-break: break-all; */
  /* ???? see eh if this is required */
}
.responsive-tabs-container .tab-content .accordion-link {
  display: none;
}
.responsive-tabs-container .accordion .intro-blurb p {
  color: #616161;
}
@media (max-width: 767px) {
  .responsive-tabs-container .nav-tabs .nav-item .nav-link {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 1px;
  }
}
.full-width-quote, .full-width-testimonial {
  background: #EEE9E2;
}
@media (min-width: 1200px) {
  .full-width-quote, .full-width-testimonial {
    margin-left: calc(-100vw / 2 + 1140px / 2);
    margin-right: calc(-100vw / 2 + 1140px / 2);
  }
}
.testimonial {
  margin-top: 2rem;
  padding-bottom: 0.5rem;
}
.testimonial #testimonial-quotation, .testimonial #fried-egg {
  fill: #5675BC;
}
.testimonial .quote {
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: #EEE9E2;
  padding: 1.5rem;
}
.testimonial .quote .quote-inner {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  /* Add break in details */
}
@media (min-width: 768px) {
  .testimonial .quote .quote-inner {
    /* col-7 */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
.testimonial .quote .quote-inner .details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.testimonial .quote .quote-inner .quote-text, .testimonial .quote .quote-inner .testimonial-text {
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
  padding: 40px 10px 10px 0;
  /*
                background: url(./?external-uuid=4afac48b-c88c-4169-9288-f05b211c5625);
                background-size: 75px 25px;
                background-position: top left -20px;
                background-repeat: no-repeat;
                */
  margin: 0;
  border-left: none;
}
@media (min-width: 768px) {
  .testimonial .quote .quote-inner .quote-text, .testimonial .quote .quote-inner .testimonial-text {
    padding: 50px 76px 10px 0;
  }
}
.testimonial .quote .quote-inner .quote-text p, .testimonial .quote .quote-inner .testimonial-text p {
  color: #222222;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .testimonial .quote .quote-inner .quote-text p, .testimonial .quote .quote-inner .testimonial-text p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.testimonial .quote .quote-inner div {
  display: flex;
  flex-grow: 1;
}
.testimonial .quote .quote-inner div .author {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  font-weight: bold;
  color: #222222;
}
.testimonial .quote .quote-inner .link {
  font-family: Arial;
  font-style: normal;
  display: block;
  width: fit-content;
  margin-top: 1rem;
}
.testimonial .quote .img-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .testimonial .quote .img-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: right;
  }
  .testimonial .quote .img-wrapper img {
    width: 100%;
    height: auto;
    /* height: fit-content;  */
  }
}
.testimonial .quote .pattern {
  /* 
            background: url(./?external-uuid=92309728-a539-4c45-aa57-cabf0f4bbaa5) center 50% no-repeat;
            background-size: cover;
        */
  position: absolute;
  bottom: 9px;
  right: 4px;
  width: 50px;
  height: 50px;
  animation: pulse 7s infinite;
}
@media (min-width: 768px) {
  .testimonial .quote .pattern {
    width: 100px;
    height: 100px;
  }
}
/* #ninja */
section.banner .information div h1, section.banner .information div p {
  display: inline !important;
  color: #ffffff;
  background: #DA3D0F;
  width: fit-content;
  margin: 0;
  padding-top: 0;
  padding: 0.5rem 0.75rem;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
section.banner {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
section.banner + section {
  margin-top: 2rem;
}
section.banner .image {
  display: block;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  section.banner .image {
    display: flex;
    flex-basis: 100%;
  }
  section.banner .image .gradient {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    height: 50%;
    bottom: 0;
    width: 100%;
    left: 0;
  }
}
section.banner .information {
  background: #DA3D0F;
  padding: 0.75rem 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  flex-direction: column;
}
section.banner .information .breadcrumb {
  /*    margin-left: 1rem;    */
  color: white;
  background: #222222;
  padding: 4px 10px;
}
section.banner .information .breadcrumb a, section.banner .information .breadcrumb a:hover, section.banner .information .breadcrumb a:visited {
  color: white;
}
section.banner .information .breadcrumb li:not(:last-child):after {
  font-family: "Themify";
  content: "";
  font-size: 0.6rem;
  margin: 0 0.5rem;
}
@media (min-width: 768px) {
  section.banner .information {
    width: calc(100% - 2.5rem);
    padding: 0;
    background: transparent;
    position: absolute;
    bottom: 1.75rem;
    left: 1.75rem;
  }
  section.banner .information .breadcrumb {
    margin-left: 0;
  }
  section.banner .information > div {
    max-width: 87%;
  }
}
@media (min-width: 1200px) {
  section.banner .information > div {
    max-width: 57%;
  }
}
section.banner .information div h1 {
  display: block;
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  section.banner .information div h1 {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
    position: relative;
    top: -6px;
  }
}
section.banner .information div p {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  section.banner .information div p {
    display: inline;
  }
}
@media (min-width: 768px) {
  section.banner .information div.welcome p {
    position: relative;
    top: -12px;
  }
}
section.banner .information div.progress {
  position: absolute;
  right: 1.5rem;
  bottom: 0.5rem;
  width: fit-content;
  height: fit-content;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  section.banner .information div.progress {
    right: 1.5rem;
    bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  section.banner .information div.progress {
    right: 2.5rem;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  section.banner .information div.progress {
    right: 4.5rem;
    bottom: 0;
  }
}
section.banner .information div.progress.in-progress {
  color: #ffffff !important;
  background-color: #377d5a;
}
section.banner .information div.progress.complete {
  color: #222222;
  background-color: #ffffff;
}
section.banner .information div.progress.upcoming {
  color: #222222;
  background-color: #ffc961;
}
section.banner .socials {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  section.banner .socials {
    list-style: none;
    padding: 0;
    margin: 0;
    /*    bottom: -2rem; */
  }
  section.banner .socials li {
    display: inline-block;
  }
}
section.banner .socials span {
  visibility: hidden;
  width: 0 !important;
  position: absolute;
  left: -999999px;
}
section.banner .socials i {
  font-size: 2rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  section.banner .socials i {
    font-size: 3rem;
  }
}
section.banner .socials a {
  text-decoration: none;
}
section.banner .socials a:hover, section.banner .socials a:focus {
  text-decoration: none;
}
section.banner .socials a:hover i, section.banner .socials a:focus i {
  color: #DA3D0F;
}
section.banner .pattern {
  display: none;
}
@media (min-width: 768px) {
  section.banner {
    height: 400px;
    margin-bottom: 2rem;
  }
  section.banner.skinny {
    height: 150px;
    overflow: visible;
    margin-bottom: 4rem;
    /*  */
  }
  section.banner.skinny .breadcrumb {
    position: relative;
    left: 1rem;
  }
  section.banner.skinny .information {
    /*    bottom: -4.75rem; */
    bottom: -1.5rem;
  }
}
section.youtube-video {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
section.youtube-video .heading {
  margin-bottom: 1.5rem;
}
section.youtube-video .intro-blurb {
  margin-bottom: 2rem;
}
section.youtube-video .video-caption {
  font-style: italic;
}
section.youtube-video .video-caption a {
  text-decoration: underline;
}
section.youtube-video .video-caption a:hover {
  text-decoration: none;
}
section.youtube-video .video-caption a:focus {
  text-decoration: none;
}
section.youtube-video div.col-md-8 {
  padding-left: 0;
  padding-right: 0;
}
section.youtube-video div.feature-video-content-background {
  background-color: #F7F5F2;
  padding: 50px;
}
.wordpress-feed {
  position: relative;
  min-height: 200px;
}
.wordpress-feed .carousel-controls {
  display: flex;
  align-items: center;
  /* position: relative;
        top: 12px; 
        position: absolute;
        top: -12px;
        right: 10px; */
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wordpress-feed .carousel-controls li {
  display: inline-block;
}
.wordpress-feed .carousel-controls .carousel-control-prev, .wordpress-feed .carousel-controls .carousel-control-next {
  position: relative;
  padding: 0 0.5rem;
  margin: 0 0.25rem;
}
.wordpress-feed h2 + .carousel-controls {
  top: 24px;
}
.wordpress-feed .blog-list .media {
  border-bottom: 1px solid #6F6F6F;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.wordpress-feed .blog-list .media h4 {
  font-size: 1.125rem;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.wordpress-feed .blog-list .media p {
  line-height: 1.5rem;
}
.wordpress-feed .blog-list .media img {
  max-width: 175px;
}
.wordpress-feed .blog-list .btn .cta {
  padding-left: 1.9rem;
}
.wordpress-feed .wordpress-card-link {
  text-decoration: none;
}
.wordpress-feed .carousel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.wordpress-feed .carousel ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .wordpress-feed .carousel ul {
    width: 50%;
  }
}
.wordpress-feed .carousel ul.posts {
  background: #F7F5F2;
}
.wordpress-feed .carousel ul.posts li a {
  font-family: "basis grotesque medium";
  color: #222222;
  display: block;
  padding: 1rem 1.5rem;
  line-height: 1.4rem;
  text-decoration: none;
}
@media (min-width: 992px) {
  .wordpress-feed .carousel ul.posts li.active a {
    color: #ffffff;
    background: #222222;
  }
}
.wordpress-feed .carousel ul.post_images {
  background: #222944;
}
.wordpress-feed .carousel ul.post_images li {
  height: 100%;
  background-size: cover;
  display: none;
}
.wordpress-feed .carousel ul.post_images li.active {
  display: block;
}
.wordpress-feed .carousel .view-all {
  width: 100%;
  display: block;
  padding: 1rem 1.5rem;
  background: #EEE9E2;
  border: 0;
  color: #222222;
}
@media (min-width: 992px) {
  .wordpress-feed .carousel .view-all {
    width: 50%;
  }
}
.wordpress-feed .carousel .view-all:hover, .wordpress-feed .carousel .view-all:focus {
  background: #DA3D0F;
  border: none;
  color: #ffffff;
}
.wordpress-feed .carousel .btn.view-all {
  width: 100%;
  display: block;
  padding: 1rem 1.5rem;
  margin-top: 0;
  background: #EEE9E2;
  border: 0;
  color: #222222;
}
@media (min-width: 992px) {
  .wordpress-feed .carousel .btn.view-all {
    width: 50%;
  }
}
.wordpress-feed .carousel .btn.view-all:hover, .wordpress-feed .carousel .btn.view-all:focus {
  background: #DA3D0F;
  border: none;
  color: #ffffff;
}
/* -----   Accordion    ----- */
section.accordion .accordion .card {
  background: #f7f5f2;
  border-top: 1px solid #DA3D0F;
  border-bottom: 1px solid #DA3D0F !important;
  /* -- override bootstrap -- */
  border-left: 0;
  border-right: 0;
}
section.accordion .accordion .card .card-header {
  background: transparent;
}
section.accordion .accordion .card .card-header:focus {
  background: transparent;
}
section.accordion .accordion .card .card-header h3 {
  font-size: 1.3125rem !important;
  padding: 1.25rem 2rem 1.25rem 0;
  background-position: calc(100% - 1rem) center !important;
}
section.accordion .accordion .card .card-body {
  border: none;
  padding: 0 1rem 0.5rem 1.5rem;
  background: transparent;
}
section .cards .card-container.accordion-card .card {
  background: #f7f5f2;
  border: 1px solid #5675BC;
}
section .cards .card-container.accordion-card .card .card-body {
  background: #f7f5f2;
}
section .cards .card-container.accordion-card .card .card-body * {
  color: #222222;
}
section .cards .card-container.accordion-card .card .card-body a {
  color: #DA3D0F;
}
#topNavContainer #topNav {
  background-color: transparent;
}
#topNavContainer #topNav .search-button {
  margin: 0;
}
@media (min-width: 1200px) {
  #topNavContainer #topNav .search-button {
    left: -1rem;
  }
}
@media (min-width: 768px) {
  #topNavContainer .sitebar-container #sitebar {
    display: none;
  }
}
.csu-site-title-image {
  margin: 1rem 0;
}
.site-name {
  display: none;
}
@media (min-width: 768px) {
  .site-name {
    color: #222222;
    display: inline-block;
    position: relative;
    left: 3.3rem;
    font-size: 1.125rem;
    font-family: "Basis Grotesque Medium", sans-serif;
  }
}
#mobile-global button {
  padding: 1rem;
  margin-top: 0;
}
/* -----------   top of page banner   ----------- */
/* extends #4117653  */
/* ----  homepage exception ---- */
@media (min-width: 768px) {
  .page_home section.banner .socials li a i {
    color: #DA3D0F;
  }
  .page_home section.banner .socials li:hover i, .page_home section.banner .socials li:focus i {
    color: #DA3D0F;
  }
}
section.banner ul.socials {
  bottom: -4.5rem;
}
section.banner .information {
  background: #DA3D0F;
}
@media (min-width: 768px) {
  section.banner .information {
    background: transparent;
  }
}
section.banner .information h1, section.banner .information p {
  background-color: #DA3D0F;
}
section.banner:not(.skinny) {
  margin-bottom: 3rem;
}
section.banner:not(.skinny) .information {
  bottom: 7.5rem;
}
section.banner:not(.skinny) .information .progress {
  bottom: -2.5rem;
  right: 2.5rem;
}
section.banner:not(.skinny) .socials {
  bottom: 5.5rem;
}
section.banner:not(.skinny) .socials li i {
  color: #ffffff;
}
@media (min-width: 768px) {
  section.banner:not(.skinny) {
    height: 450px;
  }
  section.banner:not(.skinny) .information {
    bottom: -2rem;
  }
  section.banner:not(.skinny) .information .progress {
    bottom: -0.5rem;
  }
  section.banner:not(.skinny) .pattern {
    /* the design is dictated by the site scss */
    display: block;
    position: absolute;
    right: 1.75rem;
    top: 1.75rem;
    width: 150px;
    height: calc(100% - 3.5rem);
  }
  section.banner:not(.skinny) .gradient {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    height: 50%;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  section.banner:not(.skinny) .socials {
    bottom: -2.5rem;
  }
}
@media (min-width: 992px) {
  section.banner:not(.skinny) .information {
    bottom: -1.625rem;
  }
  section.banner:not(.skinny) .pattern {
    height: calc(100% - 4rem);
  }
  section.banner:not(.skinny) .socials {
    bottom: -4rem;
  }
}
section.banner + section {
  margin-top: 4rem;
}
section.banner.skinny .image {
  min-height: 150px;
}
@media (min-width: 1200px) {
  section.banner.skinny .information {
    bottom: -1.75rem;
  }
}
section.banner ul.breadcrumb {
  /*background-color: rgba(21,21,21,0.6);
        padding: 0.125rem 0.5rem; */
  width: fit-content;
  left: 0 !important;
}
section.banner ul.breadcrumb li {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
section.banner ul.breadcrumb li a {
  text-decoration: underline;
}
section.banner ul.breadcrumb li a:hover, section.banner ul.breadcrumb li a:focus {
  text-decoration: none;
}
section.banner ul.breadcrumb li, section.banner ul.breadcrumb a, section.banner ul.breadcrumb a:after {
  color: #ffffff;
}
#in_the_media_carousel {
  overflow: hidden;
  margin-top: 0.5rem;
  position: relative;
}
#in_the_media_carousel a {
  text-decoration: none;
}
#in_the_media_carousel .card-container.news-card {
  border-radius: 0;
  margin-right: 20px;
  width: 338px;
  /*@include bp(sm) {
            width: 326px;
        }*/
}
@media (min-width: 576px) {
  #in_the_media_carousel .card-container.news-card {
    width: 302px;
  }
}
@media (min-width: 768px) {
  #in_the_media_carousel .card-container.news-card {
    width: 254px;
    margin-right: 12px !important;
  }
}
@media (min-width: 992px) {
  #in_the_media_carousel .card-container.news-card {
    width: 302px;
  }
}
@media (min-width: 1200px) {
  #in_the_media_carousel .card-container.news-card {
    width: 356px;
  }
}
#in_the_media_carousel .card-container.news-card .card {
  height: 100%;
}
#in_the_media_carousel .card-container.news-card .card a {
  background: #DA3D0F;
}
#in_the_media_carousel .card-container.news-card .card a .card-title {
  color: #ffffff;
}
#in_the_media_carousel .card-container.news-card .card a:hover .card-body::after, #in_the_media_carousel .card-container.news-card .card a:focus .card-body::after {
  color: #519674;
}
#in_the_media_carousel .card-container.news-card .card .card-body::after {
  font-family: "csu-icons-2019";
  display: inline-block;
  width: 1rem;
  line-height: 1rem;
  content: "";
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
#in_the_media_carousel .card-container.news-card .card .card-body .card-content {
  padding: 1rem 0;
  background: transparent;
}
#in_the_media_carousel .card-container.news-card .card .card-body .card-content * {
  color: #ffffff;
}
#in_the_media_carousel .card-container.news-card .card .card-body .publication-details {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
#in_the_media_carousel .card-container.news-card .card .card-body .publication-details .pub-date, #in_the_media_carousel .card-container.news-card .card .card-body .publication-details .outlet {
  display: inline-block;
  width: fit-content;
}
#in_the_media_carousel .card-container.news-card .card .card-body .publication-details .outlet {
  background: #ffffff;
}
#in_the_media_carousel .card-container.news-card .card .card-body .publication-details .pub-date {
  color: #ffffff;
  margin-top: 0.5rem;
}
@media (min-width: 1200px) {
  #in_the_media_carousel .card-container.news-card .card .card-body .publication-details {
    flex-direction: row;
  }
  #in_the_media_carousel .card-container.news-card .card .card-body .publication-details .pub-date {
    margin-left: 2rem;
    margin-top: 0;
  }
}
#in_the_media_carousel .card-container.news-card .card .publication-details {
  padding: 6px 6px 16px 16px;
  font-size: 0.75rem;
}
#in_the_media_carousel .card-container.news-card .card .pub-date {
  line-height: 1.5rem;
}
section.researchers h3 {
  padding-top: 0;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  section.researchers h3 {
    margin-top: 0.75rem;
  }
}
section.researchers img {
  height: fit-content;
  max-height: 150px;
}
section.researchers .executive_director {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  section.researchers .executive_director {
    margin-top: 0.75rem;
    margin-top: 0;
    padding-left: 2rem;
  }
}
section.researchers .executive_director h3 {
  margin-top: 0;
}
section.researchers .ed_card {
  display: flex;
  background: url(https://www.csu.edu.au/research/ai-cyber-centre/images/gl-staff-01.svg) #DA3D0F;
  flex-direction: row;
  padding: 2rem 0 2rem 2rem;
  margin-left: 2rem;
}
section.researchers .ed_card img {
  Box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  width: 100px;
  /*width: 30%;*/
  height: fit-content;
  position: relative;
  left: -4rem;
}
section.researchers .ed_card .content {
  position: relative;
  left: -3rem;
}
section.researchers .ed_card .content h4 {
  margin-top: 0;
  padding-top: 0;
}
section.researchers .ed_card .content * {
  color: #ffffff;
}
section.researchers .ed_card .content i {
  position: relative;
  top: 1px;
  left: 2px;
  display: inline-block;
  margin-right: 0.5rem;
}
section.researchers .ed_card .content .btn:after {
  color: #ffffff;
}
section.researchers .ed_card .content .btn:hover, section.researchers .ed_card .content .btn:focus {
  color: #ffffff;
}
section.researchers .ed_card .content .btn:hover:after, section.researchers .ed_card .content .btn:focus:after {
  color: #ffffff;
}
section.researchers .spotlight {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
@media (min-width: 576px) {
  section.researchers .spotlight {
    flex-direction: row;
    /* justify-content: space-between; */
  }
}
section.researchers .spotlight .card {
  display: flex;
  flex-direction: row;
  border: 8px solid #DA3D0F;
  margin-left: 2rem;
  margin-bottom: 2rem;
  width: calc(100% - 3rem);
  text-decoration: none;
  padding-bottom: 1rem;
}
@media (min-width: 576px) {
  section.researchers .spotlight .card {
    width: calc(50% - 3rem);
  }
}
@media (min-width: 992px) {
  section.researchers .spotlight .card {
    width: calc(33.3333% - 3rem);
  }
}
section.researchers .spotlight .card .tagline {
  padding-top: 0.5rem;
}
section.researchers .spotlight .card .card-image {
  Box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  flex: none;
  width: 100px;
  height: fit-content;
  position: relative;
  top: -1.5rem;
  left: -1.5rem;
}
@media (min-width: 768px) {
  section.researchers .spotlight .card .card-image {
    width: 140px;
  }
}
section.researchers .spotlight .card .card-image img {
  object-fit: cover;
  width: inherit;
}
section.researchers .spotlight .card .card-body {
  padding: 1rem 0.5rem 1rem;
}
section.researchers .spotlight .card.click .card-body {
  padding-bottom: 1rem;
}
section.researchers .spotlight .card.click .card-body::after {
  font-family: "csu-icons-2019";
  display: inline-block;
  width: 1rem;
  line-height: 1rem;
  content: "";
  color: #222;
  font-size: 24px;
  position: absolute;
  bottom: 0.25rem;
  right: 1rem;
}
section.researchers .spotlight .card.click:hover {
  transform: scale(1.01);
  text-decoration: none;
}
section.researchers .spotlight .card.click:hover .card-body * {
  text-decoration: none;
  color: #222222;
}
section.researchers .spotlight .card.click:hover .card-body::after {
  color: #DA3D0F;
}
section.staff-listing .staff-list-group {
  margin-top: 1.5rem;
}
section.staff-listing .staff-list-group .staff-profile-card .card-image {
  min-height: 180px;
}
@media (min-width: 1200px) {
  section.staff-listing .staff-list-group .staff-profile-card .card-image {
    padding-right: 1rem;
  }
}
section.staff-listing .staff-list-group .staff-profile-card .card {
  background: transparent;
}
/* -----   Spotlight    ----- */
section.researchers .card {
  border: 8px solid #5675BC;
  background: transparent;
  color: #222222;
}
section.researchers .card .card-body {
  padding-top: 1rem;
  font-size: 0.875rem;
}
section.researchers .card .card-body .tagline {
  padding-top: 0;
  margin-top: 0;
}
section.researchers .card .card-body .btn {
  font-size: 0.875rem;
}
section.researchers.team-lead, section.researchers.ed_card {
  background: url("https://cdn.csu.edu.au/__data/assets/file/0009/4193793/gl-staff-01.svg") #DA3D0F;
}
section.researchers.team-lead .card-body, section.researchers.ed_card .card-body {
  color: #ffffff;
  background-color: transparent;
  position: relative;
  left: -1.5rem;
}
section.researchers.team-lead .card-body *, section.researchers.ed_card .card-body * {
  color: #ffffff;
}
section.researchers.team-lead .card-body::after, section.researchers.ed_card .card-body::after {
  color: #ffffff;
}
section.researchers.team-lead:focus .card-body, section.researchers.team-lead:hover .card-body, section.researchers.ed_card:focus .card-body, section.researchers.ed_card:hover .card-body {
  color: #ffffff;
}
section.researchers.team-lead:focus .card-body .email, section.researchers.team-lead:focus .card-body div, section.researchers.team-lead:hover .card-body .email, section.researchers.team-lead:hover .card-body div, section.researchers.ed_card:focus .card-body .email, section.researchers.ed_card:focus .card-body div, section.researchers.ed_card:hover .card-body .email, section.researchers.ed_card:hover .card-body div {
  color: #ffffff;
}
section.researchers.team-lead:focus .card-body::after, section.researchers.team-lead:hover .card-body::after, section.researchers.ed_card:focus .card-body::after, section.researchers.ed_card:hover .card-body::after {
  color: #DA3D0F;
}
#research_staff_profile {
  overflow-wrap: break-word;
  /* ED */
  /* Hack to remove white boxes at bottom of page*/
}
#research_staff_profile h3.position {
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  font-weight: normal;
}
#research_staff_profile p.accreditations {
  margin-top: 0.5rem;
  font-style: italic;
}
#research_staff_profile .portrait_details {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #research_staff_profile .portrait_details {
    flex-direction: row;
  }
}
#research_staff_profile .portrait_details .image {
  width: 240px;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 1.5rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #research_staff_profile .portrait_details .image {
    margin-bottom: 0;
  }
}
#research_staff_profile ul.staff-contact-details {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#research_staff_profile ul.staff-contact-details i {
  padding: 0 0.375rem;
  position: relative;
  top: 2px;
}
#research_staff_profile #profile {
  margin-top: 2rem;
}
#research_staff_profile #profile ul.profiles {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
}
#research_staff_profile #profile ul.profiles li {
  display: inline-block;
}
#research_staff_profile #profile ul.profiles .btn {
  margin-top: 0;
}
#research_staff_profile .content-banner .image {
  max-height: none;
  min-height: 250px;
}
#research_staff_profile #staff-bio-contact {
  margin-top: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #research_staff_profile #staff-bio-contact {
    flex-direction: row;
  }
  #research_staff_profile #staff-bio-contact div {
    flex: 0 1 25%;
  }
  #research_staff_profile #staff-bio-contact div.biography {
    flex: 3 1 25%;
  }
}
#research_staff_profile.executive_director {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  #research_staff_profile.executive_director {
    margin-top: 0.75rem;
  }
}
#research_staff_profile.executive_director .content-banner {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  #research_staff_profile.executive_director .content-banner {
    padding-top: 2rem;
  }
}
#research_staff_profile.executive_director .content-banner .image {
  background-size: cover;
  background-repeat: no-repeat;
  /* bottom: 1.5em;
                max-height: 350px; */
}
#research_staff_profile.executive_director .content-banner .information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  border-width: 5px;
  padding-left: 2rem;
  padding-bottom: 1rem;
  background-color: #F7F5F2;
}
#research_staff_profile.executive_director .content-banner .information h2 {
  font-family: "Basis Grotesque ", sans-serif;
  font-size: 1.625rem;
  font-weight: normal;
}
#research_staff_profile.executive_director .content-banner .information h3.position {
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  font-weight: normal;
}
#research_staff_profile.executive_director .content-banner .information .bio {
  flex-grow: 1;
}
#research_staff_profile .tab-content {
  border: none;
  background: none;
  padding: 0;
}
#research_staff_profile .tab-pane {
  border: 1px solid #222944;
  background: #ffffff;
  padding: 1.5rem;
}
/* these ids  can be fazed out */
#content-banner-4458298, #content-banner-4458300, #content-banner-4458302, #content-banner-4192829, #content-banner-4210893, #content-banner-4252866, #content-banner-4253402, #content-banner-4207818, #content-banner-4254239, #content-banner-4315223, #content-banner-4315089, #content-banner-4315405, #content-banner-4315408, #content-banner-4451610, #content-banner-4453068 {
  /* sandbox ext promo */
  /* sandbox ext promo */
  /* sandbox ext promo */
  /* home */
  /* study with us */
  /* test styling page feature banner 3.1 sampler type 2 */
  /* www home */
  /* study international */
  /* web design */
  /* research */
  /* research - testing components */
  /* research - testing components */
  /* research - testing components */
  /* strategy */
}
#content-banner-4458298 .information h2, #content-banner-4458300 .information h2, #content-banner-4458302 .information h2, #content-banner-4192829 .information h2, #content-banner-4210893 .information h2, #content-banner-4252866 .information h2, #content-banner-4253402 .information h2, #content-banner-4207818 .information h2, #content-banner-4254239 .information h2, #content-banner-4315223 .information h2, #content-banner-4315089 .information h2, #content-banner-4315405 .information h2, #content-banner-4315408 .information h2, #content-banner-4451610 .information h2, #content-banner-4453068 .information h2 {
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  width: fit-content;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background-color: #222944;
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
  padding: 8px 8px !important;
}
@media (min-width: 768px) {
  #content-banner-4458298 .information h2, #content-banner-4458300 .information h2, #content-banner-4458302 .information h2, #content-banner-4192829 .information h2, #content-banner-4210893 .information h2, #content-banner-4252866 .information h2, #content-banner-4253402 .information h2, #content-banner-4207818 .information h2, #content-banner-4254239 .information h2, #content-banner-4315223 .information h2, #content-banner-4315089 .information h2, #content-banner-4315405 .information h2, #content-banner-4315408 .information h2, #content-banner-4451610 .information h2, #content-banner-4453068 .information h2 {
    position: absolute;
    top: -24px;
  }
}
#content-banner-4458298 .information .btn.text, #content-banner-4458298 .information .btn.external, #content-banner-4458300 .information .btn.text, #content-banner-4458300 .information .btn.external, #content-banner-4458302 .information .btn.text, #content-banner-4458302 .information .btn.external, #content-banner-4192829 .information .btn.text, #content-banner-4192829 .information .btn.external, #content-banner-4210893 .information .btn.text, #content-banner-4210893 .information .btn.external, #content-banner-4252866 .information .btn.text, #content-banner-4252866 .information .btn.external, #content-banner-4253402 .information .btn.text, #content-banner-4253402 .information .btn.external, #content-banner-4207818 .information .btn.text, #content-banner-4207818 .information .btn.external, #content-banner-4254239 .information .btn.text, #content-banner-4254239 .information .btn.external, #content-banner-4315223 .information .btn.text, #content-banner-4315223 .information .btn.external, #content-banner-4315089 .information .btn.text, #content-banner-4315089 .information .btn.external, #content-banner-4315405 .information .btn.text, #content-banner-4315405 .information .btn.external, #content-banner-4315408 .information .btn.text, #content-banner-4315408 .information .btn.external, #content-banner-4451610 .information .btn.text, #content-banner-4451610 .information .btn.external, #content-banner-4453068 .information .btn.text, #content-banner-4453068 .information .btn.external {
  order: 2;
  margin-top: 0;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  font-family: "Basis Grotesque Bold", Arial, sans-serif;
  color: #ffffff;
  background-color: #222944;
}
@media (min-width: 768px) {
  #content-banner-4458298 .information .btn.text, #content-banner-4458298 .information .btn.external, #content-banner-4458300 .information .btn.text, #content-banner-4458300 .information .btn.external, #content-banner-4458302 .information .btn.text, #content-banner-4458302 .information .btn.external, #content-banner-4192829 .information .btn.text, #content-banner-4192829 .information .btn.external, #content-banner-4210893 .information .btn.text, #content-banner-4210893 .information .btn.external, #content-banner-4252866 .information .btn.text, #content-banner-4252866 .information .btn.external, #content-banner-4253402 .information .btn.text, #content-banner-4253402 .information .btn.external, #content-banner-4207818 .information .btn.text, #content-banner-4207818 .information .btn.external, #content-banner-4254239 .information .btn.text, #content-banner-4254239 .information .btn.external, #content-banner-4315223 .information .btn.text, #content-banner-4315223 .information .btn.external, #content-banner-4315089 .information .btn.text, #content-banner-4315089 .information .btn.external, #content-banner-4315405 .information .btn.text, #content-banner-4315405 .information .btn.external, #content-banner-4315408 .information .btn.text, #content-banner-4315408 .information .btn.external, #content-banner-4451610 .information .btn.text, #content-banner-4451610 .information .btn.external, #content-banner-4453068 .information .btn.text, #content-banner-4453068 .information .btn.external {
    position: relative;
    top: -12px;
  }
}
#content-banner-4458298 .information .btn.text::after, #content-banner-4458298 .information .btn.external::after, #content-banner-4458300 .information .btn.text::after, #content-banner-4458300 .information .btn.external::after, #content-banner-4458302 .information .btn.text::after, #content-banner-4458302 .information .btn.external::after, #content-banner-4192829 .information .btn.text::after, #content-banner-4192829 .information .btn.external::after, #content-banner-4210893 .information .btn.text::after, #content-banner-4210893 .information .btn.external::after, #content-banner-4252866 .information .btn.text::after, #content-banner-4252866 .information .btn.external::after, #content-banner-4253402 .information .btn.text::after, #content-banner-4253402 .information .btn.external::after, #content-banner-4207818 .information .btn.text::after, #content-banner-4207818 .information .btn.external::after, #content-banner-4254239 .information .btn.text::after, #content-banner-4254239 .information .btn.external::after, #content-banner-4315223 .information .btn.text::after, #content-banner-4315223 .information .btn.external::after, #content-banner-4315089 .information .btn.text::after, #content-banner-4315089 .information .btn.external::after, #content-banner-4315405 .information .btn.text::after, #content-banner-4315405 .information .btn.external::after, #content-banner-4315408 .information .btn.text::after, #content-banner-4315408 .information .btn.external::after, #content-banner-4451610 .information .btn.text::after, #content-banner-4451610 .information .btn.external::after, #content-banner-4453068 .information .btn.text::after, #content-banner-4453068 .information .btn.external::after {
  color: #ffffff;
}
#content-banner-4458298 .information p, #content-banner-4458300 .information p, #content-banner-4458302 .information p, #content-banner-4192829 .information p, #content-banner-4210893 .information p, #content-banner-4252866 .information p, #content-banner-4253402 .information p, #content-banner-4207818 .information p, #content-banner-4254239 .information p, #content-banner-4315223 .information p, #content-banner-4315089 .information p, #content-banner-4315405 .information p, #content-banner-4315408 .information p, #content-banner-4451610 .information p, #content-banner-4453068 .information p {
  order: 3;
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
  margin-top: 1rem;
  color: #222222;
  font-size: 1.125rem;
}
#content-banner-4458298 .information ul.cohort-card-cta, #content-banner-4458300 .information ul.cohort-card-cta, #content-banner-4458302 .information ul.cohort-card-cta, #content-banner-4192829 .information ul.cohort-card-cta, #content-banner-4210893 .information ul.cohort-card-cta, #content-banner-4252866 .information ul.cohort-card-cta, #content-banner-4253402 .information ul.cohort-card-cta, #content-banner-4207818 .information ul.cohort-card-cta, #content-banner-4254239 .information ul.cohort-card-cta, #content-banner-4315223 .information ul.cohort-card-cta, #content-banner-4315089 .information ul.cohort-card-cta, #content-banner-4315405 .information ul.cohort-card-cta, #content-banner-4315408 .information ul.cohort-card-cta, #content-banner-4451610 .information ul.cohort-card-cta, #content-banner-4453068 .information ul.cohort-card-cta {
  order: 4;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #content-banner-4458298 .information ul.cohort-card-cta, #content-banner-4458300 .information ul.cohort-card-cta, #content-banner-4458302 .information ul.cohort-card-cta, #content-banner-4192829 .information ul.cohort-card-cta, #content-banner-4210893 .information ul.cohort-card-cta, #content-banner-4252866 .information ul.cohort-card-cta, #content-banner-4253402 .information ul.cohort-card-cta, #content-banner-4207818 .information ul.cohort-card-cta, #content-banner-4254239 .information ul.cohort-card-cta, #content-banner-4315223 .information ul.cohort-card-cta, #content-banner-4315089 .information ul.cohort-card-cta, #content-banner-4315405 .information ul.cohort-card-cta, #content-banner-4315408 .information ul.cohort-card-cta, #content-banner-4451610 .information ul.cohort-card-cta, #content-banner-4453068 .information ul.cohort-card-cta {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row: auto auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
#content-banner-4458298 .information ul.cohort-card-cta li a.btn, #content-banner-4458300 .information ul.cohort-card-cta li a.btn, #content-banner-4458302 .information ul.cohort-card-cta li a.btn, #content-banner-4192829 .information ul.cohort-card-cta li a.btn, #content-banner-4210893 .information ul.cohort-card-cta li a.btn, #content-banner-4252866 .information ul.cohort-card-cta li a.btn, #content-banner-4253402 .information ul.cohort-card-cta li a.btn, #content-banner-4207818 .information ul.cohort-card-cta li a.btn, #content-banner-4254239 .information ul.cohort-card-cta li a.btn, #content-banner-4315223 .information ul.cohort-card-cta li a.btn, #content-banner-4315089 .information ul.cohort-card-cta li a.btn, #content-banner-4315405 .information ul.cohort-card-cta li a.btn, #content-banner-4315408 .information ul.cohort-card-cta li a.btn, #content-banner-4451610 .information ul.cohort-card-cta li a.btn, #content-banner-4453068 .information ul.cohort-card-cta li a.btn {
  width: 100%;
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
  color: #222944;
  background: #ffffff;
  border-color: #222944;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #content-banner-4458298 .information ul.cohort-card-cta li a.btn, #content-banner-4458300 .information ul.cohort-card-cta li a.btn, #content-banner-4458302 .information ul.cohort-card-cta li a.btn, #content-banner-4192829 .information ul.cohort-card-cta li a.btn, #content-banner-4210893 .information ul.cohort-card-cta li a.btn, #content-banner-4252866 .information ul.cohort-card-cta li a.btn, #content-banner-4253402 .information ul.cohort-card-cta li a.btn, #content-banner-4207818 .information ul.cohort-card-cta li a.btn, #content-banner-4254239 .information ul.cohort-card-cta li a.btn, #content-banner-4315223 .information ul.cohort-card-cta li a.btn, #content-banner-4315089 .information ul.cohort-card-cta li a.btn, #content-banner-4315405 .information ul.cohort-card-cta li a.btn, #content-banner-4315408 .information ul.cohort-card-cta li a.btn, #content-banner-4451610 .information ul.cohort-card-cta li a.btn, #content-banner-4453068 .information ul.cohort-card-cta li a.btn {
    margin-top: 0;
  }
}
#content-banner-4458298 .information ul.cohort-card-cta li a.btn::after, #content-banner-4458300 .information ul.cohort-card-cta li a.btn::after, #content-banner-4458302 .information ul.cohort-card-cta li a.btn::after, #content-banner-4192829 .information ul.cohort-card-cta li a.btn::after, #content-banner-4210893 .information ul.cohort-card-cta li a.btn::after, #content-banner-4252866 .information ul.cohort-card-cta li a.btn::after, #content-banner-4253402 .information ul.cohort-card-cta li a.btn::after, #content-banner-4207818 .information ul.cohort-card-cta li a.btn::after, #content-banner-4254239 .information ul.cohort-card-cta li a.btn::after, #content-banner-4315223 .information ul.cohort-card-cta li a.btn::after, #content-banner-4315089 .information ul.cohort-card-cta li a.btn::after, #content-banner-4315405 .information ul.cohort-card-cta li a.btn::after, #content-banner-4315408 .information ul.cohort-card-cta li a.btn::after, #content-banner-4451610 .information ul.cohort-card-cta li a.btn::after, #content-banner-4453068 .information ul.cohort-card-cta li a.btn::after {
  color: #222944;
}
#content-banner-4458298 .information ul.cohort-card-cta li a.btn:hover, #content-banner-4458300 .information ul.cohort-card-cta li a.btn:hover, #content-banner-4458302 .information ul.cohort-card-cta li a.btn:hover, #content-banner-4192829 .information ul.cohort-card-cta li a.btn:hover, #content-banner-4210893 .information ul.cohort-card-cta li a.btn:hover, #content-banner-4252866 .information ul.cohort-card-cta li a.btn:hover, #content-banner-4253402 .information ul.cohort-card-cta li a.btn:hover, #content-banner-4207818 .information ul.cohort-card-cta li a.btn:hover, #content-banner-4254239 .information ul.cohort-card-cta li a.btn:hover, #content-banner-4315223 .information ul.cohort-card-cta li a.btn:hover, #content-banner-4315089 .information ul.cohort-card-cta li a.btn:hover, #content-banner-4315405 .information ul.cohort-card-cta li a.btn:hover, #content-banner-4315408 .information ul.cohort-card-cta li a.btn:hover, #content-banner-4451610 .information ul.cohort-card-cta li a.btn:hover, #content-banner-4453068 .information ul.cohort-card-cta li a.btn:hover {
  color: #ffffff;
  background: #222944;
  text-decoration: none;
}
#content-banner-4458298 .information ul.cohort-card-cta li a.btn:hover::after, #content-banner-4458300 .information ul.cohort-card-cta li a.btn:hover::after, #content-banner-4458302 .information ul.cohort-card-cta li a.btn:hover::after, #content-banner-4192829 .information ul.cohort-card-cta li a.btn:hover::after, #content-banner-4210893 .information ul.cohort-card-cta li a.btn:hover::after, #content-banner-4252866 .information ul.cohort-card-cta li a.btn:hover::after, #content-banner-4253402 .information ul.cohort-card-cta li a.btn:hover::after, #content-banner-4207818 .information ul.cohort-card-cta li a.btn:hover::after, #content-banner-4254239 .information ul.cohort-card-cta li a.btn:hover::after, #content-banner-4315223 .information ul.cohort-card-cta li a.btn:hover::after, #content-banner-4315089 .information ul.cohort-card-cta li a.btn:hover::after, #content-banner-4315405 .information ul.cohort-card-cta li a.btn:hover::after, #content-banner-4315408 .information ul.cohort-card-cta li a.btn:hover::after, #content-banner-4451610 .information ul.cohort-card-cta li a.btn:hover::after, #content-banner-4453068 .information ul.cohort-card-cta li a.btn:hover::after {
  color: #ffffff;
}
#challenge-menu-c ul li a, #challenge-menu-c ul li a.active, #challenge-menu-c ul li a:hover {
  border: 4px solid #DA3D0F;
  background: #DA3D0F;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}
#challenge-menu-c ul li a {
  border: 4px solid transparent;
  background: #5675BC;
  box-shadow: none;
}
#challenge-container {
  transition: all 0.5s ease;
  min-height: 200px;
  min-width: 100%;
}
#challenge-container div.challenge {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#challenge-container div.challenge .btn {
  margin-top: 2rem;
}
#challenge-menu-c {
  position: relative;
}
@media (min-width: 768px) {
  #challenge-menu-c::before {
    content: "";
    background-color: lightgray;
    width: 80%;
    height: 4px;
    display: block;
    position: absolute;
    left: 10%;
    top: calc(50% - 2px);
    z-index: 76;
  }
}
#challenge-menu-c ul {
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 150px;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  z-index: 77;
}
@media (min-width: 768px) {
  #challenge-menu-c ul {
    flex-direction: row;
    justify-content: space-evenly;
    height: auto;
    overflow: auto;
  }
}
#challenge-menu-c ul li {
  /* border: 1px dashed darkgreen;  */
  list-marker: none;
  padding: 20px;
}
#challenge-menu-c ul li a {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-indent: -99999px;
}
@media (min-width: 768px) {
  #challenge-menu-c ul li a {
    display: block;
  }
}
#challenge-menu-c ul li:nth-child(1) a {
  background-image: url(https://cdn.csu.edu.au/__data/assets/image/0009/4334481/icon-5C-community-01.png);
}
#challenge-menu-c ul li:nth-child(2) a {
  background-image: url(https://cdn.csu.edu.au/__data/assets/image/0008/4334480/icon-5C-climate-01.png);
}
#challenge-menu-c ul li:nth-child(3) a {
  background-image: url(https://cdn.csu.edu.au/__data/assets/image/0003/4334484/icon-5C-health-safety-01.png);
}
#challenge-menu-c ul li:nth-child(4) a {
  background-image: url(https://cdn.csu.edu.au/__data/assets/image/0011/4334483/icon-5C-educated-01.png);
}
#challenge-menu-c ul li:nth-child(5) a {
  background-image: url(https://cdn.csu.edu.au/__data/assets/image/0010/4334482/icon-5C-cyber-01.png);
}
/* _Feature_CTA_mk3.1.scss 4458829 */
section.feature-cta {
  margin-top: 2rem;
  padding-left: 24px;
  padding-right: 24px;
}
section.feature-cta > div {
  border: 1px solid #DA3D0F;
  padding: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  section.feature-cta > div {
    flex-direction: row;
  }
}
section.feature-cta > div h2 {
  padding-top: 0;
  margin-top: 0;
}
section.feature-cta > div .content {
  flex-grow: 1;
  padding-right: 1rem;
}
section.feature-cta > div .action {
  align-content: center;
}
section.feature-cta > div .action .btn {
  min-width: 180px;
  margin-top: 5%;
  color: #ffffff;
  background: #DA3D0F;
  border: 1px solid #ffffff;
}
section.feature-cta > div .action .btn.cta-large::after {
  color: #ffffff;
}
section.feature-cta > div .action .btn.cta-large:hover, section.feature-cta > div .action .btn.cta-large:focus {
  color: #DA3D0F;
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #DA3D0F;
}
section.feature-cta > div .action .btn.cta-large:focus::after, section.feature-cta > div .action .btn.cta-large:hover::after {
  color: #DA3D0F;
}
/*.site_our_strategy_2020-2030 .btn.cta-large {
    color: #ffffff;
    background-color: #5675BC;
    border: 1px solid #5675BC
} */
section.enhanced-text {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  section.enhanced-text .content {
    display: flex;
    flex-direction: row;
  }
  section.enhanced-text .content > div:not(.pattern) {
    display: flex;
    flex-direction: column;
    flex-basis: fit-content;
    padding-bottom: 2rem;
  }
  section.enhanced-text .content .pattern {
    display: flex;
    align-self: stretch;
    width: 150px;
    /* graphic language is defined in the site scss */
  }
  section.enhanced-text .content.content-left > div:not(.pattern) {
    padding-right: 3rem;
  }
  section.enhanced-text .content.content-left .pattern {
    order: 1;
  }
  section.enhanced-text .content.content-right > div:not(.pattern) {
    padding-left: 3rem;
  }
  section.enhanced-text .content.content-right .pattern {
    order: 0;
  }
}
/*
    feature banner overlap 
    these styles sit on top of the standard feature banner styles and add the overlayed image and reverse colour scheme styles 
    
    csu-beige (black on beige / no border)
    site-theme (white on orange / no border)
    alternate (white on orange / no border)
    white (black on white / orange border)


this has been rolled into 4250754

.content-banner.mk3-1 {
    
    &.site-theme {
        .information {    
            background-color: $CSU-orange;
            *,
            .btn.text::after,
            .btn:hover, .btn:focus {    color: $white;    }
        }
    }
    &.csu-neutral {
        .information {     background-color: $light-brown;    }
    }
    &.alternate {
        .information {     background-color: #567dc3;     }
        .information *,
        .information .btn.text::after,
        .btn:hover, .btn:focus{    color: $white;    }
    }
    &.border-site-theme {
        .information {
            border: 1px solid $CSU-orange;
            background-color: $white;
            * {    color: $black;    }
            .btn,
            .btn.text::after,
            .btn:hover, .btn:focus {   color: $black;   }
        }
    }
    
    &.type1.gl-active {
        &.site-theme {
            .image {
                .pattern {    background-color: $CSU-orange;    }
            }
        }
        &.alternate {
            .image {
                .pattern {    background-color: #567dc3;    }
            }
        }
        &.csu-neutral {
            .image {
                .pattern {    background-color: $beige;    }
            }
        }
    }
    
}
*/
/*
    infographic banner
*/
section#infographic-banner {
  padding: 0;
  /*
    layout1 : info75 image25
    layout2 : info75 image25
    layout3 : info75 image25
    layout4 : image25 info75
    layout5 : image25 info75
    layout6 : image25 info75

    */
}
section#infographic-banner .image {
  /*background-repeat: no-repeat; 
        background-position:50% 50%;*/
  display: none;
}
section#infographic-banner .information h2, section#infographic-banner .information h3, section#infographic-banner .information h4, section#infographic-banner .information h5 {
  padding-top: 0;
  margin: 0 0 1rem 0;
}
section#infographic-banner .information p#attribution {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section#infographic-banner .spacer {
    width: 3em;
    background-image: url(https://cdn.csu.edu.au/__data/assets/file/0010/4205197/contentblock_blue.svg);
    background-size: cover;
    height: auto;
    order: 2;
  }
  section#infographic-banner .image {
    display: flex;
    /* background-size: 75%; */
    background-size: 60%;
    flex-basis: 25%;
    margin-left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  section#infographic-banner .information {
    flex-basis: 75%;
  }
  section#infographic-banner.layout1 .image, section#infographic-banner.layout2 .image, section#infographic-banner.layout3 .image {
    order: 3;
  }
  section#infographic-banner.layout1 .information, section#infographic-banner.layout2 .information, section#infographic-banner.layout3 .information {
    order: 1;
  }
  section#infographic-banner.layout4 .image, section#infographic-banner.layout5 .image, section#infographic-banner.layout6 .image {
    order: 1;
  }
  section#infographic-banner.layout4 .information, section#infographic-banner.layout5 .information, section#infographic-banner.layout6 .information {
    order: 3;
  }
}
section#infographic-banner.layout1 .image {
  background-color: #222944;
}
section#infographic-banner.layout1 .information, section#infographic-banner.layout1 .spacer {
  background-color: #da3d0f;
}
section#infographic-banner.layout2 .image {
  background-color: #5675BC;
}
section#infographic-banner.layout2 .information {
  background-color: #222944;
}
section#infographic-banner.layout2 .spacer {
  background-color: #5675BC;
}
section#infographic-banner.layout3 .image {
  background-color: #222944;
}
section#infographic-banner.layout3 .information, section#infographic-banner.layout3 .spacer {
  background-color: #5675BC;
}
section#infographic-banner.layout4 .image {
  background-color: #222944;
}
section#infographic-banner.layout4 .information, section#infographic-banner.layout4 .spacer {
  background-color: #da3d0f;
}
section#infographic-banner.layout5 .image {
  background-color: #5675BC;
}
section#infographic-banner.layout5 .information {
  background-color: #222944;
}
section#infographic-banner.layout5 .spacer {
  background-color: #5675BC;
}
section#infographic-banner.layout6 .image {
  background-color: #222944;
}
section#infographic-banner.layout6 .information, section#infographic-banner.layout6 .spacer {
  background-color: #5675BC;
}
#calp-list {
  font-size: 0.9375rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
#calp-list h2 {
  text-align: center;
  padding-top: 0;
}
#calp-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#calp-list ul li {
  display: inline-block;
}
#calp-list ul li {
  display: flex;
  width: calc(100% - 1rem);
  margin: 0.25rem 0.5rem;
}
@media (min-width: 768px) {
  #calp-list ul li {
    flex: 0 0 calc(50% - 1rem);
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  #calp-list ul li {
    flex: 0 0 calc(33% - 1rem);
    max-width: 33%;
  }
}
@media (min-width: 1440px) {
  #calp-list ul li {
    flex: 0 0 calc(25% - 1rem);
    max-width: 25%;
  }
}
#calp-list ul li a {
  padding: 0 12px 0 4.25rem;
  color: #222222;
  border: 1px solid #EEE9E2;
  display: flex;
  align-items: center;
  margin-top: 0.375rem;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 4rem;
  line-height: 1.2rem;
  /*
                i {
                    color: $CSU-dark-orange;
                    font-size: rem(60px);
                    margin-right: 0.25rem;
                }
                span {
                    margin-top: auto;
                    margin-bottom: auto;
                }
*/
}
#calp-list ul li a:hover {
  border: 1px solid #DA3D0F;
  background: #fff;
  transform: scale(1.01);
  box-shadow: rgba(128, 128, 128, 0.25) 0px 4px 12px -6px;
  transition: all 0.2s ease-in-out;
}
#calp-list ul li a:hover span {
  text-decoration: none;
}
#calp-list ul li a.agriculture_and_environment {
  background: url(https://cdn.csu.edu.au/__data/assets/file/0014/4203500/Ag-enviro.svg) no-repeat left center;
}
#calp-list ul li a.animal_and_veterinary_sciences {
  background: url(https://cdn.csu.edu.au/__data/assets/file/0015/4203501/animal-equine-vet.svg) no-repeat left center;
}
#calp-list ul li a.arts_and_communication {
  background: url(https://cdn.csu.edu.au/__data/assets/file/0016/4203502/arts-comms.svg) no-repeat left center;
}
#calp-list ul li a.business {
  background: url(https://cdn.csu.edu.au/__data/assets/file/0017/4203503/business.svg) no-repeat left center;
}
#calp-list ul li a.education_and_teaching {
  background: url(https://cdn.csu.edu.au/__data/assets/file/0018/4203504/ed-teaching.svg) no-repeat left center;
}
#calp-list ul li a.information_and_library_studies {
  background: url(https://cdn.csu.edu.au/__data/assets/file/0019/4203505/info-library.svg) no-repeat left center;
}
#calp-list ul li a.it_and_computing {
  background: url(https://cdn.csu.edu.au/__data/assets/file/0020/4203506/it-computing.svg) no-repeat left center;
}
#calp-list ul li a.medicine_and_health {
  background: url(https://cdn.csu.edu.au/__data/assets/file/0003/4203516/med-health.svg) no-repeat left center;
}
#calp-list ul li a.policing_law_and_security {
  background: url(https://cdn.csu.edu.au/__data/assets/file/0004/4203517/policing-law-security.svg) no-repeat left center;
}
#calp-list ul li a.psychology_and_social_work {
  background: url(https://cdn.csu.edu.au/__data/assets/file/0016/4203520/psychology-social.svg) no-repeat left center;
}
#calp-list ul li a.science_and_engineering, #calp-list ul li a.science {
  background: url(https://cdn.csu.edu.au/__data/assets/file/0018/4203522/science-engineering.svg) no-repeat left center;
}
#calp-list ul li a.theology_and_islamic_studies {
  background: url(https://cdn.csu.edu.au/__data/assets/file/0017/4203521/religious-studies.svg) no-repeat left center;
}
/* #ninja */
.feature-image-card-set > div .rich-media-card .content h2, .feature-image-card-set > div .rich-media-card .content .message {
  display: inline;
  color: #ffffff;
  background: #DA3D0F;
  width: fit-content;
  margin: 0;
  padding-top: 0;
  padding: 0.5rem 0.75rem;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
.feature-image-card-set {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.feature-image-card-set > div .rich-media-card {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 234px;
  margin: 1rem 0 0 0;
  /*   background-size: cover; */
  background-repeat: no-repeat;
  flex-direction: column;
}
.feature-image-card-set > div .rich-media-card a {
  display: block;
  height: 100%;
  width: 100%;
}
.feature-image-card-set > div .rich-media-card a:hover {
  text-decoration: none;
}
.feature-image-card-set > div .rich-media-card .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 75%;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.feature-image-card-set > div .rich-media-card .content h2, .feature-image-card-set > div .rich-media-card .content .message {
  width: fit-content;
  padding: 0.35rem 0.5rem;
  margin: 0;
}
.feature-image-card-set > div .rich-media-card h2 {
  bottom: 50px;
  font-family: "Basis Grotesque Bold", Arial, sans-serif;
  font-size: 1.5rem;
}
.feature-image-card-set > div.first-position .rich-media-card {
  background-size: cover;
}
.feature-image-card-set > div.first-position .content h2, .feature-image-card-set > div.first-position .content .message {
  background-color: #5675BC;
}
.feature-image-card-set > div.second-position {
  padding-top: 1rem;
}
.feature-image-card-set > div.second-position .rich-media-card {
  background-size: cover;
}
.feature-image-card-set > div.second-position .rich-media-card .content {
  bottom: 50px;
}
.feature-image-card-set > div.second-position .unique-selling-points {
  background: url(https://cdn.csu.edu.au/__data/assets/image/0006/4159041/green-background.png);
  height: 230px;
}
.feature-image-card-set > div.second-position .unique-selling-points .slick-slide {
  width: 342px;
}
.feature-image-card-set > div.second-position .unique-selling-points .icon {
  display: none;
}
.feature-image-card-set > div.second-position .unique-selling-points .usp {
  padding: 1.5rem;
}
.feature-image-card-set > div.second-position .unique-selling-points .fb h2 {
  width: 90%;
}
.feature-image-card-set > div.second-position .unique-selling-points .usp {
  position: relative;
}
.feature-image-card-set > div.second-position .unique-selling-points .usp > div {
  display: flex;
  height: 134px;
  /*width: calc(340px - 2rem);*/
}
.feature-image-card-set > div.second-position .unique-selling-points .usp .fb {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-around;
}
.feature-image-card-set > div.second-position .unique-selling-points .usp h2 {
  width: 95%;
  padding-top: 0;
  font-family: "Basis Grotesque Bold", Arial, sans-serif;
  font-size: 1.5rem;
}
.feature-image-card-set > div.second-position .unique-selling-points .usp a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.feature-image-card-set > div.second-position .unique-selling-points .usp h2, .feature-image-card-set > div.second-position .unique-selling-points .usp a, .feature-image-card-set > div.second-position .unique-selling-points .usp a:hover {
  color: white;
}
.feature-image-card-set > div.second-position .unique-selling-points .usp a {
  text-decoration: none;
}
.feature-image-card-set > div.second-position .unique-selling-points .usp a:hover {
  text-decoration: underline;
}
.feature-image-card-set > div.second-position .unique-selling-points .usp .icon {
  position: absolute;
  top: 22%;
  width: 100px;
  right: 10%;
  height: 100px;
}
.feature-image-card-set > div.second-position .unique-selling-points .usp .icon.hand-enviro {
  background-image: url("https://cdn.csu.edu.au/__data/assets/image/0010/4252636/Hands-on-learning-icon.png");
}
.feature-image-card-set > div.second-position .unique-selling-points .usp .icon.grad-salary {
  background-image: url("https://cdn.csu.edu.au/__data/assets/image/0008/4252634/Grad-salary-icon.png");
}
.feature-image-card-set > div.second-position .unique-selling-points .usp .icon.idea {
  background-image: url("https://cdn.csu.edu.au/__data/assets/image/0011/4252637/Idea-icon.png");
}
.feature-image-card-set > div.second-position .unique-selling-points .usp .icon.hand-shake {
  background-image: url("https://cdn.csu.edu.au/__data/assets/image/0007/4252633/Engagement-icon.png");
}
.feature-image-card-set > div.second-position .unique-selling-points .usp .icon.trophy {
  background-image: url("https://cdn.csu.edu.au/__data/assets/image/0007/4279169/Trophy-icon.png");
}
.feature-image-card-set > div.second-position .unique-selling-points .usp .cta {
  display: inline-block;
}
.feature-image-card-set > div.second-position .unique-selling-points .usp .cta::after {
  top: 6px;
  left: 6px;
}
@media (min-width: 576px) {
  .feature-image-card-set > div.second-position .slick-slide {
    width: 376px;
  }
}
@media (min-width: 768px) {
  .feature-image-card-set > div.second-position .unique-selling-points {
    height: 200px;
  }
  .feature-image-card-set > div.second-position .unique-selling-points .slick-slide {
    width: 386px;
  }
}
@media (min-width: 992px) {
  .feature-image-card-set > div.second-position .unique-selling-points .slick-slide {
    width: 560px;
  }
  .feature-image-card-set > div.second-position .unique-selling-points .usp .icon {
    display: block;
    right: 5%;
  }
  .feature-image-card-set > div.second-position .unique-selling-points .usp .fb h2 {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .feature-image-card-set > div.second-position .unique-selling-points .slick-slide {
    width: 554px;
  }
  .feature-image-card-set > div.second-position .unique-selling-points .icon {
    right: 10%;
  }
  .feature-image-card-set > div.second-position .unique-selling-points .usp {
    padding: 2rem;
  }
}
@media (min-width: 1440px) {
  .feature-image-card-set > div.second-position .unique-selling-points .slick-slide {
    width: 534px;
  }
}
.feature-image-card-set > div.second-position .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  top: -2.5rem;
}
.feature-image-card-set > div.second-position .slick-dots li {
  margin: 0 0.25rem;
}
.feature-image-card-set > div.second-position .slick-dots li button {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #a9c3b8;
  text-indent: -9999px;
}
.feature-image-card-set > div.second-position .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.feature-image-card-set > div.third-position .rich-media-card {
  background-position: -100px;
}
@media (min-width: 768px) {
  .feature-image-card-set {
    display: grid;
    grid-template-columns: 50%;
    grid-template-rows: max-content;
    /*  height: 500px; new; value just for demo purposes 
        commented out 20231013 eh */
  }
  .feature-image-card-set > div {
    padding-top: 0;
  }
  .feature-image-card-set > div.first-position {
    grid-row-start: 1;
    grid-row-end: 3;
    margin: 0 0.75rem 0 0;
  }
  .feature-image-card-set > div.first-position .rich-media-card {
    background-position: -100px;
    margin: 0;
  }
  .feature-image-card-set > div.second-position {
    grid-column-start: 2;
    overflow: hidden;
    margin: 0 0 1.5rem 0.75rem;
    padding-top: 0;
    /* 
                .unique-selling-points {
                    .usp {
                        &> div {
                            width: calc(534px - 2rem);
                        }
                        h2 {    width: 75%;     }
                    }
                }
                */
  }
  .feature-image-card-set > div.second-position .rich-media-card {
    margin-top: 0;
  }
  .feature-image-card-set > div.third-position {
    grid-column-start: 2;
    grid-row-start: 2;
    margin: 0 0 0 0.75rem;
  }
  .feature-image-card-set > div.third-position .rich-media-card {
    margin: 0;
  }
}
/* .testimonial .quote .quote-inner .testimonial-text p */
section.testimonial .quote .quote-inner .testimonial-text p {
  padding: 0.25rem 0.5rem;
  background-color: #F0D8D4;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  background-repeat: repeat-x;
  background-size: 1px 2em;
  background-position: center;
}
svg.speechM {
  display: none;
}
section.testimonial {
  padding-right: 0;
  padding-left: 0;
}
section.testimonial .quote {
  background-color: transparent;
  align-items: center;
}
@media (min-width: 1200px) {
  section.testimonial .quote {
    position: relative;
  }
}
section.testimonial .quote .quote-inner {
  display: flex;
  flex-direction: column;
}
section.testimonial .quote .quote-inner .testimonial-text {
  background: url(https://cdn.csu.edu.au/__data/assets/file/0019/4151431/testimonial-quotation-black_pink_bg.8.svg);
  background-repeat: no-repeat;
}
section.testimonial .quote .quote-inner .testimonial-text p {
  color: #222222;
  font-size: 1.625rem;
  line-height: 2.375rem;
  font-style: italic;
  display: inline;
}
section.testimonial .quote .quote-inner .testimonial-text.long p {
  font-size: 1.375rem;
  line-height: 1.875rem;
}
@media (min-width: 768px) {
  section.testimonial .quote .quote-inner .testimonial-text {
    padding-top: 44px;
    width: 120%;
    z-index: 5;
    position: relative;
  }
}
section.testimonial .quote div .author, section.testimonial .quote div .author-byline {
  color: #616161;
  /*            font-size: 1rem;
                line-height: 1.625rem; */
  font-size: 0.9375rem;
  line-height: 1.625rem;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
section.testimonial .quote div .author {
  font-weight: normal;
  padding-right: 0.375rem;
}
section.testimonial .quote .link {
  margin-top: 2rem;
  padding-left: 0;
  color: #222222;
}
section.testimonial .quote .link:hover, section.testimonial .quote .link:focus {
  color: #DA3D0F;
}
section.testimonial .quote .img-wrapper {
  margin-right: 0px;
}
section.testimonial .quote .pattern {
  display: none;
}
@keyframes slide-open {
  from {
    right: -15em;
  }
  to {
    right: 1em;
  }
}
@keyframes slide-closed {
  from {
    right: 1em;
  }
  to {
    right: -15em;
  }
}
@keyframes mobile-slide-open {
  from {
    right: -50em;
  }
  to {
    right: 0.5em;
  }
}
@keyframes mobile-slide-closed {
  from {
    right: 0.5em;
  }
  to {
    right: -50em;
  }
}
#floating_nav_toggle {
  /*    outline: 5px solid rgba(255,255,255,.75);
        border: 5px solid rgba(255,255,255,0.75); */
  color: white;
  position: fixed;
  right: 0.7em;
  bottom: 5.25em;
  bottom: 1.25em;
  display: inline;
  background-color: #DA3D0F;
  fill: #DA3D0F;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  border-radius: 5em;
  padding: 13px 13px;
  font-size: 1.5em;
  z-index: 99;
}
/*#floating_nav_toggle:active, #floating_nav_toggle:visited {
        background-color: $CSU-orange;
        color: white;
    }*/
#floating_nav {
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
  font-size: 1em;
  animation-name: slide-closed;
  animation-duration: 0.4s;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  position: fixed;
  right: -15em;
  bottom: 12em;
  bottom: 6em;
  padding: 0.45em;
  border-radius: 0.75em;
  z-index: 98;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#floating_nav.active {
  animation-name: slide-open;
  right: 1em;
}
/* anchor links */
#floating_nav > a.nav-link {
  border: 1px solid #efefef;
  border-bottom: none;
  color: #222;
  text-decoration: none;
  background-color: white;
}
#floating_nav > a.nav-link > svg.iconify {
  color: #DA3D0F;
  font-size: 1.5em;
  vertical-align: middle !important;
  margin-right: 0.5em;
}
#floating_nav > a.nav-link:first-child {
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
}
#floating_nav > a.nav-link:last-child {
  border-bottom: 1px solid #efefef;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
#floating_nav > a.nav-link:hover {
  text-decoration: none;
  background-color: #F7F5F2;
  cursor: pointer;
}
#floating_nav > a.nav-link.apply-now {
  background-color: #DA3D0F;
  color: white;
}
#floating_nav > a.nav-link.apply-now > svg.iconify {
  color: white;
}
#floating_nav #chat-now-icon {
  margin-left: -0.275rem;
  /* ~5px at 100% */
  margin-right: 0.55rem;
}
#floating_nav_toggle.active > .iconify.open, #floating_nav_toggle > .iconify.closed {
  display: inherit;
}
#floating_nav_toggle > .iconify.open, #floating_nav_toggle.active > .iconify.closed {
  display: none;
}
#floating_nav a.save-to-compare .badge-pill.saved-count {
  color: #fff;
  background-color: black;
  width: auto;
  padding: 0.125rem 0.375rem;
  position: absolute;
  left: 2.25rem;
  top: 0.7rem;
}
#floating_nav #chat_now_dialog_button span.open {
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
  font-size: smaller;
  color: #407E45;
}
#floating_nav .nav-link.open #chat-now-icon .indicator {
  fill: #407E45;
}
#floating_nav #chat_now_dialog_button span.closed {
  font-family: "Basis Grotesque Regular", Arial, sans-serif;
  font-size: smaller;
  color: #C92D0C;
}
#floating_nav .nav-link.closed #chat-now-icon .indicator {
  fill: #C92D0C;
}
#floating_nav #chat_now_dialog_button .sm-line-wrap {
  margin-right: 0.275rem;
}
#chat_now_dialog_button .open, #chat_now_dialog_button .closed {
  margin-left: 0;
}
/* mobile tweaks */
@media (max-width: 767px) {
  #floating_nav {
    animation-name: mobile-slide-closed;
    flex-direction: row;
    right: -50em;
    bottom: 0.5em;
    border-radius: 1.225rem;
  }
  #floating_nav.active {
    animation-name: mobile-slide-open;
    right: 0.5em;
    left: 0.5em;
  }
  #floating_nav > a.nav-link {
    /*border-bottom: 1px solid #efefef;*/
    width: 33.33333%;
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #f7f5f2;
    padding: 0.5rem;
    line-height: 1rem;
  }
  #floating_nav > a.nav-link svg {
    width: 2rem;
  }
  #floating_nav > a.nav-link:first-child {
    border-bottom-left-radius: 0.875em;
    border-top-left-radius: 0.875em;
    border-top-right-radius: 0;
    border-right: none;
  }
  #floating_nav > a.nav-link:last-child {
    border-bottom-right-radius: 0.875em;
    border-top-right-radius: 0.875em;
    border-bottom-left-radius: 0;
    border-left: none;
  }
  #floating_nav a.nav-link span.sm-hide {
    display: none;
  }
  #floating_nav #chat_now_dialog_button {
    border-left: none;
    border-right: none;
    padding-left: 0.775rem;
  }
  #floating_nav_toggle {
    bottom: 4.25em;
  }
}
/* solves sticky hover problem with styles on touch devices */
@media (hover: hover) {
  #floating_nav_toggle:hover {
    background-color: white;
    color: #222;
  }
}
/** feature card **/
section.content-feature-card .main p:first-child {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
section.content-feature-card .card.feature-card {
  margin-top: 1rem;
  /*   @include bp(sm) {    margin-top: 0;    } */
  margin-right: 1em;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.2);
}
section.content-feature-card .card.feature-card .card-body {
  padding: 1.5em 1.5rem 0.5rem 1.5rem;
  color: #222222;
}
section.content-feature-card .card.feature-card .card-body p {
  color: #222222;
}
section.content-feature-card .card.feature-card .card-body .card-title {
  padding: 0;
  margin-bottom: 0.2rem;
}
/*   -----------   content block with graphic language    --------   */
section.enhanced-text .content > div:not(.pattern) {
  flex-grow: 1;
}
section.enhanced-text .content .pattern {
  background-image: url(https://cdn.csu.edu.au/__data/assets/image/0006/4455762/Research_GL_orange.png);
}
footer.page-footer .study-footer-content div.csu-colombo-logo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 0.375;
  min-width: 600px;
  min-height: 100px;
  background-image: url(https://cdn.csu.edu.au/__data/assets/file/0006/4520085/C1668_RGB_Colombo-horizontal-wh.svg);
  background-repeat: no-repeat;
  background-position: 4rem 0;
  font-family: Arial, Helvetica, sans-serif;
}
footer.page-footer .footer-low .footer-regulation {
  overflow: visible !important;
  font-size: 0.75rem;
  text-align: left;
  padding: 0 1rem;
}
footer.page-footer .footer-low .footer-regulation a:link {
  color: #ffffff;
}
footer.page-footer .study-footer-content .enquiries a svg {
  margin-left: 1rem;
}
footer.page-footer .study-footer-content .enquiries {
  margin-left: 5rem;
}
body #topNavContainer {
  background-color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  #topNavContainer .sitebar-container #sitebar {
    display: none;
  }
}
body {
  background: url(https://cdn.csu.edu.au/__data/assets/file/0003/4156068/background-GL.svg) no-repeat top right #fafafa;
  background-attachment: fixed;
  background-position-y: 170px;
  background-color: #ffffff;
}
body #key-information #key-information-content .key-info-card h3 {
  margin-top: 0.5rem;
}
body section.accordion .row .col-12 .accordion .card {
  border-top: 1px solid black;
  border-bottom: 1px solid black !important;
}
body section.feature-cta > div:hover, body section.feature-cta > div:focus {
  border: 1px solid #DA3D0F;
}
body p.caption {
  margin-left: 17px;
}
body section.youtube-video .col-12.col-md-4.pl-md-3 {
  display: flex;
  align-items: center;
}
