/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 09 March 2023 20:10:47
*/


/**
 * MIT Website
 * Main CSS
 * file: main.css
 **/
/*
 * Table of Contents
 *
 * 1. Reset
 * 2. Utilities
 * 3. General
 * 4. Modules
 *     Tabs
 *     Accordion
 *     Breadcrumbs
 *     Button
 *     Collapsible box
 *     Header logo
 *     Overlay
 *     Forms
 *     Skip links
 *     Responsive image
 *     Responsive video
 *     Back to top
 *     Tables
 *     Prettify
 *     Tables sortable
 *     Tooltip
 *     Toggle switch
 *     Nav basic
 *     Nav secondary
 *     Nav dropdown
 *     Quick search
 *     Slideshow
 *     FB Search
 *     Overrides
 *     Iframes
 */

/*
--------------------
1. Reset (Normalize.css)
--------------------
*/

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}
 
audio, canvas, video {
  display: inline-block;
}
 
audio:not([controls]) {
  display: none;
  height: 0;
}
 
[hidden] {
  display: none;
}
 
html {
  font-family: AauxNext-Medium, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
 
body {
  margin: 0;
}

a:active,
a:hover {
  outline: 0;
}
 
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
 
abbr[title] {
  border-bottom: 1px dotted;
}
 
b, strong {
  font-weight: bold;
}
 
dfn {
  font-style: italic;
}
 
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  clear: both;
}
hr.thin {
  border-bottom: none;
}
 
mark {
  background: #ff0;
  color: #000;
}
 
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
 
pre {
  white-space: pre-wrap;
}
 
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
 
small {
  font-size: 75%;
}
 
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
 
sup {
  top: -0.5em;
}
 
sub {
  bottom: -0.25em;
}
 
img {
  border: 0;
}
 
svg:not(:root) {
  overflow: hidden;
}
 
figure {
  margin: 0;
}
 
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
 
legend {
  border: 0;
  padding: 0;
}
 
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
 
button, input {
  line-height: normal;
}
 
button, select {
  text-transform: none;
}
 
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.3);
  transition: 0.4s;
}
 
button[disabled], html input[disabled] {
  cursor: default;
}
 
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
 
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}
 
:focus-visible {
    outline: none;
}
textarea:focus-visible,
input:focus-visible {
    outline: 1px solid #dddddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
 
/*
--------------------
2. Utilities
--------------------
*/

li > label {
    display: initial;
}

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

.font-09 {
    font-size: 0.9em;
}

.line-height-1rem {
    line-height: 1rem;
}

.inline-block {
    display: inline-block;
}

.margin-separator {
    padding: 1px 0;
}

.quote {
    color: #dd1122;
    font-size: 4em;
    line-height: 1;
    display: inline-block;
    height: 16px;
    font-weight: bold;
    font-style: italic;
    vertical-align: top;
    margin-top: -2px;
    margin-left: -10px;
    margin-right: 10px;
}

.prog-notification .prog-notification,
.page-notification .page-notification {
    display: none;
}

.vertical-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.column-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.row-middle {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
.row-middle-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.vm,
.vm-cell {
    display: table-cell;
    vertical-align: middle;
}
.vm > *,
.vm-cell > * {
    margin: 0 !important;
}
.vm-ref,
.vm-container:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 0;
    height: 100%;
}
.vm-block {
  display: inline-block;
  vertical-align: middle;
}

.no-heading #heading,
.noheading #heading,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.center-heading .title-image-caption #heading,
.center-heading #page-body #heading {
    text-align:center;
}

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

.clear-both {
    clear: both;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}

.clearfix {
  *zoom: 1;
}

.group:after,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.ir {
  color: transparent;
  border: 0;
  overflow: hidden;
}

