/*
* 2014 Corporate Web Style (Simply Red) - Internet - Global CSS
* Andrew Dunbar [ECU]
* June 2013
* 
* Modification history:
* 
* 2013-06-21  Andrew Dunbar
*             Created initial file.
* 2013-10-15  Mike Young
*             Added rebrand styles.
* 2013-05-12  Andrew Dunbar
*             Changed out some non-optimised images (gifs)
* 2014-05-16  Mike Young
*             Added AskUs footer styles
* 2014-05-22  Mike Young
*             Added styles for page rating modal window.
* 2014-05-23  Mike Young
*             Reduced left padding on social buttons in header.
* 2014-06-03  Mike Young
*             Increased z-index for megamenu overlay.
*             Fixed ECU logo size on iPad 3 retina.
* 2014-06-06  Mike Young
*             Added styles for megamenu promo banner (lifelessons).
* 2014-06-11  Mike Young
*             Cleaned up styles via W3C CSS Validator. 
* 2014-07-09  Mike Young
*             Modified the global search bar to fix Google Insights tap target rating. 
* 2014-07-11  Mike Young
*             Added font smoothing attribute to fix font anti-aliasing issue for Safari/Chrome.
* 2016-04-11  Mike Young
*             Fixed retina logo for phone and Safari.
* 2016-09-15  Helen Liu
*             Amended ECU logo retina code to work with all browsers on all retina desktop and device screens.
* 2016-09-19  Helen Liu
*             Re-aligned site tools to sit closer to time + social buttons.
* 2017-04-12  Krishanka Gunasekera
*             Increase MegaMenu text size, remove underlines on links, add underlines on hover
* 2017-05-18  Krishanka Gunasekera
*             Changed Most popular styles to be more prominant
* 2017-06-06  Aaron Chapman
*             Added align-text to generalise footer carousel
* 2017-10-27  Aaron Chapman
*             Changed search box grey to meet WCAG AA standard, add compliant placeholder colours.
* 2017-10-30  Aaron Chapman
*             Add hover & focus state to footer links
* 2018-03-19  Aaron Chapman
*             Add white to mega menu icons
* 
*/

/* ---------------------------------------------------------------------------------------------
END: CSS VARS
--------------------------------------------------------------------------------------------- */

