/* Minification failed. Returning unminified contents.
(10955,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(17709,18): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */


html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    line-height: 1.4em;
}

form {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    font-family: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    overflow: visible;
}

textarea {
    overflow: auto;
    vertical-align: top;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

:focus {
    outline: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

figure {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

dl,
dd {
    margin: 0;
}

li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
    margin: 0;
}

p {
    margin: 0;
}

blockquote {
    margin: 0;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}

cite {
    font-style: normal;
}

ins {
    text-decoration: none;
}

dfn {
    font-style: inherit;
}

del {
    text-decoration: none;
}

mark {
    background: none;
    color: inherit;
}

address {
    font-style: normal;
}

tt, code, kbd, samp {
    font-family: inherit;
    font-size: inherit;
}

b,
strong {
    font-weight: inherit;
}

em {
    font-style: inherit;
}

small {
    font-size: 100%;
}

q {
    quotes: none;
}

    q:before,
    q:after {
        content: '';
        content: none;
    }

a {
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    color: #00549E;
}

    a:hover,
    a:active {
        outline: none;
        color: #BE830E;
    }

    a img {
        border: none;
    }

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-terms {
    border-spacing: 0;
    width: 100%;
    border-collapse: unset;
}

    .table-terms th {
        /*border-bottom: 1px solid;
        border-bottom-color: #fea;*/
        padding: 2px 10px 2px 10px;
    }

    .table-terms td {
        padding: 2px 10px 2px 10px;
    }

.table-heading-term {
    width: 19%;
}

.table-heading-classNumber {
    width: 10%;
}

.table-heading-classDate {
    width: 45%;
}

th {
    font-weight: inherit;
    text-align: left;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.table-fees tbody tr td {
    border-top: none;
}

.table-fees thead th {
    border-bottom: 1px solid #888;
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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;
}

.copy {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    line-height: 1.5;
    padding-bottom: 0.9em;
}

    .copy dl:before, .masthead__inner:before, .header__inner:before, .header__dropdowns:before, .header__dropdown-explore-anu:before,
    .header__dropdown-az-index:before, .az-index-list:before, .footer__inner:before, .footer__links__list:before, .molecule-container:before, .degree-finder__results-list:before, .degree-finder__results-header:before, .tt-suggestion:before, .degree-finder__results-footer:before, .catalogue-search-filter:before, .catalogue-search-filter-set:before, .degreeFinder-search-filter:before, .intro__construct-and-compare:before, .intro__construct-molecules-container:before,
    .intro__compare-molecules-container:before, .list-panel__filter-by__list:before, .construct-and-compare__panels:before, .landing-boxes:before, .page-contact__inner:before, .breadcrumbs__list:before, .intro__inner:before, .degree-summary__requirements:before, .degree-summary__admission:before, .degree-summary__admission-container:before, .degree-summary__codes:before, .degree-summary__actions:before, .social-icons:before, .copy dl:after, .masthead__inner:after, .header__inner:after, .header__dropdowns:after, .header__dropdown-explore-anu:after,
    .header__dropdown-az-index:after, .az-index-list:after, .footer__inner:after, .footer__links__list:after, .molecule-container:after, .degree-finder__results-list:after, .degree-finder__results-header:after, .tt-suggestion:after, .degree-finder__results-footer:after, .catalogue-search-filter:after, .degreeFinder-search-filter:after, .catalogue-search-filter-set:after, .intro__construct-and-compare:after, .intro__construct-molecules-container:after,
    .intro__compare-molecules-container:after, .list-panel__filter-by__list:after, .construct-and-compare__panels:after, .landing-boxes:after, .page-contact__inner:after, .breadcrumbs__list:after, .intro__inner:after, .degree-summary__requirements:after, .degree-summary__admission:after, .degree-summary__admission-container:after, .degree-summary__codes:after, .degree-summary__actions:after, .social-icons:after {
        content: " ";
        display: table;
    }

    .copy dl:after, .masthead__inner:after, .header__inner:after, .header__dropdowns:after, .header__dropdown-explore-anu:after,
    .header__dropdown-az-index:after, .az-index-list:after, .footer__inner:after, .footer__links__list:after, .molecule-container:after, .degree-finder__results-list:after, .degree-finder__results-header:after, .tt-suggestion:after, .degree-finder__results-footer:after, .degreeFinder-search-filter:after, .catalogue-search-filter:after, .catalogue-search-filter-set:after, .intro__construct-and-compare:after, .intro__construct-molecules-container:after,
    .intro__compare-molecules-container:after, .list-panel__filter-by__list:after, .construct-and-compare__panels:after, .landing-boxes:after, .page-contact__inner:after, .breadcrumbs__list:after, .intro__inner:after, .degree-summary__requirements:after, .degree-summary__admission:after, .degree-summary__admission-container:after, .degree-summary__codes:after, .degree-summary__actions:after, .social-icons:after {
        clear: left;
    }

    .copy dl, .masthead__inner, .header__inner, .header__dropdowns, .header__dropdown-explore-anu,
    .header__dropdown-az-index, .az-index-list, .footer__inner, .footer__links__list, .molecule-container, .degree-finder__results-list, .degree-finder__results-header, .tt-suggestion, .degree-finder__results-footer, .catalogue-search-filter, .degreeFinder-search-filter, .catalogue-search-filter-set, .intro__construct-and-compare, .intro__construct-molecules-container,
    .intro__compare-molecules-container, .list-panel__filter-by__list, .construct-and-compare__panels, .landing-boxes, .page-contact__inner, .breadcrumbs__list, .intro__inner, .degree-summary__requirements, .degree-summary__admission, .degree-summary__admission-container, .degree-summary__codes, .degree-summary__actions, .social-icons {
        *zoom: 1;
    }

.masthead__inner, .breadcrumbs__inner, .intro__inner, .main-inner {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

table th, .degree-finder-list__by-interest-area, .degree-finder__results-header-code,
.degree-finder__results-header-program,
.degree-finder__results-header-study-as,
.degree-finder__results-header-atar, .catalogue-search-filter__heading, .degree-panel__combine-this-degree,
.catalogue-search-filter__degreefinderatarheading,
.list-panel__with-one-of-these-degrees, a.breadcrumb__list-anchor, .intro__degree-type, a.apply-to-study-button, a.enquire-now-button, .degree-summary__requirements-heading, .degree-summary__admission-heading, .degree-summary__code-heading, .secondary-navigation-aside__heading {
    font-size: 14px !important;
    font-size: 1.1rem !important;
    color: #222;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.catalogue-search-promo__footer, .atar-minimum, .intro__construct-heading,
.intro__compare-heading, .intro__construct-description, .intro__compare-description, .landing__middle-box__footer, .intro__degree-type, .intro__degree-title, .intro__degree-description, .degree-summary__admission-score, .maintenance-heading, .maintenance-text {
    /*text-shadow: 1px 1px 0 white;*/
}

/* No FOUT */
html.js.fontface.wf-loading .transition {
    opacity: 0;
}

html.js.fontface.wf-loading.no-opacity .transition {
    visibility: hidden;
}

html.js.fontface.wf-active .transition, html.js.fontface.wf-failed .transition {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .17s;
    -moz-transition-duration: .17s;
    -o-transition-duration: .17s;
    transition-duration: .17s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
}

html.js.fontface.wf-active.no-opacity .transition, html.js.fontface.wf-failed.no-opacity .transition {
    visibility: visible !important;
}

.affix-bottom {
    position: absolute;
}

/* Type */
a {
    color: #00549E;
    text-decoration: none;
    word-wrap: initial !important;
}


h1,
h2,
h3 {
    font-weight: bold !important;
    letter-spacing: 0;
    padding-bottom: 0;
}

h4,
h5,
h6 {
    font-weight: bold !important;
}

h1 {
    font-size: 30px !important;
    font-size: 3rem !important;
    font-family: 'Public Sans', sans-serif;
}

h2 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    color: #222;
    font-family: 'Public Sans', sans-serif;
}

h3 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #333333;
    font-family: 'Public Sans', sans-serif;
}

strong,
b {
    font-weight: bold;
}

em {
    font-style: italic;
}

.copy p {
    line-height: 1.5;
    padding-bottom: 0.9em;
    color: #222;
    font-size: 15px;
}

.copy #introduction p ul li {
    font-size: 14px !important;
    font-size: 1.4rem !important;
}

.copy .alert, .copy .notice {
    margin-bottom: 2em;
    width: 450px;
}

    .copy .alert p, .copy .notice p {
        font-size: 14px !important;
        font-size: 1.4rem !important;
        color: #000;
        background: #f2f2f2;
        padding: 10px 12px;
    }

    .copy .alert p {
        font-weight: bold;
    }

.copy h2 {
    padding-top: 0.8em;
    padding-bottom: 1.2em;
}

.copy h3 {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

h2 + .copy h3 {
    padding-top: 0;
}

.copy br {
    line-height: 1.5;
    padding-bottom: 0.9em;
}

    .copy br + br {
        content: '';
        height: 1px;
        display: block;
    }

.copy ol,
.copy ul {
    padding-bottom: 1em;
    padding-left: 1.3em;
}

    .copy ol li,
    .copy ul li {
        display: list-item;
        line-height: 1.6;
        list-style: disc;
        padding-bottom: .6em;
        font-size: 15px;
    }

        .copy ol li a,
        .copy ul li a {
            text-decoration: none;
        }

.copy ol {
    padding-left: 1.6em;
}

    .copy ol li {
        list-style: decimal;
    }

.copy dl {
    margin-bottom: .9em;
}

    .copy dl dt,
    .copy dl dd {
        font-size: 14px !important;
        font-size: 1.4rem !important;
        font-weight: bold;
        font-family: 'Public Sans', sans-serif;
        float: left;
        padding-bottom: .5em;
    }

    .copy dl dt {
        clear: left;
    }

    .copy dl dd {
        color: #000;
        padding-left: .6em;
    }

/* College colors */
.college-cass {
    color: #001c53;
}

    .college-cass.molecule, .college-cass.mini-molecule {
        background: rgba(0, 57, 166, 0.75);
    }

.degree-panel__college-ribbon .college-cass {
    color: rgba(0, 57, 166, 0.75);
}

.no-rgba .college-cass.molecule, .no-rgba .college-cass.mini-molecule {
    background: #0039a6;
}

.no-rgba .degree-panel__college-ribbon .college-cass {
    color: #001c53;
}



.college-cap {
    color: #c74000;
}

    .college-cap.molecule, .college-cap.mini-molecule {
        background: rgba(227, 114, 34, 0.75);
    }

.degree-panel__college-ribbon .college-cap {
    color: rgba(227, 114, 34, 0.75);
}

.no-rgba .college-cap.molecule, .no-rgba .college-cap.mini-molecule {
    background: #e37222;
}

.no-rgba .degree-panel__college-ribbon .college-cap {
    color: #c74000;
}


.college-cbe {
    color: #8d6a00;
}

    .college-cbe.molecule, .college-cbe.mini-molecule {
        background: rgba(240, 171, 0, 0.75);
    }

.degree-panel__college-ribbon .college-cbe {
    color: rgba(240, 171, 0, 0.75);
}

.no-rgba .college-cbe.molecule, .no-rgba .college-cbe.mini-molecule {
    background: #f0ab00;
}

.no-rgba .degree-panel__college-ribbon .college-cbe {
    color: #8d6a00;
}


.college-cecs {
    color: #530c18;
}

    .college-cecs.molecule, .college-cecs.mini-molecule {
        background: rgba(167, 25, 48, 0.75);
    }

.degree-panel__college-ribbon .college-cecs {
    color: rgba(167, 25, 48, 0.75);
}

.no-rgba .college-cecs.molecule, .no-rgba .college-cecs.mini-molecule {
    background: #a71930;
}

.no-rgba .degree-panel__college-ribbon .college-cecs {
    color: #530c18;
}


.college-col {
    color: #311233;
}

    .college-col.molecule, .college-col.mini-molecule {
        background: rgba(98, 37, 103, 0.75);
    }

.degree-panel__college-ribbon .college-col {
    color: rgba(98, 37, 103, 0.75);
}

.no-rgba .college-col.molecule, .no-rgba .college-col.mini-molecule {
    background: #622567;
}

.no-rgba .degree-panel__college-ribbon .college-col {
    color: #311233;
}



.college-cmbe {
    color: #003e49;
}

    .college-cmbe.molecule, .college-cmbe.mini-molecule {
        background: rgba(0, 124, 146, 0.75);
    }

.degree-panel__college-ribbon .college-cmbe {
    color: rgba(0, 124, 146, 0.75);
}

.no-rgba .college-cmbe.molecule, .no-rgba .college-cmbe.mini-molecule {
    background: #007c92;
}

.no-rgba .degree-panel__college-ribbon .college-cmbe {
    color: #003e49;
}



.college-cpms {
    color: #00341e;
}

    .college-cpms.molecule, .college-cpms.mini-molecule {
        background: rgba(0, 105, 60, 0.75);
    }

.degree-panel__college-ribbon .college-cpms {
    color: rgba(0, 105, 60, 0.75);
}

.no-rgba .college-cpms.molecule, .no-rgba .college-cpms.mini-molecule {
    background: #00693c;
}

.no-rgba .degree-panel__college-ribbon .college-cpms {
    color: #00341e;
}



.college-nsc {
    color: #515600;
}

    .college-nsc.molecule, .college-nsc.mini-molecule {
        background: rgba(162, 173, 0, 0.75);
    }

.degree-panel__college-ribbon .college-nsc {
    color: rgba(162, 173, 0, 0.75);
}

.no-rgba .college-nsc.molecule, .no-rgba .college-nsc.mini-molecule {
    background: #a2ad00;
}

.no-rgba .degree-panel__college-ribbon .college-nsc {
    color: #515600;
}


.narrow,
.doublenarrow,
.doublewide,
.w-doublewide,
.w-narrow,
.w-doublenarrow,
.w-wide,
.w-one-third {
    margin-top: 0;
    margin-bottom: 0;
}

.narrow {
    width: 200px;
    float: left;
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
}

.doublenarrow {
    width: 440px;
    float: left;
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
}

.doublewide {
    width: 680px;
    float: left;
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
}

.w-narrow {
    width: 198px;
}

.w-doublenarrow {
    width: 520px;
}

.w-wide {
    width: 318px;
}

.w-doublewide {
    width: 678px;
}

.w-full {
    width: 918px;
}

.w-one-third {
    width: 278px;
}

.w-two-third {
    width: 598px;
}

.masthead {
    background-color: #333333;
    border-bottom: 5px solid #acc0c6;
    min-width: 960px;
}



.masthead__inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.masthead__border {
    border-bottom: 1px solid #d6e0e3;
}


.masthead__logo {
    margin-left: 20px;
    float: left;
}

.masthead__logo-anchor {
    background: url("../images/logo.png") no-repeat;
    display: block;
    height: 51px;
    text-indent: -9999em;
    width: 151px;
}

    .masthead__logo-anchor:hover {
        background-position: 0 -51px;
    }


.masthead__logo-print {
    display: none;
    height: 40px;
    width: 115px;
}



.masthead__title a {
    font-size: 22px !important;
    font-size: 2.2rem !important;
    -webkit-font-smoothing: antialiased;
    float: right;
    color: #ebebeb;
    font-weight: 500;
    margin-right: 20px;
    padding-top: 11px;
}

    .masthead__title a:hover {
        color: #fff;
    }


.accessibility span {
    display: block;
    margin: 0 auto;
    padding: 8px 0 9px 20px;
    max-width: 940px;
}

.accessibility a {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: bold;
    width: 100%;
    background: #efefef;
    position: absolute;
    border-bottom: 1px solid black;
    top: -100px;
    z-index: 5;
    display: block;
}

    .accessibility a:focus {
        top: 0;
    }

.header {
    background: #222;
    min-width: 960px;
}


.header__inner {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.header__dropdowns {
    float: left;
    margin-left: -20px;
}

.header__explore-anu,
.header__az-index {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    color: #ddd;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

    .header__explore-anu:hover,
    .header__az-index:hover {
        color: #fff;
        background: #444;
    }

.header__dropdown-explore-anu,
.header__dropdown-az-index {
    -webkit-box-shadow: 1px 1px 5px 3px rgba(153, 153, 153, 0.1);
    -moz-box-shadow: 1px 1px 5px 3px rgba(153, 153, 153, 0.1);
    box-shadow: 1px 1px 5px 3px rgba(153, 153, 153, 0.1);
    display: none;
    background: #fff;
    border-left: 1px solid #acc0c6;
    border-right: 1px solid #acc0c6;
    border-bottom: 1px solid #acc0c6;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 26px;
    width: 420px;
    z-index: 20;
}

.header__dropdown-az-index {
    padding: 20px 10px 10px 20px;
    width: 157px;
}

.explore-anu__column {
    float: left;
    width: 45%;
}

.explore-anu__column-last {
    float: right;
}

.explore-anu__list {
    margin-bottom: 20px;
}

.explore-anu__list-last {
    margin-bottom: 0;
}

.explore-anu__list-item {
    padding-bottom: 10px;
}

    .explore-anu__list-item a {
        font-size: 14px !important;
        font-size: 1.4rem !important;
        text-transform: none;
        font-weight: normal;
        letter-spacing: 0;
    }

        .explore-anu__list-item a:hover {
            text-decoration: underline;
        }

    .explore-anu__list-item:last-child {
        padding-bottom: 0;
    }

.explore-anu__college-list-item {
    padding-bottom: 12px;
}

    .explore-anu__college-list-item a {
        font-size: 14px !important;
        font-size: 1.4rem !important;
        text-transform: none;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 1.2;
    }

        .explore-anu__college-list-item a span {
            font-size: 12px !important;
            font-size: 1.2rem !important;
            display: block;
            padding-bottom: 1px;
        }

        .explore-anu__college-list-item a:hover {
            text-decoration: underline;
        }

    .explore-anu__college-list-item small {
        font-size: 12px !important;
        font-size: 1.2rem !important;
    }

    .explore-anu__college-list-item:last-child {
        padding-bottom: 0;
    }

.az-index-list-last {
    padding-bottom: 0;
}

.az-index-list-item {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

    .az-index-list-item a {
        font-size: 14px !important;
        font-size: 1.4rem !important;
        display: inline-block;
        border: 1px solid #4c6e78;
        padding: 6px 0;
        width: 27px;
        text-align: center;
        font-weight: normal;
    }

        .az-index-list-item a:hover {
            text-decoration: underline;
        }

.header__search {
    float: right;
    padding-top: 2px;
}

    .header__search .rdo {
        vertical-align: middle;
    }

.header__search-text {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    background: #ccc;
    color: #000;
    font-family: 'Public Sans', sans-serif;
    border: none;
    margin: 0;
    padding: 2px;
    margin-right: 10px;
}

    .header__search-text::-webkit-input-placeholder {
        color: #000;
    }

.header__search-label {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    color: #ddd;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-left: 3px;
    margin-right: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.header__search-go {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    margin-left: 5px;
    background: #444;
    border: 1px solid #444444;
    color: #bbb;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 2px;
    cursor: pointer;
}

    .header__search-go:hover {
        background-color: #666;
        border-color: #666;
    }

.footer {
    background: #333;
    min-width: 960px;
}


.footer__inner {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.footer__links {
    padding-bottom: 20px;
}



.footer__links__list {
    margin-left: -20px;
}

.footer__links__list-item {
    float: left;
}

    .footer__links__list-item a {
        font-size: 14px !important;
        font-size: 1.4rem !important;
        display: block;
        padding: 12px 20px;
        color: #ccc;
    }

        .footer__links__list-item a:hover {
            color: #fff;
            background: #444;
        }

.footer__address {
    float: left;
}

    .footer__address p {
        color: #ddd;
        padding-bottom: .2em;
    }



.footer__groups {
    float: right;
    padding-top: 10px;
}

    .footer__groups a {
        margin-left: 20px;
    }


/* Molecules */
.molecule-container {
    float: right;
    margin-right: -25px;
    width: 217.1252px;
}

.construct-and-compare .molecule-container {
    margin-right: 0;
}

.molecule-individual {
    float: left;
    position: relative;
    height: 116.0626px;
}

    .molecule-individual.molecule-small, .molecule-individual.molecule-course, .molecule-individual.molecule-subplan {
        width: 89.9024px;
    }

        .molecule-individual.molecule-small .molecule, .molecule-individual.molecule-course .molecule, .molecule-individual.molecule-subplan .molecule {
            width: 89.9024px;
            height: 89.9024px;
            margin-top: -44.9512px;
            margin-left: -44.9512px;
        }

    .molecule-individual.molecule-medium {
        width: 103.8128px;
    }

        .molecule-individual.molecule-medium .molecule {
            width: 103.8128px;
            height: 103.8128px;
            margin-top: -51.9064px;
            margin-left: -51.9064px;
        }

    .molecule-individual.molecule-large {
        width: 116.0626px;
    }

        .molecule-individual.molecule-large .molecule {
            width: 116.0626px;
            height: 116.0626px;
            margin-top: -58.0313px;
            margin-left: -58.0313px;
        }

    .molecule-individual.molecule-single, .molecule-individual.molecule-course, .molecule-individual.molecule-subplan {
        margin-left: 20px;
    }

    .molecule-individual.molecule-course, .molecule-individual.molecule-subplan {
        height: 89.9024px;
    }

.molecule {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
}

.wf-loading .molecule {
    width: 0 !important;
    height: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.wf-active .molecule {
    -webkit-transition-property: width, height, margin-top, margin-left;
    -moz-transition-property: width, height, margin-top, margin-left;
    -o-transition-property: width, height, margin-top, margin-left;
    transition-property: width, height, margin-top, margin-left;
    -webkit-transition-duration: 800ms;
    -moz-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
}



.molecule-unknown {
    background: #999;
}

    .molecule-unknown .molecule__label {
        font-size: 30px !important;
        font-size: 3rem !important;
        color: #ddd;
    }

.molecule-last {
    margin-left: -15px;
}

.molecule__label, .molecule__label a {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #fff;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    white-space: nowrap;
}

.molecule__label {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.wf-loading .molecule__label {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.wf-active .molecule__label {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: opacity 250ms linear;
    -webkit-transition-delay: 800ms;
    -moz-transition: opacity 250ms linear 800ms;
    -o-transition: opacity 250ms linear 800ms;
    transition: opacity 250ms linear 800ms;
}

/* Tables & Boxes */
table {
    border: none;
    margin-bottom: 1.5em;
    width: 100%;
    line-height: 1.25em;
}

    table tbody tr {
        border-top: 1px solid #888;
    }

        table tbody tr td {
            border-top: 1px solid #888;
        }

        table tbody tr.combined-row {
            border-top: none;
        }

            table tbody tr.combined-row td {
                padding-top: 0;
            }


    table th {
        background: none;
    }

    table th,
    table td {
        padding: 8px;
        vertical-align: top;
    }


/* Program table */
.table-program {
    border: none;
    margin-bottom: 1.5em;
    width: 100%;
}

    .table-program tr {
        border-top: 1px solid #000;
    }

/*.table-program td {
        padding: 12px;
    }*/

.table-program__year {
    width: 20%;
}

.table-program__year-label,
.table-program__units-label {
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
}

.table-program__year-label {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    color: #000;
    padding-bottom: 0.3em;
}



.table-program__units-label {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #333333;
}


.table-program__course {
    text-align: center;
    width: 20%;
}

    .table-program__course span {
        display: block;
    }

.table-program__course-type {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #000;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    padding-bottom: .3em;
}



.table-program__course-level {
    padding-bottom: .3em;
}

.table-program__course-units {
    font-weight: bold;
}

.table-program__course-shaded {
    background: #ebebeb;
}

/* Consulting Hours table */
.table-consulting-hours {
    width: 100%;
}

    .table-consulting-hours tr {
        border: none;
    }

    .table-consulting-hours th,
    .table-consulting-hours td {
        padding: 0 2em 0.6em 0;
        text-align: left;
        border: none;
    }

/* Fees table */
.table-fees {
    width: auto;
    font-size: 0.90em;
    margin-bottom: 0;
}

    .table-fees div.disclaimer p {
        margin-top: 5px;
        font-size: 0.81em;
    }

    .table-fees tr {
        border: none;
    }

    .table-fees th,
    .table-fees td {
        padding: 0 1.1em 0.6em 0;
        text-align: left;
    }

.table-minimal__heading {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    color: #666;
    text-transform: none;
    letter-spacing: 0;
}



/* Sortable table */
.table-sortable th {
    cursor: pointer;
}

    .table-sortable th:hover {
        color: #2b788f;
    }

.table-sortable__heading-ascending,
.table-sortable__heading-descending,
.sorting_asc,
.sorting_desc {
    color: #2b788f;
}

    .table-sortable__heading-ascending:after,
    .table-sortable__heading-descending:after,
    .sorting_asc:after,
    .sorting_desc:after {
        font-family: "FontAwesome";
        padding-left: 2px;
    }



    .sorting_asc:after,
    .sorting_desc:after {
        padding-left: 6px;
    }

    .table-sortable__heading-ascending:after,
    .sorting_asc:after {
        content: "\f0d7";
    }

    .table-sortable__heading-descending:after,
    .sorting_desc:after {
        content: "\f0d8";
    }

.table-heading-code {
    width: 16%;
}

.table-heading-title {
    width: 45%;
}

.table-heading-units {
    width: 14%;
}

.table-heading-units,
.table-detail-units,
.table-heading-atar,
.table-detail-atar,
.table-heading-years,
.table-detail-years {
    text-align: center;
}

/* Search results */
.table-search-results,
.table-compare-degrees {
    margin-top: 1em;
    margin-bottom: 0;
}

    .table-search-results tr,
    .table-compare-degrees tr {
        border: none;
    }

    .table-search-results th,
    .table-search-results td,
    .table-compare-degrees th,
    .table-compare-degrees td {
        padding: 4px;
    }

        .table-search-results th:first-child,
        .table-search-results td:first-child,
        .table-compare-degrees th:first-child,
        .table-compare-degrees td:first-child {
            padding-left: 0;
        }

        .table-search-results th:last-child,
        .table-search-results td:last-child,
        .table-compare-degrees th:last-child,
        .table-compare-degrees td:last-child {
            padding-right: 0;
        }

.table-search-results-degrees .table-heading-code {
    width: 12%;
}

.table-search-results-degrees .table-heading-title {
    width: 40%;
}

.table-search-results-degrees .table-heading-study-as {
    width: 16%;
}

.table-search-results-degrees .table-heading-academic-career {
    width: 12%;
}

.table-search-results-degrees .table-heading-atar {
    width: 10%;
}

.table-search-results-degrees .table-heading-years {
    width: 10%;
}

.table-search-results-majors .table-heading-code,
.table-search-results-minors .table-heading-code,
.table-search-results-specialisations .table-heading-code {
    width: 12%;
}

.table-search-results-majors .table-heading-title,
.table-search-results-minors .table-heading-title,
.table-search-results-specialisations .table-heading-title {
    width: 68%;
}

.table-search-results-majors .table-heading-units,
.table-search-results-minors .table-heading-units,
.table-search-results-specialisations .table-heading-units {
    width: 10%;
}

.table-search-results-majors .table-heading-academic-career .table-search-results-minors .table-heading-academic-career,
.table-search-results-specialisations .table-heading-academic-career {
    width: 10%;
}


.table-search-results-courses .table-heading-code {
    width: 12%;
}

.table-search-results-courses .table-heading-title {
    width: 40%;
}

.table-search-results-courses .table-heading-session {
    width: 16%;
}

.table-search-results-courses .table-heading-academic-career {
    width: 22%;
}

.table-search-results-courses .table-heading-units {
    width: 10%;
}

.table-compare-degrees {
    margin-top: .5em;
}

    .table-compare-degrees th {
        padding-bottom: 10px;
    }

    .table-compare-degrees .table-heading-degree {
        width: 82%;
    }

    .table-compare-degrees .table-heading-atar {
        width: 18%;
    }

    .table-compare-degrees .table-heading-combinable-with {
        display: none;
    }

    .table-compare-degrees .table-heading-discipline-area-groups {
        display: none;
    }

    .table-compare-degrees .table-detail-atar {
        font-weight: bold;
        color: #333;
    }

    .table-compare-degrees .table-detail-combinable-with {
        display: none;
    }

    .table-compare-degrees .table-detail-discipline-area-groups {
        display: none;
    }

/* Degree Finder */
.intro__degree-finder-search,
.intro__catalogue-search {
    text-align: center;
    padding-bottom: 40px;
}

.degree-finder-search-box,
.catalogue-search-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
    margin: -65px auto 35px;
    padding: 10px;
    position: relative;
}

    .degree-finder-search-box.degree-finder-search-box-focus,
    .catalogue-search-box.degree-finder-search-box-focus {
    }

.twitter-typeahead {
    display: block !important;
    float: left;
    width: 100%;
}

.degree-builder-search-input {
    background-color: white !important;
}

.degree-finder-search-box__input,
.catalogue-search-box__input,
.tt-hint {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 5px, rgba(0, 0, 0, 0.05) 2px 2px 3px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 0 5px, rgba(0, 0, 0, 0.05) 2px 2px 3px inset;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 5px, rgba(0, 0, 0, 0.05) 2px 2px 3px inset;
    font-size: 18px !important;
    font-size: 1.8rem !important;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    border: 1px solid #000;
    color: #4c6e78;
    font-family: 'Public Sans', sans-serif;
    margin: 0;
    padding: 0 15px;
    width: 600px;
    height: 48px;
}

    .degree-finder-search-box__input:focus,
    .catalogue-search-box__input:focus,
    .tt-hint:focus {
        -webkit-transition-property: border;
        -moz-transition-property: border;
        -o-transition-property: border;
        transition-property: border;
        -webkit-transition-duration: 100ms;
        -moz-transition-duration: 100ms;
        -o-transition-duration: 100ms;
        transition-duration: 100ms;
        border: 1px solid #000;
    }

.no-opacity .degree-finder-search-box__input, .no-opacity .catalogue-search-box__input, .no-opacity .tt-hint {
    line-height: 48px;
}

.tt-dropdown-menu {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    min-width: 627px;
    padding: 5px 0 0;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-top: none;
    margin-bottom: 20px;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #2b788f;
    }

.degree-finder-search-box__button,
.catalogue-search-box__button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px !important;
    font-size: 2rem !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    color: #000;
    border: 1px solid #3a545b;
    margin-left: -8px;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

    .degree-finder-search-box__button:focus, .degree-finder-search-box__button:hover,
    .catalogue-search-box__button:focus,
    .catalogue-search-box__button:hover {
        background: #000;
        color: #BE830E;
    }

.degree-finder-search-box__button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.degree-finder-flexible-double {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.degree-finder-divider,
.catalogue-search-divider {
    background: url("../images/divider-shadow.png");
    width: 404px;
    height: 11px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.catalogue-search-auto-correct {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: bold;
    text-align: center;
    margin-top: -0.5em;
    margin-bottom: 2em;
}

    .catalogue-search-auto-correct a {
        color: #666;
    }

        .catalogue-search-auto-correct a em {
            color: #2b788f;
        }

.degree-finder-list {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 1.75;
    margin-left: auto;
    margin-right: auto;
}

.degree-finder-list__by-interest-area {
    display: block;
    text-align: center;
}

.degree-finder-list__areas {
    margin-top: 15px;
}

.degree-finder-list__area {
    text-align: center;
    margin-bottom: 5px;
}

.degree-finder-list__area-heading {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    color: #2b788f !important;
    cursor: pointer;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
}

    .degree-finder-list__area-heading:hover {
        color: #4c6e78;
    }

.degree-finder-list__area-anchors {
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: left;
}

    .degree-finder-list__area-anchors a {
        font-size: 13px !important;
        font-size: 1.3rem !important;
    }

.degree-finder__results-list {
    position: relative;
}

.degree-finder__results-header {
    border-bottom: 1px solid #efefef;
    padding-left: 20px;
    padding-right: 20px;
}

.degree-finder__results-header-code,
.degree-finder__results-header-program,
.degree-finder__results-header-study-as,
.degree-finder__results-header-atar {
    display: block;
    float: left;
    padding-top: 5px;
    padding-bottom: 8px;
}

.degree-finder__results-header-code {
    width: 102px;
}

.degree-finder__results-header-program {
    width: 315px;
}

.degree-finder__results-header-study-as {
    width: 125px;
    text-align: center;
}

.degree-finder__results-header-atar {
    float: left;
    text-align: center;
    width: 45px;
}

.degree-finder__results-code {
    float: left;
    width: 102px;
}

.degree-finder__results-program {
    display: block;
    float: left;
    color: #2b788f;
    line-height: 1.2;
    width: 315px;
}

.tt-is-under-cursor .degree-finder__results-program {
    color: #fff;
}

.degree-finder__results-study-as {
    display: block;
    float: left;
    width: 125px;
    text-align: center;
}

.degree-finder__results-study-as__single,
.degree-finder__results-study-as__vertical,
.degree-finder__results-study-as__flexible {
    border-bottom: 1px solid #4c6e78;
    padding-bottom: 1px;
}

    .degree-finder__results-study-as__single:hover,
    .degree-finder__results-study-as__vertical:hover,
    .degree-finder__results-study-as__flexible:hover {
        border-color: #2b788f !important;
    }

.tt-is-under-cursor .degree-finder__results-study-as__single, .tt-is-under-cursor .degree-finder__results-study-as__vertical, .tt-is-under-cursor .degree-finder__results-study-as__flexible {
    color: #fff;
    border-color: #fff;
}

.degree-finder__results-atar {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #333;
    display: block;
    float: left;
    font-weight: bold;
    text-align: center;
    width: 45px;
}

.tt-is-under-cursor .degree-finder__results-atar {
    color: #fff;
}

.tt-suggestion {
    border-bottom: 1px solid #efefef;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .tt-suggestion:last-child {
        border-bottom: none;
    }

.degree-finder__results-footer {
    border-top: 1px solid #efefef;
}

    .degree-finder__results-footer a {
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
        display: block;
        font-weight: bold;
        color: #000;
        text-align: center;
        padding: 10px 20px;
    }

        .degree-finder__results-footer a:hover {
            background: #F5EDDE;
        }

/* Catalogue Search */
.catalogue-search-filter {
    margin-right: auto;
    padding-top: 15px;
}

.catalogue-search-filter-Alignment {
    margin-left: auto;
}

.degreeFinder-search-filter-Alignment {
    margin-left: 20%;
}

.degreeFinder-search-filter {
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 15px;
}

.catalogue-search-filter-set,
.catalogue-search-year-set {
    float: left;
}

.catalogue-search-filter-set {
    float: left;
    display: block;
    padding-right: 50px;
}

.catalogue-search-filters-right {
    float: left;
}

.catalogue-search-filter__heading {
    display: block;
    margin-bottom: 20px;
}

.degreefinder-atar-search-filter {
    padding-top: 0px;
    padding-left: 150px;
}

.degreefinder-atar-slider {
    margin-top: 5%;
}

.catalogue-search-filter__careers,
.catalogue-search-filter__items,
.catalogue-search-filter__degrees,
.catalogue-search-filter__sessions {
    float: left;
}

.catalogue-search-filter__careers,
.catalogue-search-filter__items,
.catalogue-search-filter__degrees {
    padding-right: 15px;
}

.catalogue-search-filter__career,
.catalogue-search-filter__item,
.catalogue-search-filter__degree,
.catalogue-search-filter__session {
    margin-bottom: 6px;
}

    .catalogue-search-filter__career a,
    .catalogue-search-filter__item a,
    .catalogue-search-filter__degree a,
    .catalogue-search-filter__session a {
        width: 100px;
    }

    .catalogue-search-filter__session a {
        width: 120px;
    }

a.catalogue-search-filter__toggle {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    -webkit-box-shadow: inset rgba(51, 51, 51, 0.1) 0 0 10px inset;
    -moz-box-shadow: inset rgba(51, 51, 51, 0.1) 0 0 10px inset;
    box-shadow: inset rgba(51, 51, 51, 0.1) 0 0 10px inset;
    background: #fff;
    border: 1px solid #f5edde;
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 10px;
}

    a.catalogue-search-filter__toggle:hover {
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
        background: #cde4ec;
        border: 1px solid cde4ec;
        color: #555;
    }

    a.catalogue-search-filter__toggle.catalogue-search-filter__toggle-active {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        background: #2b788f;
        border: 1px solid #2b788f;
        color: #fff;
    }

.catalogue-search-filter__degrees-hidden {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

.catalogue-search-filter__year-dropdown,
.catalogue-search-filter__deliveryModes-dropdown,
.catalogue-search-filter__college-dropdown {
    padding-right: 30px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px 3px rgba(204, 204, 204, 0.1);
    -moz-box-shadow: 1px 1px 3px 3px rgba(204, 204, 204, 0.1);
    box-shadow: 1px 1px 3px 3px rgba(204, 204, 204, 0.1);
    -webkit-appearance: button;
    -webkit-padding-end: 0;
    -webkit-user-select: none;
    -moz-appearance: button;
    -moz-padding-end: 7px;
    -moz-user-select: none;
    background: url("../images/dropdown-arrow.png") no-repeat center right;
    border: 1px solid #f5edde;
    color: #2b788f;
    cursor: pointer;
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    padding: 10px 5px 10px 8px;
    width: 100px;
}

.catalogue-search-filter__college-dropdown {
    width: 260px;
    margin-bottom: 10px;
}

.catalogue-search-filter__deliveryModes-dropdown {
    width: 100%;
}

.catalogue-search-filter-year,
.catalogue-search-filter-atar {
    margin-bottom: 30px;
}

.catalogue-search-results-showing {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    cursor: pointer;
    font-family: 'Public Sans', sans-serif;
    text-align: center;
}

    .catalogue-search-results-showing strong {
        font-weight: bold;
        padding-right: 5px;
    }

    .catalogue-search-results-showing span {
        font-weight: bold;
        color: #2b788f;
    }

    .catalogue-search-results-showing p:after {
        font-family: "FontAwesome";
        content: "\f0da";
        color: #2b788f;
        display: inline-block;
        padding-left: 8px;
        vertical-align: top;
        width: 10px;
    }

    .catalogue-search-results-showing.catalogue-search-results-showing-open p:after {
        content: "\f0d7";
    }

.catalogue-search-promo {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.catalogue-search-promo__inner {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #f5edde;
    display: block;
}

    .catalogue-search-promo__inner:hover, .catalogue-search-promo__inner:focus {
        -webkit-box-shadow: 0 0 12px 2px rgba(51, 51, 51, 0.2);
        -moz-box-shadow: 0 0 12px 2px rgba(51, 51, 51, 0.2);
        box-shadow: 0 0 12px 2px rgba(51, 51, 51, 0.2);
        border-color: #79bbcb;
    }

        .catalogue-search-promo__inner:hover .catalogue-search-promo__footer, .catalogue-search-promo__inner:focus .catalogue-search-promo__footer {
            background: #e5fafe;
        }

.catalogue-search-promo__circles {
    padding: 20px;
    text-align: center;
}

.catalogue-search-promo__circle-left,
.catalogue-search-promo__circle-right {
    font-size: 36px !important;
    font-size: 3.6rem !important;
    color: #2b788f;
    margin-bottom: 10px;
}

.catalogue-search-promo__circle-left {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    margin-right: -6px;
}

.catalogue-search-promo__circle-right {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    margin-left: -6px;
}

.catalogue-search-promo__title {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.catalogue-search-promo__description {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #666;
    line-height: 1.4;
    padding: 20px;
    text-align: center;
}

.catalogue-search-promo__footer {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    border-top: 1px solid #f5edde;
    background: #f4fbfd;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    padding: 18px 20px;
    text-align: center;
}

    .catalogue-search-promo__footer i {
        font-size: 14px !important;
        font-size: 1.4rem !important;
        padding-left: 6px;
    }

.catalogue-search-promo__footer {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    border-top: 1px solid #f5edde;
    background: #f4fbfd;
}

/* Slider */
.catalogue-search-filter-atar {
    width: 260px;
    position: relative;
}

.catalogue-search-filter-atar-hidden {
    display: none !important;
}

.catalogue-search-atar-slider {
    float: right;
    padding-right: 25%;
}

.atar-minimum-degrefinder {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-left: 30%;
    border-radius: 3px;
    background: #cde4ec;
    text-align: center;
    padding: 6px;
    color: #4c6e78;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
}

.catalogue-search-filter-deliveryModes {
    margin-bottom: 20px;
}

.catalogue-search-atar-filter-separate {
    width: 500px;
    height: 200px;
    position: relative;
}

.atar-minimum {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
    background: #cde4ec;
    text-align: center;
    padding: 6px;
    color: #4c6e78;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
}

.noUiSlider,
.noUiSlider * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    cursor: default;
}

.noUiSlider {
    position: relative;
}

    .noUiSlider a {
        position: absolute;
        z-index: 1;
        background: #2b788f;
    }

        .noUiSlider a:nth-child(2) {
            background: inherit !important;
        }

    .noUiSlider.horizontal a {
        height: 100%;
        right: 0;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .noUiSlider:before,
    body.TOUCH,
    .noUiSlider div {
        -ms-touch-action: none;
    }

    .noUiSlider:before {
        display: block;
        position: absolute;
        width: 150%;
        left: -25%;
        height: 400%;
        top: -150%;
        content: "";
        z-index: -1;
    }

    .noUiSlider.vertical:before {
        width: 400%;
        left: -150%;
        height: 150%;
        top: -25%;
    }
}

.noUiSlider {
    border: 1px solid #2b788f;
    border-radius: 3px;
}

    .noUiSlider.connect a,
    .noUiSlider.connect.lower {
        background: #2b788f;
    }

        .noUiSlider,
        .noUiSlider.connect.lower a {
            background: #cde4ec;
            box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.1);
        }

            .noUiSlider.disabled,
            .noUiSlider.disabled.connect.lower a {
                background: #ccc;
                box-shadow: none;
            }

            .noUiSlider div {
                box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.1);
                height: 18px;
                width: 18px;
                border: 1px solid #2b788f;
                border-radius: 3px;
                background: #fff;
            }

            .noUiSlider.disabled div {
                background: transparent;
            }

            .noUiSlider.horizontal {
                width: 260px;
                height: 10px;
            }

                .noUiSlider.horizontal div {
                    margin: -5px 0 0 -9px;
                }

/* Construct and compare */
.intro__construct-and-compare {
    padding-bottom: 30px;
}

.intro__construct,
.intro__compare {
    display: block;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    width: 280px;
}

.intro__construct-heading,
.intro__compare-heading {
    font-size: 26px !important;
    font-size: 2.6rem !important;
    color: #000;
    padding-bottom: 10px;
}

.intro__construct-description,
.intro__compare-description {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    color: #000;
    font-family: 'Public Sans', sans-serif;
    line-height: 1.2;
    padding-top: 12px;
}

.intro__construct-molecules-container,
.intro__compare-molecules-container {
    margin-left: auto;
    margin-right: auto;
}

.intro__construct-molecules-container {
    width: 53px;
}

.intro__compare-molecules-container {
    width: 90px;
    position: relative;
}

.mini-molecule {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #999;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    position: relative;
}

.construct-molecule-first {
    z-index: 5;
}

.construct-molecule-last {
    margin-left: -7px;
}

.compare-molecule-first {
    float: left;
}

.compare-molecule-last {
    float: right;
}

.compare-molecule-arrows {
    display: block;
    width: 22px;
    left: 50%;
    top: 8px;
    position: absolute;
    margin-left: -11px;
    height: 18px;
}

.compare-molecule-arrows__left,
.compare-molecule-arrows__right {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #bbb;
    display: block;
    position: absolute;
    top: 0;
}

.compare-molecule-arrows__left {
    left: 0;
}

.compare-molecule-arrows__right {
    right: 0;
}

.intro__construct-and-compare__middle {
    width: 260px;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
}

a.intro__construct-and-compare__constructed-degree {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #f5edde;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 15px;
}

    a.intro__construct-and-compare__constructed-degree:hover {
        -webkit-box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.1);
    }

        a.intro__construct-and-compare__constructed-degree:hover .constructed-degree__find-out-more span {
            border-color: #2b788f;
        }

.constructed-degree__title {
    font-size: 26px !important;
    font-size: 2.6rem !important;
    color: #2b788f;
    padding-bottom: 16px;
}

    .constructed-degree__title span {
        color: #a4dcec;
    }

.constructed-degree__details {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #333;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    margin-top: -5px;
}

    .constructed-degree__details span {
        padding-right: 10px;
    }

        .constructed-degree__details span:last-child {
            padding-right: 0;
        }

    .constructed-degree__details i {
        color: #4c6e78;
        padding-right: 4px;
    }

    .constructed-degree__details p {
        font-size: 16px !important;
        font-size: 1.6rem !important;
        font-weight: normal;
        padding-bottom: 0;
        line-height: 1.3;
    }

.constructed-degree__find-out-more {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    padding-top: 18px;
}

    .constructed-degree__find-out-more span {
        border-bottom: 1px solid #4c6e78;
    }

    .constructed-degree__find-out-more i {
        font-size: 14px !important;
        font-size: 1.4rem !important;
        padding-left: 5px;
    }

.intro__construct-and-compare__molecules {
    margin-top: 10px;
    text-align: center;
    height: 116.0626px;
    width: 260px;
    position: relative;
}

.construct-and-compare-molecule-arrows {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    position: absolute;
    width: 28px;
    height: 17px;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -8px;
}

.construct-and-compare-molecule-arrows__left,
.construct-and-compare-molecule-arrows__right {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    color: #bbb;
    display: block;
    position: absolute;
    top: 0;
}

.construct-and-compare-molecule-arrows__left {
    left: 0;
}

.construct-and-compare-molecule-arrows__right {
    right: 0;
}

/* Degree panel */
.construct-and-compare__degree-panel {
    margin-top: -40px;
    position: relative;
}

.construct-and-compare__degree-panel__inner {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #000;
}

.degree-panel__intro,
.degree-panel__body {
    padding: 20px;
}

.domestic-application-panel-intro {
    background: #f4fbfd;
    padding: 10px;
    border-bottom: 1px solid #f5edde;
}

.domestic-application-panel-title {
    font-size: 22px !important;
    font-size: 2.2rem !important;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    color: #2b788f;
}

.degree-panel__intro {
    border-bottom: 1px solid #000;
}

.degree-panel__college-ribbon {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    display: block;
}

    .degree-panel__college-ribbon i {
        background: #fff;
    }

.degree-panel__combine-this-degree,
.list-panel__with-one-of-these-degrees {
    display: block;
    padding-bottom: 18px;
}

.degree-panel__degree-title {
    font-size: 22px !important;
    font-size: 2.2rem !important;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    color: #000;
    padding-bottom: 14px;
}

.degree-panel__requirements {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #333;
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    padding-bottom: 20px;
}

    .degree-panel__requirements i {
        color: #4c6e78;
        padding-right: 4px;
    }

.degree-panel__requirements__units,
.degree-panel__requirements__code {
    padding-left: 15px;
}

.degree-panel__full-details {
    padding-top: 25px;
}

    .degree-panel__full-details a {
        font-size: 14px !important;
        font-size: 1.4rem !important;
        color: #757575;
    }

        .degree-panel__full-details a span {
            border-bottom: 1px solid #cccccc;
            font-family: 'Public Sans', sans-serif;
            font-weight: 600;
        }

        .degree-panel__full-details a i {
            padding-right: 4px;
        }

        .degree-panel__full-details a:hover {
            color: #2b788f;
        }

            .degree-panel__full-details a:hover span {
                border-bottom-color: #2b788f;
            }

.degree-panel__body p:last-child {
    padding-bottom: 0;
}

.degree-panel__remove a {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fff;
    border-top: 1px solid #000;
    color: #000;
    display: block;
    font-weight: bold;
    font-family: 'Public Sans', sans-serif;
    padding: 12px 20px;
    position: relative;
}

    .degree-panel__remove a span:before {
        font-size: 13px !important;
        font-size: 1.3rem !important;
        font-family: "FontAwesome";
        font-weight: normal;
        margin-top: -7px;
        position: absolute;
        top: 50%;
    }

    .degree-panel__remove a:hover {
        background: #000;
        color: #BE830E;
    }

.construct-and-compare__left-panel .degree-panel__remove {
    text-align: left;
}

    .construct-and-compare__left-panel .degree-panel__remove span {
        padding-left: 20px;
    }

        .construct-and-compare__left-panel .degree-panel__remove span:before {
            content: "\f060";
            left: 20px;
        }

.construct-and-compare__right-panel .degree-panel__remove {
    text-align: right;
}

    .construct-and-compare__right-panel .degree-panel__remove span {
        padding-right: 20px;
    }

        .construct-and-compare__right-panel .degree-panel__remove span:before {
            content: "\f061";
            right: 20px;
        }

.degree-panel__close {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
}

    .degree-panel__close a {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        display: block;
        background: #d4e7f0;
        padding: 3px;
        width: 13px;
        text-align: center;
    }

        .degree-panel__close a i {
            font-size: 14px !important;
            font-size: 1.4rem !important;
            color: #d53b3b;
        }

        .degree-panel__close a:hover i {
            color: #7d2323;
        }

/* List panel */
.list-panel__degree {
    padding-top: 7px;
    padding-bottom: 7px;
}

.list-panel__degree-text {
    position: relative;
}

.list-panel__degree-atar {
    margin-left: 10px;
    position: absolute;
    top: -4px;
    right: -85px;
}

.list-panel__search {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
    background: #cde4ec;
    margin: 5px auto 20px;
    padding: 10px;
    position: relative;
}

    .list-panel__search.degree-finder-search-box-focus {
        background: #a6cfdd;
    }

.list-panel__search__input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 5px, rgba(0, 0, 0, 0.05) 2px 2px 3px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 0 5px, rgba(0, 0, 0, 0.05) 2px 2px 3px inset;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 5px, rgba(0, 0, 0, 0.05) 2px 2px 3px inset;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    border: 1px solid #8c9ea3;
    color: #4c6e78;
    font-family: 'Public Sans', sans-serif;
    margin: 0;
    padding: 0 10px;
    width: 382px;
    height: 36px;
}

    .list-panel__search__input:focus {
        -webkit-transition-property: border;
        -moz-transition-property: border;
        -o-transition-property: border;
        transition-property: border;
        -webkit-transition-duration: 100ms;
        -moz-transition-duration: 100ms;
        -o-transition-duration: 100ms;
        transition-duration: 100ms;
        border: 1px solid #2b788f;
    }

.no-opacity .list-panel__search__input {
    line-height: 36px;
}

.list-panel__search__button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px !important;
    font-size: 1.8rem !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    background-color: #2b788f;
    color: #fff;
    border: 1px solid #3a545b;
    margin-left: -6px;
    height: 38px;
    width: 38px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

    .list-panel__search__button:focus, .list-panel__search__button:hover {
        background: #4c6e78;
    }

.list-panel__filter-by-heading {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #333;
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    border: 1px solid red;
    float: left;
}

.list-panel__filter-by__list {
    padding-bottom: 10px;
}

.list-panel__filter-by__list-item {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    float: left;
    padding-bottom: 6px;
}

    .list-panel__filter-by__list-item span {
        font-size: 14px !important;
        font-size: 1.4rem !important;
        color: #333;
        display: block;
        font-family: 'Public Sans', sans-serif;
        font-weight: bold;
        padding-right: 6px;
    }

    .list-panel__filter-by__list-item a {
        color: #2b788f;
        padding-right: 5px;
    }

        .list-panel__filter-by__list-item a:after {
            content: "/";
            color: #aaa;
            padding-left: 5px;
        }

    .list-panel__filter-by__list-item:last-child a:after {
        content: "";
    }

    .list-panel__filter-by__list-item.active a {
        color: #333333;
    }

.construct-mode .intro__compare {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.construct-mode .intro__construct {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

.construct-mode .molecule-container {
    width: 100%;
}

.construct-mode .molecule-first,
.construct-mode .molecule-last {
    -webkit-transition-property: left right;
    -moz-transition-property: left right;
    -o-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    position: absolute;
    top: 0;
}

.construct-mode .molecule-first {
    left: 18%;
}

.construct-mode .molecule-last {
    right: 18%;
}

.construct-mode .construct-and-compare-molecule-arrows {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

.compare-mode .intro__construct {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.compare-mode .intro__compare {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

.compare-mode .molecule-container {
    width: 100%;
}

.compare-mode .molecule-individual {
    margin: 0;
}

.compare-mode .molecule-first,
.compare-mode .molecule-last {
    -webkit-transition-property: left right;
    -moz-transition-property: left right;
    -o-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    position: absolute;
    top: 0;
}

.compare-mode .molecule-first {
    left: 0;
}

.compare-mode .molecule-last {
    right: 0;
}

.compare-mode .construct-and-compare-molecule-arrows {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

.construct-and-compare__left-panel,
.construct-and-compare__right-panel {
    width: 460px;
}

.construct-and-compare__left-panel {
    float: left;
    margin-left: -20px;
}

.construct-and-compare__right-panel {
    float: right;
    margin-right: -20px;
}

/* Landing page */
.intro__landing {
    text-align: center;
    padding-bottom: 30px;
}

.intro__landing-title {
    font-size: 32px !important;
    font-size: 2.7rem !important;
    margin-bottom: 15px;
    margin-top: 10px;
}

.wf-loading .intro__landing-title, .wf-inactive .intro__landing-title, .wf-failed .intro__landing-title {
    font-size: 30px !important;
    font-size: 3rem !important;
}

.intro__landing-description {
    margin-left: auto;
    margin-right: auto;
}

.landing-boxes {
    margin-top: -40px;
    margin-bottom: 40px;
    position: relative;
}

.landing-left-box,
.landing-middle-box,
.landing-right-box {
    float: left;
    width: 306px;
}

.landing-left-box {
    margin-left: -20px;
    margin-right: 20px;
}

.landing-middle-box {
    margin-left: 1px;
}

.landing-right-box {
    margin-right: -20px;
    float: right;
}

.landing-left-box__inner,
.landing-middle-box__inner,
.landing-right-box__inner {
    display: block;
    padding-top: 30px;
    position: relative;
}

.landing-middle-box__inner {
    padding-top: 20px;
}

.landing-middle-box__inner {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #f5edde;
}

    .landing-middle-box__inner:hover, .landing-middle-box__inner:focus {
        -webkit-box-shadow: 0 0 12px 2px rgba(51, 51, 51, 0.2);
        -moz-box-shadow: 0 0 12px 2px rgba(51, 51, 51, 0.2);
        box-shadow: 0 0 12px 2px rgba(51, 51, 51, 0.2);
        border-color: #79bbcb;
    }

        .landing-middle-box__inner:hover .landing__middle-box__footer, .landing-middle-box__inner:focus .landing__middle-box__footer {
            background: #e5fafe;
        }

.landing-left-box__inner,
.landing-right-box__inner {
    border: 1px solid transparent;
}

    .landing-left-box__inner .landing-ribbon,
    .landing-right-box__inner .landing-ribbon {
        visibility: hidden;
    }

    .landing-left-box__inner:hover, .landing-left-box__inner:focus,
    .landing-right-box__inner:hover,
    .landing-right-box__inner:focus {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 12px 2px rgba(51, 51, 51, 0.2);
        -moz-box-shadow: 0 0 12px 2px rgba(51, 51, 51, 0.2);
        box-shadow: 0 0 12px 2px rgba(51, 51, 51, 0.2);
        background: #fff;
        border: 1px solid #000;
    }

        .landing-left-box__inner:hover .landing-ribbon, .landing-left-box__inner:focus .landing-ribbon,
        .landing-right-box__inner:hover .landing-ribbon,
        .landing-right-box__inner:focus .landing-ribbon {
            visibility: visible;
        }

        .landing-left-box__inner:hover .landing__left-box__footer,
        .landing-left-box__inner:hover .landing__right-box__footer, .landing-left-box__inner:focus .landing__left-box__footer,
        .landing-left-box__inner:focus .landing__right-box__footer,
        .landing-right-box__inner:hover .landing__left-box__footer,
        .landing-right-box__inner:hover .landing__right-box__footer,
        .landing-right-box__inner:focus .landing__left-box__footer,
        .landing-right-box__inner:focus .landing__right-box__footer {
            border-top: 1px solid #000;
            background: #000;
            margin-top: 0;
            padding-top: 18px;
            color: #BE830E;
        }

.landing__left-box__title,
.landing__middle-box__title,
.landing__right-box__title {
    font-family: 'Public Sans', sans-serif;
    color: #000;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.landing__middle-box__title {
    font-size: 20px !important;
    font-size: 2rem !important;
}

.landing__left-box__title,
.landing__right-box__title {
    font-size: 18px !important;
    font-size: 1.8rem !important;
}

.landing__left-box__description,
.landing__middle-box__description,
.landing__right-box__description {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #666;
    line-height: 1.4;
    padding: 20px;
}

.landing-ribbon {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    color: #BE830E;
    position: absolute;
    top: -3px;
    left: 10px;
}

.landing__left-box__footer,
.landing__middle-box__footer,
.landing__right-box__footer {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: url("../images/divider-shadow-landing.png") no-repeat center 0;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    padding: 18px 20px;
    text-align: center;
}

    .landing__left-box__footer i,
    .landing__middle-box__footer i,
    .landing__right-box__footer i {
        font-size: 14px !important;
        font-size: 1.4rem !important;
        padding-left: 6px;
    }

.landing__middle-box__footer {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    border-top: 1px solid #f5edde;
    background: #f4fbfd;
}

.landing__left-box__footer,
.landing__right-box__footer {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    border-top: 1px solid transparent;
    margin-top: -1px;
    padding-top: 19px;
    color: #000;
}

.landing-icon {
    background: url("../images/landing-sprites.png") no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.landing__left-box__icon {
    width: 48px;
    height: 26px;
    margin-top: 5px;
}

.landing__middle-box__icon {
    width: 59px;
    height: 33px;
    margin-top: 5px;
    margin-bottom: 13px;
    background-position: -58px 0;
}

.landing__right-box__icon {
    width: 41px;
    height: 26px;
    margin-top: 5px;
    background-position: -126px 0;
}

.page-contact {
    min-width: 960px;
}

.page-contact__inner {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.page-contact-info {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    color: #000;
}

    .page-contact-info span {
        padding-left: 5px;
        padding-right: 5px;
    }

/* Base */
html {
    background-color: #333;
    font-size: 62.5%;
}

body {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    background: #fdfdfd url("../images/bg-texture.gif");
    color: #222;
    font-family: 'Public Sans', sans-serif;
    position: relative;
}



/* Breadcrumbs */
.breadcrumbs {
    min-width: 960px;
    background-color: #FFF;
}


.breadcrumbs__list {
    margin-left: 20px;
    margin-right: 20px;
    padding: 12px 0;
    width: 920px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb__list-item {
    display: inline;
    padding-right: 10px;
}

a.breadcrumb__list-anchor {
    color: #000;
}

    a.breadcrumb__list-anchor:hover {
        color: #000;
    }

    a.breadcrumb__list-anchor:after {
        content: "/";
        padding-left: 12px;
        color: #000;
    }


    a.breadcrumb__list-anchor.breadcrumb__list-anchor-current {
        color: #945f00;
    }

        a.breadcrumb__list-anchor.breadcrumb__list-anchor-current:after {
            display: none;
        }


/* Intro */
.intro {
    -webkit-font-smoothing: antialiased;
    background: #F5EDDE;
    /* border-bottom: 1px solid #b4e6f1;*/
    position: relative;
    min-width: 960px;
}



.intro__inner {
    padding-top: 25px;
}

.intro__shadow {
    -webkit-box-shadow: inset 0 -25px 25px -25px rgba(68, 68, 68, 0.1);
    -moz-box-shadow: inset 0 -25px 25px -25px rgba(68, 68, 68, 0.1);
    box-shadow: inset 0 -25px 25px -25px rgba(68, 68, 68, 0.1);
    height: 25px;
    width: 100%;
}



.intro__degree-type {
    display: block;
    padding-bottom: 15px;
}



.intro__degree-title {
    color: #000;
    line-height: 1;
    padding-bottom: 20px;
}


.intro__degree-title__component {
    display: block;
}

.intro__degree-title__divider {
    color: #000;
}



.intro__degree-description {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    color: #000;
    font-family: 'Public Sans', sans-serif;
    line-height: 1.4;
}

    .intro__degree-description span {
        font-weight: bold;
    }



.intro__degree-description__text {
    float: left;
    width: 52%;
}

.first-year .intro__degree-description__text {
    width: 100%;
}

.intro__apply-to-study {
    text-align: right;
    padding-bottom: 25px;
    position: relative;
}

.intro__apply-to-study__current-academic-year {
    float: left;
    padding-top: 1px;
}

.subplan .intro__apply-to-study__current-academic-year, .course .intro__apply-to-study__current-academic-year {
    float: right;
}

.current-academic-year__toggle {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 5px;
    position: relative;
}

    .current-academic-year__toggle:hover, .current-academic-year__toggle.current-academic-year__toggle-open {
        border-color: #000;
        color: #000;
    }



.intro__content {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
}

/* Main */
.main {
    background: #fdfdfd url("../images/bg-texture.gif");
    min-width: 960px;
}

.main-center {
    align-content: center;
    margin-left: 10%;
}

.main-inner {
    -webkit-font-smoothing: antialiased;
    padding-bottom: 40px;
}

.body {
    margin-left: 20px;
    margin-right: 20px;
}

.body__inner {
    padding-top: 25px;
}

.body__inner__columns {
    *zoom: 1;
}

    .body__inner__columns:before,
    .body__inner__columns:after {
        content: "";
        display: table;
    }

    .body__inner__columns:after {
        clear: left;
    }

.body__inner__column {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.body__inner__column-first {
    margin-left: 0;
}

.body__inner__column-last {
    margin-right: 0;
}

.back-to-top {
    display: block;
    padding-top: 1em;
}



/* Apply to study */
a.apply-to-study-button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    background: #FFF;
    color: #000;
    border-color: #be830e;
    border-style: solid;
    display: inline-block;
    float: right;
    margin-left: 10px;
    padding: 8px 32px 7px 8px;
    position: relative;
    /*text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);*/
}

    a.apply-to-study-button:hover {
        background-color: #000;
        color: #be830e;
    }


.apply-to-study-button__mortar-board-icon {
    border-color: #945f00;
    padding-right: 8px;
    width: 19px;
    height: 10px;
    display: inline-block;
    background: url("../images/mortar-board-icon-black.png") no-repeat;
}

a.apply-to-study-button:hover .apply-to-study-button__mortar-board-icon {
    background: url("../images/mortar-board-icon.png") no-repeat;
}

.apply-to-study-button__bookmark-icon {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    color: #a9c1c6;
    position: absolute;
    top: 0;
    right: 8px;
}

a.enquire-now-button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    background: #FFF;
    color: #000;
    border-color: #be830e;
    border-style: solid;
    display: inline-block;
    float: right;
    padding: 8px 8px 7px;
    position: relative;
    /*text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);*/
}

    a.enquire-now-button:hover {
        color: #be830e;
        background: #000;
    }



.enquire-now-button__user-icon {
    border-color: #000;
    padding-right: 11px;
}

a.how-to-apply-link {
    margin-left: 25px;
}

.class-summary {
    float: right;
    position: relative;
    width: 440px !important;
    margin-left: 50px;
}

/* Summary box */
.degree-summary {
    float: right;
    position: relative;
    width: 440px !important;
    margin-left: 50px;
}

.degree-summary-inner {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #000;
    margin-bottom: 15px;
}



.degree-summary__requirements {
    border-bottom: 1px solid #000;
    padding: 16px 20px;
}

.subplan .degree-summary__requirements, .course .degree-summary__requirements {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #F5EDDE;
}





.degree-summary__requirements-length,
.degree-summary__requirements-units {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    color: #333333;
    float: left;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
}

    .degree-summary__requirements-length i,
    .degree-summary__requirements-units i {
        padding-right: .5em;
    }

.degree-summary__requirements-length {
    padding-right: 30px;
}

.degree-summary__requirements-heading {
    padding-right: 5px;
}

.degree-summary__admission {
    background-color: #F5EDDE;
    padding: 20px 20px 0;
}



.degree-summary__admission-heading {
    display: block;
    padding-bottom: 15px;
}

.degree-summary__admission-atar,
.degree-summary__admission-qld,
.degree-summary__admission-intl {
    float: left;
    padding-right: 15px;
}

.degree-summary__admission-container {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000;
    background: #fff;
    width: 72px;
}



.degree-summary__admission-label {
    -moz-border-radius-topleft: 3px -1;
    -webkit-border-top-left-radius: 3px -1;
    border-top-left-radius: 3px -1;
    -moz-border-radius-bottomleft: 3px -1;
    -webkit-border-bottom-left-radius: 3px -1;
    border-bottom-left-radius: 3px -1;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    background: #000;
    border: none;
    color: #FFF;
    display: block;
    float: left;
    font-weight: bold;
    letter-spacing: .1em;
    height: 100%;
    padding: 4px 4px 3px;
    text-align: center;
    text-decoration: none;
    width: 37px;
}



.degree-summary__admission-score {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #000;
    display: block;
    font-weight: bold;
    float: left;
    text-align: center;
    padding-top: 3px;
    width: 27px;
}


.degree-summary__admission-note {
    text-align: right;
    padding-top: 4px;
}

    .degree-summary__admission-note a {
        border-bottom: 1px solid #000;
        font-family: 'Public Sans', sans-serif;
        font-weight: 600;
        color: #000;
    }

        .degree-summary__admission-note a:hover {
            color: #BE830E;
            border-bottom-color: #BE830E;
        }

.degree-summary__admission-extras {
    background-color: #F5EDDE;
    border-bottom: 1px solid #000;
    padding: 18px 20px 20px;
}



.degree-summary__prerequisites a,
.degree-summary__bonus-points a {
    font-weight: 600;
    font-family: 'Public Sans', sans-serif;
    color: #000;
    margin-right: 15px;
}

    .degree-summary__prerequisites a:hover,
    .degree-summary__bonus-points a:hover {
        color: #BE830E;
    }

.prerequisites__asterisk-icon,
.bonus-points__trophy-icon {
    padding-right: .6em;
}

.degree-summary__first-years {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    background-color: white;
    border-bottom: 1px solid #000;
    display: block;
    font-family: 'Public Sans', sans-serif;
    padding: 14px 20px;
    line-height: 1.2;
    position: relative;
    color: #000;
}

    .degree-summary__first-years a {
        color: #000;
    }

    .degree-summary__first-years i {
        padding-right: .6em;
        position: absolute;
        top: 14px;
        left: 20px;
    }

    .degree-summary__first-years span {
        padding-left: 25px;
        display: inline-block;
    }

    .degree-summary__first-years:hover {
        color: #BE830E;
    }

        .degree-summary__first-years:hover strong {
            color: #BE830E;
        }



.degree-summary__career {
    float: right;
    width: 45%;
    padding-bottom: 2%;
}

.degree-summary__codes {
    padding: 20px 5px 8px;
}

.degree-summary__codes-column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}

.degree-summary__code {
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 12px;
}

.degree-summary__code-heading {
    display: block;
    padding-bottom: 2px;
}

.degree-summary__code-text {
    display: block;
    padding-left: 21px;
}

.degree-summary__code-value {
    display: block;
    padding-left: 21px;
    font-weight: bold;
}

.degree-summary__code-text a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}

    .degree-summary__code-text a:hover {
        color: #BE830E;
    }

.degree-summary__code-file-icon,
.degree-summary__code-flag-icon,
.degree-summary__code-calendar-icon,
.degree-summary__code-cog-icon,
.degree-summary__code-envelope-icon,
.degree-summary__code-user-icon,
.degree-summary__code-tag-icon,
.degree-summary__code-book-icon,
.degree-summar__code-tablet-icon,
.degree-summary__code-truck-icon {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    display: inline-block;
    width: 21px;
}

.degree-summary__actions {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #FFF;
    border-top: 1px solid #000;
}



.degree-summary__add-to-interests,
.degree-summary__compare {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
}

.degree-summary__add-to-interests {
    border-right: 1px solid #f5edde;
}

.degree-summary__add-to-interests-icon-first,
.degree-summary__add-to-interests-icon-last,
.degree-summary__compare-icon {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    margin-right: 12px;
}

.degree-summary__add-to-interests-icon-first {
    margin-right: 0;
}

.degree-summary__add-to-interests-icon-last {
    margin-left: -5px;
}

.degree-summary__add-to-interests-icon-first,
.degree-summary__add-to-interests-icon-last {
    /* color: rgba(43, 120, 143, 0.7);*/
}

.no-rgba .degree-summary__add-to-interests-icon-first, .no-rgba .degree-summary__add-to-interests-icon-last {
    color: #2b788f;
}

.degree-summary__compare-icon {
    color: #2b788f;
}

a.degree-summary__actions-link {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    border-bottom: 1px solid transparent;
    color: #333333;
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    padding: 15px 20px;
    text-align: center;
}

    a.degree-summary__actions-link:hover {
        color: #BE830E;
        background-color: #000;
        border-bottom-color: #f5edde;
    }

/* Testimonial / Marketing */
.testimonial {
    margin-left: 40px;
    margin-bottom: 40px;
    float: right;
}

.testimonial__image,
.aside__image {
    -webkit-box-shadow: 0 0 10px 3px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0 0 10px 3px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 10px 3px rgba(51, 51, 51, 0.1);
    border: 3px solid white;
}



.testimonial__blockquote {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #2b788f;
    line-height: 1.4;
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    padding-bottom: .7em;
}


.testimonial__citation {
    color: #4c6e78;
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
}


.marketing {
    float: right;
    margin-left: 50px;
    margin-top: 40px;
    margin-bottom: 50px;
    width: 400px;
}

.marketing__asset {
    -webkit-box-shadow: 0 0 10px 3px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0 0 10px 3px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 10px 3px rgba(51, 51, 51, 0.1);
    border: 3px solid white;
    display: block;
    margin-bottom: 20px;
}

.marketing__title {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    color: #2b788f;
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    padding-bottom: 0.6em !important;
}

.marketing__description {
    color: #888;
    padding-bottom: 0;
}

.aside__heading {
    padding-top: 0.2em !important;
    padding-bottom: 0.8em !important;
}

.aside__text {
    word-wrap: break-word;
}

/* Collapsible sections */
.collapse-toggle {
    color: #4c6e78;
    cursor: pointer;
}

    .collapse-toggle:hover {
        color: #2b788f;
    }

    .collapse-toggle:after {
        font-family: "FontAwesome";
        content: "\f0d7";
        padding-left: 8px;
        vertical-align: top;
    }

    .collapse-toggle.collapse-closed:after {
        content: "\f0da";
    }

/* Aside */
/*.affix {
    top: 30px;
    position: fixed;
}*/

.sticky {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0; /* You can adjust this value */
}

.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 60px;
}

.secondary-navigation-wrapper {
    clear: right;
    float: right;
}

.secondary-navigation-aside__heading {
    display: inline-block;
    line-height: 1.5;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #be830e;
}



.secondary-navigation {
    border-left: 1px solid #be830e;
    padding-left: 20px;
}


.secondary-navigation__list-item {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}

    .secondary-navigation__list-item:before {
        content: "";
        display: block;
        background: #be830e;
        width: 6px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: -20px;
    }



    .secondary-navigation__list-item.active:before {
        width: 10px;
        height: 2px;
        margin-top: -1px;
    }

    .secondary-navigation__list-item.active:after {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        content: "";
        display: block;
        background: #BE830E;
        width: 8px;
        height: 8px;
        position: absolute;
        margin-top: -4px;
        top: 50%;
        left: -24px;
    }

    .secondary-navigation__list-item.active a {
        color: #BE830E;
    }

        .secondary-navigation__list-item.active a:hover {
            color: #BE830E;
        }

a.secondary-navigation__anchor {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #333333;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    line-height: 1.2;
}

    a.secondary-navigation__anchor:hover {
        color: #be830e;
    }

.maintenance-box {
    background: url("../images/molecule-background.png") no-repeat;
    display: block;
    width: 800px;
    height: 390px;
    margin-left: auto;
    margin-right: auto;
}

.maintenance-box__inner {
    -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1);
    background: #e5fafe;
    border: 1px solid #f5edde;
    padding: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
}

    .maintenance-box__inner:hover {
        -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
    }

.maintenance-heading {
    font-size: 31px !important;
    font-size: 3.1rem !important;
    color: #2b788f;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    padding-bottom: .6em;
    text-align: center;
}

.maintenance-text {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    color: #333;
    font-family: 'Public Sans', sans-serif;
    text-align: center;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0 !important;
}

.back-to-link i {
    padding-right: 10px;
}

/* Social media icons */
.social-icons {
    margin-bottom: 10px;
}

.twitter-wrapper,
.class-download-wrapper,
.facebook-wrapper,
.wattle-wrapper,
.canvas-wrapper,
.google-wrapper {
    float: left;
    margin-right: 10px;
}

.google-wrapper {
    /*padding-left: 15px;*/
}

.twitter-wrapper iframe {
    /*width: 95px !important;*/
}

.class-download-button {
    display: inline-block;
    background: url("../images/class-download.png");
    text-indent: -9999em;
    width: 83px;
    height: 20px;
}

.wattle-share-button {
    display: inline-block;
    background: url("../images/wattle-share.png");
    text-indent: -9999em;
    width: 67px;
    height: 20px;
}

.canvas-share-button {
    display: inline-block;
    text-indent: -9999em;
    background: url("../images/canvas-share.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: 19px;
    width: 65px;
    border: solid 1px black;
    border-radius: 3px;
}

.facebook-share {
    display: inline-block;
    background: url("../images/facebook-share.png");
    text-indent: -9999em;
    width: 61px;
    height: 20px;
}

    .facebook-share:hover {
        background-position: 0 -20px;
    }

.year-selector__construct-and-compare__middle {
    margin-left: 400px;
    margin-bottom: 30px;
    display: block;
}

.requisite {
    white-space: pre-wrap;
}

div.programbanner {
    background-color: #fff;
    color: #000;
    padding: 12px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
}

    div.programbanner a, div.programbanner a:hover, div.programbanner a:visited {
        font-weight: bold;
    }

div.progbanner {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    background-color: lightgray;
    color: #2b788f;
    font-weight: bold;
    padding: 12px;
    margin-right: 250px;
    margin-bottom: 2em;
}

.course-tabs-menu {
    height: 30px;
    float: left;
}

.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}

    .tabs-menu .tab {
        height: 30px;
        line-height: 30px;
        float: left;
        margin-right: 1px;
        padding: 0 10px;
        background-color: #f5edde;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-left: 1px solid #000;
    }

.course-tabs-menu .course-tab {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 1px;
    padding: 0 10px;
    background-color: #f5edde;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.tabs-menu .tab.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
    line-height: 40px;
    height: 35px;
    margin-top: -5px;
}

.course-tabs-menu .course-tab.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
    line-height: 40px;
    height: 35px;
    margin-top: -5px;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.course-tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.tabs-menu .current a {
    color: #2e7da3;
    font-weight: bold;
}

.course-tabs-menu .current a {
    color: #000;
    font-weight: bold;
}

.course-tab {
    border: 1px solid #000;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.tab {
    border: 1px solid #f5edde;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    width: 660px;
    padding: 20px;
    display: none;
}

.course-tab-content {
    width: 660px;
    padding: 20px;
    display: none;
}

#tab-1 {
    display: block;
}

#tabs-container {
    margin: 5px 0;
}

.class-contact-table {
    width: auto;
    text-align: left;
}

    .class-contact-table tr {
        border: none !important;
    }

    .class-contact-table th,
    .class-contact-table td {
        padding: 0 2em 0.6em 0;
        text-align: left;
        border-top: none !important;
    }

.consulting-hourse-table {
    width: auto;
    text-align: left;
}

    .consulting-hourse-table tr {
        border: none;
    }

    .consulting-hourse-table th,
    .consulting-hourse-table td {
        padding: 0 15px 5px 0;
        text-align: left;
    }

.consulting-hours h3 {
    text-align: left;
}

.contact-image {
    width: 140px;
    height: 140px;
    max-width: none;
    border-radius: 50%;
    background-color: #D3D3D3;
}



.class-summary__code-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
    font-weight: normal !important;
    padding-left: 21px;
}

.class-summary__code-value {
    display: block;
    padding-left: 21px;
    font-weight: bold;
    text-align: left;
}

.margin-vertical {
    margin-bottom: 13px;
}



@media print {
    /* line 3, ../Sass/components/_print.scss */
    html, body, .main {
        background: none;
    }

    /* line 8, ../Sass/components/_print.scss */
    .no-print, .no-print * {
        display: none !important;
    }

    /* line 12, ../Sass/components/_print.scss */
    .transition {
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* line 17, ../Sass/components/_print.scss */
    .intro__shadow, .body__inner {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    /* line 24, ../Sass/components/_print.scss */
    .body {
        margin-left: 0;
        margin-right: 0;
    }

    /* line 29, ../Sass/components/_print.scss */
    .main-inner {
        padding-bottom: 0;
        min-width: 100%;
    }

    /* line 34, ../Sass/components/_print.scss */
    .intro__inner {
        min-width: 100%;
    }

    /* line 38, ../Sass/components/_print.scss */
    .intro__page-title {
        padding-left: 0;
    }

    /* line 42, ../Sass/components/_print.scss */
    .form-row {
        padding: 10px 10px;
    }

    /* line 46, ../Sass/components/_print.scss */
    .form-row--list {
        border-left: 1px solid #f5edde;
        border-right: 1px solid #f5edde;
    }

    /* line 51, ../Sass/components/_print.scss */
    .form-row--category {
        padding: 10px;
    }

    /* line 55, ../Sass/components/_print.scss */
    .glimpse {
        display: none;
    }

    .pdf-page {
        padding: 0 !important;
        border: none !important;
    }

    .initial-summary-page {
        margin-top: 50px;
    }

    /* line 59, ../Sass/components/_print.scss */
    table {
        border: 0px solid #f5edde;
        border-bottom: none;
        page-break-inside: auto;
    }
        /* line 64, ../Sass/components/_print.scss */
        table tr {
            page-break-inside: avoid;
            page-break-after: auto;
        }
        /* line 69, ../Sass/components/_print.scss */
        table thead {
            display: table-header-group;
        }
        /* line 73, ../Sass/components/_print.scss */
        table tfoot {
            display: table-footer-group;
        }

        table tr td {
            border: 0px solid #000;
        }
}

.student-contribution-band {
    display: inline-block!important;
    margin-bottom: 0.4em!important;
}
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropup,
.dropdown {
	position: relative;
	color: #000;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.table th.sortable {
	cursor: pointer;
}
.table th.sortable:hover {
	text-decoration: underline;
}

.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.dropdown li a {
    text-align: center;
    padding: 3px 15px;
}

.dropdown-menu li.selected a {
    font-weight: bold;
}

.intro__apply-to-study__current-academic-year .dropdown-menu {
    min-width: 50px;
}

.course-or {
    font-weight: bold;
}

.degree-summary__code-text_noellipsis a {
    white-space: normal;
}

h4 {
    font-weight: bold;
}

.how-to-apply-link {
    border-bottom: 1px solid #cccccc;
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    float: right;
    position: relative;
    margin-top: 8px;
    margin-right: 20px;
}

.field-validation-error {
    display: block;
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
}

.list-panel__search .field-validation-error {
    color: red;
    text-align: left;
}

.table-search-results-degrees .table-detail-name, .table-search-results-degrees .table-heading-title {
    width: 38%;
}

.table-search-results-degrees .table-heading-studyas {
    width: 10%;
}

.table-search-results-degrees .table-heading-code {
    width: 12%;
}

.table-search-results-degrees .table-heading-atar {
    width: 7%;
}

.table-search-results-degrees .table-heading-years {
    width: 7%;
}

.degree-finder-wait {
    background-position: 590px center;
    background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
}

.search-result-wait {
    background-position: right 10px center;
    background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
}

.tt-is-under-cursor .degree-finder__results-study-as a {
    color: #fff;
}

.compare-create-program-searching {
    background-position: 380px center;
    background-image: url('../images/ajax-loader-sml.gif');
    background-repeat: no-repeat;
}

.compare-create-program-getting-more {
    background-position: 170px center;
    background-image: url('../images/ajax-loader-sml.gif');
    background-repeat: no-repeat;
}

.degree-finder__results-footer .compare-create-program-getting-more {
    display: block;
    font-weight: bold;
    color: #2b788f;
    text-align: center;
    padding: 10px 20px;
}

.retrieving-program-summary-details {
    background-position: 360px center;
    background-image: url('../images/ajax-loader-sml.gif');
    background-repeat: no-repeat;
}

.search-result-searching {
    background-position: 380px center;
    background-image: url('../images/ajax-loader-sml.gif');
    background-repeat: no-repeat;
    height: 16px;
}

.search-result-sorting {
    background-image: url('../images/ajax-loader-sml.gif');
    background-position: left 50% top 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: transparent; /*dim the background*/
}

.sortasc-header {
    color: #000;
    vertical-align: central;
}

    .sortasc-header:after {
        content: "\f0d7";
        font-size: 13px;
        font-family: "FontAwesome";
    }

.sortdesc-header {
    color: #000;
    vertical-align: central;
}

    .sortdesc-header:after {
        content: "\f0d8 ";
        font-size: 13px;
        font-family: "FontAwesome";
    }

.list-panel__filter-by__list-item:last-child {
    width: 16px;
    height: 16px;
    background-image: url('../images/ajax-loader-sml.gif');
    background-position: center;
    background-repeat: no-repeat;
}

.degree-panel__intro-did-you-know {
    padding: 0;
    background: #f4fbfd;
    line-height: 1.5;
    border-bottom: 1px solid #fea;
}

    .degree-panel__intro-did-you-know a {
        padding: 5px 20px;
        display: block;
    }

    .degree-panel__intro-did-you-know span {
        font-size: 1.4rem !important;
        font-weight: bold;
        font-family: 'Public Sans', sans-serif;
    }

.combine-compare-search-filter__toggle {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 10.5px !important;
    font-size: 1.1rem !important;
    -webkit-box-shadow: inset rgba(51, 51, 51, 0.1) 0 0 10px inset;
    -moz-box-shadow: inset rgba(51, 51, 51, 0.1) 0 0 10px inset;
    box-shadow: inset rgba(51, 51, 51, 0.1) 0 0 10px inset;
    background: #fff;
    border: 1px solid #fea;
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 3px 5px;
    margin-right: 3px;
}

    .combine-compare-search-filter__toggle:hover, a.combine-compare-search-filter__toggle.combine-compare-search-filter__toggle-active {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        background: #2b788f;
        border: 1px solid #2b788f;
        color: #fff;
    }

.list-panel__filter-by__list-item a:after {
    content: "";
    color: #aaa;
    padding-left: 0;
}

.table-compare-degrees .table-detail-atar.de-emphasise {
    font-weight: normal;
}

.degree-finder-list__area-heading:after {
    display: none;
}

.catalogue-search-filter__careers-hidden,
.catalogue-search-filter__sessions-hidden {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

    .catalogue-search-filter__careers-hidden a.catalogue-search-filter__toggle:hover,
    .catalogue-search-filter__sessions-hidden a.catalogue-search-filter__toggle:hover {
        display: none;
    }

    .catalogue-search-filter__degrees-hidden a.catalogue-search-filter__toggle:hover,
    .catalogue-search-filter__sessions-hidden a.catalogue-search-filter__toggle:hover,
    .catalogue-search-filter__careers-hidden a.catalogue-search-filter__toggle:hover {
        background: #fff;
        border: 1px solid #fea;
        color: #4c6e78;
        cursor: default;
        display: block;
    }

.catalogue-search-filter__year-dropdown,
.catalogue-search-filter__college-dropdown,
.catalogue-search-filter__deliveryModes-dropdown {
    -webkit-padding-end: 30px;
}

.noUiSlider a {
    background: #2b788f;
}

.masthead__title a {
    color: #ffffff;
}

#devlmsg {
    background-color: #990000;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    display: block;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    font-size: 1.1em;
    letter-spacing: 0.25em;
    padding: 10px 0;
}

.error-page-message, .maintenance-page-message {
    font-size: 1.3em;
    text-align: center;
    width: 100%;
}

.subplan-course-requirement-heading {
    font-style: italic;
}

.preview-banner, .preview-error {
    width: 100%;
    border: medium solid;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
}

.preview-banner {
    border-color: #000000;
}

.preview-error {
    border-color: #FF0000;
}

.catalogue-search-advanced {
    text-align: center;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
}

.marketing-content {
    float: right;
    margin-left: 50px;
    margin-top: 40px;
    margin-bottom: 50px;
    width: 300px;
}


.catalogue-search-auto-correct {
    display: none;
}

.catalogue-search-results-showing {
    line-height: 1.4;
}

    .catalogue-search-results-showing p:after {
        font-size: 2.2rem !important;
        content: "\f138";
        vertical-align: middle;
        margin-top: -2.8px;
    }

    .catalogue-search-results-showing.catalogue-search-results-showing-open p:after {
        content: "\f13a";
    }

/*.body__inner__column ul li  a {
    color: #1E6F87;
}*/

.body__inner p a {
    /*font-weight: bold;*/
    color: #00549E;
}

    .body__inner p a:hover {
        color: #BE830E;
    }


h3.degree-subplan {
    padding-top: 0;
    color: #000;
}

.selt-link {
    display: flex;
}

.bubble {
    position: relative;
    width: 120px;
    height: 15px;
    padding: 0px;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: #bbb solid 1px;
}

    .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 4px 8px 4px 0;
        border-color: transparent #FFFFFF;
        display: block;
        width: 0;
        z-index: 1;
        left: -7px;
        top: 3px;
    }


    .bubble:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 4px 6px 4px 0;
        border-color: transparent #bbb;
        display: block;
        width: 0;
        z-index: 0;
        left: -7px;
        top: 3px;
    }

.bubble {
    white-space: nowrap;
    text-align: center;
    color: #333;
    font-size: 0.85em !important;
    padding-top: 0.3em;
}

.course-social div {
    float: left;
}

.course-social img {
    max-height: 19px;
    padding-right: 10px;
}

.google-wrapper {
    /*width: 75px;*/
}

.subplans-table-caption {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
}

.hpad {
    padding-left: 10px;
    padding-right: 10px;
}

.vpad {
    padding-top: 10px;
    padding-bottom: 10px;
}

.globalsearch {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

#bnr-right h1 {
    font-size: 20.4px!important;
}

#menu {
    float: left;
    clear: left;
    width: 25%;
}

#menu .narrow {
    width: 83.3333%;
    margin-left: 20px;
    margin-right: 20px;
}

#print-hdr {
    display: none;
    visibility: hidden;
}

#explore-wrap {
    background: #222;
    height: 25px;
}

#explore {
    color: #CCC;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#explore-hdr {
    float: left;
}

#explore-hdr em {
    font-weight: normal;
    font-style: normal;
    font-size: 1.1em;
    line-height: 0;
}

.explore-hdr-drop {
    left: 0;
    background: #FFF;
    border-left: #ACC0C6 1px solid;
    border-right: #ACC0C6 1px solid;
    border-bottom: #ACC0C6 1px solid;
}

.explore-hdr-drop-right {
    position: relative;
    left: 155px;
}

#explore-hdr #srch-hdr-mini, #explore-hdr #srch-hdr-mini ul li a {
    float: right;
}

#explore-hdr #srch-hdr-mini li a, #explore-hdr #srch-hdr-mini li a:link, #explore-hdr #srch-hdr-mini li a:visited, #explore-hdr #srch-hdr-mini li a:active, #explore-hdr #srch-hdr-mini li a:hover {
    padding: 0;
}

#explore-hdr #srch-hdr-mini li {
    padding: 5px 10px 5px 0px;
}

#explore-hdr a {
    color: #DDD;
    text-decoration: none;
    display: block;
    float: left;
    padding: 5px 10px 5px 20px;
    height: 15px;
}

#explore-hdr a:link, #explore-hdr a:visited, #explore-hdr a:active {
    color: #DDD;
    text-decoration: none;
    display: block;
    float: left;
    padding: 5px 10px 5px 20px;
    height: 15px;
}