.no-rgba .ir {
  text-indent: 9999em;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

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

.invisible {
  visibility: hidden;
}

/* Flex input groups with Modernizr prefixes and No JS fallback */
.input-group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flexbox .input-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.no-js .input-group, .no-flexbox .input-group {
  display: table;
}
.input-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flexbox .input-field {
  -moz-box-flex: 1;
  flex: 1;
}
.no-js .input-field, .no-flexbox .input-field {
  width: 100%;
  display: table-cell;
}
.input-addon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-js .input-addon, .no-flexbox .input-addon {
  width: 1%;
  display: table-cell;
}

.full-width,
.width-100 {
    width: 100%;
}
.width-95 {
    width: 95%;
}
.width-90 {
    width: 90%;
}
.width-85 {
    width: 85%;
}
.width-80 {
    width: 80%;
}
.width-75 {
    width: 75%;
}
.width-70 {
    width: 70%;
}
.width-65 {
    width: 65%;
}
.width-60 {
    width: 60%;
}
.width-55 {
    width: 55%;
}
.half-width,
.width-50 {
    width: 50%;
}
.width-45 {
    width: 45%;
}
.width-40 {
    width: 40%;
}
.width-35 {
    width: 35%;
}
.third-width {
    width: 33.33%;
}
.width-30 {
    width: 30%;
}
.quarter-width,
.width-25 {
    width: 25%;
}
.width-20 {
    width: 20%;
}
.width-15 {
    width: 15%;
}
.width-10 {
    width: 10%;
}
.width-5 {
    width: 5%;
}
.width-0 {
    width: 0;
}

/*
--------------------
3. General
--------------------
*/

@font-face {
  font-family: 'FontAwesome';
  src: url("/__data/assets/file/0009/119763/fontawesome-webfont.eot");
  src: url("/__data/assets/file/0009/119763/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
       url("/__data/assets/file/0003/119766/fontawesome-webfont.woff") format("woff"),
       url("/__data/assets/file/0011/119765/fontawesome-webfont.ttf") format("truetype"),
       url("/__data/assets/file/0010/119764/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cookies&milk-Regular';
  src: url('/__data/assets/file/0007/296854/cookies-and-milk-Regular.eot');
  src: url('/__data/assets/file/0010/296857/cookies-and-milk-Regular.woff2') format('woff2'),
       url('/__data/assets/file/0011/296858/cookies-and-milk-Regular.woff') format('woff'),
       url('/__data/assets/file/0006/297177/cookies-and-milk-Regular.ttf') format('truetype'),
       url('/__data/assets/file/0007/297178/cookies-and-milk-Regular.svg#cookies&milk-Regular') format('svg'),
       url('/__data/assets/file/0007/296854/cookies-and-milk-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cookies&milk-Bold';
  src: url('/__data/assets/file/0010/297163/cookies-and-milk-Bold.eot');
  src: url('/__data/assets/file/0011/297164/cookies-and-milk-Bold.woff2') format('woff2'),
       url('/__data/assets/file/0003/297165/cookies-and-milk-Bold.woff') format('woff'),
       url('/__data/assets/file/0010/297181/cookies-and-milk-Bold.ttf') format('truetype'),
       url('/__data/assets/file/0011/297182/cookies-and-milk-Bold.svg#cookies&milk-Bold') format('svg'),
       url('/__data/assets/file/0010/297163/cookies-and-milk-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
/*
 * Table of Contents
 *
 * 1. Sections and Root Element
 * 2. Grouping Content
 * 3. Text-Level Semantics
 * 4. Edits
 * 5. Embedded Content
 * 6. Tabular Data
 * 7. Forms
 * 8. Interactive Elements
 * 9. Attributes
 *10. Brand Color
 */
/*
--------------------
1. Sections and Root Element
--------------------
*/
/*
    html
    body
    section
    nav
    article
    aside
    h1,h2,h3,h4,h5,h6
    header
    footer
    address
    main
 */

html, body {
  height: 100%;
}
 
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.4375;
  font-family: AauxNext-Medium, Verdana, sans-serif;
  color: #231F20;
}

h1, h2, h3, h4, h5, h6 {
  font-family: AauxNext-Bold;
  font-weight: normal;
  color: #000000;
}

h1 {
  font-size: 2.375em;
  line-height: 1.190476;
  margin-top: 0;
  margin-bottom: 0.33333em;
}
 
h2 {
  font-size: 1.5625em;
  line-height: 1.28;
  margin-top: 0.5em;
  margin-bottom: 0.32em;
}
 
h3 {
  font-size: 1.250em;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
 
h4 {
  font-size: 1.125em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
 
h5 {
  font-size: 1em;
  line-height: 1.5625;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
 
h6 {
  font-size: 1em;
  line-height: 1.5625;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-style: italic;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: AauxNext-Bold;
  line-height: normal;
  font-weight: normal;
  color: #000000;
}
.h1 {
  font-size: 2.375em;
}
.h2 {
  font-size: 1.5625em;
}
.h3 {
  font-size: 1.250em;
}
.h4 {
  font-size: 1.125em;
}
.h5 {
  font-size: 1em;
}
.h6 {
  font-size: 1em;
  font-style: italic;
}
/*
--------------------
2. Grouping content
--------------------
*/
/*  p
    hr
    pre
    blockquote
    ol
    ul
    li
    dl
    dt
    dd
    figure
    figcaption
    div */
p {
  margin: 0 0 1em;
}
 
pre {
  margin: 0 0 1em;
}
 
ol {
  margin: 0 0 1em;
  padding-left: 3em;
}
 
ul {
  margin: 0 0 1em;
  padding-left: 3em;
}
ul.align-left {
  position: relative;
  left: 16px;
  padding-left: 0;
}
 
ul ul,
ol ol,
ul ol, 
ol ul {
  margin: 0;
}
 
blockquote {
  margin: 1em 3em;
}
 
dl {
  margin: 0 0 1em;
}
 
dd {
  margin-left: 3em;
}
 
/*
--------------------
3. Text-Level Semantics
--------------------
*/
/*  a
    em
    strong
    small
    s
    cite
    q
    dfn
    abbr
    data
    time
    code
    var
    samp
    kbd
    sub,sup
    i
    b
    u
    mark
    ruby
    rt
    rp
    bdi
    bdo
    span
    br
    wbr */
a {
  color: #dd1122;
  text-decoration: none;
}
 
a:visited {
  color: #dd1122;
}
 
a:hover, a:focus {
  outline: 0 none;
}
 
abbr[title] {
  position: relative;
  border-bottom: 1px dotted;
  text-transform: lowercase;
  font-variant: small-caps;
}
 
abbr[title]:after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999999;
  visibility: hidden;
  margin-top: 7px;
  margin-left: -18px;
  padding: 11px 11px 0;
  height: 22px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: black;
  color: white;
  content: attr(title);
  text-transform: none;
  white-space: nowrap;
  font-variant: normal;
  font-size: 13px;
  line-height: 11px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear 0s, visibility 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0.2s linear 0s;
}
 
abbr[title]:before {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999999;
  visibility: hidden;
  margin-top: -5px;
  margin-left: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #333333;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.2s linear 0s, visibility 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0.2s linear 0s;
}
 
abbr.titletip[title]:after, abbr.titletip[title]:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear 0s, visibility 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0.2s linear 0s;
}
 
dfn[title] {
  border-bottom: 1px dotted;
}
 
/*
--------------------
4. Edits
--------------------
*/
/*  ins
    del */
del[datetime], ins[datetime] {
  position: relative;
  border-bottom: 1px dotted;
}
 
del.titletip[datetime]:hover:after, ins.titletip[datetime]:hover:after {
  position: absolute;
  top: 2em;
  left: 0;
  overflow: visible;
  padding: .5em;
  background-color: #000;
  color: #FFF;
  content: attr(datetime);
  text-transform: none;
  font-variant: normal;
}
 
/*
--------------------
5. Embedded Content
--------------------
*/
/*  img
    iframe
    embed
    object
    param
    video
    audio
    source
    track
    canvas
    map
    area
    svg
    math */
iframe {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
 
/*
--------------------
6. Tabular Data
--------------------
*/
/*  table
    caption
    colgroup
    col
    tbody
    thead
    tfoot
    tr
    td
    th */
table {
  margin: 0 0 1em;
  font-size: 1em;
  line-height: 1.42857;
  width: 100%;
}
 
th, td {
  /*background-color: #ffffff;*/
  /*padding: 0.96429em;*/
  padding: 0.5em 1em;
  border: 1px solid #c8c9c7;
}
 
th {
  background-color: #595959;
  color: #ffffff;
  font-weight: normal;
  text-align: left;
}
th strong {
    font-family: 'AauxNext-Bold';
    font-weight: normal;
}

tr.empty th, tr.empty td {
  display: none;
}

.table-striped-both tr:nth-of-type(odd) td:nth-of-type(even),
.table-striped-both tr:nth-of-type(even) td:nth-of-type(odd) {
    background: #dddddd;
}

/*
--------------------
7. Forms

--------------------
*/
/*  form
    fieldset
    legend
    label
    input
    button
    select
    datalist
    optgroup
    option
    textarea
    keygen
    output
    progress
    meter */
form {
  margin: 0 0 1em;
}
 
fieldset {
  margin: 0 0 1em;
  padding: 0;
  border: 0 solid transparent;
  /*width: 60%;*/
}
 
legend {
  font-size: 1.14286em;
  line-height: 1.625;
  margin: 0 0 0.875em;
  font-weight: normal;
  font-family: AauxNext-Medium, serif;
  color: #595959;
}
 
label {
  clear: left;
  display: block;
}
 
input[type='color'], input[type='date'], input[type='datetime'], input[type='datetime-local'], input[type='email'], input[type='month'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='time'], input[type='url'], input[type='week '], input[type='text'], textarea {
  border: 0 solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.35714;
  color: #333333;
  background-color: #dddddd;
  width: 100%;
  margin: 0 0 1em;
  padding: .4em;
  display: block;
  clear: left;
}
 
input[type='color']:focus, input[type='date']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input[type='email']:focus, input[type='month']:focus, input[type='number']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='time']:focus, input[type='url']:focus, input[type='week ']:focus, input[type='text']:focus, textarea:focus {
  background-color: #f1f2f0;
}
 
select {
  border: 0 solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dddddd;
  width: 99.9%;
  color: #333333;
  margin: 0 0 1em;
  padding: .4em;
  display: block;
  clear: left;
}
 
select:focus {
  background-color: #f1f2f0;
}
 
input[type='button'], input[type='reset'], input[type='submit'], button {
  font-size: 1.14286em;
  line-height: 1.625;
  margin: 0 0 0.875em;
  line-height: normal;
  font-weight: normal;
  /*font-family: AauxNext-Bold, serif;*/
  color: white;
  background-color: #dd1122;
  margin-left: 1em;
  float: right;
  border: 0 solid transparent;
  padding: .5em 2em;
}
button:not([class="mktoButton"]) {
  float: none;
  margin: 0;
}
input[type='button']:focus, input[type='reset']:focus, input[type='submit']:focus, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, button:hover {
  background-color: #183121;
}
button.mfp-close, button.mfp-arrow,
button.mfp-close, button.mfp-arrow {
    background: transparent;
}
 
.highlighted-button {
  background-color: #DE3948 !important;
}
 
input[type='checkbox'], input[type='radio'] {
  margin-right: 0.5em !important;
}
 
input[type='checkbox']:focus, input[type='radio']:focus {
  -webkit-box-shadow: 0 0 6px rgba(50, 136, 133, 0.9);
  -moz-box-shadow: 0 0 6px rgba(50, 136, 133, 0.9);
  box-shadow: 0 0 6px rgba(50, 136, 133, 0.9);
}
 
.radiogroup, .checkgroup {
  width: 100%;
  margin: 0 0 1em;
}
 
.radiogroup legend, .checkgroup legend {
  font-size: 1em;
  line-height: 1.71429;
  margin: 0 0 1em;
  font-family: Verdana, sans-serif;
  color: #333333;
  margin: 0;
}
 
.radiogroup label, .checkgroup label {
  margin-left: 33.333%;
}
 
/** parallogram button **/
.widget > a.parallogram {
    display: inline-block;
    text-decoration:none;
    transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    width: 70%;
    margin: 0 13% 8%;
    padding: 0.05em 2%;
    line-height: 2em;
    font-size: 1.5em;
    text-align: center;
    background-color: #dd1122;
    color: #ffffff;
}
.application-widget > a.parallogram {
    position: absolute;
    bottom: 0;
    left: 0;
}
.widget > a.parallogram > span {
    display: inline-block;
    transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
  position: relative;
  margin: 0;
  padding: 8px 0;
}
/** parallogram button ends **/

.widget > a.parallogram:hover, .widget > a.parallogram:focus {
  border-bottom: 0;
  background-color: rgba(238, 4, 35, 0.8);
}
.widget > a.parallogram span {
  font-size: 1em;
  line-height: 1em;
}
.widget > a.parallogram span span {
  font-size: 0.6em;
  display: inherit;
  padding: 4px 8px 0 0;
  line-height: 1.2em;
}

/*
--------------------
8. Interactive Elements
--------------------
*/
/*  details
    summary
    menuitem
    menu */
    
.r-tabs .r-tabs-accordion-title {
    opacity: 1 !important;
}
.r-tabs .r-tabs-nav .r-tabs-anchor,
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    background-color: #dd1122 !important;
    color: #ffffff !important;
    font-family: AauxNext-Medium !important;
    font-size: 21px !important;
    padding: 0.4em 2em !important;
    line-height: normal !important;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor,
.r-tabs .r-tabs-nav .r-tabs-anchor:hover,
.r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover {
    background-color: #595959 !important;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    cursor: default;
}
@media only screen and (max-width: 1048px) {
    .r-tabs .r-tabs-nav .r-tabs-anchor,
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        padding: 0.5em 1em !important;
        line-height: inherit !important;
    }
    .r-tabs .r-tabs-panel {
        padding: 16px 8px !important;
    }
}

/*
--------------------
9. Attributes and Selections
--------------------
*/
::-moz-selection {
  background: #c8c9c7;
  text-shadow: none;
}

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


/*
:target {
  position: relative;
}
:target:before {
  font-family: "FontAwesome";
  content: "\f0a4";
  font-weight: normal;
  font-size: 20px;
  position: absolute;
  left: -1.3em;
  opacity: 1;
  -webkit-animation: target-sign 4s ease-in-out 1 none;
  animation: target-sign 4s ease-in-out 1 none;
}
@-webkit-keyframes target-sign {
  0% {
    -webkit-transform: rotateX(0deg);
  }
 
  100% {
    -webkit-transform: rotateX(2160deg);
  }
}
 
@keyframes target-sign {
  0% {
    transform: rotateX(0deg);
  }
 
  100% {
    transform: rotateX(2160deg);
  }
}
*/

body {
  min-width: 320px;
  /*background-color: #ffffff;*/
}
 
header {
  position: relative;
  height: 500px;
}
 
#page-wrapper {
  max-width: 1600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 12.5%;
  overflow: hidden;
  background: url("/__data/assets/image/0018/124416/Header_DBuilding.jpg") no-repeat 0 0;
  background-size: contain;
  -ms-behavior: url("/__data/assets/file/0006/119949/backgroundsize.min.htc");
}
 
.old_ie #page-wrapper {
  padding-left: 0;
  min-width: 1000px;
  background-position: 0 100px;
}
.ipad iframe,
.ipad #pageWrapper,
.ipad #page-wrapper {
    width: 100vw;
}

#main-wrapper {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
}
 
main {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%;
  *width: 47.91662%;
  *margin: 0 1.04162%;
  margin-top: 5.14286em;
  margin-bottom: 3em;
  margin-right: 0.39%;
}
 
.nav-secondary {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 2.08333% 0 0;
  *width: 22.91662%;
  *margin: 0 1.04162%;
  margin-top: 5.14286em;
  margin-bottom: 3em;
}
/* 
.complementary {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 0 0 2.08333%;
  *width: 22.91662%;
  *margin: 0 1.04162%;
  float: right;
  margin-top: 5.14286em;
  margin-bottom: 3em;
}
*/ 
.intro {
  font-size: 1.21429em;
  line-height: 1.58824;
  font-weight: normal;
  font-family: AauxNext-Medium, serif;
  margin: 0 0 1.71429em;
}

.content-box,
.code-view {
  padding: 1em 1.5em;
  margin-bottom: 1em;
  background-color: #f5f5f1;
  border: 1px solid #c8c9c7;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  line-height: 1;
}
.code-view pre {
  margin: 0;
}
.prog-notification,
.page-notification {
    padding: 16px 24px;
    background-color: #666666;
    border: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    line-height: normal;
    color: #ffffff;
}
.prog-notification *,
.page-notification *,
.prog-notification a,
.page-notification a,
.content-box *,
.code-view *,
.content-box a,
.code-view a {
    color: inherit;
}

.html_attribute {
  color: #595959;
}
 
.html_attribute_values {
  color: #000000;
}
 
.html_tag_brackets {
  color: #dd1122;
}
 
.html_tag_names {
  color: #ff6a13;
}
 
.html_comment {
  color: #dd1122;
}
 
.pull-right {
  float: right;
  margin: 0.5em 0 1em 2em;
}
 
.pull-left {
  float: left;
  margin: 0.5em 2em 1em 0;
}
 
.quarter {
  width: 25%;
  height: auto;
  box-sizing: border-box;
}
img.quarter.related-icon {
    max-width: 128px;
    max-height: none;
}
.large-icon img.quarter.related-icon {
    max-width: 200px;
}
 
.third {
  width: 33.333%;
  height: auto;
  box-sizing: border-box;
}
 
.half {
  width: 50%;
  height: auto;
  box-sizing: border-box;
}
 
.whole {
  width: 100%;
  height: auto;
  margin: 0 0 2em 0;
  box-sizing: border-box;
}

.center {
    text-align: center;
}

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

.inline-block {
    display: inline-block;
}

.scroll-box {
    overflow: auto;
}

.margin-separator {
    padding: 1px 0;
}

/* -- content block with image on the left/right --*/
.container-right-aligned-half:after,
.container-left-aligned-half:after,
.container-right-aligned-quarter:after,
.container-left-aligned-quarter:after,
.container-right-aligned-third:after,
.container-left-aligned-third:after {
    content: "";
    display: table;
    clear: both;
}
.container-right-aligned-half > div,
.container-left-aligned-half > div,
.container-right-aligned-quarter > div,
.container-left-aligned-quarter > div,
.container-right-aligned-third > div,
.container-left-aligned-third > div {
    box-sizing: border-box;
    vertical-align: top;
}
.container-right-aligned-half > div:nth-child(odd) > img,
.container-left-aligned-half > div:nth-child(odd) > img,
.container-right-aligned-quarter > div:nth-child(odd) > img,
.container-left-aligned-quarter > div:nth-child(odd) > img,
.container-right-aligned-third > div:nth-child(odd) > img,
.container-left-aligned-third > div:nth-child(odd) > img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    float: none;
}
.container-left-aligned-half>div:nth-child(odd){width:50%;float:left;clear:left;}
.container-left-aligned-half>div:nth-child(even){margin-left:50%;padding-left:20px;}
.container-right-aligned-half>div:nth-child(odd){width:50%;float:right;clear:right;}
.container-right-aligned-half>div:nth-child(even){margin-right:50%;padding-right:20px;}
.container-left-aligned-quarter>div:nth-child(odd){width:25%;float:left;clear:left;}
.container-left-aligned-quarter>div:nth-child(even){margin-left:25%;padding-left:20px;}
.container-right-aligned-quarter>div:nth-child(odd){width:25%;float:right;clear:right;}
.container-right-aligned-quarter>div:nth-child(even){margin-right:25%;padding-right:20px;}
.container-left-aligned-third>div:nth-child(odd){width:33%;float:left;clear:left;}
.container-left-aligned-third>div:nth-child(even){margin-left:33%;padding-left:20px;}
.container-right-aligned-third>div:nth-child(odd){width:33%;float:right;clear:right;}
.container-right-aligned-third>div:nth-child(even){margin-right:33%;padding-right:20px;}
@media (max-width: 1400px) {
  .one-col-1400.half,
  .one-col-1400.quarter,
  .one-col-1400.third,
  .one-col-1400.container-right-aligned-half > div,
  .one-col-1400.container-left-aligned-half > div,
  .one-col-1400.container-right-aligned-quarter > div,
  .one-col-1400.container-left-aligned-quarter > div,
  .one-col-1400.container-right-aligned-third > div,
  .one-col-1400.container-left-aligned-third > div {
    width: 100% !important;
    margin: 0.5em auto !important;
    padding: 0 !important;
    display: block;
    float: none;
  }
}
@media (max-width: 1200px) {
  .one-col-1200.half,
  .one-col-1200.quarter,
  .one-col-1200.third,
  .one-col-1200.container-right-aligned-half > div,
  .one-col-1200.container-left-aligned-half > div,
  .one-col-1200.container-right-aligned-quarter > div,
  .one-col-1200.container-left-aligned-quarter > div,
  .one-col-1200.container-right-aligned-third > div,
  .one-col-1200.container-left-aligned-third > div {
    width: 100% !important;
    margin: 0.5em auto !important;
    padding: 0 !important;
    display: block;
    float: none;
  }
}
@media (max-width: 1024px) {
  .one-col-1024.half,
  .one-col-1024.quarter,
  .one-col-1024.third,
  .one-col-1024.container-right-aligned-half > div,
  .one-col-1024.container-left-aligned-half > div,
  .one-col-1024.container-right-aligned-quarter > div,
  .one-col-1024.container-left-aligned-quarter > div,
  .one-col-1024.container-right-aligned-third > div,
  .one-col-1024.container-left-aligned-third > div {
    width: 100% !important;
    margin: 0.5em auto !important;
    padding: 0 !important;
    display: block;
    float: none;
  }
}
@media (max-width: 768px) {
  .one-col-768.half,
  .one-col-768.quarter,
  .one-col-768.third,
  .one-col-768.container-right-aligned-half > div,
  .one-col-768.container-left-aligned-half > div,
  .one-col-768.container-right-aligned-quarter > div,
  .one-col-768.container-left-aligned-quarter > div,
  .one-col-768.container-right-aligned-third > div,
  .one-col-768.container-left-aligned-third > div {
    width: 100% !important;
    margin: 0.5em auto !important;
    padding: 0 !important;
    display: block;
    float: none;
  }
}
@media (max-width: 480px) {
  .one-col-480.half,
  .one-col-480.quarter,
  .one-col-480.third,
  .container-right-aligned-half > div,
  .container-left-aligned-half > div,
  .container-right-aligned-quarter > div,
  .container-left-aligned-quarter > div,
  .container-right-aligned-third > div,
  .container-left-aligned-third > div {
    width: 100% !important;
    margin: 0.5em auto !important;
    padding: 0 !important;
    display: block;
    float: none;
  }
}

.media-list {
  padding: 0;
  list-style-type: none;
}
.media-list li {
  margin-bottom: 2em;
  clear: left;
  overflow: hidden;
}
.media-list .item-thumbnail {
  width: 30%;
  float: left;
}
.media-list .item-thumbnail:hover, .media-list .item-thumbnail:focus {
  border: 0 solid transparent;
}
.media-list .item-thumbnail img {
  width: 100%;
  display: block;
}
.media-list .item-heading {
  margin: 0 0 0 35%;
  position: relative;
  top: -4px;
}
.media-list p {
  margin: 0 0 0 35%;
}
 
/* -- long media list variation -- */
.old_ie .long-media-list li {
  margin: 0 4% 3em 0;
  width: 46%;
}

.long-media-list {
    margin: 0 -2%;
    font-size: 0;
}
.long-media-list li {
  clear: none;
  float: none;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  height: auto;
  margin: 0;
  padding: 2%;
  font-size: medium;
}
.long-media-list li {
  width: 50%;
}

.old_ie .long-media-list li {
  margin: 0 4% 3em 0;
  width: 46%;
}

.long-media-list .item-thumbnail {
  display: block;
  float: none;
  margin-bottom: 1em;
  width: 100%;
  max-height: 240px;
  overflow: hidden;
}
.long-media-list .item-heading {
  margin: 0;
}
.long-media-list p {
  margin: 0 0 1em;
}

 
.pagination {
  font-size: 1.14286em;
  line-height: 1.625;
  margin: 0.875em 0;
  font-weight: normal;
  font-family: AauxNext-Medium, serif;
  text-align: center;
}
.pagination a, .pagination span {
  /*color: #000000;*/
  padding: .3em 3%;
}
.pagination a:hover, .pagination a:focus {
  /*color: #000000;*/
  border-bottom: 0;
}
.pagination .current-page {
  background-color: #dd1122 !important;
  color: #ffffff;
  padding: .3em 3%;
}
ul.pagination{
  list-style: none;    
}
ul.pagination li{
  display: inline;  
}
ul.pagination li.active a{
  background-color: #dd1122 !important;
  color: #ffffff;
  padding: .3em 3%;
}
 
