/* ==========================================================================
   Layout
   ========================================================================== */
/*
 * Box Sizing - A polyfill for box-sizing: border-box for IE6 & IE7
 */
/* ==========================================================================
   Show and hide
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* ==========================================================================
   Graphical
   ========================================================================== */
/*
 * Image replace
 */
/*
 * Grayscale
 */
/*
 * Border Radius
 */
/*
 * Single sided Border Radius
 */
/*
 * Opacity
 */
/*
 * RGBA
 */
/*
 * Rotate
 */
/* ==========================================================================
   Background Images
   ========================================================================== */
/* ==========================================================================
   Convert Pixels to ems
   ========================================================================== */
/* ==========================================================================
   Fixes
   ========================================================================== */
/*
 * Inline Block Support for IE7 and below
 */
/*
 * Clearfix
 */
/*
 * List reset
 */
/* ==========================================================================
   Typographical Rhythm
   ========================================================================== */
/*
 * Create h1
 */
/*
 * Create h2
 */
/*
 * Create h3
 */
/*
 * Create h4
 */
/*
 * Create h5
 */
/* ==========================================================================
   Grid
   ========================================================================== */
/*
 * Create grid - standard
 */
/*
 * Carousels grid block, thinner padding
 */
/*
 * Grid - block
 */
/*
 * Column sizes
 */
/* ==========================================================================
   Breakpoints
   ========================================================================== */
/* ==========================================================================
   Animations
   ========================================================================== */
/* ==========================================================================
   Transitions
   ========================================================================== */
/* ==========================================================================
   Css Columns
   ========================================================================== */
/* ==========================================================================
   Vertical Align
   ========================================================================== */
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Set up baseline grid and default font size - compass
 */
/*
 * Set up common font sizes
 */
/*
 * Set up fonts stacks
 */
/* =MOD Droid font */
/* =MOD Droid font */
/* ==========================================================================
   Colours
   ========================================================================== */
/* Blue */
/* Red */
/* Teal */
/* Teal Link */
/* ==========================================================================
   Social media colours are now located in widgets.scss
   ========================================================================== */
/* ==========================================================================
   Site structure
   ========================================================================== */
/* ==========================================================================
   Grid
   ========================================================================== */
/* =MOD New padding */
/* ==========================================================================
   Common Break points
   ========================================================================== */
/* Small Tablet */
/* Standard Tablet */
/* Large Tablet */
/* Large Tablet */
/* Desktop */
/* Desktop Medium */
/* Desktop Large */
/* Desktop X Large */
/* ==========================================================================
   Images
   ========================================================================== */
/* /gomobileassets/img */
/* /gomobileassets/img */
/* ==========================================================================
   Fonts
   ========================================================================== */
/* /gomobileassets/fonts */
/* ==========================================================================
   Box Sizing path is held within _mixins.scss
   ========================================================================== */
/* ==========================================================================
   Colours
   ========================================================================== */
/* Blue */
/* Red */
/* Teal #009AA6 #137DAB */
/* Teal Link #00727B #106E97 */
/* Grid background colour */
/* Custom variables for colour scheme */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 2.85714em; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #000000; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.hidden {
  display: none !important;
  visibility: hidden; }

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Content
   ========================================================================== */
/*
 * Give the main content padding
 */
#content {
  padding: 0 1.42857em;
  /*
   * Increase site padding for larger devices
   */ }
  @media only screen and (min-width: 40em) {
    #content {
      padding: 0 2.85714em; } }
  @media only screen and (min-width: 50em) {
    #content {
      padding: 0 4.28571em; } }
  @media only screen and (min-width: 64em) {
    #content {
      /*
       * Clear article and aside below
       */
      *zoom: 1; }
      #content:before, #content:after {
        content: " ";
        display: table; }
      #content:after {
        clear: both; } }
  @media only screen and (min-width: 75em) {
    #content {
      padding: 0 7.85714em;
      max-width: 77.14286em;
      margin: 0 auto; } }

/* ==========================================================================
   Unit Name
   ========================================================================== */
/*
 * Border underneath the unitname
 */
.unitname {
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 1em;
  padding-top: 0.71429em;
  border-color: #000000;
  border-bottom-style: dotted; }
  @media only screen and (min-width: 75em) {
    .unitname {
      border-bottom-width: 0.07143em;
      border-bottom-style: solid;
      padding-bottom: 2.07143em;
      padding-top: 1.42857em;
      border-color: #000000;
      border-bottom-style: dotted; } }

/* ==========================================================================
   Article
   ========================================================================== */
#content > article {
  /*
   * Space between unitname and article header
   */
  padding-top: 1.42857em;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../js/boxsizing.htc); }
  @media only screen and (min-width: 64em) {
    #content > article {
      /*
       * Float article next to secondary nav
       */
      float: right;
      width: 83.33333%;
      /*
       * Increase space between unitname and secondary nav
       */
      padding-top: 2.85714em; } }
  @media only screen and (min-width: 75em) {
    #content > article {
      /*
       * Increase space between unitname and secondary nav
       */
      padding-top: 3.57143em; } }
  @media only screen and (min-width: 87.5em) {
    #content > article {
      padding-left: 4.28571em; } }

/* ==========================================================================
   Sidebar content
   ========================================================================== */
.secondary {
  /*
   * Float secondary aside
   */ }
  @media only screen and (min-width: 48em) {
    .secondary {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      *behavior: url(../js/boxsizing.htc);
      width: 33.33333%;
      padding-left: 2.14286em;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      margin-left: -4px;
      position: relative; } }

/*
 * IE7 fix to get sidebar to float
 */
@media only screen and (min-width: 48em) {
  .lt-ie8 .secondary {
    padding-left: 0;
    left: 2.14286em; } }

.has-secondary {
  /*
   * Make space on the right for sidebar
   */ }
  @media only screen and (min-width: 48em) {
    .has-secondary {
      *zoom: 1; }
      .has-secondary:before, .has-secondary:after {
        content: " ";
        display: table; }
      .has-secondary:after {
        clear: both; }
      .has-secondary > header {
        width: 66.66667%;
        float: left; }
      .has-secondary .masthead {
        width: 100%;
        float: none;
        clear: both; }
      .has-secondary .main {
        width: 66.66667%;
        float: left; } }

/* ==========================================================================
   Secondary Nav container
   ========================================================================== */
.menu-secondary-nav-container {
  clear: both;
  /*=AU added to stop items at bottom of content bleeding into meu on mobile */
  padding-top: 2.85714em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../js/boxsizing.htc); }
  @media only screen and (min-width: 64em) {
    .menu-secondary-nav-container {
      /*
       * Float secondary nav net to artcile
       */
      clear: none;
      /*=AU removing clear on desktop */
      float: left;
      width: 16.66667%;
      padding-right: 2.14286em;
      /*
       * Increase space between unitname and secondary nav
       */
      padding-top: 2.85714em; } }
  @media only screen and (min-width: 75em) {
    .menu-secondary-nav-container {
      /*
       * Increase space between unitname and secondary nav
       */
      padding-top: 3.57143em; } }
  @media only screen and (min-width: 87.5em) {
    .menu-secondary-nav-container {
      padding-right: 0; } }

/* ==========================================================================
   Homepage secondary Nav container
   ========================================================================== */
.home .menu-secondary-nav-container {
  /* =MOD fix for section nav on homepage */
  margin-top: 1.42857em;
  padding: 0 1.42857em; }
  @media only screen and (min-width: 40em) {
    .home .menu-secondary-nav-container {
      padding: 0 2.85714em; } }
  @media only screen and (min-width: 50em) {
    .home .menu-secondary-nav-container {
      padding: 0 4.28571em; } }
  @media only screen and (min-width: 64em) {
    .home .menu-secondary-nav-container {
      position: absolute;
      left: -88888px; } }

/* ==========================================================================
   Base Font Styles
   ========================================================================== */
html {
  font-size: 87.5%;
  line-height: 0.35714em; }

html {
  line-height: 1.42857em;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }
  @media only screen and (min-width: 93.75em) {
    html {
      font-size: 16px;
      line-height: 1.78571em; } }

p, ul {
  margin: 0 0 1.78571em 0;
  /* =MOD previous value rhythm(6) */ }

/* ==========================================================================
   Anchors
   ========================================================================== */