#explore-hdr a:hover {
    color: #FFF;
    cursor: pointer;
    background: #444;
}

#explore-hdr ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
}

#explore-hdr li {
    display: block;
    float: left;
    font-weight: bold;
    position: relative;
}

#explore-hdr #srch-hdr-mini ul li {
    float: right;
    clear: both;
}

#explore-hdr ul ul {
    position: absolute;
    z-index: 500;
    top: 25px;
    display: none;
    width: 318px;
}

.explore-hdr-drop-div {
    left: 0;
    background: #FFF;
    border-left: #ACC0C6 1px solid;
    border-right: #ACC0C6 1px solid;
    border-bottom: #ACC0C6 1px solid;
    top: 25px;
    display: none;
    position: absolute;
    width: 318px;
}

#explore-hdr ul .explore-hdr-drop-div ul {
    top: 4px;
    display: block;
    position: relative;
    background: none;
    border: none;
    width: 155px;
}

#explore-hdr ul .explore-hdr-drop-div ul ul {
    top: 0;
}

#explore-hdr ul .explore-hdr-drop-div .explore-hdr-drop-right {
    left: 0;
}

#explore-hdr ul ul ul {
    display: block;
    position: relative;
    top: 0px;
    padding-left: 16px;
}

#explore-hdr ul .explore-hdr-drop-right {
    width: 160px;
}