:root {
    /* Colours */
    /* Teal (primary) variants */
    --color-teal-050: hsl(169deg 48% 90% / 100%); /* #daf2ee */
    --color-teal-100: hsl(169deg 47% 81% / 100%); /* #b6e5dc */
    --color-teal-200: hsl(169deg 47% 71% / 100%); /* #92d8cb */
    --color-teal-300: hsl(169deg 48% 62% / 100%); /* #6eccbb */
    --color-teal-400: hsl(169deg 47% 52% / 100%); /* #4abea9 */
    --color-teal-500: hsl(169deg 65% 42% / 100%); /* #26b298 */
    --color-teal-600: hsl(169deg 64% 35% / 100%); /* #20947f */
    --color-teal-700: hsl(169deg 65% 28% / 100%); /* #197766 */
    --color-teal-800: hsl(169deg 65% 21% / 100%); /* #13594c */
    --color-teal-900: hsl(169deg 64% 14% / 100%); /* #0d3c33 */
    --color-teal: var(--color-teal-500);
    /* Plum (secondary) variants */
    --color-plum-050: hsl(324deg 49% 90% / 100%); /* #f2d9e8 */
    --color-plum-100: hsl(324deg 48% 80% / 100%); /* #e4b3d0 */
    --color-plum-200: hsl(324deg 49% 70% / 100%); /* #d88eba */
    --color-plum-300: hsl(324deg 49% 60% / 100%); /* #cb68a3 */
    --color-plum-400: hsl(324deg 49% 50% / 100%); /* #be428c */
    --color-plum-500: hsl(324deg 72% 40% / 100%); /* #b11d75 */
    --color-plum-600: hsl(324deg 72% 32% / 100%); /* #941862 */
    --color-plum-700: hsl(324deg 72% 27% / 100%); /* #76134e */
    --color-plum-800: hsl(324deg 71% 20% / 100%); /* #590f3b */
    --color-plum-900: hsl(324deg 71% 14% / 100%); /* #3b0a27 */
    --color-plum: var(--color-plum-500);
    /* Black (tertiary) variants */
    /* Using RGB as HSL values containing 0deg or 0 cause display error in Safari macOS 14.1 Sonoma, Safari 17.6, fixed in 15+ */
    --color-black-050: rgb(229 229 229 / 1); /* #e5e5e5 */
    --color-black-100: rgb(204 204 204 / 1); /* #ccc */
    --color-black-200: rgb(178 178 178 / 1); /* #b2b2b2 */
    --color-black-300: rgb(153 153 153 / 1); /* #999 */
    --color-black-400: rgb(127 127 127 / 1); /* #7f7f7f */
    --color-black-500: rgb(102 102 102 / 1); /* #666 */
    --color-black-600: rgb(77 77 77 / 1); /* #4d4d4d */
    --color-black-700: rgb(51 51 51 / 1); /* #333 */
    --color-black-800: rgb(26 26 26 / 1); /* #1a1a1a */
    --color-black-900: rgb(0 0 0 / 1); /* #000 */
    --color-black: var(--color-black-900);
    /* White variants */
    --color-white: rgb(255 255 255 / 1); /* #fff, using rgb due to HSL Safari display error */ 
    --color-ecru: hsl(156deg 19% 95% / 100%); /* #eff4f2 */
    /* Primary variants */
    --color-primary: var(--color-teal);
    --color-secondary: var(--color-plum);
    --color-tertiary: var(--color-black);
    /* Border radius */
    --border-radius: 16px;
    --border-radius-s: 8px;
    --border-radius-xs: 4px;
    /* Spaces */
    --space-s: 8px;
    --space-m: 16px;
    --space-l: 24px;
    --space: var(--space-m);
    /* Text */
    --text-size-s: 13.33px;
    --text-size-s-feature: 14px; /* increase size when Barlow is in use */
    --text-size-m: 16px;
    --text-size-l: 24px;
    --text-size: var(--text-size-s);
    /* Font family */
    --font-body: 'Helvetica', 'Arial', -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    --font-feature: "Barlow", -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    /* Button overrides */
    --btn-color: currentcolor;
    --btn-bg: transparent;
    /* Logo size Vars */
    --logo-width: 101px; /* 1:1.2625 ratio */
    --logo-height: 80px; /* 1:1.2625 ratio */
    --logo-width-emri: 248px; 
    --logo-width-waapa: 226px;

    @media (max-width: 767px) {
      --logo-width: 91px; /* 1:1.2625 ratio */
      --logo-height: 72px; /* 1:1.2625 ratio */
      --logo-width-emri: 224px;
      --logo-width-waapa: 204px;
    }
  
    /* Search box width */
    --search-input-width: 462px;
  
    @media (min-width: 1200px) {
      --search-input-width: 540px;
    }
  
    @media (min-width: 980px) {
      --search-input-width: 440px;
    }
  
    @media (max-width: 979px) {
      --search-input-width: 240px;
    }
  
    @media (max-width: 767px) {
      --search-input-width: 100%;
    }
  }
  
  /* ---------------------------------------------------------------------------------------------
  END: CSS VARS
  --------------------------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------------------------
  START: FOCUS STATES
  --------------------------------------------------------------------------------------------- */

  a:focus,
  .btn:focus,
  textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    outline: none;
    border: 0;
    box-shadow: 0;
  }
  
  :focus-visible {
    outline: 0; /* override browser default */
  }
  
  a:focus-visible,
  .btn:focus-visible,
  button:focus-visible,
  textarea:focus-visible, input[type="text"]:focus-visible, input[type="password"]:focus-visible, input[type="datetime"]:focus-visible, input[type="datetime-local"]:focus-visible, input[type="date"]:focus-visible, input[type="month"]:focus-visible, input[type="time"]:focus-visible, input[type="week"]:focus-visible, input[type="number"]:focus-visible, input[type="email"]:focus-visible, input[type="url"]:focus-visible, input[type="search"]:focus-visible, input[type="tel"]:focus-visible, input[type="color"]:focus-visible, .uneditable-input:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
  }
  
  /* ---------------------------------------------------------------------------------------------
  END: FOCUS STATES
  --------------------------------------------------------------------------------------------- */

  /* --------------------------------------------------------------------------------------------- 
  START: HTML5 Boilerplate Suggestions - 1stwebdesigner.com/design/snippets-html5-boilerplate/
  --------------------------------------------------------------------------------------------- */
  
  /* Font normalisation */
  table {
    font-size: inherit;
    font: 100%;
  }
  select,
  input,
  textarea {
    font: 99% sans-serif;
  }
  
  /* Webkit font smoothing */
  html {
    -webkit-font-smoothing: antialiased;
  }
  
  /* Aligning Labels */
  input[type='radio'] {
    vertical-align: text-bottom;
  }
  input[type='checkbox'] {
    vertical-align: bottom;
    *vertical-align: baseline;
  }
  
  /* Clickable inputs */
  label,
  input[type='button'],
  input[type='submit'],
  button {
    cursor: pointer;
  }
  
  @media (min-width: 1200px) {
    /* Force scrollbar */
    /*html { overflow-y: scroll; }*/
  }
  
  @media (max-width: 1199px) {
    /* Force scrollbar */
    /*html { overflow-y: scroll; }*/
  }
  
  @media (max-width: 979px) {
    /* Force scrollbar */
    /*html { overflow-y: inherit; }*/
  }
  
  /* --------------------------------------------------------------------------------------------- 
  END: HTML5 Boilerplate Suggestions - 1stwebdesigner.com/design/snippets-html5-boilerplate/
  --------------------------------------------------------------------------------------------- */
  
  /* --------------------------------------------------------------------------------------------- 
  START: WCAG Compliant Placeholders
  --------------------------------------------------------------------------------------------- */
  
  input::placeholder,
  textarea::placeholder {
    color: var(--color-black-700);
    opacity: 1;
  }

  /* --------------------------------------------------------------------------------------------- 
  END: WCAG Compliant Placeholders
  --------------------------------------------------------------------------------------------- */
  
  /* --------------------------------------------------------------------------------------------- 
  START: SKIP LINKS
  --------------------------------------------------------------------------------------------- */
  
  #skip-links {
    height: 40px;
    width: 100%;
    background: -moz-linear-gradient(top, #353739, #2a2b2c);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#353739),
      to(#2a2b2c)
    );
    -pie-background: linear-gradient(#353739, #2a2b2c); /*PIE*/
    border-bottom: 1px solid #000;
    box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -99999px;
  }
  
  #skip-links-container {
    width: 900px;
    margin: 0 auto;
    padding-top: 10px;
  }
  
  #skip-links ul {
    margin: 0;
    padding: 0;
  }
  
  #skip-links li {
    display: inline;
  }
  
  #skip-links li a {
    float: left;
    padding-right: 2px;
    margin-right: 2px;
    text-decoration: none;
    color: #ffffff;
  }
  
  #skip-links li a:hover,
  #skip-links li a:focus {
    text-decoration: underline;
  }
  
  #skip-links li span {
    float: left;
    padding-right: 4px;
    margin-right: 4px;
    margin-left: 4px;
    color: var(--color-white);
  }
  
  /* --------------------------------------------------------------------------------------------- 
  END: SKIP LINKS
  --------------------------------------------------------------------------------------------- */
  
  /* --------------------------------------------------------------------------------------------- 
  START: HEADER
  --------------------------------------------------------------------------------------------- */
  
  #container-header {
    width: 100%;
    background-color: var(--color-black);
    color: var(--color-white);
  }

  #header {
    position: relative;
    width: 960px;
    /* start min height plus IE6 hack */
    min-height: 178px;
    height: auto !important;
    height: 178px;
    /* end min height plus IE6 hack */
    margin: 0px auto;
    text-align: left;
  }
  
  ul.ecu-logo {
    float: left;
    display: flex;
    gap: var(--space);
    margin: 36px 0 16px;
    padding: 0;
  }

  @media (max-width: 768px) {
    .ecu-logo {
      margin-block: 16px 8px;
    }
  }
  
  ul.ecu-logo li {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  ul.ecu-logo a {
    display: block;
    width: var(--logo-width);
    height: var(--logo-height);
    background-image: url('https://www.ecu.edu.au/__data/assets/image/0014/1100390/ecu-logo-alternate.png');
    background-repeat: no-repeat;
    background-size: contain; /* Keeps logo at this size regardless of dpi */
  }
  
  #toolbar-global {
    float: right;
    display: flex;
    gap: var(--space);
    margin-block: 10px 36px;
    font-size: var(--text-size-s);
    font-weight: 400;
  }
  
  .ga-track-social-buttons {
    margin-left: var(--space);
    border-left: 1px solid var(--color-black-600);
    padding-left: var(--space);
  }

  .ga-track-social-buttons:hover,
  .ga-track-social-buttons:focus-visible {
    color: currentColor;
  }
  
  .social-buttons-global {
    float: right;
    display: flex;
    gap: var(--space-s);
  }
  
  .social-buttons-global svg {
    inline-size: 16px;
    block-size: 16px;
    fill: currentColor;
  }
  
  #PerthTimeContainer {
    padding-left: var(--space-s);
  }
  
  .toolbar-global-tab {
    border-left: 1px solid var(--color-black-600);
    padding-left: var(--space);
  }
  
  #site-tool-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    order: -1; /* place at start of subheader */
  }
  
  #site-tool-links a {
    padding-inline: var(--space-s);
    text-decoration: none;
  }

  #site-tool-links a:hover,
  #site-tool-links a:focus-visible {
    color: currentColor;
    text-decoration: underline;
  }
  
  #site-tool-links .font-size-tools {
    display: none; /* Hide Font Size tools - 2024 clean up */
  }
  
  #container-header .clear-all {
    clear: both; /* required to prevent .portal-button from moving position - 2024 clean up */
  }

  /* Search (header) */
  
  .search-box {
    float: right;
  }
  
  .search-submit {
    text-align: center;
    background: var(--color-white);
    border-radius: 0 4px 4px 0;
    float: right;
    position: relative;
  }
  
  .search-submit .icon-search,
  .search-submit .fa-search {
    height: 12px;
    padding: 10px 12px 10px;
    color: var(--color-black);
  }
  
  .search-input {
    float: left;
    width: var(--search-input-width);
  }
  
  .search-box legend,
  .search-box form {
    margin: 0;
    border: 0;
  }
  
  #global-search-button {
    height: 32px;
    width: 34px;
    position: absolute;
    inset: 0;
    border: 0;
    font-size: 0;
    background-color: transparent; /* otherwise cannot see Font Awesome icon */
  }
  
  .search-input input.text {
    box-sizing: content-box; /* prevent issue on 404 page https://www.ecu.edu.au/industry/overview */
    width: var(--search-input-width);
    margin-bottom: 0;
    background-color: var(--color-white);
    border-radius: 4px 0 0 4px;
    border: 0;
    padding: 6px 0 6px 12px;
    color: var(--color-black-800);
    font-size: var(--text-size);
  }

  .search-input input.text:hover,
  .search-input input.text:focus-visible {
    color: var(--color-black-800) !important;
  }

  /* Portal button (header) */
  
  .portal-button {
    --btn-bg: var(--color-primary);
    --btn-color: var(--color-black);
    float: right;
    margin-left: 24px;
    border-radius: 4px;
    background-color: var(--btn-bg);
    padding: 8px 16px;
    color: var(--btn-color);
    font-size: var(--text-size);
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
  }

  .portal-button:hover,
  .portal-button:focus-visible {
    --btn-bg: var(--color-teal-400);
    color: var(--color-black) !important; /* overwrite #container-header a:hover */
  }

  @media (prefers-contrast: more) {

    .portal-button { 
      background-color: var(--color-teal-400); /* contrast 9.23 */
    }

    .portal-button:hover,
    .portal-button:focus-visible { 
      background-color: var(--color-teal-300); /* contrast 11.02 */
    }
  }
  
  #print-logo {
    display: none;
  }
  
  /* Responsive Styles */
  .simply-red.responsive-nav {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .simply-red.responsive-nav li {
    float: right;
  }
  
  .simply-red.responsive-nav li.portal {
    float: none;
  }
  
  .simply-red.responsive-nav .sidebar-nav {
    float: right;
    margin: 12px 15px 0 0;
    text-decoration: none;
  }
  
  .simply-red .navbar .btn-navbar .icon-bar {
    background-color: var(--color-white);
    box-shadow: none;
    width: 25px;
    height: 3px;
  }
  
  .simply-red .navbar .btn-navbar {
    background: none repeat scroll 0 0 transparent;
    border: 0;
    box-shadow: none;
    height: auto;
    margin: 0;
    padding: 2px 0 0 0;
  }
  
  .simply-red.responsive-nav li.navbar {
    margin-bottom: 15px;
  }
  
  .simply-red .sidebar-nav .fa-bars {
    color: var(--color-white);
    font-size: 22px;
  }
  
  .simply-red.responsive-nav .sidebar-nav.bars {
    margin-top: 7px;
  }
  
  .simply-red.responsive-nav .sidebar-nav ul,
  .simply-red.responsive-nav .sidebar-nav .navbar {
    float: left;
  }
  
  .simply-red.responsive-nav .sidebar-nav .navbar {
    margin-bottom: 15px;
  }
  
  .simply-red.responsive-nav #sidebar-nav-btn-menu {
    margin-right: 10px;
  }
  
  #sidebar-nav-btn-menu:hover,
  #sidebar-nav-btn-menu:focus-visible {
    color: var(--color-white);
  }

  .portal-button.visible-phone {
    float: right;
    clear: both;
    width: auto;
    margin: 0 15px 0 0;
    font-size: 15px;
    padding: 9px 15px 10px;
  }
  
  .site-tools-responsive {
    display: none;
  }
  
  #container-header .span9 {
    position: relative;
  }
  
  .site-tools-responsive .nav {
    margin: 0;
  }
  
  .site-tools-responsive .nav.nav-pills {
    padding-left: 0;
  }
  
  .site-tools-responsive .icon-wrench,
  .site-tools-responsive .fa-wrench {
    margin-left: var(--space-s);
  }
  
  #toolbar-global .nav.nav-pills a {
    text-transform: uppercase;
    margin-right: 4px;
    margin-top: 4px;
    border-radius: 4px;
  }
  
  #toolbar-global .nav .dropdown-toggle .caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
  }
  
  .site-tools-responsive .nav > li > a:hover,
  .site-tools-responsive .nav > li > a:focus {
    background-color: var(--color-black-800);
  }
  
  .site-tools-responsive .nav > li.dropdown.open.active > a:hover,
  .site-tools-responsive .nav > li.dropdown.open.active > a:focus {
    background-color: var(--color-black-800);
  }
  
  .site-tools-responsive .dropdown-menu {
    background-color: var(--color-black-800);
    border-radius: 0 3px 3px 3px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    margin-top: 0;
    border: 0;
    z-index: 99999;
  }
  
  .site-tools-responsive ul li .dropdown-menu li a {
    color: #666;
    font-size: 0.9em;
    text-decoration: none;
  }
  
  .site-tools-responsive ul li .dropdown-menu > li > a:hover,
  .site-tools-responsive ul li .dropdown-menu > li > a:focus,
  .site-tools-responsive ul li .dropdown-submenu:hover > a,
  .site-tools-responsive ul li .dropdown-submenu:focus > a {
    color: var(--color-black) !important;
    background-image: none; /* override Bootstrap */
    background-color: var(--color-white);
  }
  
  /* --------------------------------------------------------------------------------------------- 
  END: HEADER
  --------------------------------------------------------------------------------------------- */
  
  /* --------------------------------------------------------------------------------------------- 
  START: GLOBAL NAVIGATION 
  --------------------------------------------------------------------------------------------- */
  
  #nav-global {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  #nav-global li {
    float: left;
    border-radius: 4px 4px 0 0;
  }
  

  #nav-global li a {
    padding: 18px 12px; /* this affects `navobject` in common-bootstrap.js, cross check with WAAPA templates */
    float: left;
    color: var(--color-white);
    font-family: var(--font-feature);
    font-size: var(--text-size-s-feature);
    font-weight: 600;
  }

  #nav-global li a:hover,
  #nav-global li a:focus-visible {
    text-decoration: none;
  }
  
  #nav-global li:hover {
    background-color: var(--color-white);
    color: var(--color-black);
  }
  
  #nav-global li:hover a {
    border-radius: 4px 4px 0 0;
    background-color: var(--color-white);
    color: var(--color-black);
  }
  
  #nav-global li a:focus-visible {
    outline: 2px solid var(--color-primary); /* override megamenu style */
  }
  
  /* .megamenu_ecu #nav-global .dropdown_fullwidth {
    margin-top: 19px;
  } */
  
  .megamenu_ecu .dropdown_fullwidth .mega-heading {
    border-radius: 3px;
    color: var(--color-white);
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    display: block;
  }
  
  .megamenu_ecu #nav-global .dropdown_fullwidth .mega-heading a {
    float: none;
    text-align: left;
    padding: 0;
    display: block;
  }
  
  .megamenu_ecu .menu-block {
    border-bottom: 2px solid #e1e1e1;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  
  #nav-global li h3,
  #nav-global li {
    text-transform: none;
  }
  
  .megamenu .dropdown_12columns,
  .megamenu .dropdown_fullwidth {
    width: 1170px;
  }
  
  .megamenu_ecu #nav-global .dropdown_fullwidth ul {
    clear: both;
    margin-left: 17px;
  }
  
  .megamenu_ecu #nav-global .dropdown_fullwidth li {
    font-size: 1.05em;
    float: none;
    clear: both;
    list-style: none;
    position: relative;
  }
  
  .megamenu_ecu #nav-global .dropdown_fullwidth li .icon-chevron-right,
  .megamenu_ecu #nav-global .dropdown_fullwidth li .fa-chevron-right {
    font-size: 0.65em;
    margin-left: -14px;
    margin-top: 7px;
    position: absolute;
  }
  
  #nav-global li li {
    margin-top: 0;
    line-height: 1.6em;
  }
  
  _:-ms-fullscreen,
  :root .megamenu .col_3 {
    padding-left: 23px;
    padding-right: 23px;
  }
  
  .megamenu-video-frame,
  .megamenu-image-frame {
    position: relative;
    display: block;
    margin: 15px 0 15px 0;
    /*background-image: url('//cdn.ecu.net.au/designs/ecu-internet-2016/css/global.css/megamenu-img-shadow-bg.jpg');
      padding-bottom: 9px;
      background-position: bottom;
      background-repeat: no-repeat;*/
  }
  
  .megamenu .megamenu-video-frame img,
  .megamenu .megamenu-image-frame img {
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
  }
  
  #nav-global .megamenu-video-frame a,
  #nav-global .megamenu-image-frame a {
    float: none;
    padding: 0;
  }
  
  .megamenu-image-frame {
    border: 2px solid #ffffff;
  }
  
  .megamenu-image-frame .icon-location-arrow,
  .megamenu-image-frame .fa-location-arrow,
  .megamenu-video-frame .icon-play,
  .megamenu-video-frame .fa-play,
  .megamenu-image-frame .icon-play,
  .megamenu-image-frame .fa-play,
  .megamenu-image-frame .icon-camera,
  .megamenu-image-frame .fa-camera,
  .megamenu-video-frame .icon-facetime-video,
  .megamenu-video-frame .fa-video-camera {
    background-color: #000000;
    color: #ffffff;
    border-radius: 4px;
    font-size: 1.7em;
    left: 90px;
    opacity: 0.6;
    -ms-filter: 'alpha(opacity=60)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    padding: 10px 25px;
    position: absolute;
    top: 44px;
    z-index: 999;
  }
  
  .megamenu-video-frame,
  .megamenu-image-frame {
    max-width: 240px;
  }
  
  .col_2 .megamenu-video-frame,
  .col_2 .megamenu-image-frame {
    max-width: 180px;
  }
  
  .megamenu-video-frame iframe body {
    background-color: transparent;
  }
  
  .megamenu_ecu .megamenu img {
    opacity: 1;
    margin: 0;
  }
  
  .megamenu_ecu .megamenu-promo {
    margin-top: 5px;
    display: block;
  }
  
  .megamenu_ecu #nav-global .megamenu-promo a {
    float: none;
    padding: 0;
  }
  
  .megamenu_ecu .megamenu-promo img {
    border-radius: 4px;
  }
  
  .megamenu_ecu p {
    margin-top: 10px;
  }
  
  .megamenu_ecu .megamenu p {
    font-size: 1.05em;
  }
  
  .megamenu_ecu #nav-global li:hover > a,
  .megamenu_ecu #nav-global li:active > a,
  .megamenu_ecu #nav-global li.active > a {
    color: #000;
  }
  
  .megamenu_ecu #nav-global li li a:hover,
  .megamenu_ecu #nav-global li li a,
  .megamenu_ecu #nav-global li p a {
    color: var(--color-black);
    font-size: var(--text-size-s); /* override #nav-global li a */
    float: none;
    padding: 0;
  }
  
  .megamenu_ecu #nav-global li li a:hover,
  .megamenu_ecu #nav-global li p a:hover {
    text-decoration: underline;
  }
  
  .megamenu_ecu #nav-global li li a {
    padding: 0;
  }
  
  .mega-heading .icon-chevron-right,
  .mega-heading .fa-chevron-right {
    float: right;
    font-size: 0.77em;
    padding-top: 5px;
  }
  
  .megamenu .dropdown_fullwidth p.no-heading {
    margin-top: 0;
  }
  
  #nav-global li .button {
    font-size: 0.93em;
    padding: 0 12px 2px;
  }
  
  .megamenu_container {
    position: relative;
  }
  
  #nav-most-popular {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  #nav-most-popular a {
    display: block;
    margin-block: 9px;
    border: 1px solid currentColor;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: var(--text-size);
    text-decoration: none;
  }

  #nav-most-popular a:hover,
  #nav-most-popular a:focus-visible {
    color: currentColor;
    text-decoration: underline;
  }
  
  .megamenu_ecu_bar .megamenu > #nav-most-popular:hover,
  .megamenu_ecu_bar .megamenu > #nav-most-popular:active {
    background: none;
  }
  
  .megamenu-overlay {
    background-color: var(--color-black);
    height: 100%;
    left: 0;
    top: 183px; /* overlay that appears when megamenu is visible, off sets header height */
    opacity: 0.8;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 9999;
  }
  
  .megamenu > li > div a:hover,
  .megamenu > li > div a:hover img,
  .megamenu img {
    transition: none;
    opacity: 1;
    transition: none;
  }
  
  /* Top level link styles for megamenu on tablet */
  .megamenu_ecu #nav-global .top-level-tablet {
    background-color: #eeeeee;
    border-radius: 0 0 3px 3px;
    left: 0;
    position: absolute;
    width: 100%;
    display: none;
    bottom: -36px;
    z-index: 99999;
  }
  
  .megamenu_ecu #nav-global .top-level-tablet ul {
    list-style: none;
  }
  
  .megamenu_ecu #nav-global .top-level-tablet ul li {
    list-style: none;
    padding: 10px 0;
    float: left;
  }
  
  .megamenu_ecu #nav-global .top-level-tablet ul li span {
    margin-left: 10px;
  }
  
  .megamenu_ecu #nav-global .label {
    font-size: 0.9em;
  }
  
  @media (max-width: 1199px) {
    .megamenu .dropdown_12columns,
    .megamenu .dropdown_fullwidth {
      width: 930px;
    }
  }
  
  @media (max-width: 979px) {
    .megamenu .dropdown_12columns,
    .megamenu .dropdown_fullwidth {
      width: 724px;
    }
  
    .megamenu-video-frame,
    .megamenu-image-frame,
    .megamenu_ecu .megamenu-promo {
      display: none;
    }
  
    _:-ms-fullscreen,
    :root .megamenu .col_3 {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  
  /* --------------------------------------------------------------------------------------------- 
  END: MEGAMENU 
  --------------------------------------------------------------------------------------------- */
  
  /* --------------------------------------------------------------------------------------------- 
  START: LOCAL NAVIGATION
  --------------------------------------------------------------------------------------------- */
  
  #nav-local-2013 {
    background-color: #ececec;
    margin: 5px 0 30px 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-family: var(--font-feature);
    line-height: 1em; /* normalise across browsers */
    font-size: var(--text-size-s-feature);
    font-weight: 500;
  }
  
  #nav-local-2013 .icon-chevron-right,
  #nav-local-2013 .icon-chevron-down {
    display: none;
  }
  
  .rounded-corners-top {
    border-radius: 4px 4px 0 0;
  }
  
  .rounded-corners-bottom {
    border-radius: 0 0 4px 4px;
  }
  
  #nav-local-2013 ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  
  #nav-local-2013 ul li {
    margin: 0px;
    padding: 0px;
  }
  
  #nav-local-2013 ul li a {
    display: block;
    padding: 10px 7px 9px 19px;
    text-decoration: none;
  }

  #nav-local-2013 ul li a:hover {
    text-decoration: underline;
  }
  
  #nav-local-2013 > ul > li:first-child > a,
  #nav-local-2013 > ul > li:first-child > a.current,
  #nav-local-2013 > ul > li:first-child > a.hierarchy {
    border-radius: 4px 4px 0 0;
  }
  
  #nav-local-2013 ul li a.current:first-child,
  #nav-local-2013 ul li a.hierarchy:first-child {
    margin: 0 -1px;
  }
  
  #nav-local-2013 ul li ul li a.current:first-child,
  #nav-local-2013 ul li ul li a.hierarchy:first-child {
    margin: 0;
  }
  
  #nav-local-2013 ul li.last {
    border-bottom: 0;
  }
  
  .nav-list > li > a {
    margin-left: 0;
    text-shadow: none;
    margin-right: 0;
  }
  
  #nav-local-2013 .fa-chevron-down,
  #nav-local-2013 .icon-chevron-down,
  #nav-local-2013 .fa-chevron-right,
  #nav-local-2013 .icon-chevron-right {
    float: left;
    font-size: 7.5px;
    margin-left: -12px;
    margin-right: 5px;
    margin-top: 4px;
  }
  
  #nav-local-2013 a:hover .icon-chevron-down,
  #nav-local-2013 a:hover .fa-chevron-down,
  #nav-local-2013 a:hover .icon-chevron-right,
  #nav-local-2013 a:hover .fa-chevron-right {
    text-decoration: none;
  }
  
  /* Top level */
  #nav-local-2013 ul li a.current,
  #nav-local-2013 ul li a.hierarchy {
    background-color: var(--color-primary);
    margin: -1px;
    padding-left: 20px;
  }
  
  #nav-local-2013 ul li a.hierarchy {
    background-image: url('//cdn.ecu.net.au/designs/ecu-internet-2016/css/global.css/down-arrow-icon-sml.png');
    background-repeat: no-repeat;
    background-position: 7px 16px;
  }
  
  #nav-local-2013 ul li a.hasSubs,
  #nav-local-2013 ul li .hierarchy {
    background-image: url('//cdn.ecu.net.au/designs/ecu-internet-2016/css/global.css/right-arrow-icon-sml.png');
    background-repeat: no-repeat;
    background-position: 8px 15px;
  }

  #nav-local-2013 ul li a.current:hover,
  #nav-local-2013 ul li a.current:focus-visible,
  #nav-local-2013 ul li a.hierarchy:hover,
  #nav-local-2013 ul li a.hierarchy:focus-visible {
    color: currentColor;
  }
  
  /* Second level */
  #nav-local-2013 ul.menu-level-2 {
    background-color: #f7f7f7;
    border-radius: 0;
  }
  
  #nav-local-2013 ul.menu-level-2 li a {
    font-weight: normal;
    text-decoration: none;
    background-image:none;
    border-bottom: 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    background-color: #F7F7F7;
  }

  #nav-local-2013 ul.menu-level-2,
  #nav-local-2013 ul.menu-level-2 li ul {
    background-color: var(--color-white);
  }
  
  #nav-local-2013 ul li ul.menu-level-2 li a.hierarchy,
  #nav-local-2013 ul li ul.menu-level-2 li a.current.parent-with-subs {
    color: var(--color-teal-600);
    font-weight: 600;
  }

  #nav-local-2013 ul li ul.menu-level-2 li a.hierarchy {
    background-image: url('//cdn.ecu.net.au/designs/ecu-internet-2016/css/global.css/down-arrow-icon-sml-red.png');
    background-repeat: no-repeat;
    background-position: 6px 15px;
  }
  
  #nav-local-2013 ul li ul.menu-level-2 li a.current {
    background-image: url('//cdn.ecu.net.au/designs/ecu-internet-2016/css/global.css/left-arrow-icon-sml-red.png');
    background-repeat: no-repeat;
    background-position: 8px 14px;
  }

  #nav-local-2013 ul li ul.menu-level-2 a.current{
    text-decoration: none;
    font-weight: bold;
    color: var(--color-teal-700);
    margin: 0;
  }

  #nav-local-2013 ul li ul.menu-level-2 li a.current.parent-with-subs:hover,
  #nav-local-2013 ul li ul.menu-level-2 li a.hierarchy.parent-with-subs:hover {
    text-decoration: underline;
    color: var(--color-teal-600);
  }
  
  /* Third level */
  #nav-local-2013 ul.menu-level-3,
  #nav-local-2013 ul.menu-level-3 li,
  #nav-local-2013 ul.menu-level-3 li a {
    background-color: var(--color-white);
  }
  
  #nav-local-2013 ul li ul.menu-level-3 {
      border-bottom: 1px solid #DDDDDD;
      padding-bottom: 5px;
      padding-top: 5px;
  }
  
  #nav-local-2013 ul li ul.menu-level-3 li a,
  #nav-local-2013 ul li ul.menu-level-3 li a.hierarchy.parent-with-subs {
      border-top :0;
      border-bottom: 0;
      padding: 5px 0 7px 20px;
      background-position: 6px 8px;
  }
  
  #nav-local-2013 ul li ul.menu-level-3 li a.current {
      background-image: url('//cdn.ecu.net.au/designs/ecu-internet-2016/css/global.css/left-arrow-icon-sml-red.png');
      background-repeat: no-repeat;
      background-position: 8px 7px;
  }
  
  /* Fourth level */
  #nav-local-2013 ul.menu-level-2 li ul.menu-level-4 {
    margin: 0;
  }
  
  #nav-local-2013 ul ul ul ul.menu-level-4 li a {
    padding-left: 32px;
  }
  
  #nav-local-2013 ul li ul.menu-level-4 li a.current {
    background-image: url('//cdn.ecu.net.au/designs/ecu-internet-2016/css/global.css/left-arrow-icon-sml-red.png');
    background-repeat: no-repeat;
    background-position: 20px 7px;
  }

  #nav-local-2013 ul li ul.menu-level-4 li a.current:hover {
    color: var(--color-teal-600);
  }

  @media (prefers-contrast: more) {
  
    #nav-local-2013 ul li a.current,
    #nav-local-2013 ul li a.hierarchy {
      background-color: var(--color-teal-400);
    }
  
    #nav-local-2013 ul.menu-level-2 li a {
      background-color: #F7F7F7; /* overrides #nav-local-2013 ul li a */
    }
  
    #nav-local-2013 ul li ul.menu-level-2 a.current {
      color: var(--color-teal-800); /* contrast 8.20 */
    }
  
    #container-footer .span3 h3 {
      color: var(--color-teal-800);
    }
  
  }
  
  /* --------------------------------------------------------------------------------------------- 
  END: LOCAL NAVIGATION
  --------------------------------------------------------------------------------------------- */
  
  /* --------------------------------------------------------------------------------------------- 
  START: SIDEBAR
  --------------------------------------------------------------------------------------------- */
  
  .sidr .sidr-class-global-nav {
    border: 0 none;
  }
  
  .sidr .sidr-class-global-nav li {
    border-bottom: 1px solid var(--color-black-600);
    border-top: 0 none;
    line-height: 42px;
  }
  
  .sidr li {
    font-size: 1em;
  }
  
  .sidr li li {
    font-size: 0.8em;
  }
  
  .sidr ul {
    margin: 0;
    border: 0;
  }
  
  .sidr ul li,
  .sidr ul li ul li,
  .sidr ul li ul li ul li {
    border-bottom: 1px solid var(--color-black-600);
    border-top: 0 none;
    line-height: 42px;
  }
  
  .sidr .sidr-class-global-nav li:last-child,
  .sidr .sidr-class-local-nav li:last-child,
  .sidr .sidr-class-site-tools li:last-child {
    border: 0;
  }
  
  .sidr li:hover,
  .sidr li.active,
  .sidr li.sidr-class-active,
  .sidr ul li:hover,
  .sidr ul li.active,
  .sidr ul li.sidr-class-active,
  .sidr ul li ul li:hover,
  .sidr ul li ul li.active,
  .sidr ul li ul li.sidr-class-active {
    border-top: 0;
    line-height: 42px;
  }
  
  .sidr ul li.active > a,
  .sidr ul li.active > span,
  .sidr ul li.sidr-class-active > a,
  .sidr ul li.sidr-class-active > span,
  .sidr ul li ul li:hover > a,
  .sidr ul li ul li:hover > span,
  .sidr ul li ul li.active > a,
  .sidr ul li ul li.active > span,
  .sidr ul li:hover > a,
  .sidr ul li:hover > span {
    background: var(--color-black-700);
    box-shadow: none;
  }
  
  .sidr .sidr-class-hierarchy.sidr-class-parent-with-subs,
  .sidr .sidr-class-current.sidr-class-parent-with-subs {
    background: none;
  }
  
  .sidr-class-hierarchy.sidr-class-parent-with-subs .icon-sort-down,
  .sidr-class-hierarchy.sidr-class-parent-with-subs .fa-sort-down,
  .sidr-class-current.sidr-class-parent-with-subs .icon-sort-down,
  .sidr-class-current.sidr-class-parent-with-subs .fa-sort-down {
    float: right;
    margin-right: 0;
    padding-right: 0;
    padding-top: 8px;
  }
  
  .sidr-class-global-nav .icon-compass,
  .sidr-class-global-nav .fa-compass,
  .sidr-class-local-nav .icon-compass,
  .sidr-class-local-nav .fa-compass,
  .sidr-class-site-tools .icon-wrench,
  .sidr-class-site-tools .fa-wrench,
  .sidr-class-social-circle .icon-comments,
  .sidr-class-social-circle .fa-comments {
    color: #b0b0b0;
    float: right;
    padding: 10px 14px 0 0;
  }
  
  .sidr .sidr-class-hierarchy.sidr-class-parent-with-subs:hover,
  .sidr .sidr-class-current.sidr-class-parent-with-subs:hover {
    background: #232323;
  }
  
  .sidr-class-nav.sidr-class-nav-list.sidr-class-menu-level-2,
  .sidr-class-nav.sidr-class-nav-list.sidr-class-menu-level-3 {
    border-top: 1px solid #444444;
  }
  
  .sidr li.sidr-class-heading,
  .sidr li.sidr-class-heading,
  .sidr li.sidr-class-heading,
  .sidr li.sidr-class-heading:hover {
    background-color: #2b2b2b;
    font-weight: bold;
    padding-left: 15px;
    border-top: 1px solid #444444;
  }
  
  .sidr ul li ul li a.sidr-class-current {
    color: #e29252;
    border-bottom: 1px solid #444;
  }
  
  .sidr ul li ul li a {
    padding-left: 20px;
  }
  
  .sidr ul li ul li ul li a {
    padding-left: 30px;
  }
  
  /* Most Popular */
  
  #sidr.sidr.right {
    right: -320px;
  }
  
  #sidr.sidr {
    width: 320px;
  }
  
  #sidr.sidr .most-popular li,
  #sidr.sidr .popular-facebook li {
    line-height: 3;
  }
    
  #sidr.sidr .popular-facebook li a {
    line-height: 20px;
    padding: 13px 15px 13px 47px;
    position: relative;
  }
  
  #sidr.sidr li .icon.icon-facebook,
  #sidr.sidr li .fa.fa-facebook {
    background: #3b5998;
    border-radius: 3px;
    color: var(--color-white);
    font-size: 0.85em;
    left: 14px;
    padding: 5px 3px 3px;
    position: absolute;
    text-align: center;
    top: 18px;
    width: 15px;
  }
  
  #sidr.sidr .close-btn .fa-times {
    margin-right: 15px;
  }
  
  /* --------------------------------------------------------------------------------------------- 
  START: SIDEBAR
  --------------------------------------------------------------------------------------------- */
  
  /* --------------------------------------------------------------------------------------------- 
  START: CONTENT BODY
  --------------------------------------------------------------------------------------------- */
  
  #container-body {
    background-color: var(--color-white);
  }
  
  #content-with-related {
    float: left;
    width: 591px;
    margin: 0px;
    padding: 0px 26px 0px 0px;
    overflow: hidden;
  }
  
  #related-content {
    float: left;
    width: 142px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
  }
  
  #related-content-wrapped {
    float: right;
    width: 142px;
    overflow: hidden;
    margin: 0px;
    padding: 0px 0px 0px 26px;
    clear: both;
  }
  
  .breadcrumb {
    border-bottom: 1px solid #ccc;
    font-size: var(--text-size-s);
    margin: 5px 0 20px;
    padding: 0 0 12px;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  
  .breadcrumb .icon-home,
  .breadcrumb .fa-home {
    margin: 0 10px 0 0;
    font-size: 13.5px;
  }
  
  .breadcrumb > li > .divider {
    color: #545454;
  }
  
  .breadcrumb li a {
    padding-right: 5px;
    text-decoration: none;
    color: var(--color-black);
  }
  
  .breadcrumb li a:hover {
    text-decoration: underline;
  }
  
  /* --------------------------------------------------------------------------------------------- 
  END: CONTENT BODY
  --------------------------------------------------------------------------------------------- */
  
  /* --------------------------------------------------------------------------------------------- 
  START: FOOTER
  --------------------------------------------------------------------------------------------- */
  
  #container-footer {
    width: 100%;
    background-color: #eeeeee;
    padding-bottom: 20px;
  }
  
  #container-footer .span3 {
    margin-top: 15px;
    float: left;
  }
  
  #container-footer .span3 h3 {
    color: var(--color-teal-700); /* provides contrast of 4.48 on footer background */
    border-bottom: 1px solid var(--color-black);
    padding-bottom: 10px;
  }
  
  #container-footer .span3 li {
    margin: 0;
    border-bottom: 1px dotted var(--color-black-500);
    padding: 7px 0 7px 0;
    list-style-type: none;
  }
  
  #container-footer li .icon-chevron-right,
  #container-footer li .fa-chevron-right {
    float: left;
    font-size: 0.6em;
    margin-top: 4px;
    padding-right: 5px;
  }
  
  #container-footer .span3 li .icon-angle-right,
  #container-footer .span3 li .fa-angle-right {
    margin: 0 10px 0 0;
  }
  
  #container-footer .span3 li:last-child {
    border-bottom: 0;
  }
  
  #container-footer .span3 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  #container-footer .span3 a {
    text-decoration: none;
    color: currentColor;
  }
  
  #container-footer .span3 a:hover,
  #container-footer .span3 a:focus-visible {
    text-decoration: underline;
  }
  
  #container-footer .footer-slider a {
    display: table;
    width: 100%;
  }
  
  #container-footer .footer-slider a:hover h3.footer-message {
    text-decoration: underline;
  }
  
  #container-footer .footer-message {
    margin: 8px 10px 0 0;
    text-align: right;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
  }
  
  #container-footer h3.footer-message {
    font-size: var(--text-size);
    font-weight: normal;
    line-height: 1.4em;
    margin-top: 49px;
    clear: both;
    text-transform: uppercase;
  }
  
  #container-footer h4.footer-message {
    font-weight: 400;
    font-size: var(--text-size);
  }
  
  #container-footer p.footer-message {
    font-size: 1.1em;
    margin-top: 25px;
  }
  
  #container-footer .stars {
    clear: both;
    float: left;
    font-size: 2.3em;
    margin-top: 18px;
    text-shadow: 2px 2px #fefefe;
    width: 100%;
    text-align: center;
    color: #4b575f;
  }
  
  #container-footer .icon-star,
  #container-footer .fa-star {
    margin-left: 5px;
  }
  
  #container-footer .footer-slider .media .pull-left {
    margin: 54px 20px 0 10px;
  }
  
  #container-footer .footer-slider .media h4.footer-message {
    margin-top: 50px;
    text-align: left;
  }
  
  #container-footer .footer-slider .media h4.footer-message:last-child {
    margin-top: 15px;
  }
  
  #container-footer .footer-slider .teaching-badge {
    float: left;
    margin-left: 40px;
  }
  
  #container-footer .footer-slider .item.teaching .media-body {
    margin: 38px 0 0 0;
  }
  /* Remove start */
  #container-footer .footer-slider .item.athena .media-body {
    margin: 38px 0 0 0;
  }
  /* Remove end */
  #container-footer .footer-slider .item.align-text .media-body {
    margin: 38px 0 0 0;
  }
  
  .footer-askus-wrapper {
    display: table;
    margin: 22px auto 0;
    width: 80%;
  }
  
  h3.footer-askus {
    margin: 0 0 13px 15px;
  }
  
  #footer-askus-container {
    background-color: #ffffff;
    border-radius: 4px;
  }
  
  #footer-askus-container ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
  }
  
  #footer-askus-container ul li {
    margin: 0 0 -14px;
    padding: 0;
    position: relative;
  }
  
  #footer-askus-container ul li:last-child {
    margin-bottom: -18px;
  }
  
  #footer-askus-container ul li:first-child a {
    border: 0 none;
  }
  
  #footer-askus-container ul li a {
    border-top: 1px dotted #cccccc;
    display: block;
    margin: 0 15px;
    padding: 10px 0;
  }
  
  @media (max-width: 1199px) {
    #container-footer .footer-slider .media .pull-left {
      width: 40%;
    }
  
    #container-footer .footer-slider .media h4.footer-message {
      font-size: 1.3em;
    }
  
    #container-footer .footer-slider .item.teaching .pull-left {
      margin-right: 10px;
    }
  
    #container-footer .footer-slider .item.teaching .media-body {
      margin: 30px 0 0 0;
    }
    /* Remove start */
  
    #container-footer .footer-slider .item.athena .pull-left {
      margin-right: 10px;
    }
  
    #container-footer .footer-slider .item.athena .media-body {
      margin: 30px 0 0 0;
    }
  
    /* Remove end */
  
    #container-footer .footer-slider .item.align-text .pull-left {
      margin-right: 10px;
    }
  
    #container-footer .footer-slider .item.align-text .media-body {
      margin: 30px 0 0 0;
    }
  }
  
  @media (max-width: 979px) {
    .footer-slider {
      font-size: 0.9em;
    }
  
    .breadcrumb {
      padding-bottom: 10px;
    }
  
    #container-footer .footer-slider .media .pull-left {
      width: 35%;
    }
  
    #container-footer .footer-slider .item.teaching .pull-left {
      margin-right: 15px;
    }
  
    #container-footer .footer-slider .item.teaching .media-body {
      margin: 15px 0 0 0;
    }
  
    /* Remove start */
  
    #container-footer .footer-slider .item.athena .pull-left {
      margin-right: 15px;
    }
  
    #container-footer .footer-slider .item.athena .media-body {
      margin: 15px 0 0 0;
    }
  
    /* Remove end */
  
    #container-footer .footer-slider .item.align-text .pull-left {
      margin-right: 15px;
    }
  
    #container-footer .footer-slider .item.align-text .media-body {
      margin: 15px 0 0 0;
    }
  }
  
  @media (max-width: 767px) {
    #container-footer {
      padding-bottom: 30px;
      padding-top: 10px;
    }
  
    #container-footer .span3 {
      margin-top: 0;
      margin-bottom: 3px;
    }
  
    #container-footer .span3 h3 {
      background: none;
      border: 0;
      font-size: 1.45em;
      margin: 0;
      padding: 15px 0 10px;
    }
  
    #container-footer .nested-accordion {
      width: 100%;
      max-width: none;
    }
  
    #container-footer .span3 ul {
      background: none;
      border: 0 none;
      display: none;
      font-size: 1em;
      margin-top: 0;
    }
  
    #container-footer .span3 li {
      color: #666;
    }
  
    #container-footer .ui-state-default .ui-icon {
      background-image: url('//cdn.ecu.net.au/designs/ecu-internet-2016/css/global.css/ui-icons_333333_256x240.png');
      left: auto;
      right: 10px !important;
    }
  
    #container-footer .nested-accordion h3.ui-accordion-header {
      background-color: #ddd;
      padding: 0.5em 0.8em;
      border-radius: 4px;
    }
  
    #container-footer .nested-accordion h3.ui-accordion-header:hover {
      background-color: #d4d4d4;
    }
  
    #container-footer .nested-accordion .ui-accordion-content {
      padding: 10px 15px;
      border: 0;
    }
  
    #container-footer .nested-accordion .ui-accordion-content li {
      border-bottom: 1px dotted #b6b6b6;
      font-size: 1.1em;
      padding: 7px 0;
    }
  
    #container-footer .nested-accordion .ui-accordion-content li:last-child {
      border: 0;
    }
  
    .footer-slider {
      font-size: 0.8em;
      width: 100%;
      margin-top: 15px;
    }
  
    #container-footer h4.footer-message,
    #container-footer h3.footer-message,
    #container-footer .stars {
      float: left;
      text-align: center;
      width: 100%;
    }
  
    #container-footer h3.footer-message {
      margin-top: 15px;
    }
  
    #container-footer h4.footer-message {
      margin-top: 6px;
    }
  
    #container-footer .stars {
      margin-top: 12px;
    }
  
    #container-footer .footer-slider .media .pull-left {
      width: auto;
      margin-top: 20px;
    }
  
    #container-footer .footer-slider .media h4.footer-message {
      font-size: 1.5em;
      margin-top: 20px;
    }
  
    .footer-askus-wrapper {
      display: block;
      width: inherit;
    }
  
    #container-footer .footer-slider .item.teaching .pull-left {
      float: none;
    }
  
    #container-footer .footer-slider .item.teaching {
      margin-top: 10px;
    }
  
    #container-footer .footer-slider .item.teaching a {
      text-decoration: none !important;
    }
  
    #container-footer .footer-slider .item.teaching h4.footer-message {
      margin: 10px 0 0 0;
      width: auto;
      clear: both;
      float: none;
      text-decoration: none !important;
    }
  
    #container-footer .footer-slider .item.teaching {
      max-height: inherit;
      height: auto;
    }
  
    /* Remove start */
  
    #container-footer .footer-slider .item.athena .pull-left {
      float: none;
    }
  
    #container-footer .footer-slider .item.athena {
      margin-top: 10px;
    }
  
    #container-footer .footer-slider .item.athena a {
      text-decoration: none !important;
    }
  
    #container-footer .footer-slider .item.athena h4.footer-message {
      margin: 10px 0 0 0;
      width: auto;
      clear: both;
      float: none;
      text-decoration: none !important;
    }
  
    #container-footer .footer-slider .item.athena {
      max-height: inherit;
      height: auto;
    }
  
    /* Remove end */
  
    #container-footer .footer-slider .item.align-text .pull-left {
      float: none;
    }
  
    #container-footer .footer-slider .item.align-text {
      margin-top: 10px;
    }
  
    #container-footer .footer-slider .item.align-text a {
      text-decoration: none !important;
    }
  
    #container-footer .footer-slider .item.align-text h4.footer-message {
      margin: 10px 0 0 0;
      width: auto;
      clear: both;
      float: none;
      text-decoration: none !important;
    }
  
    #container-footer .footer-slider .item.align-text {
      max-height: inherit;
      height: auto;
    }
  
    #container-footer .footer-slider .item.media-body {
      font-size: 0.9em;
    }
  }
  
  @media (max-width: 480px) {
    .footer-slider {
      font-size: 0.7em;
    }
  
    #container-footer h4.footer-message {
      margin-top: 6px;
      font-size: 1.8em;
    }
  }
  
  /* --------------------------------------------------------------------------------------------- 
  END: FOOTER
  --------------------------------------------------------------------------------------------- */
  
  /* --------------------------------------------------------------------------------------------- 
  START: UTILITIES
  --------------------------------------------------------------------------------------------- */
  
  /* Some content is only meant for text only view and is not required for general presentation */
  .remove-from-view,
  .remove-from-view-code {
    position: absolute;
    left: -99999px;
  }
  
  .view-print {
    display: none;
  }
  
  .list-no-style {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .clear-left {
    clear: left;
  }
  
  .clear-right {
    clear: right;
  }
  
  .clear-both {
    clear: both;
  }
  
  #ecuHostNotice {
    padding: 5px;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    font-size: 1.25em;
  }
  
  #ecuHostNotice1 {
    padding: 5px;
    background: green;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
  }
  
  /* --------------------------------------------------------------------------------------------- 
  END: UTILITIES
  --------------------------------------------------------------------------------------------- */
  
  /* --------------------------------------------------------------------------------------------- 
  START: PAGE RATING TOOL
  --------------------------------------------------------------------------------------------- */
  
  #pageRator {
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    border-radius: 3px 3px 3px 3px;
    color: #545454;
    font-size: 0.9em;
    padding: 8px 10px;
    margin-bottom: 30px;
  }
  
  #pageRator .ui-rater > span {
    vertical-align: top;
  }
  
  #pageRator > p {
    line-height: 18px;
    margin: 0 0 7px;
  }
  
  #pageRator .ui-rater-rating {
    margin-left: 0.8em;
    font-style: italic;
    line-height: 20px;
    padding-top: 2px;
  }
  
  #pageRator .ui-rater-starsOff,
  .ui-rater-starsOn {
    display: inline-block;
    height: 18px;
    background: url('//cdn.ecu.net.au/designs/ecu-internet-2016/css/global.css/stars.png')
      repeat-x 0 0px;
  }
  
  #pageRator .ui-rater-starsOn {
    display: block;
    max-width: 90px;
    top: 0;
    background-position: 0 -36px;
  }
  
  #pageRator .ui-rater-starsHover {
    background-position: 0 -18px !important;
  }
  
  #feebackrating-dialog {
    height: auto !important;
  }
  
  #feebackrating-dialog legend {
    font-size: 2.5em;
  }
  
  #feebackrating-dialog textarea#feedback_text {
    min-width: 300px;
    min-height: 100px;
    width: auto !important;
    font-size: 1.5em;
  }
  
  /* --------------------------------------------------------------------------------------------- 
  END: PAGE RATING TOOL
  --------------------------------------------------------------------------------------------- */
  
  /* --------------------------------------------------------------------------------------------- 
  START: RESPONSIVE LAYOUTS
  --------------------------------------------------------------------------------------------- */
  
  @media (max-width: 1200px) {
    .megamenu-image-frame .icon-location-arrow,
    .megamenu-image-frame .fa-location-arrow,
    .megamenu-video-frame .icon-play,
    .megamenu-video-frame .fa-play,
    .megamenu-image-frame .icon-play,
    .megamenu-image-frame .fa-play,
    .megamenu-image-frame .icon-camera,
    .megamenu-image-frame .fa-camera,
    .megamenu-video-frame .icon-facetime-video,
    .megamenu-video-frame .fa-video-camera {
      left: 67px;
      top: 32px;
    }
  
    .megamenu-video-frame,
    .megamenu-image-frame,
    .megamenu_ecu .megamenu-promo {
      max-width: 198px;
    }
  }
  
  @media (max-width: 979px) {
  
    #site-tool-links {
      display: none;
      position: absolute;
      top: -99999px;
    }
  
    .site-tools-responsive .nav.nav-pills {
      display: block;
    }
  
    .site-tools-responsive {
      display: block;
      font-size: var(--text-size-s);
    }
  }
  
  @media (min-width: 980px) {
  
    .site-tools-responsive .nav.nav-pills {
      display: none;
      position: absolute;
      top: -99999px;
    }
  }
  
  @media (max-width: 767px) {
  
    #container-header .span3,
    #container-header .span9 {
      float: left;
    }
  
    ul.ecu-logo {
      margin-left: 15px;
    }
  
    #nav-global .megamenu-float-right {
      display: none;
    }
  
    .search-box {
      float: none; /* needed for placement of child elements */
      margin: 0 16px 9px;
    }
  
    .search-box form {
      display: flex;
    }
  
    .search-input {
      flex-basis: 100%;
    }
  
    #search-site {
      position: relative;
      float: none;
    }
    
    .site-tools-responsive {
      display: none;
    }
  
    #container-footer {
      padding: 0 15px 15px;
      width: auto;
    }
  
    #container-footer .nested-accordion ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
  }
  
  /* --------------------------------------------------------------------------------------------- 
  END: RESPONSIVE LAYOUTS
  --------------------------------------------------------------------------------------------- */
  
  /* --------------------------------------------------------------------------------------------- 
  START: IE8 AND HIGHER
  --------------------------------------------------------------------------------------------- */
  
  html.lt-ie9 .site-tools-responsive ul li .dropdown-menu > li > a:hover,
  html.lt-ie9 .site-tools-responsive ul li .dropdown-menu > li > a:focus,
  html.lt-ie9 .site-tools-responsive ul li .dropdown-submenu:hover > a,
  html.lt-ie9 .site-tools-responsive ul li .dropdown-submenu:focus > a {
    filter: none;
  }
  
  html.lt-ie9 #container-footer .footer-slider .media h4.footer-message {
    font-size: 1.2em;
  }
  
  html.lt-ie9 #container-footer .footer-slider .media h4.footer-message.last {
    margin-top: 15px;
  }
  
  /* --------------------------------------------------------------------------------------------- 
  END: IE8 AND HIGHER
  --------------------------------------------------------------------------------------------- */
  
  /* END ****************************************************************************************/
  