a {
  /* =MOD default colour scheme as requested on Trello board */
  color: #015A9E;
  /* Previous value #0033CC */ }
  a:visited {
    color: #663399; }
  a:hover {
    color: #993333;
    /* Previous value #CC0000 */ }

p a {
  text-decoration: underline; }

p a,
li a {
  font-weight: bold; }

/* ==========================================================================
   Headings
   ========================================================================== */
h1 {
  font-size: 2.14286em;
  line-height: 1em;
  margin: 0 0 0.66667em 0;
  font-family: "bariol_regularregular", Helvetica, Arial, sans-serif;
  color: #003965;
  font-weight: normal;
  letter-spacing: -0.025em; }
  @media only screen and (min-width: 75em) {
    h1 {
      font-size: 3.57143em;
      line-height: 1em;
      margin: 0 0 0.4em 0; } }

h2 {
  font-size: 1.42857em;
  line-height: 1.25em;
  margin: 0 0 0.5em 0;
  color: #037EAF;
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  @media only screen and (min-width: 75em) {
    h2 {
      font-size: 1.71429em;
      line-height: 1.25em;
      margin: 0 0 0.41667em 0; } }

h3 {
  font-size: 1.28571em;
  line-height: 1.38889em;
  margin: 0 0 0.55556em 0;
  color: #003965;
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  /* =MOD Bold font */
  font-weight: normal; }
  @media only screen and (min-width: 75em) {
    h3 {
      font-size: 1.57143em;
      line-height: 1.13636em;
      margin: 0 0 0.45455em 0; } }
  h3 a {
    font-weight: normal;
    text-decoration: none; }

h4 {
  font-size: 1.14286em;
  line-height: 1.25em;
  margin: 0 0 0.625em 0;
  color: #037EAF;
  font-family: "droid_sansregular", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  @media only screen and (min-width: 75em) {
    h4 {
      font-size: 1.42857em;
      line-height: 1.25em;
      margin: 0 0 0.5em 0; } }
  h4 a {
    font-weight: normal;
    text-decoration: none; }

h5 {
  font-size: 1em;
  line-height: 1.42857em;
  margin: 0 0 0.71429em 0;
  color: #003965;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold; }
  h5 a {
    font-weight: normal;
    text-decoration: none; }

/*
 * Styling for unitname
 */
.unitname p {
  font-size: 2.71429em;
  line-height: 1.05263em;
  font-family: "bariol_lightlight", Helvetica, Arial, sans-serif;
  margin-bottom: 0; }
  @media only screen and (min-width: 75em) {
    .unitname p {
      font-size: 4.28571em;
      line-height: 1em;
      margin-bottom: 0;
      letter-spacing: -0.025em; } }
.unitname a {
  text-decoration: none;
  color: #037EAF;
  font-weight: normal; }

/*
 * Emphasise within titles
 */
.highlight {
  color: #DE1F3E;
  /*
   * New lines for bigger screens
   */ }
  @media only screen and (min-width: 48em) {
    .highlight {
      display: block; } }
  .highlight.inline {
    display: inline-block; }

h2 {
  font-weight: normal; }

h3 {
  font-weight: normal; }

/*
 * Specific typographic styling for section element
 */
section h1 {
  font-size: 2.71429em;
  line-height: 1.05263em;
  margin: 0 0 0.65789em 0;
  line-height: 0.89286em; }
  @media only screen and (min-width: 75em) {
    section h1 {
      font-size: 3.57143em;
      line-height: 1em;
      line-height: 0.89286em;
      margin: 0 0 0.6em 0;
      letter-spacing: -0.025em; } }
section p.intro {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 2.14286em; }
  @media only screen and (min-width: 75em) {
    section p.intro {
      font-size: 1.42857em;
      line-height: 1.25em;
      margin: 0 0 1.5em 0;
      font-family: "droid_sansregular", Helvetica, Arial, sans-serif; } }

/*
 * Non heading styling
 */
.widget .title,
#newslist ul .title,
.listing .title,
.listing-alt .title,
header .title,
.profile .title {
  font-weight: normal;
  text-decoration: none;
  font-size: 1.28571em;
  line-height: 1.38889em;
  margin: 0 0 0.55556em 0;
  color: #003965;
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  /* =MOD Bold font */
  font-weight: normal;
  color: #037EAF;
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  display: block; }
  @media only screen and (min-width: 75em) {
    .widget .title,
    #newslist ul .title,
    .listing .title,
    .listing-alt .title,
    header .title,
    .profile .title {
      font-size: 1.57143em;
      line-height: 1.13636em;
      margin: 0 0 0.45455em 0; } }
  .widget .title a,
  #newslist ul .title a,
  .listing .title a,
  .listing-alt .title a,
  header .title a,
  .profile .title a {
    font-weight: normal;
    text-decoration: none; }

/* ==========================================================================
   Additional Paragraph Styles
   ========================================================================== */
p.intro {
  font-size: 1.28571em;
  line-height: 1.38889em;
  margin: 0 0 1.66667em 0;
  font-family: "droid_sansregular", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 75em) {
    p.intro {
      font-size: 1.42857em;
      line-height: 1.25em;
      margin: 0 0 1.5em 0; } }

p.date, #newslist ul a p.date, .listing a p.date {
  color: #9F9F9F; }

.tooltip-helper, .tbl-responsive:before, .table-complex:before, #infoGraphics:before {
  content: "Swipe left and right";
  font-style: italic;
  color: #797979;
  margin-bottom: 1.07143em;
  display: block;
  text-align: left; }

/* Nivo numerical navigation font size */
/* =AU Nivo numerical gallery numbers */
.theme-numerical .nivo-controlNav a {
  font-size: 1em;
  line-height: 1.42857em; }

/* ==========================================================================
   Blockquotes
   ========================================================================== */
blockquote {
  margin: 0 0 1.42857em 0;
  position: relative;
  padding: 0 1.07143em;
  z-index: 99; }
  blockquote:before {
    content: "";
    width: 11px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: url(../img/quote-open-grey.svg); }
    .no-svg blockquote:before {
      background-image: url(../img/quote-open-grey.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg blockquote:before {
          background-image: url(../img/quote-open-grey@2x.png); } }
  blockquote:after {
    content: "";
    width: 11px;
    height: 19px;
    position: relative;
    left: 0;
    top: 10px;
    margin-right: -11px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    background-image: url(../img/quote-close-grey.svg); }
    .no-svg blockquote:after {
      background-image: url(../img/quote-close-grey.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg blockquote:after {
          background-image: url(../img/quote-close-grey@2x.png); } }
  blockquote p {
    font-size: 1.28571em;
    line-height: 1.38889em;
    font-family: "droid_sansregular", Helvetica, Arial, sans-serif;
    color: #037EAF;
    position: relative;
    display: inline; }
    @media only screen and (min-width: 75em) {
      blockquote p {
        font-size: 1.71429em;
        line-height: 1.25em; } }

.pullquote p a {
  /* =MOD Removes bold from link text */
  font-weight: normal; }

/* ==========================================================================
   Sub titles and captions
   ========================================================================== */
/*
 * Styling for text under h1
 */
p.summary {
  font-weight: bold;
  color: #003965;
  margin-top: -0.71429em; }

/* ==========================================================================
   Lists
   ========================================================================== */
ul ul {
  /* =MOD - correct list padding for site map */
  margin-bottom: 0.35714em; }

ol ol {
  /* =MOD - added sub list style for ordered list */
  list-style-type: lower-alpha; }

.list-simple {
  list-style: none;
  padding-left: 0; }

/* ==========================================================================
   Font face includes
   ========================================================================== */
/*
 * Droid Sans
 */
@font-face {
  /* =MOD fonts */
  font-family: 'droid_sansbold';
  src: url("../fonts/droidsans/DroidSans-Bold-webfont.eot");
  src: url("../fonts/droidsans/DroidSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/droidsans/DroidSans-Bold-webfont.woff") format("woff"), url("../fonts/droidsans/DroidSans-Bold-webfont.ttf") format("truetype"), url("../fonts/droidsans/DroidSans-Bold-webfont.svg#droid_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  /* =MOD fonts */
  font-family: 'droid_sansregular';
  src: url("../fonts/droidsans/DroidSans-webfont.eot");
  src: url("../fonts/droidsans/DroidSans-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/droidsans/DroidSans-webfont.woff") format("woff"), url("../fonts/droidsans/DroidSans-webfont.ttf") format("truetype"), url("../fonts/droidsans/DroidSans-webfont.svg#droid_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
 * Bariol used for larger titles
 */
@font-face {
  font-family: 'bariol_regularregular';
  src: url("../fonts/bariol/bariol_regular-webfont.eot");
  src: url("../fonts/bariol/bariol_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bariol/bariol_regular-webfont.woff") format("woff"), url("../fonts/bariol/bariol_regular-webfont.ttf") format("truetype"), url("../fonts/bariol/bariol_regular-webfont.svg#bariol_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bariol_lightlight';
  src: url("../fonts/bariol/bariol_light-webfont.eot");
  src: url("../fonts/bariol/bariol_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bariol/bariol_light-webfont.woff") format("woff"), url("../fonts/bariol/bariol_light-webfont.ttf") format("truetype"), url("../fonts/bariol/bariol_light-webfont.svg#bariol_lightlight") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Standardising link colour */
/* ==========================================================================
   Grid Setup
   ========================================================================== */
/*
 * Grid Container needs to be used within a container due to overflow
 */
.grid {
  display: block;
  padding: 0;
  position: relative;
  margin: 0 -1em 0 -0.42857em; }
  .grid [class*='col'] {
    padding: 0.71429em;
    margin: 0 0 0 -0.28571em;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; }
    @media only screen and (min-width: 64em) {
      .grid [class*='col'] {
        padding: 1.07143em; } }
  @media only screen and (min-width: 64em) {
    .grid {
      margin: 0 -1.35714em 0 -0.78571em; } }

.grid-block {
  display: block;
  padding: 0;
  position: relative;
  margin: 0 -0.71429em 0 -0.14286em;
  /* =AU used to be $pad-thin */ }
  .grid-block [class*='col'] {
    padding: 0.42857em 0.42857em;
    /* =AU used to be $pad-thin */
    margin: 0 0 0 -0.28571em;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; }
    @media only screen and (min-width: 64em) {
      .grid-block [class*='col'] {
        padding: 0.42857em 0.42857em;
        /* =AU used to be $pad-thin */ } }

/*
 * To be used inside col for padding
 */
.module {
  padding: 20px;
  background: red;
  color: white; }

/* ==========================================================================
   Column Sizes
   ========================================================================== */
.col-2-3 {
  width: 66.66667%; }

.col-1-3 {
  width: 33.33333%; }

.col-1-2 {
  width: 50%; }

.col-1-4 {
  width: 25%; }

.col-1-6, .sidebar {
  width: 16.66667%; }

.col-2-6 {
  width: 33.33333%; }

.col-3-6 {
  width: 50%; }

.col-4-6 {
  width: 66.66667%; }

.col-5-6, .content {
  width: 83.33333%; }

/* ==========================================================================
   To be deleted
   ========================================================================== */
.sidebar {
  padding-right: 20px;
  float: left; }

.content {
  float: left; }

.container {
  padding: 0 20px; }

.left {
  width: 66.66667%;
  padding-right: 20px;
  float: left; }

.right {
  width: 33.33333%;
  float: left; }

/* ==========================================================================
   DIV Columns for mockup only
   ========================================================================== */
.sectionCol {
  display: block;
  padding: 0;
  position: relative;
  margin: 0 -0.71429em 0 -0.14286em;
  /* =AU used to be $pad-thin */
  /* =MOD required to fix container padding */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../js/boxsizing.htc); }
  .sectionCol [class*='col'] {
    padding: 0.42857em 0.42857em;
    /* =AU used to be $pad-thin */
    margin: 0 0 0 -0.28571em;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; }
    @media only screen and (min-width: 64em) {
      .sectionCol [class*='col'] {
        padding: 0.42857em 0.42857em;
        /* =AU used to be $pad-thin */ } }

.singleCol,
.dualCol,
.tripleCol,
.tripleColx2,
.tripleColAlt,
.quadCol,
.quadColx3,
.hexaCol {
  padding: 0.42857em 0.42857em;
  /* =AU used to be $pad-thin */
  margin: 0 0 0 -0.28571em;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../js/boxsizing.htc);
  overflow: hidden;
  display: inline-block; }
  @media only screen and (min-width: 64em) {
    .singleCol,
    .dualCol,
    .tripleCol,
    .tripleColx2,
    .tripleColAlt,
    .quadCol,
    .quadColx3,
    .hexaCol {
      padding: 0.42857em 0.42857em;
      /* =AU used to be $pad-thin */ } }

.singleCol {
  width: 100%; }

.dualCol {
  width: 100%; }
  @media only screen and (min-width: 40em) {
    .dualCol {
      width: 50%; } }

.tripleCol {
  width: 100%; }
  @media only screen and (min-width: 40em) {
    .tripleCol {
      width: 33.33333%; } }

.tripleColx2 {
  /* =AU Merges 2x Triple Col */
  width: 100%; }
  @media only screen and (min-width: 40em) {
    .tripleColx2 {
      width: 66.66667%; } }

.tripleColAlt {
  /* =MOD added alt triple column to get news grid items flowing with image */
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .tripleColAlt {
      width: 33.33333%; } }

.quadCol {
  width: 100%; }
  @media only screen and (min-width: 40em) {
    .quadCol {
      width: 25%; } }

.quadColx3 {
  /* =AU Merges 3x Quad Col */
  width: 100%; }
  @media only screen and (min-width: 40em) {
    .quadColx3 {
      /* =AU */
      width: 75%; } }

.hexaCol {
  width: 100%; }
  @media only screen and (min-width: 40em) {
    .hexaCol {
      width: 16.66667%; } }

/* New grid */
/* ==========================================================================
   Grid landing page box layouts
   ========================================================================== */
.sectionCol .imgColFW {
  /* =AU grid layout with padding */
  width: 100%;
  margin-bottom: 0;
  /* =AU Previous value used to be em(10px) */ }

.sectionCol .imgColFWBkg {
  /* =AU grid layout with background colour, bottom padding removed */
  width: 100%;
  margin-bottom: 0; }

.sectionCol .colourColBkg, .sectionCol .colourColBkgRev {
  /* colour is defined in local styles.scss */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../js/boxsizing.htc);
  margin: 0;
  width: 100%; }

.sectionCol .colourColBkgRev {
  padding: 0;
  /* =AU removes padding from reversed out boxes */
  overflow: hidden; }

.sectionCol .colourColBkg ul {
  margin-top: 0.57143em;
  margin-bottom: 0; }

.sectionCol .colourColBkgRev a {
  /* =AU as above for text on light background */
  text-decoration: underline;
  display: inline; }

.sectionCol .colourColBkgRev ul a {
  /* =AU link text on light background */
  /* display: block; */ }

.sectionCol .colourColBkgRev span.title a {
  /* =AU Colour & background colour defined in local styles.scss */
  padding: 10px 20px 10px 20px;
  margin: 0;
  margin-bottom: 15px;
  display: block;
  text-decoration: none; }
  .sectionCol .colourColBkgRev span.title a:hover {
    text-decoration: underline; }

.sectionCol .colourColBkg li a {
  /* =AU varied padding & margin for linking bullet points option */
  margin-bottom: 0.57143em;
  padding-bottom: 0.35714em;
  padding-top: 0.35714em; }
  @media only screen and (min-width: 48em) {
    .sectionCol .colourColBkg li a {
      margin-bottom: 0.21429em;
      padding-bottom: 0;
      padding-top: 0; } }

.sectionCol .colourColBkgRev li a {
  /* =AU varied padding & margin for linking bullet points option*/
  margin-bottom: 0.57143em;
  padding-bottom: 0.35714em;
  padding-top: 0.35714em; }
  @media only screen and (min-width: 48em) {
    .sectionCol .colourColBkgRev li a {
      margin-bottom: 0.21429em;
      padding-bottom: 0;
      padding-top: 0; } }

/* ==========================================================================
   Top task font
   ========================================================================== */
.grid-toptask .title {
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 1.28571em;
  line-height: 1.38889em;
  margin: 0 0 0.55556em 0; }
.grid-toptask a {
  display: block;
  font-weight: normal;
  text-decoration: none; }

/* Grid based landing page box layouts */
/* ==========================================================================
   Skip content
   ========================================================================== */
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100; }

#skiptocontent a:focus {
  padding: 6px;
  display: inline-block;
  position: static;
  left: 2px;
  top: 2px;
  background: #BF1722;
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear; }

/* ==========================================================================
   Menu Main
   ========================================================================== */
/*
 * Style mobile menu
 */
.menu-main-nav {
  list-style: none;
  padding-left: 0;
  text-align: center;
  /* Keep center for mobile users */
  background-color: #003965;
  margin: 1.42857em -1.42857em -1.42857em;
  display: none !important;
  visibility: hidden;
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 999998;
  /*background-color: #FAEBD7;*/
  /*
   * Style desktop menu
   */
  /*
   * Increase desktop menu size
   */ }
  .menu-main-nav li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    font-family: "bariol_regularregular", Helvetica, Arial, sans-serif;
    font-size: 1.42857em;
    line-height: 1.25em;
    margin-left: -4px;
    margin-left: 0; }
  .menu-main-nav li a {
    /* 	background: red;	=CM-MOD*/
    text-decoration: none;
    font-weight: normal;
    color: white;
    display: block;
    padding: 0.75em 0.35em; }
  @media only screen and (min-width: 40em) {
    .menu-main-nav {
      margin-left: -2.85714em;
      margin-right: -2.85714em; }
      .menu-main-nav li a {
        /* 	background: pink;	=CM-MOD*/
        padding-left: 0.75em;
        /* =MOD previous value 30px*/
        padding-right: 0.75em;
        /* =MOD previous value 30px*/ } }
  @media only screen and (min-width: 50em) {
    .menu-main-nav {
      margin-left: -4.28571em;
      margin-right: -4.28571em; } }
  @media only screen and (min-width: 64em) {
    .menu-main-nav {
      text-align: left;
      /*=CM-MOD*/
      background-color: transparent;
      float: right;
      margin: 0;
      display: block !important;
      visibility: visible;
      margin-right: -0.8em;
      /*=AC-MOD*/
      position: relative;
      bottom: 0;
      -webkit-transition: bottom 0.45s ease;
      -moz-transition: bottom 0.45s ease;
      -ms-transition: bottom 0.45s ease;
      -o-transition: bottom 0.45s ease;
      transition: bottom 0.45s ease;
      /*
       * Style hover
       */ }
      .menu-main-nav li a {
        color: #003965;
        /*   background: yellow;	=CM-MOD*/
        -webkit-transition: color 0.1s ease;
        -moz-transition: color 0.1s ease;
        -ms-transition: color 0.1s ease;
        -o-transition: color 0.1s ease;
        transition: color 0.1s ease;
        padding-left: 0.75em;
        /* =MOD previous value 20px*/
        padding-right: 0.75em;
        /* =MOD previous value 20px*/ }
      .menu-main-nav li a:hover {
        color: #037EAF; } }
  @media only screen and (min-width: 75em) {
    .menu-main-nav {
      margin-right: -1.42857em;
      /* =MOD previous value 25px*/ }
      .menu-main-nav li {
        font-size: 1.71429em;
        line-height: 1.25em;
        /* =MOD previous value 34px*/ }
      .menu-main-nav li a {
        padding-left: 0.73529em;
        padding-right: 0.73529em; } }

/* ==========================================================================
   Mega dropdown
   ========================================================================== */
/* a top level navigation item in the mega menu */
.nav-item {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0; }

/* first descendant link within a top level navigation item */
.nav-item > a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 0 -1px 0;
  border: 0; }

/* focus/open states of first descendant link within a top level 
   navigation item */
.nav-item > a:focus,
.nav-item > a.nav-menu-open {
  /*border: 1px solid #dedede;*/ }

/* open state of first descendant link within a top level navigation item */
.nav-item > a.nav-menu-open {
  background-color: #003965;
  /*=AC-MOD*/
  border-bottom: none;
  z-index: 999999;
  /*height: 2.5em;*/ }

.menu-main-nav .nav-item > a.nav-menu-open {
  color: #FFFFFF;
  /*=AC-MOD*/ }

/* sub-navigation panel */
.sub-nav {
  position: absolute;
  display: none;
  /*top: 4em;*/
  /*=AC-MOD*/
  margin-top: -1px;
  padding: 0;
  /* border: 1px solid #dedede;*/
  background-color: green;
  left: 0;
  /*=AC-MOD*/
  width: 100%;
  /*=AC-MOD*/
  /*background-color: #FAFAD2;*/ }

.menu-main-nav .sub-nav li {
  /*=AC-MOD must have menu-main-nav to work on older IEs*/
  font-size: 58%;
  /* Font size adjustment */
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

/* sub-navigation panel open state */
.sub-nav.nav-menu-open {
  display: block;
  background-color: #003965;
  /*padding-left: 30px;  =CM-MOD - padding inside left of main panel to space list panels out evenly*/
  -webkit-box-shadow: 1px 2px 3px 2px rgba(57, 58, 60, 0.5);
  /*=CM-MOD - main panel drop shadow */
  -moz-box-shadow: 1px 2px 3px 2px rgba(57, 58, 60, 0.5);
  box-shadow: 1px 2px 3px 2px rgba(57, 58, 60, 0.5);
  /* offset-x | offset-y | blur-radius | spread-radius | color */ }

/* list of items within sub-navigation panel */
.sub-nav ul {
  border-left: 2px solid #1a4d75;
  display: inline-block !important;
  vertical-align: top;
  margin: 0.5em 0.55em 0.5em 0;
  /*=CM-MOD - increased right margin to space list panels out evenly*/
  padding: 0 0 0.5em 0;
  /*=CM-MOD - gives a bit extra border under list*/
  width: 22%;
  /*=AC-MOD*/
  /*background-color: red;   =CM-MOD - panel marker*/ }

.sub-nav ul:first-of-type {
  border-left: none;
  margin-left: 0.55em;
  /*=CM-MOD - increased right margin to space list panels out evenly*/ }

/* list item within sub-navigation panel */
.menu-main-nav .sub-nav li {
  /*=AC-MOD must have menu-main-nav to work on older IEs*/
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.menu-main-nav .sub-nav li a {
  color: #FFFFFF;
  /* background-color: yellow;  =CM-MOD - panel marker*/ }

.menu-main-nav .sub-nav li a:hover {
  color: #FFFFFF;
  text-decoration: underline; }

/* =MOD - give definition to bold headings in lists, requires title class for on hover colour underline */
.menu-main-nav .sub-nav li.title a {
  color: #a0d4fb; }

.menu-main-nav .sub-nav {
  /* Left align navigational elements */
  text-align: left; }

.nav-item > a:hover {
  /* =MOD Add hover state on global menu */
  text-decoration: underline; }

/* ==========================================================================
   Menu Secondary
   ========================================================================== */
.menu-secondary-nav {
  list-style: none;
  padding-left: 0;
  /*
   * Remove borders from top and bottom list item at desktop
   */ }
  .menu-secondary-nav a, .menu-secondary-nav .currentsection {
    /* =MOD added currentsection class for T4 span to show current section */
    text-decoration: none;
    display: block;
    padding-bottom: 0.71429em;
    padding-top: 0.71429em;
    color: #003965;
    /* =MOD side nav colour to reflect site colour scheme  */ }
  .menu-secondary-nav li {
    border-width: 0.07143em;
    border-color: #000000;
    border-bottom-style: dotted; }
  .menu-secondary-nav li:first-child {
    border-width: 0.07143em;
    border-top-style: dotted;
    border-color: #000000; }
  .menu-secondary-nav .active > a {
    color: #DE1F3E; }
  .menu-secondary-nav .currentsection {
    /* =MOD added currentsection class for T4 span to show current section */
    color: #DE1F3E;
    font-weight: bold; }
  .menu-secondary-nav li ul {
    margin-bottom: 0;
    border-top-width: 0.07143em;
    border-top-style: solid;
    padding-top: 0.64286em;
    border-top-style: dotted;
    border-color: #000000;
    padding-left: 1.21429em;
    position: relative;
    /*&:before {
    	content: "";
    	width: 1px;
    	position: absolute;
    	top: rhythm(2);
    	bottom: rhythm(5);
    	left: 0;
    	background-color: lighten($grey, 15%);
    }*/ }
  .menu-secondary-nav li ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0.71429em; }
  .menu-secondary-nav li ul li:first-child {
    border-top: 0;
    padding-top: 0; }
  .menu-secondary-nav li ul li a {
    position: relative;
    color: #000000; }
    .menu-secondary-nav li ul li a:before {
      content: "";
      width: 0.57143em;
      height: 0.07143em;
      position: absolute;
      top: 1.42857em;
      left: 0;
      margin-left: -1.21429em;
      background-color: #000000; }
  .menu-secondary-nav li ul li ul li a {
    color: #595959; }
  .menu-secondary-nav li ul li ul li ul li a {
    color: #949494; }
  @media only screen and (min-width: 64em) {
    .menu-secondary-nav {
     	/*
    	 * Style hover
    	 */ }
      .menu-secondary-nav li:first-child {
        border-top: 0; }
      .menu-secondary-nav li:last-child {
        border-bottom: 0; }
      .menu-secondary-nav a {
        -webkit-transition: color 0.1s ease;
        -moz-transition: color 0.1s ease;
        -ms-transition: color 0.1s ease;
        -o-transition: color 0.1s ease;
        transition: color 0.1s ease; }
      .menu-secondary-nav a:hover {
        color: #037EAF; } }

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
#menu-breadcrumb {
  	/*
       * Hide breadcrumbs
       */
  display: none !important;
  visibility: hidden;
  color: #037EAF;
  font-family: "bariol_regularregular", Helvetica, Arial, sans-serif;
  margin-left: -5px;
  margin-bottom: 0;
  margin-top: 1.42857em; }
  #menu-breadcrumb a, #menu-breadcrumb span {
    text-decoration: none;
    color: #000000;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 0 5px;
    font-weight: normal; }
  #menu-breadcrumb a:hover {
    color: #037EAF; }
  @media only screen and (min-width: 64em) {
    #menu-breadcrumb {
      /*
       * Show breadcrumbs at desktop
       */
      display: block !important;
      visibility: visible; } }

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination p {
  margin-bottom: 1.42857em; }
.pagination ul {
  list-style: none;
  padding-left: 0;
  *zoom: 1;
  margin-left: -2px; }
  .pagination ul:before, .pagination ul:after {
    content: " ";
    display: table; }
  .pagination ul:after {
    clear: both; }
  .pagination ul li {
    float: left;
    margin: 0 2px; }
    .pagination ul li a {
      vertical-align: top;
      text-align: center;
      display: block;
      text-decoration: none;
      -webkit-border-radius: 9999px;
      border-radius: 9999px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      color: #fff;
      background-color: #003965;
      width: 2.85714em;
      height: 2.85714em;
      line-height: 2.85714em; }
      .pagination ul li a.prev {
        overflow: hidden;
        text-indent: -9000px;
        display: block;
        background-image: url(../img/arrow-white-left.svg);
        background-position: 50%;
        background-repeat: no-repeat; }
        .no-svg .pagination ul li a.prev {
          background-image: url(../img/arrow-white-left.png); }
          @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
            .no-svg .pagination ul li a.prev {
              background-image: url(../img/arrow-white-left@2x.png); } }
      .pagination ul li a.next {
        overflow: hidden;
        text-indent: -9000px;
        display: block;
        background-image: url(../img/arrow-white-right.svg);
        background-position: 50%;
        background-repeat: no-repeat; }
        .no-svg .pagination ul li a.next {
          background-image: url(../img/arrow-white-right.png); }
          @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
            .no-svg .pagination ul li a.next {
              background-image: url(../img/arrow-white-right@2x.png); } }
      .pagination ul li a:hover {
        color: white;
        background-color: #037EAF; }
@media only screen and (min-width: 64em) {
  .pagination ul li a {
    width: 2.14286em;
    height: 2.14286em;
    line-height: 2.14286em; } }

.pagination ul li a {
  overflow: hidden; }

.pagination ul li a .currentpage {
  /* =MOD On state for pagination */
  background-color: #037EAF;
  overflow: hidden;
  display: block; }

/* ==========================================================================
   Pagination container
   ========================================================================== */
.navigation-panel {
  *zoom: 1; }
  .navigation-panel:before, .navigation-panel:after {
    content: " ";
    display: table; }
  .navigation-panel:after {
    clear: both; }
  @media only screen and (min-width: 48em) {
    .navigation-panel {
      display: table;
      width: 100%; }
      .navigation-panel .pagination {
        width: 66.66667%;
        display: table-cell; }
      .navigation-panel #socialmedia {
        width: 33.33333%;
        display: table-cell;
        vertical-align: bottom; }
        .navigation-panel #socialmedia li span {
          display: inline; }
        .navigation-panel #socialmedia li a {
          display: block; } }

/* ==========================================================================
  Course Listing
  ========================================================================== */
section.course-list-section {
  padding-top: 2.14286em;
  margin-top: 2.14286em;
  border-top: 0; }
  section.course-list-section h3 {
    font-size: 1.42857em;
    line-height: 1.25em;
    margin: 0 0 0.5em 0;
    color: #037EAF;
    font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    border-bottom-width: 0.07143em;
    border-bottom-style: solid;
    padding-bottom: 0.28571em;
    border-color: #000000;
    border-bottom-style: dotted; }
    @media only screen and (min-width: 75em) {
      section.course-list-section h3 {
        font-size: 1.71429em;
        line-height: 1.25em;
        margin: 0 0 0.41667em 0; } }
  section.course-list-section .course-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2.14286em; }
    section.course-list-section .course-list li {
      padding-bottom: 0.71429em; }
  section.course-list-section .alpha-btns {
    display: none; }
  @media only screen and (min-width: 64em) {
    section.course-list-section .alpha-btns {
      display: block;
      margin-bottom: 1.42857em; } }

/* Fix for side nav when standardising link colour */
/* ==========================================================================
   Tab dropdown for mobile - additional styles Dropdown Alternative Styling  within _forms.scss
   ========================================================================== */
@media only screen and (min-width: 40em) {
  .tab-wrapper .dropdown-alt {
        /*
	     * Add a max width so the dropdown isnt too long
	     */
    max-width: 50%; } }
@media only screen and (min-width: 64em) {
  .tab-wrapper .dropdown-alt {
        /*
	     * Hide dropdown when tabs are revealed
	     */
    display: none !important;
    visibility: hidden; } }

/* ==========================================================================
   Tab navigation
   ========================================================================== */
.navigation-tab {
  	/*
       * Hide so we can use dropdown
       */
  display: none !important;
  visibility: hidden; }
  @media only screen and (min-width: 64em) {
    .navigation-tab {
        /*
	     * Reveal tabs at larger screen size
	     */
      display: block !important;
      visibility: visible;
      *zoom: 1;
      list-style: none;
      list-style: none;
      padding-left: 0; }
      .navigation-tab:before, .navigation-tab:after {
        content: " ";
        display: table; }
      .navigation-tab:after {
        clear: both; }
      .navigation-tab li {
        float: left;
        font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
        font-size: 1.14286em;
        line-height: 1.25em;
        margin-right: 0.14286em;
        border-top-width: 0.14286em;
        border-top-style: solid;
        padding-top: -0.14286em;
        border-color: white; }
      .navigation-tab a {
        text-decoration: none;
        color: white;
        font-weight: normal;
        padding-left: 0.8125em;
        padding-right: 0.8125em;
        padding-bottom: 0.625em;
        border-top-width: 0.07143em;
        border-top-style: solid;
        padding-top: 0.64286em;
        border-color: #037EAF;
        display: block;
        -webkit-transition: background-color 0.1s ease, color 0.1s ease;
        -moz-transition: background-color 0.1s ease, color 0.1s ease;
        -ms-transition: background-color 0.1s ease, color 0.1s ease;
        -o-transition: background-color 0.1s ease, color 0.1s ease;
        transition: background-color 0.1s ease, color 0.1s ease;
        background-color: #037EAF;
        border-left: 1px solid #037EAF;
        border-right: 1px solid #037EAF; }
      .navigation-tab .active, .navigation-tab a:hover {
        background-color: white;
        color: #037EAF; } }
  @media only screen and (min-width: 80em) {
    .navigation-tab {
    	/*
	     * Increase tab font size
	     */ }
      .navigation-tab li {
        font-size: 1.14286em;
        line-height: 1.25em;
        /* =MOD size reduced from $font-size-med to stop tabs wrapping with Droid*/ }
      .navigation-tab a {
        padding-bottom: 0.9375em;
        /* =MOD size reduced from $font-size-med to stop tabs wrapping with Droid*/
        border-top-width: 0.07143em;
        border-top-style: solid;
        padding-top: 0.64286em; } }

/* ==========================================================================
   Tab section
   ========================================================================== */
/*
 * Show H2 in tab when javascript is disabled
 */
.tab h2 {
  display: none !important;
  visibility: hidden; }

.no-js .tab h2 {
  display: block !important;
  visibility: visible; }

/* ==========================================================================
   Form Elements
   ========================================================================== */
form {
  *zoom: 1; }
  form:before, form:after {
    content: " ";
    display: table; }
  form:after {
    clear: both; }

form legend {
  font-size: 1.42857em;
  line-height: 1.25em;
  margin: 0 0 0.5em 0;
  color: #037EAF;
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  border-bottom-width: 0.05em;
  border-bottom-style: solid;
  padding-bottom: 0.45em;
  margin-bottom: 0.6em;
  border-color: #999999;
  border-bottom-style: dashed;
  display: block;
  width: 100%;
  color: #003965;
  font-family: "droid_sansregular", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 75em) {
    form legend {
      font-size: 1.71429em;
      line-height: 1.25em;
      margin: 0 0 0.41667em 0; } }
  @media only screen and (min-width: 75em) {
    form legend {
      margin-bottom: 1.5em; } }

form label {
  display: block;
  position: relative; }
  form label input, form label select, form label textarea, form label .dropdown {
    margin-top: 1.42857em; }

fieldset {
  margin-bottom: 2.14286em; }

form input {
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #686868;
  width: 100%;
  height: 3.21429em;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../js/boxsizing.htc); }
  form input:focus {
    outline: none; }
  form input[type=text] {
    padding: 0 1.42857em; }
    form input[type=text]:focus {
      border: 2px solid #037EAF; }
  form input[type=radio] {
    height: auto;
    border: 0;
    width: auto; }

.lt-ie8 input[type=radio] {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0;
  padding: 0; }

.lt-ie9 form input[type=text] {
  line-height: 45px; }

form select {
  width: 100%;
  display: block; }

/*
 * Hide default radio button
 */
#foo:checked::before,
input[type=radio] {
  position: absolute;
  /* =MOD  new styles to put radio buttons back in document flow */
  left: -10000px; }

/*
 * Create our custom styled radio button with before
 */
#foo:checked,
input[type="radio"] + span::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 2px solid #999999;
  position: relative;
  float: left;
  margin-right: 0.71429em; }

/*
 * Style the checked state
 */
input[type="radio"]:checked + span::before {
  border-color: #037EAF; }

input[type="radio"]:focus + span::before {
  /* =MOD add this to give css radio button a different focus colour */
  border-color: #DE1F3E; }

/*
 * Create a dot in the middle of the checkbox
 */
input[type="radio"]:checked + span::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 7px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #037EAF; }

/**
 * Disable the clear element found in ie10 and ie11
 */
input::-ms-clear {
  display: none; }

/*
 * Buttons
 */
button {
  border: none;
  margin: 0;
  width: auto;
  overflow: visible;
  float: right; }
  button:focus {
    outline: none; }

/* ==========================================================================
   Form Layout
   ========================================================================== */
form ul {
  list-style: none;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../js/boxsizing.htc); }
  @media only screen and (min-width: 48em) {
    form ul {
      display: block;
      padding: 0;
      position: relative;
      margin: 0 -1em 0 -0.42857em; }
      form ul [class*='col'] {
        padding: 0.71429em;
        margin: 0 0 0 -0.28571em;
        vertical-align: top;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline; } }
    @media only screen and (min-width: 48em) and (min-width: 64em) {
      form ul [class*='col'] {
        padding: 1.07143em; } }
  @media only screen and (min-width: 48em) and (min-width: 64em) {
    form ul {
      margin: 0 -1.35714em 0 -0.78571em; } }

form ul li {
  margin-bottom: 2.14286em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../js/boxsizing.htc);
  position: relative; }
  form ul li p {
    margin-bottom: 1.42857em; }
  @media only screen and (min-width: 48em) {
    form ul li {
      width: 50%;
      padding: 0.71429em;
      margin: 0 0 0 -0.28571em;
      vertical-align: top;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      margin-bottom: 2.14286em; } }
  @media only screen and (min-width: 48em) and (min-width: 64em) {
    form ul li {
      padding: 1.07143em; } }
  @media only screen and (min-width: 48em) {
      form ul li.field-country {
        width: 50%;
        /* =MOD reduce for new reduced funding form layout */ } }

/*
 * Style inputs that need to be floated
 */
form .multiple {
  *zoom: 1; }
  form .multiple:before, form .multiple:after {
    content: " ";
    display: table; }
  form .multiple:after {
    clear: both; }
  form .multiple label {
    float: left;
    *zoom: 1;
    margin-right: 1.42857em;
    margin-bottom: 0.71429em; }
    form .multiple label:before, form .multiple label:after {
      content: " ";
      display: table; }
    form .multiple label:after {
      clear: both; }
    form .multiple label:last-child {
      margin-right: 0; }

/* ==========================================================================
   Form Search Global
   ========================================================================== */
form.search,
form.search-site {
  position: relative; }
  form.search button,
  form.search-site button {
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    background-image: url(../img/icon-search-black.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -17px 0 0 0;
    padding: 0;
    width: 30px;
    height: 32px; }
    .no-svg form.search button, .no-svg
    form.search-site button {
      background-image: url(../img/icon-search-black.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg form.search button, .no-svg
        form.search-site button {
          background-image: url(../img/icon-search-black@2x.png); } }
    form.search button:hover,
    form.search-site button:hover {
      background-color: transparent; }

/* ==========================================================================
   Form Search Site
   ========================================================================== */
form.search-site {
  display: none !important;
  visibility: hidden;
  background-color: #003965;
  margin: 1.42857em -1.42857em -1.42857em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../js/boxsizing.htc);
  padding: 1.42857em 1.42857em; }
  @media only screen and (min-width: 40em) {
    form.search-site {
      margin-left: -2.85714em;
      margin-right: -2.85714em;
      padding-left: 2.85714em;
      padding-right: 2.85714em; } }
  @media only screen and (min-width: 50em) {
    form.search-site {
      margin-left: -4.28571em;
      margin-right: -4.28571em;
      padding-left: 4.28571em;
      padding-right: 4.28571em; } }
  @media only screen and (min-width: 64em) {
    form.search-site {
      background-color: transparent;
      position: absolute;
      top: 0.71429em;
      right: 4.28571em;
      margin: 0;
      padding: 0;
      width: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      overflow: hidden;
      -webkit-transition: opacity 0.45s ease, width 0.45s ease;
      -moz-transition: opacity 0.45s ease, width 0.45s ease;
      -ms-transition: opacity 0.45s ease, width 0.45s ease;
      -o-transition: opacity 0.45s ease, width 0.45s ease;
      transition: opacity 0.45s ease, width 0.45s ease;
      display: block !important;
      visibility: visible;
      padding-bottom: 1px; } }
  @media only screen and (min-width: 75em) {
    form.search-site {
      top: -0.71429em;
      right: 7.14286em; } }
  form.search-site input {
    border: 2px solid #003965; }
    @media only screen and (min-width: 64em) {
      form.search-site input {
        border: 1px solid #686868; } }
    @media only screen and (min-width: 75em) {
      form.search-site input {
        height: 4.57143em; } }
  form.search-site button {
    margin-right: 1.42857em; }
    @media only screen and (min-width: 40em) {
      form.search-site button {
        margin-right: 2.85714em; } }
    @media only screen and (min-width: 50em) {
      form.search-site button {
        margin-right: 4.28571em; } }
    @media only screen and (min-width: 64em) {
      form.search-site button {
        margin-right: 10px; } }

@media only screen and (min-width: 64em) {
  .lt-ie9 form.search-site {
    display: none !important;
    visibility: hidden; } }
@media only screen and (min-width: 75em) {
  .lt-ie9 form.search-site input {
    line-height: 64px; } }

/* ==========================================================================
   Actions
   ========================================================================== */
header .actions {
  padding-right: 2.85714em;
  /* =MOD added right padding for increased scroll gutter */ }
  @media only screen and (min-width: 40em) {
    header .actions {
      padding-right: 0;
      /* =MOD remove padding for larger screen sizes */ } }
  @media only screen and (min-width: 64em) {
    header .actions form {
      width: 66.66667%; } }

/* ==========================================================================
   Select 2 Styles Customised
   ========================================================================== */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff; }

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px; }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px; }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0; }

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb; }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none; }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent; }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px; }

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

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%; }

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2); }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff; }

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4; }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none; }

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* ==========================================================================
   Dropdown Custom Styling
   ========================================================================== */