.doc-list {
  list-style: none;
  padding-left: 3em;
  margin-bottom: 2em;
}
.doc-list > li.folder {
  margin-left: -3em;
}
.doc-list .doc-list {
  padding-left: 6em;
}
.doc-list > li {
  margin: 1.1em 0;
}
.doc-list a {
  position: relative;
}
.doc-list a:hover, .doc-list a:focus {
  border-bottom: 0;
}
.doc-list .link > span.link,
.doc-list .link > span.page {
  position: relative;
  color: #666666;
}
.doc-list .link > span.link:before,
.doc-list .link > span.page:before,
.doc-list a:before {
  position: absolute;
  left: -3.5em;
  width: 2.5em;
  text-align: center;
  display: block;
  padding: 0.6em 0;
  top: -0.5em;
  font-size: 0.85em;
  color: #ffffff;
}
.file-summary {
  margin-left: 0.5em;
  font-size: 0.85em;
  color: #666666;
}
.file-list .summary,
.doc-list .summary {
  font-size: 0.85em;
  color: #666666;
}
.file-list .file-summary:before,
.doc-list .file-summary:before,
.file-summary:before {
  content: "(";
}
.file-list .file-summary:after,
.doc-list .file-summary:after,
.file-summary:after {
  content: ")";
}
.doc-list .link > span.page:before,
.doc-list .link > span.link:before,
.doc-list a.page:before,
.doc-list a.link:before,
.doc-list a:first-of-type:before {
  content: "link";
  background-color: #dd1122;
}
.doc-list a.file:before {
  content: "file";
  background-color: #dd1122;
}
.doc-list a.pdf:before,
.doc-list a[href$=".pdf"]:before {
  content: "pdf";
  background-color: #dd1122;
}
.doc-list a.doc:before,
.doc-list a[href$=".doc"]:before,
.doc-list a[href$=".docx"]:before {
  content: "doc";
  background-color: #dd1122;
}
.doc-list a.xls:before,
.doc-list a[href$=".xls"]:before,
.doc-list a[href$=".xlsx"]:before {
  content: "xls";
  background-color: #dd1122;
}
.doc-list a.ppt:before,
.doc-list a[href$=".ppt"]:before,
.doc-list a[href$=".pptx"]:before {
  content: "ppt";
  background-color: #dd1122;
}
.doc-list .description {
  color: #666666;
}
 
#id122807 {
  /* radiogroup */
  /* checkgroup */
  /* date-group */
  /* Error messages */
  /* notes */
  /* Login after save */
}
#id122807 main {
  /*width: 90%;*/
  /*margin: 5.14286em 1.04167% 5.14286em;*/
}
#id122807 fieldset {
  position: relative;
  width: 60%;
}
#id122807 fieldset.save-row {
  margin-top: 3em;
  width: 100%;
  position: relative;
}
#id122807 .corr_email {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #595959;
  float: right;
  margin: -1.3em -6em 0 0;
  padding: 0.5em 1em;
  position: absolute;
  bottom: 0;
  right: 10%;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
}
#id122807 .corr_email span {
  background: none repeat scroll 0 0 #595959;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  font-family: museo300regular;
  margin-left: 1em;
  padding: 0.5em 1em;
  line-height: normal;
}
#id122807 .corr_email span[for="q122817_q27"] {
  left: 50%;
  width: 130px;
  z-index: 10;
}
#id122807 .corr_email input[type="text"] {
  width: 50%;
  float: left;
}
#id122807 .corr_email label {
  margin-bottom: 1em;
}
#id122807 .corr_email span,
#id122807 .corr_email input[type="submit"] {
  font-size: 1em;
}
#id122807 fieldset.radiogroup,
#id122807 fieldset.checkgroup {
  width: 60%;
}
#id122807 .outlined {
  background: none repeat scroll 0 0 #E6E6E6;
  border: 1px solid #333333;
  padding: 1em 2em;
}
#id122807 .sq-form-page-list {
  font-family: AauxNext-Medium,serif;
  font-size: 1.14286em;
  font-weight: normal;
  line-height: 1.625;
  margin: 0 0 0.875em;
  text-align: center;
}
#id122807 .sq-form-page-list li {
  color: #595959;
  display: inline-block;
  line-height: 3em;
  width: 3em;
}
#id122807 .sq-form-page-list .sq-form-current-page-number {
  background-color: #dd1122;
  color: #FFFFFF;
}
#id122807 .sq-form-page-list .sq-form-unseen-page-number {
  color: #A7AB9D;
}
#id122807 .sq-form-page-list .sq-form-prior-page-number,
#id122807 .sq-form-page-list .sq-form-later-page-number {
  background-color: #CDE1E0;
}
#id122807 .sq-form-page-list .sq-form-prior-page-number a,
#id122807 .sq-form-page-list .sq-form-later-page-number a {
  border-bottom: 0 none;
  color: inherit;
  display: block;
  cursor: default;
  height: 3em;
  width: 3em;
}
#id122807 select {
  -webkit-appearance: none;
}
#id122807 .radiogroup ul li,
#id122807 .checkgroup ul li {
  list-style: none outside none;
}
#id122807 .radiogroup label,
#id122807 .radiogroup input,
#id122807 .checkgroup label,
#id122807 .checkgroup input {
  display: inline;
  margin: 0;
}
#id122807 form .checkgroup {
  width: 60%;
}
#id122807 .date-group label,
#id122807 .date-group select {
  float: left;
  width: 25%;
}
#id122807 .date-group select {
  clear: none;
  margin-right: 1%;
}
#id122807 .date-group label {
  display: none;
}
#id122807 .date-group label:first-child {
  display: block;
  width: 100%;
  float: none;
}
#id122807 input.error,
#id122807 select.error,
#id122807 textarea.error {
  background: none repeat scroll 0 0 #FCD4D4;
}
#id122807 form span.error {
  position: absolute;
  right: -70%;
}
#id122807 from .group-error {
  top: 40%;
}
#id122807 form span.error,
#id122807 form p.error {
  color: #CC0000;
  width: 60%;
  font-size: 0.9em;
  border: 1px solid #D6D6D6;
  padding: 0.25em 0.5em;
  background: none repeat scroll 0 0 #FCD4D4;
  border: 1px solid #D6D6D6;
  border-radius: 0.3em;
  box-shadow: 0 0 4px #D6D6D6;
}
#id122807 form p.error {
  width: 60%;
  float: right;
  padding: 0.5em 1em;
}
#id122807 label.error + span {
  background: #FCD4D4;
}
#id122807 .required:after {
  color: #CC0000;
  content: "*";
  font-size: 1.3em;
  margin: -3px 0;
  padding: 0 0 0 0.2em;
}
#id122807 input[type="file"] {
  margin-bottom: 0.8em;
}
#id122807 .download[disabled] {
  background: none repeat scroll 0 0 #D6D6D6;
}
#id122807 #q122834_q3 {
  width: 8em;
}
#id122807 #q122834_q3[disabled] {
  background: none repeat scroll 0 0 #D6D6D6;
}
#id122807 form .note {
  background: none repeat scroll 0 0 #FFE5C9;
  border: 1px solid #FF8605;
  box-shadow: 0 0 4px #D6D6D6;
  float: left;
  padding: 0.5em 1em;
  top: 5em;
}
#id122807 input[type='password'] {
  width: 40%;
}
#id122807 #form_email_122808_public_auth {
  float: left;
  margin: 0;
}
#id122807 .radiogroup .group-error { top: 50px;}
 
#search_page_359029, .container_search,
#search_page_119712, .container_search {
  /*position: relative;*/
  min-height: 200px;
}
 
/*#search-filters,*/
.search-filters {
  background-color: #c8c9c7;
  position: absolute;
  top: 0;
  left: -55%;
  width: 48.5%;
}
#search-filters h3, .search-filters h3 {
  font-size: 1.28571em;
  line-height: 1.33333;
  margin: 0;
  padding: .2em 8.5%;
  font-weight: normal;
  font-family: AauxNext-Medium, serif;
  color: white;
  background-color: #595959;
}
#search-filters .current-filter, .search-filters .current-filter {
  background-color: #f1f2f0;
  padding: 0 8.5%;
}
#search-filters .current-filter a, .search-filters .current-filter a {
  float: left;
  position: relative;
  width: 2.4em;
  text-indent: -1000px;
  padding: 0 0 .65em;
}
#search-filters .current-filter a:hover, #search-filters .current-filter a:focus,
.search-filters .current-filter a:hover, .search-filters .current-filter a:focus  {
  border-bottom: 0;
}
#search-filters .current-filter a:before,
.search-filters .current-filter a:before {
  font-family: "FontAwesome";
  content: "\f104";
  left: 1012px;
  position: absolute;
  color: #000000;
  font-size: 1.5em;
}
#search-filters .current-filter a:hover:before, #search-filters .current-filter a:focus:before,
.search-filters .current-filter a:hover:before, .search-filters .current-filter a:focus:before {
  color: #dd1122;
}
#search-filters .current-filter .filter-name,
.search-filters .current-filter .filter-name  {
  font-size: 1.07143em;
  line-height: 1.6;
  font-family: AauxNext-Medium, serif;
  color: #000000;
  padding: .4em 0 0.3em;
  display: inline-block;
  /*border-left: 1px solid #595959;*/
}
#search-filters ul,
.search-filters ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#search-filters ul a,
.search-filters ul a {
  font-size: 0.92857em;
  line-height: 1.38462;
  display: block;
  padding: .5em 1em .5em 2em;
  border-top: 1px solid #595959;
  color: #333333;
}
#search-filters ul a:hover, #search-filters ul a:focus,
.search-filters ul a:hover, .search-filters ul a:focus {
  border-bottom: 0;
  color: #000000;
}
#search-filters ul a:after,
.search-filters ul a:after {
  font-family: "FontAwesome";
  content: "\f105";
  float: right;
}
 
.search-form {
  position: relative;
}
.search-form input[type='text'] {
  width: 84.54%;
  float: left;
  padding-right: 1.5em;
}
.search-form input[type='submit'],
.search-form button[type='submit'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 60px;
  margin-left: 0;
  padding: 0.28em 2.45%;
  width: 13%;
  min-width: 80px;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: none;
}
 
.result-count {
  clear: both;
}
 
.search-results {
  margin: 1em 0 1em;
  padding: 0;
  list-style: none;
}
.search-results li {
  border-bottom: 1px solid #595959;
  margin: 0 0 1.5em;
  padding: 0 0 1em;
}
.search-results h3 {
  line-height: 1.25;
}
.search-results a {
  /*color: #000000;*/
}
.search-results a:hover, .search-results a:focus {
  border-bottom: 0;
  color: #dd1122;
}
.search-results .doc-list-item a {
  position: relative;
  padding-left: 2em;
  display:block;
}
.search-results .doc-list-item a:before {
  color: #FFFFFF;
  display: block;
  font-size: 0.65em;
  left: 0;
  padding: 0.55em 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.5em;
}
.search-results .doc-list-item a[href*=".pdf"]:before {
  content: "pdf";
  background-color: #dd1122;
}
.search-results .doc-list-item a[href*=".doc"]:before,
.search-results .doc-list-item a[href*=".docx"]:before {
  content: "doc";
  background-color: #595959;
}
.search-results .doc-list-item a[href*=".xls"]:before,
.search-results .doc-list-item a[href*=".xlsx"]:before {
  content: "xls";
  background-color: #595959;
}
.search-results .doc-list-item a[href*=".ppt"]:before,
.search-results .doc-list-item a[href*=".pptx"]:before {
  content: "ppt";
  background-color: #595959;
}
.search-results .search_description {
  font-size: 0.92857em;
  line-height: 1.76923;
  margin-bottom: 1em;
}
.search-results .search_lineage, .search-results .file-summary {
  font-size: 0.85714em;
  line-height: 1.66667;
  margin: 1em 0 0 0;
}
 
.programme-group {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #DDD;
  margin-bottom: 1em;
}
 
.programme-group-title {
  width: 50%;
  float: left;
  padding-right: 6%;
  margin: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
 
.programme-sub-group {
  width: 50%;
  float: left;
  list-style: none;
  padding: 0;
}
 
.programme-sub-group li {
  border-top: 1px solid #DDD;
}
 
.programme-sub-group .first {
  border: 0;
}
 
.programme-sub-group a {
  padding: 0.3em 0;
  display: block;
}
 
.programme-sub-group a:hover {
  border: 0;
  color: #dd1122;
}
 
.event-list {
  list-style: none;
  padding: 0;
}
 
.event-list li {
  margin-bottom: 1em;
  overflow: hidden;
  border-top: 1px solid #DDD;
  padding-top: 1em;
}
 
.event-list-date {
  float: left;
  width: 46px;
  text-align: center;
  height: 50px;
  clear: both;
  margin: 0 11px 0 0;
  border: 1px solid #D3D3D3;
}
 
.event-list-date-top {
  font-size: 0.8em;
  background: #595959;
  color: #FEFEFE;
  padding: 0.2em;
  display: block;
}
 
.event-list-name {
  line-height: 2.6em;
}
 
.event-list-date-day {
  display: block;
  height: 28px;
  font-size: 1.2em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #e0e0e0));
  background-image: -o-linear-gradient(bottom, white 0%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(bottom, white 0%, #e0e0e0 100%);
  background-image: -webkit-linear-gradient(bottom, white 0%, #e0e0e0 100%);
  background-image: -ms-linear-gradient(bottom, white 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
}
 
.event-read-more {
  display: block;
  text-align: right;
  font-size: 0.9em;
}
 
.event-read-more:hover {
  text-decoration: none;
  border: 0;
  color: #666;
}
 
.one-col main {
  display: inline;
  float: left;
  width: 93.75%;
  margin: 5.14286em 3.125% 3em;
  padding: 0;
}
.one-col .nav-secondary {
  display: none;
}
 
.skip-links {
  position: absolute;
  right: -3000px;
  top: 0;
  z-index: 999;
  font-family: AauxNext-Medium, serif;
  font-size: 1em;
}
.skip-links ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
 
.skip-links-link {
  width: 90px;
  height: 90px;
  position: absolute;
  background: none;
  color: #fff;
  text-indent: -1000px;
  /*border-left: 1px solid #ffffff;*/
  border-color: #ffffff;
}
.skip-links-link:hover, .skip-links-link:focus {
  background-color: rgba(238, 4, 35, 0.8);
  border-bottom: 0 solid transparent;
}
 
.skip-links [href='#initial_keywords_query'], .skip-links [href='#section-navigation'] {
  display: block;
}
 
.skip-links [href='#initial_keywords_query']:before {
  font-family: "FontAwesome";
  content: "\f002";
  position: absolute;
  left: 1037px;
  top: 42px;
  color: #fff;
}
 
.skip-links [href='#initial_keywords_query'].expanded:before {
  content: "\f00d";
}
 
.skip-links [href='#initial_keywords_query']:after {
  content: "Search";
  position: absolute;
  left: 1021px;
  top: 16px;
  color: #fff;
}
 
.skip-links [href='#section-navigation']:before {
  font-family: "FontAwesome";
  content: "\f0c9";
  position: absolute;
  left: 1036px;
  top: 42px;
  color: #fff;
}
 
.skip-links [href='#section-navigation'].expanded:before {
  content: "\f00d";
}
 
.skip-links [href='#section-navigation']:after {
  content: "Menu";
  position: absolute;
  left: 1024px;
  top: 16px;
  color: #fff;
}
 
.utility form {
  float: right;
  font-size: 0.92857em;
  line-height: 1.84615;
  margin: 0;
  background-color: white;
  position: relative;
}
#search-form {
  margin: 16px 0 8px;
  border: 0;
}
.utility input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.461538em 3em 0.53846em 0.4em;
  height: 30px;
  border: 0 solid transparent;
  background-color: #565656;
  display: inline-block;
  line-height: 1.3em;
  width: 27em;
  margin: 0 0 0 0;
  float: left;
}
.utility input:focus {
  background-color: white;
}
.utility button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3em;
  border: 0 solid transparent;
  background-color: #dd1122;
  color: #ffffff;
  height: 30px;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -1000px;
  text-align: left;
  padding: 0.22em 0.5em;
  width: 1.8em;
  overflow: hidden;
  box-shadow: none;
}

.utility button:before {
  font-family: "FontAwesome";
  content: "\f002";
  position: absolute;
  left: 1008px;
}
 
.old_ie .utility input {
  min-height: 17px;
}
 
.utility > ul {
  margin: 0;
  padding: 0;
  float: right;
  overflow: hidden;
}
.utility > ul li {
  display: block;
  float: left;
}
.utility > ul a {
  display: block;
  font-weight: normal;
  font-family: AauxNext-Medium, Verdana, serif;
  border-right: 1px solid #595959;
  font-size: 0.813em;
  line-height: 2.30769;
  padding: 0 1em 0;
  height: 30px;
  color: white;
  background-color: black;
}
.utility > ul a:hover, .utility > ul a:focus {
  background-color: #333333;
  border-bottom: 0;
}
 
.phone-details {
  float: right;
  display: inline-block;
  font-weight: normal;
  font-family: AauxNext-Medium, Verdana, serif;
  border-right: 1px solid #595959;
  font-size: 0.813em;
  line-height: 2.30769;
  padding: 0 4em;
  height: 30px;
  color: white;
  background-color: black;
}
.phone-details a {
  color: white;
}
.phone-details a:hover, .phone-details a:focus {
  border-bottom: 1px dotted white;
}
 
.utility .ui-helper-hidden-accessible {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.utility .ui-autocomplete {
  background-color: #f1f2f0;
  display: block;
  list-style: none outside none;
  margin: 0;
  /*padding: 0;*/
  right: 0;
  position: absolute;
  top: 0;
  z-index: 100;
  /*width: 27em;*/
  max-height: 27.86em;
  overflow: auto;
  border-top: 1px solid #595959;
  border-bottom: 1px solid #595959;
}
.utility .ui-state-focus {
  background-color: #FFF;
}
.utility .ui-autocomplete-category {
  /*font-size: 1.14286em;
  line-height: 1.625;
  font-size: 1.231em;
  font-family: AauxNext-Medium, serif;
  color: #000000;
  padding: 1em 1.2em 0.2em;
  background-color: #c8c9c7;
  border-top: 1px solid #595959;*/
}
.utility .ui-menu .ui-menu-item a {
  display: block;
  font-size: 0.92857em;
  line-height: 1.38462;
  font-size: 1em;
  min-height: 0;
  /*padding: 0.5em 1.5em;*/
  text-decoration: none;
  /*color: #666666;*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.utility .ui-menu .ui-menu-item a strong {
  /*font-weight: normal;*/
}
.utility .ui-menu .ui-menu-item a:hover, .utility .ui-menu .ui-menu-item a:focus {
  border-bottom: 0;
  /*background-color: #FFF;*/
}
 
#search-form .featured-result {
  /*background-color: #c8c9c7;*/
  overflow: auto;
  white-space: normal;
  text-overflow: inherit;
}
#search-form .featured-result:hover, #search-form .featured-result:focus {
  /*background-color: #FFF;*/
}
 
#main-navigation {
  clear: both;
  height: 90px;
  background: rgb(221, 17, 42);
  background: rgba(221, 17, 42, .9);
  position: relative;
  z-index: 99;
}