#srch-hdr-mini ul {
    left: -243px;
}

#explore-hdr ul ul li {
    clear: left;
    font-weight: normal;
    line-height: 0.9em;
    font-size: 1.0em;
    letter-spacing: 0.0em;
}

#explore-hdr ul .explore-hdr-drop-right li {
    line-height: 1.2em;
}

#explore-hdr ul ul li a {
    color: #4C6E78;
    text-decoration: none;
    display: block;
    float: left;
    padding: 5px 10px 5px 10px;
    height: auto;
    width: 140px;
}

#explore-hdr ul ul li a:link, #explore-hdr ul ul li a:visited, #explore-hdr ul ul li a:active {
    color: #4C6E78;
    text-decoration: none;
    display: block;
    float: left;
    padding: 5px 10px 5px 10px;
    height: auto;
    width: 140px;
}

#explore-hdr ul ul li a:hover {
    color: #6C4D23;
    background: #FFF;
    text-decoration: underline;
}

#explore-hdr ul ul li a em {
    color: #4C6E78;
    background: #FFF;
    font-size: 0.85em;
    font-style: normal;
    font-weight: normal;
    line-height: 0.8em;
}

#explore-hdr ul ul li a:hover em {
    color: #6C4D23;
    text-decoration: none;
}

#explore-hdr ul ul li a.h-cass:hover {
    color: #6C4D23;
}

#explore-hdr ul ul li a.h-cap:hover {
    color: #6C4D23;
}

#explore-hdr ul ul li a.h-cbe:hover {
    color: #6C4D23;
}

#explore-hdr ul ul li a.h-cecs:hover {
    color: #6C4D23;
}

#explore-hdr ul ul li a.h-cl:hover {
    color: #6C4D23;
}

#explore-hdr ul ul li a.h-cmbe:hover {
    color: #6C4D23;
}

#explore-hdr ul ul li a.h-cps:hover {
    color: #6C4D23;
}

a.h-cass:hover em,
a.h-cap:hover em,
a.h-cbe:hover em,
a.h-cecs:hover em,
a.h-cl:hover em,
a.h-cmbe:hover em,
a.h-cps:hover em {
    text-decoration: none;
}

div#explore-hdr li:hover {
    cursor: pointer;
    z-index: 100;
}

#explore-hdr ul.azdrop {
    padding: 0px 0px 10px 15px;
    width: 105px;
}

#explore-hdr ul ul li.az {
    clear: none;
    width: 24px;
    margin-bottom: 2px;
}

#explore-hdr ul ul li.az a {
    padding: 2px 2px 2px 2px;
    height: auto;
    width: 12px;
    text-align: center;
}

#explore-hdr ul ul li.az a:hover {
    border: #CCC 1px solid;
}

#explore-hdr ul ul li.azclose a {
    width: 85px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.gsasuggest ul li.query-suggestion-title {
    display: block;
    padding: 8px 10px 4px 10px;
    transition: none;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    line-height: 20px;
    font-weight: bold;
}

.gsasuggest ul li a em {
    font-style: normal;
    font-weight: bold;
}

.gsasuggest ul li a {
    color: #55707D;
    display: block;
    padding: 4px 10px;
    transition: none;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
}

.gsasuggest, .anustaffsuggest {
    position: absolute !important;
    background: #FFF;
    color: #666;
    border: #CCC solid 1px;
    text-align: left !important;
    display: none;
    right: 10%;
    top: 20px;
    min-width: 180px;
    z-index: 60;
}

.gsasuggest ul li a:hover {
    background: #333;
    color: #fff
}

.gsasuggest ul li a.active, .gsasuggest ul li a
em {
    font-style: normal;
    font-weight: bold
}

input#qt {
    border-bottom: 2px solid #be830e;
}

.bnr-gw2-search .txt {
    display: block;
    float: left;
    height: 32px;
    border: 0;
    border-radius: 0;
    background: #FFF;
    margin: 0;
    padding: 0 0 0 6px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    width: 200px;
}

#srch-hdr {
    float: right;
    clear: right;
    margin: -2px 2% 0 0;
    padding: 2px 0 0 0;
    display: inline;
    width: 44%;
}

#srch-hdr form {
    margin: 0;
    padding: 0;
}

#srch-hdr form div {
    text-align: right;
    position: relative;
}

#srch-hdr input.txt {
    background: #CCC;
    border: #111 1px solid;
    padding: 0 2px 0 2px;
    margin: 0;
    position: relative;
    top: -2px;
    font-size: 1.0em;
}

#srch-hdr input.s-btn {
    position: relative;
    top: 3px;
}

#srch-hdr.srch-hdr-grad input.txt {
    top: 0;
}

#srch-hdr.srch-hdr-grad label {
    top: 0;
    vertical-align: middle;
}

#srch-hdr.srch-hdr-grad select {
    top: 0;
}

#srch-hdr.srch-hdr-grad .rdo {
    margin: 3px 0 3px 0.5ex;
    vertical-align: middle;
}

#srch-hdr .srch-radio {
        vertical-align: middle;
        margin: 0;
        padding: 0;
        display: inline;
    }

input.btn-tiny {
    min-width: 30px;
    min-height: 20px;
    font-size: 0.9em;
}

input.btn-small {
    min-width: 80px;
    min-height: 20px;
    font-size: 0.9em;
    font-weight: bold;
}

input.btn-medium {
    min-width: 130px;
    min-height: 30px;
    font-size: 1.0em;
    font-weight: bold;
}

input.btn-large {
    min-width: 180px;
    min-height: 30px;
    font-size: 1.0em;
    font-weight: bold;
}

input.btn-xlarge {
    min-width: 200px;
    min-height: 50px;
    font-size: 1.2em;
    font-weight: bold;
}

input.btn-black-grad:hover, input.btn-black-grad:focus {
    border-color: #ccc;
    color: #FFF;
    cursor: pointer;
}

input.btn-uni-grad:hover, input.btn-uni-grad:focus {
    border-color: #666;
    color: #333;
    cursor: pointer;
}

