/* 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: 11 January 2017 15:15:59 */


/** * version: 0.0.5 * file: global.css * author: Squiz Australia * updated: 09-02-2015 16:19 * * Table of Contents * * - Reset * - Utilities * - General * - Modules * bootstrap-tooltips * back-to-top (0.0.3) * header-logo (0.0.2) * quick-search (0.0.4) * spritesheet (0.0.1) - 0.00 Mixins / Placeholders / General / Typography / Helpers -- 0.01 Mixins -- 0.02 Placeholders -- 0.03 General -- 0.04 Typography -- 0.05 Helpers / Misc - 1.00 Header Area -- 1.01 Navigation -- 1.02 Sub Navigation -- 1.03 Site Search - 2.00 Footer - 3.00 Banners and backgrounds - 4.00 Main content layout - 5.00 Landing pages / Table of contents */

@font-face {
    font-family: Gotham-Narrow;
    src: url("./?a=925216");
}

@font-face {
    font-family: Gotham-Bold;
    src: url("./?a=925215");
}

@font-face {
    font-family: Gotham-Book;
    src: url("./?a=930803");
}

@font-face {
    font-family: Gotham-Medium;
    src: url("./?a=925217");
}

@font-face {
    font-family: Gotham-Medium-Italic;
    src: url("./?a=925218");
}

@font-face {
    font-family: Chronic-Bold;
    src: url("./?a=925219");
}

@font-face {
    font-family: Chronic-BoldItalic;
    src: url("./?a=925221");
}

@font-face {
    font-family: Chronic-Italic;
    src: url("./?a=925222");
}

@font-face {
    font-family: Chronic-Roman;
    src: url("./?a=925223");
}

@font-face {
    font-family: Chronic-SemiBold;
    src: url("./?a=925224");
}

@font-face {
    font-family: Chronic-SemiItalic;
    src: url("./?a=925225");
}