.submenu-button,
.mobile-menu-button {
    display: none;
}

.header-logo {
  display: block;
  float: left;
  height: 90px;
  width: 320px;
  /*background-image: url("/__data/assets/image/0011/166709/MIT-logo-landscape-white.png");*/
  /*background-image: url("/__data/assets/image/0005/488201/Co-brand-Landscape-white-320x63.png");*/
  background-image: url("/__data/assets/file/0009/488151/Co-brand-Landscape-white.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  /*background-size: auto 70%;*/
}
 
.header-logo:hover, .header-logo:focus {
  border-bottom: 0 solid transparent;
}
 
.global-nav-list {
  margin: 0 0 0 320px;
  padding: 0;
  height: 100%;
}

.nav-item {
  display: inline;
  float: left;
  height: 100%;
}
 
.nav-item > a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-family: AauxNext-Medium;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  padding-top: 2.2em;
  height: 100%;
  width: 100%;
}
/*
.old_ie .nav-item > a {
  font-size: 1.2em;
  padding-top: 2em;
}
*/
/*
.about-us .node-about > a, .study-options .node-study-options > a, .life-on-campus .node-life-on-campus > a, .current-students .node-current-students > a, .international-students .node-international-students > a, .contact .node-contact > a {
  color: #f2babc;
}
*/
.nav-item:hover > a, .nav-item > .expanded {
  border-bottom: 0 solid transparent;
  background: rgb(238, 4, 35);
  background:rgba(238, 4, 35, .8);
  color: #ffffff;
}
 
.nav-item.current > a, .nav-item.hier > a {
  color: #b2e2f6;
}
 
.nav-sub {
  display: none;
  position: absolute;
  color: #ffffff;
  background-color: #595959;
  box-shadow: 1px 1px 2px #333333;
  left: 0;
  top: 90px;
  width: 100%;
  min-height: 240px;
}
 
.no-js .nav-item:hover .nav-sub, .nav-item > .expanded + .nav-sub {
  display: table;
  table-layout: fixed;
}
 