.dropdown {
  width: 100%;
  /*
   * Style arrows
   */
  /*
   * When the select is clicked
   */
  /*
   * When it opens from above
   */ }
  .dropdown .select2-choice {
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 9999px;
    border-radius: 9999px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 1px solid #686868;
    padding: 0 1.42857em; }
  .dropdown .select2-choice > .select2-chosen {
    margin-right: 0;
    height: 45px;
    display: block; }
  .dropdown .select2-choice abbr {
    background-image: none;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    background: none; }
  .dropdown .select2-choice .select2-arrow {
    width: 20px;
    border-left: 0;
    background: none;
    background-image: none;
    right: 1.42857em;
    top: 17px; }
    .dropdown .select2-choice .select2-arrow b {
      background-image: url(../img/arrow-tertiary-down.svg);
      background-repeat: no-repeat;
      background-position: 0 0; }
      .no-svg .dropdown .select2-choice .select2-arrow b {
        background-image: url(../img/arrow-tertiary-down.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .dropdown .select2-choice .select2-arrow b {
            background-image: url(../img/arrow-tertiary-down@2x.png); } }
  .dropdown.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: 0 0;
    background-image: url(../img/arrow-tertiary-up.svg);
    background-repeat: no-repeat;
    background-position: 0 0; }
    .no-svg .dropdown.select2-dropdown-open .select2-choice .select2-arrow b {
      background-image: url(../img/arrow-tertiary-up.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .dropdown.select2-dropdown-open .select2-choice .select2-arrow b {
          background-image: url(../img/arrow-tertiary-up@2x.png); } }
  .dropdown.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 21px 21px 0 0;
    border-radius: 21px 21px 0 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: white; }
  .dropdown.select2-drop-above .select2-choice {
    border-color: #686868;
    -webkit-border-radius: 0 0 21px 21px;
    border-radius: 0 0 21px 21px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }

/*
 * Open styling
 */
.dropdown-drop {
  border: 1px solid #686868;
  border-top: 0;
  -webkit-border-radius: 0 0 21px 21px;
  border-radius: 0 0 21px 21px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  /*
   * When it opens from above
   */ }
  .dropdown-drop .select2-search {
    padding: 0 1.42857em; }
    .dropdown-drop .select2-search input {
      min-height: 45px;
      -webkit-border-radius: 9999px;
      border-radius: 9999px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      border: 1px solid #686868;
      padding: 0 16% 0 1.42857em;
      background-image: url(../img/icon-search-black.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-position: 95% 7px;
      background-repeat: no-repeat;
      position: relative; }
      .no-svg .dropdown-drop .select2-search input {
        background-image: url(../img/icon-search-black.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .dropdown-drop .select2-search input {
            background-image: url(../img/icon-search-black@2x.png); } }
      @media only screen and (min-width: 40em) {
        .dropdown-drop .select2-search input {
          background-position: 97% 7px; } }
      @media only screen and (min-width: 87.5em) {
        .dropdown-drop .select2-search input {
          background-position: 98% 7px; } }
  .dropdown-drop .select2-results {
    padding: 0;
    margin: 1.42857em 0; }
  .dropdown-drop .select2-results .select2-highlighted {
    background: transparent;
    color: #037EAF; }
  .dropdown-drop .select2-results .select2-no-results {
    background-color: transparent;
    padding: 0.71429em 1.42857em; }
  .dropdown-drop .select2-results .select2-result-label {
    padding: 0.71429em 1.42857em;
    min-height: 0; }
  .dropdown-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #686868;
    -webkit-border-radius: 21px 21px 0 0;
    border-radius: 21px 21px 0 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    .dropdown-drop.select2-drop-above.select2-drop-active .select2-search {
      margin-top: 1.42857em; }
    .dropdown-drop.select2-drop-above.select2-drop-active .select2-results {
      padding: 0;
      margin-bottom: 0; }

/*
 * Remove select 2 styling from IE7 as its not supported
 */
.lt-ie8 .select2-drop-mask, .lt-ie8 .select2-drop, .lt-ie8 .select2-container {
  display: none !important;
  visibility: hidden; }
.lt-ie8 .select2-offscreen, .lt-ie8 .select2-offscreen:focus {
  width: 100% !important;
  height: auto !important;
  margin-top: 1.42857em !important;
  position: relative !important;
  overflow: visible !important; }

/* ==========================================================================
   Dropdown Alternative Styling 								=MOD - used for tabbed navigation dropdown. H2 font size also reduced in _tabs.scss
   ========================================================================== */
.dropdown-alt {
  width: 100%;
  margin-bottom: 2.14286em; }
  .dropdown-alt .select2-choice {
    height: auto;
    padding: 0.71429em 1.42857em;
    border: 0;
    color: white;
    background-image: none;
    background-color: #037EAF;
    border-radius: 0;
    font-family: "droid_sansregular", Helvetica, Arial, sans-serif;
    font-size: 1.28571em;
    line-height: 1.11111em;
    font-weight: normal; }
  .dropdown-alt .select2-choice > .select2-chosen {
    margin-right: 0; }
  .dropdown-alt .select2-choice abbr {
    background-image: none;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    background: none; }
  .dropdown-alt .select2-choice .select2-arrow {
    width: 12px;
    border-left: 0;
    background: none;
    background-image: none;
    right: 1.42857em;
    top: 17px; }
    .dropdown-alt .select2-choice .select2-arrow b {
      background-image: url(../img/plus-white.svg);
      /* =MOD New styles - uses plus-white img from expandable boxes*/
      width: 17px;
      height: 17px;
      /* =MOD New styles*/
      background-repeat: no-repeat;
      background-position: 0 0; }
      .no-svg .dropdown-alt .select2-choice .select2-arrow b {
        background-image: url(../img/plus-white.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .dropdown-alt .select2-choice .select2-arrow b {
            background-image: url(../img/plus-white@2x.png); } }
  .dropdown-alt.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: 0 0;
    background-image: url(../img/arrow-white-up-bold.svg);
    /* =MOD new image uploaded to img folder*/
    background-repeat: no-repeat;
    background-position: 0 0; }
    .no-svg .dropdown-alt.select2-dropdown-open .select2-choice .select2-arrow b {
      background-image: url(../img/arrow-white-up-bold.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .dropdown-alt.select2-dropdown-open .select2-choice .select2-arrow b {
          background-image: url(../img/arrow-white-up-bold@2x.png); } }

.dropdown-alt-drop {
  border: 0;
  background-color: #037EAF;
  color: white;
  border-radius: 0; }
  .dropdown-alt-drop .select2-results {
    padding: 0;
    margin: 0;
    max-height: 100%; }
    .dropdown-alt-drop .select2-results li {
      font-family: "droid_sansregular", Helvetica, Arial, sans-serif;
      font-size: 1.28571em;
      line-height: 1.11111em; }
  .dropdown-alt-drop .select2-results .select2-highlighted {
    background: #003965; }
  .dropdown-alt-drop .select2-results .select2-result-label {
    padding: 0.71429em 1.42857em;
    min-height: 0; }

/* ==========================================================================
   Publication styles =AU padding adjustment
   ========================================================================== */
.publications-search {
  margin-bottom: 2em; }

.publications-search fieldset {
  /* Decrease spacing between the fieldset and button */
  margin-bottom: 0; }

.publications-list li {
  /* Increase spacing between publications */
  margin-bottom: 1.42857em; }

/* ==========================================================================
   Hide content on mobile only - but have it available for screenreaders
   ========================================================================== */
.mobile-hide {
  display: block !important;
  visibility: visible; }

@media only screen and (max-width: 640px) {
  .mobile-hide {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }
/* ==========================================================================
   Hide content on tablet and mobile only - but have it available for screenreaders
   ========================================================================== */
.tablet-mobile-hide {
  display: block !important;
  visibility: visible; }

@media only screen and (max-width: 768px) {
  .tablet-mobile-hide {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }
/* ==========================================================================
   General widget styling
   ========================================================================== */
.widget {
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 2.07143em;
  margin-top: 2.14286em;
  border-color: #999999; }

/* ==========================================================================
   Careers - appears on course pages
   ========================================================================== */
#studentProfile {
  position: relative;
  min-height: 200px;
  padding-bottom: 1.42857em;
  padding-top: 0;
  border: 0;
  margin-top: 0; }
  #studentProfile blockquote {
    z-index: 9999;
    position: relative; }
  #studentProfile blockquote, #studentProfile span {
    z-index: 9999;
    position: relative; }
  #studentProfile .title {
    color: #037EAF;
    padding-right: 0; }
  #studentProfile .image-container img {
    display: none; }
  @media only screen and (min-width: 50em) {
    #studentProfile .image-container {
      position: absolute;
      bottom: 0;
      right: -1.42857em;
      width: 15em;
      z-index: 1;
      overflow: hidden; }
      #studentProfile .image-container img {
        display: block;
        width: 100%;
        position: relative; } }
  #studentProfile span {
    display: block;
    font-weight: bold;
    color: gray; }
  @media only screen and (min-width: 40em) {
    #studentProfile .image-container {
      right: -2.85714em; }
    #studentProfile img {
      bottom: -1.42857em; } }
  @media only screen and (min-width: 50em) {
    #studentProfile .image-container {
      width: 17.85714em;
      right: 0; }
    #studentProfile img {
      bottom: -2.85714em; }
    #studentProfile blockquote, #studentProfile span {
      padding-right: 14.28571em; } }
  @media only screen and (min-width: 75em) {
    #studentProfile .image-container {
      width: 20.71429em; }
    #studentProfile img {
      bottom: -5em; } }
  @media only screen and (min-width: 87.5em) {
    #studentProfile blockquote, #studentProfile span {
      padding-right: 17.14286em; } }

/*
 * Additional styling for instance within tab
 */
.tab #careers h3 {
  padding-left: 0; }
.tab #careers h4 {
  padding-left: 15px;
  z-index: 9999;
  position: relative; }

/* ==========================================================================
   Mobile Collapse
   ========================================================================== */
.mobilecollapse,
.expandable {
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 1.35714em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 1.35714em;
  border-color: #000000;
  border-top-style: dotted;
  border-bottom-style: dotted;
  position: relative;
  margin-bottom: -0.07143em;
  /* =MOD Fix for heading top padding within T4 output due to .containAsides class wrapper */ }
  .mobilecollapse.collapsed .toggle-wrapper h2, .mobilecollapse.collapsed .toggle-wrapper h3, .mobilecollapse.collapsed .toggle-wrapper h4, .mobilecollapse.collapsed .toggle-wrapper h5,
  .expandable.collapsed .toggle-wrapper h2,
  .expandable.collapsed .toggle-wrapper h3,
  .expandable.collapsed .toggle-wrapper h4,
  .expandable.collapsed .toggle-wrapper h5 {
    margin-bottom: 0; }
  .mobilecollapse.collapsed .answer,
  .expandable.collapsed .answer {
    display: none; }
  .mobilecollapse.collapsed .toggle,
  .expandable.collapsed .toggle {
    background-image: url(../img/plus-white.svg); }
    .no-svg .mobilecollapse.collapsed .toggle, .no-svg
    .expandable.collapsed .toggle {
      background-image: url(../img/plus-white.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .mobilecollapse.collapsed .toggle, .no-svg
        .expandable.collapsed .toggle {
          background-image: url(../img/plus-white@2x.png); } }
  .mobilecollapse + h2, .mobilecollapse + h3, .mobilecollapse + h4, .mobilecollapse + h5, .mobilecollapse + p,
  .expandable + h2,
  .expandable + h3,
  .expandable + h4,
  .expandable + h5,
  .expandable + p {
    margin-top: 25px; }
  .mobilecollapse + .containAsides h2, .mobilecollapse + .containAsides h3, .mobilecollapse + .containAsides h4, .mobilecollapse + .containAsides h5, .mobilecollapse + .containAsides p,
  .expandable + .containAsides h2,
  .expandable + .containAsides h3,
  .expandable + .containAsides h4,
  .expandable + .containAsides h5,
  .expandable + .containAsides p {
    margin-top: 25px; }
  .mobilecollapse + .widget,
  .expandable + .widget {
    border-top: 0;
    padding-top: 0; }
  .mobilecollapse .answer :last-child,
  .expandable .answer :last-child {
    margin-bottom: 0; }
  .mobilecollapse .toggle-wrapper,
  .expandable .toggle-wrapper {
    display: block;
    text-decoration: none;
    font-weight: normal; }
  .mobilecollapse .toggle,
  .expandable .toggle {
    width: 2.14286em;
    height: 2.14286em;
    display: block;
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    background-color: #037EAF;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    position: absolute;
    right: 0;
    top: 1.14286em;
    background-image: url(../img/minus-white.svg);
    background-position: 50%;
    background-repeat: no-repeat; }
    .no-svg .mobilecollapse .toggle, .no-svg
    .expandable .toggle {
      background-image: url(../img/minus-white.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .mobilecollapse .toggle, .no-svg
        .expandable .toggle {
          background-image: url(../img/minus-white@2x.png); } }

.mobilecollapse h2,
.mobilecollapse h3,
.mobilecollapse h4,
.mobilecollapse h5,
.expandable h2,
.expandable h3,
.expandable h4,
.expandable h5 {
  padding-right: 2.14286em;
  /* =MOD wrap long titles */ }

/*
 * Un collapse all mobile collapses in tabs only
 */
@media only screen and (min-width: 64em) {
  .expandable + .mobilecollapse {
    margin-top: 1.78571em; }

  .expandable + .widget,
  .mobilecollapse + .widget {
    border-top-width: 0.07143em;
    border-top-style: solid;
    padding-top: 2.07143em;
    margin-top: 2.14286em;
    border-color: #999999; }

  .mobilecollapse {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
    .mobilecollapse + h2,
    .mobilecollapse + h3,
    .mobilecollapse + h4,
    .mobilecollapse + h5,
    .mobilecollapse + p {
      margin-top: 0; }
    .mobilecollapse:last-child {
      border: 0;
      padding-bottom: 0; }
    .mobilecollapse .toggle {
      display: none !important;
      visibility: hidden; }
    .mobilecollapse.collapsed .answer {
      display: block; }
    .mobilecollapse .answer :last-child {
      margin-bottom: 2.14286em; } }
@media only screen and (min-width: 75em) {
  .mobilecollapse.collapsed .toggle-wrapper h2 {
    margin-bottom: 0.41667em; }
  .mobilecollapse.collapsed .toggle-wrapper h3 {
    margin-bottom: 0.45455em; }
  .mobilecollapse.collapsed .toggle-wrapper h4 {
    margin-bottom: 0.5em; }
  .mobilecollapse.collapsed .toggle-wrapper h5 {
    margin-bottom: 0.71429em; } }
/* ==========================================================================
   Related Programmes
   ========================================================================== */
#relatedprogrammes ul {
  list-style: none;
  padding-left: 0; }
@media only screen and (min-width: 56.25em) {
  #relatedprogrammes {
    *zoom: 1; }
    #relatedprogrammes:before, #relatedprogrammes:after {
      content: " ";
      display: table; }
    #relatedprogrammes:after {
      clear: both; }
    #relatedprogrammes ul {
      *zoom: 1;
      position: relative;
      width: 66.66667%;
      display: block;
      padding: 0;
      position: relative;
      margin: 0 -1em 0 -0.42857em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      *behavior: url(../js/boxsizing.htc);
      float: left; }
      #relatedprogrammes ul:before, #relatedprogrammes ul:after {
        content: " ";
        display: table; }
      #relatedprogrammes ul:after {
        clear: both; }
      #relatedprogrammes ul [class*='col'] {
        padding: 0.71429em;
        margin: 0 0 0 -0.28571em;
        vertical-align: top;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline; } }
      @media only screen and (min-width: 56.25em) and (min-width: 64em) {
        #relatedprogrammes ul [class*='col'] {
          padding: 1.07143em; } }
    @media only screen and (min-width: 56.25em) and (min-width: 64em) {
      #relatedprogrammes ul {
        margin: 0 -1.35714em 0 -0.78571em; } }