input.btn-black-grad {
    border: 1px #666 solid;
    border-radius: 2px;
    background: #333;
    color: #ccc;
    margin: 2px 0 0 0;
    background-image: linear-gradient(bottom, #111 0%, #333 50%, #666 51%, #333 100%);
    background-image: -o-linear-gradient(bottom, #111 0%, #333 50%, #666 51%, #333 100%);
    background-image: -moz-linear-gradient(bottom, #111 0%, #333 50%, #666 51%, #333 100%);
    background-image: -webkit-linear-gradient(bottom, #111 0%, #333 50%, #666 51%, #333 100%);
    background-image: -ms-linear-gradient(bottom, #111 0%, #333 50%, #666 51%, #333 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #111111), color-stop(0.5, #333333), color-stop(0.51, #666666), color-stop(1, #333333) );
}

input.btn-uni-grad {
    border: 1px #999 solid;
    border-radius: 2px;
    color: #666;
    background: #EAEFF1;
    margin: 2px 0 0 0;
    background-image: linear-gradient(bottom, #D6E0E3 0%, #EAEFF1 50%, #F7F9F9 51%, #EAEFF1 100%);
    background-image: -o-linear-gradient(bottom, #D6E0E3 0%, #EAEFF1 50%, #F7F9F9 51%, #EAEFF1 100%);
    background-image: -moz-linear-gradient(bottom, #D6E0E3 0%, #EAEFF1 50%, #F7F9F9 51%, #EAEFF1 100%);
    background-image: -webkit-linear-gradient(bottom, #D6E0E3 0%, #EAEFF1 50%, #F7F9F9 51%, #EAEFF1 100%);
    background-image: -ms-linear-gradient(bottom, #D6E0E3 0%, #EAEFF1 50%, #F7F9F9 51%, #EAEFF1 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #D6E0E3), color-stop(0.5, #EAEFF1), color-stop(0.51, #F7F9F9), color-stop(1, #EAEFF1) );
}

a.btn-action {
    background: #333;
    margin: 0;
    display: block;
    padding: 20px 2px 20px 2px;
    text-align: center;
    color: #FFF;
    font-size: 1.5em;
    line-height: 1.1em;
    text-decoration: none;
}

    a.btn-action:hover {
        background: #666;
    }

a.btn-action-uni {
    background: #ACC0C6;
    margin: 0;
    display: block;
    padding: 20px 2px 20px 2px;
    text-align: center;
    color: #000;
    font-size: 1.5em;
    text-decoration: none;
}

    a.btn-action-uni:hover {
        background: #D6E0E3;
    }

#srch-hdr label {
    position: relative;
    top: -3px;
    font-size: 0.9em;
    text-transform: uppercase;
}

#srch-hdr select {
    position: relative;
    top: -3px;
    font-size: 0.8em;
    text-transform: uppercase;
    max-width: 93px;
}

#bnr-wrap {
    background: #333;
    clear: both;
}

#bnr, #bnr-gwy {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #666;
    clear: both;
}

#bnr-gwy {
    height: 112px;
}

#bnr-left {
    float: left;
    margin: 0;
    padding: 20px 2.0833% 20px 2.0833%;
    display: inline;
    width: 150px;
}

#bnr-left-tuckwell {
    float: left;
    margin: 0;
    padding: 20px;
    display: inline;
}

#bnr-right {
    float: right;
    margin: 0 20px 0 0;
    display: inline;
}

#bnr-gwy #bnr-left {
    width: 200px;
}

#footer-wrap {
    display: block;
    float: left;
    clear: left;
    width: 100%;
    background: #000;
}

#anu-footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #000;
    height: 100px;
}

#anu-detail {
    float: left;
    width: 20%;
    margin: 10px 0 0 0;
}

#anu-address {
    float: left;
    width: 28%;
    margin: 10px 0 0 0;
}

    #anu-detail p, #anu-address p {
        color: #fff;
        font-size: 1em;
        padding: 5px 20px 20px 20px;
        float: left;
    }

#anu-detail ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    #anu-detail ul li {
        display: block;
        float: left;
        width: auto;
    }

        #anu-detail ul li a {
            font-weight: normal;
            color: #fff;
            text-decoration: none;
            display: block;
            float: left;
            padding: 5px 25px 5px 20px;
            height: 15px;
        }

            #anu-detail ul li a:hover {
                color: #be830e;
                cursor: pointer;
               
            }

#anu-groups {
    margin: 10px 0 20px 0;
    float: right;
    width: 50%;
    text-align: right;
    height: auto;
}


.calender-button-wrapper {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}


.anu-vision-play {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.anu-ftr-go8 {
    float: right;
    width: 100px;
    height: 60px;
}

.anu-ftr-iaru {
    float: right;
    width: 115px;
    height: 30px;
}

.anu-ftr-edx {
    float: right;
    width: 50px;
    height: 30px;
}

.anu-ftr-apru {
    float: right;
    width: 113px;
    height: 30px;
}

.large strong a {
    text-decoration: none;
}

.large a:hover {
    text-decoration: underline;
}

.sml-hdr strong {
    font-weight: normal;
}

.sml-hdr a {
    color: #4C6E78;
    text-decoration: none;
}

    .sml-hdr a:hover {
        color: #6C4D23;
        text-decoration: underline;
    }

.grey-hdr a, .hdr-grey a {
    color: #666;
    text-decoration: none;
}

    .grey-hdr a:hover, .hdr-grey a:hover {
        text-decoration: underline;
    }

.gold-hdr a, .hdr-gold a {
    color: #4C6E78;
    text-decoration: none;
}

    .gold-hdr a:hover, .hdr-gold a:hover {
        text-decoration: underline;
    }

.blue-hdr a, .hdr-blue a {
    color: #4C6E78;
    text-decoration: none;
}

    .blue-hdr a:hover, .hdr-blue a:hover {
        text-decoration: underline;
    }

.col-title a {
    text-decoration: none;
    font-weight: normal;
}

    .col-title a:hover {
        color: #6C4D23;
        text-decoration: underline;
    }

.pullquote p {
    background: url(../images/styles/quote-out.png) no-repeat bottom right;
    margin: 0px;
    padding: 5px 30px 5px 30px;
}

.pullquote.left {
    margin-right: 20px;
}

.pullquote.right {
    margin-left: 20px;
}

.pullquote.fullwidth {
    width: 100%;
}

.boxlink a {
    float: left;
    margin: 2px;
    text-decoration: none;
    padding: 0px 4px 0px 4px;
    border: #ACC0C6 1px solid;
}

    .boxlink a.linkselect {
        color: #FFF;
        background: #ACC0C6;
    }

    .boxlink a:hover {
        border: #D6E0E3 1px solid;
        background: #D6E0E3;
        color: #FFF;
    }

.boxlink-whiteborder a {
    border-color: #FFF;
}

.boxlink .azinactive {
    color: #999;
    border-color: white;
}

    .boxlink .azinactive:hover {
        color: #999;
        background: none;
        border-color: #FFF;
    }

.browseboxlink {
    width: 100%;
    margin: 2px 0 2px 0;
    line-height: 1.4em;
}

.boxlinkfixed {
    width: 0.9em;
}


menu {
    margin: 0;
    padding: 0;
}

#breadcrumb {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 0.9em;
    color: #666;
}

    #breadcrumb a {
        text-decoration: none;
    }

        #breadcrumb a:hover {
            text-decoration: underline;
        }

#page-header {
    padding-bottom: 5px;
    text-align: right;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.85em;
    font-weight: bold;
    border-bottom: #CCC 1px solid;
}

#page-header a {
    text-decoration: none;
    color: #666;
}

#page-header a:hover {
    text-decoration: underline;
    color: #666;
}


img, embed, object, video {
    max-width: 100%;
    height: auto;
    width: auto;
}

img.block {
    display: block;
}

img.absmiddle {
    vertical-align: middle;
    margin-bottom: 0.25em;
}


.nounderline, .nounderline a {
    text-decoration: none;
}

    .nounderline a:hover {
        text-decoration: underline;
    }

.nodisplay {
    display: none;
    visibility: hidden;
}

.anu-right-swap1, .anu-right-swap2, .anu-right-swap3 {
    float: right;
}

.sml-hdr {
    color: #333;
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: normal;
}

.boxlink {
}

.linkselect {
}

.clear {
    clear: both;
}

.noclear {
    clear: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.nodisplay {
    display: none;
}

.tools-college, .tools-main, .tools-grey, .tools-uni {
    text-transform: uppercase;
    letter-spacing: 0.0em;
    font-size: 0.7em;
    font-style: normal;
    font-weight: bold;
    display: block;
    line-height: 1.0em;
    float: left;
}

.contactsearch {
    width: 75%;
}

.bg-dark {
    background-color: #111;
    color: #fff;
}

.bg-dark a {
    color: #fff;
}

.bg-black {
    background-color: #000;
    color: #fff;
}

.bg-black a {
    color: #fff;
}

.bg-white {
    background-color: #fff;
}

.bg-uni, .bg-blue, .bg-gold {
    background-color: #ACC0C6;
}

.bg-uni a {
    color: #111;
}

.bg-uni50, .bg-blue50, .bg-gold50 {
    background-color: #D6E0E3;
}

.bg-uni50 a {
    color: #111;
}

.bg-uni25, .bg-blue25, .bg-gold25 {
    background-color: #EAEFF1;
}

.bg-uni10, .bg-blue10, .bg-gold10 {
    background-color: #F7F9F9;
}

.bg-grey {
    background-color: #333;
    color: #fff;
}

    .bg-grey a {
        color: #fff;
    }

.bg-grey50 {
    background-color: #999;
}

    .bg-grey50 a {
        color: #222;
    }

.bg-grey25 {
    background-color: #CCC;
}

    .bg-grey25 a {
        color: #333;
    }

.bg-grey10 {
    background-color: #EBEBEB;
}

.bdr-black {
    border-color: #000;
}

.bdr-white {
    border-color: #fff;
}

.bdr-uni, .bdr-blue, .bdr-gold {
    border-color: #ACC0C6;
}

.bdr-uni50, .bdr-blue50, .bdr-gold50 {
    border-color: #D6E0E3;
}

.bdr-uni25, .bdr-blue25, .bdr-gold25 {
    border-color: #EAEFF1;
}

.bdr-uni10, .bdr-blue10, .bdr-gold10 {
    border-color: #F7F9F9;
}

.bdr-grey {
    border-color: #333;
}

.bdr-grey50 {
    border-color: #999;
}

.bdr-grey25 {
    border-color: #CCC;
}

.bdr-grey10 {
    border-color: #EBEBEB;
}

.text-black,
.text-black a,
.text-black a:visited,
.text-black a:hover,
.text-black a:active {
    color: #000;
}

.text-white,
.text-white a,
.text-white a:visited,
.text-white a:hover,
.text-white a:active {
    color: #fff;
}

.text-grey {
    color: #666;
}

.text-uni, .text-gold, .text-blue {
    color: #4C6E78;
}

.grd-uni {
    background: #ACC0C6 url(../images/styles/gradient-uni.jpg) repeat-x bottom left;
}

.grd-uni50 {
    background: #D6E0E3 url(../images/styles/gradient-uni50.jpg) repeat-x bottom left;
}

.grd-uni25 {
    background: #EAEFF1 url(../images/styles/gradient-uni25.jpg) repeat-x bottom left;
}

.grd-uni10 {
    background: #F7F9F9 url(../images/styles/gradient-uni10.jpg) repeat-x bottom left;
}

.grd-blue {
    background: #ACC0C6 url(../images/styles/gradient-uni.jpg) repeat-x bottom left;
}

.grd-blue50 {
    background: #D6E0E3 url(../images/styles/gradient-uni50.jpg) repeat-x bottom left;
}

.grd-blue25 {
    background: #EAEFF1 url(../images/styles/gradient-uni25.jpg) repeat-x bottom left;
}

.grd-blue10 {
    background: #F7F9F9 url(../images/styles/gradient-uni10.jpg) repeat-x bottom left;
}

.grd-grey {
    background: #333 url(../images/styles/gradient-grey.jpg) repeat-x bottom left;
}

.grd-grey50 {
    background: #999 url(../images/styles/gradient-grey50.jpg) repeat-x bottom left;
}

.grd-grey25 {
    background: #CCC url(../images/styles/gradient-grey25.jpg) repeat-x bottom left;
}

.grd-grey10 {
    background: #EBEBEB url(../images/styles/gradient-grey10.jpg) repeat-x bottom left;
}

.grd-gold {
    background: #ACC0C6 url(../images/styles/gradient-uni.jpg) repeat-x bottom left;
}

.grd-gold50 {
    background: #D6E0E3 url(../images/styles/gradient-uni50.jpg) repeat-x bottom left;
}

.grd-gold25 {
    background: #EAEFF1 url(../images/styles/gradient-uni25.jpg) repeat-x bottom left;
}

.grd-gold10 {
    background: #F7F9F9 url(../images/styles/gradient-uni10.jpg) repeat-x bottom left;
}

.text-blue50 {
    color: #D6E0E3;
}

.text-blue25 {
    color: #EAEFF1;
}

.text-blue10 {
    color: #F7F9F9;
}

.text-grey50 {
    color: #999;
}

.text-grey25 {
    color: #ccc;
}

.text-grey10 {
    color: #EBEBEB;
}

.text-gold50 {
    color: #D6E0E3;
}

.text-gold25 {
    color: #EAEFF1;
}

.text-gold10 {
    color: #F7F9F9;
}

#SearchForm {
    color: #DDD;
}

#SearchForm label {
        float: none;
        padding: 0;
        width: 0;
    }

.search-form label {
    color: #333;
}

#bnr-wrap {
    background: #fff;
    border-bottom: #BE830E 2px solid;
}

#bnr-underline {
    clear: both;
    border-bottom: #D6E0E3 solid 1px;
}
#bnr-gwy #bnr-right {
    padding-right: 0;
    padding-top: 25px;
    font-size: 1em;
    line-height: normal;
}

#bnr-right {
    padding-top: 22px;
    font-size: 1.5em;
    color: #ebebeb;
    text-align: right;
    letter-spacing: 0.05em;
    line-height: 0.75em;

}
#bnr-mid {
    padding-top: 20px;
    font-size: 1.5em;
    color: #ebebeb;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 0.75em;
    float: left;
    width: 50%;
}

.bnr-line-1 {
    margin: 0;
}

.bnr-2line {
    padding-top: 12px !important;
}

.bnr-line-1 h1 {
    padding: 0;
    font-size: 0.94em !important;
    letter-spacing: 0.03em;
    line-height: 1.1em;
    margin: 0;
    text-transform: uppercase !important;
    font-family: 'Public Sans',sans-serif;
    text-shadow: none;
    font-weight: normal !important;
}

.bnr-collegeof h1 {
    line-height: 1.1em;
    margin-bottom: 6px;
}

.bnr-line-2 {
    font-size: 0.65em;
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 1.1em;
}

.bnr-line-3 {
    font-size: 0.65em;
    margin-bottom: 2px;
    line-height: 1.1em;
}

.bnr-line-1 h1 a:link, .bnr-line-1 h1 a:visited {
    text-transform: none;
    color: #000;
    text-decoration: none;
}

.bnr-line-1 h1 a:hover, .bnr-line-1 h1 a:active {
    color: #000;
    text-decoration: none;
}

.bnr-line-2 a:link, .bnr-line-2 a:visited, .bnr-line-3 a:link, .bnr-line-3 a:visited {
    color: #EBEBEB;
    text-decoration: none;
}

.bnr-line-2 a:hover, .bnr-line-2 a:active, .bnr-line-3 a:hover, .bnr-line-3 a:active {
    color: #000;
    text-decoration: none;
}

.bnr-1line {
    padding-top: 12px;
    margin-left:100px;
}

.bnr-2line {
    padding-top: 6px;
    margin-left: 100px;
}

.bnr-2linetop6 {
    padding-top: 6px;
    margin-bottom: 2px;
}

.bnr-3line {
    padding-top: 0;
    margin-top: -4px;
}

.bnr-collegeof {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#bnr-wrap {
    border-bottom-color: #BE830E;
}

@media only screen and (max-width: 479px) {
    #explore, #bnr, #bnr-gwy, #gw-nav, #body, #anu-footer, #tabs-nav {
        width: 320px;
    }

    .narrow {
        width: 93.7500%;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 1.3em;
    }

    .wide {
        width: 93.7500%;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 1.3em;
    }

    .doublenarrow {
        width: 93.7500%;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 1.3em;
    }

    .doublewide {
        width: 93.7500%;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 1.3em;
    }

    .full {
        width: 93.7500%;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 1.3em;
    }

    .one-third {
        width: 93.7500%;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 1.3em;
    }

    .two-third {
        width: 93.7500%;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 1.3em;
    }

    .w-narrow {
        width: 100%;
        line-height: 1.3em;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .w-wide {
        width: 100%;
        line-height: 1.3em;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .w-doublenarrow {
        width: 100%;
        line-height: 1.3em;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .w-doublewide {
        width: 100%;
        line-height: 1.3em;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .w-full {
        width: 100%;
        line-height: 1.3em;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .w-one-third {
        width: 100%;
        line-height: 1.3em;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .w-two-third {
        width: 100%;
        line-height: 1.3em;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .box.doublenarrow {
        width: 87.5%;
    }

    .box.one-third {
        width: 87.5%;
    }

    .box.narrow {
        width: 87.5%;
    }

    #content .narrow {
        width: 93.7500%;
        margin-left: 10px;
        margin-right: 10px;
    }

        #content .narrow .w-narrow {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

    #content .wide {
        width: 93.7500%;
        margin-left: 10px;
        margin-right: 10px;
    }

        #content .wide .w-narrow {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        #content .wide .w-wide {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

    #content .doublenarrow {
        width: 93.7500%;
        margin-left: 10px;
        margin-right: 10px;
    }

        #content .doublenarrow .w-narrow {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        #content .doublenarrow .w-wide {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        #content .doublenarrow .w-doublenarrow {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

    #content .doublewide {
        width: 93.7500%;
        margin-left: 10px;
        margin-right: 10px;
    }

        #content .doublewide .w-narrow {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        #content .doublewide .w-wide {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        #content .doublewide .w-doublenarrow {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        #content .doublewide .w-doublewide {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        #content .doublewide .box .w-wide,
        #content .doublewide .box-solid .w-wide,
        #content .doublewide .box-solid-uni .w-wide,
        #content .doublewide .box-solid-grey .w-wide,
        #content .doublewide .box-bdr2 .w-wide,
        #content .doublewide .box-bdr2-uni .w-wide {
            width: 100%;
        }

    #content .doublenarrow .box .w-narrow,
    #content .doublenarrow .box-solid .w-narrow,
    #content .doublenarrow .box-solid-uni .w-narrow,
    #content .doublenarrow .box-solid-grey .w-narrow,
    #content .doublenarrow .box-bdr2 .w-narrow,
    #content .doublenarrow .box-bdr2-uni .w-narrow {
        width: 100%;
    }

    #content .doublewide .box .w-narrow,
    #content .doublewide .box-solid .w-narrow,
    #content .doublewide .box-solid-uni .w-narrow,
    #content .doublewide .box-solid-grey .w-narrow,
    #content .doublewide .box-bdr2 .w-narrow,
    #content .doublewide .box-bdr2-uni .w-narrow {
        width: 100%;
    }

    #content .w-narrow.padleft {
        padding-left: 0;
    }

    .two-third .w-doublenarrow {
        width: 100%;
        margin-left: 0 !important;
    }

    .two-third .left.w-full {
        width: 93.7500%;
    }

    .box20 {
        padding: 10px;
    }

    .full .box20 .w-one-third {
        width: 100%;
    }

    .full .box20 .w-narrow {
        width: 100%;
    }

    #menu .narrow {
        width: 93.7500%;
        margin-left: 10px;
        margin-right: 0%;
    }

    .anu-col-left {
        width: 93.7500% !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .anu-col-right {
        width: 93.7500% !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .anu-gw-col-left {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .anu-gw-col-right {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    #gw-iconlist {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    #feat #anu-features-rotating, #anu-features-rotating {
        width: 94%;
        margin-left: 10px;
        margin-right: 10px;
    }

        #feat #anu-features-rotating .feature-text, #anu-features-rotating .feature-text, #anu-features-rotating-2 .feature-text {
            width: 53.1250%;
        }

            #anu-features-rotating .feature-text p,
            #anu-features-rotating-2 .feature-text p,
            #anu-features-rotating-22 .feature-text p {
                display: none;
                visibility: hidden;
            }

        #anu-features-rotating .feature-image, .anu-vision-play img, #anu-features-rotating-2 .feature-image {
            width: 120px;
            height: 80px;
        }

    .feat-letters, .feat-letters-png, .feat-letters-gif {
        display: none;
    }

    .vid-full-3 {
        width: 320px;
        height: 106px;
    }

    .anuform label, .anuform .form-align-col2, .anuform.labelwide label, .anuform.labelwide .form-align-col2, .anuform .radiofield legend, .anuform.labelwide .radiofield legend, .anuform.labelfull .radiofield legend {
        width: 98%;
        padding-right: 0;
        float: left;
        text-align: left;
    }

    .anuform .instruction, .anuform.labelwide .instruction {
        margin-left: 10px;
    }

    .anuform input.text.tfull {
        width: 95%;
    }

    .anuform textarea.tfull {
        width: 95%;
    }

    #anu-features-rotating,
    #anu-features-rotating-2,
    #anu-features-rotating-22,
    #anu-features-rotating .feature-box,
    #anu-features-rotating-2 .feature-box,
    #anu-features-rotating-22 .feature-box,
    #anu-features-rotating .feature-text,
    #anu-features-rotating-2 .feature-image,
    #anu-features-rotating-22 .feature-image,
    #anu-features-rotating-2 .feature-text,
    #anu-features-rotating-22 .feature-text {
        height: 80px;
    }

        #anu-features-rotating h1, #anu-features-rotating h2,
        #anu-features-rotating-2 h1, #anu-features-rotating-2 h2,
        #anu-features-rotating-22 h1, #anu-features-rotating-22 h2,
        #anu-features-vertical h1, #anu-features-vertical h2,
        #anu-features-vertical-w h1, #anu-features-vertical-w h2 {
            font-size: 1.0em;
        }

    #anu-features-rotating, #anu-features-rotating-2, #anu-features-rotating-22 {
        height: 95px;
    }

        #anu-features-rotating .feature-box,
        #anu-features-rotating-2 .feature-box,
        #anu-features-rotating-22 .feature-box {
            height: 90px;
        }

    #features-nav-rotating {
        left: 0px;
        top: 85px;
    }

    #features-nav-rotating-2 {
        left: 0px;
        top: 85px;
        width: 90%;
    }

    #feat #features-nav-rotating {
        left: 0px;
        top: 95px;
    }

    #feat-learn {
        height: 420px;
    }

        #feat-learn #anu-features-rotating, #feat-learn #anu-features-rotating .feature-box {
            height: 360px;
        }

            #feat-learn #anu-features-rotating .feature-text {
                width: 100%;
                height: 170px;
                line-height: 1.5em;
            }

            #feat-learn #anu-features-rotating .feature-image {
                width: 100%;
                height: 150px;
                padding-bottom: 10px;
            }

        #feat-learn #features-nav-rotating {
            top: 360px;
        }

        #feat-learn #anu-features-rotating .feature-text p {
            display: block;
            visibility: visible;
            font-size: 1.0em;
        }

    #anu-features-ticker .features-fade {
        left: 65%;
        width: 15%;
    }

    #anu-features-ticker .feature-text {
        width: 78%;
    }

    #features-nav-ticker {
        left: 78%;
        width: 30%;
    }

    #srch-hdr2 {
        position: absolute;
        top: 19px;
        left: -245px;
        width: 300px;
        display: none;
        float: none;
        padding-bottom: 10px;
    }

    #srch-hdr {
        display: none;
    }

    #srch-hdr2 form div {
        text-align: center;
    }

    .srch-hdr-show {
        background: #FFF;
        border-left: #ACC0C6 1px solid;
        border-right: #ACC0C6 1px solid;
        border-bottom: #ACC0C6 1px solid;
    }

    #srch-hdr-img {
        position: relative;
        float: right;
        margin-top: 2px;
        margin-right: 10px;
    }

    #srch-hdr-mini {
        position: relative;
        float: right;
        margin-top: 0;
        margin-right: 0;
    }

    #srch-hdr .globalsearch {
        width: 48%;
    }

    #srch-hdr2 p {
        margin-right: 5%;
    }

        #srch-hdr2 p a:link, #srch-hdr2 p a:visited {
            text-decoration: none;
        }

        #srch-hdr2 p a:hover {
            text-decoration: underline;
        }

    #srch-hdr2 .srch-select {
        display: block;
        float: right;
        margin: 12px 5% 10px 0;
        width: 34%;
    }

    #srch-hdr2 input.s-btn {
        display: block;
        margin-right: 5%;
        float: right;
    }

    #srch-hdr2 input.txt {
        background: #CCC;
        border: #111 1px solid;
        padding: 0 2px 0 2px;
        margin: 10px 5% 10px 5%;
        display: block;
        float: left;
        font-size: 1.0em;
        width: 45%;
    }

    #srch-hdr2 select {
        display: block;
        float: left;
        font-size: 0.8em;
        text-transform: uppercase;
        width: 100%;
    }

    #srch-hdr-mini ul li {
        width: 94%;
    }

    #srch-hdr-mini .srch-select {
        display: block;
        float: right;
        margin: 10px 0 0 0;
        width: 34%;
    }

    #srch-hdr-mini input.s-btn {
        display: block;
        margin-right: 1px;
        float: right;
    }

    #srch-hdr-mini input.txt {
        background: #CCC;
        border: #111 1px solid;
        padding: 0 2px 0 2px;
        margin: 10px 5% 0 10px;
        display: block;
        float: left;
        font-size: 1.0em;
        width: 45%;
    }

    #srch-hdr-mini.srch-gw2 input.txt {
        width: 70%;
    }

    #srch-hdr-mini select {
        display: block;
        float: right;
        font-size: 0.8em;
        width: 100%;
    }

    #bnr-gwy {
        height: 70px;
    }

    #bnr-left {
        padding: 10px 0px 5px 10px;
        width: 150px;
        clear: both;
    }

    #bnr-right {
        padding: 5px 0px 10px 10px;
        margin: 0;
        text-align: left;
        float: left;
        clear: both;
    }

    #bnr-gwy #bnr-left {
        width: 150px;
    }

    #bnr-gwy #bnr-right {
        padding: 5px 0px 10px 10px;
        margin-right: 10px;
    }

    #gw2select-options {
        margin-left: 10px;
    }

    #gwhnav2select-options {
        margin-left: 1%;
    }

    #explore-hdr a:link, #explore-hdr a:visited, #explore-hdr a:active {
        padding-left: 8px;
    }

    #explore-hdr {
        width: 100%;
    }

        #explore-hdr ul {
            width: 100%;
        }

    .social-icons-bnr {
        width: 400px;
    }

        .social-icons-bnr img {
            height: 24px;
        }

    .blockleft {
        padding-left: 5px;
    }

    .blockright {
        padding-right: 5px;
    }

    #anu-news-img, #anu-vision-img {
        width: 120px;
    }

    #anu-events, #anu-news, #anu-vision {
        margin-bottom: 0;
        padding-bottom: 0;
    }

        #anu-news p.hdr-uni, #anu-vision p.hdr-uni {
            padding-top: 5px;
            border-top: #CCC 1px solid;
        }

        #anu-news h2.hdr-uni, #anu-vision h2.hdr-uni {
            padding-top: 5px;
            border-top: #CCC 1px solid;
        }

    #gw-iconlist {
        width: 93.5%;
    }

    #anu-news .anu-rss-img {
        padding-top: 5px;
    }

    #anu-vision .anu-rss-img {
        padding-top: 5px;
    }

    #body-pod p.hdr-uni {
        border-top: none;
    }

    #body-pod h2.hdr-uni {
        border-top: none;
    }

    #anu-news .news-description {
        display: none;
        visibility: hidden;
    }

    .anu-news-image {
        float: left;
        display: inline;
        width: 50%;
    }

    .anu-news-text {
        float: left;
        display: inline;
        width: 50%;
    }

    .anu-vision-image {
        float: left;
        display: inline;
        width: 50%;
    }

    .anu-vision-text {
        float: left;
        display: inline;
        width: 50%;
    }

        .anu-vision-text p.col-title, .anu-news-text p.col-title {
            margin-top: 0px;
        }

    .anu-news-text-p {
        display: none;
        visibility: hidden;
    }

    #anu-detail ul li, #anu-detail ul li a {
        width: 96%;
    }

        #anu-detail ul li a {
            padding: 5px 10px;
        }

    #anu-address {
        float: left;
        width: 96%;
    }

        #anu-address p {
            padding-left: 10px;
        }

    #anu-groups {
        margin-top: 0;
        float: left;
        width: 96%;
        text-align: left;
    }

    #update-details {
        width: 94%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .pullquote {
        width: 100%;
    }

        .pullquote.left {
            margin-right: 0px;
        }

        .pullquote.right {
            margin-left: 0px;
        }

    .description {
        margin-right: 0;
        width: 100%;
    }

    .anu-right-swap1, .anu-right-swap2, .anu-right-swap3 {
        float: left;
    }

    .anu-left-swap1, .anu-left-swap2, .anu-left-swap3 {
        float: right;
    }

    .links {
        margin-left: 0;
        width: 100%;
    }

    .anu-logo-pipe {
        display: none;
    }

    .anu-ftr-go8 {
        float: left;
        clear: both;
    }

    .anu-ftr-iaru {
        float: left;
    }

    .anu-ftr-edx {
        float: left;
    }

    .anu-ftr-apru {
        float: left;
    }

    .calendar-week7 {
        width: 32%;
    }

    #f4, #content #f4 {
        width: 300px;
        height: 360px;
        margin: 5px 10px 10px 10px;
    }

    #f4-features, #content #f4-features {
        display: none;
    }

    #f4-shorts, #content #f4-shorts {
        width: 300px;
        height: 360px;
        float: left;
    }

    #f4 #f4-short-1, #f4 #f4-short-2, #f4 #f4-short-3, #f4 #f4-short-4,
    #content #f4 #f4-short-1, #content #f4 #f4-short-2, #content #f4 #f4-short-3, #content #f4 #f4-short-4 {
        padding-left: 0px;
        padding-right: 15px;
        height: 90px;
    }

    #f4 .f4-short-image, #content #f4 .f4-short-image {
        float: left;
        height: 90px;
        width: 90px;
    }

    #f4 .f4-short-title, #content #f4 .f4-short-title {
        padding: 10px 0px 0px 100px;
    }

    #f4 .f4-short-brief, #content #f4 .f4-short-brief {
        padding: 5px 0px 5px 100px;
        display: block;
    }

    #f4 .f4-short-selected, #content #f4 .f4-short-selected {
        border-left: none;
        padding-left: 0px !important;
    }

    .show-rsp4 {
        display: none;
        visibility: hidden;
    }

    .show-rsp1 {
        display: inline;
        visibility: visible;
    }

    .anuform label img {
        position: static;
        right: 0;
    }

    .one-third .yt-vid,
    .two-third .yt-vid,
    .doublewide .yt-vid,
    .wide .yt-vid,
    .narrow .yt-vid,
    .doublenarrow .yt-vid,
    .full .yt-vid,
    #content .full .yt-vid {
        height: 168px;
    }

    .gsasuggest {
        width: 320px;
        left: -12px;
        top: 50px;
    }

        .gsasuggest ul {
            left: 0 !important;
            width: 100% !important;
            padding-left: 0 !important;
        }

        .gsasuggest li {
            float: left;
        }

            .gsasuggest li a {
                width: 100% !important;
                text-decoration: none;
                color: #666 !important;
            }

    .search-boxes {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .marginleft {
        margin-left: 10px;
    }

    .marginright {
        margin-right: 10px;
    }

    .marginall {
        margin-left: 10px;
        margin-right: 10px;
    }

    .padleft {
        padding-left: 10px;
    }

    .padright {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    #explore, #bnr, #bnr-gwy, #gw-nav, #body, #anu-footer, #tabs-nav {
        width: 480px;
    }

    #menu .narrow {
        width: 91.6667%;
        margin-left: 20px;
        margin-right: 0%;
    }


    #srch-hdr select {
        max-width: 60px;
    }

    #srch-hdr {
        display: block;
        width: 42%;
        margin-right: 20px;
    }

    #srch-hdr-img {
        display: none;
    }

    #explore-hdr #srch-hdr-mini {
        display: none;
    }

    #srch-hdr .globalsearch {
        width: 33%;
    }

    #srch-hdr.srch-gw2 .globalsearch {
        width: 50%;
    }

    #srch-hdr .srch-radio {
        display: none;
    }

    #srch-hdr .srch-select {
        display: inline;
    }

    #bnr-gwy {
        height: 70px;
    }

    #explore-hdr {
        padding-left: 6px;
    }

        #explore-hdr a:link, #explore-hdr a:visited, #explore-hdr a:active {
            padding-left: 14px;
        }

    #bnr-left {
        padding: 10px 0px 10px 20px;
        clear: both;
    }

    #bnr-right {
        padding: 5px 0px 10px 20px;
        margin: 0;
        text-align: left;
        float: left;
        clear: both;
    }

    #gw2select-options {
        margin-left: 20px;
    }

    #gwhnav2select-options {
        margin-left: 1%;
    }

    #bnr-gwy #bnr-left {
        width: 150px;
        padding: 10px 0px 0px 14px;
    }

    #bnr-gwy #bnr-right {
        padding: 5px 20px 10px 0px;
    }

    .blockleft {
        padding-left: 10px;
    }

    .blockright {
        padding-right: 10px;
    }

    #anu-news-img, #anu-vision-img {
        width: 100%;
    }

    #gw-iconlist {
        width: 91.5%;
    }

    #content #anu-events {
        width: 91.6666%;
    }

    .anu-event-block {
        width: 91.6666%;
    }

    #update-details {
        width: 91.6666%;
    }

    .description {
        margin-right: 0;
        width: 100%;
    }

    .anu-right-swap2, .anu-right-swap3 {
        float: left;
    }

    .anu-left-swap2, .anu-left-swap3 {
        float: right;
    }

    .links {
        margin-left: 0;
        width: 100%;
    }

    .calendar-week7 {
        width: 24%;
    }

    #f4, #content #f4 {
        width: 440px;
        height: 360px;
        margin: 5px 20px 10px 20px;
    }

    #f4-features, #content #f4-features {
        display: none;
    }

    #f4-shorts, #content #f4-shorts {
        width: 440px;
        height: 360px;
        float: left;
    }

    #f4 #f4-short-1, #f4 #f4-short-2, #f4 #f4-short-3, #f4 #f4-short-4,
    #content #f4 #f4-short-1, #content #f4 #f4-short-2, #content #f4 #f4-short-3, #content #f4 #f4-short-4 {
        padding-left: 0px;
        padding-right: 15px;
        height: 90px;
    }

    #f4 .f4-short-image, #content #f4 .f4-short-image {
        float: left;
        height: 90px;
        width: 90px;
    }

    #f4 .f4-short-title, #content #f4 .f4-short-title {
        padding: 10px 0px 0px 100px;
    }

    #f4 .f4-short-brief, #content #f4 .f4-short-brief {
        padding: 5px 0px 5px 100px;
        display: block;
    }

    #f4 .f4-short-selected, #content #f4 .f4-short-selected {
        border-left: none;
        padding-left: 0px !important;
    }

    #content #f4-features, #content #f4-shorts {
        height: 360px;
    }

    #content #f4 #f4-short-1,
    #content #f4 #f4-short-2,
    #content #f4 #f4-short-3,
    #content #f4 #f4-short-4 {
        height: 90px;
    }

    #content #f4 .f4-short-image {
        height: 90px;
        width: 90px;
    }

    #content #f4 .f4-short-title {
        padding: 10px 0px 0px 100px;
        font-weight: bold;
    }

    #content #f4 .f4-short-brief {
        display: block;
    }

    .show-rsp4 {
        display: none;
        visibility: hidden;
    }

    .show-rsp2 {
        display: inline;
        visibility: visible;
    }

    .anuform label img {
        position: static;
        right: 0;
    }

    .one-third .yt-vid,
    .two-third .yt-vid,
    .doublewide .yt-vid,
    .wide .yt-vid,
    .doublenarrow .yt-vid,
    .full .yt-vid,
    #content .full .yt-vid {
        height: 247px;
    }

    .marginleft {
        margin-left: 20px;
    }

    .marginright {
        margin-right: 20px;
    }

    .padleft {
        padding-left: 20px;
    }

    .padright {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
    #explore, #bnr, #bnr-gwy, #gw-nav, #body, #anu-footer, #tabs-nav {
        width: 600px;
    }

    .narrow {
        width: 18.3333%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .wide {
        width: 30.8333%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .doublenarrow {
        width: 43.3333%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .doublewide {
        width: 68.3333%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .full {
        width: 93.3333%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .one-third {
        width: 26.6666%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .two-third {
        width: 60.0000%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .w-narrow {
        width: 18.3333%;
    }

    .w-wide {
        width: 30.8333%;
    }

    .w-doublenarrow {
        width: 43.3333%;
    }

    .w-doublewide {
        width: 68.3333%;
    }

    .w-full {
        width: 100%;
    }

    .w-one-third {
        width: 26.6666%;
    }

    .w-two-third {
        width: 60.0000%;
    }

    .two-third .w-doublenarrow {
        width: 43%;
    }

    .two-third .left.w-full {
        width: 96%;
    }

    .box.doublenarrow {
        width: 40%;
    }

    .box.one-third {
        width: 23.33%%;
    }

    .box.narrow {
        width: 40%;
    }

    #content .narrow {
        width: 26.6666%;
        margin-left: 20px;
        margin-right: 20px;
    }

        #content .narrow .w-narrow {
            width: 100%;
        }

    #content .wide {
        width: 43.3333%;
        margin-left: 20px;
        margin-right: 20px;
    }

        #content .wide .w-narrow {
            width: 61.5384%;
        }

        #content .wide .w-wide {
            width: 100%;
        }

    #content .doublenarrow {
        width: 60.0000%;
        margin-left: 20px;
        margin-right: 20px;
    }

        #content .doublenarrow .w-narrow {
            width: 44.4444%;
        }

        #content .doublenarrow .w-wide {
            width: 72.2222%;
        }

        #content .doublenarrow .w-doublenarrow {
            width: 100%;
        }

    #content .doublewide {
        width: 93.3333%;
        margin-left: 20px;
        margin-right: 20px;
    }

        #content .doublewide .w-narrow {
            width: 28.5714%;
        }

        #content .doublewide .w-wide {
            width: 46.4285%;
        }

        #content .doublewide .w-doublenarrow {
            width: 64.2857%;
        }

        #content .doublewide .w-doublewide {
            width: 100%;
        }

        #content .doublewide .box .w-wide,
        #content .doublewide .box-solid .w-wide,
        #content .doublewide .box-solid-uni .w-wide,
        #content .doublewide .box-solid-grey .w-wide,
        #content .doublewide .box-bdr2 .w-wide,
        #content .doublewide .box-bdr2-uni .w-wide {
            width: 46%;
        }

    #content .doublenarrow .box .w-narrow,
    #content .doublenarrow .box-solid .w-narrow,
    #content .doublenarrow .box-solid-uni .w-narrow,
    #content .doublenarrow .box-solid-grey .w-narrow,
    #content .doublenarrow .box-bdr2 .w-narrow,
    #content .doublenarrow .box-bdr2-uni .w-narrow {
        width: 44%;
    }

    #content .doublewide .box .w-narrow,
    #content .doublewide .box-solid .w-narrow,
    #content .doublewide .box-solid-uni .w-narrow,
    #content .doublewide .box-solid-grey .w-narrow,
    #content .doublewide .box-bdr2 .w-narrow,
    #content .doublewide .box-bdr2-uni .w-narrow {
        width: 28%;
    }

    .anu-grid .one-third.row-first {
        clear: none;
    }

    .anu-grid .one-third {
        width: 43.3333%;
    }

        .anu-grid .one-third.box {
            width: 40%;
        }

        .anu-grid .one-third.grid-odd {
            clear: both;
        }

    #menu .narrow {
        width: 93.3333%;
        margin-left: 20px;
        margin-right: 0%;
    }

    #feat #anu-features-rotating, #anu-features-rotating {
        width: 94%;
        margin-left: 3.3333%;
        margin-right: 3.3333%;
    }

        #anu-features-rotating h1, #anu-features-rotating h2,
        #anu-features-rotating-2 h1, #anu-features-rotating-2 h2,
        #anu-features-rotating-22 h1, #anu-features-rotating-22 h2,
        #anu-features-vertical h1, #anu-features-vertical h2,
        #anu-features-vertical-w h1, #anu-features-vertical-w h2 {
            font-size: 1.125em;
            font-weight: bold;
        }

    .vid-full-3 {
        width: 600px;
        height: 200px;
    }

    #feat #anu-features-rotating .feature-text, #anu-features-rotating .feature-text, #anu-features-rotating-2 .feature-text {
        width: 37%;
        line-height: 1.125em;
        height: 190px;
        overflow: hidden;
    }

        #feat #anu-features-rotating .feature-text p, #feat-learn #anu-features-rotating .feature-text p, #anu-features-rotating .feature-text p {
            font-size: 1.0em;
        }

    #feat #features-nav-rotating {
        left: 63%;
    }

    #features-nav-rotating {
        left: 64%;
    }

    #feat-learn {
        height: 210px;
    }

        #feat-learn #anu-features-rotating, #feat-learn #anu-features-rotating .feature-box {
            height: 170px;
        }

            #feat-learn #anu-features-rotating .feature-image {
                height: 140px;
            }

            #feat-learn #anu-features-rotating .feature-text {
                width: 46%;
                line-height: 1.125em;
            }

            #feat-learn #anu-features-rotating .feature-image {
                width: 46%;
            }

        #feat-learn #features-nav-rotating {
            top: 145px;
        }

    #features-nav-ticker {
        left: 88%;
    }

    #srch-hdr {
        display: block;
        margin-right: 20px;
    }

    #srch-hdr-img {
        display: none;
    }

    #explore-hdr #srch-hdr-mini {
        display: none;
    }

    #srch-hdr .globalsearch {
        width: 45%;
    }

    #srch-hdr.srch-gw2 .globalsearch {
        width: 70%;
    }

    #srch-hdr .srch-radio {
        display: none;
    }

    #srch-hdr .srch-select {
        display: inline;
    }

    #explore-hdr a:link, #explore-hdr a:visited, #explore-hdr a:active {
        padding-left: 18px;
    }

    #bnr-gwy {
        height: 90px;
    }

    #bnr-left {
        padding: 10px 0px 10px 20px;
        clear: both;
    }

    #bnr-right {
        padding: 5px 0px 10px 20px;
        margin: 0;
        text-align: left;
        float: left;
        clear: both;
    }

    #bnr-gwy #bnr-left {
        padding: 10px 0px 0px 18px;
    }

    #bnr-gwy #bnr-right {
        padding: 5px 20px 10px 0px;
    }

    #gw2select-options {
        margin-left: 20px;
    }

    #gwhnav2select-options {
        margin-left: 1%;
    }

    #tabs-nav {
        padding-left: 20px;
    }

    .blockleft {
        padding-left: 15px;
    }

    .blockright {
        padding-right: 15px;
    }

    #gw-iconlist {
        width: 93.5%;
    }

    #update-details {
        width: 93.3333%;
    }

    .anu-gw-col-left {
        width: 93.3333% !important;
    }

    .anu-gw-col-right {
        width: 93.3333% !important;
    }

    .description {
        margin-right: 20px;
        width: 46.4%;
    }

    .anu-right-swap3 {
        float: left;
    }

    .anu-left-swap3 {
        float: right;
    }

    .links {
        margin-left: 20px;
        width: 46.4%;
    }

    .calendar th {
        padding: 4px;
        font-size: 0.85em;
    }

    .calendar td {
        padding: 4px;
        font-size: 0.85em;
    }

    .calendar-week7 {
        width: 24%;
    }

    #f4, #content #f4 {
        width: 560px;
        height: 360px;
        margin: 0 20px 5px 20px;
    }

    #f4-features, #content #f4-features {
        width: 280px;
        height: 360px;
    }

    #f4 .f4-image, #content #f4 .f4-image {
        width: 280px;
        height: 360px;
    }

    #f4 .f4-image-text, #content #f4 .f4-image-text {
        top: 240px;
        width: 260px;
        height: 120px;
        padding: 10px 10px 5px 10px;
    }

    #f4 .f4-title, #content #f4 .f4-title {
        width: 240px;
    }

    #f4 .f4-brief, #content #f4 .f4-brief {
        width: 240px;
        padding-top: 5px;
    }

    #content #f4-shorts {
        width: 280px;
        height: 360px;
    }

    #content #f4 #f4-short-1,
    #content #f4 #f4-short-2,
    #content #f4 #f4-short-3,
    #content #f4 #f4-short-4 {
        height: 90px;
    }

    #content #f4 .f4-short-image {
        height: 90px;
        width: 90px;
    }

    .contactsearch {
        width: 65%;
    }

    .show-rsp4 {
        display: none;
        visibility: hidden;
    }

    .show-rsp3 {
        display: inline;
        visibility: visible;
    }

    .one-third .yt-vid {
        height: 90px;
    }

    .two-third .yt-vid {
        height: 232px;
    }

    .wide .yt-vid {
        height: 146px;
    }

    .doublenarrow .yt-vid {
        height: 232px;
    }

    .narrow .yt-vid {
        height: 90px;
    }

    .doublewide .yt-vid,
    .full .yt-vid,
    #content .full .yt-vid {
        height: 345px;
    }

    .marginleft {
        margin-left: 20px;
    }

    .marginright {
        margin-right: 20px;
    }

    .padleft {
        padding-left: 20px;
    }

    .padright {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 599px) {
    #features-nav-rotating li a,
    #features-nav-rotating-2 li a,
    #features-nav-rotating-22 li a,
    #features-nav-vertical li a,
    #features-nav-vertical-w li a {
        margin-right: 7px;
    }

    #anu-features-rotating .feature-image img, #anu-features-rotating-2 .feature-image img {
        max-width: 100%;
    }

    .datetext .divline-solid {
        margin-top: 0px;
        padding-top: 0px;
    }

    .datetext p.col-title {
        margin-top: 0px;
    }

    #anu-events .narrow {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #anu-news .narrow {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #anu-vision .narrow {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .w-narrow.anu-col-right, .w-narrow.anu-col-left {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .anu-ftr-iaru {
        clear: both;
    }

    .anu-ftr-edx {
        clear: both;
    }
}