.nav-column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 33%;
  vertical-align: top;
}
.nav-column .column-height {
  /*min-height: 304px;*/
  margin: 9%;
}
.nav-column h3 {
  font-size: 1.57143em;
  line-height: 1.22727;
  color: #d3d5ce;
  margin: 0;
}
.nav-column ul {
  padding: 0;
  margin: 0.25em 0 3em;
  list-style-type: none;
}
.nav-column a, .nav-column span {
  font-size: 0.92857em;
  line-height: 1.53846;
  color: white;
  padding: 0.25em 0.5em 0.25em 1.5em;
  display: block;
}
.nav-column a {
  line-height: 1.27885;
}
.nav-column a:hover {
  border-bottom: 0 solid transparent;
  background-color: #333333;
}
.nav-column h3 > a {
  color: #d3d5ce;
  font-size: 100%;
  padding: 0.25em 0.5em;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.nav-column h3 > a:hover {
  color: white;
}
.nav-column-supplement {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 33%;
  vertical-align: top;
  padding: 0;
}
.nav-column-supplement ul {
  padding: 0 1em;
  margin: 0 0 2em;
  list-style-type: none;
  font-weight: normal;
  font-family: AauxNext-Medium, serif;
  font-size: 1.14286em;
  line-height: 1.5;
}
.nav-column-supplement ul a {
  display: block;
  color: #000000;
  border-bottom: 1px dotted #d3d5ce;
  padding: 0.5em 1em 0.5em 2.4em;
  background: url('/__data/assets/image/0007/166624/arrow-smaller-white-right.png') no-repeat -36px -28px;
  color: #ffffff;
  border-color: transparent;
}
.nav-column-supplement ul a:hover, .nav-column-supplement ul a:focus {
  background-color: #595959;
}
.nav-column-supplement ul .facebook-link {
  background: url("/__data/assets/image/0003/166710/megamenu-icons.png") no-repeat -11px -17px;
}
.nav-column-supplement ul .youtube-link {
  background: url("/__data/assets/image/0003/166710/megamenu-icons.png") no-repeat -11px -63px;
}
.nav-column-supplement img {
  width: 100%;
}
 
.tagline {
  position: absolute;
  left: 0;
  top: 35%;
  color: #FFF;
  background: none;
  text-shadow: 5px 2px 12px #333333;
  padding: .5em;
  font-family: AauxNext-Bold, serif;
  font-size: 2.625em;
  line-height: 1;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.tagline p {
  margin: 0;
}
.tagline em {
  font-size: 1.25em;
  font-style: normal;
}
.tagline span.sub-title {
  line-height: 1.25;
  font-size: 0.5em;
  font-family: AauxNext-Medium;
  display: block;
}

.old_ie .tagline {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000,endColorstr=#B3000000);
  zoom: 1;
}
 
.breadcrumbs {
  position: absolute;
  bottom: 1px;
  left: 0;
  background-color: #FFF;
  padding: .4em 2.3636em;
  font-weight: normal;
  font-family: AauxNext-Medium, serif;
  font-size: 0.75em;
  line-height: 2.18182;
}
.breadcrumbs ol {
  margin: 0;
  padding: 0;
}
.no-breadcrumbs .breadcrumbs {
    display: none;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  font-family: "FontAwesome", sans-serif;
  content: "\f105";
  display: inline;
  padding: 0 1em;
}
.breadcrumbs li:first-child:before {
  content: "";
  display: none;
  padding: 0;
}
.breadcrumbs a {
  color: black;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  border-bottom: 1px dotted black;
}

 
.nav-secondary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
 
.nav-secondary li {
  display: none;
}
 
.nav-secondary .hier {
  display: list-item;
}
 
.nav-secondary .current {
  display: list-item;
}
.nav-secondary .current li {
  display: list-item;
}
 
.nav-secondary a {
  font-size: 0.92857em;
  line-height: 1.61538;
  display: block;
  padding: 0.5em 0.76923em 0.5em 1.53846em;
  color: #000000;
}
 
.nav-secondary a:hover, .nav-secondary a:focus {
  background-color: #c8c9c7;
  color: #000000;
  border: 0;
}
 
.nav-secondary .second-lvl {
  border-bottom: 1px solid #595959;
  display: list-item;
}
 
.nav-secondary .first-lvl > a {
  font-family: AauxNext-Bold !important;
  font-weight: normal !important;
  font-size: 1.25em;
  line-height: 1.05;
  padding: 0.325em 0.5em 0.65em 1em;
  border-bottom: 1px solid #595959;
}

.nav-secondary .second-lvl > a {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.696em 0.71428em 0.696em 1.42857em;
}

.nav-secondary .third-lvl > a {
  padding-left: 3.0769em;
}
 
.nav-secondary .fourth-lvl > a {
  padding-left: 4.615em;
}
 
.nav-secondary .fifth-lvl > a {
  padding-left: 6.1538em;
}
 
.nav-secondary .sixth-lvl > a {
  padding-left: 7.69em;
}
 
.nav-secondary .current > a {
  color: #dd1122;
}
 
.widget {
  background-color: #c8c9c7;
  margin-bottom: 1em;
  position: relative;
}
 
.widget h3 {
  font-size: 1.28571em;
  line-height: 1.33333;
  margin: 0;
  padding: .2em 0;
  font-weight: normal;
  font-family: AauxNext-Medium, serif;
  color: white;
  background-color: #dd1122;
}
 
.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget ul a {
  font-size: 0.92857em;
  line-height: 1.38462;
  display: block;
  margin-bottom: .5em;
  color: #333333;
}
.widget ul a:hover, .widget ul a:focus {
  border-bottom: 0;
  color: #000000;
}
 
.widget img {
  display: block;
  width: 100%;
}
 
.widget form {
  padding: 0;
  margin: 0;
  font-size: 0.92857em;
  line-height: 1.38462;
  overflow: hidden;
  -webkit-transition: padding 0.2s linear 0s;
  transition: padding 0.2s linear 0s;
}
 
.widget select, .widget input[type='text'], .widget input[type='email'] {
  background-color: white;
}
 
.widget input[type='text'], .widget input[type='email'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
 
.widget input[type='text']:focus, .widget input[type='email']:focus {
  background-color: white;
}
 
.widget button {
  font-size: 0.92857em;
  line-height: 1.38462;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  text-transform: uppercase;
  padding: .44em 1em;
  background-color: #dd1122;
}

.widget button:hover,
.widget button:focus,
.brochure-widget input[type='submit']:hover,
.brochure-widget input[type='submit']:focus,
.programme-finder-widget input[type='submit']:hover,
.programme-finder-widget input[type='submit']:focus,
.job-search-widget input[type='submit']:hover,
.job-search-widget input[type='submit']:focus {
  background-color: #183121;
}
 
.programme-finder-widget {
  /*float: right;*/
  border-bottom: .1em solid #FFF;
  z-index: 1;
  width: 100%;
  -webkit-transition: width 0.2s linear 0s;
  transition: width 0.2s linear 0s;
}
.programme-finder-widget fieldset {
  width: 100%;
  position: relative;
}
.programme-finder-widget input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 83%;
  float: left;
}
.programme-finder-widget button {
  font-size: 0.92857em;
  line-height: 1.38462;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  text-transform: uppercase;
  padding: .44em 1em;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: margin 0.2s linear 0s;
  transition: margin 0.2s linear 0s;
}
.programme-finder-widget .ui-helper-hidden-accessible {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.programme-finder-widget .ui-autocomplete {
  display: block;
  background-color: #FFF;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 74%;
  max-height: 16.42857em;
  overflow: auto;
  border: 1px solid #595959;
}
.programme-finder-widget .ui-state-focus {
  background-color: #FFF;
}
.programme-finder-widget .ui-menu .ui-menu-item a {
  display: block;
  font-size: 0.92857em;
  line-height: 1.38462;
  font-size: 1em;
  min-height: 0;
  padding: 0.2em 0.5em;
  margin: 0;
  text-decoration: none;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.programme-finder-widget .ui-menu .ui-menu-item a strong {
  color: #dd1122;
  font-weight: normal;
}
.programme-finder-widget .ui-menu .ui-menu-item a:hover, .programme-finder-widget .ui-menu .ui-menu-item a:focus {
  border-bottom: 0;
  background-color: #3399ff;
  color: #FFF;
}
 
#programme-finder-conjunction {
  text-align: center;
}
 
.programme-finder-focused {
  width: 30em;
  -webkit-transition: width 0.2s linear 0s;
  transition: width 0.2s linear 0s;
}
.programme-finder-focused form {
  padding: 5.3%;
  -webkit-transition: padding 0.2s linear 0s;
  transition: padding 0.2s linear 0s;
}
 
.application-widget {
  position: relative;
  min-height: 120px;
}

.brochure-widget .brochure-info {
  padding: 5% 0 1%;
  overflow: hidden;
  font-size: 0.8em;
}
.brochure-widget .brochure-info img {
  float: right;
  width: 40%;
  margin: 0 0 3px 3px;
}
.brochure-widget form {
  padding-top: 0;
  clear: both;
}
.brochure-widget label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.job-search-widget input[type='submit'],
.programme-finder-widget input[type='submit'],
.brochure-widget input[type='submit'] {
  width: 100%;
  margin-top: 1.5em;
  font-size: 1em;
  letter-spacing: 0.05em;
  background-color: #dd1122;
}

[role=contentinfo] {
  background-color: #595959;
  color: #ffffff;
  clear: both;
}
[role=contentinfo] a {
  color: white;
}
[role=contentinfo] :not(.channels)>a:not(.button):not(.red-button):not(.white-button):focus,
[role=contentinfo] :not(.channels)>a:not(.button):not(.red-button):not(.white-button):hover {
  border-bottom: 1px dotted #ffffff;
}
[role=contentinfo] h3 {
  font-size: 1.42857em;
  line-height: 1.2;
  font-weight: normal;
  color: white;
  margin-top: 0.75em;
}
[role=contentinfo] ul {
  font-size: 0.92857em;
  line-height: 1.30769;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
 
.footer-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
 
.footer-main {
  display: table-row;
}
 
.footer-col {
  display: table-cell;
  vertical-align: top;
  width: 22%;
  padding: 2.6%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #ffffff;
  min-height: 300px;
}
.footer-col li {
  margin-bottom: .5em;
}
 
.footer-auxiliary {
  font-size: 0.92857em;
  line-height: 1.30769;
  width: 66%;
  padding: 1.34615em 2.6%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-auxiliary *:before,
.footer-auxiliary * {
  vertical-align: middle;
}
.footer-auxiliary li {
  display: inline-block;
}
.footer-auxiliary li:before {
  content: "|";
  display: inline-block;
  padding: 0 1em;
}
.footer-auxiliary li:first-child:before {
  content: "";
  display: none;
  padding: 0;
}
 
.footer-complementary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  width: 34%;
  border-top: 1px solid #ffffff;
  border-color: #ffffff;
}
.footer-complementary h3 {
  margin: 0 0 0 7.5%;
}
.footer-complementary dt {
  display: inline;
  float: left;
  width: 40%;
}
.footer-complementary dd {
  margin: 0;
  display: inline;
  float: left;
  width: 60%;
}
.footer-complementary .contact-box {
  font-size: 0.92857em;
  line-height: 1.30769;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.34615em 7.5%;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.footer-complementary .channels {
  margin: 0 20% 2em 0;
  overflow: hidden;
}
.footer-complementary .channels a {
  color: #595959;
  background-color: white;
  font-size: 2.14286em;
  line-height: 1;
  height: 1.4em;
  width: 1.4em;
  float: right;
  margin: 1px 1px 0 0;
  text-indent: -9999px;
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; /* future proofing */
  -khtml-border-radius: 0; /* for old Konqueror browsers */
}
.footer-complementary .channels a:hover, .footer-complementary .channels a:focus {
  color: white;
  background-color: #595959;
  border: 0;
}
.footer-complementary .youtube-link:before {
  font-family: "FontAwesome";
  content: "\f167";
  display: block;
  position: absolute;
  left: 10007px;
  top: 7px;
}
.footer-complementary .facebook-link:before {
  font-family: "FontAwesome";
  content: "\f09a";
  display: block;
  position: absolute;
  left: 10014px;
  top: 7px;
}
.footer-complementary .instagram-link:before {
  font-family: "FontAwesome";
  content: "\f16d";
  display: block;
  position: absolute;
  left: 10009px;
  top: 8px;
}
.nav-column-supplement ul .instagram-link,
.nav-column-supplement ul .facebook-link,
.nav-column-supplement ul .youtube-link {
  position: relative;
  background: none;
}
.nav-column-supplement ul .facebook-link:before {
  font-family: "FontAwesome";
  content: "\f09a";
  display: block;
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 25px;
}
.nav-column-supplement ul .youtube-link:before {
  font-family: "FontAwesome";
  content: "\f167";
  display: block;
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 25px;
}
.nav-column-supplement ul .instagram-link:before {
  font-family: "FontAwesome";
  content: "\f16d";
  display: block;
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 25px;
}

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

@media all and (max-width: 1200px) {
  .header-logo {
    background-image: url('/__data/assets/file/0011/488153/Co-brand-Portrait-white.svg');
    width: 180px;
  }

  .nav-item > a {
    padding-top: 2em;
    line-height: 1.2;
    font-size: 1em;
  }
 
}
/* -- tablet landscape -- */
@media all and (max-width: 1024px) {
  .utility {
    /*background-color: #ffffff;*/
    height: 90px;
  }
  .utility > ul {
    display: none;
  }
  .phone-details {
    display: block;
    clear: both;
    margin: 1em 2em 0 0;
    padding: 0;
    border: 0 solid transparent;
    color: #333333;
    background-color: transparent;
    font-size: 1em;
    line-height: 1.71429;
  }
  .phone-details a {
    color: #333333;
  }
  .phone-details a:hover, .phone-details a:focus {
    border-bottom: 1px dotted #333333;
  }
  .header-logo {
    position: absolute;
    top: -100px;
    left: 10px;
    margin: 0;
    /*background-image: url("/__data/assets/image/0008/166706/MIT-logo-landscape-black_00.png");*/
    /*background-image: url("/__data/assets/file/0010/488152/Co-brand-Landscape-black.svg");*/
    background-image: url('/__data/assets/file/0009/488151/Co-brand-Landscape-white.svg');
    width: 320px;
  }
  .global-nav-list {
    margin: 0;
  }
  .tagline {
    top: 41%;
  }

  .long-media-list li {
    clear: left;
    display: list-item;
    float: none;
    height: auto;
    margin: 0 0 1em;
    width: auto;
  }

  .long-media-list li:nth-child(2n+1) {
    margin-right: 0;
  }
 
  .long-media-list li:nth-child(2n+2) {
    margin-right: 0;
  }
 
  .long-media-list .item-thumbnail {
    display: block;
    float: left;
    margin-bottom: 1em;
    width: 30%;
  }
 
  .long-media-list .item-heading {
    margin: 0 0 0 35%;
    position: relative;
  }
 
  .long-media-list p {
    margin: 0 0 0 35%;
  }
 
  .long-media-list.no-thumbnail .item-heading,
  .long-media-list.no-thumbnail p {
    margin: 0;
  }
 
  .footer-col {
    width: 25%;
  }
 
  .footer-auxiliary {
    width: 75%;
  }
 
  .footer-complementary {
    width: 25%;
  }
  .footer-complementary h3 {
    margin: 0 0 0 10.4%;
  }
  .footer-complementary .contact-box {
    padding: 1.34615em 10.4%;
  }
  .footer-complementary .contact-box:last-child {
    border-bottom: 0 solid transparent;
  }
  .footer-complementary dt {
    width: 100%;
  }
  .footer-complementary dd {
    width: 100%;
  }
  .footer-complementary .channels {
    margin: 0 0 1em;
  }

}

@media all and (max-width: 860px) {
  .nav-column {
    width: 50%;
  }
 
  .nav-column-supplement {
    /*display: none;*/
  }
 
  .footer-col {
    width: 50%;
    float: left;
    border-top: 1px solid #595959;
  }
 
  .footer-auxiliary {
    width: 100%;
  }
 
  .footer-complementary {
    width: 50%;
    float: left;
    border-top: 1px solid #595959;
  }
  .footer-complementary h3 {
    margin: -0.3em 0 0 5.2%;
  }
  .footer-complementary .contact-box {
    border-bottom: 0 solid transparent;
    padding: 1.34615em 5.2%;
  }
  .footer-complementary .channels {
    margin: 0;
  }

}

/* -- tablet portrait -- */
@media all and (max-width: 768px) {
  .global-nav-list, .tagline, .breadcrumbs, .phone-details, .utility > ul {
    display: none;
  }
 
  #search-form {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 999;
    margin: 0;
    width: 100%;
    font-size: 1.21429em;
    line-height: 1.41176;
    border-bottom: 1px solid #595959;
  }
  #search-form input {
    padding: 0.2em 3em 0.2em 0.6em;
    width: 100%;
    height: 40px;
    float: none;
  }
  #search-form button {
    padding: 0.2em;
    height: 40px;
  }
  #search-form button:before {
    left: 1011px;
  }
 
  header {
    height: auto;
  }
 
  .header-logo {
    top: 0;
    left: auto;
    left: 10px;
    /*background-image: url("/__data/assets/image/0011/166709/MIT-logo-landscape-white.png");*/
    background-image: url("/__data/assets/file/0009/488151/Co-brand-Landscape-white.svg");
    /*background-position: 100% 50%;*/
    width: 256px;
  }
 
  .skip-links [href='#initial_keywords_query'] {
    right: 3091px;
  }
 
  .skip-links [href='#section-navigation'] {
    right: 3000px;
  }
 
  .utility {
    height: auto;
  }
 
  .three-col .nav-secondary,
  .nav-secondary {
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 90px;
    float: none;
    display: none;
    margin: 0;
    background-color: #ffffff;
    font-family: AauxNext-Medium, serif;
    border-bottom: 1px solid #333333;
  }
  .nav-secondary .first-lvl {
    display: list-item;
  }
  .nav-secondary .first-lvl > a {
    border-top: 1px solid #333333;
    border-bottom: 0 solid transparent;
    padding: 0.5em  0.65em 0.5em 1.3em;
    background-color: #595959;
    color: #ffffff;
  }
  .nav-secondary .first-lvl > .submenu-button {
    background-color: #595959;
    color: #ffffff;
  }
  .nav-secondary .hier .submenu-button, .nav-secondary .current .submenu-button,
  .nav-secondary .hier a, .nav-secondary .current a {
    background-color: #c8c9c7;
    color: #000000;
  }
  .nav-secondary .first-lvl.hier > a, .nav-secondary .first-lvl.current > a {
    /*background-color: #595959;*/
  }
  .nav-secondary .hier > a {
    /*font-weight: bold;*/
    font-family: 'AauxNext-Medium';
  }
  .nav-secondary a:hover {
    background-color: #183121 !important;
    color: #ffffff !important;
  }
  .nav-secondary .second-lvl {
    border-bottom: 0 solid transparent;
  }
  .nav-secondary .second-lvl > a {
    font-size: 0.92857em;
    line-height: 1.61538;
  }
  .nav-secondary [class*='lvl'].current > a {
    color: #dd1122;
  }
  .nav-secondary [href*='site-help'] {
    /*display: none;*/
  }

  .nav-secondary li {
    display: list-item;
  }
  .nav-secondary ul ul {
    display: none;
  }
  .nav-secondary .hier > ul {
    display: block;
  }
  .nav-secondary .submenu-button {
    background-color: #ffffff;
  }
  #section-navigation li {
    position: relative;
    border: 0;
    border-top: 1px solid #999999;
  }
  #section-navigation li a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    /*border-bottom: 1px solid #333333;*/
  }
  #section-navigation li .submenu-button {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #999999;
    height: 40px;
    width: 40px;
    cursor: pointer;
  }
  #section-navigation li .submenu-button:hover {
    background-color: #183121;
    color: #ffffff;
  }
  #section-navigation li .submenu-button:after {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    display: block;
    font-family: FontAwesome;
    content: '\f107';
    font-size: 1rem;
    transition: transform 0.4s;
  }
  #section-navigation li .submenu-button.submenu-opened:after {
    content: '\f107';
    transform: rotate(-180deg);
  }
  #section-navigation li .submenu-button + a::after {
    font-family: FontAwesome;
    content: '\f105';
    font-size: 1rem;
    position: absolute;
    right: 50px;
    font-weight: normal;
  }

  .three-col main,
  main {
    width: auto;
    float: none;
    display: block;
    margin: 2em 0;
    padding: 0 5%;
  }
 
  :target:before {
    top: 0.2em;
    left: -1.1em;
    font-size: 17px;
  }
}
/* -- mobile -- */
@media all and (max-width: 480px) {
  #main-navigation {
    height: 70px;
  }
 
  .skip-links {
    font-size: 1em;
  }
 
  .skip-links-link {
    height: 70px;
    width: 70px;
  }
 
  .skip-links [href="#initial_keywords_query"] {
    right: 3071px;
  }
 
  .skip-links [href="#initial_keywords_query"]:before {
    left: 1030px;
    top: 32px;
  }
 
  .skip-links [href="#initial_keywords_query"]:after {
    left: 1013px;
    top: 12px;
  }
 
  .skip-links [href="#section-navigation"]:before {
    left: 1030px;
    top: 32px;
  }
 
  .skip-links [href="#section-navigation"]:after {
    left: 1017px;
    top: 12px;
  }
 
  #search-form {
    top: 70px;
  }

  .search-form input[type='text'] {
    width: 75%;
  }
 
  .utility .ui-autocomplete {
    width: auto;
    right: auto;
    left: 0;
  }
 
  .header-logo {
    /*background-image: url("/__data/assets/image/0009/166707/MIT-logo-landscape-white-sm.png");*/
    /*background-image: url("/__data/assets/image/0007/488257/Co-brand-Portrait-white-136x70.png");*/
    background-image: url("/__data/assets/file/0011/488153/Co-brand-Portrait-white.svg");
    max-width: 50%;
    width: 128px;
    height: 70px;
  }
 
  [role='main'] .media-list li {
    width: 100%;
    margin: 0 0 1em;
    height: auto;
  }
  [role='main'] .media-list li .item-thumbnail {
    width: 100%;
    margin-bottom: 1em;
    display: block;
    float: none;
  }
  [role='main'] .media-list li .item-heading {
    margin: 0;
    position: static;
  }
  [role='main'] .media-list li p {
    margin: 0 0 1em;
  }
 
  .complementary .widget {
    width: 100%;
  }
 
  .complementary {
    padding: 0!important;
  }
  .complementary .widget {
    width: 100%;
    float: left;
  }
  .complementary .widget h3 {
    position: static;
    text-indent: 0;
    width: auto;
  }

  .footer-col {
    width: 100%;
    padding: 5.2%;
    border-right: 0;
  }
 
  .footer-auxiliary {
    padding: 5.2%;
    /* @include font-rhythm(13,17);
    display: inline;
    float: left;
    width: 66%;
    padding: relEm(13,1.25) 2.6%;
    border-top: 1px solid $green;
    border-right: 1px solid $green;
    @include box-sizing(border-box);*/
    border-right: 0;
  }
  .footer-auxiliary li {
    display: block;
    clear: left;
    margin: .5em 0;
  }
  .footer-auxiliary li:before {
    content: "";
    padding: 0;
  }
 
  .footer-complementary {
    width: 100%;
  }
 
  /* --- application form 480 styles --- */
  #id122807 main {
    margin: 0.5em 0;
    width: auto;
  }
  #id122807 fieldset {
    width: 100%;
  }
  #id122807 form label.error, #id122807 form span.error {
    display: block;
    margin: 0.5em 0;
    position: relative;
    right: 0;
    width: auto;
  }
  #id122807 fieldset.radiogroup, #id122807 fieldset.checkgroup {
    width: 100%;
  }
  #id122807 form .checkgroup {
    width: 100%;
  }
  #id122807 form span.error {
    background: #FCD4D4D4;
    border: none;
    box-shadow: none;
  }
  #id122807 .corr_email input[type="text"] {
    width: 100%;
  }
  #id122807 .corr_email span[for="q122817_q27"] {
    left: 0;
    width: auto;
    z-index: 10;
  }

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px) { 
  /* Retina-specific 2x white sm logo here */
  /*
  .header-logo {
    background-image: url('/__data/assets/image/0011/169148/MIT-logo-landscape-white-sm@2x.png');
    background-position: 0 50%;
    background-size: contain;
  }
  */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 769px) and (max-width: 1024px) { 
  /* Retina-specific 2x black logo here */
  /*
  .header-logo {
    background-image: url('/__data/assets/image/0008/168983/MIT-logo-landscape-black_00@2x.png');
    background-position: 0 50%;
    background-size: contain;
  }
  */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1025px) { 
  /* Retina-specific 2x white logo here */
  /*
  .header-logo {
    background-image: url('/__data/assets/image/0010/169147/MIT-logo-landscape-white@2x.png');
    background-position: 0 50%;
    background-size: contain;
  }
  */
}