@media only screen and (min-width: 56.25em) {
    #relatedprogrammes li {
      width: 50%;
      padding: 0.71429em;
      margin: 0 0 0 -0.28571em;
      vertical-align: top;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      *behavior: url(../js/boxsizing.htc); } }
    @media only screen and (min-width: 56.25em) and (min-width: 64em) {
      #relatedprogrammes li {
        padding: 1.07143em; } }
@media only screen and (min-width: 56.25em) {
    #relatedprogrammes .btn-more, #relatedprogrammes button {
      margin-left: 1.25em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      *behavior: url(../js/boxsizing.htc); } }
@media only screen and (min-width: 75em) {
  #relatedprogrammes .btn-more, #relatedprogrammes button {
    /* =MOD - reduced font size & padding for Droid Sans font */
    margin-left: 1.42857em;
    font-size: 1.28571em;
    line-height: 1.11111em; } }

/* ==========================================================================
   News List
   ========================================================================== */
.listing,
.threecol ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  /*
   * Hide images for mobile
   */ }
  .listing a,
  .threecol ul a {
    display: block;
    font-weight: normal;
    text-decoration: none; }
    .listing a .title,
    .threecol ul a .title {
      color: #003965; }
  .listing a p,
  .threecol ul a p {
    color: #000000; }
  .listing p.date,
  .threecol ul p.date {
    margin-top: 1.42857em; }
  .listing img,
  .threecol ul img {
    display: none !important;
    visibility: hidden; }
  .listing span,
  .threecol ul span {
    font-weight: bold;
    text-decoration: underline;
    color: #003965;
    display: block; }
  .listing a:hover span, .listing a:hover .title,
  .threecol ul a:hover span,
  .threecol ul a:hover .title {
    color: #037EAF; }
  @media only screen and (min-width: 40em) {
    .listing,
    .threecol ul {
      /*
       * display images for larger devices
       */ }
      .listing img,
      .threecol ul img {
        display: block !important;
        visibility: visible;
        width: 33.33333%;
        float: left;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url(../js/boxsizing.htc); }
      .listing li,
      .threecol ul li {
        *zoom: 1;
        margin-bottom: 2.14286em; }
        .listing li:before, .listing li:after,
        .threecol ul li:before,
        .threecol ul li:after {
          content: " ";
          display: table; }
        .listing li:after,
        .threecol ul li:after {
          clear: both; }
      .listing a,
      .threecol ul a {
        display: block; }
      .listing .title, .listing p,
      .threecol ul .title,
      .threecol ul p {
        position: static;
        margin-left: 33.33333%;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url(../js/boxsizing.htc); }
      .listing .title,
      .threecol ul .title {
        padding-left: 1.11111em; }
      .listing p,
      .threecol ul p {
        margin-bottom: 0;
        padding-left: 1.42857em; } }
  @media only screen and (min-width: 64em) {
    .listing,
    .threecol ul {
      display: block;
      padding: 0;
      position: relative;
      margin: 0 -0.71429em 0 -0.14286em;
      /* =AU used to be $pad-thin */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      *behavior: url(../js/boxsizing.htc); }
      .listing [class*='col'],
      .threecol ul [class*='col'] {
        padding: 0.42857em 0.42857em;
        /* =AU used to be $pad-thin */
        margin: 0 0 0 -0.28571em;
        vertical-align: top;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline; } }
    @media only screen and (min-width: 64em) and (min-width: 64em) {
      .listing [class*='col'],
      .threecol ul [class*='col'] {
        padding: 0.42857em 0.42857em;
        /* =AU used to be $pad-thin */ } }
  @media only screen and (min-width: 64em) {
      .listing li, .listing article,
      .threecol ul li,
      .threecol ul article {
        width: 33.33333%;
        padding: 0.42857em 0.42857em;
        /* =AU used to be $pad-thin */
        margin: 0 0 0 -0.28571em;
        vertical-align: top;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url(../js/boxsizing.htc); } }
    @media only screen and (min-width: 64em) and (min-width: 64em) {
      .listing li, .listing article,
      .threecol ul li,
      .threecol ul article {
        padding: 0.42857em 0.42857em;
        /* =AU used to be $pad-thin */ } }
  @media only screen and (min-width: 64em) {
      .listing .title, .listing p,
      .threecol ul .title,
      .threecol ul p {
        padding-right: 1.42857em;
        padding-left: 0;
        position: relative;
        margin-left: 0; }
      .listing img,
      .threecol ul img {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 0.71429em; } }

.threecol ul a {
  /* =MOD Careers threecol display block removal */
  display: inline;
  font-weight: bold;
  text-decoration: underline; }

.listing + .btn-more, .listing + button, .threecol + .btn-more, .threecol + button {
  /* =MOD adds top margin to Link Buttons */
  margin-top: 0.07143em; }
  @media only screen and (min-width: 64em) {
    .listing + .btn-more, .listing + button, .threecol + .btn-more, .threecol + button {
      margin-top: 0.71429em; } }

/*
 * Listing Simple
 */
ul.listing-alt {
  /* =MOD top dotted line fix for Events listing */
  border-top-width: 0.07143em;
  border-top-style: solid;
  border-color: #000000;
  border-top-style: dotted; }

.listing-alt {
  list-style: none;
  padding-left: 0; }
  .listing-alt li {
    border-bottom-width: 0.07143em;
    border-bottom-style: solid;
    padding-bottom: 1em;
    border-color: #000000;
    border-bottom-style: dotted;
    padding-top: 1.07143em;
    overflow: hidden;
    /*	=AU - added to clear images from border */ }
    .listing-alt li figure, .listing-alt li img {
      display: none; }
    @media only screen and (min-width: 40em) {
      .listing-alt li {
        /*	=AU - adding img in for news and simple profiles */ }
        .listing-alt li figure, .listing-alt li img {
          border: 1px solid #037EAF;
          display: block;
          position: relative;
          float: right;
          margin-left: 1.42857em; } }
    .listing-alt li p {
      margin-bottom: 0.47619em; }
      .listing-alt li p.date {
        color: #999999;
        margin-bottom: 0; }
    .listing-alt li:first-child {
      padding-top: 1em;
      /* =MOD Styles moved into UL to support JS */ }
  .listing-alt.profile {
    /*	=AU - class to float img left */ }
    .listing-alt.profile figure, .listing-alt.profile img {
      float: left !important;
      margin-left: 0;
      margin-right: 1.42857em; }
  @media only screen and (min-width: 48em) {
    .listing-alt.panels {
      *zoom: 1; }
      .listing-alt.panels:before, .listing-alt.panels:after {
        content: " ";
        display: table; }
      .listing-alt.panels:after {
        clear: both; }
      .listing-alt.panels li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url(../js/boxsizing.htc);
        width: 50%;
        border-bottom: none;
        margin: 1.42857em 0 1.42857em 0;
        position: relative;
        float: left; }
        .listing-alt.panels li img {
          display: block;
          margin-bottom: 0.71429em;
          width: 100%;
          height: auto; }
        .listing-alt.panels li h3 {
          text-decoration: none; }
        .listing-alt.panels li .text-holder {
          width: auto;
          float: none;
          padding: 0; }
        .listing-alt.panels li:nth-child(2n-1) {
          left: -1.5px; }
        .listing-alt.panels li:nth-child(2n) {
          right: -1.5px; }
        .listing-alt.panels li:first-child {
          padding-top: 0;
          border-top: none; } }
  @media only screen and (min-width: 64em) {
    .listing-alt.panels li {
      width: 33.33333%; }
      .listing-alt.panels li:nth-child(3n-2) {
        right: initial;
        left: -3px; }
      .listing-alt.panels li:nth-child(3n-1) {
        left: initial;
        right: initial; }
      .listing-alt.panels li:nth-child(3n) {
        left: initial;
        right: -3px; } }

/* ==========================================================================
   Top Tasks
   ========================================================================== */
.toptasks {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  /*
   * Hide images for mobile
   */ }
  .toptasks a {
    display: block;
    font-weight: normal;
    text-decoration: none; }
    .toptasks a .title {
      color: #003965; }
  .toptasks li {
    border-bottom-width: 0.07143em;
    border-bottom-style: solid;
    padding-bottom: 0.64286em;
    padding-top: 0.71429em;
    border-color: #000000;
    border-bottom-style: dotted; }
  .toptasks li:last-child {
    border-bottom: 0; }
  .toptasks h3 {
    margin-bottom: 0; }
  .toptasks a p {
    color: #000000; }
  .toptasks img {
    display: none !important;
    visibility: hidden; }
  .toptasks span {
    font-weight: bold;
    text-decoration: underline;
    color: #003965;
    display: block; }
  .toptasks a:hover span, .toptasks a:hover .title {
    color: #037EAF; }
  @media only screen and (min-width: 40em) {
    .toptasks {
      /*
       * display images for larger devices
       */ }
      .toptasks img {
        display: block !important;
        visibility: visible;
        width: 33.33333%;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url(../js/boxsizing.htc);
        width: 100%;
        margin-bottom: 0.71429em; }
      .toptasks ul {
        display: block;
        padding: 0;
        position: relative;
        margin: 0 -0.71429em 0 -0.14286em;
        /* =AU used to be $pad-thin */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url(../js/boxsizing.htc); }
        .toptasks ul [class*='col'] {
          padding: 0.42857em 0.42857em;
          /* =AU used to be $pad-thin */
          margin: 0 0 0 -0.28571em;
          vertical-align: top;
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: top;
          zoom: 1;
          *display: inline; } }
      @media only screen and (min-width: 40em) and (min-width: 64em) {
        .toptasks ul [class*='col'] {
          padding: 0.42857em 0.42857em;
          /* =AU used to be $pad-thin */ } }
  @media only screen and (min-width: 40em) {
      .toptasks li {
        border: 0;
        padding: 0;
        width: 50%;
        padding: 0.42857em 0.42857em;
        /* =AU used to be $pad-thin */
        margin: 0 0 0 -0.28571em;
        vertical-align: top;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url(../js/boxsizing.htc); } }
    @media only screen and (min-width: 40em) and (min-width: 64em) {
      .toptasks li {
        padding: 0.42857em 0.42857em;
        /* =AU used to be $pad-thin */ } }
  @media only screen and (min-width: 40em) {
      .toptasks a {
        *zoom: 1;
        margin-bottom: 2.14286em; }
        .toptasks a:before, .toptasks a:after {
          content: " ";
          display: table; }
        .toptasks a:after {
          clear: both; }
      .toptasks .title, .toptasks p {
        overflow: hidden;
        width: auto; }
      .toptasks p {
        margin-bottom: 0; } }
  @media only screen and (min-width: 64em) {
    .toptasks li {
      width: 33.33333%; }
    .toptasks .title, .toptasks p {
      padding-right: 1.42857em; } }

/* ==========================================================================
   Social Media - old version used on PG
   ========================================================================== */
#socialmedia ul {
  list-style: none;
  padding-left: 0; }
#socialmedia ul li {
  margin-bottom: 2.14286em; }
#socialmedia a:hover .title-sub,
#socialmedia a:hover a.title-sub {
  color: #037EAF; }
#socialmedia a:hover .title {
  background-color: #037EAF; }
#socialmedia .title {
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  font-size: 14px;
  margin: 0 1.42857em 2.57143em 0;
  /* =MOD changed rhythm to em */
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-position: 50%;
  background-repeat: no-repeat; }
#socialmedia p {
  color: #003965;
  margin-bottom: 0;
  font-family: "droid_sansregular", Helvetica, Arial, sans-serif; }
#socialmedia .title-sub, #socialmedia p {
  font-size: 1.28571em;
  line-height: 1.38889em;
  width: auto;
  overflow: hidden; }
#socialmedia .title-sub {
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif; }
#socialmedia .twitter .title {
  background-color: #55ACEE;
  background-image: url(../img/icon-twitter.svg); }
  .no-svg #socialmedia .twitter .title {
    background-image: url(../img/icon-twitter.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg #socialmedia .twitter .title {
        background-image: url(../img/icon-twitter@2x.png); } }
#socialmedia .twitter .title-sub,
#socialmedia .twitter a.title-sub {
  color: #55ACEE; }
#socialmedia .facebook .title {
  background-color: #3B579D;
  background-image: url(../img/icon-facebook.svg); }
  .no-svg #socialmedia .facebook .title {
    background-image: url(../img/icon-facebook.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg #socialmedia .facebook .title {
        background-image: url(../img/icon-facebook@2x.png); } }
#socialmedia .facebook .title-sub,
#socialmedia .facebook a.title-sub {
  color: #3B579D; }
#socialmedia .rss .title {
  background-color: #EC7A08;
  background-image: url(../img/icon-rss.svg); }
  .no-svg #socialmedia .rss .title {
    background-image: url(../img/icon-rss.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg #socialmedia .rss .title {
        background-image: url(../img/icon-rss@2x.png); } }
#socialmedia .rss .title-sub,
#socialmedia .rss a.title-sub {
  color: #EC7A08; }
#socialmedia .youtube {
  /* =AU */ }
  #socialmedia .youtube .title {
    background-color: #FA373A;
    background-image: url(../img/icon-youtube.svg); }
    .no-svg #socialmedia .youtube .title {
      background-image: url(../img/icon-youtube.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg #socialmedia .youtube .title {
          background-image: url(../img/icon-youtube@2x.png); } }
  #socialmedia .youtube .title-sub,
  #socialmedia .youtube a.title-sub {
    color: #FA373A; }
#socialmedia .googleplus {
  /* =AU */ }
  #socialmedia .googleplus .title {
    background-color: #DA4C3F;
    background-image: url(../img/icon-/googleplus.svg); }
    .no-svg #socialmedia .googleplus .title {
      background-image: url(../img/icon-/googleplus.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg #socialmedia .googleplus .title {
          background-image: url(../img/icon-/googleplus@2x.png); } }
  #socialmedia .googleplus .title-sub,
  #socialmedia .googleplus a.title-sub {
    color: #DA4C3F; }
#socialmedia .ncl-lion {
  /* =AU */ }
  #socialmedia .ncl-lion .title {
    background-color: #DE1F3E;
    background-image: url(../img/icon-ncl-lion.svg); }
    .no-svg #socialmedia .ncl-lion .title {
      background-image: url(../img/icon-ncl-lion.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg #socialmedia .ncl-lion .title {
          background-image: url(../img/icon-ncl-lion@2x.png); } }
  #socialmedia .ncl-lion .title-sub,
  #socialmedia .ncl-lion a.title-sub {
    color: #DE1F3E; }
#socialmedia .linkedin .title {
  background-color: #2175A2;
  background-image: url(../img/icon-linkedin.svg); }
  .no-svg #socialmedia .linkedin .title {
    background-image: url(../img/icon-linkedin.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg #socialmedia .linkedin .title {
        background-image: url(../img/icon-linkedin@2x.png); } }
#socialmedia .linkedin .title-sub,
#socialmedia .linkedin a.title-sub {
  color: #2175A2; }
#socialmedia a {
  text-decoration: none;
  font-weight: normal; }
  #socialmedia a p {
    color: #003965; }
#socialmedia span {
  display: block; }
@media only screen and (min-width: 64em) {
  #socialmedia .title-sub, #socialmedia p {
    font-size: 1.57143em;
    line-height: 1.13636em;
    line-height: 1.33636em;
    /* =MOD fix social text clipping */ } }

/* ==========================================================================
   Social Media - T4 content type version
   ========================================================================== */