@media only screen and (max-width: 959px) {
    #gw-nav ul {
        display: none;
    }

    #gw-nav img {
        position: relative;
        vertical-align: middle;
        left: 2px;
    }

    #anu-col1 {
        display: none;
    }

    .social-icons-nav {
        display: none;
    }

    .social-icons-bnr {
        display: block;
    }

    .anu-ftr-apru {
        clear: both;
    }

    #update-details .upd-date, #update-details .upd-officer, #update-details .upd-contact {
        display: block;
    }

    #update-details .hpad {
        display: none;
    }

    #menu {
        width: 100%;
        display: none;
    }

    #content {
        width: 100%;
    }

    #feat-learn #features-nav-rotating {
        left: 0px;
    }

    #gw-iconlist {
        margin: 0 20px 0 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: #CCC 1px solid;
    }

    ul.iconlist li {
        float: left;
        padding-left: 0;
        padding-right: 10px;
    }

        ul.iconlist li a {
            padding-left: 26px;
            line-height: 30px;
        }

    #anu-groups {
        margin: 0 3% 0 0;
    }

        #anu-groups a img {
            padding-right: 0;
        }

    #anu-address p {
        padding-bottom: 0px;
    }

    #bnr-gwy #bnr-left {
        clear: none;
    }

    #bnr-gwy #bnr-right {
        text-align: center;
        float: right;
        clear: none;
    }

    #gw-hnav {
        margin-top: 5px;
        border-bottom: none;
    }
    .bnr-gw2-search {
        margin-top: 2px;
        float: right;
        display: block;
        position: relative;
    }
    .scrnhide {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }
    .gsasuggest, .anustaffsuggest {
        position: absolute !important;
        background: #FFF;
        color: #666;
        border: #CCC solid 1px;
        text-align: left !important;
        display: none;
        right: 10%;
        top: 20px;
        min-width: 180px;
        z-index: 60;
    }
    .bnr-gw2-search .gsasuggest {
        left: 0;
        top: 32px;
    }
    .srch-sel-site {
        position: absolute !important;
        background: #FFF;
        left: 0;
        top: 31px;
        z-index: 10;
        text-align: left;
        width: 99.2%;
        display: none;
        border: 1px solid #CCC;
    }
    .bnr-gw2-search .srch-divide {
        height: 32px;
        border: 0;
        border-radius: 0;
        background: #FFF;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
    }
    .search-box {
        display: none;
    }
    input#qt {
        border-bottom: 2px solid #be830e;
    }
    #SearchForm {
        color: #DDD;
    }
    .search-boxes {
        font-size: 0.85em;
        margin-top: 10px;
        padding-top: 0px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .search-menu {
        float: left;
        width: 20%;
        background-color: #ebebeb;
        padding: 5px 5px 1px 5px;
        border: 1px solid #CCC;
        height: 27px;
    }

    .search-form {
        float: right;
        text-align: right;
        width: 69%;
        background-color: #ebebeb;
        padding: 5px 5px 1px 5px;
        border: 1px solid #CCC;
        height: 27px;
        margin-right: 0;
    }

        .search-form input.search-query {
            width: 35%;
        }

    .touchdown-list {
        display: none;
    }

    .touchdown {
        display: inline;
    }

    .hide-rsp {
        display: none;
        visibility: hidden;
    }

    .show-rsp {
        display: inline;
        visibility: visible;
    }

    .bnr-1line {
        padding-top: 0px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 960px) {
    #explore, #bnr, #bnr-gwy, #gw-nav, #body, #anu-footer, #tabs-nav {
        width: 960px;
    }

    #srch-hdr {
        display: block;
    }

    #srch-hdr-img {
        display: none;
    }

    #explore-hdr #srch-hdr-mini {
        display: none;
    }

    #srch-hdr .globalsearch {
        width: 35%;
    }

    #srch-hdr.srch-gw2 .globalsearch {
        width: 50%;
    }

    #srch-hdr .srch-radio {
        display: inline;
    }

    #srch-hdr .srch-select {
        display: none;
    }

    #menu {
        display: block;
    }

    #update-details .upd-about {
        float: right;
        height: auto;
    }

    .touchdown-list {
        display: inline;
    }

    .touchdown {
        display: none;
    }

    .hide-rsp {
        display: inline;
        visibility: visible;
    }

    .show-rsp {
        display: none;
        visibility: hidden;
    }

    .show-rsp1 {
        display: none;
        visibility: hidden;
    }

    .show-rsp2 {
        display: none;
        visibility: hidden;
    }

    .show-rsp3 {
        display: none;
        visibility: hidden;
    }

    .show-rsp4 {
        display: inline;
        visibility: visible;
    }

    #gw-iconlist {
        padding-top: 0;
        margin-top: 0;
    }

    #bnr-gwy #bnr-right {
        padding: 5px 10px 10px 0px;
    }
}

/**
 * ANU Degree Builder
 */

/**
 * Imports
 */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2) format('woff2'), url(../fonts/fontawesome-webfont.woff) format('woff'), url(../fonts/fontawesome-webfont.ttf) format('truetype'), url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
/**
 * Intro
 */