/* FB Search */
#search-contextual-navigation h3 {
border-top: 30px solid #fff;
}
 
#search-contextual-navigation .filter-name {
font-weight: bold;
}
.file-summary {
margin-bottom: 0;
}
 
/* Autocomplete styles */
.ui-autocomplete {
  z-index: 2000 !important;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #d1d3d4;
  list-style-type: none;
  margin: 0;
  width: 100%;
  padding: 5px 0 0;
  position: absolute;
  top: 38px;
}
.ui-autocomplete li {
  padding: 0 5px 5px;
  line-height: normal;
  text-align: left;
}
.ui-autocomplete a {
  color: #666666;
  font-weight: normal;
}
.ui-autocomplete a:hover, .ui-autocomplete li:hover a,.ui-autocomplete .ui-state-focus {
  border: 0;
  background-color: transparent;
  color: #dd1122;
  font-weight: normal;
  cursor: pointer;
}
.ui-autocomplete h2 {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
}
p.search_description {
  word-wrap: break-word;
}
.search-results li.best-bet {
  border: 10px solid #595959;
  padding: 10px;
  border-top: 30px solid #595959;
  background-color:#ddf2f1;
}
.search-results li.best-bet h4 {
  margin: -37px 0 10px 0;
  color: #fff;
}

.search-results li.best-bet h3 {
  margin:0;
}

.search-form .ui-helper-hidden-accessible {
display:none !important;
}


/*
--------------------
Overrides
--------------------
*/
main footer{
    display:none;
}
.complementary .widget {
    border: 0 !important;
}
.container_search {
    position: static;
}
.search-form {
    max-width: 640px;
    display: inline-block;
    width: 100%;
}
.search-form .form-group {
    box-sizing: border-box;
    width: 100%;
}
.search-form input[type='text'] {
    width: 100%;
    padding-right: 104px;
}
.search-form input[type='submit'], .search-form button[type='submit'] {
    width: auto;
    padding: 0.4em 1.5em;
    line-height: 1.35714;
}
.search-filters {
    background: none;
    position: absolute;
    /*top: 65px;*/
    box-sizing: border-box;
    padding: 0 30px 0 0;
}
.one-col .search-filters,
.right-2-col .search-filters {
    display: none;
}
.left-2-col .search-filters {
    left: -37.8%;
    width: 37.8%;
}
.three-col .search-filters {
    left: -60.8%;
    width: 60.8%;
}
.search-filters > div {
    background-color: #c8c9c7;
}
#pageWrapper,
#page-wrapper {
    max-width: 1600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 0;
    overflow: hidden;
    background: none;
}

.top-banner .card-list {
    margin: 8px -8px;
}
.top-banner .max-2-col .card-list .card-item:last-child:nth-child(odd) {
    width: 100%;
}
#pageWrapper.full-width,
#pageWrapper .full-width {
    max-width: 100% !important;
}
#pageWrapper.full-width .headerbar,
#pageWrapper.full-width .utility,
#pageWrapper.full-width #main-navigation,
#pageWrapper.full-width .footer-table {
    max-width: 1400px;
    width: 87.5%;
    padding: 0;
    margin: auto;
    float: none;
}
#pageWrapper.full-width .global-nav-bar {
    background: rgb(221, 17, 42);
}
#pageWrapper.full-width .footer-table {
    background-position: right 0 top 2em;
}
#pageWrapper.full-width [role=contentinfo] ul {
    max-width: 1400px;
    margin: auto;
    float: none;
}
#pageWrapper.full-width #main-wrapper {
    max-width: 1600px;
    margin: auto;
    float: none;
}
@media (max-width: 1024px) {
  #pageWrapper.full-width .headerbar,
  #pageWrapper.full-width .utility,
  #pageWrapper.full-width #main-navigation,
  #pageWrapper.full-width .footer-table {
    width: auto;
  }
  #pageWrapper.full-width .footer-table {
    padding: 0 20px;
    background-position: right 20px top 2em;
  }
  #pageWrapper.full-width .utility {
    padding: 0 30px;
    margin-left: 200px;
  }
}
@media (max-width: 768px) {
  #pageWrapper.full-width .utility {
    margin-left: 0;
  }
}

header {
    position: relative;
    height: auto;
    background: none;
}
.global-nav-bar {
    clear: both;
    position: relative;
    z-index: 99;
}
#main-navigation {
    position: static;
    box-sizing: border-box;
    max-width: 1600px;
    padding: 0 6.25%;
    /*background: rgb(221, 17, 34);*/
    background: transparent;
    background-color: rgb(221, 17, 34);
    background-repeat: no-repeat;
    background-size: auto 102%;
    /*background-image: url('/__data/assets/file/0009/491796/tp-weave-flat520x90.svg');*/
    background-image: url('/__data/assets/image/0018/493002/tp-weave-flat520x90.png');
    background-position: 0;
}
#page-wrapper > .top-banner,
#main > .top-banner,
.utility {
    max-width: 1600px;
    padding: 0 6.25%;
    position: relative;
    box-sizing: border-box;
}
.utility input:focus,
.utility input {
    width: 24em;
    height: 30px;
    line-height: 1;
    padding: 7px 3em 7px 0.4em;
    background: #ffffff;
    color: #000000;
    border: 1px solid #595959;
    border-radius: 0; /*overrides the iPad default*/
    outline: 0;
}
.utility button {
    background: #dd1122;
    color: #ffffff;
    font-size: 1.3em;
}
.utility button:focus,
.utility button:hover {
  background: #000000;
  color: #ffffff;
}
.useful-links {
    float: left;
    margin: 19px 0 8px;
}
.useful-links > ul, .phone-details {
    font-family: AauxNext-Medium, Verdana, serif;
    font-weight: normal;
    font-size: 0.813em;
    float: left;
    margin: 0;
    padding: 0;
    background: none;
    color: #000000;
    border: 0;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}
.useful-links > ul li {
    display: block;
    float: left;
}
.useful-links > ul a {
    margin: 0 0 0 20px;
}
.useful-links > ul a,
.phone-details a {
    background: none;
    color: #000000;
}
.useful-links > ul a:hover, .useful-links > ul a:focus,
.phone-details a:hover, .phone-details a:focus {
    border-bottom: 1px dotted #333333;
}
.global-nav-list .nav-wrapper {
    float: right;
    height: 100%;
    margin-right: -24px;
    display: table;
}
.global-nav-list .nav-wrapper > .nav-item {
    width: auto;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    float: none;
}

.nav-item {
    width: auto;
    height: 100%;
    display: inline-block;
}
.study .node-study,
.student-life .node-student-life,
.campus-and-facilities .node-campus-and-facilities,
.international-students .node-international,
.about .node-about,
.partnerships .node-partnerships,
.contact .node-contact,
.nav-item.menu-hierarchy,
.nav-item.menu-current,
.nav-item:hover {
    background: rgb(238, 4, 35);
    background: rgba(238, 4, 35, .8);
}
.nav-item > a {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 36px 19px 0;
}
.nav-item > a.expanded {
    background: none;
}
.nav-item > a.expanded:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 100%;
    pointer-events: none;
    border: solid transparent;
    border-width: 12px;
    margin-left: -12px;
    border-bottom-color: #ffffff;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
}
.nav-sub {
    box-sizing: border-box;
    height: 100%;
    background-color: #494949;
    left: 0;
    right: 0;
}
.nav-sub > .nav-sub-item {
    box-sizing: border-box;
    width: 25%;
    padding-right: 1em;
}
.nav-column {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    width: 34%;
}
.nav-column-supplement {
    box-sizing: border-box;
    padding: 1.5em 20px 0;
    padding-right: 6.25%;
    width: 27.75%;
}
.nav-column-supplement .tile-widget,
.nav-column-supplement .page-tile {
    margin: 0 0 1.5em;
    /*background-color: #216E31;*/
}
.nav-column-supplement .page-tile:hover a.tile-button {
    /*color: #216E31;*/
}
.nav-column .column-height {
    margin: 0;
    padding: 24px 16px 16px;
}
.nav-column:first-child {
    padding-left: 6.25%;
    width: 39.25%;
}
.nav-column:first-child .column-height {
    /*padding-left: 3em;*/
    padding-left: 0;
}
.nav-column ul {
    padding: 0;
    margin: 0 0 1em;
    list-style-type: none;
}
.nav-column ul li {
    margin: 0 0 0.25em;
    list-style-type: none;
    line-height: 1.4;
}
.nav-column a, .nav-column span {
    color: #dddddd;
    font-size: 0.92857em;
    /*padding: 0.25em 0.5em 0.25em 0;*/
    padding: 0;
    display: inline-block;
    line-height: 1.3;
}
.nav-column a {
    color: #dddddd;
    line-height: 1.2;
}
.nav-column h3 {
    font-size: 1.25em;
    text-transform: uppercase;
    color: #dddddd;
    margin: 0 0 0.3em;
    line-height: 1.2;
}
.nav-column h3 > a {
    color: #dddddd;
    font-size: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}
.nav-column .menu-current > h3 > a,
.nav-column .menu-current > a, 
.nav-column h3 > a:hover,
.nav-column a:hover {
    color: #ffffff;
}
.nav-column li > span,
.nav-column li > a,
.nav-column h3 > span,
.nav-column h3 > a {
    position: relative;
    display: block;
    padding: 4px 8px;
}
.nav-column li > a,
.nav-column h3 > a {
    padding-right: 28px;
}
.nav-column li > a:hover,
.nav-column h3 > a:hover {
    background-color: #666666;
}
.nav-column li > a:hover:after {
    position: absolute;
    right: 0;
    content: ' > ';
    margin: 0 8px;
    font-weight: bold;
}
.nav-column h3 > a:after {
    position: absolute;
    content: ' > ';
    margin: 0 8px;
}
.nav-column h3 > a:hover:after {
    right: 0;
}

#main-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    overflow: visible;
    padding: 0;
    background-color: #ffffff;
}
#logout-wrapper {
    position: absolute;
    z-index: 98;
    right: 8px;
    float: right;
    font-size: 12px;
    line-height: 1;
    padding: 3px 16px 5px;
    text-shadow: 0 1px 0 #cccccc;
    border-radius: 2em;
    white-space: nowrap;
    background: #ffffff;
}
.nav-secondary .first-lvl > a,
.nav-secondary a {
    padding-left: 10px;
    padding-right: 10px;
}
.nav-secondary .second-lvl > a {
    padding-left: 10px;
}
.nav-secondary .third-lvl > a {
    padding-left: 20px;
}
.nav-secondary .third-lvl > a {
    padding-left: 30px;
}
.nav-secondary .fourth-lvl > a {
    padding-left: 50px;
}
.nav-secondary .fifth-lvl > a {
    padding-left: 70px;
}
.old_ie #main-wrapper .complementary {
    /*margin-bottom: 0;
    padding-bottom: 0;*/
}
.inner-wrapper {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.inner-wrapper2 {
    flex: auto;
}
.breadcrumbs {
    position: relative;
    z-index: 9;
    left: 0;
    top: 0;
    bottom: auto;
    box-sizing: border-box;
    padding: 1em 6.25% 0;
    font-weight: normal;
    font-family: AauxNext-Medium, serif;
    font-size: 1em;
    line-height: 2;
    background-color: #ffffff;
    background: none;
}
main, #page-body {
    position: relative;
}