.socialmedia {
  overflow: hidden;
  /* =MOD Fix for clearing each button */
  margin-bottom: 1em; }
  .socialmedia a:hover .title-sub,
  .socialmedia a:hover a.title-sub {
    color: #037EAF; }
  .socialmedia a:hover .title {
    background-color: #037EAF; }
  .socialmedia .title {
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    font-size: 14px;
    margin: 0 1.42857em 2.57143em 0;
    /* =MOD changed rhythm to em */
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-position: 50%;
    background-repeat: no-repeat; }
  .socialmedia p {
    color: #003965;
    margin-bottom: 0;
    font-family: "droid_sansregular", Helvetica, Arial, sans-serif; }
  .socialmedia .title-sub, .socialmedia p {
    font-size: 1.28571em;
    line-height: 1.38889em;
    width: auto;
    overflow: hidden; }
  .socialmedia .title-sub {
    font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif; }
  .socialmedia .twitter .title {
    background-color: #55ACEE;
    background-image: url(../img/icon-twitter.svg); }
    .no-svg .socialmedia .twitter .title {
      background-image: url(../img/icon-twitter.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .socialmedia .twitter .title {
          background-image: url(../img/icon-twitter@2x.png); } }
  .socialmedia .twitter .title-sub,
  .socialmedia .twitter a.title-sub {
    color: #3C7BAB; }
  .socialmedia .facebook .title {
    background-color: #3B579D;
    background-image: url(../img/icon-facebook.svg); }
    .no-svg .socialmedia .facebook .title {
      background-image: url(../img/icon-facebook.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .socialmedia .facebook .title {
          background-image: url(../img/icon-facebook@2x.png); } }
  .socialmedia .facebook .title-sub,
  .socialmedia .facebook a.title-sub {
    color: #3B579D; }
  .socialmedia .rss .title {
    background-color: #EC7A08;
    background-image: url(../img/icon-rss.svg); }
    .no-svg .socialmedia .rss .title {
      background-image: url(../img/icon-rss.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .socialmedia .rss .title {
          background-image: url(../img/icon-rss@2x.png); } }
  .socialmedia .rss .title-sub,
  .socialmedia .rss a.title-sub {
    color: #B25D08; }
  .socialmedia .youtube {
    /* =AU */ }
    .socialmedia .youtube .title {
      background-color: #FA373A;
      background-image: url(../img/icon-youtube.svg); }
      .no-svg .socialmedia .youtube .title {
        background-image: url(../img/icon-youtube.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .socialmedia .youtube .title {
            background-image: url(../img/icon-youtube@2x.png); } }
    .socialmedia .youtube .title-sub,
    .socialmedia .youtube a.title-sub {
      color: #CD2D30; }
  .socialmedia .googleplus {
    /* =AU */ }
    .socialmedia .googleplus .title {
      background-color: #DA4C3F;
      background-image: url(../img/icon-googleplus.svg); }
      .no-svg .socialmedia .googleplus .title {
        background-image: url(../img/icon-googleplus.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .socialmedia .googleplus .title {
            background-image: url(../img/icon-googleplus@2x.png); } }
    .socialmedia .googleplus .title-sub,
    .socialmedia .googleplus a.title-sub {
      color: #C34237; }
  .socialmedia .ncl-lion {
    /* =AU */ }
    .socialmedia .ncl-lion .title {
      background-color: #DE1F3E;
      background-image: url(../img/icon-ncl-lion.svg); }
      .no-svg .socialmedia .ncl-lion .title {
        background-image: url(../img/icon-ncl-lion.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .socialmedia .ncl-lion .title {
            background-image: url(../img/icon-ncl-lion@2x.png); } }
    .socialmedia .ncl-lion .title-sub,
    .socialmedia .ncl-lion a.title-sub {
      color: #DE1F3E; }
  .socialmedia .instagram {
    /* =AU */ }
    .socialmedia .instagram .title {
      background-color: #3F729B;
      background-image: url(../img/icon-instagram.svg); }
      .no-svg .socialmedia .instagram .title {
        background-image: url(../img/icon-instagram.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .socialmedia .instagram .title {
            background-image: url(../img/icon-instagram@2x.png); } }
    .socialmedia .instagram .title-sub,
    .socialmedia .instagram a.title-sub {
      color: #3F729B; }
  .socialmedia .pinterest {
    /* =AU */ }
    .socialmedia .pinterest .title {
      background-color: #CB2027;
      background-image: url(../img/icon-pinterest.svg); }
      .no-svg .socialmedia .pinterest .title {
        background-image: url(../img/icon-pinterest.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .socialmedia .pinterest .title {
            background-image: url(../img/icon-pinterest@2x.png); } }
    .socialmedia .pinterest .title-sub,
    .socialmedia .pinterest a.title-sub {
      color: #CB2027; }
  .socialmedia .wordpress {
    /* =AU */ }
    .socialmedia .wordpress .title {
      background-color: #21759B;
      background-image: url(../img/icon-wordpress.svg); }
      .no-svg .socialmedia .wordpress .title {
        background-image: url(../img/icon-wordpress.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .socialmedia .wordpress .title {
            background-image: url(../img/icon-wordpress@2x.png); } }
    .socialmedia .wordpress .title-sub,
    .socialmedia .wordpress a.title-sub {
      color: #21759B; }
  .socialmedia .reddit {
    /* =AU */ }
    .socialmedia .reddit .title {
      background-color: #FF4500;
      background-image: url(../img/icon-reddit.svg); }
      .no-svg .socialmedia .reddit .title {
        background-image: url(../img/icon-reddit.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .socialmedia .reddit .title {
            background-image: url(../img/icon-reddit@2x.png); } }
    .socialmedia .reddit .title-sub,
    .socialmedia .reddit a.title-sub {
      color: #D23B03; }
  .socialmedia .stumbleupon {
    /* =AU */ }
    .socialmedia .stumbleupon .title {
      background-color: #EB4924;
      background-image: url(../img/icon-stumbleupon.svg); }
      .no-svg .socialmedia .stumbleupon .title {
        background-image: url(../img/icon-stumbleupon.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .socialmedia .stumbleupon .title {
            background-image: url(../img/icon-stumbleupon@2x.png); } }
    .socialmedia .stumbleupon .title-sub,
    .socialmedia .stumbleupon a.title-sub {
      color: #D14324; }
  .socialmedia .tumblr {
    /* =AU */ }
    .socialmedia .tumblr .title {
      background-color: #2C4762;
      background-image: url(../img/icon-tumblr.svg); }
      .no-svg .socialmedia .tumblr .title {
        background-image: url(../img/icon-tumblr.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .socialmedia .tumblr .title {
            background-image: url(../img/icon-tumblr@2x.png); } }
    .socialmedia .tumblr .title-sub,
    .socialmedia .tumblr a.title-sub {
      color: #2C4762; }
  .socialmedia .linkedin .title {
    background-color: #007FB1;
    background-image: url(../img/icon-linkedin.svg); }
    .no-svg .socialmedia .linkedin .title {
      background-image: url(../img/icon-linkedin.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .socialmedia .linkedin .title {
          background-image: url(../img/icon-linkedin@2x.png); } }
  .socialmedia .linkedin .title-sub,
  .socialmedia .linkedin a.title-sub {
    color: #2175A2; }
  .socialmedia a {
    text-decoration: none;
    font-weight: normal; }
    .socialmedia a p {
      color: #003965; }
  .socialmedia span {
    display: block; }
  @media only screen and (min-width: 64em) {
    .socialmedia .title-sub, .socialmedia p {
      font-size: 1.57143em;
      line-height: 1.13636em;
      line-height: 1.33636em;
      /* =MOD fix social text clipping */ } }

/* ==========================================================================
   Widget video
   ========================================================================== */
/* ==========================================================================
   Video play button icon for text link
   ========================================================================== */
.video-text-link {
  background: url("../img/play-button-red.png") no-repeat;
  background-position: 0 50%;
  padding-left: 22px; }

/* ==========================================================================
   Widget to accompany text
   ========================================================================== */
.widget-aux {
  clear: both;
  margin-bottom: 2.14286em;
  /*
   * Space out items within widget
   */
  /*
   * For use with logos
   */
  /*
   * 				=AU - For use with thumbnail imgs
   */ }
  @media only screen and (min-width: 40em) {
    .widget-aux {
      -webkit-transition: width 0.45s ease;
      -moz-transition: width 0.45s ease;
      -ms-transition: width 0.45s ease;
      -o-transition: width 0.45s ease;
      transition: width 0.45s ease;
      /*
       * Change diagram half width
       */ }
      .widget-aux.alt-half {
        /* =AU half width for diagram with text */
        width: 50%;
        float: right;
        margin-left: 1.42857em; }
        .widget-aux.alt-half.alt-third {
          border: 1px solid blue;
          /* =AU third width for diagram with text */
          width: 33.33333%; } }
  .widget-aux img,
  .widget-aux .btn-container,
  .widget-aux iframe,
  .widget-aux .fluid-width-video-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 0.71429em;
    position: relative; }
    .widget-aux img:last-child,
    .widget-aux .btn-container:last-child,
    .widget-aux iframe:last-child,
    .widget-aux .fluid-width-video-wrapper:last-child {
      margin-bottom: 0; }
  .widget-aux .btn-container p {
    display: block;
    margin: 0;
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    position: absolute;
    width: 4.28571em;
    height: 4.28571em;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: #037EAF;
    top: 50%;
    left: 50%;
    margin-top: -2.14286em;
    margin-left: -2.14286em;
    -webkit-transition: background-color 0.1s ease;
    -moz-transition: background-color 0.1s ease;
    -ms-transition: background-color 0.1s ease;
    -o-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
    background-image: url(../img/icon-play.svg);
    background-position: 58% 50%;
    background-repeat: no-repeat; }
    .no-svg .widget-aux .btn-container p {
      background-image: url(../img/icon-play.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .widget-aux .btn-container p {
          background-image: url(../img/icon-play@2x.png); } }
  .widget-aux .btn-container:hover p {
    background-color: #003965; }
  .widget-aux.alt-simple {
    float: right;
    margin-left: 1.42857em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../js/boxsizing.htc);
    width: auto;
    max-width: 50%; }
  .widget-aux.alt-thumb {
    width: 16.66667%; }
  .widget-aux.alt-centre {
    float: none;
    margin: auto;
    margin-bottom: 1.42857em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../js/boxsizing.htc);
    width: auto;
    max-width: 150px; }
  @media only screen and (min-width: 40em) {
    .widget-aux {
      /* =AU - For staff page legacy MyImpact imgs */ }
      .widget-aux.alt-centre {
        float: right;
        width: auto;
        max-width: 190px;
        margin-left: 1.42857em; } }
  @media only screen and (min-width: 50em) {
    .widget-aux {
      width: 33.33333%;
      float: right;
      margin-left: 2.14286em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      *behavior: url(../js/boxsizing.htc);
      /*
       * Float widget to left
       */
      /*
       * Stack widgets
       */
      /*
       * Change logo widget max width
       */ }
      .widget-aux.alt {
        float: left;
        margin-left: 0;
        margin-right: 2.14286em; }
      .widget-aux.alt-stack {
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
      .widget-aux.alt-simple {
        max-width: 33.33333%; } }
  .widget-aux figcaption {
    /* =MOD coloured img caption */
    font-size: 0.85714em;
    line-height: 1.66667em;
    padding-left: 0.28571em; }
    .widget-aux figcaption a {
      font-weight: bold; }

/* ==========================================================================
   News List - styles for new grid. Could be renamed?
   ========================================================================== */
.triplegrid {
  margin-bottom: 0;
  /*
   * Hide images for mobile
   */ }
  .triplegrid .title {
    color: #003965;
    font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
    /* =MOD to use Droid sans for title heading */
    text-decoration: none;
    /* =MOD following 4 lines copied from Non heading styling in typography.scss */
    font-size: 1.28571em;
    line-height: 1.38889em;
    margin: 0 0 0.55556em 0; }
  .triplegrid a {
    display: block;
    font-weight: normal;
    text-decoration: none; }
  .triplegrid a p {
    color: #000000; }
  .triplegrid p.date {
    margin-top: 1.42857em;
    color: #9F9F9F;
    /* =MOD copied from Additional Paragraph Styles in typography.scss */ }
  .triplegrid img {
    display: none !important;
    visibility: hidden; }
  .triplegrid span {
    font-weight: bold;
    text-decoration: underline;
    color: #003965;
    display: block; }
  .triplegrid a:hover span, .triplegrid a:hover .title {
    color: #037EAF; }
  @media only screen and (min-width: 40em) {
    .triplegrid {
      /* =MOD small tablet */
      /*
       * display images for larger devices
       */ }
      .triplegrid img {
        display: block !important;
        visibility: visible;
        width: 33.33333%;
        /* =MOD needed or img goes large? */
        float: left;
        display: block;
        margin-bottom: 2.14286em;
        /* =MOD added to give img margin on tablet view*/ }
      .triplegrid a {
        display: block; }
      .triplegrid .title, .triplegrid p {
        position: static;
        margin-left: 33.33333%;
        overflow: hidden; }
      .triplegrid .title {
        padding-left: 1.11111em; }
      .triplegrid p {
        margin-bottom: 0;
        padding-left: 1.42857em; }
      .triplegrid p.date {
        margin-bottom: 0.71429em;
        /* =MOD added to give margin on tablet under article. */ }
      .triplegrid .tripleColAlt {
        /* =MOD added to give margin on tablet under article. */
        clear: both;
        overflow: hidden; } }
  @media only screen and (min-width: 64em) {
    .triplegrid .title, .triplegrid p {
      padding-right: 1.42857em;
      padding-left: 0;
      position: relative;
      margin-left: 0; }
    .triplegrid img {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 0.71429em; } }

.tripleColAlt p a {
  /* =MOD Careers display block removal */
  display: inline;
  font-weight: bold;
  text-decoration: underline; }

.triplegrid + .btn-more, .triplegrid + button {
  /* =MOD adds top margin to Link Buttons */
  margin-top: 0.07143em; }
  @media only screen and (min-width: 64em) {
    .triplegrid + .btn-more, .triplegrid + button {
      margin-top: 0.71429em; } }

/* New news styles */
/* ==========================================================================
   Toggle Generic Buttons
   ========================================================================== */
.btn-toggle {
  width: 2.71429em;
  height: 2.71429em;
  display: block;
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  border: 1px solid #C3C3C3;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-position: 50%;
  background-repeat: no-repeat;
  /*
   * Hide toggle for dekstop
   */ }
  @media only screen and (min-width: 64em) {
    .btn-toggle {
      display: none !important;
      visibility: hidden; } }

/* ==========================================================================
   Toggle Main Menu
   ========================================================================== */
/*
 * Menu Icon
 */
#toggle-menu {
  background-image: url(../img/icon-menu.svg);
  top: 1.42857em;
  right: 1.42857em;
  position: absolute; }
  .no-svg #toggle-menu {
    background-image: url(../img/icon-menu.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg #toggle-menu {
        background-image: url(../img/icon-menu@2x.png); } }
  @media only screen and (min-width: 40em) {
    #toggle-menu {
      right: 2.85714em; } }
  @media only screen and (min-width: 50em) {
    #toggle-menu {
      right: 4.28571em; } }

/*
 * What happens when the toggle is activated
 */
.toggle-nav .menu-main-nav {
  display: block !important;
  visibility: visible; }
.toggle-nav .menu-secondary-nav-container {
  padding-top: 0; }
  @media only screen and (min-width: 64em) {
    .toggle-nav .menu-secondary-nav-container {
      padding-top: 2.14286em; } }
  @media only screen and (min-width: 75em) {
    .toggle-nav .menu-secondary-nav-container {
      padding-top: 3.57143em; } }
.toggle-nav > article,
.toggle-nav > section {
  display: none !important;
  visibility: hidden; }
  @media only screen and (min-width: 64em) {
    .toggle-nav > article,
    .toggle-nav > section {
      display: block !important;
      visibility: visible; } }
.toggle-nav #menu-breadcrumb {
  display: block !important;
  visibility: visible;
  margin-bottom: 1.42857em; }
.toggle-nav #toggle-menu {
  background-image: url(../img/icon-close.svg); }
  .no-svg .toggle-nav #toggle-menu {
    background-image: url(../img/icon-close.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg .toggle-nav #toggle-menu {
        background-image: url(../img/icon-close@2x.png); } }

/* ==========================================================================
   Toggle Search
   ========================================================================== */
/*
 * Search Icon
 */
#toggle-search {
  background-image: url(../img/icon-search.svg);
  top: 1.42857em;
  right: 4.64286em;
  position: absolute; }
  .no-svg #toggle-search {
    background-image: url(../img/icon-search.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg #toggle-search {
        background-image: url(../img/icon-search@2x.png); } }
  @media only screen and (min-width: 40em) {
    #toggle-search {
      right: 6.07143em; } }
  @media only screen and (min-width: 50em) {
    #toggle-search {
      right: 7.5em; } }
  @media only screen and (min-width: 64em) {
    #toggle-search {
      display: block !important;
      visibility: visible;
      right: 0.71429em;
      top: 0.71429em;
      -webkit-transition: border-color 0.1s ease;
      -moz-transition: border-color 0.1s ease;
      -ms-transition: border-color 0.1s ease;
      -o-transition: border-color 0.1s ease;
      transition: border-color 0.1s ease; } }
  @media only screen and (min-width: 75em) {
    #toggle-search {
      display: block !important;
      visibility: visible;
      right: 1.78571em;
      top: -0.71429em;
      width: 4.5em;
      height: 4.5em;
      border: 1px solid #666666;
      background-image: url(../img/icon-search-black.svg); }
      .no-svg #toggle-search {
        background-image: url(../img/icon-search-black.png); } }
    @media only screen and (min-width: 75em) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 75em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 75em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 75em) and (min-device-pixel-ratio: 1.5) {
      .no-svg #toggle-search {
        background-image: url(../img/icon-search-black@2x.png); } }
  @media only screen and (min-width: 75em) {
      #toggle-search:hover {
        border-color: #037EAF; } }

/*
 * What happens when the toggle is activated
 */
.toggle-searching form.search-site {
  display: block !important;
  visibility: visible; }
  @media only screen and (min-width: 64em) {
    .toggle-searching form.search-site {
      width: 345px;
      opacity: 1;
      filter: alpha(opacity=100); } }
.toggle-searching #toggle-search {
  background-image: url(../img/icon-close.svg); }
  .no-svg .toggle-searching #toggle-search {
    background-image: url(../img/icon-close.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg .toggle-searching #toggle-search {
        background-image: url(../img/icon-close@2x.png); } }
@media only screen and (min-width: 64em) {
  .toggle-searching .menu-main-nav {
    bottom: -25px; } }
@media only screen and (min-width: 75em) {
  .toggle-searching .menu-main-nav {
    bottom: -40px; } }

@media only screen and (min-width: 64em) {
  .lt-ie9 .toggle-searching form.search-site {
    display: block !important;
    visibility: visible; } }

/* ==========================================================================
   Button: site navigation
   ========================================================================== */
.btn-more, button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background-color: #003965;
  color: white;
  text-decoration: none;
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.14286em;
  line-height: 0.9375em;
  padding: 0.9375em;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: relative;
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -ms-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  font-weight: normal;
  color: white;
  /*
  	 * Hover
  	 */
  /*
   * =MOD Hover added for tabbing
   */
  /*
   * Add arrow right
   */
  /*
   * Increase size of button at desktop
   */ }
  .btn-more:hover, button:hover {
    color: white;
    background-color: #037EAF; }
  .btn-more:focus, button:focus {
    outline: thin dotted #686868; }
  .btn-more:after, button:after {
    content: "";
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    width: 0.4375em;
    height: 0.75em;
    top: 0;
    right: 0;
    vertical-align: middle;
    margin: 0 0.3125em 0 1em;
    background-image: url(../img/arrow-white-right.svg);
    background-position: 50%;
    background-repeat: no-repeat; }
    .no-svg .btn-more:after, .no-svg button:after {
      background-image: url(../img/arrow-white-right.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .btn-more:after, .no-svg button:after {
          background-image: url(../img/arrow-white-right@2x.png); } }
  @media only screen and (min-width: 75em) {
    .btn-more, button {
      font-size: 1.57143em;
      line-height: 0.90909em;
      padding: 0.90909em;
      letter-spacing: -0.03em; }
      .btn-more:after, button:after {
        width: 0.31818em;
        height: 0.54545em;
        margin: 0 0.09091em 0 0.59091em; } }

a.btn-more {
  /* =MOD keep button text white */
  color: white; }

#content div.button a.btn-more {
  /* =MOD add padding below button */
  margin-bottom: 1.8em; }

.btn-plus {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 1.28571em;
  line-height: 1.38889em;
  position: relative;
  padding: 0 1.42857em 0 0;
  text-decoration: none; }
  .btn-plus:after {
    content: '';
    background-image: url(../img/plus-tertiary.svg);
    height: 15px;
    width: 15px;
    margin-top: -7.5px;
    position: absolute;
    top: 50%;
    right: 0; }
    .no-svg .btn-plus:after {
      background-image: url(../img/plus-tertiary.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .btn-plus:after {
          background-image: url(../img/plus-tertiary@2x.png); } }

/* ==========================================================================
   Button: scroll top
   ========================================================================== */
.btn-top {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 0.71429em;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -ms-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  background-color: #003965;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 0.53571em 1.07143em;
  position: relative;
  color: white;
  /*
   * Hover
   */ }
  .btn-top:hover {
    color: white;
    background-color: #037EAF; }

/* ==========================================================================
   Button: small
   ========================================================================== */
.btn-small {
  /* =MOD dup button style from "btn-top", as JS is overiding the href  */
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 0.71429em;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -ms-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  background-color: #003965;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 0.53571em 1.07143em;
  position: relative;
  color: white;
  /*
   * Hover
   */ }
  .btn-small:hover {
    color: white;
    background-color: #037EAF; }

a.btn-small, a.btn-top {
  /* =MOD keep small button text white */
  color: white; }

/* ==========================================================================
   Button: call to action
   ========================================================================== */
.btn-cta {
  background-color: #DE1F3E; }

/* ==========================================================================
   Tooltip
   ========================================================================== */
.toggle-tooltip {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  font-size: 0;
  line-height: 0;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 36px;
  height: 36px;
  text-decoration: none;
  margin-top: -10px;
  top: 8px;
  margin-left: 10px;
  clear: both; }
  .toggle-tooltip:after {
    content: "?";
    display: block;
    width: 100%;
    height: 100%;
    color: #037EAF;
    font-size: 27px;
    line-height: 27px;
    text-indent: 0;
    padding-top: 2px;
    overflow: visible;
    text-decoration: none;
    position: relative;
    border: 3px solid #037EAF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../js/boxsizing.htc);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-align: center;
    font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
    -webkit-transition: border 0.1s ease, color 0.1s ease;
    -moz-transition: border 0.1s ease, color 0.1s ease;
    -ms-transition: border 0.1s ease, color 0.1s ease;
    -o-transition: border 0.1s ease, color 0.1s ease;
    transition: border 0.1s ease, color 0.1s ease; }
  .toggle-tooltip:hover:after {
    color: #003965;
    border: 3px solid #003965; }

/*
 * Display text for IE7 and 8
 */
.lt-ie8 .toggle-tooltip {
  overflow: visible;
  text-indent: 0;
  font-size: 11px;
  line-height: 11px;
  text-decoration: underline;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  top: 0; }

/* ==========================================================================
   Alpha Buttons e.g. course a-z
   ========================================================================== */
.alpha-btns {
  *zoom: 1; }
  .alpha-btns:before, .alpha-btns:after {
    content: " ";
    display: table; }
  .alpha-btns:after {
    clear: both; }
  .alpha-btns ol {
    list-style: none;
    padding-left: 0;
    margin-left: 5px;
    margin-top: 2.14286em;
    margin-top: 2.14286em;
    margin-bottom: 0; }
    .alpha-btns ol li {
      border-width: 0.07143em;
      border-style: solid;
      padding: 0.64286em;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      margin-bottom: 4px;
      padding: 0;
      border-color: #C3C3C3;
      border-style: solid;
      text-align: center;
      margin-left: -5px;
      margin-top: -5px; }
      .alpha-btns ol li a {
        padding: 1em;
        width: 1.28571em;
        display: block; }
  @media only screen and (min-width: 64em) {
    .alpha-btns ol {
      *zoom: 1;
      margin-left: -10px; }
      .alpha-btns ol:before, .alpha-btns ol:after {
        content: " ";
        display: table; }
      .alpha-btns ol:after {
        clear: both; }
      .alpha-btns ol li {
        float: left;
        border-left: 0;
        border-top: 0;
        border-bottom: 0;
        padding-right: 0;
        border-color: #C3C3C3;
        margin-left: 0;
        margin-top: 0; }
        .alpha-btns ol li a {
          padding: 0.35714em 0.71429em;
          width: auto; }
        .alpha-btns ol li:last-child {
          border-right: 0; } }

/* ==========================================================================
   General Styles
   ========================================================================== */
table {
  position: relative;
  margin-bottom: 2.14286em;
  border-collapse: collapse; }

caption {
  /*display: block;*/
  /*Removed to allow caption to fill full width*/
  text-align: left;
  font-size: 1.28571em;
  line-height: 1.38889em;
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  margin-bottom: 0.83333em;
  color: #DE1F3E;
  padding-right: 1.66667em; }

tbody {
  width: auto;
  position: relative; }

tr {
  vertical-align: top; }

th {
  padding-right: 0.71429em;
  text-align: left;
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #003965;
  border-bottom-width: 0.125em;
  border-bottom-style: solid;
  padding-bottom: 0.8125em;
  border-top-width: 0.125em;
  border-top-style: solid;
  padding-top: 0.8125em;
  border-color: #999999;
  font-size: 1.14286em;
  line-height: 1.25em;
  /*
   * Increase size of th
   */ }
  @media only screen and (min-width: 64em) {
    th {
      font-size: 1.28571em;
      line-height: 1.38889em;
      border-bottom-width: 0.11111em;
      border-bottom-style: solid;
      padding-bottom: 0.72222em;
      border-top-width: 0.11111em;
      border-top-style: solid;
      padding-top: 0.72222em; } }

td {
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 1em;
  border-color: #999999;
  padding-top: 1.07143em;
  padding-right: 0.71429em; }
  td strong {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; }

/* ==========================================================================
   Full width (Still in use within PGP)
   ========================================================================== */
.tbl-alt {
  width: 100%; }

/* ==========================================================================
   Responsive Table - Scrolls (Still in use within PGP)
   ========================================================================== */
.tbl-responsive {
  display: block;
  overflow-x: scroll;
  /*
  * Reset responsive styles
  */ }
  @media only screen and (min-width: 40em) {
    .tbl-responsive {
      display: table;
      overflow: auto; }
      .tbl-responsive:before {
        display: none !important;
        visibility: hidden;
        content: ""; } }

/* ==========================================================================
   Responsive Table Alternative - Pivots (Still in use within PGP)
   ========================================================================== */
.tbl-responsive-alt {
  display: block;
  width: 100%;
  /*@include background-image(arrow-right-alt-black);
  background-repeat: no-repeat;
  background-position: right 5px;
  margin-top: em(-20px);
  padding-top: em(20px);*/
  /*
  * Reset responsive styles
  */
  /*
   * Reset responsive styles
   */ }
  .tbl-responsive-alt:before {
    content: "Swipe left and right";
    font-style: italic;
    color: #797979;
    margin-bottom: 1.07143em;
    display: block;
    text-align: left; }
  @media only screen and (min-width: 40em) {
    .tbl-responsive-alt {
      display: table;
      overflow: auto; }
      .tbl-responsive-alt:before {
        display: none !important;
        visibility: hidden;
        content: ""; } }
  .tbl-responsive-alt tbody {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-top: 1px solid #999999; }
  .tbl-responsive-alt tr {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-left: -0.28571em; }
  .tbl-responsive-alt thead {
    display: block;
    float: left;
    padding-left: 0;
    border-top: 1px solid #999999; }
    .tbl-responsive-alt thead tr {
      display: block;
      margin-left: 0; }
    .tbl-responsive-alt thead th {
      display: block;
      border-bottom-width: 0.07143em;
      border-bottom-style: solid;
      padding-bottom: 1em;
      border-top: 0;
      border-left: 1px solid #999999;
      padding-top: 1.07143em;
      padding-left: 0.71429em;
      background-color: #003965;
      color: white;
      font-size: 1em;
      line-height: 1.42857em; }
  .tbl-responsive-alt td {
    display: block;
    border-right: 1px solid #999999;
    padding-left: 0.71429em; }
  @media only screen and (min-width: 40em) {
    .tbl-responsive-alt {
      display: table;
      background-image: none !important;
      margin-top: 0;
      padding-top: 0; }
      .tbl-responsive-alt caption {
        display: table-caption;
        /*
         * Increase size of caption
         */ } }
    @media only screen and (min-width: 40em) and (min-width: 64em) {
      .tbl-responsive-alt caption {
        font-size: 1.57143em;
        line-height: 1.13636em;
        margin-bottom: 0.68182em;
        padding-right: 0; } }
  @media only screen and (min-width: 40em) {
      .tbl-responsive-alt tbody {
        display: table-row-group;
        width: 100%;
        white-space: normal;
        border-top: 0; }
      .tbl-responsive-alt tr {
        display: table-row;
        margin-left: 0; }
      .tbl-responsive-alt thead {
        display: table-header-group;
        float: none;
        border-top: 0; }
        .tbl-responsive-alt thead tr {
          display: table-row; }
        .tbl-responsive-alt thead th {
          display: table-cell;
          border-left: 0;
          padding-left: 0;
          background-color: transparent;
          color: #003965;
          border-color: #999999;
          border-bottom-width: 0.125em;
          border-bottom-style: solid;
          padding-bottom: 0.8125em;
          border-top-width: 0.125em;
          border-top-style: solid;
          padding-top: 0.8125em;
          font-size: 1.14286em;
          line-height: 1.25em;
          /*
           * Increase size of th
           */ } }
      @media only screen and (min-width: 40em) and (min-width: 64em) {
        .tbl-responsive-alt thead th {
          font-size: 1.28571em;
          line-height: 1.38889em;
          border-bottom-width: 0.11111em;
          border-bottom-style: solid;
          padding-bottom: 0.72222em;
          border-top-width: 0.11111em;
          border-top-style: solid;
          padding-top: 0.72222em; } }
  @media only screen and (min-width: 40em) {
      .tbl-responsive-alt td {
        display: table-cell;
        border-right: 0;
        padding-left: 0; } }

/* ==========================================================================
   T4 Table - Simple
   ========================================================================== */
.table-simple {
  /* =MOD dup style for use in T4 interface */
  width: 100%; }

/* ==========================================================================
   T4 Table - Complex
   ========================================================================== */
.table-complex {
  /* =MOD dup style for use in T4 interface */
  display: block;
  overflow-x: scroll;
  /*
  * Reset responsive styles
  */ }
  @media only screen and (min-width: 40em) {
    .table-complex {
      display: table;
      overflow: auto; }
      .table-complex:before {
        display: none !important;
        visibility: hidden;
        content: ""; } }

/* ==========================================================================
   T4 Table - Pivot
   ========================================================================== */
.table-pivot {
  /* =MOD dup style for use in T4 interface */
  display: block;
  width: 100%;
  /*@include background-image(arrow-right-alt-black);
  background-repeat: no-repeat;
  background-position: right 5px;
  margin-top: em(-20px);
  padding-top: em(20px);*/
  /*
  * Reset responsive styles
  */
  /*
   * Reset responsive styles
   */ }
  .table-pivot:before {
    content: "Swipe left and right";
    font-style: italic;
    color: #797979;
    margin-bottom: 1.07143em;
    display: block;
    text-align: left; }
  @media only screen and (min-width: 40em) {
    .table-pivot {
      display: table;
      overflow: auto; }
      .table-pivot:before {
        display: none !important;
        visibility: hidden;
        content: ""; } }
  .table-pivot tbody {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-top: 1px solid #999999; }
  .table-pivot tr {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-left: -0.28571em; }
  .table-pivot thead {
    display: block;
    float: left;
    padding-left: 0;
    border-top: 1px solid #999999; }
    .table-pivot thead tr {
      display: block;
      margin-left: 0; }
    .table-pivot thead th {
      display: block;
      border-bottom-width: 0.07143em;
      border-bottom-style: solid;
      padding-bottom: 1em;
      border-top: 0;
      border-left: 1px solid #999999;
      padding-top: 1.07143em;
      padding-left: 0.71429em;
      background-color: #003965;
      color: white;
      font-size: 1em;
      line-height: 1.42857em; }
  .table-pivot td {
    display: block;
    border-right: 1px solid #999999;
    padding-left: 0.71429em; }
  @media only screen and (min-width: 40em) {
    .table-pivot {
      display: table;
      background-image: none !important;
      margin-top: 0;
      padding-top: 0; }
      .table-pivot caption {
        display: table-caption;
        /*
         * Increase size of caption
         */ } }
    @media only screen and (min-width: 40em) and (min-width: 64em) {
      .table-pivot caption {
        font-size: 1.57143em;
        line-height: 1.13636em;
        margin-bottom: 0.68182em;
        padding-right: 0; } }
  @media only screen and (min-width: 40em) {
      .table-pivot tbody {
        display: table-row-group;
        width: 100%;
        white-space: normal;
        border-top: 0; }
      .table-pivot tr {
        display: table-row;
        margin-left: 0; }
      .table-pivot thead {
        display: table-header-group;
        float: none;
        border-top: 0; }
        .table-pivot thead tr {
          display: table-row; }
        .table-pivot thead th {
          display: table-cell;
          border-left: 0;
          padding-left: 0;
          background-color: transparent;
          color: #003965;
          border-color: #999999;
          border-bottom-width: 0.125em;
          border-bottom-style: solid;
          padding-bottom: 0.8125em;
          border-top-width: 0.125em;
          border-top-style: solid;
          padding-top: 0.8125em;
          font-size: 1.14286em;
          line-height: 1.25em;
          /*
           * Increase size of th
           */ } }
      @media only screen and (min-width: 40em) and (min-width: 64em) {
        .table-pivot thead th {
          font-size: 1.28571em;
          line-height: 1.38889em;
          border-bottom-width: 0.11111em;
          border-bottom-style: solid;
          padding-bottom: 0.72222em;
          border-top-width: 0.11111em;
          border-top-style: solid;
          padding-top: 0.72222em; } }
  @media only screen and (min-width: 40em) {
      .table-pivot td {
        display: table-cell;
        border-right: 0;
        padding-left: 0; } }

/* ==========================================================================
   Base banner styles
   ========================================================================== */
header[role=banner] {
  z-index: 100;
  background-color: #fff;
  padding-left: 1.42857em;
  padding-right: 1.42857em;
  padding-top: 1.42857em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 1.35714em;
  border-color: #999999;
  border-bottom-style: dashed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../js/boxsizing.htc); }
  @media only screen and (min-width: 40em) {
    header[role=banner] {
      padding-left: 2.85714em;
      padding-right: 2.85714em; } }
  @media only screen and (min-width: 50em) {
    header[role=banner] {
      padding-left: 4.28571em;
      padding-right: 4.28571em; } }
  @media only screen and (min-width: 64em) {
    header[role=banner] {
      *zoom: 1; }
      header[role=banner]:before, header[role=banner]:after {
        content: " ";
        display: table; }
      header[role=banner]:after {
        clear: both; } }
  @media only screen and (min-width: 75em) {
    header[role=banner] {
      		/*
               * Center content
               */
      padding-left: 0;
      padding-right: 0; }
      header[role=banner] > div {
        max-width: 77.14286em;
        padding-left: 7.85714em;
        padding-right: 7.85714em;
        margin: 0 auto;
        position: relative; } }
  header[role=banner] nav {
    *zoom: 1; }
    header[role=banner] nav:before, header[role=banner] nav:after {
      content: " ";
      display: table; }
    header[role=banner] nav:after {
      clear: both; }

/* ==========================================================================
   Logo
   ========================================================================== */
.logo {
  width: 10.92857em;
  display: block; }
  .logo img {
    display: block;
    width: 100%; }
  @media only screen and (min-width: 64em) {
    .logo {
      float: left; } }
  @media only screen and (min-width: 75em) {
    .logo {
      width: 15.28571em;
      margin-top: 1.42857em; } }

/* ==========================================================================
   Base footer styling
   ========================================================================== */
footer {
  padding-left: 1.42857em;
  padding-right: 1.42857em;
  padding-bottom: 2.85714em;
  margin-top: 2.85714em;
  border-color: #999999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../js/boxsizing.htc); }
  @media only screen and (min-width: 40em) {
    footer {
      padding-left: 2.85714em;
      padding-right: 2.85714em;
      /*
       * Clear links and social list
       */
      *zoom: 1; }
      footer:before, footer:after {
        content: " ";
        display: table; }
      footer:after {
        clear: both; } }
  @media only screen and (min-width: 50em) {
    footer {
      padding-left: 4.28571em;
      padding-right: 4.28571em; } }
  @media only screen and (min-width: 75em) {
    footer {
      		/*
               * Center content
               */
      padding-left: 0;
      padding-right: 0; }
      footer > div {
        max-width: 77.14286em;
        padding-left: 7.85714em;
        padding-right: 7.85714em;
        margin: 0 auto; } }

/* ==========================================================================
   Links
   ========================================================================== */
footer .links ul {
  list-style: none;
  padding-left: 0;
  *zoom: 1;
  margin-left: -0.71429em; }
  footer .links ul:before, footer .links ul:after {
    content: " ";
    display: table; }
  footer .links ul:after {
    clear: both; }
footer .links ul li {
  float: left;
  margin: 0 0.71429em; }
@media only screen and (min-width: 40em) {
  footer .links {
    /*
     * Float links
     */
    float: left; } }

/* ==========================================================================
   Global footer links
   ========================================================================== */
footer .global-ft-links {
  /* =MOD for new footer */
  clear: both; }
  footer .global-ft-links ul {
    list-style: none;
    padding-left: 0;
    *zoom: 1;
    margin-left: -0.71429em; }
    footer .global-ft-links ul:before, footer .global-ft-links ul:after {
      content: " ";
      display: table; }
    footer .global-ft-links ul:after {
      clear: both; }
  footer .global-ft-links ul li {
    float: left;
    margin: 0 0.71429em; }
  @media only screen and (min-width: 40em) {
    footer .global-ft-links {
      /*
       * Float links
       */
      float: left; } }

/* ==========================================================================
   Last updated
   ========================================================================== */
footer .last-updated {
  /* =MOD T4 class for last updated */
  clear: both; }
  @media only screen and (min-width: 40em) {
    footer .last-updated {
      /*
       * Float links
       */
      float: left; } }

/* ==========================================================================
   Social Media
   ========================================================================== */
footer .social {
  *zoom: 1;
  clear: both;
  /* =MOD for mobile */ }
  footer .social:before, footer .social:after {
    content: " ";
    display: table; }
  footer .social:after {
    clear: both; }
  footer .social .title {
    *zoom: 1;
    float: none;
    font-family: "droid_sansregular", Helvetica, Arial, sans-serif;
    font-size: 1.48571em;
    line-height: 1.38889em;
    margin: 0 0 0.55556em 0; }
    footer .social .title:before, footer .social .title:after {
      content: " ";
      display: table; }
    footer .social .title:after {
      clear: both; }
  footer .social p {
    float: left;
    margin-right: 1.42857em;
    clear: both; }
    @media only screen and (min-width: 64em) {
      footer .social p {
        float: none;
        margin: 0;
        /* =MOD reduce bottom padding on text link */ } }
  footer .social ul {
    *zoom: 1;
    list-style: none;
    padding-left: 0;
    float: left;
    margin-left: -0.35714em; }
    footer .social ul:before, footer .social ul:after {
      content: " ";
      display: table; }
    footer .social ul:after {
      clear: both; }
  footer .social ul li {
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    margin: 0 0.35714em; }
  footer .social ul li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -ms-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease; }
    footer .social ul li a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
  footer .social .linkedin a {
    background-image: url(../img/icon-linkedin-color.svg);
    background-position: top left;
    background-repeat: no-repeat; }
    .no-svg footer .social .linkedin a {
      background-image: url(../img/icon-linkedin-color.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg footer .social .linkedin a {
          background-image: url(../img/icon-linkedin-color@2x.png); } }
  footer .social .twitter {
    width: 37px; }
    footer .social .twitter a {
      background-image: url(../img/icon-twitter-color.svg);
      background-position: top left;
      background-repeat: no-repeat; }
      .no-svg footer .social .twitter a {
        background-image: url(../img/icon-twitter-color.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg footer .social .twitter a {
            background-image: url(../img/icon-twitter-color@2x.png); } }
  footer .social .youtube {
    width: 42px; }
    footer .social .youtube a {
      background-image: url(../img/icon-youtube-color.svg);
      background-position: top left;
      background-repeat: no-repeat; }
      .no-svg footer .social .youtube a {
        background-image: url(../img/icon-youtube-color.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg footer .social .youtube a {
            background-image: url(../img/icon-youtube-color@2x.png); } }
  footer .social .podcasts a {
    background-image: url(../img/icon-podcasts.svg);
    background-position: top left;
    background-repeat: no-repeat; }
    .no-svg footer .social .podcasts a {
      background-image: url(../img/icon-podcasts.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg footer .social .podcasts a {
          background-image: url(../img/icon-podcasts@2x.png); } }
  footer .social .facebook a {
    background-image: url(../img/icon-facebook-color.svg);
    background-position: top left;
    background-repeat: no-repeat; }
    .no-svg footer .social .facebook a {
      background-image: url(../img/icon-facebook-color.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg footer .social .facebook a {
          background-image: url(../img/icon-facebook-color@2x.png); } }
  footer .social .wordpress a {
    background-image: url(../img/icon-wordpress-color.svg);
    background-position: top left;
    background-repeat: no-repeat; }
    .no-svg footer .social .wordpress a {
      background-image: url(../img/icon-wordpress-color.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg footer .social .wordpress a {
          background-image: url(../img/icon-wordpress-color@2x.png); } }
  footer .social .pinterest a {
    background-image: url(../img/icon-pinterest-color.svg);
    background-position: top left;
    background-repeat: no-repeat; }
    .no-svg footer .social .pinterest a {
      background-image: url(../img/icon-pinterest-color.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg footer .social .pinterest a {
          background-image: url(../img/icon-pinterest-color@2x.png); } }
  footer .social .instagram a {
    background-image: url(../img/icon-instagram-color.svg);
    background-position: top left;
    background-repeat: no-repeat; }
    .no-svg footer .social .instagram a {
      background-image: url(../img/icon-instagram-color.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg footer .social .instagram a {
          background-image: url(../img/icon-instagram-color@2x.png); } }
  footer .social .googleplus a {
    background-image: url(../img/icon-googleplus-color.svg);
    background-position: top left;
    background-repeat: no-repeat; }
    .no-svg footer .social .googleplus a {
      background-image: url(../img/icon-googleplus-color.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg footer .social .googleplus a {
          background-image: url(../img/icon-googleplus-color@2x.png); } }
  footer .social .tumblr a {
    background-image: url(../img/icon-tumblr-color.svg);
    background-position: top left;
    background-repeat: no-repeat; }
    .no-svg footer .social .tumblr a {
      background-image: url(../img/icon-tumblr-color.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg footer .social .tumblr a {
          background-image: url(../img/icon-tumblr-color@2x.png); } }
  @media only screen and (min-width: 64em) {
    footer .social {
      /* =MOD used to be break point 1 */
      /*
       * Float social list
       */
      float: right;
      clear: none;
      max-width: 250px;
      /* Set max-width to wrap social media logos that go beyond 5 items */ } }

footer .social ul li {
  margin: 0.35714em; }

footer .social ul {
  margin-bottom: 1.28571em; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.footer-border {
  /* =MOD NEW trailing border and padding */
  margin-top: 2.85714em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 2.78571em;
  border-color: #999999; }

.footer-border {
  /* =MOD NEW "footer-border" used to be "footer" */ }
  .footer-border .list-more {
    margin-bottom: 0.07143em;
    /* changed margin from 0 to move buttons up */
    padding-left: 1.42857em;
    /* =MOD new padding */
    padding-right: 1.42857em; }
    @media only screen and (min-width: 40em) {
      .footer-border .list-more {
        /* =MOD new breakpoints for UL element */
        padding-left: 2.85714em;
        padding-right: 2.85714em;
        *zoom: 1;
        max-width: 88%;
        /* =MOD fix for scroll overflow */ }
        .footer-border .list-more:before, .footer-border .list-more:after {
          content: " ";
          display: table; }
        .footer-border .list-more:after {
          clear: both; } }
    @media only screen and (min-width: 50em) {
      .footer-border .list-more {
        padding-left: 4.28571em;
        padding-right: 4.28571em; } }
    @media only screen and (min-width: 75em) {
      .footer-border .list-more {
        max-width: 77.14286em;
        padding-left: 7.85714em;
        padding-right: 7.85714em;
        margin: 0 auto; } }
    .footer-border .list-more ul li {
      float: none; }
    @media only screen and (min-width: 40em) {
      .footer-border .list-more {
        clear: both; }
        .footer-border .list-more ul li {
          float: left;
          margin: 0.14286em 0.14286em; } }

.list-more {
  margin-bottom: 2.14286em; }
  .list-more ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0 !important;
    *zoom: 1; }
    .list-more ul:before, .list-more ul:after {
      content: " ";
      display: table; }
    .list-more ul:after {
      clear: both; }
  .list-more ul li {
    float: left;
    margin: 0.14286em 0.14286em 0.35714em 0.14286em; }
  .list-more .btn-more, .list-more button {
    margin: 0; }
  @media only screen and (min-width: 40em) {
    .list-more {
      width: 100%;
      float: none; }
      .list-more ul {
        /*
         * Stack different type of buttons
         */
        *zoom: 1;
        margin-left: -0.14286em;
        margin-bottom: 0; }
        .list-more ul:before, .list-more ul:after {
          content: " ";
          display: table; }
        .list-more ul:after {
          clear: both; }
      .list-more ul li {
        float: left;
        margin: 0.14286em 0.14286em; } }
  @media only screen and (min-width: 56.25em) {
    .list-more {
      /*
       * Float all types of buttons
       */
      *zoom: 1;
      margin-left: -0.35714em; }
      .list-more:before, .list-more:after {
        content: " ";
        display: table; }
      .list-more:after {
        clear: both; }
      .list-more ul {
        float: left;
        margin-left: 0;
        margin-bottom: 0; } }

/* ==========================================================================
   Carousel Global styles
   ========================================================================== */
.carousel {
  overflow: hidden; }

/* ==========================================================================
   Carousel Features: example on homepage
   ========================================================================== */
.carousel-features {
  overflow: hidden;
  /*
   * Create grid when stacked to maintain horizontal gutters
   */
  /*
   * Stack items
   */ }
  .carousel-features ul {
    display: block;
    padding: 0;
    position: relative;
    margin: 0 -0.39286em 0 0.17857em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../js/boxsizing.htc); }
    .carousel-features ul [class*='col'] {
      padding: 0.42857em 0.42857em;
      /* =AU used to be $pad-thin */
      margin: 0 0 0 -0.28571em;
      vertical-align: top;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline; }
      @media only screen and (min-width: 64em) {
        .carousel-features ul [class*='col'] {
          padding: 0.42857em 0.42857em;
          /* =AU used to be $pad-thin */ } }
  .carousel-features ul li {
    width: 100%;
    padding: 0.10714em 0.10714em;
    margin: 0 0 0 -0.28571em;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../js/boxsizing.htc);
    overflow: hidden; }
    @media only screen and (min-width: 64em) {
      .carousel-features ul li {
        padding: 0.10714em 0.10714em; } }
    @media only screen and (min-width: 40em) {
      .carousel-features ul li {
        width: 33.33333%; } }
  .carousel-features ul li a {
    display: block;
    /*
     * Shorten height of image container so not to take up too much space
     */
    height: 270px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    /*
     * Style text container
     */
    /*
     * Create hover effect
     */
    /*
     * Animate hover after
     */
    /*
     * Animate hover image
     */
    /*
     * Increase size of image container slightly for medium size screens
     */
    /*
     * Make image container actual size of image
     */
    /*
     * Reduce height of carousel if device screen height is small
     */ }
    .carousel-features ul li a img {
      display: block;
      width: 100%;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      /*
       * Default grayscale for hover effect
       */ }
      @media only screen and (min-width: 56.25em) {
        .carousel-features ul li a img {
          -webkit-filter: grayscale(0);
          -moz-filter: grayscale(0);
          filter: grayscale(0);
          -webkit-transition: grayscale 0.25s ease;
          -moz-transition: grayscale 0.25s ease;
          -ms-transition: grayscale 0.25s ease;
          -o-transition: grayscale 0.25s ease;
          transition: grayscale 0.25s ease; } }
    .carousel-features ul li a > div {
      position: absolute;
      bottom: 1.42857em;
      left: 1.42857em;
      right: 1.42857em;
      padding: 1.42857em;
      background-color: white;
      background-color: rgba(255, 255, 255, 0.95);
            /*
			 * Move text container under images for smaller screens
			 */
            /*
			 * Put text holder back over image
			 */
            /*
			 * Condense text line length
			 */ }
      @media only screen and (min-width: 40em) {
        .carousel-features ul li a > div {
          position: relative;
          bottom: auto;
          left: auto;
          right: auto;
          padding: 0 1.42857em 1.42857em;
          margin-top: 1.42857em;
          background-color: transparent;
          padding-bottom: 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          *behavior: url(../js/boxsizing.htc);
          border-right: 1px dotted #999999; } }
      @media only screen and (min-width: 56.25em) {
        .carousel-features ul li a > div {
          position: absolute;
          bottom: 1.42857em;
          left: 1.42857em;
          right: 1.42857em;
          padding: 1.42857em;
          background-color: white;
          background-color: rgba(255, 255, 255, 0.95);
          -webkit-box-sizing: none;
          -moz-box-sizing: none;
          -o-box-sizing: none;
          -ms-box-sizing: none;
          box-sizing: none;
          *behavior: url(../js/boxsizing.htc);
          border-right: none;
          z-index: 99; } }
      @media only screen and (min-width: 75em) {
        .carousel-features ul li a > div {
          bottom: 2.85714em;
          left: 2.85714em;
          right: 2.85714em; } }
      @media only screen and (min-width: 81.25em) {
        .carousel-features ul li a > div {
          max-width: 18em;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          *behavior: url(../js/boxsizing.htc); } }
    @media only screen and (min-width: 56.25em) {
      .carousel-features ul li a:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #037EAF;
        opacity: 0;
        filter: alpha(opacity=0);
        bottom: 0;
        left: 0;
        z-index: 98;
        -webkit-transition: opacity 0.25s ease;
        -moz-transition: opacity 0.25s ease;
        -ms-transition: opacity 0.25s ease;
        -o-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease; } }
    @media only screen and (min-width: 56.25em) {
      .carousel-features ul li a:hover::after {
        opacity: 0.75;
        filter: alpha(opacity=75); } }
    @media only screen and (min-width: 56.25em) {
      .carousel-features ul li a:hover img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%); } }
    .carousel-features ul li a > div p {
      margin-bottom: 0;
      color: black;
      font-weight: normal; }
    .carousel-features ul li a > div h1 {
      font-size: 2.71429em;
      line-height: 0.92105em;
      /* =MOD Decreased font size and padding */
      margin-bottom: 0.33333em;
      color: #037EAF; }
    @media only screen and (min-width: 31.25em) {
      .carousel-features ul li a {
        height: 330px; } }
    @media only screen and (min-width: 40em) {
      .carousel-features ul li a {
        height: auto; }
        .carousel-features ul li a img {
          position: relative;
          top: 0;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); } }
@media only screen and (min-width: 75em) and (max-height: 50.625em) {
  .carousel-features ul li a {
    height: 32.14286em; }
    .carousel-features ul li a img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

/*
 * IE8 doesnt like vertical height
 */
@media only screen and (min-width: 75em) and (max-height: 50.625em) {
  .lt-ie9 .carousel-features ul li a {
    height: auto; }
    .lt-ie9 .carousel-features ul li a img {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }

/* ==========================================================================
   Slick Slider Overides
   ========================================================================== */
.slick-slider {
  margin-bottom: 0 !important; }

/* ==========================================================================
   Carousel Buttons
   ========================================================================== */
.slick-prev {
  border: 0 !important;
  right: 3.75em;
  left: auto !important;
  background-image: url(../img/arrow-left-large.svg) !important; }

.slick-next {
  right: 0 !important;
  background-image: url(../img/arrow-right-large.svg) !important; }

.no-svg .slick-prev {
  background-image: url(../img/arrow-left-large.png) !important; }
.no-svg .slick-next {
  background-image: url(../img/arrow-right-large.png) !important; }

.slick-prev,
.slick-next {
  width: 3.3125em !important;
  height: 3.3125em !important;
  background-color: #037EAF !important;
  font-size: 16px !important;
  margin-top: 0 !important;
  top: auto !important;
  bottom: -5em;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  /*
   * Hide default slick arrow
   */ }
  .slick-prev:after,
  .slick-next:after {
    display: none !important;
    visibility: hidden; }
  .slick-prev:before,
  .slick-next:before {
    content: "";
    display: none !important;
    visibility: hidden; }

/* Hide nav buttons on logo block slider*/
/*=AU used in slick slider for academic unit logo blocks*/
.logo_block .slick-prev, .logo_block .slick-next {
  display: none !important;
  visibility: hidden; }

/* ==========================================================================
   Slider
   ========================================================================== */
#infoGraphics {
  clear: both;
  /* =MOD added to clear content above*/
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 2.07143em;
  border-color: #999999;
  position: relative;
  margin-top: 3.57143em;
  /*
   * Revert back to standard margin top for widget when tooltip is hidden
   */
  /*
   * Hide border from widget underneath so we dont have two borders
   */
  /*
   * Position buttons
   */ }
  @media only screen and (min-width: 53.125em) {
    #infoGraphics {
      margin-top: 2.14286em; } }
  #infoGraphics:before {
    position: absolute;
    margin-bottom: 0;
    top: -2.14286em;
    /*
     * Hide tooltip when buttons are visible
     */ }
    @media only screen and (min-width: 53.125em) {
      #infoGraphics:before {
        display: none !important;
        visibility: hidden;
        content: ""; } }
  #infoGraphics p.note {
    color: #003965;
    margin-bottom: 0;
    font-size: 0.85714em;
    line-height: 1.25em;
    /*
     * Increase space between note and graphics
     */ }
    @media only screen and (min-width: 53.125em) {
      #infoGraphics p.note {
        width: 66.66667%;
        margin-top: 2.14286em; } }
  #infoGraphics + .widget {
    border-top: 0;
    margin-top: 0; }
  #infoGraphics .slick-prev, #infoGraphics .slick-next {
    bottom: 2.14286em; }

#infographicSlides {
  /*
   * Stop infographic slider from jumping
   */
  min-height: 234px;
  /*
   * static to positon buttons at bottom no matter what
   */
  position: static; }

/* ==========================================================================
   Coins
   ========================================================================== */
.infographic-coins-amount {
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  color: #003965; }

.infographic-coins-title {
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  color: #003965; }

.infographic-coins-info {
  font-size: 12px;
  line-height: 1;
  color: #003965;
  margin-bottom: 0;
  max-width: 175px; }

/*
 * IE10 specific styling
 */
.IE9-below .infographic-coins-info {
  margin-top: 20px; }

/* ==========================================================================
   Pie
   ========================================================================== */
.infographic-pie-quote {
  color: #003965;
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 12px; }

.infographic-pie-stat-line {
  font-size: 12px;
  line-height: 1;
  color: #003965;
  margin-bottom: 0;
  position: absolute;
  top: 123px;
  left: 68px;
  max-width: 90px; }

.infographic-pie-stat {
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.15em;
  margin-bottom: 0;
  color: #003965;
  position: absolute;
  top: 70px;
  left: 63px; }

/*
 * IE10 specific styling
 */
.IE9-below .infographic-pie-quote {
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  color: #003965;
  padding-right: 30px;
  left: 0;
  position: relative;
  max-width: 150px; }
.IE9-below .infographic-pie-stat {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 20px; }
.IE9-below .infographic-pie-stat-line {
  position: relative;
  left: 0;
  top: 0;
  margin-top: 20px;
  max-width: 100%; }

/* ==========================================================================
   Bar Chart
   ========================================================================== */
.infographic-bar-title {
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0;
  color: #003965; }

.infographic-bar-subtitle {
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  color: #003965; }

.infographic-bar-text {
  font-size: 12px;
  line-height: 1;
  color: #003965;
  margin-bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 19px;
  width: 80px;
  height: 80px;
  position: absolute; }
  .infographic-bar-text:nth-of-type(1) {
    left: 10px; }
  .infographic-bar-text:nth-of-type(2) {
    left: 60px; }
  .infographic-bar-text:nth-of-type(3) {
    left: 110px; }
  .infographic-bar-text:nth-of-type(4) {
    left: 160px; }

.infographic-bar-textstat {
  font-size: 12px;
  line-height: 1;
  color: #003965;
  margin-bottom: 0; }

/*
 * IE10 specific styling
 */
.IE9-below .infographic-bar-list {
  padding-left: 0;
  list-style: none;
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  letter-spacing: -0.025em;
  line-height: 1;
  font-size: 20px;
  color: #003965;
  margin-top: 20px;
  margin-bottom: 20px; }
  .IE9-below .infographic-bar-list li {
    margin-bottom: 0;
    border-top: 1px solid #999999;
    max-width: 200px;
    padding: 5px 0; }
  .IE9-below .infographic-bar-list li:last-child {
    border-bottom: 1px solid #999999; }

/* ==========================================================================
   Text
   ========================================================================== */
.infographic-text-title,
.widget .infographic-text-title {
  font-size: 12px;
  line-height: 1;
  color: #003965;
  margin-bottom: 20px; }
  .infographic-text-title span,
  .widget .infographic-text-title span {
    display: block; }
  .infographic-text-title .title,
  .widget .infographic-text-title .title {
    font-size: 40px;
    line-height: 1.3;
    /* =MOD previous value was 1*/
    margin-bottom: 0;
    font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
    color: #003965;
    letter-spacing: -0.025em;
    margin-bottom: 0; }

.infographic-text-list {
  font-family: "droid_sansbold", "Helvetica", Helvetica, Arial, sans-serif;
  letter-spacing: -0.025em;
  line-height: 1;
  font-size: 20px;
  color: #003965;
  margin-bottom: 0;
  border-top: 1px solid #999999;
  max-width: 200px;
  padding: 5px 0; }
  .infographic-text-list:last-child {
    border-bottom: 1px solid #999999; }

/* ==========================================================================
   Masthead
   ========================================================================== */
header {
  position: relative; }
  header.profile {
    *zoom: 1;
    border-bottom-width: 0.07143em;
    border-bottom-style: solid;
    padding-bottom: 2.07143em;
    padding: 0;
    border-color: #999999;
    border-bottom-style: dotted;
    margin-bottom: 2.85714em; }
    header.profile:before, header.profile:after {
      content: " ";
      display: table; }
    header.profile:after {
      clear: both; }
    header.profile .quote {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      *behavior: url(../js/boxsizing.htc);
      width: 50%;
      padding: 1.42857em 0 1.42857em;
      float: left; }
      header.profile .quote blockquote {
        display: none; }
      header.profile .quote h3 {
        margin: 0 0 0.55556em 0; }
    header.profile img {
      width: 50%;
      float: right;
      margin-right: -1.42857em; }
    @media only screen and (min-width: 48em) {
      header.profile .quote {
        padding: 1.42857em 0 5.71429em 2.85714em; }
        header.profile .quote blockquote {
          display: block;
          padding: 0;
          margin: 0 0 0.71429em 0; }
          header.profile .quote blockquote:before {
            left: -13.33333px; }
          header.profile .quote blockquote:after {
            margin-right: -10px; } }
    @media only screen and (min-width: 40em) {
      header.profile img {
        margin-right: -2.85714em; } }
    @media only screen and (min-width: 50em) {
      header.profile img {
        margin-right: -4.28571em; } }
    @media only screen and (min-width: 75em) {
      header.profile img {
        margin-right: 0; } }
    @media only screen and (min-width: 64em) {
      header.profile {
        min-height: 500px; }
        header.profile .quote {
          width: 41.66667%; }
        header.profile img {
          width: 35.71429em;
          position: absolute;
          bottom: 0;
          right: 0; } }
  header.masthead {
    position: relative; }
    header.masthead img {
      display: block;
      width: 100%;
      margin-bottom: 2.14286em; }
    @media only screen and (min-width: 48em) {
      header.masthead {
        /*
         * IE fallback background colour
         */
        /*
         * Position text over image
         */ }
        header.masthead img {
          margin-bottom: 4.28571em; }
        header.masthead div {
          background-color: #FFFFFF; }
        header.masthead div {
          position: absolute;
          top: 1.42857em;
          left: 1.42857em;
          background-color: white;
          background-color: rgba(255, 255, 255, 0.95);
          width: 41.66667%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          *behavior: url(../js/boxsizing.htc);
          padding: 1.42857em; }
          header.masthead div h1 {
            margin-bottom: 0.33333em;
            color: #037EAF; }
          header.masthead div p {
            margin-bottom: 0; } }
    @media only screen and (min-width: 64em) {
      header.masthead {
        /*
         * Increase padding of larger page header
         */ }
        header.masthead div {
          top: 2.14286em;
          left: 2.14286em;
          width: 33.33333%; } }
    @media only screen and (min-width: 75em) {
      header.masthead {
        /*
         * Make sure margin bottom em is divided by larger size
         */ }
        header.masthead div h1 {
          margin-bottom: 0.2em; } }

/* ==========================================================================
   Masthead
   ========================================================================== */
div.singleCol {
  position: relative; }
  div.singleCol.profile {
    *zoom: 1;
    border-bottom-width: 0.07143em;
    border-bottom-style: solid;
    padding-bottom: 2.07143em;
    padding: 0;
    border-color: #999999;
    border-bottom-style: dotted;
    margin-bottom: 2.85714em; }
    div.singleCol.profile:before, div.singleCol.profile:after {
      content: " ";
      display: table; }
    div.singleCol.profile:after {
      clear: both; }
    div.singleCol.profile .quote {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      *behavior: url(../js/boxsizing.htc);
      width: 50%;
      padding: 1.42857em 0 1.42857em;
      float: left; }
      div.singleCol.profile .quote blockquote {
        display: none; }
      div.singleCol.profile .quote h3 {
        margin: 0 0 0.55556em 0; }
    div.singleCol.profile img {
      width: 50%;
      float: right;
      margin-right: -1.42857em; }
    @media only screen and (min-width: 48em) {
      div.singleCol.profile .quote {
        padding: 1.42857em 0 5.71429em 2.85714em; }
        div.singleCol.profile .quote blockquote {
          display: block;
          padding: 0;
          margin: 0 0 0.71429em 0; }
          div.singleCol.profile .quote blockquote:before {
            left: -13.33333px; }
          div.singleCol.profile .quote blockquote:after {
            margin-right: -10px; } }
    @media only screen and (min-width: 40em) {
      div.singleCol.profile img {
        margin-right: -2.85714em; } }
    @media only screen and (min-width: 50em) {
      div.singleCol.profile img {
        margin-right: -4.28571em; } }
    @media only screen and (min-width: 75em) {
      div.singleCol.profile img {
        margin-right: 0; } }
    @media only screen and (min-width: 64em) {
      div.singleCol.profile {
        min-height: 500px; }
        div.singleCol.profile .quote {
          width: 41.66667%; }
        div.singleCol.profile img {
          width: 35.71429em;
          position: absolute;
          bottom: 0;
          right: 0; } }
  div.singleCol.masthead {
    position: relative; }
    div.singleCol.masthead img {
      display: block;
      width: 100%;
      margin-bottom: 2.14286em; }
    @media only screen and (min-width: 48em) {
      div.singleCol.masthead {
        /*
         * IE fallback background colour
         */
        /*
         * Position text over image
         */ }
        div.singleCol.masthead img {
          margin-bottom: 2.14286em;
          /* =MOD previous value 12 */ }
        div.singleCol.masthead div {
          background-color: #FFFFFF; }
        div.singleCol.masthead div {
          position: absolute;
          top: 1.42857em;
          left: 1.42857em;
          background-color: white;
          background-color: rgba(255, 255, 255, 0.95);
          width: 41.66667%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          *behavior: url(../js/boxsizing.htc);
          padding: 1.42857em; }
          div.singleCol.masthead div h1 {
            margin-bottom: 0.33333em;
            color: #037EAF; }
          div.singleCol.masthead div p {
            margin-bottom: 0; } }
    @media only screen and (min-width: 64em) {
      div.singleCol.masthead {
        /*
         * Increase padding of larger page header
         */ }
        div.singleCol.masthead div {
          top: 2.14286em;
          left: 2.14286em;
          width: 42%;
          /* =MOD width fix */ } }
    @media only screen and (min-width: 75em) {
      div.singleCol.masthead {
        /*
         * Make sure margin bottom em is divided by larger size
         */ }
        div.singleCol.masthead div h1 {
          margin-bottom: 0.2em; } }

/* New grid masthead styles */
/* ==========================================================================
   Specific Layout changes
   ========================================================================== */
.home#content {
  padding: 0;
  width: 100%;
  max-width: 100%;
  /*
   * Remove border from unitname
   */ }
  .home#content .unitname, .home#content #menu-breadcrumb {
    padding-left: 1.42857em;
    padding-right: 1.42857em;
    /*
     * Increase site padding for larger devices
     */ }
    @media only screen and (min-width: 40em) {
      .home#content .unitname, .home#content #menu-breadcrumb {
        padding-left: 2.85714em;
        padding-right: 2.85714em; } }
    @media only screen and (min-width: 50em) {
      .home#content .unitname, .home#content #menu-breadcrumb {
        padding-left: 4.28571em;
        padding-right: 4.28571em; } }
    @media only screen and (min-width: 75em) {
      .home#content .unitname, .home#content #menu-breadcrumb {
        padding-left: 7.85714em;
        padding-right: 7.85714em;
        max-width: 77.14286em;
        margin: 0 auto; } }
  .home#content .unitname {
    border-bottom: 0;
    padding-bottom: 1.07143em; }
  .home#content #menu-breadcrumb {
    margin-top: 0; }

/* ==========================================================================
   Sections: Used for homepages
   ========================================================================== */
/*
 * Generic sectioning
 */
section {
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 2.07143em;
  border-color: #999999;
  margin-top: 2.14286em;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom right; }
  section .number-list {
    display: none; }
  section .section-inner {
    *zoom: 1;
    position: relative;
    padding-left: 1.42857em;
    padding-right: 1.42857em; }
    section .section-inner:before, section .section-inner:after {
      content: " ";
      display: table; }
    section .section-inner:after {
      clear: both; }
    @media only screen and (min-width: 40em) {
      section .section-inner {
        padding-left: 2.85714em;
        padding-right: 2.85714em; } }
    @media only screen and (min-width: 50em) {
      section .section-inner {
        padding-left: 4.28571em;
        padding-right: 4.28571em; } }
    @media only screen and (min-width: 64em) {
      section .section-inner {
        /*
         * Clear article and aside below
         */
        *zoom: 1; }
        section .section-inner:before, section .section-inner:after {
          content: " ";
          display: table; }
        section .section-inner:after {
          clear: both; } }
    @media only screen and (min-width: 75em) {
      section .section-inner {
        padding: 0 7.85714em;
        max-width: 77.14286em;
        margin: 0 auto;
        float: none; } }
  section .feature-list {
    *zoom: 1;
    list-style: none;
    padding-left: 0;
    margin: 0; }
    section .feature-list:before, section .feature-list:after {
      content: " ";
      display: table; }
    section .feature-list:after {
      clear: both; }
    section .feature-list li {
      margin: 0 0 1.42857em 0; }
      section .feature-list li img {
        display: none; }
      section .feature-list li h3 {
        text-decoration: none; }
      section .feature-list li p {
        margin-bottom: 0.71429em; }
  section .btn-container {
    text-align: center;
    margin-bottom: 1.42857em; }
  section .widget {
    border-top: 0;
    padding-top: 0; }
  @media only screen and (min-width: 48em) {
    section .fixed-btn {
      position: absolute;
      top: 0;
      right: 2.85714em; }
    section .feature-list {
      *zoom: 1;
      list-style: none;
      padding-left: 0; }
      section .feature-list:before, section .feature-list:after {
        content: " ";
        display: table; }
      section .feature-list:after {
        clear: both; }
      section .feature-list li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url(../js/boxsizing.htc);
        width: 33.33333%;
        position: relative;
        float: left; }
        section .feature-list li img {
          display: block;
          margin-bottom: 0.71429em;
          width: 100%;
          height: auto; }
        section .feature-list li h3 {
          text-decoration: none; }
        section .feature-list li p {
          margin-bottom: 0.71429em; }
        section .feature-list li:first-child {
          left: -3px; }
        section .feature-list li:last-child {
          right: -3px; }
    section .number-list {
      list-style: none;
      padding-left: 0;
      *zoom: 1;
      -webkit-columns: 2;
      /* Chrome, Safari, Opera */
      -moz-columns: 2;
      /* Firefox */
      columns: 2;
      -webkit-column-gap: 20px;
      /* Chrome, Safari, Opera */
      -moz-column-gap: 20px;
      /* Firefox */
      column-gap: 20px;
      display: block; }
      section .number-list:before, section .number-list:after {
        content: " ";
        display: table; }
      section .number-list:after {
        clear: both; }
      section .number-list li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url(../js/boxsizing.htc);
        webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-break-inside: avoid;
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline; }
        section .number-list li .list-number {
          text-align: center;
          margin-right: 0.71429em;
          position: absolute;
          top: 0.14286em;
          left: 0; }
          section .number-list li .list-number span {
            display: block;
            font-size: 2.14286em;
            line-height: 0em;
            -webkit-border-radius: 9999px;
            border-radius: 9999px;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */
            font-weight: bold;
            color: #fff;
            background-color: #037EAF;
            width: 1.42857em;
            height: 1.42857em;
            line-height: 1.42857em; }
        section .number-list li .text-holder {
          margin-left: 3.92857em; }
    section .btn-container {
      margin: 0 0 0 33.333333333333%;
      padding-left: 1.42857em;
      text-align: left; }
    section .news-list.panels li {
      *zoom: 1;
      width: auto;
      float: none;
      left: initial;
      right: initial; }
      section .news-list.panels li:before, section .news-list.panels li:after {
        content: " ";
        display: table; }
      section .news-list.panels li:after {
        clear: both; }
      section .news-list.panels li img {
        display: block;
        width: 33.33333%;
        float: left; }
      section .news-list.panels li .text-holder {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url(../js/boxsizing.htc);
        width: 66.66667%;
        float: left;
        padding: 0 0 0 1.42857em; }
        section .news-list.panels li .text-holder p {
          margin: 0 0 0.35714em 0; }
      section .news-list.panels li:nth-child(2n-1) {
        left: 0; }
      section .news-list.panels li:nth-child(2n) {
        right: 0; } }
  @media only screen and (min-width: 50em) {
    section .fixed-btn {
      right: 4.28571em; } }
  @media only screen and (min-width: 64em) {
    section .btn-container {
      text-align: center;
      margin: 0; }
    section .number-list {
      -webkit-columns: 3;
      /* Chrome, Safari, Opera */
      -moz-columns: 3;
      /* Firefox */
      columns: 3;
      -webkit-column-gap: 30px;
      /* Chrome, Safari, Opera */
      -moz-column-gap: 30px;
      /* Firefox */
      column-gap: 30px; }
    section .news-list.panels li {
      width: 33.33333%;
      float: left; }
      section .news-list.panels li img {
        width: 100%;
        float: none; }
      section .news-list.panels li .text-holder {
        width: 100%;
        float: none;
        padding: 0; }
      section .news-list.panels li:nth-child(3n-2) {
        right: initial;
        left: -3px; }
      section .news-list.panels li:nth-child(3n) {
        left: initial;
        right: -3px; } }
  @media only screen and (min-width: 75em) {
    section {
      border-top-width: 0.07143em;
      border-top-style: solid;
      padding-top: 4.21429em;
      border-color: #999999;
      margin-top: 4.28571em; }
      section .fixed-btn {
        margin-right: 26px; } }

.lt-ie9 .number-list li {
  clear: both;
  min-height: 1.42857em;
  margin-bottom: 1.42857em; }

.lt-ie8 {
  /*
   * Number list fixes for display:table 
   */ }
  .lt-ie8 .number-list li .list-number {
    float: left; }
  .lt-ie8 .number-list li .text-holder {
    float: left; }

/*
 * Section for top tasks
 */
section#tasks {
  border-top: none;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 64em) {
    section#tasks {
      margin-top: 2.14286em; } }

/*
 * Section featured
 */
section#featured {
  border-top: none;
  margin: 0 0 -2.14286em 0;
  padding: 0; }
  @media only screen and (min-width: 40em) {
    section#featured {
      border-bottom-width: 0.07143em;
      border-bottom-style: solid;
      padding-bottom: 2.07143em;
      border-color: #999999;
      border-bottom-style: dotted; } }
  @media only screen and (min-width: 56.25em) {
    section#featured {
      padding-bottom: 0;
      border: none; } }
  @media only screen and (min-width: 64em) {
    section#featured {
      margin-top: 2.14286em; } }
  @media only screen and (min-width: 75em) {
    section#featured {
      margin-bottom: -4.28571em; } }
  section#featured .carousel-features ul {
    margin-bottom: -0.21429em; }

/*
 * Section for carousel
 */
section#task-panels {
  border-top: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  section#task-panels .task-panel {
    position: relative; }
    section#task-panels .task-panel .link-mask {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    section#task-panels .task-panel img {
      width: 100%;
      height: auto; }
    section#task-panels .task-panel .text-panel {
      position: absolute;
      bottom: 1.42857em;
      left: 1.42857em;
      right: 1.42857em;
      background-color: white;
      background-color: rgba(255, 255, 255, 0.95);
      padding: 1.42857em; }
      section#task-panels .task-panel .text-panel h3 {
        font-size: 2.71429em;
        line-height: 1.05263em;
        margin: 0 0 0.16667em 0;
        font-family: "bariol_regularregular", Helvetica, Arial, sans-serif;
        font-weight: normal;
        color: #037EAF; }
      section#task-panels .task-panel .text-panel p {
        margin: 0 0 1.07143em 0; }
    section#task-panels .task-panel:first-child {
      margin-bottom: 4px; }
    section#task-panels .task-panel:last-child {
      margin-top: 4px; }
  @media only screen and (min-width: 48em) {
    section#task-panels {
      *zoom: 1; }
      section#task-panels:before, section#task-panels:after {
        content: " ";
        display: table; }
      section#task-panels:after {
        clear: both; }
      section#task-panels .task-panel {
        width: 33.33333%;
        float: left; }
        section#task-panels .task-panel .text-panel {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          *behavior: url(../js/boxsizing.htc);
          border-right-width: 0.07143em;
          border-right-style: solid;
          padding-right: 0.28571em;
          border-left-width: 0.07143em;
          border-left-style: solid;
          padding-left: 0.28571em;
          position: static;
          border-color: #999999;
          border-style: none dotted;
          margin: 10px 0;
          padding: 0.35714em 1.42857em 0.71429em; }
        section#task-panels .task-panel:first-child {
          margin: 0;
          left: -3px; }
          section#task-panels .task-panel:first-child .text-panel {
            border: none; }
        section#task-panels .task-panel:last-child {
          margin: 0;
          right: -3px; }
          section#task-panels .task-panel:last-child .text-panel {
            border: none; } }
  @media only screen and (min-width: 64em) {
    section#task-panels .task-panel .text-panel {
      width: 66.66667%;
      position: absolute;
      bottom: 1.42857em;
      left: 1.42857em;
      background-color: white;
      background-color: rgba(255, 255, 255, 0.95);
      border: none;
      padding: 1.42857em;
      margin: 0; }
      section#task-panels .task-panel .text-panel p {
        line-height: 1.42857em;
        margin-bottom: 0; }
      section#task-panels .task-panel .text-panel h3 {
        line-height: 0.71429em;
        margin: 0 0 0.26316em 0; }
      section#task-panels .task-panel .text-panel:first-child {
        left: -3px; } }