.intro__landing {
  position: relative;
}
.intro__landing--pull-left {
  text-align: left;
}
  .intro__degree-builder-landing-title {
    color: #000;
    line-height: 1;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    margin-top: 16px;
    margin-top: 1rem;
    text-shadow: 1px 1px 0 #fff;
  }
  .intro__landing--pull-left .intro__degree-builder-landing-title {
    padding-left: 32px;
    padding-left: 2rem;
  }
  .breakpoint-mobile .intro__degree-builder-landing-title {
    font-size: 44.8px !important;
    font-size: 2.8rem !important;
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
  .breakpoint-phone-wide .intro__degree-builder-landing-title,
  .breakpoint-phone .intro__degree-builder-landing-title {
    font-size: 38.4px !important;
    font-size: 2.4rem !important;
  }
.intro__degree-builder-landing-description {
    font-size: 25.6px;
    font-size: 1.6rem;
    color: #333333;
    font-family: 'Public Sans', sans-serif;
    line-height: 1.4;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}
  .breakpoint-mobile .intro__degree-builder-landing-description {
    font-size: 24px;
    font-size: 1.5rem;
    width: 50%;
  }
  .breakpoint-phone-wide .intro__degree-builder-landing-description,
  .breakpoint-phone .intro__degree-builder-landing-description {
    font-size: 22.4px;
    font-size: 1.4rem;
    padding-left: 32px;
    padding-left: 2rem;
    padding-right: 32px;
    padding-right: 2rem;
    width: calc(100% - 4rem);
  }
  .intro__landing--pull-left .intro__degree-builder-landing-description {
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-left: 2rem;
  }
  .intro__degree-builder-landing--by-program-type .w-doublenarrow.intro__degree-builder-landing-description {
    width: 500px;
  }
  .breakpoint-tablet .intro__degree-builder-landing--by-program-type .w-doublenarrow.intro__degree-builder-landing-description {
    width: 60%;
  }
  .breakpoint-phone-wide .intro__degree-builder-landing--by-program-type .w-doublenarrow.intro__degree-builder-landing-description,
  .breakpoint-phone .intro__degree-builder-landing--by-program-type .w-doublenarrow.intro__degree-builder-landing-description {
    width: calc(100% - 4rem);
  }
.intro__degree-builder-pick-second-degree {
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 16px;
    padding: 1rem;
    font-family: 'Public Sans', sans-serif;
    position: absolute;
    top: 16px;
    top: 1rem;
    right: 0;
    width: 544px;
    width: 34rem;
}
  .intro__degree-builder-pick-second-degree:hover,
  .intro__degree-builder-pick-second-degree:focus {
    background-color: #fff;
    border-color: #fea;
    box-shadow: 0 0 5px 2px rgba(100,100,100,0.1);
  }
  .breakpoint-mobile .intro__degree-builder-pick-second-degree {
    display: block;
    position: static;
    margin-top: 32px;
    margin-top: 2rem;
    margin-left: 16px;
    margin-left: 1rem;
    margin-right: 16px;
    margin-right: 1rem;
    width: calc(100% - 5rem);
  }
    .intro__degree-builder-pick-second-degree-molecule {
      background-color: #737373;
      border-radius: 50%;
      color: #fff;
      float: left;
      margin-right: 16px;
      margin-right: 1rem;
      opacity: 0.8;
      width: 64px;
      width: 4rem;
      height: 64px;
      height: 4rem;
      position: relative;
      z-index: 1;
    }
      .intro__degree-builder-pick-second-degree span {
        color: #666;
        font-weight: bold;
        display: block;
        font-size: 22.4px;
        font-size: 1.4rem;
        padding-bottom: 6.4px;
        padding-bottom: 0.4rem;
        padding-top: 3.2px;
        padding-top: 0.2rem;
      }
      .intro__degree-builder-pick-second-degree h2 {
        font-size: 25.6px !important;
        font-size: 1.6rem !important;
      }
      .intro__degree-builder-pick-second-degree:hover h2,
      .intro__degree-builder-pick-second-degree:focus h2 {
        color: #333 !important;
      }
/**
 * Landing page
 */

/* General containers */
.breakpoint-mobile .intro,
.breakpoint-mobile .intro__inner,
.breakpoint-mobile .main,
.breakpoint-mobile .main-inner,
.breakpoint-mobile .breadcrumbs,
.breakpoint-mobile .breadcrumbs__inner,
.breakpoint-mobile .breadcrumbs__list {
  min-width: 100%;
  width: 100%;
}
.breakpoint-mobile .breadcrumbs__list {
  min-width: calc(100% - 40px);
  width: calc(100% - 40px);
}

.degree-builder-landing-boxes {
    box-sizing: border-box;
    font-family: 'Public Sans', sans-serif;
    margin-top: -80px;
    margin-top: -5rem;
    padding-bottom: 64px;
    padding-bottom: 4rem;
    position: relative;
}
  .degree-builder-landing-box {
    box-shadow: 0 0 5px 2px rgba(100,100,100,0.1);
    box-sizing: border-box;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #000;
    display: block;
    height: 336px;
    height: 21rem;
    float: left;
    padding: 32px;
    padding: 2rem;
    text-align: center;
    -webkit-transition: background-color 150ms ease-in-out,
                border-color 150ms ease-in-out,
                box-shadow 150ms ease-in-out;
    transition: background-color 150ms ease-in-out,
                border-color 150ms ease-in-out,
                box-shadow 150ms ease-in-out;
  }
  .degree-builder-landing-box--by-type {
    margin-right: 2%;
    width: 30%;
  }
  .breakpoint-tablet .degree-builder-landing-box--by-type {
    margin-right: 0;
    margin-bottom: 2%;
    width: 49%;
  }
  .degree-builder-landing-box--by-interest-area {
    margin-right: 2%;
    width: 30%;
  }
  .breakpoint-tablet .degree-builder-landing-box--by-interest-area {
    margin-bottom: 2%;
    width: 49%;
  }
  .degree-builder-landing-box--search {
    padding-top: 80px;
    padding-top: 5rem;
    width: 36%;
  }
  .breakpoint-tablet .degree-builder-landing-box--search {
    float: none;
    clear: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .breakpoint-phone-wide .degree-builder-landing-box,
  .breakpoint-phone .degree-builder-landing-box {
    margin-right: 0;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    width: 100%;
  }
  a.degree-builder-landing-box:hover,
  a.degree-builder-landing-box:focus {
    background-color: #fff;
    border-color: #000;
    box-shadow: 0 0 10px 2px rgba(100,100,100,0.2);
  }
    .degree-builder-landing-box--by-type-icon,
    .degree-builder-landing-box--by-interest-area-icon {
      background-size: 100%;
      background-repeat: no-repeat;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .degree-builder-landing-box--by-type-icon {
      background-image: url(../images/icon-mortar-board.png);
      width: 120px;
      width: 7.5rem;
      height: 62.4px;
      height: 3.9rem;
      margin-top: 24px;
      margin-top: 1.5rem;
      margin-bottom: 40px;
      margin-bottom: 2.5rem;
    }
    .degree-builder-landing-box-icon--animating.degree-builder-landing-box--by-type-icon {
      -webkit-animation: throw-and-rotate 1s 1 linear;
              animation: throw-and-rotate 1s 1 linear;
    }
    @-webkit-keyframes throw-and-rotate {
      0%, 50%, 100% { -webkit-transform: rotate(0); transform: rotate(0); }
      50% { -webkit-transform: translateY(-1.2rem); transform: translateY(-1.2rem); }
      25%{ -webkit-transform: rotate(3deg); transform: rotate(3deg); }
      75%{ -webkit-transform: rotate(-3deg); transform: rotate(-3deg); }
    }
    @keyframes throw-and-rotate {
      0%, 50%, 100% { -webkit-transform: rotate(0); transform: rotate(0); }
      50% { -webkit-transform: translateY(-1.2rem); transform: translateY(-1.2rem); }
      25%{ -webkit-transform: rotate(3deg); transform: rotate(3deg); }
      75%{ -webkit-transform: rotate(-3deg); transform: rotate(-3deg); }
    }
    .degree-builder-landing-box--by-interest-area-icon {
      background-image: url(../images/icon-areas-of-interest.png);
      width: 73.6px;
      width: 4.6rem;
      height: 80px;
      height: 5rem;
      margin-top: 16px;
      margin-top: 1rem;
      margin-bottom: 32px;
      margin-bottom: 2rem;
    }
    .degree-builder-landing-box-icon--animating.degree-builder-landing-box--by-interest-area-icon {
      -webkit-animation: spin 3s 1 linear;
              animation: spin 3s 1 linear;
    }
    @-webkit-keyframes spin {
      0% { -webkit-transform: rotate(0); transform: rotate(0); }
      100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
    }
    @keyframes spin {
      0% { -webkit-transform: rotate(0); transform: rotate(0); }
      100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
    }
    .degree-builder-landing-box__text {
      color: #333;
      line-height: 1.2;
      font-size: 15px;
      padding-bottom: 32px;
      padding-bottom: 2rem;
      text-shadow: 1px 1px 1px #fff;
    }
    .degree-builder-landing-box--search .degree-builder-landing-box__text {
      padding-bottom: 48px;
      padding-bottom: 3rem;
    }
    a.degree-builder-landing-box:hover .degree-builder-landing-box__text,
    a.degree-builder-landing-box:focus .degree-builder-landing-box__text {
      color: #111;
    }
    .degree-builder-landing-box__action {
      color: #000;
      font-weight: bold;
      font-size: 28.8px;
      font-size: 1.8rem;
      text-shadow: 1px 1px 1px #fff;
    }
    .degree-builder-landing-box__action i {
      font-size: 22.4px;
      font-size: 1.4rem;
      padding-left: 12.8px;
      padding-left: 0.8rem;
    }
/**
 * Search bar
 */

.degree-builder-search-form {
    background-color: #F5EDDE;
    padding: 9.6px;
    padding: 0.6rem;
    border-radius: 2px;
    position: relative;
}
.degree-builder-search-input,
.tt-hint {
    -webkit-appearance: none !important;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 5px, rgba(0, 0, 0, 0.05) 2px 2px 3px inset;
    font-size: 20.8px;
    font-size: 1.3rem;
    font-smoothing: antialiased;
    background: #fff;
    border: 1px solid #8c9ea3;
    float: left;
    color: #4c6e78;
    font-family: 'Public Sans', sans-serif;
    margin: 0;
    width: 80%;
    width: calc(100% - 4.8rem - 2px);
    height: 38.4px;
    height: 2.4rem;
    padding: 9.6px 60.8px 9.6px 16px;
    padding: 0.6rem 3.8rem 0.6rem 1rem;
    -webkit-transition: border 150ms ease-in-out;
    transition: border 150ms ease-in-out;
}

  .degree-builder-search-input:focus,
  .tt-hint:focus {
    border: 1px solid #2b788f;
  }

  .degree-builder-search-form--larger .degree-builder-search-input,
  .degree-builder-search-form--larger .tt-hint {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
  .degree-builder-search-button {
    border-radius: 3px;
    font-size: 25.6px;
    font-size: 1.6rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    background-color: #2b788f;
    float: right;
    color: #fff;
    border: 1px solid #3a545b;
    display: block;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
    height: 60.8px;
    height: 3.8rem;
    width: 60.8px;
    width: 3.8rem;
    position: absolute;
    top: 9.6px;
    top: 0.6rem;
    right: 9.6px;
    right: 0.6rem;
  }
  .degree-builder-search-button:hover,
  .degree-builder-search-button:focus {
    background-color: #4c6e78;
  }
/**
 * Search bar dropdown
 */

.degree-builder-search-dropdown {
  border: 1px solid #fea;
  background-color: #fff;
  position: absolute;
  top: 76.8px;
  top: 4.8rem;
  left: 0;
  right: 0;
  text-align: left;
  z-index: 20;
}

  .degree-builder-search-dropdown__result {
    display: block;
    border-bottom: 1px solid #fea;
    padding: 16px 9.6px;
    padding: 1rem 0.6rem;
  }
  .degree-builder-search-dropdown__result:nth-child(odd) {
    background-color: #FFFDF9;
  }
  .degree-builder-search-dropdown__result:last-child {
    border-bottom: none;
  }
  .degree-builder-search-dropdown__result:hover,
  .degree-builder-search-dropdown__result:focus {
    background-color: #F5EDDE;
  }
    .degree-builder-search-dropdown__result-molecule {
      background-color: transparent;
      border: 2px solid #1e6f87;
      border-radius: 50%;
      float: left;
      display: block;
      margin-top: 1.6px;
      margin-top: 0.1rem;
      width: 16px;
      width: 1rem;
      height: 16px;
      height: 1rem;
    }
    .degree-builder-search-dropdown__result-title {
      float: left;
      font-weight: 600;
      padding-left: 16px;
      padding-left: 1rem;
      padding-top: 3.2px;
      padding-top: 0.2rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 90%;
      text-align: left;
    }
    .degree-builder-search-dropdown__result-career {
      color: #999;
      font-weight: bold;
      font-size: 16px;
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      float: right;
      padding-top: 6.4px;
      padding-top: 0.4rem;
    }
/**
 * By area of interest
 */

.intro__degree-builder-landing--by-interest-area {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
.breakpoint-phone-wide .intro__degree-builder-landing--by-interest-area,
.breakpoint-phone .intro__degree-builder-landing--by-interest-area {
  padding-bottom: 0;
}
.degree-builder-by-areas-of-interest {
    box-sizing: border-box;
    font-family: 'Public Sans', sans-serif;
    padding-bottom: 64px;
    padding-bottom: 4rem;
    position: relative;
}
.degree-builder-by-areas-of-interest--visible-panel {
  display: block;
  opacity: 1;
}
.degree-builder-by-areas-of-interest--hidden-panel {
  opacity: 0;
  display: none;
}
.degree-builder-by-areas-of-interest--stage-one {
  margin-top: -73.6px;
  margin-top: -4.6rem;
}
.degree-builder-by-areas-of-interest--stage-two {
  margin-top: 32px;
  margin-top: 2rem;
}
.degree-builder-by-areas-of-interest--stage-two.degree-builder-by-areas-of-interest--visible-panel {
  -webkit-animation: slide-up 500ms 1;
          animation: slide-up 500ms 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
    opacity: 1;
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
    opacity: 1;
  }
}
  .breakpoint-tablet .areas-of-interest__molecules {
    margin-top: -64px;
    margin-top: -4rem;
    text-align: center;
  }
  .breakpoint-phone-wide .areas-of-interest__molecules,
  .breakpoint-phone .areas-of-interest__molecules  {
    margin-top: -16px;
    margin-top: -1rem;
    text-align: center;
  }
  .areas-of-interest__go-back {
    border-radius: 3px;
    background: #fff;
    color: #000;
    border-color:#BE830E;
    border-style:solid;
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block;
    padding: 16px 12.8px 14.4px;
    padding: 1rem 0.8rem 0.9rem;
    -webkit-transition: -webkit-transform 100ms ease-in-out;
    transition: -webkit-transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  }
  .breakpoint-mobile .areas-of-interest__go-back {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
.areas-of-interest__go-back:hover,
.areas-of-interest__go-back:focus {
    background-color: #000;
    color: #BE830E;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
    .areas-of-interest__go-back i {
      padding-right: 19.2px;
      padding-right: 1.2rem;
    }
  .areas-of-interest__active-molecule {
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #1e6f87;
    color: #1e6f87;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: -128px;
    margin-top: -8rem;
    padding: 32px;
    padding: 2rem;
    width: 288px;
    width: 18rem;
    height: 288px;
    height: 18rem;
    line-height: 1.2;
    text-align: center;
  }
  .breakpoint-mobile .areas-of-interest__active-molecule {
    margin-top: 0;
    -webkit-transform: scale3d(0.8,0.8,1);
            transform: scale3d(0.8,0.8,1);
  }
    .areas-of-interest__active-molecule span {
      display: block;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      -ms-flex-item-align: center;
          align-self: center;
    }
  .areas-of-interest__choose-topics,
  .areas-of-interest__matching-degrees {
    padding-top: 32px;
    padding-top: 2rem;
  }
    .areas-of-interest__choose-topics-title,
    .areas-of-interest__matching-degrees-title {
      color: #000;
      font-weight: bold;
      font-size: 28.8px !important;
      font-size: 1.8rem !important;
      text-align: center;
      padding-top: 73.6px;
      padding-top: 4.6rem;
      padding-bottom: 73.6px;
      padding-bottom: 4.6rem;
      position: relative;
    }
        .areas-of-interest__choose-topics-title:before,
        .areas-of-interest__choose-topics-title:after,
        .areas-of-interest__matching-degrees-title:before,
        .areas-of-interest__matching-degrees-title:after {
            background-color: #BE830E;
            content: "";
            width: 1px;
            height: 48px;
            height: 3rem;
            position: absolute;
            top: 0;
            left: 50%;
        }
    .areas-of-interest__choose-topics-title:after {
      top: auto;
      bottom: 0;
    }
    .areas-of-interest__matching-degrees-title:after {
      top: auto;
      bottom: -32px;
      bottom: -2rem;
      height: 80px;
      height: 5rem;
    }
  .areas-of-interest__topic-lists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 48px;
    padding-top: 3rem;
  }
  .breakpoint-phone-wide .areas-of-interest__topic-lists,
  .breakpoint-phone .areas-of-interest__topic-lists {
    display: block;
  }
  .breakpoint-phone-wide .areas-of-interest__topic-lists:before,
  .breakpoint-phone-wide .areas-of-interest__topic-lists:after,
  .breakpoint-phone .areas-of-interest__topic-lists:before,
  .breakpoint-phone .areas-of-interest__topic-lists:after {
    content: " ";
    display: table;
  }
  .breakpoint-phone-wide .areas-of-interest__topic-lists:after,
  .breakpoint-phone .areas-of-interest__topic-lists:after {
    clear: both;
  }
    .areas-of-interest__topic-list {
      width: 33.3333%;
    }
    .breakpoint-phone-wide .areas-of-interest__topic-list {
      float: left;
      width: 50%;
    }
    .breakpoint-phone .areas-of-interest__topic-list {
      float: left;
      width: 100%;
    }
      .areas-of-interest__topic-list-item {
        padding-right: 32px;
        padding-right: 2rem;
      }
      .breakpoint-phone .areas-of-interest__topic-list-item {
        text-align: center;
      }
        .areas-of-interest__topic-list-anchor {
          display: block;
          font-size: 25.6px;
          font-size: 1.6rem;
        }
        .breakpoint-mobile .areas-of-interest__topic-list-anchor {
          font-size: 22.4px;
          font-size: 1.4rem;
        }
        .breakpoint-phone .areas-of-interest__topic-list-anchor {
          display: inline-block;
        }
          .areas-of-interest__topic-list-anchor span {
            display: inline-block;
            padding-top: 14.4px;
            padding-top: 0.9rem;
            padding-bottom: 14.4px;
            padding-bottom: 0.9rem;
          }
.areas-of-interest__topic-list-anchor:hover span,
.areas-of-interest__topic-list-anchor:focus span,
.areas-of-interest__topic-list-anchor--active span {
    color: #000;
    border-radius: 2px;
    background-color: #F5EDDE;
    margin-top: 3.2px;
    margin-top: 0.2rem;
    margin-bottom: 3.2px;
    margin-bottom: 0.2rem;
    margin-left: -9.6px;
    margin-left: -0.6rem;
    padding: 11.2px 9.6px;
    padding: 0.7rem 0.6rem;
}
        .areas-of-interest__topic-list-anchor--disabled {
          pointer-events: none;
          color: #ccc;
        }
        .areas-of-interest__topic-list-anchor--disabled:hover span,
        .areas-of-interest__topic-list-anchor--disabled:focus span {
          background-color: transparent;
          color: #ccc;
        }
  .areas-of-interest__matching-degrees {
    padding-top: 48px;
    padding-top: 3rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    position: relative;
  }
  .breakpoint-phone-wide .areas-of-interest__matching-degrees,
  .breakpoint-phone .areas-of-interest__matching-degrees {
    width: 100%;
  }
.areas-of-interest__matching-degrees:after {
    background-color: #BE830E;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
  .areas-of-interest__matching-degrees--single-column:after {
    display: none;
  }
  .breakpoint-phone-wide .areas-of-interest__matching-degrees:after,
  .breakpoint-phone .areas-of-interest__matching-degrees:after {
    display: none;
  }
    .areas-of-interest__matching-degrees span {
      display: block;
      position: relative;
    }
        .areas-of-interest__matching-degrees span:before,
        .areas-of-interest__matching-degrees span:after {
            background-color: #BE830E;
            content: "";
            width: 1px;
            height: 32px;
            height: 2rem;
            position: absolute;
            bottom: -64px;
            bottom: -4rem;
            left: 0;
        }
      .areas-of-interest__matching-degrees span:after {
        left: auto;
        right: 0;
      }
      .areas-of-interest__matching-degrees--single-column span:before,
      .areas-of-interest__matching-degrees--single-column span:after {
        display: none;
      }
      .breakpoint-phone-wide .areas-of-interest__matching-degrees span:before,
      .breakpoint-phone .areas-of-interest__matching-degrees span:before,
      .breakpoint-phone-wide .areas-of-interest__matching-degrees span:after,
      .breakpoint-phone .areas-of-interest__matching-degrees span:after {
        display: none;
      }
  .areas-of-interest__matching-degrees-results {
/*    border: 1px solid #000; */
  }
    .areas-of-interest__matching-degrees-undergraduate,
    .areas-of-interest__matching-degrees-postgraduate {
      text-align: center;
      padding-top: 64px;
      padding-top: 4rem;
      width: 50%;
    }
    .areas-of-interest__matching-degrees-undergraduate {
      float: left;
    }
    .areas-of-interest__matching-degrees-postgraduate {
      float: right;
    }
    .breakpoint-phone-wide .areas-of-interest__matching-degrees-undergraduate,
    .breakpoint-phone .areas-of-interest__matching-degrees-undergraduate,
    .breakpoint-phone-wide .areas-of-interest__matching-degrees-postgraduate,
    .breakpoint-phone .areas-of-interest__matching-degrees-postgraduate {
      width: 100%;
      float: none;
    }
      .areas-of-interest__matching-degrees-undergraduate h3,
      .areas-of-interest__matching-degrees-postgraduate h3 {
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 22.4px !important;
        font-size: 1.4rem !important;
        letter-spacing: 0.1em;
      }
      .areas-of-interest__matching-degrees-postgraduate h3:last-of-type {
        padding-top: 64px;
        padding-top: 4rem;
      }
      .areas-of-interest__matching-degrees-undergraduate p,
      .areas-of-interest__matching-degrees-postgraduate p {
        color: #000;
        font-size: 24px;
        font-size: 1.5rem;
        padding-top: 12.8px;
        padding-top: 0.8rem;
      }
      .areas-of-interest__matching-degrees-lists {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 22.4px;
        padding-top: 1.4rem;
        text-align: left;
      }
      .areas-of-interest__matching-degrees-list {
        width: 50%;
      }
      .breakpoint-phone-wide .areas-of-interest__matching-degrees-list,
      .breakpoint-phone .areas-of-interest__matching-degrees-list {
        width: 100%;
      }
      .areas-of-interest__matching-degrees-list:first-child {
        padding-right: 16px;
        padding-right: 1rem;
      }
      .areas-of-interest__matching-degrees-list:last-child {
        padding-left: 16px;
        padding-left: 1rem;
      }
      .areas-of-interest__matching-degrees-list:only-child {
        padding-left: 0;
        padding-right: 0;
        width: 80%;
      }
      .breakpoint-phone-wide .areas-of-interest__matching-degrees-list:only-child,
      .breakpoint-phone .areas-of-interest__matching-degrees-list:only-child {
        width: 100%;
      }
      .areas-of-interest__matching-degrees--single-column + .areas-of-interest__matching-degrees-results .areas-of-interest__matching-degrees-list {
        display: inline-block;
        width: auto;
      }
        .areas-of-interest__matching-degrees-list-item a {
          color: #333;
          display: block;
          font-weight: 600;
          font-size: 24px;
          font-size: 1.5rem;
          text-decoration: underline;
          padding-top: 8px;
          padding-top: 0.5rem;
          padding-bottom: 8px;
          padding-bottom: 0.5rem;
          position: relative;
        }
            .areas-of-interest__matching-degrees-list-item a:hover,
            .areas-of-interest__matching-degrees-list-item a:focus {
                color: #BE830E;
            }
          .areas-of-interest__matching-degrees-molecule {
            background-color: #2b788f;
            border-radius: 50%;
            display: block;
            margin-top: 1.6px;
            margin-top: 0.1rem;
            width: 19.2px;
            width: 1.2rem;
            height: 19.2px;
            height: 1.2rem;
            position: absolute;
            top: 6px;
            left: 0;
          }
          .areas-of-interest__matching-degrees-list-item em {
            display: block;
            padding-left: 32px;
            padding-left: 2rem;
            font-style: normal;
          }
/**
 * Interest area bubbles
 */

.areas-of-interest-molecules {
  box-sizing: border-box;
  position: relative;
  width: 576px;
  width: 36rem;
  height: 576px;
  height: 36rem;
  margin: 64px auto 96px;
  margin: 4rem auto 6rem;
}
.breakpoint-phone-wide .degree-builder-by-areas-of-interest--stage-one .areas-of-interest-molecules {
  margin-top: 32px;
  margin-top: 2rem;
  -webkit-transform: scale3d(0.8,0.8,1);
          transform: scale3d(0.8,0.8,1);
}
.breakpoint-phone .degree-builder-by-areas-of-interest--stage-one .areas-of-interest-molecules {
  margin-top: -112px;
  margin-top: -7rem;
  -webkit-transform: scale3d(0.6,0.6,1);
          transform: scale3d(0.6,0.6,1);
  width: 100%;
}
  .areas-of-interest-molecule {
    -webkit-animation-name: animate-circles;
            animation-name: animate-circles;
    -webkit-animation-duration: 350ms;
            animation-duration: 350ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    box-sizing: border-box;
    width: 288px;
    width: 18rem;
    height: 288px;
    height: 18rem;
    background-color: rgba(255,255,255,1);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: -webkit-transform 100ms ease-in-out;
    transition: -webkit-transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  }
  .areas-of-interest-molecule:first-child {
    left: calc(50% - 9rem);
    top: calc(100% - 9rem);
  }
  .areas-of-interest-molecule:nth-child(2) {
    left: calc(93.3% - 9rem);
    top: calc(75% - 9rem);
  }
  .areas-of-interest-molecule:nth-child(3) {
    left: calc(93% - 9rem);
    top: calc(25% - 9rem);
  }
  .areas-of-interest-molecule:nth-child(4) {
    left: calc(50% - 9rem);
    top: -144px;
    top: -9rem;
  }
  .areas-of-interest-molecule:nth-child(5) {
    left: calc(6.7% - 9rem);
    top: calc(25% - 9rem);
  }
  .areas-of-interest-molecule:nth-child(6) {
    left: calc(6.7% - 9rem);
    top: calc(75% - 9rem);
  }
  .areas-of-interest-molecule--arts {
    border: 3px solid #0039a6;
    color: #0039a6 !important;
  }
  .areas-of-interest-molecule--business {
    border: 3px solid #d69b0d;
    color: #d69b0d !important;
  }
  .areas-of-interest-molecule--law {
    border: 3px solid #713a75;
    color: #713a75 !important;
  }
  .areas-of-interest-molecule--engineering {
    border: 3px solid #af2f44;
    color: #af2f44 !important;
  }
  .areas-of-interest-molecule--medical {
    border: 3px solid #2f8460;
    color: #2f8460 !important;
  }
  .areas-of-interest-molecule--environmental {
    border: 3px solid #474747;
    color: #474747 !important;
  }
  .areas-of-interest-molecule:hover,
  .areas-of-interest-molecule:focus {
    -webkit-transform: scale3d(1.15,1.15,1);
            transform: scale3d(1.15,1.15,1);
    z-index: 2;
  }
  .degree-builder-by-areas-of-interest--second-degree .areas-of-interest-molecule--disabled {
    -webkit-animation-name: animate-circles-disabled;
            animation-name: animate-circles-disabled;
    -webkit-animation-duration: 350ms;
            animation-duration: 350ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    opacity: 0.2;
    pointer-events: none;
  }
    .areas-of-interest-molecule-label {
      -webkit-animation: fade-in 250ms linear 400ms;
              animation: fade-in 250ms linear 400ms;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      box-sizing: border-box;
      color: #000;
      width: 32px;
      width: 2rem;
      text-align: center;
      line-height: 1.2;
      font-weight: bold;
      font-size: 35.2px;
      font-size: 2.2rem;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -64px;
      margin-top: -4rem;
      margin-left: -160px;
      margin-left: -10rem;
      opacity: 0;
      width: 320px;
      width: 20rem;
    }
  .areas-of-interest-molecule span {
    -ms-flex-item-align: center;
        align-self: center;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
  }
@-webkit-keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes animate-circles {
  0% { opacity: 0; -webkit-transform: scale3d(0,0,0); transform: scale3d(0,0,0); }
  90% { -webkit-transform: scale3d(1.1,1.1,1); transform: scale3d(1.1,1.1,1); }
  100% { opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}
@keyframes animate-circles {
  0% { opacity: 0; -webkit-transform: scale3d(0,0,0); transform: scale3d(0,0,0); }
  90% { -webkit-transform: scale3d(1.1,1.1,1); transform: scale3d(1.1,1.1,1); }
  100% { opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}
@-webkit-keyframes animate-circles-disabled {
  0% { opacity: 0; -webkit-transform: scale3d(0,0,0); transform: scale3d(0,0,0); }
  90% { -webkit-transform: scale3d(1.1,1.1,1); transform: scale3d(1.1,1.1,1); }
  100% { opacity: 0.2; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}
@keyframes animate-circles-disabled {
  0% { opacity: 0; -webkit-transform: scale3d(0,0,0); transform: scale3d(0,0,0); }
  90% { -webkit-transform: scale3d(1.1,1.1,1); transform: scale3d(1.1,1.1,1); }
  100% { opacity: 0.2; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}
/**
 * By area of interest
 */

.intro__degree-builder-landing--by-program-type {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
.degree-builder-by-program-type {
    box-sizing: border-box;
    font-family: 'Public Sans', sans-serif;
    padding-bottom: 64px;
    padding-bottom: 4rem;
    position: relative;
}
  .program-type-nav {
    box-sizing: border-box;
    box-shadow: 0 0 8px 2px rgba(100,100,100,.1);
    margin-top: -128px;
    margin-top: -8rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
  .breakpoint-mobile .program-type-nav {
    box-shadow: none;
  }
    .program-type-nav__item {
      box-sizing: border-box;
      float: left;
      width: 25%;
    }
    .breakpoint-tablet .program-type-nav__item {
      margin-top: -1px;
      width: 33.3333333%;
    }
    .breakpoint-phone-wide .program-type-nav__item,
    .breakpoint-phone .program-type-nav__item {
      margin-top: -1px;
      width: 50%;
     }
      .program-type-nav__anchor {
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid #000;
        display: block;
        text-align: center;
        padding: 32px;
        padding: 2rem;
        height: 256px;
        height: 16rem;
        position: relative;
        margin-left: -1px;
        -webkit-transition: background-color 100ms ease-in-out,
                    box-shadow 100ms ease-in-out,
                    border-color 100ms ease-in-out;
        transition: background-color 100ms ease-in-out,
                    box-shadow 100ms ease-in-out,
                    border-color 100ms ease-in-out;
      }
      .program-type-nav__item:first-child .program-type-nav__anchor {
        margin-left: 0;
      }
      .program-type-nav__anchor:hover,
      .program-type-nav__anchor:focus {
        background-color: #fff;
        /*box-shadow: inset 0 0 6px 2px rgba(100,100,100,0.1);*/
        border-color: #000;
        z-index: 2;
      }
.program-type-nav__anchor--active,
.program-type-nav__anchor--active:hover,
.program-type-nav__anchor--active:focus {
    background-color: #F5EDDE;
    /*box-shadow: inset 0 0 6px 2px rgba(42,166,237,0.2);*/
    border-color: #000;
    z-index: 2;
}
      .program-type-nav__anchor--new:before {
        content: "New";
        color: #fff;
        background-color: #ff72d9;
        border-radius: 2px;
        display: block;
        font-weight: bold;
        font-size: 17.6px;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        position: absolute;
        top: -16px;
        top: -1rem;
        left: 50%;
        text-shadow: 1px 1px 0 rgba(0,0,0,.2);
        width: 64px;
        width: 4rem;
        margin-left: -32px;
        margin-left: -2rem;
        padding-top: 6.4px;
        padding-top: 0.4rem;
        padding-bottom: 6.4px;
        padding-bottom: 0.4rem;
      }
      .breakpoint-mobile .program-type-nav__anchor--new:before {
        display: none;
      }
      .program-type-nav__anchor--disabled {
        pointer-events: none;
      }
        .program-type-nav__anchor span {
          color: #000;
          display: block;
          font-size: 28.8px;
          font-size: 1.8rem;
          font-weight: bold;
          text-shadow: 1px 1px 0 #fff;
          padding-bottom: 32px;
          padding-bottom: 2rem;
          padding-top: 19.2px;
          padding-top: 1.2rem;
        }
        .program-type-nav__anchor span.heading-flexible-vertical-double,
        .program-type-nav__anchor span.heading-undergraduate-honours {
          font-size: 25.6px;
          font-size: 1.6rem;
          padding-bottom: 16px;
          padding-bottom: 1rem;
          padding-top: 0;
        }
        .program-type-nav__anchor span.flexible-vertical-double-not-available {
            font-size: 23px;
            font-size: 1.3rem;
            color: purple;
            bottom: 10%;
            position: absolute;
            z-index: 1000;
            font-family: Verdana;
            text-shadow:none;
        }
        .program-type-nav__anchor span.heading-postgraduate {
            font-size: 28.8px;
            font-size: 1.8rem;
            padding-bottom: 16px;
            padding-bottom: 1rem;
            padding-top: 6.4px;
            padding-top: 0.4rem;
        }
        .breakpoint-phone-wide .program-type-nav__anchor span,
        .breakpoint-phone .program-type-nav__anchor span {
          font-size: 25.6px;
          font-size: 1.6rem;
        }
        .program-type-nav__anchor--disabled span {
          opacity: 0.2;
        }
        .program-type-molecule-container {
          width: 96px;
          width: 6rem;
          height: 96px;
          height: 6rem;
          margin-left: auto;
          margin-right: auto;
        }
        .program-type-molecule-container--undergraduate-honours,
        .program-type-molecule-container--postgraduate,
        .program-type-molecule-container--flexible-vertical-double {
          width: 96px;
          width: 6rem;
          height: 128px;
          height: 8rem;
        }
        .program-type-molecule-container--flexible-double {
          width: 177.6px;
          width: 11.1rem;
          height: 96px;
          height: 6rem;
        }
        .program-type-molecule-container--larger {
          width: 160px;
          width: 10rem;
          height: 160px;
          height: 10rem;
        }
        .program-type-molecule-container--larger.program-type-molecule-container--undergraduate-honours,
        .program-type-molecule-container--larger.program-type-molecule-container--postgraduate,
        .program-type-molecule-container--larger.program-type-molecule-container--flexible-vertical-double {
          width: 160px;
          width: 10rem;
          height: 240px;
          height: 15rem;
        }
        .program-type-molecule-container--larger.program-type-molecule-container--flexible-double {
          width: 289.6px;
          width: 18.1rem;
          height: 160px;
          height: 10rem;
        }
        .program-type-molecule-container--larger.program-type-molecule-container--1-year {
          width: 128px;
          width: 8rem;
          height: 128px;
          height: 8rem;
        }
        .program-type-molecule-container--larger.program-type-molecule-container--2-years {
          width: 144px;
          width: 9rem;
          height: 144px;
          height: 9rem;
        }
        .program-type-molecule-container--larger.program-type-molecule-container--4-years {
          width: 176px;
          width: 11rem;
          height: 176px;
          height: 11rem;
        }
        .program-type-molecule-container--larger.program-type-molecule-container--5-years {
          width: 192px;
          width: 12rem;
          height: 192px;
          height: 12rem;
        }
        .program-type-nav__anchor--active .program-type-molecule--question-mark {
          -webkit-animation: pulse 800ms infinite ease-in-out;
                  animation: pulse 800ms infinite ease-in-out;
        }
        .program-type-nav__anchor--disabled .program-type-molecule-container {
          opacity: 0.2;
        }
        @-webkit-keyframes pulse {
          0%,100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
          50% { -webkit-transform: scale3d(1.1,1.1,1); transform: scale3d(1.1,1.1,1); }
        }
        @keyframes pulse {
          0%,100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
          50% { -webkit-transform: scale3d(1.1,1.1,1); transform: scale3d(1.1,1.1,1); }
        }
          .program-type-molecule {
            background-color: #737373;
            border-radius: 50%;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-weight: bold;
            font-size: 44.8px;
            font-size: 2.8rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            opacity: 0.8;
            width: 96px;
            width: 6rem;
            height: 96px;
            height: 6rem;
            position: relative;
            z-index: 1;
          }
          .program-type-molecule-container--larger .program-type-molecule {
            width: 160px;
            width: 10rem;
            height: 160px;
            height: 10rem;
          }
          .program-type-molecule-container--larger.program-type-molecule-container--1-year .program-type-molecule {
            width: 128px;
            width: 8rem;
            height: 128px;
            height: 8rem;
          }
          .program-type-molecule-container--larger.program-type-molecule-container--2-years .program-type-molecule {
            width: 144px;
            width: 9rem;
            height: 144px;
            height: 9rem;
          }
          .program-type-molecule-container--larger.program-type-molecule-container--4-years .program-type-molecule {
            width: 176px;
            width: 11rem;
            height: 176px;
            height: 11rem;
          }
          .program-type-molecule-container--larger.program-type-molecule-container--5-years .program-type-molecule {
            width: 192px;
            width: 12rem;
            height: 192px;
            height: 12rem;
          }
          .program-type-molecule--small-above {
            font-size: 28.8px;
            font-size: 1.8rem;
            width: 48px;
            width: 3rem;
            height: 48px;
            height: 3rem;
            margin-left: auto;
            margin-right: auto;
            z-index: 2;
          }
          .program-type-molecule-container--larger .program-type-molecule--small-above {
            width: 112px;
            width: 7rem;
            height: 112px;
            height: 7rem;
          }
          .program-type-molecule--small-above + .program-type-molecule {
            margin-top: -16px;
            margin-top: -1rem;
          }
          .program-type-molecule-container--larger .program-type-molecule--small-above + .program-type-molecule {
            margin-top: -32px;
            margin-top: -2rem;
          }
          .program-type-molecule-container--flexible-double .program-type-molecule {
            float: left;
          }
          .program-type-molecule-container--flexible-double .program-type-molecule:last-child {
            margin-left: -16px;
            margin-left: -1rem;
          }
          .program-type-molecule-container--larger.program-type-molecule-container--flexible-double .program-type-molecule:last-child {
            margin-left: -32px;
            margin-left: -2rem;
          }
          .program-type-molecule-container--larger .program-type-molecule--question-mark {
            z-index: 20;
          }
          .program-type-molecule-container--larger.program-type-molecule-container--flexible-double .program-type-molecule:first-child {
            left: -80px;
            left: -5rem;
            -webkit-animation: move-in-from-left 500ms 1 ease-in-out 1s forwards;
                    animation: move-in-from-left 500ms 1 ease-in-out 1s forwards;
          }
          .program-type-molecule-container--larger.program-type-molecule-container--flexible-double .program-type-molecule:first-child.program-type-molecule--question-mark {
            left: -80px;
            left: -5rem;
            -webkit-animation: move-in-from-left 500ms 1 ease-in-out 1s forwards,
                       pulse 800ms infinite ease-in-out;
                    animation: move-in-from-left 500ms 1 ease-in-out 1s forwards,
                       pulse 800ms infinite ease-in-out;
          }
          @-webkit-keyframes move-in-from-left {
            0% { left: -5rem; }
            100% { left: 0; }
          }
          @keyframes move-in-from-left {
            0% { left: -5rem; }
            100% { left: 0; }
          }
          .program-type-molecule-container--larger.program-type-molecule-container--flexible-double .program-type-molecule:last-child {
            right: -80px;
            right: -5rem;
            -webkit-animation: move-in-from-right 500ms 1 ease-in-out 1s forwards;
                    animation: move-in-from-right 500ms 1 ease-in-out 1s forwards;
          }
          .program-type-molecule-container--larger.program-type-molecule-container--flexible-double .program-type-molecule:last-child.program-type-molecule--question-mark {
            right: -80px;
            right: -5rem;
            -webkit-animation: move-in-from-right 500ms 1 ease-in-out 1s forwards,
                       pulse 800ms infinite ease-in-out;
                    animation: move-in-from-right 500ms 1 ease-in-out 1s forwards,
                       pulse 800ms infinite ease-in-out;
          }
          @-webkit-keyframes move-in-from-right {
            0% { right: -5rem; }
            100% { right: 0; }
          }
          @keyframes move-in-from-right {
            0% { right: -5rem; }
            100% { right: 0; }
          }
          .program-type-molecule-container--larger.program-type-molecule-container--flexible-vertical-double .program-type-molecule:first-child {
            top: -32px;
            top: -2rem;
            -webkit-animation: move-in-from-top 500ms 1 ease-in-out 1s forwards;
                    animation: move-in-from-top 500ms 1 ease-in-out 1s forwards;
          }
          .program-type-molecule-container--larger.program-type-molecule-container--flexible-vertical-double .program-type-molecule:first-child.program-type-molecule--question-mark {
            top: -32px;
            top: -2rem;
            -webkit-animation: move-in-from-top 500ms 1 ease-in-out 1s forwards,
                       pulse 800ms infinite ease-in-out;
                    animation: move-in-from-top 500ms 1 ease-in-out 1s forwards,
                       pulse 800ms infinite ease-in-out;
          }
          @-webkit-keyframes move-in-from-top {
            0% { top: -2rem; }
            100% { top: 0; }
          }
          @keyframes move-in-from-top {
            0% { top: -2rem; }
            100% { top: 0; }
          }
          .program-type-molecule-container--larger.program-type-molecule-container--flexible-vertical-double .program-type-molecule:last-child {
            bottom: -32px;
            bottom: -2rem;
            -webkit-animation: move-in-from-bottom 500ms 1 ease-in-out 1s forwards;
                    animation: move-in-from-bottom 500ms 1 ease-in-out 1s forwards;
          }
          .program-type-molecule-container--larger.program-type-molecule-container--flexible-vertical-double .program-type-molecule:last-child.program-type-molecule--question-mark {
            bottom: -32px;
            bottom: -2rem;
            -webkit-animation: move-in-from-bottom 500ms 1 ease-in-out 1s forwards,
                       pulse 800ms infinite ease-in-out;
                    animation: move-in-from-bottom 500ms 1 ease-in-out 1s forwards,
                       pulse 800ms infinite ease-in-out;
          }
          @-webkit-keyframes move-in-from-bottom {
            0% { bottom: -2rem; }
            100% { bottom: 0; }
          }
          @keyframes move-in-from-bottom {
            0% { bottom: -2rem; }
            100% { bottom: 0; }
          }
          .program-type-molecule-container--postgraduate .program-type-molecule:last-child {
            border: 1px dashed #737373;
            background-color: transparent;
          }
          .program-type-molecule--postgraduate-fill {
            background-image: url(../images/postgraduate-fill.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 115%;
          }
          .program-type-molecule-container--research .program-type-molecule {
            background-image: url(../images/research-molecule.svg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-color: #fff;
            -webkit-transform: scale3d(1.05,1.05,1);
                    transform: scale3d(1.05,1.05,1);
          }
          .program-type-molecule-container--research .program-type-molecule--law {
            background-image: url(../images/research-molecule-law.svg);
          }
          .program-type-molecule-container--research .program-type-molecule--arts {
            background-image: url(../images/research-molecule-arts.svg);
          }
          .program-type-molecule-container--research .program-type-molecule--engineering {
            background-image: url(../images/research-molecule-engineering.svg);
          }
          .program-type-molecule-container--research .program-type-molecule--health {
            background-image: url(../images/research-molecule-health.svg);
          }
          .program-type-molecule-container--research .program-type-molecule--business {
            background-image: url(../images/research-molecule-business.svg);
          }
          .program-type-molecule-container--research .program-type-molecule--natural {
            background-image: url(../images/research-molecule-natural.svg);
          }
          .program-type-molecule-container--research .program-type-molecule--question-mark {
            background-color: #fff;
            color: #737373;
            text-shadow: none;
          }
          .program-type-molecule-container--larger.program-type-molecule-container--research .program-type-molecule {
            background-color: inherit;
            background-image: url(../images/research-molecule-fill.svg);
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
          }
            .program-type-molecule-container--larger.program-type-molecule-container--research .program-type-molecule--question-mark {
              background-color: #737373;
              color: #fff;
            }
          .program-type-nav__anchor--disabled .program-type-molecule {
            color: #737373;
            text-shadow: none;
          }
          .program-type-nav__anchor--disabled .program-type-molecule-container--research .program-type-molecule {
            color: #fff;
          }
            .program-type-molecule em {
              font-size: 24px;
              font-size: 1.5rem;
              text-transform: uppercase;
              font-style: normal;
            }
            .program-type-molecule-container--larger .program-type-molecule--small-above em {
              font-size: 19.2px;
              font-size: 1.2rem;
            }
  .program-type-hint-container {
    text-align: center;
    padding-bottom: 64px;
    padding-bottom: 4rem;
  }
.program-type-hint {
    background-image: url(../images/icon-mortar-board.png);
    background-size: 3.8rem 2rem;
    background-position: 16px 16px;
    background-position: 1rem 1rem;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 22.4px 16px 19.2px 89.6px;
    padding: 1.4rem 1rem 1.2rem 5.6rem;
}
    .breakpoint-mobile .program-type-hint {
      background-position: center 16px;
      background-position: center 1rem;
      padding: 64px 16px 19.2px;
      padding: 4rem 1rem 1.2rem;
    }
  .program-type-program {
    text-align: center;
  }
    .program-type-program .program-type-molecule--question-mark {
      -webkit-animation: pulse 800ms infinite ease-in-out;
              animation: pulse 800ms infinite ease-in-out;
    }
    .program-type-program__title {
      color: #000;
      padding-bottom: 22.4px;
      padding-bottom: 1.4rem;
      font-size: 44.8px !important;
      font-size: 2.8rem !important;
      margin-top: 48px;
      margin-top: 3rem;
      text-shadow: 1px 1px 0 #fff;
      line-height: 1.15;
    }
    .program-type-not-available {
        padding-bottom: 10px;
        padding-bottom: 0.5rem;
        font-size: 30px !important;
        font-size: 1.5rem !important;
        margin-top: 48px;
        margin-top: 3rem;
        line-height: 1.15;
        font-family:Verdana;
        color: purple;
    }
    .breakpoint-phone-wide .program-type-program__title,
    .breakpoint-phone .program-type-program__title {
      font-size: 35.2px !important;
      font-size: 2.2rem !important;
    }
      .program-type-program__title span {
        color: #cecece;
      }
    .program-type-program__description {
      color: #333;
      font-size: 25.6px;
      font-size: 1.6rem;
      line-height: 1.4;
      width: 70%;
      margin-left: auto;
      margin-right: auto;
    }
    .breakpoint-phone-wide .program-type-program__description,
    .breakpoint-phone .program-type-program__description {
      font-size: 22.4px !important;
      font-size: 1.4rem !important;
      width: 100%;
    }
    .program-type-search-container {
      margin-left: auto;
      margin-right: auto;
      padding-top: 64px;
      padding-top: 4rem;
      width: 60%;
    }
    .breakpoint-mobile .program-type-search-container {
      width: 100%;
    }
    .program-type-by-interest-area-button + .program-type-search-container {
      padding-top: 32px;
      padding-top: 2rem;
    }
    .program-type-interest-area-container {
      padding-top: 64px;
      padding-top: 4rem;
      padding-bottom: 64px;
      padding-bottom: 4rem;
      -webkit-transform: scale3d(0.8,0.8,1);
              transform: scale3d(0.8,0.8,1);
    }
    .breakpoint-phone-wide .program-type-interest-area-container,
    .breakpoint-phone .program-type-interest-area-container {
      -webkit-transform: scale3d(0.6,0.6,1);
              transform: scale3d(0.6,0.6,1);
      padding-top: 0;
      margin-top: -32px;
      margin-top: -2rem;
    }
    .program-type-details-container {
      box-sizing: border-box;
      padding-top: 96px;
      padding-top: 6rem;
      padding-bottom: 64px;
      padding-bottom: 4rem;
      text-align: left;
    }
    .breakpoint-mobile .program-type-details-container {
      padding-top: 48px;
      padding-top: 3rem;
    }
      .program-type-program-card {
        box-sizing: border-box;
        float: left;
        padding-right: 96px;
        padding-right: 6rem;
        position: relative;
        width: 55%;
      }
      .breakpoint-mobile .program-type-program-card {
        padding-right: 0;
        float: none;
        width: 100%;
      }
      .program-type-program-card:before {
        background-image: -webkit-linear-gradient(left, rgba(100,100,100,0.1), rgba(0,0,0,0));
        background-image: linear-gradient(to right, rgba(100,100,100,0.1), rgba(0,0,0,0));
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 32px;
        width: 2rem;
      }
      .program-type-program-card:after {
        background-color: #f5edde;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 32px;
        right: 2rem;
        width: 1px;
      }
      .breakpoint-mobile .program-type-program-card:before,
      .breakpoint-mobile .program-type-program-card:after {
        display: none;
      }
      .program-type-program-card__inner {
        position: relative;
        padding-top: 32px;
        padding-top: 2rem;
        padding-bottom: 32px;
        padding-bottom: 2rem;
      }
      .program-type-program-card__inner:before,
      .program-type-program-card__inner:after {
        background-image: -webkit-linear-gradient(top, #fdfdfd, rgba(0,0,0,0));
        background-image: linear-gradient(to bottom, #fdfdfd, rgba(0,0,0,0));
        content: "";
        position: absolute;
        top: 0;
        right: -99.2px;
        right: -6.2rem;
        width: 41.6px;
        width: 2.6rem;
        height: 64px;
        height: 4rem;
        z-index: 3;
      }
      .program-type-program-card__inner:after {
        background-image: -webkit-linear-gradient(bottom, #fdfdfd, rgba(0,0,0,0));
        background-image: linear-gradient(to top, #fdfdfd, rgba(0,0,0,0));
        top: auto;
        bottom: 0;
      }
      .breakpoint-mobile .program-type-program-card__inner:before,
      .breakpoint-mobile .program-type-program-card__inner:after {
        display: none;
      }
      .program-type-aside {
        box-sizing: border-box;
        float: left;
        padding-left: 96px;
        padding-left: 6rem;
        padding-top: 32px;
        padding-top: 2rem;
        padding-bottom: 32px;
        padding-bottom: 2rem;
        width: 45%;
      }
      .breakpoint-mobile .program-type-aside {
        padding-left: 0;
        float: none;
        text-align: center;
        width: 100%;
      }
.program-type-apply-button {
    border-radius: 3px;
    background: #fff;
    color: #000;
    border-color: #BE830E;
    border-style:solid;
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 16px 19.2px 14.4px;
    padding: 1rem 1.2rem 0.9rem;
}
        .program-type-apply-button:hover,
        .program-type-apply-button:focus {
            background-color: #000;
            color: #BE830E;
        }
      .breakpoint-mobile .program-type-apply-button {
        margin-left: auto;
        margin-right: auto;
        width: 320px;
        width: 20rem;
      }
        .program-type-apply-button i {
          padding-left: 16px;
          padding-left: 1rem;
        }
      .program-also-available-as {
        padding-top: 64px;
        padding-top: 4rem;
      }
      .breakpoint-mobile .program-also-available-as {
        display: inline-block;
      }
        .program-also-available-as__heading {
          color: #999;
          display: block;
          font-weight: bold;
          font-size: 19.2px;
          font-size: 1.2rem;
          text-transform: uppercase;
          letter-spacing: 0.1em;
          padding-bottom: 32px;
          padding-bottom: 2rem;
        }
        .program-also-available-as--center .program-also-available-as__heading {
          padding-top: 32px;
          padding-top: 2rem;
        }
        .program-also-available-as__link {
          display: block;
          padding-top: 6.4px;
          padding-top: 0.4rem;
          padding-bottom: 6.4px;
          padding-bottom: 0.4rem;
          margin-left: -38.4px;
          margin-left: -2.4rem;
        }
        .program-also-available-as--center .program-also-available-as__inner {
          margin-left: auto;
          margin-right: auto;
          padding-top: 16px;
          padding-top: 1rem;
          width: 448px;
          width: 28rem;
        }
          .program-also-available-as__molecule-container {
            float: left;
            text-align: center;
            position: relative;
            width: 76.8px;
            width: 4.8rem;
          }
            .program-also-available-as__molecule {
              border-radius: 50%;
              display: block;
              background-color: #737373;
              margin-left: auto;
              margin-right: auto;
              width: 44.8px;
              width: 2.8rem;
              height: 44.8px;
              height: 2.8rem;
              opacity: 0.8;
            }
            .program-also-available-as__molecule--small-above {
              width: 19.2px;
              width: 1.2rem;
              height: 19.2px;
              height: 1.2rem;
              position: absolute;
              top: -9.6px;
              top: -0.6rem;
              left: 50%;
              margin-left: -9.6px;
              margin-left: -0.6rem;
            }
            .program-also-available-as__molecule--postgraduate {
              background-color: transparent;
              border: 1px dashed #737373;
            }
            .program-also-available-as__molecule--flexible-double {
              float: left;
            }
            .program-also-available-as__molecule--flexible-double + .program-also-available-as__molecule--flexible-double {
              margin-left: -12.8px;
              margin-left: -0.8rem;
            }
          .program-also-available-as__title {
            display: block;
            float: left;
            font-size: 22.4px;
            font-size: 1.4rem;
            font-weight: bold;
            padding-left: 80px;
            padding-left: 5rem;
            position: relative;
            padding-top: 9.6px;
            padding-top: 0.6rem;
          }
          .program-also-available-as__link:hover .program-also-available-as__title,
          .program-also-available-as__link:focus .program-also-available-as__title {
            color:     #BE830E;
;
          }
.program-also-available-as__title:before {
    background-color: #BE830E;
    content: "";
    width: 48px;
    width: 3rem;
    height: 1px;
    position: absolute;
    left: 16px;
    left: 1rem;
    top: 60%;
}
.program-also-available-as__link:hover .program-also-available-as__title:before,
.program-also-available-as__link:focus .program-also-available-as__title:before {
    background-color: #BE830E;
}
.program-also-available-as__link i {
    display: block;
    float: left;
    color: #BE830E;
    font-size: 22.4px;
    font-size: 1.4rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-top: 9.6px;
    padding-top: 0.6rem;
}
.program-also-available-as__link:hover i,
.program-also-available-as__link:focus i {
    color: #BE830E;
}
    .program-type-and {
      color: #999;
      display: block;
      font-weight: bold;
      font-size: 22.4px;
      font-size: 1.4rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      padding-bottom: 48px;
      padding-bottom: 3rem;
      padding-top: 16px;
      padding-top: 1rem;
      margin-left: auto;
      margin-right: auto;
    }
.program-type-by-interest-area-button {
    border-radius: 3px;
    background: #fff;
    color: #000;
    border-color: #BE830E;
    border-style:solid;
    font-size: 28.8px;
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    padding-top: 22.4px;
    padding-top: 1.4rem;
    padding-bottom: 20.8px;
    padding-bottom: 1.3rem;
    width: 60%;
}
    .program-type-by-interest-area-button:hover,
    .program-type-by-interest-area-button:focus {
        background-color: #000;
        color: #BE830E;
    }
    .breakpoint-mobile .program-type-by-interest-area-button {
      width: 100%;
    }
    .breakpoint-phone-wide .program-type-by-interest-area-button {
      font-size: 25.6px;
      font-size: 1.6rem;
      padding-left: 16px;
      padding-left: 1rem;
      padding-right: 16px;
      padding-right: 1rem;
      width: calc(100% - 2rem);
    }
    .breakpoint-phone .program-type-by-interest-area-button {
      font-size: 22.4px;
      font-size: 1.4rem;
      padding-left: 16px;
      padding-left: 1rem;
      padding-right: 16px;
      padding-right: 1rem;
      width: calc(100% - 2rem);
    }
      .program-type-by-interest-area-button i {
        padding-left: 16px;
        padding-left: 1rem;
      }
    .program-type-program-details {
      margin-top: 32px;
      margin-top: 2rem;
      padding-top: 48px;
      padding-top: 3rem;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: 48px;
      margin-top: 3rem;
      width: 70%;
    }
    .program-type-program-details:before {
      background-image: -webkit-linear-gradient(top, rgba(160,160,160,.1), rgba(160,160,160,0));
      background-image: linear-gradient(to bottom, rgba(160,160,160,.1), rgba(160,160,160,0));
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 128px;
      height: 8rem;
    }
    .breakpoint-phone-wide .program-type-program-details,
    .breakpoint-phone .program-type-program-details {
      width: 100%;
    }
      .program-type-program-details__inner {
        position: relative;
        z-index: 2;
      }
      .program-type-program-details__inner:before,
      .program-type-program-details__inner:after {
        background-image: url(../images/bg-texture-shadow.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        width: 80px;
        width: 5rem;
        height: 128px;
        height: 8rem;
        position: absolute;
        top: -48px;
        top: -3rem;
        left: 0;
      }
      .program-type-program-details__inner:before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
      }
      .program-type-program-details__inner:after {
        left: auto;
        right: 0;
      }
      .program-type-program-details dl {
        color: #333;
        display: block;
        font-size: 25.6px;
        font-size: 1.6rem;
        padding-bottom: 32px;
        padding-bottom: 2rem;
      }
        .program-type-program-details dt {
          display: inline-block;
          color: #000;
          padding-right: 9.6px;
          padding-right: 0.6rem;
        }
        .program-type-program-details dd {
          display: inline-block;
          font-weight: bold;
          padding-right: 32px;
          padding-right: 2rem;
        }
        .program-type-program-details dd:last-child {
          padding-right: 0;
        }
.study-plan-and-program-details-button {
    border-radius: 3px;
    background: #fff;
    color: #000;
    border-color: #BE830E;
    border-style:solid;
    font-size: 25.6px;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    padding: 16px 22.4px 14.4px;
    padding: 1rem 1.4rem 0.9rem;
}
    .study-plan-and-program-details-button:hover,
    .study-plan-and-program-details-button:focus {
        background-color: #000;
        color: #BE830E;
    }
        .study-plan-and-program-details-button i {
          padding-left: 16px;
          padding-left: 1rem;
        }
    .this-program-combines {
      color: #999;
      display: block;
      font-weight: bold;
      font-size: 19.2px;
      font-size: 1.2rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      padding-bottom: 48px;
      padding-bottom: 3rem;
      padding-top: 48px;
      padding-top: 3rem;
      padding-bottom: 48px;
      padding-bottom: 3rem;
      margin: 64px auto 32px;
      margin: 4rem auto 2rem;
      position: relative;
    }
        .this-program-combines:before,
        .this-program-combines:after {
            background-color: #BE830E;
            content: "";
            width: 1px;
            height: 64px;
            height: 4rem;
            position: absolute;
            top: -32px;
            top: -2rem;
            left: 50%;
        }
    .this-program-combines:after {
      top: auto;
      bottom: -16px;
      bottom: -1rem;
      height: 48px;
      height: 3rem;
    }
    .program-two-cards {
      box-sizing: border-box;
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .breakpoint-mobile .program-two-cards {
      display: block;
    }
      .program-two-cards__left {
        box-sizing: border-box;
        float: left;
        padding-right: 32px;
        padding-right: 2rem;
        padding-top: 32px;
        padding-top: 2rem;
        position: relative;
        width: 50%;
      }
      .breakpoint-mobile .program-two-cards__left {
        float: none;
        padding-right: 0;
        width: 100%;
      }
      .program-two-cards__right {
        box-sizing: border-box;
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 32px;
        padding-left: 2rem;
        padding-top: 32px;
        padding-top: 2rem;
        position: relative;
        width: 50%;
      }
      .breakpoint-mobile .program-two-cards__right {
        float: none;
        padding-left: 0;
        padding-top: 48px;
        padding-top: 3rem;
        margin-top: 32px;
        margin-top: 2rem;
        width: 100%;
      }
      .breakpoint-mobile .program-two-cards__right:before {
        content: "And";
        display: block;
        color: #999;
        display: block;
        font-weight: bold;
        font-size: 19.2px;
        font-size: 1.2rem;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0.1em;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
      }
        .program-type-change-second {
          position: absolute;
          top: 0;
          left: 32px;
          left: 2rem;
          right: 0px;
          right: 0rem;
          text-align: center;
          padding-top: 20%;
          -webkit-transition: opacity 150ms ease-in-out 100ms, -webkit-transform 100ms ease-in-out 100ms;
          transition: opacity 150ms ease-in-out 100ms, -webkit-transform 100ms ease-in-out 100ms;
          transition: opacity 150ms ease-in-out 100ms, transform 100ms ease-in-out 100ms;
          transition: opacity 150ms ease-in-out 100ms, transform 100ms ease-in-out 100ms, -webkit-transform 100ms ease-in-out 100ms;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          opacity: 1;
          z-index: 2;
        }
        .breakpoint-mobile .program-type-change-second {
          left: 16px;
          left: 1rem;
          right: 16px;
          right: 1rem;
        }
        .program-type-change-second--hidden {
          -webkit-transform: translateY(3rem);
                  transform: translateY(3rem);
          opacity: 0;
          z-index: -1;
        }
        .program-type-change-second--left {
          left: 0;
          right: 32px;
          right: 2rem;
        }
        .breakpoint-mobile .program-type-change-second--left {
          left: 16px;
          left: 1rem;
          right: 16px;
          right: 1rem;
        }
          .program-type-change-second h3 {
            color: #999;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            font-size: 19.2px !important;
            font-size: 1.2rem !important;
            font-weight: bold;
            padding-bottom: 32px;
            padding-bottom: 2rem;
            text-shadow: 1px 1px 0 #fff;
          }
          .program-type-change-second .program-type-by-interest-area-button {
            font-size: 22.4px;
            font-size: 1.4rem;
            padding-top: 22.4px;
            padding-top: 1.4rem;
            padding-bottom: 20.8px;
            padding-bottom: 1.3rem;
            width: 80%;
          }
          .breakpoint-phone-wide .program-type-by-interest-area-button,
          .breakpoint-phone .program-type-by-interest-area-button {
            width: calc(100% - 2rem);
          }
          .program-type-change-second .program-type-search-container {
            width: 80%;
            padding-bottom: 48px;
            padding-bottom: 3rem;
          }
          .breakpoint-phone-wide .program-type-change-second .program-type-search-container,
          .breakpoint-phone .program-type-change-second .program-type-search-container {
            width: 100%;
          }
          .program-type-change-second .program-also-available-as--center {
            padding-top: 0;
            margin-top: -16px;
            margin-top: -1rem;
          }
/**
 * Program card
 */

.program-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.program-card--faded {
  opacity: 0.5;
  pointer-events: none;
}
.program-card--faded .program-card__panel-intro,
.program-card--faded .program-card__body,
.program-card--faded .program-card__remove {
  opacity: 0;
}
  .program-card__inner {
    border-radius: 3px;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    background: #fff;
    border: 1px solid #000;
    width: 100%;
  }
.program-card__panel-intro {
    background-color: #F5EDDE;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #000;
    padding: 32px;
    padding: 2rem;
}
      .program-card__close {
        display: block;
        position: absolute;
        top: 9.6px;
        top: 0.6rem;
        right: 9.6px;
        right: 0.6rem;
      }
      .program-card--faded .program-card__close {
        display: none;
      }
        .program-card__close a {
          border-radius: 3px;
          display: block;
          background: #d4e7f0;
          padding: 4.8px;
          padding: 0.3rem;
          width: 20.8px;
          width: 1.3rem;
          text-align: center;
        }
          .program-card__close a i {
            font-size: 22.4px;
            font-size: 1.4rem;
            color: #d53b3b;
          }
          .program-card__close a:hover i,
          .program-card__close a:focus i {
            color: #7d2323;
          }
      .program-card__college-ribbon {
        font-size: 28.8px;
        font-size: 1.8rem;
        display: block;
        margin-top: -38.4px;
        margin-top: -2.4rem;
        margin-bottom: 40px;
        margin-bottom: 2.5rem;
      }
      .program-card__degree-title {
        font-size: 35.2px !important;
        font-size: 2.2rem !important;
        font-weight: bold;
        color: #000;
        padding-bottom: 22.4px;
        padding-bottom: 1.4rem;
      }
      .program-card__requirements {
        font-size: 22.4px;
        font-size: 1.4rem;
        color: #333;
        display: block;
        font-weight: bold;
        padding-bottom: 32px;
        padding-bottom: 2rem;
      }
        .program-card__requirements i {
          color: #000;
          padding-right: 9.6px;
          padding-right: 0.6rem;
        }
        .program-card__requirements__units,
        .program-card__requirements__code {
          padding-left: 25.6px;
          padding-left: 1.6rem;
        }
      .program-card__admission-note {
        text-align: right;
        padding-top: 6.4px;
        padding-top: 0.4rem;
      }
      .breakpoint-phone-wide .program-card__admission-note,
      .breakpoint-phone .program-card__admission-note {
        text-align: left;
        display: block;
        clear: both;
        padding-top: 16px;
        padding-top: 1rem;
      }
        .program-card__admission-note a {
          border-bottom: 1px solid #ccc;
          font-weight: 600;
          color: #757575;
        }
      .program-card__admission-atar,
      .program-card__admission-qld,
      .program-card__admission-intl {
        float: left;
        padding-right: 25.6px;
        padding-right: 1.6rem;
      }
        .program-card__admission-container {
          border-radius: 3px;
          border: 1px solid #000;
          background: #fff;
          width: 113.6px;
          width: 7.1rem;
        }
.program-card__admission-label {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 19.2px;
    font-size: 1.2rem;
    background: #000;
    border: none;
    color: #FFF;
    display: block;
    float: left;
    font-weight: bold;
    letter-spacing: .1em;
    height: 100%;
    padding: 6.4px 6.4px 4.8px;
    padding: 0.4rem 0.4rem 0.3rem;
    text-align: center;
    text-decoration: none;
    width: 57.6px;
    width: 3.6rem;
}
          .program-card__admission-score {
            font-size: 22.4px;
            font-size: 1.4rem;
            color: #111;
            display: block;
            font-weight: bold;
            background-color:#fff;
            float: left;
            text-align: center;
            padding-top: 4.8px;
            padding-top: 0.3rem;
            width: 43.2px;
            width: 2.7rem;
          }
.program-card__full-details {
    padding-top: 40px;
    padding-top: 2.5rem;
    color: #000;
}

.program-card__full-details p a {
       color: #000;
}
      .program-card__requirements + .program-card__full-details {
        padding-top: 0;
      }
        .program-card__full-details a {
          font-size: 22.4px;
          font-size: 1.4rem;
          font-weight: 600;
          color:#000;
        }
          .program-card__full-details a i {
            padding-right: 9.6px;
            padding-right: 0.6rem;
          }
          .program-card__full-details a span {
            border-bottom: 1px solid #ccc;
          }
          .program-card__full-details a:hover span,
          .program-card__full-details a:focus span {
            border-bottom-color: #2b788f;
          }
      .program-card__body {
        padding: 32px;
        padding: 2rem;
      }
      .program-two-cards .program-card__body {
        padding: 32px 32px 96px;
        padding: 2rem 2rem 6rem;
      }
        .program-card__body p {
          font-size: 22.4px;
          font-size: 1.4rem;
          line-height: 1.5;
          padding-bottom: 14.4px;
          padding-bottom: 0.9rem;
        }
.program-card__remove {
    display: block;
    font-size: 22.4px;
    font-size: 1.4rem;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #FFF;
    border-top: 1px solid #000;
    color: #000;
    display: block;
    font-weight: bold;
    padding: 19.2px 32px;
    padding: 1.2rem 2rem;
    position: absolute;
    bottom: 1px;
    left: 1px;
    right: 1px;
}
      .program-two-cards__right .program-card__remove {
        text-align: right;
      }
.program-card__remove:hover,
.program-card__remove:focus {
    background-color: #000;
    color: #BE830E;
}
        .program-card__remove i {
          padding-right: 16px;
          padding-right: 1rem;
        }
        .program-two-cards__right .program-card__remove i {
          padding-left: 16px;
          padding-left: 1rem;
          padding-right: 0;
        }

        .single-program-choose-different-option{
            position:relative;
            margin-top:20px;
        }

.typeahead__list {
    overflow-y: scroll;
    max-height: 150px;
}

/* Traits */

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.pc-ta-center {
  text-align: center;
}
.pc-ta-left {
  text-align: left;
}
.pc-ta-right {
  text-align: right;
}

.pc-small-caps {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: .2em;
  text-transform: uppercase;
}

/* Index page --------------------------------------------------------------- */

.intro--home .intro__landing-description {
  padding-bottom: 20px;
}
  .landing-boxes {
    margin-top: 0;
  }
    .landing-left-box,
    .landing-right-box {
      width: 459px;
    }
      .landing__left-box__description,
      .landing__right-box__description {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
      }
      .landing__right-box__description {
        padding-bottom: 39px;
        width: 75%;
      }
      .landing__left-box__icon {
        background-image: url('../images/icon-home-degree-builder.png');
        background-size: 46px 50px;
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 46px;
        height: 50px;
      }
      .landing__right-box__icon {
        background-image: url('../images/icon-home-search.png');
        background-size: 75px 39px;
        background-position: 0 0;
        background-repeat: no-repeat;
        margin-top: 16px;
        width: 75px;
        height: 39px;
      }

/* Catalogue search --------------------------------------------------------- */

.catalogue-search-box__button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.intro__catalogue-search-description {
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px !important;
  width: 750px;
}
.catalogue-search-buttons {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 540px;
}
.catalogue-search-button {
    box-sizing: border-box;
    background-color: #F5EDDE;
    border: 1px solid #be830e;
    box-shadow: inset 0 0 3px 2px rgba(100,100,100,0.1);
    color: #000;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Public Sans', sans-serif;
    margin-left: -1px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-shadow: 1px 1px 0 #fff;
    transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out, box-shadow 100ms ease-in-out, text-shadow 100ms ease-in-out;
    height: 70px;
    width: 180px;
}
  .catalogue-search-button--programs {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .catalogue-search-button--majors-minors {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 15px;
    font-size: 1.5rem;
  }
.catalogue-search-button:hover,
.catalogue-search-button:focus {
   /* background-color: #dbf2f7;*/
    border: 1px solid #be830e;
    box-shadow: inset 0 0 4px 3px rgba(100,100,100,0.1);
}
.catalogue-search-button--active,
.catalogue-search-button--active:hover,
.catalogue-search-button--active:focus {
    background-color: #000;
    border: 1px solid #be830e;
    color: #be830e;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 0 4px 3px rgba(100,100,100,0.6);
    z-index: 2;
}

.catalogue-search-filters {
    font-family: 'Public Sans', sans-serif;
    display: none;
}
.catalogue-search-filters--active {
  animation: reveal 450ms ease-in-out 1;
  display: block;
}
@keyframes reveal {
  0% { opacity: 0; transform: translate3d(0,3rem,0); }
  100% { opacity: 1; transform: translate3d(0,0,0); }
}
  .catalogue-search-note-wrapper {
    text-align: center;
    padding-bottom: 30px;
  }
.catalogue-search-note {
    background-image: url(../images/icon-mortar-board.png);
    background-size: 3.8rem 2rem;
    background-position: 10px 20px;
    background-repeat: no-repeat;
    border: 1px solid #F5EDDE;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    border-radius: 3px;
    line-height: 1.2;
    padding: 22px 16px 20px 55px;
}
.catalogue-search-filters--heading {
    color: #bE830e;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px !important;
    font-size: 1.3rem !important;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
    .catalogue-search-filters--heading:before,
    .catalogue-search-filters--heading:after {
        content: "";
        background-color: #F5EDDE;
        height: 30px;
        width: 1px;
        position: absolute;
        top: -30px;
        left: 50%;
    }
  .catalogue-search-filters--heading:after {
    top: auto;
    bottom: -30px;
  }
  .catalogue-search-filter-columns {
    padding-top: 60px;
    padding-bottom: 20px;
  }
    .catalogue-search-filter-column {
      float: left;
      width: 25%;
    }
      .catalogue-search-filter-column__heading {
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px !important;
        font-size: 1.3rem !important;
        letter-spacing: 0.1em;
        padding-bottom: 15px;
      }
      .catalogue-search-filter-column__heading:nth-of-type(2) {
        padding-top: 30px;
      }
      

    .catalogue-search-results__sidebar .affix {
       -webkit-transition: all 2s ease-in;
        transition: all 1s ease-in;
    }
      .catalogue-search-filter-column select,
      .catalogue-search-results__sidebar select {
        background-color: #fff !important;
        border-radius: 3px;
        box-shadow: 1px 1px 3px 3px rgba(204, 204, 204, 0.1);
        -webkit-padding-end: 30px;
        -webkit-appearance: none   ;
        -webkit-padding-end: 0;
        -webkit-user-select: none;
        -moz-appearance: none;
        -moz-padding-end: 7px;
        -moz-user-select: none;
        border: 1px solid #000;
        color: #000;
        cursor: pointer;
        font-weight: 600;
        padding: 10px 5px 10px 8px;
        
       
      }
      #program-commencement-year,
      #course-year,
      #major-minor-commencement-year {
        width: 100px;
      }
      #program-college,
      #catalogue-major-minor-college,
      #course-college,
      #major-minor-college {
        width: 100%;
      }

      .catalogue-search-results__sidebar-filter #program-mode-of-delivery,
      .catalogue-search-results__sidebar-filter #course-mode-of-delivery {
        width: 100%;
      }
      .catalogue-search-filter-column input[type="checkbox"],
      .catalogue-search-results__sidebar input[type="checkbox"] {
        clear: left;
        float: left;
        margin-top: 2px;
        margin-bottom: 2px;
        width: 20px;
        height: 20px;
      }
      .catalogue-search-filter-column label,
      .catalogue-search-results__sidebar label {
        cursor: pointer;
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
        padding-left: 6px;
        padding-top: 3px;
        padding-bottom: 2px;
        float: left;
        max-width: 80%;
      }
.catalogue-search-results {
  padding-top: 10px;
  padding-bottom: 20px;
}
.catalogue-search-results__table {
    font-family: 'Public Sans', sans-serif !important;
    font-size: 1.3rem;
    float: left;
    width: 74%;
    table-layout: fixed;
}
    .catalogue-search-results__table .sortasc-header:after,
    .catalogue-search-results__table .sortdesc-header:after {
      color: #000;
      padding-left: 5px;
      font-size: 11px;
    }
    .catalogue-search-results__table tr {
      border-top: none;
    }
    .catalogue-search-results__table tr:nth-child(even) {
      /*background-color: #F5EDDE;*/
    }

    .catalogue-search-results__table tbody tr:first-child {
        border-top: 2px solid #888 !important;
        padding-top: 10px;
    }
    .catalogue-search-results__table tr th {
        padding: 5px 5px;
        vertical-align: middle;
    }
    .catalogue-search-results__table tr td {
      padding: 10px 5px;
      vertical-align: middle;
    }
    .catalogue-search-results__table tr th {
        color: #000;
        font-family: 'Public Sans', sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px !important;
        font-size: 1.2rem !important;
        letter-spacing: 0.08em;
    }
      .catalogue-search-results__table tr th.sortable:hover {
        text-decoration: none;
      }
        .catalogue-search-results__table tr th.sortable:hover span,
        .catalogue-search-results__table tr th.sortable:hover span:after {
          color: #000;
        }
    .catalogue-search-results__code {
      font-size: 12px;
      font-size: 1.2rem;
    }
      .catalogue-search-results__code a {
        color: #666;
      }
    /* Program table */
    .catalogue-search-results__table--program td:nth-child(1) { width: 10%; }
    .catalogue-search-results__table--program td:nth-child(2) { width: 32%; }
    .catalogue-search-results__table--program td:nth-child(3) { width: 18%; }
    .catalogue-search-results__table--program td:nth-child(4) { width: 16%; }
    .catalogue-search-results__table--program td:nth-child(5) { width: 12%; }
    .catalogue-search-results__table--program td:nth-child(6) { width: 12%; }
    /* Course table */
    .catalogue-search-results__table--course td:nth-child(1) { width: 10%; }
    .catalogue-search-results__table--course td:nth-child(2) { width: 32%; }
    .catalogue-search-results__table--course td:nth-child(3) { width: 15%; }
    .catalogue-search-results__table--course td:nth-child(4) { width: 14%; }
    .catalogue-search-results__table--course td:nth-child(5) { width: 13%; }
    .catalogue-search-results__table--course td:nth-child(6) { width: 16%; }
    /* Major/minor table */
    .catalogue-search-results__table--major-minor td:nth-child(1) { width: 15%; }
    .catalogue-search-results__table--major-minor td:nth-child(2) { width: 38%; }
    .catalogue-search-results__table--major-minor td:nth-child(3) { width: 18%; }
    .catalogue-search-results__table--major-minor td:nth-child(4) { width: 16%; }
    .catalogue-search-results__table--major-minor td:nth-child(5) { width: 13%; }
      .catalogue-search-results__table td a {
        display: block;
      }
.catalogue-search-results__sidebar {
    font-family: 'Public Sans', sans-serif;
    float: right;
    padding-left: 20px;
    width: 26%;
    width: calc(26% - 20px);
    display: none;
}
    .catalogue-search-results__sidebar-heading {
      color: #000;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px !important;
      font-size: 1.2rem !important;
      letter-spacing: 0.1em;
      padding-top: 8px;
      padding-bottom: 15px;
    }
.catalogue-search-results__sidebar-inner {
    background-color: #F5EDDE;
    border-radius: 3px;
    padding: 20px;
}
      .catalogue-search-results__sidebar-filter {
        padding-bottom: 25px;
      }
      .catalogue-search-results__sidebar-filter:last-child {
        padding-bottom: 0;
      }

/* Program page ------------------------------------------------------------- */

/* Intro tabs */

.intro-tabs {
    clear: left;
    color: #945f00;
    float: left;
    margin-bottom: -26px; /* Match the height of `.intro__shadow` */
    margin-left: 20px; /* 20px - 20px - 1px */
    margin-top: 15px;
}
  .intro-tabs__tab {
    display: block;
    float: left;
  }
    .intro-tabs__tab a,
    .intro-tabs__tab span {
        background-color: #000;
        color: #FFF;
        border: 1px solid #F5EDDE;
        border-radius: 4px;
        display: block;
        margin-left: -1px;
        margin-top: 3px;
        padding: 12px 18px 12px;
        font-size: 14px;
    }
        .intro-tabs__tab a:hover{
            background-color: #fff;
            color: #945f00;
            text-decoration: underline;
            color: #000;
        }

.intro-tabs__tab--active a,
.intro-tabs__tab--active span {
    border-bottom-color: transparent;
    background-color: #fff;
    border: 1px solid #FFF;
    background-image: url("../images/bg-texture.gif");
    font-weight: bold;
    margin-top: 0;
    padding-top: 18px;
    color: #000;
}


/* Tabbed callout box (e.g. for fees) */

.callout-box {}
  .callout-box--right {
    float: right;
    margin-left: 25px;
  }

.callout-box--left {
    float: left;
    margin-right: 25px;
}
    .callout-box--left,
    .callout-box--right {
      margin-bottom: 25px;
      width:50%;
    }

  .callout-box__header {}
    .callout-box__title {
      float: left;
    }
    /* Undo .copy styles */
      .copy .callout-box__title {
        margin: 0;
        padding: 0;
        padding-top: 4px;
      }

    .callout-box__tabs {
      float: right;
      margin-bottom: -1px;
    }
      .callout-box__tab {
        float: left;
        padding: 6px 12px 8px;
        border: 1px solid transparent;
      }
      .callout-box__tab--active {
        border-color: #a1cbd9;
        border-bottom-color: #fff;
        background-color: #fff;
        position: relative;
      }
      .callout-box__tab:hover,
      .callout-box__tab:focus {
        color: #333;
        text-decoration: underline;
      }

  .callout-box__content {
    border-radius: 3px;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #f5edde;
    padding: 10px 20px 12px;
  }

    /* Reversed version */
.callout-box--reverse .callout-box__content {
    background-color: #F5EDDE;
    border: none;
    box-shadow: none;
    color: #000;
}
      /* Specific uses */
      .callout-box--reverse.callout-box--career .callout-box__content {
        /*background-image: url('../images/bg-career.png');*/
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
      }
      /* Adjust reversed type */
      .callout-box--reverse * {
        color: #000;
      }
      .callout-box--reverse h1,
      .callout-box--reverse h2,
      .callout-box--reverse h3,
      .callout-box--reverse h4,
      .callout-box--reverse h5,
      .callout-box--reverse h6 {
        color: #000;
      }
      .callout-box--reverse .callout-box__content a {
        color: #fff;
        text-decoration: underline;
      }
      .callout-box--reverse .callout-box__content a:hover,
      .callout-box--reverse .callout-box__content a:focus {
        color: #a1e8ff;
      }

    /* Tab content visibility */
    .callout-box__tab-content {
      display: none;
    }
    .callout-box__tab-content--active {
      display: block;
    }

  .callout-box__highlight {
    background-color: #f0fbff;
    margin-left: -20px;
    margin-right: -20px;
    padding: 12px 20px;
    margin-bottom: 8px;
  }
/* Content highlight */

.content-highlight,
.copy .content-highlight {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  color: #207792;
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 25px;
}
  .content-highlight p:last-of-type {
    padding-bottom: 0;
  }

.numbered-list,
.copy ol.numbered-list {
  counter-reset: numbered-list;
  padding-left: 0;
}
  .numbered-list li,
  .copy ol.numbered-list li {
    list-style: none;
    padding-left: 3.5em;
    position: relative;
    margin-bottom: 14px;
  }
  .numbered-list li:before {
    border-radius: 50%;
    background-color: #3567be;
    color: #fff;
    counter-increment: numbered-list;
    content: counter(numbered-list);
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    left: 0;
    top: -3px;
    padding: 3px 5px 7px;
    height: 18px;
    width: 18px;
  }

.bullet-list,
.copy ul.bullet-list {
  padding-bottom: 15px;
  padding-left: 0;
  padding-top: 15px;
}
  .bullet-list li,
  .copy ul.bullet-list li {
    list-style: none;
    padding-left: 2em;
    position: relative;
    margin-bottom: 10px;
  }
    .bullet-list li:before {
      border-radius: 50%;
      background-color: #666666;
      content: "";
      font-weight: bold;
      position: absolute;
      text-align: center;
      left: 0;
      top: 8px;
      height: 8px;
      width: 8px;
    }
    .bullet-list--college-cass li:before { background: rgba(0, 57, 166, 0.75); }
    .bullet-list--college-cap li:before { background: rgba(227, 114, 34, 0.75); }
    .bullet-list--college-cbe li:before { background: rgba(240, 171, 0, 0.75); }
    .bullet-list--college-cecs li:before { background: rgba(167, 25, 48, 0.75); }
    .bullet-list--college-col li:before { background: rgba(98, 37, 103, 0.75); }
    .bullet-list--college-cmbe li:before { background: rgba(0, 124, 146, 0.75); }
    .bullet-list--college-cpms li:before { background: rgba(0, 105, 60, 0.75); }
    .bullet-list--college-nsc li:before { background: rgba(162, 173, 0, 0.75); }

/* More info */

.more-info {
  background-image: -webkit-radial-gradient(left center, ellipse farthest-corner, rgba(174, 174, 174, 0.1) 0%, rgba(174, 174, 174, 0) 100%);
  background-image: radial-gradient(ellipse farthest-corner at left center, rgba(174, 174, 174, 0.1) 0%, rgba(174, 174, 174, 0) 100%);
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
  width: 25%;
}
  .more-info:before {
    content: '';
    background-image: -webkit-linear-gradient(top, rgba(174, 174, 174, 0), rgba(174, 174, 174, 1), rgba(174, 174, 174, 0));
    background-image: linear-gradient(to bottom, rgba(174, 174, 174, 0), rgba(174, 174, 174, 1), rgba(174, 174, 174, 0));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
  }

  .more-info__apply-button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #3e85bd;
    color: #fff;
    display: block;
    cursor: pointer;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 9px 26px 10px 10px;
    text-align: center;
    position: relative;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  }
    .more-info__apply-button:hover {
      background-color: #1f5a89;
      color: #fff;
    }
    .more-info__apply-button i {
      color: #fbeb00;
      margin-top: -2px;
    }
    .more-info .social-icons {
      margin-bottom: 0;
      margin-top: 15px;
    }

/* Responsive embeds */

.responsive-embed {
  position: relative;
  margin-bottom: 25px;
}
  .responsive-embed:before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
  .responsive-embed > * {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

.responsive-embed + .highlight-grid-container {
  margin-top: -26px;
}

/* Highlight grid */

.highlight-grid-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.highlight-grid {
  background-color: #5a5a5a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 8px 20px 8px;
  width: 50%;
  width: calc(50% - 40px);
  float: left;
}
  .highlight-grid--grey {
    background-color: #5a5a5a;
    background-image: url('../images/bg-highlight-grid--grey.png');
  }
  .highlight-grid--blue {
    background-color: #328fae;
    background-image: url('../images/bg-highlight-grid--blue.png');
  }
  .highlight-grid--green {
    background-color: #0f4f31;
    background-image: url('../images/bg-highlight-grid--green.png');
  }
  .highlight-grid--red {
    background-color: #5a000b;
    background-image: url('../images/bg-highlight-grid--red.png');
  }
  .highlight-grid:nth-child(2n+1) {
    clear: both;
  }

  /* Adjust reversed type */
  .highlight-grid * {
    color: #fff;
  }
  .highlight-grid h1,
  .highlight-grid h2,
  .highlight-grid h3,
  .highlight-grid h4,
  .highlight-grid h5,
  .highlight-grid h6 {
    color: #fff;
    color: rgba(255,255,255,0.9);
  }
  .highlight-grid a {
    color: #fff;
    text-decoration: underline;
  }
  .highlight-grid a:hover,
  .highlight-grid a:focus {
    color: #fff;
    color: rgba(255,255,255,0.9);
  }

/* Inline search ------------------------------------------------------------ */

.breadcrumbs__inner {
  position: relative;
}
.inline-search {
    font-family: 'Public Sans', sans-serif;
    position: absolute;
    right: 20px;
    top: 1px;
    width: 340px;
    z-index: 10;
    max-width: 100%;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    will-change: width;
}
  .inline-search--active {
    width: 600px;
  }

.inline-search__inner {
  position: relative;
  z-index: 3;
}

.inline-search__inner:before {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
  right: 100%;
  background-image: -webkit-linear-gradient(right, rgba(220, 239, 245, 1), rgba(220, 239, 245, 0));
  background-image: linear-gradient(to left, rgba(220, 239, 245, 1), rgba(220, 239, 245, 0));
}

.rubric-table {
  overflow-x: visible;
  overflow-y: hidden;
}

.inline-search__query {
    -webkit-appearance: none !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    border: 1px solid #f5edde;
    color: #4c6e78;
    font-family: 'Public Sans', sans-serif;
    margin: 0;
    padding: 0 10px;
    float: left;
    height: 33px;
    width: 100%;
    width: calc(100% - 32px - 20px);
}
.inline-search__query:focus,
.inline-search--active .inline-search__query {
  background-color: #444;
  color: #fff;
}

.inline-search__submit {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 1.2rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background-color: #208dac;
  color: #fff;
  border: none;
  height: 35px;
  width: 31px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  margin-left: -1px;
  float: left;
}
  .inline-search__submit:focus,
  .inline-search__submit:hover {
    background: #0c5e75;
  }

.inline-search__panel {
  background: #fff;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 1px solid #f5edde;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 16px 2px rgba(0, 0, 0, 0.2);
  margin-top: -1px;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, transform;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transform: translate(0, -32px);
      -ms-transform: translate(0, -32px);
          transform: translate(0, -32px);
  will-change: opacity, transform;
  z-index: 2;
}
  .inline-search--active .inline-search__panel {
    pointer-events: all;
    opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 85ms;
          transition-delay: 85ms;
  }

.inline-search__results {
  float: left;
  border-right: 1px solid #f5edde;
  width: 66.66%;
  width: calc(66.66% - 1px);
}
  .inline-search__results--loading {
    background-image: url('../vendor/images/ajax-loader-sml.gif');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .inline-search__results table {
    margin-bottom: 1px;
  }

.inline-search__options {
  border-left: 1px solid #f5edde;
  float: right;
  margin-left: -10px;
  width: 33.33%;
}
  .inline-search__options fieldset {
    padding: 15px 20px 3px;
  }
  .inline-search__options .even {
    background-color: #eff7f9;
    border-top: 1px solid #f5edde;
    border-bottom: 1px solid #f5edde;
  }
    .inline-search__option {
      color: #257990;
      font-weight: bold;
      padding-bottom: 12px;
    }
    /* Grey out incompatible combinations */
    .inline-search__option--disabled {
      pointer-events: none;
      opacity: 0.4;
    }
      .inline-search__option label {
        font-size: 14px;
        font-size: 1.4rem;
        cursor: pointer;
        padding-left: 5px;
      }

.inline-search-result {
  border: none;
  cursor: pointer;
  -webkit-transition-property: background-color;
          transition-property: background-color;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
  .inline-search-result:nth-child(2n) {
    background-color: #f7fcfc;
  }
  .inline-search-result:hover {
    background-color: #208dac;
    border-color: #208dac;
  }
  .inline-search-result:hover td {
    color: #fff;
  }

.inline-search-result td {
  padding-bottom: 10px;
  vertical-align: middle;
}
.inline-search-result:first-child td {
  padding-top: 10px;
}
  .inline-search-result__code {
    border-left: 4px solid #ddd;
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
    width: 20%;
  }
  .inline-search-result__label {
    color: #257990;
    font-weight: bold;
    width: 65%;
  }
  .inline-search-result__type {
    color: #999;
    width: 15%;
  }

.inline-search__view-all {
  background-color: #208dac;
  border-bottom-left-radius: 2px;
  color: #fff;
  display: block;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  padding: 10px 25px 12px;
  margin: 0 -1px -1px;
  -webkit-transition-property: background-color;
          transition-property: background-color;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
  .inline-search__view-all:hover,
  .inline-search__view-all:focus {
    color: #fff;
    background-color: #0c5e75;
  }

/* Mobile styles ------------------------------------------------------------ */

@media only screen and (max-width: 960px) {
  .masthead__inner,
  .breadcrumbs__inner,
  .intro__inner,
  .main-inner,
  .page-contact__inner {
    width: 100%;
  }
  .page-contact__inner {
    width: calc(100% - 40px);
  }
  .main,
  .intro,
  .masthead,
  .header,
  .footer,
  .page-contact,
  .breadcrumbs {
    min-width: 0;
  }
  .narrow {
    width: 20%;
    width: calc(20% - 40px);
  }

  .doublenarrow {
    width: 50%;
    width: calc(50% - 40px);
  }

  .doublewide {
    width: 70%;
    width: calc(70% - 40px);
  }

  .w-narrow {
    width: 20%;
  }

  .w-doublenarrow {
    width: 50%;
  }

  .w-wide {
    width: 33.3333%;
  }

  .w-doublewide {
    width: 70%;
  }

  .w-full {
    width: 100%;
  }

  .w-one-third {
    width: 33.3333%;
  }

  .w-two-third {
    width: 66.6666%;
  }
  .accessibility span {
    max-width: 100%;
  }
  .page-contact__inner {
    margin-left: 20px;
    margin-right: 20px;
  }
  .breadcrumbs__list,
  .footer__inner,
  .header__inner {
    width: auto;
  }
  .header__dropdown-explore-anu,
  .header__dropdown-az-index {
    width: 50%;
  }
  .degree-finder-divider,
  .catalogue-search-divider {
    width: 50%;
  }
  .copy .alert {
    width: 100%;
  }
  .degree-summary {
    width: 50% !important;
    margin-left: 20px;
    padding-top: 10px;
  }
    .degree-summary__requirements-length {
      width: 100%;
      padding-right: 0;
    }
    .degree-summary__requirements-units {
      padding-top: 10px;
      width: 100%;
    }
    .degree-summary__admission-note a {
      clear: both;
      display: block;
      text-align: left;
      padding-top: 20px;
      width: 125px;
    }

  .intro__apply-to-study {
    text-align: left;
    margin-left: -24px;
  }
  .intro__apply-to-study__current-academic-year,
  a.apply-to-study-button,
  a.enquire-now-button {
    display: inline-block;
    margin-left: 0;
    float: none;
  }
  a.apply-to-study-button {
    margin-right: 10px;
  }
    .intro__apply-to-study .dropdown {
      position: absolute;
      top: 0;
      right: 0;
    }
    .intro__apply-to-study .dropdown > span {
      display: none;
    }
  .molecule-container {
    display: none;
  }
  .intro__degree-description__text {
    float: none;
    width: auto;
  }
  .breadcrumbs__list {
    white-space: normal;
  }
  .breadcrumb__list-item {
    display: inline-block;
    padding-right: 5px;
  }
  a.breadcrumb__list-anchor:after {
    padding-left: 5px;
  }
  .intro--home .intro__landing-title,
  .intro--home .intro__landing-description,
  .intro--catalogue-search .intro__landing-title,
  .intro--catalogue-search .intro__catalogue-search-description {
    margin-left: auto !important;
    margin-right: auto !important;
    width: calc(100% - 4rem);
  }
  .catalogue-search-box--home {
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    width: calc(100% - 4rem);
  }
  .catalogue-search-box--home .catalogue-search-box__input {
    box-sizing: border-box;
    font-size: 1.4rem !important;
    height: 46px;
    width: 85%;
  }
  .catalogue-search-box--home .catalogue-search-box__button {
    box-sizing: border-box;
    height: 46px;
    width: 15%;
  }
  .landing-left-box,
  .landing-right-box {
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(50% - 2rem);
  }
  .catalogue-search-filter-columns {
    border-radius: 3px;
    background-color: #F5EDDE;
    margin-top: 30px;
    padding: 25px 15px 0;
  }
  .catalogue-search-filter-column {
    display: block;
    padding-bottom: 25px;
    width: 100%;
  }
  .catalogue-search-results {
    display: flex;
    flex-flow: row wrap;
  }
  .catalogue-search-results .table-container {
    order: 2;
    width: 100%;
  }
    .catalogue-search-results .table-container table {
      width: 100%;
    }
    .catalogue-search-results__sidebar .affix {
        position: static;
    }
  .catalogue-search-results__sidebar {
    padding-left: 0;
    margin-top: -20px;
    margin-bottom: 30px;
    order: 1;
    width: 100%;
  }
      .degree-finder__results-footer a {
        float: left;
        padding-left: 10%;
    }

    .catalogue-search-results__sidebar-heading {
      background-color: #be830e;
      border-radius: 3px;
      position: relative;
      cursor: pointer;
      text-align: center;
      display: block;
      width: 100%:;
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .catalogue-search-results__sidebar-heading:after {
      content: "\f0da";
      font-family: "FontAwesome";
      padding-left: 5px;
      display: inline-block;
      width: 15px;
    }
    .catalogue-search-results__sidebar-heading--toggled:after {
      content: "\f0d7";
    }
      .catalogue-search-results__sidebar-heading span {
        display: none;
      }
    .catalogue-search-results__sidebar-inner {
      display: none;
      padding: 25px 15px;
    }
    .catalogue-search-results__sidebar-inner--visible {
      display: block;
    }
}

@media only screen and (min-width: 767px) {
  .show-mobile {
    display: none;
  }
  .hide-mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs__list {
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }
  .breadcrumbs__list:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
  }
  .inline-search {
    position: static;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
    width: calc(100% - 40px);
  }
    .inline-search__panel {
      left: 20px;
      right: 20px;
    }
      .inline-search__results {
        float: none;
        width: 100%;
      }
      .inline-search__options {
        display: none;
      }
  .intro__degree-title {
    font-size: 2.6rem !important;
  }
  .intro__degree-description__text {
    font-size: 1.4rem !important;
  }
  .intro__apply-to-study {
    position: static;
    margin-left: 0;
  }
    .intro__apply-to-study .dropdown {
      position: absolute;
      top: 20px;
      right: 20px;
    }
  .degree-summary {
    float: none;
    margin-left: 0;
    margin-top: auto !important;
    width: 100% !important;
  }
    .degree-summary__codes-column {
      display: block;
      float: none;
      width: 100%;
    }
    .degree-summary__codes-column--hidden {
       display: none;
    }
    .degree-summary__codes-toggle {
      cursor: pointer;
      background: none;
      border: none;
      display: block;
      font-size: 11px !important;
      font-size: 1.1rem !important;
      color: #4c6e78;
      font-weight: bold;
      letter-spacing: .2em;
      text-transform: uppercase;
      padding-left: 15px;
      padding-bottom: 10px;
      width: 100%;
      text-align: left;
    }
    .degree-summary__codes-toggle--down {
      padding-bottom: 20px;
    }
      .degree-summary__codes-toggle i {
        font-size: 1.3rem !important;
      }
      .degree-summary__codes-toggle--down i:before {
        content: "\f0d7";
      }
      .degree-summary__actions-link i {
        margin-right: 0;
      }
      .degree-summary__actions-link span {
        display: block;
        padding-top: 5px;
      }
  .more-info {
    width: 45%;
  }
  .google-wrapper {
    padding-top: 0;
    padding-left: 20px;
  }
  .table-container,
  #tabs-container {
    width: 100%;
    max-width: 100%;
    overflow: scroll;
  }
    .table-container table,
    .table-container .table-program {
      width: 500px;
    }
    .table-container .table-terms {
      width: 600px;
    }
  .callout-box--left,
  .callout-box--right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .intro__degree-description__text {
    float: none;
    width: auto;
    margin-top: 0 !important;
    margin-bottom: 25px;
  }
  .narrow,
  .doublenarrow,
  .doublewide {
    width: 100%;
    width: calc(100% - 40px);
  }
  .intro-tabs {
    width: 100%;
  }
  .page-contact__inner,
  .w-narrow,
  .w-doublenarrow,
  .w-wide,
  .w-doublewide,
  .w-full,
  .w-one-third,
  .w-two-third {
    float: none;
    width: auto;
  }
  .secondary-navigation-wrapper {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  .intro--home .intro__landing-title,
  .intro--catalogue-search .intro__landing-title {
    font-size: 2.4rem !important;
  }
  .intro--home .intro__landing-description,
  .intro--catalogue-search .intro__catalogue-search-description {
    font-size: 1.4rem !important;
  }
  .landing-left-box,
  .landing-right-box {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 100%;
  }
  .landing-left-box {
    margin-bottom: 3rem;
  }
    .landing__left-box__description,
    .landing__right-box__description {
      width: calc(100% - 40px);
    }
  .catalogue-search-buttons {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
  }
    .catalogue-search-button {
      width: 100%;
    }
    .catalogue-search-note {
      background-position: center 12px;
      font-size: 13px;
      font-size: 1.3rem;
      padding: 40px 10px 10px;
    }
    .catalogue-search-filters--heading span {
      display: none;
    }
    .catalogue-search-results .table-container table {
      width: 700px;
    }
}

@media only screen and (max-width: 400px) {
  .more-info {
    background: none;
    width: 100%;
    display: block;
    float: none;
    padding: 0 0 20px;
    margin: 0;
  }
  .more-info:before,
  .more-info:after {
    display: none;
  }
  .highlight-grid {
    float: none;
    width: 100%;
  }
}

.wysiwyg-font-size-large {
  font-size: large;
}

.wysiwyg-font-size-small {
  font-size: small;
}

.wysiwyg-font-size-x-small {
  font-size: x-small;
}

.wysiwyg-font-size-x-large {
  font-size: x-large;
}

.wysiwyg-font-size-medium {
  font-size: medium;
}

.typeahead__container {
  /**
     * Restore the font weight unset by the previous rule.
     */
  /**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
  /**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
  /**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
  /**
     * Remove the inner border and padding in Firefox.
     */
  /**
     * Restore the focus styles unset by the previous rule.
     */
  /**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
  /**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
  /**
     * Remove the default vertical scrollbar in IE.
     */
  /**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
  /**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
  /**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
  /**
     * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
     */
  /**
     * Correct the text style of placeholders in Chrome, Edge, and Safari.
     */
  /**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
}

.typeahead__container button,
.typeahead__container input,
.typeahead__container optgroup,
.typeahead__container select,
.typeahead__container textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

.typeahead__container optgroup {
  font-weight: bold;
}

.typeahead__container button,
.typeahead__container input {
  /* 1 */
  overflow: visible;
}

.typeahead__container button,
.typeahead__container select {
  /* 1 */
  text-transform: none;
}

.typeahead__container button,
.typeahead__container html [type="button"],
.typeahead__container [type="reset"],
.typeahead__container [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

.typeahead__container button::-moz-focus-inner,
.typeahead__container [type="button"]::-moz-focus-inner,
.typeahead__container [type="reset"]::-moz-focus-inner,
.typeahead__container [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.typeahead__container button:-moz-focusring,
.typeahead__container [type="button"]:-moz-focusring,
.typeahead__container [type="reset"]:-moz-focusring,
.typeahead__container [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.typeahead__container fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.typeahead__container legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

.typeahead__container textarea {
  overflow: auto;
}

.typeahead__container [type="checkbox"],
.typeahead__container [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

.typeahead__container [type="number"]::-webkit-inner-spin-button,
.typeahead__container [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.typeahead__container [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

.typeahead__container [type="search"]::-webkit-search-cancel-button,
.typeahead__container [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.typeahead__container ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

.typeahead__container ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.typeahead__container {
  position: relative;
  /*font: 14px Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;*/
}

.typeahead__container * {
  box-sizing: border-box;
  outline: 0;
}

.typeahead__query {
  position: relative;
  z-index: 2;
  width: 100%;
}

.typeahead__filter {
  position: relative;
}

.typeahead__filter button {
  min-width: 100%;
  white-space: nowrap;
}

.typeahead__filter button:after {
  display: inline-block;
  margin-left: 4px;
  width: 0;
  height: 0;
  vertical-align: -2px;
  content: "";
  border: 4px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.typeahead__field {
  font-size: 0;
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}

.typeahead__field > * {
  display: table-cell;
  vertical-align: top;
}

.typeahead__query, .typeahead__filter, .typeahead__button {
  font-size: 14px;
}

.typeahead__button {
  position: relative;
  font-size: 0;
  width: 1%;
  vertical-align: middle;
}

.typeahead__button button {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.typeahead__field {
  color: #555;
}

.typeahead__field input {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px 0 0 2px;
  transition: all ease-in-out .15s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.typeahead__field input:focus, .typeahead__field input:active {
  border-color: #66afe9;
}

.typeahead__field input[type="search"],
.typeahead__field input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: textfield;
  appearance: textfield;
}

.typeahead__field input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.typeahead__container.hint .typeahead__field input {
  background: transparent;
}

.typeahead__container.hint .typeahead__field input:last-child, .typeahead__hint {
  background: #fff;
}

.typeahead__container button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 32px;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #555;
}

.typeahead__container button:hover, .typeahead__container button:focus {
  color: #3c3c3c;
  background-color: #f5f5f5;
  border-color: #b3b3b3;
}

.typeahead__container button:active, .typeahead__container button.active {
  background-image: none;
}

.typeahead__container button:focus, .typeahead__container button:active {
  border-color: #66afe9;
}

.typeahead__container input.disabled,
.typeahead__container input[disabled],
.typeahead__container button.disabled,
.typeahead__container button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
  background-color: #fff;
  border-color: #ccc;
}

.typeahead__filter, .typeahead__button {
  z-index: 1;
}

.typeahead__filter button, .typeahead__button button {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.typeahead__filter:hover, .typeahead__filter:active, .typeahead__filter:focus, .typeahead__button:hover, .typeahead__button:active, .typeahead__button:focus {
  z-index: 1001;
}

.typeahead__filter:hover button:focus, .typeahead__filter:hover button:active, .typeahead__filter:active button:focus, .typeahead__filter:active button:active, .typeahead__filter:focus button:focus, .typeahead__filter:focus button:active, .typeahead__button:hover button:focus, .typeahead__button:hover button:active, .typeahead__button:active button:focus, .typeahead__button:active button:active, .typeahead__button:focus button:focus, .typeahead__button:focus button:active {
  z-index: 1001;
}

.typeahead__filter + .typeahead__button button {
  margin-left: -2px;
}

.typeahead__container.filter .typeahead__filter {
  z-index: 1001;
}

.typeahead__list, .typeahead__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  /*border: 1px solid #ccc;*/
  border-radius: 2px;
  background-clip: padding-box;
}

.typeahead__result.detached .typeahead__list {
  position: relative;
  z-index: 1041;
  top: initial;
  left: initial;
}

.typeahead__dropdown {
  right: 0;
  left: initial;
  z-index: 1001;
}

.typeahead__list > li {
  position: relative;
  border-top: solid 1px #ccc;
}

.typeahead__list > li:first-child {
  border-top: none;
}

.typeahead__list > li > a,
.typeahead__dropdown > li > a {
  display: block;
  /*padding: 6px 12px;*/
  clear: both;
  /*color: #333333;*/
  text-decoration: none;
}

.typeahead__list > li > a:hover,
.typeahead__list > li > a:focus,
.typeahead__list > li.active > a,
.typeahead__dropdown > li > a:hover,
.typeahead__dropdown > li > a:focus,
.typeahead__dropdown > li.active > a {
  background-color: #f5f5f5;
  color: #3c3c3c;
}

.typeahead__list.empty > li > a {
  cursor: default;
}

.typeahead__list.empty > li > a:hover,
.typeahead__list.empty > li > a:focus,
.typeahead__list.empty > li.active > a {
  background-color: transparent;
}

.typeahead__list > li.typeahead__group {
  border-color: #bfdef6;
  font-weight: bold;
}

.typeahead__list > li.typeahead__group:first-child {
  border-top: solid 1px #bfdef6;
}

.typeahead__list > li.typeahead__group > a,
.typeahead__list > li.typeahead__group > a:hover,
.typeahead__list > li.typeahead__group > a:focus,
.typeahead__list > li.typeahead__group.active > a {
  cursor: default;
  color: #17639f;
  background: #ecf5fc;
}

.typeahead__list > li.typeahead__group + li.typeahead__item {
  border-color: #bfdef6;
}

.typeahead__container.result .typeahead__list,
.typeahead__container.filter .typeahead__dropdown,
.typeahead__container.hint .typeahead__hint,
.typeahead__container.backdrop + .typeahead__backdrop {
  display: block !important;
}

.typeahead__container .typeahead__list,
.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container + .typeahead__backdrop {
  display: none !important;
}

.typeahead__dropdown li:last-child {
  margin-top: 5px;
  padding-top: 5px;
  border-top: solid 1px #ccc;
}

.typeahead__cancel-button {
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: .8em;
  cursor: pointer;
  background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3ogTTMyMi42MjEsMjcwLjkzOWMzLjYxNywzLjYxMyw1LjQyOCw3LjkwNSw1LjQyOCwxMi44NTQgICBjMCw1LjEzMy0xLjgxMSw5LjUxNC01LjQyOCwxMy4xMjdsLTI1LjY5MywyNS43MDFjLTMuNjE0LDMuNjEzLTcuOTk0LDUuNDItMTMuMTM1LDUuNDJjLTQuOTQ4LDAtOS4yMzYtMS44MDctMTIuODQ3LTUuNDIgICBsLTUxLjY3Ni01MS42ODJsLTUxLjY3OCw1MS42ODJjLTMuNjE2LDMuNjEzLTcuODk4LDUuNDItMTIuODQ3LDUuNDJjLTUuMTQsMC05LjUxNy0xLjgwNy0xMy4xMzQtNS40MmwtMjUuNjk3LTI1LjcwMSAgIGMtMy42MTYtMy42MTMtNS40MjQtNy45OTQtNS40MjQtMTMuMTI3YzAtNC45NDgsMS44MDktOS4yNCw1LjQyNC0xMi44NTRsNTEuNjc4LTUxLjY3M2wtNTEuNjc4LTUxLjY3OCAgIGMtMy42MTYtMy42MTItNS40MjQtNy44OTgtNS40MjQtMTIuODQ3YzAtNS4xNCwxLjgwOS05LjUxNyw1LjQyNC0xMy4xMzRsMjUuNjk3LTI1LjY5M2MzLjYxNy0zLjYxNiw3Ljk5NC01LjQyNCwxMy4xMzQtNS40MjQgICBjNC45NDksMCw5LjIzMSwxLjgwOSwxMi44NDcsNS40MjRsNTEuNjc4LDUxLjY3NGw1MS42NzYtNTEuNjc0YzMuNjEtMy42MTYsNy44OTgtNS40MjQsMTIuODQ3LTUuNDI0ICAgYzUuMTQxLDAsOS41MjEsMS44MDksMTMuMTM1LDUuNDI0bDI1LjY5MywyNS42OTNjMy42MTcsMy42MTcsNS40MjgsNy45OTQsNS40MjgsMTMuMTM0YzAsNC45NDgtMS44MTEsOS4yMzUtNS40MjgsMTIuODQ3ICAgbC01MS42NzUsNTEuNjc4TDMyMi42MjEsMjcwLjkzOXoiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat scroll center center transparent;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button {
  visibility: visible;
  opacity: .25;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover {
  opacity: .4;
}

.typeahead__search-icon {
  padding: 0 1.25rem;
  width: 16px;
  height: 16px;
  display: block;
  background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent;
}

.typeahead__container.loading .typeahead__query:before, .typeahead__container.loading .typeahead__query:after {
  transition: all 0s linear, opacity 0.2s ease;
  position: absolute;
  z-index: 3;
  content: '';
  top: 50%;
  right: .55em;
  margin-top: -10.5px;
  width: 21px;
  height: 21px;
  box-sizing: border-box;
  border-radius: 500rem;
  border-style: solid;
  border-width: .1em;
}

.typeahead__container.loading .typeahead__query:before {
  border-color: rgba(0, 0, 0, 0.35);
}

.typeahead__container.loading .typeahead__query:after {
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-color: #fff transparent transparent;
  box-shadow: 0 0 0 1px transparent;
}

@-webkit-keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