/* -- one-col layout -- */
.one-col main,
main {
    display: block;
    float: none;
    position: relative;
    width: 100%;
    margin: 1em auto 0;
    padding: 0;
    min-height: 600px;
}
.one-col .nav-secondary,
.nav-secondary {
    display: none;
    float: left;
    clear: left;
    margin: 1.5em 2% 2em 6.25%;
    padding: 0;
    width: 20%;
}
.complementary {
    display: none;
    position: relative;
    right: 0;
    float: right;
    clear: right;
    margin: 0 0 0 -28.25%;
    padding: 4em 6.25% 1em 2%;
    width: 20%;
    /*margin-bottom: -99999px;
    padding-bottom: 99999px;*/
    background-color: #dddddd;
    overflow: hidden;
    box-sizing: content-box;
}
.no_flex .complementary {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

/* -- no-nav layout -- */
.right-2-col .breadcrumbs {
    width: 71.75%;
    padding: 1em 2% 0 6.25%;
}
.right-2-col main {
    display: inline;
    float: left;
    position: relative;
    width: 63.5%;
    margin: 1em 0 0 6.25%;
    padding: 0;
}
.right-2-col .nav-secondary {
    display: none;
}
.right-2-col .complementary {
    display: inline-block;
}

.inner-wrapper > .footer-banner-container,
.inner-wrapper > .footer-banner-container .footer-banner {
    margin: 0;
    clear: both;
}
.right-2-col .inner-wrapper > .footer-banner-container {
    margin: 0;
    width: 71.75%;
}

/* -- no-aside/two-col layout -- */
.left-2-col main {
    float: right;
    position: relative;
    width: 63.5%;
    margin: 1em 6.25% 0 auto;
    padding: 0;
}
.left-2-col .nav-secondary {
    display: inline;
}
.left-2-col .complementary {
    display: none;
}

/* -- three-col layout -- */
.three-col .breadcrumbs {
    width: 71.75%;
    padding: 1em 2% 0 6.25%;
}
.three-col main {
    float: left;
    position: relative;
    width: 39.5%;
    margin: 1em 2% 0 2%;
    padding: 0;
}
.three-col .nav-secondary {
    display: inline;
}
.three-col .complementary {
    display: inline-block;
}


a.button,
a.red-button {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0.5em 2em;
    background: #dd1122;
    color: #ffffff;
    /*font-family: AauxNext-Bold;*/
    text-align: center;
    text-decoration: none;
    line-height: normal;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.3);
    transition: 0.4s;
}
a.button.normal-font,
a.red-button.normal-font {
    font-family: AauxNext-Medium;
}
a.button.bold-font,
a.red-button.bold-font {
    font-family: AauxNext-Bold;
}
a.button:hover,
a.red-button:hover {
    background: #183121;
    color: #ffffff;
}
a.button.arrow-right,
a.red-button.arrow-right {
    padding: 0.5em 2.5em 0.5em 1em;
    line-height: 1.4;
}
a.button.arrow-right:before,
a.red-button.arrow-right:before {
    content: '\f04b';
    font-family: FontAwesome;
    position: absolute;
    right: 1em;
}
a.button.arrow-right::before,
a.red-button.arrow-right::before {
    content: '\f04b';
    font-family: FontAwesome;
    position: absolute;
    right: 1em;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.footer-table-wrapper {
    position: relative;
    /*background: url('/__data/assets/image/0008/442916/mit-frb.png');*/
    background: url('/__data/assets/file/0010/485758/Footer-pattern_cobrand.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 328px;
}
.footer-table {width: 87.5%; max-width: 1600px; margin: auto;}
.footer-table {
    box-sizing: border-box;
    width: 100%;
    padding: 0 6.25%;
    background: url('/__data/assets/file/0010/455149/MKT245_1o3-NZ-Owned-icon.svg');
    background-repeat: no-repeat;
    background-position: right 6.25% top 2em;
    background-size: 104px 104px;
}
.footer-auxiliary {width: auto; border: 0; padding: 1em 6.25%; background: #000000;}
.footer-main, .footer-col {display: inline-block; float: left; vertical-align: top; box-sizing: border-box;}
.footer-main {width: 100%; padding: 2em 0 1em;}
.footer-col {width: 25%; padding: 0 1.5em 1em 0; border: 0; min-height: 0;}
.footer-main .footer-col:nth-child(n+5) {display: none;}
.first-row {padding-bottom: 0;}
.second-row {border-top: 1px solid #ffffff;}
.footer-col h3 {margin-top: 0; font-size: 19px;}
.footer-col .button,
.footer-col .red-button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #dd1122;
    box-sizing: border-box;
    margin: 1em 0 0;
    padding: 0.5em 1em;
    max-width: 120px;
    width: 100%;
    height: auto;
    line-height: normal;
}
.footer-col .red-button:hover,
.footer-col .red-button,
.footer-col .button:hover,
.footer-col .button {
    /*border: 0;*/
}
.footer-col .channels a {
    position: relative;
    float: left;
    margin: 0 1px 0 0;
    width: 1.4em;
    height: 1.4em;
    font-size: 1.4em;
    line-height: 1;
    text-indent: -9999px;
    color: #ffffff;
}
.footer-col .channels a:hover, .footer-col .channels a:focus {
    border: none;
    background-color: #ffffff;
    color: #595959;
}
.footer-col .channels a:before {
    position: absolute;
    display: block;
    font-family: "FontAwesome";
    left: 10005px;
    top: 6px;
}
.footer-col .channels a.facebook-link:before {
    content: "\f09a";
    left: 10010px;
}
.footer-col .channels a.youtube-link:before {
    content: "\f167";
}
.footer-col .channels a.instagram-link:before {
    content: "\f16d";
}
.footer-col .channels a.linkedin-link:before {
    content: "\f0e1";
}

/* -- page-tile style -- */
.tile-widget,
.page-tile {
    position: relative;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 170px;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    background: no-repeat 50% 0 #dd1122;
    background-size: cover;
    -ms-behavior: url(/__data/assets/file/0006/119949/backgroundsize.min.htc);
}
.page-tile .tile-icon {
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 50px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -ms-behavior: url(/__data/assets/file/0006/119949/backgroundsize.min.htc);
}
.page-tile .tile-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    -ms-behavior: url(/__data/assets/file/0006/119949/backgroundsize.min.htc);
}
.page-tile.inline-image {
    height: auto;
    max-height: 170px;
}
.page-tile.inline-image .tile-image {
    position: relative;
    opacity: 1;
}
.tile-widget.inline-image .tile-image img,
.page-tile.inline-image .tile-image img {
    display: block;
    width: 100%;
}
.page-tile .tile-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
}
.page-tile .tile-text {
    display: table-row;
    line-height: 1.2;
}
.page-tile .tile-text p {
    margin: 0 0 0.5em;
}
.page-tile .image-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.3) 40%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff000000',GradientType=0 ); /* IE6-9 */
}
.tile-widget .tile-button,
.page-tile .tile-button {
    display: block;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ffffff;
    padding: 8px;
    font-family: 'AauxNext-Bold';
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background: none;
    vertical-align: middle;
    transition: 0.4s;
}
.icon-in-front .tile-widget .tile-button,
.icon-in-front .page-tile .tile-button,
.page-tile:hover .tile-button,
.page-tile:hover a.tile-button {
    background-color: #ffffff;
    color: #dd1122;
}
.icon-in-front .tile-widget:not(.tile-white) .tile-button:hover,
.icon-in-front .page-tile:not(.tile-white):hover .tile-button {
    background: none;
    color: #ffffff;
}
.complementary .tile-widget,
.complementary .page-tile {
    margin-bottom: 16px;
}

.tile-red {
    background-color: #dd1122;
}
.tile-red a.tile-button:hover, .tile-red a.tile-button:focus {
    color: #dd1122;
}

.tile-widget select, .tile-widget input[type='text'], .tile-widget input[type='email'],
.page-tile select, .page-tile input[type='text'], .page-tile input[type='email'] {
    background-color: #ffffff;
}
.page-tile.tile-programme-finder,
.tile-widget {
    height: auto;
    background-color: #183121;
    overflow: visible;
    padding: 14px;
    /*border: 1px solid #ffffff;
    box-shadow: 0 0 4px #ffffff;*/
}
.tile-widget.image-tile {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.page-tile.tile-programme-finder h3,
.tile-widget h3 {
    color: #ffffff;
    margin: 0 0 1rem;
    line-height: 1;
    text-align: left;
}
.page-tile.tile-programme-finder .tile-button,
.tile-widget .tile-button {
    background: none;
    color: #ffffff;
}
.page-tile.tile-programme-finder .tile-button:hover,
.tile-widget .tile-button:hover {
    background-color: #ffffff;
    color: #183121;
}
.tile-widget.image-tile:hover .tile-button {
  background-color: #ffffff;
  color: #183121;
}
.tile-programme-finder .ui-helper-hidden-accessible,
.tile-widget .ui-helper-hidden-accessible {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tile-programme-finder .ui-autocomplete,
.tile-widget .ui-autocomplete {
  display: block;
  background-color: #ffffff;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 74%;
  max-height: 16.42857em;
  overflow: auto;
  border: 1px solid #595959;
}
.tile-programme-finder .ui-state-focus,
.tile-widget .ui-state-focus {
  background-color: #FFF;
}
.tile-programme-finder .ui-menu .ui-menu-item a,
.tile-widget .ui-menu .ui-menu-item a {
  display: block;
  font-size: 0.92857em;
  line-height: 1.38462;
  font-size: 1em;
  min-height: 0;
  padding: 0.2em 0.5em;
  margin: 0;
  text-decoration: none;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tile-programme-finder .ui-menu .ui-menu-item a strong,
.tile-widget .ui-menu .ui-menu-item a strong {
  color: #dd1122;
  font-weight: normal;
}
.tile-programme-finder .ui-menu .ui-menu-item a:hover, .tile-programme-finder .ui-menu .ui-menu-item a:focus,
.tile-widget .ui-menu .ui-menu-item a:hover, .tile-widget .ui-menu .ui-menu-item a:focus {
  border-bottom: 0;
  background-color: #3399ff;
  color: #ffffff;
}

.page-tile-wrapper {display: inline-block; vertical-align: top; float: none; box-sizing: border-box; padding: 8px; margin: 0; width: 25%;}
.page-tile-wrapper .page-tile .tile-caption, .page-tile-wrapper .page-tile .image-caption {display: inline-block; box-sizing: border-box; width: 100%;}

.tile-info {clear: both; display: inline-block; margin-top: 16px;}
.tile-info h1, .tile-info h2, .tile-info h3, .tile-info h4, .tile-info h5, .tile-info h6 {margin-top: 0;}

.child-tile-container {/*max-width: 80%;*/ margin: 1.5em -8px; font-size: 0;}
.child-tile-container > * {font-size: medium;}
.child-tile-container .page-tile-wrapper {display: inline-block; vertical-align: top; float: none; width: 33.33%;}

.aos-tile-container,
.page-tile-container {margin: 16px -8px; padding: 0; font-size: 0;}
.aos-tile-container > *,
.page-tile-container > * {font-size: medium;}
.aos-tile-container .page-tile-wrapper,
.page-tile-container .page-tile-wrapper {width: 25%;}
.page-tile-container.max-3-col .page-tile-wrapper {width: 33.33%;}

.video-tile-wrapper, .video-tile-container {max-width: 87.5%; margin: 2em auto;}
.video-tile-wrapper .video-tile-container {margin: 0 -8px; max-width: none; font-size: 0;}
.video-tile-container > * {font-size: medium;}
.video-tile-container .page-tile-wrapper {display: inline-block; vertical-align: top; float: none; width: 33.33%;}
.video-tile-container .page-tile-wrapper .page-tile {height: 0; padding: 0 0 56%;}

.icon-in-front .page-tile:not(.no-icon) .tile-image,
.child-tile-container .page-tile-wrapper .page-tile:hover .tile-image,
.aos-tile-container .page-tile-wrapper .page-tile:hover .tile-image,
.page-tile-container .page-tile-wrapper .page-tile:hover .tile-image,
.page-tile:hover .tile-icon + .tile-image {opacity: 0;}

.icon-in-front .page-tile-wrapper .page-tile:hover .tile-image {
    opacity: 1;
}

.icon-in-front .page-tile .image-caption,
.child-tile-container .page-tile-wrapper .page-tile:hover .image-caption,
.aos-tile-container .page-tile-wrapper .page-tile:hover .image-caption,
.page-tile-container .page-tile-wrapper .page-tile:hover .image-caption,
.page-tile.image-tile:hover .image-caption {background: none; filter: none;}

.icon-in-front .page-tile:hover .image-caption,
.icon-in-front .page-tile-wrapper .page-tile:hover .image-caption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.3) 40%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff000000',GradientType=0 ); /* IE6-9 */
}

.page-tile-wrapper .youtube-tile {background-position: 50% 50%; background-size: cover; -ms-behavior: url(/__data/assets/file/0006/119949/backgroundsize.min.htc);}
.page-tile-wrapper .play-button {background-position: 50% 50%; position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; background-size: auto; opacity: 0.75; -ms-behavior: url(/__data/assets/file/0006/119949/backgroundsize.min.htc);}
.page-tile-wrapper .play-button:hover {opacity: 1;}

.video-container {
    clear: both;
    max-width: 100%;
    margin: 0 auto 1em;
}

.item-thumbnail img {
  width: 100%;
  display: block;
  line-height: 0;
} 

/*
--------------------
Brand Color
--------------------
*/
a.button.red-text,
.red-text,
.red-color {
    color: #dd1122;
}
a.button.red-background,
.red-background {
    background-color: #dd1122;
}
tr.red,td.red,th.red {
    background-color: #dd1122;
    color: #ffffff;
}
hr.mit-red,
hr.red {
    border-color: #dd1122;
}
hr.light-grey {
    border-color: #c8c9c7;
}

/* -- scroll to top -- */
.back-to-top {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 184px;
    left: auto;
    outline: none;
    overflow: hidden;
    color: #ffffff;
    background-color: #dd1122;
    text-align: center;
    height: 40px;
    width: 28px;
    line-height: 40px;
    border-radius: 2px;
    cursor: pointer;
    transition: all .4s linear;
    z-index: 999999;
    opacity: 1;
    display: none;
    text-decoration: none;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.3);
}
.back-to-top:hover {
  background-color: #183121;
}
.back-to-top:before {
    font-size: 24px;
    font-family: "FontAwesome";
    content: "\f102";
    /*content: "\25B2";*/
}

.old_ie .utility input {min-height: 0;}
.old_ie .nav-item {min-width: 10%;}
.old_ie .nav-item > a {font-size: 1em; padding: 2.2em 0.6em 0;}

@media (max-width: 1400px) {
    #main-navigation {
        background-position: -60px;
    }
    .global-nav-list .nav-wrapper {
        margin-right: -14px;
    }
    .global-nav-list .nav-wrapper > .nav-item > a {
        font-size: 0.9em;
        padding: 38px 13px 0;
    }
}

@media (max-width: 1200px) {
    #main-navigation {
        background-position: -200px;
    }
    .global-nav-list {
        margin-left: 200px;
    }
    .global-nav-list .nav-wrapper {
        margin-right: -10px;
    }
    .global-nav-list .nav-wrapper > .nav-item > a {
        font-size: 0.9em;
        padding: 38px 11px 0;
    }
}

@media (max-width: 1280px) {
    .child-tile-container {max-width: none;}
    .child-tile-container .page-tile-wrapper,
    .aos-tile-container .page-tile-wrapper,
    .page-tile-container .page-tile-wrapper {width: 33.33% !important;}
    .video-container {max-width:100%;}
}