/*
 * Study section specific
 */
section#study {
  border-top: none;
  padding-top: 2.14286em; }
  section#study ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.07143em; }
  section#study form {
    margin-bottom: 1.07143em; }
  section#study .summary h1 {
    margin: 0 0 0.39474em 0; }
  section#study .summary p {
    margin: 0 0 0.71429em 0; }
  section#study .list-cta li {
    margin: 0.14286em; }
  @media only screen and (min-width: 48em) {
    section#study {
      *zoom: 1; }
      section#study:before, section#study:after {
        content: " ";
        display: table; }
      section#study:after {
        clear: both; }
      section#study .summary, section#study .actions {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url(../js/boxsizing.htc);
        width: 50%;
        float: left; }
      section#study .summary {
        padding-right: 0.71429em; }
      section#study .actions {
        padding-left: 0.71429em; } }
  @media only screen and (min-width: 64em) {
    section#study ul {
      *zoom: 1;
      margin-bottom: 2.85714em; }
      section#study ul:before, section#study ul:after {
        content: " ";
        display: table; }
      section#study ul:after {
        clear: both; }
    section#study form {
      margin-bottom: 0.35714em; }
    section#study .summary {
      padding-right: 1.07143em; }
      section#study .summary h1 {
        margin: 0 0 0.3em 0; }
    section#study .actions {
      padding-left: 1.07143em; }
    section#study .list-cta {
      margin-left: -0.14286em; }
    section#study .list-links li {
      margin: 0 0.71429em 0 0;
      float: left;
      /**
       * This fixes an issue in Safari that cannot be reproduced in a desktop browser where the text get's cut off half way through
       */
      min-width: 100px; }
    section#study .list-cta li {
      margin: 0.14286em 0.14286em;
      float: left; } }
  @media only screen and (min-width: 75em) {
    section#study {
      padding-top: 4.28571em; } }