.visuallyhidden,
.sr-only,
.quick-search__submit-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.focusable.sr-only:active,
.visuallyhidden.focusable:focus,
.focusable.sr-only:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.main-content > ol,
.tabbed-article > ol,
.main-content > ul,
.tabbed-article > ul,
.nav__list,
.nav-sub__list,
.banner__boxes,
.toc__list,
.gallery__list,
.gallery__thumbs,
.doc-list,
.link-list,
.section-nav__list,
.quick-links__list,
.sq-form-question-answer ul,
.search-results,
.pagination__list,
.campuses__list,
.calendar-filters__set ul,
.calendar-listing {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sq-icon,
input[type=radio] + label:before,
input[type=checkbox] + label:before,
.panel-title a:after,
.header__logo:before,
.header__logo:visited:before,
.nav-control,
.quick-search__submit,
.banner-box__caret,
.side-feature__h:before,
.addthis_sharing_toolbox .at-share-btn[class*="twitter"]:before,
.addthis_sharing_toolbox .at-share-btn[class*="facebook"]:before,
.addthis_sharing_toolbox .at-share-btn[class*="email"]:before,
.sq-likert[type=radio] + label:before,
.calendar-print span:after,
.calendar-tab:before,
.popover .close {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.sq-icon,
input[type=radio] + label:before,
input[type=checkbox] + label:before,
.panel-title a:after,
.header__logo:before,
.header__logo:visited:before,
.nav-control,
.quick-search__submit,
.banner-box__caret,
.side-feature__h:before,
.addthis_sharing_toolbox .at-share-btn[class*="twitter"]:before,
.addthis_sharing_toolbox .at-share-btn[class*="facebook"]:before,
.addthis_sharing_toolbox .at-share-btn[class*="email"]:before,
.sq-likert[type=radio] + label:before,
.calendar-print span:after,
.calendar-tab:before,
.popover .close {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix,
.calendar-listing-event-content {
    *zoom: 1;
}

.clearfix:before,
.calendar-listing-event-content:before,
.clearfix:after,
.calendar-listing-event-content:after {
    content: '';
    display: table;
    line-height: 0;
}

.clearfix:after,
.calendar-listing-event-content:after {
    clear: both;
}


/* -------------------- Reset (normalize.css) -------------------- */


/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* -------------------- Utilities -------------------- */

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* -------------------- General -------------------- */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.6;
}

body.lt-ie9 {
    min-width: 1000px;
}

img {
    max-width: 100%;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

@-ms-viewport {
    width: device-width;
}


/* -------------------- SCSS for Plugins -------------------- */

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.panel-body:after {
    clear: both;
}

.panel > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive {
    margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #323232;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading > .dropdown .caret {
    border-color: #323232 transparent;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary > .panel-heading > .dropdown .caret {
    border-color: #fff transparent;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d7e9c6;
}

.panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d7e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d7e9c6;
}

.panel-success > .panel-heading > .dropdown .caret {
    border-color: #468847 transparent;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d7e9c6;
}

.panel-warning {
    border-color: #faeacc;
}

.panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faeacc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faeacc;
}

.panel-warning > .panel-heading > .dropdown .caret {
    border-color: #c09853 transparent;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faeacc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading > .dropdown .caret {
    border-color: #b94a48 transparent;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}

.panel-info {
    border-color: #bce9f1;
}

.panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce9f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce9f1;
}

.panel-info > .panel-heading > .dropdown .caret {
    border-color: #3a87ad transparent;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce9f1;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: #fff url("/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* Icons */

@font-face {
    font-family: "slick";
    src: font-url("slick.eot");
    src: font-url("slick.eot?#iefix") format("embedded-opentype"), font-url("slick.woff") format("woff"), font-url("slick.ttf") format("truetype"), font-url("slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* Arrows */

.slick-prev,
.slick-next,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-disabled.slick-next:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev,
.slick-next {
    left: -25px;
}

[dir="rtl"] .slick-prev,
[dir="rtl"] .slick-next {
    left: auto;
    right: -25px;
}

.slick-prev:before,
.slick-next:before {
    content: '\2190';
}

[dir="rtl"] .slick-prev:before,
[dir="rtl"] .slick-next:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: '\2192';
}

[dir="rtl"] .slick-next:before {
    content: '\2190';
}


/* Dots */

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2022';
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}


/* -------------------- Modules -------------------- */


/*-- module:bootstrap-tooltips --*/


/*! * Bootstrap v3.2.0 (http://getbootstrap.com) * Copyright 2011-2014 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */


/*! * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=334fe431e56b78497ebf) * Config saved to config.json and https://gist.github.com/334fe431e56b78497ebf */


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2a6496;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto-webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*-- module:squiz-module-back-to-top --*/

.back-to-top {
    text-align: center;
    display: block;
    width: 100%;
    line-height: 2em;
    height: 2em;
    text-decoration: none;
}

.back-to-top:hover,
.back-to-top:focus {
    text-decoration: none;
}


/*-- module:squiz-module-header-logo --*/

.header-logo {
    border: 0;
    background: transparent url('https://www.westernsydney.edu.au/__data/assets/image/0009/745632/logo.png?v=0.7.1') 0 0 no-repeat;
    width: 135px;
    height: 79px;
    display: block;
}


/*-- module:squiz-module-quick-search --*/

.quick-search__submit .fa {
    line-height: auto;
}


/*-- module:squiz-module-spritesheet --*/

.at4-icon {
    background: none !important;
    display: inline !important;
}

.at-share-btn {
    cursor: pointer;
}

.sq-icon,
input[type=radio] + label:before,
input[type=checkbox] + label:before,
.panel-title a:after,
.nav-control,
.quick-search__submit,
.banner-box__caret,
.side-feature__h:before,
.addthis_sharing_toolbox .at-share-btn[class*="twitter"]:before,
.addthis_sharing_toolbox .at-share-btn[class*="facebook"]:before,
.addthis_sharing_toolbox .at-share-btn[class*="email"]:before,
.sq-likert[type=radio] + label:before,
.calendar-print span:after,
.calendar-tab:before,
.popover .close {
    background-image: url('https://logincms.westernsydney.edu.au/?a=998226');
    vertical-align: middle;
    background-repeat: no-repeat;
}

span.at-icon-wrapper {
    background: transparent !important;
}

.header__logo:before,
.header__logo:visited:before {
    background-image: url('https://logincms.westernsydney.edu.au/?a=1010539');
    vertical-align: middle;
}

.icn-search,
.quick-search__submit {
    background-position: -0px -0px;
}

.icn-burger,
.nav-control {
    background-position: -50px -0px;
}

.icn-twt,
.addthis_sharing_toolbox .at-share-btn[class*="twitter"]:before {
    background-position: -100px -0px;
    visibility: hidden;
}

.icn-fb,
.addthis_sharing_toolbox .at-share-btn[class*="facebook"]:before {
    background-position: -150px -0px;
    visibility: hidden;
}

.icn-mail,
.addthis_sharing_toolbox .at-share-btn[class*="email"]:before {
    background-position: -200px -0px;
    visibility: hidden;
}

.icn-ppt {
    background-position: -250px -0px;
}

.icn-doc {
    background-position: -300px -0px;
}

.icn-xls {
    background-position: -350px -0px;
}

.icn-pdf {
    background-position: -0px -50px;
}

.icn-rad-1,
li .sq-likert[type=radio] + label:before {
    background-position: -50px -50px;
}

.icn-rad-2,
li + li .sq-likert[type=radio] + label:before {
    background-position: -100px -50px;
}

.icn-rad-3,
input[type=radio] + label:before,
input[type=checkbox] + label:before,
.sq-likert[type=radio] + label:before,
li + li + li .sq-likert[type=radio] + label:before {
    background-position: -150px -50px;
}

.icn-rad-4,
li + li + li + li .sq-likert[type=radio] + label:before {
    background-position: -200px -50px;
}

.icn-rad-5,
li + li + li + li + li .sq-likert[type=radio] + label:before {
    background-position: -250px -50px;
}

.icn-check,
input[type=checkbox] + label:before,
.calendar-filters input[type=checkbox] {
    background-position: -300px -50px;
}

.icn-bulb,
.side-feature__h:before {
    background-position: -350px -50px;
}

.icn-file {
    background-position: -0px -100px;
}

.icn-rad-1-on,
li .sq-likert[type=radio]:checked + label:before {
    background-position: -50px -100px;
}

.icn-rad-2-on,
li + li .sq-likert[type=radio]:checked + label:before {
    background-position: -100px -100px;
}

.icn-rad-3-on,
input[type=radio]:checked + label:before,
li + li + li .sq-likert[type=radio]:checked + label:before {
    background-position: -150px -100px;
}

.icn-rad-4-on,
li + li + li + li .sq-likert[type=radio]:checked + label:before {
    background-position: -200px -100px;
}

.icn-rad-5-on,
li + li + li + li + li .sq-likert[type=radio]:checked + label:before {
    background-position: -250px -100px;
}

.icn-check-on,
input[type=checkbox]:checked + label:before {
    background-position: -300px -100px;
}

.icn-void2 {
    background-position: -350px -100px;
}

.icn-pencil {
    background-position: -0px -150px;
}

.icn-void3 {
    background-position: -50px -150px;
}

.icn-tools {
    background-position: -100px -150px;
}

.icn-void4 {
    background-position: -150px -150px;
}

.icn-gears {
    background-position: -200px -150px;
}


/* -------------------- Styles -------------------- */

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width: 63em) {}

html {
    font-size: 16px;
}

html,
body,
header {
    width: 100%;
}

body {
    background-color: #f6f6f6;
}

body.two-column {
    background-color: #fff;
}

img {
    display: block;
}

.banner img {
    margin: 0 auto;
}

h2,
.h2,
.quick-links__h,
.sq-form-question-title {
    font-size: 1.75em;
    margin-top: 1.7em;
    margin-bottom: 0.9em;
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    color: #990033;
}

.main-content > h2:first-child,
.tabbed-article > h2:first-child,
.main-content > .h2:first-child,
.main-content > .quick-links__h:first-child,
.main-content > .sq-form-question-title:first-child,
.tabbed-article > .h2:first-child,
.tabbed-article > .quick-links__h:first-child,
.tabbed-article > .sq-form-question-title:first-child {
    margin-top: 0;
    line-height: 1.2;
}

h3,
.h3,
.sq-form-question-note {
    font-size: 1.4em;
    margin-top: 0.4em;
    margin-bottom: 1em;
    color: #737373;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    font-weight: lighter;
}

h4,
.h4 {
    font-size: 1.25em;
    margin-top: 0.4em;
    margin-bottom: 1em;
    color: #737373;
    font-weight: bold;
}

h5,
.h5 {
    font-size: 1.15em;
    margin-top: 0.4em;
    margin-bottom: 1em;
    color: #737373;
    font-weight: bold;
}

h6,
.h6 {
    font-size: 0.95em;
    margin-top: 0.4em;
    margin-bottom: 1em;
    color: #737373;
    font-weight: bold;
}

p,
caption,
.caption,
.table-title,
.sq-form-required-field-note,
li,
td {
    color: #737373;
    margin-bottom: 1.3em;
    line-height: 1.6;
    font-size: 1.15em;
}

a,
a:visited {
    color: #ED0033;
}

a:hover {
    color: #000;
}

.main .main-content p a {
    color: #ED0033;
    border-bottom: 1px dotted;
    text-decoration: none;
}

.main .main-content p a:hover {
    color: #000;
}

a.link-external:after {
    content: url('http://www.uws.edu.au/currentstudents/current_students/managing_your_study/?a=375650');
    margin-left: 5px;
}

.main-content > ol,
.tabbed-article > ol {
    overflow: auto;
    counter-reset: olnum;
    margin-bottom: 0;
    margin-top: 2.5em;
}

.main-content > ul,
.tabbed-article > ul {
    overflow: auto;
    margin-bottom: 0;
}

.main-content > ul li,
.main-content > ol li,
.tabbed-article > ul li,
.tabbed-article > ol li {
    position: relative;
    float: right;
    margin-bottom: 3em;
    width: 80%;
}

.main-content > ul li:before,
.main-content > ol li:before,
.tabbed-article > ul li:before,
.tabbed-article > ol li:before {
    position: absolute;
    display: block;
    float: left;
}

.main-content > ul li:last-child,
.main-content > ol li:last-child,
.tabbed-article > ul li:last-child,
.tabbed-article > ol li:last-child {
    margin-bottom: 1.5em;
}

.main-content > ul.alt li,
.tabbed-article > ul.alt li {
    margin-bottom: 0.5em;
    float: none;
    margin-left: 28px;
}

.main-content > ul.alt li:last-child,
.tabbed-article > ul.alt li:last-child {
    margin-bottom: 1.5em;
}

.main-content > ol li:before,
.tabbed-article > ol li:before {
    content: counter(olnum);
    counter-increment: olnum;
    left: -20%;
    min-width: 32px;
    height: 32px;
    border: 1px solid #333;
    border-radius: 50%;
    font-size: 1.3em;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    text-align: center;
    color: #333;
    text-indent: -1px;
}

.scheme-enrol .main-content > ol li:before,
.scheme-enrol .tabbed-article > ol li:before {
    border-color: #25589d;
}

.scheme-orientation .main-content > ol li:before,
.scheme-orientation .tabbed-article > ol li:before {
    border-color: #8fc053;
}

.scheme-how .main-content > ol li:before,
.scheme-how .tabbed-article > ol li:before {
    border-color: #d62a38;
}

.scheme-tools .main-content > ol li:before,
.scheme-tools .tabbed-article > ol li:before {
    border-color: #56a6af;
}

.scheme-help .main-content > ol li:before,
.scheme-help .tabbed-article > ol li:before {
    border-color: #ff9a00;
}

.scheme-programs .main-content > ol li:before,
.scheme-programs .tabbed-article > ol li:before {
    border-color: #62588c;
}

.scheme-money .main-content > ol li:before,
.scheme-money .tabbed-article > ol li:before {
    border-color: #adaa6f;
}

.scheme-location .main-content > ol li:before,
.scheme-location .tabbed-article > ol li:before {
    border-color: #a1c4d0;
}

.scheme-staff .main-content > ol li:before,
.scheme-staff .tabbed-article > ol li:before {
    border-color: #84684c;
}

.scheme-parents .main-content > ol li:before,
.scheme-parents .tabbed-article > ol li:before {
    border-color: #b9bcc7;
}

.scheme-enrol .main-content > ol li:before,
.scheme-enrol .tabbed-article > ol li:before {
    color: #25589d;
}

.scheme-orientation .main-content > ol li:before,
.scheme-orientation .tabbed-article > ol li:before {
    color: #8fc053;
}

.scheme-how .main-content > ol li:before,
.scheme-how .tabbed-article > ol li:before {
    color: #d62a38;
}

.scheme-tools .main-content > ol li:before,
.scheme-tools .tabbed-article > ol li:before {
    color: #56a6af;
}

.scheme-help .main-content > ol li:before,
.scheme-help .tabbed-article > ol li:before {
    color: #ff9a00;
}

.scheme-programs .main-content > ol li:before,
.scheme-programs .tabbed-article > ol li:before {
    color: #62588c;
}

.scheme-money .main-content > ol li:before,
.scheme-money .tabbed-article > ol li:before {
    color: #adaa6f;
}

.scheme-location .main-content > ol li:before,
.scheme-location .tabbed-article > ol li:before {
    color: #a1c4d0;
}

.scheme-staff .main-content > ol li:before,
.scheme-staff .tabbed-article > ol li:before {
    color: #84684c;
}

.scheme-parents .main-content > ol li:before,
.scheme-parents .tabbed-article > ol li:before {
    color: #b9bcc7;
}

.main-content > ul li:before,
.tabbed-article > ul li:before {
    content: '';
    left: -28px;
    top: 7px;
    width: 0;
    height: 0;
    border-width: 5px 10px;
    border-color: transparent transparent transparent #333;
    border-style: solid;
}

.scheme-enrol .main-content > ul li:before,
.scheme-enrol .tabbed-article > ul li:before {
    border-left-color: #25589d;
}

.scheme-orientation .main-content > ul li:before,
.scheme-orientation .tabbed-article > ul li:before {
    border-left-color: #8fc053;
}

.scheme-how .main-content > ul li:before,
.scheme-how .tabbed-article > ul li:before {
    border-left-color: #d62a38;
}

.scheme-tools .main-content > ul li:before,
.scheme-tools .tabbed-article > ul li:before {
    border-left-color: #56a6af;
}

.scheme-help .main-content > ul li:before,
.scheme-help .tabbed-article > ul li:before {
    border-left-color: #ff9a00;
}

.scheme-programs .main-content > ul li:before,
.scheme-programs .tabbed-article > ul li:before {
    border-left-color: #62588c;
}

.scheme-money .main-content > ul li:before,
.scheme-money .tabbed-article > ul li:before {
    border-left-color: #adaa6f;
}

.scheme-location .main-content > ul li:before,
.scheme-location .tabbed-article > ul li:before {
    border-left-color: #a1c4d0;
}

.scheme-staff .main-content > ul li:before,
.scheme-staff .tabbed-article > ul li:before {
    border-left-color: #84684c;
}

.scheme-parents .main-content > ul li:before,
.scheme-parents .tabbed-article > ul li:before {
    border-left-color: #b9bcc7;
}

@media only screen and (min-width: 37.5em) {
    .main-content > ul li,
    .main-content > ol li,
    .tabbed-article > ul li,
    .tabbed-article > ol li {
        width: 90%;
    }
    .main-content > ol li:before,
    .tabbed-article > ol li:before {
        left: -10%;
    }
}

abbr[title],
acronym[title] {
    cursor: default;
    border-bottom: 1px solid #737373;
    text-decoration: none;
}

iframe {
    border: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner iframe {
    border: 3px solid #fff;
}

.main-content img {
    width: 100%;
    height: auto;
    margin-bottom: 0.3em;
}

button {
    position: relative;
    display: block;
    width: auto;
    margin: 2.2em 0 0;
    color: #242424;
    padding: 0.6em 2.5em;
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    font-size: 1.15em;
    border: 0;
    text-align: center;
    background-color: #fff;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}

button:hover,
button:focus {
    text-decoration: none;
    background-color: #242424;
    color: #fff;
}

.button + button {
    margin-top: 1em;
}

button:last-child {
    margin-bottom: 2em;
}

@media only screen and (min-width: 37.5em) {
    button {
        display: inline-block;
        padding: 0.7em 2.5em;
        min-width: 0;
        float: none;
        margin-right: 1.7em;
    }
    button:last-child {
        margin-bottom: 0em;
    }
}

@media only screen and (min-width: 63em) {
    button {
        padding: 0.7em 3.8em;
    }
    .lt-ie9 button {
        font-size: 1.1em;
    }
}

input {
    line-height: 1;
}

input[type=radio],
input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}

.lt-ie9 input[type=radio],
.lt-ie9 input[type=checkbox] {
    position: relative;
    visibility: visible;
    border: none;
    margin: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
    width: 100%;
    display: block;
    clear: left;
    cursor: pointer;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border-radius: 50%;
}

.lt-ie9 input[type=radio] + label:before,
.lt-ie9 input[type=checkbox] + label:before {
    background: none;
}

.lt-ie9 input[type=radio] + label,
.lt-ie9 input[type=checkbox] + label {
    width: 100px;
    background: none;
}

input[type=checkbox] + label:before {
    border-radius: 0;
    width: 28px;
    height: 28px;
}

input,
textarea {
    margin-bottom: 1.5em;
    width: 100%;
    padding: 0.5em 1.5em;
    border: 1px solid #d6d5d6;
    border-radius: 3px;
    outline: 0;
    color: #737373;
    font-size: 1.15em;
}

textarea {
    padding: 1em 1.5em;
    height: 200px;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.container {
    display: inline;
}

@media only screen and (min-width: 63em) {
    .container {
        display: block;
        width: 980px;
        margin: 0 auto;
    }
}

.calendar-page .main-article .container {
    width: 1040px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.2%;
    margin-bottom: 0.2em;
}

caption,
.caption,
.table-title,
.sq-form-required-field-note {
    font-style: italic;
    font-size: 14px;
    border: 0;
    padding: 0;
    text-align: left;
}

.gallery caption,
.gallery .caption,
.gallery .table-title,
.gallery .sq-form-required-field-note {
    width: 100%;
    position: relative;
    z-index: 2;
    bottom: 0;
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
}

.styled-table caption,
.styled-table .caption,
.styled-table .table-title,
.styled-table .sq-form-required-field-note {
    margin-bottom: 0.2em;
}

.caption,
.table-title,
.sq-form-required-field-note {
    display: block;
}

@media only screen and (min-width: 37.5em) {
    .mobile-only {
        display: none;
    }
}

.buttons,
.buttons:visited {
    position: relative;
    display: block;
    width: auto;
    margin: 2.2em 0 0;
    color: #fff;
    text-align: left;
    padding: 0.6em 2.5em;
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    font-size: 1.15em;
    border: 0;
    background-color: transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}

.buttons:hover,
.buttons:focus,
.buttons:visited:hover,
.buttons:visited:focus {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    border-top: 2px solid #FF5C5E;
    border-right: 2px solid #FF5C5E;
    border-bottom: 2px solid #FF5C5E;
}

.buttons:hover:before,
.buttons:focus:before,
.buttons:visited:hover:before,
.buttons:visited:focus:before {
    content: url("https://logincms.westernsydney.edu.au/?a=1039297");
}

.button,
.button:visited,
input[type=submit],
input[type=reset] {
    position: relative;
    display: block;
    width: auto;
    margin: 2.2em 0 0;
    color: #ed0034;
    padding: 0.6em 2.5em;
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    font-size: 1.15em;
    border: 0;
    text-align: center;
    background-color: #fff;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}

.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus {
    text-decoration: none;
    background-color: #242424;
    color: #fff;
}

.button + .button,
.button + .button:visited,
.button + input[type=submit],
.button + input[type=reset] {
    margin-top: 1em;
}

.button:last-child,
.button:visited:last-child,
input[type=submit]:last-child,
input[type=reset]:last-child {
    margin-bottom: 2em;
}

@media only screen and (min-width: 37.5em) {
    .button,
    .button:visited,
    .buttons,
    .buttons:visited,
    input[type=submit],
    input[type=reset] {
        display: inline-block;
        padding: 0.7em 2.5em;
        min-width: 0;
        float: none;
        margin-right: 1.7em;
    }
    .button:last-child,
    .button:visited:last-child,
    input[type=submit]:last-child,
    input[type=reset]:last-child {
        margin-bottom: 0em;
    }
}

@media only screen and (min-width: 63em) {
    .button,
    .button:visited,
    input[type=submit],
    input[type=reset] {
        padding: 0.7em 3.8em;
    }
    .lt-ie9 .button,
    .lt-ie9 .button:visited,
    .lt-ie9 input[type=submit],
    .lt-ie9 input[type=reset] {
        font-size: 1.1em;
    }
}

.button:before,
.button:visited:before,
input[type=submit]:before,
input[type=reset]:before {
    content: url("https://logincms.westernsydney.edu.au/?a=1012735");
    position: absolute;
    right: 1em;
    top: 22%;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: transparent transparent transparent;
    -webkit-transition: border-left-color 0.2s;
    transition: border-left-color 0.2s;
}

.button:hover:before,
.button:focus:before,
.button:visited:hover:before,
.button:visited:focus:before,
input[type=submit]:hover:before,
input[type=submit]:focus:before,
input[type=reset]:hover:before,
input[type=reset]:focus:before {}

.button:hover:before,
.button:focus:before,
.button:visited:hover:before,
.button:visited:focus:before {
    content: url("https://logincms.westernsydney.edu.au/?a=1012814");
}

.buttons:before,
.buttons:visited:before,
.banner-simple .button.alt:before {
    content: url("https://logincms.westernsydney.edu.au/?a=1012814");
    position: absolute;
    top: 22%;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: transparent transparent transparent;
    -webkit-transition: border-left-color 0.2s;
    transition: border-left-color 0.2s;
}

.button.alt,
.button.sq-form-submit,
.button:visited.alt,
.button:visited.sq-form-submit,
input[type=submit].alt,
input[type=submit].sq-form-submit,
input[type=reset].alt,
input[type=reset].sq-form-submit {
    display: block;
    background-color: #fff;
    min-width: 0;
    float: none;
    width: auto;
}

.banner-simple .button.alt,
.banner-simple .button.alt:focus {
    background-color: #ed0034;
    color: #fff;
}

.banner-simple .button.alt:hover,
.button.alt:hover,
.side-feature .button.alt:hover,
.button.alt:focus,
.button.sq-form-submit:hover,
.button.sq-form-submit:focus,
.button:visited.alt:hover,
.button:visited.alt:focus,
.button:visited.sq-form-submit:hover,
.button:visited.sq-form-submit:focus,
input[type=submit].alt:hover,
input[type=submit].alt:focus,
input[type=submit].sq-form-submit:hover,
input[type=submit].sq-form-submit:focus,
input[type=reset].alt:hover,
input[type=reset].alt:focus,
input[type=reset].sq-form-submit:hover,
input[type=reset].sq-form-submit:focus {
    background-color: #242424;
}

.side-feature .button.alt,
.side-feature .button.sq-form-submit,
.side-feature .button:visited.alt,
.side-feature .button:visited.sq-form-submit,
.side-feature input[type=submit].alt,
.side-feature input[type=submit].sq-form-submit,
.side-feature input[type=reset].alt,
.side-feature input[type=reset].sq-form-submit {
    margin-top: 1em;
    margin-bottom: 0em;
    margin-right: 0;
}

.button.sq-form-submit,
.button:visited.sq-form-submit,
input[type=submit].sq-form-submit,
input[type=reset].sq-form-submit {
    float: right;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1em;
}

@media only screen and (min-width: 37.5em) {
    .button.alt,
    .button:visited.alt,
    input[type=submit].alt,
    input[type=reset].alt {
        display: inline-block;
    }
}

@media only screen and (min-width: 63em) {
    .button:before,
    .button:visited:before,
    .buttons:before,
    .buttons:visited:before,
    input[type=submit]:before,
    input[type=reset]:before {
        right: 2em;
    }
    .button.alt,
    .button:visited.alt,
    input[type=submit].alt,
    input[type=reset].alt {
        padding: 0.7em 4em;
        float: none;
    }
    .lt-ie9 .button.alt,
    .lt-ie9 .button:visited.alt,
    .lt-ie9 input[type=submit].alt,
    .lt-ie9 input[type=reset].alt {
        padding: 0.7em 3.6em;
    }
    .header-banner .buttons,
    .header-banner .buttons:visited {
        width: 223px;
        padding: 0.7em 0;
    }
    .header-banner .button,
    .header-banner .button:visited,
    .header-banner input[type=submit],
    .header-banner input[type=reset] {
        width: 223px;
        padding: 0.7em 2em;
    }
}

input[type=reset] {
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1em;
}

.tabbed-article {
    position: relative;
    height: 0;
    opacity: 0;
    z-index: 1;
    top: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.2s 0s, height 0.2s 0.2s;
    transition: opacity 0.2s 0s, height 0.2s 0.2s;
}

.tabbed-article.sq-active,
.no-js .tabbed-article {
    overflow: auto;
    opacity: 1;
    position: relative;
    z-index: 2;
    height: auto;
    background-color: #fff;
    -webkit-transition: opacity 0.2s 0.2s, height 0.2s 0.2s;
    transition: opacity 0.2s 0.2s, height 0.2s 0.2s;
}

.aside-h,
.side-feature__h {
    font-size: 1.35em;
    font-weight: bold;
    clear: left;
}

.panel-group {
    padding-left: 20px;
}

.panel-group > .panel-group,
.panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group {
    padding-left: 0;
}

.panel {
    box-shadow: none;
    border: none;
}

.panel-group .panel {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border: none;
}

.panel-default > .panel-heading {
    background-color: transparent;
}

.panel-heading {
    padding: 0px;
    border: 0px;
}

h4.panel-title {
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    font-weight: normal;
}

.panel-title a {
    color: #ED0033;
    display: block;
    padding: 20px 20px 20px 0px;
    border-top: 1px solid #d6d5d6;
    position: relative;
    /* Override Level 2 to always use active colours */
}

.panel-title a:hover,
.panel-title a:focus {
    color: #990033;
    text-decoration: none;
    outline: none;
}

.panel-title a:hover:after,
.panel-title a:focus:after {
    background-position: -350px -200px;
}

.panel-title a:after {
    content: '';
    position: absolute;
    overflow: hidden;
    background-position: -350px -250px;
    width: 14px;
    height: 14px;
    top: 26px;
    right: 20px;
}

.panel-title a.collapsed {
    color: #737373;
}

.panel-title a.collapsed:hover,
.panel-title a.collapsed:focus {
    color: #990033;
}

.panel-title a.collapsed:hover:after,
.panel-title a.collapsed:focus:after {
    background-position: -300px -200px;
}

.panel-title a.collapsed:after {
    background-position: -300px -150px;
    color: #737373;
}

.panel-body .panel-title a {
    color: #990033;
    border-top-style: dashed;
}

.panel-body .panel-title a:hover,
.panel-body .panel-title a:focus {
    color: #990033;
}

.panel-body .panel-title a:hover:after,
.panel-body .panel-title a:focus:after {
    background-position: -350px -200px;
}

.panel-body .panel-title a:after {
    background-position: -350px -250px;
}

.panel-body .panel-title a.collapsed:hover:after,
.panel-body .panel-title a.collapsed:focus:after {
    background-position: -300px -200px;
}

.panel-body .panel-title a.collapsed:after {
    background-position: -300px -250px;
}

.lt-ie9 .panel-title a {
    padding: 20px 40px 20px 0px;
}


/* Panel heading link border overrides */

.panel:first-child > .panel-heading > .panel-title a {
    border-top-color: transparent;
}

.panel-body .panel:first-child > .panel-heading > .panel-title a {
    border-top-color: #d6d5d6;
}

.panel-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.panel-body p,
.panel-body caption,
.panel-body .caption,
.panel-body .table-title,
.panel-body .sq-form-required-field-note {
    margin-top: 0;
}

.header {
    position: relative;
    overflow: hidden;
    z-index: 101;
    background-color: #fff;
    padding: 12px 12px 0;
}

@media only screen and (min-width: 63em) {
    .header {
        z-index: 99;
        padding: 15px 0 0;
        overflow: visible;
    }
}

.header__logo,
.header__logo:visited {
    display: block;
    float: left;
    margin-bottom: 10px;
    padding-top: 0.5em;
    font-size: 1.25em;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    color: #737373;
    text-decoration: none;
}

.header__logo:before,
.header__logo:visited:before {
    content: '';
    display: inline-block;
    margin-right: 0.5em;
    margin-top: -0.5em;
    float: left;
    width: 170px;
    height: 42px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.lt-ie9 .header__logo:before,
.lt-ie9 .header__logo:visited:before {
    background-position: 0 -307px;
}

.header__logo strong,
.header__logo:visited strong {
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
}

@media only screen and (min-width: 37.5em) {
    .header__logo,
    .header__logo:visited {
        font-size: 1.9em;
    }
    .header__logo:before,
    .header__logo:visited:before {
        float: none;
        background-repeat: no-repeat;
        background-size: 274px 40px;
        width: 313px;
        height: 46px;
        margin-right: 1.3em;
    }
    .lt-ie9 .header__logo:before,
    .lt-ie9 .header__logo:visited:before {
        background-position: 0 -307px;
    }
}

@media only screen and (min-width: 63em) {
    .header__logo,
    .header__logo:visited {
        display: inline-block;
        float: none;
        margin-bottom: 30px;
        padding-top: 0.7em;
    }
    .header__logo:before,
    .header__logo:visited:before {
        border-right: 1px solid #d2d2d2;
        margin-top: -0.5em;
        margin-right: 1.5em;
    }
}

.header__logo.starting-at-uws:before,
.header__logo:visited.starting-at-uws:before {
    background: none;
    width: 0;
    height: 0;
    margin-right: 0;
}

.header__logo.starting-at-uws:hover {
    text-decoration: none;
}

.header__logo.starting-at-uws {
    display: none;
    color: #000;
}

@media only screen and (min-width: 37.5em) {
    .header__logo.starting-at-uws {
        display: inline-block;
        margin-top: 0;
        font-size: 1.5em;
        position: absolute;
        top: 4px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 63em) {
    .header__logo.starting-at-uws {
        top: 7px;
    }
}

.nav-control {
    display: inline-block;
    float: right;
    margin: 0.5em 0 0 !important;
    width: 42px;
    min-width: 0;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    -webkit-transform-origin: 39% 27%;
    -ms-transform-origin: 39% 27%;
    transform-origin: 39% 27%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.nav-control:hover,
.nav-control:focus {
    background-color: transparent;
}

.nav-control.sq-active {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

@media only screen and (min-width: 37.5em) {
    .nav-control {
        margin: 1.4em 1em 1em !important;
        -webkit-transition: -webkit-transform 0.1s;
        transition: transform 0.1s;
    }
    .nav-control.sq-active {
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }
}

@media only screen and (min-width: 63em) {
    .nav-control {
        display: none;
    }
}

.nav-holder {
    position: absolute;
    z-index: 100;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 0 0%;
    padding: 60px 12px 0;
    background-color: #f6f6f6;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.nav-holder.sq-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 37.5em) {
    .nav-holder {
        right: 0;
        border: 1px solid #d2d2d2;
        border-width: 1px 0 0 1px;
        width: 340px;
        -webkit-transition: -webkit-transform 0s;
        transition: transform 0s;
    }
    .nav-holder.sq-active {
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }
}

@media only screen and (min-width: 63em) {
    .nav-holder {
        padding: 0 6px;
        position: relative;
        float: none;
        border-width: 1px 0 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 66px;
        background: -webkit-linear-gradient(left, #f6f6f6 50%, #e8e8e8 50%);
        background: linear-gradient(to right, #f6f6f6 50%, #e8e8e8 50%);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.nav {
    overflow: visible;
}

.nav__list {
    margin: 0.3em -12px 0;
}

@media only screen and (min-width: 63em) {
    .nav__list {
        margin: 0 auto;
        width: 980px;
    }
}

.nav__item {
    margin-bottom: 0 !important;
    display: block;
    font-size: 14px !important;
}

.nav__item:before {
    content: none;
}

@media only screen and (min-width: 63em) {
    .nav__item {
        position: relative;
        display: inline-block;
        float: left;
        background-color: #f6f6f6;
    }
}

.nav__link,
.nav__link:visited {
    display: block;
    padding: 0.65em 12px 0.6em;
    border-bottom: 1px solid #d2d2d2;
    color: #323232;
    text-decoration: none;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.nav__link::after,
.nav__link:visited::after {
    content: '';
    float: right;
    width: 0;
    height: 0;
    margin-top: 0.5em;
    border-style: solid;
    border-width: 7px 5px;
    border-color: #323232 transparent transparent transparent;
    -webkit-transition: -webkit-transform 0.2s, border-top-color 0.2s;
    transition: transform 0.2s, border-top-color 0.2s;
    -webkit-transform-origin: 5px 3px;
    -ms-transform-origin: 5px 3px;
    transform-origin: 5px 3px;
}

.nav__item:first-child .nav__link,
.nav__item:first-child .nav__link:visited {
    border-top: 1px solid #d2d2d2;
}

.nav__link:hover,
.nav__link:focus,
.nav__link.sq-active,
.nav__item:hover .nav__link,
.nav__link:visited:hover,
.nav__link:visited:focus,
.nav__link:visited.sq-active,
.nav__item:hover .nav__link:visited {
    background: #323232;
    color: #fff;
    text-decoration: none;
}

.nav__link:hover::after,
.nav__link:focus::after,
.nav__link.sq-active::after,
.nav__item:hover .nav__link::after,
.nav__link:visited:hover::after,
.nav__link:visited:focus::after,
.nav__link:visited.sq-active::after,
.nav__item:hover .nav__link:visited::after {
    border-top-color: #fff;
}

.nav__link.sq-active::after,
.nav__link:visited.sq-active::after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media only screen and (min-width: 63em) {
    .nav__link,
    .nav__link:visited {
        position: relative;
        display: block;
        float: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        vertical-align: top;
        padding: 0.35em 9px 0.6em;
        height: 65px;
        max-width: 100px;
        width: auto;
        border-top: 4px solid transparent;
        border-bottom: 0px;
        font-size: 1em;
        line-height: 1.4;
        text-align: center;
        white-space: normal;
    }
    .nav__link::after,
    .nav__link:visited::after {
        content: none;
    }
    .no-flexboxlegacy .nav__link,
    .no-flexbox .nav__link,
    .no-flexboxlegacy .nav__link:visited,
    .no-flexbox .nav__link:visited {
        display: inline-block;
        vertical-align: center;
        padding: 0.5em 10px 0.5em;
    }
    .no-flexbox .nav__link,
    .no-flexbox .nav__link:visited {
        width: 90px;
        min-width: 0px;
        padding: 0.5em 5px 0.5em;
    }
    .nav__item:first-child .nav__link,
    .nav__item:first-child .nav__link:visited {
        border-top: 4px solid transparent;
    }
    .alt .nav__link,
    .nav__link.nav__745930,
    .nav__link.nav__745946,
    .alt .nav__link:visited,
    .nav__link:visited.nav__745930,
    .nav__link:visited.nav__745946 {
        background-color: #e8e8e8;
    }
    .lt-ie9 .nav__link,
    .lt-ie9 .nav__link:visited {
        max-width: 78px;
    }
    .nav__link:hover.nav__enrol,
    .nav__link:hover.nav__745702,
    .nav__link:focus.nav__enrol,
    .nav__link:focus.nav__745702,
    .active .nav__link.nav__enrol,
    .active .nav__link.nav__745702,
    .nav__item:hover .nav__link.nav__enrol,
    .nav__item:hover .nav__link.nav__745702,
    .nav__link:visited:hover.nav__enrol,
    .nav__link:visited:hover.nav__745702,
    .nav__link:visited:focus.nav__enrol,
    .nav__link:visited:focus.nav__745702,
    .active .nav__link:visited.nav__enrol,
    .active .nav__link:visited.nav__745702,
    .nav__item:hover .nav__link:visited.nav__enrol,
    .nav__item:hover .nav__link:visited.nav__745702 {
        border-top-color: #ED0033;
    }
    .nav__link:hover.nav__orientation,
    .nav__link:hover.nav__745730,
    .nav__link:focus.nav__orientation,
    .nav__link:focus.nav__745730,
    .active .nav__link.nav__orientation,
    .active .nav__link.nav__745730,
    .nav__item:hover .nav__link.nav__orientation,
    .nav__item:hover .nav__link.nav__745730,
    .nav__link:visited:hover.nav__orientation,
    .nav__link:visited:hover.nav__745730,
    .nav__link:visited:focus.nav__orientation,
    .nav__link:visited:focus.nav__745730,
    .active .nav__link:visited.nav__orientation,
    .active .nav__link:visited.nav__745730,
    .nav__item:hover .nav__link:visited.nav__orientation,
    .nav__item:hover .nav__link:visited.nav__745730 {
        border-top-color: #ED0033;
    }
    .nav__link:hover.nav__how,
    .nav__link:hover.nav__745762,
    .nav__link:focus.nav__how,
    .nav__link:focus.nav__745762,
    .active .nav__link.nav__how,
    .active .nav__link.nav__745762,
    .nav__item:hover .nav__link.nav__how,
    .nav__item:hover .nav__link.nav__745762,
    .nav__link:visited:hover.nav__how,
    .nav__link:visited:hover.nav__745762,
    .nav__link:visited:focus.nav__how,
    .nav__link:visited:focus.nav__745762,
    .active .nav__link:visited.nav__how,
    .active .nav__link:visited.nav__745762,
    .nav__item:hover .nav__link:visited.nav__how,
    .nav__item:hover .nav__link:visited.nav__745762 {
        border-top-color: #ED0033;
    }
    .nav__link:hover.nav__tools,
    .nav__link:hover.nav__745790,
    .nav__link:focus.nav__tools,
    .nav__link:focus.nav__745790,
    .active .nav__link.nav__tools,
    .active .nav__link.nav__745790,
    .nav__item:hover .nav__link.nav__tools,
    .nav__item:hover .nav__link.nav__745790,
    .nav__link:visited:hover.nav__tools,
    .nav__link:visited:hover.nav__745790,
    .nav__link:visited:focus.nav__tools,
    .nav__link:visited:focus.nav__745790,
    .active .nav__link:visited.nav__tools,
    .active .nav__link:visited.nav__745790,
    .nav__item:hover .nav__link:visited.nav__tools,
    .nav__item:hover .nav__link:visited.nav__745790 {
        border-top-color: #ED0033;
    }
    .nav__link:hover.nav__help,
    .nav__link:hover.nav__745806,
    .nav__link:focus.nav__help,
    .nav__link:focus.nav__745806,
    .active .nav__link.nav__help,
    .active .nav__link.nav__745806,
    .nav__item:hover .nav__link.nav__help,
    .nav__item:hover .nav__link.nav__745806,
    .nav__link:visited:hover.nav__help,
    .nav__link:visited:hover.nav__745806,
    .nav__link:visited:focus.nav__help,
    .nav__link:visited:focus.nav__745806,
    .active .nav__link:visited.nav__help,
    .active .nav__link:visited.nav__745806,
    .nav__item:hover .nav__link:visited.nav__help,
    .nav__item:hover .nav__link:visited.nav__745806 {
        border-top-color: #ED0033;
    }
    .nav__link:hover.nav__programs,
    .nav__link:hover.nav__745842,
    .nav__link:focus.nav__programs,
    .nav__link:focus.nav__745842,
    .active .nav__link.nav__programs,
    .active .nav__link.nav__745842,
    .nav__item:hover .nav__link.nav__programs,
    .nav__item:hover .nav__link.nav__745842,
    .nav__link:visited:hover.nav__programs,
    .nav__link:visited:hover.nav__745842,
    .nav__link:visited:focus.nav__programs,
    .nav__link:visited:focus.nav__745842,
    .active .nav__link:visited.nav__programs,
    .active .nav__link:visited.nav__745842,
    .nav__item:hover .nav__link:visited.nav__programs,
    .nav__item:hover .nav__link:visited.nav__745842 {
        border-top-color: #ED0033;
    }
    .nav__link:hover.nav__money,
    .nav__link:hover.nav__745870,
    .nav__link:focus.nav__money,
    .nav__link:focus.nav__745870,
    .active .nav__link.nav__money,
    .active .nav__link.nav__745870,
    .nav__item:hover .nav__link.nav__money,
    .nav__item:hover .nav__link.nav__745870,
    .nav__link:visited:hover.nav__money,
    .nav__link:visited:hover.nav__745870,
    .nav__link:visited:focus.nav__money,
    .nav__link:visited:focus.nav__745870,
    .active .nav__link:visited.nav__money,
    .active .nav__link:visited.nav__745870,
    .nav__item:hover .nav__link:visited.nav__money,
    .nav__item:hover .nav__link:visited.nav__745870 {
        border-top-color: #ED0033;
    }
    .nav__link:hover.nav__location,
    .nav__link:hover.nav__745894,
    .nav__link:focus.nav__location,
    .nav__link:focus.nav__745894,
    .active .nav__link.nav__location,
    .active .nav__link.nav__745894,
    .nav__item:hover .nav__link.nav__location,
    .nav__item:hover .nav__link.nav__745894,
    .nav__link:visited:hover.nav__location,
    .nav__link:visited:hover.nav__745894,
    .nav__link:visited:focus.nav__location,
    .nav__link:visited:focus.nav__745894,
    .active .nav__link:visited.nav__location,
    .active .nav__link:visited.nav__745894,
    .nav__item:hover .nav__link:visited.nav__location,
    .nav__item:hover .nav__link:visited.nav__745894 {
        border-top-color: #ED0033;
    }
    .nav__link:hover.nav__staff,
    .nav__link:hover.nav__745930,
    .nav__link:focus.nav__staff,
    .nav__link:focus.nav__745930,
    .active .nav__link.nav__staff,
    .active .nav__link.nav__745930,
    .nav__item:hover .nav__link.nav__staff,
    .nav__item:hover .nav__link.nav__745930,
    .nav__link:visited:hover.nav__staff,
    .nav__link:visited:hover.nav__745930,
    .nav__link:visited:focus.nav__staff,
    .nav__link:visited:focus.nav__745930,
    .active .nav__link:visited.nav__staff,
    .active .nav__link:visited.nav__745930,
    .nav__item:hover .nav__link:visited.nav__staff,
    .nav__item:hover .nav__link:visited.nav__745930 {
        border-top-color: #ED0033;
    }
    .nav__link:hover.nav__parents,
    .nav__link:hover.nav__745946,
    .nav__link:focus.nav__parents,
    .nav__link:focus.nav__745946,
    .active .nav__link.nav__parents,
    .active .nav__link.nav__745946,
    .nav__item:hover .nav__link.nav__parents,
    .nav__item:hover .nav__link.nav__745946,
    .nav__link:visited:hover.nav__parents,
    .nav__link:visited:hover.nav__745946,
    .nav__link:visited:focus.nav__parents,
    .nav__link:visited:focus.nav__745946,
    .active .nav__link:visited.nav__parents,
    .active .nav__link:visited.nav__745946,
    .nav__item:hover .nav__link:visited.nav__parents,
    .nav__item:hover .nav__link:visited.nav__745946 {
        border-top-color: #ED0033;
    }
}

.nav-sub__list {
    overflow: hidden;
    height: 0;
}

.nav-sub__list.sq-active {
    height: auto;
}

@media only screen and (min-width: 37.5em) {
    .nav-sub__list {
        height: auto;
        max-height: 0;
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .nav-sub__list.sq-active {
        max-height: 500px;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
}

@media only screen and (min-width: 63em) {
    .nav-sub__list {
        position: absolute;
        top: 65px;
        width: 300px;
        left: 0px;
        max-height: 0;
        height: auto;
        -webkit-transition: max-height 0.3s 0.2s;
        transition: max-height 0.3s 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .nav__item:hover .nav-sub__list,
    .nav__link:focus ~ .nav-sub__list {
        max-height: 500px;
        -webkit-transition: max-height 0.3s 0.4s;
        transition: max-height 0.3s 0.4s;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    .alt .nav-sub__list {
        right: 0;
        left: auto;
    }
}

.nav-sub__item {
    display: inline;
    margin-bottom: 0 !important;
}

.nav-sub__item:before {
    content: none;
}

.nav-sub__link,
.nav-sub__link:visited {
    display: block;
    position: relative;
    padding: 0.6em 12px 0.6em 24px;
    border-bottom: 1px solid #454545;
    color: #fff;
    background-color: #323232;
    text-decoration: none;
    font-size: 0.9em;
}

.nav-sub__link::after,
.nav-sub__link:visited::after {
    content: '';
    float: right;
    width: 0;
    height: 0;
    margin-top: 0.4em;
    border-style: solid;
    border-width: 5px 0px 5px 7px;
    border-color: transparent transparent transparent #fff;
}

@media only screen and (min-width: 63em) {
    .nav-sub__link,
    .nav-sub__link:visited {
        padding: 1em;
        -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
        transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    }
    .nav-sub__link::after,
    .nav-sub__link:visited::after {
        content: none;
    }
    .nav-sub__link:hover,
    .nav-sub__link:focus,
    .nav-sub__link:visited:hover,
    .nav-sub__link:visited:focus {
        background-color: #fff;
        color: #323232;
        text-decoration: none;
    }
}

.quick-search {
    position: absolute;
    top: 12px;
    display: block;
    width: 100%;
    margin-left: -12px;
}

@media only screen and (min-width: 63em) {
    .quick-search {
        width: 980px;
        left: 50%;
        top: -78px;
        margin-left: -490px;
    }
}

.quick-search__form {
    width: 280px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    height: 40px;
    padding: 5px 20px;
    border-radius: 20px;
}

@media only screen and (min-width: 63em) {
    .quick-search__form {
        position: absolute;
        right: 0;
    }
}

.lt-ie9 .quick-search__form {
    padding: 5px;
}

.quick-search__input {
    margin-top: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    border: 0;
    outline: 0px;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    width: 210px;
    color: #323232;
}

.quick-search__input::-webkit-input-placeholder {
    font-style: italic;
}

.quick-search__input::-moz-placeholder {
    font-style: italic;
}

.quick-search__input:-ms-input-placeholder {
    font-style: italic;
}

.quick-search__input::placeholder {
    font-style: italic;
}

.lt-ie9 .quick-search__input {
    width: 240px;
}

.quick-search__submit {
    display: inline-block;
    float: none;
    margin: 0;
    min-width: 0;
    margin-top: 5px;
    margin-bottom: 0 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    width: 20px;
    height: 20px;
    opacity: 0.8;
}

.quick-search__submit:hover,
.quick-search__submit:focus {
    background-color: transparent;
    opacity: 1;
}

.footer {
    background-color: #323232;
    padding: 18px;
}

@media only screen and (min-width: 37.5em) {
    .footer {
        padding: 30px;
    }
}

.footer__contact {
    overflow: visible;
    margin-bottom: 0.5em;
    margin-top: 0;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
}

.footer__contact a {
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-width: 37.5em) {
    .footer__contact {
        font-size: 0.9em;
        line-height: 1;
        margin-bottom: 1em;
    }
}

.footer__info {
    display: block;
    overflow: visible;
    color: #fff;
    font-size: 0.65em;
    text-align: center;
}

@media only screen and (min-width: 37.5em) {
    .footer__info {
        font-size: 0.75em;
        line-height: 1;
    }
}

.banner {
    clear: both;
    overflow: auto;
    min-height: 300px;
    padding: 30px 12px 35px;
    background-color: #fff;
}

@media only screen and (min-width: 37.5em) {
    .banner {
        overflow: auto;
        padding: 60px 12px 60px;
    }
    .banner.header-banner {
        padding-bottom: 140px;
    }
    .home .banner.header-banner {
        padding-bottom: 70px;
    }
    .search .banner.header-banner {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 48em) {
    .home .banner.header-banner {
        padding-bottom: 220px;
    }
    .quick-links-container + .banner {
        padding-top: 200px;
    }
}

@media only screen and (min-width: 63em) {
    .banner {
        overflow: hidden;
        padding: 100px 0 100px;
        position: relative;
    }
    .banner.banner-simple {
        padding: 100px 0;
    }
    .banner.header-banner {
        padding-bottom: 175px;
    }
    .search .banner.header-banner {
        padding-bottom: 100px;
    }
    .lt-ie9 .banner.header-banner {
        padding-bottom: 100px;
    }
    .lt-ie9.home .banner.header-banner {
        padding-bottom: 210px;
    }
    .no-flexbox .banner {
        position: relative;
    }
    .lt-ie9 .banner {
        height: auto;
    }
}

@media only screen and (min-width: 75em) {
    .banner.header-banner {
        min-height: 519px;
    }
    .home .banner.header-banner {
        height: auto;
    }
    .search .banner.header-banner {
        min-height: 386px;
    }
    .lt-ie9 .banner.header-banner {
        min-height: 319px;
    }
}

.asset_745798 .banner.header-banner {
    padding-bottom: 0;
}

.asset_745798 .banner.header-banner .banner__h {
    margin-bottom: 1em;
}

.banner__left {
    padding-bottom: 12px;
}

@media only screen and (min-width: 37.5em) {
    .banner__left {
        display: inline-block;
        vertical-align: middle;
        margin-right: -5px;
        padding-bottom: 0;
        padding-right: 15px;
    }
    .banner-split-even .banner__left {
        width: 50%;
    }
    .banner-split-left .banner__left {
        width: 58.33333%;
    }
    .banner-split-right .banner__left {
        width: 41.66667%;
    }
    .banner-centered .banner__left {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }
}

.banner__right {
    padding-bottom: 12px;
}

@media only screen and (min-width: 37.5em) {
    .banner__right {
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 0;
        padding-left: 15px;
    }
    .banner-split-even .banner__right {
        width: 50%;
    }
    .banner-split-left .banner__right {
        width: 41.66667%;
    }
    .banner-split-right .banner__right {
        width: 58.33333%;
    }
    .home .header-banner .banner__right {
        vertical-align: top;
    }
}

.banner__h {
    font-size: 2em;
    font-weight: normal;
    line-height: 1;
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    color: #fff;
}

.bg__orientation .banner__h,
.bg__tools .banner__h,
.bg__help .banner__h,
.bg__money .banner__h,
.bg__location .banner__h,
.bg__parents .banner__h {
    color: #242424;
}

.banner-simple .banner__h {
    color: #242424;
}

.banner-centered .banner__h {
    padding: 0;
}

@media only screen and (min-width: 37.5em) {
    .banner__h {
        padding-right: 20%;
        font-size: 3.2em;
        margin-top: 0;
        margin-bottom: 0.65em;
    }
    .header-banner .banner__h,
    .aside-banner .banner__h {
        margin-bottom: 0.45em;
    }
}

@media only screen and (min-width: 63em) {
    .header-banner .banner__h,
    .aside-banner .banner__h {
        font-size: 4em;
        line-height: 1.1;
    }
}

.home .banner__h {
    padding-right: 0;
}

.banner__h-small {
    display: block;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    font-weight: normal;
    font-size: 0.6em;
}

.banner__h-big {
    font-size: 1.2em;
}

.banner__desc {
    color: #fff;
    margin-bottom: 0;
}

.bg__orientation .banner__desc,
.bg__tools .banner__desc,
.bg__help .banner__desc,
.bg__money .banner__desc,
.bg__location .banner__desc,
.bg__parents .banner__desc {}

.landing .main header.header-banner .banner__h,
.one-column .main header.header-banner .banner__h,
.two-column .main header.header-banner .banner__h {
    color: #fff;
}

.landing .main aside.aside-banner .banner__h,
.one-column .main aside.aside-banner .banner__h,
.two-column .main aside.aside-banner .banner__h,
.landing .main aside .banner__desc,
.one-column .main aside .banner__desc,
.two-column .main aside .banner__desc,
.home section.bg__orientation .banner__desc {
    color: #242424;
}

.header-banner .banner__desc,
.aside-banner .banner__desc {
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
}

.banner-simple .banner__desc,
.main-article .banner__desc {
    color: #242424;
}

@media only screen and (min-width: 37.5em) {
    .banner__desc {
        font-size: 1.05em;
        line-height: 1.5;
        padding-right: 2em;
    }
    .header-banner .banner__desc,
    .aside-banner .banner__desc {
        font-size: 1.15em;
    }
}

@media only screen and (min-width: 63em) {
    .banner__desc {
        font-size: 1.15em;
        padding-right: 0;
    }
    .header-banner .banner__desc,
    .aside-banner .banner__desc {
        font-size: 1.4em;
        line-height: 1.4;
    }
}

.banner__boxes {
    margin: 0 -0.5em 0;
}

.banner-box {
    width: 100%;
    margin: 0 0 1em;
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    color: #10373b;
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.banner-box:hover .banner-box__content,
.banner-box:hover .banner-box__caret {
    background-color: #f2f2f2;
}

@media only screen and (min-width: 37.5em) {
    .banner-box {
        float: left;
        width: 50%;
    }
}

@media only screen and (min-width: 63em) {
    .banner-box {
        width: 33.333%;
    }
}

.banner-box__link {
    color: #10373b;
    font-size: 1.2em;
}

.banner-box__link:focus {
    outline: none;
}

.banner-box__link:hover,
.banner-box__link:visited {
    color: #10373b;
}

.banner-box__link:hover {
    text-decoration: none;
}

.banner-box__content {
    height: 100px;
    background: #fff;
    padding: 0 40px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    /* center vertically and horizontally */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-flexbox .banner-box__content,
.no-flexboxlegacy .banner-box__content {
    padding-top: 15px;
    display: block;
}

.banner-box__caret {
    background-color: #fff;
    background-position: -288px -300px;
    display: block;
    overflow: hidden;
    margin: 0px auto;
    width: 36px;
    height: 18px;
    border-radius: 0px 0px 18px 18px;
    -moz-border-radius: 0px 0px 18px 18px;
    -webkit-border-radius: 0px 0px 18px 18px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
}

.bg__default {
    background-color: #737373;
    background-image: url('https://www.westernsydney.edu.au/__data/assets/image/0003/745626/banner-tile.png?v=0.7.1');
    background-image: url('https://www.westernsydney.edu.au/__data/assets/image/0003/745626/banner-tile.png?v=0.7.1'), -webkit-radial-gradient(circle at bottom center, #a6a6a6, #737373);
    background-image: url('https://www.westernsydney.edu.au/__data/assets/image/0003/745626/banner-tile.png?v=0.7.1'), radial-gradient(circle at bottom center, #a6a6a6, #737373);
    box-shadow: inset 0px 100px 50px 0px rgba(0, 0, 0, 0.1);
}

.bg__gray {
    background-color: #f6f6f6;
}

.bg__enrol,
.bg__orientation,
.bg__tools,
.bg__location,
.bg__parents,
.bg__how,
.bg__staff,
.bg__help,
.bg__money,
.one-column header.banner.banner-split-right.bg__tools.header-banner {
    background-color: #990033;
    background-image: #990033 url('https://www.westernsydney.edu.au/__data/assets/image/0003/745626/banner-tile.png?v=0.7.1');
    box-shadow: inset 0px 100px 50px 0px rgba(0, 0, 0, 0.1);
}

.home .bg__orientation,
.landing aside.banner.banner-split-right.bg__programs.aside-banner,
.landing aside.banner.banner-split-right.bg__tools.aside-banner,
.landing aside.banner.banner-split-right.bg__location.aside-banner,
.landing aside.banner.banner-split-right.bg__parents.aside-banner,
.landing aside.banner.banner-split-right.bg__orientation.aside-banner,
.landing aside.banner.banner-split-right.bg__how.aside-banner,
.landing aside.banner.banner-split-right.bg__enrol.aside-banner,
.landing aside.banner.banner-split-right.bg__staff.aside-banner,
.landing aside.banner.banner-split-right.bg__help.aside-banner,
.landing aside.banner.banner-split-right.bg__money.aside-banner,
.two-column aside.banner.banner-split-right.bg__enrol.aside-banner,
.two-column aside.banner.banner-split-right.bg__parents.aside-banner,
.two-column aside.banner.banner-split-right.bg__how.aside-banner,
.two-column aside.banner.banner-split-right.bg__orientation.aside-banner,
.two-column aside.banner.banner-split-right.bg__staff.aside-banner,
.two-column aside.banner.banner-split-right.bg__help.aside-banner,
.two-column aside.banner.banner-split-right.bg__money.aside-banner,
.two-column aside.banner.banner-split-right.bg__tools.aside-banner,
.one-column aside.banner.banner-split-right.bg__how.aside-banner {
    background-color: #e1b4af;
    background-image: url('https://www.westernsydney.edu.au/__data/assets/image/0003/745626/banner-tile.png?v=0.7.1');
    background-image: url('https://www.westernsydney.edu.au/__data/assets/image/0003/745626/banner-tile.png?v=0.7.1'), -webkit-radial-gradient(circle at bottom center, #e1b4af, #e1b4af);
    background-image: url('https://www.westernsydney.edu.au/__data/assets/image/0003/745626/banner-tile.png?v=0.7.1'), radial-gradient(circle at bottom center, #e1b4af, #e1b4af);
    box-shadow: inset 0px 100px 50px 0px rgba(0, 0, 0, 0.1);
}

.bg__programs {
    background-color: #8c002f;
    background-image: url('https://www.westernsydney.edu.au/__data/assets/image/0003/745626/banner-tile.png?v=0.7.1');
    background-image: url('https://www.westernsydney.edu.au/__data/assets/image/0003/745626/banner-tile.png?v=0.7.1'), -webkit-radial-gradient(circle at bottom center, #990134, #8c002f);
    background-image: url('https://www.westernsydney.edu.au/__data/assets/image/0003/745626/banner-tile.png?v=0.7.1'), radial-gradient(circle at bottom center, #990134, #8c002f);
    box-shadow: inset 0px 100px 50px 0px rgba(0, 0, 0, 0.1);
}

.home aside.banner.banner-split-right.bg__enrol.aside-banner {
    background-color: #888687;
    background-image: url('https://www.westernsydney.edu.au/__data/assets/image/0003/745626/banner-tile.png?v=0.7.1');
    background-image: url('https://www.westernsydney.edu.au/__data/assets/image/0003/745626/banner-tile.png?v=0.7.1'), -webkit-radial-gradient(bottom center, circle, #878586, #888687);
    background-image: url('https://www.westernsydney.edu.au/__data/assets/image/0003/745626/banner-tile.png?v=0.7.1'), radial-gradient(circle at bottom center, #878586, #888687);
    box-shadow: inset 0px 100px 50px 0px rgba(0, 0, 0, 0.1);
}


}
.main {
    overflow: hidden;
    clear: both;
}
.landing .main,
.calendar-page .main {
    overflow: visible;
}
.main-article {
    position: relative;
    overflow: hidden;
    padding: 30px 12px 0;
    background-color: #fff;
    clear: both;
}
.banner-only .main-article,
.calendar-page .main-article,
.landing .main-article,
.page-not-found .main-article {
    padding: 0 12px;
    overflow: visible;
    background-color: transparent;
}
.calendar-page .main-article {
    background-color: #fff;
}
.two-column .main-article {
    padding-bottom: 0;
}
.home .main-article {
    padding: 0;
}
.search .main-article {
    padding: 0;
    overflow: visible;
}
@media only screen and (min-width: 63em) {
    .main-article {
        padding: 60px 0 0;
    }
    
    .calendar-page .main-article {
        background-color: transparent;
    }
}
@media only screen and (min-width: 63em) {
    .two-column .main-content {
        width: 642px;
        margin-right: 30px;
        float: left;
    }
    
    .calendar-page .main-content {
        background-color: #fff;
        padding: 0 30px;
        margin-top: -60px;
        box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
    }
}
.rhs-aside {
    overflow: auto;
    border-top: 2px solid #dddddd;
    width: auto;
    min-height: 340px;
    margin: 0px -12px;
    padding: 0px 12px;
    background-color: #f6f6f6;
}
@media only screen and (min-width: 37.5em) {
    .rhs-aside {
        padding: 0px 30px;
    }
}
@media only screen and (min-width: 63em) {
    .rhs-aside {
        position: absolute;
        width: 100%;
        left: 50%;
        margin-left: 182px;
    }
}
.aside-content {
    width: auto;
}
@media only screen and (min-width: 63em) {
    .aside-content {
        width: 278px;
    }
}
.toc {
    box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
}
.toc__list {
    display: block;
}
@media only screen and (min-width: 37.5em) {
    .toc__list {
        overflow: auto;
        margin-top: -60px;
    }
}
.toc__link.link-external:after {
    display: none;
}
.toc__item {
    margin-bottom: 0;
    font-size: 1em;
}
.toc__item:before {
    content: none;
}
.toc__item:nth-child(3n+2) .toc__link {
    background-color: #a6a6a6;
}
.toc__item:nth-child(3n+2) .toc__link:hover,
.toc__item:nth-child(3n+2) .toc__link:focus {
    background-color: #9a9a9a;
}
.toc__item:nth-child(3n+2) .toc__link .toc__h,
.toc__item:nth-child(3n+2) .toc__link .toc__desc {
    color: #242424;
}
.toc__item:nth-child(3n+2) .toc__link .toc__icn img {
    margin-top: 0px;
}
.scheme-enrol .toc__item:nth-child(3n+2) .toc__link {
    background-color: #e2eaf6;
}
.scheme-enrol .toc__item:nth-child(3n+2) .toc__link:hover,
.scheme-enrol .toc__item:nth-child(3n+2) .toc__link:focus {
    background-color: #cbd2dd;
}
.scheme-enrol .toc__item:nth-child(3n+2) .toc__link .toc__h,
.scheme-enrol .toc__item:nth-child(3n+2) .toc__link .toc__desc {
    color: #242424;
}
.scheme-enrol .toc__item:nth-child(3n+2) .toc__link .toc__icn img {
    margin-top: 0px;
}
.scheme-orientation .toc__item:nth-child(3n+2) .toc__link {
    background-color: #edf4e5;
}
.scheme-orientation .toc__item:nth-child(3n+2) .toc__link:hover,
.scheme-orientation .toc__item:nth-child(3n+2) .toc__link:focus {
    background-color: #d5dbce;
}
.scheme-orientation .toc__item:nth-child(3n+2) .toc__link .toc__h,
.scheme-orientation .toc__item:nth-child(3n+2) .toc__link .toc__desc {
    color: #242424;
}
.scheme-orientation .toc__item:nth-child(3n+2) .toc__link .toc__icn img {
    margin-top: 0px;
}
.scheme-how .toc__item:nth-child(3n+2) .toc__link {
    background-color: #f9e4e6;
}
.scheme-how .toc__item:nth-child(3n+2) .toc__link:hover,
.scheme-how .toc__item:nth-child(3n+2) .toc__link:focus {
    background-color: #e0cdcf;
}
.scheme-how .toc__item:nth-child(3n+2) .toc__link .toc__h,
.scheme-how .toc__item:nth-child(3n+2) .toc__link .toc__desc {
    color: #242424;
}
.scheme-how .toc__item:nth-child(3n+2) .toc__link .toc__icn img {
    margin-top: 0px;
}
.scheme-tools .toc__item:nth-child(3n+2) .toc__link {
    background-color: #d8f3f6;
}
.scheme-tools .toc__item:nth-child(3n+2) .toc__link:hover,
.scheme-tools .toc__item:nth-child(3n+2) .toc__link:focus {
    background-color: #c2dadd;
}
.scheme-tools .toc__item:nth-child(3n+2) .toc__link .toc__h,
.scheme-tools .toc__item:nth-child(3n+2) .toc__link .toc__desc {
    color: #242424;
}
.scheme-tools .toc__item:nth-child(3n+2) .toc__link .toc__icn img {
    margin-top: 0px;
}
.scheme-help .toc__item:nth-child(3n+2) .toc__link {
    background-color: #f9d7a3;
}
.scheme-help .toc__item:nth-child(3n+2) .toc__link:hover,
.scheme-help .toc__item:nth-child(3n+2) .toc__link:focus {
    background-color: #e0c192;
}
.scheme-help .toc__item:nth-child(3n+2) .toc__link .toc__h,
.scheme-help .toc__item:nth-child(3n+2) .toc__link .toc__desc {
    color: #242424;
}
.scheme-help .toc__item:nth-child(3n+2) .toc__link .toc__icn img {
    margin-top: 0px;
}
.scheme-programs .toc__item:nth-child(3n+2) .toc__link {
    background-color: #dddae9;
}
.scheme-programs .toc__item:nth-child(3n+2) .toc__link:hover,
.scheme-programs .toc__item:nth-child(3n+2) .toc__link:focus {
    background-color: #c6c4d1;
}
.scheme-programs .toc__item:nth-child(3n+2) .toc__link .toc__h,
.scheme-programs .toc__item:nth-child(3n+2) .toc__link .toc__desc {
    color: #242424;
}
.scheme-programs .toc__item:nth-child(3n+2) .toc__link .toc__icn img {
    margin-top: 0px;
}
.scheme-money .toc__item:nth-child(3n+2) .toc__link {
    background-color: #e2e0bb;
}
.scheme-money .toc__item:nth-child(3n+2) .toc__link:hover,
.scheme-money .toc__item:nth-child(3n+2) .toc__link:focus {
    background-color: #cbc9a8;
}
.scheme-money .toc__item:nth-child(3n+2) .toc__link .toc__h,
.scheme-money .toc__item:nth-child(3n+2) .toc__link .toc__desc {
    color: #242424;
}
.scheme-money .toc__item:nth-child(3n+2) .toc__link .toc__icn img {
    margin-top: 0px;
}
.scheme-location .toc__item:nth-child(3n+2) .toc__link {
    background-color: #d1e1e7;
}
.scheme-location .toc__item:nth-child(3n+2) .toc__link:hover,
.scheme-location .toc__item:nth-child(3n+2) .toc__link:focus {
    background-color: #bccacf;
}
.scheme-location .toc__item:nth-child(3n+2) .toc__link .toc__h,
.scheme-location .toc__item:nth-child(3n+2) .toc__link .toc__desc {
    color: #242424;
}
.scheme-location .toc__item:nth-child(3n+2) .toc__link .toc__icn img {
    margin-top: 0px;
}
.scheme-staff .toc__item:nth-child(3n+2) .toc__link {
    background-color: #ead8c6;
}
.scheme-staff .toc__item:nth-child(3n+2) .toc__link:hover,
.scheme-staff .toc__item:nth-child(3n+2) .toc__link:focus {
    background-color: #d2c2b2;
}
.scheme-staff .toc__item:nth-child(3n+2) .toc__link .toc__h,
.scheme-staff .toc__item:nth-child(3n+2) .toc__link .toc__desc {
    color: #242424;
}
.scheme-staff .toc__item:nth-child(3n+2) .toc__link .toc__icn img {
    margin-top: 0px;
}
.scheme-parents .toc__item:nth-child(3n+2) .toc__link {
    background-color: #e5e6eb;
}
.scheme-parents .toc__item:nth-child(3n+2) .toc__link:hover,
.scheme-parents .toc__item:nth-child(3n+2) .toc__link:focus {
    background-color: #cecfd3;
}
.scheme-parents .toc__item:nth-child(3n+2) .toc__link .toc__h,
.scheme-parents .toc__item:nth-child(3n+2) .toc__link .toc__desc {
    color: #242424;
}
.scheme-parents .toc__item:nth-child(3n+2) .toc__link .toc__icn img {
    margin-top: 0px;
}
.toc__item:nth-child(3n+3) .toc__link {
    background-color: #737373;
}
.toc__item:nth-child(3n+3) .toc__link:hover,
.toc__item:nth-child(3n+3) .toc__link:focus {
    background-color: #666666;
}
.toc__item:nth-child(3n+3) .toc__link .toc__h,
.toc__item:nth-child(3n+3) .toc__link .toc__desc {
    color: #fff;
}
.toc__item:nth-child(3n+3) .toc__link .toc__icn img {
    margin-top: -59px;
}
.scheme-enrol .toc__item:nth-child(3n+3) .toc__link {
    background-color: #25589d;
}
.scheme-enrol .toc__item:nth-child(3n+3) .toc__link:hover,
.scheme-enrol .toc__item:nth-child(3n+3) .toc__link:focus {
    background-color: #214f8d;
}
.scheme-enrol .toc__item:nth-child(3n+3) .toc__link .toc__h,
.scheme-enrol .toc__item:nth-child(3n+3) .toc__link .toc__desc {
    color: #fff;
}
.scheme-enrol .toc__item:nth-child(3n+3) .toc__link .toc__icn img {
    margin-top: -59px;
}
.scheme-orientation .toc__item:nth-child(3n+3) .toc__link {
    background-color: #8fc053;
}
.scheme-orientation .toc__item:nth-child(3n+3) .toc__link:hover,
.scheme-orientation .toc__item:nth-child(3n+3) .toc__link:focus {
    background-color: #80ac4b;
}
.scheme-orientation .toc__item:nth-child(3n+3) .toc__link .toc__h,
.scheme-orientation .toc__item:nth-child(3n+3) .toc__link .toc__desc {
    color: #242424;
}
.scheme-orientation .toc__item:nth-child(3n+3) .toc__link .toc__icn img {
    margin-top: -0px;
}
.scheme-how .toc__item:nth-child(3n+3) .toc__link {
    background-color: #d62a38;
}
.scheme-how .toc__item:nth-child(3n+3) .toc__link:hover,
.scheme-how .toc__item:nth-child(3n+3) .toc__link:focus {
    background-color: #c02632;
}
.scheme-how .toc__item:nth-child(3n+3) .toc__link .toc__h,
.scheme-how .toc__item:nth-child(3n+3) .toc__link .toc__desc {
    color: #fff;
}
.scheme-how .toc__item:nth-child(3n+3) .toc__link .toc__icn img {
    margin-top: -59px;
}
.scheme-tools .toc__item:nth-child(3n+3) .toc__link {
    background-color: #56a6af;
}
.scheme-tools .toc__item:nth-child(3n+3) .toc__link:hover,
.scheme-tools .toc__item:nth-child(3n+3) .toc__link:focus {
    background-color: #4d959d;
}
.scheme-tools .toc__item:nth-child(3n+3) .toc__link .toc__h,
.scheme-tools .toc__item:nth-child(3n+3) .toc__link .toc__desc {
    color: #242424;
}
.scheme-tools .toc__item:nth-child(3n+3) .toc__link .toc__icn img {
    margin-top: -0px;
}
.scheme-help .toc__item:nth-child(3n+3) .toc__link {
    background-color: #ff9a00;
}
.scheme-help .toc__item:nth-child(3n+3) .toc__link:hover,
.scheme-help .toc__item:nth-child(3n+3) .toc__link:focus {
    background-color: #e58a00;
}
.scheme-help .toc__item:nth-child(3n+3) .toc__link .toc__h,
.scheme-help .toc__item:nth-child(3n+3) .toc__link .toc__desc {
    color: #242424;
}
.scheme-help .toc__item:nth-child(3n+3) .toc__link .toc__icn img {
    margin-top: -0px;
}
.scheme-programs .toc__item:nth-child(3n+3) .toc__link {
    background-color: #62588c;
}
.scheme-programs .toc__item:nth-child(3n+3) .toc__link:hover,
.scheme-programs .toc__item:nth-child(3n+3) .toc__link:focus {
    background-color: #584f7e;
}
.scheme-programs .toc__item:nth-child(3n+3) .toc__link .toc__h,
.scheme-programs .toc__item:nth-child(3n+3) .toc__link .toc__desc {
    color: #fff;
}
.scheme-programs .toc__item:nth-child(3n+3) .toc__link .toc__icn img {
    margin-top: -59px;
}
.scheme-money .toc__item:nth-child(3n+3) .toc__link {
    background-color: #adaa6f;
}
.scheme-money .toc__item:nth-child(3n+3) .toc__link:hover,
.scheme-money .toc__item:nth-child(3n+3) .toc__link:focus {
    background-color: #9b9964;
}
.scheme-money .toc__item:nth-child(3n+3) .toc__link .toc__h,
.scheme-money .toc__item:nth-child(3n+3) .toc__link .toc__desc {
    color: #242424;
}
.scheme-money .toc__item:nth-child(3n+3) .toc__link .toc__icn img {
    margin-top: -0px;
}
.scheme-location .toc__item:nth-child(3n+3) .toc__link {
    background-color: #a1c4d0;
}
.scheme-location .toc__item:nth-child(3n+3) .toc__link:hover,
.scheme-location .toc__item:nth-child(3n+3) .toc__link:focus {
    background-color: #91b0bb;
}
.scheme-location .toc__item:nth-child(3n+3) .toc__link .toc__h,
.scheme-location .toc__item:nth-child(3n+3) .toc__link .toc__desc {
    color: #242424;
}
.scheme-location .toc__item:nth-child(3n+3) .toc__link .toc__icn img {
    margin-top: -0px;
}
.scheme-staff .toc__item:nth-child(3n+3) .toc__link {
    background-color: #84684c;
}
.scheme-staff .toc__item:nth-child(3n+3) .toc__link:hover,
.scheme-staff .toc__item:nth-child(3n+3) .toc__link:focus {
    background-color: #775d44;
}
.scheme-staff .toc__item:nth-child(3n+3) .toc__link .toc__h,
.scheme-staff .toc__item:nth-child(3n+3) .toc__link .toc__desc {
    color: #fff;
}
.scheme-staff .toc__item:nth-child(3n+3) .toc__link .toc__icn img {
    margin-top: -59px;
}
.scheme-parents .toc__item:nth-child(3n+3) .toc__link {
    background-color: #b9bcc7;
}
.scheme-parents .toc__item:nth-child(3n+3) .toc__link:hover,
.scheme-parents .toc__item:nth-child(3n+3) .toc__link:focus {
    background-color: #a6a9b3;
}
.scheme-parents .toc__item:nth-child(3n+3) .toc__link .toc__h,
.scheme-parents .toc__item:nth-child(3n+3) .toc__link .toc__desc {
    color: #242424;
}
.scheme-parents .toc__item:nth-child(3n+3) .toc__link .toc__icn img {
    margin-top: -0px;
}
@media only screen and (min-width: 63em) {
    .toc__item:nth-child(9n+1) .toc__link,
    .toc__item:nth-child(9n+3) .toc__link,
    .toc__item:nth-child(9n+4) .toc__link,
    .toc__item:nth-child(9n+8) .toc__link {
        background-color: #fff !important;
    }
    
    .toc__item:nth-child(9n+1) .toc__link:hover,
    .toc__item:nth-child(9n+1) .toc__link:focus,
    .toc__item:nth-child(9n+3) .toc__link:hover,
    .toc__item:nth-child(9n+3) .toc__link:focus,
    .toc__item:nth-child(9n+4) .toc__link:hover,
    .toc__item:nth-child(9n+4) .toc__link:focus,
    .toc__item:nth-child(9n+8) .toc__link:hover,
    .toc__item:nth-child(9n+8) .toc__link:focus {
        background-color: #e5e5e5 !important;
    }
    
    .toc__item:nth-child(9n+1) .toc__link .toc__h,
    .toc__item:nth-child(9n+1) .toc__link .toc__desc,
    .toc__item:nth-child(9n+3) .toc__link .toc__h,
    .toc__item:nth-child(9n+3) .toc__link .toc__desc,
    .toc__item:nth-child(9n+4) .toc__link .toc__h,
    .toc__item:nth-child(9n+4) .toc__link .toc__desc,
    .toc__item:nth-child(9n+8) .toc__link .toc__h,
    .toc__item:nth-child(9n+8) .toc__link .toc__desc {
        color: #242424 !important;
    }
    
    .toc__item:nth-child(9n+1) .toc__link .toc__icn img,
    .toc__item:nth-child(9n+3) .toc__link .toc__icn img,
    .toc__item:nth-child(9n+4) .toc__link .toc__icn img,
    .toc__item:nth-child(9n+8) .toc__link .toc__icn img {
        margin-top: 0px !important;
    }
    
    .toc__item:nth-child(9n+2) .toc__link,
    .toc__item:nth-child(9n+9) .toc__link {
        background-color: #323232 !important;
    }
    
    .toc__item:nth-child(9n+2) .toc__link:hover,
    .toc__item:nth-child(9n+2) .toc__link:focus,
    .toc__item:nth-child(9n+9) .toc__link:hover,
    .toc__item:nth-child(9n+9) .toc__link:focus {
        background-color: #000 !important;
    }
    
    .toc__item:nth-child(9n+2) .toc__link .toc__h,
    .toc__item:nth-child(9n+2) .toc__link .toc__desc,
    .toc__item:nth-child(9n+9) .toc__link .toc__h,
    .toc__item:nth-child(9n+9) .toc__link .toc__desc {
        color: #fff !important;
    }
    
    .toc__item:nth-child(9n+2) .toc__link .toc__icn img,
    .toc__item:nth-child(9n+9) .toc__link .toc__icn img {
        margin-top: -59px !important;
    }
    
    .toc__item:nth-child(9n+6) .toc__link,
    .toc__item:nth-child(9n+7) .toc__link {
        background-color: #737373;
    }
    
    .toc__item:nth-child(9n+6) .toc__link:hover,
    .toc__item:nth-child(9n+6) .toc__link:focus,
    .toc__item:nth-child(9n+7) .toc__link:hover,
    .toc__item:nth-child(9n+7) .toc__link:focus {
        background-color: #666666;
    }
    
    .toc__item:nth-child(9n+6) .toc__link .toc__h,
    .toc__item:nth-child(9n+6) .toc__link .toc__desc,
    .toc__item:nth-child(9n+7) .toc__link .toc__h,
    .toc__item:nth-child(9n+7) .toc__link .toc__desc {
        color: #fff;
    }
    
    .toc__item:nth-child(9n+6) .toc__link .toc__icn img,
    .toc__item:nth-child(9n+7) .toc__link .toc__icn img {
        margin-top: -59px;
    }
    
    .scheme-enrol .toc__item:nth-child(9n+6) .toc__link,
    .scheme-enrol .toc__item:nth-child(9n+7) .toc__link {
        background-color: #25589d;
    }
    
    .scheme-enrol .toc__item:nth-child(9n+6) .toc__link:hover,
    .scheme-enrol .toc__item:nth-child(9n+6) .toc__link:focus,
    .scheme-enrol .toc__item:nth-child(9n+7) .toc__link:hover,
    .scheme-enrol .toc__item:nth-child(9n+7) .toc__link:focus {
        background-color: #214f8d;
    }
    
    .scheme-enrol .toc__item:nth-child(9n+6) .toc__link .toc__h,
    .scheme-enrol .toc__item:nth-child(9n+6) .toc__link .toc__desc,
    .scheme-enrol .toc__item:nth-child(9n+7) .toc__link .toc__h,
    .scheme-enrol .toc__item:nth-child(9n+7) .toc__link .toc__desc {
        color: #fff;
    }
    
    .scheme-enrol .toc__item:nth-child(9n+6) .toc__link .toc__icn img,
    .scheme-enrol .toc__item:nth-child(9n+7) .toc__link .toc__icn img {
        margin-top: -59px;
    }
    
    .scheme-orientation .toc__item:nth-child(9n+6) .toc__link,
    .scheme-orientation .toc__item:nth-child(9n+7) .toc__link {
        background-color: #323232;
    }
    
    .scheme-orientation .toc__item:nth-child(9n+6) .toc__link:hover,
    .scheme-orientation .toc__item:nth-child(9n+6) .toc__link:focus,
    .scheme-orientation .toc__item:nth-child(9n+7) .toc__link:hover,
    .scheme-orientation .toc__item:nth-child(9n+7) .toc__link:focus {
        background-color: #000;
    }
    
    .scheme-orientation .toc__item:nth-child(9n+6) .toc__link .toc__h,
    .scheme-orientation .toc__item:nth-child(9n+6) .toc__link .toc__desc,
    .scheme-orientation .toc__item:nth-child(9n+7) .toc__link .toc__h,
    .scheme-orientation .toc__item:nth-child(9n+7) .toc__link .toc__desc {
        color: #fff;
    }
    
    .scheme-orientation .toc__item:nth-child(9n+6) .toc__link .toc__icn img,
    .scheme-orientation .toc__item:nth-child(9n+7) .toc__link .toc__icn img {
        margin-top: -0px;
    }
    
    .scheme-how .toc__item:nth-child(9n+6) .toc__link,
    .scheme-how .toc__item:nth-child(9n+7) .toc__link {
        background-color: #990033;
    }
    
    .scheme-how .toc__item:nth-child(9n+6) .toc__link:hover,
    .scheme-how .toc__item:nth-child(9n+6) .toc__link:focus,
    .scheme-how .toc__item:nth-child(9n+7) .toc__link:hover,
    .scheme-how .toc__item:nth-child(9n+7) .toc__link:focus {
        background-color: #80002b;
    }
    
    .scheme-how .toc__item:nth-child(9n+6) .toc__link .toc__h,
    .scheme-how .toc__item:nth-child(9n+6) .toc__link .toc__desc,
    .scheme-how .toc__item:nth-child(9n+7) .toc__link .toc__h,
    .scheme-how .toc__item:nth-child(9n+7) .toc__link .toc__desc {
        color: #fff;
    }
    
    .scheme-how .toc__item:nth-child(9n+6) .toc__link .toc__icn img,
    .scheme-how .toc__item:nth-child(9n+7) .toc__link .toc__icn img {
        margin-top: -59px;
    }
    
    .scheme-tools .toc__item:nth-child(9n+6) .toc__link,
    .scheme-tools .toc__item:nth-child(9n+7) .toc__link {
        background-color: #56a6af;
    }
    
    .scheme-tools .toc__item:nth-child(9n+6) .toc__link:hover,
    .scheme-tools .toc__item:nth-child(9n+6) .toc__link:focus,
    .scheme-tools .toc__item:nth-child(9n+7) .toc__link:hover,
    .scheme-tools .toc__item:nth-child(9n+7) .toc__link:focus {
        background-color: #4d959d;
    }
    
    .scheme-tools .toc__item:nth-child(9n+6) .toc__link .toc__h,
    .scheme-tools .toc__item:nth-child(9n+6) .toc__link .toc__desc,
    .scheme-tools .toc__item:nth-child(9n+7) .toc__link .toc__h,
    .scheme-tools .toc__item:nth-child(9n+7) .toc__link .toc__desc {
        color: #242424;
    }
    
    .scheme-tools .toc__item:nth-child(9n+6) .toc__link .toc__icn img,
    .scheme-tools .toc__item:nth-child(9n+7) .toc__link .toc__icn img {
        margin-top: -0px;
    }
    
    .scheme-help .toc__item:nth-child(9n+6) .toc__link,
    .scheme-help .toc__item:nth-child(9n+7) .toc__link {
        background-color: #990033;
    }
    
    .scheme-help .toc__item:nth-child(9n+6) .toc__link:hover,
    .scheme-help .toc__item:nth-child(9n+6) .toc__link:focus,
    .scheme-help .toc__item:nth-child(9n+7) .toc__link:hover,
    .scheme-help .toc__item:nth-child(9n+7) .toc__link:focus {
        background-color: #80002b;
    }
    
    .scheme-help .toc__item:nth-child(9n+6) .toc__link .toc__h,
    .scheme-help .toc__item:nth-child(9n+6) .toc__link .toc__desc,
    .scheme-help .toc__item:nth-child(9n+7) .toc__link .toc__h,
    .scheme-help .toc__item:nth-child(9n+7) .toc__link .toc__desc {
        color: #fff;
    }
    
    .scheme-help .toc__item:nth-child(9n+6) .toc__link .toc__icn img,
    .scheme-help .toc__item:nth-child(9n+7) .toc__link .toc__icn img {
        margin-top: -0px;
    }
    
    .scheme-programs .toc__item:nth-child(9n+6) .toc__link,
    .scheme-programs .toc__item:nth-child(9n+7) .toc__link {
        background-color: #990033;
    }
    
    .scheme-programs .toc__item:nth-child(9n+6) .toc__link:hover,
    .scheme-programs .toc__item:nth-child(9n+6) .toc__link:focus,
    .scheme-programs .toc__item:nth-child(9n+7) .toc__link:hover,
    .scheme-programs .toc__item:nth-child(9n+7) .toc__link:focus {
        background-color: #80002b;
    }
    
    .scheme-programs .toc__item:nth-child(9n+6) .toc__link .toc__h,
    .scheme-programs .toc__item:nth-child(9n+6) .toc__link .toc__desc,
    .scheme-programs .toc__item:nth-child(9n+7) .toc__link .toc__h,
    .scheme-programs .toc__item:nth-child(9n+7) .toc__link .toc__desc {
        color: #fff;
    }
    
    .scheme-programs .toc__item:nth-child(9n+6) .toc__link .toc__icn img,
    .scheme-programs .toc__item:nth-child(9n+7) .toc__link .toc__icn img {
        margin-top: -59px;
    }
    
    .scheme-money .toc__item:nth-child(9n+6) .toc__link,
    .scheme-money .toc__item:nth-child(9n+7) .toc__link {
        background-color: #adaa6f;
    }
    
    .scheme-money .toc__item:nth-child(9n+6) .toc__link:hover,
    .scheme-money .toc__item:nth-child(9n+6) .toc__link:focus,
    .scheme-money .toc__item:nth-child(9n+7) .toc__link:hover,
    .scheme-money .toc__item:nth-child(9n+7) .toc__link:focus {
        background-color: #9b9964;
    }
    
    .scheme-money .toc__item:nth-child(9n+6) .toc__link .toc__h,
    .scheme-money .toc__item:nth-child(9n+6) .toc__link .toc__desc,
    .scheme-money .toc__item:nth-child(9n+7) .toc__link .toc__h,
    .scheme-money .toc__item:nth-child(9n+7) .toc__link .toc__desc {
        color: #242424;
    }
    
    .scheme-money .toc__item:nth-child(9n+6) .toc__link .toc__icn img,
    .scheme-money .toc__item:nth-child(9n+7) .toc__link .toc__icn img {
        margin-top: -0px;
    }
    
    .scheme-location .toc__item:nth-child(9n+6) .toc__link,
    .scheme-location .toc__item:nth-child(9n+7) .toc__link {
        background-color: #990033;
    }
    
    .scheme-location .toc__item:nth-child(9n+6) .toc__link:hover,
    .scheme-location .toc__item:nth-child(9n+6) .toc__link:focus,
    .scheme-location .toc__item:nth-child(9n+7) .toc__link:hover,
    .scheme-location .toc__item:nth-child(9n+7) .toc__link:focus {
        background-color: #80002b;
    }
    
    .scheme-location .toc__item:nth-child(9n+6) .toc__link .toc__h,
    .scheme-location .toc__item:nth-child(9n+6) .toc__link .toc__desc,
    .scheme-location .toc__item:nth-child(9n+7) .toc__link .toc__h,
    .scheme-location .toc__item:nth-child(9n+7) .toc__link .toc__desc {
        color: #fff;
    }
    
    .scheme-location .toc__item:nth-child(9n+6) .toc__link .toc__icn img,
    .scheme-location .toc__item:nth-child(9n+7) .toc__link .toc__icn img {
        margin-top: -0px;
    }
    
    .scheme-staff .toc__item:nth-child(9n+6) .toc__link,
    .scheme-staff .toc__item:nth-child(9n+7) .toc__link {
        background-color: #84684c;
    }
    
    .scheme-staff .toc__item:nth-child(9n+6) .toc__link:hover,
    .scheme-staff .toc__item:nth-child(9n+6) .toc__link:focus,
    .scheme-staff .toc__item:nth-child(9n+7) .toc__link:hover,
    .scheme-staff .toc__item:nth-child(9n+7) .toc__link:focus {
        background-color: #775d44;
    }
    
    .scheme-staff .toc__item:nth-child(9n+6) .toc__link .toc__h,
    .scheme-staff .toc__item:nth-child(9n+6) .toc__link .toc__desc,
    .scheme-staff .toc__item:nth-child(9n+7) .toc__link .toc__h,
    .scheme-staff .toc__item:nth-child(9n+7) .toc__link .toc__desc {
        color: #fff;
    }
    
    .scheme-staff .toc__item:nth-child(9n+6) .toc__link .toc__icn img,
    .scheme-staff .toc__item:nth-child(9n+7) .toc__link .toc__icn img {
        margin-top: -59px;
    }
    
    .scheme-parents .toc__item:nth-child(9n+6) .toc__link,
    .scheme-parents .toc__item:nth-child(9n+7) .toc__link {
        background-color: #b9bcc7;
    }
    
    .scheme-parents .toc__item:nth-child(9n+6) .toc__link:hover,
    .scheme-parents .toc__item:nth-child(9n+6) .toc__link:focus,
    .scheme-parents .toc__item:nth-child(9n+7) .toc__link:hover,
    .scheme-parents .toc__item:nth-child(9n+7) .toc__link:focus {
        background-color: #a6a9b3;
    }
    
    .scheme-parents .toc__item:nth-child(9n+6) .toc__link .toc__h,
    .scheme-parents .toc__item:nth-child(9n+6) .toc__link .toc__desc,
    .scheme-parents .toc__item:nth-child(9n+7) .toc__link .toc__h,
    .scheme-parents .toc__item:nth-child(9n+7) .toc__link .toc__desc {
        color: #242424;
    }
    
    .scheme-parents .toc__item:nth-child(9n+6) .toc__link .toc__icn img,
    .scheme-parents .toc__item:nth-child(9n+7) .toc__link .toc__icn img {
        margin-top: -0px;
    }
    
    .toc__item:nth-child(9n+5) .toc__link {
        background-color: #a6a6a6;
    }
    
    .toc__item:nth-child(9n+5) .toc__link:hover,
    .toc__item:nth-child(9n+5) .toc__link:focus {
        background-color: #9a9a9a;
    }
    
    .toc__item:nth-child(9n+5) .toc__link .toc__h,
    .toc__item:nth-child(9n+5) .toc__link .toc__desc {
        color: #242424;
    }
    
    .toc__item:nth-child(9n+5) .toc__link .toc__icn img {
        margin-top: 0px;
    }
    
    .scheme-enrol .toc__item:nth-child(9n+5) .toc__link {
        background-color: #e2eaf6;
    }
    
    .scheme-enrol .toc__item:nth-child(9n+5) .toc__link:hover,
    .scheme-enrol .toc__item:nth-child(9n+5) .toc__link:focus {
        background-color: #cbd2dd;
    }
    
    .scheme-enrol .toc__item:nth-child(9n+5) .toc__link .toc__h,
    .scheme-enrol .toc__item:nth-child(9n+5) .toc__link .toc__desc {
        color: #242424;
    }
    
    .scheme-enrol .toc__item:nth-child(9n+5) .toc__link .toc__icn img {
        margin-top: 0px;
    }
    
    .scheme-orientation .toc__item:nth-child(9n+5) .toc__link {
        background-color: #F0D7D6;
    }
    
    .scheme-orientation .toc__item:nth-child(9n+5) .toc__link:hover,
    .scheme-orientation .toc__item:nth-child(9n+5) .toc__link:focus {
        background-color: #E1B4AF;
    }
    
    .scheme-orientation .toc__item:nth-child(9n+5) .toc__link .toc__h,
    .scheme-orientation .toc__item:nth-child(9n+5) .toc__link .toc__desc {
        color: #242424;
    }
    
    .scheme-orientation .toc__item:nth-child(9n+5) .toc__link .toc__icn img {
        margin-top: 0px;
    }
    
    .scheme-how .toc__item:nth-child(9n+5) .toc__link {
        background-color: #f0d7d6;
    }
    
    .scheme-how .toc__item:nth-child(9n+5) .toc__link:hover,
    .scheme-how .toc__item:nth-child(9n+5) .toc__link:focus {
        background-color: #ccaeb1;
    }
    
    .scheme-how .toc__item:nth-child(9n+5) .toc__link .toc__h,
    .scheme-how .toc__item:nth-child(9n+5) .toc__link .toc__desc {
        color: #242424;
    }
    
    .scheme-how .toc__item:nth-child(9n+5) .toc__link .toc__icn img {
        margin-top: 0px;
    }
    
    .scheme-tools .toc__item:nth-child(9n+5) .toc__link {
        background-color: #d8f3f6;
    }
    
    .scheme-tools .toc__item:nth-child(9n+5) .toc__link:hover,
    .scheme-tools .toc__item:nth-child(9n+5) .toc__link:focus {
        background-color: #c2dadd;
    }
    
    .scheme-tools .toc__item:nth-child(9n+5) .toc__link .toc__h,
    .scheme-tools .toc__item:nth-child(9n+5) .toc__link .toc__desc {
        color: #242424;
    }
    
    .scheme-tools .toc__item:nth-child(9n+5) .toc__link .toc__icn img {
        margin-top: 0px;
    }
    
    .scheme-help .toc__item:nth-child(9n+5) .toc__link {
        background-color: #e1b4af;
    }
    
    .scheme-help .toc__item:nth-child(9n+5) .toc__link:hover,
    .scheme-help .toc__item:nth-child(9n+5) .toc__link:focus {
        background-color: #CCAEB1;
    }
    
    .scheme-help .toc__item:nth-child(9n+5) .toc__link .toc__h,
    .scheme-help .toc__item:nth-child(9n+5) .toc__link .toc__desc {
        color: #242424;
    }
    
    .scheme-help .toc__item:nth-child(9n+5) .toc__link .toc__icn img {
        margin-top: 0px;
    }
    
    .scheme-programs .toc__item:nth-child(9n+5) .toc__link {
        background-color: #e1b4af;
    }
    
    .scheme-programs .toc__item:nth-child(9n+5) .toc__link:hover,
    .scheme-programs .toc__item:nth-child(9n+5) .toc__link:focus {
        background-color: #CCAEB1;
    }
    
    .scheme-programs .toc__item:nth-child(9n+5) .toc__link .toc__h,
    .scheme-programs .toc__item:nth-child(9n+5) .toc__link .toc__desc {
        color: #242424;
    }
    
    .scheme-programs .toc__item:nth-child(9n+5) .toc__link .toc__icn img {
        margin-top: 0px;
    }
    
    .scheme-money .toc__item:nth-child(9n+5) .toc__link {
        background-color: #e2e0bb;
    }
    
    .scheme-money .toc__item:nth-child(9n+5) .toc__link:hover,
    .scheme-money .toc__item:nth-child(9n+5) .toc__link:focus {
        background-color: #cbc9a8;
    }
    
    .scheme-money .toc__item:nth-child(9n+5) .toc__link .toc__h,
    .scheme-money .toc__item:nth-child(9n+5) .toc__link .toc__desc {
        color: #242424;
    }
    
    .scheme-money .toc__item:nth-child(9n+5) .toc__link .toc__icn img {
        margin-top: 0px;
    }
    
    .scheme-location .toc__item:nth-child(9n+5) .toc__link {
        background-color: #e1b4af;
    }
    
    .scheme-location .toc__item:nth-child(9n+5) .toc__link:hover,
    .scheme-location .toc__item:nth-child(9n+5) .toc__link:focus {
        background-color: #CCAEB1;
    }
    
    .scheme-location .toc__item:nth-child(9n+5) .toc__link .toc__h,
    .scheme-location .toc__item:nth-child(9n+5) .toc__link .toc__desc {
        color: #242424;
    }
    
    .scheme-location .toc__item:nth-child(9n+5) .toc__link .toc__icn img {
        margin-top: 0px;
    }
    
    .scheme-staff .toc__item:nth-child(9n+5) .toc__link {
        background-color: #ead8c6;
    }
    
    .scheme-staff .toc__item:nth-child(9n+5) .toc__link:hover,
    .scheme-staff .toc__item:nth-child(9n+5) .toc__link:focus {
        background-color: #d2c2b2;
    }
    
    .scheme-staff .toc__item:nth-child(9n+5) .toc__link .toc__h,
    .scheme-staff .toc__item:nth-child(9n+5) .toc__link .toc__desc {
        color: #242424;
    }
    
    .scheme-staff .toc__item:nth-child(9n+5) .toc__link .toc__icn img {
        margin-top: 0px;
    }
    
    .scheme-parents .toc__item:nth-child(9n+5) .toc__link {
        background-color: #e5e6eb;
    }
    
    .scheme-parents .toc__item:nth-child(9n+5) .toc__link:hover,
    .scheme-parents .toc__item:nth-child(9n+5) .toc__link:focus {
        background-color: #cecfd3;
    }
    
    .scheme-parents .toc__item:nth-child(9n+5) .toc__link .toc__h,
    .scheme-parents .toc__item:nth-child(9n+5) .toc__link .toc__desc {
        color: #242424;
    }
    
    .scheme-parents .toc__item:nth-child(9n+5) .toc__link .toc__icn img {
        margin-top: 0px;
    }
}
.toc__link,
.toc__link:visited {
    display: block;
    padding: 30px 12px;
    text-decoration: none;
    height: 327px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: #fff;
}
.toc__link:hover,
.toc__link:focus,
.toc__link:visited:hover,
.toc__link:visited:focus {
    background-color: #e5e5e5;
    text-decoration: none;
}
.lt-ie9 .toc__link,
.lt-ie9 .toc__link:visited {
    height: 350px;
}
@media only screen and (min-width: 37.5em) {
    .toc__link,
    .toc__link:visited {
        width: 50%;
        float: left;
    }
}
@media only screen and (min-width: 63em) {
    .toc__link,
    .toc__link:visited {
        width: 33.3%;
        float: left;
        padding: 30px;
    }
    
    .toc-items-2 .toc__link,
    .toc-items-2 .toc__link:visited {
        width: 50%;
        float: left;
    }
}
.toc__icn {
    overflow: hidden;
    margin: 0 auto;
    width: 59px;
    height: 59px;
}
.toc__h {
    margin-top: 0.8em;
    font-size: 1.25em;
    text-align: center;
    text-decoration: underline;
    color: #242424;
    font-weight: bold;
}
@media only screen and (min-width: 37.5em) {
    .toc__h {
        text-decoration: none;
    }
}
.toc__desc {
    text-align: center;
    color: #242424;
}
.qanda {
    margin-top: 2em;
    border-bottom: 1px solid #d6d5d6;
    padding-bottom: 1em;
    overflow: auto;
}
.qanda:last-child {
    border-bottom: none;
}
.qanda__h {
    position: relative;
    overflow: visible;
    width: 85%;
    float: right;
    margin-top: 0.4em;
    margin-bottom: 1em;
    color: #737373;
    font-size: 1.4em;
    font-weight: normal;
}
.qanda__h:before {
    content: 'Q.';
    position: absolute;
    display: block;
    left: -15%;
    top: -6px;
    font-size: 28px;
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
}
.scheme-enrol .qanda__h:before {
    color: #25589d;
}
.scheme-orientation .qanda__h:before {
    color: #8fc053;
}
.scheme-how .qanda__h:before {
    color: #d62a38;
}
.scheme-tools .qanda__h:before {
    color: #56a6af;
}
.scheme-help .qanda__h:before {
    color: #ff9a00;
}
.scheme-programs .qanda__h:before {
    color: #62588c;
}
.scheme-money .qanda__h:before {
    color: #adaa6f;
}
.scheme-location .qanda__h:before {
    color: #a1c4d0;
}
.scheme-staff .qanda__h:before {
    color: #84684c;
}
.scheme-parents .qanda__h:before {
    color: #b9bcc7;
}
@media only screen and (min-width: 37.5em) {
    .qanda__h {
        width: 87%;
    }
    
    .qanda__h:before {
        left: -10%;
    }
}
.qanda__content {
    position: relative;
    width: 85%;
    float: right;
}
.qanda__content:before {
    content: 'A.';
    position: absolute;
    display: block;
    left: -15%;
    top: -6px;
    font-size: 28px;
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
}
.scheme-enrol .qanda__content:before {
    color: #25589d;
}
.scheme-orientation .qanda__content:before {
    color: #8fc053;
}
.scheme-how .qanda__content:before {
    color: #d62a38;
}
.scheme-tools .qanda__content:before {
    color: #56a6af;
}
.scheme-help .qanda__content:before {
    color: #ff9a00;
}
.scheme-programs .qanda__content:before {
    color: #62588c;
}
.scheme-money .qanda__content:before {
    color: #adaa6f;
}
.scheme-location .qanda__content:before {
    color: #a1c4d0;
}
.scheme-staff .qanda__content:before {
    color: #84684c;
}
.scheme-parents .qanda__content:before {
    color: #b9bcc7;
}
.qanda__content > *:first-child {
    margin-top: 0;
}
@media only screen and (min-width: 37.5em) {
    .qanda__content {
        width: 87%;
    }
    
    .qanda__content:before {
        left: -10%;
    }
}
.gallery {
    overflow-x: hidden;
    margin-bottom: 2em;
}
.gallery__list {
    margin-bottom: 0;
}
.gallery__item {
    position: relative;
    overflow: hidden;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    margin-bottom: 0.5em;
}
.gallery__slide {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
}
.gallery__img {
    position: relative;
    top: 0;
    margin: 0px auto;
    max-height: 400px;
}
.main-content .gallery__img {
    width: auto;
}
.gallery__thumbs {
    margin-bottom: 0;
    display: none;
}
@media only screen and (min-width: 37.5em) {
    .gallery__thumbs {
        position: relative;
        display: block;
        overflow: visible !important;
        width: 85%;
        left: 7.5%;
    }
}
.gallery__thumbs-item {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    margin-bottom: 0;
}
.gallery__thumbs-item:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}
.gallery__thumbs-thumb {
    display: block;
    padding: 0;
    margin: 0 5px;
    outline: 0;
    border: 0;
    background-color: #fff;
    cursor: pointer;
}
.gallery__thumbs-thumb.current-thumb {
    border-top-style: solid;
    border-top-width: 3px;
    background-color: transparent;
}
.scheme-enrol .gallery__thumbs-thumb.current-thumb {
    border-top-color: #25589d;
}
.scheme-orientation .gallery__thumbs-thumb.current-thumb {
    border-top-color: #8fc053;
}
.scheme-how .gallery__thumbs-thumb.current-thumb {
    border-top-color: #d62a38;
}
.scheme-tools .gallery__thumbs-thumb.current-thumb {
    border-top-color: #56a6af;
}
.scheme-help .gallery__thumbs-thumb.current-thumb {
    border-top-color: #ff9a00;
}
.scheme-programs .gallery__thumbs-thumb.current-thumb {
    border-top-color: #62588c;
}
.scheme-money .gallery__thumbs-thumb.current-thumb {
    border-top-color: #adaa6f;
}
.scheme-location .gallery__thumbs-thumb.current-thumb {
    border-top-color: #a1c4d0;
}
.scheme-staff .gallery__thumbs-thumb.current-thumb {
    border-top-color: #84684c;
}
.scheme-parents .gallery__thumbs-thumb.current-thumb {
    border-top-color: #b9bcc7;
}
.lt-ie9 .gallery__thumbs-img {
    border-top: 3px solid #fff;
}
.current-thumb .gallery__thumbs-img {
    position: relative;
    z-index: -1;
    margin-top: -3px;
}
.lt-ie9 .current-thumb .gallery__thumbs-img {
    z-index: 1;
    border-top: 3px solid #8fc053;
}
.scheme-enrol .lt-ie9 .current-thumb .gallery__thumbs-img {
    border-top-color: #25589d;
}
.scheme-orientation .lt-ie9 .current-thumb .gallery__thumbs-img {
    border-top-color: #8fc053;
}
.scheme-how .lt-ie9 .current-thumb .gallery__thumbs-img {
    border-top-color: #d62a38;
}
.scheme-tools .lt-ie9 .current-thumb .gallery__thumbs-img {
    border-top-color: #56a6af;
}
.scheme-help .lt-ie9 .current-thumb .gallery__thumbs-img {
    border-top-color: #ff9a00;
}
.scheme-programs .lt-ie9 .current-thumb .gallery__thumbs-img {
    border-top-color: #62588c;
}
.scheme-money .lt-ie9 .current-thumb .gallery__thumbs-img {
    border-top-color: #adaa6f;
}
.scheme-location .lt-ie9 .current-thumb .gallery__thumbs-img {
    border-top-color: #a1c4d0;
}
.scheme-staff .lt-ie9 .current-thumb .gallery__thumbs-img {
    border-top-color: #84684c;
}
.scheme-parents .lt-ie9 .current-thumb .gallery__thumbs-img {
    border-top-color: #b9bcc7;
}
.gallery__list .slick-prev,
.gallery__list .slick-next {
    position: absolute;
    float: none;
    left: -5px;
    top: 50%;
    margin-top: -40px;
    width: 40px;
    min-width: 0;
    height: 40px;
    border-width: 20px 15px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.gallery__list .slick-prev:before,
.gallery__list .slick-next:before {
    content: none;
}
.gallery__thumbs .slick-prev,
.gallery__thumbs .slick-next {
    position: absolute;
    left: -8.5%;
    top: 10px;
    width: 7.5%;
    height: 97%;
    border: 1px solid #242424;
}
.gallery__thumbs .slick-prev:before,
.gallery__thumbs .slick-next:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-width: 9px 13px;
    border-style: solid;
    border-color: transparent #242424 transparent transparent;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}
.gallery__thumbs .slick-prev:hover,
.gallery__thumbs .slick-next:hover,
.gallery__thumbs .slick-prev:active,
.gallery__thumbs .slick-next:active {
    background-color: #000;
}
.gallery__thumbs .slick-prev:hover:before,
.gallery__thumbs .slick-next:hover:before,
.gallery__thumbs .slick-prev:active:before,
.gallery__thumbs .slick-next:active:before {
    border-right-color: #fff;
}
.lt-ie9 .gallery__thumbs .slick-prev,
.lt-ie9 .gallery__thumbs .slick-next {
    text-indent: -9999px;
}
.gallery__list .slick-next {
    left: auto;
    right: -5px;
    border-color: transparent transparent transparent #fff;
}
.gallery__thumbs .slick-next {
    left: auto;
    right: -8.5%;
}
.lt-ie9 .gallery__thumbs .slick-next {
    right: -75px;
    text-indent: -9999px;
}
.gallery__thumbs .slick-next:before {
    border-color: transparent transparent transparent #242424;
    left: 50%;
    margin-left: -6px;
}
.gallery__thumbs .slick-next:hover,
.gallery__thumbs .slick-next:active {
    color: #000;
    border-width: 2px;
}
.gallery__thumbs .slick-next:hover:before,
.gallery__thumbs .slick-next:active:before {
    border-left-color: #fff;
    border-right-color: transparent;
}
.table-title {
    font-size: 1em;
    font-family: sans-serif;
    margin-bottom: 0.5em;
}
.styled-table-wrapper {
    max-width: 100%;
    overflow-x: scroll;
}
@media only screen and (min-width: 37.5em) {
    .styled-table-wrapper {
        max-width: none;
        overflow-x: visible;
    }
}
.styled-table {
    border: 1px solid #bdbdbd;
    margin-bottom: 30px;
}
.styled-table td,
.styled-table th {
    border-left: 1px solid #bdbdbd;
}
tr .styled-table td:first-child,
tr .styled-table th:first-child {
    border-left: 0px none;
}
.styled-table td {
    background-color: #fff;
    color: #737373;
}
.styled-table th {
    background-color: #990033;
    color: #fff;
    text-align: left;
    font-size: 1em;
    padding: 0.5em 1em;
    border-top: 1px solid #bdbdbd;
}
.styled-table td,
.styled-table tbody th {
    padding: 0.5em 1em;
    font-size: 1em;
}
.styled-table tbody tr th {
    background-color: #990033;
    color: #f4f4f4;
}
.styled-table tbody tr:nth-child(even) td {
    background-color: #f4f4f4;
    color: #4e4e4e;
}
.styled-table tbody tr:nth-child(even) th {
    background-color: #990033;
}
.tooltip-inner {
    border-radius: 0;
    font-size: 1.2em;
    padding: 1em;
    background-color: #242424;
    font-weight: bold;
    max-width: 300px;
}
.tooltip.top {
    margin-top: -10px;
}
.tooltip.top .tooltip-arrow {
    bottom: -5px;
    border-width: 10px 10px 0;
    border-top-color: #242424;
}
.lt-ie9 .tooltip.top .tooltip-arrow {
    bottom: 0;
}
.doc-list {
    overflow: auto;
    margin: 0 -12px;
}
@media only screen and (min-width: 37.5em) {
    .doc-list {
        margin: 0 -30px;
    }
}
@media only screen and (min-width: 63em) {
    .doc-list {
        margin-bottom: 4em;
        width: 308px;
    }
}
.doc-list__item {
    display: block;
    padding: 30px 12px;
    border-bottom: 1px solid #d6d5d6;
    margin-bottom: 0 !important;
}
@media only screen and (min-width: 37.5em) {
    .doc-list__item {
        position: relative;
        float: left;
        width: 50%;
        padding: 30px 0 30px 30px;
    }
    
    .doc-list__item:nth-child(odd) {
        border-right: 1px solid #d6d5d5;
    }
}
@media only screen and (min-width: 63em) {
    .doc-list__item {
        width: auto;
        float: none;
    }
    
    .doc-list__item:nth-child(odd) {
        border-right: 0px;
    }
}
.doc-list__link,
.doc-list__link:visited {
    text-decoration: none;
}
.doc-list__link:hover,
.doc-list__link:focus,
.doc-list__link:visited:hover,
.doc-list__link:visited:focus {
    text-decoration: none;
}
.doc-list__icn {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
}
.doc-list__content {
    vertical-align: top;
    display: inline-block;
    width: 70%;
}
@media only screen and (min-width: 37.5em) {
    .doc-list__content {
        width: 65%;
    }
}
.doc-list__title {
    display: block;
    overflow: hidden;
    color: #242424;
    font-size: 1em;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.doc-list__link:hover .doc-list__title,
.doc-list__link:focus .doc-list__title {
    text-decoration: underline;
}
.doc-list__size {
    display: block;
    color: #696969;
    line-height: 0.5;
}
.doc-list__size:after {
    content: url('http://www.uws.edu.au/currentstudents/current_students/managing_your_study/?a=375650');
    margin-left: 5px;
}
.doc-list__size {
    display: inline-block;
    vertical-align: text-top;
}
.doc-list__span {
    display: inline-block;
    vertical-align: top;
    color: #274a95;
    font-size: 1.1em;
    line-height: 1.2;
}
.doc-list__link:hover .doc-list__span,
.doc-list__link:focus .doc-list__span {
    text-decoration: none;
}
.link-list {
    overflow: auto;
    margin: 2em 0;
}
.link-list__item,
.quick-links__item {
    margin-bottom: 1em !important;
}
.lt-ie9 .link-list__item,
.lt-ie9 .quick-links__item {
    margin-bottom: 0 !important;
}
@media only screen and (min-width: 37.5em) {
    .link-list__item {
        float: left;
        width: 50%;
    }
}
@media only screen and (min-width: 63em) {
    .link-list__item {
        width: auto;
        float: none;
    }
}
.link-list__link,
.quick-links__link {
    position: relative;
    display: block;
    color: #ED0033;
    font-size: 1em;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    padding-right: 10%;
    border-bottom: 1px solid transparent;
    -webkit-transition: color 0.2s, border-bottom-color 0.2s;
    transition: color 0.2s, border-bottom-color 0.2s;
}
.link-list__link:hover,
.quick-links__link:hover,
.link-list__link:focus,
.quick-links__link:focus {
    text-decoration-style: dotted;
    color: #000;
}
.link-list__link:before,
.quick-links__link:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-width: 4px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #242424;
}
@media only screen and (min-width: 37.5em) {
    .link-list__item:nth-child(even) .link-list__link,
    .link-list__item:nth-child(even) .quick-links__item:nth-child(even),
    .link-list__item:nth-child(even) .quick-links__link {
        padding-left: 10%;
    }
}
@media only screen and (min-width: 63em) {
    .link-list__item:nth-child(even) .link-list__link,
    .link-list__item:nth-child(even) .quick-links__item:nth-child(even),
    .link-list__item:nth-child(even) .quick-links__link {
        padding-left: 0;
    }
}
.side-feature {
    overflow: auto;
    margin-top: 3em;
    margin-bottom: 2em;
    padding: 30px;
    border-bottom: 2px solid #d5d4d5;
    background-color: #fff;
}
.side-feature:first-child {
    margin-top: 1.5em;
}
.side-feature .button.alt {
    color: #fff;
    background-color: #ED0033;
}
.side-feature__h {
    margin-top: 0;
}
.side-feature__h:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 1em;
}
.scheme-enrol .side-feature__h:before {
    background-color: #25589d;
}
.scheme-orientation .side-feature__h:before {
    background-color: #8fc053;
}
.scheme-how .side-feature__h:before {
    background-color: #d62a38;
}
.scheme-tools .side-feature__h:before {
    background-color: #56a6af;
}
.scheme-help .side-feature__h:before {
    background-color: #ff9a00;
}
.scheme-programs .side-feature__h:before {
    background-color: #62588c;
}
.scheme-money .side-feature__h:before {
    background-color: #adaa6f;
}
.scheme-location .side-feature__h:before {
    background-color: #a1c4d0;
}
.scheme-staff .side-feature__h:before {
    background-color: #84684c;
}
.scheme-parents .side-feature__h:before {
    background-color: #b9bcc7;
}
.side-feature__text {
    font-size: 1.15em;
    line-height: 1.6;
}
@media only screen and (min-width: 63em) {
    .section-nav {
        position: absolute;
        bottom: 2px;
        left: 50%;
        margin-left: -490px;
    }
}
.lt-ie9 .section-nav {
    margin-bottom: -10px;
}
.section-nav__list {
    display: block;
    margin: 2em -12px -33px;
    width: auto;
}
@media only screen and (min-width: 37.5em) {
    .section-nav__list {
        margin: 3em -12px -138px;
        overflow: auto;
    }
}
@media only screen and (min-width: 63em) {
    .section-nav__list {
        margin: 7em 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        overflow: visible;
    }
    
    .no-flexbox .section-nav__list {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
}
.section-nav__item {
    border: 2px solid transparent;
    border-bottom: 0px;
    display: block;
    margin-bottom: 0;
}
@media only screen and (min-width: 37.5em) {
    .section-nav__item {
        width: 50%;
        float: left;
        text-align: center;
    }
    
    .section-nav__item:nth-child(odd) {
        border-right: 0;
    }
}
@media only screen and (min-width: 63em) {
    .section-nav__item {
        display: inline-block;
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-right: 0px;
        border-bottom-width: 2px;
        border-top-color: rgba(0, 0, 0, 0.15);
    }
    
    .no-flexbox .section-nav__item {
        width: auto;
        display: table-cell;
        max-width: 120px;
    }
}
.section-nav__link {
    display: block;
    padding: 0 1em;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    color: #242424;
    background-color: #e8e8e8;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.section-nav__link:hover,
.section-nav__link:focus {
    text-decoration: none;
    color: #242424;
    background-color: #f6f6f6;
    outline: none;
}
.section-nav__link.sq-active {
    background-color: #fff;
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    border: 0;
}
@media only screen and (min-width: 63em) {
    .section-nav__link {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: block;
        padding: 0 0.5em;
        line-height: 1.2;
        height: 64px;
        position: relative;
    }
    
    .section-nav__link.sq-active {
        height: 67px;
        margin-bottom: -3px;
    }
}
.section-nav__link span {
    display: block;
    position: relative;
}
@media only screen and (min-width: 75em) {
    .section-nav__link span {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.lt-ie9 .section-nav__link span {
    top: 0.5em;
}
.share__h {
    font-size: 1.4em;
    margin-bottom: 1.5em;
}
.landing .share__h {
    margin-top: 2em;
    clear: both;
}
.map-embed .share__h {
    margin-top: -1.5em !important;
}
.addthis_sharing_toolbox {
    margin-bottom: 4em;
    min-height: 41px;
}
.addthis_sharing_toolbox .at-share-btn {
    position: relative !important;
    min-width: 36px !important;
    border-radius: 36px;
    min-height: 36px !important;
    margin-right: 0.4em !important;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.addthis_sharing_toolbox .at-share-btn:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: transparent;
}
.addthis_sharing_toolbox .at-share-btn[class*="twitter"] {
    background: #28aae1 !important;
}
.addthis_sharing_toolbox .at-share-btn[class*="twitter"]:hover,
.addthis_sharing_toolbox .at-share-btn[class*="twitter"]:focus {
    background: #2087b3 !important;
}
.addthis_sharing_toolbox .at-share-btn[class*="twitter"]:before {
    top: 9px;
    left: 7px;
}
.addthis_sharing_toolbox .at-share-btn[class*="facebook"] {
    background: #3b5997 !important;
}
.addthis_sharing_toolbox .at-share-btn[class*="facebook"]:hover,
.addthis_sharing_toolbox .at-share-btn[class*="facebook"]:focus {
    background: #24375f !important;
}
.addthis_sharing_toolbox .at-share-btn[class*="facebook"]:before {
    top: 8px;
    left: 12px;
}
.addthis_sharing_toolbox .at-share-btn[class*="email"] {
    background: #d0d0d0 !important;
    color: #000;
}
.addthis_sharing_toolbox .at-share-btn[class*="email"]:hover,
.addthis_sharing_toolbox .at-share-btn[class*="email"]:focus {
    background: #e7e7e7 !important;
}
.addthis_sharing_toolbox .at-share-btn[class*="email"]:before {
    top: 10px;
    left: 8px;
}
@media only screen and (min-width: 37.5em) {
    .addthis_sharing_toolbox .at-share-btn {
        min-width: 125px !important;
        padding: 0.12em 0.8em;
        font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
        color: #fff;
        font-size: 1.15em;
    }
    
    .addthis_sharing_toolbox .at-share-btn:before {
        content: '';
        position: relative;
        display: inline-block;
        margin-top: -2px;
        width: 25px;
        height: 25px;
    }
    
    .addthis_sharing_toolbox .at-share-btn[class*="twitter"]:before {
        top: 3px;
        left: 3px;
        width: 32px;
    }
    
    .addthis_sharing_toolbox .at-share-btn[class*="facebook"]:before {
        width: 32px;
        top: 2px;
        left: 5px;
    }
    
    .addthis_sharing_toolbox .at-share-btn[class*="mail"]:before {
        width: 32px;
        top: 5px;
        left: 5px;
    }
    
    .addthis_sharing_toolbox .at-share-btn .at4-icon[class*="twitter"]:before {
        margin: 0 0 0 3px;
        content: "Twitter";
    }
    
    .addthis_sharing_toolbox .at-share-btn .at4-icon[class*="facebook"]:before {
        margin: 0 0 0 3px;
        content: "Facebook";
    }
    
    .addthis_sharing_toolbox .at-share-btn .at4-icon[class*="mail"]:before {
        margin: 0 0 0 8px;
        content: "Email";
    }
    
    .lt-ie8 .addthis_sharing_toolbox .at-share-btn {
        min-width: 36px !important;
    }
}
@media only screen and (min-width: 48em) {
    .quick-links-container {
        padding: 0 12px;
    }
}
@media only screen and (min-width: 63em) {
    .quick-links-container {
        padding: 0;
        margin: 0 auto;
        width: 980px;
        position: relative;
        z-index: 10;
    }
}
.quick-links {
    background-color: #fff;
}
@media only screen and (min-width: 48em) {
    .quick-links {
        margin-top: -150px;
        margin-bottom: -150px;
        overflow: visible;
        float: left;
        width: 100%;
        background-color: transparent;
    }
}
.quick-links__group {
    border-bottom: 2px solid #c5c5c5;
    background-color: #fff;
    padding: 12px 0;
}
@media only screen and (min-width: 48em) {
    .quick-links__group {
        width: 31.33333%;
        height: 290px;
        float: left;
        border-bottom: 0;
        box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    }
    
    .quick-links__group.tools {
        margin: 0 3%;
    }
}
.quick-links__icon {
    display: block;
    margin: 1em auto 0.5em;
    width: 94px;
    height: 90px;
    background-color: transparent;
}
@media only screen and (min-width: 48em) {
    .quick-links__icon {
        margin-top: -48px;
    }
}
.quick-links__h {
    margin-top: 0.5em;
    font-size: 1.4em;
    text-align: center;
    color: #990033;
}
.quick-links__list {
    padding: 0.5em 12px;
}
@media only screen and (min-width: 63em) {
    .quick-links__list {
        padding: 0.5em 30px;
    }
}
.home .quick-links__link {
    color: #000;
    font-weight: 300;
}
.home .quick-links__link:hover {
    color: #ED0033;
    border-bottom: 1px dotted;
}
form {
    counter-reset: formnum;
}
.sq-form-question {
    position: relative;
    overflow: visible;
    border-bottom: 1px solid #d6d5d6;
    margin-bottom: 2em;
    padding-left: 15%;
}
.sq-form-question:before {
    content: counter(formnum);
    counter-increment: formnum;
    position: absolute;
    display: inline-block;
    left: 0;
    min-width: 32px;
    height: 32px;
    border: 1px solid #333;
    border-radius: 50%;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    text-align: center;
    color: #333;
    text-indent: -1px;
}
.scheme-enrol .sq-form-question:before {
    border-color: #25589d;
}
.scheme-orientation .sq-form-question:before {
    border-color: #8fc053;
}
.scheme-how .sq-form-question:before {
    border-color: #d62a38;
}
.scheme-tools .sq-form-question:before {
    border-color: #56a6af;
}
.scheme-help .sq-form-question:before {
    border-color: #ff9a00;
}
.scheme-programs .sq-form-question:before {
    border-color: #62588c;
}
.scheme-money .sq-form-question:before {
    border-color: #adaa6f;
}
.scheme-location .sq-form-question:before {
    border-color: #a1c4d0;
}
.scheme-staff .sq-form-question:before {
    border-color: #84684c;
}
.scheme-parents .sq-form-question:before {
    border-color: #b9bcc7;
}
.scheme-enrol .sq-form-question:before {
    color: #25589d;
}
.scheme-orientation .sq-form-question:before {
    color: #8fc053;
}
.scheme-how .sq-form-question:before {
    color: #d62a38;
}
.scheme-tools .sq-form-question:before {
    color: #56a6af;
}
.scheme-help .sq-form-question:before {
    color: #ff9a00;
}
.scheme-programs .sq-form-question:before {
    color: #62588c;
}
.scheme-money .sq-form-question:before {
    color: #adaa6f;
}
.scheme-location .sq-form-question:before {
    color: #a1c4d0;
}
.scheme-staff .sq-form-question:before {
    color: #84684c;
}
.scheme-parents .sq-form-question:before {
    color: #b9bcc7;
}
.lt-ie9 .sq-form-question:before {
    line-height: 1.2;
}
@media only screen and (min-width: 37.5em) {
    .sq-form-question {
        padding-left: 8%;
    }
}
.sq-form-question-title {
    display: block;
    margin-top: 0;
    margin-bottom: 0.8em;
}
.sq-form-question-note {
    display: block;
    font-style: normal;
    font-size: 1.35em;
    margin-bottom: 1em;
    margin-top: 0;
}
@media only screen and (min-width: 37.5em) {
    .sq-form-question-note {
        margin-bottom: 1.5em;
    }
}
.sq-form-question-answer ul {
    width: 100%;
    max-width: 600px;
    counter-reset: cheesestick;
}
.sq-form-question-answer li {
    display: block;
    width: auto;
    position: relative;
}
.lt-ie9 .sq-form-question-answer li {
    text-align: center;
}
.sq-form-question-answer li:before {
    content: counter(cheesestick, upper-latin);
    counter-increment: cheesestick;
    position: absolute;
    top: 0.1em;
    left: -1.7em;
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    color: #242424;
    font-size: 1.2em;
}
.sq-likert-group .sq-form-question-answer li:before {
    content: '';
}
.sq-form-question-answer label {
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    color: #242424;
}
@media only screen and (min-width: 37.5em) {
    .sq-likert-group .sq-form-question-answer li {
        float: left;
    }
}
.lt-ie9 input[type=checkbox] {
    float: left;
    width: 30px;
    margin-top: 4px;
}
.lt-ie9 input[type=checkbox] + label {
    float: left;
    width: 200px;
    clear: none;
    text-align: left;
    margin: 0 0 0 15px;
    line-height: 1;
    padding: 0;
}
.lt-ie9 input[type=checkbox] + label:before {
    width: 0;
    height: 0;
    margin: 0;
}
.lt-ie9 .sq-form-question-answer li {
    float: left;
    width: 100%;
    padding-top: 8px;
}
.lt-ie9 .sq-form-question-answer li:before {
    content: counter(cheesestick, upper-latin);
    counter-increment: cheesestick;
    position: absolute;
    top: 0.1em;
    left: -1.7em;
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    color: #242424;
    font-size: 1.2em;
}
.lt-ie9 .sq-form-question-option-list input[type=radio],
.lt-ie9 .sq-form-question-option-list input[type=checkbox] {
    float: left;
    width: 30px;
    margin-top: 4px;
}
.lt-ie9 .sq-form-question-option-list input[type=radio] + label,
.lt-ie9 .sq-form-question-option-list input[type=checkbox] + label {
    float: left;
    width: 200px;
    clear: none;
    text-align: left;
    margin: 0 0 0 15px;
    line-height: 1;
    padding: 0;
}
.lt-ie9 .sq-form-question-option-list input[type=radio] + label:before,
.lt-ie9 .sq-form-question-option-list input[type=checkbox] + label:before {
    width: 0;
    height: 0;
    margin: 0;
}
.lt-ie9 .sq-form-question-option-list .sq-form-question-answer li {
    float: left;
    width: 100%;
    padding-top: 8px;
}
.lt-ie9 .sq-form-question-option-list .sq-form-question-answer li:before {
    content: counter(cheesestick, upper-latin);
    counter-increment: cheesestick;
    position: absolute;
    top: 0.1em;
    left: -1.7em;
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    color: #242424;
    font-size: 1.2em;
}
.lt-ie9 .sq-form-question-option-list .sq-likert-group input[type=radio] {
    float: none;
    width: 100px;
    margin-top: 0;
}
.lt-ie9 .sq-form-question-option-list .sq-likert-group input[type=radio] + label {
    float: none;
    width: 100px;
    clear: none;
    text-align: center;
    margin: 0;
    line-height: 1;
    padding: 0;
}
.lt-ie9 .sq-form-question-option-list .sq-likert-group .sq-form-question-answer li {
    float: left;
    width: 100px;
    padding-top: 0;
}
.lt-ie9 .sq-form-question-option-list .sq-likert-group .sq-form-question-answer li:before {
    content: "";
    counter-increment: cheesestick;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    color: #242424;
    font-size: 0;
}
.sq-likert[type=radio] + label {
    display: block;
    cursor: pointer;
}
.lt-ie9 .sq-likert[type=radio] + label {
    margin: 0 auto;
}
.sq-likert[type=radio] + label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border-radius: 50%;
}
.lt-ie9 .sq-likert[type=radio] + label:before {
    background: none;
    width: 0;
    height: 0;
}
@media only screen and (min-width: 37.5em) {
    .sq-likert[type=radio] + label {
        line-height: 1.2;
        width: 100px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-right: 1em;
    }
    
    .sq-likert[type=radio] + label:before {
        display: block;
        margin: 0 auto 0.5em;
    }
}
.sq-form-error {
    font-weight: bold;
    color: #BD1A28;
}
.sq-form-control {
    overflow: hidden;
}
.search-results-message {
    margin-bottom: 0;
}
.search-results-count {
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
}
.search-results-term {
    font-weight: bold;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    font-style: italic;
    padding-right: 0.2em;
}
.search-results-re-search {
    display: block;
    width: 300px;
    margin-top: 1.5em;
    margin-bottom: -1em;
}
.search-results {
    padding: 60px 12px 0px;
}
.search-results__item {
    margin-top: 1em;
    margin-bottom: 3em;
}
.search-results__link:hover,
.search-results__link:focus,
.search-results__link:visited:hover,
.search-results__link:visited:focus {
    text-decoration: none;
}
.search-results__h {
    font-size: 1.3em;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    font-weight: normal;
    color: #274a95;
    margin-bottom: 0em;
}
.search-results__link:hover .search-results__h,
.search-results__h .search-results__link:visited {
    text-decoration: underline;
}
.search-results__desc {
    font-size: 1em;
    margin-bottom: 0.5em;
    margin-top: 0.7em;
}
.search-results__crumbs {
    font-size: 1em;
    color: #242424;
    margin-top: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.pagination__list {
    display: inline-block;
}
.pagination__item {
    display: inline-block;
}
.pagination__link,
.pagination__link:visited,
.pagination__prev,
.pagination__next {
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    font-size: 1.25em;
}
.pagination__link.current,
.pagination__link:visited.current,
.pagination__prev.current,
.pagination__next.current {
    font-weight: normal;
    text-decoration: underline;
}
.pagination__prev {
    padding-right: 1em;
}
.pagination__prev:before {
    content: '<';
    padding-right: 0.2em;
}
.pagination__next {
    padding-left: 1em;
}
.pagination__next:after {
    content: '>';
    padding-left: 0.2em;
}
.pagination__link {
    padding: 0px 0.1em;
}
.campuses {
    position: relative;
    margin-top: -30px;
    background-color: #e8e8e8;
    overflow: auto;
}
@media only screen and (min-width: 63em) {
    .campuses {
        margin-top: -60px;
    }
}
.campuses__list {
    width: 100%;
    float: left;
    margin: 0;
    background-color: #f6f6f6;
}
@media only screen and (min-width: 37.5em) {
    .campuses__list {
        position: relative;
        z-index: 2;
        width: 31%;
        overflow: visible;
    }
}
.campuses__item {
    margin: 0;
    padding: 12px;
    width: 100%;
    border-bottom: 2px solid #e8e8e8;
    cursor: pointer;
    outline: 0;
    -webkit-transition: background-color 0.3s, width 0.3s;
    transition: background-color 0.3s, width 0.3s;
}
@media only screen and (min-width: 37.5em) {
    .campuses__item:hover,
    .campuses__item:focus {
        background-color: #e8e8e8;
        width: 105%;
    }
    
    .campuses__item.current {
        width: 110%;
        background-color: #fff;
    }
}
@media only screen and (min-width: 63em) {
    .campuses__item {
        padding: 12px 30px;
    }
}
.campuses__h {
    margin: 0;
    font-size: 1.1em;
    color: #242424;
    line-height: 1.2;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.current .campuses__h {
    color: #467d8f;
}
.campuses__address,
.campuses__phone,
.campuses__link,
.campuses__map-link {
    display: block;
    margin: 0;
    font-style: normal;
    font-size: 0.8em;
    line-height: 1.5;
    color: #676767;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.current .campuses__address,
.current .campuses__phone,
.current .campuses__link,
.current .campuses__map-link {
    color: #467d8f;
}
.campuses__link,
.campuses__link:visited,
.campuses__map-link,
.campuses__map-link:visited {
    text-decoration: underline;
    display: inline-block;
}
.campuses__map-link {
    display: block;
}
@media only screen and (min-width: 37.5em) {
    .campuses__map-link {
        display: none;
    }
}
.campuses__map {
    display: none;
    float: left;
    width: 69%;
    min-height: 200px;
    background-color: #888;
}
@media only screen and (min-width: 37.5em) {
    .campuses__map {
        display: block;
        position: relative;
        z-index: 1;
    }
}
.breadcrumb {
    position: absolute;
    margin-top: -1.4em;
}
@media only screen and (min-width: 37.5em) {
    .breadcrumb {
        margin-top: -3.4em;
    }
}
@media only screen and (min-width: 63em) {
    .breadcrumb {
        margin-top: -6em;
    }
}
.breadcrumb__link,
.breadcrumb__link:visited {
    color: #fff;
}
.bg__orientation .breadcrumb__link,
.bg__tools .breadcrumb__link,
.bg__help .breadcrumb__link,
.bg__money .breadcrumb__link,
.bg__location .breadcrumb__link,
.bg__parents .breadcrumb__link,
.bg__orientation .breadcrumb__link:visited,
.bg__tools .breadcrumb__link:visited,
.bg__help .breadcrumb__link:visited,
.bg__money .breadcrumb__link:visited,
.bg__location .breadcrumb__link:visited,
.bg__parents .breadcrumb__link:visited {
    color: #10373b;
}
.breadcrumb__link:before,
.breadcrumb__link:visited:before {
    content: '';
    margin-right: 1em;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px 6px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.bg__orientation .breadcrumb__link:before,
.bg__tools .breadcrumb__link:before,
.bg__help .breadcrumb__link:before,
.bg__money .breadcrumb__link:before,
.bg__location .breadcrumb__link:before,
.bg__parents .breadcrumb__link:before,
.bg__orientation .breadcrumb__link:visited:before,
.bg__tools .breadcrumb__link:visited:before,
.bg__help .breadcrumb__link:visited:before,
.bg__money .breadcrumb__link:visited:before,
.bg__location .breadcrumb__link:visited:before,
.bg__parents .breadcrumb__link:visited:before {
    border-right-color: #10373b;
}
body.calendar-page {
    background: #e8e8e8;
}
.calendar-page .main-content {
    position: relative;
}
.calendar-page .main-content > form > h2 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2em;
    margin-top: 1em;
}
@media only screen and (min-width: 37.5em) {
    .calendar-page .main-content > form > h2 {
        margin-bottom: 0;
        line-height: 1;
        font-size: 2em;
        margin-right: 0;
        margin-top: 1.3em;
    }
}
.calendar-controls {
    display: inline-block;
    padding-bottom: 1em;
    padding-top: 1.5em;
    float: right;
    text-align: right;
}
@media only screen and (min-width: 37.5em) {
    .calendar-controls {
        padding-top: 2em;
    }
}
@media only screen and (min-width: 63em) {
    .calendar-controls {
        padding-bottom: 0;
        padding-top: 0;
    }
}
.calendar-print {
    cursor: pointer;
    display: none;
    position: relative;
    margin-right: 0;
    margin-left: -3px;
    font-size: 1em;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    font-weight: normal;
    padding: 0.3em 1em;
    color: #242424;
    border-radius: 0;
}
.calendar-print:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 2px;
    height: 30px;
    background-color: #e4e4e4;
}
.calendar-print span {
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    color: #242424;
}
.calendar-print span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-left: 1em;
    background-position: 0 -250px;
}
.calendar-print:hover,
.calendar-print:focus {
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}
.calendar-print:hover span,
.calendar-print:focus span {
    text-decoration: none;
}
@media only screen and (min-width: 75em) {
    .calendar-print {
        display: inline-block;
    }
}
.calendar-tab {
    cursor: pointer;
    display: none;
    position: relative;
    margin-right: 0;
    margin-left: -3px;
    font-size: 1.1em;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    line-height: 1.4;
    font-weight: bold;
    padding: 0.3em 1em 2em;
    color: #727272;
    border-radius: 0;
    margin-top: 2.1em;
    outline: none;
}
.calendar-tab.table-view:before {
    background-position: -100px -250px;
}
.calendar-tab.table-view.sq-active {
    border-bottom: 4px solid #edc72f;
}
.calendar-tab.table-view.sq-active:before {
    background-position: -50px -250px;
}
.calendar-tab.list-view:before {
    background-position: -200px -247px;
}
.calendar-tab.list-view.sq-active {
    border-bottom: 4px solid #edc72f;
}
.calendar-tab.list-view.sq-active:before {
    background-position: -150px -247px;
}
.calendar-tab:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-right: 1em;
}
.calendar-tab:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 2px;
    height: 30px;
    background-color: #e4e4e4;
}
.calendar-tab span {
    display: inline-block;
    vertical-align: middle;
}
.calendar-tab:hover,
.calendar-tab:focus,
.calendar-tab.sq-active {
    background-color: #fff;
    color: #242424;
    outline: 0;
}
@media only screen and (min-width: 63em) {
    .calendar-tab {
        display: inline-block;
    }
}
@media only screen and (min-width: 63em) {
    .calendar-tab-content {
        display: none;
    }
    
    .calendar-tab-content.sq-active {
        display: block;
    }
}
.calendar-filter,
.calendar-filters input[type=submit],
.calendar-listing-event-content .calendar-listing-add-event,
.calendar-listing-event-content .calendar-listing-add-event:visited {
    cursor: pointer;
    display: block;
    margin-top: 0;
    margin-right: 0;
    min-width: 150px;
    padding: 0.5em 2em 0.5em 1em;
    border-radius: 0;
    background-color: #ed0034;
    color: #fff;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Georgia, "Times New Roman";
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    position: relative;
}
.calendar-filter:before,
.calendar-filters input[type=submit]:before,
.calendar-listing-event-content .calendar-listing-add-event:before,
.calendar-listing-event-content .calendar-listing-add-event:visited:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 1.25em;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: transparent;
    border-top-color: #242424;
}
.calendar-filter:hover,
.calendar-filters input[type=submit]:hover,
.calendar-listing-event-content .calendar-listing-add-event:hover,
.calendar-listing-event-content .calendar-listing-add-event:hover:visited,
.calendar-filter:focus,
.calendar-filters input[type=submit]:focus,
.calendar-listing-event-content .calendar-listing-add-event:focus,
.calendar-listing-event-content .calendar-listing-add-event:focus:visited,
.calendar-filter.sq-active,
.calendar-filters input.sq-active[type=submit],
.calendar-listing-event-content .sq-active.calendar-listing-add-event,
.calendar-listing-event-content .sq-active.calendar-listing-add-event:visited {
    background-color: #ed0034;
    color: #fff;
    outline: 0;
    text-decoration: none;
}
@media only screen and (min-width: 37.5em) {
    .calendar-filter {
        display: inline-block;
        margin-left: 1em;
        padding: 0.7em 3em 0.7em 2.4em;
    }
}
.calendar-filters {
    text-align: left;
    position: absolute;
    z-index: 2;
    display: block;
    opacity: 0;
    height: 0;
    left: 0;
    margin-top: 2em;
    width: 300px;
    background-color: #323232;
    padding: 1em 12px;
    -webkit-transition: opacity 0.4s 0s, height 0s 0.4s;
    transition: opacity 0.4s 0s, height 0s 0.4s;
    left: -999em;
}
.calendar-filters.sq-active {
    clear: both;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.4s 0s, height 0s 0s;
    transition: opacity 0.4s 0s, height 0s 0s;
    left: 0;
    right: 0;
    margin-left: -12px;
    margin-right: -12px;
    width: auto;
}
.lt-ie9 .calendar-filters.sq-active {
    display: block;
}
.calendar-filters.sq-active:before {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #323232;
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    right: 5em;
    height: 8px;
    width: 8px;
}
.lt-ie9 .calendar-filters {
    display: none;
}
.lt-ie9 .calendar-filters li {
    float: left;
    padding: 0.5em 0;
    width: 100%;
}
.lt-ie9 .calendar-filters input[type=checkbox] {
    width: 7%;
}
@media screen and (min-width: 25em) {}
@media only screen and (min-width: 75em) {
    .calendar-filters.sq-active {
        width: 1040px;
        margin: 0;
        padding: 15px;
        top: auto;
    }
    
    .calendar-filters.sq-active:before {
        right: 7em;
    }
}
.calendar-filters__h {
    color: #fff;
    font-weight: normal;
}
@media only screen and (min-width: 75em) {
    .calendar-filters__h {
        margin-left: 15px;
    }
}
.calendar-filters__set {
    display: block;
    width: auto;
    margin-bottom: 1em;
}
.calendar-filters__set ul li {
    border-bottom: 1px solid #454545;
    margin: 0;
}
.calendar-filters__set ul li:last-child {
    border: none;
}
@media only screen and (min-width: 75em) {
    .calendar-filters__set.student {
        float: left;
        padding: 0 15px;
        width: 25%;
    }
}
@media only screen and (min-width: 75em) {
    .calendar-filters__set.school {
        float: left;
        padding: 0 15px;
        width: 50%;
    }
    
    .calendar-filters__set.school li {
        float: left;
        width: 50%;
    }
}
@media only screen and (min-width: 75em) {
    .calendar-filters__set.event {
        width: 25%;
        padding: 0 15px;
        float: left;
    }
}
.calendar-filters__set-h {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 3px solid;
}
.student .calendar-filters__set-h {
    border-bottom-color: #bf256a;
}
.school .calendar-filters__set-h {
    border-bottom-color: #2599bf;
}
.event .calendar-filters__set-h {
    border-bottom-color: #bdbf25;
}
.calendar-filters input[type=submit] {
    display: block;
    clear: both;
    margin: 0;
    padding-right: 1em;
}
.calendar-filters label {
    font-size: 0.8em;
    color: #fff;
    padding: 0.8em 0;
    height: 52px;
    line-height: 1.2;
}
.lt-ie9 .calendar-filters label {
    border: none;
}
.calendar-filters label:before {
    display: inline-block;
    vertical-align: middle;
}
.calendar-filters label span {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}
.lt-ie9 .calendar-filters label {
    float: left;
    width: 85% !important;
    border: none;
    height: auto;
    min-height: 30px;
}
.calendar-view {
    display: none;
    clear: both;
    margin: 0 -12px;
    min-height: 300px;
}
.calendar-view > section {
    padding-top: 1em;
    border-top: 2px solid #dcdcdc;
}
.calendar-view > section > h3:first-child {
    margin-top: 0;
    padding: 0 12px;
    color: #242424;
    margin-bottom: 0.7em;
}
.calendar-view .important {
    background: #f8d4d7;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
@media only screen and (min-width: 63em) {
    .calendar-view {
        margin: 0 -30px;
    }
    
    .calendar-view > section > h3:first-child {
        padding: 0 30px;
    }
}
.calendar {
    margin: 0 -12px;
    clear: both;
}
.calendar > section {
    padding-top: 1em;
    border-top: 2px solid #dcdcdc;
}
.calendar > section > h3:first-child {
    margin-top: 0;
    padding: 0 12px;
    color: #242424;
    margin-bottom: 0.7em;
}
@media only screen and (min-width: 63em) {
    .calendar {
        margin: 0 -30px;
    }
    
    .calendar > section > h3:first-child {
        padding: 0 30px;
    }
}
.calendar-listing-event {
    position: relative;
    margin: 0;
    padding: 1em 12px;
}
.calendar-listing-event:nth-child(odd) {
    background-color: #f6f6f6;
}
@media only screen and (min-width: 63em) {
    .calendar-listing-event {
        padding: 1.5em 30px;
    }
}
.calendar-listing-event-header {
    line-height: 1;
}
.calendar-listing-event-header .title {
    color: #242424;
    font-size: 0.95em;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 0.375em;
}
.calendar-listing-event-header .title.important {
    background-color: #f8d4d7;
    border-radius: 10px;
    padding: 0.1em 0.7em;
    margin-left: -0.7em;
}
@media only screen and (min-width: 37.5em) {
    .calendar-listing-event-header .title {
        line-height: 1;
    }
}
.calendar-listing-event-header .date {
    margin-top: 0;
    line-height: 1;
    color: #242424;
    font-weight: bold;
    font-size: 0.85em;
    padding-bottom: 1em;
    margin-top: 0;
    border-bottom: 2px solid #ff5c5e;
}
.calendar-listing-event-header .date span {
    font-weight: 200;
}
.sun .calendar-listing-event-header .date {
    border-color: #8e9194;
}
.mon .calendar-listing-event-header .date {
    border-color: #ff9a00;
}
.tue .calendar-listing-event-header .date {
    border-color: #00bab9;
}
.wed .calendar-listing-event-header .date {
    border-color: #e96f7a;
}
.thu .calendar-listing-event-header .date {
    border-color: #a1c4d0;
}
.fri .calendar-listing-event-header .date {
    border-color: #8cbe4f;
}
.sat .calendar-listing-event-header .date {
    border-color: #8e9194;
}
@media only screen and (min-width: 37.5em) {
    .calendar-listing-event-header .date {
        width: 350px;
    }
}
.calendar-listing-event-content {
    min-height: 3em;
}
.calendar-listing-event-content .desc,
.calendar-listing-event-content .addr {
    color: #242424;
    font-size: 0.85em;
    font-weight: 200;
    line-height: 1.5;
}
.calendar-listing-event-content .desc {
    margin: 0 0 0.5em;
}
.calendar-listing-event-content a,
.calendar-listing-event-content a:visited {
    text-decoration: underline;
    display: block;
}
@media only screen and (min-width: 37.5em) {
    .calendar-listing-event-content {
        clear: both;
    }
    
    .calendar-listing-event-content .addr {
        clear: left;
        float: left;
        margin: 0;
    }
}
.fc-unthemed .fc-popover .fc-header {
    background: #8e9194;
    padding: 12px;
    color: #242424;
    font-size: 0.875em;
    font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
.fc-unthemed .fc-popover .fc-event-container {
    font-size: 1.2em;
    padding: 8px 12px 2px;
}
.fc-unthemed .fc-popover .fc-content {
    margin: 0 0 6px;
    padding: 0;
}
.addthisevent_dropdown {
    width: 200px;
    position: absolute;
    z-index: 99999;
    padding: 6px 0px 0px 0px;
    background: #fff;
    text-align: left;
    display: none;
    margin-top: 4px;
    margin-left: -1px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #a8a8a8;
    border-left: 1px solid #bebebe;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
}
.addthisevent_dropdown span {
    width: 175px;
    display: block;
    line-height: 110%;
    background: #fff;
    text-decoration: none;
    font-size: 12px;
    color: #6d84b4;
    padding: 8px 10px 9px 15px;
}
.addthisevent_dropdown span:hover {
    background: #f4f4f4;
    color: #6d84b4;
    text-decoration: none;
    font-size: 12px;
}
.addthisevent span {
    display: none !important;
}
.addthisevent-drop ._url,
.addthisevent-drop ._start,
.addthisevent-drop ._end,
.addthisevent-drop ._summary,
.addthisevent-drop ._description,
.addthisevent-drop ._location,
.addthisevent-drop ._organizer,
.addthisevent-drop ._organizer_email,
.addthisevent-drop ._facebook_event,
.addthisevent-drop ._all_day_event {
    display: none !important;
}
.addthisevent_dropdown .copyx {
    width: 200px;
    height: 21px;
    display: block;
    position: relative;
    cursor: default;
}
.addthisevent_dropdown .brx {
    width: 180px;
    height: 1px;
    overflow: hidden;
    background: #e0e0e0;
    position: absolute;
    z-index: 100;
    left: 10px;
    top: 9px;
}
.addthisevent_dropdown .frs {
    position: absolute;
    top: 5px;
    cursor: pointer;
    right: 10px;
    padding-left: 10px;
    font-style: normal;
    font-weight: normal;
    text-align: right;
    z-index: 101;
    line-height: 110%;
    background: #fff;
    text-decoration: none;
    font-size: 9px;
    color: #cacaca;
}
.addthisevent_dropdown .frs:hover {
    color: #6d84b4;
}
.addthisevent {
    visibility: hidden;
}
.calendar-listing-event-content .calendar-listing-add-event,
.calendar-listing-event-content .calendar-listing-add-event:visited {
    background-image: none;
    position: relative;
    display: inline-block;
    margin-top: 0.5em;
    padding: 0.65em 3em;
    font-size: 1em;
    text-decoration: none;
}
.calendar-listing-event-content .calendar-listing-add-event:hover,
.calendar-listing-event-content .calendar-listing-add-event:visited:hover {
    font-size: 1em;
}
.calendar-listing-event-content .calendar-listing-add-event:active,
.calendar-listing-event-content .calendar-listing-add-event:visited:active {
    top: auto;
}
@media only screen and (min-width: 37.5em) {
    .calendar-listing-event-content .calendar-listing-add-event,
    .calendar-listing-event-content .calendar-listing-add-event:visited {
        float: right;
        margin-top: 0;
    }
}
.calendar-listing-event-content .calendar-listing-add-event:before,
.calendar-listing-event-content .calendar-listing-add-event:visited:before {
    content: '+';
    border-width: 0;
    right: 0;
    top: 2px;
    left: 0.7em;
    height: 15px;
    width: 15px;
    font-size: 1.8em;
    font-weight: normal;
}
.calendar-listing-add-event .addthisevent_dropdown,
.calendar-listing-add-event:visited .addthisevent_dropdown {
    margin: 6px;
}
@media only screen and (min-width: 37.5em) {
    .calendar-listing-event-content .calendar-listing-add-event,
    .calendar-listing-event-content .calendar-listing-add-event:visited {
        float: right;
    }
}
.calendar-part-year {
    font-weight: bold;
}
.fc th,
.fc td {
    border-width: 2px;
}
th.fc-day-header {
    padding: 8px 0;
    color: #242424;
    font-size: 0.875em;
}
.fc-day-header {
    font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
th.fc-sun,
th.fc-sat {
    background: #c4c2c3;
}
th.fc-mon,
th.fc-wed,
th.fc-fri {
    background: #ff5c5e;
}
th.fc-tue,
th.fc-thu {
    background: #e1b4af;
}
td.fc-sun,
td.fc-sat {
    background: #fcfcfc;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #f6f6f6;
}
.fc-other-month,
td.fc-sun.fc-other-month,
td.fc-sat.fc-other-month,
.fc-other-month.fc-day-number {
    background: #f6f6f6;
    color: #354f89;
}
td.fc-day-number {
    color: #990033;
    font-size: 1.5em;
    font-weight: 200;
}
.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center;
    line-height: 1;
    padding: 0.5em 0 0.3em;
}
.fc-content {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 4px 8px;
    cursor: pointer;
}
.lt-ie9 .fc-content {
    padding: 0px 8px;
}
.fc-day-grid-event .fc-time {
    font-weight: normal;
}
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #242424;
    font-size: 0.625em;
}
.fc-event {
    background-color: white;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.fc-more-cell {
    line-height: 1;
}
a.fc-more {
    color: #25589d;
    font-size: 0.7em;
    padding: 6px 9px 0 11px;
    margin: 0px;
}
.popover {
    position: absolute;
    z-index: 10;
    background-color: #323232;
    border-top: 2px solid #dddcdd;
    margin: 0 0 -18px;
}
.popover.top {
    margin: -18px 0 0;
}
.popover .close {
    cursor: pointer;
    z-index: 2;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    background-position: -350px -100px;
    color: transparent;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 21px;
    height: 21px;
}
.popover .close:hover {
    cursor: pointer;
}
.popover .close,
.popover .close:hover {
    background-color: transparent;
}
.popover .arrow {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: 50%;
    margin-bottom: -11px;
    margin-right: -8px;
    width: 11px;
    height: 11px;
    overflow: hidden;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #242424;
}
.top .popover .arrow {
    top: 0;
    bottom: auto;
    border-top: 0 solid transparent;
    border-bottom: 11px solid #242424;
    margin-top: -11px;
}
.popover-header {
    position: relative;
}
.popover-content {
    margin-bottom: 10px;
    position: relative;
    padding: 35px 20px 20px;
}
.popover-content:before {
    position: absolute;
    content: '';
    left: 46%;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #323232;
}
.popover-content .calendar-listing-event-header {
    max-width: 310px;
}
.popover-content .calendar-listing-event-header .title {
    display: block;
    color: #fff;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.2;
}
.popover-content .calendar-listing-event-header .title.important {
    color: #000;
}
.popover-content .calendar-listing-event-header .date {
    color: #ccc;
    font-weight: 200;
    border-bottom-width: 1px;
    width: auto;
    min-width: 0;
}
.popover-content .calendar-listing-event-content .desc,
.popover-content .calendar-listing-event-content .addr {
    display: block;
    color: #ccc;
    font-weight: 200;
    float: none;
    margin: 0 0 10px;
    max-width: 400px;
}
.popover-content .calendar-listing-event-content .desc a,
.popover-content .calendar-listing-event-content .addr a {
    color: #ccc;
}
.popover-content .calendar-listing-event-content .desc a:hover,
.popover-content .calendar-listing-event-content .desc a:active,
.popover-content .calendar-listing-event-content .addr a:hover,
.popover-content .calendar-listing-event-content .addr a:active {
    color: #fff;
}
.popover-content .calendar-listing-event-content .calendar-listing-add-event {
    display: block;
    clear: both;
    float: left;
    position: relative;
    font-size: 1.2em;
    padding: 0.55em 1em 0.55em 2.8em;
    margin-top: 1em;
    border: none;
}
.popover-content .fc-row.fc-widget-content {
    min-height: 145px;
}
/* Delete the "Web Fonts by fonts.com" that is added by https://fast.fonts.net/jsapi/f41ee16b-11f4-4d22-aea6-1144dec02fdf.js. Related ticketï¼š121702*/
#mti_wfs_colophon {
    display: none !important;
}