@media (max-width: 1024px) {
    .child-tile-container .page-tile-wrapper,
    .aos-tile-container .page-tile-wrapper,
    .page-tile-container .page-tile-wrapper {width: 50% !important;}
    .video-tile-container {max-width: 100%;}

    .page-tile.inline-image {
        margin: auto !important;
    }

    header {
        background-color: #183121;
    }
    #search-form {
        box-sizing: content-box;
        height: 30px;
        border: 1px solid #ffffff;
    }
    #search-form input:focus,
    #search-form input {
        border: 0;
    }
    .useful-links {
        float: right;
        clear: right;
        margin: 0 0 8px;
    }
    .useful-links * {
        color: #ffffff !important;
        border-color: #ffffff !important;
    }
    .useful-links > ul, .phone-details {
        float: none;
        text-align: right;
    }
    #main-navigation {
        padding: 0;
        background-position: -10000px;
    }
    .global-nav-list {
        margin: 0;
    }
    .global-nav-list .nav-wrapper {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .global-nav-list .nav-wrapper > .nav-item {
        display: table-cell;
        vertical-align: top;
        float: none;
    }
    .global-nav-list .nav-wrapper > .nav-item > a {
        font-size: 0.9em;
        padding: 37px 16px 0;
    }
    .global-nav-list .nav-wrapper > .nav-item:first-child > a {
        /*padding-left: 20px;*/
    }
    .global-nav-list .nav-wrapper > .nav-item:last-child > a {
        /*padding-right: 20px;*/
    }
    .nav-column {
        width: 35%;
    }
    .nav-column:first-child {
        padding-left: 16px;
        width: 35%;
    }
    .nav-column-supplement {
        padding-right: 20px;
        width: 30%;
    }
    .footer-col {width: 50%;}
    .first-row {padding-bottom: 1em;}
    .first-row .footer-col:nth-child(3) {clear: left;}
    .second-row .footer-col:nth-child(-n+3) {clear: left;}
    .second-row .footer-col:nth-child(4) {float: none;}


    .three-col .search-filters,
    .left-2-col .search-filters {
        position: absolute;
        /*top: 65px;*/
        /*left: -53.8%;*/
        /*width: 53.8%;*/
        left: -43%;
        width: 43%;
        box-sizing: border-box;
        padding: 0 30px;
    }
    #page-wrapper > .top-banner,
    #main > .top-banner,
    .utility {
        padding: 0 20px !important;
    }
    .three-col #main-wrapper {
        padding: 0;
        display: block;
    }
    .three-col .inner-wrapper {
        float: none;
    }
    .breadcrumbs {
        padding: 1em 20px 0;
    }
    .three-col .breadcrumbs {
        width: auto;
        padding: 1em 20px 0;
    }
    .right-2-col .breadcrumbs {
        width: 70%;
        padding: 1em 20px 0;
    }
    .one-col main,
    main {
        box-sizing: border-box;
        margin: 1em 0 0;
        padding: 0;
        width: 100%;
        min-height: auto;
    }
    .three-col main,
    .left-2-col main {
        box-sizing: border-box;
        margin: 1em 0 0;
        padding: 0;
        width: 70%;
    }
    .no-breadcrumbs main {
        margin-top: 20px;
        padding-top: 0;
    }
    .three-col .nav-secondary,
    .left-2-col .nav-secondary {
        margin: 1em 0 2em;
        box-sizing: border-box;
        width: 30%;
        padding: 0 20px;
    }
    .three-col .complementary,
    .right-2-col .complementary {
        box-sizing: border-box;
        width: 30%;
        padding: 4em 20px 1em;
        background-color: #dddddd;
        /*margin-bottom: -99999px;
        padding-bottom: 99999px;*/
    }
    .three-col .complementary {
        margin: 0;
    }
    .three-col .complementary {
        position: relative;
        float: left;
        clear: both;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0;
        padding: 2em 20px 1em;
        background-color: #dddddd;
    }
    .three-col .complementary > div {
        max-width: 320px;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none;
        display: block;
    }
    .no_flex .three-col .complementary,
    .no_flex .right-2-col .complementary {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }
    .right-2-col .complementary {
        float: right;
        margin-left: -30%;
    }
    .complementary.inactive {
        display: none !important;
    }

    #id359029.three-col .complementary,
    #id119712.three-col .complementary,
    #id163255.three-col .complementary {
        display: none;
    }

    .footer-table {
        box-sizing: border-box;
        width: 100% !important;
        padding: 0 20px !important;
        background-position: right 20px top 2em;
    }
    .footer-auxiliary {
        box-sizing: border-box;
        width: 100%;
        padding: 1em 20px;
    }
}

/* -- any greater than tablet portrait -- */
@media all and (min-width: 769px) {
    #search-form {
        display: block !important;
    }
    #main-wrapper {
        /*overflow: hidden;*/
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        padding: 0;
    }
    .no_flex #main-wrapper {
        overflow: hidden;
    }
    .three-col .nav-secondary,
    .left-2-col .nav-secondary {
        display: inline !important;
    }
    #id359029 .nav-secondary ul,
    #id119712 .nav-secondary ul,
    .filter-search .nav-secondary ul,
    .home .nav-secondary,
    .nav-secondary {
        display: none !important;
    }

  .nav-secondary .hier > ul, .nav-secondary .current > ul {
    display: block !important;
  }
}

@media (max-width: 768px) {
    .utility {
        margin-left: 0 !important;
    }
    #search-form {
        box-sizing: border-box;
        height: auto;
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    }
    .useful-links {
        display: none;
    }
    #main-navigation {
        background-position: -215px;
    }
    #main-wrapper {
        display: inline-block;
        padding: 0;
        float: left;
    }
    .three-col main,
    .left-2-col main,
    .right-2-col main,
    main {
        display: inline-block;
        float: none;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
        min-height: auto;
    }
    .right-2-col .inner-wrapper > .footer-banner-container {
        width: 100%;
    }
    .complementary {
        /*display: block;*/
        position: relative;
        float: none;
        clear: both;
        width: auto;
        height: auto;
        overflow: hidden;
        margin: 0;
        padding: 2em 20px 1em;
        box-sizing: border-box;
    }
    .three-col .complementary,
    .right-2-col .complementary {
        position: relative;
        float: left;
        clear: both;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0;
        padding: 2em 20px 1em;
        background-color: #dddddd;
    }

    .three-col .nav-secondary,
    .left-2-col .nav-secondary,
    .right-2-col .nav-secondary,
    .one-col .nav-secondary,
    .nav-secondary {
        display: none;
        float: none;
        position: absolute;
        top: auto;
        left: 0;
        z-index: 9999;
        width: 100%;
        margin: 0;
        padding: 0;
        font-family: AauxNext-Medium, serif;
        border-bottom: 1px solid #333333;
        background-color: #ffffff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.4);
    }

    footer {
        background-size: 70%;
    }
    .footer-table {
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
        background-position: right 20px bottom 44px;
        background-size: 64px 64px;
    }
    .footer-auxiliary {
        box-sizing: border-box;
        width: 100%;
        padding: 1em 20px;
    }
    .video-tile-container .page-tile-wrapper {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #main-navigation {
        background-position: -232px;
    }
    .complementary {
        padding: 2em 20px 1em !important;
    }
    /*
    .footer-table {
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
        background-image: none;
    }
    .footer-auxiliary {
        box-sizing: border-box;
        width: 100%;
        padding: 1em 20px;
        background: #000000 url('/__data/assets/file/0010/455149/MKT245_1o3-NZ-Owned-icon.svg') no-repeat right 20px top 24px;
        background-size: 64px 64px;
    }
    */

    .video-tile-container .page-tile-wrapper,
    .child-tile-container .page-tile-wrapper,
    .aos-tile-container .page-tile-wrapper,
    .page-tile-container .page-tile-wrapper,
    .page-tile-wrapper {
        width: 100% !important;
    }

    .page-tile {
        font-size: 0;
        width: 100%;
        height: 120px;
        float: none;
        display: block;
    }
    .page-tile * {
        font-size: medium;
    }
    .page-tile:hover .tile-button,
    .page-tile:hover {
        background-color: #888b8d !important;
        color: #ffffff !important;
    }
    .tile-wrapper .page-tile .tile-button,
    .tile-wrapper .page-tile {
        background: #595959 !important;
        color: #ffffff !important;
    }
    .tile-wrapper .page-tile:hover .tile-button,
    .tile-wrapper .page-tile:hover {
        background: none !important;
    }
    .page-tile .tile-image {
        background: none !important;
    }
    .page-tile.inline-image:hover .tile-image {
        opacity: 1;
    }
    .page-tile .tile-icon {
        position: static !important;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5%;
        width: 25%;
        height: 100%;
    }
    .page-tile .tile-caption,
    .page-tile .image-caption {
        position: static !important;
        display: inline-block;
        vertical-align: middle;
        background: none !important;
        filter: none;
        width: 65% !important;
        height: auto !important;
        padding: 0;
    }
    .page-tile .tile-button {
        display: block;
        border: 0;
        height: auto !important;
        padding-left: 0;
        text-align: left;
        text-transform: none;
        transition: none;
    }
    .page-tile a.tile-button:focus {
        background: none;
        color: #ffffff;
        font-weight: normal;
    }

    .page-tile.inline-image {
        max-height: none;
    }
    .page-tile.inline-image .tile-caption,
    .page-tile.inline-image .image-caption {
        width: 100% !important;
    }
    .page-tile.inline-image .tile-button {
        padding: 12px;
        text-align: center;
    }
}

/*
--------------------
Te Pūkenga footer
--------------------
*/
.tepukenga {
    background-color: #000;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    box-sizing: border-box;
    width: auto;
    border: 0;
    padding-bottom: 20px;
}
.tepukenga img {
    image-rendering: -webkit-optimize-contrast;
}
.tepukenga p {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.tepukenga a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.tepukenga a:hover {
    text-decoration: none;
}
.tepukenga-upper {
    border-bottom: 3px solid #216e31;
    padding: 20px 6.25%;
}
.tepukenga-upper a {
    text-decoration: underline;
}
.tepukenga-upper-info span {
    padding: 0 4px;
}
.tepukenga-upper-wrapper {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0;
}
@media screen and (max-width: 768px) {
 .tepukenga-upper-wrapper {
    flex-direction: column;
    gap: 20px;
 }
 .tepukenga-upper-wrapper p {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
 }
 .tepukenga-upper-wrapper a {
    /*display: block;*/
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
 }
 .tepukenga-upper-info span {
    display: block;
 }
}
.tepukenga-logo {
    display: block;
}
.tepukenga-logo img {
    max-width: 200px;
}
@media screen and (min-width: 769px) {
 .tepukenga-upper-info {
    border-left: 2px solid #888;
    margin-left: 20px;
    padding-left: 20px;
    text-align: left;
 }
}
.tepukenga-lower {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
}
@media screen and (max-width: 768px) {
 .tepukenga-lower {
    flex-direction: column;
    gap: 40px;
 }
}
.tepukenga-lower > div {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
@media screen and (max-width: 768px) {
 .tepukenga-lower > div {
    flex-direction: column;
 }
}
.tepukenga-lower.lowest {
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0px;
}
@media screen and (max-width: 1200px) {
 .tepukenga-lower.lowest {
    flex-direction: column;
    gap: 20px;
    /*align-items: start;*/
 }
}
@media screen and (max-width: 768px) {
 .tepukenga-lower.lowest {
    gap: 20px;
    margin-top: 20px;
    align-items: center;
 }
 .tepukenga-lower.lowest p {
    text-align: center;
 }
}
 ul.tepukenga-lower {
    display: flex;
    gap: 10px;
    list-style-type:none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
 .tepukenga-lower ul {
    flex-wrap: wrap;
    justify-content: center;
 }
}
ul.tepukenga-lower  a {
    text-decoration: underline;
}
li.tepukenga-lower  {
    padding: 0 !important;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    background: #000;
}
.tepukenga-lower-tagline {
    font-weight: 600;
}
.tepukenga-btn {
    background-color:#216e31;
    padding: 10px 15px;
    text-decoration: none;
}
.tepukenga-btn:after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 1.2rem;
    display: inline-block;
    line-height: 1;
    margin-left: 10px;
    vertical-align: text-top;
}
.tepukenga-logo-nzgovt {
    max-width: 250px;
}
@media screen and (max-width: 768px) {
 .tepukenga-logo-nzgovt-desktop {
    display: none;
 }
}
@media screen and (min-width: 769px) {
 .tepukenga-logo-nzgovt-mobile {
    display: none;
 }
}
.tepukenga-wrapper {
    margin: 0 auto;
    padding: 0 6.25%;
}
.tepukenga-logo-nzgovt-mobile a,
.tepukenga-logo-nzgovt-desktop a,
a.tepukenga-btn,
a.tepukenga-logo {
    border: 0 !important;
}
@media screen and (max-width: 1024px) {
 .tepukenga-upper,
 .tepukenga-wrapper {
    padding-left: 20px;
    padding-right: 20px;
 }
}

/*
--------------------
Iframes
--------------------
*/
body > #pageWrapper {
    overflow: hidden;
}
body > #pageWrapper > header {
    height: auto;
}
#timetable-header {
    background: #dd1122;
    color: #ffffff;
}
#timetable-header .headbar {
    background: #dd1122;
    color: #ffffff;
    border: 0;
    border-collapse: collapse;
    margin: auto;
    /*width: 87.5%;*/
    width: auto;
    margin-left: 6.25%;
}
#timetable-header td {
    background: none;
    color: #ffffff;
    vertical-align: middle;
    padding: 20px 0;
    border: 0;
}
#timetable-header .headbar-logo-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*width: 160px;*/
    height: auto;
    padding: 0;
    padding-right: 30px;
    border-right: 1px solid #ffffff;
    margin-right: 30px;
}
a.headbar-logo-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.headbar-logo-wrapper * {
    vertical-align: top;
}
#timetable-header .headbar-heading {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-family: AauxNext-Bold;
    font-weight: normal;
    font-size: 2.625em;
    line-height: 1.2;
    color: #ffffff;
}
@media (max-width: 1024px) {
  #timetable-header .headbar {
    margin-left: 20px;
  }
}


/**********************************************
Fixing search page FB v15.24 faceted navigation
***********************************************/

.search-filters .collapse.in{
   overflow: hidden;
   height: auto;
}

.search-filters .collapsing{
   overflow: hidden;
   transition: height .4s;
}

.search-filters .panel-heading {
   background-color: #f1f2f0;
   cursor: pointer;
}

.search-filters a.panel-toggle {
   font-size: 1.07143em;
   line-height: 1.6;
   font-family: AauxNext-Medium, serif;
   color: #000000;
   padding: .4em 8.5%;
   display: inline-block;
}

.search-filters a.list-group-item{
   font-size: 0.92857em;
   line-height: 1.38462;
   display: block;
   padding: .5em 1em .5em 2em;
   border-top: 1px solid #595959;
   color: #333333;
   text-transform: capitalize;
}
.search-filters a.list-group-item:after {
   font-family: "FontAwesome";
   content: "\f105";
   float: right; 
 }
 
 
/*
 * Funnelback auto-completion plugin
 * version 2.6.0
 *
 * author: Liliana Nowak
 * Copyright Funnelback, 2015-2017
 */
#page-body #query {
    margin-bottom: 0;
}
#page-body .twitter-typeahead {
    display: flex !important;
}

.twitter-typeahead {/*display: table-cell !important;*/ display: inline-box; width: 100%;}
.tt-menu {background-clip: padding-box; background-color: #fff; /*border: 1px solid rgba(0, 0, 0, 0.15);*/ margin-top: 1px; border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); font-size: 14px; padding-bottom: 5px; width: 100%;}
.tt-menu .tt-suggestion {clear: both; color: #333; cursor: pointer; display: block; font-weight: normal; line-height: 1.42857; padding: 3px 10px; text-align: left;}
.tt-menu .tt-suggestion:hover, .tt-menu .tt-cursor {background-color: #183121; color: #fff; text-decoration: none;}
.tt-menu .tt-category, .tt-menu .tt-group {background-color: #f5f5f5; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;}
.tt-menu .tt-category {margin: 3px 0; padding: 7px 5px;}
.tt-menu .tt-dataset:first-child .tt-category, .tt-horizontal .tt-dataset .tt-category {border-top: none; border-top-left-radius: 4px; border-top-right-radius: 4px; margin-top: 0;}
.tt-menu .tt-group {padding: 3px 5px; text-align: center;}
.tt-menu .tt-group:first-of-type {border-top: none;}
.tt-horizontal {width: 100%; }
.tt-horizontal .tt-dataset {float: left; width: 100%;}
.tt-scrollable {overflow-y: auto; max-height: 460px;}
.tt-hint {color: #ccc !important;}
@media (max-width: 414px) {.tt-horizontal .tt-dataset {width: 100% !important;}}