/*
 * Student section
 */
.lt-ie9 section#student {
  background-image: none !important; }

section#student {
  background-size: 50% auto; }
  section#student .info p {
    line-height: 1.42857em;
    margin-bottom: 1.42857em; }
  section#student .profile {
    /*
     * Add min height to avoid text clipping above image
     */ }
    section#student .profile .quote {
      width: 66.66667%;
      margin: 2.85714em 0; }
      section#student .profile .quote h3 {
        margin: 0 0 0.55556em 0; }
    @media only screen and (min-width: 40em) {
      section#student .profile {
        min-height: 17.85714em; } }
  @media only screen and (min-width: 48em) {
    section#student {
      /*
       * Minimise image size increase and move image off canvas slightly to reduce text clipping
       */
      background-size: 25em;
      background-position: 112% bottom; }
      section#student .info, section#student .profile {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url(../js/boxsizing.htc);
        width: 50%;
        float: left; }
      section#student .info {
        padding-right: 0.71429em;
        margin-bottom: 2.85714em; }
      section#student .profile {
        position: relative;
        padding-left: 0.71429em;
        min-height: 28.57143em; }
        section#student .profile .quote {
          position: absolute;
          top: 0;
          left: 0;
          margin: 0 0 1.42857em 0;
          padding: 0 0 0 1.42857em;
          width: 50%; }
          section#student .profile .quote blockquote {
            padding: 0;
            margin: 0 0 0.71429em 0; }
            section#student .profile .quote blockquote:before {
              left: -13.33333px; }
            section#student .profile .quote blockquote:after {
              margin-right: -10px; } }
  @media only screen and (min-width: 56.25em) {
    section#student {
      background-size: 25em;
      background-position: 105% bottom; }
      section#student .profile {
        min-height: 25em; } }
  @media only screen and (min-width: 64em) {
    section#student {
      background-size: 25em;
      background-position: 100% bottom; }
      section#student .info {
        padding-right: 1.07143em; }
      section#student .profile {
        padding-left: 1.07143em; } }
  @media only screen and (min-width: 75em) {
    section#student {
      background-size: 32.14286em; }
      section#student .profile {
        min-height: 30em; } }
  @media only screen and (min-width: 87.5em) {
    section#student {
      background-size: 35.71429em; }
      section#student .profile {
        min-height: 34.28571em; } }
  @media only screen and (min-width: 100em) {
    section#student {
      background-size: 35.71429em; }
      section#student .profile .quote {
        width: 66.66667%; } }

.lt-ie8 {
  /*
   * Prevents quote panel floating into lower content 
   */ }
  .lt-ie8 #student .section-inner {
    zoom: 0; }

/*
 * Apply section
 */
section#apply {
  margin-top: 0; }

section#ncl-app {
  margin-top: 0.35714em;
  padding-top: 1.78571em;
  margin-bottom: 0em;
  padding-bottom: 0.35714em; }

/* ==========================================================================
   Grid landing page box backgrounds & text colours
   ========================================================================== */
.colourColBkg h2,
.colourColBkg h3,
.colourColBkg h4,
.colourColBkg h5 {
  color: #FFFFFF; }

/* 
Set light box background to white
 */
.sectionCol .colourColBkgRev {
  background-color: #FFFFFF; }

/* 
Define background colours for dark background boxes
 */
.sectionCol .colourColBkg {
  padding: 0.85714em;
  color: #FFFFFF;
  /* min-height: em(138px); */ }

.sectionCol .colourColBkg.colourColOne {
  background-color: #004B83; }

.sectionCol .colourColBkg.colourColTwo {
  background-color: #267BB4; }

.sectionCol .colourColBkg.colourColThree {
  background-color: #004B83; }

.sectionCol .colourColBkg.colourColFour {
  background-color: #004B83; }

/* 
Define background colours title text of light background boxes
 */
.sectionCol .colourColOne span.title a {
  background-color: #004B83; }

.sectionCol .colourColTwo span.title a {
  background-color: #267BB4; }

.sectionCol .colourColThree span.title a {
  background-color: #004B83; }

.sectionCol .colourColFour span.title a {
  background-color: #004B83; }

/* 
General grid colours for both box types. Structural styles are defined in gridbox.scss
 */
.sectionCol .colourColBkg {
  /* structure defined in gridbox.scss */
  color: #FFFFFF;
  /* min-height: em(140px);  =AU add min height avoid miss aligned boxes */ }

.sectionCol a:hover .colourColBkg {
  /* =AU added to colour link text on boxes with linking bullet points */
  background-color: #003965; }

.sectionCol .colourColBkg a {
  /* =AU added to colour link text on boxes with linking bullet points - dark background */
  color: #FFFFFF; }

.sectionCol .colourColBkgRev {
  /* =AU paragraph text on light background */
  color: #000000; }

.sectionCol .colourColBkg a:hover {
  color: #037EAF; }

.sectionCol .colourColBkgRev span.title a {
  /* =AU Bullet version title hover option*/
  color: #FFFFFF; }

.sectionCol .colourColBkgRev span.title a:hover {
  /* =AU Bullet version title hover option*/
  color: #FFFFFF; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .tab {
    display: block !important;
    page-break-after: always; }
    .tab h2 {
      display: block !important;
      visibility: visible; }

  .mobilecollapse,
  .expandable {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
    .mobilecollapse .toggle,
    .expandable .toggle {
      display: block !important;
      visibility: visible; }
    .mobilecollapse .answer,
    .expandable .answer {
      display: block !important;
      visibility: visible; }

  section .number-list,
  header.profile .quote blockquote {
    display: block !important;
    visibility: visible; }

  .tbl-responsive-alt {
    display: table;
    background-image: none !important;
    margin-top: 0;
    padding-top: 0; }
    .tbl-responsive-alt caption {
      display: table-caption;
      /*
       * Increase size of caption
       */ }
    .tbl-responsive-alt tbody {
      display: table-row-group;
      width: 100%;
      white-space: normal;
      border-top: 0; }
    .tbl-responsive-alt tr {
      display: table-row;
      margin-left: 0; }
    .tbl-responsive-alt thead {
      display: table-header-group;
      float: none;
      border-top: 0; }
      .tbl-responsive-alt thead tr {
        display: table-row; }
      .tbl-responsive-alt thead th {
        display: table-cell;
        border-left: 0;
        padding-left: 0;
        background-color: transparent;
        color: #003965;
        border-color: #999999;
        border-bottom-width: 0.125em;
        border-bottom-style: solid;
        padding-bottom: 0.8125em;
        border-top-width: 0.125em;
        border-top-style: solid;
        padding-top: 0.8125em;
        font-size: 1.14286em;
        line-height: 1.25em;
        /*
         * Increase size of th
         */ }
    .tbl-responsive-alt td {
      display: table-cell;
      border-right: 0;
      padding-left: 0; }

  .navigation-tab,
  .dropdown,
  .dropdown-alt,
  .fluid-width-video-wrapper,
  footer,
  .menu-secondary-nav-container,
  #studentProfile .image-container,
  .btn-more,
  button,
  .btn-toggle,
  .tbl-responsive-alt:before,
  #newslist,
  #relatedprogrammes .btn-more,
  #relatedprogrammes button,
  #relatedprogrammes button,
  #infoGraphics,
  #socialmedia,
  #featured,
  section#study .actions,
  .list-number,
  .btn-top,
  .actions,
  .toggle-tooltip,
  .pagination {
    display: none !important;
    visibility: hidden; } }

/*# sourceMappingURL=app.css.map */
